header{
	position: relative;
	z-index: 20;
}
.qw:before{
	content:"";
	display:table;
}
header .head{
	background: url(../img/img_01.png) no-repeat center;
	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	transition:background 0.3s;
}
header .head{
	background:rgba(0,0,0,0.2) url(../img/img_01.png) no-repeat center;
	background-size: cover;
	
}
header .head.on{
	background: #fff;
	box-shadow: 0 2px 7px #ccc;
}
.w1400 {
  width: 1400px;
  position: relative;
  margin: 0 auto;
}
header .head .logo{
	float: left;
	margin-top: 19px;
}
header .head .m-navico{
	width: 30px;
	height: 23px;
	background:url(../img/ico_08.png) no-repeat center;
	background-size: cover;
	margin-top: 3px;
	display: none;
}
header .head .stock{
	/*line-height: 80px;
	height: 80px;*/
	color: #e1e5e8;
	color: #0c8bde;
	margin-left: 21px;
	margin-top: 20px;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
}
/*header .head.on .stock{
	color: #666;
}*/
header .head.on .stock .top{
	border-bottom: 1px solid #0c8bde;
	padding-bottom: 2px;
}
header .head ul.nav{
	float: right;

}
header .head ul.nav li{
	float: left;

}
header .head ul.nav li a{
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 80px;
	color: #ffffff;
    padding: 0 9px;
}
header .head.on ul.nav li a{
	color: #666;
}
header .head.on ul.nav li a i{
	background: #0077c3;
}
header .head ul.nav li a i{
	position: absolute;
    width: 0;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #ffffff;
    transition: all 0.3s;
}
header .head ul.nav li:hover a i{
	width: 80%;
	left: 10%;
}
header .head ul.nav li.on a i{
	width: 80%;
	left: 10%;
}
.m-header-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 30;
    height: 100%;
    display: none;
}
.m-header-sub{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #f2f4f5;
    padding-bottom: 20px;
    max-height: 100%;
    overflow: auto;
    z-index: 31;
    display: none;
}
.m-header-sub .top-main{
	widows: 94%;
	padding: 14px 3%;

}
.m-header-sub .top-main .fl{
	width: 150px;

}
.m-header-sub .top-main .fl img{
	width: 100%;
}
.m-header-sub .top-main .close{
	float: right;
	width: 20px;
	height: 20px;
	background: url(../img/ico_09.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
	margin-top: 9px;
}

.m-header-sub ul {
    width: 94%;
    margin: 10px auto 0;
}
.m-header-sub li {
    width: 100%;
}
.m-header-sub li .tit{
    border-bottom: 1px solid #ccc;
	line-height: 45px;
    cursor: pointer;
	font-size: 16px;
	background: url(../img/ico_10.png) no-repeat center right;
	background-size: 18px auto;
}
.m-header-sub li .tit a{
	color: #333;
	display: block;
}
.m-header-sub li .tit.no{
	background: none;
}
.m-header-sub li .tit.active{
	background: url(../img/ico_11.png) no-repeat center right;
	background-size: 18px auto;
	color: #0077c4;
}

.m-header-sub .sub-li {
    line-height: 38px;
    font-size: 14px;
    padding-bottom: 6px;
    display: none;
    padding-top: 6px;
    border-bottom: 1px solid #ccc;
}
.m-header-sub .sub-li a{
	display: block;
	font-size: 14px;
	color: #6a6a6a;
	line-height:30px;
}


/*body{
	background: #666;
}
*/

.i-ban{
	height: 720px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.i-ban .slides li{
	position: relative;
    overflow: hidden;
    display: none;
    height: 720px;
}
.i-ban li img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
.i-ban .slides li .cont {
	position: absolute;
	margin: 0 auto;
	top:262px;
	margin-left: -650px;
	left: 50%;
}
.i-ban .slides li .cont h1{
	font-size: 60px;
	color: #fff;
	line-height: 68px;
}
.i-ban .slides li .cont .word{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px;
}
.i-ban .slides li .cont .more{
	display: block;
	width: 192px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #d0d6d8;
	text-align: center;
	font-size: 14px;
	margin-top: 38px;
	color: #ffffff;
	transition:all 0.3s;
}
.i-ban .slides li .cont .more:hover{
	background: #009bdc;
	border:1px solid #009bdc;
}


.i-ban .flex-control-nav li{
	display: inline-block;
	width: 10px;
	height: 10px;
	border:1px solid #fcfcfc;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
}
.i-ban .flex-control-nav {
	width: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    bottom: 75px;
}
.i-ban .flex-control-paging li a {
	background: none;
	width: 100%;
	height: 100%;
}
.i-ban .flex-control-paging li a.flex-active{
	background: #fcfcfc;
}
.i-ban .flex-control-paging li a:hover{
	background: transparent;
}
.i-ban .flex-control-paging li a.flex-active:hover{
	background: #fcfcfc;
}
.i-ban .flex-direction-nav{
	display: none;
}

.wel-fir{
	position: relative;
	z-index: 12;
	margin-top:-62px;
}
.wel-fir ul li{
	width: 33.33%;
	float: left;
	color: #fff;
	/*height: 290px;*/
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	top:50px;
}
.wel-fir ul li a{
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	padding-bottom: 35px;
}
.wel-fir ul li .in{
	width: 85.5%;
	margin: 0 auto;
	margin-top: 35px;
}
.wel-fir ul li .in h1{
	font-size: 22px;
	font-size: 20px;
	line-height: 44px;
}
.wel-fir ul li .in .det{
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
	height: 48px;
	overflow: hidden;
}
.wel-fir ul li:nth-child(1){
	background: #66c1ff;
}
.wel-fir ul li:nth-child(2){
	background: #0099ff;
}
.wel-fir ul li:nth-child(3){
	background: #0077c4;
}

.wel-fir ul li:nth-child(1):hover .more{
	color: #66c1ff;
	background: #fff;
	
}
.wel-fir ul li:nth-child(2):hover .more{
	color: #0099ff;
	background: #fff;
	
}
.wel-fir ul li:nth-child(3):hover .more{
	color: #0077c4;
	background: #fff;
	
}


.wel-fir ul li .more{
	display: block;
	color: #fff;
	width: 118px;
	height: 35px;
	line-height: 35px;
	border:1px solid #dff0ff;	
	text-align: center;
	margin-top: 38px;
	font-size: 14px;
	transition:all 0.3s;
}
.wel-fir ul li i{
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	transition:width 0.5s;
}
.wel-fir ul li:hover i{
	width: 70px;
}
.wel-sec{
	border:1px solid #e6e6e6;
	height: 512px;
	margin-top: 54px;
}
.wel-sec .cent-scroll{
	position: relative;
	float: left;
	/*width: 1100px;*/
	width: 78.6%;
	height: 100%;
}
.wel-sec .cent-scroll .cent-cont{
	width: 100%;
	height: 100%;
}
.wel-sec .boxs{
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}
.wel-sec .boxs.active{
	display: block;
}
.wel-sec .boxs .pic{
	/*width: 670px;*/
	width: 61%;
	height: 100%;
	height: 512px;
	line-height: 512px;
	overflow: hidden;
	text-align: center;
}
.wel-sec .boxs .pic img{
	/*height: 100%;*/
	width: 90%;
	transition:transform 0.3s;
	max-width: 100%;
}
.wel-sec .boxs .pic:hover img{
	transform:scale(1.1);
}
.wel-sec .boxs .word{
	float: right;
	height: 100%;
	/*width: 365px;*/
	width: 33%;
}
.wel-sec .boxs .word p{
	font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}
.wel-sec .boxs .word h1{
	font-size: 28px;
	color: #333;
	margin-top: 42px;
	line-height: 29px;
	margin-bottom: 15px;
}
.wel-sec .boxs .word ul{
	margin-top: 28px;
}
.wel-sec .boxs .word ul li{
	font-size: 15px;
	color: #666;
	line-height: 24px;
    margin-bottom: 5px;
}
.wel-sec .boxs .word .more{
	display: block;
	width: 160px;
	text-align: center;
	line-height: 44px;
	height: 44px;
	background: #0077c4;
	color: #fff;
	font-size: 14px;
	margin-top: 40px;
}
.wel-sec .boxs .word .more:hover{
	background: #1094ea;
}





.wel-sec .time-list{
	/*width: 200px;*/
	width: 14.2%;
	float: right;
	height: 100%;
	border-left: 1px solid #e6e6e6;
	position: relative;
}
.wel-sec .time-list .prev{
	position: absolute;
	width: 100%;
	height: 40px;
	background: #fff url(../img/img_05.png) no-repeat center;
	top:0px;
	left: 0px;
	border-bottom:1px solid #e6e6e6;
	transition:all 0.3s;
	cursor: pointer;
}
.wel-sec .time-list .prev:hover{
	background: #0077c4 url(../img/img_05_01.png) no-repeat center;
	border-bottom:1px solid #0077c4;
}
.wel-sec .time-list .next{
	position: absolute;
	width: 100%;
	height: 40px;
	background: #fff url(../img/img_06.png) no-repeat center;
	bottom:0px;
	left: 0px;
	border-top:1px solid #e6e6e6;
	transition:all 0.3s;
	cursor: pointer;
}
.wel-sec .time-list .next:hover{
	background: #0077c4 url(../img/img_06_01.png) no-repeat center;
	border-top:1px solid #0077c4;
}

.wel-sec .time-list .int{
	width: 100%;
	height: 435px;
	position: absolute;
	top:40px;
	overflow: hidden;
}
.wel-sec .time-list ul{
	width: 100%;
	height: auto;
	position: relative;
}
.wel-sec .time-list .int li{
	width: 100%;
	text-align: center;
	height: 145px;
	cursor: pointer;
	position: relative;
}
.wel-sec .time-list ul li img{
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -50px;
	margin-top: -50px;
	width: 100px;
	height: 100px;
	z-index: 2;
}
.wel-sec .time-list ul li .in{
	width: 115px;
	height: 115px;
	line-height: 115px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 5px 10px #cdcccc;
	box-shadow: 0 7px 26px #888383;
	/*margin: 0 auto;*/
	position: absolute;
	left: 50%;
	margin-left: -57.5px;
	margin-top: 15px;
	display: none;
}
.wel-sec .time-list ul li:hover .in{
	display: block;
}
.wel-sec .time-list ul li.active .in{
	display: block;
}
/*pc*/
.wel-sec-mob{
	display: none;
	/*margin-top: 40px;*/
}
.wel-sec-mob .title{
	position: relative;
	/*padding: 0 30px;*/
}
.wel-sec-mob .swiper-container{
	position: relative;
	padding: 10px 30px;
	/*box-sizing:border-box;*/
	
	overflow: hidden;
}
.wel-sec-mob .swiper-container .flex-control-nav{
	display: none;
}
.wel-sec-mob .swiper-container .flex-direction-nav{
	/*position: relative;*/
}
.wel-sec-mob .swiper-container .flex-direction-nav .flex-nav-prev{
	position: absolute;
	left: 0px;
	top:0px;
	height: 100%;
	width: 30px;
}
.wel-sec-mob .swiper-container .flex-direction-nav .flex-nav-next{
	position: absolute;
	right: 0px;
	top:0px;
	height: 100%;
	width: 30px;
}
.wel-sec-mob .swiper-container .flex-direction-nav .flex-nav-prev a{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	margin: 0;
	background: url(../img/ico_12.png) no-repeat center;
	background-size: 15px auto;
	color: #fff;
}
.wel-sec-mob .swiper-container .flex-direction-nav .flex-nav-prev a:hover{
	
	background: url(../img/ico_12_01.png) no-repeat center;
	background-size: 15px auto;
	
}
.wel-sec-mob .swiper-container .flex-direction-nav .flex-nav-next a{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0px;
	right: 0px;
	margin: 0;
	background: url(../img/ico_13.png) no-repeat center;
	background-size: 15px auto;
	color: #fff;
}
.wel-sec-mob .swiper-container .flex-direction-nav .flex-nav-next a:hover{
	
	background: url(../img/ico_13_01.png) no-repeat center;
	background-size: 15px auto;
}

.flex-direction-nav a:before{
	display: none!important;
}
.flex-nav-next a{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0px;
	right: 0px;
	background: url(../img/ico_13.png) no-repeat center;
}
.wel-sec-mob .swiper-prev{
	position: absolute;
	left: 0px;
	top:0px;
	height: 100%;
	width: 30px;
	background:#fff url(../img/ico_12.png) no-repeat center;
	background-size: 18px auto;
	cursor: pointer;
	z-index: 10;
}
.wel-sec-mob .swiper-next{
	position: absolute;
	right: 0px;
	top:0px;
	height: 100%;
	width: 30px;
	background:#fff url(../img/ico_13.png) no-repeat center;
	background-size: 18px auto;
	cursor: pointer;
	z-index: 10;
}
.wel-sec-mob .swiper-container .cir{
	width: 
}
.wel-sec-mob .swiper-container .swiper-wrapper{
	height: 132px!important;
}
.wel-sec-mob .swiper-container .swiper-slide{
	width: 160px;
	/*width: 25%;*/
	float: left;
	position: relative;
	text-align: center;
	height: 115px!important;
	padding: 8px 0;
	cursor: pointer;
}
.wel-sec-mob .swiper-container .swiper-slide .cir{
	width: 115px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    border-radius: 50%;
	box-shadow: 0 4px 10px #888383;
	box-shadow: none;
    position: absolute;
    left: 50%;
    margin-left: -57.5px;

}
.wel-sec-mob .swiper-container .swiper-slide .cir  img{ width:100%; height:100%}
.wel-sec-mob .swiper-container .swiper-slide.on .cir{
	box-shadow: 0 4px 10px #888383;
}
.wel-sec-mob .main-in .pic-ban{
	/*margin-top: 20px;*/
}
.wel-sec-mob .main-in .pic-ban img{
	width: 100%;
}
.wel-sec-mob .main-in .word{
	margin-top: 10px;
}
.wel-sec-mob .main-in .word p{
	color: #666;
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}
.wel-sec-mob .main-in .word h1{
	font-size: 18px;
	color: #333;
}
.wel-sec-mob .main-in .word li{
	color: #666;
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
}
.wel-sec-mob .main-in .word .more{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #0077c4;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.wel-sec-mob .main-in .word .more:hover{
	background: #1094ea;
}

.wel-thr{
	background: #f5f5f5;
	padding: 80px 0 70px 0;
	margin-top: 75px;
}
.wel-thr ul{
	width: 101.3%; 
	overflow: hidden;
}
.wel-thr ul li{
	float: left;
	width: 32%;
    margin-right: 1.3%;
	position: relative;
	background: #fff;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 50px;
}
.wel-thr ul li .img{
	width: 100%;
	height: 250px;
	display: block;
	overflow: hidden;
	position: relative;
}
.wel-thr ul li .img img{
	width: 100%;
	transition:transform 0.3s;
	-weblit-transition:transform 0.3s;
	-ms-transition:transform 0.3s;
}
.wel-thr ul li:hover .img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);

}


.wel-thr ul li .cont{
	/*background: #fff;*/
	padding:5% 8%;
	padding-bottom: 9%;
}
.wel-thr ul li .cont .tit{
	font-size: 20px;
	line-height: 24px;
}
.wel-thr ul li .cont .tit a{
	color: #333;
}
.wel-thr ul li:hover .cont .tit a{
	color: #0077c4;
}
.wel-thr ul li .cont .det{
	font-size: 12px;
	line-height: 24px;
	margin-top: 13px;
}
.wel-thr ul li .cont .det a{
	color: #666;
	font-size: 14px;
}
.wel-thr ul li .cont a{
	display: block;
}
.wel-thr ul li .cont .time{
	font-size: 12px;
	color: #999;
	margin-top: 13px;
}
.wel-thr .new-more{
	display: block;
	width: 256px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: #0077c4;
	color: #fff;
	font-size: 16px;
	transition:all 0.3s;
	text-align: center;
	margin-top: 58px;
}
.wel-thr .new-more:hover{
	background: #1094ea;
}
.wel-for{
	padding: 37px 0;
}
.wel-for ul li{
	width: 33.33%;
	background: url(../img/ico_04.png) no-repeat center left;
	text-align: center;
	float: left;
}

.wel-for ul li:first-child{
	background: none;
}

.wel-for ul li:nth-child(1) .in{
	padding-left: 45px;
	display: inline-block;
	text-align: left;
	background: url(../img/ico_01.png) no-repeat center left;
}
.wel-for ul li:nth-child(2) .in{
	padding-left: 60px;
	display: inline-block;
	text-align: left;
	background: url(../img/ico_02.png) no-repeat center left;
}
.wel-for ul li:nth-child(3) .in{
	padding-left: 45px;
	display: inline-block;
	text-align: left;
	background: url(../img/ico_03.png) no-repeat center left;
}
.wel-for ul li .in .tit{
	font-size: 12px;
	color: #999;
}
.wel-for ul li .in .det{
	font-size: 16px;
	color: #333;
	line-height: 20px;
}

footer{
	background: #202124;
	/*padding-top: 50px;*/
}
footer .top{
	padding-bottom: 30px;
	padding-top: 50px;
}
footer .top dl{
	float: left;
	margin-right: 80px;
	margin-bottom: 30px;
	min-height: 112px;
}
footer .top dl:last-child{
	margin-right: 0px;
}
footer .top dl dt{
	color: #dfdfdf;
	margin-bottom: 12px;
	font-size: 14px;
}
footer .top dl dt a{
	color: #dfdfdf;
}
footer .top dl dt:hover a{
	color: #fff;
}
footer .top dl dd a{
	color: #a9a9aa;
}

footer .top dl dd a:hover{
	color: #fff;
}


footer .top .left{
	float: left;
	width: 70%;
	width: 75%;
}
footer .top .left>div:first-child{
	width: 108%;
}
footer .top .left .eve{
	float: left;
	margin-left: 85px;
}
footer .top .left .eve:first-child{
	margin-left: 0px;
}
footer .top .rig{
	float: right;
	
}
footer .top .rig h1{
	color: #ffffff;
}
footer .top .rig ul{
	text-align: center;
	margin-top: 17px;
}

footer .top .rig ul .tit{
	font-size: 14px;
	color: #a9a9aa;
}
footer .top .rig ul li{
	margin-right:20px; 
}
footer .top .rig ul li:first-child{
	margin-right: 0px;
}
footer .top .rig .tan{
	margin-top: 16px;
    cursor: pointer;
    position: relative;
    background: #393a3e;
}

footer .top .rig .tan p{
	color: #afafb0;
    width: 210px;
    line-height: 38px;
    height: 38px;
    padding-left: 10px;
    background: url(../img/ico_05.png) no-repeat 190px center;
    position: relative;
    z-index: 4;
}
footer .top .rig .tan .list{
	width: 100%;
    position: absolute;
    bottom: 38px;
    left: 0px;
    /* border: 1px solid #4d687e; */
    background: #fff;
    z-index: 5;
    display: none;
}
footer .top .rig .tan .list a {
    display: block;
    line-height: 38px;
    padding-left: 10px;
    border-top: 1px solid #e5e5e5;
    transition: all 0.3s;
    color: #999;
}
footer .top .rig .tan .list a:hover{
	background: #393a3e;
	color: #fff;
}
footer .bot{
	padding: 20px 0;
	border-top:1px solid #4d4d50;
}
footer .bot .left{
	color: #4d4e50;
	float: left;
}
footer .bot .left a{
	color: #909092;
	padding: 0 3px;
}
footer .bot .left a:hover{
	color: #fff;
}
footer .bot .left span{
	color: #909092;
}
footer .bot .rig{
	float: right;
	color: #a9a9aa;
	text-align: center;
}
footer .bot .rig div{
	display: inline-block;
}
footer .bot .rig div:first-child{
	margin-right: 10px;
}

footer .bot .rig a{
	color: #a9a9aa;
}
footer .bot .rig a:hover{
	color: #fff;
}
footer .mobile-top{
	padding: 10px 0;
	display: none;
}
footer .mobile-top .bdsharebuttonbox {
	text-align: center;
	height: 32px;
}
footer .mobile-top .bdsharebuttonbox a{
	display:inline-block;
	margin: 0 10px;
	float: none;
}
footer .mobile-top .bdsharebuttonbox a.bds_tsina{
	background: url(../img/ico_07.png) no-repeat center;
	background-size: cover;
}
footer .mobile-top .bdsharebuttonbox a.bds_weixin{
	background: url(../img/ico_06.png) no-repeat center;
	background-size: cover;
}

footer .hlxx{
	margin-left: 10px;
	margin-top: 23px;
}
footer .hlxx a{
	color: #a9a9aa;
}
footer .hlxx a:hover{
	color: #fff;
}
footer .gszs{
	/*float: left;*/
	/*margin-right: 25px;*/
}


.pub-ban{
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 250px;
}
.pub-ban img{
	width: 100%;
	opacity: 0;
    filter: alpha(opacity=0);

}
/*.pub-ban .in{
	position: absolute;
	z-index: 1;
	color: #fff;
	top:31%;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
}*/
.pub-ban .in{
	position: absolute;
    z-index: 1;
    color: #fff;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    height: 69%;
    top: 31%;
}
.pub-ban .in h1{
	font-size: 58px;
	line-height: 72px;
}
.pub-ban .in .cn{
	font-size: 18px;
	/*line-height: 72px;*/
	margin-top: 16px;
}
.pub-ban .in .he{
	width: 50px;
	height: 2px;
	background: #fff;
	margin-top: 20px;
	display:none
}
.search-box-1{
	width: 101.3%;
}
.pub-ban .in .news-nav{
	/*margin-top: 40px;*/
	position: absolute;
	width: 100.9%;
	bottom: 20px;
}
.pub-ban .in .news-nav a{
	display: block;
	float: left;
	width:32%;
	margin-left: 1.5%;
	line-height: 52px;
	background: #fff;
	color: #666;
	text-align: center;
	font-size: 16px;
}
.pub-ban .in .news-nav a:first-child{
	margin-left: 0;
}
.pub-ban .in .news-nav a.on{
	background: #0077c4;
	color: #fff;
}
.pub-ban .in .news-nav a:hover{
	background: #0077c4;
	color: #fff;
}

.about .ab{
	margin-top: 50px;
}

.ab-tit{
	font-size: 20px;
	color: #333;
	padding-left: 20px;
	border-left:3px solid #0077c4;
	line-height: 20px;
}
.about .ab{
	padding-bottom: 60px;
	background: url(../img/img_07.png) no-repeat center bottom;

}
.about  .ab .in{
	margin-top: 37px;
}
.about  .ab .in .pic{
	width: 40%;
}
.about  .ab .in .pic.p1{
	width: 40%;
	padding-right: 2%;
	background: #fff;
	padding-bottom: 20px;
}
.about  .ab .in .pic.p2{
	width: 40%;
	padding-left: 2%;
	background: #fff;
}
.about  .ab .in .pic img{
	width: 100%;
}
.about  .ab .in .word{
	/*width: 57%;*/
	margin-left: 1%;
}
.about  .ab .in .word h1{
	font-weight: 700;
	color: #0077c4;
	line-height: 30px;
	font-size: 30px;
}
.about  .ab .in .word .cn{
	font-size: 16px;
	color: #333;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	line-height: 24px;
}
.about  .ab .in .word .det{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	/*margin-top: 20px;*/
}
.about  .ab .in-bg h2{
	font-size: 18px;
	color: #333;
}
.about  .ab .in-bg{
	padding: 6% 50% 6% 6%;
	background: url(../img/img_09.jpg) no-repeat center;
	background: contain;
	min-height: 200px;
}
.about  .ab .in-bg .det{
	font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
}
.about .ab-hon{
	background: url(../img/img_10.jpg) no-repeat left top;
	padding: 50px 0 50px 0;
}

.ab-hon .ab-tit{
	color: #fff;
	border-left: 3px solid #fff;
}
.about .ab-hon .scrol-wrap{
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
}
.ab-hon .scrol-wrap li{
	position: relative;
	overflow: hidden;
}
.ab-hon .scrol-wrap .flex-viewport li {
	width: 300px;
}
.ab-hon .scrol-wrap li .pic{
	padding: 5px;
	border-radius: 3px;
	background: #fff;
}
.ab-hon .scrol-wrap li img{
	width: 100%;
}
.ab-hon .scrol-wrap li .tit{
	text-align: center;
	overflow: hidden;
	color: #fff;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
}

/*.ab-hon .flex-direction-nav{
	display: none;
}*/
.ab-hon .flex-direction-nav .flex-nav-prev{
	position: absolute;
	left: 0px;
	top:41%;
	height: 20%;
	width: 4%;
	max-width: 20px;
}
.ab-hon .flex-direction-nav .flex-nav-prev .flex-prev{
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	background: url(../img/zuo.png) no-repeat center/contain;
	margin: 0;
	top:0;
}
.ab-hon .flex-direction-nav .flex-nav-prev .flex-prev:hover{
	background: url(../img/zuo_01.png) no-repeat center/contain;
}
.ab-hon .flex-direction-nav .flex-nav-next{
	position: absolute;
	right: 0px;
	top:41%;
	height: 20%;
	width: 4%;
	max-width: 20px;
}
.ab-hon .flex-direction-nav .flex-nav-next .flex-next{
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	background: url(../img/you.png) no-repeat center/contain;
	margin: 0;
	top:0;
}
.ab-hon .flex-direction-nav .flex-nav-next .flex-next:hover{
	background: url(../img/you_01.png) no-repeat center/contain;
}
.ab-hon .flex-control-nav{
	position: relative;
	bottom: 0;
	margin-top: 10px;
}

.ab-hon .flex-control-nav li{
	border-radius: 50%;
	overflow: hidden;

}
.ab-hon .flex-control-nav li a{
	background: #71b1da;
}
.ab-hon .flex-control-nav li:hover a{
	background: #71b1da;
}

.ab-hon .flex-control-nav  li a.flex-active{
	background: #fff;
}
.ab-hon .flex-control-nav  li a:hover{
	
}
.about .ab-cul.ab{
	background: #f5f5f5;
	margin-top: 0;
	padding: 45px 0;
}
.about .ab-cul.ab .cn{
	color: #666;
	line-height: 22px;
	font-size: 14px;
	margin-top: 15px;
}
.about .ab-cul .top{
	/*margin-top: 40px;*/
	background: #fff;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;
} 
.about .ab-cul .top li{
	width: 41.9%;
    /*padding: 3% 4% 3% 4%;*/
    padding: 20px 4%;
	background: #fff;
	color: #666;
	/*height: 220px;*/
	/*margin-top: 20px;*/
	/*height: 220px;*/
}
.about .ab-cul .top li:last-child{
	border-left: 1px solid #e5e5e5;
}
.about .ab-cul .top li .tit{
	font-size: 18px;
	color: #333;
	width: 30%;
	
}
.about .ab-cul .top li dl{
	margin-top: 15px;
}
.about .ab-cul .top li dl dd {
	font-size: 14px;
	margin-bottom: 9px;
}
.about .ab-cul .top li dl dd div{
	line-height: 18px;
}
.about .ab-cul .top li dl dd .zuo{
	float: left;
	color: #333;
	width: 27%;
	font-weight: 700;
	/*text-align: right;*/
	padding-right:3%;
}

.about .ab-cul .top li dl dd .you{
	float: left;
	text-align: left; 
	line-height: 18px;
	width: 70%;
}

/*.about .ab-cul .top table th{
	font-size: 18px;
	color: #333;
	padding-bottom: 20px;
}
.about .ab-cul .top table thead{
	color: #333;
	font-size: 20px;
}
.about .ab-cul .top table tbody tr td{
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 7px;
}
.about .ab-cul .top table tbody tr td:first-child{
	color:#333;
	font-weight: 700;
}
.about .ab-cul .top table tbody{
}
*/

.about .ab-cul .bot{
	/*margin-top:20px;*/
	width: 101.3%;
	width: 100%;
	background: #fff;
	margin-top: 20px;
}
.about .ab-cul .bot li{
	float: left;
	width: 33.2%;
	/*margin-right: 1.3%;*/
	background: #fff;
	padding-bottom: 30px;
	margin-top: 20px;
	border-left:1px solid #e5e5e5;
	margin: 15px 0;
}
.about .ab-cul .bot li:first-child{
	border-left: none;
}
.about .ab-cul .bot li .int{
	padding:0 6%;
}
.about .ab-cul .bot li .int .img{
	height: 40px;
	margin-top: 15px;
}
.about .ab-cul .bot li .int .img img{
	height: 100%;
}
.about .ab-cul .bot li .int .tit{
	font-size: 20px;
	margin-top: 10px;
	color: #333;
}
.about .ab-cul .bot li .int .det{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.sea-cont{
	background: #f0f0f0;
	padding: 30px 0;
}
.search-box-1{
	width: 625px;
	/*position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -312px;*/
	z-index: 2;
	margin: 0 auto;
}
.search-box-1 input{
	border:none;
	font-size: 14px;
}
.search-box-1 .fl{
	width: 73%;
	background: #fff;
	padding: 10px 0 10px 13%;
	background:#fff url(../img/ico_17.png) no-repeat left 33px center;
}
.search-box-1 .fl input{
	width: 100%;
}
.search-box-1 .sub{
	width: 12.5%;
	float: right;
	padding: 12px 0;
	background: #0077c4;
	color: #fff;
}
.search-box-1 .sub:hover{
	background: #41aef4;
}
.prod{
	background: #f0f0f0;
	padding-bottom: 40px;
}
.prod .prod-nav{
	float: left;
	width: 16%;
	/*margin-top: 40px;*/
}
.prod .prod-nav li{
	background: #fff;
	overflow: hidden;
}
.prod .prod-nav li a{
	display: block;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px dotted #bbbbbb;
	color:#666666;
	font-size: 14px;
	padding-left: 30%;
	position: relative;
}
.prod .prod-nav .title{
	line-height: 80px;
	height: 80px;
	background: #0077c4;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-left: 30px;
	border-bottom: 1px solid #80bbe2;
	overflow: hidden;
}

.prod .prod-nav li a .old{
	margin-right: 9px;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 10%;
	top:50%;
	margin-top: -15px;
}
.prod .prod-nav li a .new{
	margin-right: 9px;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 10%;
	top:50%;
	margin-top: -15px;
	display: none;
}
.prod .prod-nav li:hover{
	background: #0077c4;
}
.prod .prod-nav li:hover a{
	color:#fff;
}

.prod .prod-nav li.on{
	background: #0077c4;
}
.prod .prod-nav li.on a{
	color:#fff;
}
.prod .prod-nav li.on .new{
	display: block;
}
.prod .prod-nav li.on .old{
	display: none;
}
.prod .prod-in{
	width: 81%;
	float: right;
	/*margin-top: 40px;*/
	position: relative;
}
.prod .prod-in.full{
	width: 101%;
	width: 99.5%;
}
.prod .prod-in ul{
	width: 101%;
}
.prod .prod-in ul li{
	width: 24%;
	background: #fff;
	margin-right: 1%;
	float: left;
	margin-bottom: 1%;
}
.prod .prod-in ul li .pic{
	padding: 10% 7% 5%;
	overflow: hidden;
}
.prod .prod-in ul li .pic img{
	width: 100%;
	transition:transform 0.3s;
}
.prod .prod-in ul li:hover .pic img{
	transform:scale(1.1);
}
.prod .prod-in ul li .tit{
	text-align: center;
	color: #666;
	line-height: 55px;
	height: 55px;
	font-size: 14px;
	border-top:1px solid #e6e6e6;
	overflow: hidden;
}
.news .page{
	margin-top: 10px;
}
.page{
	text-align: center;
	margin-top: 30px;
}
.page a{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 1px 10px;
	margin: 0 2px;
	font-size: 14px;
	color: #666;
	background: #fff;
	text-align: center;
}
.page a:hover{
	background: #0197e9;
	color: #fff; 
}
.page a.active{
	background: #0197e9;
	color: #fff; 
}

.prod-mob-in{
	width: 100%;
	background: #fff;
	display: none;
}
.prod-mob-nav{
	background: #fff;
	margin:0 2.5%;
	overflow: hidden;
	position: relative;
}
.prod-mob-nav .more-ico{
	position: absolute;
	right: 0;
	top:0;
	width: 37px;
	height: 100%;
	padding: 0 5px;
	z-index: 10;
	background:#fff url(../img/ico_18.png) no-repeat center;
	background-size: 22px auto;
	cursor: pointer;
}
.prod-mob-nav .more-ico.on{
	background:#fff url(../img/ico_09.png) no-repeat center;
	background-size: 20px auto;
}
.prod-mob-nav .swiper-slide{
	display: inline-block;
	width: auto;
}
.prod-mob-nav .swiper-slide.on a{
	color: #0077c3;
}
.prod-mob-nav a{
	display: block;
	color: #333;
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 14px;
	padding: 0 20px;
}
.prod .w1400{

}
.prod-bg{
	background: #f0f0f0;
    position: absolute;
    top: 50px;
    left: 0;
    width:90%;
    height: auto;
    z-index: 5;
    padding: 5%;
    display: none;
}
.prod-bg dl dd{
	float: left;
	text-align: center;
	width: 47%;
	border-radius: 15px;
	background: #fff;
	margin-bottom: 10px;
}
.prod-bg dl dd a{
	display: block;
	font-size: 14px;
	padding: 5px 0;
	color: #333;
}
.prod-bg dl dd.zuo{
	float: left;
}
.prod-bg dl dd.you{
	float: right;
}
.prod-det{
	padding: 40px 0;
	background: #f5f5f5;
}
.prod-det .top{
	background: #fff;
}
.prod-det .top .pic{
	float: left;
	width: 50%;
	overflow: hidden;
}
.prod-det .top .pic img{
	width: 100%;
}
.prod-det .top .word{
	float: left;
	width: 44%;
	margin-left: 5%;
	margin-top: 5%;
}
.prod-det .top .word .more{
	display: block;
    width: 160px;
    text-align: center;
    line-height: 44px;
    height: 44px;
    background: #0077c4;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}
.prod-det .top .word .more:hover{
	background: #1094ea;
}
.prod-det .top .word p{
	font-size: 14px;
    color: #666;
    line-height: 24px;
}

.prod-det .top .word h1{
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.prod-det .top .word ul{
	margin-top:5%;
}
.prod-det .top .word ul li{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.prod-det .in{
	background: #fff;
	box-shadow: 0 3px 5px #ededed;
	margin-top: 30px;
}
.prod-det .in h1{
	border-bottom: 1px solid #e6e6e6;
	background: #fcfcfc;
	color: #333;
	font-size: 18px;
	padding: 0 3%;
	line-height: 50px;
}
.prod-det .in div.main{
	padding: 3%;
}
.prod-det .in div.main .eve{
	line-height: 22px;
	margin-bottom: 7px;
	font-size: 14px;
	color: #666;
}

.prod-det .in div.main .eve span{
	color: #333;
	font-weight: 700;
}
.prod-det .in div.main .eve h2{
	
	color: #333;
	font-weight: 700;
	font-size: 14px;
}
.prod-det .in div.main .eve ul li{
	padding-left: 30px;
	background: url(../img/ico_19.png) no-repeat left 5px;
	line-height: 22px;
	margin-bottom: 5px;
}

.prod-det .in div.main .eve ul{
	margin-top: 10px;
}
.prod-det .in div.main .back{
	display: inline-block;
	float: right;
	width: 160px;
	height: 45px;
	line-height: 45px;
	background: #0077c4;
	text-align: center;
	color:#fff;
	margin-top: 20px;
}
.prod-det .in div.main .back:hover{
	background: #41aef4;
}
.news{
	padding: 40px 0;
    background: #f5f5f5;
}
.news .scroll-top{
	position: relative;
}
.news .scroll-top .slides li{
	background: #fff;
	width: 300px;
	float: left;
}
.news .scroll-top .slides li img{
	width: 100%;
	height: 200px;
	transition:all 0.3s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.news .scroll-top .slides li img.end{
	opacity: 1;
	filter: alpha(opacity=100);
}
.news .scroll-top .slides li .word{
	padding: 4% 5%;
}
.news .scroll-top .slides li .tit{
	line-height: 22px;
	overflow: hidden;
	color: #333;
	height: 22px;
	font-size: 16px;
}
.news .scroll-top .slides li .time{
	font-size: 12px;
	color: #666;
}
.news .scroll-top .slides li .pic{
	overflow: hidden;

}
.news .scroll-top .slides li:hover img{
	transform:scale(1.1);
}
.news .scroll-top .slides li:hover .tit{
	color: #0077c4;
}
.news .flex-control-nav li a{
	background: none;
	border:1px solid #0099db;
}

.news .flex-control-nav  li a.flex-active{
	background: #0099db;
}
.news .flex-control-nav  li a:hover{
	background: transparent;
}
.news .flex-control-nav  li a.flex-active:hover{
	background: #0099db;
}
.news .flex-direction-nav{
	display: none;
}
.news .in{
	padding:2% 5%;
	background: #fff;
	margin-top:20px;
}


.news .flex-control-nav{
	position: relative;
	bottom: 0;
	margin-top: 20px;
}
.news .in ul li{
	border-bottom: 1px solid #dededd;
	padding: 15px 0;
}
.news .in ul li .word{
	float: left;
	width: 70%;
}
.news .in ul li .pic{
	float: right;
	width: 15%;
}
.news .in ul li .pic img{
	width: 100%;
}

.news .in ul li .word .tit{
	line-height: 22px;
}
.news .in ul li .word h1{
	font-size: 18px;
	color: #333;
	float: left;
	line-height: 22px;
}
.news .in ul li .word .time{
	float: left;
	margin-left: 2%;
	color: #666;
}
.news .in ul li .det{
	color: #7c7c7c;
	line-height: 18px;
	margin-top: 10px;
	font-size: 14px;
}
.news .in ul li:hover .word h1{
	color: #0077c4;
}

.news-det{
    background: #f5f5f5;
}
.news-det .w1400 .in{
	background: #fff;
	padding: 40px 5%;
}
.news-det .title{
	text-align: center;
}
.news-det .title h1{
	font-size: 18px;
	color: #333;
	line-height: 24px;
}

.news-det .title .time{
	color: #999;
}

.news-det .detail{
	margin-top: 10px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	font-size: 14px;
	padding: 15px 0;
}
.pager{
	margin-top: 20px;
}
.pager .left{
	float: left;
	margin-top: 10px;
}
.pager .back{
	float: right;
	display: inline-block;
	padding: 8px 5px 0 5px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border:1px solid #dcdcdc;
	background:#fff url(../img/ico_20.png) no-repeat center 10px; 
	padding-top: 32px;
	background-size: 80% auto;
}
.pager .back:hover{
	color:#fff;
	background:#0077c4 url(../img/ico_20_01.png) no-repeat center 10px;
	border:1px solid #0077c4;
}
.pager .back img{
	display: block;
}
.pager .left .eve{
	margin-bottom: 5px;
}
.pager .left .eve a{
	display: block;
	color: #666;
	line-height: 18px;
}
.pager .left .eve a:hover{
	color: #0077c3;
}
.inv .top {
	margin-top: 50px;
	padding-bottom: 50px;
}
.inv .top .pic{
	width: 35%;
	margin-right: 7%;
	float: left;
}

.inv .top .pic img{
	width: 100%;
}
.inv .top .word{
	float: left;
	width: 55%;
	line-height: 22px;
	margin-top: 2%;
}
.inv .top .word .tit{
	font-size: 30px;
	color: #333;
	line-height: 30px;
}

.inv .top .word .det{
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
	margin-top: 30%;
	color: #666;
	         display: flex;
         align-items: center;
         justify-content: center;
        flex-direction: column;
}
.inv .top .other{
	margin-top: 15px;
}
.inv .top .other a{
	/*float: left;*/
	/*margin-left: 20px;*/
	color: #fff;
	font-size: 16px;
	display: block;
	width: 30%;
	padding: 10px 0;
	text-align: center;
	background: #0077c4;
}
.inv .top .other a:hover{
	background: #0197e9;
}

.inv .top .other a:first-child{
	margin-left: 0px;
}

.inv .bot{
	background: url(../img/img_20.jpg) no-repeat center;
	background-size: cover;
	padding: 75px 0 115px 0;
}
.inv .bot .in .tit{
	font-size: 18px;
	color: #333;
}
.inv .bot .in .main{
	
}
.inv .bot .in .main{
	margin-top: 20px;
}
.inv .bot .in .main .left{
	padding-right:115px; 
	background: url(../img/ico_21.png) no-repeat right center;
}
.inv .bot .in .main .rig{
	margin-left:115px; 
}
.inv .bot .in .main ul li{
	font-size: 14px;
	padding-left: 50px;
	color: #666;
	margin-bottom: 10px;
}
.inv .bot .in .main ul{
	float: left;
}

.inv .bot .in .main ul li.t1{
	background: url(../img/img_10.png) no-repeat left top 1px;
}
.inv .bot .in .main ul li.t2{
	background: url(../img/img_11.png) no-repeat left top 1px;
}
.inv .bot .in .main ul li.t3{
	background: url(../img/img_12.png) no-repeat left top 1px;
}
.inv .bot .in .main ul li.t4{
	background: url(../img/img_13.png) no-repeat left top 1px;
}
.inv .bot .in .main ul li.t5{
	background: url(../img/img_14.png) no-repeat left top 1px;
}
.inv .bot .in .main ul li.t6{
	background: url(../img/img_15.png) no-repeat left top 1px;
}
.inv .bot .in .main ul li.t7{
	background: url(../img/img_16.png) no-repeat left top 1px;
}
.inv .bot .in .main ul li.t8{
	background: url(../img/img_17.png) no-repeat left top 1px;
}
.inv .bot .in .main ul li{
	background-size: 26px auto!important;
}
.pub-ban .in .news-nav.att a{
	width: 49%;
    margin-left: 1%;
}
.pub-ban .in .news-nav.att a:first-child{
	margin-left: 0;
}
.att-notice{
	background: url(../img/img_21.jpg) no-repeat center;
	margin: 55px auto;
}
.att-notice .w1400{
	color: #333;
	
}
.att-notice .tit{
	font-size: 26px;
	margin-top: 115px;
}
.att-notice .cn{
	font-size: 14px;
}

.att-notice .call{
	padding-left: 60px;
	background: url(../img/img_08.png) no-repeat left center;
	font-size: 26px;
	margin-top: 15px;
}
.att-notice .in{
	padding: 0px 55px;
	height: 450px;
}
.attract {
	background: #e9e9e9;
	padding: 50px 0;
}
.attract table th{
	color: #666;
	line-height: 58px;
    background: #0077c4;
    border: 1px solid #e5e5e5;
    color: #fff;
    font-size: 14px;
    padding-left: 80px;
}
.attract table td{
	padding-left: 80px;
	background: #fff;
	border: 1px solid #e5e5e5;
	line-height: 58px;
	font-size: 14px;
}
.attract .in{
	position: relative;
	padding-bottom: 15px;
}
.attract .w1400{
	overflow: hidden;
}
.ps-scrollbar-x-rail .ps-scrollbar-x {
    background: #0077c4!important;
    /*min-width: 150px;*/
    height: 8px;
}
.ps-container>.ps-scrollbar-x-rail{
	/*width: 100%;*/
}
.join{
	padding: 50px 0;
}
.join .left{
	float: left;
	width: 45%;
	position: relative;
	margin-right: 5%;
}
.join .left img{
	width: 90%;
}
.join .left .tit{
	position: absolute;
	right: 0;
	bottom: 15px;
	z-index: 1;
	background: #0077c4;
	text-align: center;
	line-height:24px;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
}
.join .word{
	float: left;
	width: 43%;
}
.join .word .tit{
	font-size: 24px;
	font-weight: 700;
	color: #0077c4;
	line-height: 40px;
}

.join .word .cn{
	font-size: 16px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 24px;
}
.join .word .det{
	line-height: 24px;
	color:#666666;
	margin-top: 20px;
	font-size: 14px;
}
.attract .page{
	margin-top: 10px;
}
.recr{
	padding: 50px 0;
}
.recr .w1400{
	border:1px solid #efefef;
}
.recr ul li{

}
.recr .title{
	overflow: hidden;
	color: #fff;
	background: #666;
	font-size: 16px;
	padding: 0px 20px;
	line-height: 50px;
	height: 50px;
}
.recr .title p{
	text-align: center;
	float: left;
	width: 20%;
}
.recr ul li{
	background: #fff;
	padding: 0 20px;
	border-top: 1px solid #efefef;
}
.recr ul li .tit{
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
}
.recr ul li .tit.on p:last-child{
	color: #d40b17;
}
.recr ul li .tit p{
	float: left;
	width: 20%;
	text-align: center;
}
.recr ul li .tit p:last-child{
	color: #0077c4;
}
.recr ul li .in{
	padding: 20px 50px;
	background: #f5f5f5;
	display: none;
}
.recr ul li .in.on{
	display: block;
}
.recr ul li .in .top dd{
	float: left;
	width: 25%;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 3px;
}
.recr ul li .in .top dd span{
	color: #666;
}
.recr ul li .in .bot h1{
	font-size: 16px;
	color: #333;
}
.recr ul li .in .bot dl dd{
	color: #777;
	font-size: 14px;
}
.recr ul li .in .bot>div{
	float: left;
	width: 46%;
	margin-right: 4%;
}

.recr ul li .in .bot{
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.recr ul li .in .more{
	display: block;
	width: 150px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #0077c4;
	margin-top: 20px;
}
.recr ul li .in .more:hover{
	background: #3ba7ed;
}
.contact{
	padding: 50px 0;
}
.contact .map{
	width: 100%;
	height: 350px;
}
.contact .in{

}
.contact .in .eve{
	float: left;
	width: 42%;
	padding: 65px 3% 80px 4.5%;
}
.contact .in .eve:first-child{
	border-right: 1px solid #e5e5e5;
}
.contact .in .eve h1{
	padding-left:35px;
	line-height: 24px;
	background: url(../img/ico_22.png) no-repeat left center;
	background-size: 15px auto;
}
.contact .in .eve ul{
	padding-left: 35px;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}
.contact .in .eve ul li{
	line-height: 22px;
}
.contact .w1400{
	border:1px solid #e5e5e5;
	box-shadow: 0 9px 22px #f1efef;
}

.consult ul li{
	width: 30%;
	margin-left: 4%;
	border-radius: 10px;
	float: left;
	margin-bottom: 20px;
}
.consult ul li:first-child{
	margin-left: 0;
	background: #e3faff;
	border:1px solid #c5e5ff;
	color: #0174d6;
}
.consult ul li:nth-child(2){
	background: #ffecec;
	border:1px solid #ffd3d3;
}
.consult ul li:nth-child(3){
	background: #fff8f0;
	border:1px solid #ffe2c1;
}
.consult ul li .in{
	padding: 10% 0;
	font-size: 18px;
}
.consult ul li .in .left img{
	width: 36px;
}
.consult ul li .in .tit{
	margin-top: 5px;
	line-height: 24px;
	margin-top: 10px;
	font-size: 18px;
}

.consult ul li .in .call{
	font-weight: 700;
	line-height: 20px;
	margin-top: 10px;
}
.consult ul li .in .left{
	float: left;
	width: 48%;
	margin-left: 11.5%;
}
.consult ul li .in .pic{
	width:40%;
	text-align: center;
	float: right;
	/*margin-top: 10%;*/
	line-height: 150px;
	height: 150px;
}

.consult ul li .in .pic img{
	width: 80%;
	
}
.consult{
	padding: 95px 0;
}
.consult ul li:first-child .in .pic img{
	max-width: 80px;
}
.consult ul li:first-child .in .pic{
	/*margin-top: 4%;*/
}
.consult ul li.thr .pic{
	/*margin-top: 8%;*/
}
.query{
	background: url(../img/img_21.png) no-repeat center top 50px;
	padding: 100px 0 60px 0;
}
.query .title{
	text-align: center;
	color: #0077c4;
}
.query .title .cn{
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;

}
.query .title .en{
	font-size: 18px;
	line-height: 22px;
}
.query .search-box{
	width: 564px;
	margin: 0 auto;
	/*background: #0077c4;*/
	margin-top: 20px;
}
.query .search-box .shuru{
	float: left;
	width: 86%;
	padding-left: 3%;
	font-size: 14px;
}
.query .search-box .sub{
	float: left;
	width: 11%;
	background:#0077c4 url(../img/ico_27.png) no-repeat center;
	padding: 19px 0;
}
.query .search-box input{
	border:none;
	padding: 18px 0;
}
.query .in{
	margin-top: 30px;
	padding-bottom: 20px;
}
.query .in thead th{
	background: #0077c4;
	color: #fff;
	line-height: 54px;
	padding: 0 10px;
}
.query .in{
	font-size: 16px;
	position: relative;
}
.query .in tbody{
	background: #fff;
}
.query .in tbody td{
	color: #666;
	border:1px solid #e5e5e5;
	line-height:24px;
	text-align: center;
	padding: 9px 0;
}
.query .in tbody td a{
	color: #666;
}
.attract .ps-scrollbar-x-rail{
	background: #fff!important;
}
.trace{
	background: #f5f5f5;
	padding: 60px 0;
}
.trace .top{
	background: #fff;
}
.trace .top .pic{
	float: left;
	width: 40%;
	margin-right: 3%;
}
.trace .top .pic img{
	width: 100%;
}
.trace .top .word{
	float: left;
    width: 53%;
    line-height: 22px;
    margin-top: 5%;
}
.trace .top .word h1{
	font-size: 22px;
    color: #333;
}
.trace .top .word .det{
	margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.trace .bot{
	
}
.trace .bot ul{
	width: 101%;
}
.trace .bot ul li{
	width: 24%;
	margin-right: 1%;
	background: #fff;
	float: left;
	margin-top: 20px;
	cursor: pointer;
}
.trace .bot ul li .pic{
	width: 100%;
	overflow: hidden;
}

.trace .bot ul li .pic img{
	width: 100%;
	transition:transform 0.3s
}
.trace .bot ul li a.go-det{
	display: block;
}
.trace .bot ul li .word{
	padding: 5%;
}
.trace .bot ul li .word h1{
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.trace .bot ul li .word .det{
	font-size: 12px;
	color: #999;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
}
.trace .bot ul li .down{
	display: block;
	border-top:1px solid #e5e5e5;
	padding-left: 63px;
	background: url(../img/ico_28.png) no-repeat left 25px center;
	color: #333;
	line-height: 45px;
}

.trace .bot ul li .down:hover{
	color: #009eff;
	background: url(../img/ico_29.png) no-repeat left 25px center;
}
.trace .bot ul li:hover h1{
	color: #0077c4;
}
.trace .bot ul li:hover .pic img{
	transform:scale(1.1);
}

.trace .bot ul li .tit-1{
	font-size: 54px;
	color: #333;
	padding-left: 25px;
	font-size: 14px;
	line-height: 52px;
	height: 52px;
	overflow: hidden;
	padding: 5px 5px;
	padding-right:15px; 
	padding-left: 4%;
	background: url(../img/ico_30.png) no-repeat center right 20px;
}
.trace .bot ul li:hover .tit-1{
	color: #0077c4;
}
.apply{
	padding: 50px 0
}
.apply td{
	padding: 10px 0;
}
.apply input{
	width: 200px;
	padding: 8px 10px;
}

.apply select{
	width: 224px;
    height: 36px;
}
.apply  td:nth-child(2n+1){
	text-align: right;
	padding-right: 15px;
}

.apply textarea{
	width: 98%;
	height: 150px;
}
.apply td.sub{
	text-align: left;
	padding-left:7%;
}
.apply .submit{
	background:#0077c4;
	color: #fff;
	border:1px solid #0077c4;
}
.apply .submit:hover{
	background:#4badec;
	color: #fff;
	border:1px solid #4badec;
}
.nav-list{
	width: 100px;
	position: fixed;
	right: 0px;
	top:50%;
	margin-top: -80px;
	z-index: 100;
}
.nav-list li{
	width: 90px;
	height: 80px;
	padding-right: 10px;
	background: #c61a1e;
	text-align: center;
	margin-bottom: 4px;
	cursor: pointer;
	position: relative;
	right: -10px;
}
.nav-list li p{
	color: #fff;
	font-size: 14px;
}

.nav-list li img{
	/*margin-top: 20px;*/
}
.nav-list li img.p1{
	width: 100%;
	height: 100%;
}
.nav-list li img.p2{
	margin-top: 20px;
}





.first-wel{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: url(../img/bg_02.png);
	z-index: 200;
	text-align: center;
	display: none;
}

.first-wel .in{
	background: #fff;
	width: 75%;
	height: 530px;
	display: inline-block;
	max-height: 90%;
	position: relative;
}
.first-wel .in .cha{
	position: absolute;
	right: 5%;
	top:5%;
	width: 25px;
	height: 25px;
	background: url(../img/ico_09.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}
.first-wel .in .cha:hover{
	opacity: 0.7; 
    filter: alpha(opacity=70);

}
.first-wel .logo-2{
	text-align: center;
	margin-top: 2%;
}
.first-wel .logo-2 img{
	width: auto;
}
.first-wel .in .cont{
	width: 90%;
	max-height: 80%;
	overflow-y:auto; 
	line-height: 24px;
	margin: 0 auto;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	margin-top: 3%;
}


.picshow-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: url(../img/bg_02.png);
	z-index: 200;
	text-align: center;
	display: none;
}
.picshow-bg .in{
	background: #fff;
	width: 90%;
	max-width: 600px;
	/*height: 430px;*/
    display: inline-block;
    padding-bottom: 40px;
    padding: 10px;
    max-height: 90%;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);

}
.picshow-bg .in .close{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../img/ico_09_01.png) no-repeat center;
	background-size: cover;
	right: 0px;
	top:-35px;
	cursor: pointer;
}
.picshow-bg .in .close:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.picshow-bg .in.op{
	opacity: 1;
    filter: alpha(opacity=100);
    transition:all 0.3s;
}
.picshow-bg .in .pic{
	width: 100%;
	margin: 0 auto;
}
.picshow-bg .in li img{
	width: 100%;
}
.picshow-bg .in .flex-control-nav{
	display: none;
}


.picshow-bg .flex-direction-nav .flex-prev{
	width: 40px;
	height: 40px;
	position: absolute;
    display: block;
    top: 50%;
    margin-top: -30px;
	border: 1px solid #c3c3c5;
	background: url(../lightbox/images/bg14.png) no-repeat center;
	opacity: 1;
}
.picshow-bg .flex-direction-nav .flex-prev:hover{
	background:#01ade7 url(../lightbox/images/bg14.png) no-repeat center;
	border-color:#01ade7;
}
.picshow-bg .flex-direction-nav .flex-next{
	width: 40px;
	height: 40px;
	position: absolute;
    display: block;
    top: 50%;
    margin-top: -30px;
	border: 1px solid #c3c3c5;
	background: url(../lightbox/images/bg13.png) no-repeat center;
	opacity: 1;
}
.picshow-bg .flex-direction-nav .flex-next:hover{
	background:#01ade7 url(../lightbox/images/bg13.png) no-repeat center;
	border-color:#01ade7;
}

.picshow-bg .in .title{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding: 3px 0;
	text-align: left;
}
#swiper1{
	/*height: 700px;*/
}
#swiper1 .swiper-slide{
	overflow: hidden;
}
#swiper1 img{
	width:100%;
	position: relative;
}
#swiper1 .cont{
	    position: absolute;
    margin: 0 auto;
    top: 85px;
    margin-left: 0;
    left:5%;
}
#swiper1 h1{
	font-size: 32px;
	color: #fff;
	line-height: 68px;
}
#swiper1 .word{
	font-size: 14px;
	margin-top: 5px;
	line-height: 24px;
	color: #fff
}
#swiper1 .swiper-paginations{
	    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    bottom: 50px;
}
#swiper1 .swiper-paginations span{
	display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fcfcfc;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}
#swiper1 .swiper-paginations span.swiper-pagination-bullet-active{
	background: #fcfcfc
}

































































































































































































































































































































