
.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ro90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ro270{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

/*index*/

/*top nav*/
.top-nav-blank{
	height: 100px;
}

.header{
	height: 100px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 1px 3px #888;
}

.top-nav{
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
}

.top-nav .logo{
	width: 200px;
	height: 160px;
	margin-bottom: -60px;
	text-align: center;
	padding-top: 23px;
	background-color: #fff;
	box-shadow: 0 0 6px #ccc;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	display: block;
	margin: 0 25px;
	font-size: 20px;
	color: #666;
	height: 100%;
	line-height: 1.2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-nav .nav-block a:hover,.top-nav .nav-block .active a{
	color: #fd9314;
}

.top-nav .nav-block a::before{
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background-color: #fd9314;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	transition:all .3s;
}

.top-nav .nav-block a:hover::before,.top-nav .nav-block .active a::before{
	opacity: 1;
}

.top-nav .las a{
	display: block;
	height: 16px;
	margin-left: 12px;
}

.top-nav .menu{
	display: none;
}

.menu_down{
	display: none;
}

/* index banner */
.index-banner img{
	vertical-align: bottom;
}

/* index product */
.index-product-bg{
	padding: 70px 0;
	background-color: #eee;
}

.index-product{
	max-width: 1400px;
	margin: 0 auto;
	background-image: url("../images/index_product_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index-product li{
	padding: 0;
	border-top: 10px solid #eee;
	border-bottom: 10px solid #eee;
	border-right: 10px solid #eee;
	width: 50%;
}

.index-product li:nth-of-type(2n){
	border-right: 0;
	border-left: 10px solid #eee;
}

.index-product li>a{
	display: block;
	position: relative;
	overflow: hidden;
}

.index-product li .imgbox{
	width: 56%;
	height: 270px;
	float: left;
}

.index-product li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index-product li .textbox{
	width: 44%;
	float: right;
	padding-top: 50px;
}

.index-product li h2{
	color: #fff;
	font-size: 26px;
}

.index-product li i{
	display: inline-block;
	margin-top: 40px;
	opacity: 0.5;
	color: #fff;
	font-size: 20px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.index-product li:hover i{
	opacity: 1;
}



/* index about */
.index-about-bg{
	background-image: url("../images/index_about_bg.jpg");
	background-position: right 3.5% bottom;
	background-repeat: no-repeat;
}

.index-about{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0 80px;
}

.index-about .imgbox{
	width: 55%;
	height: 427px;
	position: relative;
}

.index-about .imgbox img,
.index-about .imgbox video,
.index-about .imgbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-about .imgbox .title-icon{
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	font-size:40px;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 0 3px #999;
}

.index-about .imgbox .title-img{
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	cursor: pointer;
}

.index-about .textbox{
	width: 40%;
	margin-left: 5%;
}

.index-about .textbox h1{
	font-size: 40px;
	color: #fd9314;
	padding-top: 40px;
	margin-bottom: 40px;
}

.index-about .textbox h2{
	font-size: 48px;
	color: #999;
}

.index-about .textbox h3{
	font-size: 20px;
	color: #999;
}

.index-about .textbox .editbox{
	font-size: 17px;
	color: #666;
	line-height: 2;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 15px;
	margin-bottom: 30px;
	max-height: 112px;
}

.index-about .textbox a{
	display: block;
	width: 180px;
	height: 46px;
	line-height: 44px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 30px;
	background-color: #fff;
}

.index-about .textbox a:hover{
	box-shadow: 0 0 3px #888;
}

.index-about .textbox a>span{
	display: inline-block;
	width: 36px;
	height: 1px;
	background-color: #ccc;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 20px;
}

/* history */
.history-bg{
	background-image: url('../images/his_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.history-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 70px 0 90px;
}

.history-block .title{
	text-align: center;
	font-size: 60px;
	color: #fff;
}

.history-block .title::after{
	display: block;
	content: '';
	margin: 15px auto 0;
	width: 70px;
	height: 10px;
	background-color: #fd9314;
}


.histy_swiper .gallery-thumbs .swiper-slide{
    cursor: pointer;
}
.histy_swiper .gallery-thumbs .swiper-slide p{
    font-size: 40px;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    line-height:1;
}
.histy_swiper .gallery-thumbs .swiper-slide span{
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    border-radius:50%;
    background: #646a73;
    margin-top: 35px;
}
.histy_swiper{
    position: relative;
    margin-top: 50px;
    padding-bottom: 60px;
    overflow:hidden;
}
.histy_swiper .gallery-thumbs .swiper-slide-thumb-active p{
    color: #fd9314;
}
.histy_swiper .gallery-thumbs .swiper-slide-thumb-active span{
    background: #fd9314;
}
.histy_swiper .line{
  position: absolute;
  width: 100vw;
  height:1px;
  left:50%;
  top:82px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index:1;
  background-color: #646a73;
}

.histy_swiper .gallery-thumbs{
	padding-bottom:80px;
}
.histy_swiper .gallery-top .swiper-slide{
	 -webkit-flex-wrap:wrap; 
	 -webkit-box-flex-wrap:wrap; 
	 -ms-flex-wrap:wrap; 
	 -moz-flex-wrap:wrap; 
	 flex-wrap:wrap;
}
.histy_swiper .gallery-top .h-box{
	width: 320px;
	font-size: 120px;
	color: #fd9314;
	font-weight: bold;
}

.histy_swiper .gallery-top .p-box{
	padding-top: 20px;
	font-size: 26px;
	color: #fff;
	width: 570px;
	overflow: hidden;
	line-height: 2;
}

.histy_swiper .swiper-button-next,
.histy_swiper .swiper-button-prev{
  width: 24px;
  height: 24px;
  line-height: 22px;
  top: auto;
  bottom: 0;
  opacity: 1;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-user-select:none;
  -moz-user-select:none;
}

.histy_swiper .swiper-button-prev{
	left:50%;
	margin-left: -34px;
}

.histy_swiper .swiper-button-next{
	right:50%;
	margin-right: -34px;
}

.histy_swiper .swiper-button-next:hover,
.histy_swiper .swiper-button-prev:hover{
	background-color: #e0001d;
}
.histy_swiper .swiper-button-next:after,.histy_swiper .swiper-button-prev:after{
  display: none;
}


/*index advantage*/
.index-adv{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.index-adv li{
	padding: 0 20px;
	width: 25%;
	text-align: center;
}

.index-adv i{
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	line-height: 98px;
	text-align: center;
	font-size: 50px;
	color: #fd9314;
	border-radius: 50%;
	margin-bottom: 30px;
}

.index-adv h1{
	font-size: 60px;
	font-weight: bold;
	color: #666;
}

.index-adv p{
	font-size: 20px;
	color: #999;
}

/*index network*/
.network-block{
	background-color: #444;
	padding: 0;
	text-align: center;
	position: relative;
}

.network-block video{
	width: 100%;
	height: 720px;
	object-fit: cover;
}

.network-block .shade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.network-block .textbox{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.network-block h1{
	font-size: 60px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: bold;
}

.network-block h2{
	font-size: 24px;
	color: #fff;
	max-width: 1000px;
	margin: 0 auto;
}

/*footer list*/
.footer-list{
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

.footer-list h1{
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.footer-list h2{
	font-size: 14px;
	color: #999;
	margin: 10px 0;
}

.footer-list img{
	width: 150px;
	height: 150px;
}

.footer-list a{ 
	display: block;
	font-size: 16px;
	line-height: 44px;
	color: #666;
	margin-top: 0px;
	position: relative;
	max-width: 400px;
	padding-left: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.footer-list li:nth-child(2) a{
	padding-left: 13px;
	max-width: 580px;
}

.footer-list li:nth-child(3){
	text-align: center;
}

.footer-list h1+a{
	margin-top: 30px;
}

.footer-list a:hover{
	color: #fd9314;
}

.footer-list a i{
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 14px;
	width: 30px;
	text-align: center;
	color: #999;
}

.footer-list a b{
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	top: 18px;
	border-left: 6px solid #fd9314;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.footer-list .detailbtn{
	width: 160px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fd9314;
	font-size: 15px;
	color: #fd9314;
	padding-left: 0;
	text-align: center;
}

.footer-list .detailbtn i{
	position: static;
	color: #fd9314;
	margin-left: 10px;
}

.footer{
	text-align: center;
	background-image: url("../images/footer_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 20px;
}

.footer .media{
	margin: 50px 0 30px;
}

.footer .media i{
	display: inline-block;
	font-size: 24px;
	color: #fff;
	margin: 0 12px;
}

.footer .media i:hover{
	color: #fd9314;
}

.copyall{
	background-color: transparent;
}

.copy{
	line-height: 3;
	color: #999;
}

.copy a:hover{
	color: #fd9314;
}

/*other*/
.other-local-blank{
	height: 60px;
}

.other-local{
	width: 100%;
	position: fixed;
	left: 0;
	top: 100px;
	z-index: 98;
	background-color: #eee;
	box-shadow: 0 1px 3px #fff;
}

.other-local-block{
	text-align: right;
	max-width: 1400px;
	margin: 0 auto;
	line-height: 60px;
	padding-left: 200px;
	overflow-x: auto;
	white-space: nowrap;
}

.other-local a{
	display: inline-block;
	font-size: 16px;
	color: #666;
	margin: 0 15px;
	vertical-align: bottom;
}

.other-local a:hover{
	color: #000;
}

.other-public-title{
	font-size: 48px;
	color: #444;
	text-align: center;
	font-weight: bold;
}

.other-public-title::after{
	display: block;
	content: '';
	margin: 15px auto 0;
	width: 70px;
	height: 10px;
	background-color: #fd9314;
}

/*about us*/
.about-abo{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 80px;
}

.about-abo .imgbox{
	width: 51%;
	height: 317px;
}

.about-abo .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-abo .textbox{
	width: 44%;
	margin-left: 5%;
}

.about-abo .textbox h1{
	font-size: 38px;
	color: #222;
	padding: 20px 0;
}

.about-abo .textbox h2{
	font-size: 32px;
	color: #999;
	margin-bottom: 15px;
}

.about-abo .textbox .editbox{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 205px;
	overflow-y: auto;
}

.about-abo .textbox .editbox::-webkit-scrollbar{
width:10px;
height:10px;
}
/*正常情况下滑块的样式*/
.about-abo .textbox .editbox::-webkit-scrollbar-thumb{
background-color:rgba(0,0,0,.05);
border-radius:10px;
-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.about-abo .textbox .editbox:hover::-webkit-scrollbar-thumb{
background-color:rgba(0,0,0,.2);
border-radius:10px;
-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
/*鼠标悬浮在滑块上时滑块的样式*/
.about-abo .textbox .editbox::-webkit-scrollbar-thumb:hover{
background-color:rgba(0,0,0,.4);
-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
/*正常时候的主干部分*/
.about-abo .textbox .editbox::-webkit-scrollbar-track{
border-radius:10px;
-webkit-box-shadow:inset006pxrgba(0,0,0,0);
background-color:white;
}
/*鼠标悬浮在滚动条上的主干部分*/
.about-abo .textbox .editbox::-webkit-scrollbar-track:hover{
-webkit-box-shadow:inset006pxrgba(0,0,0,.4);
background-color:rgba(0,0,0,.01);
}

/****/
.about-sp-bg{
	background-color: #eee;
}

.about-str{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.str-swiper{
	margin-top: 30px;
	padding-bottom: 80px;
	position: relative;
}

.str-swiper li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.str-swiper li:nth-of-type(3n){
	margin-right: 0;
}

.str-swiper a{
	display: block;
	position: relative;
	padding: 10px;
	height: 290px;
	border: 1px solid #696969;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.str-swiper a:hover{
	border-color: #fff;
}

.str-swiper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.str-swiper a i{
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	background-color: rgba(253,149,25,0.7);
	color: #fff;
	text-align: center;
	font-size: 50px;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -45px;
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.str-swiper a:hover i{
	opacity: 1;
}

.str-swiper .swiper-button-next,
.str-swiper .swiper-button-prev{
  width: 36px;
  height: 36px;
  line-height: 34px;
  top: auto;
  bottom: 0;
  opacity: 1;
  border: 1px solid #999;
  border-radius: 50%;
  -webkit-user-select:none;
  -moz-user-select:none;
}

.str-swiper .swiper-button-next i,
.str-swiper .swiper-button-prev i{
	color: #999;
	font-size: 24px;
}

.str-swiper .swiper-button-prev{
	left:50%;
	margin-left: -40px;
}

.str-swiper .swiper-button-next{
	right:50%;
	margin-right: -40px;
}

.str-swiper .swiper-button-next:hover,
.str-swiper .swiper-button-prev:hover{
	border-color: #fd9314;
}

.str-swiper .swiper-button-next:hover i,
.str-swiper .swiper-button-prev:hover i{
	color: #fd9314;
}

.str-swiper .swiper-button-next:after,
.str-swiper .swiper-button-prev:after{
  display: none;
}

/****/
.history-block .other-public-title{
	color: #fff;
}

/****/
.about-hor{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.honor_swiper{
	margin-top: 20px;
	padding-bottom: 80px;
	position: relative;
}

.honor_swiper a{
	display: block;
	position: relative;
	padding: 10px;
	width: 100%;
	height: 420px;
	border: 1px solid #ccc;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.honor_swiper a:hover{
	border-color: #333;
}

.honor_swiper img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.honor_swiper .swiper-slide i{
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	background-color: rgba(253,149,25,0.7);
	color: #fff;
	text-align: center;
	font-size: 50px;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -45px;
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.honor_swiper a:hover i{
	opacity: 1;
}

.honor_swiper .swiper-button-next,
.honor_swiper .swiper-button-prev{
  width: 36px;
  height: 36px;
  line-height: 34px;
  top: auto;
  bottom: 0;
  opacity: 1;
  border: 1px solid #999;
  border-radius: 50%;
  -webkit-user-select:none;
  -moz-user-select:none;
}

.honor_swiper .swiper-button-next i,
.honor_swiper .swiper-button-prev i{
	color: #999;
	font-size: 24px;
}

.honor_swiper .swiper-button-prev{
	left:50%;
	margin-left: -40px;
}

.honor_swiper .swiper-button-next{
	right:50%;
	margin-right: -40px;
}

.honor_swiper .swiper-button-next:hover,
.honor_swiper .swiper-button-prev:hover{
	border-color: #fd9314;
}

.honor_swiper .swiper-button-next:hover i,
.honor_swiper .swiper-button-prev:hover i{
	color: #fd9314;
}

.honor_swiper .swiper-button-next:after,.honor_swiper .swiper-button-prev:after{
  display: none;
}

/* products */
.product-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.products-left-menu{
	width: 22%;
	line-height: 1.5;
}

.products-left-menu h1{
	background-color: #fd9314;
	line-height: 90px;
	padding: 0 30px;
	font-size: 26px;
	color: #fff;
}

.products-left-nav{
	display: block;
	border-top: 2px solid #f7f7f7;
}

.products-left-nav>div{
	padding: 0 30px;
	height: 60px;
	color: #666;
	background-color: #eee;
	cursor: pointer;
}

.products-left-nav>div a.one_nav{
	
    height: 60px;
    color: #666;
    
    cursor: pointer;
}

.products-left-nav div{
	font-size: 16px;
		
}

.products-left-nav>div:hover,
.products-left-nav.active>div{
	background-color: #999;
}

.products-left-nav>div i{
	margin-left: 15px;
	font-size: 12px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.products-left-nav>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

a.products-left-nav>div:hover,
a.products-left-nav.active>div{
	background-color: #fd9314;
}

.products-left-nav>div:hover .flex-flex1,
.products-left-nav.active>div .flex-flex1,
.products-left-nav>div:hover i,
.products-left-nav.active>div i{
	color: #fff;
}

.products-left-nav.active>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.products-left-nav ul{
	background-color: #fff;
	display: none;
}

.products-left-nav li{
	padding: 0 20px 0 30px;
	font-size: 16px;
	color: #666;
}

.products-left-nav li:hover .flex-flex1,
.products-left-nav li.active .flex-flex1{
	color: #fd9314;
}

.products-left-nav li+li{
	border-top: 1px dashed #ccc;
}

.products-left-nav li a{
	height: 46px;
}
.products-left-menu a.kk div{
	background:#fd9314;
	color:#fff;
}

.products-left-nav li span{
	display: block;
	width: 10px;
	height: 1px;
	background-color: #999;
	margin-right: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav li:hover span,
.products-left-nav li.active span{
	background-color: #fd9314;
}

.products-left-nav li .flex-flex1{
	overflow: hidden;
	font-size: 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav dl{
	display: none;
}

.products-left-nav dt{
	border-top: 1px dotted #ccc;
}

.products-left-nav dt a{
	display: block;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.products-left-nav dt a:hover{
	color: #fd9314;
}

.products-right-list{
	width: 74.5%;
}

.products-right-list>h1{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 17px;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 20px;
	color: #fd9314;
}

.products-right-list ul{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.products-right-list li{
	width: 32%;
	margin-right: 2%;
	background-color: #fff;
	margin-bottom: 20px;
}

.products-right-list li:nth-of-type(3n){
	margin-right: 0;
}

.products-right-list li .imgbox{
	height: 210px;
	padding: 20px;
}

.products-right-list li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.products-right-list li .textbox{
	background-color: #eee;
	padding: 0 15px;
}

.products-right-list .textbox h2{
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 20px;
	color: #fd9314;
	
}
.products-right-list .textbox h2+p{
	border-top: 2px solid #999;
	padding-top: 10px;
}
.products-right-list2{
	width:100%;
	padding:30px 0;
}
.products-right-list2 li{
	width: 25%;
	margin-right: 0;
	background-color: #fff;
	margin-bottom: 20px;
	padding:0 2% 0 0;
}
.products-right-list2 li .imgbox{
	width:100%;
	float:none;
}
.products-right-list2 li:nth-child(4n){
	padding-right:0;
}

.products-right-list .textbox p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-right-list .textbox a{
	height: 60px;
	border-top: 2px solid #999;
	margin-top: 10px;
}

.products-right-list .textbox .flex-flex1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	color: #666;
}

.products-right-list .textbox i{
	font-size: 28px;
	color: #999;
	display: block;
	height: 28px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-right-list .textbox a:hover .flex-flex1,
.products-right-list .textbox a:hover i{
	color: #fd9314;
}

.pageNav>a:first-child .iconfont{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.pageNav .iconfont{
	display: inline-block;
	vertical-align: bottom;
}

.products-right-list .videobox{
	
}
.products-right-list .videobox figure{
	height: 212px;
}
.products-right-list .videobox p{
	padding:10px 5px;
}
.products-right-list .videobox a{
	display: block;
	width: 100%;
	height: 100%;
}

.products-right-list .videobox a figure:hover{
	box-shadow: 0 0 3px #888;
}

.products-right-list .videobox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*product detail*/
.products-right-detail{
	width: 74.5%;
}

.products-right-detail .imgbox{
	width: 50%;
	float: left;
}

.products-right-detail .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.products-right-detail .gallery-top{
	margin-bottom: 20px;
	border: 1px solid #d3d3d3;
}

.products-right-detail .gallery-top .swiper-slide{
	height: 448px;
}

.products-right-detail .gallery-thumbs{
	padding: 0 40px;
}

.products-right-detail .gallery-thumbs .swiper-slide{
	border: 1px solid #d3d3d3;
	cursor: pointer;
	height: 120px;
}

.products-right-detail .gallery-thumbs .swiper-button-next,
.products-right-detail .gallery-thumbs .swiper-button-prev{
    width: 26px;
    height: 120px;
    line-height: 120px;
    top: 0;
    margin-top: 0;
    opacity: 1;
    background-color: #fff;
    color: #666;
    border: 1px solid #d3d3d3;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.products-right-detail .gallery-thumbs .swiper-button-prev{
    left: 0;
}
.products-right-detail .gallery-thumbs .swiper-button-next{
    right:0;
}
.products-right-detail .gallery-thumbs .swiper-button-prev i,
.products-right-detail .gallery-thumbs .swiper-button-next i{
	font-size: 24px;
}
.products-right-detail .gallery-thumbs .swiper-button-next:after,
.products-right-detail .gallery-thumbs .swiper-button-prev:after{
    display: none;
}
.products-right-detail .gallery-thumbs .swiper-button-next:hover,
.products-right-detail .gallery-thumbs .swiper-button-prev:hover{
	background-color: #fd9314;
	border-color: #fd9314;
	color: #fff;
}

.products-right-detail .gallery-thumbs .swiper-slide-thumb-active{
	border-color: #fd9314;
}

.products-right-detail .info-box{
	width: 48%;
	float: right;
}

.products-right-detail .info-box strong{
	font-size: 20px;
}

.products-right-detail .cs_edit{
	padding: 20px 0;
	font-size: 16px;
	line-height: 2;
	color: #999;
}

.products-right-detail .cs_edit td,
.prodetail_edit td{
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 15px;
	color: #666;
	background-color: #fff !important;
	border: 1px solid #eee !important;
}

.products-right-detail .cs_edit tr:first-child td,
.prodetail_edit  tr:first-child td{
	background-color: #999 !important;
	font-size: 20px;
	color: #fff !important;
	font-weight: bold;
}

.products-right-detail .cs_edit tr:nth-of-type(2n) td,
.prodetail_edit tr:nth-of-type(2n) td{
	background-color: #eee !important;
}


.products-right-detail .editbox{
	margin-bottom: 78px;
}

.products-right-detail .editbox ul{
	width: 50%;
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #eee;
	text-align: right;
}

.products-right-detail .editbox ul:last-child{
	border-right: 1px solid #eee;
	border-left: 1px solid #fff;
	text-align: left;
}

.products-right-detail .editbox li{
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 15px;
	color: #666;
	background-color: #fff;
}

.products-right-detail .editbox li:first-child{
	background-color: #999;
	font-size: 20px;
	color: #fff !important;
	font-weight: bold;
}

.products-right-detail .editbox li:nth-of-type(2n){
	background-color: #eee;
}

.products-right-detail .editbox ul:last-child li{
	color: #333;
}

.products-right-detail .detail-nav{
	border: 1px solid #ccc;
	border-radius: 3px;
}

.products-right-detail .detail-nav li{
	border-right: 1px solid #ccc;
	width: 33.33%;
	text-align: center;
}

.products-right-detail .detail-nav li:hover{
	background-color: #e7e7e7;
}

.products-right-detail .detail-nav li:last-child{
	border-right:none;
}

.products-right-detail .detail-nav a{
	display: block;
	width: 100%;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 13px;
	color: #999;
}

.products-right-detail .detail-nav i{
	font-size: 22px;
	vertical-align: bottom;
	display: inline-block;
	color: #999;
}

.products-right-detail .detail-form{
	padding: 30px 0;
	margin-top: 40px;
	border-top: 5px solid #eee;
}

.products-right-detail .detail-form h1{
	font-size: 30px;
	color: #fd9314;
	margin-bottom: 40px;
}

.form-block .full-div,
.form-block .half-div,
.form-block .quater-div{
	margin-bottom: 20px;
	border: 1px solid #ededed;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 49%;
}

.form-block .quater-div{
	width: 24%;
}

.form-block input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
}

.form-block textarea{
	width: 100%;
	height: 260px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	color: #428a7b;
	resize: none;
}

.form-block select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
	cursor: pointer;
}

.form-block span{
	color: #ff0000;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.form-block button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #fd9314;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.form-block button[type='reset']{
	background-color: #999;
}

.form-block img{
	max-height: 44px;
	vertical-align: bottom;
}

.form-block .tip{
	font-size: 14px;
	color: #ff0000;
	margin-top: 45px;
}

/*news*/
.news-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.news-block ul{
	margin-top: 40px;
}

.news-block li{
	padding: 40px;
}

.news-block li+li{
	border-top: 1px solid #eee;
}

.news-block li:hover{
	border-color: #999;
	box-shadow: 0 0 5px #999;
}

.news-block li .imgbox{
	width: 25%;
	height: 220px;
	margin-right: 20px;
	float: left;
}

.news-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-block li .textbox{
	float: right;
	width: 72%;
}

.news-block li h2{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 46px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
	position: relative;
}

.news-block li h2::before{
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	background-color: #fd9314;
	position: absolute;
	left: 0;
	top: 0;
}

.news-block li h3{
	font-size: 14px;
	color: #666;
	font-style: italic;
	padding-left: 20px;
	margin-bottom: 19px;
}

.news-block li p{
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	height: 96px;
	color: #666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.news-block li a{
	display: block;
	text-align: center;
	color: #fff;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #fd9314;
}

/*news detail*/
.news-detail-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.news-detail-block .title{
	text-align: center;
	font-size: 28px;
	color: #333;
	padding-bottom: 30px;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
}
.news-detail-block .subtitle{
	text-align: center;
	font-size: 15px;
	color: #999;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}

.news-detail-block .edit-box{
	padding: 20px 0;
	color: #666;
	font-size: 16px;
	line-height: 2;
}

/*service*/
.service-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.service-block ul{
	margin-top: 30px;
}

.service-block li{
	width: 23.5%;
	margin-right: 2%;
	padding: 30px 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.service-block li:nth-of-type(4n){
	margin-right: 0;
}

.service-block li h1{
	font-size: 20px;
	color: #444;
	height: 90px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.service-block li:hover h1{
	color: #fd9314;
}

.service-block li p{
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service-block li a{
	display: inline-block;
	margin-top: 45px;
	color: #999;
}

.service-block li i{
	color: #999;
	font-size: 18px;
}

.service-block li a span{
	text-decoration: underline;
}

.service-block li a:hover,
.service-block li a:hover i{
	color: #fd9314;
}

/*contact*/
.contact-blank{
	padding: 80px 0;
}

.contact-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px;
	background-image: url("../images/contact_bg.png");
	background-repeat: no-repeat;
	background-position: right 65% bottom;
}

.contact-block .infobox{
	width: 56%;
	float: left;
}

.contact-block .infobox h1{
	font-size: 48px;
	color: #000;
}

.contact-block .infobox>div{
	margin-top: 30px;
	line-height: 1.3;
}

.contact-block .infobox i{
	font-size: 22px;
	width: 30px;
	display: block;
	text-align: center;
	margin-right: 5px;
	color: #ccc;
}

.contact-block .infobox .flex-flex1{
	overflow: hidden;
	font-size: 24px;
	color: #666;
}

.contact-block form{
	display: block;
	float: right;
	width: 44%;
	background-color: #fd9314;
	padding: 30px 50px;
}

.contact-block form h1{
	font-size: 30px;
	color: #fff;
	margin-bottom: 25px;
}

.contact-block form textarea{
	height: 130px;
}

.contact-block form .full-div, 
.contact-block form .half-div, 
.contact-block form .quater-div{
	margin-bottom: 10px;
}

.contact-block form button{
	background-color: #fff;
	color: #fd9314;
}

.map{
	height: 600px;
	background-color: #f7f7f7;
}
.prodetail_edit{
	padding:3% 0;
}
.banner .swiper-button-prev{
	width:43px;
	height:43px;
	background:url(../images/lefticon.png) no-repeat center top;
}
.banner .swiper-button-prev::after,.banner .swiper-button-next::after{
	display:none;
}
.banner .swiper-button-next{
	width:43px;
	height:43px;
	background:url(../images/righticon.png) no-repeat center top;
}


