body,h1,h2,h3,h4,h5,p,a,div,dl,dd,dt,span,ul,li,input,img{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-weight: normal;
	color: #151515;
	border: 0;
	/* color: #2f2e2e; */
	color: black;
}
input,textarea,button{
	outline:none;
	
}
html{
	font-size: 14px;
	color: #151515;
	font-family:"Microsoft YaHei","寰蒋闆呴粦","SimSun","瀹嬩綋",sans-serif;
}
body{
	
}
.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (min-width:1900px) {
	.slider img{
		height: 650px;
	}
}
.container{
	width: 1300px;
	margin: 0 auto;
	
}

.container .c-content{
	font-size:13px;
}
.full-container{
	width: 100%;
	min-width: 1300px;
}
.top{
	height: 40px;
	background-color: #f5f2f1;
}
.top p{
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
.top ul{
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}

.top ul .language{
	position: relative;
	vertical-align: middle;
	
}
.top ul  .language div{
	position: absolute;
	right: 0px;
	height: 50px;
	width: 120px;
	height: 0;
	overflow: hidden;
	padding-left: 5px;
}
.top ul .language:hover{
	
}
.top ul .language:hover div{
	height: auto;
	background-color: #f5f2f1;
}

/* 椤堕儴瀵艰埅 */
.header{
	height: 65px;
	padding-top: 37px;
	display: flex;
    align-items: center;
    justify-content: space-between;	
}
.header>div{
	vertical-align: bottom;
}
.header .logo{
	width: 236px;
	margin-right:90px;
}
.header .search{
	width: 333px;
}
.header .logo400{
	width: 230px;
	
}
.header .logo400 div{
	display: inline-block;
	width: 170px;
	margin-left: 10px;
}
.header .logo400 div h3{
	font-size: 14px;
	text-align: justify;
}
.header .logo400 div .c-n{
	font-size:24px;
	color: #e56d36;
}
.header .logo400 img,.header .logo400 div{
	vertical-align: middle;
}
.header ul{
	
	
	text-align: right;
}
.header ul li{
	width: 49px;
	margin-left:8px;
	
}
.header ul li span{
	color:#666;
	margin-top:5px;
	font-size: 11px;
	display:inline-block;
}
.header .search{
	border: 1px #d2d2d2 solid;
	margin-right: 45px;
	height: 40px;
	font-size: 0;
	vertical-align:top;
	
}
.header .search form{
	background-color: white;
}
.header .search input{
	width: 300px;
	color: black;
}
.header .search input::-webkit-input-placeholder{
	color: #b0afaf;
}
.header .search input,.header .search button{
	border: 0;
	background-color: white;
	padding: 5px;
	height: 40px;
	box-sizing: border-box;
	vertical-align:top;
}
.header .c-nav ul{
	margin-left:5px;
}
/* 瀵艰埅鏍峰紡 */
.nav{
	margin-top:50px;
	height: 45px;
	z-index: 500;
	position: relative;
}
.lss .nav{
	z-index: 0;
}
.lss .active{
	z-index:1000;
}
.nav >ul{
	float: right;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
}
.nav >ul li{
	float:left;
	margin-left: 80px;
	height:42px;
}
.nav ul li a{
	font-size: 16px;
}
.nav>ul .active{
	border-bottom:3px #e87d4b solid;
}
.nav>ul li:hover{
	border-bottom:3px #e87d4b solid;
}
.product-nav-title{
	height: 45px;
	width: 275px;
	font-size: 18px;
	background-color: #e87d4b;
	color: white;
	padding:10px 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.product-nav-title span{
	color: white;
	vertical-align: middle;
	margin-left: 11px;
	font-weight:bold;
}
.product-nav-title img{
	vertical-align: middle;
}
.prouct-nav .active{
	height: 650px;
	visibility: inherit;
}
.product-nav-content{
	height: 650px;
	background-color: #202020;
	background-color: rgba(45,43,42,1);
	overflow: hidden;
	width: 275px;
	color: white;
	visibility:hidden;
	
	
}
.product-nav-content a,.product-nav-content span,.product-nav-content  div{
	color:white;
}
.product-nav-content ul li{
	min-height: 101px;
	width: 250px;
	padding: 24px 16px;
	box-sizing: border-box;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	margin: 0 auto;
	vertical-align: middle;
}
.product-nav-content ul li .c-title{
	vertical-align: middle;
}
.product-nav-content ul li .c-title img{
	vertical-align: middle;
	width:auto;
	height:25px;
}
.product-nav-content ul li .c-title span{
	vertical-align: middle;
	font-size: 18px;
	font-weight:500;
}
.product-nav-content ul li .m-both{
	margin: 0 5px;
}
.product-nav-content ul li .c-title span:nth-of-type(1){
	font-size:0;
}
.product-nav-content ul li:nth-child(5n){
	border-bottom:none;
}

.product-nav-content ul li .c-content{
	margin-top: 10px;
}
.product-nav-content ul li .c-content a{
	display: inline-block;
	font-size:14px;
}
.product-nav-content ul li .c-content a:hover{
	color: #e87d4b;
}
.slider{
	float: left;
	margin-top: -650px;
	width: 100%;
	overflow: hidden;
	font-size: 0;
	min-width: 1300px;
	position: relative;
	z-index: 1;
}
.slider-swiper-container{
	height: 650px;
}
.slider img{
	min-height: 650px;
	 
}
.slider .swiper-slide{
	background-position: center;
}

.home-barnav{
	text-align: center;
	background-color: #f5f2f1;
	height: 205px;
	
}
.home-barnav a{
	display: inline-block;
	width: 16%;
	height: 205px;
	padding: 33px 0;
	box-sizing: border-box;
}
.home-barnav a p{
	margin-top: 17px;
}

/* 鐑棬浜у搧 */

.home-title{
	border-bottom: 4px #e4662b solid;
	height: 50px;
	line-height:50px;
	box-sizing: border-box;
	width: 1300px;
	position: relative;
}
.home-title .md{
	position: absolute;
	bottom: -4px;
	height: 4px;
	background-color: #bfbfbf;
	width: 76%;
	right: 0;
}
.home-title>ul{
	display: table-cell;
	margin-left: 10px;
}
.home-title>ul li{
	display: inline-block;
	vertical-align: text-bottom;
}

.home-title li h3{
	font-size: 23px;
	margin-right: 8px;
	color: #e4662b;
}
.home-title li p{
	font-size: 13px;
}

.hot-product{
	padding-top: 75px;
	padding-bottom: 75px;
}
.hot-product .c-content{
	padding-top: 55px;
}
.hot-product .c-content ul{
	text-align: center;
	font-size: 0;
}
.hot-product .c-content li{
	font-size: 19px;
	display: inline-block;
	width: 290px;
	box-sizing: border-box;
	border-bottom: 4px #d2d2d2 solid;
	margin-right: 45px;
}
.hot-product .c-content li:last-of-type{
	margin-right: 0;
}
.hot-product .c-content li .c-img{
	background-color: #f5f2f1;
	height: 236px;
	display: table-cell;
	vertical-align: middle;
	width: 290px;
	font-size: 0;
}
.hot-product .c-content li .c-img img{
	width: 100%;
	max-height: 236px;
}

.hot-product .c-content li h3{
	margin-top: 23px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 2px;
	font-size: 18px;
}
.hot-product .c-content li:hover{
	border-color: #e4662b;
}
.hot-product .c-content li:hover h3{
	color: #e4662b;
}

/* 鍏ㄧ郴浜у搧 */
.all-product{
	background-color: #f5f2f1;
	overflow:hidden;
	padding:75px 0;
	
}
.all-product .c-content{
	width:100%;
	overflow:hidden;
	margin-top: 30px;
}
.all-product .c-content>div{
	height: 525px;
	border: 1px #bfbfbf solid;
	
}
.all-product .c-left{
	width: 252px;
	
}
.all-product .c-center{
	width: 765px;
	margin: 0 14px;
	border: 0!important;
	
}
.all-product .c-right{
	width: 248px;
}

/* 鐢ㄥ績鍋氫骇鍝 */
.all-product .c-left .c-top{
	height: 170px;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 50px;
	box-sizing: border-box;
	margin: 0 auto;
	
}

.all-product .c-left .c-top h1{
	text-align: center;
	margin-bottom: 17px;
	font-size: 29px;
}
.all-product .c-left .c-nav{
	margin:0 10px;
}
.all-product .c-left .c-nav li{
	padding-top: 20px;
	float: left;
	text-align: center;
	width: 49%;
	height: 110px;
	border-right: 1px #bfbfbf solid;
	border-bottom: 1px #bfbfbf solid;
	box-sizing: border-box;
}
.all-product .c-left .c-nav li:nth-of-type(2n){
	border-right: 0;
}
.all-product .c-left .c-nav li img{
	font-size: 0;
}
.all-product .c-left .c-nav li p{
	margin-top: 2px;
}
.all-product .c-left .c-nav li:hover{
	background-color: white;
}
.all-product .c-center ul{
	font-size: 0;
	
}
.all-product .c-center ul li{
	float: left;
	width: 32.4%;
	height: 245px;
	position: relative;
	box-sizing: border-box;
	margin-right: 10px;
}
.all-product .c-center ul li .c-box{
	height: 200px;
	line-height: 200px;
	background-color: white;
}
.all-product .c-center ul li:last-of-type{
	margin-right: 0;
}
.all-product .c-center ul li  img{
	width: 100%;
	min-height: 200px;
	vertical-align: middle;
}
.all-product .c-center ul li h3{
	position: absolute;
	bottom: 0;
	background-color: #f0a886;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 15.25px;
	height: 45px;
	line-height: 45px;
	color: white;
}
.jnhb{
	margin-top: 14px;
}

/* 濯掓敼鐢垫帹鑽愪骇鍝 */
.all-product .c-right .c-title{
	border-bottom: 1px #bfbfbf solid;
	height: 65px;
	line-height: 65px;
	text-align: center;
}
.all-product .c-right .c-title img{
	vertical-align: middle;
	margin-right: 15px;
}
.all-product .c-right .c-title span{
	font-size: 18px;
	vertical-align: middle;
}

.all-product .c-right ul{
	margin-top:-1px ;
}
.all-product .c-right ul li h3{
	border-top: 1px #bfbfbf solid;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
}
.all-product .c-right ul li .c-detail{
	height: 0;
	overflow: hidden;
	max-height: 222px;
	transition: all .5s;
	
}
.all-product .c-right ul li .c-detail img{
	max-width: 175px;
	max-height: 158px;	
	vertical-align: middle;
}

.all-product .c-right ul .active h3{
	border-bottom: 0;
}
.all-product .c-right ul .active .c-detail{
	height: 200px;
	line-height: 200px;
}
/* 渚嬪瓙 */
.example{
	padding-top: 75px;
}
.example .c-content{
	padding-top: 40px;
}
.example .c-content ul li{
	float: left;
	width: 390px;
	height: 255px;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	border:1px #a3a3a2 solid;
	
}
.example .c-content ul li img{
	width: 100%;
	transition: all 1s;
}
.example .c-content ul li h3{
	position: absolute;
	bottom: 0;
	height: 40px;
	background-color: rgba(255, 255, 255,.74);
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #363535;
}
.example .c-content ul li:nth-of-type(2){
	width: 500px;
}
.example .c-content ul li:nth-of-type(5){
	width: 500px;
}
.example .c-content ul li:nth-of-type(3n){
	margin-right: 0;
}
.example .c-content ul li:hover img{
	width: 110%;
	margin-left: -5%;
	margin-top: -5%;
}

/* 鏂伴椈 */
.news{
	background-color: #f5f2f1;
	height: 450px;
	padding: 45px 0;
	overflow: hidden;
}
.news .c-left{
	width: 700px;
}
.news .c-left .c-title{
	width:100%;
	height:40px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .c-left .c-title .c-t h3{
	display: inline-block;
	font-size: 23px;
	color: #e4662b;
	
}
.news .c-left .c-title .c-t h4{
	display: inline-block;
	color: #e4662b;
	
}
.news .c-right{
	width: 525px;
	margin-bottom: 28px;
}
.news .c-right .c-title{
	width:100%;
	height:40px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .c-right .c-title .c-t h3{
	display: inline-block;
	font-size: 23px;
	color: #e4662b;
}
.news .c-right .c-title .c-t h4{
	display: inline-block;
	color: #e4662b;
}
.news .c-left .c-title .c-n{

}
.news .c-left .c-title .c-n  a{
	color: #fdb391;
}
.news .c-left .c-title .c-n  .active{
	color: #e4662b;
}
.news .c-left .c-title .c-n  a:hover{
	color: #e4662b;
}
.news .c-right .c-title .c-n{
	margin-top: 10px;
}
.news .c-right .c-title .c-n  a{
	color: #fdb391;
}
.news .c-right .c-title .c-n  a:hover{
	color: #e4662b;
}

.news .c-content .c-t{
	overflow: hidden;
	margin-top:20px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .c-content .c-t img{
	width: 256px;
	height:145px;
}
.news .c-content .c-t div{
	width: 420px;
	margin-left:30px;
}
.news .c-content .c-t div h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.news .c-content .c-t div  p{
	margin-bottom: 25px;
	color: #898585;
	line-height:24px;
}
.news .c-content .c-t div  .c-time{
	margin-bottom: 0;
	color: #898585;
}

.news .c-content  ul li{
	margin-top: 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .c-content  ul li a div{
	display: inline-block;
	vertical-align: middle;
	color: white;
	line-height:22px;
}
.news .c-content  ul li .c-time{
	width: 65px;
	height: 44px;
	background-color: #e4662b;
	text-align: center;
	padding:8px 0;
	margin-right: 10px;
}
.news .c-content  ul li .c-time p{
	color: white;
	line-height:22px;
}
.news .c-content  ul li .c-time p:nth-of-type(1){
	font-size: 21px;
}
.news .c-content  ul li .c-time p:nth-of-type(2){
	font-size: 12px;
}
.news .c-content  ul li .c-content{
}
.news .c-content  ul li .c-content h3{
	font-size: 16px;
}
.news .c-content  ul li .c-content p{
	font-size: 14px;
	color: #898585;
}

.news .c-right .c-content{
	margin-top:20px;
}
.news .c-right .c-content li{
	background-color: #E4662B;
	
}
.news .c-right .c-content .c-tt{
	margin-bottom: 10px;
}
.news .c-right .c-content .c-tt img{
	vertical-align: middle;
	margin-left: -5px;
	margin-right: 5px;
}
.news .c-right .c-content .c-tt span{
	font-size: 16px;
	color: white;
	vertical-align: middle;
}
.news .c-right .c-content li p{
	color: white;
	font-size: 14px;
}
.news .c-right .c-content li a{
	height: 100%;
	display: inline-block;
	padding: 15px 20px;
	padding-bottom: 17px;
}
.home-line{
	font-size: 0;
	background-color: #f5f2f1;
	height: 16px!important;
}

/* 鍙嬫儏閾炬帴 */
.friend{
	background-color: #f5f2f1;
	overflow:hidden;
	
}
.friend .c-btn{
	background-color: white;
	width: 115px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	color: #222121;
}
.friend li{
	display: inline-block;
	font-size: 14px;
}
.friend li a{
	font-size: 14px;
}

/* 灏鹃儴鏍峰紡 */
.footer{
	background-color: #3d3d3d;
	height: 446px;
	font-size: 0;
	color: white;
}
.footer a,.footer p,.footer span,.footer h3{
	color: white;
}
.footer .c-left,.footer .c-botn,.footer .c-right{
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
.footer .c-left{
	width: 418px;
	margin-top: 35px;
}
.footer .c-left .c-contact{
	margin-top: 15px;
}
.footer .c-left .c-contact p{
	line-height: 25px;
	vertical-align: text-bottom;
}
.footer .c-left .c-contact p.ls{
	letter-spacing:5px;
}
.footer .c-left .weixin{
	margin-top: 30px;
	border:2px white solid;
	width: 248px;
	height: 102px;
	overflow: hidden;
}
.footer .c-left .weixin div{
	display: inline-block;
	width: 140px;
	vertical-align: middle;
	height: 102px;
	padding-top: 27px;
	box-sizing: border-box;
}
.footer .c-left .weixin img{
	vertical-align: middle;
	font-size: 0;
	float: right;
}
.footer .c-left .share{
	margin-top: 25px;
	
}
.footer .c-left .share span, .footer .c-left .share img{
	vertical-align: middle;
	font-size: 12px;
}
.footer .c-botn{
	width: 480px;
	height:auto;
	margin-top: 50px;
}
.footer .c-botn .box{
	display: inline-block;
	width: 105px;
	vertical-align: top;
}
.footer .c-botn .box a{
	display: block;
	text-indent: 1rem;
	margin-top: 15px;
	font-size: 12px;
	color: #acabab;
}
.footer .c-botn .box h3 a{
	font-size: 14px;
	color: white;
}
.footer .c-right{
	width: 400px;
	margin-top: 13px;
}

.footer .c-right .c-phone{
	height: 120px;
	width: 330px;
	float: right;
	margin-bottom: 10px;
}
.footer .c-right .c-phone .c-text{
	display: inline-block;
	padding-top: 50px;
}
.footer .c-right .c-phone .c-text h3{
	font-size: 17px;
	margin-bottom: 5px;
}
.footer .c-right .c-phone .c-text p{
	font-size: 25px;
	
}
.footer .c-right .c-phone .c-text p img,.footer .c-right .c-phone .c-text p span{
	vertical-align: middle;
}
.footer .c-right  .c-phone .c-img{
	float: right;
}

.footer .c-right .c-search{
	height: 40px;
	width: 330px;
	float: right;
	border: 1px white solid;
}
.footer .c-right .c-search input,.footer .c-right .c-search button{
	border: 0;
	height: 20px;
	background-color:#3d3d3d;
	vertical-align: middle;
	
}

.footer .c-right .c-search input{
	width: 264px;
	padding: 10px;
	color: white;
}
.footer .c-right .c-search button{
	margin-top: -0px;
	cursor: pointer;
	height: 25px;
}
.footer .c-right .end{
	margin-top: 107px;
	color: white;
}


.news-swiper-container{
	overflow: hidden;
}
/* 浜у搧涓績 */
.product{
	margin-top: 27px;
	margin-bottom: 27px;
}
.product .p-title{
	background-color:#e87d4b;
	height: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.product .p-title .c-t img,.product .p-title .c-t span {
	vertical-align: middle;
	line-height: 40px;
	color: white;
	font-size: 18px;
}
.product .p-title .c-t img{
	margin-right: 8px;
}
.product .p-title ul{
	font-size: 0;
	margin-left: 45px;
}
.product .p-title li a{
	color: white;
	border-right: 1px white solid;
	padding: 0 15px;
}
.product .p-title li a:hover{
	color: #0054de;
}
.product .p-title li{
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
}
.product .p-title .c-more{
	color: white;
	line-height: 40px;
}
.product .c-left,.product .c-both,.product .c-right{
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.product .c-left{
	width: 253px;
	margin-top: 30px;
}
.product .c-left .c-img,.product .c-left .c-img img{
	width: 100%;
	font-size: 0;
}
.product .c-left .c-title{
	text-align: center;
	background-color: #e87d4b;
	height: 130px;
}

.product .c-left .c-title button{
	width: 155px;
	height: 43px;
	border: 1px white solid;
	display: inline-block;
	background-color: #e87d4b;
	margin-top: 25px;
	font-size: 24px;
	color: white;
}

.product .c-left .c-title p{
	margin-top: 20px;
	color: white;
}
.product .c-both{
	width: 695px;
	padding-top: 31px;
	margin-right: 15px;
	margin-left:15px ;
}
.product .c-both ul{
	font-size: 0;
	margin-left: 1px;
}
.product .c-both li{
	width: 33.3%;
	font-size: 14px;
	display: inline-block;
	padding: 10px 5px 20px 5px;
	height: 250px;
	box-sizing: border-box;
	border: 1px #dcdcdc solid;
	margin-top: -1px;
	margin-left: -1px;
	vertical-align: top;
}
.product .c-both li:hover h4{
	color: #e87d4b;
}
.product .c-both li .p-logo img{
	width: 93px;
}
.product .c-both li .p-img{
	text-align: center;
	height: 167px;
	line-height: 167px;
}
.product .c-both li .p-img img{
	vertical-align: middle;
	max-width: 175px;
	max-height: 158px;
}
.product .c-both li h4{
	text-align: center;
}
.product .c-right{
	width: 253px;
	margin-top: 30px;
	
	height: 498px;
}
.product .c-right .c-title{
	height: 148px;
	background-color: #e87d4b;
	line-height: 148px;
	text-align: center;
	
}

.product .c-right .c-title span{
	margin-left: 9px;
}

.product .c-right .c-detail{
	height: 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.product .c-right .active .c-detail{
	height: 146px;
	line-height: 146px;
}
.product .c-right .active .c-detail img{
	vertical-align: middle;
	max-width: 175px;
	max-height: 158px;
}
.p-content{
	padding: 0 30px;
}
.product .c-right ul li{
	border: 1px #dcdcdc solid;
	border-top:0 ;
}
.product .c-right ul li h3{
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

/* 浜у搧鍒楄〃 棰滆壊 */
.product-color-green .p-title{
	background-color: #08c88f;
}
.product-color-green .c-left .c-title{
	background-color: #08C88F;
}
.product-color-green .c-right .c-title{
	background-color: #08c88f;
}
.product .c-right .c-title img,.product .c-right .c-title span{
	vertical-align: middle;
	color: white;
	font-size: 19px;
}
.product-color-green .c-left .c-title button{
	background-color: #08C88F;
}

/* red */
.product-color-red .p-title{
	background-color: #d63f3f;
}
.product-color-red .c-left .c-title{
	background-color: #d63f3f;
}
.product-color-red .c-right .c-title{
	background-color: #d63f3f;
}
.product-color-red .c-left .c-title button{
	background-color: #d63f3f;
}

/* red */
.product-color-green2 .p-title{
	background-color: #7ac240;
}
.product-color-green2 .c-left .c-title{
	background-color: #7ac240;
}
.product-color-green2 .c-right .c-title{
	background-color: #7ac240;
}
.product-color-green2 .c-left .c-title button{
	background-color: #7ac240;
}
/* 浜у搧鍒楄〃棰滆壊缂栧彿 */
.product-color-2 .p-title{
	background-color: #00aef3;
}
.product-color-2 .c-left .c-title{
	background-color: #00aef3;
}
.product-color-2 .c-right .c-title{
	background-color: #00aef3;
}
.product .c-right .c-title img,.product .c-right .c-title span{
	vertical-align: middle;
	color: white;
	font-size: 19px;
}
.product-color-2 .c-left .c-title button{
	background-color: #00aef3;
}

/* red */
.product-color-3 .p-title{
	background-color: #d63f3f;
}
.product-color-3 .c-left .c-title{
	background-color: #d63f3f;
}
.product-color-3 .c-right .c-title{
	background-color: #d63f3f;
}
.product-color-3 .c-left .c-title button{
	background-color: #d63f3f;
}

/* red */
.product-color-4 .p-title{
	background-color: #7ac240;
}
.product-color-4 .c-left .c-title{
	background-color: #7ac240;
}
.product-color-4 .c-right .c-title{
	background-color: #7ac240;
}
.product-color-4 .c-left .c-title button{
	background-color: #7ac240;
}

.product-color-5 .p-title{
	background-color: #e87d4b;
}
.product-color-5 .c-left .c-title{
	background-color:#e87d4b;
}
.product-color-5 .c-right .c-title{
	background-color: #e87d4b;
}
.product-color-5 .c-left .c-title button{
	background-color: #e87d4b;
}

/* red */
.product-color-6 .p-title{
	background-color: #d63f3f;
}
.product-color-6 .c-left .c-title{
	background-color: #d63f3f;
}
.product-color-6 .c-right .c-title{
	background-color: #d63f3f;
}
.product-color-6 .c-left .c-title button{
	background-color: #d63f3f;
}

/* red */
.product-color-7 .p-title{
	background-color: #7ac240;
}
.product-color-7 .c-left .c-title{
	background-color: #7ac240;
}
.product-color-7 .c-right .c-title{
	background-color: #7ac240;
}
.product-color-7 .c-left .c-title button{
	background-color: #7ac240;
}
.product-color-1 .c-right .c-title{
	background-color: #e87d4b;
}
.product-color-1 .c-left .c-title{
	background-color:#e87d4b;
}
.product-color-1 .c-left .c-title button{
	background-color:#e87d4b;
}
.product-color-1 .p-title{
	background-color: #e87d4b;
}
/* 浜у搧涓夌骇椤甸潰 */
.product-detaill .product-top{
	height: 776px;
	margin-top: 50px;
}
.product-detaill .product-top>div{
	display: inline-block;
	vertical-align: middle;
}
.product-detaill .product-top .product-slider{
	width: 500px;
	overflow: hidden;
	/* height: 542px; */
}
.product-detaill .product-top .product-slider .product-slider-img{
	height: 512px;
	border: 1px #dcdcdc solid;
	overflow: hidden;
	text-align: center;
}
.product-detaill .product-top .product-slider .product-slider-img .swiper-slide{
	position: relative;
}
.product-detaill .product-top .product-slider .product-slider-img .c-logo{
	height: 30px;
	text-align: left;
	margin-top: 5px;
	margin-left: 13px;
}
.product-detaill .product-top .product-slider .product-slider-img .c-logo img{
	width: 128px;
}
.product-detaill .product-top .product-slider .product-slider-img .c-img{
	line-height: 510px;
	height: 510px;
	width: 100%;
	position: absolute;
	top: 0;
}
.product-detaill .product-top .product-slider .product-slider-img .c-img img{
	vertical-align: middle;
	
}
.product-detaill .product-top .product-slider .product-slider-thumb{
	width: 438px;
	margin-left: 35px;
	overflow: hidden;
	height: 111px;
	margin-top: 20px;
}
.product-detaill .product-top .product-slider .product-slider-thumb .swiper-slide{
	width: 97px!important;
	overflow: hidden;
	margin-right: 10px;
	border: 1px #dcdcdc solid;
	line-height: 103px;
	text-align: center;
	height: 103px!important;
}
.product-detaill .product-top .product-slider .product-slider-thumb .swiper-slide .c-logo{
	height: 15px;
	text-align: left;
}
.product-detaill .product-top .product-slider .product-slider-thumb .swiper-slide img{
	width: 100%;
	vertical-align: middle;
}
.product-detaill .product-slider-control{
	width: 500px;
	height: 114px;
	margin-top: -114px;
}

.product-detaill .product-top .product-text{
	height: 679px;
	width: 693px;
	margin-left: 100px;
}
.product-detaill .product-top .product-text .c-title{
	font-size: 24px;
	margin-bottom: 44px;
}
.product-detaill .product-top .product-text .c-content{
	font-size: 16px;
}
.product-detaill .product-top .product-text .c-content ul{
	padding-left: 40px;
}
.product-detaill .product-top .product-text .c-content li{
	list-style:inherit;
	
}
.product-detaill .product-top .product-text .c-content p{
	margin-bottom: 20px;
}
.product-detaill .product-content{}
.product-detaill .product-content .c-left{
	width: 292px;
}
.product-detaill .product-content .c-right{
	width: 970px;
}
.product-detaill .product-content .c-right .c-title{
	background-color: #f1601f;
	color: white;
	height: 44px;
	font-size: 19px;
	line-height: 44px;
	padding-left: 34px;
	box-sizing: border-box;
}

.product-detaill .product-content .c-right .c-child-title .s-line{
	display: inline-block;
	width: 12px;
	border-bottom: 3px solid #f1601f;
	vertical-align: middle;
}
.product-detaill .product-content .c-right .c-child-title h4{
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
}

.product-detaill .product-content .c-right .reco-title{
	margin-top: 30px;
	margin-bottom: 28px;
}
.product-detaill .product-content .c-right .c-reco{
	margin-bottom: 60px;
}
.product-detaill .product-content .c-right .c-reco ul{
	font-size: 0;
}
.product-detaill .product-content .c-right .c-reco ul li{
	display: inline-block;
	width: 233px;
	height: 184px;
	border: 1px #dcdcdc solid;
	line-height: 184px;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
}
.product-detaill .product-content .c-right .c-reco ul li img{
	vertical-align: middle;
	max-height: 154px;
	max-width: 154px;
}

/* 姗欒壊title鏍峰紡 */
.c-title-center-o{
	width: 100%;
	background-color: #f1601f;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.c-title-center-o img, .c-title-center-o span{
	vertical-align: middle;
	color: white;
}
.c-title-center-o span{
	font-size: 17px;
}
.c-title-center-o img{
	margin-right: 12px;
}
.product-detaill .product-content .c-left .box{
	border: 1px #dcdcdc solid;
	width: 100%;
	
	box-sizing: border-box;
}
.product-detaill .product-content .c-left  ul{
	padding: 22px 6px;
	padding-bottom: 13px;
}
.product-detaill .product-content .c-left .box li{
	border: 1px #dcdcdc solid;
	position: relative;
	margin-bottom: 20px;
}
.product-detaill .product-content .c-left .box li h3{
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: white;
	background-color: rgba(155,155,155,.77);
	position: absolute;
	width: 100%;
	bottom: 0;
}
.product-detaill .product-content .c-left .box li a{
	text-align: center;
	width: 100%;
	display: block;
	min-height: 220px;
	 line-height: 220px;
}
.product-detaill .product-content .c-left .box li a img{
	vertical-align: middle;
	/* width: 100%; */
	max-width: 276px;
	max-height: 220px;
}
.product-detaill .product-content .c-left .box>a{
	margin: 0 atuo;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 17px;
	color: #f1601f;
	margin-bottom: 28px;
}

/* 搴旂敤棰嗗煙 */
.barnav{
	height: 62px;
	background-color: #f1f0f0;
}
.barnav ul{
	font-size: 0;
	text-align: center;
}
.barnav li{
	font-size: 16px;
	display: inline-block;
	min-width: 86px;
	
}
.barnav a{
	font-size: 16px;
	color: #4d4c4c;
	line-height: 62px;
	display: block;
}
.barnav li:hover{
	background-color: #e87d4b;
}
.barnav li:hover a{
	color: white;
}
.barnav .active{
	background-color: #e87d4b;
}
.barnav .active a{
	color: white;
}

.app-area ul{
	font-size: 0;
	padding: 108px 0  0px 0;
}
.app-area ul li{
	display: inline-block;
	width: 313px;
	height: 356px;
	overflow: hidden;
	border-bottom: 5px #bfbfbf solid;
	margin-right: 16px;
	margin-bottom: 20px;
	background-color: #f6f5f5;
}
.app-area ul li h3{
	font-size: 16px;
	height: 98px;
	line-height: 98px;
	text-align: center;
	color: #585757;
}
.app-area ul li:hover{
	border-color: #e87d4b;
}
.app-area ul li:hover h3{
	color: #e87d4b;
}
.page-control{
	margin-bottom: 66px;
	margin-top:78px;
	text-align: center;
	line-height: 36px;
}
.page-control a{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	border: 1px #323232 solid;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 12px;
}
.page-control .page-prev {
	background-image: url(../img/page-control-pre.jpg);
	border: 0;
	width: 38px;
	height: 38px;
	
}
.page-control .page-prev:hover{
	background-image: url(../img/page-control-pre-hover.jpg);
}
.page-control .page-next {
	background-image: url(../img/page-control-next.jpg);
	border: 0;
	width: 38px;
	height: 38px;
}
.page-control .page-next:hover{
	background-image: url(../img/page-control-next-hover.jpg);
}
.page-control .active{
	border-color: #e87d4b;
	color: #e87d4b;
}
.page-control .page-num-current{
	border-color: #e87d4b;
	color: #e87d4b;
}
.page-control a:hover{
	color: #e87d4b;
	border-color: #e87d4b;
}

/* 鍏徃绠€浠 */
.company-profile{
	padding:90px 0;
	overflow:hidden;
}
.company-profile .company-img{
	margin:0 auto 36px;
	text-align:center;
}
.company-idea{
	background-color:#f5f5f5 ;
	overflow:hidden;
	padding:90px 0;
}
.company-idea .c-title{
	height: 30px;
	text-align: center;
	
	margin-bottom: 50px;
}
.company-idea .c-title span{
	vertical-align: middle;
	display: inline-block;
}
.company-idea .c-title .c-line{
	width: 31px;
	border-bottom: 2px #626262 solid;
}
.company-idea .c-title .c-text{
	font-size: 30px;
	color: #2e2d2d;
}

.water-title{
	line-height: 40px;
	height: 60px;
	font-size: 23px;
	color: white;
	text-align: center;
	background-image: url(../img/water-title-bg.png);
	position: relative;
	z-index: 99;
	width: 100%;
}
.water-title span{
	color: white;
	vertical-align: middle;
	font-size:18px;
}
.water-title img{
	width:17px;
	height:20px;
	display:inline-block;
}
.app-eare-c{
	margin-top: 96px;
	margin-bottom: 100px;
}
.app-eare-c .c-left{
	width: 970px;
}
.app-eare-c .c-left .c-img{
	width: 100%;
	margin-bottom: 15px;
}

.app-eare-c .c-left .top-ttle{
	font-size:28px;
}
.app-eare-c .c-left .ddb{
	height:50px;
	line-height:50px;
	border-bottom:solid 1px #eee;
}
.app-eare-c .c-left .ddb span{
	padding-right:20px;
	color:#999;
}

.app-eare-c .c-left .c-content{
	width:100%;
	overflow:hidden;
	padding:30px 0 20px;
	font-size:15px;
	color:#333;
	line-height:26px;
}
.app-eare-c .c-left .c-content p{
	color:#333;

}

.app-eare-c .c-left .sw-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
	padding-top:20px;
	border-top:solid 1px #eee;
}

.app-eare-c .c-left .sw-box i {
    font-style: normal;
    color: #999999;
}

.app-eare-c .c-left .sw-box .link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	font-size:14px;
    color: #333333;
	height:30px;
	line-height:30px;
}
.app-eare-c .c-left .sw-box .link p{

}




.app-eare-c .c-right{
	width: 280px;
}
.tuijian-top{
	margin-bottom:20px;
	overflow:hidden;
	background:#f5f5f5;
}
.tuijian-top .tjxw{
	padding:20px;
	overflow:hidden;
}
.tuijian-top .tjxw a{
	display:block;
	line-height:40px;
	font-size:14px;
	color:#666;
	border-bottom:solid 1px #eee;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-top ul{
	margin-top:-20px;
}
.hot-top li{
	background-color: #f5f5f5;
	height: 290px;
	margin-bottom: 30px;
	padding: 14px;
}
.hot-top li .c-logo{
	height: 35px;
	
}
.hot-top li .c-content{
	height: 250px;
	line-height: 250px;
	text-align: center;
	
}
.hot-top li .c-content img{
	vertical-align: middle;
	width: 70%;
}
.hot-top .c-more{
	display: block;
	color: #e87d4b;
	text-align: center;
	font-size: 16px;
	margin-top: -10px;
}

.p-example ul{
	font-size: 0;
	padding: 108px 0  0px 0;
}
.p-example ul li{
	display: inline-block;
	width: 313px;
	height: 356px;
	overflow: hidden;
	border-bottom: 5px #bfbfbf solid;
	margin-right: 16px;
	margin-bottom: 20px;
	background-color: #f6f5f5;
	
}
.p-example ul li:nth-of-type(4n){
	margin-right: 0;
}
.p-example ul li a{
	position: relative;
	display: block;
}
.p-example ul li h3{
	font-size: 16px;
	height: 98px;
	line-height: 98px;
	text-align: center;
	color: #585757;
	padding: 0 10px;
}
.p-example ul li img{
	height: 255px;
	width: 100%;
}
.p-example ul li .c-mb{
	position: absolute;
	height: 255px;
	top: 0;
	width: 100%;
	display: none;
	font-size: 15px;
	background-color: rgba(186,102,62,.78);
}
.p-example ul li .c-mb .c-mb-type{
	margin-top: 85px;
	text-align: center;
	color: white;
}
.p-example ul li .c-mb .c-mb-type .l-line{
	width:114px
}
.p-example ul li .c-mb .c-mb-type .l-text{
	font-size: 22px;
	color: white;
}
.p-example ul li .c-mb .c-mb-title{
	margin-top: 16px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
	color: white;
}
.p-example ul li .c-mb .c-mb-view{
	font-size: 15px;
	text-align: center;
	color: white;
}
.p-example ul li:hover{
	border-color: #e87d4b;
}
.p-example ul li:hover h3{
	color: #e87d4b;
}
.p-example ul li:hover .c-mb{
	display: block;
}

.p-example-detail{
	padding-top: 92px;
}
.p-example-detail .c-left{
	width: 695px;
	background-color: #f5f5f5;
	padding: 40px 80px;
	padding-right: 117px;
}
.p-example-detail .c-name{
	margin-bottom: 12px;
}
.p-example-detail .c-area{
	font-size: 16px;
	color: #535150;
	margin-bottom: 34px;
}
.p-example-detail .c-name h3{
	display: inline;
	font-size: 22px;
	color: #0f0f0e;
}
.p-example-detail .c-name span{
	font-size: 18px;
	color: #535150;
}


.p-example-detail .c-right{
	width: 381px;
}
.p-example-detail .example-swiper-container{
	overflow: hidden;
	position: relative;
	width: 695px;
}
.p-example-detail .example-swiper-container .swiper-slide img{
	width: 100%;
}
.p-example-detail .example-swiper-container .example-swiper-control{
	position: absolute;
	top: 35%;
	width: 665px;
	padding-left: 15px;
	padding-right: 15px;
}
.p-example-detail .example-detail-intro{
	background-color: white;
	margin-top: 30px;
	padding: 35px 80px;
}
.p-example-detail .example-detail-intro h3{
	text-align: center;
	font-size: 19px;
	color: #141313;
	margin-bottom: 30px;
}
.p-example-detail .detail-control{
	margin-top: 72px;
	padding-left: 40px;
	padding-right: 40px;
}
.p-example-detail .detail-control a{
	display: inline-block;
	width: 246px;
	height: 60px;
	background-color: white;
	line-height: 60px;
	text-align: center;
	font-size: 19px;
	box-shadow: 3px 0 16px rgba(0,0,0,.16);
}
.p-example-detail .detail-control a:hover{
	background-color: #ea8b5f;
	color: white;
}
/* 鏂伴椈涓績 */
.p-news{}
.p-news ul{
	font-size: 0;
	margin-top: 36px;
}
.p-news li{
	display: inline-block;
	width: 313px;
	height: 360px;
	background-color: #f6f5f5;
	margin-right: 16px;
	margin-bottom: 24px;
	font-size: 14px;
	vertical-align: middle;
	overflow: hidden;
}
.p-news li .c-text{
	padding: 10px;
}
.p-news li img{
	 width: 100%;
	height: 253px;
	object-fit: cover;
}
.p-news li h3{
	font-size: 16px;
	color: #202020;
	margin-bottom: 8px;
}
.p-news li p{
	color:#727171;
	font-size: 12px;
	line-height: 18px;
}
.p-news li:hover{
	background-color: #e87d4b;
}
.p-news li:hover h3{
	color: white;
	
}
.p-news li:hover p{
	color: white;
}
.p-news li:nth-of-type(4n){
	margin-right: 0;
}

/* 鎷涘晢鍔犵洘 */
.p-jion-policy{
	padding-bottom: 80px;
}
.p-jion-policy .c-title{
	margin-top: 95px;
	margin-bottom: 54px;
}
.p-jion-support{
	background-color: #f1f0f0;
	padding-top: 36px;
	padding-bottom: 67px;
}
.p-jion-support .c-title{
	margin-bottom: 48px;
}
.p-jion-support .c-content ul{
	font-size: 0;
}
.p-jion-support .c-content ul li{
	display: inline-block;
	width: 50%;
	font-size: 14px;
}
.p-jion-support .c-content ul li img,.p-jion-support .c-content ul li{
	vertical-align: middle;
}
.p-jion-support .c-content ul li h3{
	font-size: 20px;
	color: #e87d4b;
	margin-bottom: 10px;
}
.p-jion-support .c-content ul li .c-text{
	line-height: 42px;
	font-size: 14px;
	color: #393939;
}
.p-jion-support .c-content ul .c-box{
	padding-left:70px ;
	padding-right: 70px;
	box-sizing: border-box;
}
.p-jion-support .c-content ul .c-box-1{
	padding-right: 160px;
}
.p-jion-support .c-content ul .c-box-2{
	padding-left: 160px;
}

/* 鍔犵洘鏉′欢 */
.p-jion-condition{
	padding-top: 96px;
	padding-bottom: 60px;
}
.p-jion-condition .c-title{
	padding-bottom: 82px;
}
.p-jion-condition ul{
	margin-top: 81px;
}
.p-jion-condition li{
	font-size: 14px;
	display: inline-block;
	width: 124px;
	height: 230px;
	margin-right: 68px;
	background-color: #f1f0f0;
	padding-top: 130px;
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	vertical-align: middle;
}
.p-jion-condition li div{
	color: #212020;
}
.p-jion-condition li:nth-of-type(2n){
	background-color: #e87d4b;
	
}
.p-jion-condition li:nth-of-type(2n) div{
	color: white;
}
.p-jion-condition li img{
	position: absolute;
	top: -81px;
	left: 0;
}
/* 鍔犵洘鏉′欢 */
.p-jion-process{
	background-color: #f1f0f0;
	padding-top: 110px;
	padding-bottom: 180px;
}
.p-jion-process .c-content{
	margin-top: 90px;
}

/* 浜у搧涓績浜岀骇椤甸潰 */
.p-product-2-top {
	background-color: #f8f8f8;
	height: 360px;
	padding-top: 62px;
	
}
.p-product-2-top .container{
	
}
.p-product-2-top .c-left{
	width: 752px;
	height: 324px;
	background-color: white;
}
.p-product-2-top .c-left h3,.p-product-2-top .c-right h3{
	width: 120px;
	height: 40px;
	background-color: #e87d4b;
	text-align: center;
	line-height: 40px;
	
}
.p-product-2-top .c-left h3 span,.p-product-2-top .c-right h3 span{
	border-left: 2px white solid;
	color: white;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
}
.p-product-2-top .c-left li{
	width: 210px;
	display: inline-block;
	margin-right: 28px;
}
.p-product-2-top .c-left ul{
	margin-top: 14px;
	
}
.p-product-2-top .c-left li .c-img{
	background-color: #f8f8f8;
	width: 207px;
	height: 228px;
	line-height: 228px;
	
}
.p-product-2-top .c-left li .c-img img{
	vertical-align: middle;
	max-width: 175px;
		max-height: 158px;
}
.p-product-2-top .c-left li p{
	margin-top: 14px;
	font-size: 14px;
}
.p-product-2-top .c-right{
	height: 324px;
	width: 530px;
	background-color: white;
	text-align: center;
	
}
.p-product-2-top .c-right .c-img{
	width: 354px;
	height: 226px;
	background-color: #f8f8f8;
	line-height: 226px;
	display: inline-block;
	margin-top: 14px;
}
.p-product-2-top .c-right .c-img img{
	vertical-align: middle;
	max-width: 300px;
	max-height: 200px;
}
.p-product-2-top .c-right p{
	margin-top: 14px;
	font-size: 14px;
}

.p-product-2-list{
	margin-top: 36px;
}
.p-product-2-list .c-title h3{
	color: white;
	width: 110px;
	height: 34px;
	background-color: #e87d4b;
	text-align: center;
	line-height: 34px;
	
}
.p-product-2-list ul{
	font-size: 0;
	margin-top: 32px;
}
.p-product-2-list li{
	display: inline-block;
	width: 268px;
	height: 342px;
	border: 1px #dcdcdc solid;
	padding: 20px;
	font-size: 14px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.p-product-2-list li .c-logo img{
	width: 93px;
}
.p-product-2-list li .c-img{
	text-align: center;
	height: 296px;
	line-height: 296px;
	
}
.p-product-2-list li .c-img img{
	vertical-align: middle;
	max-width: 175px;
		max-height: 158px;
}
.p-product-2-list li p{
	text-align: center;
	font-size: 16px;
}
.p-product-nav{
	background-color: #f8f8f8;
	padding-bottom: 30px;
}
.p-product-nav .container{
	background-color: white;
	/* height: 50px; */
	line-height: 50px;
	
	font-size: 16px;
	padding: 6px;
	padding-left: 10px;
}
.p-product-nav .container span{
	/* margin-left: 30px; */
}
.p-product-nav .container a{
	border-left: 1px #363636 solid;
	padding-left: 20px;
	padding-right: 20px;
	color: #363636;
}
.p-product-nav .container .active{
	color: #e87d4b;
}

.prouct-nav .nav{
	margin-top: 0;
	height: 75px;
	line-height: 75px;
	
}
.lss .active .prouct-nav{
	box-shadow: 0 4px 8px rgba(0,0,0,.16);
	
}

.prouct-nav .nav .logo img{
	vertical-align: middle;
	margin-top: -10px;
}
.prouct-nav .nav ul{
	margin-top: 20px;
}

/* 鎼滅储鏍峰紡 */
.search{
	background-color: #f5f2f1;
}
.search li{
	background-color: white;
	margin-bottom: 10px;
	padding: 10px 10px;
}
.search li h3{
	margin-bottom: 8px;
}
.search li:hover{
	background-color: #e87d4b;
}
.search li:hover h3{
	color: white;
}
.search li:hover h4{
	color: white;
}
/* 鑱旂郴鎴戜滑 */

.get-us .c-left, .get-us .c-right{
	display: inline-block;
	vertical-align: middle;
}
.get-us .c-left{
	width: 500px;
}
.get-us .c-left img{
	width: 100%;
}
.get-us .c-right{
	width: 500px;
	margin-left: 110px;
	
}
.get-us .c-right p{
	
	text-align: left;
	font-size: 17px;
	vertical-align: text-bottom;
	line-height: 50px;
	height: 50px;
}
.get-us .c-right img{
	height: 20px;
	width: 20px;
	margin-right: 15px;
	vertical-align: text-bottom;
}
.slider-video{
	position: relative;
}
.c-list{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
	font-size:13px;
	color:#666;
	line-height:26px;

}
#about-video{
	position: absolute;
	left:0;right:0;
    top:0;bottom:0;
    margin:auto;
	z-index:999;
}
.product-slider-img img{
	width: 100%;
	height: 512px;
}
.only-imgs {
	/* background-image: url(/static/upload/image/20190625/1561444811625057.jpg); */
	background-image: url(/static/upload/image/20240923/1727068740413071.jpg);
}