*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #ffffff;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}

/*共同头部*/
.pub-header{
	border-bottom: 1px solid #252a6a;
}
.pub-headercon{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.pub-logo{
	padding: 20px 0;
	float: left;
}
.pub-logo img{
	display: block;
	max-width: 230px;
}
.header-right{
	float: right;
}
.header-right01{
	margin-top: 10px;
	overflow: hidden;
}
.header-right01 dl{
	overflow: hidden;
	float: right;
}
.header-right01 dl dd{
	float: left;
}
.header-right01 dl dd a{
	padding-left: 10px;
}
.header-right01 dl dd:nth-child(odd) a{
	display: block;
	color: #666666;
	font-size: 13px;
	
}
.header-right01 dl dd:nth-child(even) a{
	color: #cccccc;
	display: block;
	font-size: 12px;
}
.header-right01 dl dd:hover a{
	color: #252A6A;
}
.header-right-phone{
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 10px;
}
.header-right-phone i{
	display: block;
	float: right;
	color: #da241c;
	font-size: 60px;
}
.header-right-phone .phone{
	float: right;
	text-align: right;
	padding-right: 10px;
	
}
.header-right-phone .phone p{
	font-size:13px;
	color: #bebebe;
}
.header-right-phone .phone h2{
	font-size: 36px;
	font-weight: normal;
	color: #da241c;
}
.header-nav ul{
	overflow: hidden;
}
.header-nav ul li{
	float: left;
	margin-left: 40px;
}
.header-nav ul li a{
	font-size: 18px;
	color: #333333;
	display: block;
	padding: 9px 15px;
	background-color: #FFFFFF;
}
.header-nav ul li:hover a{
	background-color: #252A6A;
	color: #FFFFFF;
}
.header-nav ul li.on a{
	background-color: #252A6A;
	color: #FFFFFF;
}



/*共同底部*/
.pub-bottom#pubny-bottom{
	margin-top: 60px;
}
.pub-bottomcon{
	background-color: #182257;
	padding: 40px 0 30px;
	color: #ffffff;
}
.bottomcon{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	
}
.pub-bg{
	
}
.pub-bg img{
	display: block;
	margin: 0 auto;
}
.bottomcon01{
	float: left;
}
.bottomcon01 h2{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 150px;
}
.bottomcon01 p{
	font-size: 12px;
	opacity: 0.6;
	margin-top: 12px;
}

.bottomcon02{
	float: left;
	margin-left: 125px;
}
.bottomcon02 dl dd{
	margin-bottom: 25px;
}
.bottomcon02 dl dd:last-child{
	margin-bottom: 0;
}
.bottomcon02 dl dd h2{
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 16px;
}
.bottomcon02 dl dd p{
	font-size: 13px;
	margin-bottom: 12px;
}

.bottomcon03{
	float:right;
}
.bottomcon03 dl dd {
	margin-bottom: 23px;
}
.bottomcon03 dl dd:last-child{
	margin-bottom: 0;
}
.bottomcon03 dl dd p {
	font-size: 13px;	
}
.bottomcon03 dl dd img{
	margin-top:15px;
	display: block;
}


/*首页产品*/
.sy-products{
	padding: 60px 0 40px;
}
.sy-productscon{
	max-width: 1200px;
	margin: 0 auto;
}
.sypub-title{
	text-align: center;
	margin-bottom: 10px;
}
.sypub-title h2{
	font-size: 30px;
	color: #010101;
	font-weight: normal;
}
.sypub-title p{
	font-size: 14px;
	color: #010101;
	text-transform: uppercase;
	padding: 15px 0;
}
.sypub-title img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.sy-productslist ul{
	overflow: hidden;
}
.sy-productslist ul li{
	margin-top: 20px;
	border: 1px solid #eeeeee;
	float: left;
	width: 278px;
	height: 278px;
	margin-left: 26px;
	transition-duration: 0.3s;
}
.sy-productslist ul li:nth-child(1){
	margin-left: 0;
}
.sy-productslist ul li:nth-child(5){
	margin-left: 0;
}
.prolist-img{
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.prolist-img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.sy-productslist ul li:hover{
	box-shadow: 0 0 10px #cccccc;
	transition-duration: 0.3s;
}
.sy-productslist ul li:hover .prolist-img img{
	transform: scale(1.1);
}
.sy-productslist ul li:hover .prolist-text h2{
	color:#252A6A;
}
.sy-productslist ul li:hover .prolist-text p{
	color:#252A6A;
}
.prolist-text{
	padding: 15px 15px;
}
.prolist-text h2{
	font-size: 17px;
	color: #000000;
	font-weight: normal;
	height: 25px;
    overflow: hidden;
}
.prolist-text p{
	padding-top: 15px;
	font-size: 13px;
	color: #999999;
}
.more{
	text-align: center;
	border: 1px solid #DA241C;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	transition-duration: 0.5s;
	margin: 40px auto 0;
}
.more a{
	color: #DA241C;
	font-size: 16px;
	display: block;
}
.more:hover{
	transition-duration: 0.5s;
	background-color: #DA241C;
}
.more:hover a{
	color: #FFFFFF;
}


/*关于我们*/
.sy-aboutcon{
	
}
.sy-aboutcon01{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 35px;
}
.sy-aboutcon{
	background-color: #f5f6fa;
}
.sy-aboutcon02{
	overflow: hidden;
	padding: 60px 0 70px;
}
.about-img{
	float: left;
	width: 550px;
}
.about-img img{
	display: block;
	width: 100%;
	height: 370px;
}
.about-text{
	float: right;
	width: 580px;
}
.about-text h2{
	color: #252a6a;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 30px;
}
.about-text p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.about-text a{
	display: block;
	color: #da241c;
	font-size: 16px;
	padding-top: 20px;
}
.about-text a i{
	font-size: 19px;
	padding-left: 5px;
	
}


/*内页banner*/
.ny-banner{
	width: 100%;
	height: auto;
}
.ny-banner img{
	display: block;
	width: 100%;
}
.nypub-middle{
	
}
.nypub-middlecon{
	max-width: 1200px;
	margin: 0 auto;
}
.breadtree{
	border-bottom: 1px solid #eeeeee;
	padding: 12px 0;
	margin-bottom: 30px;
}
.breadtree p{
	max-width: 1200px;
	margin: 0 auto;
	color: #666666;
	font-size: 13px;
}
.breadtree p i{
	padding-right: 5px;
	color: #252A6A;
	font-size: 15px;
}
.breadtree p a{
	color: #666666;
	font-size: 13px;
	padding: 0 5px;
}
.breadtree p a:last-child{
	color: #252A6A;
}



/*联系我们*/
.contact01{
	border-bottom: 1px dashed #EEEEEE;
	font-size: 15px;
	color: #333333;
	line-height: 36px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.contactcon{
	overflow: hidden;
}
.contactcon-left{
	float: left;
	max-width: 670px;
}
.contactcon-right{
	float: right;
	padding-top: 60px;
	max-width: 500px;
}
.contactcon-left01{
	font-size: 24px;
	color: #252A6A;
}
.contactcon-left02{
	font-size: 16px;
	margin-top: 22px;
}
.contactcon-left02 span{
	color: #666666;
}
.contactcon-left02 b{
	font-weight: normal;
	color: #000000;
}
.contactcon-left ul li{
	margin-top: 30px;
}
.contactcon-left ul li h2{
	font-size: 18px;
	background-color: #252A6A;
	color: #FFFFFF;
	width: 85px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.contact-map{
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	position: relative;
}
.contact-map img{
	width: 100%;
	height: 100%;
}
.contact-map p{
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.contact-map:nth-child(2){
	margin-bottom: 0;
}
.ny-aboutcon{
	overflow: hidden;
}
.aboutcon-left{
	float: left;
}
.aboutcon-right{
	float: right;
}
.ny-aboutcon{
	overflow: hidden;
}
.aboutcon-left{
	float: left;
	max-width: 916px;
}
.pubright{
	background-color: #f5f6fa;
	background-image: url(../img/right-bg.png);
}
.aboutcon-right{
	float: right;
	width: 255px;
	
}
img{
	max-width: 100%;
}
.aboutcon-left img{
	margin-bottom: 20px;
}
.aboutcon-left01{
	font-size: 24px;
	color: #252A6A;
	margin-bottom: 30px;
}
.aboutcon-left02{
	font-size: 15px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 20px;
}
.aboutcon-left03{
	font-size: 20px;
	color: #252A6A;
	margin-bottom: 20px;
}
.pubright{
	width: 100%;
}
.pubright-title{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #252A6A;
	padding: 15px 15px;
}
.pubright-list{
	padding: 15px 15px;
}
.pubright-list-title{
	font-size: 18px;
	color: #252A6A;
}
.pubright-list ul li{
	border-bottom: 1px dashed #e6e6e6;
	padding: 18px 0;
}
.pubright-list ul li:last-child{
	border: none;
}
.pubright-list ul li:first-child{
	padding-top: 0;
}
.pubright-listcon{
	overflow: hidden;
	margin-top: 12px;
}
.pubright-list01{
	float: left;
}
.pubright-list01 i{
	color: #cccccc;
	font-size: 16px;
	display: block;
	margin-top: 2px;
}
.pubright-list02{
	float: left;
	padding-left: 12px;
	max-width: 85%;
	
}
.pubright-list02 h2{
	font-size: 16px;
	color: #999999;
	font-weight: normal;
}
.pubright-list02 p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-top: 6px;
}
.pro-detailcon01-title{
	text-align: center;
}
.pro-detailcon01-title h2{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}
.pro-detailcon01-title p{
	font-size: 14px;
	color: #666666;
	padding: 15px 0 20px;
}
.pro-detail{
	overflow: hidden;
}
.pro-detail-img{
	float: left;
	width: 575px;
	border: 1px solid #eeeeee;
	height: 405px;
}
.pro-detail-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.pro-detail-info{
	float: right;
	width: 575px;
	font-size: 15px;
	color: #333333;
	line-height: 30px;
}
.pro-detail-info h2{
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #252a6a;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: normal;
}
.pro-detail-info p{
	font-size: 15px;
	color: #333333;
	line-height: 30px;
	padding-bottom: 10px;
}
.pro-detailcon02{
	margin-top: 30px;
}
.pro-detailcon02-title{
	font-size: 24px;
	color: #ffffff;
	background-image: url(../img/detail-bg.png);
	background-repeat: no-repeat;
	height: 66px;
	line-height: 66px;
	padding-left: 20px;
}

.nyproducts-con{
	max-width: 1200px;
	margin: 0 auto;
}
.sy_banner_new{
	background-image: url(../img/sy_banner_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	background-position: center;
	
}
.sy_banner_con{
	max-width: 1200px;
	margin: 0 auto;
}

.sy_banner_con_title{
	padding: 135px 0 110px;
}

.picMarquee-left{ width:1200px;  overflow:hidden; position:relative;height: 190px;  }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center;width:274px; height:186px;
	overflow: hidden;
	border: 2px solid #eeeeee; }

.picMarquee-left .bd ul li:hover a img{
	transform: scale(1.1);
	transition-duration: 0.8s;
}
.picMarquee-left .bd ul li .pic img{  display:block;box-shadow: 0 0 10px #000000;width: 100%;height: 100%;transition-duration: 0.8s;overflow: hidden;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#ffffff;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }