body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;box-sizing: border-box;}
body{background:#fff;color:#333;font-family: "Arial";}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;box-sizing: border-box;}
a{color:#333;text-decoration:none;}
dl,dt,dd{margin: 0;}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}
.clear{
	clear: both;
}
.w1253{
	width: 78%;
	margin: 0 auto;
}
.header{
	width: 100%;
	position: fixed;
	padding: 11px 0;
	background: #FFFFFF;
	box-shadow: 0 0 8px 2px #CCCCCC;
	top: 0;
	z-index: 98;
}
.logo{
	float: left;
}
.header-other{
	float: right;
	margin-left: 40px;
	margin-top: 18px;
}
.header-other a{
	float: left;
	font-size: 18px;
	color: #333333;
}
.search{
	margin-top: 4px;
	margin-left: 20px;
}
.header-other a img{
	display: block;
}
.header-menu{
	float: right;
}
.header-menu ul li{
	float: left;
	font-size: 17px;
	color: #333333;
	line-height: 58px;
	margin-right: 40px;
	position: relative;
}
.header-menu ul li:last-child{
	margin-right: 0;
}
.header-menu ul li a{
	transition-duration: 0.5s;
}
.active a{
	color: #e71f19;
}
.active:before{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #e71f19;
	position: absolute;
	bottom: -11px;
	left: 0;
}
.header-menu ul li:hover a{
	color: #e71f19;
}

.home-banner{
	width: 100%;
	margin-top: 80px;
}
.home-banner .slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background: #000;
	height: 100%;
}

.home-banner .slideBox .bd{
	position: relative;
	height: 100%;
}

.home-banner .slideBox .bd ul{
	height: 100%;
}

.home-banner .slideBox .bd li{
	vertical-align: middle;
	height: 100%;
}
.home-banner .slideBox .bd img{
	width: 100%;
	height: 100%;
	animation: changeScale 1 2.5s;
}
.home-banner .banner-title{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}
.home-banner .banner-title h3{
	font-size: 59px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 3px #333;
	line-height: 1.2;
}
.home-banner .banner-title p{
	font-size: 34px;
	color: #FFFFFF;
	font-weight: normal;
	text-shadow: 2px 2px 3px #333;
	text-transform: uppercase;
	line-height: 1.2;
}
.home-banner .hd{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	z-index: 3;
}
.home-banner .hd ul{
	display: inline-block;
}
.home-banner .hd ul li{
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #fff;
	float: left;
	margin: 0 8px;
	position: relative;
	transition-duration: 0.5s;
}
.home-banner .hd ul li.on{
	width: 54px;
	background: #e71f19;
}
.home-news{
	padding: 70px 0 80px;
}
.home-title{
	text-align: center;
	margin-bottom: 40px;
}
.home-title h3{
	font-size: 36px;
	color: #222222;
	font-weight: bold;
}
.home-title p{
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.home-news-fl{
	float: left;
	width: 63%;
	display: flex;
}
.home-news-img{
	width: 440px;
	overflow: hidden;
	position: relative;
}
.home-news-date{
	width: 100px;
	height: 100px;
	background: #00458f;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 15px;
	padding-top: 16px;
}
.home-news-date span{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.home-news-date p{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
.home-news-sp{
	width: calc(100% - 440px);
	padding-left: 20px;
}
.home-news-sp h3{
	font-size: 26px;
	color: #00458f;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: justify;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.home-news-sp p{
	font-size: 14px;
	color: #555555;
	line-height: 2;
	text-align: justify;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 4; 
	overflow: hidden;
}
.go-news{
	margin-top: 50px;
	display: block;
	width: 170px;
	height: 48px;
	background: #0094da;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 48px;
	transition-duration: 0.5s;
}

.home-news-fr{
	float: right;
	width: 35%;
	height: 328px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
}
.home-news-fr ul li{
	border-top: 1px solid #c9c9c9;
}
.home-news-fr ul li .tab{
	 display: block;
	position: relative;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 60px;
	zoom: 1;
	cursor: pointer;
}
.home-news-fr ul li .tab:before{
	content: '+';
	font-size: 16px;
	color: #333333;
	position: absolute;
	left: 10px;
	top: 0;
	transition-duration: 0.5s;
}
.home-news-fr ul li .selected:before{
	content: '-';
	color: #00458f;
}
.home-news-fr ul li .tab:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-fr ul li .tab h5{
	float: left;
	width: 70%;
	font-size: 16px;
	color: #333333;
	transition-duration: 0.5s;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.home-news-fr ul li .tab span{
	float: right;
	font-size: 14px;
	color: #555555;
	opacity: 0.9;
	transition-duration: 0.5s;
}
.home-news-fr ul li .selected h5{
	color: #00458f;
}
.home-news-fr .tab_content{
	display: none;
	padding: 0 20px 12px 30px;
}
.home-news-fr .tab_content p{
	font-size: 14px;
	color: #555555;
	opacity: 0.9;
	line-height: 1.7;
}

.home-pro-content{
	display: flex;
}
.home-pro-fl{
	width: 50%;
		background: url(../images/pro-bg02.jpg) no-repeat;
		background-size:100% 100%;
}
.home-pro-fl li{
	width: 100%;
	height: 235px;

/* 	background: linear-gradient(to right,#165394,#1eaadd); */
	position: relative;
	cursor: pointer;
}

.home-pro-fl li:after{width: 65%; position:absolute; bottom:0; right:50px; height:1px; background:#fff; content:""; opacity: 0.3;}
.home-pro-fl li:nth-child(3):after{display:none;}
.list-box{
	width: 630px;
	position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    padding: 60px 0 0;
    zoom: 1;
}
.list-box:after{
	display: block;
	content: '';
	clear: both;
}
.list-box-img{
	float: left;
	width: 158px;
}
.list-text{
	float: left;
	width: calc(100% - 158px);
	padding-left: 30px;
	padding-right: 80px;
}
.list-text h4{
	font-size: 20px;
	margin: 15px 0;
}
.list-text p{
	font-size: 14px;
	text-align: justify;
	line-height: 1.6;
}
.jt{
	width: 21px;
	height: 7px;
	background: url(../images/jt.png) no-repeat;
	position: absolute;
	right: 80px;
	bottom: 0;
	transition: 600ms;
    -webkit-transition: 600ms;
}
.home-pro-fr{
	width: 50%;
	position: relative;
	background: url(../images/pro-bg01.jpg) no-repeat center center;
	background-size: cover;
}
.pro-large-img{
	width: 616px;
	height: 353px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pro-large-img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.list-cover{
	width: 0;
    height: 100%;
    /*background: rgba(30,170,221,0.2);*/
   background: linear-gradient(to right,rgba(255,255,255,0.2),rgba(30,170,221,0.2));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    transition: 600ms;
    -webkit-transition: 600ms;
}
.home-pro-fl li:hover .list-cover{
	width: 126%;
}
.list-box:before,.list-box:after{
	content:"";
	background:#fff;
	display:block;
	top:54%;
	position:absolute;
	visibility:hidden;
	opacity:0; 
	transition: 300ms; 
	-webkit-transition: 300ms;
}
.list-box:before{
	width:2px;
	height:60px;
	margin-top:30px;
	right:-127px;
}
.list-box:after{
	width:60px;
	height:2px;
	margin-top: 16px;
	right:-200px;
}
.home-pro-fl li:hover .list-box:before,.home-pro-fl li:hover .list-box:after{
	transition: 300ms ease-in 600ms;
	-webkit-transition: 300ms ease-in 600ms;
	visibility:visible;opacity:1;
}
.home-pro-fl li:hover .list-box:before{
	margin-top:-12px;
}
.home-pro-fl li:hover .list-box:after{
	right:-155px;
}
.home-pro-fl li:hover .jt{
	right: 70px;
	background: url(../images/jt-r.png) no-repeat;
}
.home-by{
	padding-top: 100px;
	padding-bottom: 60px;
}
.home-by ul li{
	float: left;
	width: 33.3%;
	text-align: center;
}
.home-by-icon{
	width: 172px;
	height: 185px;
	margin: 0 auto;
	background: url(../images/by-bg01.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 185px;
	transition-duration: 0.5s;
	cursor: pointer;
	display:flex;
	align-items: center;
	justify-content: center;
}
.home-by-icon .pic{width: 58px; height:58px;}
.home-by ul li:nth-child(1) .pic{background: url(../images/by-i01.png) no-repeat center center;}
.home-by ul li:nth-child(2) .pic{background: url(../images/by-i02.png) no-repeat center center;}
.home-by ul li:nth-child(3) .pic{background: url(../images/by-i03.png) no-repeat center center;}

.home-by ul li:nth-child(1):hover .pic{background: url(../images/by-i01-1.png) no-repeat center center;}
.home-by ul li:nth-child(2):hover .pic{background: url(../images/by-i02-1.png) no-repeat center center;}
.home-by ul li:nth-child(3):hover .pic{background: url(../images/by-i03-1.png) no-repeat center center;}
.home-by-icon:hover{
	background: url(../images/by-bg02.png) no-repeat;
}
.home-by-icon:hover img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.home-by ul li h3{
	font-size: 26px;
	color: #222222;
	font-weight: normal;
	margin-bottom: 10px;
}
.home-by ul li p{
	font-size: 18px;
	color: #555555;
	line-height: 1.6;
}
.home-by ul li:hover h3{color:#d92c27;}
.footer-menu{
	background: #155191;
	padding-top: 60px;
	padding-bottom: 10px;
}
.footer-menu-content{
	border-bottom:1px solid #507dad;
	zoom: 1;
}
.footer-menu-content:after{
	display: block;
	content: '';
	clear: both;
}
.footer-menu-content dl{
	width:16.666%;
	float: left;
}
.footer-menu-content dl dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;

}
.footer-menu-content dl dt a{
	color: #FFFFFF;
}
.footer-menu-content dl dd{
	font-size: 14px;
	margin-bottom: 20px;
	opacity: 0.6;
	transition-duration: 0.5s;
}
.footer-menu-content dl dd:hover{
	opacity: 1;
}
.footer-menu-content dl dd a{
	color: #FFFFFF;
}
.footer-right{
	float: right !important;
	    text-align: left;
	    margin-right: 0 !important;
	    width: 100% !important;
}
.footer-add{display:flex;justify-content: space-between;}
.footer-add p{
	font-size: 15px;
	color: #FFFFFF;
	opacity: 0.85;
	line-height: 1.8;
	
}
.footer-fx{
	margin-top: 35px;
	display: inline-block;
	zoom: 1;
}
.footer-fx:after{
	display: block;
	content: '';
	clear: both;
}
.footer-fx span{
	display: inline-block;
	font-size: 15px;
	color: #FFFFFF;
	opacity: 0.85;
}
.footer-fx ul{
	display: inline-block;
	white-space: nowrap;
}
.footer-fx ul li{
	display: inline-block;
	margin: 0 4px;
}
.footer-fx ul li:last-child{
	margin-right: 0;
}
.footer-beian{
	background: #155191;
	padding: 15px 0;
	color:#fff;
	
}
.beian-link{
	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
}
.jszc{
	float: right;
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
}

.ne-banner{
	width: 100%;
	margin-top: 80px;
}
.ne-banner img{
	display: block;
	width: 100%;
}
.ne-menu{
	border-bottom: 1px solid #ececec;
}
.ne-menu-fl{
	float: left;
}
.ne-menu-fl p{
	font-size: 16px;
	color: #555555;
	line-height: 70px;
	padding-left: 17px;
	position: relative;
}
.ne-menu-fl p:before{
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/home.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.ne-menu-fl p a{
	color: #333333;
	transition-duration: 0.5s;
}
.ne-menu-fl p a:hover{
	color: #e71f19;
}
.ne-menu-fr{
	float: right;
}
.ne-menu-fr ul li{
	float: left;
	font-size: 17px;
	color: #333333;
	line-height: 70px;
	margin-right: 80px;
	position: relative;
}
.ne-menu-fr ul li:last-child{
	margin-right: 0;
}
.ne-menu-fr ul li:before{
	display: block;
	content: '';
	width: 0%;
	height: 3px;
	background: #e71f19;
	position: absolute;
	bottom: 0;
	transition-duration: 0.5s;
}
.ne-menu-fr ul li:hover:before{
	width: 100%;
}
.ne-menu-fr ul li a{
	display: block;
}
.active-Nmenu:before{
	width: 100% !important;
}
.about-info{
	padding-top: 70px;
	padding-bottom: 100px;
}
.ne-title{
	margin-bottom: 20px;
}
.ne-title h3{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.about-info p{
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
	text-align: center;
	padding: 0 47px;
}
.about-icon{
	margin-top: 25px;
}
.about-icon ul li{
	float: left;
	width: 33.3%;
}
.about-icon ul li img{
	display: block;
	margin: 0 auto;
}
.about-icon ul li img:hover{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.about-icon ul li p{
	margin-top: 15px;
}
.about-kh{
	width: 100%;
	background: url(../images/ab-bg1.jpg) no-repeat bottom center;
	background-size: cover;
}
.about-kh{
	margin-top: 45px;
}
.about-kh ul li{
	float: left;
	width: 33%;
	height: 200px;
	background: rgba(0,0,0,0.6);
	margin-right: 0.5%;
	display: flex;
	padding-left: 50px;
	padding-top: 30px;
}
.about-kh ul li:last-child{
	margin-right: 0;
}
.about-kh-fr{
	padding-left: 20px;
}
.about-kh-fr h4{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	margin-bottom: 15px;
}
.about-kh-fr span{
	display: block;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
}
.about-kh ul li:hover .about-kh-fl img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.about-idea{
	background: url(../images/ab-bg2.png) no-repeat center center;
	background-size: cover;
	padding: 70px 0 110px;
}
.about-idea .ne-title h3{
	text-align: left;
}
.about-idea p{
	width: 70%;
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
}
.about-idea-content{
	display: flex;
	margin-top: 45px;
}
.about-idea-fl{
	width: 46%;
	display: flex;
	border-right: 1px dashed #bbbbbb;
}
.about-idea-list{
	width: 50%;
	text-align: center;
}
.about-idea-cir{
	margin: 0 auto;
	width: 184px;
	height: 184px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.about-idea-cir h4{
	width: 100%;
	padding-bottom: 18px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.about-idea-cir h4:after{
	display: block;
	content: '';
	width: 100%;
	height: 8px;
	background: url(../images/ab-i4.png) no-repeat center bottom;
	position: absolute;
	bottom: 0;
}
.about-idea-list:nth-child(1) .about-idea-cir{
	background:url(../images/ab-i6.png) no-repeat center center;
}
.about-idea-list:nth-child(2) .about-idea-cir{
	background:url(../images/ab-i7.png) no-repeat center center;
}
.about-idea-list span{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
	margin-top: 15px;
}
.about-idea-fr{
	width: 54%;
}
.about-jzg{
	width: 360px;
	height: 360px;
	border-radius: 50%;
	border: 2px solid #d6d6d8;
	margin: 0 auto;
	position: relative;
}
.about-jzg .about-idea-cir{
	background:url(../images/ab-i8.png) no-repeat center center;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -92px;
	margin-left: -92px;
	z-index: 5;
}
.about-jzg-list{
	width: 250px;
	height: 250px;
	background: url(../images/ab-i5.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -125px;
	margin-left: -125px;
	z-index: 4;
}
.about-jzg-list span{
	white-space: nowrap;
	font-size: 20px;
	color: #333333;
	position: absolute;
}
.about-jzg-list span:nth-child(1){
	left: 154px;
    top: -32px;
}
.about-jzg-list span:nth-child(2){
	left: 269px;
    top: 178px;
}
.about-jzg-list span:nth-child(3){
	left: -36px;
    top: 254px;
}
.about-jzg-list span:nth-child(4){
	left: -192px;
    top: 33px;
}
.about-zzjg{
	padding-top: 75px;
	padding-bottom: 100px;
}
.about-zzjg p{
	font-size: 16px;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}
.about-zzjg-content{
	margin-top: 40px;
}
.about-zzjg-content img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.about-contact{
	padding-top: 80px;
	padding-bottom: 100px;
	background: #f6f6f6;
}
.contact-company{
	text-align: center;
}
.contact-company ul{
	display: inline-block;
}
.contact-company ul li{
	float: left;
	margin: 0 15px;
	font-size: 16px;
	color: #bfbfbf;
	position: relative;
	cursor: pointer;
}
.contact-company ul li:after{
	content: '/';
	font-size: 16px;
	color: #333333;
	position: absolute;
	right: -19px;
	top: 0;
}
.contact-company ul li:last-child:after{
	display: none;
}
.active-contact{
	color: #333 !important;
}
.contact-contentBox{
	margin-top: 40px;
}
.contact-contenter{
	display: none;
}
.contact-contenter-nav{
	display: flex;
}
.company-fl{
	width: 377px;
	position: relative;
}
.company-img{
	width: 100%;
	overflow: hidden;
}
.company-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.company-fl:hover .company-img img{
	transform: scale(1.1);
}
.company-name{
	position:relative;
	width: 100%;
	height: 100px;
	bottom: 0;
	background: #0094da;
	padding-left: 30px;
	padding-top: 14px;
}
.company-name h3{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.company-name h4{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.company-fr{
	margin-left: 60px;
	width: calc(100% - 437px);
	position: relative;
}
.map{
	width: 100%;
	height: 100%;
}
.contact-add{
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	background: #0094da;
	text-align: left;
	padding-left:15px;
	padding-top: 8px;
}
.contact-add p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.8;
}

.kycx-gk{
	padding-top: 70px;
	padding-bottom: 80px;
	position: relative;
}
.kycx-gk:after{
	display: block;
	content: '';
	width: 35px;
	height: 17px;
	background: url(../images/jt02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -17.5px;
	-webkit-animation: jumptoMap 1.5s linear infinite;
	animation: jumptoMap 1.5s linear infinite;
	-moz-animation: jumptoMap 1.5s linear infinite;
	-o-animation: jumptoMap 1.5s linear infinite;
	-ms-animation: jumptoMap 1.5s linear infinite;
}
.kycx-gk p{
	font-size: 18px;
	color: #333333;
	line-height: 2;
	text-indent: 2rem;
	margin-bottom: 15px;
	text-align: justify;
}
.kycx-data{
	margin-top: 50px;
}
.kycx-data ul li{
	float: left;
	width: 33.333%;
	text-align: center;
}
.kycx-data ul li h4{
	font-size: 24px;
	color: #999999;
	font-weight: normal;
	line-height: 1;
}
.kycx-data ul li h4 span{
	font-size: 58px;
	color: #0075bf;
	font-weight: bold;
}
.kycx-data ul li h5{
	font-size: 18px;
	color: #333333;
	margin-top: 15px;
	font-weight: normal;
}
.kycx-yf{
	padding-top: 80px;
	padding-bottom: 20px;
	background: url(../images/ky-bg01.jpg) no-repeat top center;
	background-size: 100% auto;
}
.kycx-yf-top{
	margin-bottom: 30px;
}
.kycx-yf-top .ne-title{
	float: left;
	margin-bottom: 0;
}
.kycx-yf-top .ne-title h3{
	color: #FFFFFF;
}
.kycx-yf-menu{
	float: right;
}
.kycx-yf-menu ul li{
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	opacity: 0.95;
	position: relative;
	cursor: pointer;
}
.kycx-yf-menu ul li:hover{
	opacity: 1;
}
.kycx-yf-menu ul li:after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: -10px;
	opacity: 0.95;
	transition-duration: 0.5s;
	opacity: 0;
}
.kycx-yf-menu ul li:nth-child(1){
	margin-right: 30px;
}

.active-yf:after{
	opacity: 1 !important;
}
.kycx-yf-contenter{
	display: none;
}
.kycx-yf-contenter p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.6;
	text-align: justify;
}
.kycx-yf-contenter ul{
	margin-top: 20px;
}
.kycx-yf-contenter ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	position: relative;
	cursor: pointer;
}
.kycx-yf-contenter ul li:nth-child(3){
	margin-right: 0;
}
.kycx-yf-contenter ul li:before{
	display: block;
	content: '';
	width: 0%;
	height: 4px;
	background: #cb0000;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transition-duration: 0.5s;
}
.kycx-yf-img{
	width: 100%;
	overflow: hidden;
}
.kycx-yf-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.kycx-yf-contenter ul li h3{
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom: 15px;
	font-weight: normal;
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.kycx-yf-contenter ul li h3:before{
	display: block;
	content: '';
	width: 70px;
	height: 2px;
	background: #0094da;
	transition-duration: 0.5s;
	position: absolute;
	left: 0;
	bottom: 0;
}
.kycx-yf-contenter ul li:hover .kycx-yf-img img{
	transform: scale(1.1);
}
.kycx-yf-contenter ul li:hover:before{
	width: 100%;
	left: 0;
}
.kycx-yf-contenter ul li:hover h3:before{
	background: #cb0000;
}
.kycx-jd{
	padding-top: 80px;
	padding-bottom: 70px;
}
.kycx-jd-chartTitle{
	width: 100%;
	display: flex;
	background: #0094da;
	font-size:16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 64px;
}
.pro-name{
	width: 20%;
	padding-left: 40px;
	border-right: 1px solid rgba(255,255,255,0.45);
}
.pro-name1{ width:25%;}
.pro-jdt{
	width: 50%;
	display: flex;
}
.pro-jdt span{
	width: 20%;
	text-align: center;
	display:inline-block;
}
.pro-jdt span:nth-child(5),.pro-jdt span:nth-child(1){width: 25%;}
.kycx-jd-contenter{
	background: #fbfbfb;
	border: 1px solid #ebebeb;
	border-top: none;
}
.kycx-jd-list{
	display: flex;
	border-bottom: 1px dashed #ebebeb;
	height: 90px;
}
.kycx-jd-list:last-child{
	border-bottom: none;
}
.pro-list-name{
	width: 20%;
	padding-left: 40px;
	border-right: 1px dashed #ebebeb;
	font-size: 18px;
	color: #555555;
	line-height:24px;display: flex;justify-content: left;align-items: center;
}
.pro-list-name1{ width:25%}
.pro-list-jdt{
	width: 50%;
	position: relative;
}
.pro-list-jdtScroll{
	width: 100%;
	padding-right: 24px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.pro-list-jdtBar{
	width: 100%;
	height: 12px;
	position: relative;
}
.pro-list-jdtBar:after{
	display: block;
	content: '';
	width: 0;
    height: 0;
    position: absolute;
    right: -24px;
    top: -6px;
}
.startBar{
	background: #f9bb43;
}
.startBar:after{
	border-top: 12px solid transparent;
    border-left: 24px solid #f9bb43;
    border-bottom: 12px solid transparent;
}
.processingBar{
	background: #0094da;
}
.processingBar:after{
	border-top: 12px solid transparent;
    border-left: 24px solid #0094da;
    border-bottom: 12px solid transparent;
}
.endBar{
	background: #ff0100;
}
.endBar:after{
	border-top: 12px solid transparent;
    border-left: 24px solid #ff0100;
    border-bottom: 12px solid transparent;
}
.join-table{
	padding-top: 75px;
	padding-bottom: 100px;
}

.job-title{background: #0094da;}
.job-title ul{zoom: 1;}
.job-title ul:after{display: block;content: '';clear: both;}
.job-title ul li{float: left;font-size: 18px;color: #FFFFFF;text-align: center;line-height: 55px;padding: 0 10px;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
.job-title ul li:nth-child(1){width: 20%;}
.job-title ul li:nth-child(2){width: 10%;}
.job-title ul li:nth-child(3){width: 20%;}
.job-title ul li:nth-child(4){width: 30%;}
.job-title ul li:nth-child(5){width: 15%;}

.menu_tab{width: 100%;height: auto;}
.menu_tab dd{width: 100%;border-bottom: 1px solid #e4e4e4;}
.job label{display: block;color: #333333;background: #fff;font-size: 16px;line-height: 60px;cursor: pointer;zoom: 1;}
.job label:after{display: block;content: '';clear: both;}
.job label>div{float: left;height: 60px;text-align: center;}
.job label>div:nth-child(1){width: 20%;}
.job label>div:nth-child(2){width: 10%;}
.job label>div:nth-child(3){width: 20%;}
.job label>div:nth-child(4){width: 30%;}
.job label>div:nth-child(5){width: 15%;}
.job .tab{position: relative;}
.job .tab:before{display: block;content: '+';float: right;width: 30px;font-size: 24px;color: #0094da;text-align: center;line-height: 60px;position: absolute;right: 15px;}
.job .selected:before{display: block;content: '-' !important;font-size: 32px !important;}
.job .selected{background: #f3f3f3;}
.job .tab_content{display: none;background: #f9f9f9;padding: 30px 65px;}
.job .tab_content-com{display: flex;}
.job .tab_content_fl{width: 50%;}
.job .tab_content_fl:nth-child(1){
	padding-right: 20px;
}
.job .tab_content_fl:nth-child(2){
	padding-left: 20px;
}
.job .tab_content h4{font-size: 18px;color: #555555;font-weight: normal;margin-bottom: 15px;}
.job .tab_content p{font-size: 16px;color: #555555;line-height: 28px;}
.job .tdjl{display: block;width: 160px;height: 45px;background: #1c9799;font-size: 16px;color: #ffffff;text-align: center;line-height: 45px;margin-top: 40px;}
.menu_tab-name{padding: 0 70px;background: #01a0ea;font-size: 18px;color: #fff;font-weight: bold;line-height: 65px;zoom: 1;}
.menu_tab-name:after{display: block;content: '';clear: both;}
.menu_tab-name div{float: left;width: 20%;}

.join-ygfc{
	padding-top: 85px;
	padding-bottom: 100px;
	background: url(../images/join-bg01.jpg) no-repeat center center;
	background-size: cover;
}
.ygfc-content{
	display: flex;
}
.ygfc-fl{
	width: 49.6%;
	margin-right: 0.4%;
}
.ygfc-fr{
	width: 49.5%;
}
.ygfc-fr ul li{
	float: left;
	width: 49.6%;
	margin-right: 0.8%;
}
.ygfc-fr ul li:nth-child(1),.ygfc-fr ul li:nth-child(2){
	margin-bottom: 7px;
}
.ygfc-fr ul li:nth-child(2n){
	margin-right: 0;
}
.ygfc-img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ygfc-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.ygfc-img:hover img{
	transform: scale(1.1);
}
.ygfc-fl .ygfc-img p{
	width: 100%;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 20px;
}
.ygfc-fr .ygfc-img p{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
.join-pxzx{
	padding-top: 130px;
}
.pxzx-img{
	position: relative;
	cursor: pointer;
}
.pxzx-img img{
	position: relative;
	transition-duration: 0.5s;
}
.cover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	left: 0;
	top: 0;
	transition-duration: 0.5s;
}
.pxzx-img:hover .cover{
	background: rgba(0,0,0,0);
}
.pxzx-img:hover img{
	transform: scale(1.2);
	z-index: 10;
}
.pxzx-img p{
	width: 100%;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
	line-height: 60px;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition-duration: 0.5s;
	z-index: 11;
}
.pxzx-img:hover p{
	opacity: 1;
}
.join-list{
	padding-top: 75px;
	padding-bottom: 80px;
}
.join-list ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 50px;
	cursor: pointer;
	position: relative;
}
.join-list ul li:nth-child(3n){
	margin-right: 0;
}
.join-listImg{
	width: 100%;
	overflow: hidden;
}
.join-listImg img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.join-list ul li:hover .join-listImg img{
	transform: scale(1.1);
}
.join-list ul li p{
	width: 100%;
	background: #e9e9e9;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 54px;
	position: absolute;
	bottom: 0;
	transition-duration: 0.5s;
}
.join-list ul li:hover p{
	background: #0690d1;
	color: #FFFFFF;
}

.jianT{width: 100%; text-align: center;}
.jianT li{ background:#fff; border:1px solid #ddd;line-height: 34px;  height:36px; min-width:60px; display:inline-block; margin:0 6px;  width:43px;padding:0;}
.jianT li:nth-child(1){width:54px;}
.jianT li:nth-last-child(1){width:54px;}
.jianT li a{ font-size: 14px; color:#474747; display:block}
.jianT li a:hover{text-decoration: none; background:#0690d1;color:#fff;}
.jianT li .on{ background:#0690d1; color:#fff;display:block;}

.zlhz-content{
	padding-top: 75px;
	padding-bottom: 90px;
	background: #fafafa;
}
.zlhz-content p{
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
	text-align: center;
}
.zlhz-list{
	margin-top: 40px;
}
.zlhz-list ul{
	text-align: center;
}
.zlhz-list ul li{
	display: inline-block;
	width: 290px;
	height: 170px;
	margin: 8px 8px;
	background: #FFFFFF;
	box-shadow: 0 0 10px 3px #f1f1f1;
	position: relative;
	cursor: pointer;
}
.zlhz-list-img{
	width: 190px;
	height: 74px;
	text-align: center;
	line-height: 74px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -95px;
	margin-top: -37px;
}
.zlhz-list-img img{
	max-width: 100%;
	max-height: 100%;
	transition-duration: 0.5s;
}
.zlhz-list ul li p{
	width: 100%;
	font-size: 16px;
	color: #333333;
	text-align: center;
	position: absolute;
	bottom: 15px;
}
.zlhz-list ul li:hover .zlhz-list-img img{
	transform: rotateY(180deg);
}
.pro-content{
	padding-top: 70px;
	padding-bottom: 90px;background: url(../images/pro-bg01.jpg) no-repeat center center;
    background-size: cover;
}
.pro-content ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
}
.pro-content ul li:nth-child(2n){
	margin-right: 0;
}
.ne-pro-img{
	width: 100%;
	overflow: hidden;
	background:#fff;
}
.ne-pro-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.pro-content ul li:hover .ne-pro-img img{
	transform: scale(1.1);
}
.pro-content ul li p{
	width: 100%;
    background: #e9e9e9;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 54px;
    transition-duration: 0.5s;
}
.pro-content ul li:hover p{
	background: #0690d1;
    color: #FFFFFF;
}
.proDetail{
	display: flex;
}
.proDetail-fl{
	width: 50%;
}
.proDetail-fl img{
	display: block;
	width: 100%;
}
.proDetail-fr{
	width: 50%;
	padding: 40px 30px 0;
	background: #f9f9f9;
}
.proDetail-fr h3{
	font-size: 30px;
	color: #0596da;
	font-weight: bold;
	margin-bottom: 20px;
}
.proDetail-message-nav{
	width: 100%;
	height: 260px;
	overflow-y: auto;
}
.proDetail-message-nav h5{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 1.8;
}
.proDetail-message-nav p{
	font-size: 18px;
	color: #333333;
	padding-left: 10px;
	line-height: 1.8;
}

.proDetail-message-nav::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    /* 整个滚动条*/
  }
.proDetail-message-nav::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
  } 
.proDetail-message-nav::-webkit-scrollbar-thumb {
    background: #e7231d;
    border-radius: 10px;
  }
.proDetail-message-nav::-webkit-scrollbar-thumb:hover {
    background: #333;
  }
.proDetail-message-nav::-webkit-scrollbar-corner {
    background: #e9e9e9;
  } 
  
.new-content{
	padding-top: 70px;
	padding-bottom: 90px;
}

.nei-news ul{
	border-top: 1px solid #e2e2e2;
	margin-bottom: 50px;
}
.nei-news ul li{
	padding: 30px 0;
	border-bottom: 1px solid #e2e2e2;
	transition-duration: 0.5s;
}
.nei-news-list{
	display: flex;
}
.nei-new-time{
	width: 12%;
	border-right: 1px solid #e2e2e2;
	text-align: center;
}
.nei-new-time h3{
	font-size: 45px;
	color: #0152a4;
	font-weight: bold;
	margin-top: 25px;
	transition-duration: 0.5s;
}
.nei-new-time p{
	font-size: 16px;
	color: #0152a4;
	transition-duration: 0.5s;
	
}
.nei-new-content{
	width: 70%;
	padding-left: 45px;
	padding-right: 65px;
}
.nei-new-content h3{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
	transition-duration: 0.5s;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.nei-new-num{
	margin-bottom: 5px;
}
.nei-new-num span{
	font-size: 16px;
	color: #9d9c9c;
	font-family: "宋体";
	margin-right: 40px;
	padding-left: 30px;
	position: relative;
	transition-duration: 0.5s;
}
.nei-new-num span:nth-child(1):before{
	display: block;
	content: '';
	width: 23px;
	height: 14px;
	background: url(../images/eye.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.nei-new-num span:nth-child(2){
	margin-right: 0;
}
.nei-new-num span:nth-child(2):before{
	display: block;
	content: '';
	width: 17px;
	height: 17px;
	background: url(../images/fx.png) no-repeat;
	position: absolute;
	left: 4px;
	top: 0;
}
.nei-new-content p{
	font-size: 15px;
	color: #666666;
	font-family: "宋体";
	line-height: 28px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	transition-duration: 0.5s;
}
.nei-new-img{
	width: 18%;
	overflow: hidden;
}
.nei-new-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.nei-news ul li:hover .nei-new-time h3{
	color: #1b407c;
}
.nei-news ul li:hover .nei-new-time p{
	color: #1b407c;
}
.nei-news ul li:hover .nei-new-content h3{
	color: #1b407c;
}
.nei-news ul li:hover .nei-new-num span{
	color: #1b407c;
}
.nei-news ul li:hover .nei-new-content p{
	color: #1b407c;
}
.nei-news ul li:hover .nei-new-img img{
	transform: scale(1.1);
}

.new-nr-ti { text-align:center; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px;}
.new-nr-ti h1{ font-size:20px; padding-bottom:10px;}
.new-nr-zi{ font-size:16px; line-height:2;}

/*小屏导航*/
.xs-top{display: none;}
.logo-mobile{
	width: 35%;
    float: left;
    margin-top: 5px;
    margin-left: 3%;
}
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #fff;box-shadow: 0 0 8px 2px #CCCCCC;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}

.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #fff;}
.mobile-inner-header-icon{color: #ffffff;background: #dc512f; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:#dc512f; width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(../images/jia1.png) no-repeat 96% center;
  color:#fff;
}

.currentDt1{
	background: url(../images/jian1.png) no-repeat 96% center rgba(255,255,255,0.2);
}
.navContent1{display: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding:10px 0; background:#dc512f;}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:10px 20px;}
.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;display: block;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(../images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}
/*菜单结束*/
.kycx--all{
	width: 100%;
}
.kycx-jd-content{width: 100%;}

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -22.5px 0 0 -50%;
    z-index: 10000;
}

.dialogTop {
    width: 30%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 10px 0;
    font-size: 16px;
    text-align: right;
}

    .dialogTop a {
        color: #fff;
    }

.tc-ss {
    width: 30%;
    margin: 0 auto;
    padding: 20px 0;
}

    .tc-ss ul .sk03 {
        width: 80%;
        float: left;
        background: url(../images/ss1.png) 10px center no-repeat;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        vertical-align: top;
        box-sizing: border-box;
        padding-left: 45px;
        border: 1px solid #3270df;
    }

        .tc-ss ul .sk03 input {
            width: 100%;
            background: none;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

.sk04 input {
    border-radius: 0;
    background: #3270df;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 20%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.sk04 input:focus{
	border: none;
    outline: none;
}

.in-new-list dl{ border:1px solid #dbdbdb; width:23%; float:left;margin:0 0.5%;}
.in-new-list dl dt{  overflow:hidden; top:0; transition-duration:.5s; position:relative; height:180px;}
.in-new-list dl dt .new-img{ width:100%; display:block;}
.in-new-list dl dt .lj{ position:absolute; top:0; left:0; bottom:0; right:0; margin:auto; opacity:0; transition-duration:.5s;}
.in-new-list dl dd{ height:140px; padding:20px; position:relative; top:0;  transition-duration:.5s; background:url(../images/logo3.png) no-repeat #fff; background-position:2% 90%}
.in-new-list dl dd h1{ font-size:19px; line-height:26px; transition-duration:.5s;   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;}
.in-new-list dl dd span{ font-size:16px; font-family:"Arial"; padding:10px 0; display:block;}
.in-new-list dl dd p{ transition-duration:.5s; font-size:16px;  overflow: hidden;overflow-wrap:break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
.in-new-list dl dd b{ position:absolute; bottom:20px; right:29px; font-size: 17px; width:42px; height:18px;background:url(../images/jt12.png) no-repeat;}
.in-new-list dl:hover dd b{background:url(../images/jt11.png) no-repeat;}

.in-new-list dl:hover dd h1{ font-weight:bold; color:#e71f19;}
.in-new-list dl:hover dd p,.in-new-list dl:hover dd span{ opacity:1; }
.in-new-list dl:hover dt img{ }
.in-new-list dl:hover dt .lj{ opacity:1;}
.in-new-list dl:hover dd b{ opacity:1; }
.nn-more{text-align: center; padding-top:50px;}
.nn-more a{display: block;
    width: 170px;
    height: 52px;
    margin: 0 auto;
    background: #f0f0f0;
    line-height: 52px;
    color: #333333;
    font-size: 18px;
    border-radius: 10px;}
.nn-more a:hover{ background:#ce100b; color: #fff;}
.in-new-list:after{ content:""; clear:both; display:block;}


/*  */
.drownav {
    position: absolute;
    top: 101%;
    left: 0px;
    width: 200px;
    display: none;
    animation-name: tab;
    animation-direction: normal;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    background: #fff;
    z-index: 100;
}
.drownav a{width: 200px; line-height:32px; text-align:center; font-size:16px; display:inline-block; color:#333 !important;}
.drownav a:hover{color:#e71f19 !important;}
.header-menu ul li:hover .drownav {
	display:block;
}
    @-webkit-keyframes tab {
        from {
            opacity: 0;
            -webkit-transform: translateY(5%);
            transform: translateY(5%);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
        }
    }
    
    @keyframes tab {
        from {
            opacity: 0;
            -webkit-transform: translateY(5%);
            transform: translateY(5%);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
        }
    }
	
.faqList{width:55%; margin:35px auto ;}
.faqList li{width:100%; margin-bottom:15px; position: relative;}
.faqList li input{width:100%; outline: none; line-height: 44px; padding:0 15px; font-size:16px; color:#333; border: 1px solid #cdcdcd;  }
.faq-btn{width: 160px; line-height:40px; cursor: pointer; text-align: center; border-radius: 15px; color:#fff; background:#155191; font-size:16px; margin:0 auto;  transition-duration: 1s;}
 .faq-btn:hover{ border-radius: 20px ;}
.faq-btn a{color:#fff;}
.faqList li .input-code {
    width: 75%;
}
.faqList li .sub{width: 80px; position: absolute; height:36px; line-height:36px; color:#fff; background:#155191; right:10px; top:4px; font-size:15px;text-align: center;}
.faqList li .code {
    height: 46px;
    line-height: 46px;
    margin-left: 10px;

}
.faqList li .code span {
    font-size: 18px;
}
@media screen and (max-width:1680px){
	.w1253 {
	    width: 84%;
	    margin: 0 auto;
	}
}

@media screen and (max-width:1441px){
	.home-pro-fl li{
		height: 170px;
	}
	.list-box{
		padding: 28px 0 0;
	}
	.list-box:before{
		margin-top: 16px;
    	right: -90px;
	}
	.list-box:after{
		margin-top: -1px;
		right:-155px;
	}
	.home-pro-fl li:hover .list-box:before{
		margin-top:-30px;
	}
	.home-pro-fl li:hover .list-box:after{
		right:-120px;
	}
	.home-pro-fl li:hover .list-cover{
		width: 124%;
	}
	.pro-large-img{
		width: 530px;
    	height: 304px;
	}
	.w1253 {
	    width: 88%;
	    margin: 0 auto;
	}
	.header-menu ul li {
	    margin-right: 25px;

	}
}
@media screen and (max-width:1366px){
	.list-box:before{
		margin-top: 16px;
    	right: -82px;
	}
	.list-box:after{
		margin-top: -1px;
		right:-155px;
	}
	.home-pro-fl li:hover .list-box:before{
		margin-top:-30px;
	}
	.home-pro-fl li:hover .list-box:after{
		right:-112px;
	}
	.home-pro-fl li:hover .list-cover{
		width: 124%;
	}
	.w1253 {
	    width: 90%;
	    margin: 0 auto;
	}
	.header-menu ul li {
	    margin-right: 20px;
	
	}
}
@media screen and (max-width:769px){
	.xs-top{display: block;}
	.header{display: none;}
	.home-banner{
		margin-top: 55px;
	}
	.w1253{
		width: 90%;
	}
	.new-nr-zi img{display:block; width:100%;}
	.home-banner .banner-title h3{
		font-size: 26px;
		text-align: center;
	}
	.home-banner .banner-title p{
		font-size: 16px;
		text-align: center;
	}
	.home-banner .banner-title{
		top: 37%;
	}
	.home-banner .hd{
		bottom: 10px;
	}
	.home-banner .hd ul li{
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}
	.home-banner .hd ul li.on{
		width: 30px;
	}
	.home-news{
		padding: 30px 0 40px;
	}
	.home-title h3{
		font-size: 26px;
	}
	.home-title{
		margin-bottom: 30px;
	}
	.home-news-fl{
		width: 100%;
		display: block;
	}
	.home-news-img{
		width: 100%;
	}
	.home-news-sp{
		width: 100%;
		padding-left: 0;
	}
	.home-news-date{
		width: 80px;
    	height: 80px;
	}
	.home-news-date span{
		font-size: 20px;
	}
	.home-news-date p{
		font-size: 16px;
	}
	.home-news-sp h3{
		font-size: 18px;
	}
	.go-news{
		width: 120px;
		margin: 20px auto 0;
	}
	.home-news-fr{
		width: 100%;
		margin-top: 20px;
	}
	.home-news-fr ul li .tab:before{
		left: 0px;
	}
	.tab_content p{
		font-size: 14px;
    	line-height: 24px;
	}
	.home-pro-content{
		display: block;
	}
	.home-pro-fl{
		width: 100%;
	}
	.home-pro-fr{
		width: 100%;
		padding: 20px 0;
	}
	.home-pro-fl li{
		height: 160px;
	}
	.list-box{
		width: 100%;
		padding: 10px;
		position: relative;
		display: flex;
	}
	.list-text{
		width: calc(100% - 120px);
		padding-left: 10px;
		padding-right: 0;
	}
	.list-box-img{
		width: 120px;
	}
	.list-box-img img{
		width: 100%;
	}
	.jt{
		display: none;
	}
	.home-pro-fl li {
	    height: auto;
	}
	.pro-large-img{
		margin: 0 auto;
		width: 90%;
		height: auto;
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
	}
	.pro-large-img img{
		position: relative;
	}
	.list-text h4{
		font-size: 18px;
		margin: 5px 0 10px;
	}
	.home-by{
		padding-top: 40px;
    	padding-bottom: 30px;
	}
	.home-by ul li{
		padding: 0 5px;
	}
	.home-by-icon{
		width: 108px;
    	height: 116px;
    	line-height: 116px;
	}
	.home-by-icon img{
		width: 40px;
	}
	.home-by ul li h3{
		font-size: 18px;
	}
	.home-by ul li p{
		font-size: 14px;
	}
	.footer-menu-content dl{
		display: none;
	}
	.footer-right{
		display: block !important;
		width: 100%;
		text-align: center;
	}
	.footer-menu{
		padding-top: 10px;
	}
	.footer-fx{
		margin-top: 15px;
	}
	.beian-link{
		width: 100%;
		text-align: center;
		font-size: 14px;
	}
	.jszc{
		width: 100%;
		text-align: center;
		font-size: 14px;
	}
	.ne-menu-fl p{
		width: 100%;
		font-size: 15px;
		line-height: 40px;
	}
	.ne-menu-fr{
		width: 100%;
	}
	.ne-menu-fr{
		width: 100%;
	}
	.ne-menu-fr ul li{
		width: 25%;
		margin-right: 0;
		text-align: center;
		line-height: 40px;
	}
	.about-info{
		padding-top: 60px;
   		padding-bottom: 40px;
	}
	.ne-title h3{
		font-size: 26px;
	}
	.about-info p{
		padding: 0;
		text-align: justify;
	}
	.about-icon ul li{
		padding: 0 10px;
	}
	.about-icon ul li img{
		width: 40px;
	}
	.about-icon ul li p{
		font-size: 14px;
		text-align: center;
	}
	.about-kh ul li{
		width: 100%;
		height: auto;
		margin-bottom: 5px;
		padding: 20px 15px;
	}
	.about-kh ul li:last-child{
		margin-bottom: 0;
	}
	.about-kh-fr h4{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.about-kh-fr span{
		font-size: 14px;
		line-height: 1.6;
	}
	.about-idea{
		padding-top: 60px;
   		padding-bottom: 40px;
	}
	.about-idea .ne-title h3{
		text-align: center;
	}
	.about-idea p{
		width: 100%;
		text-align: justify;
	}
	.about-idea-content{
		display: block;
		margin-top: 25px;
	}
	.about-idea-fl{
		width: 100%;
		border-right: none;
	}
	.about-idea-cir{
		width: 140px;
    	height: 140px;
	}
	.about-idea-cir h4{
		padding-bottom: 10px;
    	font-size: 18px;
	}
	.about-idea-list span{
		font-size: 14px;
		margin-top: 5px;
	}
	.about-idea-list span br{
		display: none;
	}
	.about-idea-fr{
		width: 100%;
		margin-top: 20px;
	}
	.about-jzg{
		width: 300px;
		height: 300px;
	}
	.about-jzg .about-idea-cir{
		margin-top: -70px;
    	margin-left: -70px;
	}
	.about-jzg-list span{
		font-size: 16px;
	}
	.about-jzg-list span:nth-child(1) {
	    left: 125px;
	    top: -17px;
	}
	.about-jzg-list span:nth-child(2) {
	    left: 246px;
	    top: 174px;
	}
	.about-jzg-list span:nth-child(3) {
	    left: 0px;
	    top: 242px;
	}
	.about-jzg-list span:nth-child(4) {
	    left: -141px;
	    top: 44px;
	}
	.about-jzg-list{
		background: url(../images/ab-i5.png) no-repeat center center;
    	background-size: 90% 90%;
	}
	.about-zzjg{
		padding-top: 60px;
   		padding-bottom: 40px;
	}
	.about-contact{
		padding-top: 60px;
   		padding-bottom: 40px;
	}
	.contact-company ul li{
		display: block;
		width: 100%;
		margin: 0 auto;
		line-height: 2;
	}
	.contact-contentBox{
		margin-top: 10px;
	}
	.contact-contenter-nav{
		display: block;
	}
	.company-fl{
		display: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.company-fr{
		width: 100%;
		margin-left: 0;
	}
	.map{
		height: 400px;
	}
	.company-name h3{
		font-size: 22px;
	}
	.company-name h4{
		font-size: 16px;
	}
	.company-name{
		height: 80px;
	}
	.contact-add p{
		font-size: 14px;
	}
	.contact-add{
		height: auto;
		padding: 8px 0;
	}
	.join-table{
		padding-top: 60px;
   		padding-bottom: 40px;
	}
	.job-title ul li{
		font-size: 14px;
		width: 20% !important;
	}
	.job label{
		font-size: 14px;
		line-height: 48px;
	}
	.job label>div{
		width: 20% !important;
		height: 48px;
		overflow: hidden;
		text-overflow:ellipsis; 
		white-space: nowrap;
	}
	.job .selected:before{
		display: none;
	}
	.job .tab_content-com{
		display: block;
	}
	.job .tab_content{
		padding: 15px 10px;
	}
	.job .tab_content_fl{
		width: 100%;
		padding: 0 !important;
	}
	.job .tab_content h4{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.job .tab_content p{
		font-size: 14px;
	    line-height: 26px;
	}
	.job .tab_content_fl:nth-child(1){
		margin-bottom: 10px;
	}
	.job .tab:before{
		display: none;
	}
	.join-ygfc{
		padding-top: 60px;
   		padding-bottom: 40px;
	}
	.ygfc-content{
		display: block;
	}
	.ygfc-fl{
		width: 100%;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.ygfc-fl .ygfc-img p{
		font-size: 16px;
		bottom: 10px;
	}
	.ygfc-fr{
		width: 100%;
	}
	.ygfc-fr ul li{
		width: 100%;
		margin-right: 0;
	}
	.ygfc-fr ul li:nth-child(3){
		margin-bottom: 7px;
	}
	.join-pxzx{
		padding-top: 60px;
	}
	.pxzx-img p{
		font-size: 16px;
		line-height: 48px;
	}
	.owl-carousel.owl-loaded{
		padding-top: 35px;
	}
	.join-list{
		padding-top: 60px;
   		padding-bottom: 40px;
	}
	.join-list ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.join-list ul li p{
		font-size: 16px;
		line-height: 48px;
	}
	.kycx-gk{
		padding-top: 60px;
   		padding-bottom: 40px;
	}
	.kycx-gk p{
		font-size: 16px;
		line-height: 1.8;
		text-indent: 0;
	}
	.kycx-data{
		margin-top: 20px;
	}
	.kycx-data ul li h4{
		font-size: 15px;
	}
	.kycx-data ul li h4 span{
		font-size: 26px;
	}
	.kycx-data ul li h5{
		font-size: 14px;
	}
	.kycx-gk:after{
		bottom: 0px;
	}
	.kycx-yf{
		padding-top: 60px;
    	padding-bottom: 20px;
    	background-size: cover;
	}
	.kycx-yf-menu{
		width: 100%;
		margin-top: 15px;
	}
	.kycx-yf-menu ul li{
		font-size: 16px;
	}
	.kycx-yf-menu ul li:nth-child(1) {
	    margin-right: 15px;
	}
	.kycx-yf-contenter ul li h3{
		width: 100%;
		font-size: 15px;
		text-align: center;
		bottom: 10px;
		left: 0;
		padding-bottom: 5px;
	}
	.kycx-yf-contenter ul li h3:before{
		left: 50%;
		margin-left: -35px;
	}
	.kycx-jd{
		padding-top: 60px;
    	padding-bottom: 40px;
	}
	.pro-name{
		padding-left: 10px;
	}
	.kycx--all{
		overflow-x: auto;
		padding-bottom: 10px;
	}
	.kycx-jd-content{
		width: 910px;
	}
	.kycx-jd-chartTitle{
		font-size: 16px;
		line-height: 54px;
	}
	.kycx-jd-list{
		height: 48px;
	}
	.pro-list-name{
		padding-left: 10px;
		font-size: 15px;
		line-height: 48px;
	}
	.kycx--all::-webkit-scrollbar {
	    width: 3px;
	    height: 5px;
	    /* 整个滚动条*/
	  }
	.kycx--all::-webkit-scrollbar-track {
	    background: rgb(239, 239, 239);
	    border-radius: 2px;
	  } 
	.kycx--all::-webkit-scrollbar-thumb {
	    background: #e7231d;
	    border-radius: 10px;
	  }
	.kycx--all::-webkit-scrollbar-thumb:hover {
	    background: #333;
	  }
	.kycx--all::-webkit-scrollbar-corner {
	    background: #e9e9e9;
	  } 
	  
	.nei-news-list{
		display: block;
	}
	.nei-new-time{
		width: 100%;
		text-align: left;
	}
	.nei-new-content{
		width: 100%;
		padding-left: 0px;
    	padding-right: 0px;
	}
	.nei-new-img{
		width: 100%;
	}
	.nei-new-content h3{
		font-size: 16px;
	}
	.new-content{
		padding-top: 30px;
    	padding-bottom: 40px;
	}
	.nei-new-time h3{
		font-size: 34px;
		margin-top: 0;
	}
	.nei-news ul{
		border-top: none;
	}
	.new-nr-zi{
		line-height: 1.8;width: 90%;
    margin: 0 auto;
	}
	.pro-content{
		padding-top: 60px;
    	padding-bottom: 40px;
	}
	.pro-content ul li{
		width: 100%;
		margin-right: 0;
	}
	.pro-content ul li p{
		font-size: 16px;
		line-height: 48px;
	}
	.proDetail{
		display: block;
	}
	 .proDetail-fl{
	 	width: 100%;
	 }
	 .proDetail-fr{
	 	width: 100%;
	 	padding: 20px 10px;
	 }
	 .proDetail-fr h3{
	 	font-size: 22px;
	 	margin-bottom: 10px;
	 }
	 .proDetail-message-nav h5{
	 	font-size: 16px;
	 }
	 .proDetail-message-nav p{
	 	font-size: 16px;
	 }
	 .zlhz-content{
	 	padding-top: 60px;
    	padding-bottom: 40px;
	 }
	 .zlhz-content p{
	 	font-size: 16px;
	 }
	 .ne-banner{
	 	margin-top: 55px;
	 }
	 .in-new-list dl {
	     width: 47%;
	     margin: 0 1% 10px;
	 }
	 .in-new-list dl dt{height:120px; position:relative;}
	 .in-new-list dl dt .new-img{width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;}
	.in-new-list dl dd{ padding:10px;}
	.in-new-list dl dd h1{ font-size:16px;}
	.in-new-list dl dd p{ font-size:14px;}
}
@keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-moz-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-webkit-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-o-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}
@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@keyframes changeright{       	 
0%{-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
50%{-moz-transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
100%{-moz-transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

@keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-webkit-keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-moz-keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-ms-keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}	





















