.index_banner img{
	max-width: 100%;
}


.index_pro_title{
	background: #000;
}
.index_pro_title .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 85px 0 40px 0;
}
.index_pro_title p{
	color: white;
	font-size: 23.5px;
}
.index_pro_title ul{
	display: flex;

}
.index_pro_title ul li{
	font-size: 18px;
	color: #5f5f5f;
	margin-left: 40px;
}
.index_pro_title ul li:first-child{
	margin: 0;
}
.index_pro_title ul li:hover{
	color: white;
}
.index_pro_img img{
	max-width: 100%;
}
.index_pro_more{
	background-color: #000;
	color: white;
	font-size: 23.5px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 45px;
}
.index_pro_more h6{
	font-family: 'PingFang SC Medium';
}
.index_pro_more span{
	display: inline-block;
	width: 40px;
	height: 3px;
	background-color: white;
	margin: 0 20px;
	vertical-align: middle;
}
.index_pro_more a{
	display: inline-block;
	width: 92px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-family: "PingFang SC Light";
	background-color: #d33238;
	border-radius: 8px;
	text-align: center; 
	margin-top: 15px;
}
.index_company{
	width: 100%;
	height: 525px;
	background:#000 url('../images/index_about.png') no-repeat;
	background-size: cover;
}
.index_company .container{
	height: 100%;
}
.index_company_content{
	width: 500px;
	height: 100%;
	padding-top: 90px;
	box-sizing:border-box;
}
.index_company_title{
	font-size: 30px;
	color: white;
}
.index_company_text{
	color: #ededed;
	font-size: 16px;
	line-height: 35px;
	margin-top: 20px;

}
.index_company_text p{
	text-indent: 32px;
}
.company_more{
	color: #ededed;
	font-size: 16px;
	text-align: right;
	margin-top: 25px;
}
.index_partners{
	width: 100%;
	height: 690px;
	background: #000 url('../images/partners.png') no-repeat;
	background-size: cover;
}
.index_partners .container{
	height: 100%;
}
.index_partners_content {
	height: 100%;
	width: 475px;
	background-color: #323232;
}
.index_partners_content .partners_title{
	height: 150px;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 30px;
	padding-top: 50px;
	box-sizing:border-box;
}
.partners_title p{
	font-family: 'PingFang SC Light';
}
.partners_list{
	height: 465px;
	overflow: hidden;
}
.partners_list li{
	padding: 25px 0;
	width: 100%;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition:all 0.2s linear;
	box-sizing:border-box;
}
.partners_list li:hover{
	background-color: #000000;
}
.partners_text{
	color: #ebebeb;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	line-height: 28px;
}
.news_class_list{
	background-color: #000;
		border-bottom: 2px solid #212121;
}
.news_class_list .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 65px 0 35px 0;

}
.news_class_list p{
	color: white;
    font-size: 23.5px;
}
.news_class_list ul{
	display: flex;
}
.news_class_list ul li{
	font-size: 18px;
    color: #5f5f5f;
    transition:all 0.2s linear;
    margin-left: 40px;
}
.news_class_list ul li:hover{
	color: white;
}
.news_class_list ul li:first-child{
	margin:0;
}

.news_content{
	background:#000 url('../images/index_news.png') no-repeat;
	padding-bottom: 15px;
}
.tl{
	text-align: left;
	padding-right: 80px;
}
.tr{
	text-align: right;
	padding-left: 80px;
}
.news_content ul li{
	transition:all 0.2s linear;
	cursor: pointer;
}
.news_content ul li .container{
	display: flex;
	flex-wrap: wrap;
	height: 170px;
	
}
.news_content ul li .cbor{
	border-right: 1px solid #323232;
	position: relative;
}
.news_content ul li:hover .cbor:after{
	height: 80px;
}
.news_content ul li:hover{
	background: url('../images/index_news_back.png');
}
.news_content ul li .cbor:after{
	content: '';
	width: 4px;
	height: 21px;
	background-color: #606060;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-right: -2px;
	transition:all 0.2s linear;
}
.news_content ul li .container div.news_content_time,.news_content ul li .container div.news_content_text{
	width: 50%;
	box-sizing:border-box;
}
.news_content_time{
	color: white;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.news_content_text{
	padding-top: 40px;
}
.news_content_time h6{
	font-size: 43px;
	font-family: '苹方 特细';
	font-weight: normal;
	margin-bottom: 10px;
}
.news_content_time p{
	font-size: 17.5px;
	font-family: '苹方 特细';
	margin-bottom: 15px;
}
.news_content_text p{
	color:#606060;
	font-size: 12px;
	line-height: 18px;
}
.content_time_text{
	text-align: left;
}
.news_content_text p:first-child{
	font-size: 17.5px;
	color: white;
	margin-bottom: 20px;
}
.index_news_img img{
	max-height: 144px;
}

.index_news_more{
	text-align: center;
}
.index_news_more a{
	display: inline-block;
	width: 92px;
	height: 22px;
	border-radius: 10px;
	background-color: #d33238;
	font-size: 12px;
	font-family: 'PingFang SC Light';
	color: white;
	line-height: 22px;
}
.index_liuyan{
	background: #000 url('../images/index_liuyan.png');
}
.index_liuyan_title{
	color: white;
	text-align: center;
}
.index_liuyan_title p{
	font-size: 27px;
	font-family: '微软雅黑 Regular';

}
.index_liuyan{
	padding-top: 60px;
	padding-bottom: 90px;
}
.index_liuyan_title h6{
	font-size: 27px;
	font-family: '微软雅黑 Bold';
}
.index_liuyan_inp{
	color: white;
	font-family: '微软雅黑 Regular';
	font-size: 22px;
	margin-top: 40px;
}
.index_liuyan_inp form{
	display: flex;
	justify-content: space-between;
}
.index_liuyan_inp form input{
	width: 401px;
	height: 42px;
	box-sizing:border-box;
	border:1px solid #4e4e4e;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 14px;
}
.index_liuyan_btn{
	text-align: center;
	margin-top: 60px;
}
.index_liuyan_btn input{
	width: 212px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #d33238;
	color: white;
	border: none;
	cursor:pointer;

}