*{margin: 0px;padding: 0px;}
body{min-width: 1372px;background:#ffffff;margin:0px; padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/


.main{
	width:1200px;
	margin: 0 auto;
}

.head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head .name{
	width: 100%;
	height: 100%;
	background: url(../images/name.png) no-repeat left center;
}
.head  .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 88px;
}
.head .btn{
	float: right;
	width: 24px;
	height: 24px;
	background: url(../images/btn01.png) no-repeat center;
	background-size: 100% auto;
	display: none;
}
.nav{
	width: 100%;
	height: 60px;
	background: #008833;
}
.nav ul{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 170px;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.nav ul li:last-child:after{
	display: none;
}
.nav ul li:after{
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom:0;
	background: url(../images/nav.png) no-repeat center;
}
.nav ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.nav ul li:hover {
	background: #70d332;
}



.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner img{
	width: 100%;
	display: block;
}
.m_banner{
	display: none;
}

.banner .swiper-pagination span{
	border: 1px solid #333333;
	box-sizing: border-box;
	margin: 0 10px !important;
	opacity: 1;
	background: none;
	width: 20px;
	height: 20px;
}
.banner .swiper-pagination-bullet-active{
	background: #333333 !important;
}
.in-banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-banner img{
	display: block;
}
.in-banner img{
	width: 100%;
	display: block;
}
.in-banner img:last-child{
	display: none;
}

 


.product{
	width: 100%;
	height:auto;
	overflow: hidden;
 
}

.title{
	background: url(../images/title.png) no-repeat center 50px;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}
.title p{
	color:#222222;
	font-size: 30px;
	text-align: center;
}
.title span{
	display: block;
	color:#999999;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product .list ul li{
	float: left;
	width: 226px;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 10px;
	line-height: 40px;
	margin-left: 14px;
}
.product .list ul li:nth-child(6n-5){
	margin-left: 0px;
}
.product .list ul li a{
	display: block;
	color:#222222;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.product .list ul li:hover{
	background: #008833;
	border: 1px solid #008833;
}
.product .list ul li:hover a{
	color:#fff;
}

.product .img{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.product .img ul li{
	float: left;
	width: 384px;
	height: auto;
	overflow: hidden;
	margin-left: 23px;
	margin-bottom: 5px;
}
.product .img ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .img ul li img{
	display: block;
	width: 384px;
	height: 256px;
	transition: .5s;
}
.product .img ul li  p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#222222;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 15px;
}

.product .img ul li div{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product .img ul li:hover img{
	transform: scale(1.05);
}

.product  .more{
	display: block;
	width: 230px;
	height: 50px;
	border: 1px solid #999999;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	color:#999999;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 30px;
}


.cases{
	width: 1400px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
}


.cases .title p{
	color:#222222;
}

.cases .list{
	width:900px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

 
.cases .list ul li{
	float: left;
	width: 186px;
	height: 40px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	line-height: 40px;
	margin-bottom: 10px;
	margin-left: 14px;
}
.cases .list ul li:nth-child(4n-3){
	margin-left: 0px;
}
.cases .list ul li a{
	display: block;
	color:#222222;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.cases .list ul li:hover{
	background: #666666;
	border: 1px solid #666666;
}
.cases .list ul li:hover a{
	color:#fff;
}
.cases .swiper-container{
	width:1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	position: initial;
}
.cases .swiper-button-next ,.cases .swiper-button-prev{
	width: 70px;
	height: 70px;
	background:none;
	top: 270px;
	margin: 0;
}
.cases .swiper-container .swiper-slide{
	width: 100%;
}
.cases .swiper-container .swiper-slide  div{
	width: 284px;
	height: 284px;
	overflow: hidden;
}
.cases .swiper-container .swiper-slide img{
	display: block;
	width: 284;
	height:284px;
	transition: .5s;
}
.cases .swiper-container .swiper-slide:hover img{
	transform: scale(1.05);
}
.cases .swiper-container .swiper-slide  p{
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	color:#222222;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cases .more{
	display: block;
	margin: 0 auto;
	width: 233px;
	height: 50px;
	border: 1px solid #666666;
	margin-top: 40px;
	text-align: center;
	line-height: 50px;
	color:#666666;
	font-size: 15px;
	text-transform: uppercase;
	border-radius:5px;
}
.about{
	width: 100%; 
	height:500px;
	overflow: hidden;
	margin-top: 60px;
	background: #008833; /* Old browsers */
	background: -moz-linear-gradient(top,  #008833 49%, #ffffff 49%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #008833 49%,#ffffff 49%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #008833 49%,#ffffff 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008833', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.about .bd{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #c7c6c6;
	box-shadow: 0 0 5px 1px #c7c6c6;
	background: #fff;
	margin-top: 10px;
}

.about .bd .intro{
	width: 535px;
	height: 420px;
	overflow: hidden;
	margin-left: 70px;
	margin-top: 60px;
	float: left;
}

.about .bd .intro .tit span{
	display: block;
	width: 250px;
	color:#666666;
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
	font-family: 'Arial';
	background: url(../images/icon02.png)no-repeat right center;
}

.about .bd .intro .tit p{
	color:#222222;
	font-size: 34px;
	margin-top: 3px;
}

.about .bd .intro .info{
	width: 100%;
	height: 175px;
	overflow: hidden;
	margin-top: 20px;
	font-size:15px;
	color:#555;
	line-height:28px;
	text-align:justify;
}
.about .bd .intro .info p{
	color:#666666;
	font-size: 15px;
	text-indent: 2em;
	line-height: 25px;
}

.about .bd .intro .more{
	display: block;
	width: 233px;
	height: 50px;
	border: 1px solid #666666;
	margin-top: 50px;
	text-align: center;
	line-height: 50px;
	color:#666666;
	font-size: 15px;
	text-transform: uppercase;
	border-radius:5px;
}

.about .bd  .pic{
	float: right;
	width: 470px;
	height: auto;
	margin-top: 40px;
	margin-right: 70px;
	overflow: hidden;
}.about .bd  .pic img{
	display: block;
	width: 470px;
	height: 408px;
}


 
.news{
	width: 100%;
	height: 700px;
	overflow: hidden;
	margin-top: 60px;
	background: url(../images/bg03.png) no-repeat center;
}
.news  .title{
	background:url(../images/title02.png) no-repeat center 50px;
}
.news  .title p{
	color:#fff;
}
.news  .title span{
	color:#fff;
}

.news .left{
	width: 372px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 35px;
}
.news .left img{
	display: block;
	width: 372px;
	height: 215px;
}
.news .left .intro{
	width: 332px;
	padding:15px 20px;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
}

.news .left .intro .time{
	width: 88px;
	height: 80px;
	background: #008833;
	overflow: hidden;
	float: left;
}

.news .left .intro .time b{
	color:#ffffff;
	font-size: 30px;
	display: block;
	text-align: center;
	margin-top: 7px;
}
.news .left .intro .time  span{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 15px;

}

.news .left .intro   h4{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	width: 220px;
	float: right;
	font-weight: normal;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color:#666666;
}

.news .left .intro p{
	float: left;
	font-size: 13px;
	color:#666666;
	line-height: 20px;
	margin-top: 10px;
}
.news ul {
	float: right;
	width: 808px;
	margin-top: 35px;
	height: auto;
	overflow: hidden;
}
.news ul li{
	width: 360px;
	padding: 15px;
	float: left;
	height: 88px;
	background: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 10px;
}
.news ul li:nth-child(2n){
	float: right;
}

.news ul li .time{
	width: 88px;
	height: 88px;
	overflow: hidden;
	background: #afafaf;
	float: left;
}

.news ul li .time b{
	color:#fff;
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
	display: block;
}
.news ul li .time span{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 15px;
	margin-top: 5px;
}
.news ul li .intro{
	width: 250px;
	height: auto;
	overflow: hidden;
	float: right;
}

.news ul li .intro h4{
	width: 100%;
	color:#1a1a1a;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}

.news ul li .intro p{
	color:#666666;
	font-size: 13px;
	line-height: 20px;
	margin-top: 8px;
}

.news .main{
	height: auto;
	overflow: hidden;
}
.news .more{
	display: block;
	margin: 0 auto;
	width: 233px;
	height: 50px;
	border: 1px solid #fff;
	margin-top: 40px;
	text-align: center;
	line-height: 50px;
	color:#fff;
	font-size: 15px;
	text-transform: uppercase;
	border-radius:5px;

}



.section{
	width: 100%;
	height: auto;
	padding-top: 80px;
}
.section .bd{
	width: 1200px;
	margin: 0 auto;
	height: 500px;
	background: #fff;
	box-shadow: 0 0 5px 2px #d2d1d1;
}

.mssg{
	width: 600px;
	height: 500px;
	float: left;
	background: #008833;
}

.mssg .tit{
	width: 245px;
	height: 100px;
	background: #fff;
	margin-left: 45px;
	overflow: hidden;
}

.mssg .tit p{
	color:#666666;
	font-size: 24px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 20px;
}
.mssg .tit span{
	display: block;
	color:#666;
	margin-left: 25px;
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 20px;
}

.mssg form{
	width: 505px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 34px;
}
.mssg form ul{
	height: auto;
	overflow: hidden;
}
.mssg form ul li{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.mssg form ul li p{
	color:#fff;
	font-size: 18px;
	float: left;
	line-height: 50px;
}
.mssg form ul li input{
	width: 410px;
	height: 48px;
	border: 1px solid #d2d2d2;
	background: #fff;
	border-radius: 5px;
	border: none;
	float: right;
	outline: none;
	text-indent: 10px;
	font-family: '微软雅黑';
	font-size: 15px;
}

.mssg form ul li textarea{
	width: 410px;
	height:100px;
	border: 1px solid #d2d2d2;
	outline: none;
	background: #fff;
	border-radius: 5px;
	border: none;
	float: right;
	padding-top: 10px;
	text-indent: 10px;
	font-family: '微软雅黑';
	font-size: 15px;
}
.mssg form .btn{
	width: 100%;
	height: 60px;
	background: #70d332;
	color:#fff;
	font-size: 18px;
	outline: none;
	border: none;
	border-radius: 5px;
	margin-top: 20px;
}

.contact{
	float: right;
	width: 508px;
	height: auto;
	margin-right:45px;
	overflow: hidden;
}
.contact .tit{
	width: 245px;
	height: 100px;
	background: #008833;
	overflow: hidden;
}

.contact .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 20px;
}
.contact .tit span{
	display: block;
	color:#fff;
	margin-left: 25px;
	margin-top: 5px;
	font-size: 20px;
}
.contact .pic{
	width: 100%;
	height: auto;
	margin-top: 34px;
	overflow: hidden;
}
.contact .pic img{
	display: block;
	width: 508px;
	height: 140px;
}

.contact .intro{
	width: 100%;
	height:  180px;
	overflow: auto;
	margin-top: 20px;
}
.contact .intro h4{
	font-size: 18px;
	color:#333333;

}
.contact .intro p{
	color:#333333;
	font-size: 16px;
	line-height:26px;
	margin-top: 10px;
}
.links{
	width: 100%;
	height: 66px;
	background: #008833;
	margin-top: 60px;
}
.links p{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	float: left;
	line-height: 66px;
}
.links ul{
	float: right;
	width: 1090px;
	height: 66px;
}
.links ul li{
	float: left;
	padding: 0 10px;
	line-height: 66px;
	overflow: hidden;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #fff;
}
.links ul li a{
	color:#fff;
	font-size: 12px;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.footer{
	width: 100%;
	height: auto;
	padding: 40px 0;
	overflow: hidden;
	background: #2c2c2c;
 
}
.footer .intro b {
	display: none;
}
.footer .menu{
	display: table;
	margin: 0 auto;
	border-bottom: 1px solid #555555;
 
}
.footer .menu ul li{
	float: left;
	height: 35px;
	padding: 0 30px;

}
.footer .menu ul li:first-child{
	padding-left: 0;
}
.footer .menu ul li:last-child{
	padding-right: 0;
}
.footer .menu ul li a{
	color:#999999;
	font-size: 16px;
}
.footer  a{
	color:#999;
}
.footer  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer  .intro p{
	color:#999;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
.footer .ewm{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}
.footer .ewm img{
	display: block;
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 10px;
	border: 2px solid #fff;
}
.footer .gotop{
	width: 100%;
	height: 40px;
	background: #008833;
	display: none;
	justify-content: center;
	align-items: center;
}
.footer .gotop img{
	display: block;
	height: 12px;
	margin-right: 5px;
}
.footer .gotop p{
	color:#fff;
	font-size: 12px;
}


 .float{
 	width: 100%;
 	height: auto;
 	overflow: hidden;
 	position: fixed;
 	bottom: 0;
 	z-index: 1000;
 	display: none;
 }
  .float ul{
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  }
 .float ul li{
 	float: left;
 	width: 24%;
 	height: 80px;
 	background: #008833;
  
 }

  .float ul li img{
  	height: 30px;
  	display: block;
  	margin: 0 auto;
  	margin-top: 15px;
  }
.float ul li  p{
	color:#fff;
	font-size: 13px;
	text-align: center;
	margin-top: 8px;
}


.title-bar{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	margin-top: 30px;
	padding-bottom: 10px;
}

.title-bar .tit{
	float: left;
}

.title-bar .tit h4{
	font-size: 26px;
	color:#333333;
	font-weight: normal;
	 
	padding-left: 10px;
	position: relative;
}
.title-bar .tit h4:after{
	content: "";
	width: 5px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	background: #666666;
}

.title-bar .tit span{
	color:#999999;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.crumbs{
	float: right;
	padding-right: 10px;
	margin-top: 20px;
	background: url(../images/icon05.png)  no-repeat left center;
	padding-left: 10px;
}
.crumbs a{
	color:#999999;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: -10px;
	top: 0;
	color:#999999;
}


.cases-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases-list .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases-list .list ul li{
	float: left;
	width: 225px;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 10px;
	line-height: 40px;
	margin-bottom: 10px;
	margin-left: 14px;
}
.cases-list .list ul li:nth-child(6n-5){
	margin-left: 0px;
}
.cases-list .list ul li a{
	display: block;
	color:#999999;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.cases-list .list ul li:hover{
	background: #008833;
	border: 1px solid #008833;
}
.cases-list .list ul li:hover a{
	color:#fff;
}

.cases-list .pic ul {
	margin-left: -13px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases-list .pic ul li{
	float: left;
	width: 290px;
	height:auto;
	overflow: hidden;
	margin-left: 13px;
	box-sizing: border-box;
	margin-bottom: 5px;
 
}

.cases-list .pic ul li div{
	overflow: hidden;
}
.cases-list .pic ul li img{
	display: block;
	width: 290px;
	height: 240px;
	transition: .5s;
}

.cases-list .pic ul li h4{
	width: 240px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 25px;
	color:#222222;
	font-size: 15px;
	height: 25px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.cases-list .pic ul li  p{
	 width: 100%;
	 height: auto;
	 overflow: hidden;
	 line-height: 40px;
	 font-size: 15px;
	 color:#222222;
	 text-align: center;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cases-list .pic ul li:hover img{
	transform: scale(1.05);
}

.page{
	display: table;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
}
.page ul {
	display: table;
}
.page .thisclass{
	background: #666666;
	color:#fff;
}
.page ul li{
	float: left;
	padding: 0 10px;
	margin: 0 5px;
	color:#333;
	border: 1px solid #c7c7c7;
	line-height: 30px;
	height: 30px;
}

.page ul li a{
	color:#333;
}
.page  select{
	border: none;
	background: none;
	outline: none;
}


.detailed-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.detailed-cont .info{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.detailed-cont .info img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.detailed-cont .info p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}

.fy{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	border-bottom: 1px dashed #d2d2d2;
	padding-bottom: 10px;
}
.fy div{
	float: left;
}

.fy p{
	color:#333333;
	font-size: 14px;
	line-height: 30px;
 
}

.fy p a{
	color:#333333;
}

.fy .return{
	float: right;
	color: #333333;
	margin-top: 30px;
	font-size: 14px;
}
 

.in-ad{
	margin-top: 0;
}

.about-intro{
	width: 1200px;
	margin:  0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
}

.about-intro .info{
	
	color:#555;
	font-size: 16px;
	line-height: 30px;
	text-align:justify;
	
}

.about-intro .info p{
	color:#555;
	font-size: 16px;
	line-height: 30px;
	text-align:justify;
}
.about-intro .info  img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.mssg-intro{
	width: 620px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
}

.mssg-intro form{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mssg-intro form ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.mssg-intro form ul li p{
	color:#666666;
	font-size: 13px;
}

.mssg-intro form ul li  input{
	width: 100%;
	height: 30px;
	outline: none;
	border: 1px dashed #c4c4c4;
	box-sizing: border-box;
	text-indent:8px;
	color:#333;
	background: #f1f1f1;
	margin-top: 5px;
}


.mssg-intro form ul li textarea{
	height: 120px;
	width: 100%;
 	padding-top: 5px;
	outline: none;
	resize: none;
	border: 1px dashed #c4c4c4;
	box-sizing: border-box;
	text-indent:8px;
	color:#333;
	background: #f1f1f1;
	margin-top: 5px;
}

.mssg-intro form .btn{
	width: 100%;
	height: 40px;
	background: #00a0e8;
	border: none;
	outline: none;
	color:#fff;
	overflow: hidden;

}


.news-list{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
.news-list ul {
	 
	width:100%;
	margin-top: 5px;
	height: auto;
	overflow: hidden;
}
.news-list ul li{
	width: 565px;
	padding: 15px;
	float: left;
	height: 88px;
	background: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 10px;
}
.news-list ul li:nth-child(2n){
	float: right;
}

.news-list ul li .time{
	width: 88px;
	height: 88px;
	overflow: hidden;
	background: #afafaf;
	float: left;
}

.news-list ul li .time b{
	color:#fff;
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
	display: block;
}
.news-list ul li .time span{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 15px;
	margin-top: 5px;
}
.news-list ul li .intro{
	width: 458px;
	height: auto;
	overflow: hidden;
	float: right;
}

.news-list ul li .intro h4{
	width: 100%;
	color:#1a1a1a;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}

.news-list ul li .intro p{
	color:#666666;
	font-size: 13px;
	line-height: 20px;
	margin-top: 8px;
}



.inside-news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
}


.inside-news .title p{
	color:#222222;
}


.inside-news ul {
	 
	width:100%;
	margin-top: 35px;
	height: auto;
	overflow: hidden;
}
.inside-news ul li{
	width: 565px;
	padding: 15px;
	float: left;
	height: 88px;
	background: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 10px;
}
.inside-news ul li:nth-child(2n){
	float: right;
}

.inside-news ul li .time{
	width: 88px;
	height: 88px;
	overflow: hidden;
	background: #afafaf;
	float: left;
}

.inside-news ul li .time b{
	color:#fff;
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
	display: block;
}
.inside-news ul li .time span{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 15px;
	margin-top: 5px;
}
.inside-news ul li .intro{
	width: 458px;
	height: auto;
	overflow: hidden;
	float: right;
}

.inside-news ul li .intro h4{
	width: 100%;
	color:#1a1a1a;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}

.inside-news ul li .intro p{
	color:#666666;
	font-size: 13px;
	line-height: 20px;
	margin-top: 8px;
}


.article-intro{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
}

.article-intro .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.article-intro .tit p{
	color:#1a1a1a;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.article-intro .tit span{
	display: block;
	text-align: center;
	color:#666666;
	font-size: 12px;
	margin-top: 10px;
}

.article-intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.article-intro .info p{
	color:#555;
	font-size: 16px;
	line-height: 30px;
	text-align:justify;
}

.article-intro img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


.cont-intro{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 60px;
}
 

.cont-intro .bd{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}
.cont-intro  .bd .cont{
	float: left;
	width: 508px;
	height: auto;
	overflow: hidden;
}
 
.cont-intro  .bd .cont img{
	display: block;
	width: 100%;
}
.cont-intro  .bd .cont .info{
	width: 100%;
	height: 240px;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding-left: 16px;
}

.cont-intro  .bd .cont .info h4{
	color:#333333;
	font-size: 18px;
	margin-top: 30px;
}

.cont-intro  .bd .cont .info p{
	color:#333333;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}

.cont-intro  .bd .about-msg{
	float: right;
	width: 510px;
	height: auto;
	overflow: hidden;
}
.cont-intro  .bd .about-msg .tit{
	height: auto;
	overflow: hidden;
}
.cont-intro  .bd .about-msg .tit p{
	color:#666666;
	font-size: 18px;
	float: left;
	line-height: 25px;
}
.cont-intro  .bd .about-msg .tit  span{
	display: block;
	float: left;
	margin-left: 10px;
	color:#999999;
	line-height: 25px;
	font-size: 12px;
}

.cont-intro  .bd .about-msg form{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.cont-intro  .bd .about-msg form ul li {
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.cont-intro  .bd .about-msg form ul li p{
	color:#666666;
	font-size: 18px;
	float: left;
	width: 90px;
	line-height: 50px;
}

.cont-intro  .bd .about-msg form ul li input{
	float: right;
	width: 420px;
	outline: none;
	height: 50px;
	line-height: 50px;
	border: 1px solid #d2d2d2;
	text-indent: 5px;
	box-sizing: border-box;
	background: none;
	font-family: '微软雅黑';
}
.cont-intro  .bd .about-msg form ul li textarea{
	width: 100%;
	height: 125px;
	padding-top: 10px;
	box-sizing: border-box;
	font-family: '微软雅黑';
	border: 1px solid #d2d2d2;
	width: 420px;
	resize: none;
	outline: none;
	padding-left: 5px;
}
.cont-intro  .bd .about-msg form .btn{
	width: 100%;
	height: 60px;
	background: #999999;
	color:#fff;
	letter-spacing: 2px;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	margin-top: 10px;
}
.map{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 2px solid #d2d2d2;
	box-sizing: border-box;
}
.map .allmap{
	width: 100%;
	height: 440px;
}