/* addcss-1 */

html,body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 16px;
}
img {
	border: 0 none;
}
a {
	text-decoration: none;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
p {
	margin: 0 auto;
	text-align: justify;
}
* {
	box-sizing: border-box;
	outline: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	min-height: 1px;
}
.container::after {
	content: "";
	clear: both;
	display: block;
}
.jiangjin {
	min-width: 1200px;
	background-color: #FFFFFF;
}
nav {
	width: 100%;
	height: 167px;
	min-width: 1200px;
	position: fixed;
	z-index: 800;
	left: 0;
	top: 0;
}

.top-1 {
	width: 100%;
	height: 112px;
	background-color: #FFFFFF;
}
.top-1 .logo {
	float: left;
	margin-top: 22.5px;
	overflow: hidden;
}
.top-1 .rig {
	float: right;
	height: 62px;
	margin-top: 25px;
}
.top-1 .rig > a {
	width: 80px;
	height: 100%;
	float: left;
	background-image: url(../image/top-rig-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
}
.top-1 .rig > a img {
	margin-top: 10px;
}
.top-1 .rig > a p {
	font-size: 0.8125rem;
	color: #797979;
	margin-top: 5px;
	text-align: center;
}
.top-1 .rig .sou {
	width: 80px;
	height: 100%;
	float: left;
	background-image: url(../image/top-rig-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.top-1 .rig .sou .sou-1 {
	width: 32px;
	height: 32px;
	margin-left: 24px;
	margin-top: 15px;
	border-radius: 50%;
	cursor: pointer;
	background: linear-gradient(135deg,rgba(12, 96, 171,0.8),rgba(15, 157, 145,0.8));
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.sou-1 input {
	position: absolute;
	/* opacity: 0; */
	left: -50px;
	width: 150px;
	height: 32px;
	padding-left: 10px;
	font-size: 0.875rem;
	color: #FFFFFF;
	top: 0;
	opacity: 0;
	border-radius: 50px 0 0 50px;
	border: none;
	background: none;
	background: linear-gradient(135deg,rgba(12, 96, 171,0.9),rgba(15, 157, 145,0.9));
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.sou-1 img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.top-1 .rig .sou .sou-1:hover {
	border-radius: 0 50px 50px 0;
}
.top-1 .rig .sou .sou-1:hover input {
	left: -150px;
	opacity: 1;
}
.top-1 .cont {
	float: left;
	width: 400px;
	padding-top: 25px;
	margin-left: 57px;
}

.top-1 .cont p {
	width: 50%;
	float: left;
	font-size: 0.9375rem;
	color: #004C91;
	padding-left: 15px;
	background: url(../image/xin.png) no-repeat left center;
	line-height: 2;
}

.top-2 {
	width: 100%;
	height: 55px;
	background: linear-gradient(to right,rgba(12, 96, 171,0.8),rgba(15, 157, 145,0.8));
	position: relative;
	z-index: 800;
}
.top-2 > ul {
	width: 1200px;
	height: 55px;
	margin: 0 auto;
}
.top-2 > span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 104px;
	background-color: rgba(255,255,255,0.2);
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.top-2 > ul > li {
	float: left;
}
.top-2 > ul > li > a {
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	line-height: 55px;
	width: 100px;
	font-size: 1rem;
	color: #FFFFFF;
	overflow: hidden;
}
.top-2 > ul > li > a::before {
	content: "";
	position: absolute;
	left: 40px;
	bottom: -4px;
	width: 25px;
	height: 4px;
	background-color: #42D4C5;
	z-index: 5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.top-2 > ul > .on > a::before {
	bottom: 0;
}
.top-2 > ul > li:hover > a::before {
	bottom: 0;
}

.sub {
	visibility: hidden;
	opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 1200px;
    z-index: -1;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 15px 15px 1px rgba(0,0,0,0.3);
	background: linear-gradient(to right,rgba(34, 126, 210,0.9),rgba(6, 191, 176,0.9));
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.top-2 {
	overflow: hidden;
}
.top-2:hover {
	overflow: unset;
}
.top-2 > ul > li:hover .sub {
	visibility: unset;
	opacity: 1;
	z-index: 10;
}
.sub .sub_main {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0 30px 0;
    height: auto;
    overflow: hidden;
    position: relative;
}
.sub .sub_main .sub_left {
    float: left;
    width: 360px;
}
.sub .sub_main .sub_left .sub_left_a {
    display: block;
    width: 340px;
    height: 200px;
    border: 2px solid #eeeeed;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}
.sub .sub_main .sub_left .sub_left_a img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.sub .sub_main .sub_left .sub_left_a:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.sub .sub_main .sub_right {
    width: 600px;
    padding-left: 60px;
    display: block;
    float: right;
    border-left: solid 1px rgba(255, 255, 255, 0.4);
    overflow: hidden;
    min-height: 160px;
    max-height: 400px;
    margin-right: 158px;
}
.sub .sub_main .sub_right h5, 
.sub .sub_main .sub_left h5, 
.sub .sub_main .sub_news h5 {
    font-size: 18px;
    width: 120px;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    border-bottom: 3px solid #fff;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 0;
}
.sub .sub_main .sub_right .sub_right_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.sub .sub_main .sub_right li {
    width: 50%;
    float: left;
    height: auto;
    line-height: 35px;
    padding-right: 10px;
}
.sub .sub_main .sub_right li a {
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.sub .sub_main .sub_right li a::before {
    content: url(../image/tb-jt.png);
    margin-right: 10px;
}
.sub .sub_main .sub_right li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.sub .sub_main .sub_right li a:hover::after {
    width: 100%;
}

.sub .sub_ks {
    width: 1000px;
    float: left;
    height: auto;
    overflow: hidden;
}
.sub .sub_ks h5 {
    font-size: 18px;
    width: 90px;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
    border-bottom: 3px solid #fff;
    text-align: center;
    letter-spacing: 2px;
    float: left;
    margin: 0;
}
.sub .sub_ks .ks_center {
    float: right;
    width: 900px;
    margin-top: 13px;
}
.sub .sub_ks .ks_center .ks_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sub .sub_ks .ks_center .ks_nav li {
    width: 148px;
    height: 28px;
    border: 1px solid #fff;
    float: left;
    margin-right: 6px;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    overflow: hidden;
}
.sub .sub_ks .ks_center .ks_nav li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f3f5fb;
    bottom: -100%;
    left: 0;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.sub .sub_ks .ks_center .ks_nav li a {
    display: block;
    width: 100%;
    height: 00%;
    line-height: 26px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.sub .sub_ks .ks_center .ks_nav li.on {
    border-color: #f3f5fb;
}
.sub .sub_ks .ks_center .ks_nav li.on::before {
    bottom: 0;
}
.sub .sub_ks .ks_center .ks_nav li.on a {
    color: #006f7d;
}
.sub .sub_ks .ks_center .ks_main {
    width: 100%;
    height: auto;
    margin-top: 15px;
	position: relative;
	height: 175px;
}
.sub .sub_ks .ks_center .ks_main .ks_list {
    width: 100%;
    overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.sub .sub_ks .ks_center .ks_main > .on {
	opacity: 1;
	z-index: 15;
}
.sub .sub_ks .ks_center .ks_main .ks_list a {
    width: 133px;
    margin-right: 80px;
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 0px;
    background: url(../images/list_icon1.png) no-repeat left center;
    overflow: hidden;
}
.sub .sub_ks .ks_center .ks_main .ks_list a {
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.sub .sub_ks .ks_center .ks_main .ks_list a::before {
    content: url(../image/tb-jt.png);
    margin-right: 10px;
}
.sub .sub_ks .ks_center .ks_main .ks_list a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.sub .sub_ks .ks_center .ks_main .ks_list a:hover::after {
    width: 100%;
}

/* erji-new */
.sub-two {
	background: #FFFFFF;
}
.sub .container > ul {
    overflow: hidden;
    border-bottom: 1px solid #d9e8f9;
}
.sub .container > ul li {
    float: left;
    height: 55px;
    line-height: 55px;
}
.sub .container > ul li + li {
    margin-left: 20px;
}
.sub .container > ul li a {
    display: block;
    font-size: 15px;
    text-align-last: center;
    color: #555;
}
.sub-2 {
    overflow: hidden;
    margin: 0 -20px 20px;
    margin-bottom: 0;
}
.sub-3 {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    min-height: 100%;
    line-height: 1;
    padding: 0 20px;
        padding-bottom: 0px;
    padding-bottom: 0px;
    margin: 20px auto;
        margin-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: left;
    border-right: 1px solid #d9e8f9;
}
.sub-2 .last {
    border: none;
}
.sub-3 h2 {
    position: relative;
    line-height: 1;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    border-bottom: 1px solid #d9e8f9;
}
.sub-3 h2::before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 3px;
    background-color: #2476c2;
    line-height: 0;
    bottom: -1px;
    overflow: hidden;
}
.sub-3 h2 a {
    color: #555;
}
.img-list {
    overflow: hidden;
}
.img-list li {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 0;
    margin-bottom: 20px;
    font-size: 14px;
}
.img-list a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
}
.img-list a img {
    /*! width: 100%; */
    height: 195px;
    box-sizing: border-box;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    max-width: 100%;
}
.img-list a span {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    line-height: 160px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.img-list li a:hover img {
    transform: scale(1.2);
}
.img-list li a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
}
.imgtxt-list {
    margin-top: -10px;
}
.imgtxt-list li {
    height: 36px;
    overflow: hidden;
}
.imgtxt-list a {
    display: inline-block;
    line-height: 36px;
    width: 75%;
	float: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
}
.imgtxt-list span {
	height: 100%;
	line-height: 36px;
	display: inline-block;
	float: right;
	font-size: 0.875rem;
	color: #CCCCCC;
}
.imgtxt-list a::before {
    content: url(../image/team-dian.png);
    margin-right: 5px;
}
.imgtxt-list a:hover {
    color: #0E6FB6;
	font-weight: 600;
}

/* &#65533;&#65533;购&#65533;&#65533;&#65533;&#65533; */
.sub-zp .sub_main  .sub_left {
	width: auto;
}
.sub-zp .sub_main .sub_left .sub_left_a img {
        height: 100%;
}
.sub-zp .sub_main  .sub_left > img {
	width: 300px;
	margin: 0 30px;
	margin-top: 46px;
}
.sub-zp .sub_main .sub_right {
	width: 500px;
	padding-left: 30px;
	margin-right: 0;
	height: 200px;
	overflow: hidden;
}
.sub-zp .sub_main .sub_right ul {
	width: 100%;
}
.sub-zp .sub_main .sub_right ul li {
	width: 100%;
	max-width: 100%;
	padding: 0;
	line-height: 35px;
	height: 35px;
}
.sub-zp .sub_main .sub_right ul li a {
	display: inline-block;
	width: 100%;
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	transition: all 0;
}
.sub-zp .sub_main .sub_right ul li a:hover {
	font-weight: 600;
}

/* banner */
.banner {
	position: relative;
	width: 100%;
	height: calc(100vh - 112px);
	margin-top: 112px;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide > img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#swiper1 .lef, #swiper1 .rig {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 20;
    cursor: pointer;
    opacity: 0.5;
}
#swiper1 .lef {
    left: 80px;
}
#swiper1 .rig {
    right: 80px;
}
#swiper1 > img:hover {
    opacity: 0.8;
}
.banner #swiper1 .swiper-pagination .swiper-pagination-bullet-active {
	width: 42px;
	background-color: #00959C;
}
@keyframes bannerview {
	0% {
		transform: scale(1, 1);
	}

	25% {
		transform: scale(1.01, 1.01);
	}

	50% {
		transform: scale(1.02, 1.02);
	}

	75% {
		transform: scale(1.03, 1.03);
	}
	
	100% {
		transform: scale(1.04, 1.04);
	}
	
}

#swiper1 .swiper-wrapper .swiper-slide-active>img {
	/* transition: 8.5s linear; */
	animation-name: bannerview;
	animation-duration: 8.5s;
	animation-timing-function: linear;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: bannerview;
	-webkit-animation-duration: 8.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}

.swiper-slide .ban {
	width: 1200px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	z-index: 2;
}

.swiper-slide .ban img {
	position: absolute;
	opacity: 0;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	z-index: 3;
}

/* swiper-one */ 
#swiper-one .ban img:nth-child(1) {
	left: 496px;
	top: 29.64%;
	transform: translate(-100px,-100px) scale(1,1);
	transition-delay: 0.3s;
}
#swiper-one .ban img:nth-child(2) {
	left: 512px;
	/* top: calc(29.64% + 14px); */
	top: 29.64%;
	margin-top: 14px;
	transform: translate(100px,100px) scale(1,1);
	transition-delay: 0.3s;
}
#swiper-one .ban img:nth-child(3) {
	left: 541px;
	/* top: calc(29.64% + 38px); */
	top: 29.64%;
	margin-top: 38px;
	transform: translate(100px,0) scale(1,1);
	transition-delay: 1.5s;
}
#swiper-one .ban img:nth-child(4) {
	left: 708px;
	/* top: calc(29.64% + 41px); */
	top: 29.64%;
	margin-top: 41px;
	transform: translate(0,-100px) scale(1,1);
	transition-delay: 1.5s;
}
#swiper-one .ban img:nth-child(5) {
	left: 648px;
	/* top: calc(29.64% + 125px); */
	top: 29.64%;
	margin-top: 125px;
	transform: translate(-100px,0) scale(1,1);
	transition-delay: 1.5s;
}
#swiper-one .ban img:nth-child(6) {
	left: 816px;
	/* top: calc(29.64% + 125px); */
	top: 29.64%;
	margin-top: 125px;
	transform: translate(0,100px) scale(1,1);
	transition-delay: 1.5s;
}
#swiper-one .ban img:nth-child(7) {
	left: 881px;
	/* top: calc(29.64% - 30px); */
	top: 29.64%;
	margin-top: -30px;
	transform: translate(100px,0) scale(1,1);
	transition-delay: 1s;
}

/* swiper-two */
#swiper-two .ban img:nth-child(1) {
	top: 31.76%;
	left: 0;
	transform: translate(-100px,0) scale(0.5,0.5);
	transition-delay: 0.5s;
}
#swiper-two .ban img:nth-child(2) {
	left: 93px;
	/* top: calc(31.76% + 30px); */
	top: 31.76%;
	margin-top: 30px;
	transform: translate(100px,0) scale(1,1);
	transition-delay: 1.5s;
}
#swiper-two .ban img:nth-child(3) {
	left: 151px;
	/* top: calc(31.76% + 95px); */
	top: 31.76%;
	margin-top: 95px;
	transform: translate(100px,0) scale(1,1);
	transition-delay: 1.9s;
}

/* swiper-three */
#swiper-three .ban img:nth-child(1) {
	left: 509px;
	top: 20.8%;
	transform: translate(0,0) scale(0.5,0.5);
	transition-delay: 0.3s;
}
#swiper-three .ban img:nth-child(2) {
	left: 22.5px;
	/* top: calc(20.8% + 126px); */
	top: 20.8%;
	margin-top: 126px;
	transform: translate(0,100px) scale(1,1);
	transition-delay: 0.8s;
}
#swiper-three .ban img:nth-child(3) {
	left: 279px;
	/* top: calc(20.8% + 240px); */
	top: 20.8%;
	margin-top: 240px;
	transform: translate(0,100px) scale(1,1);
	transition-delay: 1s;
}
#swiper-three .ban img:nth-child(4) {
	left: 448px;
	/* top: calc(20.8% + 310px); */
	top: 20.8%;
	margin-top: 310px;
	transform: translate(0,50px) scale(0,1);
	transition-delay: 1.3s;
}
#swiper1 .swiper-wrapper .swiper-slide-active .ban img {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
}

/* banner-kj */
.kj {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 0;
	width: 1200px;
	height: 104px;
	/* background: url(../image/kj-bg.png) no-repeat left center; */
	z-index: 50;
	padding: 18px 0;
	overflow: hidden;
}
.kj::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../image/kj-bg.png) no-repeat left center;
	opacity: 0.9;
}
.kj::after {
	content: "";
	position: absolute;
	width: 128px;
	height: 45px;
	left: 3%;
	top: 28px;
	background: url(../image/kj-bg2.png) no-repeat center center;
}
.kj .rig {
	width: 966px;
	height: 100%;
	overflow: hidden;
	float: right;
	padding-right: 66px;
	position: relative;
	z-index: 10;
}
.kj .rig .qie {
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 100%;
	text-align: center;
}
.kj .rig .qie span {
	display: block;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-color: #FFFFFF;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	margin-top: 20%;
}
.kj .rig .qie span:nth-child(2) {
	margin-top: 10%;
	background-color: #A0E8E7;
}
.kj ul {
	width: 100%;
	height: 200%;
	float: right;
	transform: translate(0,0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.kj ul li {
	float: left;
	width: 150px;
	height: 50%;
	border-right: 1px solid rgba(255,255,255,0.35);
	text-align: center;
}
.kj ul li:nth-child(6n+1) {
	border-left: 1px solid rgba(255,255,255,0.35);
}
.kj ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.kj ul li a img {
	margin-top: 5px;
}
.kj ul li a p {
	font-size: 0.9375rem;
	color: #FFFFFF;
	margin-top: 5px;
	text-align: center;
}
.kj .on .qie span:nth-child(1) {
	background-color: #A0E8E7;
}
.kj .on .qie span:nth-child(2) {
	background-color: #FFFFFF;
}
.kj .on ul {
	transform: translate(0,-68px);
}
.kj ul li a:hover img {
	-webkit-animation: tada 1s;
	animation: tada 1s;
}
.kj ul li a:hover p {
	font-weight: 600;
}

/* footer */
footer {
	width: 100%;
	height: 283px;
	background-color: #1D68A3;
}
.fot-1 {
	width: 100%;
	height: 54px;
	background-color: #024F8B;
	position: relative;
}
.fot-1 .container > a {
	display: inline-block;
	height: 100%;
	line-height: 54px;
	font-size: 0.875rem;
	color: #FFFFFF;
	float: left;
	padding-right: 16px;
	position: relative;
}
.fot-1 .container > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	width: 78%;
	height: 1px;
	transform: scale(0,1);
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.fot-1 .container > a:hover::before {
	transform: scale(1,1);
}
.fot-1 .container > a::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 21px;
	height: 15px;
	width: 1px;
	background-color: #FFFFFF;
}
.fot-1 .container > a:nth-child(9)::after {
	position: inherit;
}
.fot-1 ul {
	float: right;
	height: 100%;
}
.fot-1 ul li {
	float: right;
	height: 100%;
	padding-left: 20px;
}
.fot-1 ul li > a {
	line-height: 54px;
	font-size: 0.9375rem;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 5px;
}
.fot-1 ul li:hover > a {
	background-color: rgba(255,255,255,0.2);
}
.fot-1 .di-sub {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0;
	background-color: #024F8B;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.fot-1 ul li:hover .di-sub {
	height: 54px;
	border-top: 1px solid #3572A2;
}
.fot-1 .di-sub .di-cont {
	width: 1200px;
	margin: 0 auto;
	height: 54px;
}
.fot-1 .di-sub .di-cont a {
	float: right;
	margin: 0 10px;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 0.875rem;
	color: #FFFFFF;
	padding: 0 10px;
	border-radius: 5px;
}
.fot-1 .di-sub .di-cont a:hover {
	background-color: rgba(255,255,255,0.2);
}

.fot-2 {
	width: 100%;
	height: 229px;
	background-color: #1D68A3;
	padding: 36px 0;
	background: url(../image/fot-bg.png) center center;
}

.fot-2 .container {
display: flex;
justify-content: space-between;
}
.fot-2 .fotlogo {
	display: inline-block;
	margin-top: 10px;
	margin-right: 77px;
	float: left;
}
.fot1 {
	width: 265px;
width: 355px;
	height: 100%;
	float: left;
}
.fot1 p {
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 2.6;
}
.fot1 p a {
	font-size: 0.875rem;
	color: #FFFFFF;
	position: relative;
}
.fot1 a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 1px;
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.fot1 a:hover::before {
	width: 100%;
}
.fot2 {
	width: 173px;
	float: left;
	height: 100%;
}
.fot2 a {
	display: inline-block;
	margin-left: 48px;
	margin-top: 26px;
}
.fot-det {
	width: 594px;
	padding-left: 69px;
	height: 100%;
	float: left;
}
.fot-det p {
	font-size: 0.875rem;
	color: #FFFFFF;
	padding-left: 32px;
	line-height: 2.5;
	background-image: url(../image/fot-1.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.fot-det p:nth-child(2) {
	background-image: url(../image/fot-2.png);
}
.fot-det p:nth-child(3) {
	background-image: url(../image/fot-3.png);
	float: left;
}
.fot-det p:nth-child(4) {
	background-image: url(../image/fot-3.png);
	float: left;
	margin-left: 15px;
}
.fot-lian {
	float: right;
	height: 100%;
	line-height: 138px;
}
.fot-lian a {
	float: left;
	height: 100%;
	display: inline-block;
	margin-top: 20px;
}

.fot-3 {
	width: 100%;
	height: 50px;
	background-color: #000000;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 0.875rem;
}
.fot-3 p {
	float: right;
}
.fot-3 a {
	color: #FFFFFF;
	font-size: 0.875rem;
	position: relative;
}
.fot-3 a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 1px;
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.fot-3 a:hover::before {
	width: 100%;
}



/* fu */
.fu {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 80;
	width: 70px;
}
.fu li {
	width: 70px;
	height: 73px;
	margin-bottom: 9px;
	background-color: #FFFFFF;
	border-radius: 6px 0 0 6px;
	/* overflow: hidden; */
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}
.fu li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
.fu li:first-child a {
	
}
.fu li:first-child a::before {
	content: "023-47225177";
	position: absolute;
	right: 120%;
	height: 100%;
	top: 0;
	line-height: 73px;
	background: linear-gradient(to right,rgba(12, 96, 171,0.8),rgba(15, 157, 145,0.8));
	font-weight: 600;
	color: #FFFFFF;
        width: 180px;
        text-align: center;
	border-radius: 10px;
	font-size: 1.125rem;
	opacity: 0;
	z-index: -1;
	transform: translate(150px,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.fu li:first-child a::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 40%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 14px solid#24A3A8;
	border-bottom: 10px solid transparent;
	opacity: 0;
	z-index: -1;
	transform: translate(150px,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.fu li:first-child:hover a::before,
.fu li:first-child:hover a::after {
	transform: translate(0,0);
	opacity: 1;
}
.fu li a .one {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-animation: swing 1s;
	animation: swing 1s;
}
.fu li a .one img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.fu li a .two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../image/fu-6.png);
	background-position: left center;
	padding: 15px 0;
	display: none;
}
.fu li a .two p {
	font-size: 0.9375rem;
	color: #FFFFFF;
	text-align: center;
}
.fu li a .three {
	position: absolute;
	right: 100%;
	top: 0;
	display: none;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
	width: 200%;
}
.fu li a .three img {
	width: 100%;
}
.fu li:last-child {
	margin: 0;
}
.fu li:last-child .two {
	display: block;
	padding: 0;
}
.fu li:last-child .two img {
	margin-top: 28.5px;
}
.fu li a:hover .one {
	display: none;
}
.fu li a:hover .two {
	display: block;
	-webkit-animation: bounceIn 1s;
	animation: bounceIn 1s;
}
.fu li a:hover .three {
	display: block;
}
.fu li:last-child a:hover .two {
	opacity: 1!important;
	transform: none!important;
}
.fu .go-top {
	display: none;
}

/* dang */
.dang .top-2 {
	background: rgba(184, 2, 0,0.6);
}
.dang .top-2 .sub {
	background: linear-gradient(135deg,rgba(213, 56, 37,0.8),rgba(230, 114, 39,0.6));
}
.dang .top-2 .sub-two {
	background: #FFFFFF;
}
.dang .top-2 > ul > li > a::before {
	background-color: #FFE462;
}

/* addcss-2 */

/* new */
.new {
	width: 100%;
	height: 503px;
	padding-top: 40px;
	padding-bottom: 50px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.new .lef {
	float: left;
	width: 892px;
	padding-right: 27px;
	height: 100%;
}
.new .rig {
	float: right;
	width: 308px;
	height: 100%;
	border: 1px solid #E4E4E4;
}
.bt-1 {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #E4E4E4;
}
.bt-1 > span {
	float: left;
	width: 108px;
	text-align: center;
	height: 52px;
	position: relative;
	line-height: 52px;
	font-size: 1.3125rem;
	color: #000000;
	font-weight: 600;
}
.bt-1 > span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #1273C2;
}
.bt-1 > span::after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 20px;
	height: 4px;
	background-color: #13C9B6;
}
.bt-1 p {
	float: right;
	position: relative;
	height: 100%;
}
.bt-1 p a {
	float: left;
	padding-right: 30px;
	padding-left: 20px;
	height: 100%;
	line-height: 52px;
	background: url(../image/bt-a-bg.png) no-repeat right center;
	font-size: 1rem;
	color: #666666;
}
.bt-1 p a:last-child {
	background: none;
	padding-right: 0;
}
.bt-1 p .on {
	color: #000000;
}
.bt-1 p span {
	position: absolute;
	bottom: -1px;
	left: 40px;
	width: 30px;
	height: 4px;
	background-color: #13C9B6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.new-cont {
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}
.new-cont .new-det {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.new-cont .on {
	opacity: 1;
	z-index: 10;
}

.new-det .lun {
	float: left;
	width: 425px;
	height: 328px;
}
.new-det .lun a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #F4F4F4;
}
.new-det .lun .img {
	height: 248px;
	width: 100%;
	overflow: hidden;
}
.new-det .lun .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.new-det .lun .bot {
	width: 100%;
	height: 80px;
	position: relative;
	padding-left: 80px;
	float: left;
}
.new-det .lun .swiper-container {
	width: 100%;
	height: 100%;
}
.new-det .lun .bot label {
	position: absolute;
	left: 0;
	width: 68px;
	height: 71px;
	top: -28px;
	text-align: center;
}
.new-det .lun .bot label span {
	display: inline-block;
	height: 28px;
	width: 100%;
	font-size: 0.8125rem;
	color: #FFFFFF;
	line-height: 28px;
	background-color: rgba(19, 201, 182,0.4);
}
.new-det .lun .bot label p {
	height: 43px;
	width: 100%;
	line-height: 43px;
	background-color: #1257AC;
	color: #FFFFFF;
	font-size: 1.75rem;
	text-align: center;
}
.new-det .lun .bot > p {
	width: 100%;
	float: left;
	font-size: 1rem;
	color: #131313;
	margin-top: 16px;
	padding-right: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.new-det .swiper-pagination {
	width: auto;
	left: auto;
	right: 20px;
	bottom: 15px;
}
.new-det .swiper-pagination span {
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: none;
	border: 1px solid #1257AC;
}
.new-det .swiper-pagination .swiper-pagination-bullet-active {
	border: none;
	background: linear-gradient(45deg,#1257AC,#13C9B6);
}
.new-det .lun a:hover img {
	transform: scale(1.2,1.2);
}

/* new-list */
.new-det ul {
	width: 440px;
	padding-left: 25px;
	height: 100%;
	float: left;
}
.new-det ul li {
	background: url(../image/new-det-li.png) no-repeat left center;
	padding-left: 18px;
	height: 41.2px;
	width: 100%;
	border-bottom: 1px dashed #13C9B6;
	line-height: 41.2px;
}
.new-det ul li a {
	font-size: 0.875rem;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #4B4B4B;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.new-det ul li a:hover {
	padding-left: 5px;
	color: #1257AC;
}

/* 閫氱煡鍏?*/
.bt-2 {
	width: 100%;
	height: 52px;
	background-color: #FAFAFA;
}
.bt-2 span {
	position: relative;
	font-size: 1.125rem;
	color: #000000;
	font-weight: 600;
	padding-left: 22px;
	line-height: 52px;
	height: 100%;
	float: left;
}
.bt-2 span::before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	height: 42px;
	width: 4px;
	background-color: #1273C2;
}
.bt-2 span::after {
	position: absolute;
	content: "";
	left: 0;
	top: 18px;
	height: 14px;
	width: 4px;
	background-color: #13C9B6;
}
.bt-2 a {
	float: right;
	margin-right: 10px;
	line-height: 52px;
	font-size: 0.75rem;
	color: #717171;
}
.bt-2 a:hover {
	font-weight: 600;
	color: #1C72DB;
}

.rig-det {
	padding: 0 22px;
}
.rig-det a {
	display: inline-block;
	width: 100%;
	height: 83px;
	border-bottom: 1px dashed #13C9B6;
	padding: 14px 0;
}
.rig-det a label {
	float: left;
	width: 60px;
	height: 100%;
	background-color: #ECECEC;
	background: url(../image/new-rig-li.png) no-repeat center center;
	cursor: pointer;
	text-align: center;
}
.rig-det a label span {
	font-size: 1.375rem;
	color: #1C72DB;
	display: inline-block;
	margin-top: 5px;
}
.rig-det a label p {
	font-size: 0.6875rem;
	color: #1C72DB;
	text-align: center;
}
.rig-det .det {
	float: left;
	width: 200px;
	padding-left: 12px;
}
.rig-det .det p {
	font-size: 0.875rem;
	color: #464646;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}
.rig-det a:hover .det p {
	color: #1C72DB;
	font-weight: 600;
}

/* 绉戝?*/
.ks {
	width: 100%;
	height: 505px;
	background-color: #EDEDED;
	background-image: url(../image/ks-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	overflow: hidden;
	padding-top: 40px;
}
.bt-3 {
	width: 100%;
	padding-left: 18px;
	height: 52px;
	position: relative;
}
.bt-3::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: #1273C2;
}
.bt-3::after {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	height: 20px;
	width: 4px;
	background-color: #13C9B6;
}
.bt-3 span {
	font-size: 1.5625rem;
	color: #000000;
}
.bt-3 p {
	font-size: 1.125rem;
	color: #1C7EC4;
}

.ks-1 {
	width: 100%;
	height: 316px;
	background: url(../image/ks-one.png) no-repeat center center;
	margin-top: 33px;
	position: relative;
}
.ks-1 .qie {
	position: absolute;
	z-index: 5;
	right: 0;
	width: 274px;
	height: 43px;
	top: -43px;
}
.ks-1 .qie span {
	display: inline-block;
	float: left;
	height: 39px;
	background-color: #1273C2;
	cursor: pointer;
	width: 135px;
	text-align: center;
	line-height: 39px;
	font-size: 1.125rem;
	color: #FFFFFF;
	position: relative;
}
.ks-1 .qie span:first-child {
	margin-right: 4px;
}
.ks-1 .qie .on {
	background: url(../image/ks-qie.png) center bottom;
}
.ks-1 .qie span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: url(../image/ks-qie.png) center bottom;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.ks-1 .qie .on::before {
	bottom: -4px;
}
.ks-2 {
	width: 100%;
	height: 100%;
	position: relative;
}


/* ks-all */
.ks-3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	padding: 36px;
	padding-top: 15px;
}
.ks-2 > .on {
	opacity: 1;
	z-index: 10;
}

.ks-3 .ks-4 {
	float: left;
	width: 358px;
	height: 100%;
	margin-right: 28px;
}
.ks-3 .ks-4:nth-child(2) {
	width: 537px;
}
.ks-3 .ks-4:nth-child(3) {
	width: 177px;
	margin-right: 0;
}
.ks-4 > span {
	display: inline-block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 1rem;
	color: #FFFFFF;
	font-weight: 600;
	padding-left: 32px;
	background-image: url(../image/ks-1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.ks-3 .ks-4:nth-child(2) > span {
	background-image: url(../image/ks-2.png);
}
.ks-3 .ks-4:nth-child(3) > span {
	background-image: url(../image/ks-3.png);
}
.ks-4 a {
	display: inline-block;
	width: 177px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 0.875rem;
	color: #FFFFFF;
	border: 1px solid rgba(255,255,255,0.48);
	float: left;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.ks-3 .ks-4:nth-child(3) a {
	margin-right: 0;
}
.ks-4 a:hover {
	border-color: rgba(255,255,255,1);
	font-weight: 600;
	/* letter-spacing: 0.1rem; */
	padding-left: 25px;
}

/* 涓滈棬鍒嗛櫌 */
.ks-5 {
	width: 100%;
	height: 100%;
	padding: 0 9px;
	padding-top: 30px;
}
.ks-5 .lef {
	width: 190px;
	float: left;
	margin-left: 9px;
}
.ks-5 .lef a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	margin-bottom: 4px;
	font-size: 0.9375rem;
	color: #FFFFFF;
	border: 1px solid rgba(255,255,255,0.48);
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.ks-5 .lef .on {
	border-color: rgba(255,255,255,1);
	font-weight: 600;
	padding-left: 25px;
}
.ks-5 .rig {
	position: relative;
	width: 875px;
	height: 100%;
	overflow: hidden;
	float: right;
}
.ks-5 .rig .ks-6 {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.ks-5 .rig > .on {
	opacity: 1;
	z-index: 10;
}
.ks6-lef {
	width: 570px;
	float: left;
	padding-right: 36px;
}
.ks6-lef p {
	font-size: 0.875rem;
	color: #FFFFFF;
	text-indent: 2rem;
	text-align: justify;
	line-height: 2;
	height: 168px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 6;
}
.ks6-lef a {
	float: right;
	font-size: 0.8125rem;
	color: #FFFFFF;
	text-decoration: underline;
	margin-top: 10px;
}
.ks6-lef a:hover {
	font-weight: 600;
}
.ks-6 .img {
	float: right;
	width: 305px;
	height: 197px;
	overflow: hidden;
}
.ks-6 .img a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.ks-6 .img a img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.ks-6 .img a:hover img {
	transform: scale(1.1,1.1);
}

/* team */
.team {
	width: 100%;
	padding-top: 52px;
	height: 542px;
	background-image: url(../image/team-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}
.team .team-1 {
	position: relative;
	z-index: 100;
}
.bt-4 span {
	color: #FFFFFF;
	width: 100%;
	float: left;
}
.bt-4 p {
	color: #68D2D1;
	float: left;
}
.bt-4 .qie {
	float: right;
        display: none;
}
.bt-4 .qie a {
	font-size: 1rem;
	color: #D2F9FB;
	float: left;
	padding-right: 30px;
	padding-left: 20px;
	background: url(../image/team-qie.png) no-repeat right center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.bt-4 .qie .on {
	color: #FFFFFF;
	font-weight: 600;
}
.bt-4 .qie a:last-child {
	background: none;
	padding-right: 0;
}
.team-fu {
	position: absolute;
	width: 915px;
	height: 60px;
	left: 142.5px;
	bottom: -12px;
	background: linear-gradient(45deg,#09B3A5,#227ED2);
	padding: 14px 37px;
	z-index: 5;
}
.team-fu::before {
	content: "";
	position: absolute;
	left: -12px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-right: 12px solid #BFD2E1;
	border-bottom: 12px solid transparent;
}
.team-fu::after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-left: 12px solid #BFD2E1;
	border-bottom: 12px solid transparent;
}
.team-fu .team-sou {
	float: left;
	width: 300px;
	height: 32px;
	margin-right: 20px;
	background-color: #FFFFFF;
	font-size: 0.875rem;
	color: #5F5F5F;
	position: relative;
}
.team-fu .team-sou input {
	width: 85%;
	height: 100%;
	background: none;
	border: none;
	padding-left: 17px;
	font-size: 0.875rem;
	color: #5F5F5F;
}
.team-fu .ke input,
.team-fu .zhi input {
	cursor: pointer;
}
.team-fu .ke,
.team-fu .zhi {
	background-image: url(../image/team-sou.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;
}
.team-fu input[type=submit] {
	float: left;
	width: 200px;
	height: 32px;
	border: none;
	background: none;
	background-color: #FFFFFF;
	cursor: pointer;
	font-size: 0.9375rem;
	color: #165CB1;
	background-image: url(../image/team-sou-1.png);
	background-repeat: no-repeat;
	background-position: 20% center;
	padding-left: 20px;
}
.team-ks {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 479px;
	background-color: #FFFFFF;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	box-shadow: 0 10px 10px 1px rgba(0,0,0,0.2);
	z-index: 10;
}
.team-ks .one {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #DDDDDD;
}
.team-ks .one li {
	float: left;
	width: 25%;
	text-align: center;
	height: 100%;
}
.team-ks .one li a {
	font-size: 0.875rem;
	color: #333333;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
.team-ks .one li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
}
.team-ks .one li a:hover {
	color: #165CB1;
}
.team-ks .one .on a {
	color: #165CB1;
	font-weight: 600;
}
.team-ks .one .on a::before {
	background-color: #165CB1;
}
.team-ks .two {
	width: 100%;
	padding: 10px 0;
}
.team-ks .two li {
	display: none;
}
.team-ks .two .on {
	display: block;
}
.team-ks .two li a {
	font-size: 0.875rem;
	color: #000000;
	margin-right: 10px;
	line-height: 1.8;
	display: inline-block;
}
.team-ks .two li a:hover {
	color: #165CB1;
	text-decoration: underline;
	font-weight: 600;
}
.team-fu .zhi ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 10px 10px 1px rgba(0,0,0,0.2);
	padding: 0 10px;
	z-index: 10;
	border-radius: 0 0 10px 10px;
}
.team-fu .zhi ul li {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 0.9375rem;
	color: #333333;
}
.team-fu .zhi ul li:hover {
	font-weight: 600;
	color: #09B3A5;
}

.team-2 {
	margin-top: 15px;
	width: 100%;
	height: 360px;
	position: relative;
	overflow: hidden;
}
.team-2 .team-3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
}
.team-2 > .on {
	opacity: 1;
	z-index: 10;
}
.team-3 .swiper-container {
	width: 100%;
	height: 100%;
}
.team-3 .swiper-slide {
	height: 300px;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.team-3 .swiper-slide:hover {
	transform: translate(0,-10px);
	border-radius: 10px;
	box-shadow: 0 10px 20px 2px rgba(0,0,0,0.4);
}
.team-3 .swiper-slide::before {
	content: "";
	position: absolute;
	height: 3px;
	bottom: 0;
	width: 144px;
	background-color: #1C72DB;
	left: 21px;
}
.team-3 .swiper-slide::after {
	content: "";
	position: absolute;
	height: 4px;
	bottom: 0;
	width: 24px;
	background-color: #13C9B6;
	left: 80px;
}
.team-3 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 21px;
}
.team-3 .img {
	width: 100%;
	height: 164px;
	overflow: hidden;
}
.team-3 .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.team-3 .swiper-slide span {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1.125rem;
	color: #34A8DC;
}
.team-3 p {
	font-size: 0.8125rem;
	color: #8B8B8B;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 10px;
}

.team-3 .swiper-slide a:hover img {
	transform: scale(1.1,1.1);
}
.team-3 .swiper-slide a:hover span {
	font-weight: 600;
}
.team-3 .swiper-slide a:hover p {
	font-weight: 600;
}
.team-3 .swiper-pagination {
	
}
.team-3 .swiper-pagination span {
	opacity: 1;
	width: 14px;
	height: 14px;
	background-color: #A0E8E7;
}
.team-3 .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

/*  */
.new2 {
	width: 100%;
	height: 844px;
	background-color: #FFFFFF;
	padding: 40px 0 50px 0;
}
.new-lit {
	width: 100%;
	overflow: hidden;
}
.new-lit .new-lit-1 {
	width: 364px;
	float: left;
}
.new-lit .new-lit-1:nth-child(2) {
	margin: 0 54px;
}
.bt-5 {
	width: 100%;
	height: 52px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.bt-5 span {
	display: inline-block;
	width: 108px;
	height: 100%;
	text-align: center;
	line-height: 52px;
	font-size: 1.3125rem;
	color: #000000;
	position: relative;
	z-index: 1;
}
.bt-5 span::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 4px;
	width: 100%;
	background-color: #1273C2;
}
.bt-5 span::after {
	position: absolute;
	content: "";
	left: 15px;
	bottom: -1px;
	height: 4px;
	width: 15px;
	background-color: #13C9B6;
}
.bt-5 a {
	float: right;
	font-size: 0.8125rem;
	color: #717171;
	line-height: 52px;
}
.bt-5 a:hover {
	font-weight: 600;
	color: #165CB1;
}
.new-lit-1 ul {
	width: 100%;
	height: 325px;
	overflow: hidden;
}
.new-lit-1 ul > a {
	display: inline-block;
	width: 100%;
	height: 119px;
	overflow: hidden;
}
.new-lit-1 ul > a img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.new-lit-1 ul > a:hover img {
	transform: scale(1.1,1.1);
}
.new-lit-1 ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #93D6ED;
}
.new-lit-1 ul li a {
	display: inline-block;
	height: 100%;
	width: 100%;
	font-size: 0.875rem;
	color: #4B4B4B;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.new-lit-1 ul li a:hover {
	color: #13C9B6;
	padding-left: 10px;
}

.new2 .zt {
	width: 100%;
	margin-top: 50px;
}
.zt-lef {
	width: 294px;
	float: left;
	height: 312px;
	margin-right: 24px;
	border: 3px solid #E8E8E8;
	position: relative;
	padding-top: 108px;
}
.zt-lef::before {
	content: "";
	position: absolute;
	top: 15px;
	left: -3px;
	width: 100%;
	height: 80px;
	background: url(../image/zt-bt.png) no-repeat left center;
}
.zt-lef a {
	font-size: 0.875rem;
	color: #2D2D2D;
	display: inline-block;
	width: 100%;
	line-height: 2;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.zt-lef .more {
	color: #E15500!important;
	padding: 0 15px!important;
	text-decoration: underline;
}
.zt-lef a:hover {
	color: #1257AC;
	padding-left: 20px;
}
.zt-rig {
	width: 882px;
	height: 312px;
	float: left;
}
.zt-lun {
	width: 100%;
	height: 120px;
	margin-bottom: 14px;
}
#swiperzt {
	width: 100%;
	height: 100%;
}
#swiperzt .swiper-wrapper {
	width: 100%;
	height: 100%;
}
#swiperzt .swiper-slide {
	width: 100%;
	height: 120px;
}
#swiperzt .swiper-slide a {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
}
#swiperzt .swiper-slide a img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
#swiperzt .swiper-slide a:hover img {
	transform: scale(1.1,1.1);
}
#swiperzt .swiper-pagination {
	left: auto;
	right: 10px;
	bottom: 14px;
	width: auto;
}
#swiperzt .swiper-pagination span {
	opacity: 1;
	width: 13px;
	height: 13px;
	background-color: #FFB726;
}
#swiperzt .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ED4202;
}

/* 涓撴?*/
.zt-rig > a {
	float: left;
	margin-right: 12px;
	position: relative;
	width: 286px;
	height: 178px;
	overflow: hidden;
}
.zt-rig > a:last-child {
	margin: 0;
}
.zt-rig > a img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.zt-rig > a p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 37px;
	text-align: center;
	line-height: 37px;
	color: #FFFFFF;
	font-size: 0.9375rem;
	background: linear-gradient(to right,rgba(34, 126, 210,0.9),rgba(6, 191, 176,0.9));
}
.zt-rig > a:hover img {
	transform: scale(1.1,1.1);
}