*{margin: 0px;padding: 0px;}
body{min-width:1200px;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: 1400px;
	margin:0 auto;
}

.head{
	width: 100%;
	height: 80px;
	position:fixed;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 1;
}

.head .main{
	width: 95%;
	
}


.head  .name{
	float: left;
}
.head .main div div{
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

.head .nav ul li{
	float: left;
	position: relative;
	margin: 0 40px;
	height: 80px;
	line-height: 80px;
}


.head .nav ul li:after{
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: .5s;
	background: #FF2615;
}

.head .nav{
	float: left;
	margin-left: 95px;
}
.head .nav ul li:hover:after{
	width: 100%;
	left: 0;
}
.head .nav ul li a{
	color: #fff;
	font-size: 16px;
	display: block;
}


.head .nav ul li dl{
	position: absolute;
	top: 80px;
	display: none;
	background: rgba(0,0,0,.5);
	width: 150px;
	left: 50%;
	margin-left: -75px;
}
.head .nav ul li dd:first-child{
	margin-top: 10px;
}
.head .nav ul li dd:last-child{
	margin-bottom: 10px;
}

.head .nav ul li dl dd{
	width: 100%;
	text-align: center;
	line-height: 35px;
}
.head .nav ul li dl a{
	font-size: 14px;
	display: block;
}

.head .nav ul li dl dd:hover a{
	color: #FF2615;
}
.head .nav ul li:hover dl{
	display: block;
}
.head .tel {
	float: right;
}
.head .tel img{
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.head .tel p{
	color: #fff;
	float: left;
	width: 179px;
	line-height: 28px;
	font-size: 24px;
}

.in-head .nav ul li a{
	color: #333333;
}

.in-head .nav ul li dl{
	background: #fff;
}

.in-head{
	background: #fff;
	box-shadow: rgb(159 156 156 / 47%) 0px 0px 5px 2px;
}
.in-head .tel p{
	color: #333;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:50%;
 transform: translateX(-50%);
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin: 0 8px;  
 width:15px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 border-radius: 50%;
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#FF2615; 
  
}
.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;  
}

.in-banner{
	width: 100%;
	margin-top: 80px;
}
.in-banner img{
	display: block;
	width: 100%;
}

.title h4{
	color: #333333;
	font-size: 36px;
	text-align: center;
}

.title p{
	color: #999999;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Arial';
	background: url(../images/title.png)  no-repeat center;
	text-align: center;
	margin-top: 15px;
}


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

 
 
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .pic ul li{
	float: left;
	width: 335px;
	height: auto;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.product .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.product .pic ul li  div{
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}
.product .pic ul li img{
	display: block;
	width: 335px;
	height: 240px;
}

.product .pic ul li .info{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.8);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	color: #333;
	transition: .5s;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
}
.product .pic ul li:hover .info{
	opacity: 1;
}

.product .pic ul li:hover img{
	transform: scale(1.05);
}

.product .pic ul li .info p{
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .pic ul li .info span{
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	width: 100%;
	margin-top: 5px;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cases .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1B1B1B;
	margin-top: 40px;
}
.cases ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.cases ul li .info{
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	transition: .5s;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(84,52,49,0);
}
.cases ul li:hover img{
	transform: scale(1.05);
}
.cases ul li:hover .info {
	background: rgba(84,52,49,.7);
}
.cases ul li .info span{
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	color: #fff;
	transition: .5s;
	font-size: 36px;
	text-align: center;
	margin: 0 auto;
	line-height: 70px;
}

.cases ul li:hover .info span{
	margin-top: -40px;
}

.cases ul li .info p{
	color: #ffffff;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	margin-top: 30px;
}
.cases ul li img{
	display: block;
	width: 100%;
	transition: .5s;

}
.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.news .left{
	float: left;
	width: 680px;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 50px;
}

.news .left img{
	display: block;
	width: 100%;
}
.news .left  .time{
	width: 70px;
	height: 75px;
	background: #FF2615;
	position: absolute;
	left: 0;
	top: 0;
}

.news .left  .time b{
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	display: block;
}


.news .left  .time  p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}


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

.news .left .intro  p{
	color: #666666;
	font-size: 15px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}


.news .left a{
	display: block;
	width: 150px;
	height: 40px;
	background: #FF2615;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

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

.news ul li{
	height: auto;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom:29px;
}
.news  ul li .time{
	width: 66px;
	height: 60px;
	float: left;
	border-right: 1px solid #EAEAEA;
}

.news  ul li .time b{
	color: #999999;
	font-size: 36px;
	margin-top: -5px;
	display: block;
}

.news  ul li .time p{
	color: #999999;
	font-size: 14px;
}

.news  ul li .info{
	float: left;
	width: 580px;
	margin-left: 20px;
}

.news  ul li .info h4{
	color: #000000;
	font-size: 18px;
	margin-top: 3px;
	font-weight: normal;
}

.news  ul li .info p{
	color: #666666;
	font-size: 15px;
	width: 100%;
	margin-top: 8px;
	white-space: nowrap;
    text-overflow: ellipsis;
}

.news  ul li:hover  .time b{
	color: #ff2615;
}

.news  ul li:hover  .time p{
	color: #ff2615;
}

.news  ul li:hover .info h4{
	color: #ff2615;
}


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

.hz .main{
	position: relative;
}
 

.hz .swiper-container{
	width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
	margin-top: 20px;
	position: initial;

}

.hz .swiper-slide{
	width: 295px;
	transition: .5s;
	margin: 15px 0;
 
	
}
.hz .swiper-slide img{
	display: block;
	width: 100%;
}
.hz .swiper-slide div{
	border: 1px solid #E5E5E5;
}
.hz .swiper-slide:hover{
	 
	box-shadow: rgb(168 168 168 / 33%) 0px 0px 13px 3px;
}

.hz .swiper-slide:hover div{
	border: 1px solid transparent;
}

.hz .swiper-button-next,.hz .swiper-button-prev{
	display: block;
	width: 15px;
	height: 27px;
	position: absolute;
	top: 200px;
}

.hz .swiper-button-next{
	right: 0;
	background: url(../images/next.png) no-repeat center;
}

.hz .swiper-button-prev{
	left: 0;
	background: url(../images/prev.png) no-repeat center;
}
.links{
	width: 100%;
	height: auto;
	border-top:1px solid #D6D6D6;
	overflow: hidden;
	margin-top: 80px;
	padding-top: 25px;
	padding-bottom: 20px;
}

.links .tit{
	width: 180px;
	float: left;
	background: url(../images/links.png) no-repeat center;
}

.links .tit p{
 	color: #ff2615;
 	font-size: 18px;
 	margin-left: 40px;
}

.links  ul{
	float: left;
	width:1220px;
	height: 60px;
	overflow: hidden;
	 
}

.links  ul li{
	float: left;
	line-height:30px;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.links  ul li a{
	color:#666666;
	font-size: 14px;
}


.footer{
	width: 100%;
	height:auto;
	overflow: hidden;
	background:#202020;
	min-height: 340px;
	padding-top: 60px;
	box-sizing: border-box;
}

.footer .menu{
	float: left;
}
.footer .menu ul li{
	float: left;
	padding-right: 50px;
}

.footer .menu ul li a{
	color: #ffffff;
	font-size: 16px;
	display: block;
}
.footer .info{
	float: left;
	margin-left: 130px;
}
.footer .info h4{
	color: #ffffff;
	font-size: 24px;
}
.footer .info  p{
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
}

.footer .ewm{
	float: right;
}
.footer .ewm img{
	display: block;
	width: 146px;
	height: 146px;
	border: 5px solid #fff;
}
.footer .ewm p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.title-column{
	width:1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9; 
}
.title-column  .tit{
	float: left;
}
.title-column h4{
	font-size: 28px;
	color:#FF2615;
  	white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    font-weight: normal;
	line-height: 35px;
	position: relative;
	padding-left:12px;
}
.title-column h4:after{
	content: '';
	width: 5px;
	height: 26px;
	left: 0;
	position: absolute;
 	top: 7px;
	background:#FF2615;
}

.title-column  .crumbs{
	float: right;
 	margin-top: 10px;
}

.title-column  .crumbs img{
	display: block;
	float: left;
}
.title-column  .crumbs p{
	color:#333;
	font-size: 13px;
	line-height: 18px;
	float: left;
	margin-left: 5px;
}
.title-column  .crumbs  a{
	color:#333;
	font-size: 13px;
	line-height: 18px;
	padding: 0 10px;
	position: relative;
}
.title-column  .crumbs  a:after{
	content: ">";
	position: absolute;
	right: -5px;
	color:#333;

}
.title-column  .crumbs  a:nth-child(2){
	padding-left: 0;
}

.title-column  .crumbs  a:last-child{
	padding-right: 0;
}
.title-column  .crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}




.page{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin:50px auto;
}
.page  ul{
	 float: right;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 18px;
	height: 44px;
	line-height: 44px;
	box-sizing: border-box;
	color:#333;
	float: left;
	margin: 0 3px;
	font-size: 14px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #333333;
	color:#fff;
	border: 1px solid #ccc;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

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

.article-detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.article-detailed .tit p{
	color:#333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px dashed #f1f1f1;
	height: 30px;
}

.article-detailed .tit span{
	display: block;
	color:#333;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

.article-detailed  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.article-detailed  .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.article-detailed  .intro p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}

.news-list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

 
.news-list ul li{
	width: 100%;
	height: 45px;
 	line-height: 45px;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}
.news-list ul li a{
	color:#1a1a1a;
	display: block;
	float: left;
	font-size: 15px;
}
.news-list ul li span{
	display: block;
	float: right;
}
.map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.allmap{
	width: 100%;
	height: 400px;
	border: 3px solid #ccc;
	box-sizing: border-box;
}

.fy{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin: 60px auto;
	border-bottom: 1px dashed #ccc;
	height: 30px;
}

.fy p{
	display: table;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 12px;
	float: left;
	margin-right: 50px;
}

.fy  a{
	color:#333;
}
.fy  a:hover {
	text-decoration: underline;
	color:#FF2615;
}
.fy .return{
	float: right;
}

.pro-list{
	background: none;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.pro-list .list {
	margin-top: 0;
}
.pro-list .list ul li{
	border: 1px solid #ccc;
}
.pro-list .list ul li a{
	color:#333;
}
.pro-list .list ul li:hover a{
	color:#fff;
}

.pro-list .pic ul li p{
	color:#333;
}



.mssg-intro{
	width:820px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;

	margin:  50px auto;
	margin-top: 30px;
	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:nth-child(4){
	width: 100%;
	margin-left: 0;
}

.mssg-intro form ul li:nth-child(4) input{
	width: 695px;
}

.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;
	height: 150px;
	resize: none;
	outline: none;
	text-indent: 5px;
	border-radius: 5px;
	padding-top: 10px;
	border: 1px solid #dcdcdc;
	float: left;
}
.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: #006ad7;

}

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


.zl{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.zl .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 55px;
	background: #313131;
}
.zl .tit p{
	color: #fff;
	float: left;
	width: 380px;
	text-align: center;
	font-size: 16px;
}
.zl .tit span{
	display: block;
	float: right;
	width: 60px;
	color: #fff;
	text-align: center;
	margin-right: 110px;
}

.zl ul {
	background: #E5E5E5;
	height: auto;
	overflow: hidden;
	padding: 0 1px;
	box-sizing: border-box;
}
.zl ul li{
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 1px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #FFFFFF;
	position: relative;
}
.zl ul li:nth-child(even){
	background: #F5F5F5;
}

.zl ul li div{
	width: 380px;
	text-align: center;
	color: #999999;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
}
.zl ul li img{
	float: left;
}
.zl ul li  p{
	width: 100%;
}
.zl ul li a{
	display: block;
	float: left;
	width: 1160px;
	color: #999999 !important;
}
.zl ul li:after{
	content: "下载";
	width: 60px;
	margin-right: 110px;
	text-align: center;
	display: block;
	background: #90C31F;
	text-align: center;
	position: absolute;
	line-height: 30px;
	right: 0;
	color: #fff;
	border-radius: 3px;
	top: 50%;
	margin-top: -15px;
}

.zl ul li p:nth-child(2){
	display: none;
}


.img-list{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}

.img-list ul li{
	float: left;
	width:285px;
	height: auto;
	margin-left: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.img-list ul li:nth-child(4n-3){
	margin-left: 0
}
.img-list ul li div{
	border: 1px solid #eee;
	box-sizing: border-box;
}
.img-list ul li img{
	display: block;
	width: 100%;

}

.img-list ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .3s;
	text-align: center;
}
.img-list ul li:hover p{
	background: #FF2615;
	color: #fff;
}

.tab{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.tab  .all{
	display: block;
	width: 60px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #333;
	font-size: 14px;
	float: left;
	margin-left: 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.tab  .all:hover{
	background: #FF2615;
	color: #fff;
}

.tab .swiper-container {
	width: 1040px;
	float: left;
	margin-left: 20px;
	position: initial;

}
.tab .swiper-button-next,.tab .swiper-button-prev{
	display: block;
	width: 15px;
	height: 27px;
	position: absolute;
	top: 32px;
}
.tab .swiper-container .swiper-button-next{
	right: 0;
	background: url(../images/next.png) no-repeat center;
}

.tab .swiper-container .swiper-button-prev{
	left: 0;
	background: url(../images/prev.png) no-repeat center;
}

.tab ul li{
	border: 1px solid #ccc;
	box-sizing: border-box;
	line-height: 50px;
}
.tab ul li a{
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}
.tab ul .on{
	background: #FF2615;
}
.tab ul .on a{
	color: #fff;
}
.tab ul li:hover{
	background: #FF2615;
}
.tab ul li:hover a{
	color: #fff;
}
.tab .ontouch{
	background: #FF2615;
	color: #fff;
}
@media (max-width: 1660px){
	.head .nav{
		margin-left: 3%;
	}
	.head .nav ul li{
		margin: 0 26px;
	}
}

@media (max-width: 1440px){

	.main{
		width: 1200px;
	}
	.head .main{
		width:98%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.head .nav{
		margin: 0;
	}
	.head .nav ul li{
		margin: 0 15px;
	}
	.product .pic ul li{
		width: 285px;
	}
	.news ul li .info{
		width: 460px;
	}
	.news ul li{
		margin-bottom: 22px;
	}
	.news .left{
		width: 627px;
	}
	.news ul{
		width: 550px;
	}
	.hz .swiper-container{
		width: 1100px;
	}
	.links ul{
		width: 1020px;
	}
	.footer .info{
		margin-left: 50px;
	}


}



.classList{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.classList ul {
	display: table;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.classList ul li{
	float: left;
	width: 192px;
	height: 50px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	margin: 0 10px;
}

.classList ul li a{
	color: #333;
	font-size: 16px;
	display: block;
}
.classList ul .on{
	background: #FF2615;
}

.classList ul .on a{
	color: #fff;
}