*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
}
html,body{
	height:100%;
	color:#333;
}
body{
	font-family:"microsoft yahei";
}
.swiper-container {
	width: 100%;
    height: 100%;
}  
.swiper-slide{
	width:100%;
	height:100%;
}
a, a:hover, a:link{

	text-decoration:none;
}
img{
	display:block;
}
.swiper-pagination-bullet {
width: 6px;
height: 6px;
background: #fff;
opacity: .4;
}
.swiper-pagination-bullet-active {
opacity: 1;
}
@-webkit-keyframes start {
	0%,30% {opacity: 0;-webkit-transform: translate(0,10px);}
	60% {opacity: 1;-webkit-transform: translate(0,0);}
	100% {opacity: 0;-webkit-transform: translate(0,-8px);}
}
@-moz-keyframes start {
	0%,30% {opacity: 0;-moz-transform: translate(0,10px);}
	60% {opacity: 1;-moz-transform: translate(0,0);}
	100% {opacity: 0;-moz-transform: translate(0,-8px);}
}
@keyframes start {
	0%,30% {opacity: 0;transform: translate(0,10px);}
	60% {opacity: 1;transform: translate(0,0);}
	100% {opacity: 0;transform: translate(0,-8px);}
}
.ani{
	position:absolute;
	}
.txt{
	position:absolute;
}
#array{
	position:absolute;z-index:999;-webkit-animation: start 1.5s infinite ease-in-out;
}
ul{ 
	list-style-type:none; 
}
a{
	text-decoration:none;
}
.ellipsis{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow:ellipsis;
	-khtml-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
/**/
.flex{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
}
.flex-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-end{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.space-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.align-items_flex-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.align-items_center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.align-items_baseline{
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.container {
 margin-right:auto;
 margin-left:auto
}
@media (min-width:768px) {
 .container {
  width:92%;
 }
}
@media (min-width:992px) {
 .container {
  width:970px
 }
}
@media (min-width:1200px) {
 .container {
  width:1200px
 }
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
 position:relative;
 min-height:1px;
 padding-right:15px;
 padding-left:15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
 float:left
}
.col-xs-12 {
 width:100%
}
.col-xs-11 {
 width:91.66666667%
}
.col-xs-10 {
 width:83.33333333%
}
.col-xs-9 {
 width:75%
}
.col-xs-8 {
 width:66.66666667%
}
.col-xs-7 {
 width:58.33333333%
}
.col-xs-6 {
 width:50%
}
.col-xs-5 {
 width:41.66666667%
}
.col-xs-4 {
 width:33.33333333%
}
.col-xs-3 {
 width:25%
}
.col-xs-2 {
 width:16.66666667%
}
.col-xs-1 {
 width:8.33333333%
}
.col-xs-pull-12 {
 right:100%
}
.col-xs-pull-11 {
 right:91.66666667%
}
.col-xs-pull-10 {
 right:83.33333333%
}
.col-xs-pull-9 {
 right:75%
}
.col-xs-pull-8 {
 right:66.66666667%
}
.col-xs-pull-7 {
 right:58.33333333%
}
.col-xs-pull-6 {
 right:50%
}
.col-xs-pull-5 {
 right:41.66666667%
}
.col-xs-pull-4 {
 right:33.33333333%
}
.col-xs-pull-3 {
 right:25%
}
.col-xs-pull-2 {
 right:16.66666667%
}
.col-xs-pull-1 {
 right:8.33333333%
}
.col-xs-pull-0 {
 right:auto
}
.col-xs-push-12 {
 left:100%
}
.col-xs-push-11 {
 left:91.66666667%
}
.col-xs-push-10 {
 left:83.33333333%
}
.col-xs-push-9 {
 left:75%
}
.col-xs-push-8 {
 left:66.66666667%
}
.col-xs-push-7 {
 left:58.33333333%
}
.col-xs-push-6 {
 left:50%
}
.col-xs-push-5 {
 left:41.66666667%
}
.col-xs-push-4 {
 left:33.33333333%
}
.col-xs-push-3 {
 left:25%
}
.col-xs-push-2 {
 left:16.66666667%
}
.col-xs-push-1 {
 left:8.33333333%
}
.col-xs-push-0 {
 left:auto
}
.col-xs-offset-12 {
 margin-left:100%
}
.col-xs-offset-11 {
 margin-left:91.66666667%
}
.col-xs-offset-10 {
 margin-left:83.33333333%
}
.col-xs-offset-9 {
 margin-left:75%
}
.col-xs-offset-8 {
 margin-left:66.66666667%
}
.col-xs-offset-7 {
 margin-left:58.33333333%
}
.col-xs-offset-6 {
 margin-left:50%
}
.col-xs-offset-5 {
 margin-left:41.66666667%
}
.col-xs-offset-4 {
 margin-left:33.33333333%
}
.col-xs-offset-3 {
 margin-left:25%
}
.col-xs-offset-2 {
 margin-left:16.66666667%
}
.col-xs-offset-1 {
 margin-left:8.33333333%
}
.col-xs-offset-0 {
 margin-left:0
}
@media (min-width:768px) {
 .col-sm-1,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12 {
  float:left
 }
 .col-sm-12 {
  width:100%
 }
 .col-sm-11 {
  width:91.66666667%
 }
 .col-sm-10 {
  width:83.33333333%
 }
 .col-sm-9 {
  width:75%
 }
 .col-sm-8 {
  width:66.66666667%
 }
 .col-sm-7 {
  width:58.33333333%
 }
 .col-sm-6 {
  width:50%
 }
 .col-sm-5 {
  width:41.66666667%
 }
 .col-sm-4 {
  width:33.33333333%
 }
 .col-sm-3 {
  width:25%
 }
 .col-sm-2 {
  width:16.66666667%
 }
 .col-sm-1 {
  width:8.33333333%
 }
 .col-sm-pull-12 {
  right:100%
 }
 .col-sm-pull-11 {
  right:91.66666667%
 }
 .col-sm-pull-10 {
  right:83.33333333%
 }
 .col-sm-pull-9 {
  right:75%
 }
 .col-sm-pull-8 {
  right:66.66666667%
 }
 .col-sm-pull-7 {
  right:58.33333333%
 }
 .col-sm-pull-6 {
  right:50%
 }
 .col-sm-pull-5 {
  right:41.66666667%
 }
 .col-sm-pull-4 {
  right:33.33333333%
 }
 .col-sm-pull-3 {
  right:25%
 }
 .col-sm-pull-2 {
  right:16.66666667%
 }
 .col-sm-pull-1 {
  right:8.33333333%
 }
 .col-sm-pull-0 {
  right:auto
 }
 .col-sm-push-12 {
  left:100%
 }
 .col-sm-push-11 {
  left:91.66666667%
 }
 .col-sm-push-10 {
  left:83.33333333%
 }
 .col-sm-push-9 {
  left:75%
 }
 .col-sm-push-8 {
  left:66.66666667%
 }
 .col-sm-push-7 {
  left:58.33333333%
 }
 .col-sm-push-6 {
  left:50%
 }
 .col-sm-push-5 {
  left:41.66666667%
 }
 .col-sm-push-4 {
  left:33.33333333%
 }
 .col-sm-push-3 {
  left:25%
 }
 .col-sm-push-2 {
  left:16.66666667%
 }
 .col-sm-push-1 {
  left:8.33333333%
 }
 .col-sm-push-0 {
  left:auto
 }
 .col-sm-offset-12 {
  margin-left:100%
 }
 .col-sm-offset-11 {
  margin-left:91.66666667%
 }
 .col-sm-offset-10 {
  margin-left:83.33333333%
 }
 .col-sm-offset-9 {
  margin-left:75%
 }
 .col-sm-offset-8 {
  margin-left:66.66666667%
 }
 .col-sm-offset-7 {
  margin-left:58.33333333%
 }
 .col-sm-offset-6 {
  margin-left:50%
 }
 .col-sm-offset-5 {
  margin-left:41.66666667%
 }
 .col-sm-offset-4 {
  margin-left:33.33333333%
 }
 .col-sm-offset-3 {
  margin-left:25%
 }
 .col-sm-offset-2 {
  margin-left:16.66666667%
 }
 .col-sm-offset-1 {
  margin-left:8.33333333%
 }
 .col-sm-offset-0 {
  margin-left:0
 }
}
@media (min-width:992px) {
 .col-md-1,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-md-10,
 .col-md-11,
 .col-md-12 {
  float:left
 }
 .col-md-12 {
  width:100%
 }
 .col-md-11 {
  width:91.66666667%
 }
 .col-md-10 {
  width:83.33333333%
 }
 .col-md-9 {
  width:75%
 }
 .col-md-8 {
  width:66.66666667%
 }
 .col-md-7 {
  width:58.33333333%
 }
 .col-md-6 {
  width:50%
 }
 .col-md-5 {
  width:41.66666667%
 }
 .col-md-4 {
  width:33.33333333%
 }
 .col-md-3 {
  width:25%
 }
 .col-md-2 {
  width:16.66666667%
 }
 .col-md-1 {
  width:8.33333333%
 }
 .col-md-pull-12 {
  right:100%
 }
 .col-md-pull-11 {
  right:91.66666667%
 }
 .col-md-pull-10 {
  right:83.33333333%
 }
 .col-md-pull-9 {
  right:75%
 }
 .col-md-pull-8 {
  right:66.66666667%
 }
 .col-md-pull-7 {
  right:58.33333333%
 }
 .col-md-pull-6 {
  right:50%
 }
 .col-md-pull-5 {
  right:41.66666667%
 }
 .col-md-pull-4 {
  right:33.33333333%
 }
 .col-md-pull-3 {
  right:25%
 }
 .col-md-pull-2 {
  right:16.66666667%
 }
 .col-md-pull-1 {
  right:8.33333333%
 }
 .col-md-pull-0 {
  right:auto
 }
 .col-md-push-12 {
  left:100%
 }
 .col-md-push-11 {
  left:91.66666667%
 }
 .col-md-push-10 {
  left:83.33333333%
 }
 .col-md-push-9 {
  left:75%
 }
 .col-md-push-8 {
  left:66.66666667%
 }
 .col-md-push-7 {
  left:58.33333333%
 }
 .col-md-push-6 {
  left:50%
 }
 .col-md-push-5 {
  left:41.66666667%
 }
 .col-md-push-4 {
  left:33.33333333%
 }
 .col-md-push-3 {
  left:25%
 }
 .col-md-push-2 {
  left:16.66666667%
 }
 .col-md-push-1 {
  left:8.33333333%
 }
 .col-md-push-0 {
  left:auto
 }
 .col-md-offset-12 {
  margin-left:100%
 }
 .col-md-offset-11 {
  margin-left:91.66666667%
 }
 .col-md-offset-10 {
  margin-left:83.33333333%
 }
 .col-md-offset-9 {
  margin-left:75%
 }
 .col-md-offset-8 {
  margin-left:66.66666667%
 }
 .col-md-offset-7 {
  margin-left:58.33333333%
 }
 .col-md-offset-6 {
  margin-left:50%
 }
 .col-md-offset-5 {
  margin-left:41.66666667%
 }
 .col-md-offset-4 {
  margin-left:33.33333333%
 }
 .col-md-offset-3 {
  margin-left:25%
 }
 .col-md-offset-2 {
  margin-left:16.66666667%
 }
 .col-md-offset-1 {
  margin-left:8.33333333%
 }
 .col-md-offset-0 {
  margin-left:0
 }
}
@media (min-width:1200px) {
 .col-lg-1,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12 {
  float:left
 }
 .col-lg-12 {
  width:100%
 }
 .col-lg-11 {
  width:91.66666667%
 }
 .col-lg-10 {
  width:83.33333333%
 }
 .col-lg-9 {
  width:75%
 }
 .col-lg-8 {
  width:66.66666667%
 }
 .col-lg-7 {
  width:58.33333333%
 }
 .col-lg-6 {
  width:50%
 }
 .col-lg-5 {
  width:41.66666667%
 }
 .col-lg-4 {
  width:33.33333333%
 }
 .col-lg-3 {
  width:25%
 }
 .col-lg-2 {
  width:16.66666667%
 }
 .col-lg-1 {
  width:8.33333333%
 }
 .col-lg-pull-12 {
  right:100%
 }
 .col-lg-pull-11 {
  right:91.66666667%
 }
 .col-lg-pull-10 {
  right:83.33333333%
 }
 .col-lg-pull-9 {
  right:75%
 }
 .col-lg-pull-8 {
  right:66.66666667%
 }
 .col-lg-pull-7 {
  right:58.33333333%
 }
 .col-lg-pull-6 {
  right:50%
 }
 .col-lg-pull-5 {
  right:41.66666667%
 }
 .col-lg-pull-4 {
  right:33.33333333%
 }
 .col-lg-pull-3 {
  right:25%
 }
 .col-lg-pull-2 {
  right:16.66666667%
 }
 .col-lg-pull-1 {
  right:8.33333333%
 }
 .col-lg-pull-0 {
  right:auto
 }
 .col-lg-push-12 {
  left:100%
 }
 .col-lg-push-11 {
  left:91.66666667%
 }
 .col-lg-push-10 {
  left:83.33333333%
 }
 .col-lg-push-9 {
  left:75%
 }
 .col-lg-push-8 {
  left:66.66666667%
 }
 .col-lg-push-7 {
  left:58.33333333%
 }
 .col-lg-push-6 {
  left:50%
 }
 .col-lg-push-5 {
  left:41.66666667%
 }
 .col-lg-push-4 {
  left:33.33333333%
 }
 .col-lg-push-3 {
  left:25%
 }
 .col-lg-push-2 {
  left:16.66666667%
 }
 .col-lg-push-1 {
  left:8.33333333%
 }
 .col-lg-push-0 {
  left:auto
 }
 .col-lg-offset-12 {
  margin-left:100%
 }
 .col-lg-offset-11 {
  margin-left:91.66666667%
 }
 .col-lg-offset-10 {
  margin-left:83.33333333%
 }
 .col-lg-offset-9 {
  margin-left:75%
 }
 .col-lg-offset-8 {
  margin-left:66.66666667%
 }
 .col-lg-offset-7 {
  margin-left:58.33333333%
 }
 .col-lg-offset-6 {
  margin-left:50%
 }
 .col-lg-offset-5 {
  margin-left:41.66666667%
 }
 .col-lg-offset-4 {
  margin-left:33.33333333%
 }
 .col-lg-offset-3 {
  margin-left:25%
 }
 .col-lg-offset-2 {
  margin-left:16.66666667%
 }
 .col-lg-offset-1 {
  margin-left:8.33333333%
 }
 .col-lg-offset-0 {
  margin-left:0
 }
}
/*banner*/
.banner{
	width:100%;
	height:500px;
}
.banner .swiper-slide{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.banner .swiper-pagination{
	bottom:2%;
	width:100%;
	left:0;
}
.banner .swiper-pagination-bullet{
	width:32px;
	height:32px;
	background:url(../images/banner_pagination.png) no-repeat center / contain;
	margin:0 10px;
	opacity:0.5;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1;
}
/*header*/
header{
	width:100%;
	height:75px;
}
.header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	z-index: 99;
	background: rgba(0,0,0,.33);
}
.header .container{
	height:100%;
}
.menu {}
.menu li { float:left; position:relative; }
.menu li a:hover { }
.menu li.focusa { background:url(static/images/bg_focus.png); }
.menu li a { display:block; float:left; height:75px; line-height:75px; padding:0 20px;color:#fff; font-size:16px;}
.menu li ul { position:absolute; left:0; background: rgba(0,0,0,.33); width:150px; display:none; }
.menu li ul a { width:100%;line-height:40px;height:40px;}
.menu li ul li{width:100%;}
.one { top:75px; }
.one li a:hover {color:#b60005;}
.menu li ul.two { left:150px; }
.one li a.more { background:url(static/images/there.png) no-repeat 130px center; }
.one li a.more:hover {  }
.menu li ul.hdw { left:150px; }
.menu li ul.hdwq { left:150px; }

.menu>li>a::before {
    background: #b60005;
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	height: 4px;
	-webkit-transition-property: left,right;
	transition-property: left,right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.menu>li>a:hover::before{
	left: 0;
	right: 0;
}
.language{
	font-size:14px;
	color:#fff;
}
.language a{
	font-size:14px;
	color:#fff;
}
.search{
	display:inline-block;
	width:30px;
	height:30px;
	margin-left:10px;
	background:url(../images/searchicon_w.png) no-repeat center / 20px;
}
.pagehead .language,
.pagehead .language a{
	color:#333;
}
.pagehead .search{
	background:url(../images/searchicon.png) no-repeat center / 20px;
}

.footer{
	width:100%;
	background:#a01927;
	font-size:13px;
	padding-top:30px;
}
.footlogo{
	padding:10px 0;
}
.footerslide{
	height:300px !important;
}
.footbom .links,.footbom .copy{
	text-align:center;
	margin:6px 0;
}
.footbom .links a{
	padding:0 5px;
	color:#a5acba;
}
.footbom .copy a{
	color:#a5acba;
}
.ewm{
	position:relative;
	width:60px;
	height:30px;
	margin:30px auto;
}
.ewm .ewmicon{
	width:100%;
	height:100%;
	background:url(../images/ewmicon.png) no-repeat center / contain;
}
.ewmimg{
	position:absolute;
	width:140px;
	background:#303133;
	padding:10px;
	color:#fff;
	border-radius:4px;
	display:none;
	bottom:43px;
	left:-40px;
	z-index:1;
}
.ewm:hover .ewmimg{
	display:block;
}
.ewmimg p{
	margin-bottom:10px;
}
.ewmimg::after{
	position:absolute;
	content:'';
	width:20px;
	height:20px;
	bottom:-3px;
	left:60px;
	z-index:-1;
	background:#303133;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	
}

.s_news{
	padding: 40px 0;
}
.s_news .title{
	text-align:center;
	margin-bottom:36px;
}
.s_news .container h3{
	font-size:24px;
	color:#333;
	display:inline-block;
	width:170px;
	margin:0 auto;
	position:relative;
}
.s_news .container h3::before{
	display:block;
	position:absolute;
	content:'';
	width:26px;
	height:36px;
	left:0;
	top:0;
	background:url(../images/s_news_t_icon.jpg) no-repeat center;
}
.s_news .container h3::after{
	display:block;
	position:absolute;
	content:'';
	width:26px;
	height:36px;
	background:url(../images/s_news_t_icon.jpg) no-repeat center;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	
	right:0;
	top:0;
}
.s_news .news_l{
	width:48%;
	height:360px;
	position:relative;
}
.s_news .news_l .imgbox{
	width:100%;
	height:100%;
	overflow:hidden;
}
.s_news .news_l .img{
	width:100%;
	height:100%;
	transition:all 0.6s;
}
.s_news .news_l:hover .img{
	transform:scale(1.1);
}
.s_news .news_l p {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:5px 10px;
	color:#fff;
	background:rgba(0,0,0,.8);
	font-size:15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:40px;
}


.s_news .s_news_list{
	width:48%;
}
.s_news .s_news_list a.flex{
	padding:20px 0;
	border-bottom:1px solid #e4e4e4;
}
.s_news .s_news_list a.flex .date{
	color:#93784D;
	font-size:16px;
	letter-spacing:2px;
}
.s_news .s_news_list a.flex .date span{
	font-size:22px;
}
.s_news .s_news_list a.flex .t{
	width:calc(100% - 100px);
	font-size:16px;
	color:#464646;
	margin-left:10px;
	line-height:30px;
}
.s_news .s_news_list a.flex:hover .t{
	color:#b60005;
}
.s_news .s_news_list a.more{
	width:130px;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	font-size:14px;
	color:#464646;
	margin:30px 0 0 80px;
	border:1px solid #93784D;
}
.s_news .s_news_list a.more:hover{
	background:#93784D;
	color:#fff;
}


.s_lxxx {
	margin-top:50px;
}
.s_lxxx .col-lg-4 sub{
	display: block;
	position: absolute;
	height: 50%;
	top: 20%;
	right: 0;
	width: 1px;
	background-color: #eee;
}

.s_lxxx .col-lg-4  .info-time p {
    font-size: 12px;
}
.s_lxxx .col-lg-4  .info p span {
    float: left;
	font-size:16px;
}
.s_lxxx .col-lg-4  p span:first-child {
    text-align: left;
    font-size: 12px;
}
.s_lxxx .col-lg-4  .info-time p span {
    width: 23%;
}
.s_lxxx .col-lg-4  .info-time p span:first-child {
    width: 30%;
}
.s_lxxx .col-lg-4  img {
    width: 70%;
	margin:0 auto;
}
.s_lxxx .col-lg-4  h3 {
    text-align: center;
    line-height: 50px;
	font-size:18px;
	font-weight:normal;
}
.s_lxxx .col-lg-4 .info-time p span em {
    font-size: 10px;
    color: #888;
	font-style:normal;
}
.s_lxxx .col-lg-4 .info-time p span i {
    display: block;
	font-style:normal;
}
.s_lxxx .col-lg-4 .info-address span:first-child {
    width: 20%;
    font-weight: 700;
}
.s_lxxx .col-lg-4 .info-address span {
    width: 80%;
    font-size: 14px !important;
}
.s_lxxx .btn  {
    border-color: initial;
    color: #fff;
    background-color: #C23D3E;
	font-size:12px;
	padding:6px 0;
	width:98px;
	text-align:center;
	display:block;
	margin:20px auto 0;
	animation: 5s ease 0s infinite normal none running shakeY;
}
.s_lx{
	margin-top:50px;
}
.s_lx .col-lg-3{
	padding:20px 0;
	text-align:center;
	border-right:1px dashed #8C7C7E;
}
.s_lx .col-lg-3:last-child{
	border-right:none;
}
.s_lx .col-lg-3 img{
	height:50px;
	display:inline-block;
}
.s_lx .col-lg-3 h4{
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin:15px 0 8px;
}
.s_lx .col-lg-3 p.big{
	font-size:16px;
	font-weight:bold;
	color:#A82C36;
	margin-bottom:8px;
}
.s_lx .col-lg-3 p.small{
	font-size:14px;
	color:#A82C36;
	line-height:28px;
}
.s_lx .btn  {
    border-color: initial;
    color: #fff;
    background-color: #C23D3E;
	font-size:12px;
	padding:6px 0;
	width:98px;
	text-align:center;
	display:block;
	margin:10px auto 0;
	animation: 5s ease 0s infinite normal none running shakeY;
}


.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.hvr-float-shadow, .hvr-float-shadow::before {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.pagehead{
	background:#fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.pagehead.header .logo_w{
	display:none;
}
.pagehead.header .logo img,
.header .logo_w img{
	height:70px;
}
.header .logo{
	display:none;
}
.pagehead.header .logo{
	display:block;
}
.pagehead .menu li a{
	color:#333;
}
.pagehead .menu li ul{
	background:#fff;
	box-shadow:0 0 10px 0 rgba(0,0,0,.4);
}
.pagehead .one li a:hover{
	color:#b60005;
}
.s_zp{
	width:100%;
	padding:4% 0;
	color:#464646;
}
.index_mm {
	padding-bottom:2%;
}
.s_zp .bt{
	font-size:20px;
	color:#464646;
	padding:0 0 30px;
	font-weight:normal;
}
.s_zp_box .info{
	width:calc(100% - 500px);
}
.s_zp .pivot{
	line-height: 40px;
	font-size:14px;
}
.s_zp .describe{
	line-height: 1.8;
	font-size:14px;
}
.s_zp .pic{
	width:500px;
}
.s_zp .pic img{
	width:100%;
	margin:0 auto;
}
.s_zp .s_zp_a{
	margin-top:20px;
}
.s_zp .s_zp_a a{
	display:block;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background:url(../images/s_zp_a_bg.jpg) no-repeat center / contain;
	font-size:14px;
}
.s_zp .s_zp_a a:nth-child(2){
	margin:0 15px;
}
.s_zp .swiper-pagination{
	color:#333;
}


.s_zl{
	position:relative;
	background:#b60005;
}
.s_zl .bg{
	display: block;
	position: absolute;
	width: 12%;
	opacity: .2;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.s_zl .bg.rbox{
	right:0;
	transform:rotate(180deg);
}

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
.reveal-modal {
	visibility: hidden;
	top: calc(50% - 25px) !important; 
	left:calc(50% - 450px);
	width: 900px;
	height:50px;
	position: fixed;
	z-index: 101;
}
.search_form{
	width:100%;
	border-radius:6px;
	overflow:hidden;
}
.search_cont{
	width:800px;
	line-height:50px;
	background:#fff;
	border:none;
	font-size:15px;
	padding-left:20px;
}
.search_btn{
	width:100px;
	text-align:center;
	color:#fff;
	line-height:50px;
	border:none;
	cursor:pointer;
	background:#b60005 url(../images/search_btn.png) no-repeat center / 22px;
}
.reveal-modal .close-reveal-modal {
	font-size: 30px;
	line-height: 50px;
	text-align:center;
	position: absolute;
	bottom: -100px;
	right: calc(50% - 25px);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width:50px;
	height:50px;
	background:#000;
	border-radius:50%;
} 
.reveal-modal .close-reveal-modal:hover{
	background:#b60005;
}

.mbx{
	background:#CB1C23;
	color:#fff;
	font-size:12px;
	padding:17px 0;
}
.mbx img{
	width:14px;
	height:14px;
	margin-right:6px;
}
.mbx a{
	color:#fff;
}
.pagetitle{
	color:#CB1C23;
	font-size:30px;
	padding:40px 0 20px;
}
.page{
	padding-bottom:200px;
}
.page_wrapper{
	padding:30px 25px;
	background:#fff;
	box-shadow:0 0 120px 0 rgba(0,0,0,.2);
}
.page_l{
	width:225px;
}
.page_r{
	width:880px;
}
.page_l .title{
	width:168px;
	height:60px;
	color:#fff;
	font-size:16px;
	line-height:60px;
	background:#A01927;
	position:relative;
	padding-left:25px;
}
.page_l .title::before{
	position:absolute;
	content:'';
	display:block;
	width: 24px;
	height: 24px;
	right: -23px;
	top: 18px;
	background:url(../images/page_l_title.png) no-repeat center / contain;
}
.page_nav{
	margin-top:35px;
}
.page_nav a{
	display:block;
	width:100%;
	line-height:50px;
	padding:0 25px;
	background:#8A8A8A url(../images/page_nav_icon.png) no-repeat 180px center / 20px;
	color:#fff;
	font-size:16px;
	border-bottom:1px solid #fff;
}
.page_nav a:hover,
.page_nav a.active{
	background-color:#A01927;
}
.page_r .catname{
	color:#333;
	font-size:16px;
	padding:16px 0;
	line-height:25px;
	border-bottom:1px dotted #B2AC9E;
}
.page_r .catname img{
	width:25px;
	height:25px;
	margin-right:6px;
}
.page_r .page_cont{
	line-height:1.8;
	font-size:14px;
	color:#444;
	padding:35px 15px;
}
.prolist{
	margin-top:35px;
}
.pro_item{
	float:left;
	width:31%;
	margin-right:2%;
	margin-bottom:2%;
}
.pro_item .img{
	width:100%;
	height:260px;
	overflow:hidden;
	position:relative;
}
.pro_item .img .icon{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	transition:all 0.6s;
}
.pro_item:hover .img .icon{
	transform:scale(1.2);
}
.pro_item p{
	font-size:14px;
	padding:5px 10px;
	background:#DDDDDD;
	color:#333;
	height:50px;
	text-align:center;
}
.pro_item:hover p{
	background:#A01927;
	color:#fff;
}
.newslist{
	margin-top:35px;
	padding:0 15px;
}
.newslist .news_item{
	display:block;
	width:100%;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #dcdcdc;
}
.newslist .news_item:hover{
	border-color:#A01927;
}
.newslist .news_item .bt{
	font-size:18px;
	color:#333;
	margin-bottom:10px;
}
.newslist .news_item span{
	font-size:16px;
	padding-left:20px;
}
.newslist .news_item .des{
	line-height:1.6;
	font-size:14px;
	color:#666;
}

.listpage {
	height: 38px;
	margin: 20px auto;
	text-align: center;
}
.listpage a {
	display: inline-block;
	padding: 6px 12px;
	background-color: #eaeaea;
	color: #999;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 6px;
}
.listpage a:hover {
	 background: #A01927;
	color: #fff;
	transition: all 0.2s ease 0s;
}
.listpage span {
	display: inline-block;
	padding: 6px 12px;
	background: #A01927;
	color: #fff;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 6px;
}

.webbg{
	width:100%;
	position:relative;
	
}
.webbg .webbgtop{
	position:absolute;
	width:100%;
	height:468px;
	top:0;
	z-index:-9;
	background:url(../images/nybj1.jpg) no-repeat center bottom;
}
.webbg .webbgbom{
	position:absolute;
	width:100%;
	height:468px;
	bottom:0;
	z-index:-9;
	background:url(../images/nybj2.jpg) no-repeat center bottom;
}
#zform .bt{
	width:15%;
	text-align:right;
	font-size:15px;
}
#zform .input input,#zform .date input{
	width:300px;
	border:1px solid #f2f2f2;
	background:#f2f2f2;
	line-height:34px;
	padding:0 10px;
	border-radius:4px;
	font-size:14px;
}
#zform .input input:focus,#zform .date input:focus,#zform .textarea textarea:focus{
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#zform .textarea textarea{
	width:300px;
	border:1px solid #f2f2f2;
	background:#f2f2f2;
	height:120px;
	line-height:34px;
	padding:0 10px;
	border-radius:4px;
	font-size:14px;
	outline:none;
	resize:none;
}
#zform .radio .radio_i{
	margin:0 15px;
}
#zform .input,
#zform .radio,
#zform .date,
#zform .textarea{
	margin-bottom:15px;
}
#zform #ztj{
	width:300px;
	background:#b60005;
	border-radius:4px;
	text-align:center;
	line-height:40px;
	font-size:16px;
	color:#fff;
	margin:20px 0 0 15%;
	border:1px solid #b60005;
	cursor:pointer;
}
#zform #ztj:hover{
	background:none;
	color:#b60005;
}

.goback{
	display:block;
	width:140px;
	padding-left:74px;
	line-height:40px;
	font-size:15px;
	position:relative;
	background-color:#A01927;
	color:#fff;
	
}
.goback::before{
	position:absolute;
	content:'';
	display:block;
	width:24px;
	height:24px;
	left: 32px;
	top: 8px;
	background:url(goback.png) no-repeat center / contain;
}
.goback:hover{
	background:#B94955;
}


.bg{width:400px;height: 400px;margin:0 auto;padding:20px;box-sizing: border-box;background: #DCDDDD;position:relative;}
.bg_left{width: 100%;height:100%;text-align:center;}
.show{width:100%;height: 100%;margin-bottom: 10px;position: relative;cursor:pointer;}
.show img{max-width:100%;max-height:100%;display:inline-block;}
.mask{width: 215px;height: 215px;background: #000;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
.bigshow{width:440px;height: 400px;overflow: hidden;margin-left: 10px;display: none;position:absolute;top:0;left:390px;}
.bigshow img{width: 860px;height: 860px;}
.ck{
	position:absolute;
	bottom:-5px;
	right:-5px;
	width:40px;
	height:40px;
	border-radius:6px;
	background:#A01927;
}
.ck:hover{
	background:#B94955;
}

.info{
	margin-left:40px;
}
.info .des{
	padding-bottom:20px;
	border-bottom:1px dashed #A01927;
}
.info h3{
	font-size:22px;
	color:#000;
	margin-bottom:10px;
}
.xgtj .t{
	font-size:16px;
	color:#000;
	padding-top:20px;
	padding-bottom:10px;
}
.xgtj a{
	display:block;
	overflow:hidden;
	width:110px;
	height:110px;
	text-align:center;
	margin-right:20px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}
.xgtj a img{
	display:inline-block;
	max-width:100%;
	height:auto;
}
.bg .viewer-toolbar{
	text-align:center;
}
.bg .viewer-toolbar > li{
	float:none;
	display:inline-block;
}
.bg .viewer-title{
	display:none;
}
.bg .viewer-list li:nth-child(2){
	display:none;
}

.bqtitle{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}
.bqsm{
	margin-top:10px;
	font-size:16px;
	color:#999;
	display:block;
}
.bqsm span{
	color:#A01927;
}
.videobg{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.6) url(../images/videobg.png) no-repeat center / 50px;
}
.wccplist .item{
	float:left;
	width:23.5%;
	margin:0 2% 2% 0;
	padding-bottom:15px;
	border:1px solid #ebebeb;
}
.wccplist .item:nth-child(4n){
	margin-right:0;
}
.wccplist .item .img img{
	width:100%;
}
.wccplist .item .bt{
	color:#333;
	padding:20px 15px 0;
	margin-bottom:10px;
	line-height:1.5;
	height:58px;
	overflow:hidden;
	font-size:14px;
}
.wccplist .item .price{
	color:#CB1C23;
	padding:0 0 0 15px;
	font-size:16px;
}
.wccplist .item:hover{
	border-color:#CB1C23;
}

.spxq_t{
	font-size:14px;
	font-weight:700;
	color:#333;
	background-color:#f8f8f8;
	border-top:1px solid #e6e6e6;
	padding:12px 15px;
	margin-bottom:25px
}
.show_wccp .page_wrapper{
	width:940px;
}
.show_wccp_r{
	width:220px;
	padding:0 30px;
}
.shop-card .shop-image img{
	width:60px;
	height:60px
}
.shop-card .shop-name {
	display:inline-block;
	line-height:1.3;
	font-size:12px;
	color:#333;
	padding:0 0 10px;
	margin:0;
}
.shop-card .btn-add-wx {
	width:80px;
	height:26px;
	line-height:26px;
	font-size:12px;
	color:#fff;
	background-color:#990509;
	display:inline-block;
	text-align:center;
	border-radius:1px
}
.shop-image,.shop-link{
	float:left;
}
.shop-card .shop-link{
	width:80px;
	position:relative;
}
.popover-inner{
	display:none;
	width:230px;
	position:absolute;
	top:70px;
	right:0;
	z-index:10;
	border:1px solid #b3b3b3;
	background:#e5e5e5;
	border-radius:2px;
	line-height:1;
	padding:4px;
}
.popover-inner_box{
	padding:20px 15px 15px;
	background-color:#fff;
}
.popover-inner .title{
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:700;
	margin-bottom:10px;
}
.popover-inner .sub-title{
	text-align:center;
	font-size:12px;
	color:#333;
	margin-bottom:15px;
	font-weight:400;
}
.ui-goods-qrcode img{
	width:200px;
	height:200px;
	display:block;
	margin:0 auto;
}
.shop-card .btn-add-wx:hover .popover-inner {
	display:block;
}

.hot-goods{
	margin-top:25px;
}
.hot-goods .section-title {
	color:#666;
	font-size:14px;
	text-align:center;
	margin-bottom:20px;
}
.hot-goods li {
    margin-bottom: 20px;
}
.hot-goods li a {
	color:#666;
	font-size:12px;
	display:block
}
.hot-goods li a .image {
	background-color:#fff;
	position:relative;
	width:160px;
	height:160px
}
.hot-goods li a img {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	width:auto;
	height:auto;
	max-width:160px;
	max-height:160px;
}
.hot-goods li .title {
	line-height:1.5;
	margin:10px 0 0;
}
.hot-goods .price {
	color:#CB1C23;
}

.show_wccp_t .show_wccp_swiper{
	width:400px;
	float:left;
}
.show_wccp_swiper .swiper-slide {
	text-align:center;
}
.show_wccp_swiper .swiper-slide img{
	max-width:100%;
	display:inline-block;
}
.gallery-thumbs .swiper-slide{
	position:relative;
	display:inline-block;
	border:3px solid #fff;
	cursor:pointer;
	margin-right:6px;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	border-color:#990509;
}
.gallery-thumbs .swiper-slide::before{
	position:absolute;
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:0 5px 5px;
	border-color:transparent transparent #990509;
	line-height:0;
	position:absolute;
	left:50%;
	margin-left:-5px;
	top:-8px;
	display:none;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before{
	display:block;
}
.show_wccp_thumbs{
	position:relative;
}
.show_wccp_thumbs .gallery-thumbs{
	padding:5px 0 0;
	width: calc(100% - 40px);
	margin: 10px auto 0;
}
.show_wccp_thumbs .swiper-button-prev,
.show_wccp_thumbs .swiper-button-next{
	bottom:0;
	width:15px;
	height:50px;
	background-color:rgba(0,0,0,.6);
	background-size:10px;
}
.show_wccp_thumbs .swiper-button-prev{
	left:0;
}
.show_wccp_thumbs .swiper-button-next{
	right:0;
}
.goods-info {
	width:420px;
	margin-left:40px;
	float:left;
}
.goods-title {
	color:#333;
	font-size:16px;
	font-weight:700;
	line-height:1.5;
	margin:15px 0
}
.goods-price {
	margin:25px 0;
}
.goods-current-price {
	color:#f60;
	font-size:30px;
	margin-right:10px;
}
.goods-meta {
	width:100%;
	font-size:12px;
	background-color:#f8f8f8;
	color:#333;
	margin-bottom:35px
}
.goods-meta td {
	padding-bottom:15px;
	word-break:break-all
}
.goods-meta .first-child td {
	padding-top:20px;
}
.goods-rmb {
    font-size: 24px;
	font-style:normal;
}
.goods-meta-name {
    color: #999;
    width: 80px;
    padding-left: 20px;
}
.goods-action {
    margin-bottom: 30px;
}
.goods-buy-link{
	float:left;
	height:50px;
	width:180px;
	background-image:url("../images/icons-s36da3721fe.png");
	background-position:0 -74px;
	background-repeat:no-repeat
}
.goods-share-link{
	float:left;
	margin-top: 10px;
	margin-left: 20px;
	color:#666;
	height:40px;
	padding:0 15px;
	line-height:40px;
	text-align:center;
	font-size:14px
}
.goods-payment {
    font-size: 12px;
}
.goods-payment dt {
	float:left;
	color:#999;
	margin-right:20px;
	line-height:16px
}
.goods-payment dd {
	display:inline-block
}
.goods-payment dd a {
	color:#666;
	margin-right:20px;
	line-height:16px;
	cursor:default;
	float:left;
}
.goods-payment dd a span {
	margin:0 5px 0 0;
	float:left
}
.icon-wxpay {
	display:inline-block;
	height:16px;
	width:16px;
	background-image:url("../images/icons-s36da3721fe.png");
	background-position:0 -476px;
	background-repeat:no-repeat
}
.icon-bankpay {
	display:inline-block;
	height:16px;
	width:16px;
	background-image:url("../images/icons-s36da3721fe.png");
	background-position:0 -58px;
	background-repeat:no-repeat
}
.icon-alipay{
	display:inline-block;
	height:16px;
	width:16px;
	background-image:url("../images/icons-s36da3721fe.png");
	background-position:0 -16px;
	background-repeat:no-repeat
}
.joblist{
	margin:20px 0;
	padding-bottom:10px;
	border-bottom: 2px #e8e8e8 solid;
}
.jobtitle {
	border-bottom: 2px #e8e8e8 solid;
	background: #f5f5f5;	
	padding:10px 0;
}
.jobtitle span{
	font-size:15px;
	color:#333;
}
.jobtitle span:nth-child(1){
	width:50%;
	padding-left: 10px;
}
.jobtitle span:nth-child(2){
	width:20%;
}
.jobtitle span:nth-child(3){
	width:20%;
}
.jobtitle span:nth-child(4){
	width:10%;
}
.joblist a{
	padding:10px 0;
}
.joblist a p{
	font-size:14px;
	color:#666;
}
.joblist .item p:nth-child(1){
	width:50%;
	padding-left: 10px;
}
.joblist .item p:nth-child(2){
	width:20%;
}
.joblist .item p:nth-child(3){
	width:20%;
}
.joblist .item p:nth-child(4){
	width:10%;
}
.joblist .item p:nth-child(1):hover,.joblist .item p:nth-child(4):hover{
	color:#A01927;
}

.bwglist{
	margin:24px 0;
}
.bwglist .item{
	width:100%;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #dcdcdc;
}
.bwglist .item:hover{
	border-color:#A01927;
}
.bwglist .bt{
	font-size:16px;
	padding:10px 0;
	color:#333;
}
.bwglist .right{
	color:#666;
	font-size:14px;
}
.bwglist .right .down{
	display:inline-block;
	padding-right:5px;
	margin-right:5px;
	color:#666;
	border-right:1px solid #cfcfcf;
}
.bwglist .right .down:hover{
	color:#A01927;
}



