@charset"utf-8";
p,ul{ margin-bottom: 0; }
a:focus {
    outline: none;
}
.slick-slide img{
	width: 100%;
}
/* ========================================index.html======================================*/
.headiv{
	width: 100%;
}
.headtop,
.headbot{
	padding-left: 50px;
	padding-right: 50px;
}
.headtop{
	border-bottom: solid 1px #e6e6e6;
	height: 40px;
}
.headhello p{
	font-size: 14px;
	color: #808080;
	height: 40px;
	line-height: 40px;
}
.headcnen li{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 15px;
	font-size: 0;
}
.headcnen li span,.headcnen li small{
	display: inline-block;
	vertical-align: middle;
}
.headcnen li span{
	color: #8f9194;
	font-size: 14px;
	margin-left: 5px;
}
.headbot{
	padding-top: 14px;
	padding-bottom: 14px;
}
.nav{
	padding-top: 21px;
	padding-bottom: 21px;
	margin-right: 30px;
}
.nav>li{
	float: left;
}
.nav>li>a{
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	padding-left: 30px;
	padding-right: 30px;
}
.nav>li:hover>a,.nav>li.active>a{
	background-color: #003466;
	color: #fff;
}
.seach{
	padding-top: 28px;
}
.seach form{
	position: relative;
}
.seach-inp input{
	background-color: #e6e6e6;
	width: 230px;
	height: 36px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	padding-right: 40px;
}
::-webkit-input-placeholder{
	color: #999;
}
.seach-but{
	position: absolute;
	top: 0;
	right: 0;
}
.seach-but input{
	background: url(../images/seachico.png) no-repeat center center;
	width: 40px;
	height: 36px;
}

.banner{
	position: relative;
}
.hmbanner{
	display: block;
	font-size: 0;
}
.hmswp-but{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	text-align: center;
	height: 100px;
	line-height: 100px;
	background-color: rgba(0,0,0,.3);
}
.hm1-prev{
	left: 110px;
}
.hm1-next{
	right: 110px;
}
.banner .item{
	position: relative;
}
.bandiv{
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}
.bantit h2{
	font-size: 72px;
	color: #003466;
}
.bantit span{
	font-size: 30px;
	color: #808080;
}
.banbut{
	margin-top: 20px;
}
.banbut a{
	display: inline-block;
	width: 180px;
	height: 50px;
	border: solid 1px #003466;
	background-color: #fff;
	text-align: center;
	line-height: 48px;
}
.banbut a span{
	font-size: 18px;
	color: #003466;
	margin-right: 20px;
}
.banbut a span,.banbut a small{
	display: inline-block;
	vertical-align: middle;
}
.hmsec{
	padding-bottom: 70px;
	overflow: hidden;
}
.hometit{
	text-align: center;
	margin-top: 65px;
	margin-bottom: 30px;
}
.hometit h2{
	font-size: 36px;
	color: #003466;
}
.hometit span{
	display: inline-block;
	font-size: 20px;
	color: #808080;
	position: relative;
	text-transform: uppercase;
}
.hometit span:after,
.hometit span:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 1px;
	background-color: #ff7f00;
}
.hometit span:after{
	left: -100px;
}
.hometit span:before{
	right: -100px;
}
.hm1row{
	margin-left: -20px;
	margin-right: -20px;
}
.hm1col{
	padding-left: 20px;
	padding-right: 20px;
}
.hm1dl{
	border: solid 4px #003466;
	padding-top: 30px;
	padding-bottom: 20px;
}
.hm1dl dd{
	text-align: center;
	margin-bottom: 25px;
}
.hm1dl dd h3{
	margin-bottom: 5px;
}
.hm1dl dd h3{
	font-size: 26px;
	color: #404040;
	font-weight: bold;
}
.hm1dl dd p{
	font-size: 16px;
	color: #808080;
}
.hm1dl dt{
	text-align: center;
}
.hm1dl dt small{
	display: inline-block;
	position: relative;
	font-size: 0;
}
.hm1dl dt small i{
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.hm1dl dt small i:nth-child(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
.hm1dl,.hm1dl dd h3 a,.hm1dl dd p a,.hm1dl dt small i{
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.hm1dl:hover{
	background-color: #003466;
}
.hm1dl:hover dd h3{
	color: #fff;
}
.hm1dl:hover dd p{
	color: #a3aebd;
}
.hm1dl:hover dt small i:nth-child(1){
	opacity: 1;
}
.hm1dl:hover dt small i:nth-child(2){
	opacity: 0;
}
.hm2row{
	margin-left: -45px;
	margin-right: -45px;
}
.hm2col{
	padding-left: 45px;
	padding-right: 45px;
}
.hm2dl{
	padding-top: 40px;
	padding-bottom: 40px;
}
.hm2dl dt{
	margin-bottom: 20px;
}
.hm2dl dd h3{
	padding-bottom: 20px;
	margin-bottom: 15px;
	position: relative;
}
.hm2dl dd h3:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 1px;
	background-color: #ff7f00;
}
.hm3dl dt{
	overflow: hidden;
}
.hm3dl dt img{
	width: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.hm3dl:hover dt img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.hm3dl dd{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hm3dl dd .hm3dlfl{
	width: 73.6%;
}
.hm3dl dd h3{
	margin-bottom: 10px;
}
.hm3dl dd h3 a{
	font-size: 18px;
	color: #404040;
	font-weight: bold;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.hm3dl:hover dd h3 a{
	color: #003466;
}
.hm3dl dd p a{
	font-size: 14px;
	color: #808080;
	line-height: 22px;
}
.hm3dl dd .hm3time{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 24px;
	color: #808080;
	height: 24px;
}
.footopt{
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.footopt p a{
	font-size: 14px;
	color: #666666;
}
.footcont{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding-top: 35px;
	padding-bottom: 35px;
}
.footcont p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.footbot{
	padding-top: 25px;
	padding-bottom: 34px;
}
.footbot p,.footbot p a{
	font-size: 14px;
	color: #666666;
}
.footbot p a{
	margin-left: 10px;
}

/* ========================================02-Application.html======================================*/
.nbanner img{
	width: 100%;
}
.silderlist,.htmltext{
	margin-top: 50px;
}
.silderlist .tit{
	position: relative;
}
.silderlist>li{
	background-color: #efefef;
	margin-bottom: 20px;
}
.silderlist>li h2{
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #404040;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
}
.silderlist>li:hover h2,.silderlist>li.active h2{
	background-color: #003466;
	color: #fff;
}
.silderlist .tit span{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 10px;
	height: 6px;
	margin: auto;
	background: url(../images/sildjianh.png) no-repeat center center;
}
.silderlist li:hover .tit span{
	background: url(../images/sildjianb2.png) no-repeat center center;
}
.silderlist li.active .tit span{
	background: url(../images/sildjianb.png) no-repeat center center;
}
.silderlist ul{
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.silderlist ul li{
	padding-left: 40px;
	padding-right: 40px;
}
.silderlist ul li a{
	font-size: 16px;
	color: #404040;
	line-height: 36px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}
.silderlist ul li a:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.silderlist ul li:hover a,.silderlist ul li.active a{
	color: #003466;
}
.silderlist ul li:hover a:after,.silderlist ul li.active a:after{
	background-color: #003466;
}
.smlnav{
	font-size: 0;
	height: 46px;
	line-height: 46px;
	background-color: #efefef;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.smlnav span,.smlnav a,.smlnav small{
	font-size: 14px;
	color: #414141;
}
.smlnav small{
	margin-left: 10px;
	margin-right: 10px;
}
.textdiv{
	background-color: #efefef;
	padding: 30px 30px;
	margin-bottom: 50px;
}
.textdiv .text p{
	font-size: 15px;
	color: #414141;
	line-height: 26px;
}
.textdiv .list{
	margin-top: 40px;
}
.contdl{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	border: solid 2px #003466;
	margin-bottom: 20px;
}
.contdl dt img{
	width: 100%;
}
.contdl dd{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/listbg.png) no-repeat center center;
	background-size: 100% 100%;
}
.contdl dd a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contdl dd{
	font-size: 0;
}
.contdl dd:before{
	content: "";
	display: inline-block;
	vertical-align: bottom;
	height: 100%;
}
.contdl dd a{
	display: block;
}
.contdl dd h3{
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.contdl dd h3 span{
	display: block;
	font-size: 16px;
	color: #fefefe;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
}
.contl2dl{
	background-color: #fff;
	border: solid 2px #003466;
	border-radius: 8px;
	padding-bottom: 30px;
	overflow: hidden;
}
.contl2dl dt{
	margin-bottom: 10px;
}
.contl2dl dt img{
	width: 100%;
	height: 200px;
}
.contl2dl dd{
	text-align: center;
}
.contl2dl dd h3 a{
	font-size: 18px;
	color: #404040;
	font-weight: bold;
	position: relative;
	top: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.contl2dl:hover dd h3 a{
	top: -10px;
	color: #003466;
}
.sjitit h1{
	font-size: 30px;
	color: #003466;
	border-bottom: solid 1px #003466;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list3{
	margin-top: 40px;
}
.contl3dl{
	border: solid 2px #003466;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
	position: relative;
	top: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.contl3dl:hover{
	top: -10px;
}
.contl3dl dt{
	position: relative;
}
.contl3dl dt img{
	width: 100%;
}
.contl3dl dt div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../images/listbg.png) no-repeat center center;
	background-size: 100% 100%;
}
.contl3dl dt div h3{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 18px;
	padding-right: 18px;
}
.contl3dl dt div h3 span{
	color: #fefefe;
}
.contl3dl dd{
	padding: 18px;
	height: 150px;
}
.contl3dl li a{
	background: url(../images/contl3dlbg.png) no-repeat center left;
	display: block;
	font-size: 15px;
	line-height: 26px;
	padding-left: 20px;
	color: #323232;
	position: relative;
	left: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.contl3dl li:hover a{
	left: 10px;
}
/* ========================================05-protext.html======================================*/
.swiper-wrapper,.swiper-slide{
	height: auto !important;
}
.mview{
	margin-bottom: 20px;
	position: relative;
}
.preview{
	margin-left: -5px;
	margin-right: -5px;
}
.preview .swiper-slide,.mview .swiper-slide{
	border-radius: 5px;
	overflow: hidden;
}
.preview .swiper-slide{
	width: 130px;
	height: 90px;
	padding-left: 5px;
	padding-right: 5px;
}
.preview .swiper-slide span{
	display: block;
}
.preview .swiper-slide img,.mview .swiper-slide img{
	width: 100%;
	border-radius: 5px;
}
.preview .swiper-slide.active-nav span{
	border: solid 1px #003466;
	border-radius: 5px;
}
.arrow-left,.arrow-right{
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: rgba(0,0,0,.2);
	border-radius: 100%;
}
.arrow-left{
	left: 10px;
}
.arrow-right{
	right: 10px;
}
.textdiv .text h2{
	font-size: 24px;
	color: #414141;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.textdiv p img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.shouhul li{
	margin-top: 10px;
	margin-bottom: 10px;
}
.shouhul li span{
	display: block;
	color:#333333;
	line-height: 24px;
	padding-left: 30px;
}
.shouhul li span.cn{
	font-size: 20px;
	position: relative;
}
.shouhul li span.en{
	font-size: 18px;
}
.shouhul li span.cn:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 22px;
	height: 1px;
	background-color: #ff7f00;
}
.textlistcl{
	margin-left: -15px;
	margin-right: -15px;
}
.textdl{
	background-color: #fff;
	border: solid 1px #003466;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 5px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
.textdl dt,.textdl dd{
	float: left;
}
.textdl dt{
	margin-right: 30px;
}
.textdl dd{
	width: 200px;
}
.textdl1{
	margin-bottom: 20px;
}
.textdl1 span,.textdl1 small{
	display: block;
}
.textdl1 span{
	font-size: 20px;
	color: #003466;
}
.textdl1 small{
	font-size: 18px;
	color: #ff7f00;
}
.textdl2{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.textdl2:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	background-color: #003466;
}
.textdl2 strong,.textdl3 span{
	font-size: 14px;
	color: #404040;
	line-height: 20px;
}
.contdls{
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.contdls:nth-child(1){
	margin-bottom: 30px;
}
.contdls dt{
	font-size: 0;
}
.contdls dt img{
	width: 100%;
}
.contdls dt,.contdls dd{
	width: 50%;
	float: left;
}
.contdls dd{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 35px;
}
.contdls dd h2{
	font-size: 30px;
	color: #003466;
	text-align: center;
	margin-bottom: 20px;
}
.contdls dd h2 span{
	display: inline-block;
	position: relative;
}
.contdls dd h2 span:after,.contdls dd h2 span:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 1px;
	background-color: #ff7f00;
}
.contdls dd h2 span:after{
	left: -90px;
}
.contdls dd h2 span:before{
	right: -90px;
}
.contdls dd p{
	color: #414141;
}
.contdls dd p.big{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
}
.contdls dd p.sml{
	font-size: 14px;
	line-height: 22px;
}
.newdl{
	width: 415px;
	float: left;
	padding: 30px;
	border-radius: 8px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.newdl dt{
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 10px;
}
.newdl dt img{
	width: 100%;
}
.newdl h2 a{
	font-size: 20px;
	color: #003466;
	line-height: 26px;
}
.newdl h2{
	height: 52px;
	position: relative;
	top: 0;
	line-height: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.newdl span.time{
	font-size: 12px;
	color: #999999;
	font-style: italic;
	display: block;
	padding-left: 17px;
	position: relative;
	margin: 10px 0;
}
.newdl span.time:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 1px;
	background-color: #ff9442;
	left: 0;
}
.newdl p{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 20px;
}
.newdl:hover{
	background-color: #fff;
}
.newdl:hover h2{
	top: -10px;
}
.page{
	text-align: center;
	font-size: 0;
	margin-top: 45px;
}
.page a{
	display: inline-block;
	vertical-align: top;
	border: solid 1px #cccccc;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #363636;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 45px;
	text-align: center;
	border-radius: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
.page a.col{
	color: #b2b2b2;
}
.page a.active{
	background-color: #003466;
	color: #fff;
	border-color: #003466;
}
.newtit{
	text-align: center;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.newtit h2{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
}
.newtit span{
	font-size: 14px;
	color: #808080;
}
.newtxt p{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

.bdshare-button-style0-16 a{
	width: 26px !important;
	height: 22px !important;
	margin-left: 35px !important;
	padding: 0 !important;
}
.bds_weixin{
	background:url(../images/fotico2.png) no-repeat center center !important;
}
.bds_tsina{
	background:url(../images/fotico3.png) no-repeat center center !important;
}
.bds_sqq{
	background:url(../images/fotico1.png) no-repeat center center !important;
}
.bds_weixin:hover{
	background:url(../images/foticos2.png) no-repeat center center !important;
}
.bds_tsina:hover{
	background:url(../images/foticos3.png) no-repeat center center !important;
}
.bds_sqq:hover{
	background:url(../images/foticos1.png) no-repeat center center !important;
}

.nav>li{
	position: relative;
}
.erjinnav{
	position: absolute;
	z-index: 5;
	top: 50px;
	left: 0;
	background-color: #fff;
	width: 300px;
	padding-left: 10px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
.erjinnav>li{
	position: relative;
	padding-left: 20px;
	text-align: left;
}
.erjinnav>li>a{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	display: block;
}
.erjinnav>li:hover,.sanjinav>li:hover,.erjinnav>li.active{
	background-color: #e6e6e6;
}
.sanjinav{
	position: absolute;
	right: -100%;
	top: 0;
	width: 300px;
	background-color: #fff;
	padding-left: 10px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
.sanjinav>li{
	padding-left: 20px;
}
.sanjinav>li>a{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	display: block;
}
.nav>li:hover .erjinnav{
	display: block;
}
.nav>li .erjinnav>li:hover .sanjinav{
	display: block;
}
.more{
	text-align: center;
	margin-top: 30px;
}
.more a{
	width: 180px;
	height: 50px;
	line-height: 48px;
	font-size: 18px;
	color: #999;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.more a:hover{
	border-color: #003466;
	color: #003466;
}

.erjinnav>li.ico{
	position: relative;
}
.erjinnav>li.ico:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 10px;
	height: 6px;
	margin: auto;
	background: url(../images/sildjianh.png) no-repeat center center;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.contl2dl{
	margin-bottom: 20px;
}
.slick-dots{
	position: absolute;
	bottom: 30px;
	text-align: center;
	left: 0;
	width: 100%;
}
.slick-dots li{
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #fff;
	margin: 0 5px;
}
.slick-dots li.slick-active{
	background-color: #003466;
}
.slick-dots li button{
	display: none;
}