
.ccontainer{width: 1600px;margin: 0 auto;}
.clear:after{content: "";display: block;height: 0;overflow: hidden;clear: both;}

@font-face {
	font-family:Arial-BoldMT;
	src: url(../fonts/Arial-BoldMT.otf);
}
@font-face {
	font-family:Helvetica;
	src: url(../fonts/Helvetica.ttf);
}


@keyframes zifadeInUp{0%{transform:translateY(80px);opacity: 0;}100%{transform:translateY(0px);opacity: 1;}}
@keyframes zifadeOutUp{0%{transform:translateY(0);opacity: 1;}100%{transform:translateY(-80px);opacity: 0;}}
.black_bg{position: fixed;height: 100%;width: 100%;top: 0;left: 0;background: black;background: rgba(0,0,0,.8);z-index: 99999;display: none;}
.ss_k{position: fixed;display: none;width: 60%;max-width: 700px;top: 50%;left: calc(50% - 350px);z-index: 1111111;margin-top: -35px;}
.ss_k form{border-bottom: 1px solid #565656;}
.ss_k input{width: 90%;border: none;padding: 0;margin: 0;height: 30px;float: left;background: none;color: #fff;outline: none;font-size: 14px;color: #969696;}
.ss_k button{width:10%;border: none;padding: 0;margin: 0;height: 30px;background: none;background: url(../images/search_ico1.png) no-repeat;background-position: 80% 0px;outline: none;cursor: pointer;}
.ss_k .xx{position: absolute;right: -40px;top: 5px;cursor: pointer;}

.ss_k .hotci li{float: left; margin-right: 15px;color: #969696;opacity: .7;}
.ss_k .hotci li a{color: #969696;transition: .3s;}
.ss_k .hotci li a:hover{color: #E63132;}
.ft1 .more h4{color: #757575; font-size: 16px;margin-bottom: 0;}
.ft1 .more input[type=text]{
	display: inline-block;
	border: 1px solid #757575;
	background: no-repeat;
	font-size: 16px;
	outline: none;
	color: #757575;
	border-radius: 2px;
	padding: 5px 10px;
	margin-top: 12px;
	margin-bottom: 3px;
	height: 40px;
}
.ft1 .ly{margin: 0;}
.ft1 .ly li{float: none !important; }
.ft1 .more input[type=submit]{
	display: inline-block;
	background: #E63132;
	color: #fff;
	border: none;
	border-radius: 2px;
	padding: 10px 30px;
	margin-top: 10px;	
	outline: none;
	letter-spacing: 1px;
}

.p12-pagination-1-main{
	text-align: center;
}


.go_to_about{
	display: block;
	height: 60px;
	width: 60px;
	background: url(../images/vid_icon1.png) no-repeat;
	transition: .3s;
	background-size: 60px !important;
	margin: 0 auto;
}
.go_to_about:hover{
	background: url(../images/vid_icon2.png) no-repeat;
}

.go_to_home{
	display: block;
	height: 60px;
	width: 60px;
	background: url(../images/ret1.png) no-repeat;
	transition: .3s;
	background-size: 60px !important;
	margin: 0 auto;
}
.go_to_home:hover{
	background: url(../images/ret2.png) no-repeat;
}
.about-set2 .img{
	padding: 0 !important;
}
.play-ico{
	display: block;
	height: 60px;
	width: 60px;
	background: url(../images/vid_icon1.png) no-repeat;
	transition: .3s;
	background-size: 60px !important;
	margin: 0 auto;
}
.play-ico:hover{
	background: url(../images/vid_icon2.png) no-repeat;
}
@media screen and (max-width: 600px) {
	.go_to_about,.go_to_home,.play-ico{
		height: 44px;
		width: 44px;	
		background-size: 44px !important;
	}
	.about-set2{
		margin-top: 10px !important;
	}
}


video {
		object-fit: fill;
		display: block;
		width: 100%;
	}
.vid video{
	float: right;
	margin-right: 20px;
	height: 420px;
	width: 620px;
	background-color: #000;
}
.vid .video-box{
	float: right;
	width: 100%;
	background-color: #000;
	position: relative;
}
.vid .video-box img{width: 100%;height: 100%;}

.video-box i.iconfont {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 34px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
}
.layui-layer-ico{
	background: url(../images/xx_icon.png) no-repeat;
}

.mk_pages{
	text-align: center;
}
.pagination{
	margin: 0px 0 40px;
}

		.news_item1{
			width: 100%;
			margin-bottom: 20px;
		}
		.news_item1 .img{
			width: 100%;
			overflow: hidden;
		}
		.news_item1 .img img{
			width: 100%;
			transition: .7s;
		}
		
	
		.news_item2{
			width: 31.55%;
			margin-right: 2.55%;
			float: left;
			margin-bottom: 30px;
		}
		.news_item2:nth-of-type(3n+1){ 
			margin-right: 0;
		}
		.news_item2 .img{
			width: 100%;
			overflow: hidden;
		}
		.news_item2 .img img{
			width: 100%;
			transition: .7s;
		}
		
		.news_i .desc p{
			margin-top: 5px;
			font-size: 20px;
			color: #333; 
			overflow: hidden;
			text-overflow:ellipsis; 
			white-space: nowrap;
			height: 28px;
			transition: .3s;
		}
		.news_i .desc span{
			font-size: 14px;
			color: #666;
			display: -webkit-box; 
			-webkit-box-orient: vertical; 
			-webkit-line-clamp: 2; 
			overflow: hidden;
			height: 40px;
		}
		.news_i:hover img{
			transform: scale(1.1);
		}
		.news_i:hover p{
			color: #E63132;
		}



/*section1 start*/
.pro_item{
	text-align: center;
	position: relative;
	/* border-radius: 10px; */
	overflow: hidden;
	margin-bottom: 30px;
}

.pro_item img{
	display: inline-block;
	max-width: 100%;
	transition: .8s;
}
.pro_item .black{
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	/* background: linear-gradient(transparent,#00000087); */
	transition: .5s;
}
.pro_item .desc{
	position: absolute;
	left: 50px;
	top: 100%;
	opacity: 0;
	text-align: left;
	transition: .5s;
}
.pro_item  h1{
	position: absolute;
	left: 50px;
	top: 80%;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	transition: .5s;
}
.pro_item .desc p{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	padding-left: 14px;
}
.pro_item .desc p:after{
	content: "";
	position: absolute;
	height: 8px;
	width: 8px;
	display: block;
	border-radius: 100%;
	background: #fff;
	top: 9px;
	left: 0;
}
.pro_item span{
	position: absolute;
	opacity: 0;
	top: 100%;
	transition: .5s;
	left: 50px;
	display: block;
	background: #E63132;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 150px;
	font-size: 18px;
	color: #FFFFFF;
}
.pro_item:hover img{
	transform: scale(1.1);
}
.pro_item:hover h1{
	top: 15%;
}
.pro_item:hover .desc{
	top: 30%;
	opacity: 1;
}
.pro_item:hover span{
	opacity: 1;
	top: 80%;
}
.pro_item:hover .black{
	height: 100%;
}

/*section1 end*/



/*section2 start*/
.section2{
	margin-bottom: 70px;
}
.section2 .swiper-container_gall {
		overflow: hidden;
		position: relative;
    }
.section2 .swiper-slide {
		opacity: .6;
        text-align: center;
        font-size: 18px;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		transition-duration: .5s;
    }
.section2 .swiper-slide-active{
	opacity: 1;
}
	
.gall_item{
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.gall_item img{
	width: 100%;
	transition: .5s;
}
.gall_item:hover img{
	transform: scale(1.1);
}
.gall_item .tit{
	position: absolute;
	top: 45px;
	width: 100%;
	text-align: center;
}
.gall_item .tit p{
	font-size: 28px;
	color: #FFFFFF;
	margin-bottom: 0;
	font-weight: bold;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.gall_item .tit span{
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.gall_item .desc{
	position: absolute;
	bottom: 0px;
	opacity: 0;
	box-sizing: border-box;
	padding: 0 80px;
	transition: .5s .1s;
}
.gall_item .desc span{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	display: block;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 4; 
	overflow: hidden;
	height: 96px;
}
.section2 .swiper-slide-active .desc{
	bottom: 60px;
	opacity: 1;
}
.section2 .swiper-button-next,.section2 .swiper-button-prev{
	height: 48px;
	width: 28px;
	background: url(../images/gall_np2.png) no-repeat rgba(255,255,255,.5);
	transition: .3s;
}
.section2 .swiper-button-next:hover,.section2 .swiper-button-prev:hover{
	background: url(../images/gall_np.png) no-repeat #E63132;
}
.section2 .swiper-button-next{
	right: 19%;
	background-position: -24px 18px !important;
}
.section2 .swiper-button-prev{
	left: 19%;	
	background-position: 9px 18px !important;
}
.section2 .swiper-pagination-bullet{
	width: 18px;
	height: 6px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 2px;
	transition: .3s;
}
.section2 .swiper-pagination-bullet-active{
	width: 30px;
	height: 6px;
	background: #E63132;
	border-radius: 2px;
	opacity: 1;
}



/*section2 end*/













/*section3 start*/
.section3{
	padding: 0px 0 80px 0;
}
.ind_title{
	text-align: center;
}
.ind_title p{
	text-transform: uppercase;
	font-size: 32px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 0;
}
.ind_title span{
	font-size: 18px;
	font-weight: normal;
	color: #222222;
}
.section3 .swiper-container_honor {
		overflow: hidden;
		position: relative;
		margin-top: 35px;
    }
.section3 .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.honor_lb{
	position: relative;
	box-sizing: border-box;
	padding: 0 60px;
}
.honor_item .img{
	box-shadow: 0px 0px 18px 0px rgba(79, 79, 79, 0.1);
	overflow: hidden;
	border-radius: 20px;
}
.honor_item{
	width: 100%;
}
.honor_item .img img{
	width: 100%;
	transition: .8s;
}
.honor_item:hover img{
	transform: scale(1.1);
}
.honor_item:hover p{
	color: #E63132;
}
.honor_item p{
	font-size: 18px;
	color: #222222;
	margin-top: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 25px;
	transition: .3s;
}

.section3 .swiper-button-next,.section3 .swiper-button-prev{
	height: 48px;
	width: 28px;
	background: url(../images/gall_np2.png) no-repeat;
	transition: .3s;
	margin-top: -40px;
}
.section3 .swiper-button-next:hover,.section3 .swiper-button-prev:hover{
	background: url(../images/gall_np3.png) no-repeat;
}
.section3 .swiper-button-next{
	right: 0px;
	background-position: -24px 18px !important;
}
.section3 .swiper-button-prev{
	left: 0px;	
	background-position: 9px 18px !important;
}

/*section3 end*/


.list_news{
	margin-bottom: 40px;
}


.ny-banner_wap{
	display: none;
}
/*footer start*/
.fot{
	background: #222222;
}
.ft1{
	padding: 50px 0 50px 0;
}
.ft1 .nav{
	float: left;
	width: 60%;
}
.ft1 .nav dl{
	float: left;
	margin: 0 !important;
	box-sizing: border-box;
	padding-right: 20px;
	width: 25% !important;
}
.ft1 .nav a{
	color: #757575;
	transition: .3s;
}
.ft1 .nav a:hover{
	color: #E63132;
}
.ft1 .nav dt{
	font-size: 16px;
	color: #757575;
	padding-bottom: 12px;
}
.ft1 .nav dd{
	font-size: 14px;
	padding: 4px 0;
}
.ft1 .nav dd a{
	transition: .3s;	
	color: #595959;
}
.ft1 .nav dd a:hover{
	color: #E63132;
}


.ft1 .more{
	float: left;
	width: 20%;
	text-align: right;
}
.ft1 .more span{
	font-size: 16px;
	color: #757575;
	font-weight: bold;
}
.ft1 .more h5{
	font-size: 20px;
	color: #757575;
	font-weight: 400;
	margin-bottom: 7px;
	transition: .3s;
}
.ft1 .more h5 a{
	color: #757575 !important;
	transition: .3s;
}
.ft1 .more h5:hover a,.ft1 .more h5:hover{
	color: #E63132 !important;
}
.ft1 .more p{
	font-size: 14px;
	font-weight: 400;
	color: #757575;
}
.ft1 .more ul{
	float: right;
}
.ft1 .more ul li{
	float: left;
}
.ft1 .more ul li a{
	display: block;
	height: 30px;
	width: 30px;
	background: url(../images/ft_icon.png) #505050 no-repeat;
	margin: 0 6px;
	border-radius: 100%;
	transition: .3s;
}
.ft1 .more ul li a:hover{	background: url(../images/ft_icon2.png) #505050 no-repeat;}
.ft1 .more ul li.li1 a{background-position: 7px 5px !important;}
.ft1 .more ul li.li2 a{background-position: -85px 5px !important;}
.ft1 .more ul li.li3 a{background-position: -179px 6px !important;}
.ft1 .more ul li.li4 a{background-position: -272px 5px !important;}
.ft1 .more ul li.li5 a{background-position: -365px 5px !important;}


.ft2{
	border-top: 1px solid #313131;
	height: 65px;
	line-height: 64px;
}
.ft2 .left{
	float: left;
}
.ft2 .right{
	float: right;
}
.ft2 span,.ft2 a{
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.1;
	transition: .3s;
}
.ft2 a:hover{
	color: #E63132;
	opacity: 1;
}
.wap_fot{
	display: none;
}
.wap_fot{
	background: #222;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 0;
}
.wap_fot p{
	line-height: 16px;
	margin: 3px 0;
}
.wap_fot span,.wap_fot a{
	font-size: 12px;
	opacity: 1;
	color: #FFFFFF;
}
/*footer end*/




/***************** list_pro start **********************/


.sel_auto{
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.sel_auto ul{
	display: inline-block;
	box-shadow: 0px 1px 10px #e0e0e0;
	border-radius: 100px;
	overflow: hidden;
}
.sel_auto ul li{
	float: left;
}
.sel_auto ul li+li{
	border-left: 1px solid #eee;
}
.sel_auto ul li a{
	background: #fff;
	color: #333;
	/* border: 1px solid #ccc; */
	font-size: 20px;
	display: block;
	padding: 15px 45px;
	transition: .3s;
}
.sel_auto ul li.active a,.sel_auto ul li:hover a{
	background: #E63132;
	color: #fff;
	box-shadow: 0px 1px 10px #E6313287;
}





.container-1200{
	width: 1200px;
	margin: 0 auto;
}

.list_pro{
}
.list_pro_tit {
	text-align: center;
	padding: 50px 0 50px 0;
}
.list_pro_tit h1{
	font-size: 46px;
	color: #222222;
	font-weight: bold;
	font-family: Helvetica;
}
.list_pro_tit i{
	display: block;
	width: 111px;
	height: 3px;
	background: #E63132;
	margin: 0 auto;
}

.lisp_item1 h1{
	font-size: 38px;
	font-weight: bold;
	font-family: Helvetica;
	color: #292929;
}
.lisp_item1 h2{
	font-size: 20px;
	font-family: Helvetica;
	color: #292929;
	font-weight: bold;
	margin-bottom: 20px;
}
.lisp_item1 p{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #222222;
	position: relative;
	padding-left: 15px;
}
.lisp_item1 p:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #D9D9D9;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}
.lisp_item1 .p_box{
	height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}
.lisp_item1 span{
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	width: 150px;
	height: 50px;
	background: #E63132;
	position: relative;
	z-index: 11;
	transition: .3s;
}
.lisp_item1{
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding: 30px 40px;
}

.lisp_item1 .img{
	float: left;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
}
.lisp_item1 .img img{
	width: 100%;
	max-width: 400px;
	display: inline-block;
	transition: .8s;
}
.lisp_item1 .desc{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-top: 30px;
}

.lisp_item1_1 .img{float: right;}
.lisp_item1_1 .desc{float: left;}
.lisp_item1:hover img{
	transform: scale(1.1);
}




.lisp_item2{
	width: 31.333%;
	float: left;
	margin: 0 1%;
	overflow: hidden;
	/* border-radius: 10px; */
	margin-bottom: 30px;
	background: #fff;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}
.lisp_item2 .img{
	text-align: center;
}
.lisp_item2 .img img{
	width: 100%;
	display: inline-block;
	text-align: center;
	max-width: 400px;
	transition: .8s;
}
.lisp_item2 .desc{
	/* position: absolute; */
	margin-left: 20px;
	position: relative;
	z-index: 1111;
}
.lisp_item2 p{
	font-weight: bold;
	font-size: 28px;
	color: #222222;
	font-family: arial;
	transition: .3s;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0;
}
.lisp_item2 span{
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	font-family: arial;
	transition: .3s;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 0;
}
.lisp_item2:hover .img img{
	transform: scale(1.1);
}
.lisp_item2:hover p,.lisp_item2:hover span{
	color: #E63132;
}


.lisp_item{
	position: relative;
}
.lisp_item a{
	position: relative;
	z-index: 111;
	display: block;
}
.lisp_item:after{
	content: "";
	display: block;
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	/* background: linear-gradient(transparent,rgba(0,0,0,.15)); */
}
.body-right h4{
	font-size: 24px;
}
.body-right h4 a{
	font-size: 16px;
	background: #ddd;
	color: #222;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	float: right;
	transition: .3s;
}
.body-right h4 a:hover{
	background: #E63132;
	color: #fff;
}
/***************** list_pro end **********************/





.pro_down{
	font-size: 16px;
	background: #cfcfcf;
	color: #222;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	transition: .3s;
	margin: 10px 0 0px 0;
	/* height: 32px; */
	width: 31.3%;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.pro_down+.pro_down{
	margin-left: 1%;
}

.pro_down2{
	display: block;
	width: 64.3%;
	margin-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	margin-left: 0 !important;
}
.pro_down:hover{
	background: #E63132;
	color: #fff;
}

.body-sku{
	/* border-top: 1px solid #ddd; */
}
.body-sku .cp_sel{
	margin-bottom: 20px;
}
.body-sku .cp_sel ul li{
	float: left;
	background: #ddd;
	color: #222;
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	border-top: none;
	margin-right: 10px;
	transition: .3s;
	cursor: pointer;
}
.body-sku .cp_sel ul li.on{
	background: #E63132;
	color: #fff;
}


.p14-pagination-1 dl {
            margin-bottom: 24px;
        }
        
        .p14-pagination-1 dd {
            height: 32px;
            font-size: 14px;
            line-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-pagination-1 dd b {
            float: right;
            font-weight: normal;
        }
        
        .p14-pagination-1 dd span {
            width: 60px;
            height: 32px;
            background: #a2a2a2;
            color: #fff;
            text-align: center;
            display: inline-block;
            margin-right: 10px;
        }
        
        .p14-pagination-1 dt {
            height: 1px;
            border-bottom: 1px dashed #b5b5b5;
            margin-left: 60px;
            padding-top: 2px;
            margin-bottom: 2px;
        }
        
        .p14-pagination-1 dd em {
            float: right;
            font-style: normal;
            padding-left: 20px;
            font-weight: normal;
        }
        
        .p14-pagination-1 dl a {
            color: #4b4a4a;
        }
        .p14-pagination-1 dl a:hover{color: #E63132;}
        .p14-pagination-1-href {
            float: right;
            font-size: 18px;
            line-height: 32px;
        }
        
        .p14-pagination-1-href span {
            display: inline-block;
            padding: 0 6px;
            margin-left: 4px;
            background: #E63132;
        }
        
        .p14-pagination-1-href a {
            display: block;
            color: #fff;
        }
        
        .p14-pagination-1-key {
            min-height: 40px;
            border-top: 1px solid #E63132;
            font-size: 14px;
            line-height: 40px;
            color:#575556;
        }
        
        .p14-pagination-1-key a {
            color: #575556;
        }
        
        .p14-pagination-1-key span {
            display: inline-block;
            margin: 0 4px;
        }

.xgtj{
	margin-bottom: 80px;
}
.xgtj img{
	width: 100%;
	transition: .8s;
}
.xgtj .img{
	overflow: hidden;
}

.xgtj ul li{
	width: 22%;
	float: left;
	margin: 15px 0;
	margin-right: 3%;
}
.xgtj ul li:nth-of-type(4){
	margin-right: 0;
}
.xgtj ul li p{
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
	color: #333;
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.xgtj .cbl_title{
	font-size: 22px;
	color: #333;
	line-height: 50px;
}
.xgtj .cbl_title span{font-weight: bold;}
.xgtj .cbl_title a{
	float: right;
	color: #787878;
	transition: .3s;
}
.xgtj .cbl_title a:hover{
	color: #E63132;
}
.xgtj ul li:hover img{
	transform: scale(1.1);
}
.xgtj ul li:hover p{
	color: #E63132;
}


.blk.plc{
	height: 50px;
	line-height: 50px;
	background: #fff;
}







.section4{
	padding: 50px 0 50px 0;
}
.section4 .ind_title{padding-bottom: 10px;}
    

	
.hd_item{
	position: relative;
	transition-duration: .6s;
	padding-bottom: 0px;
}
.hd_item .img{
	position: relative;
	transform: scale(1);
	transition-duration: .6s;
	border-radius: 0px;
	overflow: hidden;
	margin: 0 40px;
}
.hd_item .img::after{
	content: "";
	display: block;
	height: 50%;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
	position: absolute;
	bottom: 0;
	left: 0;
}
.hd_item img{
	width: 100%;
}
.hd_item p{
	position: absolute;
	left: 70px;
	bottom: 30px;
	color: #fff;
	font-family: arial;
	font-size: 20px;
}
.hd_item:hover .img{
	transform: scale(1);	
	margin: -36px -36px;
}
.hd_item:hover{
	padding-bottom: 0;
}




.section5{
	padding-bottom: 30px;
	padding-top: 30px;
}
.section5 .ind_title{
	padding-bottom: 5px;
}
.news_item{
	width: 100%;
	margin: 0%;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	margin-bottom: 20px !important;
}
.news_item::after{
	content: "";
	display: block;
	height: 50%;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_item img{
	width: 100%;
	transition: .5s;
}
.news_item .desc{
	position: absolute;
	left: 20px;
	bottom: 15px;
	color: #fff;
	z-index: 11;
	width: calc(100% - 40px);
}

.news_item .desc .title {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}
.news_item .desc .title::after{
	content: "";
	display: block;
	height: 100%;
	width: 3px;
	background: #E63132;
	position: absolute;
	left: 0;
	top: 0;
}
.news_item .desc .title p{
	margin: 0;
	font-size: 16px;
}
.news_item .desc .title span{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	 white-space: nowrap;
	 width: 100%;
	 display: block;
}
.news_item .desc .info span{
	font-size: 14px;
	opacity: .8;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	height: 40px;
}
.news_item:hover img{
	transform: scale(1.1);
}



.section5 .swiper-container_hd {
        width: 100%;
        height: 100%;
		overflow: hidden;
		padding: 20px 0px;
		position: relative;
    }
.section5 .swiper-slide {
	font-size: 18px;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.section5 .swiper-button-next,.section5 .swiper-button-prev{
	height: 48px;
	width: 28px;
	background: url(../images/gall_np2.png) no-repeat;
	transition: .3s;
	margin-top: -26px;
}
.section5 .swiper-button-next:hover,.section5 .swiper-button-prev:hover{
	background: url(../images/gall_np3.png) no-repeat;
}
.section5 .swiper-button-next{
	right: 0px;
	background-position: -24px 18px !important;
}
.section5 .swiper-button-prev{
	left: 0px;	
	background-position: 9px 18px !important;
}
.news_list{
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
}



/* .ny-banner img{
	width: 100%;
} */
.ny-banner_pc{
	margin-bottom: 30px;
}
.ny-banner_wap{
	margin-bottom: 20px;
}
.ny-banner_pc img,.ny-banner_wap img{
	width: 100%;
}





				/* .header ,.content , .footer { width:1200px; margin:0 auto;font-family:"Microsoft Yahei";} */
				.h_top{height:228px;background:url(../images/topbg.gif) repeat-x center 0;position: relative;z-index: 2;overflow: hidden;font-family:"Microsoft Yahei";}
				.t_top{height:36px;line-height:36px;color: #666;overflow: hidden;}
				.t_top p{float: right;font-size: 12px;}
				.t_top a{color: #666;display: inline-block;padding:0 7px;font-size: 14px;}
				.t_con{height:122px;padding:12px 0 0 16px;overflow: hidden;position:relative;}
				.t_con h1,.t_con h1 img{width:106px;display: block;height:110px;}
				.t_text{font-size:20px;color: #06389e;line-height:30px;width: 336px;background:url(../images/t_ge.gif) no-repeat 29px 27px;padding:20px 0 0 57px;font-weight: bold;}
				.t_text b{display: block;line-height:36px;font-size:26px;color: #000;}
				
				.t_icoyw{position:absolute;width:137px;height:35px;line-height:100px;overflow:hidden;background:url(../images/t_icoyw.gif) no-repeat 0 0;left:504px;top:68px;}
				.t_icoyw a{width:137px;height:35px;display:block;}
				
				.t_pho{color: #124ec6;line-height:36px;font-size:26px;background:url(../images/t_pho.gif) no-repeat 0 36px;font-family: Arial;padding: 28px 0 0 70px;}
				.t_pho span{display:block;font-weight: bold;}

				.menu{white-space:nowrap;height:58px;line-height: 58px;overflow: hidden;}
				.menu ul{width: 1280px;}
				.menu li{float: left;font-size: 18px;background:url(../images/menu_fgx.gif) no-repeat 0 0;margin-left:-2px;position:relative;}
				.menu li a{color:#fff;display: inline-block;padding:0 35px;}
				.menu li.cur a,.menu li a:hover{text-decoration:none;z-index: 1;background:#d5251e;}
				.menu li a:-webkit-any-link{ display:block;}
			

        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            /* visibility: hidden; */
			width: 100%;
		}
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(../images/viskins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
    

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #E63132;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

        .p15-infocontent-1 {
            margin-bottom: 30px;
        }
        
        .p15-infocontent-1-tit {
            text-align: center;
            font-weight: normal;
            margin-bottom: 40px;
            font-size: 28px;
            line-height: 40px;
            color: #535353;
            overflow: hidden;
        }
        
        .p15-infocontent-1-bool {
            border-bottom: 1px solid #E63132;
            height: 35px;
            font-size: 12px;
            color:#909090;
			line-height: 35px;
        }
        .p15-infocontent-1-bool span{margin-right:20px;}
        .p15-infocontent-1-bool span a{
            color:#909090;}
        .p15-infocontent-1-bool i {
			font-size: 16px;
            font-style: normal;
            float: right;
            display: block;
            width: 80px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            background: #a0a0a0;
			transition: .3s;
        }
        .p15-infocontent-1-bool i:hover{
			background: #E63132;
		}
        .p15-infocontent-1-bool i a {
            color: #fff;
			display: block;
        }
        
        .p15-infocontent-1-bool span {
            margin-right: 15px;
        } 
        
        .p15-infocontent-1-tag span {
            margin-right: 10px;
        }
    

        .p14-info-3 {
            background:#f5f5f5;
            padding:8px 20px;
        }
        
        .p14-info-3-tit {
            height: 55px;
            font-size: 24px;
            line-height: 55px;
            color: #4b4a4a;
        }
        
        .p14-info-3-list li {
            height: 46px;
            font-size: 14px;
            line-height: 46px;
            color:#4b4a4a;
            border-top: 1px dashed #dbdbdb;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-info-3-list li a{ color:#4b4a4a;}
        .p14-info-3-list li span {
            float: right;
        }
    

        .p14-pagination-1 dl {
            margin-bottom: 24px;
            padding-right: 40px;
        }
        
        .p14-pagination-1 dd {
            height: 32px;
            font-size: 14px;
            line-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-pagination-1 dd b {
            float: right;
            font-weight: normal;
        }
        
        .p14-pagination-1 dd span {
            width: 60px;
            height: 32px;
            background: #a2a2a2;
            color: #fff;
            text-align: center;
            display: inline-block;
            margin-right: 10px;
        }
        
        .p14-pagination-1 dt {
            height: 1px;
            border-bottom: 1px dashed #b5b5b5;
            margin-left: 60px;
            padding-top: 2px;
            margin-bottom: 2px;
        }
        
        .p14-pagination-1 dd em {
            float: right;
            font-style: normal;
            padding-left: 20px;
            font-weight: normal;
        }
        
        .p14-pagination-1 dl a {
            color: #4b4a4a;
        }
        .p14-pagination-1 dl a:hover{color: #E63132;}
        .p14-pagination-1-href {
            float: right;
            font-size: 18px;
            line-height: 32px;
        }
        
        .p14-pagination-1-href span {
            display: inline-block;
            padding: 0 6px;
            margin-left: 4px;
            background: #E63132;
        }
        
        .p14-pagination-1-href a {
            display: block;
            color: #fff;
        }
        
        .p14-pagination-1-key {
            min-height: 40px;
            border-top: 1px solid #E63132;
            font-size: 14px;
            line-height: 40px;
            color:#575556;
        }
        
        .p14-pagination-1-key a {
            color: #575556;
        }
        
        .p14-pagination-1-key span {
            display: inline-block;
            margin: 0 4px;
        }
    

        .fdh-01-tit {
            background: #E63132;
            height: 80px;
        }
        
        .fdh-01-tit h3 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
			text-align: center;
        }
        
        .fdh-01-tit h3 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
            margin-bottom: 2px;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            height: 50px;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background: url(../images/p14-icon2.png) no-repeat right center  #E63132;
        }
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a{
            color: #fff;
        }
        .fdh-01-nav dl {
            padding: 0;
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .fdh-01-nav dt.sidenavcur:after,
        .fdh-01-nav dt:hover:after {
            border-color:  #E63132;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color:  #E63132;
        }
        
        .fdh-01-nav dd {
            border: 1px solid #ececec;
            border-bottom: 0;
        }
        
        .fdh-01-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px;
            border-bottom: 1px solid #ececec;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav p.sidenavcur a,
        .fdh-01-nav p:hover a {
            color:  #E63132;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #E63132;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    

	 	.cl-cbgg-tys-02{height: 120px; background:#E63132;} 
		.cl-cbgg-tys-02-tel{height: 80px;padding-top: 30px; padding-left: 16px; /* background:url(../images/cl-cbgg-tys-icon2.png) no-repeat 162px 16px; */} 
	 	.cl-cbgg-tys-02-tel span{display: block; font-size: 18px; line-height: 18px; color: #fff;  }
	 	.cl-cbgg-tys-02-tel em{font-style: normal; font-size: 20px;font-weight: bold; color: #fff; line-height: 28px;}
	

		    .f_bj{color:#a9a9a9;clear:both;height:313px;font-family:"Microsoft Yahei";background:url(../images/footbg.gif) repeat-x;line-height:36px;}
		    .f_bj a{color:#a9a9a9;}
		    .f_nav{height: 77px;line-height: 77px;font-size: 16px;white-space: nowrap;text-align: center;}
			.f_nav a{display:inline-block;color: #fff;padding:0 30px;}
			.f_con{padding: 54px 0 0;}
			.f_logo{width: 174px;}
			.f_logo img{width: 116px;height: 132px;}

			.f_code{width:236px;display: block;}
			.f_code p{width:85px;float: left;margin: 0 0 0 32px; text-align: center;line-height: 42px;}
			.f_code img{display: block;width:72px;height:72px;display: block;padding:4px;background: #fff;border-right: solid 2px #f1f3f5;}

			.f_text{width:760px;}
			.f_text span{width:232px;display: inline-block;}
			

        .client-2 {
            position: fixed;
            right: -195px;
            top: 70%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 35px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #E63132;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #E63132;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
	.contact-ly img{
		width: 22px !important;
	}
	.contact-ly input{
		border: none;
	}
	
	
	.section6{
		margin: 60px 0 40px 0;
	}
	.section6 .ind_title span{
		padding: 10px 0;
	}
	.list_ly{
		margin-top: 20px;
		background-color: #E63132;
		padding: 60px 0 60px 0;
	}
	.ly_item{
		width: 23%;
		margin: 0 1%;  
		margin-top: 20px;
		margin-bottom: 20px;
		float: left;
		background: #fff;
		/* border-radius: 5px; */
		box-sizing: border-box;
		padding: 20px 35px;
		text-align: center;
		transition: .3s;
	}
	.ly_item .img{
		border-radius: 100%;
		width: 55%;
		margin: 0 auto;
		border: 3px solid #fff;
		overflow: hidden;
	}
	.ly_item .img img{
		width: 100%;
		transition: .6s;
	}
	.ly_item .desc{
		font-size: 16px;
		color: #666;
		line-height: 24px;
		display: -webkit-box; 
		-webkit-box-orient: vertical; 
		-webkit-line-clamp: 4; 
		overflow: hidden;
		height: 98px;
		margin: 20px 0 40px 0;
		text-align: left;
	}
	.ly_item .read{
		background: #E63132;
		color: #fff;
		display: inline-block;
		padding: 8px 25px;
		border-radius: 5px;
	}
	.ly_item:hover{
		margin-top: 0;
	}
	.ly_item:hover img{
		transform: scale(1.1);
	}
	
	
	
	
	
	
	
	
@media only screen and (max-width:991px){
	.p15-infocontent-1-tit{font-size: 20px !important;margin-bottom: 20px;}
}

                .p14-product-2{padding-bottom: 30px;}
                .p14-product-2-tit {
                    height: 74px;
                    line-height: 46px;
                    border-bottom: 2px solid #dfdfdf;
                    margin-bottom: 30px;
                    padding-top: 26px;
                }

                .p14-product-2-tit b {
                    display: inline-block;
                    font-size: 24px;
                    font-weight: normal;
                    color: #464646;
                    padding-left: 52px;
                    border-bottom: 2px solid #E63132;
                    background:url(../images/p14-icon11.png) no-repeat 22px center;
                }

                .p14-product-2-tit span {
                    margin-left: 10px;
                    font-size: 18px;
                    font-family: Arial;
                    color: #c2c2c1;
                    text-transform: uppercase;
                }
                .col-md-3{
                    float: left;
                    width: 25%;
                }
                .14-product-2{overflow: hidden;}
                .p14-product-2-list .con{margin: 0 -14px;}
                .p14-product-2-list dl {
                    border: 1px solid #dfdfdf;
                    margin: 0 14px;
                }

                .p14-product-2-list dl img {
                    display: block;
                    width: 100%;
                }

                .p14-product-2-list dd {
                    padding: 10px 28px 10px 10px;
                    margin-right: 2px;
                    position: relative;
                }

                .p14-product-2-list h3 {
                    height: 30px;
                    font-size: 16px;
                    font-weight: normal;
                    line-height: 30px;
                    color: #191919;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .p14-product-2-list h3 a {
                    color: #191919;
                }

                .p14-product-2-desc {
                    font-size: 14px;
                    line-height: 24px;
                    height: 24px;
                    color: #666;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .p14-product-2-list dl:hover {
                    border-color: #E63132;
                }

                .p14-product-2-list dl:hover h3 a {
                    color: #E63132;
                }
                @media only screen and (max-width:1199px){
					.blk-main{
						padding: 0 15px;
						padding-top: 15px;
						box-sizing: border-box;
					}
					.news_item2{
						width: 49%;
						margin-right: 2% !important;
					}
					.news_item2:nth-of-type(2n+1){
						margin-right: 0 !important;
					}
					.ly_item{
						width: 48%;
						margin: 0 1%;
						margin-bottom: 20px;
					}
					
					.news_item{
						width: 100%;
						margin: 0 1%;
					}
					.news_item:nth-of-type(3){
						display: none;
					}
					.cloudzoom-zoom,.cloudzoom-lens{
						display: none !important;
					}
					.tishi{display: none !important;}
                    .p14-product-2-list{padding: 0 22px;}
					.ny-banner_pc{
						display: none;
					}
					.ny-banner_wap{
						display: block;
					}

                }
                @media only screen and (max-width:767px){
					.news_item{
						width: 100%;
					}
                    .pro_fel_box ul li{width: 100%;}
                    .yingyong .item1{
                        margin: 0 15px 15px !important;
                    }
                    .td dl dd{width: 100%;float: none;}
                    .td dl dt{width: 100%;float: none;height: auto;padding-bottom: 10px;}
                    .p14-product-2-list .col-md-3{width: 50%;}
                    .p14-product-2-tit b{font-size: 20px;}
                    .p14-product-2-list dl {
                        margin: 0 5px;
                    }
                    .p15-showcase-left{float: none;width: 100%;margin-bottom:15px;}
                    .p15-showcase-right{float: none;width: 100%;}
                    .pc-cx-tel-1{position: relative;width: 100%;padding-top: 20px;}
                    .p15-showcase-right-con {
                        margin-bottom: 36px;
                    }
                    .show-product-left{overflow: hidden;}
                    .p15-showcase-right-tit {
                        font-size: 22px;
                        margin-bottom: 4px;
                    }
                    .pro1 h4 b, .pro2 h4 b, .pro3 h4 b, .pro4 h4 b, .td h4 b, .jg h4 b {
                        font-size: 16px;
                    }
                    .pro1 h4, .pro2 h4, .pro3 h4, .pro4 h4, .td h4, .jg h4 {
                        font-size: 15px;
                    }
					.sel_auto ul li{
						/* margin: 0 10px; */
					}
					.sel_auto ul li a{
						font-size: 16px;
						padding: 10px 15px;
					}
					.lisp_item2{width: 48%;}
					
					
                }


.index-news {padding:36px 0 70px 0;background:#ffffff;position:relative;overflow:hidden;}
.news-ititle {height:36px;line-height:36px;}
.news-ititle .more,.about-team-ititle .more {display:block;float:right;height:36px;line-height:36px;background:url(../images/news-smore.png) no-repeat left center;text-transform:uppercase;font-size:14px;color:#999999;padding-left:28px;transition:color .5s;}
.news-ititle .more:hover,.about-team-ititle .more:hover {color:#1CBE94;}
.news-ititle h2,.about-team-ititle h2 {font-size:24px;font-weight:bold;color:#999999;}
.news-ititle h2 span,.about-team-ititle h2 span {font-size:30px;color:#2D373C;}
.news-ibox {margin-top:26px;}
.news-ilist {width:66.25%;float:left;border:1px solid #EEEEEE;box-sizing:border-box;padding:10px 26px 14px;height:410px;overflow:hidden;}
.news-ilist ul {margin:0 -10px;}
.news-ilist ul li .item {display:block;background:#fff;margin:0 10px;padding:28px 4% 31px 4%;}
.news-ilist ul li .time {width:78px;height:30px;line-height:30px;border-bottom:2px solid #E63132;color:#666;margin-bottom:25px;white-space:nowrap;transition:color .5s;text-transform:uppercase;font-size:14px;}
.news-ilist ul li .text {position:relative;height:106px;padding-left:164px;margin:10px 0;}
.news-ilist ul li .pic {width:150px;height:108px;background:#d6d6d6;overflow:hidden;border:1px solid #f3f3f3;position:absolute;left:0;top:0;}
.news-ilist ul li .pic img {display:block;width:100%;min-height:100%;height:auto;}
.news-ilist ul li .title {font-weight:normal;font-size:18px;height:90px;line-height:30px;overflow:hidden;color:#333;transition:color .5s;-webkit-transition:color .5s;-moz-transition:color .5s;-ms-transition:color .5s;-o-transition:color .5s;}
.news-ilist ul li .desc {font-size:14px;height:48px;line-height:24px;color:#999;overflow:hidden;transition:color .5s;margin-top:8px;}
.news-ilist ul li .item:hover {background:#1CBE94;}
.news-ilist ul li .item:hover * {color:#fff!important;}
.news-ilist ul li .item:hover .time {border-bottom-color:#fff;}
.news-ilist ol {margin:0px -10px 0 -10px;}
.news-ilist ol li a {display:block;margin:0 10px;height:54px;line-height:54px;font-size:14px;border-top:1px dashed #ccc;padding-right:10px;position:relative;}
.news-ilist ol li:nth-child(1) a {border-top:0;}
.news-ilist ol li:nth-child(2) a {border-top:0;}
.news-ilist ol li .time {float:right;margin-left:10px;color:#999;}
.news-ilist ol li .title {margin: 0; margin-left:24px;color:#000;height:54px;line-height:54px;font-size:14px;font-weight:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:color .4s;}
.news-ilist ol li span {display:block;width:6px;height:11px;background:url(../images/nsjx.png) no-repeat;position:absolute;left:10px;top:22px;transition:all .4s;}
.news-ilist ol li a:hover .title {color:#E63132;}
.news-ilist ol li a:hover span {background:url(../images/dddd.png) no-repeat;}
.news-slist {width:31.25%;height:410px;float:right;background:#F1F7F9;}
.news-slist .dt {height:58px;line-height:58px;font-size:16px;color:#0e1116;margin:0 6%;padding:0 10px;padding-top:18px;border-bottom:2px solid #cdcdcd;}
.news-slist .dt .more {float:right;font-size:12px;color:#b1b1b1;text-transform:uppercase;}
.news-slist .dt .more:hover {color:#1CBE94;}
.news-slist .dd {margin:18px 6% 0 6%;height:380px;overflow:hidden;}
.news-slist .dd li a {display:block;padding:12px 10px;border-bottom:1px dashed #CDCDCD;transition:color .4s;}
.news-slist .dd li .ifaq {height:30px;}
.news-slist .dd li .ifaq.q {margin-bottom:10px;}
.news-slist .dd li .ifaq span {display:block;float:left;width:30px;height:30px;line-height:30px;background:#E63132;text-align:center;font-size:16px;color:#fff;}
.news-slist .dd li .ifaq.a span {background:#1CBE94;}
.news-slist .dd li .title {margin-left:38px;height:30px;line-height:30px;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news-slist .dd li a:hover {color:#1CBE94;}
.news-ilist.nnews{width: 100%;border: 0;padding: 10px 0px 14px;height: auto;}
.col-lg-6s {width:50%;*width:49.98%;float:left;}









.lxwm_box{
	padding: 0 25px;
	margin-bottom: 40px;
}
.lxwm_box .left{
	width: 50%;
	float: left;
	padding: 22px 50px 22px 50px;
	/* border: 1px solid #f2f2f2; */
	box-sizing: border-box;
	border-right: none;
	background: #f0f0f0;
}
.lxwm_box .right{
	width: 50%;
	float: left;	
	padding: 12px 10px 12px 37px;
	background: #a0a0a0;
}

.lxwm_box .left h2{
	font-size: 18px;
	font-weight: bold;
	color: #E63132;
	margin: 0;
}
.lxwm_box .left p{
	font-size: 18px;
	color: #999;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.lxwm_box .left ul{
	margin: 0;
}
.lxwm_box .left ul li{
	float: left;
	margin-right: 15px;
}
.lxwm_box .left ul li img{
	width: 40px;
}


.lxwm_box .right .icon{
	height: 45px;
	width: 45px;
	display: block;
	float: left;
	background: url(../images/e_mail_icon.png)no-repeat;
	background-size: 45px !important;
	position: relative;
	margin-right: 15px;
}
.lxwm_box .right .icon2{
	background: url(../images/address_icon.png)no-repeat;
}
.lxwm_box .right .desc p{
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	margin: 0;
	float: left;	
	width: calc(100% - 60px);
	letter-spacing: 1px;
}
.lxwm_box .right .desc .p1{
	margin-bottom: 5px;
}
.lxwm_box .right .desc .p2{
	line-height: 25px;
}
.lxwm_box .right .desc a{
	font-size: 20px;
	color: #fff; 
}




.body-right{
	box-sizing: border-box;
	padding-right: 20px;
}

.contact-ly-cont{
	padding: 20px;
}
.contact-ly-cont h2{
	font-size: 24px !important;
	color: #333;
	font-weight: bold;
	padding-bottom: 30px;
}






@media only screen and (max-width: 767px){
.col-lg-6s {
    width: 100%;
}
}











@media  screen and (max-width:1650px) {
	.ft1 .nav dl{
		margin: 0 8px;
	}
	.ccontainer{
		width: 1160px;
	}
	.container-1200{
		width: 1160px;
	}
	.ft1 .nav dl{
		padding-right: 10px;
	}
	.ft1 .nav{
		width: 60%;
		margin-right: 0;
	}
	.header .logo{
		height: 40px;
		margin-top: 10px;
	}
	.header .more{
		margin-left: 15px;
	}
	.header .nav>ul>li{
		margin: 0px 5px;
		font-size: 14px;
	}
}

@media  screen and (max-width:1199px) {
	.lxwm_box .left,.lxwm_box .right{
		width: 100%;
		float: none;
	}
	.lxwm_box{
		padding: 0 15px;
	}
	.blk.plc{
		display: none;
	}
	.ccontainer{
		width: auto;
		padding: 0 15px;
	}
	.container-1200,.container-1200,.w1400{
		width: auto;
		padding: 0 15px;
	}

	.pc{
		min-width: auto !important;
	}
	.header_zw{
		height: 60px;
	}
	.header{
		display: none;
	}
	#wap_header{
		display: flex;
	}
	.ind_video .desc{
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.banner{
		display: none;
	}
	.wap_banner{
		display: block;
	}
	.wap_banner img{
		width: 100%;
	}
	.ind_video .desc{
		margin-left: 0;
		left: 0;
	}	
	.pro_item .desc{
		display: none;
	}
	.pro_item h1{
		top: 60%!important;
		font-size: 20px;
		left:20px;
		bottom: 70px;
		top: auto !important;
	}
	.pro_item span{
		top: 80% !important;
		opacity: 1 !important;
		font-size: 14px;
		width: 120px;
		height: 40px;
		line-height: 40px;
		top: auto !important;
		left: 20px;
		bottom: 20px;
	}
	.pro_fel_box .col-xs-6{
		padding:0 7px;
	}
	.fot{
		display: none;
	}
	.wap_fot{
		display: block;
	}
	.section2{
		margin-bottom: 40px;
	}
	.sku-img-box{
		width: 300px;
	}
	
	.sku-img-box .sku-img-list{
		right: -85px;
	}
	.body-left{
		padding: 0px 0 0 15px !important;
	}
	.body-right{
		padding-right: 15px !important;
	}
	.purchase-header .header-right{
		right: 15px !important;
	}
	#params .container{
		padding: 50px 15px !important;
	}
}
@media  screen and (max-width:1024px) {
	.ind_video .desc{
		bottom: 50px;
	}
}
@media  screen and (max-width:860px) {
	.gall_item .tit{
		top: 10px;
	}
	.section2 .swiper-slide-active .desc{
		bottom: 30px;
	}
	.gall_item .desc span{
		-webkit-line-clamp:2;
		height: 48px;
	}
	.honor_lb{
		padding: 0 30px;
	}
	.honor_item .img{
		border-radius: 8px;
	}
	.honor_item p{
		margin: 5px 0;
		padding: 0;
		font-size: 14px;
	}
	.section3 .swiper-container_honor{
		margin-top: 20px;
	}
	.ind_video .desc h1{
		font-size: 22px;
		margin-bottom: 0;
	}
	.ind_video .desc p{
		font-size: 16px;
	}
	.section2 .swiper-button-prev{
		left: 8.5%;
	}
	.section2 .swiper-button-next{
		right: 8.5%;
	}
	.gall_item{
		border-radius: 20px;
	}
	.lisp_item1 h1{font-size: 28px;margin-bottom: 0;}
	.lisp_item1 .desc{padding-top: 0;}
	.lisp_item1 h2{font-size: 16px;margin: 5px 0 10px 0;}
	.lisp_item1 p{font-size: 14px;margin-bottom: 5px;}
	.list_pro_tit{padding: 30px 0 30px 0;}
	.list_pro_tit h1{font-size: 32px;}
	.list_pro_tit i{width: 80px;}
	.purchase-body{
		display: block !important;
		padding: 20px 15px 0 15px !important;
	}
	.purchase-body .body-left{
		width: 100%;
		padding: 0!important;
	}
	.sku-img-box{
		margin: auto;
	}
	.body-right{
		width: 100% !important;
		padding: 20px 0 0px 0;
	}
	#params .container{
		margin-left: 0 !important;
	}
	#params article h2{
		font-size: 22px !important;
	}
}

@media  screen and (max-width:700px) { 
	.p14-infolist-1-list-deta{
		float: none !important;
		margin: 0 auto !important;
		margin-bottom: 10px !important;
	}
	.section5{
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.section4{
		padding: 20px 0;
	}
	.swiper-container_hd{
		padding: 0px 0;
	}
	.gall_item .tit p{
		font-size: 20px;
	}
	.gall_item .tit span{
		font-size: 12px;
	}
	.gall_item .desc span{
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.section3{
		padding: 0px 0 20px 0;
	}
	.ind_title p{
		font-size: 22px;
	}
	.ind_title span{
		font-size: 12px;
		display: block;
		line-height: 16px;
	}
	.lisp_item2 p{font-size: 18px;height: 25px;margin-bottom: 0;}
	.lisp_item2{padding: 5px 10px;}
	.lisp_item1 .img,.lisp_item1 .desc{float: none;width: 100%;padding: 5px 15px;}
	.lisp_item1 .p_box{height: auto;}
	.lisp_item1{
		padding: 20px 15px;
	}
	.lisp_item2 .desc{margin-left: 0px;}
	
}
@media  screen and (max-width:600px) {
	.ind_video .desc{
		display: none;
	}
	/* .ind_an{
		background-size: 44px;
		margin-left: -22px;
		margin-top: -40px;
	} */
	.ind_an img{
		width: 40px;
	}
	.ind_an p{
		font-size: 16px;
	}
	.lxwm_box .left,.lxwm_box .right{
		padding: 10px 20px;
	}
	.lxwm_box .right .desc p{
		/* font-size: 18px */
	}
	.lxwm_box .right i{
		height: 35px;
		width: 35px;
		background-size: 35px;
		margin-top: 8px;
	}
	.lxwm_box .left ul li img{
		width: 35px
	}
	.tj_email form,.tj_email input[type=text],.tj_email input[type=submit]{
		height: 50px !important;
		line-height: 50px !important;
	}
}
@media  screen and (max-width:500px) {
	.sku-img-box{
		width: 100%!important;
	}
	.sku-img-box .swiper-sku{
		/* height: 250px !important; */
	}
	.sku-img-box .sku-img-list .swiper-slide{
		height: 70px !important;
		background-size: contain !important;
	}
	.sku-img-box .sku-img-list{
		margin-top: 30px !important;
	}
	#params .container{
		padding: 25px 15px !important;
	}
	#params .tips{
		margin-top: 25px;
	}
	.xgtj ul li{
		width: 49%;
		margin-right: 2%;
	}
	.xgtj ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.xgtj .cbl_title{
		font-size: 18px;
	}
	.xgtj{
		margin-bottom: 20px;
	}
}
@media  screen and (max-width:444px) {
	.news_item2{
		width: 100%;
		margin-right: 0% !important;
	}
	.news_item2:nth-of-type(2n+1){
		margin-right: 0 !important;
	}
	.news_i .desc p{
		font-size: 18px;
		margin-bottom: 5px;
		height: 25px;
	}
	.ly_item{
		width: 48%;
		margin: 0 1%;
		margin-bottom: 20px;
	}
	.pro_item span{
		font-size: 12px;
		height: 35px;
		line-height: 35px;
		width: 90px;
		bottom: 10px;
	}
	.pro_item h1{
		font-size: 16px;
		bottom: 50px;
	}
	.gall_item{
		border-radius: 15px;
	}
	.pro_fel_box .col-xs-6{
		padding: 0 2.5px;
	}
	.list_pro_tit h1{
		font-size: 22px;
	}
	.list_pro_tit{
		padding: 15px 0 15px 0;
	}
	.lisp_item1 h1{font-size: 18px;}
	.lisp_item1 h2{font-size: 12px;}
	.lisp_item1 p{font-size: 12px;}
	.lisp_item1 span{font-size: 12px;width: 90px;height: 40px;line-height: 40px;}
	.lisp_item1 .img, .lisp_item1 .desc{padding: 0;}
	.lisp_item2 p{font-size: 14px;}
	.lxwm_box .right .desc p,.lxwm_box .right .desc a,.lxwm_box .left p{font-size: 20px;}
	.lxwm_box .left p{
		white-space: inherit;
		overflow: inherit;	
	}
}

@media screen and (max-width:400px) {
	.sku-img-box .sku-img-list .swiper-slide{
		height: 50px !important;
		background-size: contain !important;
	}
}
.aaaasku ul li{
    width: 100%;
    padding-bottom: 4px;
    margin-bottom: 4px;
    color: #585858;
    font-size: 14px;
    line-height: 173%;
    border-bottom: solid 1px #ccc9c9;
}

.aaaasku ul li p{
	float: right;
    margin: 0;
}




	.share_group{
		padding-left: 90px;
	}
	.share_group .more{
	float: left;
	width: 20%;
	text-align: right;
}
.share_group span{
	font-size: 16px;
	color: #757575;
	font-weight: bold;
}
.share_group ul li{
	float: left;
}
.share_group ul li a{
	display: block;
	height: 30px;
	width: 30px;
	background: url(../images/ft_icon.png) #cfcfcf no-repeat;
	margin: 0 6px;
	border-radius: 100%;
	transition: .3s;
}
.share_group ul li a:hover{	background: url(../images/ft_icon2.png) #505050 no-repeat;}
.share_group ul li.li1 a{background-position: 7px 5px !important;}
.share_group ul li.li2 a{background-position: -85px 5px !important;}
.share_group ul li.li3 a{background-position: -179px 6px !important;}
.share_group ul li.li4 a{background-position: -272px 5px !important;}
.share_group ul li.li5 a{background-position: -365px 5px !important;}
.share_group ul li{
	position: relative;
}
.share_group ul li span{
	display: block;
	padding: 5px 10px;
	/* border-radius: 10px; */
	background: #E63132;
	color: #fff;
	position: absolute;
	top: -115%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.share_group ul li a:hover~span{
	display: block;
}















.contact-ly-cont{
   width: 100%;
   background: #fff;
   text-align: center;
   box-sizing: border-box;
   /* padding: 60px; */
}
.contact-vs img,.contact-ly img{
	float: left;
}

.contact-ly-title{
    margin-bottom: 35px;
}
.contact-ly-title h3{
    font-size: 36px;
	font-weight: normal;
}
.contact-ly-title p{
    color: #707070;
    font-size: 24px;
}
.contact-ly-c label{
    width: 49%;
    display: block;
    float: left;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    margin-right: 2%;
    margin-bottom: 24px;
    text-align: left
}
.contact-ly-c label:nth-of-type(2n){
    margin-right: 0;
}
.contact-ly-c label span{
    font-size: 16px;
    color: #333;
    display: inline-block;
    vertical-align: middle;padding-right: 5px;
    border-right: 1px solid #e7e7e7;
    padding-left: 6px;
    margin-right: 5px;
}
.contact-ly-c textarea{
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 30px;
    display: block;
    height: 200px;
	box-sizing: border-box;
	resize: none;
}
.contact-ly-c .submit{
    width: 200px;
    line-height: 40px;
    background-color: #a0a0a0 ;
    background-position: 26px center;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 2px;
    margin-top: 50px;
    cursor: pointer;
	transition: all .8s;
}
.contact-ly-c .submit:hover{background-color: #E63132;}
.contact-zx{
    margin-top: 70px;
    position: relative;
}
.contact-zx .ves{
    position: absolute;
    bottom: 26px;
    left: 52%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #fff;
    width: 330px;
    text-align: center;
    padding: 10px 30px 10px;
}
.contact-zx .ves p{
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}
.contact-zx .ves a{
    color: #E63132 ;
    font-size: 16px;
}
.contact-text{
    padding-bottom: 62px;
	width: 100%;
	overflow: hidden;
}
.banr{
    width: 100%;
    position: relative;
    overflow: hidden;
}
textarea,input{
	outline: none;
}