.bgf8{ background: #f8f8f8;}



.tbar img{ max-width: 80%; width: 512px;}
.w120{ display: none;}
@media (min-width: 1230px) {
	.w119{  display: none;}
	.w120{ display: block;}

}

.tta1{ display: flex; flex-direction: row; justify-content:flex-start; align-items: center;}
.tta1 h2{ font-weight: bold;  }
.tta1 h2 span{ color:#e50113 ;}

.cll .tta1 h2{padding-left: 15px; }
.clr .tta1{ justify-content: flex-end;}
.clr .tta1 h2{padding-right: 15px;}

.d_gs{ display: flex; flex-direction: row;  align-items: center; background-size: 100% auto; background-position: bottom center; background-repeat: no-repeat; padding-bottom: 50px; flex-wrap: wrap; }

.cll .d_gs{ padding-left: 30px; background-image: url(../img/rdl.png);justify-content: flex-end;}
.clr .d_gs{ padding-right: 30px; background-image: url(../img/rdr.png);justify-content: flex-start;}
.clr .d_gs .img{ order:1;}

.d_gs .d_nr{ padding: 30px;width: 100%;  background: #e50113; color: #ffffff; box-shadow: 0px 0px 15px rgba(169,169,169,0.66); border-radius: 8px; box-sizing: border-box;}
.d_gs .d_nr b{ font-size: 22px;}
.d_gs .gdbox{  line-height:1.7;height: 250px;}
.d_gs .gdbox p{ margin: 6px 0px; text-indent: 2em; }
.d_gs .gdbox p:first-child{ text-indent: 0em;}
.d_gs .img{ width: 100%; order: 0;}
.d_gs .img img{ width:auto; max-width:60%;}

@media (min-width: 576px) {
	.d_gs{padding-bottom: 90px;}
	.cll .d_gs{ padding-left: 60px;  }
	.clr .d_gs{ padding-right: 60px; }
	.d_gs  .d_nr{}
	.d_gs .img{}
}

@media (min-width: 992px) {
	.d_gs{padding-bottom: 150px;}
	.cll .d_gs{ padding-left: 30px;  }
	.clr .d_gs{ padding-right: 30px; }
	.d_gs  .d_nr{width: 59%;}
	.d_gs .img{width: 35%;}
	.d_gs .gdbox{height: 320px;}
}

.bgpic{ background: url(../img/bgpic.jpg) no-repeat center; background-size: 100% 100%;}


/* 图片折叠轮换特效 */
#box{position:relative;width:100%;  }
#box ul{position:relative;width:290px;height:264px;margin:0px auto 0;}
#box li{position:absolute; list-style:none;background:#000;width:0;height:0;top:193px;left:50%;z-index:0; margin-left: 0px;   cursor:pointer;overflow:hidden;border-radius:5px; box-shadow: 6px 0px 18px rgba(0,0,0,0.4);}
#box li img{width:100%;height:100%;vertical-align:top;}
#box .prev, #box .next{position:absolute;top:50%;width:39px;height:80px;margin-top:-40px;overflow:hidden;text-indent:-999px;cursor:pointer;background:url(../img/btn.png) no-repeat;}
#box .prev{left:0px; z-index: 8;}
#box .next{right:0px;background-position:-39px 0; z-index: 8;}
@media (min-width: 576px) {
	#box ul{width:460px;height:418px;}
}
@media (min-width: 768px) {
	#box ul{width:610px; height: 510px;}
}
@media (min-width: 992px) {
	#box ul{width:810px;}
}
@media (min-width: 1230px) {
	#box ul{width:990px;height:610px;}
}

.bgnew{background: url(../img/new.png) no-repeat bottom; background-size: 100% auto;}

.morebtn:hover{ color: #ffffff;}

.bgnew h1{ font-weight: bold; background: url(../img/line2.png) no-repeat bottom left; background-size: 50% auto; display: inline-block; padding-bottom: 10px;}