﻿.wrap{
	width: 1500px;
	margin:0 auto;
}
.header{
	position: fixed;
	left: 0;right: 0;
	top: 0;z-index: 99;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header .logo{
	float: left;
	margin-top: 15px;
}
.header .logo img{
	height: 67px;
	display: block;
}
.header .rts{
	float: right;
	max-width: calc(100% - 270px);
}
.header .rts .naver{
	float: left;
}
.header .form{
	float: left;
	overflow: hidden;
	margin-top: 29px;
	border: 1px solid rgba(255,255,255,0);
	border-radius: 26px;
} 
.header .form:hover .txt{
	width: 100px;
}
.header .form:hover{
	border-color: #fff;padding-left: 10px;
}
.header .form .btn{
	background: url(../images/icon6.png) no-repeat center;
	width: 40px;
	height:40px;
	border: none;cursor: pointer;
}
.header .form .txt{
	width: 0;
	height: 40px;float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	color: #fff;
	border: none;
	background: none;
}
.header .ench{
	float: right;
	margin-left:55px ;
}
.header .naver li{
	float: left;
	margin-left: 30px;
	position: relative;
}
.header .naver li h2 a{
	display: inline-block;
	font-size: 16px;
	line-height: 100px;
	color: #ffffff;
	padding: 0 15px;
}
.header .naver li i{
	position: absolute;
	right: 0;
	top: 0;width: 15px;
	bottom: 0;
	background: url(../images/icos1.png) no-repeat center;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.header .naver li dl{
	position: absolute;
	display: block;
	left: 0;
	top: 90px;
	z-index: 11;
	background: #fff;
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	display: none;
}
.header .naver li dd a{
	font-size: 14px;
	color: #333;
	line-height: 50px;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0 30px;
}
.header .naver li.nli::after {
    content: " ";
    display: block;
    position: absolute;
    left: 15%;
    top: 70px;
    height: 0;
    width: 0;
    z-index: 100;
    transition: all .2s;
    border: 10px solid transparent;
        border-bottom-color: transparent;
    border-bottom-color: #fff;
    margin-left: 10px;
	opacity: 0;
	transition:all 0.1s;
	-ms-transition:all 0.1s;  /* IE 9 */
	-moz-transition:all 0.1s;     /* Firefox */
	-webkit-transition:all 0.1s; /* Safari 和 Chrome */
	-o-transition:all 0.1s;
}
.header .naver li.nli:hover::after{
	opacity: 1;
}
.header .naver li.nli.on i{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.header .naver li dd:last-child a{
	border: none;
}
.header .ench{
	margin-top: 5px;
}
.header .ench ul{
	padding-left: 30px;
}
.header .enchs{
	margin-top: 5px;
	background: url(../images/icon7.png) no-repeat left center;
}
.header .ench li{
	display: inline-block;
	vertical-align: middle;
}
.header .ench li img{
	display: block;
}
.header .ench li a{
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	display: inline-block;
}
.header .ench li a.is1{
	width:25px;height: 25px;
	background: url(../images/is1.png) no-repeat center;
}
.header .ench li a.is2{
	width:25px;height: 25px;
	background: url(../images/is2.png) no-repeat center;
}
/* .active .header .ench li a.is1{
	background: url(../images/is1-1.png) no-repeat center;
}
.active .header .ench li a.is2{
	background: url(../images/is2-1.png) no-repeat center;
} */
.header .ench span{
	width: 1px;
	height: 16px;
	display: inline-block;
	margin: 4px 8px 0;
	background: #fff;
}
.header .ench span.sp{
	height: 24px;
}
.banner a{
	height: 800px;
	display: block;
}
.banner{
	position: relative;
}
.banner .swiper_spot{
	position: absolute;
	left: 0;right: 0;
	bottom:20px ;z-index: 11;
	text-align: center;
}
.banner .swiper_spot span{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0 10px;
	background: #fff;
	opacity: 0.5;
	cursor: pointer;
}
.banner .swiper_spot span.swiper-pagination-bullet-active{
	opacity: 1;
}
.banner .next,
.banner .prev{
	width: 50px;
	height: 50px;
	background: url(../images/jt4.png) no-repeat center rgba(0,0,0,0.1);
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	left:100px;
	top: 50%;
	margin-top: -45px;z-index: 11;
}
.banner .next{
	left: auto;
	right: 100px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.banner .swiper_spot{
	position: absolute;
	left: 0;right: 0;
	bottom: 40px;z-index: 11;
}
.banner .swiper_spot span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
}
.section2{
	padding: 80px 0;
	text-align: center;
	background: #f9f9f9;
}
.section2 h3{
	font-size: 48px;
	line-height: 70px;
	color: #333333;
	margin-bottom: 20px;
}
.section2 p{
	font-size: 16px;
	line-height:28px;
	color: #666666;
	margin-top: 30px;
}
.section2 .rop{
	margin-top: 40px;
	overflow: hidden;
}
.section2 .rop ul{
	overflow: hidden;
	margin-bottom: 30px;
}
.section2 .rop li{
	float: left;
	width:50% ;
	position: relative;
}
.section2 .rop li a{
	display: block;
}
.section2 .rop li img{
	width: 100%;
	display: block;
}
.section2 .rop li .mk{
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom: 0;z-index: 1;
	background: rgba(99,104,212,0.8);
	opacity: 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.section2 .rop li .ico{
	position: absolute;
	left: 0;right: 0;z-index: 12;
	top: 50%;transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
}
.section2 .rop li h3{
	font-size: 30px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 20px;
}
.section2 .rop li .more{
	background: #ffffff;
	height: 60px;
	width: 60px;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.section2 .rop li .more i{
	width: 16px;
	background: url(../images/jt1.png) no-repeat center;
	height: 60px;
	display: inline-block;
	vertical-align: top;
}
.section2 .rop li span{
	font-size: 24px;
	line-height: 60px;
	padding-right: 10px;
	display: none;
	vertical-align: top;
	color: #4563b2;
}
.section2 .rop li:hover span{
	display: inline-block;
}
.section2 .rop li:hover .more{
	width: 160px;
}
.section2 .rop li:hover .mk{
	opacity: 1;
}
.section3{
	padding: 115px 0 160px;
	background: #f5f5f5;
}
.section3 .wrap{
	background: url(../images/icon4.png) no-repeat right top;
	overflow: hidden;
}
.section3 .lt{
	width: calc(100% - 720px);
}
.section3 .rt{
	float: right;width: calc(100% - 400px);
}
.section3 .lt h3 a{
	font-size: 36px;
	line-height:56px;
	color: #666666;
	text-transform: uppercase;
}
.section3 .lt h2 a{
	font-size:48px;
	line-height:86px;
	color: #333333;
	text-transform: uppercase;
}
.section3 .lt h2{
	margin-bottom: 50px;
}
.section3 .lt p{
	font-size: 20px;
	line-height:1.7;
	color: #666666;
}
.section3 .btn{
	width: 225px;
	margin-top: 85px;
	display: block;
	font-size: 18px;
	line-height: 58px;
	color: #666666;
	text-align: center;
	border: 1px solid #cccccc;
	float: left;
}
.section3 .btn span{
	padding-right:32px ;
	display: inline-block;
	background: url(../images/jt2.png) no-repeat right center;
	display: inline-block;
}
.section3 .rt ul{
	text-align: right;
	margin-top: 60px;
}
.section3 .rt li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.section3 .rt li i{
	width: 1px;
	height: 75px;
	display: inline-block;
	background: #999999;
	margin: 0 55px;
}
.section3 .rt li h4{
	font-size: 31px;
	color: #04489f;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 10px;
}
.section3 .rt li h6{
	font-size: 18px;
	line-height:1.8;
	color: #666666;
}
.section3 .rt li span{
	font-size: 60px;
}
.section4{
	padding:120px 0 0;
}
.section4 h3{
	font-size: 50px;
	line-height: 1.7;
	color: #343434;	
	margin-bottom: 70px;
	text-align: center;
}
.section4 li{
	height: 400px;overflow: hidden;
}
.section4 li .wrap{
	padding: 110px 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.section4 li:nth-child(2n) .txt {
	text-align: right;
}
.section4 li:nth-child(2n) .more {
	float: right;
}
.section4 li h2{
	font-size: 38px;
	line-height: 1.4;
	color: #fff;
}
.section4 li h4{
	font-size: 20px;
	line-height: 2;
	color: #fff;
}
.section4 li .more{
	width: 105px;
	line-height: 40px;
	border-radius: 20px;
	background: #fff;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.section4 li .more:hover{
	width: 145px;
}
.section4 li .more span{
	padding-right:25px ;
	font-size: 16px;display: inline-block;
	color: #192068;display:inline-block;
	background: url(../images/jt3.png) no-repeat right center;
}

.section5{
	padding:80px 0 50px;
}
.tit{
	text-align: center;
}
.tit h2{
	font-size: 48px;
	line-height:1.7;
	color: #333333;
}
.tit h4{
	font-size: 26px;
	line-height:1.7;
	color: #666666;
	text-transform: uppercase;
}
.section5 .list ul{
	overflow: hidden;
}
.section5 .list li{
	margin-top: 30px;
	width: 30%;margin-right: 5%;
	float: left;
}
.section5 .list li .ytime{
	border: 1px solid #dcdcdc;
	padding: 20px 20px 30px;
	text-align: center;
	margin-bottom: 30px;
}
.section5 .lmores{
	margin-top: 50px;
}
.lmores{
	font-size:20px;
	text-transform: uppercase;
	line-height: 44px;
	color: #313131;
	width: 185px;
	display: block;
	margin: 0 auto;text-align: center;
	border: 1px solid #313131;
}
.lmores:hover{
	color: #fff;
	background: #313131;
	text-align: center;
}
.section5 .list li .ytime h4{
	font-size:14px ;
	line-height: 1.6;
	color: #999999;
	text-transform: uppercase;
}
.section5 .list li .ytime h5{
	font-size:14px ;
	line-height: 1.6;
	color: #999999;
}
.section5 .list li:nth-child(3n){
	margin-right: 0;
}
.section5 .list li .imgs a{
	display: block;
	 overflow: hidden;
}
.section5 .list li a img{
	display: block;
	width: 100%;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.section5 .list li a:hover img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1);
} 
.section5 .list h2 a{
	display: block;
	 word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 20px;
	line-height: 50px;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	margin: 15px 0;
}
.section5 .list h2 a:hover{
	color: #033982;
}
.section5 .list h6{
	font-size: 16px;
	line-height: 2;
	color: #666666;
}
.section5 .list p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	height: 140px;
	object-fit: inherit;
}

.section5 .list .btn{
	padding-left:30px ;
	font-size: 18px;
	line-height:2;
	color: #666666;
	display: inline-block;
	background: url(../images/icon5.png) no-repeat left center;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.section5 .list .btn:hover{
	padding-left: 35px;
	color: #033982;
}
.section5 .lt{
	float: left;
	width: 850px;
	padding: 90px 0 80px;
}
.section5 .lt ul{
	font-size: 0;
	text-align: center;
}
.section5 .lt li{
	display: inline-block;
	width: 190px;
	height: 230px;
	margin: 0 30px;
	background: rgba(255,255,255,0.6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	vertical-align: top;
	position: relative;
}
.section5 .lt li img{
	width: 100%;
	display: block;
}
.section5 .lt h2{
	font-size: 22px;
	line-height: 46px;
	color: #000000;
}
.section5 .lt li h3{
	font-size: 26px;
	line-height: 56px;
	color: #63666b;
}
.section5 .lt li h5{
	font-size: 18px;
	line-height: 38px;
	color: #63666b;
	text-transform: uppercase;
}
.section5 .lt .cent{
	position: absolute;
	left: 0;right: 0;
	top: 50%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
	padding: 0 20px;
}
.section5 .rt{
	float: right;
	width: calc(100% - 870px);
}
.section5 .rt .imgs{
	height: 215px;
	margin-bottom: 20px;
}
.section5 .rt .imgs a{
	display: block;
	height: 100%;
	position: relative;
}
.section5 .rt .imgs2{
	height:165px ;
}
.section5 .rt .txt{
	position: absolute;
	left: 75px;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
}
.section5 .rt .txt h3{
	font-size: 42px;
	line-height: 66px;
	color: #ffffff;
}
.section5 .rt .txt span{
	width: 135px;
	line-height: 46px;
	background: rgba(255,255,255,0.36);
	text-align: center;
	font-size: 25px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}

.footer{
	background: #00345c;
	padding: 40px 0 50px;
}
.footer .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.active .nav_line{
	background: #fff !important;
}
.footer .fnav dl{
	float: left;
	/*width: 265px;*/
}
/*.footer .fnav dl:last-child{
	width: 125px !important;
}*/
.footer .fnav dt{
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 10px;
}
.footer .fnav dd a{
	font-size: 14px;
	line-height: 30px;
	color: #cccccc;
	display: inline-block;
}

.footer .copyright{
	margin-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #314458;
}
.footer .copyright .lt{
	float: left;
	width: 50%;
}
.footer .copyright ul{
	float: left;
}
.footer .copyright li{
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 15px;
	border-radius: 8px;
	position: relative;
}
.footer .copyright li>img,
.footer .copyright li a>img{
	border-radius: 8px;width: 100%;
	display: block;
}
.footer .copyright li.we img{
	width: 100%;
	display: block;
}
.footer .copyright li.we:hover .wx{
	display: block;
}
.footer .copyright li.we .wx{
	    position: absolute;
    width: 120px;
    bottom: 58px;z-index: 11;
    left: 50%;
    margin-left: -60px;
    z-index: 200;
    transition: all .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;background: #fff;
    display: none;
}
.footer .copyright li.we .wx:after {
    display: block;
    content: " ";
    position: absolute;
    width: 0;
    bottom: 0;
    height: 0;
    left: 50%;
    margin-bottom: -12px;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: #fff;
    z-index: 200;
}
.footer .copyright dl{
	float: left;
}
.footer .copyright dd{
	float: left;
}
.footer .copyright dd span{
	width: 1px;
	height: 16px;
	margin: 0 4px;
	display: inline-block;
	background: #b5cae3;
	margin-top: 7px;
}
.footer .copyright dd a{
	font-size: 14px;
	line-height: 1.6;
	color: #b2c6de;
	display: inline-block;
}
.footer .copyright .rt{
	float: right;
}

.layout.active .header{
	background: #033982;
}

/* .active .header .naver li h2 a{
	color: #333;
} */
/* .active .header .naver li i{
	background: url(../images/aico1.png) no-repeat center;
}
.active .header .form .btn{
	background: url(../images/aico3.png) no-repeat center;
}
.active .header .form:hover {
    border-color: #333;
}
.active .header .form .txt{
	color: #333;
}
.active .header .ench li a{
	color: #333;
}
.active .header .ench li span{
	background: #333;
}
.active .header .enchs{
	background: url(../images/aico2.png) no-repeat left center;
}
.active .header{
	border-color: #bdbdbd;
} */

/* .header .naver li.active h2 a,
.header .naver li h2 a:hover{
	color: #033982;
} */
.header .naver li dd a:hover,
.header .ench li a:hover{
	color:#4866b4; background-color:#ebeef7;
}

.footer .copyright dd a:hover,
.footer .fnav dd a:hover{
	color: #fff;
}


/*产品中心*/
.f_banner {
	height: 504px;
	margin: 0 auto;
	
}
.f_banner .wrap {
	position: relative;
}
.f_banner .text {
	position: absolute;
	z-index: 11;
	left: 0;top: 220px;
}
.f_banner .text h2{
	font-size: 48px;
	line-height: 74px;
	color: #fff;
	font-weight: bold;
}
.f_banner .text p{
	font-size: 20px;
	line-height: 44px;
	color: #fff;
}
.link {
	
}
.link ul {
	overflow: hidden;
}
.link ul li {
	float: left;margin-right: 6px;
}
.link ul li a {
	display: block;
	font-size: 14px;
	line-height: 44px;
	color: #666666;
	background: url(../images/icon18.png) no-repeat right center;
	padding-right: 12px;
	transition: all 0.3s;
}
.link ul li a:hover {
	color: #007AFF;
}
.link ul li:last-child a {
	background: none;
}
.product {
	margin-bottom: 136px;
	margin-top: 68px;
}
.product .lnac{
	float: left;
	width: 248px;
}
.product .lnac li{
	margin-bottom: 20px;
}
.product .lnac li a{
	font-size:16px ;
	line-height:35px ;
	color: #666666;text-align: center;
	display: block;
	width: 130px;border-radius: 18px;
	border: 1px solid #999999;
}
.product .lnac li a:hover,
.product .lnac li.on a{
	border-color: #033982;
	color: #033982;width: 175px;
	font-size: 20px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.product .l_lists{
	float: right;
	width: calc(100% - 250px);
}
.product .l_lists h2 {
	font-size: 36px;
	line-height: 80px;
	color: #333333;
	font-weight: bold;
}
.product .l_lists ul {
	overflow: hidden;font-size: 0;
	margin-bottom: 50px;
}
.product .l_lists ul li {
	float: left;
	width: calc((100% - 50px)/4);
	margin-right: 14px;
	border: 1px solid #dfdfdf;
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
}
.product .l_lists ul li:before {
	position: absolute;content: "";transition: all 0.3s;
	top: 0;bottom: 0;left: 0;right: 0;margin: 0 auto;
	z-index: 11;border: 0px solid #033982;
}
.product .l_lists ul li:hover:before {
	border: 4px solid #033982;
	box-shadow: 0 0 10px 3px #c4c4c4;
}
.product .l_lists ul li:nth-child(4n) {
	margin-right: 0;
}
.product .l_lists ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.product .l_lists ul li .img {
	position: relative;
	height: 268px;
}
.product .l_lists ul li .img img {
	position: absolute;
	z-index: 11;margin: 0 auto;
	left: 0;right: 0;
	top: 50%;transform: translateY(-50%);
	max-height: 80%;max-width: 80%;
}
.product .l_lists ul li h5 {
	font-size: 15px;
	line-height: 98px;
	padding: 0 42px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
	color: #333;
	word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
background: #f0f0f0;
}


/*公司简介*/
.company {
	margin: 52px 0 60px;
}
.company .txt {
	float: left;
	width: 43%;
}
.company .txt h3 {
	font-size: 30px;
	line-height: 38px;
	color: #333333;
}
.company .txt h6 {
	font-size: 18px;
	line-height: 28px;
	color: #999999;
}
.company .txt p {
	font-size: 14px;
	margin-top: 27px;
	line-height: 24px;
	color: #333333;
}
.company .imgs {
	float: right;overflow: hidden;
	width: 53%;position: relative;
}
.company .imgs .swiper-pagination {
	position: absolute;
	z-index: 11;
	right: 20px;
	bottom: 20px;
	left: auto;
	width: auto;
}
.company .imgs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(255,255,255,1);
}
.company .imgs .swiper-pagination .swiper-pagination-bullet {
	background: rgba(255,255,255,0.8);
}
.company .imgs ul{
	width: 100%;
}
.company .imgs li {
	height: 510px;width: 100%;
}
.company .imgs li a {
	display: block;width: 100%;height: 100%;
}
.company .imgs li img {
	display: block;
	/* height: 100%; */
	width: 100%;
}

.mem_list ul {
	overflow: hidden;font-size: 0;
}
.mem_list li {
	float: left;box-shadow: 0 0 3px 1px #f4f3f3;
	width: calc((100% - 233px )/4);transition: all 0.3s;
	margin-right: 77px;padding: 38px 36px 10px;position: relative;
	box-sizing: border-box;border: 1px solid #ecebec;
}
.mem_list li:before {
	position: absolute;content: "";
	left: 0;right: 0;margin: 0 auto;transition: all 0.3s;
	height: 0;background: #072768;top: 0;
}
.mem_list li:hover:before {
	height: 6px;
}
.mem_list li:nth-child(4n) {
	margin-right: 0;
}
.mem_list li a {
	display: block;
}
.mem_list li h6 {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.mem_list li h4 {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
}
.mem_list li .img {
	width: 50px;
	height: 56px;overflow: hidden;
	position: relative;
}
.mem_list li .img img {
	display: block;
	top: 0;z-index: 11;left: 0;
	right: 0;margin: 0 auto;
	position: absolute;
}
.mem_list li:hover .img img {
	bottom: 0;display: block;top: auto;
}
.map {
	margin: 100px auto 100px;
}
.map .imgs {
	margin: 0 auto;
}
.map .imgs img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

/*荣誉资质*/
.memorabilia .wrap {
	position: relative;
}
.memorabilia .list {
	margin: 0 215px;
}
.memorabilia .imgs {
	overflow: hidden;
	margin: 0 auto;
}
.memorabilia .imgs li {
	height: auto;
}
.memorabilia .imgs li a {
	display: block;width: 100%;height: 100%;overflow: hidden;
}
.memorabilia .imgs li a img {
	display: block;width: 100%;transition: all 0.3s;height: 100%;
}
.memorabilia .text {
	text-align: center;
}
.memorabilia {
	margin: 80px auto 140px;
}
.memorabilia .text h2 {
	font-size: 42px;
	line-height: 58px;
	color: #333;
	font-weight: bold;
}
.memorabilia .text p {
	font-size: 18px;
	line-height: 30px;
	color: #999999;
	font-weight: bold;
}
.memorabilia ul {
	margin: 35px auto 0;
}
.memorabilia .prev,
.memorabilia .next {
	position: absolute;
	z-index: 11;left: 0;transition: all 0.3s;
	top: 50%;transform: translateY(-50%);
	background: url(../images/jt5.png) no-repeat center #eeeeee;
	height: 56px;width: 56px;border-radius: 50%;
	overflow: hidden;cursor: pointer;
}
.memorabilia .prev:hover,
.memorabilia .next:hover {
	background: url(../images/jt5.png) no-repeat center #e5e5e5;
}
.memorabilia .prev {
	transform: translateY(-50%) rotate(180deg);
	right: 0;left: auto;
}


/*社会责任*/
.memorabilia .brand {
	margin: 25px auto 0;
	height: 620px;
	position: relative;
}
.memorabilia .brand .text {
	position: absolute;z-index: 11;
	top: 100px;left: 50%;text-align: left;
}
.memorabilia .brand .text h6 {
	font-size: 18px;
	line-height: 28px;
	color: #446988;
}
.memorabilia .brand .text h2 {
	font-size: 35px;
	line-height: 48px;
	color: #3f6988;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 37px;
}
.memorabilia .brand .text p {
	font-size: 14px;
	line-height: 31px;
	color: #88888b;
}
.memorabilia .brand .btn {
	background: #fff;border: 1px solid #cedfe3;width: 120px;
	font-size: 11;line-height: 48px;border-radius: 2px;overflow: hidden;
	text-align: center;color: #3f6988;display: block;margin-top: 100px;
}


/*病例展示*/
.exhibition {
	margin: 80px auto 90px;
}
.exhibition .txt_list ul{
	text-align: center;
}
.exhibition .txt_list li {
	display: inline-block;
	margin: 0 14px;
}
.exhibition .txt_list li a {
	display: block;font-size: 20px;border-radius: 22px;
	line-height: 44px;width: 176px;overflow: hidden;
	color: #666666;border: 1px solid #cccccc;transition: all 0.3s;
}
.exhibition .txt_list li:hover a,
.exhibition .txt_list li.on a {
	background: #033982;
	color: #fff;
	border-color: #033982;
}
.exhibition .list {
	margin: 58px auto 50px;
}
.exhibition .list.wt .text{
	float: none;
	width: auto;
}
.exhibition .list.wt ul li .text p{
	height: 40px;
}
.exhibition .list ul li {
	overflow: hidden;padding: 40px 0 23px;box-sizing: border-box;border-bottom: 1px solid #cccccc;
}
.exhibition .list ul li .img {
	float: left;width: 280px;height: 174px;overflow: hidden;
}
.exhibition .list ul li .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.exhibition .list ul li .img img {
	display: block;width: 100%;height: 100%;transition: all 0.3s;
}
.exhibition .list ul li .img a:hover img {
	transform: scale(1.05);
}
.exhibition .list ul li .text {
	float: right;width: calc(100% - 318px);
	margin-top: 12px;
}
.exhibition .list ul li .text .h3 {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.exhibition .list ul li .text p {
	font-size: 16px;
	line-height: 20px;
	color: #4d5766;
	height: 120px;
	overflow: hidden;
	margin-top: 10px;
}

.exhibition dd {
	display: none;
}
.exhibition dd:first-child {
	display: block;
}
.jump_list ul {
	text-align: center;
}
.jump_list li{
	display: inline-block;margin: 0 6px;
	vertical-align: top;
}
.jump_list li:first-child a{
	background: url(../images/f_icon1.png) no-repeat center #eeeeee;
	height: 44px;width: 44px;border-radius: 50%;overflow: hidden;
}
.jump_list li:hover:last-child a,
.jump_list li:hover:first-child a {
	background: url(../images/f_icon1-1.png) no-repeat center #4866b4;
}
.jump_list li:last-child a {
	background: url(../images/f_icon1.png) no-repeat center #eeeeee;
	height: 44px;width: 44px;border-radius: 50%;overflow: hidden;
	transform: rotate(180deg);
}
.jump_list li:hover a,
.jump_list li.on a {
	color: #fff;
	background: #4866b4;
}
.jump_list li a {
	font-size: 16px;transition: all 0.3s;
	line-height: 44px;border-radius: 50%;overflow: hidden;
	color: #4866b4;width: 44px;background: #eeeeee;
	text-align: center;display: block;
}

/*患者关爱-操作视频*/
.exhibition dd .video {
	margin: 58px auto 0;
	position: relative;
	height: 508px;
}
.exhibition dd .video .watch {
	position: absolute;text-align: center;
	z-index: 11;margin: 0 auto;background: #f7f7f7;
	left: 0;right: 0;bottom: 0;
	height: 48px;width: 220px;
}
.exhibition dd .video .watch a {
	display: block;font-size: 14px;
	line-height: 48px;color: #172d4c;padding-left: 20px;
	background: url(../images/jt6.png) no-repeat left 55px center;
}
.exhibition dd .txt {
	margin-top: 24px;
}
.exhibition dd .txt h4 {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
.exhibition dd .txt p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 10px;
}
.exhibition dd .video_list {
	margin-top: 110px;
}
.exhibition dd .video_list ul {
	overflow: hidden;font-size: 0;
}
.exhibition dd .video_list li {
	float: left;width: calc((100% - 47px)/4);
	margin-right: 15px;border: 1px solid #dfdfdf;
	box-sizing: border-box;
}
.exhibition dd .video_list li:nth-child(4n) {
	margin-right: 0;
}
.exhibition dd .video_list li .imgs {
	position: relative;height: 270px;width: 100%;
}
.exhibition dd .video_list li .imgs .img {
	position: absolute;z-index: 1;left: 0;
	right: 0;top: 0;bottom: 0;margin: 0 auto;
	height: 100%;width: 100%;
}
.exhibition dd .video_list li .imgs .img img {
	display: block;max-height: 80%;max-width: 80%;
	position: absolute;z-index: 11;left: 0;right: 0;
	top: 50%;transform: translateY(-50%);margin: 0 auto;
}
.exhibition dd .video_list li .imgs .btn {
	height: 50px;width: 50px;cursor: pointer;overflow: hidden;
	border-radius: 50%;position: absolute;top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;z-index: 111;
}
.exhibition dd .video_list li h4 {
	font-size: 24px;
	line-height: 100px;
	color: #333333;
	background: #f0f0f0;
	padding: 0 30px;box-sizing: border-box;
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

/*常见问题*/
.exhibition dd .binli {
	margin: 120px 0 80px;
}
.exhibition dd .bli_list {
	margin-bottom: 220px;
}
.exhibition dd .bli_list li {
	border-bottom: 1px solid #cccccc;width: 58%;
	padding: 62px 0 22px;box-sizing: border-box;
}
.exhibition dd .bli_list li a {
	display: block;
}
.exhibition dd .bli_list li h3 {
	font-size: 20px;
	line-height: 36px;
	color: #000;
	font-weight: bold;
}
.exhibition dd .bli_list li p {
	font-size: 16px;
	line-height: 20px;
	color: #4d5766;
	margin-top: 12px;
	width: 95%;
}

/*病例展示详情*/
.case_datel {
	margin: 56px auto 250px;
}
.case_datel .datel {
	margin: 0 88px ;
}
.case_datel .text {
	border-bottom: 1px solid #cccccc;text-align: center;
	padding-bottom: 20px;box-sizing: border-box;
}
.case_datel .text h2 {
	font-size: 32px;
	line-height: 52px;
	color: #000;
}
.case_datel .text h6 {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	margin-top: 8px;
}
.case_datel .text h6 span {
	display: inline-block;margin-left: 28px;
}
.case_datel p {
	font-size: 16px;
	line-height: 20px;
	color: #4d5766;
	/* margin-top: 44px; */
}
.case_datel img {
	margin: 40px auto 0;
}

/*解决方案*/
.solution_list {
	margin: 84px auto 100px;
	position: relative;
}
.solution_list .list {
	margin-bottom: 90px;
	overflow: hidden;
}
.solution_list .list ul {
	/* overflow: hidden; */
}
.solution_list .list li {
	/* float: left;
	width: calc((100% - 118px)/5);
	margin-right: 29px; */
	box-shadow: 0 0 10px 3px #e8e7e8;
}
.solution_list .list li:nth-child(5n) {
	margin-right: 0;
}
.solution_list .list li:nth-child(2n) {
	margin-top: 100px;
}
.solution_list .list li a {
	display: block;width: 100%;height: 100%;
}

.solution_list .list li .imgs {
	position: relative;
	width: 100%;height: 338px;
}
.solution_list .list li .imgs .img {
	position: absolute;z-index: 1;
	left: 0;right: 0;top: 0;bottom: 0;
	height: 100%;width: 100%;overflow: hidden;
}
.solution_list .list li .imgs .img img {
	display: block;height: 100%;width: 100%;transition: all 0.3s;
}
.solution_list .list li h5 {
	position: absolute;left: 15px;top: 15px;
	z-index: 111;line-height: 30px;
	font-size: 24px;color: #fff;
	font-weight: bold;
}
.solution_list .list li h4 {
	padding: 56px 30px 65px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 44px;
	color: #333333;
	transition: all 0.3s;
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
border-bottom: 7px solid #072768;
}
.solution_list .list li:hover h4 {
	background: #072768;
	color: #fff;
}
.solution_list .list li:hover .imgs .img img {
	transform: scale(1.05);
}
.solution_list .prev,
.solution_list .next{
	position: absolute;
	left: -100px;
	width: 60px;
	height: 60px;
	background: url(../images/jt4.png) no-repeat center;
	z-index: 11;top: 50%;
	border: 1px solid #666;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -30px !important;
}
.solution_list .next{
	left: auto;
	right: -100px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.solution_list .prev:hover,
.solution_list .next:hover{
	background-color: #f1f1f1;
}

.solution_li li:nth-child(5n) {
	margin-right: 0;
}
.solution_li li:nth-child(2n) {
	margin-top: 100px;
}

/*解决方案详情*/
.section_datel {
	margin-top: 72px;
}
.section_datel h2 {
	padding-bottom: 27px;
	font-size: 34px;
	line-height: 50px;
	color: #333333;
	font-weight: bold;
	border-bottom: 2px solid #dcdcdc;
	box-sizing: border-box;
}
.section_datel .imgs {
	float: right;width: 486px;
	margin-top: 6px;
}
.section_datel .txt {
	float: left;width: calc(100% - 525px);
}
.section_datel .txt {
	font-size: 18px;
	line-height: 32px;
	color: #666666;
}
.section_datel .txtl {
	margin-top: 45px;
}
.section_img {
	margin: 124px 0 ;
}
.section_img h3 {
	font-size: 32px;
	line-height: 68px;
	color: #333333;
}
.section_img .rop {
	position: relative;
}
.section_img .rop li {
	border: 1px solid #dfdfdf;box-sizing: border-box;
}
.section_img .rop li a:before {
	position: absolute;content: "";transition: all 0.3s;
	top: 0;bottom: 0;left: 0;right: 0;margin: 0 auto;
	z-index: 11;border: 0px solid #033982;
}
.section_img .rop li.on a:before,
.section_img .rop li:hover a:before {
	border: 4px solid #033982;
	box-shadow: 0 0 10px 3px #c4c4c4;
}
.section_img .rop li a {
	display: block;position: relative;
	z-index: 111;
}
.section_img .rop li .img {
	height: 270px;position: relative;
}
.section_img .rop li:hover .img{
	background: none;
}
.section_img .rop li .img img {
	position: absolute;z-index: 11;
	left: 0;right: 0;margin: 0 auto;
	top: 50%;transform: translateY(-50%);
	max-height: 80%;max-width: 80%;
}
.section_img .rop .rop_list {
	overflow: hidden;
}
.section_img .rop .rop_list.rop_listl li{
	float: left;
	width: calc((100% - 50px)/4);
	margin-right: 16px;
}
.section_img .rop .rop_list.rop_listl li .img{
	position: relative;
}
.section_img .rop .rop_list.rop_listl li .img::before{
	content: "";background: url(../images/vi.png) no-repeat center;
	width: 50px;height: 50px;position: absolute;
	left: 0;right: 0;margin: 0 auto;
	top: 50%;z-index: 111;display: block;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
}
.section_img .rop .rop_list.rop_listl li:nth-child(4n){
	margin-right: 0;
}
.section_img .rop .prev,
.section_img .rop .next {
	position: absolute;z-index: 11;background: url(../images/jt5.png) no-repeat center #eeeeee;
	left: -90px;top: 50%;transform: translateY(-50%);transition: all 0.3s;
	height: 56px;width: 56px;border-radius: 50%;overflow: hidden;cursor: pointer;
}
.section_img .rop .prev:hover,
.section_img .rop .next:hover {
	background: url(../images/jt5.png) no-repeat center #e5e5e5;
}
.section_img .rop .prev {
	transform: translateY(-50%) rotate(180deg);
	left: auto;right: -90px;
}
.section_img .rop li h4 {
	font-size: 24px;
	line-height: 100px;
	color: #333333;
	padding: 0 40px;
	box-sizing: border-box;
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
	background: #f0f0f0;
text-overflow:ellipsis;
}

/*联系我们*/
.contact {
	overflow: hidden;margin: 40px auto 114px;
}
.contact .lts {
	float: left;
	width: 510px;
}
.contact .lts h2 {
	font-size: 53px;
	line-height: 71px;
	color: #033982;
}
.contact .lts ul {
	margin-top: 8px;
}
.contact .lts li a{
	display: inline-block;
	font-size: 24px;
	transition: all 0.3s;
	line-height: 50px;
	color: #033982;padding-left: 20px;
	background: url(../images/jt3.png) no-repeat left center;
}
.contact .lts li a:hover {
	color: #666666;
}
.contact .lts dl {
	margin-top: 38px;
}
.contact .lts dl dd{
	text-align: center;	
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 38px;
}
.contact .lts dl dd:before {
	position: absolute;z-index: 11;
	left: 0;right: 0;margin: 0 auto;
	bottom: 0;height: 4px;width: 37px;
	background: #e60012;content: "";
}
.contact .lts dl dd:last-child:before {
	height: 0;
} 
.contact .lts dl dd h4 {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}
.contact .lts dl dd p {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-top: 9px;
}
.contact .rts {
	float: right;
	width: calc(100% - 572px);
	margin-top: 44px;
}
.contact .rts h3 {
	font-size: 20px;
	line-height: 42px;
	color: #333333;
	padding-left: 54px;
	background: url(../images/f_icon7.png) no-repeat left 6px center;
}
.contact .rts .maps {
	height: 770px;width: 100%;
	margin-top: 30px;
}

/*新闻动态*/
.news_information {
	overflow: hidden;
}
.news_information .lts {
	float: left;width: 72%;
}
.news_information {
	margin-bottom: 86px;
}
.news_information .lts .list {
	margin-bottom: 40px;
}
.news_information .lts .list li {
	overflow: hidden;padding: 30px 0;
	box-sizing: border-box;border-bottom: 1px solid #eeeeee;
}
.news_information .lts .list li .img {
	float: left;width: 230px;height: 130px;
}
.news_information .lts .list li .img a {
	display: block;width: 100%;height: 100%;overflow: hidden;
}
.news_information .lts .list li .img img {
	display: block;height: 100%;width: 100%;transition: all 0.3s;
}
.news_information .lts .list li .img a:hover img {
	transform: scale(1.05);
}
.news_information .lts .list li .tet {
	float: right;
	width: calc(100% - 258px);
}
.news_information .lts .list li .tet a {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-top: 10px;
	display: block;
	transition: all 0.3s;
}
.news_information .lts .list li .tet a:hover {
	
	color: #007AFF;
}
.news_information .lts .list li .tet h6 {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	margin-top: 6px;
}
.news_information .lts .list li .tet h6 i {
	display: inline-block;
	color: #ff3329;
margin-right: 10px;
}
.news_information .lts .list li .tet span {
	margin-left: 0px;
}
.news_information .lts .list li .tet p {
	font-size: 14px;
	margin-top: 4px;
	line-height: 24px;
	color: #333333;
	height: 48px;
	overflow: hidden;
}
.news_information .rts {
	float: right;width: 24%;
} 
.news_information .rts .dotai {
	margin: 38px 0 45px;
}
.news_information .rts .ty {
	overflow: hidden;
}
.news_information .rts .ty h3 {
	float: left;
	font-size: 20px;
	line-height: 22px;
	color: #333333;
	padding-left: 18px;
	position: relative;
}
.news_information .rts .ty h3:before {
	height: 22px;width: 3px;left: 0;
	top: 50%;transform: translateY(-50%);
	background: #033982;content: "";
	position: absolute;z-index: 11;
}
.news_information .rts .dotai ul {
	margin-left: 19px;
	margin-top: 38px;
}
.news_information .rts .dotai ul li {
	float: left;margin-right: 9px;
}
.news_information .rts .dotai ul li a {
	display: block;
	line-height: 44px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	width: 100px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 3px 3px 1px #f5f5f5;
}
.news_information .rts .dotai ul li:hover a,
.news_information .rts .dotai ul li.on a {
	color: #fff;
	border-color: #033982;
	background: #033982;
}
.news_information .rts .chanp ul{
	margin-top: 35px;overflow: hidden;
	margin-left: 23px;
}
.news_information .rts .chanp li {
	float: left;text-align: center;
	width: calc((100% - 20px)/2);
	margin-bottom: 52px;
}
.news_information .rts .chanp li:nth-child(2n) {
	float: right;
}
.news_information .rts .chanp li .img {
	height: 77px;
	width: 77px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.news_information .rts .chanp li .img img {
	display: block;width: 100%;height: 100%;
	margin: 0 auto;
}
.news_information .rts .chanp li a {
	display: block;height: 100%;
}
.news_information .rts .chanp li h4 {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-top: 4px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news_information .rts .list_jj ul {
	margin-left: 23px;margin-top: 25px;
}
.news_information .rts .list_jj li {
	width: 100%;height: 236px;position: relative;
	margin-bottom: 32px;

}
.news_information .rts .list_jj .ty a {
	float: right;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	display: block;
	transition: all 0.3s;
}
.news_information .rts .list_jj .ty a:hover {
	color: #007AFF;
}
.news_information .rts .list_jj li a {
	display: block;
	height: 100%;
	width: 100%;
}
.news_information .rts .list_jj li .img {
	height: 100%;width: 100%;overflow: hidden;
}
.news_information .rts .list_jj li .img img {
	display: block;
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}
.news_information .rts .list_jj li .img:hover img {
	transform: scale(1.05);
}
.news_information .rts .list_jj li h5 {
	position: absolute;z-index: 11;
	left: 0;right: 0;margin: 0 auto;
	top: 50%;transform: translateY(-50%);
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
}

/*新闻动态详情*/
.news_information .lts .datel .text {
	padding: 0 0 9px;
	border-bottom: 2px solid #dcdcdc;
}
.news_information .lts .datel .text h2 {
	font-size: 30px;
	line-height: 58px;
	color: #333333;
	
}
.news_information .lts .datel .text h6 {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-top: 6px;
}
.news_information .lts .datel .text h6 i {
	color: #ff3329;
	display: inline-block;
}
.news_information .lts .datel .text h6 span {
	display: inline-block;margin-left: 8px;
}
.news_information .lts .datel .tet {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.news_information .lts .datel .tet img {
	margin: 0 auto;
	width: 100%;
}

/*招贤纳士*/
.recruitment {
	margin-top: 52px;
}
.recruitment .tet h2{
	font-size: 48px;
	line-height: 62px;
	color: #033982;
	font-weight: bold;
}
.recruitment .tet a {
	font-size: 24px;
	line-height: 46px;
	color: #033982;
	display: block;padding-left: 20px;
	background: url(../images/jt1.png) no-repeat left center;
}
.recruitment ul {
	margin: 28px 28px 120px 28px;
}
.recruitment ul li {
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 24px 64px 10px;
	box-sizing: border-box;
	position: relative;
}
.recruitment ul li:last-child {
	border-bottom: 1px solid #cccccc;
}
.recruitment ul li h3 {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin-bottom: 16px;
}
.recruitment ul li h6 {
	font-size: 14px;
	line-height: 24px;
	color: #0033cc;
}
.recruitment ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 16px;
}
.recruitment ul li h4 {
	position: absolute;
	z-index: 11;
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	right: 62px;
	bottom: 26px;
}
.recruitment ul li h5 {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 10px;
}
.recruitment ul li:last-child {
	padding: 0;
}
.recruitment ul li .more {
	line-height: 42px;
	font-size: 16px;
	background: #072768;
	display: block;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}
.recruitment ul li .more:hover {
	background: #0c3280;
}
/*大事记*/
.memorabilia_list {
	margin: 85px auto 94px;
}
.memorabilia_list .title {
	text-align: center;
}
.memorabilia_list .title h3 {
	font-size: 42px;
	line-height: 62px;
	color: #333333;
	font-weight: bold;
}
.memorabilia_list .title p {
	font-size: 18px;
	line-height: 30px;
	color: #999999;
}
.memorabilia_list .list {
	margin: 0 226px;
	display: none;
}
.memorabilia_list .dsj img{
	display: block;
	margin: 60px auto;
}
.memorabilia_list ul {
	margin: 62px auto 0;
	position: relative;
}
.memorabilia_list ul:before {
	position: absolute;z-index: 11;
	left: 0;right: 0;margin: 0 auto;
	top: 0;bottom: 0;width: 2px;
	background: #cccccc;content: "";
}
.memorabilia_list ul li {
	float: right;position: relative;margin-top: 150px;
}
.memorabilia_list ul li:nth-child(2) {
	margin-top: 240px;
}
.memorabilia_list ul li:nth-child(2n) {
	float: left;
}
.memorabilia_list ul li .text {
	background: #f5f5f5;
	position: relative;
	width: 450px;
}
.memorabilia_list ul li:first-child {
	margin-top: 70px;
}
.memorabilia_list ul li:first-child .text:before {
	background: url(../images/icon12.png) no-repeat center #335cd5;
}
.memorabilia_list ul li .text:before {
	position: absolute;content: "";
	z-index: 111;left: -96px;top: -10px;
	background: url(../images/icon11.png) no-repeat center #335cd5;
	height: 45px;width: 45px;border-radius: 50%;overflow: hidden;
}
.memorabilia_list ul li:nth-child(2n) .text:before {
	position: absolute;content: "";
	z-index: 11;right: -96px;top: -10px;left: auto;
	background: url(../images/icon11.png) no-repeat center #335cd5;
	height: 45px;width: 45px;
}
.memorabilia_list ul li .text h4 {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 0 13px;
	box-sizing: border-box;
	background: #335cd5;
	position: relative;
}
.memorabilia_list ul li .text h4:before {
	position: absolute;content: "";z-index: 11;
	top: 50%;transform: translateY(-50%);
	background: #335cd5;height: 1px;width: 70px;
	left: -70px;
}
.memorabilia_list ul li:nth-child(2n) .text h4:before{
	position: absolute;content: "";z-index: 11;
	top: 50%;transform: translateY(-50%);
	background: #335cd5;height: 1px;width: 70px;
	right: -70px;left: auto;
}
.memorabilia_list ul li .text p {
	padding: 8px 15px 0;font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.memorabilia_list ul li .text h6 {
	font-size: 14px;
	padding: 4px 15px 6px;
	line-height: 22px;
	color: #666666;
	text-align: right;
}
.memorabilia_list ul li .tit {
	position: absolute;z-index: 111;
	top: -70px;left: -86px;
}
.memorabilia_list ul li:last-child .tit {
	bottom: -10px;top: auto;
}
.memorabilia_list ul li:nth-child(2n) .tit {
	left: auto;right: -130px;
}
.memorabilia_list ul li .tit h6 {
	font-size: 16px;font-weight: bold;
	line-height: 26px;top: -3px;
	color: #335cd5;position: relative;z-index: 111;
	padding-left: 30px;display: inline-block;
	background: url(../images/icon13.png) no-repeat left center;
	background-color: #fff;
}
.memorabilia_list ul li:nth-child(4) .tit{
	top: -45px;
}

/*产品中心详情*/
.section_datel .conet_list{
	margin: 67px auto 32px;
	position: relative;
	width: 720px;
}
.section_datel .conet_list .rop_lists {
	overflow: hidden;margin: 0 100px;
}
.section_datel .conet_list .prev,
.section_datel .conet_list .next {
	position: absolute;z-index: 111;cursor: pointer;transition: all 0.3s;
	left: 0;width: 56px;height: 56px;overflow: hidden;
	top: 50%;transform: translateY(-50%);border-radius: 50%;
	background: url(../images/jt5.png) no-repeat center #eeeeee;
}
.section_datel .conet_list .prev:hover,
.section_datel .conet_list .next:hover {
	background: url(../images/jt5.png) no-repeat center #e5e5e5;
}
.section_datel .conet_list .prev {
	left: auto;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}
.section_datel .conet_list .rop_lists li h3 {
	font-size: 34px;
	line-height: 50px;
	color: #333;font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.section_datel .conet_list .rop_lists li .img {
	width: 502px;height: 502px;border: 1px solid #dcdcdc;
}
.section_datel .conet_list .rop_lists li .img img {
	display: block;width: 100%;
}
.section_datel .conet_list .rop_lists li a {
	display: block;height: 100%;
}
.section_datel .conet_list .rop_lists .container {
	margin: 20px auto 0;
}
.section_datel .container {
	overflow: hidden;margin: 0 100px;
}
.section_datel .container .img {
	height: 91px;width: 91px;
	cursor: pointer;
}
.section_datel .container .img  img{
	display: block;
	width: 100%;height:auto;
}
.product_de {
	border-top: 2px solid #dcdcdc;
}
.product_de .txet {
	padding: 34px 66px;box-sizing: border-box;
	font-size: 18px;
	line-height: 32px;
	color: #666666;
}
.product_de .txet a {
	display: inline-block;
	color: #c7101a;font-weight: bold;
}
.product_de .txet img {
	display: block;margin: 0 auto;
}

/*首页*/
.f_solution {
	margin: 66px auto 160px;
}
.f_solution .text {
	text-align: center;
}
.f_solution .text h5 {
	font-size: 24px;
	line-height: 42px;
	color: #666666;
	margin-bottom:42px ;
}
.tis{
	font-size: 32px;
	line-height: 42px;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
}
.tis p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.tis .inb span:before,
.tis .inb span:after{
	content: '';
	display: block;
	position: absolute;
	left:-48px;top: -15px;
	width: 70px;height: 2px;z-index: 11;
	background: #c7101a;
}
.tis .inb  span:before{
	left: auto;
	top: auto;
	bottom: -34px;
	right: -48px;
	background: #033982;
}
.tis span{
	display: inline-block;
	position: relative;
}
.tis i{
	display: block;
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
	line-height: 1.6;
}
.f_solution .rop {
	margin: 48px auto 0;position: relative;
}
.f_solution .rop .prev,
.f_solution .rop .next {
	position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: -90px;height: 56px;width: 56px;transition: all 0.3s;
	border-radius: 50%;overflow: hidden;cursor: pointer;
	background: url(../images/f_icon1.png) no-repeat center #eeeeee;
}
.f_solution .rop .prev:hover,
.f_solution .rop .next:hover {
	background: url(../images/f_icon1.png) no-repeat center #e5e5e5;
}
.f_solution .rop .prev {
	transform: translateY(-50%) rotate(180deg);right: -90px;left: auto;
}
.f_solution .rop .ropsd {
	overflow: hidden;
}
.f_solution .rop .ropsd li {
	box-shadow: 0 0 10px 3px #e7e7e7;
	position: relative;
}
.f_solution .rop .ropsd li a {
	display: block;
}

.f_solution .rop .ropsd li .imgs {
	position: relative;overflow: hidden;
}
.f_solution .rop .ropsd li .imgs .img {
	position: relative;
}
.f_solution .rop .ropsd li .imgs .img img {
	display: block;height: 100%;width: 100%;transition: all 0.3s;
}
.f_solution .rop .ropsd li h5 {
	position: absolute;left: 15px;top: 15px;
	z-index: 111;line-height: 30px;
	font-size: 24px;color: #fff;
	font-weight: bold;
}
.f_solution .rop .ropsd li h3 {
	padding: 56px 30px 65px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 44px;
	color: #333333;
	transition: all 0.3s;
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
border-bottom: 7px solid #072768;
}
.f_solution .rop .ropsd li:hover h3 {
	background: #072768;
	color: #fff;
}
.f_solution .rop .ropsd li:hover .imgs .img img {
	transform: scale(1.05);
}

.innovate_list {
	margin: 120px auto 130px;
}
.innovate_list .text {
	text-align: center;
}
.innovate_list .text h3 {
	font-size: 38px;
	line-height: 46px;
	color: #333333;
}
.innovate_list .text p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 28px;
}
.innovate_list ul {
	margin: 70px auto 0;text-align: center;
}
.innovate_list ul li {
	display: inline-block;width: 350px;margin: 0 40px;
}
.innovate_list ul li .img {
	width: 100%;height: 180px;position: relative;
}
.innovate_list ul li .img img {
	position: absolute;z-index: 11;
	left: 0;right: 0;margin: 0 auto;
	top: 50%;transform: translateY(-50%);
	max-height: 80%;max-width: 80%;
}
.innovate_list ul li .tet {
	text-align: center;
}
.innovate_list ul li .tet h2 {
	font-size: 32px;
	line-height: 72px;
	color: #666;
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
	
}
.innovate_list ul li .tet span {
	font-size: 59px;
	font-weight: 100;
	color: #333333;
}
.innovate_list ul li .tet h6 {
	font-size: 17px;
	line-height: 30px;
	color: #666666;
	margin-top: 16px;
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.about_us {
	padding: 90px 0;box-sizing: border-box;
}
.about_us .text {
	text-align: center;
}
.about_us .text h2 {
	font-size: 38px;
	line-height: 56px;
	color: #fff;
	position: relative;
	display: inline-block;
}
.about_us .text h2:before {
	position: absolute;z-index: 11;width: 264px;height: 3px;left: -300px;
	top: 50%;transform: translateY(-50%);
	content: "";background: url(../images/f_icon11.png) no-repeat  center;
}
.about_us .text h2:after {
	left: auto;right: -300px;top: 50%;
	transform: translateY(-50%) rotate(180deg);
	position: absolute;z-index: 11;width: 262px;height: 3px;
	content: "";background: url(../images/f_icon11.png) no-repeat  center;
}
.about_us .text h4 {
	font-size: 26px;
	line-height: 49px;
	color: #ffffff;
}

.about_us .text p {
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	margin-top: 30px;
}
.about_us .text .more {
	display: block;margin: 62px auto 0;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	width: 150px;
	text-align: center;
	border: 1px solid #fff;
	transition: all 0.3s;
}
.about_us .text .more:hover {
	color: #4866b4;
	background: #fff;
}

.lshzr {
	padding-bottom: 60px;
}
.lshzr .thds{
	text-align: center;
	margin: 70px 0 25px;
}
.lshzr .thds h3{
	font-size: 42px;
	line-height: 1.6;
	color: #333333;
	font-weight: bold;
}
.lshzr .bds a{
	display: block;
}
.lshzr .bds img{
	display: block;
	width: 100%;
}
.lshzr .thds h4{
	font-size: 18px;
	line-height: 1.6;
	color: #999999;
}
.lvideos{
	margin-top: 40px;
}
.lvideos h3{
	font-size:18px ;
	line-height: 1.6;
	color: #333333;
	margin: 25px 0 15px;
}
.lvideos p{
	font-size:14px ;
	line-height:1.7 ;
	color: #666666;
}

.section2 .jump_list .prev,
.section2 .jump_list .next{
	    background: url(../images/f_icon1.png) no-repeat center #eeeeee;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    overflow: hidden;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.section2 .jump_list .next{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.section2 .jump_list .swiper_spot{
	display: inline-block;
	vertical-align: top;
}
.section2 .jump_list .swiper_spot span{
	    font-size: 16px;
    transition: all 0.3s;
    line-height: 44px;
    border-radius: 50%;
    overflow: hidden;
    color: #4866b4;
    width: 44px;
    background: #eeeeee;
    text-align: center;
    display: inline-block;
	margin: 0 6px;
	height: 44px;
	opacity: 1;
}
.section2 .jump_list .prev:hover,
.section2 .jump_list .next:hover{
	    background: url(../images/f_icon1-1.png) no-repeat center #4866b4;
}
.section2 .jump_list .swiper_spot span.swiper-pagination-bullet-active {
    color: #fff;
    background: #4866b4;
}

.wow{
	opacity: 0;
}

.section_datel .conet_list .rop_lists li .img {
	height: auto !important;
}

/*2022/06/29*/
.menu-group {
    background: #fff;
    border-radius: 24px;
    z-index: 20;
    padding: 24px 0px;
    overflow: hidden;
    /* display: none; */
    display: flex;
    width: 800px;
    box-shadow: 0px 0px 8px #888888;
}
.menu-content {
	display: none;
	position: absolute;
    transform: translateX(-50%);
    z-index: 20;
    top: 90px;
}

div, a {
    box-sizing: border-box;
}


.menu-content-left {
    text-align: center;
	padding: 0 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
	width: 250px;
}

.faqs .menu-content-left {
	width: 288px;
}

.menu-content-left .sub-menu {
    font-size: 14px;
    color: #4572c4;
	margin-bottom: 16px;
    transition: 0.2s;
    display: block;
    cursor: pointer;
    text-align: left;
	overflow: hidden;
    width: 100%;
    white-space: normal;
}

.menu-content-left .sub-menu a:hover {
  color: #ff9300;
}

.menu-content-right {
    width: calc(100% - 240px);
	padding-right: 24px;
}

.faqs .menu-content-right {
	width: calc(100% - 264px);
}

.menu-content-center {
}

.menu-content-image {
/*    width: 12rem;
    padding-right: 1.7rem;
    margin-left: 3.2rem;*/
	width: 160px;
}

.image-content {
    /*width: 10.3rem;
    height: 10.3rem;
    border-radius: 50%;*/

    width: 100%;
	height: 100%;
}

.image {
    width: 100%;
    /*border-radius: 50%;*/
}

.a-title {
    font-size: 15px;
    color: #4572c4;
    /*#ff9300*/
}

.a-link {
    color: #79a3ef;
    font-size: 14px;
    transition: 0.2s;
}

.a-link:hover {
    color: #4472c4;
}

.describe {
    font-size: 14px;
    color: #595959;
    line-height: 1.3rem;
    margin-top: 0px;
    margin-bottom: 24px;
}

.nhide {
    display: none;
}

.nshow {
    display: flex;
}

.content-center {
	width: calc(100% - 160px);
    padding: 0px 24px;
}

.header .naver li {
	margin-left: 0px !important;
}

.header .naver li:first-child {
	margin-left: 30px;
}

@media only screen and (max-width: 1480px) {
	.footer .fnav dt {
	    font-size: 14px !important;
	    line-height: 1.6 !important;
	}
}


@media only screen and (max-width: 1480px) {
	.footer .fnav dd a {
	    font-size: 12px !important;
	    line-height: 40px !important;
	}
}

.header .naver li.nli::after {
    left: calc(50% - 20px);
}

.menu-content {
    transform: translateX(-40%);
}

.border-left-dashed {
	border-left: #bbb 1px dashed !important;
}

.border-right-dashed {
	border-right: #bbb 1px dashed !important;
}

@media only screen and (max-width: 980px) {
	.header .ench {
	    /* top: 0px !important;*/
	}
}

.section_datel .conet_list .rop_lists li .img {
	height: 335px !important;
}

@media only screen and (max-width: 980px) {
	.section_datel .conet_list .rop_lists li .img {
		height: 278px !important;
	}
}

.section_datel .container.gallery-thumbs .swiper-slide {
	width: 93px !important;
	margin-right: 10px !important;
}

.section_datel .container.gallery-thumbs {
	margin-right: 100px;
    margin-top: 10px;
	/* margin-right: 105px; */
}

.order-img {
	    margin: 0 !important;
}

@media only screen and (max-width: 980px) {
       .footer .copyright dl {
	    margin-top: 0px !important;
	}
       .footer .copyright {
	    margin-top: 0px !important;
	}
}