@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/SourceHanSansCN-Regular.otf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/impact.ttf);
	font-family:"num";
	}
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-size:12px;
	color:#666;
	list-style:none;
	font-family:"myfont",Arial,sans-serif;
	font-weight:normal;
	}
@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;
}
p{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
	list-style:none;
	font-size:12px;
	line-height:1.7;
	}
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;
	}
/*index*/
.w_all{
	width:94%;
	margin:auto;
	}
.w_all2{
	width:74%;
	margin:auto;
	}
.more{
	width: 180px;
	height: 38px;
	background: #FFD200;
	margin-top: 5%;
	position: relative;
}
.more::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #dfb800;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.more:hover:before{
	width: 100%;
	opacity: 1;
}
.more a{
	line-height: 38px;
	color: #333;
	text-align: center;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	position: relative;
	z-index: 9;
}
.bg{
	background: #231815;
}
.cen{
	text-align: center;
}
.t{
	padding: 4% 13% 5% 13%;
}
.tt{
	margin-top: 2%;
}
html, body{
	width:100%;
	position:relative;
	}
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	}
header .nav_box{
	position:relative;
	padding: 0 3% 0 0;
}
.nav_b{
	float:left;
	background:#221815;
	padding:0 35px;
	position:relative;
	cursor:pointer;
	height:80px;
}
.navBtn{
	float:left;
	margin:25px 0;
	}
.navBtn span{
	display: block;
	width: 30px;
	height: 2px;
	background:#fff;
	margin:6px 0;
}
.nav_b p{
	float:right;
	color:#fff;
	font-size:1.2rem;
	margin-left:10px;
	margin-top:29px;
	}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	margin-top:32px;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-16px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
header .logo{
	height:80px;
	float:left;
	position:relative;
	transition: all 0.5s linear;
}
header .logo img{
	display:block;
	height:100%;
	}
header .logo .img2{
	display:none;}
header .pin{
	height: 70px;
	float: left;
	margin: 6px 0 0 24px;
	padding-left: 20px;
	position: relative;
}
header .pin img{
	height: 100%;
}
header .pin::before{
	content: "";
	position: absolute;
	left: 0;
	top:50%;
	width: 2px;
	height: 95%;
	background: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav_right{
	position:fixed;
	left:0%;
	top:0%;
	display: none;
 	background: #231815;
 	width: 100%;
 	height: 100%;
 	z-index: 99;
	}
 .logon img{
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	-webkit-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%);
 	opacity: 0.01;
 	width: 60%;
 }
 .nav_right .nav{
 	width: 50%;
 	float: left;
 	position: relative;
 	height: 100%;
	}
 .nav_right .nav ul{
 	position:absolute;
 	right:25%;
 	top:20%;
 }
.nav_right .nav li{
	margin:30% 0 ;
	color:#fff;
	font-size:2rem;
	cursor:pointer;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
 	letter-spacing: 1px;
 	position: relative;
 	box-sizing: border-box;
	}
 .nav_right .nav li:hover{
 	color: #ffd900;
 }
 .nav_right .nav li:before{
 	content: "";
 	position: absolute;
 	left: 0;
 	bottom: 3px;
 	background: #e60012;
 	width: 0;
 	height: 5px;
 	-webkit-transition:all 0.5s linear;
 	transition:all 0.5s linear;
 	z-index: -1;
 }
 .nav_right .nav li:hover:before{
 	opacity: 1;
 	width: 100%;
 }
 .nav_right .right{
 	float: right;
 	width: 40%;
 	background: #1d1411;
 	height: 100%;
 	padding-left: 10%;
 	padding-top: 10%;
 }
 .nav_right .right h2{
	padding:20px 0 ;
	color:#fff;
	font-size:2rem;
	cursor:pointer;
 	letter-spacing: 1px;
	}
 .nav_right .right p{
	padding:2px 0 ;
	color:#fff;
	font-size:1.4rem;
 	opacity: 0.6;
	}
header .h_other{
	position:absolute;
	right:3%;
	top:50%;
	-webkit-transform:translate(0%,-50%);
	transform:translate(0%,-50%);
	}
header .h_other .ll{
	float:left;
	margin-left:30px;
	color:#fff;
	font-size:1.2rem;
	cursor: pointer;
}
header .h_other .ll i{
	color:#fff;
	font-size:1.6rem;
	margin-right:8px;
	float:left;
	margin-top:1px;
	opacity: 0.9;
	}
header .h_other .ll.tel i{
	font-size:1.8rem;
	color:#fff;
	margin-top:0;
	float: none;
	margin-right: 0;
	margin-top: -1px;
	display: block;
}
header .ss{
	position: absolute;
    width: 100%;
    height: 80px;
    background: #221815;
	top: -80px;
	left: 0;
}
header .ss input{
	line-height: 80px;
	background: none;
	border: none;
	padding: 0 3%;
	box-sizing: border-box;
	width: 100%;
	font-size: 1.5rem;
	color: #fff;
}
header .ss img{
	cursor: pointer;
	width: 2rem;
	position: absolute;
	right: 3%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.s_menu{
	width:100%;
	position:fixed;
	left:0;
	top:62px;
	z-index:999;
	display:none;
	opacity: 0;
	}
.s_menu .s_box{
	position:relative;
	height:100%;
	}
.s_menu .left{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:41%;
	background:#333;
	padding:0% 3%;
	}
.s_menu .left p{
	font-size:1.24rem;
	width:60%;
	color:rgba(255,255,255,0.8);
	margin-top:10%;
	}
.s_menu .left p strong{
	display:block;
	font-size:2.6rem;
	color:#fff;
	margin-bottom:30px;
	position:relative;
	padding-bottom:20px;
	}
.s_menu .left p strong:before{
	content:"";
	width:60px;
	height:2px;
	background:#ed1b24;
	position:absolute;
	left:0;
	bottom:0;
	}
.s_menu .right{
	float:right;
	width:47%;
	background:rgba(0,0,0,0.6);
	padding:3% 3%;
	}
.s_menu .right .bar{
	float:left;
	width:40%;
	padding-right:5%;
	}
.s_menu .right .bar p{
	font-size:1.24rem;
	color:#fff;
	margin:10px 0;
	cursor:pointer;
	opacity: 0.7;
	}
.s_menu .right .bar p.active{
	color:#fff;
	text-decoration:underline;
	opacity: 1;
	}
.s_menu .right .bar p i{
	float:right;
	font-size:1.2rem;
	color:#ccc;
	margin-top:5px;
	display:block;
	}
.s_menu .right .imgs{
	float:left;
	width:26%;
	border-left:1px solid #ccc;
	padding-left:5%;
	position:relative;
	}
.s_menu .right .imgs img{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	display:none;
	}
.s_menu .right .imgs img:first-of-type{
	display:block;}
.s_menu  dl{
	width:100%;
	padding:2% 0;
	background:rgba(244,244,244,0.92);}
.s_menu dl dd{
	float:left;
	width:12.5%;
	text-align:center;
	color:#111;
	font-size:1.2rem;
	cursor:pointer;
	}
.s_menu dl dd b{
	display:block;
	width:46px;
	margin:0 auto 6px;
	position:relative;
	}
.s_menu dl dd img{
	margin:auto;
	display:block;
	width:100%;
	}
/*banner*/
.banner{
	position:relative;
	width:100%;
	height:calc(100vh - 120px);
	background: #221815;
	}
.banner p{
	z-index:999;
	}
.banner_bc{
	width:100%;
	height:100%;
	position:relative;
	}
.banner_bc .bc:before{
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	position:absolute;
	left:0;
	top:0;
	}
.banner_bc .bc a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 9;
}
.banner_bc .bc{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity: 0;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	}
.banner_bc .bc b{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.banner_bc .bc.active{
	opacity: 1;
}
.banner_bc .bc.active b{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease-out;
	transition: all 1s  ease-out;
}
.banner dl{
	position:absolute;
	left:50%;
	bottom:4%;
	z-index:9;
	width: fit-content;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	}
.banner dl dd{
	float:left;
	padding:10px 20px;
	color:#fff;
	font-size:1.3rem;
	border-bottom:3px solid #ffd200;
	opacity:0.4;
	cursor:default;
	}
.banner dl dd.active{
	opacity:1;
	}
.index_bar1{
	padding:35px 0 30px;
	background:#FFF;
	}
.index_bar1 dl dd{
	float:left;
	width:12.5%;
	text-align:center;
	color:#111;
	font-size:1.2rem;
	cursor:pointer;
	}
.index_bar1 dl dd b{
	display:block;
	width:46px;
	height:46px;
	overflow:hidden;
	margin:0 auto 6px;
	position:relative;
	}
.index_bar1 dl dd img{
	margin:auto;
	display:block;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	}
.index_bar1 dl dd .img2{
	opacity:0;
	}
.index_bar1 dl dd:hover .img1{
	opacity:0;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	}
.index_bar1 dl dd:hover .img2{
	opacity:1;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	}
.index_bar2{
	position:relative;
	width:100%;
	overflow:hidden;
	background:#221815;
	padding:5% 0 10%;
	}
.index_bar2 .contain{
	position:relative;
	z-index:5;
	padding-top:60px;
	}
.index_bar2 .right{
	width:100%;
	}
.index_bar2 .right .bar{
	float:left;
	width:48.4%;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	position:relative;
	margin:0.8% 0.8%;
	}
.index_bar2  .bar:nth-of-type(3){
	}
.index_bar2  .bar:nth-of-type(2){
	background:#fff;
	/*top:-100px;*/
	}
.index_bar2  .bar:nth-of-type(4){
	background:#fff;
	/*top:-100px;*/
	}
.index_bar2 .right .bar img{
	display:block;
	width:100%;
	}
.index_bar2 .index_title{
	text-align:center;
	}
.index_bar2 .bar:nth-of-type(2n) .index_txt{
	right:inherit;
	left:6%;
}
.index_title2{
	text-align: center;
}
.index_title2 h1{
	width:100%;
	font-size:3.6rem;
	letter-spacing: 2px;
	color:#FFD200;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	font-weight: bold;
}
.index_title h1{
	width:100%;
	font-size:3.2rem;
	letter-spacing: 2px;
	color:#FFD200;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	font-weight: bold;
	}
.index_bar2 .index_txt{
	position: absolute;
	left: 6%;
	top: 6%;
}
.index_bar2 .index_txt h1{
	width:100%;
	font-size:2.4rem;
	color:#fff;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.index_bar2 .index_txt h1 span{
	display:block;
	font-size:1.1rem;
	color:#fff;
	margin:5px 0;
	}
.index_bar2 .left .index_txt h1 span{
	color:#666;}
.index_bar2 .index_txt i{
	font-size:3rem;
	color:#ffd900;
	}
.index_bar2 .index_txt dl dd{
	float: left;
    width: 50%;
    color: #fff;
    font-size: 1.3rem;
    margin: 6px 0;
    position: relative;
    padding-left: 22px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.index_bar2 .index_txt dl dd:hover {
    color: #ffd200;
    font-weight: bold;
    letter-spacing: 1px;
}
.index_bar2 .index_txt dl {
	margin-top: 10px;
}
.index_bar2 .index_txt dl dd:before{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 9px;
    height: 3px;
    background: #ffd200;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.index_bar2 .left:hover,.index_bar2 .right .bar:hover{
	box-shadow:0 15px 20px rgba(255,217,0,0.04);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	}
.index_bar2 .bc2{
	top:10%;
	font-size:14rem;
	color:rgba(255,255,255,0.06);
	position:absolute;
	left:13%;
	font-weight:bold;
	}
.index_bar3{
	width:100%;
	padding:0%;
	position:relative;
	background:#221815;
	}
.index_bar3 dl{
	position:relative;
	z-index:2;
	}
.index_bar3 .index_title span{
	font-size:1.4rem;
	color:#fff;
	margin-top:1%;
	display:block;
 	width: 42%;}
.index_bar3 p{
	width:42%;
	color:#fff;
	font-size:1.2rem;
	margin:0.6% 0 2%;
	opacity: 0.7;
	}
.index_bar3 dd{
	color:#fff;
	float:left;
	margin-right:50px;
	text-align:center;
	font-size:1.1rem;
	}
.index_bar3 dd img{
	display:block;
	margin:0 auto 10px;
	width:50px;
	opacity: 0.8;
}
.index_bar3 .v_box{
	position:absolute;
	right:13%;
	top:0;
	height:100%;
	/* background:url(../image/v_bg.jpg) no-repeat center center;
	background-size:cover; */
	width:40%;
	/*overflow:hidden;*/
	z-index: 3;
}
.index_bar3 .v_btn{
	position:absolute;
	right:0;
	top:0;
	width:0%;
	height:100%;
	background:rgba(0,0,0,0.4);
	opacity:0;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s  ease-out;
	z-index: 9999;
	}
.index_bar3 .v_btn img{
	width:56px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	opacity:0;
	cursor:pointer;
	z-index: 6;
	}
.index_bar3:hover .v_box .v_btn{
	width:100%;
	opacity:1;
	}
.index_bar3:hover .v_box .v_btn img{
	opacity:1;
	-webkit-transition:all 1s linear;
	transition:all 1s linear;
	}
.index_bar3 .video{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.index_bar3 .video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_bar3 .bottom img{
	display:block;
	width:100%;
	}
.idnex_service .index_title{
	text-align:center;
	}
.idnex_service{
	background:#231815;
	padding:5% 0 6%;}
.idnex_service ul{
	margin:4% 0 1%;
	border:1px solid rgba(255,255,255,0.4);
	box-sizing:border-box;
	}
.idnex_service ul li{
	float:left;
	width:33.3%;
	/*padding:5% 5%;*/
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	position:relative;
	border-right:1px solid rgba(255,255,255,0.4);
	box-sizing:border-box;
	}
.idnex_service ul li:before{
	content:"";
	width:100%;
	height:100%;
	background:url(../upload/image/20221118/16687513651411267.JPG) no-repeat center center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.idnex_service ul li:nth-of-type(2):before{
	background:url(../upload/image/20221118/16687513651411267.JPG) no-repeat center center;
	background-size:cover;
	}
.idnex_service ul li:nth-of-type(3):before{
	background:url(../upload/image/20221118/16687514481884366.JPG) no-repeat center center;
	background-size:cover;
	}
.idnex_service ul li:nth-of-type(4):before{
	background:url(../image/index_s4.jpg) no-repeat center center;
	background-size:cover;
	}
.idnex_service ul li:nth-of-type(5):before{
	background:url(../image/index_s5.jpg) no-repeat center center;
	background-size:cover;
	}
.idnex_service ul li.active{
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
	box-shadow: 0 5px 10px rgba(255,217,0,0.04);
	cursor:pointer;
 	border-right:1px solid rgba(255,255,255,0);
	}
.idnex_service ul li.active:before{
	opacity:1;
	background-position:60% center}
.idnex_service ul li b{
	width:54px;
	height:54px;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	z-index:5;
}
.idnex_service ul li b img{
	width:54px;
	display:block;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.idnex_service ul li.active b img{
	margin-top:-54px;}
.idnex_service ul li h2{
	font-size:1.5rem;
	color:#fff;
	line-height:30px;
	position:relative;
	z-index:2;
	text-align:center;
	margin:20px 0 30px;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	}
.idnex_service ul li i{
	font-size:2.4rem;
	display:block;
	color:#ffd900;
	text-align:center;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	}
.idnex_service ul li.active h2{
	color:#fff;
	}
.idnex_service ul li.active i{
	color:#fff;
	}
.index_news{
	position:relative;
	z-index:8;
	background:#342f2e;
	padding:5% 0;
	}
.index_news .index_title h1{
	float:left;
	width:inherit;
	}
.index_news .index_title span{
	float:right;
 	margin-top: 1.5%;
	}
.index_news .index_title span i{
	font-size:1.6rem;
	color:#FFD200;
	display:block;
	float:left;
	margin-left:30px;
	cursor:pointer;
	}
.index_news .index_title span i:first-of-type{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-top:-2px;
	}
.index_news .index_title span i:hover{
	color:#e60012
}
.index_news .box{
	overflow:hidden;
	padding-top:20px;
	width:105%
}
.index_news ul li{
	float:left;
	width:33.3%;
	cursor:pointer;
 	position: relative;
	}
.index_news ul li:nth-of-type(3){
	margin-right:0;
	position: relative;
	}
.index_news ul li img{
	display:block;
	width:88%;
}
.index_news ul li h2{
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 80px;
	background:rgba(35,24,21,0.8);
	text-align:center;
	padding:0% 1% 2% 1%;
	color:#fff;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	z-index:5;
	box-shadow:0 0px 8px rgba(0,0,0,0.08);
	}
.index_news ul li strong{
	color:#fff;
	font-size:3rem;
	display:block;
	font-weight:bold;
	margin-bottom:-8px;
	}
 .index_news ul li h3{
	color:#fff;
	font-size:1.5rem;
	padding:20px 0 0;
	width:88%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.index_news ul li p{
	color:#fff;
	font-size:1.2rem;
	padding:5px 0;
	width:88%;
 	opacity: 0.7;
 	line-height: 1.5;
}
.index_news ul li:hover h3{
	text-decoration:underline;
}
.index_news ul li p b{
	display:block;
	font-size:1.04rem;
	margin-top:10px;
	line-height:20px;
	color:#fff;
}
.footer {
	position:relative;
	z-index:3;
	padding:4% 0 3% 0;
	background:#FFD200;
	}
.footer .bar{
	float: right;
	width: 70%;
}
.footer dl{
	width: 16%;
 	float: left;
}
 .footer dl dt{
	font-size:1.5rem;
 	color:#231815;
 	font-weight: bold;
 	margin-bottom: 10px;}
.footer dl dd{
	font-size:1.2rem;
	line-height:20px;
	margin:5px 0;
	color:#333;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	position:relative;
	}
.footer dl dd:before{
	content:"";
	width:0px;
	height:1px;
	background:#ed1b24;
	position:absolute;
	left:-26px;
	bottom:50%;
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.footer dl a:hover dd{
	color:#ed1b24;
	}
.footer dl a:hover dd:before{
	opacity:1;
	width:20px;
	}
.footer dl p{
	color:#eee;
	font-size:1.1rem;
	}
.footer dl b{
	color:#eee;
	font-size:1rem;}
.footer dl strong{
	color:#be1a20;
	}
 .footer dl img{
 	width: 88%;
 	margin-top:8px;
 }
.footer .right{
	padding-left: 3%;
	width: 10%;
	margin-top: 4%;
}
.footer .right h1{
	color: #222;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer .right img{
	width:60%;
}
.copy{
	background:#101010;
	padding:8px 0;
	position: relative;
}
.copy p{
	color:#fff;
	float:left;
	line-height:36px;
	opacity:0.6;
}
.copy a{
	color:#fff;
	margin-left:20px;
}
.copy ul{
	float:right;
	}
.copy .js{
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translate(0,-50%);
}
.copy ul li{
	float:left;
	height:20px;
	margin:8px 4px;
	opacity:0.8;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.copy ul li img{
	display:block;
	height:100%;
}
.copy ul li:hover{
	opacity:1;
}
.f-logo{
	width: 20%;
	float: left;
}
 .f-logo img{
 	height: 38px;
 	margin-top: -6px;
 	margin-bottom: 10%;
}
 .footer .f-logo p{
 	width: 100%;
	font-size:1.3rem;
 	color:#231815;
 	margin-bottom: 1px;
}
.all_back{
	position:absolute;
	right:3%;
	bottom:140px;
	cursor:pointer;}
.all_back i{
	color:#ed1b24;
	font-size:1.4rem;
	display:block;
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
	}
.all_back b{
	display:block;
	width: 1px;
    height: 0%;
    position: absolute;
    left:50%;
	margin-left:-1px;
    bottom: 0%;
    background-color: #ed1b24;
    animation: ban_scoll 4s linear 0s infinite;
    -webkit-animation: ban_scoll 4s linear 0s infinite;
	}
@keyframes ban_scoll
{
	0%{height:0%;bottom:-60px;}
	50%{height:50px;bottom:-40px;}
	100%{height:0%;bottom:-50px}
}
.index_bar4{
	background: url(../image/banner4.jpg) no-repeat center;
	background-size: cover;
	padding: 5% 0;
	position: relative;
}
.index_bar4:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(35,24,21,0.72);
}
.index_bar4 .tt{
	width: 42%;
	margin: auto;
	position: relative;
	z-index: 3;
}
.index_bar4 .tt h1{
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.7;
	font-weight: normal;
	letter-spacing: 1px;
}
.index_bar4 .tt .more{
	margin: auto;
	border: solid rgba(255,255,255,0.6) 1px;
	background: none;
}
.index_bar4 .tt .more a{
	color: #fff;
	font-weight: none;
	font-weight: normal;
}
.index_bar4 .more span,.index_bar4 .more i {
    color: rgba(255,255,255,0.6);
}
.index_bar4 .more:hover span{
	color: #333;
}
.index_bar4 .more:hover i{
	color: #333;
}
.conmmon_banner img{
	 width: 100%;
 }
 .conmmon_banner{
	 position: relative;
 }
.conmmon_banner h1{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 4rem;
	color: #FFD200;
	font-weight: bold;
	letter-spacing: 3px;
}
.news_box{
	 padding: 4% 13%;
	 background: #231815;
 }
.news_box ul{
    display: flex;
    flex-wrap: wrap;
}
.news_box li{
	float: left;
	width: 31.333%;
	margin-right: 3%;
	margin-bottom: 3%;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.news_box li:nth-child(3n){
	margin-right: 0;
}
.news_box li img{
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.news_box li .text{
	padding: 6% 2%;
}
 .news_box .index_title h1{
	 text-align: center;
	 margin-bottom: 2%;
	 -webkit-transition: 0.5s;
	 transition: 0.5s;
 }
.news_box li .text span{
	color: #FFF;
	opacity: 0.7;
	font-size: 1.2rem;
}
.news_box li .text h1{
	color: #fff;
	font-size: 1.7rem;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
	margin: 2% 0;
	letter-spacing: 1px;
}
.news_box li .text p{
	color: #fff;
	font-size: 1.3rem;
	opacity: 0.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	letter-spacing: 0.5px;
	height: 52px;
}
.news_box li .text i{
    font-size: 3rem;
    color: #ffd900;
	margin-top: 3%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.news_box li:hover img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.news_box li:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.news_box li:hover i{
	margin-left: 2%;
}
.news_box li:hover h1{
	text-decoration: underline;
}
.news_box .page_box{
	text-align: center;
}
.news_box .page_box .rows{
	float: none;
	width: 100%;
	margin: 4px 0 0 0;
	font-size: 1.1rem;
	color: #fff;
	opacity: 0.7;
}
.news_box .page_box .rows b{
	color: #fff;
	font-size: 1.1rem;
	margin: 0 4px;
}
.news_box .page_box .current{
	color: #FFD200;
	font-size: 1.2rem;
	margin: 0 4px;
	border-bottom: solid #ffd200 1px;
	padding: 0 4px 1px 4px;
}
.news_box .page_box .num,.news_box .page_box .next,.news_box .page_box .num,.news_box .page_box .prev,.news_box .page_box .first,.news_box .page_box .end{
	color: #fff;
	font-size: 1.2rem;
	margin: 0 4px;
}
.news_list{
	padding: 5% 13%;
}
.news_list .text h1{
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
}
.news_list .text .time{
	color: #fff;
	font-size: 1.3rem;
	opacity: 0.7;
	text-align: center;
	display: block;
	margin-bottom: 2%;
	text-indent: 0;
}
.news_list .text p{
	color: #fff;
	opacity: 0.88;
	font-size: 1.5rem;
	margin-bottom: 1%;
	line-height: 1.7;
	text-indent: 2em;
}
.news_list .text span{
	color: #fff;
	opacity: 0.7;
	font-size: 1.5rem;
	margin-bottom: 1%;
	line-height: 1.7;
	text-indent: 2em;
	text-align: left;
}
.news_list .text img{
	max-width: 100%;
	margin: 2% auto 2% auto;
}
.news_list .back{
	margin-top: 3%;
	border-top: solid #FFD200 1px;
	padding-top: 2%;
}
.news_list .back .next{
	float: left;
	margin-top: 5px;
}
.news_list .back .bc{
	float: right;
	background: #FFD200;
	padding: 6px 26px 6px 24px;
	position: relative;
}
.news_list .back .bc::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #dfb800;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.news_list .back .bc:hover::before{
	width: 100%;
	opacity: 1;
}
.news_list .back .bc a{
	color: #333;
	font-size: 1.3rem;
	background: url(../image/back.png) no-repeat left;
	background-size: 2.4rem;
	padding-left: 42px;
	opacity: 0.7;
	padding-top: 3px;
	position: relative;
	z-index: 9;
	font-weight: bold;
}
.news_list .back .next a{
	color: #fff;
	font-size: 1.3rem;
	opacity: 0.7;
}
.news_list .back .next a:hover{
	color: #FFD200;
	text-decoration: underline;
}
.proinfo-a .right .share_box,.news_list .share_box{
	margin-top: 3%;
	position: relative;
}
.proinfo-a .right .share,.news_list .share{
	float: left;
	width: 15%;
}
.news_list .share{
	width: 8%;
}
.news_list .share b,.proinfo-a .right .share b{
	color: #fff;
	font-size: 1.4rem;
	float: left;
	font-weight: normal;
}
.news_list .share img,.proinfo-a .right .share img{
	width: 1.6rem;
    float: left;
    margin: 4px 0 0 0;
	cursor: pointer;
}
.news_list .mm_box,.proinfo-a .right .mm_box{
	position: absolute;
	left: 16%;
	top: 0;
	background: #fff;
	z-index: 9;
	padding: 1%;
	opacity: 0;
	z-index: -2;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.news_list .mm_box{
	left: 8%;
}
.proinfo-a .right .mm_box{
	padding: 5%;
}
.news_list .mm_box h1,.proinfo-a .mm_box h1{
	color: #333;
	font-size: 1.2rem;
	text-align: center;
}
.news_list .mm_box .mm,.proinfo-a .mm_box .mm{
	width: 100%;
	margin: 2% 0;
}
.news_list .mm_box .mm{
	width: 110px;
	margin: 2% auto;
}
.news_list .mm_box p,.proinfo-a .mm_box p{
	color: #666;
	font-size: 1rem;
	text-align: center;
	text-indent: inherit;
	margin: 0;
}
.news_list .share_box .clo,.proinfo-a .share_box .clo{
	position: absolute;
	right: 4%;
	top: 4%;
	width: 9%;
	cursor: pointer;
}
.conmmon_nav{
	background: #231815;
	height: 66px;
	padding: 0 16%;
	position: relative;
	border-bottom: solid rgba(255,210,0,0.2) 1px;
	overflow: hidden;
}
.conmmon_nav .w_all2{
	height: 100%;
	position: relative;
}
.conmmon_nav dl{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	margin-left: 30%;
}
.conmmon_nav dl dd{
	float: left;
	width: 20%;
	box-sizing: border-box;
	text-align: center;
}
.conmmon_nav dl dd a{
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 1px;
	position: relative;
	line-height: 66px;
	display: inline-block;
	font-weight: bold;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	letter-spacing: 1px;
}
.conmmon_nav dl dd a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #E60012;
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.conmmon_nav dl dd:hover a{
	color: #FFD200;
}
.conmmon_nav dl dd:hover a::before{
	width: 100%;
	opacity: 1;
}
.h-nav{
	position: fixed;
	width: 100%;
	top: -15%;
	left: 0;
	z-index: 999;
	opacity: 0;
}
.news_box dl dd{
	float: left;
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 3%;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
	position: relative;
}
.news_box dl dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: url(../image/mouse.png),auto;
}
.news_box dl dd:nth-child(3n){
	margin-right: 0;
}
.news_box dl dd img{
	width: 100% ;
}
.news_box dl dd h1{
	color: #fff;
    font-size: 1.7rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 2% 0;
    letter-spacing: 1px;
	text-align: center;
	padding: 3% 0;
}
.news_box dl dd .v_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
	display: none;
}
.news_box dl dd .v_box video{
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
    object-fit: cover;
	z-index: 99;
}
.news_box dl dd .v_box video source{
    width: 100%;
}
.news_box dl dd .v_box .close{
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: url(../image/mouse2.png),auto;
}
.team_box{
	padding: 4% 13% 5% 13%;
	background: #231815;
}
.team_box .index_title h1,.team2 .index_title h1{
	text-align: center;
}
.team_box .list{
	margin-top: 2%;
	position: relative;
}
.team_box .left{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
}
.team_box .list .left img{
	width: 100%;
}
.team_box .list .right{
	float: right;
	width: 56%;
	background: rgba(52,47,46,0.92);
	box-sizing: border-box;
	padding: 2% 3%;
	position: relative;
	z-index: 2;
}
.team_box .list .right h1{
	margin-top: 5%;
}
.team_box .list .right img{
	width: 18%;
	display: initial;
}
.team_box .list .right h1 span{
	font-size: 1.8rem;
	color: #fff;
	margin-top: -10px;
}
.team_box .list .right p{
	color: #fff;
	font-size: 1.3rem;
	opacity: 0.7;
	margin-bottom: 10px;
}
.team_box .list .right p:nth-child(1),.team_box .list .right p:nth-child(2){
	color: #FFD200;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 3px;
	opacity: 1;
}
.team_box .list .lg{
	position: absolute;
	left: 0;
	top: 0;
	width: 56%;
	opacity: 0.05;
	z-index: 9;
}
.team2{
	padding: 4% 13% 2% 13%;
	background: #231815;
}
.team2 .t-list{
	margin-top: 2%;
	position: relative;
}
.team2 .t-list .wall-column{
	float: left;
    width: 47%;
    margin-right: 6%;
}
.team2 .t-list .wall-column:nth-child(2n){
	margin-right: 0;
	margin-top: 10%;
}
.team2 .t-list img{
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 12%;
}
.team2 .t-list .h{
	top: 0;
    font-size: 22rem;
    color: rgba(255,255,255,0.06);
    position: absolute;
    right: 0;
    font-weight: bold;
	line-height: 0.8;
	z-index: 9;
}
.team2 .t-list .wall-column img:hover{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.team2 .t-list .wall-column h1{
	color: #FFF;
	opacity: 0.7;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 10px;
}
.hour_box{
	padding: 4% 13% 3% 13%;
}
.hour_box .list li{
	float: left;
	width: 30.666%;
	margin: 0 4% 4% 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	position: relative;
}
.hour_box .list li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: url(../image/big.png),auto;
}
.hour_box .list li:nth-child(3n){
	margin-right: 0;
}
.hour_box .list li img{
	width: 100%;
}
.hour_box .list li h1{
	color: #fff;
	font-size: 1.5rem;
	opacity: 0.7;
	text-align: center;
	margin: 10px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.hour_box .list li:hover h1{
	color: #FFD200;
}
.big_box {
    width: 100%;
    height: 100%;
    background: rgba(35,24,21,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.big_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: url(../image/mouse2.png),auto;
}
.big_box .close {
    position: fixed;
    top: 10%;
    right: 3.5%;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.big_imgss {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 50%;
}
.big_imgss img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: auto;
    box-shadow: 0 0px 5px rgba(0,0,0,0.05);
}
.big_imgss h1{
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 20px;
}
.map{
    width: 100%;
    height: 64%;
    position: relative;
}
.map #allmap {
    width: 100%;
    height: 100%;
	border-bottom: solid #FFD200 3px;
	position: relative;
}
.BMap_mask {
    background: rgba(35,24,21,0.4) !important;
}
.contant .index_title h1{
	font-size: 2.4rem;
}
.contant ul{
	background: #342F2E;
	margin-top: -16%;
	position: relative;
	z-index: 2;
	padding: 5% 2%;
	box-shadow: 0 0px 5px rgba(0,0,0,0.3);
}
.contant ul li{
	float: left;
	width: 20%;
	text-align: center;
}
.contant ul li img{
	width: 22%;
	margin: auto ;
}
.contant ul li h1{
	color: #fff;
	font-size: 1.7rem;
	margin: 10% 0 3% 0;
}
.contant ul li p{
	color: #fff;
	font-size: 1.3rem;
	opacity: 0.7;
}
.massage_box{
	padding: 0 13% 5% 13%;
}
.massage_box .message {
	margin-top: 2%;
}
.massage_box .message .inf_box .inf{
    padding: 12px 0 12px 20px;
    margin-bottom: 2%;
    width: 100%;
    box-sizing: border-box;
	background: #342F2E;
}
.massage_box .message .inf_box .inf input{
    font-size: 1.3rem;
    color: #fff;
    display: block;
	width: 100%;
}
.massage_box .message textarea{
    border: solid #342F2E 1px;
    width: 100%;
    font-size: 1.3rem;
    color: #fff;
    background: none;
    padding: 1%;
    height: 200PX;
    box-sizing: border-box;
}
.massage_box .message .btn{
    width: 11%;
    margin: auto;
    padding: 6px;
    background: #FFD200;
    margin-top: 40px;
    
    cursor: pointer;
	position: relative;
}
.massage_box .message .btn::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #dfb800;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.massage_box .message .btn:hover:before{
	width: 100%;
	opacity: 1;
}
.massage_box .message .btn input{
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}
.massage_box .message input{
    background: none;
    color: #333;
    display: block;
}
.bar3_bar1{
	padding: 8% 13% 5% 13%;
}
.bar3_bar1 li{
	position: relative;
	margin-bottom: 11%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.bar3_bar1 li:nth-last-of-type(1){
	margin-bottom: 0;
}
.bar3_bar1 li .left{
	width: 61%;
	float: left;
}
.bar3_bar1 li .left img{
	width: 100%;
}
.bar3_bar1 li .right{
	position: absolute;
	right: 0;
	top: -10%;
	width: 42%;
	box-sizing: border-box;
	background: #342F2E;
	padding: 7% 5%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.bar3_bar1 li:nth-child(2n) .right{
	right: inherit;
	left: 0;
}
.bar3_bar1 li:nth-child(2n) .left{
	float: right;
}
.bar3_bar1 li .right h1{
	color: #FFD200;
	font-size: 3.2rem;
	margin-bottom: 2%;
	position: relative;
	font-weight: bold;
	letter-spacing: 2px;
}
.bar3_bar1 li .right h2{
	position: absolute;
	font-size: 16rem;
	top: 8%;
	right: 8%;
	font-family: "num";
	line-height: 0.8;
	color: #fff;
	opacity: 0.02;
}
.bar3_bar1 li .right p{
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}
.bar3_bar1 li:hover .right{
	top: -13%;
}
.about4{
	padding-bottom: 2%;
}
.about4 .list .wall-column{
	float: left;
	margin-right: 6%;
	width: 29.333%;
}
.about4 .list .wall-column:nth-child(3){
	margin-right: 0;
}
.about4 .list .wall-column .article{
	margin-bottom: 17%;
}
.about4 .list .wall-column img{
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.about4 .list .wall-column  img:hover{
	-webkit-transform: translateY(-2%);
	transform: translateY(-2%);
}
.about4 .list .wall-column li:nth-last-of-type(1){
	margin-bottom: 0;
}
.about5 ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	overflow: hidden;
	margin-bottom: 5%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	position: relative;
}
.about5 ul li:nth-child(3n){
	margin-right: 0;
}
.about5 ul li img{
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.about5 ul li:hover img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.about5 ul li h1{
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 0;
}
.about_bar1 {
	padding: 5% 0 3% 0;
}
.about_bar1 .list{
	position: relative;
}
.about_bar1 .left{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 5% 3% 5% 0;
	box-sizing: border-box;
}
.about_bar1 .right{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.about_bar1 .left h1,.about_bar1 .left h2{
	color: #fff;
	font-size: 2rem;
	letter-spacing: 1px;
}
.about_bar1 .left h2{
	margin: 1% 0 3% 0;
}
.about_bar1 .left p{
	color: #fff;
	opacity: 0.7;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.about_bar1 .left p b{
	color: #FFD200;
	font-size: 1.2rem;
	font-weight: bold;
}
.about_bar2{
	background: url(../image/index_about2.jpg) no-repeat center;
	background-size: cover;
	padding: 0 13% 5% 13%;
}
.about_bar2 ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.about_bar2 ul li h1{
	color: #FFD200;
	font-size: 6rem;
	font-family: "num";
	letter-spacing: 3px;
}
.about_bar2 ul li h1 b{
	color: #FFD200;
	font-size: 2rem;
	font-weight: bold;
}
.about_bar2 ul li p{
	color: #fff;
	opacity: 0.7;
	font-size: 1.5rem;
	margin-top: 10px;
}
.about_bar3{
	padding: 5% 13% 8% 13%;
	position: relative;
	background: url(../image/a_bg.jpg) no-repeat right;
	background-size: cover;
}
.about_bar3 .num{
	position: absolute;
	right: 16%;
	top: 5%;
	font-size: 15rem;
	color: #eee;
	opacity: 0.07;
	font-weight: bold;
	display: none;
}
.about_bar3 li{
	position: relative;
}
.about_bar3 li .left{
	float: left;
	width: 50%;
}
.about_bar3 li .left img{
	width: 100%;
}
.about_bar3 li .right{
	position: absolute;
	right: 0;
	top: 10%;
	width: 50%;
	box-sizing: border-box;
	padding: 0 5%;
	height: 100%;
}
.about_bar3 li .right h1{
	color: #FFD200;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.about_bar3 li .right p{
	color: #fff;
	font-size: 1.4rem;
	opacity: 0.7;
	margin-top: 2%;
	line-height: 1.7;
}
.about_bar3 li .right h2{
	position: absolute;
	left: -2%;
	bottom: 7%;
	font-size: 12rem;
	font-weight: bold;
	color: #eee;
	opacity: 0.03;
	line-height: 1;
}
.about_bar3 .swiper-pagination{
	left: 50%;
	bottom: 12%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.about_bar3 .swiper-pagination-bullet{
	border-radius: 0;
	margin: 0 6px;
	background: #FFD200;
	width: 15px;
}
.about_bar4{
	padding: 5% 0;
	background: url(../image/a_bg2.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.about_bar4 h1{
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}
.about_bar4 p{
	color: #fff;
	font-size: 1.2rem;
	opacity: 0.8;
	text-align: center;
	width: 60%;
	margin: auto;
	margin-top: 10px;
}
.join_box .list dl {
    position: relative;
}
.join_box dl dd{
    background: #342F2E;
    padding: 0 3%;
    margin-top: 1%;
    cursor: pointer;
}
.join_box dl dd .join_w {
    padding: 1% 0;
    position: relative;
}
.join_box dl dd .join_w p {
    float: left;
    width: 20%;
}
.join_box dl dd .join_w p span {
    color: #fff;
    font-size: 1.5rem;
}
.join_box dl dd .join_w p span:nth-of-type(2) {
    color: #fff;
	opacity: 0.7;
}
.join_box dl dd .join_w .ad {
    color: #e62129;
    font-size: 3rem;
    font-weight: bold;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translate(0,-50%) rotate(0deg);
    transform: translate(0,-50%) rotate(0deg);
}
.join_box dl dd .join_w .ad img {
    width: 22px;
}
.join_box dl dd .yq {
    padding: 2% 0 4% 0;
    position: relative;
	display: none;
}
.join_box dl dd .yq .zz .txt h1 {
    color: #fff;
    font-size: 1.5rem;
}
.join_box dl dd .yq .zz .txt p {
    font-size: 1.3rem;
    color: #fff;
    line-height: 24px;
    margin-top: 4px;
	opacity: 0.7;
}
.join_box dl dd .yq .zz .txt p span{
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
}
.join_box dl dd .yq .zz .txt:nth-of-type(2) {
    margin-top: 20px;
}
.join_box dl dd .yq .sq {
    padding: 1% 0 2% 0;
}
.join_box dl dd .yq .sq h1 {
    color: #fff;
    font-size: 1.8rem;
    float: left;
    margin-right: 30px;
    position: relative;
}
.join_box dl dd .yq .sq h1 span {
    color: #FFD200;
    font-size: 1.8rem;
}
.join_box dl dd .yq .bor{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background: #FFD200;
	opacity: 0;
}
.service_box .list{
	background: url(../image/service.jpg) no-repeat bottom;
	background-size: cover;
	padding: 0 6%;
}
.service_box .list h1{
	color: #fff;
	font-size: 2rem;
	letter-spacing: 1px;
	font-weight: bold;
}
.service_box .list li{
	margin-top: 3%;
}
.service_box .list li h2{
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.service_box .list li p{
	color: #fff;
	font-size: 1.3rem;
	opacity: 0.7;
	position: relative;
	padding-left: 16px;
	margin-bottom: 5px;
}
.service_box .list li p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 3px;
	background: #FFD200;
}
.service2{
	padding: 4% 13% 3% 13%;
}
.service2 ul{
	padding-top: 100px;
	position: relative;
}
.service2 ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
	position: relative;
	margin-bottom: 4%;
	display：inline;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.service2 ul li:nth-child(2n){
	margin-right: 0;
	top: -100px;
}
.service2 ul li img{
	width: 100%;
}
.service2 ul li .text{
	position: absolute;
	left: 6%;
	top: 6%;
	width: 70%;
}
.service2 ul li .text h1{
	color: #fff;
	font-size: 2.4rem;
	margin-bottom: 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.service2 ul li .text p{
	color: #fff;
	opacity: 0.7;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
}
.service2 ul .nn{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14rem;
	color: #eee;
	font-weight: bold;
	opacity: 0.06;
	line-height: 0.8;
	letter-spacing: 6px;
}
.service2 ul li .v_box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
	display: none;
}
.service2 ul li .v_box:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: url(../image/mouse2.png),auto;
}
.service2 ul li .v_box video{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 52%;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.service2 ul li:hover .text h1{
	color: #FFD200;
	letter-spacing: 1px;
}
.service2 ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: url(../image/mouse.png),auto;
}
.service5{
	padding: 4% 13% 3% 13%;
}
.service5 .list li{
	float: left;
	width: 31.333%;
	margin: 0 3% 3% 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	position: relative;
}
.service5 .list li:nth-child(3n){
	margin-right: 0;
}
.service5 .list li img{
	width: 100%;
}
.service5 .list li h1{
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	padding: 12px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.service5 .list li:hover h1{
	color: #FFD200;
}
.service5 .list li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: url(../image/down.png),auto;
}
.service4 .list{
	position: relative;
}
.service4 .list .left{
	float: left;
	width: 50%;
}
.service4 .list .left img{
	width: 100%;
}
.service4 .list .right{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 53%;
	background: #342F2E;
	box-sizing: border-box;
	padding: 5% 3%;
	z-index: 2;
}
.service4 .list .right h1{
	color: #fff;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.service4 .list .right p{
	color: #fff;
	opacity: 0.7;
	font-size: 1.4rem;
}
.service4 .list h2{
	font-size: 16rem;
	font-weight: bold;
	color: #eee;
	opacity: 0.06;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0.8;
}
.service4_bar2{
	padding: 0 13% 3% 13%;
}
.service4_bar2 .s-nav{
	border-bottom: solid rgba(255,210,0,0.3) 1px;
	padding-bottom: 10px;
}
.service4_bar2 .s-nav h1{
	color: #fff;
	font-size:2.4rem;
	float: left;
}
.service4_bar2 .s-nav h1 b{
	color: #FFD200;
	font-size: 1.5rem;
	font-weight: bold;
}
.service4_bar2 .s-nav dl{
	float: right;
}
.service4_bar2 .s-nav dl dd{
	float: right;
	font-size: 1.3rem;
	color: #fff;
	background: rgba(255,210,0,0.3);
	margin-left: 26px;
	padding: 4px 25px;
	line-height: 26px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.service4_bar2 .s-nav dl dd.active{
	background: rgba(255,210,0,1);
	color: #333;
	opacity: 1;
}
.service4_bar2 .list{
	margin-top: 5%;
}
.service4_bar2 .list ul{
	/* display: none; */
}
.service4_bar2 .list li{
	float: left;
	width: 31.333%;
	margin: 0 3% 3% 0;
	background: #342F2E;
	overflow: hidden;
}
.service4_bar2 .list li:nth-child(3n){
	margin-right: 0;
}
.service4_bar2 .list li img{
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.service4_bar2 .list li .text{
	padding: 5% 3%;
}
.service4_bar2 .list li .text h1{
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 6px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.service4_bar2 .list li .text p{
	color: #fff;
	font-size: 1.3rem;
	opacity: 0.7;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0.5px;
}
.service4_bar2 .list li:hover h1{
	color: #FFD200;
}
.service4_bar2 .list li:hover img{
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.pro2_bar1{
	padding: 4% 13% 3% 13%;
}
.pro2_bar1 .list li{
	float: left;
	width: 31.333%;
	margin: 0 3% 3% 0;
	background: #342F2E;
	overflow: hidden;
	position: relative;
}
.pro2_bar1 .list li::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width:0;
	height: 1px;
	background: #FFD200;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pro2_bar1 .list li:hover::before{
	opacity: 1;
	width: 100%;
}
.pro2_bar1 .list li:nth-child(3n){
	margin-right: 0;
}
.pro2_bar1 .list li img{
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pro2_bar1 .list li h1{
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	padding: 12px 0 22px 0;
}
.pro2_bar1 .list li:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.pro2_bar1 .list li:hover img{
	-webkit-transform: translateY(-1%);
	transform: translateY(-2%);
}
.pro2_bar1 .list li:hover h1{
	color: #FFD200;
}
.pro_bar1{
	padding: 0 13% 5% 13%;
}
.pro_bar1 .p-nav{
	width: 16%;
	float: left;
}
.pro_bar1 .p-nav dl dd{
	color: #fff;
	font-size: 1.4rem;
	background: #342F2E;
	text-align: center;
	line-height: 46px;
	border-bottom: solid #231815 1px;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}
.pro_bar1 .p-nav dl dd:hover{
	color: #FFD200;
	font-weight: bold;
	letter-spacing: 2px;
}
.pro_bar1 .p-nav dl dd b{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width:0;
	height:0;
	border-width:10px 0 10px 10px;
	border-style:solid;
	border-color:transparent transparent transparent #fc0;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pro_bar1 .p-nav dl dd.active{
	background: #FFD200;
	color: #333;
	font-weight: bold;
}
.pro_bar1 .p-nav dl dd.active b{
	opacity: 1;
	right: -9px;
}
.pro_bar1 .list,.pro_bar1 .p-list{
	float: right;
	width: 80%;
	margin:5% 0 0 0;
}
.pro_bar1 .list li{
	float: left;
	width: 31.333%;
	margin: 0 3% 3% 0;
	cursor: pointer;
}
.pro_bar1 .list li:nth-child(3n){
	margin-right: 0;
}
.pro_bar1 .list li b{
	overflow: hidden;
	background: #342F2E;
	display: block;
	position: relative;
	overflow: hidden;
}
.pro_bar1 .list li b::before{
	content: "";
	position: absolute;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	background: rgba(0,0,0,0.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pro_bar1 .list li:hover b::before{
	background: none;
	width: 0;
}
.pro_bar1 .list li .p-ls img{
	width: 100%;
}
.pro_bar1 .list li .p-ls .text{
	padding: 7% 3%;
	border-bottom: solid #120e0c 2px;
}
.pro_bar1 .list li  .p-ls h1{
	color: #fff;
	font-size: 1.7rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pro_bar1 .list li .p-ls p{
	color: #fff;
	opacity: 0.7;
	font-size: 1.2rem;
	margin: 10px 0 6px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pro_bar1 .list li .p-ls i{
	font-size: 3rem;
	color: #ffd900;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
}
.pro_bar1 .list li:hover .p-ls p{
	opacity: 1;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.pro_bar1 .list li:hover .p-ls h1{
	color: #FFD200;
}
.pro_bar1 .list li:hover .p-ls i{
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.pro_bar1 .bar1 .right .p-ls .more{
	margin-top: 8%;
}
.pro_bar1 .bar1 p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 3px;
    background: #FFD200;
}
.pro_list2 .xq_box{
	position: relative;
	z-index: 999;
}
.pro_list2 .bar3 {
	margin-top: 10%;
}
.pro_list2 .bar3 dd{
	box-shadow: 0 -5px 16px rgba(20,14,12,0.6);
	margin-bottom: 10%;
}
.pro_list2 .bar3 dd img{
	width: 70%;
	margin: auto;
}
.pro_list2 .bar3 dl dd .text h1{
	color: #fff;
	font-size: 2.4rem;
	margin-bottom: 16px;
	padding-left: 10px;
}
.pro_list2 .xq_box .left{
	position: fixed;
	left: 0;
	top: 0;
	width: 43%;
	height: 100%;
	background: #342F2E;
}
.pro_list2 .xq_box .left img{
	width:98%;
	position: absolute;
	left: 50%;
	top: 56%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pro_list2 .xq_box .left h1{
	color: #FFD200;
    font-size: 2.4rem;
    margin-bottom: 10px;
	position: absolute;
	top: 10%;
	left: 5%;
}
.pro_list2 .xq_box .right{
	float: right;
	width: 57%;
	background: #231815;
	padding: 4% 4% 0 4%;
	box-sizing: border-box;
	position: relative;
}
.pro_list2 .xq_box .right h1{
	color: #FFD200;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.pro_list2 .xq_box .right p{
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.6px;
}
.pro_list2 .xq_box .right p.tet{
	padding-left: 16px;
	border-left: solid #FFD200 3px;
	margin-top: 5%;
}
.pro_list2 .xq_box .right p b{
	color: #fff;
	font-size: 1.3rem;
	opacity: 0.7;
}
.pro_list2 .xq_box .bar2{
	margin-top: 5%;
}
.pro_list2 .xq_box .bar2 table{
	width: 100%;
}
.pro_list2 .xq_box .bar2 tr td{
	font-size: 1.4rem;
	color: #fff;
	padding: 6px 0;
	background: #342F2E;
	text-align: center;
}
.pro_list2 .xq_box .bar2 tr:nth-child(2) td{
	border-bottom: 0;
	font-size: 1.3rem;
	opacity: 0.7;
}
.pro_list2 .xq_box .bar3 .dd .text p{
	color: #fff;
	font-size: 1.3rem;
}
.pro_list2 .bar3 dl dd .text p{
	background: rgba(52,47,46,1);
	padding: 8px 10px;
}
.pro_list2 .bar3 dl dd .text p:nth-child(2n){
	background: rgba(52,47,46,0.6);
}
.pro_list2 .xq_box .right .back{
	position: fixed;
	right: 2%;
	top: 2%;
	width: 2%;
}
.pro_list2 .xq_box .right .back img{
	width: 100%;
}
.pro3_bar1,.pro3_bar2{
	position: relative;
}
.pro3_bar1 img,.pro3_bar2 img{
	width: 100%;
}
.pro3_bar1 .text{
	position: absolute;
	left: 13%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.pro3_bar1 h1,.pro3_bar2 h1{
	color: #FFD200;
	font-size: 3.6rem;
	margin-bottom: 3%;
}
.pro3_bar1 p,.pro3_bar2 p{
	color: #fff;
	font-size: 2rem;
	letter-spacing: 1px;
	border-left: solid #FFD200 2px;
	padding-left: 12px;
}
.pro3_bar2 .text{
	width: 30%;
	position: absolute;
	right: 13%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.pro3_bar2 .text p{
	color: #fff;
	font-size: 1.5rem;
}
.pro3_bar3{
	background: url(../image/res_bc2.jpg) no-repeat center;
	background-size: cover;
}
.pro3_bar3 p{
	width: 47%;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	margin: auto;
	letter-spacing: 3px;
}
.conmmon_nav2{
	position: fixed;
    width: 100%;
    top: -15%;
    left: 0;
    z-index: 999;
    opacity: 0;
	background: #342f2e;
    height: 66px;
    padding: 0 16%;
    border-bottom: solid rgba(255,210,0,0.2) 1px;
    overflow: hidden;
	z-index: 9999;
	box-sizing: border-box;
}
.conmmon_nav2 .left{
	float: left;
}
.conmmon_nav2 .left a{
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 1px;
    position: relative;
    line-height: 66px;
    display: initial;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 1px;
	position: relative;
	margin: 0 20px;
	padding-left: 16px;
	cursor: pointer;
}
.conmmon_nav2 .left a:hover{
	color: #FFD200;
}
.conmmon_nav2 .left a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 8px;
	height: 3px;
	background: #FFD200;
}
.conmmon_nav2 .right{
	float: right;
}
.conmmon_nav2 .right a{
	color: #fff;
	font-size: 1.4rem;
	line-height: 66px;
	background: url(../image/back2.png) no-repeat left;
	background-size: 2.4rem;
	padding-left:39px;
}
.conmmon_nav3{
	position: fixed;
	left: 0;
	top: 80px;
    width: 100%;
    z-index: 999;
	background: #342f2e;
    height: 66px;
    padding: 0 13%;
    border-bottom: solid rgba(255,210,0,0.2) 1px;
    overflow: hidden;
	z-index: 9999;
	box-sizing: border-box;
}
.conmmon_nav3.active{
	top: 0;
}
.conmmon_nav3 .left{
	float: left;
}
.conmmon_nav3 .left a{
    color: rgba(255,255,255,0.9);
    font-size: 1.4rem;
    letter-spacing: 1px;
    position: relative;
    line-height: 66px;
    display: initial;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 1px;
	position: relative;
	margin: 0 5px;
	padding-left: 20px;
	cursor: pointer;
}
.conmmon_nav3 .left a:hover{
	color: #FFD200;
}
.conmmon_nav3 .left a:last-of-type{
	color: #FFD200;
}
.conmmon_nav3 .left a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 8px;
	height: 3px;
	background: #FFD200;
}
.conmmon_nav3 .right{
	float: right;
}
.conmmon_nav3 .right span{
	color: rgba(255,255,255,0.7);
	font-size: 1.2rem;
	line-height: 66px;
	padding:0 30px;
	cursor: pointer;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.conmmon_nav3 .right span.active{
	color: #FFD200;
}
.conmmon_nav3 .right span:last-of-type{
	background: #FFD200;
	padding:8px 20px ;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.conmmon_nav3 .right span:hover:last-of-type{
	background: #e7bf06;
}
.conmmon_nav3 .right span a{
	color: #333;
	font-size: 1.2rem;
}
.proinfo-a{
	margin-top: 10%;
}
.proinfo-a .left{
	width: 615px;
	float: left;
}
.proinfo-a .right{
	border-top: 3px solid #FFD200;
}
.proinfo-a .simg{
	height: 450px;
	overflow: hidden;
	position: relative;
	float: left;
}
.proinfo-a .gallery-thumbs {
	width: 105px;
	height: 345px;
	margin: 12px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.proinfo-a .gallery-thumbs .swiper-slide {
	width: 105px;
	height: 105px;
	background-size: cover;
	background-position: center;
	box-sizing:border-box;
}
.proinfo-a .gallery-thumbs .swiper-slide.active {
    border: 1px solid #FFD200;
}
.proinfo-a .simg .swiper-button-prev2,
.proinfo-a .simg .swiper-button-next2{
	left: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
	position: absolute
}
.swiper-button-prev1{
	top: 0;
}
.swiper-button-prev1 i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.proinfo-a .simg i{
	color: #fff;
	display: block;
	font-size: 2rem;
	text-align: center;
	background: rgba(255,255,255,0.2);
	padding: 7px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.proinfo-a .simg i:hover{
	background: rgba(255,255,255,0.1);
}
.proinfo-a .bimg{
	width: 450px;
	height: 450px;
	float: right;
}
.proinfo-a .gallery-top {
	width: 450px;
	height: 450px;
	overflow: hidden;
}
.proinfo-a .gallery-top .swiper-slide{
	background: #fff;
}
.proinfo-a .gallery-top .swiper-slide img{
	width: 100%;
}
.proinfo-a .right{
	width: 48%;
	float: right;
	padding-top: 3%;
}
.proinfo-a .right h2{
	line-height: 1.4;
	font-size: 1.8rem;
	color: #fff;
}
.proinfo-a .right > span{
	color: #FFD200;
	font-size: 2.6rem;
	display: block;
	margin-bottom: 2%;
}
.proinfo-a .right .txt{
	height: 100px;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 1%;
}

.proinfo-a .right  .btn a:hover{
	transform: scaleX(1.05) scaleY(1.05);
	-webkit-transform: scaleX(1.05) scaleY(1.05);
	box-shadow: 0 0 10px rgba(0,0,0,.5)
}
.proinfo-a .more{
	width: 150px;
}
.pro_bar2{
	background: #362c20;
	padding: 5% 0;
}
.pro_bar2 .b1{
}
.pro_bar2 .b1 h1{
	color: #333;
	padding: 10px 0;
	font-size: 2rem;
}
.pro_bar2 .b1 img{
	margin: auto;
	width: 76%;
}
.pro_bar2 .img h3{
	font-size: 2rem;
	color: #fff;
	margin: 1% 0 1.5%;
	font-weight: bold;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding-top: 3%;
}
.pro_bar2 .img h3 span{
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
}
.pro_bar2 .img h3:first-of-type{
	border: none;
	padding: 0;
	margin-top: 0;
}
.pro_bar2 .img p{
	font-size: 1.3rem;
	color: rgba(255,255,255,0.6);
	margin: 10px 0;
}
.pro_bar2 .img p span{
	font-size: 1.3rem;
}
.pro_bar2 .img table{
	width: 100%;
}
.pro_bar2 .img table tr td{
	font-size: 1.3rem;
	color: rgba(255,255,255,0.8);
	padding: 5px ;
	width: auto;
}
.pro_bar2 .img table tr td span{
	font-size: 1.3rem;
}
.pro_bar2 .img table tr td strong{
	font-size: 1.5rem;
	color:#fff;
	font-weight: bold;
}
.pro3_box,.pro3_box .bar1{
	width: 100%;
	height: 100%;
}
.pro3_box .bar1{
	position: relative;
}
.pro3_box .bar1 img,.bar2 img{
	width: 100%;
}
.pro3_box .bar1 .text,.bar2 .text{
	position: absolute;
	left: 13%;
	top: 30%;
	width: 42%;
}
.pro3_box .bar1 .text h1,.bar2 .text h1{
	color: #FFD200;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.pro3_box .bar1 .text h2,.bar2 .text h2{
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 3%;
}
.pro3_box .bar1 .text p,.bar2 .text p{
	color: #fff;
	font-size: 1.3rem;
	border-left: solid #FFD200 2px;
	padding-left: 16px;
	opacity: 0.88;
}
.bar2{
	position: relative;
}
.product1.t{
	padding-bottom: 3%;
}
.product1 li{
	float: left;
	width: 48.5%;
	margin: 0 3% 3% 0;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.product1 li:nth-child(2n){
	margin-right: 0;
}
.product1 li img{
	width: 100%;
}
.product1 li .text{
	position: absolute;
	left: 5%;
	top: 10%;
}
.product1 li .text h1{
	color: #fff;
	font-size: 2.4rem;
}
.product1 i {
    font-size: 3rem;
    color: #ffd900;
}
.product1 li:hover {
	transform: translateY(-2%);
}
.product2 .left{
	float: left;
	width: 48%;
	margin-right: 4%;
	background: #19110f;
}
.product2 .right{
	float: right;
	width: 48%;
	position: relative;
	background: #19110f;
}
.product2 .right,.product2 .left{
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding: 6px 12px;
	box-sizing: border-box;
	position: relative;
}
.product2 .type span{
	display: block; 
	color: #fff;
	font-size: 1.5rem;
	opacity: 0.7;
	padding:6px 0
}
.product2 .type{
	padding: 12px 12px 9px 12px;
	display: none;
	position: absolute;
	background: #19110f;
	z-index: 6;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	height: 400px;
    overflow: auto;
}
.product2 .left .text,.product2 .right .text{
	position: relative;
	border-bottom: solid #ffd200 1px;
	padding-bottom: 8px;
	cursor: pointer;
}
.product2 .left h1,.product2 .right h1{
	color: #FFD200;
	font-weight: bold;
	font-size: 2rem;
}
.product2 .left i,.product2 .right i{
	color:#FFD200;
	font-size: 2rem;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translate(0,-50%) rotate(90deg);
	transform: translate(0,-50%) rotate(90deg);
}
.product2 .list{
	margin-top: 3%;
}
.product2 .list dd{
	float: left;
    width: 22.75%;
    margin: 0 3% 3% 0;
    cursor: pointer;
}
.product2 .list dd:nth-child(4n){
	margin-right: 0;
}
.product2 .list dd img{
	width: 100%;
}
.product2 .list dd h1 {
    color: #fff;
    font-size: 1.7rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.product2 .list dd p {
    color: #fff;
    opacity: 0.7;
    font-size: 1.2rem;
    margin: 10px 0 6px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.product2 .list dd i{
    font-size: 3rem;
    color: #ffd900;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
}
.product2 .list dd .text {
    padding: 7% 3%;
    border-bottom: solid #120e0c 2px;
}
.product2 .list dd:hover p {
    opacity: 1;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.product2 .list dd:hover h1 {
    color: #FFD200;
}
.product2 .list dd:hover i {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.searchBox{
	padding: 4% 13% 2% 13%;
	background: #231815;
}
.searchBox .se_result p{
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6;
}
.searchBox .se_result ul{
	margin-top: 3%;
}
.searchBox .se_result ul li{
    float: left;
    width: 22.75%;
    margin: 0 3% 3% 0;
    cursor: pointer;
}
.searchBox .se_result ul li:nth-child(4n){
	margin-right: 0;
}
.searchBox .se_result ul li img {
    width: 100%;
}
.searchBox .se_result ul li h6{
	padding: 7% 3%;
    border-bottom: solid #120e0c 2px;
	font-size: 1.7rem;
	color: #fff;
}
.searchBox .se_result ul li h6 font{
    color: #fff;
    font-size: 1.7rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.new{
	margin-top: 5%;
}
.new .index_title2{
	margin-bottom: 1%;
}
.new b{
	display: block;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.new b img{
	float: left;
	width: 25%;
	padding:1%;
	box-sizing: border-box;
}
.new .btn .ll {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:20px 6px 20px 7px;
	background: #dfb800;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 99;
}
.new .btn .lll{
	right: 0;
}
.new .btn i {
	color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 2.2rem;
}
.new .btn .llr i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -2px;
} 
.new .btn .llr{
	left: 0;
}
.s_nav{
	margin: 3% 0;
	text-align: center;
	}
.s_nav span{
	background: #333;
	padding: 8px 25px;
	color: #fff;
	margin: 8px;
	font-size: 1.3rem;
	cursor: pointer;
}
.s_nav span.active{
	background: #E60012;
}
.service5 .list{
	display: none;
}
.service5 .list:first-of-type{
	display: block;
}
#cnzz_stat_icon_1280187149 a img{
	float: right;
	margin-top: 13px;
}
