body{
	overflow-x:hidden ;
}
a{
	text-decoration:none;
}
.mobile{
	width: 100%;
	float: left;
}
.mobile-inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}
.mobile-inner img{
	width: 100%;

}
.mobile-inner p{
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin:0px;
}
.mobile-inner-header{
	background-color: #6d1d2a;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 70px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 70px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
	



	
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
	background-color: rgb(249, 248, 243);
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #616161;
	border-bottom: solid 1px rgba(104, 102, 102, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: #6d1d2a;
	border-bottom: solid 1px rgba(104, 102, 102, 0.3);
}
.wh680{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}
.banner{
	position: relative;
	width: 100%;
	z-index: 1;
	transition-property: -webkit-transform;
	box-sizing: content-box;
}
.banner img{
 position: relative;
}
.banner-img{
	position: relative;
}
.banner .banner-head{
	position: absolute;
	z-index: 2;
	width: 100%;
	top:30px;
	right: 0;

}
.banner-head p{
	text-align: center;
	font-size: 40px;
	color: #FFF;
}
.jinri{
	width: 100%;
}
.jinri-top{
	width: 100%;
	padding: 20px 0;
}

.jinri-top-one{
	text-align: center;
	color: #363636;
	font-size: 30px;
	font-weight: 100;
	color:#6d1d2a;
}
.jinri-top-two{
	text-align: center;
	color: #363636;
	font-size: 15px;
}
.jinri-bottom{
	width: 90%;
	margin: 0 auto;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;

}
.jinri-bottom-s{
	width: 90%;
	margin:0px auto;

	padding-top: 35px;
	font-size: 20px;
	font-weight: 600;
	color: black;
}
.jinri-bottom-z{
	width: 90%;
	margin: 20px auto;
	font-size: 16px;
	color: #a6a6a6;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.jinri-bottom-x{
	width: 95%;
	margin: 0 auto;
	padding: 20px;
	color:#6d1d2a ;
	font-weight: bold;
}
.jinri-bottom-ul{
	width: 90%;
	margin: 0 auto;
}
.jinri-bottom-ul ul{
	margin-left: -40px;
}
.jinri-bottom-ul  li{
   width: 100%;
	height: 100%;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
    margin-top: 20px;
}
.jinri-bottom-img{
	width: 35%;
	height: 100%;
    float: left;
}
.jinri-bottom-right{
	width: 65%;
	float: right;
}
.jinri-bottom-right-one{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
	color: #1a1a1a;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10%;
	font-weight: 700;
}
.jinri-bottom-right p{
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
	font-size: 16px;
	color: #6a6a6a;
}
.jiaoliu{
	width: 100%;
	height: 100%;

}
.jiaoliu-top{
	width: 100%;
	padding: 40px 0;
}

.jiaoliu-top-one{
	text-align: center;
	font-size: 30px;
	font-weight: 100;
	color: #FFF;
}
.jiaoliu-top-two{
	text-align: center;
	font-size: 15px;
	color: #FFF;
}
.jiaoliu-lunbo{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.lbli{
	height: 250px;
	background: #FFF;
	float: left;
	box-shadow:0 0 1px #9e9ca2 inset;
	-webkit-box-shadow:0 0 1px #9e9ca2 inset;
	/*-moz-box-shadow:0 0 1px blue inset;*/
	/*-o-box-shadow:0 0 1px blue inset;*/
}
.jiaoliu-lunbo-content{
	width: 100%;
	height:100%;
	position: relative;
}
.jiaoliu-lunbo-content-time{
	width: 25%;
	height: 30px;
	background: #8e1e2c;
	position: absolute;
	top:0;
	left: 0;
}
.jiaoliu-lunbo-content-time-m{
	width: 100%;
	text-align: center;
	height: 50%;
	font-size: 13px;
	color: #FFF;
}
.jiaoliu-lunbo-content-time-y{
	width: 100%;
	text-align: center;
	height: 50%;
	font-size: 10px;
	color: #FFF;
}
.jiaoliu-lunbo-content-text{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;text-align: center;
	color: #1a1a1a;
	font-size: 12px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.jiaoliu-lunbo-content-ontime{
	width: 90%;
	padding: 10px 10px;
	color: #1a1a1a;
	font-size: 12px;
}
.jiaoliu-lunbo-content-gengduo{
	width: 90%;
	padding: 5px 10px;
	color: #006cb8;
	font-size: 12px;
}
.yanjiu{
	width: 100%;
	height: 100%;
	background: #eeeeec;
}
.yanjiu-top{
	width: 100%;
	padding: 20px 0;
}

.yanjiu-top-one{
	text-align: center;
	color: #363636;
	font-size: 30px;
	font-weight: 100;
}
.yanjiu-top-two{
	text-align: center;
	color: #363636;
	font-size: 15px;
}
.outer-container,.content {width: 1800px;}
.outer-container {overflow: hidden;width: 100%;}
.inner-container {overflow:auto;}
.inner-container::-webkit-scrollbar {overflow: hidden;}
.swiper-box{display: inline-block;width: 250px;height:200px;background: #FFF;margin: 0 20px;border-radius:5px; float: left}
.swiper-box-one{
	width: 90%;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	font-size: 12px;
}
.swiper-box-two{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 5%;*/
	color: #1a1a1a;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
}
.swiper-box-three{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	color: #1a1a1a;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 12px;
	color: #aaabac;
}
.tuandui{
	width: 100%;
	background: #FFF;
	padding: 30px 0;
}
.tuandui-top-one{
	text-align: center;
	color: #363636;
	font-size: 30px;
	font-weight: 100;
}
.tuandui-top-two{
	text-align: center;
	color: #363636;
	font-size: 15px;
}
.tuandui-text{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    margin-top: 20px;

}
.tuandui-text ul{
	width: 100%;

}
.tuandui-text li{
	width: 100%;
	/*height: 200px;*/
    list-style: none;
    -webkit-box-shadow: #666 0px 0px 2px;
    -moz-box-shadow: #666 0px 0px 2px;
    box-shadow: #666 0px 0px 2px;
	margin-top: 15px;
}
.tuandui-text-img{
    width: 30%;
	height: 100%;
	float: left;
}
.tuandui-text-right{
	width: 70%;
	height: 100%;
	/*background: red;*/
	float: right;
}
.tuandui-text-right-one{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-top: 20px;
}
.tuandui-text-right-two{
	width: 90%;
	margin:15px auto;
	font-size: 12px;
	color: #1a1a1a;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tuandui-text-right-three{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    font-size: 14px;
	color: #036db9;
	font-weight: bold;
}
.tuandui-bot{
	width: 90%;
	margin-left:auto;
	margin-right: auto;
	height: 100%;
	text-align: center;
}
.tuandui-bot-an{
	width: max-content;
	height: max-content;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 10px 45px;
	text-align: center;
	background: #6d1d2a;
	color: #FFF;
	font-size: 15px;
}
.guanyu{
	width: 100%;
	background: #f2f1eb;
	padding: 30px 0;
}
.guanyu-one{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	color: black;
	font-size: 25px;
}
.guanyu-two{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	font-size: 15px;
}
.guanyu-three{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
	font-size: 18px;
	color: #979797;
}
.guanyu-four{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    height: 100px;
	padding: 20px 0;
}
.guanyu-four ul{
	width: 100%;
}
.guanyu-four ul li{
	list-style: none;
	width: 25%;
	float: left;
	height: 100px;
	/*margin:0 2%;*/
}
.guanyu-four-text-top{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color:#6d1d2a;
}
.guanyu-four-text-xia{
	width: 100%;
	height: 30px;
	padding: 10px 0;
	font-size: 15px;
	color: #6d1d2a;
	text-align: center;
	line-height: 20px;
}
.guanyu-five{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/*background: red;*/
	padding-bottom: 50px;
	height: 50px;
	margin-top: 30px;
}
.guanyu-five-text{
	width: max-content;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #6d1d2a;
	padding: 0 15px;
	color: #FFF;
	margin-left:auto;
	margin-right: auto;
	margin-top: 80px;
}
.footer{
	width: 100%;
	border-top:3px #6d1d2a solid;
}
.footer-head{
	width: 100%;
}
.footer-head p{
	width: 90%;
	margin-left:auto;
	margin-right: auto;
	font-size: 16px;
	padding: 0 ;
	color: #747474;
}
.footer-head-fx{
	width: 90%;
	margin: 15px auto;
}
.footer-footer{
	width: 100%;
	background:#6d1d2a;
	padding-bottom: 30px;
}
.footer-one{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;padding-top:20px;color:#FFF;font-weight: bold
}
.footer-two{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;padding:10px 0;color:#FFF;
}
.footer-three{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;padding:5px 0;color:#FFF;
}
@media screen and (max-width: 767px) {
	.banner .banner-head {
		position: absolute;
		z-index: 2;
		width: 100%;
		top: 0px;
		right: 0;

	}
	.banner-head p{
		font-size: 25px;
	}
}
/*分页*/
.page{
	width: max-content;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
	height: 60px;
}

.page  li{
	width: max-content;
	height: max-content;
	padding: 10px 10px;
	background: #FFF;
	color: #6e6e6e;
	float: left;
	border-radius: 5px;
	border: 1px #c5c5c5 solid;
	margin: 0 5px;
}
.now{
	width: max-content;
	height: max-content;
	padding: 10px 12px;

	background: #6d1d29 !important;
	color: #FFF !important;
	border-radius: 5px;
	border: 1px #c5c5c5 solid;
}