
*,
*:before,
*:after {
	box-sizing: border-box; /*所有元素以border开始计算盒子大小*/
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0;padding:0;}

body{font: 14px/1.6 Arial,'microsoft yahei',Helvetica,sans-serif;overflow-x:hidden;background:#EFF2F4;color: #333; position: relative }
img{ border:0;vertical-align: middle;}
ol,ul,li {list-style:none;}
li{vertical-align: middle;}
h1,h2,h3,h4,h5,h6,em,b{font-size:100%;font-weight:normal;}
a{text-decoration:none; color: #333}
a:hover{color: #4394c6}

::-webkit-input-placeholder{color: #999 !important;}
:-moz-placeholder{color: #999 !important;}
::-moz-placeholder{color: #999 !important;}
:-ms-input-placeholder{color: #999 !important;}
.icon { line-height: 1.5;
	display: inline-block;
	width:20px; height:20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	white-space:nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	/* IE7 */
	*text-indent: 0;
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');
}
.icon:before {
	content: '\3000';
}
.slide-content-1 .more-btn a,.page3 .more-btn a{border: 1px solid #fff;color: #fff;}
.page3 .more-btn{margin-top: 450px}
.more-btn a{
	border: 1px solid #444;
	color: #333;
	border-radius: 20px;
	position: relative;
	height: 35px;
	line-height: 35px;
	display: block;
	width: 122px;
	margin: 0 auto;
}
.more-btn a:hover{
	background: #4394c6;
	border-color: #4394c6;
}
.more-btn-txt{
	position: absolute;
	letter-spacing: 1px;
	font-size: 13px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);/*实现水平垂直居中*/
	transition: left linear 0.2s ;
	-webkit-transition:left linear 0.2s ;
}
.more-btn a:hover .more-btn-txt{
	left: 42%;color: #fff;
}
.more-btn-icon{
	position: absolute;
	top: 50%;
	right: 25px;
	opacity: 0;
	transform: translateY(-50%);/*实现元素垂直居中效果*/
	transition:all linear 0.2s ;
	-webkit-transition: all linear 0.2s ;
}
.more-btn a:hover .more-btn-icon{
	right: 20px;
	opacity: 1;
}

/*搜索*/
.header_search {
	cursor: pointer;
	width: 40px;
	height: 40px; margin-right: 5px;

}
.header_search span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: url(../images/fdj.png) no-repeat right center;
	position: relative;
	margin: auto;
}
.search_wrap{
	position: absolute;
	top: 70px;  right:0; display: flex; background: #fff;
}
.search_wrap input{ border: none; outline: 0;width: 220px;padding-left: 10px; line-height: 40px; font-size: 14px;}
.search_box_button {
	height: 40px;
	width: 40px;
	background: url(../images/fdjh.png) no-repeat center;
	border: 0;
	outline: none;
	float: right; cursor: pointer;
}
/*表格*/
table {
	border-collapse: collapse;
}
.cur {
	cursor: pointer;
}

.table li div{display: inline-block;vertical-align: middle;margin-left: -5px;padding: 12px 5px; font-size: 14px;}
.tableHeader{font-size: 16px;color: #fff;background: #3376a1 !important;}
.table li:nth-child(2n-1){background: #e2edff;}
.table li div:nth-child(1){padding-left:30px;}
.table-kd{width: 25%; text-align: center}

.disn {
	display: none;
}
#PDF {
	width: 800px;
	height: 800px;
	margin: 2em auto;
	position: absolute;
	top:53%;
	margin-left: -400px;
	margin-top: -400px;
	left: 50%;
	z-index: 100;
}

#PDF p {
	padding: 1em;
}

#PDF object {
	display: block;

}
.mask{width: 100%;height: 100%;background: #000;opacity: .5;position: absolute;left: 0;top: 0;}

.page3 .section-content-container hgroup h2,.page3 .section-content-container hgroup h3{color: #fff}
.page3 .section-content-container hgroup h2{font-size: 30px}

.licheng{margin-top: 50px;}
.licheng ul li{text-align: center; color: #fff}
.licheng .year{font-size: 30px; margin: 10px 0 5px; display: block}

.newslist{margin-top: 100px;}
.newslist li{float:left;margin:0 2% 2% 0;width:31%;text-align:center;transition:all .5s;position:relative;
	 background-color:rgba(255,255,255,1);box-shadow:3px 5px 6px 0 rgba(204,204,204,.5);
}
.newslist li:hover {top:-10px; }
.newslist li a{display: block}
.newslist .nr{padding: 20px 15px; text-align:left}
.newslist h2{font-size: 18px; }
.newslist h3{color: #999; margin: 5px 0}
.newslist p{ line-height: 1.8; color: #666}
.ml-ellipsis{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tuiguang{color: #fff; text-align: center; font-size: 24px; margin: 150px 0 50px;}
.tuiguang span{font-size: 14px; font-family: Arial}

.index-content-5 {
	max-width: 800px;
	width: 100%;

}
.page6 .rbslider-item-list{margin-top: 50px;}
.index-content-5 li {
	color: #fff;
	float: left;
	margin-bottom: 20px; margin-right: 0; display: flex;
}
.index-content-5 img{
	width: 30px;
}
.index-content-5 li:nth-child(1) {
	width: 47%;
}
.index-content-5 li:nth-child(2) {
	width: 25%;
}
.index-content-5 li:nth-child(3) {
	width: 28%;
}
.index-content-5 li:nth-child(1) .page5-right{width: 300px; }
/*.page5-left ,.page5-right {
	float: left;
}*/
.page5-left{
	max-width: 20%;
}
.page5-right{
	padding-left: 10px;
}
.page5-right h2{
	font-size: 16px;
	letter-spacing: 2px;
	padding-bottom: 4px;
}
.page5-right p{
	font-size: 12px;
	color: #fff;
}
.form-submit input{
	height: 35px;
	background: transparent;
}
.form-submit input:hover{
	background:  #4394c6;
	color: #fff;
	border-color:  #005660;
	cursor: pointer;
}
.index-footer{
	position: absolute;
	top: 91%;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,.7);
	width: 100%;
	text-align: center; font-size: 12px;
}
.index-footer a{
	color: rgba(255,255,255,.7);
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease; /* Firefox 4 */
	-webkit-transition:all 0.6s ease; /* Safari å’Œ Chrome */
	-o-transition:all 0.6s ease; /* Opera */

}
.index-footer a:hover{
	color: #31cddf;
}
.form-textarea textarea{
	box-sizing: border-box;
}
.index-bg5 .fp-tableCell{
	height: auto !important;
}

.form-input input {
	width: 100%;
	background: #f0f0f0;
	border: 0;
	height: 40px;
	margin: 6px 0;
	text-indent: 22px;
}
.form-input input::-webkit-input-placeholder, .form-input input[placeholder] {
	letter-spacing: 0
}
a, textarea, input {
	outline: none;
}
.input-email input {
	width: 49%;
	float: left;
}
.input-phone input {
	width: 49%;
	float: right;
}.form-textarea textarea {
	 width: 100%;
	 background: #f0f0f0;
	 border: 0;
	 margin: 6px 0;padding: 10px 21px;
 }
.form-submit input {
	width: 122px;
	color: #fff;
	border-radius: 18px;
	border: 1px solid #ccc;
	border: 1px solid #fff;
	margin-top: 30px;
	outline: none;font-size: 15px;    background: transparent; line-height: 2;
}
.form-submit {
	display: flex;
	justify-content: center;
}

.sydz{padding-left:0;}
.table li div.cur{color: #2a64c4}
.table li div.cur:hover{}
.page6 .rbslider-item-list-wrapper{margin-top: 120px;}

/*内页*/
header.bgwh{background: #fff;position: inherit;}
.containt{width: 1200px; margin: 0 auto;  background: #fff}
header.bgwh nav{ margin: 0 200px 0 360px;}
header.bgwh nav li a{color: #333}
header nav li {
	float: left;
	text-align: center;
	margin-right: 30px;
}
header nav li a {
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	line-height: 3;
}
header nav li.active a,header nav li a:hover{border-bottom:3px solid #4394c6; color:#4394c6;}
header.bgwh nav li.active a{color: #4394c6;border-bottom: 3px solid #4394c6;}
header.bgwh .nav-tel{color: inherit; position: inherit; float: right;margin-top: 7px;    font-size: 16px;
	display: flex;}
.search_wrap{position: inherit; border: 1px solid #ddd; border-radius: 50px;}
header.bgwh .container {line-height: inherit; padding: 10px 0}
.zyw{line-height: 40px;  margin-left: 20px;}
header.bgwh .search_wrap input{width: 170px; background: none; padding-left: 15px; height: 36px;}
header.bgwh .search_box_button{height: 36px;}
header.bgwh  #logo img{margin-top: 5px;}
.per100{width: 100%; display: block}
.banner{position:relative;background: url(../images/nybg1.jpg) no-repeat center center;
	background-size: cover; height: 461px;}
.banner .slide-content-1x{background: rgba(7,46,93,.3);position: absolute;  color: #fff; text-align: center;
	width:400px;  left:50%; top:35%; padding: 30px 0; margin-left: -200px;
}
.banner .slide-content-1x h2{font-size: 48px;}
.banner .slide-content-1x h3{font-size: 30px; color: #fff}
.warp5-title h4 {
	text-align: center;
	font-size: 32px;
}

.warp5-title .line {
	display: block;
	border-top: 5px solid #12aefd;
	height: 16px;
	margin: 13px auto 0 auto;
	width: 50px
}
.containpd{padding: 20px 50px; word-break: break-all}
.map{background: url("../images/map.jpg") no-repeat center; }
.map p{margin-top: 10px; padding-left: 60px;}
.map img{ margin: 0 10px;}
.mntp{text-align: center; margin: 30px 0}
.mntp img{width: 360px; margin: 0 20px;}
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#logo {
	 float: left;
}
#logo a {
	display: block;
}header .container {
	 width: 95%;
	 margin: auto;

 }
.process-list {
	padding-bottom: 70px;
	position: relative; width: 1200px; margin: 0 auto;
}
.process-list .item {
	width: 128px;
	margin-right: 72px;
	position: relative;
	float: left;
	text-align: center;
}
.process-list .item.a1 {
	margin: 0 68px 0 40px;
}
.process-list .item.a6 {
	margin-right: 0;
}
.process-list .item s {
	width: 60px;
	height: 60px;
	display: block;
	margin: 30px auto;
	background-size: 60px auto;
	background-repeat: no-repeat;
	background-image: url(../images/icon-all-6.png);
}

.process-list .item.a1 s {
	background-position: 0 0;
}
.process-list .item.a2 s {
	background-position: 0 -60px;
}
.process-list .item.a3 s {
	background-position: 0 -120px;
}
.process-list .item.a4 s {
	background-position: 0 -180px;
}
.process-list .item.a5 s {
	background-position: 0 -240px;
}
.process-list .item.a6 s {
	background-position: 0 -300px;
}
.process-list .item h3 {
	font-size: 20px;
	color: #242424;
	margin-bottom: 42px;
}
.process-list .item .txt {
	line-height: 22px;
	font-size: 14px;
	color: #858585;
}
.process-list .cut-line {
	position: absolute;
	display: block;
	width: 1008px;
	height: 10px;
	background: url(../images/step-line.png) no-repeat;
	top: 173px;
	left: 50%;
	margin-left: -504px;
}
@media all and (max-width:1600px) {
	.banner {
		height: 450px;
	}
	@media all and (max-width: 1440px) {
		.banner  {
			height: 380px;
		}
	}
	@media all and (max-width: 1366px) {
		.banner  {
			height: 350px;
		}
	}
	@media (min-width: 1025px) and (max-width: 1280px) {
		.banner  {
			height: 360px;
		}
	}
	@media all and (max-width: 1080px) {

	}
}
.wenhua{position: relative;margin-top:30px;}
.wenhua ul{display: flex}
.wenhua ul li{flex: 1; text-align: center; font-size: 16px; margin: 0 18px;}
.lineing{text-align: center; position: absolute; top:200px; left:50%; margin-left: -434px;}
.wenhua p{color: #666; font-size: 14px; margin-top: 10px;}
.wenhua img{ margin-bottom: 70px;}
.wenhua ul li img{width: 170px;}
/*foot*/
.foot{background: #282e3c; padding: 20px 0 0;}
.foot,.foot a{color: #ccc}
.foot a:hover{color: #fff}
.footup{  padding-bottom: 30px;  display: flex  }
.footbottom{padding: 15px 0; text-align: center; font-size: 12px; border-top: 1px solid #424242}
.footupleft{width: 300px;  padding-right: 20px;display: flex;
	align-items: center;
	justify-content: center;}
.footnav{margin-bottom: 30px; padding-top: 20px;    display: flex;
	justify-content: center;}
.footnav ul{display: flex}
.footnav ul li{  margin: 0 10px;}
.footupcenter{width: 550px;  }
.icon-kf{background-image: url("../images/tb19.png"); background-size: 36px; width:60px; height: 60px;
}
.footupcenter{border-left: 1px solid #424242;border-right: 1px solid #424242;}
.fuwutel{margin-bottom: 15px; line-height: 1.4}
.fuwutel h3{font-size: 16px; color: #bbb}
.fuwutel h4{font-size: 24px; margin-left: 16px; }
.icon-foottb2{background-image: url("../images/tb16.png");}
.icon-foottb3{background-image: url("../images/tb17.png");}
.icon-foottb4{background-image: url("../images/tb18.png");background-size:17px;}

.foot h2{ font-size: 18px; margin-bottom: 10px;}
.fuwuaddress,.foot h2{padding-left: 70px;}
.fuwuaddress ul li{margin-bottom: 10px;}
.fuwuaddress i{margin-right: 3px;  line-height: 1.3;background-size: 16px;}
.footupright{text-align: center; width: 300px;display: flex; align-items: center;
	justify-content: center;  }

.footma{height: 135px;}
.footma.footma1{ padding-left: 33px;}
.footma.footma2{ width: 120px;padding-top: 18px;}
.footma.footma3{ width: 150px;}
.footma a{ margin: 0 5px;}
.footma3{padding-top: 48px;}
.main-containt{width: 1200px; margin: 0 auto}
.flex-center{display: flex; align-items: center}
.crumb{border-bottom: 1px solid #ddd; padding: 0 0 10px 0; text-align: right; }
.crumb img{margin-right: 5px; vertical-align: middle}

.layui-tab-brief > .layui-tab-title .layui-this{ color: #0087e8; }
.layui-tab-title li{font-size: 15px;
	margin: 0 10px;
	background: #ebebeb;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 0 30px;
	min-width: 120px;}
.layui-tab-title li.layui-this{background: #eefaff; border: 1px solid #0d78aa; color: #0d78aa;}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after{
	border-bottom:none ;
}
.layui-tab-title{display: flex;
	justify-content: center; border: none; margin-bottom: 10px;}
.zui-page {
	font: 0px / 22px "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
	padding: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: content-box;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0px;
	text-align: left !important;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.zui-page-noallow {
	color: rgb(210, 210, 210);
	cursor: not-allowed;
}

.zui-page a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	padding: 0px 15px;
	height: 28px;
	line-height: 28px;
	margin: 0px -1px 5px 0px;
	background-color: rgb(255, 255, 255);
	color: rgb(51, 51, 51);
	font-size: 12px;
	border: 1px solid rgb(226, 226, 226);
}

.zui-page-curr {
	background-color: #009688;
	color: #fff !important;
}
.cpbanner{background-image: url("../images/nybg3.jpg")}
.lxbanner{background-image: url("../images/nybg5.jpg")}
.xwbanner{background-image: url("../images/nybg4.jpg")}
.news{margin-bottom: 20px;}
.news ul li{border-bottom: 1px dashed #ddd; padding:20px 10px;}
.news .tab{background: url("../images/tab.jpg") no-repeat center; width: 112px; height:37px; color: #fff; text-align: center; line-height: 37px; margin-bottom: 10px;}
.news h2{ font-size: 18px; margin-bottom: 10px;}
.news .arrow{text-align: right}
.news a:hover p{ color: #333}

.news-nr h1 {
	font-size: 24px;
	line-height: 33px;
	color: #0E1114;
	text-align: center;
	font-weight: 500; margin-top: 30px;
}
.news-nr .sub-p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #83898F;
	text-align: center;
	margin-bottom: 25px;
}
.news-nr .info-txt{padding-top: 0;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 40px;
}
.pre-next-page{padding: 15px ; border-top: 1px dashed #ddd;display: flex; align-items: center; justify-content: space-between}
.pre-next-page a{color: #666}
.pre-next-page a:hover{color: #0087e8}
a.fanhuibtn{border: 1px solid #ddd; border-radius: 3px; padding: 5px 10px; display: block}
a.fanhuibtn:hover{background: #0087e8; color: #fff}
.icon-fh{background: url("../images/fh.png") 0 0/22px; margin-right: 5px; width: 22px; height: 21px;}
a.fanhuibtn:hover .icon-fh{background-position: 0 -21px;}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.map{width:100%;height:450px;}

.mt30{margin-top: 30px;}
.lianxilb{margin-bottom: 30px; margin-top: 50px; padding: 0 20px;}
.lianxilb  ul{display: flex}
.lianxilb ul li{flex: 1; text-align: center; margin: 0 10px;}
.lianxilb .circle{border: 1px solid #ddd; border-radius: 100%; width:120px; height: 120px; margin: 0 auto; display: block;  margin-bottom: 10px; padding-top: 25px; }
.lianxilb .icon{ background-size: 39px; width: 39px; height: 44px; display: inline-block; margin-bottom: 5px;}
.lianxilb .icon-lianxi1{background-image: url("../images/tb22.png")}
.lianxilb .icon-lianxi2{background-image: url("../images/tb23.png")}
.lianxilb .icon-lianxi3{background-image: url("../images/tb24.png")}
.lianxilb .icon-lianxi4{background-image: url("../images/tb25.png")}
.lianxilb .icon-lianxi5{background-image: url("../images/tb26.png")}
.lianxilb ul li:hover .circle{background: #0087e8; color: #fff}
.lianxilb ul li:hover .icon-lianxi1{background-image: url("../images/tb27.png")}
.lianxilb ul li:hover .icon-lianxi2{background-image: url("../images/tb28.png")}
.lianxilb ul li:hover .icon-lianxi3{background-image: url("../images/tb29.png")}
.lianxilb ul li:hover .icon-lianxi4{background-image: url("../images/tb30.png")}
.lianxilb ul li:hover .icon-lianxi5{background-image: url("../images/tb31.png")}
.containpd .table li:hover,.rbslider-item-list1 .table li:hover{box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); border: 1px solid #ddd; }
.containpd .table li.tableHeader:hover,.rbslider-item-list1 .table li.tableHeader:hover{box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); border: none; }
.page-en .slide-content-1 h3{font-size: 26px; margin-bottom: 5px;}
.page-en .slide-content .intro{font-size: 20px; line-height: 1.5}
.page-en .more-btn a{width: 110px;}
/*.page-en .table-kd{width: 33.3%}*/
.page-en .rbslider-item-list-wrapper .rbslider-item-list p{ font-size: 14px; line-height: 1.7;
	}
.page-en .page3{background-image: url("../images/bg2en.jpg")}
.page-en .tuiguang span{font-size: 20px}
.page-en .licheng .year{font-size: 22px;}
.page-en .licheng ul li{font-size: 14px;}
.page-en .newslist{margin-top: 70px;}
.banner-en .slide-content-1x h2 {
	font-size: 42px;
}
.sydz  ul li a{ color: #fff}
.sydz  ul li a:hover{color: rgba(255,255,255,.8)}