html{
	font-size:62.5%;
}
body {
	font-family: "微软雅黑";
	color: #42454c;
	font-size: 2.6rem;
}
a, input, li, p, select, textarea, ul {
	margin: 0;
	padding: 0;
	list-style: none
}
img {
	max-width: 100%;
}
a {
	color: #42454c
}
a:hover  {
	text-decoration: none;
	color: #981d16;
}
.fl {
	float: left
}
.fr {
	float: right
}
.head{
	border-bottom: 4px solid #981d16;
	display: inline-block;
	text-align: center;	
	width:100%;
	padding: 10px 0;
}
.head a{
	width:8%;
	margin:5% 2% 0 2%;
}
.menutb{
	float: right;
	
}
.logo{
	width:48%;
	display: inline-block;
}
.carousel-control.left, .carousel-control.right
{
  background-image: none;
}
.menu{
	display: none;
	position: absolute;
	width:100%;
	padding:0;
	z-index: 999;
	background-color: rgba(152,29,22,0.95);
}
.menu h4,.menu a,.closetb{
	display:block;
	padding: 1rem 0;
	line-height:2;	
	color:#fff;
	margin:0;
	position: relative;
	overflow: hidden;
}
.menu h4.ahover{	
	background: url('../img/light.png') left center no-repeat;
}
.menu h4{
	padding-left: 10%;
	border-bottom: 1px solid #ad504b;
}
.closetb{
	text-align: center;
}
.menu h4::after{
	float: right;
	position: absolute;
	right:2rem;
	top:0;
	content:'+';
}
.submenu{
	display: none;
	background-color: #fff;
	width:100%;
}
.submenu a{
	display: inline-block;
	width:49%;
	margin-right: 0;
	text-align: center;
	line-height: 2.6;
	color:#444;
	border-bottom: 1px dotted #eee;
}
.submenu a::before{
	content:'-';
	margin-right: 8px;
	color:#999;

}
#banner .swiper-slide{
	background-position: top center;
	height: 220px;
	background-size: 180% 220px;
}
#banner .swiper-slide img{display: none;}
.swiper-button-next, .swiper-button-prev{
	color: #fff; outline: none;
}
.yw-menu{
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 5rem;
}
.yw-menu ul{
	margin:0 2%;
}
.yw-menu li{
	display: inline-block;
	width:33.3%;
	margin-right: -4px;
	text-align: center;
	font-size: 3.6rem;
	color:#444;
}
.yw-menu li.cur{
	border-bottom: 0.4rem solid #981d16;
	color:#981d16;
	margin-bottom: -2px;
}
.yw-list,.block,.icons{
	display: inline-block;
	width:96%;
	margin:10px 2%;
}
.yw-list{
	margin: 0;
	width: 100%;
	padding: 10px 2%;
	background-color: #f8f8f8;

}
.yw-list li{
	display: inline-block;
	width:47.2%;
	margin:1rem 1% 0 1%;
}
.yw-list li p{
	display: block;
	width:100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;	
	line-height:1.5;
	padding:0.6rem 0;
}
.hidden{
	display: none;
}
.yw-list li.moretb,.moretb{
	background-color: #f4f4f4;
	border-radius: 0.4rem;
	width:100%;
	display: block;	
	text-align: center;
	padding:0.3rem 0;
}
.yw-list li img{
	width:100%;
	height:130px;
}
.title{
	border-bottom: 1px solid #ddd;
	display: block;
	width:100%;
	padding:1rem 0 0;
	text-align: center;
	margin-bottom: 1rem;
	border-top: 1rem solid #ddd;
	margin-top: 2rem;
}
.title h4{
	color: #981d16;
	font-size:3.6rem; font-weight: bold;
}
.title h4 i{
	display: block;
	font-style: normal;
	font-size:1.4rem;
	font-weight: 500;
	color:#999;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 2;
}
.title span{
	display: block;
	margin-top: 0.7rem;
	width:10rem;
	height:4px;
	margin:0 auto -2px auto;
	background-color: #dfdfdf;
}
.ld-pic{
	float: left;
	width:40%;
	margin-right: 6%;
	box-shadow: 5px 5px 0 #ccc;
}
.zhici{
	float: right;
	width:54%;
	line-height: 1.8;
}
.zhici p{
	text-indent: 3.2rem;
	margin-bottom: 1rem;
}
.icons li{
	display: inline-block;
	width:33.33%;
	margin:1.6rem -2px 0 -2px;
	text-align: center;
	font-size:3.2rem;
	line-height: 2;
}
.icons li img{
	width:70%;
	margin:0 15%;
	display: inline-block;
	
}
.pic{
	float: left;
	width:100%;
	margin-bottom: 1.6rem;
	line-height: 1.5;
}
.pic img{
	float: left;
	width:40%;
	height:85px;
	margin-right: 5%;
}
.pic span{
	display: block;
	color:#999;
	margin-top: 0.3rem;
}
.newslist{
	margin-bottom: 1.8rem;
}
.newslist li,.news li{
	display: block;
	padding: 10px 0;
	margin-bottom: 0.3rem;	
}
.news li{
	border-bottom: 1px dotted #ddd;
}
.newslist li a,.news li a{
	display: block;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.linkimg a{margin-bottom: 20px;
	display: block;
}
.foot{
	display: block;
	background: url('../img/footbg.jpg') repeat;
	padding:20px 0;
	text-align: center;
	color:#fff; font-size: 14px;
	line-height: 1.5;
}
.pos{
	margin: 1rem 2%;
}
.pos b:before{
    content: '\00BB'; font-weight: bold;
    display: inline-block; margin: 0 0 0 5px;
}
.cont{
	display: inline-block;
	width:100%; min-height: 600px;
	padding:0 2% 30px;
}
.cont .title{
	border-top: 0;
	margin-top: 0;
}
.cont .yw-list{
	background-color: #fff!important;
	padding: 0;
}
.news{
	margin:0 2%;
}
.news span{
	display: block;
	color:#999; font-size: 14px;
}
.page{
	display: block;
	margin:2rem 0;
	text-align: center;
}
.page span:first-child{
	display: block;
	margin-bottom: 10px;
}
.page a,.page span.current,.page span.disabled{
	display: inline-block;
	border:1px solid #ddd;
	background-color: #fff;
	padding:0.6rem 1.5rem;
	color:#444; margin-right: -1px;
}
.page a.current,.page span.current{
	background-color: #981d16;
	color:#fff;
	border:1px solid #840e07;
}
.detail,.detail-t{
	margin:0.5rem 2.5%;
	display: block;
	line-height: 2;
	color:#444;
}
.detail img{
	width: 100%;
	margin:1rem 0;
}
.detail-t{		
	margin-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.detail-t h3{
	font-size:3.2rem;
	line-height: 1.5;	
	padding:0.5rem 0;
	margin-bottom: 0;
}
.detail-t p{
	font-size:2.4rem;
	color:#999;
}

.licheng {
	float: left;
	margin-left: 3%;
	border-left: 1px solid #ddd;
	padding: 1rem 0
}
.licheng li {
	display: block;
	background: url(../img/dot.png) left top no-repeat;
	padding-left: 8%;
	line-height: 2;
	color: #666;
	margin: 5px 0 5px -15px
}
.licheng li span {
	display: inline-block;
	vertical-align: top
}
.honor,.contact{
	display: block;
	margin:0.5rem 2% 1rem 2%;
	width:96%;
	line-height: 2;
}
.honor li{
	float:left;
	width:48%;
	margin:0 1% 1rem 1%;
	vertical-align: top;
	text-align: center;
}
.honor li img{
	width:100%;
}
.contact h3{
	color: #981d16;
}
.culture {
	display: block;
	line-height: 1.6
}
.culture h4 {
	display: inline-block;
	color: #c0453e;
	font-size:2.8rem;
	margin:0.5rem 0;
}
.zhaopin {
	line-height: 2;
	display: block;
	margin:0 2%;	
}
.zhaopin p {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px
}
.zhaopin h3 {
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	line-height: 2;
	color: #333;
	margin: 0
}
.zhaopin h3 b {
	float: right;
	font-family: "宋体";
	color: #42454c;
	transition: all .2s ease 0s;
	margin-right: 8px
}
.zhaopin h3 span {
	display: inline-block;
	white-space: nowrap;
	font-size:3rem;
	box-sizing: content-box
}
.zhaopin .xuanzhuan {
	background-color: #f8f8f8;
}
.zhaopin .xuanzhuan b {
	transform: rotate(90deg);
	color: #ca4f48
}
.zhaopin .xuanzhuan span {
	color: #ca4f48;
	font-weight: 600
}
.jobRq {
	list-style: none;
	display: none;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ddd
}
.jobRq li {
	display: block;
	line-height: 2
}
.jobRq li h4 {
	font-size: 16px;
	color: #42454c
}
.jobRq li.nr {
	display: block;
	color: #999;
	padding-left: 10px
}



@media only screen and (min-width: 320px){
  html{
    font-size: 33%;
  }  
}
@media only screen and (min-width: 370px){
  html{
    font-size: 37%;
  }
}
@media only screen and (min-width: 410px){
  html{
    font-size: 41%;
  }  
}
@media only screen and (min-width: 650px){
  html{
    font-size: 60%;
  } 
}

