@charset "utf-8";
/* CSS Document */
/* index */
body{padding-top: 80px;}
.main{
	max-width: 1440px;
	padding: 0 3%;
	margin: 0 auto;
}
.op0{filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.wrap{ max-width:1400px; margin:0 auto;}
.wrap1200{ max-width:1200px; margin:0 auto;}
.tab-cell{ display:table-cell; vertical-align: middle;}
.mob-nav{ display:none; width:40px; height:40px; margin-top:5px; border-radius:50%; margin-left:10px; background-size:auto 40%; position:relative;}
.mob-nav:before{ content:''; position:absolute; left:50%; top:50%; height:2px; width:26px; margin-left:-13px; margin-top:-8px; background:#333; transition:all 0.5s ease;}
.mob-nav:after{ content:''; position:absolute; left:50%; top:50%; height:2px; width:26px; margin-left:-13px; margin-top:6px; background:#333; transition:all 0.5s ease;}
.mob-nav span{position:absolute; left:50%; top:50%; height:2px; width:26px; margin-left:-13px; margin-top:-1px; background:#333; transition:all 0.5s ease;}
.mob-nav.on{ transition:all 0.5s ease;}
.mob-nav.on:before{ margin-top:-1px; transform:rotate(45deg); transition:all 0.5s ease;}
.mob-nav.on:after{ margin-top:-1px; transform:rotate(-45deg); transition:all 0.5s ease;}
.mob-nav.on span{width:0;transition:all 0.5s ease;}
.top{ position: fixed; left:0%;top:0px; width:100%;  z-index:12;background: #fff;    transition: all 0.5s;}

.t-logo{ padding: 24px 0;}
.T-nav{
		padding: 0;
	}
.T-nav{ margin-right: 30px;}
.T-nav > li{ float:left; position:relative;padding: 0 5px;}
.T-nav > li:before{
	content: '';
	height: 30px;
	width: 1px;
	border-right: 1px dashed #fff;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.T-nav > li:last-child:before{ display: none;}

.T-nav > li > a{ line-height:80px; padding:0 22px; font-size:18px; display:block; position:relative; transition:all 0.5s ease;}
/* .T-nav > li > a:after{ content:''; position:absolute; width:0; height:3px; background:#fff; left:50%; bottom:10px; transform:translateX(-50%); transition:all 0.5s ease;} */
.T-nav > li .thr{ position:fixed;width: 100%;left: 0; text-align: center; top:80px;background: #f4fafc; line-height: 30px;padding: 15px 0;   display:none;}
.T-nav > li .thr > a{ display:inline-block; margin: 0 20px; line-height:35px; text-align:center;font-size: 16px;}
.T-nav > li .thr2{
	height: 510px;
	padding-top: 40px;
}

.sec-con{
	width:20%;
}
.sec-con li{
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}
.sec-con li a{
	display: block;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	padding: 0 50px 0 20px;
	position: relative;
}
.sec-con li a.on{
	background: #0066cc;
	color: #fff;
}

.sec-con li a.on.more::after{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 8px;
	height: 14px;
	background: url(../images/mores.png) no-repeat;
	margin-top: -7px;
}
.sec-con li ul{
	position: absolute;
	width: 100%;
	left: 130%;
	top: 0;
	display: none;
}





.ind-search{ margin-top:22px; position:relative;}
.ind-search span{ display:block; width:35px; height:35px; border-radius: 50%;background:#fff url(../images/fd.png) no-repeat center center; cursor:pointer;transition:all 0.5s ease;}
.ind-search p{ opacity:0; visibility:hidden; transform:translateX(-30px); transition:all 0.5s ease; z-index:3; width:220px; box-shadow:0 0 10px rgba(0,0,0,0.15); position:absolute; right:0; top:0; background:#fff;border-radius: 18px;}
.ind-search p .c1{ border:none; background: none;float:left; height:35px; padding:0 10px; width:calc(100% - 50px);}
.ind-search p .c2{ float:left; width:50px; height:35px; border:none; cursor:pointer; background:url(../images/fd.png) no-repeat center center;}
.ind-search p.on{ opacity:1; visibility: visible; transform:translateX(0px); transition:all 0.5s ease;}



.langOV{
	margin-top: 22px;
	margin-left: 30px;
	position: relative;
}
.langOV a{

}
.langOV span {
	line-height: 30px;
	padding: 0 15px 0 40px;
	border: 1px solid #ddd;
	border-radius: 15px;
	display: block;
	cursor: pointer;
	background: url(../images/lang.png) no-repeat 10px center;
}
.langOV p{
	width: 100%;
	position: absolute;
	left: 0;
	top: 32px;
	z-index: 3;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	display: none;
}
.langOV p a{
	display: block;
	text-align: center;
	line-height: 35px;
}

.ind-01{
	z-index: 3;
	margin-top: -130px;
}
.ind-01 ul{
	display: -webkit-flex;
	display: flex;
}
.ind-01 ul li{
	width: 20%;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}

.ind-01 ul li a{
	display: block;
	color: #fff;
}
.ind-01 ul li .pic img{
	display: block;
	width: 100%;
	height: 282px;
	object-fit: cover;
}
.ind-01 ul li .con{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 0 40px;
	transform: translateY(-50%);
}
.ind-01 ul li .con .img{
	height: 52px;
	overflow: hidden;
	transition: all 0.5s;
}
.ind-01 ul li .con .tit{
	padding: 20px 0;
	font-size: 20px;
}
.ind-01 ul li .con .mact{
	line-height: 24px;
	height: 0px;
	overflow: hidden;
}
.ind-01 ul li .con .tb{
	margin-top: 25px;
	height: 0;
	overflow: hidden;
}

.ind-02{
	padding: 5% 0;
}
.loufbna .pic{
	width: 45%;
}
.loufbna .cont{
	width: 45%;
	padding-top: 50px;
}
.loufbna .cont .d1{
	font-size: 48px;
	color: #0066cc;
}
.loufbna .cont .d2{
	color: #0066cc;
	margin-top: 8px;
}
.loufbna .cont .d3{
	margin-top: 40px;
	line-height: 28px;
	font-size: 16px;
}
.loufbna .cont .d4{
	margin-top: 40px;
}
.loufbna .cont .d4 a{
	line-height: 45px;
	border-radius: 22px;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	background: #a70000;
}

.lnceam{
	margin-top: 3%;
}
.lnceam::after{
	content: 'KMR SCIENCE & TECHNOLOGY';
	color: #f2f2f2;
	font-size: 60px;
	font-family: Impact;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: 2px;
}
.lnceam span{
	position: relative;
	z-index: 2;
	margin-right: 25px;
	font-size: 16px;
}
.lnceam span em{
	color: #a70000;
	font-size: 36px;
}
.ind-03{
	background: url(../testimg/t4.jpg) no-repeat center center;
	background-size: cover;
	padding: 6% 0;
	color: #fff;
}
.lneamg{
	max-width: 960px;
	margin: 0 auto;
}
.lneamg .tit{
	font-size: 30px;
}
.lneamg .con{
	display: -webkit-flex;
	display: flex;
	margin-top: 30px;
}
.lneamg .con .c1{
	flex: 1;
	height: 45px;
	background: #fff;
	padding: 0 10px;
	border: none;
	font-size: 16px;
}
.lneamg .con .c2{
	border: none;
	cursor: pointer;
	color: #fff;
	padding-left: 20px;
	height: 45px;
	width: 120px;
	margin-left: 10px;
	background: #0066cc url(../images/fd02.png) no-repeat 30px center;
}

.ind-04{
	padding: 5% 0 3%;
}
.ind-04:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: #0066cc;
}
.ind-04 .main{
	z-index: 3;
}

.ct-tit{
	color: #d7d7d7;
	font-size: 36px;
}
.ct-tit span{
	color: #0066cc;
	font-size: 40px;
	margin-right: 15px;
}

.lbuean{
	position: absolute;
	left: 50%;
	top: 100px;
	z-index: 5;
	margin-left: -660px;
	font-size: 36px;
	color: #bcbfc1;
	
}
.lbuean span{
	color: #fff;
	font-size: 40px;
	margin-right: 20px;
}

.lvoeka{
	position: absolute;
	background: #fff;
	z-index: 5;
	width: 600px;
	height: 90px;
	right: 50%;
	margin-right: -660px;
	bottom: 50px;
	border-radius: 10px;
	padding: 30px 110px 30px 40px;
	line-height: 30px;
	
}

.ind-06{
	background: url(../testimg/t7.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 5% 0;
}
.alcne{
	font-size: 15px;
	margin-top: 15px;
}
.alcne a{
	margin-left: 30px;
}
.algemc{
	margin-top: 4%;
}
.algemc a{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.algemc a .pic{
	overflow: hidden;
	border-radius: 10px;
	width: 32%;
	margin-right: 2%;
}
.algemc a .pic img{
	transition: all 0.5s; 
}
.algemc a .con{
	width: 66%;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
}
.algemc a .con .d1{
	color: #666;
}
.algemc a .con .d2{
	font-size: 20px;
	margin-top: 5px;
}
.algemc a .con .d3{
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin: 15px 0;
	color: #666;
}

.foelfa{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foelfa li{
	width: 32%;
	margin-top: 20px;
}
.foelfa li a{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.foelfa li a .pic img{
	width: 100%;
	height: 234px;
	object-fit: cover;
	transition: all 0.5s;
}
.foelfa li a .con{
	padding: 30px;
}
.foelfa li a .con .d1{
	color: #666;
}
.foelfa li a .con .d2{
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	margin: 5px 0 15px;
	overflow: hidden;
}

.foot{
	background: #fff;
	padding: 4% 0;
}

.efbeng{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.efbeng .listlast{
	width: 290px;
}
.efbeng .list .d1{
	position: relative;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.efbeng .list .d1:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 60px;
	background: #ddd;
}
.efbeng .list .d2{
	line-height: 30px;
	color: #9d99a0;
}
.efbeng .list .d2 a{
	color: #9d99a0;
}
.efbeng .list .d3{
	margin-top: 15px;
	color: #9d99a0;
}
.efbeng .list .d3 .od{
	float: left;
	margin-right: 30px;
}
.efbeng .list .d3 .od .pic{
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 6px;
}
.efbeng .list .d3 .od .pic img{
	height: 84px;
}
.mvneab{
	color: #7a7f83;
	background: #e4ebf2;
	padding: 25px 3%;
	line-height: 25px;
}

.ny-banner .con{
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.ny-banner .con .d1{
	font-size: 48px;
}
.ny-banner .con .d2{
	font-size: 36px;
	text-transform: uppercase;
}

.ny-nav-main{
	height: 80px;
	line-height: 78px;
	border-bottom: 1px solid #ddd;
}
.ny-nav a{
	display: inline-block;
	margin-right: 45px;
	font-size: 16px;
	position: relative;
}
.ny-nav a.cur{
	color: #0066cc;
}
.ny-nav a.cur::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #0066cc;
}

.drelba{
	color: #666;
	padding-left: 20px;
	background: url(../images/hs.png) no-repeat left center;
}
.drelba span{
	margin: 0 5px;
}

.ny-main{
	padding: 3% 0;
}

.lbeanm li{
	padding: 2% 0;
}
.lbeanm li .pic{
	width: 64%;
}
.lbeanm li:nth-child(2n) .pic{
	float: right;
}
.lbeanm li .pic img{
	width: 100%;
	height: 380px;
	object-fit: cover;
	border-radius: 12px;
}
.lbeanm li .con{
	width: 36%;
	padding: 0 30px;
}
.lbeanm li .con .flex-od{
	width: 100%;
	height: 380px;
	display: table;
	vertical-align: middle;
}
.lbeanm li .con .flex-od .d1{
	font-size: 30px;
	position: relative;
	padding-bottom: 15px;
	color: #0066cc;
}
.lbeanm li .con .flex-od .d1:after{
	content: '';
	height: 2px;
	width: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #a70000;
}
.lbeanm li .con .flex-od .d2{
	font-size: 16px;
	margin-top: 25px;
	line-height: 2;
}

.about-01 .pic{
	width: 50%;
}
.about-01 .pic img{
	display: block;
	width: 100%;
	height: 480px;
	object-fit: cover;
}
.about-01 .pic a{
	display: block;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 66px;
	height: 66px;
	background: url(../images/play.png) no-repeat center center;
	background-size: 100%;
}
.about-01 .con{
	width: 50%;
	background: #0066cc;
	color: #fff;
	padding: 0 3%;
}
.ab-con-main{
	width: 100%;
	height: 480px;
	display: table;
}
.lbaeta{
	max-width: 600px;
	text-align: justify;
}
.lbaeta .d1{
	font-size: 30px;
}
.lbaeta .d2{
	line-height: 24px;
	margin-top: 15px;
}

.about-02{
	background: #fff;
	padding: 4% 0;
}
.olfeab li{
	float: left;
	width: 25%;
	text-align: center;
	color: #666;
}
.olfeab li .img{
	height: 65px;
}
.olfeab li .year{
	color: #0066cc;
	margin: 10px 0;
}
.olfeab li .year strong{
	font-size: 42px;
}

.about-03{
	padding-top: 4%;
	background: #ededed;
}

.lfaeba .pic{
	width: 50%;
}
.lfaeba .con{
	width: 47%;
	
}
.lfaeba .con .d1{
	color: #0066cc;
	font-size: 30px;
	font-weight: bold;
}
.lfaeba .con .d2{
	font-size: 16px;
	line-height: 2;
	margin-top: 15px;
}

.lbfena{
	margin-top: 4%;
	background: url(../images/bgg.png) no-repeat center center;
}
.lbfena li{
	width: 25%;
	float: left;
}
.lbfena li a{
	display: block;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background: rgba(0,102,204,0.8);
	transition: all 0.5s;
	
}
.lbfena li a .img{
	height: 40px;
}
.lbfena li a .tit{
	font-size: 16px;
	margin-top: 12px;
}
.lbfena li a.cur{
		background: rgba(167,0,0,0.8);
		transition: all 0.5s;
	}

.about-04{
	padding-top: 4%;
}
.about-04-tit{
	font-size: 30px;
	font-weight: bold;
	color: #0066cc;
}

.about-04 .right-con{
	width: 49.5%;
	
}
.yonfea li{
	float: left;
	width: 49%;
	position: relative;
	color: #fff;
	text-align: center;
}
.yonfea li:nth-child(2n){
	float: right;
}

.yonfea li .pic img{
	width: 100%;
	height: 410px;
	object-fit: cover;
}
.about-04 .left-con{
	width: 49.5%;
}
.mfebac{
	margin-top: 4%;
}
.yonfea li .con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	background: rgba(0,102,204,0.8);
}
.yonfea li .con div{
	line-height: 25px;
	height: 50px;
	font-size: 16px;
	overflow: hidden;
}

.lfebua{
	margin-top: 2%;
	position: relative;
}
.lfebua .pic img{
	width: 100%;
	height: 410px;
	object-fit: cover;
}
.lfebua .con{
	position: absolute;
	color: #fff;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	font-size: 16px;
	background: rgba(0,102,204,0.8);
}
.lfebua .con div{
	line-height: 25px;
	text-align: center;
	height: 50px;
	font-size: 16px;
	overflow: hidden;
}

.t-imga img{
	width: 100%;
	height: 410px;
	object-fit: cover;
}

.mlfare{
	margin-top: 2%;
}
.mlfare li{
	float: left;
	width: 49%;
}
.mlfare li:nth-child(2n){
	float: right;
}
.mlfare .pic img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.ablmea{
	margin-top: 2%;
}
.ablmea a{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 30px;
	background: #a70000;
	line-height: 196px;
}
.ablmea a img{
	margin-left: 10px;
}
.sh-01{
	background: url(../testimg/t21.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 5% 0;
}

.tlbaen .d1{
	font-size: 30px;
	color: #0066cc;
}
.tlbaen .d2{
	line-height: 2;
	margin-top: 3%;
}
.kfeab{
	margin-top: 3%;
}
.kfeab li{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.kfeab li:nth-child(3n){
	margin-right: 0;
}

.sh-02{
	padding: 5% 0;
}

.imlcm .list{
	position: absolute;
	width: 290px;
	right:0;
}
.imlcm .list:nth-child(2n){
	left: 0;
}
.imlcm .list.div01{
	top: 200px;
}
.imlcm .list.div02{
	top: 450px;
}
.imlcm .list.div03{
	top: 520px;
}
.imlcm .list.div04{
	top: 780px;
}
.imlcm .list.div05{
	top: 850px;
}
.imlcm .list.div06{
	top: 1110px;
}
.sh-03{
	background: #fff;
	padding: 5% 0;
	border-bottom: 1px solid #ddd;
}

.lfenma{
	background: #0066cc;
}
.lfenma a{
	float: left;
	width: 20%;
	border-right: 1px solid #f6f6f6;
	text-align: center;
	color: #fff;
	line-height: 80px;
	font-size: 18px;
}
.lfenma a img{
	margin-left: 5px;
}

.vounte{
	margin-top: 4%;
}
.pinp01{}

.mid-title span{
	display: inline-block;
	line-height: 40px;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	background: #a70000;
	padding: 0 60px;
	position: relative;
}
.mid-title span:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -9px;
	width: 18px;
	height: 8px;
	bottom: -8px;
	background: url(../images/xr.png);
}

.bltcc{
	font-size: 48px;
	margin-top: 4%;
}
.lnmfea{
	border: 1px solid #ddd;
	padding: 3% 4%;
	margin-top: 4%;
	color: #666;
	line-height: 2;
	font-size: 16px;
}
.lnmfea .d1{
	font-size: 32px;
	color: #0066cc;
}

.lrenm{
	padding-top: 280px;
}
.lrenm .list{
	position: absolute;
	padding: 30px;
	border: 1px solid #ddd;
	line-height: 2;
	color: #666;
	width: 400px;
}
.lrenm .list.div01{
	bottom: 150px;
	left: 50%;
	margin-left: -200px;
}
.lrenm .list.div02{
	left: 0;
	bottom: 0;
}
.lrenm .list.div03{
	right: 0;
	bottom: 0;
}

.bnfaemb{
	border: 1px solid #ddd;
	padding: 4%;
	margin-top: 5%;
}
.bnfaemb > span.odc{
	position: absolute;
	background: #f6f6f6;
	padding: 0 15px;
	color: #666;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.lreleb{
	display: flex;
}
.lreleb .list{
	width: 33.33%;
}
.lreleb .list .tit{
	color: #666;
	margin-top: 10px;
}

.pinp02{
	padding: 8%;
	background: no-repeat center center;
	background-size: cover;
	margin-top: 4%;
}
.uebnfa{
	width: 405px;
	background: rgba(92,163,233,0.7);
	padding: 45px;
	color: #fff;
	line-height: 1.6;
	font-size: 30px;
}
.uebnfa .d1{
	font-size: 36px;
}

.pinp03{
	margin-top: 4%;
}

.bufnea{
	margin-top: 5%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 6%;
}
.bufnea span{
	display: block;
	border-radius: 50%;
	width: 170px;
	height: 170px;
	line-height: 164px;
	text-align: center;
	border: 3px solid #ddd;
	font-size: 42px;
	color: #666;
}

.lmfebne{
	max-width: 660px;
	margin: 0 auto;
	line-height: 2;
}
.lmfebne .d1{
	color: #0066cc;
	font-size: 30px;
}
.lmfebne .d2{
	margin-top: 10px;
	font-size: 15px;
	color: #666;
}
.honor-ul{
	padding-top: 3%;
}
.honor-ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
}
.honor-ul li:nth-child(3n){
	margin-right: 0;
}
.honor-ul li .honor-li-tit{
	margin-top: 10px;
	color: #666;
}
.honor-li-img{
	overflow: hidden;
	border-radius: 10px;
}
.honor-li-img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(59,96,184,0.6) url(../images/ffdd.png) no-repeat center center;
	opacity: 0;
	transition: all 0.5s;
}
.honor-li-img img{
	width: 100%;
	height: 304px;
	object-fit: cover;
}
.page-ol{
	margin-top: 4%;
}
.page-ol a{
	display: inline-block;
	height: 40px;
	line-height: 38px;
	width: 40px;
	margin: 0 5px;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-size: 16px;
}
.page-ol a.cur{
	color: #fff;
	background: #0066cc;
}
.page-ol a.prev,.page-ol a.next{
	width: 65px;
	background: no-repeat center center;
}
.page-ol a.prev{
	background-image: url(../images/left02.png);
}
.page-ol a.next{
	background-image: url(../images/right02.png);
}

.cp-somf{
	background: url(../testimg/t31.jpg) no-repeat center center;
	background-size: cover;
	padding: 30px 0 5%;
}
.drelole{
	padding-left: 25px;
	background: url(../images/hs.png) no-repeat left center;
	line-height: 30px;
	color: #666;
}

.kfeanm{
	margin-top: 4%;
}
.kfeanm .pic{
	width: 32%;
}
.kfeanm .con{
	width: 62%;
	padding-top: 4%;
}
.kfeanm .con .de{
	background: #e7eef3;
	padding: 15px;
	margin-top: 15px;
}
.kfeanm .con .d1{
	color: #0066cc;
	font-size: 30px;
}
.kfeanm .con .d2{
	margin-top: 20px;
	line-height: 2;
}
.hbfena{
	background: #fff;
	padding: 4% 0;
}
.hbfena .d1{
	color: #0066cc;
	font-size: 30px;
}
.hbfena .d2{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 3% 0;
}
.hbfena .d2 select{
	width: 100%;
	height: 45px;
	color: #666;
	font-size: 16px;
	width: 23%;
}
.hbfena .d3 a{
	color: #0066cc;
}
.blmfawa{
	padding: 4% 0;
	font-size: 16px;
	line-height: 32px;
}
.blmfawa .d1 strong{
	color: #0066cc;
	margin-right: 5px;
}
.blmfawa .d2{
	margin-left: 15px;
}
.blmfawa .d2 label{
	margin-right: 15px;
	display: inline-block;
	vertical-align: center;
}
.blmfawa .d3 select{
	width: 100px;
	margin-left: 5px;
	height: 32px;
}

.msn-table{
	margin-top: 4%;
}
.lmfea td{
	padding: 10px;
	line-height: 25px;
	width: 12.5%;
	border: 1px solid #ddd;
}
.lmfea thead{
	color: #fff;
}
.lmfea thead a{
	color: #0066cc;
	display: block;
}
.lmfea thead a.up{
	background: url(../images/up.png) no-repeat right center;
}
.lmfea thead a.down{
	background: url(../images/down.png) no-repeat right center;
}
.lmfea tbody strong{
	color: #0066cc;
}

.unfeab{
	padding-top: 3%;
}
.unfeab li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
	text-align: center;
}
.unfeab li:nth-child(4n){
	margin-right: 0;
}
.unfeab li a{
	display: block;
	border-radius: 8px;
	background: #fff;
	padding: 30px 30px 110px;
	position: relative;
}
.unfeab li a .pic img{
	width: 100%;
	height: 242px;
	object-fit: scale-down;
}
.unfeab li a .con{
	position: absolute;
	width: 100%;
	padding: 30px;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
.unfeab li a .con .d1{
	color: #0066cc;
	font-size: 16px;
	transition: all 0.5s;
}
.unfeab li a .con .d2{
	color: #666;
	margin-top: 10px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	transition: all 0.5s;
}
.unfeab li a .con .d3{
	height: 0;
	line-height: 24px;
	overflow: hidden;
	color: #fff;
	transition: all 0.5s;
}
.unfeab li a .con .d4{
	height: 0;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
	transition: all 0.5s;
}

.lehnjb{
	background: #fff;
}

.lehnjb span{
	display: inline-block;
	cursor: pointer;
	padding: 0 50px;
	line-height: 70px;
}
.lehnjb span.cur{
	background: #0066cc;
	color: #fff;
}

.lopfel{
	padding: 3%;
	
}
.pdf-footer {
	width:100%;
	position: fixed;
	
	padding: 25px 3%;
	line-height: 25px;
}
.lofela{
	
}
.od-list{
	 width: 48%;
	 padding: 10px 0;
}
.od-list table td{
	padding: 10px 15px;
	border-bottom: 1px solid #e7eef3;
}
.od-list table thead{
	background: #e7eef3;
}

.vonme{
	max-width: 830px;
	margin: 3% auto 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.vonme select{
	width: 39%;
	height: 45px;
	border-color: #fff;
	color: #666;
	font-size: 15px;
}
.vonme a{
	display: block;
	width: 20%;
	line-height: 45px;
	color:#fff;
	background: #0066cc;
}

.tunbefa li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.tunbefa li:nth-child(3n){
	margin-right: 0;
}
.tunbefa li a{
	display: block;
}
.tunbefa li a .pic img{
	width: 100%;
	height: 266px;
	object-fit: cover;
	transition: all 0.5s;
}
.tunbefa li a .con{
	padding: 25px;
	background: #f0f0f0;
}
.tunbefa li a .con .d1{
	font-size: 24px;
	color: #0066cc;
}
.tunbefa li a .con .d2{
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-top: 12px;
}
.tunbefa li a .con .d3{
	color: #0066cc;
	margin-top: 10px;
}

.eonmfe .d1{
	font-size: 30px;
	color: #0066cc;
}
.eonmfe .d2{
	color: #666;
	line-height: 2;
	margin-top: 12px;
	font-size: 16px;
}
.lfema{
	margin-top: 3%;
}
.lfema span{
	display: inline-block;
	width: 120px;
	border: 1px solid #0066cc;
	color: #0066cc;
	background: #fff;
	text-align: center;
	margin-right: 12px;
	line-height: 35px;
	cursor: pointer;
	
}
.lfema span.cur{
	background: #0066cc;
	color: #fff;
}
.enmge{
	margin-top: 4%;
}

.mlben{
	background: #fff;
	padding: 4% 0;
}

.mlben-left{
	width: 65%;
}
.mlben-left a{
	display: block;
}
.mlben-left a .pic img{
	width: 100%;
	display: block;
	height: 566px;
	object-fit: cover;
}
.mlben-left a .con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 35px;
	color: #fff;
	background: rgba(0,0,0,0.5);
}

.mlben-left a .con .d1 span{
	display: inline-block;
	padding: 0 15px;
	line-height: 32px;
	background: #0066cc;
}
.mlben-left a .con .d2{
	font-size: 26px;
	margin: 10px 0;
}

.mlben-right{
	width: 32%;
}
.mlben-right li{
	margin-bottom: 26px;
}
.mlben-right li:last-child{
	margin-bottom: 0;
}
.mlben-right li a{
	display: block;
}
.mlben-right li a .pic{
	width: 47%;
}
.mlben-right li a .pic img{
	width: 100%;
	height: 122px;
	object-fit: cover;
}
.mlben-right li a .con{
	width: 47%;
	
}
.mlben-right li a .con .d1{
	font-size: 16px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.mlben-right li a .con .d2{
	margin-top: 20px;
	color: #666;
}

.tlbenmf li{
	margin-bottom: 3%;
}
.tlbenmf li a{
	display: block;
	background: #fff;
	padding: 30px;
}
.tlbenmf li a .date{
	background: #0066cc;
	color: #fff;
	text-align: center;
	width: 110px;
	font-size: 16px;
	padding: 20px 0;
}
.tlbenmf li a .date span{
	display: block;
	font-size: 50px;
}
.tlbenmf li a .con{
	width: calc(100% - 140px);
	font-size: 15px;
}
.tlbenmf li a .con .d1{
	font-size: 26px;
	line-height: 40px;
}
.tlbenmf li a .con .d2{
	line-height: 30px;
	color: #666;
	margin: 10px 0 15px;
	height: 60px;
	overflow: hidden;
}
.tlbenmf li a .con .d3{
	color: #666;
}

.oubfea{
	background: #fff;
	border-top: 3px solid #0066cc;
	padding: 0 3% 3%;
	margin-top: 30px;
}
.news-main{
	padding: 30px 0;
}
.tlofe{
	padding: 3% 0;
	border-bottom: 1px solid #ddd;
}
.lmefne{
	width: 70%;
}
.lmefne .d1{
	font-weight: bold;
	font-size: 30px;
	color: #333;
}
.lmefne .d2{
	margin-top: 10px;
	color: #666;
}

.news-contact{
	margin-top: 3%;
	line-height: 2;
	font-size: 16px;
}
.pagelm{
	margin-top: 3%;
}
.pagelm a{
	display: block;
	line-height: 70px;
	width: 48%;
	padding: 0 20px;
	font-size: 16px;
	background: #f5f5f5;
}
.milfem{
	margin-top: 3%;
}
.milfem a{
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	color: #fff;
	background: #0066cc;
}

.lmeaoc{
	color: #fff;
	background: #0066cc;
	padding: 3% 0;
}
.lmeaoc .d1{
	font-size: 30px;
}
.lmeaoc .d2{
	font-size: 16px;
	margin-top: 12px;
	line-height: 1.8;
}
.lmeaoc .d3{
	margin-top: 12px;
	border-radius: 10px;
	overflow: hidden;
}
.lmeaoc .d3 .c1{
	border: none;
	height: 60px;
	width: 100%;
	padding: 0 60px 0 20px;
	font-size: 16px;
	background: #fff;
}
.lmeaoc .d3 .c2{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/fd03.png) no-repeat center center;
	border: none;
	cursor: pointer;
}

.nes-title{
	color: #0066cc;
	font-size: 30px;
	padding-top: 4%;
}

.talmee{
	margin-top: 2%;
}
.talmee td{
	padding: 15px 20px;
	line-height: 28px;
}
.talmee tbody td{
	border-bottom: 1px solid #ddd;
	padding: 20px 20px;
}
.talmee tbody td .c1{
	width: 70px;
	text-align: center;
	height: 30px;
	border: 1px solid #ddd;
}

.packle{
	margin-top: 10px;
	
}
.lfeme{
	font-weight: bold;
	margin-top: 3%;
	margin-bottom: 25px;
}
.lmfne{
	
}
.volema .list{
	width: 45%;
	padding-top: 10px;
}
.olfolc li{
	margin-top: 15px;
	display: -webkit-flex;
	display: flex;
}
.olfolc li span{
	width: 175px;
	line-height: 40px;
}
.olfolc li .con{
	flex: 1;
}
.olfolc li .c1{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ddd;
}
.olfolc li textarea{
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #ddd;
}
.olfolc li .c2{
	border: none;
	cursor: pointer;
	background: #0066cc;
	color: #fff;
	width: 150px;
	height: 45px;
	font-size: 18px;
}

.ubfena .pic{
	width: 64%;
}
.ubfena .con{
	width: 32%;
	background: #fff;
}
.osmnfe{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.osmnfe span{
	text-align: center;
	width: 24.5%;
	color: #fff;
	font-size: 16px;
	background: #0066cc;
	line-height: 50px;
	cursor: pointer;
}
.osmnfe span.cur{
	background: #a70000;
}
.cbueant{
	padding: 20px;
}
.loceab{
	line-height: 2;
	padding-right: 12px;
	height: 600px;
	overflow: auto;
}
.loceab::-webkit-scrollbar {
width: 4px;
/*height: 4px;*/
}
.loceab::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #0066cc;
}
.loceab::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 0;
background: rgba(0,0,0,0.1);

}
.loceab .list{
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
}

.slofelc .left{
	width: 50%;
	height: 650px;
	background: url(../testimg/t43.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
}


.slofelc .right{
	width: 50%;
	height: 650px;
	background: url(../testimg/t44.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
}

.slofelc .list{
	width: 700px;
	color: #fff;
}
.slofelc .left .list{
	padding-right: 6%;
}
.slofelc .right .list{
	padding-left: 6%;
}
.slofelc .enmf-tit{
	font-size: 36px;
	padding-bottom: 25px;
}
.slofelc .enmf-tit:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 70px;
	background: #fff;
}
.volev{
	padding-right: 20px;
	font-size: 16px;
	line-height: 2;
	height: 415px;
	overflow: auto;
	margin-top: 30px;
}
.volev::-webkit-scrollbar {
width: 4px;
/*height: 4px;*/
}
.volev::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #fff;
}
.volev::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 0;
background: rgba(255,255,255,0.3);

}
.lunfem{
	margin-top: 100px;
	font-size: 24px;
	line-height: 3;
}
.lunfem img{
	margin-right: 10px;
}


.lustem{
	background: url(../testimg/t45.jpg) no-repeat center center;
	background-size: cover;
	padding: 4% 0;
}
.lfeoca li{
	background: rgba(255,255,255,0.1);
	margin-bottom: 5%;
}
.lfeoca li .pic{
	width: 50%;
}
.lfeoca li:nth-child(2n) .pic{
	float: right;
}
.lfeoca li .pic img{
	width: 100%;
	display: block;
	height: 480px;
	object-fit: cover;
}
.lfeoca li .con{
	width: 50%;
	padding: 5%;
	color: #fff;
}
.lfeoca li .con .d1{
	padding-bottom: 25px;
	font-size: 36px;
}
.lfeoca li .con .d1:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background: #fff;
}
.lfeoca li .con .d2{
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin: 30px 0;
}
.lfeoca li .con .d3 a{
	display: inline-block;
	color: #fff;
	line-height: 45px;
	padding: 0 50px;
	background: #0066cc;
}


.oufebna{
	background: #0066cc;
}
.oufebna .pic{
	width: 50%;
}
.oufebna .pic img{
	width: 100%;
	height: 570px;
	object-fit: cover;
}
.oufebna .con{
	width: 50%;
	padding: 4% 5%;
	color: #fff;
}
.oufebna .con .d1{
	padding-bottom: 25px;
	font-size: 36px;
}
.oufebna .con .d1:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background: #fff;
}
.oufebna .con .d2{
	font-size: 24px;
	line-height: 1.6;
	margin-top: 30px;
}
.oufebna .con .d3{
	line-height: 1.6;
	margin-top: 30px;
}

.syefba li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.syefba li:nth-child(3n){
	margin-right: 0;
}
.syefba li a{
	display: block;
	background: #fff no-repeat center center;
	background-size: cover;
	padding: 35px 25px;
	transition: all 0.5s;
}
.syefba li a .tit{
	font-size: 24px;
	color: #0066cc;
	margin-top: 12px;
	transition: all 0.5s;
}
.syefba li a .con{
	line-height: 30px;
	font-size: 16px;
	height: 90px;
	color: #666;
	overflow: hidden;
	margin-top: 25px;
	transition: all 0.5s;
}
.syefba li a .link{
	margin-top: 20px;
	color: #999;
	transition: all 0.5s;
}

.veolmv{
	margin-top: 4%;
	padding: 0 60px;
}

.veolmv-prev,.veolmv-next{
	position: absolute;
	cursor: pointer;
	outline: none;
	top: 50%;
	width: 36px;
	height: 36px;
	background: no-repeat center center;
	transform: translateY(-50%);
}
.veolmv-prev{
	left: 0;
	background-image: url(../images/left03.png);
}
.veolmv-next{
	right: 0;
	background-image: url(../images/right03.png);
}

.lmfeib{
	background: url(../testimg/t50.jpg) no-repeat center center;
	background-size: cover;
	padding: 5% 0;
}
.selm-tit{
	color: #fff;
	font-size: 30px;
}

.monfea{
	margin-top: 4%;
	display: -webkit-flex;
	display: flex;
}
.lvbnea{
	background: #f7f7f7;
	width: 230px;
}
.lvbnea span{
	display: block;
	line-height: 75px;
	padding-left: 55px;
	position: relative;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.lvbnea span:before{
	content: '';
	width: 9px;
	height: 9px;
	border: 2px solid #ccc;
	border-radius: 50%;
	position: absolute;
	left: 30px;
	top: 33px;
}
.lvbnea span.cur{
	background: #a70000;
	 color: #fff;
}
.lvbnea span.cur:before{
	border-color: #fff;
}
.lvbnea span.cur:after{
	content: '';
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -6px;
	width: 6px;
	height: 12px;
	z-index: 3;
	background: url(../images/ra.png) no-repeat;
}

.ewllm{
	flex: 1;
	background: #fff;
	padding: 40px;
	min-height: 405px;
	font-size: 16px;
	line-height: 2;
}
.lofepan li{
	margin-bottom: 3%;
}
.lofepan li .pic{
	width: 272px;
}
.lofepan li .pic img{
	width: 272px;
	height: 365px;
	object-fit: cover;
}
.lofepan li .con{
	width: calc(100% - 300px);
	padding-top: 80px;
}

.lofepan li .con .d1{
	font-size: 30px;
	color: #0066cc;
}
.lofepan li .con .d2{
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin: 15px 0 35px;
}
.lofepan li .con .d3 a{
	display: inline-block;
	line-height: 48px;
	width: 230px;
	border: 1px solid #a70000;
	color: #a70000;
	text-align: center;
	font-size: 16px;
	padding-left: 25px;
	background: url(../images/dow01.png) no-repeat 85px center;
}

.mlceay{
	color: #fff;
	background: #0066cc;
	padding: 0 30px;
	line-height: 50px;
}
.mlceay span,.lofeuna li .one span{
	width: 10%;
	float: left;
	text-align: center;
}
.mlceay span:last-child,.lofeuna li .one span:last-child{
	width: 40px;
}
.mlceay .s1,.lofeuna li .one .s1{
	width: calc(50% - 40px);
	text-align: left;
}
.lofeuna li .one .s1{
	color: #0066cc;
}
.lofeuna li{
	margin-top: 20px;
	background: #fff;
	padding: 0 30px;
}
.lofeuna li .one{
	padding: 20px 0;
	cursor: pointer;
	font-size: 15px;
}
.lofeuna li .one .s7 i{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #c0c0c0 url(../images/d.png) no-repeat center center;
}
.lofeuna li .one.on .s7 i{
	background: #c0c0c0 url(../images/f.png) no-repeat center center;
}
.lofeuna li .sec{
	line-height: 2;
	border-top: 1px solid #ddd;
	padding: 25px 0;
	display: none;
}


.lmgebna .pic{
	width: 50%;
}
.lmgebna .con{
	width: 46%;
	padding-top: 30px;
}
.lmgebna .con .d1{
	font-size: 36px;
}
.lmgebna .con .d2{
	font-size: 22px;
	margin: 10px 0 30px;
}
.lmgebna .con .d3{
	padding: 8px 0;
	font-size: 18px;
}
.lmgebna .con .d3 img{
	margin-right: 10px;
}

.lcebya{
	font-size: 32px;
}

.lfeunc{
	margin-top: 5%;
	padding: 0 2%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.lfeunc li{
	text-align: center;
	padding: 0 3%;
	width: 25%;
}
.lfeunc li .img span{
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: no-repeat center center;
}
.lfeunc li .img span.s1{
	background-image: url(../images/s1.png);
}
.lfeunc li .img span.s2{
	background-image: url(../images/s2.png);
}
.lfeunc li .img span.s3{
	background-image: url(../images/s3.png);
}
.lfeunc li .img span.s4{
	background-image: url(../images/s4.png);
}

.lfeunc li .tit{
	margin-top: 20px;
}
.lfeunc li .con{
	color: #666;
	margin-top: 5px;
}



.honor-ul2 .honor-li-tit {
	color: #fff !important;
	background: #0066cc;
	line-height: 70px;
	padding: 0 15px;
	margin: 0 !important;
}










.shade {position: fixed;left: 0; top: 0; z-index: 21;display: none; width: 100%;height: 100%; background-color: #000;filter: alpha(opacity=50); opacity: 0.5; }
.big-video {
    position: fixed;
    left: 50%;
    top: 50%;
	margin-top:-240px;
    z-index: 22;
    display: none;
    margin-left: -450px;
    background-color: #fff;
    width: 900px;
    box-sizing: border-box;
}
.big-video-main {
    height: 480px;
}
.big-video-clo {
    position: absolute;
    right: -35px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/icon30.png) no-repeat center center;
    cursor: pointer;
}

@media screen and (max-width: 750px){
.big-video {
    width: 100%;
    left: 0;
    margin-left: 0;
}
.big-video-main {
    height: 185px;
}
.big-video-clo {
    right: 0;
    z-index: 21;
}
}


























