
.section { 
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.section1 { 
	
}
.section1 .slide{ 
		
}
.section1 .slide a{ 
	display: block;
	width: 100%;
	height: 100%;
	background-position:50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.section1 .fp-controlArrow.fp-prev{
	left: 150px;
	display: none;
}
.section1 .fp-controlArrow.fp-next{
	right: 150px;
	display: none;
}
.section1 .list{
	position: absolute;
	z-index: 50;
	left: 50%;
	bottom: 20%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.section1 .list li{
	margin-right: 110px;
}
.section1 .list li:last-child{
	margin-right: 0;
}
.section1 .list li a{
	display: block;
	width: 133px;
	height: 47px;
	background-color: #d8271c;
	background-image: url(../image/right_jiantou.png);
	background-repeat: no-repeat;
	background-position: right 14px center;
	border-radius: 10px;
	line-height: 47px;
	font-size: 22px;
	color: #ffffff;
	padding: 0 0 0 14px;
}
.section1 .list li:nth-child(2) a{
	background-color: #F08519;
}

.gongyong_title{	
	margin-bottom: 35px;
}
.gongyong_title a{
	display: inline-block;
	font-size: 35px;
	color: #000000;
	line-height: 45px;
}
.gongyong_title1 a{
	color: #ffffff;
}

.section2 { 
	
}
.section2 .bg{ 
	background: rgba(220,220,220,.6);
	padding: 20px 20px 30px 20px;
}

.section2 .about{ 
	
}
.section2 .about .about_desc{ 
	width: 365px;
	font-size: 15px;
	color: #000000;
	line-height: 30px;
	height: 390px;
	overflow: hidden;
}
.section2 .about .list{ 
	margin-left: 70px;
	padding: 30px 0;
}
.section2 .about .list .item{ 
	margin-bottom: 90px;
}
.section2 .about .list .item:last-child{
	margin-bottom: 0;
}
.section2 .about .list .item a{ 
	display: block;
	font-size: 24px;
	color: #666666;
	line-height: 30px;
	padding: 10px 0 10px 65px;
	background-position: left center;
	background-repeat: no-repeat;
}
.section2 .about .list .item:nth-child(1) a{
	background-image: url(../image/ico_1.png);
}
.section2 .about .list .item:nth-child(2) a{
	background-image: url(../image/ico_2.png);
}
.section2 .about .list .item:nth-child(3) a{
	background-image: url(../image/ico_3.png);
}
.section2 .about .pic{ 
	width: 475px;
	height: 410px;
	font-size: 0;	
}
.section2 .about .pic a{ 
	display: block;
}
.section2 .about .pic img{ 
	width: 100%;
	height: 100%;
	box-shadow: 8px -8px 8px rgba(148,148,148,1);
}

.section3 { 
	
}
.section3 .picScroll-left{
	width:100%;
	overflow:hidden;
	position:relative;
}
.section3 .picScroll-left .hd{
	font-size: 0;
	margin-top: 60px;
}
.section3 .picScroll-left .hd ul{ 
	text-align: center;
}
.section3 .picScroll-left .hd ul li{ 
	display: inline-block;
	vertical-align: top;
	width:108px;
	height:8px; 
	overflow:hidden; 
	margin-right:50px;
	font-size: 0;
	cursor:pointer; 
	background:#ffffff;
}
.section3 .picScroll-left .hd ul li:last-child{
	margin-right: 0;
}
.section3 .picScroll-left .hd ul li.on{ 
	background: #F08519;
}
.section3 .picScroll-left .bd{
	overflow: hidden;
}
.section3 .picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.section3 .picScroll-left .bd ul li{
	margin-right: 40px;
	float:left;
	_display:inline;
	overflow:hidden; 
	text-align:center;  
}
.section3 .picScroll-left .bd ul li .item{
	width: 270px;
	border: 1px solid #C0D3EC;
	background: rgba(2,41,106,.75);
	padding: 10px 10px 20px 10px;
}
.section3 .picScroll-left .bd ul li .item .pic{ 
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.section3 .picScroll-left .bd ul li .item .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section3 .picScroll-left .bd ul li .item .pic img{ 
	position: absolute;
	width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section3 .picScroll-left .bd ul li .item .content{
	
}
.section3 .picScroll-left .bd ul li .item .content .title{
	font-size: 0;
	padding: 15px 0 15px;
}
.section3 .picScroll-left .bd ul li .item .content .title a{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	line-height: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section3 .picScroll-left .bd ul li .item .content .desc{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}


.section4 { 
	
}
.section4 .news{
	
}
.section4 .news .cate{
	width: 165px;
	border-right: 2px solid #BFBFBF;
	padding: 40px 0;
	margin: 42.5px 0;
}
.section4 .news .cate li{
	margin-bottom: 50px;
}
.section4 .news .cate li:last-child{
	margin-bottom: 0;
}
.section4 .news .cate li a{
	display: block;
	font-size: 26px;
	color: #ffffff;
	line-height: 35px;
	padding: 25px 0;
	text-align: center;
	position: relative;
}
.section4 .news .cate li:hover a:after,
.section4 .news .cate li.active a:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 100%;
	background: #F08519;
	top: 0;
	right: -2px;
	z-index: 5;
}
.section4 .news .qiehuan{
	width: 1000px;
}
.section4 .news .qiehuan .itema{
	display: none;
}
.section4 .news .qiehuan .itema:first-child{
	display: block;
}
.section4 .news .qiehuan .itema .picScroll-left{
	width:100%;
	overflow:hidden;
	position:relative;
}
.section4 .news .qiehuan .itema .picScroll-left .hd{
	font-size: 0;
	margin-top: 12px;
	text-align: right;
}
.section4 .news .qiehuan .itema .picScroll-left .hd .prev{
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 29px;
	background: url(../image/prev.jpg) no-repeat center;
	cursor: pointer;
	margin-right: 12px;
}
.section4 .news .qiehuan .itema .picScroll-left .hd .next{ 
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 29px;
	background: url(../image/next.jpg) no-repeat center;
	cursor: pointer;
}
.section4 .news .qiehuan .itema .picScroll-left .bd{
	overflow: hidden;
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li{
	margin-right: 35px;
	float:left;
	_display:inline;
	overflow:hidden; 
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item{
	width: 310px;
	background: rgba(1,23,69,.5);
	padding: 10px 10px 20px 10px;
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item .pic{ 
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item .pic img{ 
	position: absolute;
	width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item .content{
	
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item .content .title{
	font-size: 0;
	padding: 15px 0 15px;
	text-align:center;  
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item .content .title a{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	line-height: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item .content .desc{
	font-size: 12px;
	color: #cccccc;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item .content .time{
	margin-top: 30px;
	font-size: 0;
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item .content .time span{
	font-size: 12px;
	color: #cccccc;
	margin-right: 15px;
	display: inline-block;
	line-height: 15px;
}
.section4 .news .qiehuan .itema .picScroll-left .bd ul li .item .content .time span:last-child{
	margin-right: 0;
}


.section5 { 
	
}
.section5 .picScroll-left{
	width:100%;
	overflow:hidden;
	position:relative;
}
.section5 .picScroll-left .hd{
	font-size: 0;
	margin-top:40px;
	text-align: right;
}
.section5 .picScroll-left .hd .prev{
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 29px;
	background: url(../image/prev.jpg) no-repeat center;
	cursor: pointer;
	margin-right: 12px;
}
.section5 .picScroll-left .hd .next{ 
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 29px;
	background: url(../image/next.jpg) no-repeat center;
	cursor: pointer;
}
.section5 .picScroll-left .bd{
	overflow: hidden;
}
.section5 .picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.section5 .picScroll-left .bd ul li{
	margin-right: 40px;
	float:left;
	_display:inline;
	overflow:hidden; 
	text-align:center;  
}
.section5 .picScroll-left .bd ul li .item{
	width: 270px;
	background: #ffffff;
	padding: 10px 10px 10px 10px;
}
.section5 .picScroll-left .bd ul li .item .pic{ 
	width: 100%;
	height: 140px;
	overflow: hidden;
}
.section5 .picScroll-left .bd ul li .item .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section5 .picScroll-left .bd ul li .item .pic img{ 
	position: absolute;
	width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section5 .picScroll-left .bd ul li .item .content{
	
}
.section5 .picScroll-left .bd ul li .item .content .title{
	font-size: 0;
	padding: 15px 0 15px;
}
.section5 .picScroll-left .bd ul li .item .content .title a{
	font-size: 16px;
	color: #000000;
	display: inline-block;
	line-height: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section5 .more{
	text-align: center;
	margin-top: 40px;
}
.section5 .more a{
	width: 210px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	font-size: 16px;
	color: #ffffff;
}

.section6{
	
}
.section6 .bg{
	background: rgba(214,212,212,.4);
	padding: 25px;
}
.section6 .bg .title{
	font-size: 0;
	margin-right: 20px;
}
.section6 .left{
	width: 50%;
}
.section6 .left .content{
	width: 515px;
	padding-top: 60px;
}
.section6 .left .content .list{
	
}
.section6 .left .content .list li{
	width: 50%;
}
.section6 .left .content .list p{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
}
.section6 .left .content .info{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
}
.section6 .left .content .ewm{
	margin-top: 25px;
   	text-align: center;
}
.section6 .left .content .ewm .item{
	font-size: 0;
	width: 110px;
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
}
.section6 .left .content .ewm .item:last-child{
	margin-right: 0;
}
.section6 .left .content .ewm .item a{
	display: inline-block;
}
.section6 .left .content .ewm .item img{
	width: 110px;
	height: 110px;
}
.section6 .left .content .ewm .item p{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.section6 .right{
	width: 50%;
}
.section6 .right #allmap{
	width: 515px;
	height: 375px;
}
.section6 .right #allmap img{
	max-width: inherit!important;
}
