*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
body{
	font-family: "微软雅黑";
}


/*------------------------共同头部--------------------------*/
.pub-header{
	background: #fff;
}
.pub-headercon{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;

}
.pub-headercon .logo{
	padding: 20px 0;
}
.pub-nav{
	position: absolute;
	left: 200px;
	top: 16px;
}
.pub-nav ul{
	padding: 40px 0;
}
.pub-nav ul li{
	display: inline-block;
	position: relative;
	margin: 0 18px;
	
	transition-duration: 0.3s;
}
.pub-nav ul li dl{
	position: absolute;
	top: 0px;
	padding-top: 60px;
	left: 0;
	z-index: 7;
	display: none;
	
}
.pub-nav ul li dl dd{
	background-color: rgba(255, 255, 255, 0.8);
}
.pub-nav ul li dl dd a{
	font-size: 14px;
	color: #333333;
	display: block;
	padding: 10px 10px;
	transition-duration: 0.3s;
	
}
.pub-nav ul li dl dd:hover a{
	color: #FF8B15;
	transition-duration: 0.3s;
}
.pub-nav ul li h2{
	padding-bottom: 10px;
	font-weight: normal;
	position: relative;
	z-index: 8;
}
.pub-nav ul li h2 a{
	color: #333333;
	font-size: 16px;
	transition-duration: 0.3s;
	display: block;
	
	
}
.pub-nav ul li:first-child h2 a{
	padding-right: 0;
}
.pub-nav ul li:first-child h2{
	padding-right: 0;
}
.pub-nav ul li h2 img{
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	transition-duration: 0.3s;
}
.pub-nav ul li:hover{
	border-bottom: 2px solid #ff8b15;
	transition-duration: 0.3s;
}
.pub-nav ul li:hover dl{
	display: block;
}
.pub-nav ul li:hover h2 a{
	color: #ff8b15;
	transition-duration: 0.3s;
}
.pub-nav ul li:hover h2 img{
	transition-duration: 0.3s;
	transform:rotate(180deg);
 	-ms-transform:rotate(180deg); /* Internet Explorer */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); /* Opera */
}
.pub-nav ul li.on h2 img{
	transition-duration: 0.3s;
	transform:rotate(180deg);
 	-ms-transform:rotate(180deg); /* Internet Explorer */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); /* Opera */
}
.pub-nav ul li.on{
	border-bottom: 2px solid #ff8b15;
	transition-duration: 0.3s;
}
.pub-nav ul li.on h2 a{
	color: #ff8b15;
	transition-duration: 0.3s;
}
.pbu-phone{
    position: absolute;
    right: 10px;
    top: 43px
}
.pub-home{
	position: absolute;
    right: 6px;
    top: 6px
}
.pub-home ul li {
	display: inline-block;
    /*padding: 10px 0;*/
    margin-left: 5px;
}
.pub-home ul li a{
	font-size:12px;
	color:#727171;
}
/*===============================共同底部============================*/
.pub-bottom01{
	background-color: #222222;
	overflow: hidden;
	padding: 30px 0;
}
.pub-bottom01-1{
	width:1100px;
	margin:0 auto;
}
.pub-bottom01-1 ul{
	overflow: hidden;
	padding: 10px 0;
}
.pub-bottom01-1 ul li:first-child{
	margin-left: 0;
}
.pub-bottom01-1 ul li{
	float: left;
	margin-left:105px;
}
.pub-bottom01-1 ul li h2{
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}
.pub-bottom01-1 ul li b{
	margin: 15px 0;
	display: block;
	width: 24px;
	height: 2px;
	background-color: #FFFFFF;
}
.pub-bottom01-1 ul li dl dd{
	
}
.pub-bottom01-1 ul li dl dd:first-child a{
	padding-top: 0;
}
.pub-bottom01-1 ul li dl dd a{
	color: #FFFFFF;
	opacity: 0.5;
	display: block;
	font-size: 12px;
	padding-top: 15px;
}
.pub-bottom01-1 ul li dl dd:hover a{
	opacity: 1;
}
.pub-bottom01-2{
	float: right;
	overflow: hidden;
	max-width: 360px;
}
.erweima{
	float: left;
	margin-bottom: 10px;
}
.db-text{
	float: left;
	padding-top: 30px;
	padding-left: 15px;
}
.db-text h2{
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}
.db-text p{
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
	padding: 15px 0;
}
.db-text span{
	color: #FFFFFF;
	font-size: 24px;
	display: block;
	font-weight: bold;
}
.erweimatext{
	font-size:12px;
    color: #FFFFFF;
    opacity: 0.5;

}
.pub-bottom02{
	background-color: #222222;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	padding:12px 0;
}
.pub-bottom02 p{
	color: #FFFFFF;
	font-size: 12px;
	opacity: 0.5;
	text-align: center;
}
.pub-bottom02 p:hover{
	opacity: 1;
}
.pub-bottom02 p a{
	color: #FFFFFF;
	
}
.left_info{
	position: fixed;
	right:0px;
	top:30%;
	z-index: 11111111111;
}
.left_info li{
	padding:10px 10px;
	background: #727171;
	text-align: center;
	transition: 0.3s;
}
.weixin:hover{
	background: #ff8b15;
	padding-right: 65px;
	transition: 0.3s;
	border-top-left-radius:10px;
	border-bottom-left-radius:0px!important;
}
.kefu:hover{
	background: #ff8b15!important;
}
.kefu:hover + .weixin{
	margin-left:65px;
}
.left_info:hover .kefu{
	margin-left:65px;
}
.left_info li p{
	font-size:12px;
	color:#fff;
}
.left_info li:nth-child(1){
	border-top-left-radius:10px;
	border-bottom:1px solid #fff;
}
.left_info li:nth-child(2){
	position: relative;
	border-bottom-left-radius:10px;
}
.weixin_cover{
	border:1px solid #eee;
	background: #fff;
	padding:5px 5px;
}
.weixin_cover{
	position: absolute;
	top:70px;
	display: none;
	left:0px;
}
.weixin:hover .weixin_cover{
	display: block;
}
/*首页背景*/
.container-back{
	border-bottom:20px solid #f5f5f5;
}
/*首页内容*/
.index_title{
	text-align: center;
	line-height: 40px;
	color:#333333;
	padding:40px 0px 25px 0px;
}
.index_title div{
	font-size:30px;
	color:#333333;
}
.index_title p{
	color:#999999;
	font-size:15px;
}
.index_title b{
    margin: 10px auto;
    display: block;
    width: 45px;
    height: 3px;
	background: #f18101;
}
.video_con{
	width:900px;
	height:500px;
	margin: 0 auto;
}
.video_con video{
	width:100%;
	height:100%;
}
.case_con{
	max-width: 1100px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.case_con ul li{
	float:left;
	width:540px;
	height:400px;
	margin-right:20px;
	line-height: 40px;
	margin-bottom: 20px;

}
.case_con li:nth-child(2n) {
	margin-right: 0;
}

.case_con ul li div{
	font-size:24px;
	color:#333;
}
.case_con ul li p{
	font-size:16px;
	color:#999999;
}
.case_con ul li img{
	border-radius: 10px;
	width:540px;
	height:300px;
}
.case_hover{
	position:relative;
	width:100%;
	height:300px;
	margin-bottom:10px;
}
.case_con ul li:hover .case-text{
	background-color: #FF8B15;
	transition-duration: 1s;
	border-radius: 10px;
}
.case_con ul li:hover .case-text02{
	width: 500px;
	transition-duration: 1s;
}
.case_hover .case-text02 p{
	color:#ffffff!important;
}
.case_con .case-text01 b{
	margin-top: 11px!important;
}
.index_contact_img{
	float:left;
}
.jjfa_con{
	padding:0px 0px!important;
	margin-top:-5px;
}
.jjfa_con .contact_more{
	margin-top:20px;
}
.index_contact_con{
	width:500px;
	float:left;
	margin-left:45px;
	padding:19px 0px;
	overflow:hidden;
}
.index_contact_con div{
	color:#f18101;
	font-size:24px;
	margin-bottom:30px;
}
.index_contact_con p{
	color:#666666;
	font-size:15px;
	line-height: 34px;
}
.index_contact_con p:nth-child(2){
	margin-top:0;
}
.contact_more{
	border-radius:30px;
	width:130px;
	padding:7px 0px;
	color:#999;
	border:1px solid #999;
	text-align: center;
	display:block;
	overflow: hidden;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:60px;
}
.contact_more:hover{
	transition-duration: 0.5s;
	color:#fff;
	background: #f18101;
	border:1px solid #f18101;
}
.news_con{
	max-width: 1100px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.news_con ul li{
	height:200px;
	overflow: hidden;
	border-top:1px solid #eeeeee;
	padding:30px 0px;
}
.news_con ul li:nth-child(1){
	border-top:0px solid #eeeeee;
}
.news_img{
	width:311px;
	display: block;
	height:auto;
	overflow: hidden;
	float:left;
}
.news_img img{
	display: block;
	max-width: 100%;
}
.news_con a .news_con_text{
	line-height: 30px;
	float:left;
	width:730px;
	margin-left:59px;
	color:#999;
	margin-top:6px;
}
.news_con a .news_con_text h3{
	color:#333;
}
.news_con a .news_con_text span{
	font-size:14px;
	height:68px;
	overflow: hidden;
}
.news_con a .news_con_text p{
	font-size:14px;
	height:68px;
	overflow: hidden;
}
.new_see_detail{
	border-radius: 20px;
	text-align: center;
	display: block;
	color:#999999;
	width:110px;
	border:1px solid #999999;
	margin-top:10px;
	font-size:14px;
}
.news_con a .news_con_text:hover .new_see_detail{
	background: #f18101;
	color:#fff;
	border:1px solid #f18101;
}
.contact_img{
	display: block;
	margin: 0 auto;
}
.contact_con{
	max-width: 1100px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 50px;
	margin-top:20px;
}
.contact_con ul li{
	float:left;
	line-height: 30px;
}
.contact_con ul li:nth-child(2){
	margin-left:120px;

}
.contact_con ul li h4{
	color:#333333;
	margin-bottom:10px;
	font-size:16px;
}
.contact_con ul li p{
	color:#999999;
	font-size:14px;
}
.contact_con_more{
	text-align: center;
	border-radius:30px;
	width:130px;
	padding:2px 0px;
	color:#999;
	border:1px solid #999;
	display:block;
	overflow: hidden;
	margin-top:10px;
}
.contact_con_more:hover{
	transition-duration: 0.5s;
	color:#fff;
	background: #f18101;
	border:1px solid #f18101;
}
.contact_con ul li:nth-child(3){
	width:240px;
	float:right;
}
.contact_con input{
	width:100%;
	font-size:13px;
	color:#666666;
	display: block;
	border:none;
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;
	height:30px;
	outline: none;
}
.but_more{
	text-align: center;
	border-radius:30px;
	width:100%;
	padding:2px 0px;
	color:#fff;
	background: #727171;
	display:block;
	overflow: hidden;
	margin-top:10px;
	cursor: pointer;
}
.but_more:hover{
	background: #f18101;
	transition-duration: 0.5s;
}
.contact_con input::-webkit-input-placeholder { /* WebKit browsers */ 

color: #999999; 

} 

.contact_con input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 

color: #999999; 

} 

.contact_con input::-moz-placeholder { /* Mozilla Firefox 19+ */ 

color: #999999; 

} 

.contact_con input:-ms-input-placeholder { /* Internet Explorer 10+ */ 

color: #999999; 

}
.contact_list{
	max-width: 1100px;
	margin:0 auto;
	overflow: hidden;	
	margin-top:20px;
	border-bottom:1px solid #eee;
}
.contact_list ul li{
	float:left;
	line-height: 30px;
	margin-right:90px;
	height:260px;
	width:306px;
}
.contact_list ul li:nth-child(n+3){
	height:180px;

}
.contact_list ul li:nth-child(3){
	margin-right:0;

}
.contact_list ul li:nth-child(6){
	margin-right:0;

}
.contact_list ul li h4{
	color:#333333;
	margin-bottom:10px;
	font-size:16px;
}
.contact_list ul li p{
	color:#999999;
	font-size:14px;
}
.mail_concat{
	max-width:600px;
	margin: 0 auto;
	margin-bottom:60px;
}
.mail_concat input{
	width:100%;
	font-size:13px;
	color:#666666;
	display: block;
	border:none;
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;
	height:30px;
	outline: none;
}
.mial_send{
	text-align: center;
	border-radius:30px;
	width:100%;
	padding:8px 0px;
	color:#fff;
	background: #727171;
	display:block;
	overflow: hidden;
	margin-top:10px;
	cursor: pointer;
}
.mial_send:hover{
	background: #f18101;
}
/*关于我们*/
.pub-nycon{
	margin-bottom: 60px;
}
.pub-nycon img{
	
 	max-width:100%;
}
.ny-banner{
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.ny-banner img{
	display: block;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.breadtree_con{
	width:100%;
	background: #f5f5f5;
}
.breadtree{
	font-family: "宋体";
	font-size: 14px;
	color: #727171;
	padding: 12px 0 12px;
	width:1100px;
	margin:0 auto;

}
.breadtree a{
	font-size: 12px;
	color: #727171;
	font-family: "微软雅黑";
}
.breadtree a:last-child{
	color: #FF8B15;
}
.pub-title{
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.pub-title h2{
	float: left;
	border-left: 4px solid #ff8b15;
	padding-left: 15px;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
}
.pub-title p{
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
}
/*子导航*/
.cate_left{
	max-width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 100000;
	top:-25px;
	text-align: center;
}
.cate_left li{
	background: #fff;
	display:inline-block;
	border:1px solid #eeeeee;
	padding:13px 18px;
	text-align: center;
	font-size:15px;
	margin-left: -5px;
	position:relative;
}
.cate_left li:hover{
	color:#fff;
	background: #f18101;
	border:1px solid #eeeeee;
	transition-duration:0.5s;

}
.cate_left .on{
	color:#fff;
	transition-duration:0.5s;
	background: #f18101;
	border:1px solid #eeeeee;
}
.cate_left a{
	color:#333333;
}
.child_on:hover dd{
	color:#333;
}
.child_on{
	position:relative;
	z-index:1;
}
.cate_child{
	position: absolute;
	z-index: 99;
	top:47px;
	background: #fff;
	display: none;
	left:0px;
	width:100%;
}
.cate_child dd{
	padding:13px 18px;
	border:1px solid #eeeeee;
}
.cate_child dd:hover{
	color:#fff;
	background:#f18101;
}
.dd_on{
	color:#ffffff!important;
	background: #f18101;
}
/*产品列表*/
.pro_list{
	width:1100px;
	margin:0 auto;
}
.pro_list li{
	width:260px;
	height:260px;
	float:left;
	overflow: hidden;
	margin-left:20px;
	margin-bottom:20px;
}
.pro_list li:nth-child(4n+1){
	margin-left:0;
}
.pro_list p{
	text-align: center;
	font-size:18px;
	color:#333;
	margin-top:10px;
}
.pro_list img{
	width:100%;
	height:200px;
}
.pro_hover{
	position:relative;
	width:100%;
	height:200px;
	margin-bottom:10px;
}
.pro_list ul li .case-text b{
	height:17px!important;
	margin-top:4px!important;
}
.pro_list ul li .case-text h3{
	font-size:16px!important;
}
.pro_list ul li:hover .case-text{
	background-color: #FF8B15;
	transition-duration: 1s;
}
.pro_list ul li:hover .case-text02{
	width: 240px;
	transition-duration: 1s;
}
.pro_hover .case-text02 p{
	color:#ffffff!important;
	text-align:left!important;
}
.pro_detail{
	width:1100px;
	height:500px;
	margin: 0 auto;
	margin-top:20px;
}
.pro_detail video{
	width:100%;
	height:100%;
}
.pro_detail_con{
	width:1100px;
	margin:0 auto;
	display: block;
}
.pro_detail_con_title{
	width:100%;
	border-bottom:1px solid #f18101;
}
.pro_detail_con_title h3{
	padding:10px 0px;
	text-align: center;
	color:#fff;
	background: #f18101;
	width:120px;
}
.pro_detail_cons{
	color:#666666;
	margin-top:20px;
	line-height: 200%;
	font-size:14px;
	padding-bottom:50px;
}
.pro2{
	border-bottom:1px solid #eeeeee;
}
/*下载*/
.dow{
	max-width: 900px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
	color:#eee;
}
.dow:hover .dow_see{
	color:#f18101;
}
.dow a{
	color:#333;
}
.dow img{
	float:left;
}
.dow_title{
	float:left;
	margin-left:20px;
}
.dow_see{
	float:right;
	color:#999;
	font-size:14px;
}
/*新闻*/
.news-title{
	text-align: center;
	margin-top:60px;

}
.news-title-1{
	font-size: 22px;
	color: #333333;
	padding-bottom: 15px;
	
}
.news-titletime{
	font-size: 14px;
	color: #333333;
	padding-bottom: 20px;
}
.aboutcon{
	max-width: 1100px;
	margin:0 auto;
	color:#333333;
	font-size:14px;
	padding-bottom: 60px;
	line-height: 200%;
}
/*联系我们*/
.contactcon ul li:first-child{
	margin-top: 0;
}
.contactcon ul li{
	margin-top: 50px;
}
.contactcon-title{
	font-size: 30px;
	color: #000000;
	margin-bottom: 10px;
}

.contactcon01{
	overflow: hidden;
}
.contactcon01 dl{
	float: left;
}
.contactcon01 dl dd {
	overflow: hidden;
	margin-top: 20px;
}
.contactcon01 dl dd img{
	float: left;
	width: 80px;
	display: block;
}
.contactcon01 dl dd .text{
	float: left;
	font-size: 20px;
	margin-left: 20px;
}
.contactcon01 dl dd .text p{
	margin-bottom: 10px;
	margin-top: 5px;
	color: #666666;
}
.contactcon01 dl dd .text span{
	display: block;
	color: #000000;
}
.contactcon02{
	float: right;
}

/*业务范围*/
.pro-list ul li{
	overflow: hidden;
	margin-bottom: 30px;
	transition-duration: 0.5s;
}
.pro-list ul li:last-child{
	margin-bottom: 0;
}
.pro-list ul li:hover{
	box-shadow: 0 0 10px #999999;
	transition-duration: 0.5s;
	
}
/*.pro-list ul li:hover .pro-l img{
	position: absolute;
	display: block;
	width: 110%;
	height: 110%;
	transition-duration: 0.5s;
	top: -5%;
	left:-5%;
}
.pro-list ul li:hover .pro-R img{
	position: absolute;
	display: block;
	width: 110%;
	height: 110%;
	transition-duration: 0.5s;
	top: -5%;
	left:-5%;
}*/

.pro-l{
	float: left;
	width: 50%;
	background-color: #f6f6f6;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.pro-R{
	float: right;
	width: 50%;
	height: 400px;
	background-color: #f6f6f6;
	position: relative;
	overflow: hidden;
}
.pro-l img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.pro-R img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.pro-list ul li:hover .pro-l img{
	transform: scale(1.1);
}
.pro-list ul li:hover .pro-R img{
	transform: scale(1.1);
}



.pro-details .pro-ltitle{
	padding: 40px 30px 0 60px;
}
.pro-details .pro-l01{
	padding: 30px 30px 0 60px;
}
.pro-details .pro-l02{
	padding: 0 30px 0 60px;
}
.pro-details .pro-l03{
		margin: 0 30px 0 60px;
}
.pro-list ul li:nth-child(even) .pro-ltitle{
	padding: 40px 30px 0 60px;
}
.pro-list ul li:nth-child(even) .pro-l01{
	padding: 30px 30px 0 60px;
}
.pro-list ul li:nth-child(even) .pro-l02{
	padding: 0 30px 0 60px;
}
.pro-list ul li:nth-child(even) .pro-l03{
		margin: 0 30px 0 60px;
}
.pro-ltitle{
	padding: 40px 60px 0 30px;
	overflow: hidden;
}
.pro-l01{
	padding: 30px 60px 0 30px;
	font-size: 16px;
	color: #333333;
}
.pro-l02{
	padding: 0 100px 0 30px;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	margin: 20px 0;
	height: 150px;
}
.pro-l03{
	margin: 0 60px 0 30px;
	border-bottom: 2px solid #333333;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	padding-bottom: 10px;
	transition-duration: 0.3s;
}
.pro-list ul li:hover .pro-l03{
	transition-duration: 0.3s;
	color: #FF8B15;
	border-bottom: 2px solid #FF8B15;
	
}
.pro-ltitle b{
	width: 22px;
	height: 8px;
	display: block;
	background-color: #FF8B15;
	float: left;
	margin-top:12px;
}
.pro-ltitle h2{
	float: left;
	color: #FF8B15;
	font-size: 24px;
	padding-left: 15px;
}
.pro-ltitle p{
	float: right;
	text-transform: uppercase;
	line-height: 32px;
	font-size: 14px;
	color: #999999;
}
.pro-details01{
	overflow: hidden;
}
.pro-details02-title{
	padding: 40px 0 0;
	text-align: center;
}
.pro-details02-title h2{
	font-size: 20px;
	color: #333333;
}
.pro-details02-title p{
	color: #000000;
	opacity: 0.5;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 0 13px;
}
.pro-details02-title img{
	display: block;
	margin: 0 auto;
}


/*人才招聘*/
.hire-list ul li{
	border-bottom: 1px dashed #EEEEEE;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.hire-list ul li:last-child{
	margin-bottom: 0;
}
.hire-title{
	overflow: hidden;
	color: #ff8b15;
	font-size: 20px;
}
.hire-title01{
	float: left;
	width: 6px;
	height: 6px;
	display: block;
	background-color: #FF8B15;
	margin-top:10px;
}
.hire-title02{
	float: left;
	margin-left: 15px;
}
.hire-title03{
	float: left;
}
.hirecon p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-top: 15px;
}

/*案例*/
.case-list{
	
}
.case-list ul {
	overflow: hidden;
}
.case-list ul li{
	float: left;
	width: 380px;
	height: 250px;
	margin-left: 30px;
	position: relative;
	margin-top: 30px;
}
.case-list ul li:nth-child(1){
	margin-left: 0;
}
.case-list ul li:nth-child(4){
	margin-left: 0;
}
.case-list ul li:nth-child(7){
	margin-left: 0;
}
.case-list ul li:nth-child(10){
	margin-left: 0;
}
.case-list ul li:nth-child(13){
	margin-left: 0;
}
.case-img{
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.case-img img{
	width:100%!important;
}
.case-text{
	position: absolute;
	top: 0;
	left:0 ;
	width: 100%;
	height: 100%;
	
	transition-duration: 1s;
}
.case-text01{
	padding: 30px 20px;
	max-height: 90px;
	overflow: hidden;
}
.case-text01 b{
	width: 4px;
	height: 20px;
	display: block;
	background-color: #FFFFFF;
	float: left;
	margin-top: 2px;
}
.case-text01 h3{
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	font-weight: normal;
	padding-left: 10px;
	max-width: 320px;
}
.case-text02{
	width: 0px;
	position: absolute;
	right: 0;
	bottom: 30px;
	border-bottom: 2px solid #FFFFFF;
	transition-duration: 1s;
}
.case-text02 p{
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 10px;
}
.case-list ul li:hover .case-text{
	background-color: #FF8B15;
	transition-duration: 1s;
}
.case-list ul li:hover .case-text02{
	width: 345px;
	transition-duration: 1s;
}
.set-title{
	margin: 40px 0 0;
}
.set-title ul {
	text-align: left;
}
.set-title ul li{
	
	display: inline-block;
	background-color: #879196;
	padding: 10px 20px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 10px;
	transition-duration: 0.5s;
}
.set-title ul li:hover{
	background-color: #FF8B15;
	transition-duration: 0.5s;
	color: #FFFFFF;
}
.set-title ul li.on{
	background-color: #FF8B15;
	transition-duration: 0.5s;
	color: #FFFFFF;
}
.set-title ul li:first-child{
	margin-left: 0;
}

/*页码*/
.pub-page{
	overflow: hidden;
}
.page {
    padding: 20px 0px 60px 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.page span,
.page a {
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
    font-size:16px;
    margin: 0 2px;
    border: 1px #e5e5e5 solid;
    color: #999;
    margin: 0 8px;
}

.page .current,
.page a:hover {
    color: #fff;
    border-color: #FF8B15;
    background-color: #FF8B15;
}

.page .disabled {
    color: #ccc;
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    cursor: not-allowed;
}

.page .rows {
    padding-left: 20px;
    background: none;
    border: none;
}

/*新闻中心*/
.news-list{
	
}

.news-list ul {
	overflow: hidden;
}
.news-list ul li{
	float: left;
	width: 378px;
	border: 1px solid #FFFFFF;
	background-color: #f6f6f6;
	height: 342px;
	transition-duration: 0.3s;
	margin-left: 30px;
	margin-bottom: 30px;
}
.news-list ul li:nth-child(1){
	margin-left: 0;
}
.news-list ul li:nth-child(4){
	margin-left: 0;
}
.news-list ul li:nth-child(7){
	margin-left: 0;
}
.news-list ul li:nth-child(10){
	margin-left: 0;
}
.news-list ul li a{
	display: block;
	padding: 30px 20px;
}
.news-list-time{
	font-size: 16px;
	color: #333333;
}
.news-list-title{
	color: #000000;
	font-size: 20px;
	border-bottom: 1px solid #cccccc;
	padding: 15px 0;
	margin-bottom: 15px;
	transition-duration: 0.3s;
}
.news-list-p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 35px;
	max-height: 115px;
	overflow: hidden;
}
.news-list-span{
	background-color: #879196;
	display: block;
	width: 130px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #FFFFFF;
	border-radius: 5px;
	transition-duration: 0.3s;
}
.news-list ul li:hover{
	border: 1px solid #FF8B15;
	transition-duration: 0.3s;
}
.news-list ul li:hover .news-list-title{
	color: #FF8B15;
	border-bottom: 1px solid #FF8B15;
	transition-duration: 0.3s;
}
.news-list ul li:hover .news-list-span{
	background-color: #FF8B15;
	transition-duration: 0.3s;
}
#news-page.pub-page{
	margin-top: 20px;
}
