body{
	overflow-x: hidden;
}
/*.ZoomContainer{
	width: 100%;
	overflow: hidden;
}*/
.header-all{
	padding: 25px 0;
}
.nav >ul >li{
	float: left;
    margin-left: 100px;
    position: relative;
}
.nav >ul >li:first-child{
	margin-left: 0;
}
.nav >ul >li >a{
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding: 20px 0;
	display: block;
}
.nav >ul >li >a:hover{
	color: #ff5500;
}
.nav >ul >.dang >a{
	color: #ff5500;
}
.nav >ul >li >a .nav-bg{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #FF5500;
	height: 2px;
}
.nav >ul >li >a .nav-jiao{
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translateX(-50%);
}
.div-bg{
	display: none;
}
.nav >ul >li:hover .div-bg{
	display: block;
}
.x-nav{
	position: absolute;
	top: 100%;
	left: -22px;
	width: 100px;
	padding-top: 6px;
	text-align: center;
	display: none;
	z-index: 9999;
}
.nav >ul >li:hover .x-nav{
	display: block;
}
.x-nav ul {
	padding: 0 6px;
	background: #fb8448;
}
.x-nav ul li{
	border-bottom: 1px solid #fdc2a4;
}
.x-nav ul li a{
	color: #fff;
	font-size: 12px;
	padding: 11px 0;
	display: block;
}
/*banner*/
.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	background-color: #666666;
	opacity: 1;
	margin-left: 10px;
}
.banner .swiper-pagination-bullet:first-child{
	margin-left: 0;
}
.banner .swiper-pagination-bullet-active{
	background-color:#fe5500;
}
/*banner*/
.product-title{
	text-align: center;
	padding: 70px 0 30px;
}
.product-title h2{
	color: #fe5500;
	font-size: 22px;
	line-height: 45px;
	background: url(../images/product-title.png) no-repeat center;
}
.product-title span{
	color: #999999;
	font-size: 14px;
	display: block;
	padding-top: 20px;
}
.product-list ul li{
	width: 290px;
	float: left;
	text-align: center;
	margin-left: 13px;
}
.product-list ul li:first-child{
	margin-left: 0;
}
.product-list ul li span{
	display: block;
	color: #666666;
	padding-top: 20px;
}
.product-list ul li:hover span{
	color: #fe5500;
	font-weight: 600;
}
.li-product-pic{
	border: 1px solid #cccccc;
	position: relative;
}
.li-product-ding{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(30,30,30,.70);
	display: none;
}
.li-product-ding img{
	padding-top: 75px;
}
.product-list ul li:hover .li-product-ding{
	display: block;
}
/*公司介绍*/
.company-title{
	padding: 65px 0 45px;
}
.company-title h2{
	background: url(../images/about-title.png) no-repeat center;
}
.company-right{
	width: 582px;
}
.company-right h2{
	color: #666666;
	font-size: 30px;
}
.company-right h2:before{
	background: #fe5500;
	width: 106px;
	height: 3px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	margin-top: -3px;
}
.company-right strong{
	color: #999999;
	font-family: arial;
	font-size: 22px;
	display: block;
	padding: 12px 0 20px;
}
.company-right p{
	line-height: 30px;
	color: #666666;
	text-indent: 2rem;
}
.more,.new-more{
	width: 128px;
	height: 36px;
	line-height: 34px;
	background: #fff;
	border: 1px solid #fe5500;
	text-align: center;
	border-radius: 50px;
	margin-top: 33px;
}
.more a,.new-more a{
	color: #fe5500;
	font-size: 14px;
}
.more:hover,.new-more:hover{
	background: #fe5500;
}
.more:hover a,.new-more:hover a{
	color: #fff;
}
/*合作伙伴*/
.partner-title {
	padding: 85px 0 40px;
}
.partner-title h2{
	background: url(../images/partner-title.png) center no-repeat;
}
.partner-list ul li{
	float: left;
	border: 1px solid #cccccc;
	margin-left: 13px;
	margin-bottom: 16px;
}
.partner-list ul li:nth-child(1),
.partner-list ul li:nth-child(5){
	margin-left: 0;
	
}
.partner-list ul li:hover{
	border: 1px solid #fe5500;
}
/*新闻中心*/

.new-title{
	padding: 54px 0 40px;
}
.new-title h2{
	background: url(../images/new-title.png) no-repeat center;
}
.new ul{
	padding-bottom: 12px;
}
.new-list ul li{
	overflow: hidden;
	margin-bottom: 28px;
}
.new-left,.new-right{
	width: 582px;
}
.li-new-word{
	width: 343px;
}
.li-new-word h4{
	color: #666666;
	font-size: 16px;
	padding-bottom: 15px;
}
.li-new-word p{
	line-height: 26px;
	font-size: 14px;
	color: #666666;
}
.li-new-word a{
	color: #666666;
	font-size: 12px;
	display: block;
	padding-top: 33px;
}
.new-list ul li .li-more{
	padding-top:7px;
}
.new-list ul li .new-left:hover  h4,
.new-list ul li .new-left:hover  a,
.new-list ul li .new-right:hover h4,
.new-list ul li .new-right:hover a{
	color: #fe5500;
}
.new-more{
	margin: 0 auto 65px;
}
/*footer*/
.footer{
	background: #666666;
}
.footer-all{
	padding: 57px 0 55px;
	border-bottom: 1px solid #b3b3b3;
}
.footer-left{
	width: 725px;
}
.footer-pic{
	margin-right: 110px;
}
.footer-address,
.footer-phone{
	padding-top: 15px;
}
.footer-address p{
	padding-bottom: 12px;
}
.footer-address p,
.footer-phone p{
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}
.footer-phone p{
	padding-bottom: 35px;
}
.footer-phone p:last-child{
	padding-bottom: 0;
}
.footer-right{
	width: 382px;
	padding-top: 20px;
}
.footer-right ul li{
	float: left;
	width: 88px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #fff;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 10px;
}
.footer-right ul li:nth-child(1),
.footer-right ul li:nth-child(5){
	margin-left: 0;
}
.footer-right ul li a{
	color: #fff;
	font-size: 14px;
}
.footer-right ul li:hover{
	border: 1px solid #fe5500;
}
.footer-right ul li:hover a{
	color: #fe5500;
}
.footer-down{
	text-align: center;
	padding: 18px 0 22px;
}
.footer-down p,
.footer-down a{
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.footer-down a{
	margin-left: 20px;
}
/*-----list1------*/
.list-nav ul {
	padding: 15px 0 35px;
}
.list-nav ul li{
	float: left;
}
.list-nav ul li a{
	color: #666666;
	font-size: 14px;
}
.list-nav ul .list-nav-dang a{
	text-decoration: underline;
	color: #ff5500;
}
.product-show-all{
	padding-bottom: 85px;
}
.product-showleft{
	width: 265px;
}
.product-showleft >ul >li{
	width: 265px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.product-showleft >ul >li >h5{
	color: #666666;
	font-size: 14px;
	/*padding: 13px 0;*/
	border: 1px solid #cccccc;
	padding:13px 10px 13px 14px;
}
.product-showleft >ul >li >h5:after{
	width: 13px;
	height: 13px;
	content: "";
	display: inline-block;
	margin-top: 2px;
	text-align: right;
	float: right;
	background: url(../images/product-show-jian.png) no-repeat;
}
.product-showleft >ul >.link >h5:after{
	width: 13px;
	height: 1px;
	content: "";
	display: inline-block;
	margin-top: 8px;
	text-align: right;
	float: right;
	background: url(../images/product-show-jia.png) no-repeat;	
}
.product-showleft >ul >.link >h5{
	color: #fe5500;
}
.product-xiala{
	border: 1px solid #cccccc;
	margin-top: 8px;
	display: none;
	box-sizing: border-box;
}
.product-xiala li:first-child{
	padding-top: 17px;
}
.product-xiala li{
	padding-left: 40px;
	padding-bottom: 25px;
}
.product-xiala li a{
	color: #666666;
	font-size: 14px;
	display: block;
}
.product-xiala li a:hover{
	color: #fe5500;
}
.product-showright{
	width: 920px;
}
.product-showright-pic{
	width: 449px;
	position: relative;
}
.product-showright-pic .gallery-top{
	width: 449px;
	
}

.product-showright-pic .gallery-top .swiper-slide img{
    border: 1px solid #adadad;
}
.product-showright-pic .gallery-top .swiper-slide:first-child{
	margin-left: 0;
}
.product-showright-pic .gallery-thumbs .swiper-slide {
	width: 98px !important;
	text-align: center;
	border: 1px solid #adadad;
	box-sizing: border-box;
	margin-top: 14px;
}
.product-showright-pic .gallery-thumbs .swiper-slide-thumb-active {
	border: 2px solid #ff5500;
}
.product-showright-right{
	width: 432px;
}
.product-showright-right h2{
	font-size: 24px;
	color: #666666;
}
.product-showright-right h2:before{
	width: 4px;
	height: 24px;
	background: #ff5500;
	content: "";
	display: inline-block;
	margin-right: 14px;
	margin-bottom: -3px;
}
.product-showright-right >span{
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	padding:15px 0;
}
.product-showright-ul li{
	overflow: hidden;
}
.product-showright-ul li span{
	float: left;
	display: block;
	color: #ff5500;
	font-size: 14px;
	line-height: 30px;
	
}
.product-showright-ul li .li-p{
	float: right;
	width: 385px;
}
.product-showright-ul li .li-p p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
/*------------list2--------------*/
.product-showright2 ul li{
	width: 223px;
	text-align: center;
	float: left;
	margin-left: 9px;
	margin-bottom: 20px;
}
.product-showright2 ul li:nth-child(1),
.product-showright2 ul li:nth-child(5),
.product-showright2 ul li:nth-child(9),
.product-showright2 ul li:nth-child(14){
	margin-left: 0;
}
.product-showright2 ul li span{
	color: #666;
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-top: 5px;
}
.product-showright2 ul li:hover span{
	color: #FF5500;
}
.show-pic{
	position: relative;
	border: 1px solid #cccccc;
}
.li-show-ding{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(30,30,30,.70);
	display: none;
}
.li-show-ding img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-showright2 ul li:hover .li-show-ding{
	display: block;
}


/*.header-all{position: relative;}
.nav-fixed {position: absolute;right: 0;top: 15px;}
.nav-fixed a{color: #666;font-size: 14px}
.nav-fixed a:hover{color: #ff5500}
.nav-fixed a span{color: #666;font-size: 14px}*/