@charset "utf-8";
/* CSS Document */
@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;
}
html, body, div,  h1, h2, h3, h4, h5, h6, a, em, img, hr, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,p{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	line-height: 22px;
	list-style:none;
	font-weight: normal;
	color:#333;
	font-family:Arial;
	box-sizing: border-box;
	text-align:justify;
	}
html{
	font-size:62.5%;
	font-size:10px;
	}
/*字体/行高/及文字box rem控制*/
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section {
    margin:0;
    padding:0;
    display:block;	
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
img{
	padding: 0;
	margin:0;
	vertical-align: middle;
}
input{
	display: block;
	outline: none;
	padding: 0;
	margin:0;
	-webkit-appearance: none;
	box-shadow:inset none;
	border-radius:0;
	font-size:1.3rem;
}
input:focus { outline: none; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #333;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
color: #333;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
color: #333;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
color: #333;   
} 
/*index*/
html, body{
	width:100%;
	overflow-X:hidden;
	position:relative;
	background: #fbf7f8;
	font-size: 62.5%;
	}
/*底部导航*/
.nav_bottom{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index: 9999;
}
.nav_bottom ul li{
	float:left;
	width:33.3%;
	background:#fff;
	position:relative;
	}
.nav_bottom h1{
	color: #333;
	font-size: 1.5rem;
	line-height: 40px;
	border-right:1px solid #eee;
	box-sizing:border-box;
	text-align:center;
}
.nav_bottom p{
	position:absolute;
	left:0;
	bottom:40px;
	background:#f9f9f9;
	width:100%;
	display:none;
	}
.nav_bottom p a{
	font-size:1.3rem;
	color:#666;
	display:block;
	line-height:30px;
	text-align:center;
	border:1px solid #eee;
	box-sizing:border-box;
	}
/**/
.wall{
	width: 90%;
	margin: auto;
}
.banner{
	width:100%;
	}
.banner img{
	width: 100%;
}
.all_box{
	padding-bottom:10% ;
	}
.about{
	padding: 5%;
}
.about h2{
	text-align: center;
	position: relative;
	padding: 5% 0;
}
.about h2 span{
	display: block;
	font-size: 3.3rem;
	color: #da251c;
	opacity: 0.06;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.about h2 strong{
	font-size: 1.6rem;
	color: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	letter-spacing: 4px;
	border: 1px solid #999;
	padding: 8px 0px;
	width: 60%;
	text-align: center;
	font-weight: bold;
}
.about h3{
	text-align: center;
	position: relative;
	font-size: 1.2rem;
	opacity: 0.9;
}
.about p{
	font-size: 1.3rem;
	margin: 10px 0;
	line-height:1.8;
	color: #808080;
	text-indent: 2em;
}
.about2{
	margin: 5% auto;
}
.about2 .contain{
	width: 90%;
	margin:8% auto 0;
	position: relative;
	padding: 0 5%;
	box-sizing: border-box;
}
.about2 .swiper-container{
	height: auto !important;
	padding: 5% 0;
}
.about2 img{
	width: 100%;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.about2 p{
	font-size: 1.6rem;
	color: #333;
	box-sizing: border-box;
	text-align: center;
	margin-top: 5%;
	font-weight: bold;
}
.about2 .swiper-slide p{
	display: none;
}
.lll{
	position: absolute;
	left:-3%;
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ccc;
	cursor: pointer;
	text-align: center;
}
.llr{
	position: absolute;
	right: -10%;
	top: 50%;
	width:28px;
	height:28px;
	border-radius: 50%;
	border: 1px solid #ccc;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}
.ll i{
	font-size: 1.6rem;
	color: #333;
	line-height: 28px;
	display: block;
}
.llr i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 24px;
}
.ll{
	-webkit-transform: scale(0.8) translate(-50%,-50%);
	transform: scale(0.8) translate(-50%,-50%);
}
.ll:hover i{
	color: #da251b;
}
.ll:hover{
	border-color: #da251b;
}
.about2 .swiper-slide-active{
	box-shadow: 0 2px 10px rgba(0,0,0,0.06);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.about3 p{
	text-align: center;
	font-size: 1.5rem;
	margin: 10px 0;
	color: #333;
	letter-spacing: 1px;
}
.about3 ul li{
	float: left;
	width: 48%;
	margin-top: 3%;
}
.about3 ul li:nth-of-type(2n){
	float: right;
}
.about3 ul li img{
	width: 100%;
}
.news .n_nav{
	text-align: center;
	padding: 10% 0 0;
}
.news .n_nav a{
	font-size: 1.6rem;
	color: #333;
	margin: 15px;
	padding-bottom: 5px;
	letter-spacing: 0.3px;
	border-bottom: 1px solid rgba(218,37,27,0);
}
.news .n_nav a.active{
	color: #da251b;
	border-bottom: 1px solid rgba(218,37,27,1);
}
.news ul li{
	margin: 12% 0;
	border-bottom: 5px solid rgba(238,238,238,1);
	padding-bottom: 5%;
	position: relative;
}
.news ul li:last-of-type{
	border: none;
	padding: 0;
}
.data{
	position: absolute;
	left: 0;
	top: -10px;
	background: rgba(218,37,27,0.98);
	color: #fff;
	font-size: 1.2rem;
	padding: 1px 10px;
	z-index: 9;
	display: block;
	letter-spacing: 0.5px;
}
.news ul li img{
	width: 100%;
}
.news ul li h2{
	font-size: 1.6rem;
	color: #555;
	margin: 6% 0;
	letter-spacing: 0.5px;
}
.news ul li h3{
	text-align: center;
	margin: 5% 0;
}
.news ul li h3 strong{
	font-size: 1.2rem;
	color: #808080;
	display: inline-block;
	border-bottom: 1px solid #808080;
	letter-spacing: 1px;
}
.news_d h2{
	font-size: 1.8rem;
	line-height: 1.6;
	color: #333;
	text-align: center;
	margin: 10% 0;
}
.news_d b{
	display: block;
	position: relative;
	margin-bottom: 5%;
}
.news_d b img{
	width: 100%;
}
.news_d p{
	font-size: 1.4rem;
	line-height: 1.8;
	color: #808080;
	margin: 10px 0;
	text-indent: 2em;
}
.pro .banner{
	position: relative;
	margin: 5% auto;
}
.pro .banner p{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	width: 80%;
}
.pro .banner p strong{
	display: block;
	color: #fff;
	font-size: 1.3rem;
	opacity: 0.8;
	text-align: center;
	margin-top: 5px;
}
.pro ul li{
	margin-top: 8%;
}
.pro ul li img{
	width: 100%;
	margin: 15px 0;
}
.pro ul li h2{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.pro ul li span{
	font-size: 1.5rem;
	color: #da251b;
	letter-spacing: 0;
	font-weight: normal;
}
.pro ul li i{
	font-size: 1.5rem;
	float: right;
	display: block;
	font-weight: normal;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #888;
	border-radius: 50%;
	border: 1px solid #ccc;
	height: 18px;
	text-align: center;
	line-height: 18px;
	width: 18px;
	padding: 2px;
	margin-top: -2px;
}
.pro_d{
	margin: 10% auto;
}
.title{
	font-size: 1.8rem;
	font-weight: bold;
	color: #da251b;
	padding: 0 30px 15px 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin: 5% 0;
	letter-spacing: 1.5px;
}
.title::before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background:#da251b;
}
.pro_d .bar{
	margin: 5% 0;
}
.pro_d .bar:first-of-type p{
	font-size: 1.4rem;
}
.pro_d p{
	margin: 5px 0;
	font-size: 1.3rem;
	color: #808080;
}
.pro_d p strong{
	margin: 8% 0 3%;
	font-size: 1.5rem;
	color: #333;
	display: block;
	font-weight: bold;
}
.contact .banner{
	position: relative;
	margin: 0 auto 5%;
}
.contact .banner p{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}
.contact .banner p strong{
	display: block;
	color: #fff;
	font-size: 1.3rem;
	opacity: 0.8;
	margin-top: 5px;
	text-transform: uppercase;
}
.contact .all_top{
	border-radius: 5px;
	padding: 6%;
	background: #fff;
	margin-top: -10%;
	position: relative;
	z-index: 9;
	box-shadow: 0 5px 10px rgba(0,0,0,0.06);
}
.contact .box h1{
	font-size:1.9rem;
	letter-spacing: 1px;
	color:#da251b;
	font-weight: bold;
	margin-bottom: 15px;
	}
.contact .box h5{
	font-size:1.4rem;
	color:#333;
	margin:5px 0;
	display:block;
	letter-spacing:0.5px;
	}
.contact .box h6{
	font-size:1.4rem;
	color:#808080;
	margin:7px 0;
	display:block;
	letter-spacing:0.3px;
	}
.contact .box h6 strong{
	font-size:1.4rem;
	color:#808080;
	}
.contact .box h6 a{
	font-size:1.4rem;
	color: #808080
}

.job .all_top{
	margin-top: 3%;
	padding: 5%;
	z-index: inherit;
}
.job .contain{
	margin-top: -10%;
}
.job h2{
	font-size:1.7rem;
	letter-spacing: 0.5px;
	color:#333;
	font-weight: bold;
	margin-bottom: 5px;
}
.job h3{
	overflow: hidden;
}
.job h3 span{
	display: block;
	float: left;
	font-size: 1.3rem;
	margin: 0 6px;
	position: relative;
	padding-left: 12px;
	color: #808080;
}
.job h3 span:first-of-type{
	margin-left: 0;
	padding: 0;
}
.job h3 span:first-of-type::before{
	display: none;
}
.job h3 span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 70%;
	background: #ddd;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.job h3 b{
	display: block;
	float: right;
	font-size: 1.4rem;
	color: #da251b;
	font-weight: normal;
}
.xq{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(14,14,14,0.8);
	z-index: 9999999;
	display: none;
}
.xq .x_box{
	position: absolute;
	left: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	background: #fff;
	padding: 8%;
	box-sizing: border-box;
}
.xq .x_box .top{
	border-bottom: 1px solid #eee;
	padding-bottom:2%;
	margin-bottom: 5%;
	overflow: hidden;
}
.xq .x_box .top h2{
	float: left;
}
.xq .x_box b{
	float: right;
	color: #da251b;
	font-weight: normal;
	font-size: 1.4rem;
}
.xq .x_box h4{
	color: #da251b;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 8% 0 3%;
}
.xq .x_box p{
	color: #808080;
	font-size: 1.3rem;
	margin: 5px 0;
}
.close img{
	position: absolute;
	right: 5%;
	top: -14%;
	width: 28px;
}
.big_box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.8);
	display: none;
}
.big_box .big_imgs{
	display: block;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 4;
}
.big_box .big_imgs img{
	width: 100%;
}