*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
}
body{
	font-family: "微软雅黑";
}



.pub-headercon{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.pub-headercon .logo{
	padding: 20px 0;
}
.pub-nav{
	position: absolute;
	right: 0;
	top: 0;
}
.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;
	padding-right: 10px;
	z-index: 8;
}
.pub-nav ul li h2 a{
	color: #333333;
	font-size: 16px;
	transition-duration: 0.3s;
	display: block;
	padding-right: 10px;
	
	
}
.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); 
	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg); 
	-o-transform:rotate(180deg); 
}
.pub-nav ul li.on h2 img{
	transition-duration: 0.3s;
	transform:rotate(180deg);
 	-ms-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg); 
	-o-transform:rotate(180deg); 
}
.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;
}


.pub-bottom01{
	background-color: #222222;
	overflow: hidden;
	padding: 30px 0;
}
.pub-bottom01-1{
	float: left;
}
.pub-bottom01-1 ul{
	overflow: hidden;
	padding: 10px 0;
	max-width: 750px;
}
.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;
}
.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;
}
.erweima img{
	width: 130px;
	height: 130px;
	display: block;
	border: 8px solid #FFFFFF;
	border-radius: 10px;
}
.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;
}
.pub-bottom02 p:hover{
	opacity: 1;
}
.pub-bottom02 p a{
	color: #FFFFFF;
	
}
.pub-bottom02 p:nth-child(1){
	float: left;
}
.pub-bottom02 p:nth-child(2){
	float: right;
}


.small-banner{
	padding: 20px 0;
	background-color: #f4f4f4;
	background-image: url(../image/small-bannerbg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.small-banner ul{
	overflow: hidden;
}
.small-banner ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.small-banner ul li h2{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	padding: 10px 0;
}
.small-banner ul li p{
	color: #999999;
	font-size: 14px;
	text-transform:uppercase ;
}
.small-bannerimg{
	width: 72px;
	height: 72px;
	margin: 0 auto;
	position: relative;
}
.small-bannerimg img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
}
.small-bannerimg img:nth-child(1){
	opacity: 1;
	transition-duration: 0.5s;
	
}
.small-bannerimg img:nth-child(2){
	opacity: 0;
	transition-duration: 0.5s;
}
.small-banner ul li:hover .small-bannerimg img:nth-child(2){
	transition-duration: 0.5s;
	opacity: 1;
	transform:rotate(360deg);
 	-ms-transform:rotate(360deg); 
	-moz-transform:rotate(360deg); 
	-webkit-transform:rotate(360deg); 
	-o-transform:rotate(360deg); 
}
.small-banner ul li:hover .small-bannerimg img:nth-child(1){
	transition-duration: 0.5s;
	opacity: 0;
	transform:rotate(360deg);
 	-ms-transform:rotate(360deg); 
	-moz-transform:rotate(360deg); 
	-webkit-transform:rotate(360deg); 
	-o-transform:rotate(360deg); 
}
.small-banner ul li:hover h2{
	color: #FF8B15;
}


.pub-nycon{
	margin-bottom: 60px;
}
.pub-nycon img{
	display:block;
 max-width:100%;
}
.ny-banner{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.ny-banner img{
	display: block;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.breadtree{
	font-family: "宋体";
	font-size: 14px;
	color: #999999;
	padding: 20px 0 40px;
}
.breadtree a{
	font-size: 14px;
	color: #999999;
	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;
}


.news-title{
	text-align: center;
}
.news-title-1{
	font-size: 22px;
	color: #333333;
	padding-bottom: 15px;
	
}
.news-titletime{
	font-size: 14px;
	color: #333333;
	padding-bottom: 20px;
}

.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-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{
	position: absolute;
	top: 0;
	left: 0;
}
.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;
	margin-top: 50px;
}
.page {
    padding: 20px 0px 20px 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: #333333;
    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;
}