.m-banner {
  display: none;
}


.index-about .about-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.index-about .about-content::after,
.index-about .about-content::before {
	display: none;
}
.index-about .about-content > div {
  width: 50%;
}
.index-about .about-content .left-video iframe {
  width: 100%;
}
.index-about .about-content .right-text {
  padding:1.73% 3%;
  position: relative;
  height: 100%;
  
  background: #F7F7F7;
}

.index-about .about-content .about-text-title {
  font-size: 22px;
  font-weight: 500;;
  margin-bottom: 10px;
}
.index-about .about-content .about-text-title::after {
  content: "";
  display: block;
  width: 8rem;
  height: 2px;
  background-color: #e79719;
  margin-top: 6px;
}
.index-about .about-content .right-text .right-text-contents,
.index-about .about-content .right-text .right-text-content {
  width: 100%;
  
  
  display: flex;
  overflow: hidden;
}

.index-about .about-content .right-text .right-text-content .about-text-content span{
  font-family: PingFang SC,DIN Pro,Microsoft Yahei,"\5FAE\8F6F\96C5\9ED1";
}
.index-about .about-content .right-text .right-text-content p {
	line-height: 1.5;
	margin-bottom: 0;
	line-height: 22px !important;
}

#li_cheng {
  height: 120px;
}
#li_cheng>div {
  font-size: 14px;
}
#li_cheng p {
  margin-bottom: 4px;
}


.partner .content {
  margin: 0 auto;
}
.partner .more {
	margin-top: 30px;
	clear: both;
}
.partner .more a.btn {
	border: none;
	border-radius: 100px;
	padding: 6px 20px;
}
.partner .partner-item {
  height: 114px;
  padding: 0 48px;
}
.partner .partner-item-tit {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}


.news-box-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-pic{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.news-left{
	width: 38%;
	float: left;
	overflow: hidden;
}
.news-xq{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 25px;
	box-sizing: border-box;
	position: relative;
}
.news-xq:after{
	content:'';
	display: block;
	position: absolute;
	
	width: 0%;
	height: 2px;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, #1e2b58, #1e2b58);
	transition: all .7s ease-in-out;
}
.news-left:hover .news-xq:after{
	width: 100%;
}
.xq-left{
	float: left;
	width: 20%;
	overflow: hidden;
}
.date{
	width: 100%;
	text-align: center;
	font-size: 36px;
	
	color: #343434;
	font-weight: bold;
	margin-top: -15px;
	line-height: 1.7;
}
.yaer{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.xq-right{
	width: 79%;
	float: right;
	overflow: hidden;
}
.xq-right h2{
	font-size: 17px;
	color: #404040;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0;
	margin-bottom: 25px;
	transition: all .4s ease-in-out;
}
.xq-right:hover h2{
	color: #1e2b58;
}
.xq-right h3 {
  margin: 0;
  font-size: 16px;
  color: #484848;
}
.news-p{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.news-more{
	width: 100%;
	overflow: hidden;
	padding:0px 20%;
	box-sizing: border-box;
}
.news-more img{
	width: 100%;
}
.news-right{
	
	width: 55%;
	float: right;
	overflow: hidden;
}
.news-list{
	
	width: 100%;
	overflow: hidden;
}
.news-list li{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding-bottom: 25px;
	box-sizing: border-box;
	position: relative;
}
.news-list li:hover{
	width: 100%;
	overflow: hidden;
	
	box-sizing: border-box;
	position: relative;
}
.news-list li:after{
	content:'';
	position: absolute;
	display: block;
	width: 0%;
	left: 0;
	bottom: 0;
	height: 2px;
	background: -webkit-linear-gradient(bottom, #1e2b58, #1e2b58);
	transition: all .7s ease-in-out;
}
.news-list li:hover:after{
	width: 100%;
}
.news-list li:last-child{
	margin-bottom: 0px;
}
.news-dw{
	
	overflow: hidden;
	
	
	
	box-sizing: border-box;
	
	text-align: center;
	
	box-sizing: border-box;
}
.news-dw li{
	font-size: 16px;
	line-height: 34px;
	color: #666;
	padding:0px 20px;
	box-sizing: border-box;
	display: inline-block;
  	cursor: pointer;
	margin-left: 45px;
	border:1px solid #666;
	border-radius: 100px;
	position: relative;
	margin-bottom: 10px;
	transition: all .4s ease-in-out;
}
.news-dw li:first-of-type{
  margin-left:0;
}
.news-dw li.on,.news-dw li:hover {
	color: #fff;
	border:1px solid #fff;
}
.news-dw li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0%;
	height: 100%;
	border-radius: 20px;
	background: #1e2b58;
	transition: all .4s ease-in-out;
}
.news-dw li.on:before,.news-dw li:hover:before{
	width: 100%;
}


@media (min-width: 1200px) {
	.index-about .about-content .right-text {
		padding:  0px;
		height: 330px;
		display: flex;
	}
	.index-about .about-content .right-text .right-text-contents {
		width: 85%;
		margin: auto;
		background: url(../image/aboutbg.png) no-repeat left bottom;
		background-size: 170px;
	}
	.index-about .about-content .right-text .right-text-contents .about-body {
		height: auto;
	}
	.index-about .about-content .about-text-title::after {
		margin-top: 10px;
		width: 30px;
	}
	.index-about .about-content .right-text .right-text-contents .about-text-content {
		text-indent: 2em;
		line-height: 1.8;
		text-align: justify;
	}
	.index-about .about-content .right-text .right-text-contents .about-body .more {
		display: block;
		float: right;
		padding: 6px 20px;
		border-radius: 100px;
		border: none;
		margin-top: 20px;
	}
}
