@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/calibri.ttf);
	font-family:"calibri";
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-size:62.5%;
	color:#666;
	list-style:none;
	font-family:"calibri";
	font-weight:normal;
	}
p{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
	list-style:none;
	font-size:12px;
	line-height:24px;
	}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section{
    margin: 0;
    padding: 0;
    display: block;	
}
img{
	display: block;
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
::-webkit-scrollbar-thumb:hover {
    background:#e60012;
}

::selection {
    background: #e60012;
    color: #fff;
}
.w_all{
	width:96%;
	margin:auto;
}
.w_all2{
	width:74%;
	margin:auto;
}
/*index*/
html, body{
	width:100%;
	height: 100%;
	position:relative;
	font-size:72.5%;
	}
header{
	width:100%;
	position:fixed;
	left:0%;
	top:0px;
	z-index:9999;
	background: #fff;
	box-shadow:0 0px 8px rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.nav_box{
	position: relative;
}
.logo{
	height: 34px;
	margin: 28px 0;
	float: left;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
header.active .logo{
	height: 30px;
	margin: 22px 0;
}
.logo img{
	display: block;
	height: 100%;
}
.nav_box ul{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	}
.nav_box ul li{
	float: left;
	position: relative;
	margin: 0 0 0 20px;
}
.nav_box ul li h1{
	font-size: 1.3rem;
	text-align: center;
	position: relative;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	color:#221815;
	cursor: pointer;
	line-height: 24px;
	letter-spacing: 0;
}
.nav_box ul li.active h1{
	color:#e3000f;
	}
.nav_box ul li:hover h1{
	color: #e3000f;
}
.nav_box ul li i{
	color: #221815;
	line-height: 24px;
	font-size: 1.4rem;
}
.search{
	border-bottom: 1px solid #ccc;
	padding-right: 8px;
	box-sizing: border-box;
}
.search input{
	padding-left: 8px;
	width: 150px;
	line-height: 24px;
	color: #221815;
	font-size: 1.4rem;
}
input::-webkit-input-placeholder{
    font-size: 1.1rem;
	font-weight: bold;
    }
.nav_box dl{
	position: absolute;
	left: 46%;
	top: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
.nav_box dl dd{
	float: left;
	position: relative;
	margin: 0 0 0 80px;
}
.nav_box dl dd h1{
	font-size: 1.7rem;
	text-align: center;
	position: relative;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	color:#221815;
	cursor: pointer;
	line-height: 90px;
}
header.active .nav_box dl dd h1{
	line-height: 74px;
}
.nav_box dl dd.active h1{
	color: #e3000f;
	}
.nav_box dl dd h1:hover{
	color: #e3000f;
}
.nav_box dl dd h1::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0%;
	width: 0%;
	opacity: 1;
	height: 3px;
	background: #e3000f;
	z-index: -1;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav_box dl dd:hover h1::before{
	opacity: 1;
	width: 100%;
}
.nav_box dl dd.pro h1{
	cursor: default;
}
.s_menu{
	position: fixed;
	left: 0px;
	top:90px;
	width: 100%;
	display: none;
	z-index: 999;
	background: #fff;
	padding: 12px;
	border-top: 1px solid #eee;
}
header.active .s_menu{
	top: 74px;
}
.s_menu .ss{
	padding:2% 3%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.s_menu .sd h2{
	font-size: 1.6rem;
	color: #221815;
	font-weight: bold;
	margin-bottom: 10px;
}
.s_menu a{
	display: block;
	padding: 5px 0;
	font-size: 1.4rem;
	color:#666;
	opacity: 0.9;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.s_menu a:hover{
	color: #221815;
	opacity: 1;
	text-decoration: underline;
}
.banner{
	width: 100%;
	height:100%;
	position: relative;
	overflow: hidden;
}
.banner ul{
	width: 100%;
	height: 100%;
}
.banner ul li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
}
.banner ul li img{
	width:100%;
	display:block;}
.banner video {
    display: block;
    object-fit: fill;
    border: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.banner_btn{
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -35px;
}
.banner_btn dl dt{
	width: 14px;
	height: 16px;
	float: left;
	position: relative;
	cursor: pointer;
}
.banner_btn dl dt:before{
	content:"";
	display: block;
	width: 4px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}
.banner_btn dl dt:after{
	content:"";
	display: block;
	width: 4px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
}
.banner_btn dl dt.active:after{
	display: none;
}
.banner_btn dl dt.active:before{
	width: 0;
	height: 0;
	background: none;
	border-left: solid 10px #FFF;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	left: 2px !important;
}
.banner_btn dl dd{
	width: 12px;
	height: 12px;
	background: #FFF;
	border-radius: 50%;
	float: left;
	margin-left: 16px;
	margin-top: 2px;
	cursor: pointer;
}
.banner_btn dl dd.active{
	background: #e80014;
}
.index_bar2{
	position: relative;
	padding: 5% 0 ;
}
.index_bar2 ul li{
	width: 20%;
	float: left;
	position: relative;
}
.index_bar2 ul li:nth-of-type(6n){
	margin-right: 0;
}
.index_bar2 ul li::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 80%;
	width: 1px;
	background: #ddd;
}
.index_bar2 ul li:last-of-type:before{
	display: none;
}
.index_bar2 ul li b{
	display: block;
	overflow: hidden;
	width: 50%;
	margin: auto;
}
.about2 ul li b{
	width:100%;
}
.index_bar2 ul li b img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar2 ul li:hover b img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.index_bar2 ul li h1{
	margin:15% auto 0;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.index_bar2 ul li h1 strong{
	display: block;
	font-size: 2rem;
	color: #221815;
	line-height: 1.1;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-align: center;
}
.index_bar2 ul li:hover h1 strong{
	color: #e3000f;
}
.index_bar3 img{
	width: 100%;
	position: relative;
}
.title h1{
	color: #221815;
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	line-height: 1.2;
	margin: 0 0 2%;
	padding-bottom: 10px;
	display: inline-block;
	padding-left: 32px;
}
.title h1::before{
	content: "";
	position: absolute;
	left: 0;
	top: 42%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 15px solid #221815;
    border-bottom: 12px solid transparent;
}
.index_bar4 {
	padding: 3% 0 2%;
}
.index_bar4 ul li{
	width: 25%;
	padding: 2% 2%;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
.index_bar4 ul li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background:#000;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar4 ul li:hover::after{
	opacity: 0.06;
}
.index_bar4 ul li::before{
	display: none;
}
.index_bar4 ul li b{
	width: 76%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.index_bar4 ul li h1 strong{
	text-align: left;
	margin-top: 6px;
	line-height: 1.4;
	font-size: 1.5rem;
	color: #888;
	font-weight: normal;
}
.index_bar4 ul li h1{
	color: #333;
	font-weight: bold;
	margin-top: 12%;
	font-size: 2rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar4 ul li:hover h1 strong{
	color: #888;
}
.index_bar4 ul li:hover h1{
	color: #e3000f;
}
.index_bar4 ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}
.index_bar4 ul li:hover b{
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}
.footer_box{
	position:relative;
	background:#221815;
	padding-top: 4%;
	}
.footer_con_top{
	position:relative;
	display: flex;
	justify-content: space-between;
	}
.footer_con_top dl{
	margin-bottom:30px;
	}
.footer_con_top dl img{
	display:block;
	height:240px;
	margin-top: -15%;
	}
.footer_con_top dl dt h3{
	display:inline-block;
	color:#eee;
	font-size:1.6rem;
	margin-bottom:10px;
	font-weight:bold;
	}
.footer_con_top dl dd{
	margin-top:8px;
	font-size: 1.2rem;
	-webkit-transition:all .5s linear;
	transition:all .5s linear;
	height:16px;
	color:#999;
	letter-spacing: 0;
	}
.footer_con_top dl dd:hover{
	color: #eee;
	cursor: pointer;
}
.footer_con_top dl p{
	color:#ccc;
	font-size: 1.4rem;
	letter-spacing:0.3px;
	line-height:1.6;
	word-break:break-all;
	}
.footer_con_top dl a:hover dd{
	text-decoration:underline;
	cursor:pointer;
	color:#eee;
	}
.copy_right_box{
	border-top:1px solid #555;
	}
.copy_right p{
	line-height:40px;
	color:#999;
	letter-spacing: 0;
	font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.copy_right a{
	float:right;
	font-size: 1.2rem;
	display:block;
	line-height:40px;
	color:#999;
	letter-spacing: 0;}
.o_ban{
	width: 100%;
	position: relative;
	margin-top: 90px;
	height: 450px;
}
.o_ban .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.o_ban .txt h2{
	width: 50%;
	font-size: 4.6rem;
	color: #333;
	margin-bottom: 1%;
	font-weight: bold;
}
.o_ban .txt p{
	width: 50%;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.5;
	margin: 0.6% 0;
	letter-spacing: 0;
}
.o_ban .txt p strong{
	color: #e60012;
	font-size: 1.4rem;
}

.a_ban ul{
	height: 100%;
}
.a_ban li{
	position: relative;
	width: 100%;
	height: 100%;
}
.a_ban li .txt2{
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 46%;
	padding:4% 5%;
	box-sizing: border-box;
    background-color: rgba(255,255,255,.82);
}
.a_ban .txt2 h2{
	font-size: 6rem;
	color: #221815;
	margin-bottom: 1%;
	font-weight: bold;
}
.a_ban .txt2 p{
	font-size: 1.6rem;
	color: #666;
	margin:3% 0 ;
	width: 100%;
	line-height: 1.8;
}
.a_ban .txt2 p:first-of-type{
	font-size: 2.4rem;
	color: #221815;
	line-height: 1.4;
	margin: 0% 0 5%;
}
.about2 .box2 .title{
	width: 33.3%;
	float: left;
	margin: 0% 0 5%;
}
.about2 .box2 .title h1{
	font-size: 2.4rem;
}
.about2 .box2 .title h1::before{
	right: inherit;
	left: 0;
	top: 4px;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}
.about2 .box2 .title .txt{
	float: right;
	width:94%;
}
.about2 .box2 .title .txt p{
	font-size: 1.6rem;
	margin: 10px 0;
	position: relative;
	width: 80%;
	padding-left: 15px;
}
.about2 .box2 .title .txt p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666;
}
.about2 .box2 ul{
	bottom: -18%;
}
.about2 .box2 ul li{
	width: 100%;
}
.contact2{
	margin-top: 90px;
	padding: 5% 0;
}
.contact2 h1{
	margin-bottom: 4%;
	float: left;
}
.contact2 h6{
	font-size: 1.6rem;
	color: #111;
	margin: 2% 0;
	line-height: 1.8;
	float: left;
	width: 60%;
}
.contact2 .left{
	float: left;
	width: 50%;
}
.contact2 .left h2{
	font-size: 2.6rem;
	color: #221815;
	margin-bottom: 3%;
}
.contact2 .left p{
	font-size: 1.4rem;
	color: #555;
	letter-spacing: 0;
	margin: 0px 0;
	line-height: 1.8;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact2 .left p strong{
	font-size: 1.4rem;
	color: #111;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 0;
}
.contact2 .left p:hover strong{
	color: #e60012;
	text-decoration: underline;
}
.contact2 .left3{
	background: #f6f6f6;
	box-sizing: border-box;
	padding:4% 5%;
	margin-top: -9%;
}
.contact2 .left3 input{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	background: none;
	font-size: 1.6rem;
	color: #221815;
}
.contact2 .left3 ::-webkit-input-placeholder {
    font-size: 1.4rem;
    color: #888;
	font-weight: normal;
}
.contact2 textarea{
	width: 100%;
	height: 60px;
	font-size: 1.6rem;
	color: #221815;
	background: none;
	margin-top: 5%;
	border-bottom: 1px solid #ddd;
}
.contact2 .submit input{
	background: #999;
	width: 25%;
	margin:3% 0 0;
	display: block;
	color: #fff;
	padding: 8px 0;
	border-radius: 20px;
	font-size: 1.4rem;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact2 .submit:hover input{
	background:#bc1a29 ;
}
.pro_l .left{
	float: left;
	width: 12%;
	padding-top: 30px;
}
.pro_l .left h2{
	font-weight: bold;
	font-size: 2rem;
	color: #221815;
	margin-bottom: 30px;
}
.pro_l .left dl{
	margin: 10px 0;
}
.pro_l .left dt{
	font-size: 1.4rem;
	color: #221815;
	margin: 5px 0;
	font-weight: bold;
	position: relative;
	cursor: default;
}
.pro_l .left dt::before{
	content: "+";
	width: 20px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2rem;
	color: #221815;
}
.pro_l .left dl dt.active::before{
	content: "-";
}
.pro_l .left dl dt.active{
	color: #e60012;
}
.pro_l .left dd{
	font-size: 1.3rem;
	color: #221815;
	padding: 2px 0;
	letter-spacing: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
.pro_l .left dd:hover,.pro_l .left dd.active{
	color: #221815;
	cursor: pointer;
	text-decoration: underline;
}
.pro_l .left dd strong{
	display: none !important;
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	text-align: center;
	font-size: 1.2rem;
	color: #909090;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pro_l .left dd:hover strong,.pro_l .left dd.active strong{
	color: #221815;
}
.pro_l .left .dp{
	display: none;
	}
.pro_l .right{
	float: right;
	width: 87%;
	border-left: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 30px 0 5% 3%;
}
.o_nav {
	margin-bottom: 30px;
	display: flex;
}
.o_nav span{
	letter-spacing: 0;
	display: block;
	margin-right: 20px;
	position: relative;
	padding-left: 20px;
	font-size: 1.4rem;
	color: #909090;
	cursor: default;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-transform: uppercase;
}
.o_nav span.sl{
	color: #333;
}
.o_nav span.s1{
	padding-left: 0;
}
.o_nav span.s1::before{
	display: none;
}
.o_nav span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 90%;
	background: #ccc;
}
.o_nav a span:hover{
	color: #e60012;
	cursor: pointer;
	text-decoration: underline;
}
.pro_l .right .bar{
	margin-top: 0%;
	min-height: 400px;
}
.pro_l .right ul li{
	width: 33.3%;
	float: left;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 5%;
	box-sizing: border-box;
	position: relative;
}
.pro_l .right ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background:#000;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pro_l .right ul li:hover::before{
	opacity: 0.06;
}
.pro_l .right ul li:nth-of-type(3n){
	margin-right: 0;
}
.pro_l .right ul li a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}
.pro_l .right ul li b{
	display: block;
}
.pro_l .right ul li b img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.pro_l .right ul li:hover b img{
	-webkit-transform: scale(1.05) translateY(-5%);
	transform: scale(1.05) translateY(-5%);
}
.pro_l .right ul li h2{
	display: block;
	font-size: 1.6rem;
	color: #221815;
	overflow: hidden;
	margin-top: 10px;
	height: 56px;
	overflow: hidden;
}
.pro_l .right ul li h2 strong{
	color: #221815;
	font-size: 2rem;
	font-weight: bold;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 0;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_l .right ul li:hover h2 strong{
	color: #E3000F;
}
.p1_ban .txt h2{
	color: #221815;
}
.p1_ban .txt p{
	color: #221815;
}
.p1_ban .txt p span{
	font-size: 1.4rem;
	color: #221815;
	line-height: 1.5;
	letter-spacing: 0;
}
.pro_d{
	padding: 90px 0 5%;
}
.pro_d .o_nav{
	padding: 1% 0 0%;
}
.pro_d .top{
	position: relative;
}
.pro_d .bar1{
	margin-top:2%;
}
.pro_d .left{
	width: 52%;
	float: left;
}
.pro_d .left img{
	width: 100%;
}
.pro_d .swiper-container {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.pro_d .swiper-slide {
    background-size: cover;
    background-position: center;
}
.pro_d .gallery-top {
    width: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.pro_d .gallery-thumbs {
	width: 90%;
	margin: 3% auto 0;
    box-sizing: border-box;
    padding: 10px 2px;
 }
.pro_d .gallery-thumbs .swiper-slide {
    opacity: 0.5;
	box-sizing: border-box;
}
.pro_d .gallery-thumbs .swiper-slide::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pro_d .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.pro_d .gallery-thumbs .swiper-slide-thumb-active::before{
	opacity: 0.06;
}
.pro_d .left .bottom{
	position: relative;
	box-sizing: border-box;
}
.pro_d .left .swiper-button-black{
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	z-index: 99;
	cursor: pointer;
}
.pro_d .left .swiper-button-next,.pro_d .left .swiper-container-rtl .swiper-button-prev{
	right: -1.5%;
}
.pro_d .left .swiper-button-prev,.pro_d .left .swiper-container-rtl .swiper-button-next{
	left: -1%;
}
.pro_d .left .tobig img{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	z-index: 9;
	opacity: 0.7;
	cursor: pointer;
}
.big_box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.8);
	display: none;
}
.big_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: url(../image/close.png),auto;
}
.big_box .big_imgs{
	display: block;
	height: 80%;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 4;
}
.big_box .big_imgs img{
	height: 100%;
}
.big_box .close img{
	position: absolute;
	top: 15%;
	right: 3%;
	width: 30px;
}
.pro_d .right{
	float: right;
	width: 38%;
	margin-right: 3%;
	margin-top: 0.5%;
}
.pro_d .right h2{
	font-size: 3.8rem;
	color: #e3000f;
	font-weight: bold;
	margin-bottom: 5%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2%;
	position: relative;
}
.back_p{
	position: absolute;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.8;
}
.back_p i{
	transform: rotate(180deg);
	display: block;
	float: right;
}
.back_p strong{
	font-size: 1.4rem;
	color: #666;
}
.back_p:hover strong{
	text-decoration: underline;
}
.pro_d .right p{
	margin: 10px 0;
	font-size: 1.46rem;
	color: #555;
	letter-spacing: 0;
	position: relative;
	padding-left: 16px;
}
.pro_d .hh{
	color: #222;
	padding: 0;
	font-size: 1.6rem;
	margin: 2% auto 0;
	line-height: 1.8;
}
.pro_d .right p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #888;
	border-radius: 50%;
}
.pro_d .bar2{
	padding: 4% 0 0;
}
.pro_d .bar2 h2{
	border-top: 3px solid #f5f5f5;
	padding: 2.5% 5%;
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	color: #221815;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pro_d .right h2 span{
	font-size: 1.7rem;
	color: #111;
	display: block;
	margin-top: 2%;
}
.pro_d .right h3{
	font-weight: bold;
	color: #333;
	font-size: 2.2rem;
	margin-bottom: 2%;
}
.pro_d .bar2 ul li{
	cursor: default;
}
.pro_d .bar2 ul li h2:hover{
	background: #fdfdfd;
}
.pro_d .bar2 ul li h2 i{
	display: block;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	right: 3%;
	top: 40%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pro_d .bar2 ul li.active h2 i{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #e60012;
}
.pro_d .bar2 ul li.active h2{
	color: #e60012;
}
.pro_d .bar2 h2 img{
	width: 28px;
	margin-right: 10px;
	float: left;
	margin-top: 2px;
}
.pro_d .bar2 h2 .img2{
	display: none;
}
.pro_d .bar2 ul li.active h2 .img1{
	display: none;
}
.pro_d .bar2 ul li.active h2 .img2{
	display: block;
}
.pro_d .bar2 ul li .box{
	padding: 0 5%;
	display: none;
	margin-bottom: 5%;
	box-sizing: border-box;
}
.pro_d .bar2 table{
	width: 100% !important;
}
.pro_d .bar2 table tr:first-of-type td{
	background: #333;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.8px;
}
.pro_d .bar2 table tr td{
	border-bottom: 1px solid #eee;
	font-size: 1.6rem;
	color: #221815;
	padding: 15px 30px;
	background: #f9f9f9;
	letter-spacing: 0;
	width: 50%;
	box-sizing: border-box;
}
.pro_d .bar2 table tr td:first-of-type {
	font-weight: bold;
	font-size: 1.7rem;
	width: 20%;
}
.pro_d .bar2 p{
	font-size: 1.6rem;
	color: #221815;
	width: 90%;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 10px 0;
}
.pro_d .bar2 h6{
	font-size: 1.6rem;
	color: #e60012;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	margin: 12px 0;
}
.pro_d .bar2 h6::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background:#e60012;
}
.pro_d .bar2 h6:hover{
	cursor: pointer;
	text-decoration: underline;
}
.pro_d .bar4 .dl{
	padding: 0 1.5%;
	overflow: hidden;
	position: relative;
}
.pro_d .bar4 .dl .dd{
	padding:0 3% 2%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-sizing: border-box;
	position: relative;
}
.pro_d .bar4 .dl .dd::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background:#000;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pro_d .bar4 .dl .dd:hover::before{
	opacity: 0.06;
}
.pro_d .bar4 .dl .dd a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.pro_d .bar4 .dl .dd b{
	display: block;
	overflow: hidden;
}
.pro_d .bar4 .dl .dd b img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pro_d .bar4 .dl .dd:hover b img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.pro_d .bar4 .dl .dd h3{
	display: block;
	font-size: 1.4rem;
	color: #221815;
	overflow: hidden;
	margin-top: 10px;
}
.pro_d .bar4 .dl .dd h3 strong{
	color: #221815;
	font-size:1.6rem;
	display: block;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom: 5px;
}
.pro_d .bar4 .dl .dd:hover h3 strong{
	color: #e3000f;
}
.pro_d .bar4 .swiper-button-next:after,.pro_d .bar4  .swiper-button-prev:after{
	color: #333;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}
.pro_d .bar4 .swiper-button-prev,.pro_d .bar4  .swiper-container-rtl .swiper-button-next{
	left: 0 !important;
}
.pro_d .bar4 .swiper-button-next,.pro_d .bar4  .swiper-container-rtl .swiper-button-prev{
	right: 0 !important;
}
.pro_d .bar4:hover h2 .img2{
	display: block;
}
.pro_d .bar4:hover h2 .img1{
	display: none;
}
.pro_d .bar4:hover h2{
	color: #e60012;
}
.back{
	float: right;
	font-size: 1.5rem;
	color: #111;
	line-height: 1.6;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.back i{
	font-size: 1rem;
	color: #fff;
	background: #666;
	width: 16px;
	height: 16px;
	line-height: 17px;
	border-radius: 50%;
	padding: 5px;
	text-align: center;
	display: block;
	-webkit-transform: scale(0.6) rotate(180deg);
	transform: scale(0.6) rotate(180deg);
	margin-right: 3px;
	float: left;
}
.back:hover{
	opacity: 0.8;
}
.service{
	margin-top: 90px;
	padding-bottom: 5%;
}
.s_nav{
	text-align: center;
	margin-bottom: 3%;
	background: #f8f8f8;
	padding: 0 15%;
	box-sizing: border-box;
}
.s_nav.active{
	position: fixed;
	left: 0;
	top: 74px;
	width: 100%;
	z-index: 9;
}
.s_nav ul{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.s_nav ul li{
	font-size: 1.6rem;
	color: #221815;
	opacity: 0.6;
	padding:18px 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.s_nav ul li::before{
	content: "";
	position: absolute;
	left: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #221815;
}
.s_nav ul li.active{
	opacity: 1;
}
.s_nav ul li:hover{
	opacity: 1;
}
.service dl{
	margin: 2% auto;
}
.service dl dd{
	width: 15.6%;
	float: left;
	padding: 1%;
	margin: 0.5%;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.service dl dd b img{
	width: 100%;
}
.service dl dt {
    position: relative;
    font-size:3rem;
	font-weight: bold;
	color: #221815;
	text-align: center;
	margin: 1% 0;
}
.service dl dd h2 {
    position: relative;
    margin: 6% 0 2%;
    font-size:1.6rem;
	font-weight: bold;
	color: #221815;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.service dl dd:hover h2{
	color: #e3000f;
}
.service dl dd h6{
	display: flex;
	justify-content: center;
}
.service dl dd h6 img{
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	margin: 8px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.service dl dd h6 img:hover{
	opacity: 0.6;
	cursor: pointer;
}
.all_right{
	position: fixed;
	right: 1.5%;
	bottom: 3%;
	opacity: 0;
}
.all_right span{
	display: block;
	margin: 12px 0;
	background: #333;
	border-radius: 50%;
	padding: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.18);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.all_right span:hover{
	background: #e3000f;
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.all_right span img{
	width: 25px;
}
.prosearch{
	padding:0 0 5%;
	width: 100%;
}
.prosearch .right{
	width: 100%;
	float: none;
	margin: auto;
	border: none;
	padding: 0;
}
.prosearch .right ul li{
	width: 20%;
}
.pages{
	text-align: center;
	margin-top: 3%;
	display: flex;
	justify-content: center;
}
.pages span,.pages a{
	font-size: 1.4rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #eee;
	color: #333;
	margin: 0 5px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pages span:hover,.pages a:hover,.pages .current{
	background: #e3000f;
	color: #fff;
}
.pages i{
	font-size: 1.3rem;
	display: block;
	line-height: 30px;
	padding-left: 5px;
}
.pages a:hover i{
	color: #fff;
	text-align: center;
}
.pages i.ll{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	padding-left: 0;
}