@charset "utf-8";
/* CSS Document */
@font-face{
	src:url('https://images.enuoyopin.cn/OPPOSans-R.ttf');
	font-family:"myfont";
	}
@font-face{
	src:url('https://images.enuoyopin.cn/OPPOSans-M.ttf');
	font-family:"title";
	}
@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;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
	list-style:none;
	font-size:62.5%; 
	font-family:"myfont",sans-serif;
	}
img{
	display:block;
	}
.clear{
	clear:both;
	}
a{
	text-decoration:none !important;
	}
input{
	outline: none;
	-webkit-appearance: none;
}
.w_all{
	width:76%;
	margin:auto;}
.w_all2{
	width:60%;
	margin:auto;}
.header_b{
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
	width:100%;
	box-sizing: border-box;
	-webkit-transition:all 0.6s linear;
	transition:all 0.6s linear;
	}
.header_b.active{
	background:rgba(255,255,255,0.98);
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	}
.header_b .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_b .logo{
	height:60px;
	padding: 15px 0;
}
.header_b .logo img{
	display:block;
	height: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.header_b .other{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_b .other .bb{
	margin-left: 25px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	cursor: pointer;
}
.header_b .other .bb img{
	width: 20px;
	margin-right: 4px;
}
.header_b .other a:nth-of-type(1) .bb{
	margin-left: 15px;
}
.header_b .other .bb.wx{
	overflow: hidden;
}
.header_b .other .bb.wx img{
	width: 22px;
}
.header_b .other .bb.wx img:nth-of-type(2){
	width: 120px;
	position: absolute;
	left: 50%;
	top: 35px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
}
.header_b .other .bb.wx:hover{
	overflow: inherit;
}
.header_b .other .bb.wx:hover img:nth-of-type(2){
	opacity: 1;
	top: 30px;
}
.header_b .other .language{
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 30px;
	padding: 6px 15px;
}
.header_b .other .language img{
	margin-right: 5px;
}
.nav_list ul{
	display: flex;
	justify-content: space-between;
	}
.nav_list ul li{
	width: 16%;
	padding: 15px 0;
	border-top: 2px solid rgba(255,255,255,0.4);
	position: relative;
}
.nav_list ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 0;
	height: 1px;
	background: #fff;
	opacity: 0;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.nav_list ul li span{
	font-size: 1.7rem;
	font-family: "title";
	position: relative;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	color:#fff;
	cursor: pointer;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_list ul li.active:before{
	opacity: 1;
	width: 100%;
}
.navBtn{
	z-index:999;
	cursor:pointer;
	display:none;
}
.navBtn span{
	display: block;
	width: 28px;
	height: 2px;
	background:#fff;
	margin:7px 0;
}
.nav_btn_active span:nth-of-type(2){
	display: none;
}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	margin-top:0.5%;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-33%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.s_menu{
	position: absolute;
	width: max-content;
	background: rgba(255,255,255,0.94);
	left: 0;
	top: 52px;
	z-index: 9;
	transform: scaleY(0);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transform-origin: 0 0;
}
.s_menu.active{
	transform: scaleY(1);
}
.s_menu::before {
    content: "";
	width: 0;
    height: 0;
    border-bottom: 10px solid rgba(255,255,255,0.9);
    border-right: 10px solid transparent;
	position: absolute;
	left: 0;
	top: -10px;
}
.s_menu .bb{
	box-sizing: border-box;
	float: left;
	font-size: 1.46rem;
	margin: 10px 22px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	color: #333;
}
.s_menu .bb:hover{
	color: #e09b02;
}
.s_menu .bb img{
	display: none;
	margin-top: 40px;
}
.banner,.banner .swiper-container{
	width:100%;
	height:100%;
	position:relative;
	}
.swiper-pagination{
	bottom: 3% !important;
}
.banner .swiper-slide{
	width:100%;
	height:100%;
	position:relative;
	}
.banner .swiper-pagination-bullet{
	background: #fff !important;
	opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active{
	background: #ecab00 !important;
}
.banner .swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
	margin: 0 8px !important;
}
.banner .txt{
	position: absolute;
	left: 50%;
	top: 55%;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.banner .swiper-slide-active .txt{
	top: 41%;
	opacity: 1;
}
.banner .txt h3{
	font-size: 5.6rem;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 25px;
	letter-spacing: 6px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.banner .txt p{
	font-size: 2.6rem;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.2);
	margin-bottom: 25px;
	margin-top: 10px;
}
@keyframes myfirst
{
    0%,100% {top: 18px; opacity: 1;}
    50% {top: 26px; opacity: 0.8;}
}
@-webkit-keyframes myfirst
{
    0%,100% {top: 18px; opacity: 1;}
    50% {top: 26px; opacity: 0.8;}
}

.index_bar2{
	background:url('https://images.enuoyopin.cn/images/20220813/51c23a5700058f2d5992a197af56bfea.jpg') no-repeat right top;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
	}
.slide{
	overflow: hidden !important;
	width: 100%;
}
.slide .box{
	position:absolute;
	left:50%;
	top:56%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:9;
	}
.index_bar2 .left{
	width: 620px;
	max-width: 60%;
}
.title1{
	margin-bottom:5%;
}
.title1 h3{
	font-size:7.6rem;
	letter-spacing: 2px;
	/* background: -webkit-linear-gradient(left, #941d22,#e09b02);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	color:#fff;
	font-family: "title";
	}
.title1 h4{
	font-size:3rem;
	letter-spacing: 2px;
	color:#fff;
	margin-bottom:30px;
	line-height: 1.6;
	}
.title1 h4:first-of-type{
	margin-bottom: 0;
	margin-top: 30px;
}
.title1 p{
	font-size:1.6rem;
	color:#fff;
	margin:3% 0;
	line-height: 2
	}
.index_bar2 ul{
	width: 80%;
	}
.index_bar2 ul li{
	display: flex;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	}
.index_bar2 ul li h3{
	font-size:1.8rem;
	color:#fff;
	font-weight: normal;
	padding: 5% 0;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.index_bar2 ul li i{
	color: #e09b02;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.index_bar2 ul li:hover h3{
	color: #e09b02;
}
.index_bar2 ul li:hover i{
	opacity: 1;
	margin-right: 10px;
}
.index_bar4{
	background:#f9f9f9 url('https://images.enuoyopin.cn/images/20220813/eff70b07b1c505c38310ffa8276cbef8.jpg') no-repeat center left;
	width:100%;
	background-size:cover;
	position:relative;
	}
.index_bar4 .title1{
	display: flex;
	align-items: center;
	margin-bottom: 0%;
}
.index_bar4 .title1 h4{
	margin-left: 5%;
	margin-top: 3%;
}
.index_bar4 .ol{
	line-height: 2;
	margin-top: 1%;
    width: 620px;
    max-width: 60%;
}
.index_bar4 .ol p{
	font-size:1.6rem;
	color:#fff;
}
.index_bar4 ul{
	display: flex;
	margin-top: 6%;
}
.index_bar4 ul a{
	display: block;
	margin-right: 7%;
}
.index_bar4 ul li{
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar4 ul li:hover{
	color: #e09b02;
}
.index_bar4 ul li span{
	display: block;
	padding: 25px;
	margin:0 auto 30px;
	border: 2px solid rgba(255,255,255,0.8);
	border-radius: 50%;
	width: 100px;
	box-sizing: border-box;
}
.index_bar4 ul li:hover span img{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.index_bar4 ul li span img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar4 b{
	display: block;
	width:20%;
	height: 45%;
	position: absolute;
	left: 0;
	bottom: 0;
	}
.index_bar4 .txt{
	background: rgba(255,255,255,0.9);
	margin-top: 16%;
	width:55%;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	padding: 5% 5% 5%;
	box-sizing: border-box;
	position: relative;
	z-index: 6;
	opacity: 0;
	}
.index_bar4 .txt .ll{
	width: 76%;
}
.index_bar4 h5{
	font-size:2.4rem;
	color:#941d22;
	margin-top:15px;
	line-height: 1.3;
	letter-spacing: 2px;
	}
.index_bar4 h6{
	font-size:3.2rem;
	color:#333;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.index_bar4 .txt p{
	font-size:1.6rem;
	color:#666;
	margin-top:15px;
	line-height: 1.8;
	height: 58px;
	overflow: hidden;
	}
.index_bar4 .txt span{
	display: block;
	margin-top: -1%;
	}
.index_bar4 .txt span img{
	width: 54px;
	max-width:100%;
	}
.index_bar4 .txt2{
	position: absolute;
	left: 1%;
	top: 42%;
	padding-left: 50px;
	width: 100%;
	box-sizing: border-box;
	opacity: 0.8;
}
.index_bar4 .txt2 .num{
	position: absolute;
	left: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 2px;
}
.index_bar4 .txt2 h5{
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 5px;
}
.index_bar4 .txt2 h6{
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
}
.index_bar4 .swiper-slide.swiper-slide-active .txt{
	opacity: 1;
}
.index_bar4 .swiper-slide.swiper-slide-active .txt2{
	opacity: 0;
}
.index_bar4 .swiper-slide.swiper-slide-active b{
	left: inherit;
	right: 0;
	height:100%;
	width: 82%;
}
.index_bar4 .swiper-pagination{
	text-align: left;
	margin-left: 4%;
}
.index_bar4 .swiper-pagination-bullet-active{
	background: #d68b06 !important;
}
.btn .ll{
	position: absolute;
	left: 6%;
	top: 17%;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	z-index: 9;
}
.btn .ll i{
	color: #fff;
	font-size: 2rem;
	line-height: 30px;
}
.btn .llr{
	left: inherit;
	right: 7%;
	top: 19%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.index_bar3{
	position: relative;
	background:url('https://images.enuoyopin.cn/images/20220813/bcff4530ce62fa52d936efcdc6b66da5.jpg') no-repeat center/cover;
}
.index_bar3 .box{
	display: flex;
	justify-content: space-between;
}
.index_bar3 .left{
	width: 25%;
}
.more2{
	color: #fff;
	font-size: 1.6rem;
	margin-top: 30%;
	padding-left: 40px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.more2:before{
	content: "";
	position: absolute;
	left: 0;
	top: 47%;
	background: #fff;
	width: 30px;
	height: 1px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.more2:hover{
	color:#d68b06;
	padding-left: 50px;
}
.more2:hover:before{
	width: 40px;
	background: #d68b06;
}
.index_bar3 .right{
	width: 72%;
}
.index_bar3 .right ul{
	display: flex;
	justify-content: space-between;
}
.index_bar3 .right ul a{
	display: block;
	width: 48%;
	cursor: pointer;
}
.index_bar3 .right ul li b{
	display: block;
	width: 100%;
	overflow: hidden;
}
.index_bar3 .right ul li b img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.index_bar3 .right ul li:hover b img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.index_bar3 .right ul li .txt img{
	width: 16px;
	margin-right: 8px;
}
.index_bar3 .right ul li span{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.2rem;
	margin-top: 20px;
	opacity: 0.8;
}
.index_bar3 .right ul li h3{
	font-size: 2rem;
	color: #fff;
	margin: 10px 0 20px;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.index_bar3 .right ul li:hover h3{
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.index_bar3 .right ul li p{
	text-shadow: 0 2px 10px rgba(0,0,0,0.1);
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.8;
}
.index_bar5{
	position: relative;
	background:url('https://images.enuoyopin.cn/images/20220813/1a66df9a000968f914e9a6a366d9a2ed.jpg') no-repeat center top/cover;
}
.index_bar5 .more2{
	margin-top: 6%;
}
footer{
	width:100%;
	position:relative;
	background-color:#111;
	z-index:9;
	padding: 15px 0;
	}
.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.copy_right{
	position:relative;
	display: flex;
	justify-content: space-between;
	}
.copy_right p{
	color:#fff;
	font-size: 1.26rem;
	}
.copy_right a{
	color:#fff;
	-webkit-transition:all .4s;
	transition:all .4s;
	font-size: 1.26rem;
	margin-left: 20px;
}
.copy_right a:hover{
	color:#d68b06;
}
.ban{
	padding: 14% 0 6%;
	position: relative;
}
.ban p{
	font-size: 3.6rem;
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
	font-weight: bold;
}
.header_o{
	position: absolute;
}
.allbox{
	padding: 3% 0 5%;
}
.title2{
	font-size: 2.6rem;
	color: #333;
	position: relative;
	margin-bottom: 2%;
	letter-spacing: 1px;
}
.about{
	padding-bottom: 0;
}
.about .bar1 .contain{
	position: relative;
}
.about .bar1 .left{
	width: 45%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.about .bar1 .left:before{
	content: "";
	position: absolute;
	right: -3%;
	bottom: -5%;
	width: 98%;
	height: 98%;
	background: #941d22;
	z-index: -1;
	opacity: 0.1;
}
.about .bar1 .right{
	width: 50%;
	float: left;
}
.about .bar1 .right p{
	color: #666;
	font-size: 1.46rem;
	letter-spacing: 1px;
	line-height: 2;
	margin: 12px 0;
	text-indent: 2em;
}
.about .bar{
	margin-top: 5%;
}
.about .bar3{
	background: #eee;
	padding: 4% 0;
}
.about .bar3 .title2{
	text-align: center;
	margin-bottom: 0%;
}
.about .bar3 dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about .bar3 dl dd{
	width: 23.5%;
	margin-right: 2%;
	margin-top: 3%;
}
.about .bar3 dl dd:nth-of-type(4n){
	margin-right: 0;
}
.about .bar3 dl dd b{
	display: block;
	width: 100%;
	overflow: hidden;
}
.about .bar3 dl dd img{
	width: 100%;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.about .bar3 dl dd:hover img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.about .bar3 dl dd h3{
	font-size: 1.8rem;
	margin: 15px 0 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: normal;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
	color: #333;
}
.about .bar3 dl dd h3 img{
	width: 23px;
	margin-right: 5px;
	margin-top: -1px;
}
.about .bar3 dl dd:hover h3{
	color:#d68b06;
}
.about .bar4{
	padding: 2% 0 15%;
	background: #f9f9f9;
}
.about .bar4 .title2{
	padding-top: 4%;
	padding-left: 0;
}
.about .bar4 h3{
	font-size: 1.4rem;
	line-height: 2;
	background: #941d22;
	color: #fff;
	padding: 2px 18px;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 10px;
}
.about .bar4 p{
	font-size: 1.64rem;
	line-height: 2;
	margin: 10px 0;
}
.about .bar4 p strong{
	font-size: 1.64rem;
	color: #941d22;
}
.about .bar2{
	position: relative;
}
.about .bar2 img{
	width: 100%;
}
.about .bar2 .title2{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 10%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
}
.about .bar2 .box{
	position: relative;
	z-index: 3;
}
.about .bar2 .contain{
	position: relative;
	margin-top: 3%;
}
.about .bar2 .swiper-container{
	cursor: move;
	width: calc(100% - 80px);
	margin:3% auto 0;
}
.about .bar2 .bb{
	padding:0px 10px 50px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.about .bar2 .bb:before{
	content: '';
	width: 8px;
	height: 8px;
	background: #941d22;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 18px;
}
.about .bar2 .swiper-wrapper{
	position: relative;
}
.about .bar2 p{
	font-size: 1.6rem;
	color: #333;
	margin: 10px 0;
}
.about .bar2 .btn .ll{
	top: 61%;
	left: 0;
	border: none;
	width: 30px;
	height: 30px;
	padding: 5px;
	text-align: center;
	background: #941d22;
}
.about .bar2 .btn .ll i{
	display: block;
}
.about .bar2 .btn .llr{
	left: inherit;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.time-line-box {
  margin-top:5%;
}
.time-line-box:after {
  content: '';
  background: #ccc;
  height: 2px;
  width: 100%;
  top:68%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.time-line-box ul li {
  float: left;
  width: 300px;
  position: relative;
  padding-top: 118px;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
}
.time-line-box ul li:after {
  content: '';
  height: 76px;
  border-left: #d3d3d2 2px solid;
  position: absolute;
  top: 52px;
  left: 0;
}
.time-line-box ul li dl {
  padding-left: 25px;
  display: flex;
}
.time-line-box ul li dl dt {
  font-size: 22px;
  color: #941d22;
  font-weight: bold;
  position: relative;
}
.time-line-box ul li dl dt:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #eee;
  position: absolute;
  left: -32px;
  top: 0;
  z-index: 6;
  border: #941d22 4px solid;
}
.time-line-box ul li dl dd {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: -4px;
  position: relative;
}
.time-line-box ul li:first-child {
  margin-left: 95px;
}
.time-line-box ul li:last-child {
  margin-right: 40px;
}
.time-line-box ul li:nth-child(2n) {
  padding-top: 0;
}
.time-line-box ul li:nth-child(2n):after {
  top: auto;
  bottom: -51px;
  height: 76px;
  z-index: 2;
}
.time-line-box ul li:nth-child(2n) dt:after {
  left: -34px;
}
.time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  bottom: 10px;
  border-left: #d3d3d2 2px solid;
}
.time-line-box ul .item-this:after {
  border-left: #941d22 2px solid;
}
.time-line-box ul .item-this .layui-text {
  border-left: #941d22 2px solid !important;
}
.about .bar5 .left{
	width: 45%;
}
.about .bar5 .left:before{
	display: none;
}
.about .bar5 .right{
	margin: 1% 0 5%;
	width: 45%;
}
.navs {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2%;
}
.navs a{
	font-size: 1.6rem;
	margin-right: 60px;
	color: #333;
	display: inline-block;
	padding-left: 16px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.navs a.active{
	color: #941d22;
	font-weight: bold;
}
.navs a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.navs .active:before{
	background: #941d22;
}
.navs a:hover{
	color: #d68b06;
}
.navs a:hover:before{
	background: #d68b06;
}
.news ul{
	margin-top: 2%;
	display: flex;
	flex-wrap: wrap;
}
.news ul a{
	width: 31.3%;
	margin-right: 3%;
	margin-top: 3%;
}
.news ul a:nth-of-type(3n){
	margin-right: 0;
}
.news ul li .imgs{
	width: 100%;
	overflow: hidden;
	margin-bottom: 3%;
	position: relative;
}
.news ul li .imgs img{
	width: 100%;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.news ul li:hover .imgs img:first-of-type{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.news ul li .txt{
	width: 100%;
}
.news h6{
	font-size: 1.3rem;
	color: #941d22;
	margin-bottom: 3%;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.news h6 img{
	width: 16px;
	margin-right: 10px;
	margin-top: -1px;
}
.news ul li .txt h3{
	font-size: 1.8rem;
	color: #333;
	line-height: 1.6;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news ul li:hover .txt h3{
	color:#e09b02;
}
.news ul li .txt p{
	font-size: 1.3rem;
	color: #666;
	line-height: 1.6;
}
.news_d{
	padding-top: 5%;
}
.news_d .contain h1{
	font-size: 2.6rem;
	margin-bottom: 15px;
}
.news_d .contain p{
	font-size: 1.6rem;
	margin: 20px 0;
	line-height: 2;
	color: #666;
}
.news_d .contain img{
	max-width: 100%;
}
.more3{
	color: #fff;
	padding: 12px 30px;
	background-color: #941d22;
	margin-top: 3%;
	display: inline-block;
	border-radius: 30px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.more3:hover{
	background: #d68b06;
	padding: 12px 40px;
}
.news2 ul li{
	width: 31.3%;
	margin-right: 3%;
	margin-top: 3%;
	position: relative;
	text-align: center;
}
.news2 ul li:nth-of-type(3n){
	margin-right: 0;
}
.news2 ul li img:last-of-type{
	width:56px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pro{
	width: 100%;
	height: 100%;
	position: relative;
}
.pro .bar{
	position: absolute;
	left: 50%;
	top: 57%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pro .swiper-slide{
	background:#fff;
}
.pro b{
	display: block;
	width:45%;
	float: left;
	}
.pro b img{
	width: 100%;
}
.pro .txt{
	float: right;
	width:55%;
	z-index: 99;
	padding: 4% 4% 1%;
	box-sizing: border-box;
	position: relative;
	z-index: 6;
	}
.pro h5{
	font-size:2.4rem;
	color:#941d22;
	line-height: 1.3;
	letter-spacing: 2px;
	margin-bottom: 5%;
	}
.pro .txt p{
	font-size:1.7rem;
	color:#666;
	margin:1.2% 0;
	line-height: 1.4;
	position: relative;
	padding-left: 14px;
	width: 30%;
	display: inline-block;
	}
.pro .txt p:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
}
.pro .btn .ll{
	border: none;
	top: 56%;
	left: -10%;
	opacity: 0.5;
}
.pro .btn .ll:hover{
	opacity: 1;
}
.pro .btn .llr{
	left: inherit;
	right: -10%;
}
.pro .btn .ll i{
	font-size: 5rem;
}
.pro .swiper-button-disabled{
	opacity: 0 !important;
}
.pro .swiper-pagination{
	text-align: center;
	margin-bottom:3%;
	position: static;
	display: flex;
	justify-content: center;
}
.pro .swiper-pagination-bullet{
	width: inherit !important;
	height: inherit !important;
	background: none !important;
	border-radius: 0 !important;
	margin: 0 5% !important;
	opacity: 1 !important;
	color: #fff;
	font-size:1.5rem;
	font-family: "title";
	padding-top: 62px;
	position: relative;
}
.pro .swiper-pagination-bullet:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 54px;
	height: 54px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background:url(../images/p_1s.png) no-repeat center;
	background-size: 100%;
}
.pro .swiper-pagination-bullet:nth-of-type(2):before{
	background:url(../images/p_2s.png) no-repeat center;
	background-size: 100%;
}
.pro .swiper-pagination-bullet:nth-of-type(3):before{
	background:url(../images/p_3s.png) no-repeat center;
	background-size: 100%;
}
.pro .swiper-pagination-bullet:nth-of-type(4):before{
	background:url(../images/p_4s.png) no-repeat center;
	background-size: 100%;
}
.pro .swiper-pagination-bullet-active{
	color: #d68b06 !important;
}
.job{
	padding-bottom: 0;
}
.job dl dd{
	position: relative;
	margin-top: 5%;
}
.job dl dd b{
	display: block;
	width: 60%;
	float: left;
}
.job dl dd b img{
	width: 100%;
	display: block;
}
.job .left {
	display: block;
	width: 60%;
	float: left;
}
.job .left img{
	width: 100%;
	display: block;
}
.job .swiper-pagination{
	text-align: left;
	left: 2% !important;
}
.job .swiper-pagination-bullet{
	background: #fff;
	opacity: 1 !important;
}
.job .swiper-pagination-bullet-active{
	background: #d68b06;
}
.job dl dd .txt{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	padding: 4% 5% 3%;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	z-index: 9;
}
.job dl dd:nth-of-type(2n) .left{
	float: right;
}
.job dl dd:nth-of-type(2n) .txt{
	right: inherit;
	left: 0;
}
.job dl dd:nth-of-type(2n) .swiper-pagination{
	text-align: right;
	left: inherit !important;
	right: 2%;
}
.job dl dd .title2{
	margin-bottom: 20px;
	font-weight: bold;
}
.job dl dd p{
	font-size: 1.4rem;
	color: #666;
	margin: 10px 0;
	line-height: 1.6;
}
.job dl dd p strong{
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 5px;
	-webkit-transform: scale(0.5) translateY(-3px);
	transform: scale(0.5) translateY(-3px);
}
.job .bar2{
	background: #f6f6f6;
	padding: 5% 0;
	margin-top: 5%;
}
.job .bar2 .title2{
	text-align: center;
	margin-bottom: 3%;
}
.job .bars{
	margin:1% auto 3%;
}
.job .bars p{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
	color: #333;
	letter-spacing: 1px;
	font-family: "title";
}
.job ul li{
	width: 90%;
	margin: auto;
	border-top: 1px solid #e6e6e6;
}
.job ul li .top{
	display: flex;
	cursor: pointer;
	position: relative;
	padding: 25px 0;
}
.job ul li h5{
	text-align: center;
	line-height: 20px;
	margin-right: 20px;
	letter-spacing: 0.5px;
	display: block;
}
.job ul li h5 strong{
	font-size: 1.2rem;
	color: #fff;
	background: #941d22;
	width: 20px;
	height: 20px;
	padding: 5px;
	border-radius: 50%;
	display: inline-block;
}
.job ul li h6{
	padding-right: 20px;
	margin-right: 20px;
	box-sizing: border-box;
	color: #666;
	font-size: 1.6rem;
	font-weight: normal;
	position: relative;
	line-height: 30px;
}
.job ul li h6.t1{
	font-family: "title";
	color: #333;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.job ul li h6:before{
	content: '';
	position: absolute;
	right: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	background: #999;
	border-radius: 50%;
}
.job ul li h6:last-of-type:before{
	display: none;
}
.job ul li.active h6.t1,.job ul li:hover h6.t1{
	color: #d68b06;
}
.job ul li.active h5 strong{
	background: #d68b06;
}
.job ul li i{
	display: block;
	font-weight: bold;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 2rem;
	color: #333;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.job ul li .bar{
	background: #fff;
	padding:1% 3% 2%;
	box-sizing: border-box;
	display: none;
}
.job ul li .bar h3{
	font-size:1.6rem;
	margin:25px 0 15px;
	color: #333;
}
.job ul li .bar p{
	font-size:1.4rem;
	margin: 10px 0;
	color: #666;
}
.job ul li .bottom{
	border-top: 1px solid #e5e5e5;
	padding-top: 1%;
	margin-top: 2%;
}
.job ul li .bottom p{
	color: #333;
	font-size: 1.5rem;
}
.job ul li .bottom p a{
	color: #941d22;
	font-size: 1.5rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: "title";
}
.job ul li .bottom p:hover a{
	color: #d68b06;
}
.contact{
	padding-bottom: 0;
}
.contact .top .title2{
	font-size: 2.8rem;
	font-family: "title";
	color: #941d22;
	text-align: center;
	margin: 1% auto 3%;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact .top:hover .title2{
	color: #d68b06;
}
.contact ul{
	display: flex;
	justify-content: center;
}
.contact ul li{
	margin: 0 5%;
	cursor: pointer;
}
.contact ul li img{
	width: 42px;
	margin: auto;
	border-radius: 50%;
	padding: 25px;
	background: #eee;
}
.contact ul li p{
	font-size: 1.6rem;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font-family: "title";
}
.contact ul li p a{
	font-size: 1.6rem;
	color: #333;
	display: block;
	margin: 10px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact ul li:hover p a{
	color: #d68b06;
}
.contact ul li p span{
	color: #333;
	display: block;
}
.contact ul li b{
	display: block;
	width: 40%;
	overflow: hidden;
}
.contact ul li b img{
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.contact ul li:hover b img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.contact .contain{
	background: rgba(148,29,34,0.02);
	padding: 5% 0;
	margin-top: 5%;
}
.contact .online .title2{
	text-align: center;
	font-family: "title";
}
.contact .online p{
	float: left;
	width: 44%;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	padding:20px 0;
}
.contact .online p span{
	font-size: 1.6rem;
	color: #333;
	margin-right: 5px;
	max-width: 130px;
}
.contact .online p input{
	font-size: 1.6rem;
	color: #333;
	display: block;
	width: 80%;
	line-height: 2;
	box-shadow: none;
	background: none;
}
.contact .online p:nth-of-type(2n){
	float: right;
}
.contact .online p:last-of-type{
	width: 100%;
	align-items: flex-start;
}
.contact .online p textarea{
	font-size: 1.4rem;
	color: #333;
	min-height: 80px;
	width: 96%;
	background: none;
	line-height: 22px;
}
.contact .bottom{
	display: flex;
	justify-content: center;
	margin-top: 4%;
}
.contact .bottom .bb{
	width: 120px;
	padding:22px 20px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 30px;
	overflow: hidden;
}
.contact .bottom .bb button{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	text-align: center;
	background: #941d22;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact .bottom .bb:hover button{
	background: #d68b06;
}
#pages{
	text-align: center;
	margin-top: 4%;
	display: flex;
	justify-content: center;
}
#pages li{
	color: #333;
	font-size: 1.4rem;
	background: #eee;
	border-radius: 50%;
	display: inline-block;
	margin: 6px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#pages li span{
	font-size: 1.4rem;
	line-height: 20px;
	padding: 5px;
	min-width: 20px;
	display: block;
}
#pages li a{
	color: #333;
	display: block;
	line-height: 20px;
	padding: 5px;
	min-width: 20px;
}
#pages li.active{
	background: #941d22;
	color: #fff;
}
#pages li:hover{
	background: #e09b02;
}
html[lang="en"] .banner .txt h3{
	letter-spacing: 0px;
	font-size: 5rem;
}
html[lang="en"] .banner .txt p {
    font-size: 2.2rem;
    letter-spacing: 0px;
}
html[lang="en"] .title1 h3{
	letter-spacing: 0;
}
html[lang="en"] .title1 h4{
	letter-spacing: 0;
}
html[lang="en"] .nav_list ul li span{
	letter-spacing: 0;
}
html[lang="en"] .index_bar2 ul li h3{
	letter-spacing: 0;
}
html[lang="en"] .index_bar4 ul li{
	letter-spacing: 0;
}
html[lang="en"] .index_bar3 .right ul li h3{
	letter-spacing: 0;
}
html[lang="en"] .about .bar1 .right p{
	letter-spacing: 0;
	text-indent: 0;
}
html[lang="en"] .job ul li{
	width: 100%;
}
html[lang="en"] .job ul li h6{
	font-size: 1.4rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 2%;
}
html[lang="en"] .job ul li h6:before{
	top: 13px;
}
html[lang="en"] .pro h5{
	letter-spacing: 0;
}
html[lang="en"] .title2{
	letter-spacing: 0;
}
html[lang="en"] .ban p{
	letter-spacing: 0;
}
html[lang="en"] .contact .top .title2{
	letter-spacing: 0;
}