﻿*{margin: 0px;padding: 0px;}
body{min-width:1280px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;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: 1500px;
	margin:0 auto;
}
 
.head{
	width: 100%;
	height:125px;
	background: rgba(0,0,0,.6);
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.head .main{
	width: 1535px;
}
.head img{
	display: block;
}
.head .name{
	float: left;
}
.head .tel{
	float: right;
}
.head .main div div{
	height: 125px;
	display: table-cell;
	vertical-align: middle;
}
.head  .nav{
	float: left;
	margin-left: 100px;
}
.head  .nav ul{
	display:table-cell;
	vertical-align: middle;
	height: 125px;
}
.head  .nav ul li{
	float: left;
	position: relative;
	margin: 0 20px;
}
.head  .nav ul li:after{
	content: "";
	width: 0;
	left: 50%;
	bottom: -10px;
	transition: .3s;
	background: #0E5DAC;
	position: absolute;
	height: 2px;
}

.head  .nav ul li a{
	color:#fff;
	font-size: 18px;
	display: block;
}
.head  .nav ul li:hover:after{
	left: 0;
	width: 100%;
}
 
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#0e5dac; 
  
}
.banner .bd{
 position:relative; 
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}


.product{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.product .list{
	width: 240px;
	height:770px;
	background: #EEEEEE;
	overflow: hidden;
	position: relative;
	float: left;
}
.product .list .tit{
	width: 100%;
	height: 74px;
	overflow: hidden;
	background: url(../images/tit01.png) no-repeat center;
}

.product .list .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.product .list .tit span{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 14px;
	margin-top: 4px;
}

.product .list ul{
	width: 228px;
	margin:  0 auto;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}

.product .list ul li{
	width: 100%;
	height: 50px;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	margin-bottom: 5px;
	line-height: 50px;
}
.product .list ul li a{
	display: block;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#1a1a1a;
}
.product .list ul li:hover{
	background: #0E5DAC;
	border: 1px solid #0E5DAC;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .list .tel{
	position: absolute;
	left: 0;
	bottom: 0;
}

.product .list .tel img{
	display: block;
}
.right-cont{
	float: right;
	width: 1224px;
	height: auto;
	overflow: hidden;
}


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

.product .right-cont .tit{
	width: 100%;
	height: 53px;
	overflow: hidden;
	border-bottom:3px solid #0e5dac;
	background:#f6f6f6 url(../images/icon01.png) 18px center no-repeat;
}

.product .right-cont .tit p{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color:#0e5dac;
 	line-height: 53px;
 	margin-left: 45px;
}

.product .right-cont .tit span{
	display: block;
	color:#b2b2b2;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	margin-left: 10px;
	margin-top:20px;
}

.product .right-cont .tit a{
	display: block;
	float: right;
	color:#333333;
	font-size: 16px;
	padding-right: 25px;
	margin-top: 16px;
	margin-right: 15px;
	background: url(../images/more.png) no-repeat right center;
}

.img-box{
	overflow: hidden;
}

.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}
.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.pic-box ul li {
	float: left;
	position: relative;
	width: 400px;
	height: auto;
	margin-left:12px;
	overflow: hidden;
	margin-bottom: 10px; 
}
.pic-box ul li:nth-child(3n-2){
	margin-left: 0;
}
.pic-box ul li img{
	display: block;
	width: 400px;
	height: 300px;
}
 
.pic-box ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.title{
	position: relative;
	padding-bottom: 15px;
}

.title:after{
	content: "";
	width: 60px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
	background: #0E5DAC;
}
.title h4{
	color:#000000;
	font-size: 34px;
	text-align: center;
}
.title p{
	color:#000000;
	font-size: 16px;
	text-align: center;
	margin-top: 7px;
}

.adv{
	width: 100%;
	height: 882px;
	overflow: hidden;
	background: url(../images/bg01.jpg) no-repeat center;
	margin-top: 60px;
}

.adv .title{
	margin-top: 60px;
	z-index: 1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.adv .title p{
	color:#fff;
}
.adv .title h4{
	color:#fff;
}
.adv .title:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.adv ul {
	height: auto;
	overflow: hidden;
}
.adv ul li{
	float: left;
	width: 20%;
	height:882px;
	overflow: hidden;
	position: relative;
 
}
.adv ul li:after{
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	animation-timing-function:ease;
	transition: .5s;
	opacity: 0;
	position: absolute;
	background: url(../images/adv01.jpg) no-repeat center;
}

.adv ul li:nth-child(2):after{
	background: url(../images/adv02.jpg) no-repeat center;
}

.adv ul li:nth-child(3):after{
	background: url(../images/adv03.jpg) no-repeat center;
}

.adv ul li:nth-child(4):after{
	background: url(../images/adv04.jpg) no-repeat center;
}

.adv ul li:nth-child(5):after{
	background: url(../images/adv05.jpg) no-repeat center;
}

.adv ul li:hover:after{
	opacity: 1;
}
.adv ul li div{
	width: 295px;
	margin: 0 auto;
	height: 325px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: .5s;
	animation-timing-function:ease;
	margin-top: 320px;
}
.adv ul li:hover div{
	margin-top: 300px;
}
.adv ul li div:after{
	content: "";
	width: 30px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	bottom: 0;
}

.adv ul li img{
	display: block;
	width: 104px;
	height: 104px;
	margin: 0 auto;
}

.adv ul li h4{
	color:#fff;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	margin-top: 50px;
}

.adv ul li p{
	color:#ffffff;
	font-size: 18px;
	margin-top: 35px;
	line-height: 30px;
	text-align: center;
}


.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FAFAFA;
	padding: 60px 0;
}
.about .pic{
	float: left;
	width: 632px;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
}
.about .pic img{
	display: block;
	width: 632px;
	height: 419px;
}
.about  .intro {
	width: 805px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 50px;
}
.about  .intro h4{
	color:#212121;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 20px;
	position: relative;
}
.about  .intro h4:after{
	content: "";
	width: 35px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0E5DAC;
}

.about  .intro .info{
	width: 100%;
	height: 225px;
	overflow: hidden;
	margin-top: 25px;
	color:#888888;
	display: -webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
	text-indent: 2em;
}

.about  .intro .more{
	display: block;
	width: 115px;
	height: 35px;
	background: #0E5DAC;
	text-align: center;
	line-height: 35px;
	border-radius: 20px;
	color:#fff;
	font-size: 16px;
	margin-top: 15px;
}
 
.cases {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cases ul{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.cases ul li{
	float: left;
	width: 478px;
	height: auto;
	overflow: hidden;
	margin-left: 33px;
	margin-bottom: 15px;
}
.cases ul li:nth-child(3n-2){
	margin-left: 0;
}

.cases ul li img{
	display: block;
	width:100%;
	height: 300px;
}

.cases ul li p{
	width: 100%;
	height: 67px;
	background: #E5F7EE;
	text-align: center;
	line-height: 67px;
	color:#646464;
	font-size: 21px;
}
 
.cases ul li:hover p{
	background: #0E5DAC;
	color:#fff;
}


.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F1F1F1;
	margin-top: 60px;
	padding:  60px 0;
}

.news .left{
	float: left;
	width: 720px;
	height: 450px;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	margin-top: 40px;
}

.news .left .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news .left .intro h4{
	color:#333333;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .left .intro span{
	display: block;
	color:#999999;
	font-size: 12px;
	margin: 6px 0;
}


.news .left .intro p{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#555555;
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.news ul{
	float: right;
	width: 724px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.news ul li{
	width: 100%;
	height: 70px;
	position: relative; 
	background: #fff;
	line-height: 70px;
	margin-bottom: 6px;
}
.news ul li:after{
	content: "◇";
	left: 16px;
	position: absolute;
	font-size: 22px;
	color:#0E5DAC;
	top: 0;
}
.news ul li a{
	display: block;
	width: 75%;
	float: left;
	font-size: 16px;
	color:#333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 44px;
}

.news ul li span{
	display: block;
	float: right;
	color:#999999;
	margin-right: 25px;
}
.news ul li:hover{
	background: #0E5DAC;
}
.news ul li:hover:after{
	color:#fff;
}

.news ul li:hover a{
	color:#fff;
}
.news ul li:hover span{
	color:#fff;
}

.news .more{
	height: auto;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-top: 45px;
}
.news .more a{
	display: block;
	width: 288px;
	height: 61px;
	margin: 0 auto;
	border: 1px solid #0E5DAC;
	text-align: center;
	line-height: 61px;
	color:#0E5DAC;
	font-size: 16px;
}

.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.links .tit p{
	color:#545454;
	font-size: 18px;
	float: left;
	line-height: 30px;
	font-weight: bold;
}
.links .tit  b{
	color:#E4E4E4;
	float: left;
	line-height: 30px;
	margin-left: 5px;
	font-size: 24px;
	font-family: 'Impact';
 	letter-spacing: 2px;
}

.links ul{
	float: left;
	width: 88%;
}

.links ul li{
	line-height: 30px;
	padding: 0 10px;
	float: left;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #545454;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.links ul li a{
	color:#545454;
	font-size: 16px;
}

.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #242424;
	padding-bottom: 45px;
	margin-top: 40px;
}
.footer .fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #0E5DAC;
}
.footer .fn ul{
	display: table;
	margin: 0 auto;
}
.footer .fn ul li{
	float: left;
	padding: 0 70px;
	line-height: 60px;
}
.footer .fn ul li a{
	color:#fff;
	font-size: 18px;
}
.footer  .info{
	float: left;
	margin-top: 50px;
}
.footer  .info h4{
	color:#fff;
	font-size:30px;
	font-weight: normal; 
}

.footer  .info p{
	color:#fff;
	font-size: 15px;
	line-height: 26px;
	margin-top: 10px;
}

.footer  .ewm{
	float: right;
	margin-top: 50px;
}
.footer  .ewm img{
	display: block;
	width: 130px;
	height: 130px;
}
.footer  .ewm p{
	text-align: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 5px;
}
.in-content{
	width: 1500px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin: 40px auto;
}

.left-cont{
	width: 240px;
	height: auto;
	overflow: hidden;
	float: left;
}
.left-cont .list{
	width: 240px;
	height:auto;
	background: #EEEEEE;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
 
}
.left-cont .list .tit{
	width: 100%;
	height: 74px;
	overflow: hidden;
	background: url(../images/tit01.png) no-repeat center;
}

.left-cont .list .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.left-cont .list .tit span{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 14px;
	margin-top: 4px;
}

.left-cont .list ul{
	width: 228px;
	margin:  0 auto;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}

.left-cont .list ul li{
	width: 100%;
	height: 50px;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	margin-bottom: 5px;
	line-height: 50px;
}
.left-cont .list ul li a{
	display: block;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#1a1a1a;
}
.left-cont .list ul li:hover{
	background: #0E5DAC;
	border: 1px solid #0E5DAC;
}
.left-cont .list ul li:hover a{
	color:#fff;
}

.title-bar{
	width: 100%;
	margin-top: 10px;
	height: 37px;
	border-bottom: 3px solid #eee;
	background: url(../images/icon02.png) no-repeat left 8px;
}

.title-bar h4{
	font-size: 18px;
 	
	margin-left: 15px;
	color:#0e5dac;
	font-size: 18px;
	float: left;
}

.crumbs{
	float: right;
}
.crumbs p{
	color:#666;
	font-size: 13px;

}

.crumbs img{
	display: block;
	float: left;
	margin-right: 10px;
}
.crumbs p{
	float: left;

}
.crumbs a{
	color:#666;
	font-size: 13px;
	padding-right: 10px;
	position: relative;

}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: 0;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 0;
}
.crumbs a:last-child:after{
	display: none;
}


.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	background: #eee;
	padding-bottom: 5px;
}

.quick .tit{
	width: 100%;
	height: 74px;
	overflow: hidden;
	background: url(../images/tit01.png) no-repeat center;
}


.quick .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.quick .tit span{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 14px;
	margin-top: 4px;
}

.quick ul{
	width: 94%;
	margin: 5px auto;
	height: auto;
	overflow: hidden;
}

.quick ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

.quick ul li a{
	color:#333;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.quick .info{
	width: 94%;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}

.quick .info p{
	color:#333;
	font-size: 14px;
	line-height: 24px;
}

.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


 .fy p{
	width: 350px;
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	line-height: 50px;
	text-align: center;
	border-left: 1px solid #d2d2d2;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
 .fy p:first-child{
 	border: none;
 }

 .fy a{
 	color:#333333;
 	font-size: 14px;
 }

  .fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
  }


.page{
	display: table;
	margin: 0 auto;
	margin-top: 50px;
}
.page ul li{
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	line-height: 30px;
	padding: 0 10px;
	color:#333;
	margin: 0 4px;
}
.page ul  .thisclass{
	background: #0E5DAC;
	color:#fff;
}
.page ul a{
	color:#333;
}

.detail-intro{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-left:20px;
}
.detail-intro .t{
	margin-bottom: 30px;
}
.detail-intro .t p{
	color:#333333;
	font-size: 18px;
	height: 30px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

.detail-intro .t span{
	display: block;
	color:#333333;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

.detail-intro  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
.detail-intro  .intro a{color:#333;}
.detail-intro  .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.detail-intro  .intro p{
	font-size: 16px;
	color:#333;
	line-height: 30px;
}

 .map{
	width: 100%;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

 .map .allmap{
	width: 100%;
	height: 400px;
}


.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: none;
	float:initial;
}
.news-list ul li{
	width: 100%;
	height: 70px;
	position: relative; 
	background: #fff;
	line-height: 70px;
	background: #eee;
	margin-bottom: 6px;
}
.news-list ul li:after{
	content: "◇";
	left: 16px;
	position: absolute;
	font-size: 22px;
	color:#0E5DAC;
	top: 0;
}
.news-list ul li a{
	display: block;
	width: 75%;
	float: left;
	font-size: 16px;
	color:#333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 44px;
}

.news-list ul li span{
	display: block;
	float: right;
	color:#999999;
	margin-right: 25px;
}
.news-list ul li:hover{
	background: #0E5DAC;
}
.news-list ul li:hover:after{
	color:#fff;
}

.news-list ul li:hover a{
	color:#fff;
}
.news-list ul li:hover span{
	color:#fff;
}



.mssg-intro{
	width:820px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	width: 100%;
}

.mssg-intro form{
	width: 745px;
 	margin: 0 auto;
 	margin-top: 25px;
}
.mssg-intro form ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mssg-intro form ul li{
	height: auto;
	overflow: hidden;
	float: left;
	width: 225px;
	margin-left: 35px;
	margin-bottom: 20px;

}
.mssg-intro form ul li:first-child{
	margin-left: 0;
}
.mssg-intro form ul li p{
	float: left;
	font-size: 16px;
	line-height: 40px;
	color:#333333;
}
 

.mssg-intro form ul li input{
	width: 175px;
	height: 40px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius:5px;
	outline:none;
	text-indent: 5px;
	border-radius: 5px;

	font-family: '微软雅黑';
	float: left;
}
.mssg-intro form ul li:last-child{
	width: 100%;
	margin: 0;
}
.mssg-intro form ul li textarea{
	width: 695px;
	font-family: '微软雅黑';
	height: 150px;
	resize: none;
	outline: none;
	text-indent: 5px;
	border-radius: 5px;
	padding-top: 10px;
	border: 1px solid #dcdcdc;
	float: left;
}
.mssg-intro form ul li:nth-child(4){
	width: 100%; 
	margin-left: 0;
}

.mssg-intro form ul li:nth-child(4) input{
	width: 695px;
}
.mssg-intro form .btn{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.mssg-intro form .btn input{
	width: 190px;
	height: 40px;
	letter-spacing: 5px;
	background: #999999;
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px;
	border-radius: 5px;
	color:#fff;
	 
	border: none;
}
.mssg-intro form .btn input:first-child{
	background:#1BB568;

}

.news-list{
	margin-top: 10px;
}
.news-list ul{
	width: 100%;
	float: inherit;
	margin: 0;
}
.news-list ul li .info{
	width: 730px;
}



@media (max-width: 1600px){
	.main{
		width: 1280px;
	}
	.in-content{
		width: 1280px;
	}
	.head .main{
		width: 1280px;
	}

	.head .name img{
		width: 400px;
	}
	.head .nav {
		margin-left: 40px;
	}
 	.head .nav ul li{
 		margin-left: 15px;
 	}
	.head .nav ul li a{
		font-size: 17px;
	}
	.product .list{
		height: 666px;
	}
	.right-cont{
		width: 1020px;
	}

	.pic-box  ul li{
		width: 330px;
	}
	.pic-box  ul li img{
		width: 100%;
		height:247px;
	}
	.about .intro{
		width: 620px;
	}
	.cases ul li{
		width: 404px;
	}
	.cases ul li img{
		width: 100%;
		height: 254px;
	}
	.news ul{
		width: 540px;
	}
	.news ul li a{
		width: 70%;
	}

	.adv ul li p{
		font-size: 16px;
	}
}