.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}
/*banner*/
.indexbanner .slide{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fp-controlArrow.fp-next,.fp-controlArrow.fp-prev{
	width: 38px;
	height: 38px;
	margin-top: -19px;
	border: 0;
	display: inline-block;
	position: absolute;
	transition: all 0.4s;
	background-repeat: no-repeat;
	background-image: url(../../images/std/banner-btn.png);
}
.fp-controlArrow.fp-next{
	right: 3%;
	background-position: center -38px;
}
.fp-controlArrow.fp-prev{
	left: 3%;
	background-position: center 0;
}
.fp-controlArrow.fp-next:hover,.fp-controlArrow.fp-prev:hover{
	background-image: url(../../images/std/hover-banner-btn.png);
}
#fp-nav ul li a, .fp-slidesNav ul li a{
	width: 16px;
	height: 2px;
	border: 1px solid #007BAF;
	transition: all 0.4s;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	display: none;
}
#fp-nav ul li, .fp-slidesNav ul li{
	width: auto;
	height: auto;
	padding: 4px 0;
	margin: 0;
}
#fp-nav.right{
	right: 23px;
}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active{
	background: #007BAF;
}

.indexbanner #fp-nav ul li a,.indexbanner .fp-slidesNav ul li a{
	width: 1px;
	height: 10px;
	border: 1px solid #bdbcbc;
}
.indexbanner #fp-nav ul li a.active,.indexbanner .fp-slidesNav ul li a.active{
	height: 16px;
	border: 1px solid #007BAF;
}
.indexbanner #fp-nav ul li,.indexbanner .fp-slidesNav ul li{
	padding: 0 5px;
}


/*2*/
.section-title{
	font-size: 24px;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 19px;
}
.section-title span{
	font-size: 12px;
	color: #007BAF;
	line-height: 12px;
}
.section2,.section4{
	width: 91.45%;
	max-width: 1750px;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 96px auto 50px auto;
}
.section2 .md-3-1{
	width: 33.33333333333%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 15px;
	display: inline-block;
	float: left;
}
.section2 .md-3-1 .box{
	background: #ececec;
	text-align: center;
	transition: all 0.4s;
	padding-bottom: 18px;
}
.section2 .md-3-1 .box img{
	width: 100%;
	margin-bottom: 19px;
}
.section2 .md-3-1 .box .section-title{
	font-size: 16px;
	transition: all 0.4s;
}
.section2 .md-3-1 .box .section-title span{
	transition: all 0.4s;
}
.section2 .md-3-1 .box:hover{
	background: #007BAF;
}
.section2 .md-3-1 .box:hover h1{
	color: #ffffff;
}
.section2 .md-3-1 .box:hover span{
	color: #b3b3b3;
}
.big-more{
	width: 356px;
	height: 62px;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	border: 1px solid #007BAF;
	line-height: 62px;
	font-size: 16px;
	text-align: center;
	color: #007BAF;
}
.big-more:hover{
	color: #ffffff;
	width: 228px;
	padding-right: 128px;
	background: url(../../images/std/big-more.png) #007BAF no-repeat;
}
/*通用页面脚部*/
.pagefoot{
	width: 100%;
	background: #ececec;
	position: absolute;
	z-index: 200;
	left: 0;
	bottom: 0;
	padding: 7px 0;
	display: none;
}
.pagefoot p{
	font-size: 12px;
	color: #4e4e4e;
	line-height: 20px;
	display: inline-block;
	float: left;
	padding-left: 1.92%;
}
ul.pageicon{
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	float: right;
}
ul.pageicon li{
	width: auto;
	height: 20px;
	display: inline-block;
	float: left;
	position: relative;
	padding: 0 30px;
}
ul.pageicon i{
	width: 1px;
	height: 16px;
	display: inline-block;
	position: relative;
	float: left;
	background: #acacac;
	margin: 2px 0;
}
ul.pageicon li a{
	width: 23px;
	height: 20px;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../../images/std/pageicon.png);
	transition: all 0.4s;
}
a.wxicon{
	background-position: center 0;
	cursor: pointer;
}
a.wbicon{
	background-position: center -20px;
}
a.qqicon{
	background-position: center -40px;
}
ul.pageicon li a:hover{
	background-image: url(../../images/std/hover-pageicon.png);
}
.wxcode{
	width: 260px;
	height: auto;
	position: absolute;
	bottom: 41px;
	left: 50%;
	margin-left: -131px;
	border: 1px solid #ececec;
	display: none;
}
.wxcode u{
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 7px;
	bottom: -8px;
	left: 50%;
	margin-left: -7.5px;
	background: url(../../images/std/codeicon.png) no-repeat center;
}
/*3*/
.mapbox{
	width: 1224px;
	margin: 13px auto 48px auto;
	overflow: visible;
}
img.bigmap{
	width: 100%;
	height: auto;
}
.num-section{
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.container.cf{
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	overflow: hidden;
}
a.boxacss{
	padding: 0 80px;
	height: 73px;
	border-left: 1px solid #dbdbdb;
	display: inline-block;
	float: left;
}
a.boxacss:first-child{
	border: 0;
}
a.boxacss h3,a.boxacss h4{
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	color: #007BAF;
	height: 46px;
	float: left;
}
.maphover{
	position: absolute;
	/*cursor: pointer;*/
}
.map-title{
	width: auto;
	height: 35px;
	line-height: 35px;
	/*padding: 0 12px 0 25px;*/
	padding: 0 20px;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 1px;
	display: inline-block;
	z-index: 10;
	position: relative;
}
.map-title img.mapjia{
	width: 16px;
	height: 16px;
	margin: 10px 0 9px 24px;
}
.map-spanbox{
	width: auto;
	height: auto;
	position: relative;
	padding: 0 8px;
	overflow: hidden;
	color: #ffffff;
	line-height: 35px;
	font-size: 12px;
	z-index: 10;
}
.map-spanbox span{
	display: inline-block;
	float: left;
	padding: 0 4px;
}
.mapround{
	position: absolute;
	/*transition: all 0.4s;*/
}
/*.maphover:hover .mapround{
	transform: scale(1.3);
	z-index: 1;
}*/
.ouzhou{
	top: 40%;
	left: 86px;
}
.ouzhou .map-title,.ouzhou .map-spanbox{
	background: #ffa800;
}
.ouzhou .mapround{
	top: -76px;
	left: -90px;
}
.yazhou{
	top: 29%;
	left: 422px;
}
.yazhou .map-title,.yazhou .map-spanbox{
	background: #007BAF;
}
.yazhou .mapround{
	top: -43px;
	left: -90px;
}
.bmzhou{
	top: 46.7%;
	left: 942px;
}
.bmzhou .map-title,.bmzhou .map-spanbox{
	background: #007BAF;
}
.bmzhou .mapround{
	top: -97px;
	left: -104px;
}
/*4*/
.section4{
	margin-top: 0;
	padding: 0 11px;
}
.md-4-1{
	width: 25%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.section4 .md-4-1{
	padding: 0 11px;
}
.section4 .md-4-1 .box{
	text-align: center;
}
.img-box img{
	width: 100%;
	height: auto;
}
.mcm-a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000000;
	opacity: 0.7;
	display: none;
}
.imgfont{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #000000;
	position: relative;
}
.imgfont p{
	position: relative;
	width: 100%;
	top: 0;
	transition: all 0.4s;
	z-index: 5;
}
.section4 .md-4-1:hover p{
	top: -100%;
	color: #ffffff;
}
ul.tabeBox{
	display: block;
	text-align: center;
	margin: 66px auto 50px auto;
}
li.tabeBtn{
	width: 113px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #d0d0d0;
	color: #838383;
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
	transition: all 0.4s;
}
li.tabeBtn:hover,li.ontabeBtn{
	background: #007BAF;
	color: #ffffff;
	border: 1px solid #007BAF;
}
/*5 关于*/
.about-container{
	width: 81.5%;
	max-width: 1565px;
	/*margin: 144px auto 0 auto;*/
	margin: 0 auto;
	right: -100%;
	transition: all 0.6s;
}
.about-right{
	display: inline-block;
	float: right;
	width: 58%;
	text-align: center;
}
.about-right h6{
	font-size: 72px;
	line-height: 1em;
	color: #dbc49a;
	font-weight: normal;
}
.about-right h1{
	font-size: 36px;
	line-height: 1em;
	color: #161823;
	padding: 46px 0 24px 0;
}
.about-right p{
	color: #7c7a7a;
	line-height: 2em;
}
.about-right h5{
	font-size: 24px;
	color: #999999;
	padding-top: 44px;
	padding-bottom: 88px;
	line-height: 1em;
}
a.aboutmore{
	width: 146px;
	height: 34px;
	border-radius: 30px;
	background: #007BAF;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	line-height: 34px;
}
.aboutmore span{
	position: relative;
}
.aboutmore span:after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 4px;
	height: 7px;
	right: -13px;
	top: 50%;
	margin-top: -3.5px;
	background: url(../../images/std/aboutmoreicon.png) no-repeat center;
}
.about-left{
	display: inline-block;
	float: left;
	position: relative;
	left: -100%;
	transition: all 0.6s;
}
img.about-img-1{
	width: 470px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}
img.about-img-2{
	position: absolute;
	width: 413px;
	left: 284px;
	top: 229px;
}
/*6 new*/
.newbox{
	box-sizing: border-box;
	padding: 0 20px;
	margin: 26px auto 0 auto;
}
.newbox .md-4-1{
	padding: 0 10px;
}
.newbox .md-4-1 a img{
	transition: all 0.4s;
	width: 100%;
	margin-top: 20px;
}
.newbox .md-4-1 h1,.newbox .md-4-1 h2{
	/*white-space: nowrap;*/
	line-height:26px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
}
.newbox .md-4-1 h2{
	font-size: 20px;
	position: relative;
	color: #666666;
	line-height: 20px;
	margin-top: 18px;
	padding-bottom: 9px;
}
.newbox .md-4-1 h2 span{
	font-size: 14px;
	padding-left: 8px;
}
.newbox .md-4-1 h2:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 1px;
	background: #007BAF;
	bottom: 0;
	left: 0;
}
.newbox .md-4-1 h1{
	font-size: 16px;
	color: #555555;
	line-height: 1em;
	padding: 26px 0 22px 0;
	transition: all 0.4s;
}
.newbox .md-4-1 p{
	color: #777777;
	line-height: 1.6em;
	font-size: 14px;
}
a.newmore{
	width: 21px;
	height: 21px;
	display: inline-block;
	background: url(../../images/std/newmore.png) no-repeat center;
	position: relative;
	margin-top: 34px;
	bottom: -50px;
	transition: all 0.4s;
	margin-left: 10px;
}
.newbox .md-4-1:hover img{
	margin-top: 0;
}
.newbox .md-4-1:hover h1{
	color: #007BAF;
}
.newbox .md-4-1:hover a.newmore{
	bottom: 0;
}
.section-6 .fp-tableCell{
	transition: all 0.6s;
	position: relative;
	top: 0;
}
@media only screen and (max-width: 1600px) {
	.mapbox{
		width: 770px;
	}
	.ouzhou{
		left: 10px;
	}
	.yazhou{
		left: 320px;
		top: 22%;
	}
	.bmzhou{
		left: 580px;
	}
	.section4{
		width: 76%;
	}
	ul.tabeBox{
		margin: 40px auto 30px auto;
	}
	.section2{
		width: 80%;
		margin-top: 60px;
	}
	.big-more{
		width: 270px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.big-more:hover{
		width: 270px;
		background: #007BAF;
		padding: 0;
	}
	.about-right h6{
		font-size: 40px;
	}
	.about-right h1{
		font-size: 24px;
		padding: 24px 0 12px 0;
	}
	.about-right h5{
		font-size: 18px;
		padding: 30px 0 60px 0;
	}
	img.about-img-1{
		width: 360px;
	}
	img.about-img-2{
		width: 360px;
		left: 110px;
		top: 90px;
	}
	.about-container{
		overflow: visible;
		/*margin-top: 80px;*/
	}
	a.boxacss h3, a.boxacss h4{
		font-size: 30px;
	}
}
@media only screen and (max-width: 1366px) {
	.section2{
		margin-bottom: 35px;
	}
	.section2 .md-3-1 .box img{
		margin-bottom: 10px;
	}
	.section2 .md-3-1 .box{
		padding-bottom: 10px;
	}
	.section2 .md-3-1 .box .section-title{
		font-size: 14px;
	}
	.section-title{
		font-size: 18px;
	}
	.mapbox{
		margin-bottom: 28px;
	}
	a.boxacss{
		padding: 0 50px;
		height: 60px;
	}
	a.boxacss h3, a.boxacss h4{
		line-height: 30px;
		height: 34px;
	}
	.imgfont{
		font-size: 12px;
		height: 46px;
		line-height: 46px;
	}
	li.tabeBtn{
		width: 76px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		margin: 0 12px;
	}
	.big-more{
		width: 230px;
	}
	.about-right p{
		font-size: 12px;
	}
	.about-right{
		width: 52%;
	}
	img.about-img-1{
		width: 310px;
	}
	img.about-img-2{
		width: 275px;
		left: 190px;
		top: 152px;
	}
}
@media only screen and (max-width: 1000px) {
	.pagefoot{
		display: none !important;
	}
	.section2{
		width: 98%;
		margin: 20px 0;
	}
	.section2 .md-3-1,.section4 .md-4-1{
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.big-more{
		width: 150px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.section-title span{
		display:block;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	img.bigmap,.map-title img.mapjia,.mapround{
		display: none;
	}
	.mapbox{
		width: 80%;
		overflow: hidden;
	}
	.maphover{
		position: relative;
		margin-bottom: 2px;
	}
	.maphover{
		left: 0;
		top: auto;
	}
	.map-title{
		display: block;
		margin-bottom: 0;
		padding: 6px 12px 0 12px;
		height: 30px;
		line-height: 30px;
	}
	.map-spanbox{
		line-height: 30px;
	}
	a.boxacss{
		border: 0;
		width: 50%;
		box-sizing: border-box;
		padding: 8px;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	a.boxacss h3, a.boxacss h4{
		float: none;
		font-size: 20px;
		line-height: 20px;
		height: 24px;
	}
	li.tabeBtn{
		width: auto;
		padding: 0 10px;
		margin: 0 8px;
	}
	ul.tabeBox{
		margin: 26px auto 18px auto;
	}
	.section4{
		margin: 0 auto;
		width: 80%;
	}
	.imgfont{
		height: 30px;
		line-height: 30px;
	}
	.about-left{
		display: none;
	}
	.about-container{
		/*margin-top: 28px;*/
		overflow: hidden;
	}
	.about-right{
		display: block;
		width: 100%;
		float: none;
	}
	.about-right h6{
		font-size: 30px;
	}
	.newbox .md-4-1{
		width: 50%;
		margin-bottom: 16px;
	}
	.newbox{
		padding: 0;
	}
	.newbox .md-4-1 p{
		display: none;
	}
	.newbox .md-4-1 a img{
		margin-top: 0;
	}
	.newbox .md-4-1 h2{
		font-size: 18px;
		line-height: 18px;
		margin-top: 12px;
		padding-bottom: 5px;
	}
	.newbox .md-4-1 h1{
		font-size: 14px;
		padding: 8px 0;
	}
	a.newmore{
		bottom: 0;
		margin-top: 0;
		margin-left: 0;
	}
}



/*banner*/
.bzBanner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.bzBanner .content,
.bzBanner .col{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bzBanner .col{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bzBanner .pre,
.bzBanner .next{
	width: 38px;
	height: 38px;
	margin-top: -19px;
	border: 0;
	display: inline-block;
	position: absolute;
	transition: all 0.4s;
	background-repeat: no-repeat;
	background-image: url(../../images/std/banner-btn.png);
	z-index: 50;
	top: 50%;
}
.bzBanner .next{
	right: 3%;
	background-position: center -38px;
}
.bzBanner .pre{
	left: 3%;
	background-position: center 0;
}
.bzBanner .next:hover,
.bzBanner .pre:hover{
	background-image: url(../../images/std/hover-banner-btn.png);
}
.bzBanner .btn i{
	width: 1px;
	display: inline-block;
	cursor: pointer;
	height: 10px;
	border: 1px solid #fff;
	margin: 0 3px;
	transition: all 0.4s;
}
.bzBanner .btn i.act{
	height: 16px;
	border: 1px solid #007BAF;
	background: #007BAF;
}
.bzBanner .btn{position: absolute; bottom:25px; right:50px; z-index:5; }
.bzBanner .btn{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 29px;
	z-index: 30;
	text-align: center;
}
/*banner 1*/
.banner-1-left{
	width: 31.82%;
	height: 100%;
	position: absolute;
	display: table;
	text-align: center;
	top: 0;
	left: 13.22%;
}
.banner-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.banner1-font{
	width: 100%;
}
.banner-1-left img{
	width: 100%;
}
.banner-1-left a,
.big-table a,
.banner3-font a{
	display: block;
	width: 170px;
	height: 40px;
	background: #007BAF;
	color: #ffffff;
	line-height: 40px;
	margin-top: 20%;
}
.banner-1-images{
	width: 51.4%;
	height: auto;
	position: absolute;
	bottom: 9.2%;
	right: 8.5%;
}
.banner-1-images img{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*banner 2*/
.big-table{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: table;
}
.banner-2-box{
	width: 73.9583%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.banner-2-box img{
	width: 50%;
	display: inline-block;
	float: left;
	height: auto;
}
.big-table a{
	margin: 4% auto 0 auto;
	text-align: center;
}
.hover-box{
	left: -50%;
	top: -50%;
	width: 100%;
	height: 100%;
	position: absolute;
}
.hover-box img{
	width: 100%;
	transition: all 0.4s;
	position: absolute;
}
/*banner 3*/
.covered{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*.changeable,*/
.covered{
	background-size: cover;
}
.covered {
	position: relative;
}

.handle {
	position: absolute;
	width : 46px;
	height: 46px;
	margin-left  : -23px;
	margin-top   : -23px;
	border-radius: 50%;
	top: 50%;
	background-color: #fff;
	text-align : center;
	cursor: pointer;
}
.handle span{
	display : inline-block;
	margin : 15px 1px 0;
	color : #000;
	width: 9px;
	height: 15px;
	background-image: url(../../images/std/zy.png);
	background-repeat: no-repeat;
	-webkit-transition : .1s ease-out;
	-moz-transition : .1s ease-out;
	-ms-transition : .1s ease-out;
	-o-transition : .1s ease-out;
	transition : .1s ease-out;
}
.handle span.left{
	background-position: 0 0;
}
.handle span.right{
	background-position: 0 -16px;
}
.handle.vertical {
	-webkit-transform : rotate(90deg);
	-moz-transform : rotate(90deg);
	-ms-transform : rotate(90deg);
	-o-transform : rotate(90deg);
	transform : rotate(90deg);
}
.handle:hover span {
	color : #FFF;
}
.draggable {
	cursor : move;
}
.draggable span {
	margin : 15px 4px 0;
	color  : #FFF;
	-webkit-transition : .1s ease-out;
	-moz-transition : .1s ease-out;
	-ms-transition : .1s ease-out;
	-o-transition : .1s ease-out;
	transition : .1s ease-out;
}
.banner3-font{
	position: absolute;
	width: 36%;
	height: auto;
	left: 50%;
	margin-left: -18%;
	top: 36%;
}
.banner3-font img{
	width: 100%;
}
.banner3-font a{
	text-align: center;
	margin: 10% auto 0 auto;
}
@media only screen and (max-width: 1023px) {
	.banner-1-left{
		width: 50%;
	}
	.banner-1-left a,
	.big-table a,
	.banner3-font a{
		width: 118px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}
	.banner-2-box{
		width: 80%;
	}
	.bzBanner .pre,
	.bzBanner .next{
		width: 20px;
	}
	.banner3-font{
		width: 64%;
		margin-left: -32%;
	}
}