@charset "utf-8";
/* CSS Document */


body{
	/*font-family:"Microsoft YaHei","微软雅黑" !important;*/
	/*font-family: STXihei, STHeitiLight, 'Microsoft JhengHei', 'Microsoft YaHei', Arial, sans-serif !important;*/
	    font-family:'思源黑体 CN',"PingHei", STHeiti, "Hiragino Sans GB", "Droid Sans Fallback", Arial, Helvetica, sans-serif;
	text-align: justify;
    word-break: break-all;	 
}	

::-webkit-scrollbar-track-piece{width:8px;background-color:#fff;}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-thumb{height:50px;background-color:#c1c1c1;}
::-webkit-scrollbar-thumb:hover{background:#c1c1c1;}
html, body{
	font-size: 62.5%;
}
@font-face {
  font-family: 'iconfont';
  src:url(/html/class/template/fonts/iconfont.eot);
  src: url(/html/class/template/fonts/iconfont.eot?#iefix) format('embedded-opentype'),
  url(/html/class/template/fonts/iconfont.woff) format('woff'),
  url(/html/class/template/fonts/iconfont.ttf) format('truetype'),
  url(/html/class/template/fonts/iconfont.svg) 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;
}
img{
	display: block;
}
.clear{
	clear: both;
}
.w_wall{
	width: 80%;
	margin: auto;
}

/*****header*******/
.header{
	width: 100%;
	padding: 0px 0;
	padding-left: 6% !important;
	position: absolute; top:0; left: 0;
	z-index: 999999;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .3s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .3s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .3s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .3s;	
    transition: all cubic-bezier(.23,1,.32,1) .3s;
}

.header_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .5s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .5s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .5s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .5s;	
    transition: all cubic-bezier(.23,1,.32,1) .5s;
	
	/*opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);*/
	
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}

.header_con{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.logo{
	float: left;
	line-height: 70px;
	position: relative;
	margin-top: 14px;
}

.logo img{
	height: 40px;
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .5s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .5s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .5s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .5s;	
    transition: all cubic-bezier(.23,1,.32,1) .5s;
}
.logo img.logoB{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
}

.header_con_right{
	float: right;
}

.header_search{
	width: 90px;
	float: left;
	height: 70px;
	text-align: center;
	line-height: 70px;
	position: relative;
	z-index: 2;
	background: #b00f14;
	cursor: pointer;
}
.header_search img{
	margin: 26px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.header_search i{
	display: block;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
    width: 80px;
    height: 80px;
    transform: rotate(-60deg);
    transform-origin: top right;
    background: #b00f14;
}

.header_contact{
	width: 160px;
	float: left;
	height: 70px;
	text-align: center;
	line-height: 70px;
	position: relative;
	z-index: 2;
	background: #6f6f71;
	font-size: 14px;
	color: #efefef;
	padding-right: 40px;
	font-family: arial;
	letter-spacing: 1px;
}
.header_contact i{
	display: block;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
    width: 80px;
    height: 80px;
    transform: rotate(-60deg);
    transform-origin: top right;
    background: #6f6f71;
}


.header_nav{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 360px;
}


.header_nav li{
	float: left;
	color: #333;
	position: relative;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .5s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .5s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .5s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .5s;	
    transition: all cubic-bezier(.23,1,.32,1) .5s;
}

.header_nav li i{
	display: block;
	margin-bottom: 4px;
    width: 2px;
    height: 6px;
    background: #333;
    transition: background .6s cubic-bezier(.23,1,.32,1) 0s;
    transform: skew(-29deg);
    transform-origin: left bottom;	
}

.header_nav li span{
	display: block;
	width: 100%;
	height: 1px;
	position: relative;
	margin-top: 4px;
}
.header_nav li span b{
	position: absolute;
	left: 50%;
	right: 50%;
	height: 1px;
	background: #b00f14;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}

.header_nav li.on span b{
	left: 0;
	right: 0;
}

.header:hover .header_bg{
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}
.header:hover .logo img{
	opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
}
.header:hover .logo img.logoB{
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}

 
/* .header .header_nav li:hover{
	color: #e6212a;
} */
.header .header_nav li.active{
	color: #e6212a;
}

 .header:hover .header_nav li:hover{
	color: #e6212a;
}

.header:hover .header_nav li i{
	background: #333;
}

.header.on{
	padding: 0;
	position: fixed;
}

.header.on .header_bg{
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}
.header.on .logo img{
	opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
}
.header.on .logo img.logoB{
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}
.header.on .header_nav li{
	color: #333;
}
.header.on .header_nav li i{
	background: #333;
}
.navBtn{
	display: none;
}
.header_search .close{
	width: 26px;
	margin: 26px 32px;
	display: none;
}
.ser_box{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	display: none;
}
.ser_box .box{
	width: 0%;
	overflow: hidden;
	opacity: 0;
	position: relative;
	background: #fff;
	border-top:1px solid #eee;
}
.ser_box .box.on{
	opacity: 1;
	overflow: hidden;
    width: 100%;
    -webkit-animation: to100vh 0.5s cubic-bezier(.25,.46,.45,.94) both .3s;
    animation: to100vh 0.5s cubic-bezier(.25,.46,.45,.94) both .3s;
}
.header_search.active img{
	display: none;
}
.header_search.active .close{
	display: block;
	opacity: 1;
	
}
.ser_box .box input{
	display: block;
	width: 80%;
	margin: auto;
	text-align: center;
	border: none;
	border-bottom: 1px solid #eee;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	height: 60px;
}
::-webkit-input-placeholder { 
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
}
::-moz-placeholder { 
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
}
:-ms-input-placeholder { 
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
}

.sub_nav{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	/* background: #aaabab; */
	z-index: 999;
	/* display: none; */
}
.sub_nav_list{
	width: 0%;
	overflow: hidden;
	display: none;
}

.sub_nav_list.on{
	display: block;
	overflow: hidden;
    width: 0;
    -webkit-animation: to100vh 0.5s cubic-bezier(.25,.46,.45,.94) both .3s;
    animation: to100vh 0.5s cubic-bezier(.25,.46,.45,.94) both .3s;
}

.sub_nav_list_w{
	background: #fff;
	border-top:1px solid #eee;
}

.sub_nav_list_w ul{
	width: 80%;
	margin: 0 auto;
	padding:10px 0 20px 0;
}


.sub_nav_list_w1 ul{
	width:70% !important;
}

.sub_nav_list_w1 ul li{
	width: 33.333%!important;
	float: left;
	padding: 0 35px;
}

.sub_nav_list_w2 ul{
	width:50% !important;
}

.sub_nav_list_w2 ul li{
	width:50%!important;
	float: left;
	padding: 0 35px;
}

.sub_nav_list_w ul li{
	width: 25%;
	float: left;
	padding: 0 35px;
}
.sub_nav_list:nth-of-type(2n) ul{
	display: flex;
	justify-content: center;
}
.sub_nav_list:nth-of-type(2n) li{
	float: none;
}
 
.sub_nav_list_w ul li a{
	display: block;
	position: relative;
	padding: 20px 0;
	text-transform:capitalize;
	border-bottom: 1px solid #e4e4e4;
	-webkit-transition: padding 250ms cubic-bezier(.25,.46,.45,.94);	
    transition: padding 250ms cubic-bezier(.25,.46,.45,.94);	
}

.sub_nav_list_w ul li a:hover{
	padding-left: 12px;
}
.sub_nav_list_w ul li a span{
	display: block;
	font-size: 12px;
	color: #666;
}

.sub_nav_list_w ul li a:hover span{
	color: #e6212a;
}

.sub_nav_list_w ul li a span.en{
	margin-bottom:2px;
	text-transform: uppercase;
}
.sub_nav_list_w ul li a span.cn{
	letter-spacing: 1px;
}

.sub_nav_list_w ul li a i{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	background-image: url(/html/class/template/images/more_icon1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: right 250ms cubic-bezier(.25,.46,.45,.94);	
    transition: right 250ms cubic-bezier(.25,.46,.45,.94);	
}
.sub_nav_list_w ul li a:hover i{
	background-image: url(/html/class/template/images/more_icon3.png);
	right: 12px;
}

.sub_nav_list_w ul li a b{
	width: 0%;
	height: 1px;
	background: #e6212a;
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: width 250ms cubic-bezier(.25,.46,.45,.94);
	transition: width 250ms cubic-bezier(.25,.46,.45,.94);
}
.sub_nav_list_w ul li a:hover b{
	width: 100%;
}

@-webkit-keyframes to100vh {
	0% {
		width: 0
	}

	100% {
		width: 100vw
	}
}

@keyframes to100vh {
	0% {
		width: 0
	}

	100% {
		width: 100vw
	}
}



.clm0{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.clp0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sub_nav_img{
	width: 100%;
	height: 450px;
	background-image: url(/html/class/template/images/index_sec1_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.sub_nav_imgBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity:0.3;
    -moz-opacity:0.3; 
    -khtml-opacity:0.3;
    -webkit-opacity:0.3;
    filter:alpha(opacity=30);
    -webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}

.sub_nav_img:hover .sub_nav_imgBg{
	opacity:0.6;
    -moz-opacity:0.6; 
    -khtml-opacity:0.6;
    -webkit-opacity:0.6;
    filter:alpha(opacity=60);
}

.sub_nav_img_zi{
	position: absolute;
	width: 82%;
	top:50%;
	left: 9%;
	height: 60px;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}

.sub_nav_img_zi h5{
	margin: 0;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}

.sub_nav_img_zi h5 b{
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity:0.4;
    -moz-opacity:0.4; 
    -khtml-opacity:0.4;
    -webkit-opacity:0.4;
    filter:alpha(opacity=40);
}

.sub_nav_img_zi h5 i{
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}

.sub_nav_img_zi h5:hover{
	padding-left: 10px;
}
.sub_nav_img_zi h5:hover i{
	width: 100%;
}

.sub_nav_img_zi h5 span{
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 8px;
    margin-top: -4px;
    background-image: url(/html/class/template/images/ico_dash_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.sub_nav_img_zi h5:hover span{
	right: 10px;
	background-image: url(/html/class/template/images/ico_link_w.svg);
}

.sub_nav_img_zi p{
	margin-top: 20px;
	margin-bottom: 0;
}
.sub_nav_img_zi p span{
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	margin: 5px 0;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.sub_nav_img_zi p span i{
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.sub_nav_img_zi p span:hover i{
	width: 100%;
}

.sub_nav_img:hover .sub_nav_img_zi1{
	height: 350px;
}

.sub_nav_img:hover .sub_nav_img_zi p span{
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}



@media (min-width: 992px) {
.header_nav li{
	padding: 0 10px;
}
}
@media (min-width: 1200px) {
.header_nav li{
	padding: 0 15px;
}	
}
@media (min-width: 1400px) {
.header_nav li{
	padding: 0 20px;
}
}
@media (min-width: 1600px) {
.header_nav li{
	padding: 0 30px;
}
}

/*****header*******/	
	
	

/*****banner*******/
.banner{
	width: 100%;
	position: relative;
	background: #aaabab;
}
.banner_list{
	width: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner_list.bannerab{
	background-image: url(/html/class/template/images/banner_ab.jpg);
}


.banner_list.banner1{
	background-image: url(/html/class/template/images/banner_1.jpg);
}
.banner_list.banner2{
	background-image: url(/html/class/template/images/banner_2.jpg);
}
.banner_list.banner3{
	background-image: url(/html/class/template/images/banner_3.jpg);
}
.banner_list.banner4{
	background-image: url(/html/class/template/images/banner_4.jpg);
}

.banner_list video{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity:0.25;
    -moz-opacity:0.25; 
    -khtml-opacity:0.25;
    -webkit-opacity:0.25;
    filter:alpha(opacity=25);
}
.banner_zi{
	width: 80%;
	position: absolute;
	top: 55%;
	left: 6%;
	opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner_zi.show{
	top: 45%;
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	transition: all cubic-bezier(.18,1,.21,1) .9s;
}


.banner_zi h5{
	font-size:25px;
	color: #fff;
	line-height: 70px;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform:uppercase;
}


.banner_zi p{
	color: #fff;
	font-size: 58px;
	margin-bottom: 0;
	letter-spacing:2px;
}

.banner_zi p font{
 
	font-size: 60px;
	color:#e6212a;
 
}


.banner_line{
	width: 35%;
	height: 3px;
	position: absolute;
	bottom: 10%;
	left: 6%;
	z-index: 999;
	opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
}
.banner_line.show{
	bottom:10%;
	opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s .4s;	
	transition: all cubic-bezier(.18,1,.21,1) .9s .4s;
}
.banner_line i{
	display: block;
	height: 1px;
	background: #fff;
	opacity:0.6;
    -moz-opacity:0.6; 
    -khtml-opacity:0.6;
    -webkit-opacity:0.6;
    filter:alpha(opacity=60);
}
.banner_line font{
	width: 1px;
	height: 9px;
	background: #fff;
	position: absolute;
	top: -4px;
	right: 0;
	opacity:0.6;
    -moz-opacity:0.6; 
    -khtml-opacity:0.6;
    -webkit-opacity:0.6;
    filter:alpha(opacity=60);
}
.banner_line span{
	width: 0%;
	height: 3px;
	position: absolute;
	top: -1px;
	left: 0;
	background: #e6212a;
}
.banner_line.on span{
	width: 100%;
}
.banner_icon{
	position: absolute;
	right: 60px;
	bottom: 80px;
	z-index: 9;
}
.index_news_h{
	padding: 20px 40px;
	background: #fff;
	position: absolute;
	top: 90px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index_news_h h5{
	font-size: 30px;
	color: #333;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 20px;
}
.index_news_h p{
	font-size: 20px;
	font-weight: 600;
	color: #6f6f71;
	text-align: center;
	margin: 0;
}
.index_news_h p span{
	color: #b00f14;
}



/*****banner*******/	
	
	
	

.bbars{
	height:50px;
}

/*****index*******/
.index_about{
	width: 100%;
	padding: 30px 0 10px 0;
	border-top: 8px solid #f4f4f4;
}

.index_about_con{
	width: 88%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.index_about_con img{
	display:inline;
	}

.index_about_con span{
	display:block;
	font-size: 14px;
	color: #b00f14;
	font-weight: 600;
	text-transform: uppercase;
	margin: 35px 0 15px 0;
	letter-spacing: 2px;
}
.index_about_con h5{
	font-size: 30px;
	color: #333;
	margin: 0;
	margin-bottom: 40px;
}
.index_about_con p{
	font-size: 22px;
	color: #949494;
	line-height: 40px;
	margin: 0;
}

.index_case{
	width: 88%;
	margin: 0 auto;
}
.index_case_list{
	width: 100%;
	margin-bottom:30px;
	position: relative;
}
.index_case_img{
	width: 58%;
	overflow: hidden;
	position: relative;
}
.index_case_img>img{
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;		
	transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_case_img:hover>img{
	-webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.index_case_bf{
	width: 80px;
	height: 80px;
	position: absolute;
	text-align: center;
	line-height: 80px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;	
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
.index_case_list_1 .index_case_bf{
	background: #ff0000;
}
.index_case_list_2 .index_case_bf{
	background: #6f6f71;
}
.index_case_list_1 .index_case_img{
	float: right;
}
.index_case_list_2 .index_case_img{
	float: left;
}


.index_case_txt{
	width: 52%;
	position: absolute;
	bottom: 12%;
}
.index_case_list_1 .index_case_txt{
	left: 0;
	text-align: left;
}
.index_case_list_2 .index_case_txt{
	right: 0;
	text-align: right;
}
.index_case_txt .index_case_txt1 h5{
	font-size: 22px;
	color: #b00f14;
	font-weight: 600;
	margin: 0;
	margin-bottom: 5px;
}
.index_case_txt .index_case_txt1 span{
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #6f6f71;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.index_case_txt .index_case_txt2{
	background: #fff;
}
.index_case_txt .index_case_txt2 p{
	font-size: 16px;
	color: #aaaaab;
	line-height: 24px;
}
.index_case_txt .index_case_txt2 span{
	display: inline-block;
	width: 80px;
	height: 1px;
	background: #b00f14;
}
.index_case_list_1 .index_case_txt1{
	/*padding-left: 60px;*/
}
.index_case_list_2 .index_case_txt1{
	/*padding-right: 60px;*/
}
.index_case_list_1 .index_case_txt2{
	padding: 40px 35px 5% 0px;	
}
.index_case_list_2 .index_case_txt2{
	padding: 40px 0px 5% 35px;	
	text-align: left;
}
.index_case_list_1{
	margin-bottom: 35px;
}

.index_data{
	width: 100%;
	padding: 90px 6%;
}

.index_data_con{
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}
.index_data_list{
	width: 25%;
	float: left;
	text-align: center;
}
.index_data_list span{
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
}
.index_data_list i{
	font-weight: 600;
	font-style: normal;
	margin-left: 5px;
	display: inline-block;
	vertical-align: top;
}
.index_data_list p{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #505858;
}
.index_data_list:nth-child(1) span{
	color: #e6212a;
}
.index_data_list:nth-child(2) span{
	color: #6e7d7d;
}
.index_data_list:nth-child(3) span{
	color: #6f6f71;
}
.index_data_list:nth-child(4) span{
	color: #a1b1b1;
}
.index_data_list:nth-child(4) i{
	color: #a1b1b1;
}


@media (min-width: 992px) {
	.index_data_list span{
		font-size: 60px;
		line-height: 80px;
	}
	.index_data_list i{
		font-size: 30px;
		line-height: 80px;
	}
}
@media (min-width: 1200px) {
	.index_data_list span{
		font-size: 70px;
		line-height: 90px;
	}
	.index_data_list i{
		font-size: 40px;
		line-height: 90px;
	}	
}
@media (min-width: 1400px) {
	.index_data_list span{
		font-size: 80px;
		line-height: 100px;
	}
	.index_data_list i{
		font-size: 50px;
		line-height: 100px;
	}
}
@media (min-width: 1600px) {
	.index_data_list span{
		font-size: 90px;
		line-height: 110px;
	}
	.index_data_list i{
		font-size: 60px;
		line-height: 110px;
	}
}
@media (min-width: 1800px) {
	.index_data_list span{
		font-size: 100px;
		line-height: 120px;
	}
	.index_data_list i{
		font-size: 70px;
		line-height: 120px;
	}
}


.index_logo{
	width: 100%;
	background: #b00f14;
	position: relative;
}
.index_logo_con{
	width: 70%;
	float: right;
}
.index_logo_txt{
	position: absolute;
	top: 20%;
	left: 15%;
	width: 300px;
}
.index_logo_txt h5{
	font-size: 30px;
	color: #fff;
	margin: 0;
	margin-bottom: 25px;
}
.index_logo_txt span{
	font-size: 24px;
	font-weight: 600;
	color: #eee;
	letter-spacing: 2px;
}
.index_logo_txt p{
	font-size: 16px;
	color: #eee;
	margin: 15px 0 35px 0;
	list-style: 24px;
}
.index_logo_txt a{
	display: inline-block;
	width: 100px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	border-bottom: 3px solid #fff;
}
.index_logo .par_img{
	display: none;
}

.index_news{
	width: 100%;
	padding: 140px 6% 90px 6%;
	position: relative;
}
.index_news_list{
	width: 100%;
}
.index_news_img{
	width: 100%;
	overflow: hidden;
}
.index_news_img img{
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;		
	transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_news_list:hover .index_news_img img{
	-webkit-transform:scale(1.1);
    transform:scale(1.1);
}


.index_news_txt{
	padding: 5%;
}


.index_news_txt h5{
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #706e71;
	line-height: 30px;
	height:60px; 
	margin-bottom: 15px;
	/*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.index_news_txt span{
	font-size: 16px;
	color: #909797;
	font-weight: 600;
	margin: 0;
}


.index_news_more{
	width: 100%;
	text-align: center;
}


.index_news_more a{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	padding: 0 60px;
	background: #b00f14;
}
.index_news_more a i{
	position: relative;
	left: 25px;
}


.index_join{
	width: 100%;
	padding: 60px 0;
	background: #f9f9f9;
}
.index_join_con{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.index_join_con h5{
	font-size: 30px;
    color: #b00f14;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 25px;
}
.index_join_con p{
	font-size: 22px;
    color: #939393;
    line-height: 40px;
    margin: 0;
    margin-bottom: 50px;
}
.index_join_con span{
	display: inline-block;
	color: #6f6f71;
	font-weight: 600;
	font-size: 14px;
	margin: 0 5px;	
}

/*****index*******/	
	
	
	
	
/*****footer*******/
.footer{
	width: 100%;
	background: #5a5959;
}	
.footer_top{
	padding: 70px 0 30px 0;
}	
.footer_top_a{
	width: 35%;
	float: left;
	padding-right: 6%;
}	
.footer_top_a p{
	font-size: 14px;
	margin: 0;
	margin-top: 60px;
	line-height: 24px;
	color: #a4a4a4;
}
.footer_top_b{
	width: 12.5%;
	float: left;
}

.footer_top_b a{
	color:#999;
	}
	
.footer_top_b1 a{
	color:#eee;
	}	
	
.footer_top_b a:hover{
	color:#e6212a;
	}	
	

.footer_top_b ul{
	padding: 0;
	margin: 0;
}
.footer_top_b ul:nth-child(2){
	margin-top: 25px;
}
.footer_top_b1 ul:nth-child(2) {
    margin-top: 0px;
}
.footer_top_b ul h5{
	font-size: 15px;
	color: #eee;
	margin: 0;
	margin-bottom: 15px;
}
.footer_top_b ul li{
	font-size: 13px;
	line-height: 24px;
	color: #c8c6c6;
}

.footer_top_c{
	width: 16%;
	float: left;
}

.footer_top_d{
	width: 11.5%;
	float: left;
}
.footer_top_d ul{
	padding: 0;
	margin: 0;
}


.footer_top_d ul li{
	font-size: 15px;
	margin-bottom: 10px;
}

.footer_top_d ul li a{
	color: #EEE;
}


.footer_top_d ul li a:hover{
	color: #e6212a;
}
.footer_top_d .wx{
	position: relative;
	overflow: hidden;
	cursor: default;
}
.footer_top_d .wx img{
	width: 140px;
	position: absolute;
	left: -15px;
	top: 50px;
	opacity: 0;
	z-index: 999;
}
.footer_top_d .wx:hover{
	overflow: inherit;
}
.footer_top_d .wx:hover img{
	top: 30px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 1;
}
.footer_top_d ul li i{
	font-size: 16px;
	color: #d62334;
	margin-right: 10px;
}

.footer_bottom{
	width: 100%;
	height: 60px;
	border-top: 1px solid #828282;
}
.footer_bottom p{
	font-size: 14px;
	color: #c8c6c6;
	line-height: 60px;
	margin: 0;
}
.footer_bottom p:first-child{
	float: left;
}
.footer_bottom p:last-child{
	float: right;
}
	
/*****footer*******/	

.nav_common{
	padding: 1% 0;
}
.nav_common li{
	float: left;
	font-size: 1.6rem;
	color: #333;
	margin-right: 0.5%;
}
.nav_common li .active{
	color: #b00f14;
}
.nav_common li i{
	font-size: 1.6rem;
	line-height: 2rem;
	color: #333;
}
.banner_conmmon img{
	width: 100%;
}
.tittle_common h1{
	font-size: 3rem;
	color: #333;
	text-align: center;
}
.tittle_common h2{
	font-size: 3rem;
	color: #b00f14;
	text-align: center;
	font-weight: bold;
	position: relative;
	margin: 0;
}
.tittle_common h2 span{
	color: #333;
	font-weight: normal;
	padding-left: 10px;
}
.tittle_common h2:before{
	content: "";
	position: absolute;
	width: 26px;
	height: 9px;
	background: #B00F14;
	bottom: -18px;
	left: 50%;
	transform: translate(-50%,0);
}
.bg_box{
	background: #f1f1f1;
	padding-bottom: 6%;
}
.part img{
	width: 100%;
	margin-top: 3%;
}
.part .text{
	width: 90%;
	background: #fff;
	padding:0 4% 5% 4%;
	margin: auto;
	margin-top: -4%;
	position: relative;
}
.part .text img{
	width: 100%;
	opacity: 0.3;
}
.part .text	p{
	color: #666;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-indent: 2rem;
	margin-top: 2%;
}
.part .text	p:nth-of-type(2){
}
.part .text	p:nth-of-type(1){
	text-indent: 0;
	margin-top: 4%;
}
.par_box{
	background: #fff;
	padding: 3%;
	margin-top: 4%;
}
.par_box .par_img{
	overflow: hidden;
}
.par_box .par_img ul{
	margin: 0;
	display: block;
	padding: 0;
	float: left;
}
.par_box .par_img li{
	float: left;
	width: 20%;
	margin: 0;
	display: block;
	padding: 0;
	box-sizing: border-box;
	padding: 0.5%;
}
.par_box .par_img img{
	width: 100%;
	margin: auto;
	border: solid #ebebeb 1px;
	box-sizing: border-box;
	padding: 2%;
}
.par_box .p_btn{
	width: 80px;
	margin: auto;
	margin-top: 4%;
}
.par_box .p_btn li{
	border: solid #ebebeb 1px;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.par_box .p_btn li i{
	font-size: 1.6rem;
	line-height: 30px;
	color: #333;
}
.par_box .p_btn li:nth-of-type(1){
	transform: rotate(-90deg);
}
.par_box .p_btn li:nth-of-type(2){
	transform: rotate(90deg);
}
.join_truth_conent {
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}	
.join_truth_conent .truth_conent {
    width: 24%;
    background: #fff;
	padding: 3%;
	box-sizing: border-box
}
.truth_conent_img {
    border-bottom: 1px solid #d6d6d6;
}
.truth_conent_img h4 {
    font-size: 18px;
    color: #333;
    padding-top: 5px;
}	
.truth_conent>p {
    margin: 8% 0 0 0;
    font-size: 1.4rem;
	line-height: 1.9rem;
    color: #666666;
}	
.job_s2{
	padding-bottom:2%;
	position:relative; 
    margin: 4% auto 0;
    background: url('/html/class/template/images/rczpa.png');
    background-size: 100% 100%; 
	}
.job_s2_con{
    width:86%;
    margin: 3% auto;
}	
.job_ntact{
    background: #fff;
    width: 86%;
    margin: 0 auto;
    position: relative;
    padding: 2% 4%;
}
.job_ntact>h5{
    font-size: 1.8rem;
    color: #666666;
    font-weight: bold;
}
.job_ntact>p{
    font-size: 1.4rem;
    color: #666;
}
.job_ntact>p a{
    font-size: 1.8rem;
	font-weight: 600;
    color: #B00F14;
    text-decoration: none;
    border-bottom: 1px solid #B00F14;
}
 .recruitment_company{
    display: flex;
    margin-top: 40px;
}
    .dropup, .dropdown{
        width: 20%;
        margin-right: 20px;
    }
    .btn-default{
        width: 100%;
    }
    .btn{
        border-radius: 1px;
        text-align: left;
    }
    .open > .dropdown-menu{
        width: 100%;
    }
    .recruitment_company_sus{
        width: 25%;
        display: flex;
        position: relative;
        left: 20%;
    }
    .recruitment_company_sus input{
        width: 70%;
        padding-left: 15px;
    }
    .recruitment_company_sus span{
        width: 30%;
        height: 34px;
        background: #65be9e;
        display: block;
        text-align: center;
        line-height: 34px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
    }
.job_s2_con>h5{
	margin:0;
	background:#B00F14;
	padding: 0 4%;
}
.job_s2_con>h5>span{
	display:block;
	width:25%;
	float:left;
	line-height:50px;
	color:#fff;
	font-size:2rem;
	letter-spacing:1px;
	text-align: center;
}
.job_s2_con>h5>span:nth-of-type(1){
	text-align: inherit;
}
.con_us{
    width: 100%;
    text-align: center;
    padding: 80px 0 50px 0;
    position: relative;
    top: 4%;
}
.con_us .join_truth{
    font-size: 28px;
}
.join_truth span{
    color: #65be9e;
}
.job_s2_list{
    width:100%;
	margin-top: 0.6%;
}
.job_s2_list:nth-of-type(1){
	margin-top: 0;
}
.job_s2_list>p{
	cursor:pointer;
	margin-bottom:0;
	padding: 0 4%;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
    transition: 0.3s ease;
    background: #f2f2f2;
}
.job_s2_list>p span{
	display:block;
	width:25%;
	float:left;
	font-size:1.6rem;
	letter-spacing:1px;
	color:#666;
	line-height:50px;
	text-align: center;
}	
.job_s2_list>p span:nth-of-type(1){
	text-align: inherit;
}
.job_s2_list>p span:nth-of-type(4){
	text-align: right;
}
.job_s2_list>p span{
	position: relative;
}
.job_s2_list>p span img{
	width: 6%;
	float: right;
	margin-top: 16px;
}
.job_s2_list>p span .p2{
	display: none;
}
.job_s2_on{
	background:#efefef !important;
	}	
.job_s2_show{
	background:#fafafa;
	padding:40px 50px;
	display:none;
	}
.job_s2_show h5{
	margin-top:0;
	margin-bottom:15px;
	font-size:1.6rem;
	letter-spacing:1px;
	color:#333;
	}	
.job_s2_show p{
	font-size:1.4rem;
	letter-spacing:1px;
	color:#666;
	line-height:25px;
	margin-bottom:0;
	}	
.job_bg{
	width:100%;
	height:500px;
	background:url(/html/class/template/images/job2_bg.jpg) center no-repeat fixed;
	position:relative;
	z-index:2;
	}
.job_bgs{
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	z-index:-1;
	background:#000;
	opacity:0.4;
    filter:alpha(opacity=40);
    -moz-opacity:0.4; 
    -khtml-opacity:0.4;
    -webkit-opacity:0.4;
	}	
.job_s2	.tittle_common{
	padding: 5% 0;
}
.job_s2	.tittle_common h1{
	color: #fff;
}
.job_s2	.tittle_common h2{
}	
.job_s2	.tittle_common h2 span{
	padding-left: 0;
	color: #fff;
}
.banner_conmmon{
	position: relative;
}
.banner_conmmon .list{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80%;
	--webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	border-bottom: 2px solid #f3f3f3;
}	
.banner_conmmon .list li{
	float: left;
	background: #fff;
	width: 50%;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}	
.banner_conmmon .list li h1{
	font-size: 1.6rem;
	padding: 20px 0%;
	color: #333;
	text-align: center;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.banner_conmmon .list li:nth-of-type(1){
	background: #b00f14;
}
.banner_conmmon .list li:nth-of-type(1) h1{
	color: #fff;
}

.social_list{
	margin-top: 80px;
	background: #fff;
	padding-bottom: 4%;
}
.social_list .txt{
	padding: 3%;
	
}
.social_list .txt h1{
	font-size: 30px;
	color: #111;
	margin-bottom: 20px;
}
.social_list .txt h2{
	font-size: 15px;
	color: #333;	
	margin: 0;
	margin-bottom: 30px;
}
.social_list .txt p{
	font-size: 15px;
	color: #666;	
}
.social_list .par_img{
	margin: auto;
	padding: 0;
	width: 97%;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	
}
.social_list ul{
	float: left;
	padding: 0;
}
.social_list li{
	position: relative;
	width: 33.3%;
	float: left;
	margin-bottom: 3%;
}
.social_list li img{
	width: 90%;
	margin: auto;
}
.social_list li p{
	width: 90%;
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	margin: 10px auto;
}
.social_list .par_img .btns {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 9;
    width: 100%;
}
.social_list .par_img .btns span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ccc;
    margin: 5px;
    display: inline-block;
}
.social_list .par_img .btns span.active {
    background: #b00f14;
}
.yew_big{
	position: relative;
}
.yew_big img{
	width: 100%;
}
.yew_big .txt{
	position: absolute;
	background: rgba(255,255,255,0.7);
	left: 50%;
	top: 50%;
	--webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding:3%;
	width:75%;
}
.yew_big .txt span{
	display: block;
	color: #b00f14;
	font-size: 1.4rem;
	text-align: center;
}


.yew_big .txt h1{
	color: #b00f14;
	font-size:4.2rem;
	margin: 0;
	letter-spacing: 0.1rem;
	background-size: 5rem;
}


.ywdot1{
	background: url(/html/class/template/images/yew_icon.png) no-repeat right;
}
 
 
.ywdot2{
	background: url(/html/class/template/images/yew_icon1.png) no-repeat right;
}


.ywdot3{
	background: url(/html/class/template/images/yew_icon2.png) no-repeat right;
}
 
 
.yew_big .txt h2{
	color: #333;
	font-size: 2.2rem;
	margin: 2% 0;
}
.yew_big .txt p{
	font-size: 1.6rem;
	color: #333;
	line-height: 2.2rem;
}
.yew_big .txt h6{
	font-size: 1.6rem;
	color: #666666;
	line-height: 2.2rem;
	margin: 0;
	font-weight: normal;
}
.yew_big .txt img{
	position: absolute;
	width: 5%;
	right: 5%;
	top: 8%;
}
.bg_box_yw{
	position: relative;
}
.bg_box_yw:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 10%;
	background: #fff;
	left: 0;
	top: 18%;
}
.yw_case0{
	padding-top: 3%;
	background: #fff;
}
.yw_case0 dl dd{
	float: left;
	width:49% ;
	margin-right: 2%;
	position: relative;
	padding-bottom: 5%;
}

.yw_case0 dl dd:nth-of-type(2){
	margin-right:0px;
	}
.yw_case0 dl dd img{
	width: 100%;
}
.yw_case0 dl dd .text{
	background: #fff;
	margin-top: -80px;
	position: relative;
	z-index: 2;
	width: 90%;
	padding: 3% 5%;
}
.yw_case0 dl dd .text h1{
	font-size: 2.4rem;
}
.yw_case0 dl dd .text p{
	font-size:1.5rem;
	color: #666;
}
.yw_list{
	margin-top: 3%;
}

.yw_list h2{
	font-size: 3.2rem;
	color: #333;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 3%;
}
.yw_list_case li{
	float: left;
	width:31% !important;
	margin-right: 2%!important;
	margin-bottom: 2%;
	position: relative;
}

.yw_list_case li:nth-of-type(3){
	margin-right:0px;
	}

.yw_list li{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.yw_list li b{
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
}
.yw_list li .text{
	position: relative;
	width: 50%;
	background: #fff;
	padding: 5%;
	float: right;
}
.yw_list li:nth-of-type(2n) b{
	left: inherit;
	right: 0;
}
.yw_list li:nth-of-type(2n) .text{
	float: left;
}
.yw_list li .text h1{
	color: #333;
	font-size: 2.2rem;
	margin: 0;
	line-height: 30px;
}
.yw_list li .text p{
	color: #666;
	font-size: 1.4rem;
	line-height: 2rem;
	margin:3% 0 0 0;
}
.yw_list li .text .btom{
	margin-top: 3%;
}
.yw_list li .text .btom span{
	color: #777;
	font-size: 1.4rem;
	margin-top: 5px;
	line-height: 2rem;
	display: block;
}
.yw_list li .text .btom span strong{
	color: #666;
}
.yw_list li:nth-of-type(1) .text{
	padding-bottom: 9%;
}
.ye_case{
	margin: 4% auto 0 ;
	position: relative;
}
.ye_case h2{
	font-size: 32px;
	color: #666;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 3%;
}
.ye_case .box{
	overflow: hidden;
	width: 94%;
	margin: auto;
}
.ye_case ul{
	padding: 0;
	margin: 0;
}
.ye_case li{
	float: left;
	width: 33.3%;
}
.ye_case li img{
	display: block;
	width: 96%;
	margin: auto;
}
.ye_case li p{
	display: block;
	width: 96%;
	margin:10px  auto;
	text-align: center;
	font-size: 16px;
}
.ye_case .btn .left{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.ye_case .btn .right{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.ye_case .btn img{
	width: 26px;
}
.bg_box2 .yw_list li .text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 9%;
}
.news_box{
	background: #FFF;
	padding: 1%;
	margin-top: -3%;
	position: relative;
}
.news_box .nav_common{
	padding: 0;
}
.news_box .news_list{
	margin-top: 80px;
	padding: 0 8%;
}
.news_box .news_list li{
	position: relative;
	margin-top: 2%;
}
.news_box .news_list li:nth-of-type{
	margin-top: 0;
}
.news_box .news_list li .left{
	position: absolute;
	width: 50%;
	left: 0;
	tab-size: 0;
	height: 100%;
}
.news_box .news_list li .right{
	position: relative;
	float: right;
	width: 50%;
	background: #f4f4f4;
	box-sizing: border-box;
	padding: 7% 5%;
}
.news_box .news_list li .right h1{
	color: #333;
	font-size: 2rem;
	margin: 0;
	padding-bottom: 3%;
	border-bottom: solid #d0d0d0 1px;
	line-height: 2.6rem;
}
.news_box .news_list li .right p{
	color: #666;
	font-size: 1.6rem;
	line-height: 26px;
	margin-top: 6%;
	height: 78px;
	overflow: hidden;
}
.news_box .news_list li .right .bton{
	border: solid #d0d0d0 1px;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #666;
	font-size: 1.4rem;
	margin-top: 8%;
	position: relative;
	padding-right: 15px;
}
.news_box .news_list li .right .bton img{
	position: absolute;
	right: 20%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 8px;
}
.news_box .news_list li .right .date{
	position: absolute;
	right: 8%;
	top: 0;
	width: 70px;
	height: 60px;
	background: #b5b5b5;
	--webkit-transition: .3s;
	transition: .3s;
}
.news_box .news_list li .right .date h2,.news_box .news_list li .right .date h3{
	color: #fff;
	margin: 0;
	text-align: center;
}
.news_box .news_list li .right .date h2{
	font-size: 2.8rem;
	margin: 5px 0 2px 0;
}
.news_box .news_list li .right .date h3{
	font-size: 1.2rem;
}
.news_box .news_list li:hover .right .date{
	background: #B00F14;
}
.news_box .tittle_common{
	margin-top: 3%;
}
.news_box .botton{
	background: #a5a4a4;
	width: 60%;
	height: 54px;
	margin:4% auto 6%;
	position: relative;
}
.news_box .botton .left{
	width: 86px;
	height: 54px;
	background: #727171;
	background: #727171;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.news_box .botton .left img,.news_box .botton .right img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);;
	transform: translate(-50%,-50%);
}
.news_box .botton .right{
	width: 86px;
	height: 54px;
	background: #727171;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.news_box .botton .left:hover{
	background: #B00F14;
}
.news_box .botton .right:hover{
	background: #B00F14;
}
.news_box .botton .num{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70%;
	-webkit-transform: translate(-50%,-48%);
	transform: translate(-50%,-48%);
	text-align: center;
}
.news_box .botton .num .active{
	background: #fff;
	width: 36px;
	height: 32px;
	color: #B00F14;
}
.news_box .botton .num li{
	float: left;
	line-height: 32px;
	text-align: center;
	margin: 0 10px;
	color: #fff;
	font-size: 1.4rem;
}
.about_box{
	background: url(/html/class/template/images/about_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 6% 0;
}
.about {
	position: relative;
}
.about_box .left{
	width: 30%;
	float: left;
}
.about_box .left img{
	width: 100%;
}
.about_box .left img{
	margin-top: 70px;
}
.about_box .right{
	width: 66%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.about_box .right h1{
	color: #333;
	font-size: 2.4rem;
	margin: 0 0 4% 0;
}


.about_box .right p{
	color: #666;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-align: justify;
    word-break: break-all;
	margin: 10px 0 0 ;
}


.about_xinxi {
    width: 100%;
    position: relative;
}
.about_xinxi_contents {
    margin-top: 80px;
}
.about_xinxi_contents_titles {
    width: 100%;
    border-bottom: 1px solid #989898;
}
.about_xinxi_contents_titless {
    display: flex;
}
.about_xinxi_contents_titless_list {
    width: 25%;
    padding: 20px 0;
    font-size: 18px;
    color: #323232;
    text-align: center;
    border-top: 3px solid transparent;
    position: relative;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    cursor: pointer;
}
.about_xinxi_contents_titless_list:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	background: #B00F14;
	transform: translate(0,-50%);
}
.about_xinxi_contents_titless_list:nth-of-type(1):before{
	background: none;
}
.about_xinxi_contents_titless_listTO {
    border-top: 3px solid #B00F14;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
    color: #B00F14;
    font-weight: bold;
}
.about_xinxi_contents_titless_list span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    top: auto;
    height: 30%;
    transform: translateY(30%);
    background: #fff;
    display: none;
}
.about_xinxi_contents_titless_list .span_hide {
    color: #B00F14;
    display: block;
}
.glyphicon-triangle-bottom:before{
	content: "";
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color:#B00F14 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: 0;
	}
.about_xinxi_contents_titless_list span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    top: auto;
    height: 30%;
    transform: translateY(30%);
    background: #fff;
    display: none;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}


.swiper-slide_img {
    display: flex;
    justify-content: center;
    font-size: 25px;
    color: #333;
    letter-spacing: 2px;
}


.swiper-slide_content{
	margin-top: 0%;
}


.swiper-slide_content h1{
	color: #333;
	font-weight: bold;
	font-size: 4rem;
	text-align: center;
	letter-spacing: 1px;
}


.swiper-slide_content h2{
	color:#3a3939;
	font-size:2rem;
	text-align:center;
}


.swiper-slide_content p {
    margin: 2% 0 0 0;
    font-size: 1.6rem;
    color: #666666;
    line-height: 2.2rem;
}
.swiper-slide_content p:nth-of-type(1){
	margin-top: 4%;
}
.swiper-slide_content .his_box{
	margin-top: 5%;
}

.list_box{
	margin-top: 4%;
	overflow: hidden;
	position: relative;
	padding-bottom: 4%;
}
.list_box .btns {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 9;
    width: 100%;
}
.list_box .btns span.active {
    background: #b00f14;
}
.list_box .btns span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ccc;
    margin: 5px;
    display: inline-block;
}
.list_box .list{
	float: left;
	width: 50%;
	position: relative;
	height: 100%;
	background: #fff;
}
.list_box .list:nth-of-type(2){
	background: #B00F14;
}
.list_box .list .left{
	background: #fff;
	width: 60%;
	float: left;
	padding: 5%;
}
.list_box .list:nth-of-type(2) .left{
	background: #B00F14;
}
.list_box .list .left h3,.list_box .bottm li h3{
	font-size: 2rem;
	font-weight: bold;
	color: #B00F14;
}
.list_box .list .left h4{
	font-size: 1.6rem;
	color: #7d7d7d;
	margin: 10px 0;
}
.list_box .list .left p{
	font-size: 1.3rem;
	color: #979696;
	line-height: 1.8rem;
	letter-spacing: 0.5px;
	margin: 0;
}
.list_box .list:nth-of-type(2) .left h3,.list_box .list:nth-of-type(2) .left h4,.list_box .list:nth-of-type(2) .left p{
	color: #fff;
}
.list_box .list .right{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	height: 100%;
}
.list_box .list .right img{
	width: 100%;
}
.list_box .right2{
	display: none;
	width: 100%;
	height: 180px;
	position: relative;
}
.list_box .list .right2 img{
	width: 100%;
}
.list_box .bottm{
	position: relative;
	padding-left: 25%;
}
.list_box .bottm li{
	float: left;
	width: 33.33%;
	height: 380px;
	padding: 3% 3.5%;
	background: #aaa9ab;
	overflow: hidden;
}
.list_box .bottm li:nth-of-type(1){
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
}
.list_box .bottm li h4{
	color: #fff;
	font-size: 1.6rem;
	margin: 30px 0 10px;
}
.list_box .bottm li p{
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.list_box .bottm li:nth-of-type(2){
	background: #F4F2F2;
}
.list_box .bottm li:nth-of-type(2) h4{
	color: #7d7d7d;
	margin:5% 0 2% 0;
}
.list_box .bottm li:nth-of-type(2) p{
	color: #979696;
}
.list_box .bottm li:nth-of-type(3){
	width: 66.666%;
}
/* 历程 */
.his_box{
	position: relative;
	overflow: hidden;
	margin-top: 5%;
}
.his_box:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	top: 92px;
}
.his_box ul{
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	z-index: 2;
}
.his_box ul li{
	float: left;
	display: block;
	text-align: center;
}
.his_box ul li h1{
	font-size: 18px;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.his_box ul li h2{
	font-size: 26px;
	display: block;
	color: #666;
	margin-top: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.his_box ul li span{
	width: 8px;
	height: 8px;
	background: #B00F14;
	border-radius: 50%;
	margin: auto;
	display: block;
	margin-top: 40px
}
.his_box ul li.active span{
	height: 40px;
	border-radius: 10px;
	margin-top: 20px
}
.his_box ul li.active{
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
}
.his_box ul li.active h1{
	color: #B00F14;
	-webkit-transform:scale(1.1);
	transform: scale(1.1);
}
.his_box ul li.active h2{
	color: #B00F14;
	-webkit-transform:scale(1.1);
	transform: scale(1.1);
}
.btn span{
	position: absolute;
	left: 0;
	top: 48px;
	display: block;
	cursor: pointer;
	z-index: 9;
}
.btn span.br{
	left: inherit;
	right: 0;
}
.btn span i{
	font-size: 22px;
}
.btn span.bl{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 46px;
}
.contents{
	padding: 0 5%;
	overflow: hidden;
	position: relative;
}
.contents dl{
	position: absolute;
	left: 0;
	top:5%;
	opacity: 0;
	width: 90%;
}
.contents dl.active{
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.contents dl dd{
	margin-top: 30px;
}
.contents dl dd img{
	float: left;
	margin-right: 20px;
	width: 150px;
}
.contents dl dd h3{
	font-size: 22px;
	color: #B00F14;
	display: block;
	margin: 0 0 5px;
}
.contents dl dd p{
	font-size: 14px;
}
.about_xinxis{
	padding: 4% 0 0 0;
}
.about_tuandui {
    width: 100%;
}
.about_tuandui_backg {
    width: 100%;
    background: url(/html/class/template/images/tame_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 5% 0 2% 0;
	height: 820px;
	opacity: hidden;
}
.aboout_lay_contents_content {
    
}
.white_color {
    color: #fff;
    justify-content: left;
	font-size: 2.8rem;
}
.aboout_title_2 {
    font-size: 26px;
    letter-spacing: 1px;
    margin-top: 5px;
}
.aboout_title_3 {
    display: flex;
    margin-top: 10px;
}
.aboout_title_2>span {
    color: #B00F14;
    font-size: 2.6rem;
    font-weight: bold;
}
.aboout_title_3>span {
    width: 26px;
    height: 9px;
    background: #B00F14;
}
.about_tuandui_content_listt {
    transition: all .5s;
}
.ry-item {
    display: block;
    width: 15%;
    overflow: hidden;
    text-align: center;
    color: #505050;
    font-size: 16px;
    padding: 24px;
}
.ry-content {
    position: relative;
}
.ry-swiper {
    width: 100%;
    cursor: move;
}
.about_tuandui_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ry-swiper .swiper-slide {
    width: 20%;
    background-color: #fff;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
	cursor: move;
}
.ry-swiper .swiper-slide img{
	width: 100%;
}
.ry-swiper .swiper-slide-active {
    transform: scale(1);
    z-index: 10;
}
.about_tuandui_content_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.about_tuandui_jieshao{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	padding: 8px;
}
.about_tuandui_name {
    padding: 0 5px;
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.about_tuandui_work {
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 0;
}
.about_tuandui_jingli {
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    color: #737373;
    display: none;
    transition: all .5s;
}
.about_tuandui_jingli p{
	text-align: left;
	text-align:justify
}
.contant_box{
	background: #F4F4F4;
	padding: 4% 0;
}
.contant_box .contan{
	margin-top: 80px;
	position: relative;
}
.contant_box .contan .right{
	float: right;
	width: 50%;
	background: #fff;
	padding: 3% 4% 10%;
	box-sizing: border-box;
}
.contant_box .contan .right h1{
	color: #B00F14;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: solid #959595 1px;
}
.contant_box .contan .right .lx{
	margin-top: 5%;
}
.contant_box .contan .right .lx p{
	font-size: 1.4rem;
	color: #666;
	background: url(/html/class/template/images/address.png) no-repeat left;
	background-size: 1.6rem;
	padding-left: 26px;
}
.contant_box .contan .right .lx p:nth-child(2){
	margin: 14px 0;
	background: url(/html/class/template/images/tel.png) no-repeat left;
	background-size: 1.8rem;
	padding-top: 2px;
}
.contant_box .contan .right .lx p:nth-child(3){
	background: url(/html/class/template/images/email.png) no-repeat left;
	background-size: 1.5rem;
	padding-top: 2px;
}
.contant_box .contan .map {
   float: left;
   width: 50%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
}
.map #allmap {
    width: 100%;
    height: 100%;
}
.job2 .contain .bar{
	background: #b00f14;
	position: relative;
	padding: 6% 0;
	margin-top: 5%;
}
.job2 .contain b{
	width: 70%;
	display: block;
	position: absolute;
	left: 1.5%;
	top: -5%;
	height: 100%;
}
.job2 .contain .txt{
	width: 28%;
	float: right;
	text-align: center;
	position: relative;
}
.job2 .contain .txt:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url(/html/class/template/images/job2_2.png) no-repeat center center;
	background-size: 210px;
}
.job2 .contain .txt h1{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	z-index: 3;
	position: relative;
	margin-bottom: 20%;
	letter-spacing: 4px;
}
.job2 .contain .txt p{
	font-size: 15px;
	color: #fff;
	z-index: 3;
	position: relative;
	letter-spacing: 2px;
}
.job2 .contain .bar2{
	background: #fff;
	position: relative;
	padding: 4% 5%;
}
.job2 .contain .bar2 h2{
	font-size: 15px;
	color: #666;
	font-weight: normal;
	margin: 15px 0;
}
.job2 .contain .bar2 h2:first-of-type{
	border-top: 1px solid #ccc;
	padding-top: 3%;
}
.abouts{
	padding: 6% 0;
}
.abouts .txt{
	padding: 4% 0 0;
}
.abouts .txt p{
	font-size: 16px;
	color: #666;
	margin: 15px 0;
	letter-spacing: 0.5px;
}
.abouts .txt p:last-of-type{
	margin-bottom: 70px;
}
.abouts .txt h6{
	font-size: 15px;
	color: #666;
	margin: 15px 0;
	text-align: right;
	padding-right: 110px;
	position: relative;
}
.abouts .txt h6 img{
	position: absolute;
	right: 0;
	top:-40px;
}
.about3{
	background: #f4f4f4;
	}
.about3 .box{
	position: relative;
	height: 100%;
	margin-top: 5%;
}
.about3 .box .txt{
	width: 70%;
	float: left;
	padding: 2% 0 0;
}
.about3 h3{
	font-size: 20px;
	font-weight: normal;
	color: #3a3939;
}
.about3 .box .bg{
	float: right;
	width: 26%;
}
.about3 .box .bg img{
	width:100%;
}
.about4{
	padding: 6% 0 ;
}
.about5{
	background: #f4f4f4;
	}
.about6 {
	padding-bottom: 3%;
}
.about6 .contain{
	position: relative;
}
.about6 .contain b img{
	position: absolute;
	left: 0%;
	top: 15%;
	width: 46%;
}
.about6 .par_img{
	position: relative;
	z-index: 3;
		display: block;
	    overflow: hidden;
		margin-top: 8%;
	}
.about6 .par_img ul {
	    margin: 0;
	    display: block;
	    padding: 0;
	    float: left;
	    display: flex;
        flex-wrap: wrap;
	}
.about6 .par_img li {
	    float: left;
	    width: 20%;
	    margin: 0;
	    display: block;
	    padding: 1%;
	}
.about6 .par_img li img{
		width: 100%;
	}
.about6 .par_img .btns {
	    text-align: center;
	    position: absolute;
	    left: 0;
	    bottom: 6%;
	    z-index: 9;
	    width: 100%;
	}
.about6 .par_img .btns span {
	    width: 16px;
	    height: 16px;
	    border-radius: 50%;
	    background: #ccc;
	    margin: 5px;
	    display: inline-block;
	}
.about6 .par_img .btns span.active {
	    background: #b00f14;
	}
.news_box h3{
	font-size: 1.4rem;
	color: #464646;
	text-align: center;
}
.news_box h3 span{
	width: 26px;
	display: block;
	height: 9px;
	background: #B00F14;
	margin:20px  auto 0;
}
.txt_news{
	padding:3% 5% 5% 5%;
}
.txt_news h1{
	font-size: 2rem;
	color: #333;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.txt_news p{
	font-size: 1.6rem;
	color: #666;
	margin: 10px 0;
	display: block;
	letter-spacing: 0.5px;
}
.txt_news img{
	width: 100%;
	display: block;
	margin:25px auto;
}
.back_news{
	width: 160px;
	text-align: center;
	margin: auto;
	border: 1px solid #ccc;
	padding: 10px 0;
	font-size: 1.3rem;
	margin-top: 8%;
	letter-spacing: 1px;
}