/*! 官网通用页头 start*/
@import url("top_nav.css");
/*! 官网通用页尾 start*/
@import url("foot_wrap.css");
/* CSS Document */
/* @import url(css/page_1024.css)  screen and (max-width:1024px); */
/* CSS Document_1024 常用设备*/
/* @import url(css/page_768.css) screen and (max-width:768px); */
/* CSS Document_768 常用设备*/
/* @import url(css/page_414.css) screen and (max-width:414px); */
/* CSS Document_414 常用设备*/

.page {
	/* min-width: 1100px; */
}
.index_page {
	position: relative;
	z-index: 1;
	padding-top: 80px;
}
#ind_main {}

section .img_title {
	display: block;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
}

section .con_main {
	/* background-color: rgba(255 255 255 / 100%); */
	min-height: 100px;
}

section .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}

section .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
}

#section1 {
	background: #f9f9f9;
	/* padding-bottom: 60px; */
}

#section1 .con_main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: auto;
	background-image: url(../img/section1.png);
	padding-bottom: 60px;
}

#section1 .con_main .con_main1 {

	max-width: 45%;
}

#section1 .con_main .con_main2 {
	max-width: 50%;
	padding: 2% 2% 0 2%;
}

#section1 .con_main .con_main1 .commslist {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 90%;
	margin: 0;
	background-color: #f9f9f9;
}

#section1 .con_main .con_main1 .list_text {
	max-width: 85%;
	margin: 0 auto;
	float: right;
	padding-right: 5%;
}

#section1 .con_main .con_main1 .list_text h2 {
	font-size: 24px;
	padding: 2% 0;
	font-weight: 600;
}

#section1 .con_main .con_main1 .list_text p {
	color: #666666;
	font-size: 16px;
	-webkit-line-clamp: 2;
	line-height: 1.5em;
}

#section1 .con_main .con_main1 .list_text a.more {
	color: #999999;
	font-size: 16px;
	width: auto;
	float: right;
	line-height: 2em;
	padding-top: 2%;
}

#section1 .con_main .con_main2 .news_list-page {
	position: relative;
	overflow: hidden;
	background-color: #f9f9f9;

}

#section1 .con_main .con_main2 .H_list a.text {
	width: calc((100% - 10%)/4);
	padding: 0;
}


#section1 .H_list a.text {
	background: none;
	font-size: 18px;
	color: #a6afb5;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

#section1 .H_list a:hover,
#section3 .H_list a.active {
	background: none;
	color: #cf331a;
}

#section1 .H_list a.text:before {
	border: 0px solid #fcc509;
	width: 100%;
	height: 3px;
	background-color: #fcc509;
	bottom: 0%;
}

#section1 .con_main .con_main2 .p_list {
	padding: 1%;
}

#section1 .con_main .con_main2 li.li_der {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 1);
	margin: 1% 0;
	display: flex;
	box-shadow: 0 8px 20px rgb(221 221 221 / 30%);
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

#section1 .con_main .con_main2 li.li_der .tada-time {
	width: 100px;
	clear: left;
	background-color: #cf331a;
	text-align: center;
	color: #fff;
	flex: 0 0 100px;
	max-width: 100%;
	max-height: 100%;
}

#section1 .con_main .con_main2 li.li_der .tada-time .mouth {
	font-size: 2rem;
}

#section1 .con_main .con_main2 li.li_der .tada-time .year {
	font-size: 1rem;
	font-weight: 500;
	padding-bottom: 5%;
}

#section1 .con_main .con_main2 li.li_der .list_text {
	flex: 0 0 auto;
	align-self: center;
	max-width: 90%;
	max-height: 100%;
	display: flex;
	margin-right: 0px;
	margin-left: auto;
	width: auto;
	margin-left: 2%;
}

#section1 .con_main .con_main2 li.li_der .list_text a.text {
	align-self: center;
	font-size: 1.125rem;
	font-weight: 600;
}

#section1 .con_main .con_main2 li.li_der:hover {
	background-color: #fff;
	box-shadow: 0 8px 20px rgb(221 221 221 / 100%)
}


/********/
#section2 {
	background: url(../img/section2.jpg) center;
	/* background-size: cover; */
	min-height: 300px;
	padding-bottom: 5%;
}

#section2 .p_loop {
	/* flex-grow: 0;
	    flex-shrink: 0;
	    flex-basis: calc(100% / 2);
		flex: 0 0 1;
		max-width: 100%; */
}

#section2 .con_main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 1600px;
	margin: 0 auto;
	height: 600px;
}

#section2 .con_main1 {
	flex: 0 0 45%;
	max-height: 100%;
	/* max-width: 650px; */
}

#section2 .con_main2 {
	flex: 0 0 55%;
	max-height: 100%;
	/* max-width: 950px; */
	display: flex;
}

#section2 .p_loop .list_1 {
	margin-right: 15px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	float: left;
}

#section2 .p_loop .list_img {
	width: auto;
	height: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
}

#section2 .p_loop .list_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#section2 .p_loop .list_text {
	position: absolute;
	left: 5%;
	bottom: 5%;
	color: #fff;
	font-size: 1.5rem;
}

#section2 .p_loop .list_text a.text {
	display: none
}

#section2 .p_loop .item-1 {
	width: calc(100% - 15px);
	height: calc((100% - 0px)/3 - 10px);
}

#section2 .p_loop .item-2 {
	width: calc(50% - 15px);
	height: calc(((100% - 0px) / 3) * 2 - 10px)
}


#section2 .p_loop .item-3 {
	width: calc(50% - 15px);
	height: calc(((100% - 0px) / 3) * 1 - 10px)
}

#section2 .p_loop .item-4 {
	width: calc(50% - 15px);
	height: calc(((100% - 0px) / 3) * 1 - 10px)
}

.item-5-6 {
	width: calc(((100% - 0px) / 3) * 2 - 15px);
	height: 100%;
	overflow: hidden;
	margin-right: 15px;
}

#section2 .p_loop .item-5 {
	height: calc(((100% - 0px) / 3) * 2 - 10px);
	width: 100%;
}

#section2 .p_loop .item-6 {
	height: calc(((100% - 0px) / 3) * 1 - 10px);
	width: 100%;
}

#section2 .p_loop .item-7 {
	width: calc(((100% - 0px) / 3) * 1);
	margin-right: 0;
	height: calc(((100% - 0px) / 3) * 3 - 10px)
}

#section2 .p_loop .list_1 a {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}

.item-7 {
	flex: 0 0 30%;
	width: auto;
	max-width: 293px;
}


/***********/
#section3 {
	padding-bottom: 60px;
}

#section3 .con_main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 1600px;
	margin: 0 auto;
}

#section3 .con_main .con_main1 {
	width: calc(95% - 338px);
	margin-right: 5%;
}

#section3 .con_main .con_main2 {
	width: auto;
	max-width: 338px;
}

#section3 .H_list {
	text-align: left;
}

#section3 .H_list a.text {
	background: none;
	font-size: 18px;
	color: #a6afb5;
	font-weight: 600;
	margin: 0;
	margin-right: 5%;
	padding: 0;
}

#section3 .H_list a:hover,
#section3 .H_list a.active {
	background: none;
	color: #cf331a;
}

#section3 .H_list a.text:before {
	border: 0px solid #fcc509;
	width: 100%;
	height: 3px;
	background-color: #fcc509;
	bottom: 0%;
}

#section3 .H_list a.more {
	float: right;
	/* margin-right: 5%; */
	color: #cf331a;
	font-size: 18px;
	line-height: 50px;
	font-weight: 600;
}

#section3 .con_main .con_main1 .news_list-page {
	width: auto;
	overflow: hidden;
}

#section3 .con_main .con_main1 li.li_der {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* box-shadow: 0 8px 20px rgb(221 221 221 / 30%); */
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	border-bottom: 1px #ccc solid;
	font-size: 14px;
	line-height: 48px;
}

#section3 .con_main .con_main1 li.li_der .list_text {
	flex: 0 0 auto;
	align-self: center;
	width: auto;
	max-width: 90%;
}

#section3 .con_main .con_main1 li.li_der .list_text h2 {
	font-weight: 500;
	font-size: 14px;
}

#section3 .con_main .con_main1 li.li_der .tada-time {
	color: #000;
	flex: 0 0 auto;
	width: auto;
	align-self: center;
	margin-right: 0px;
	margin-left: auto;

}

/**************/
#section4 {
	background: url(../img/section4.jpg) no-repeat center;
	min-height: 300px;
}

#section4 .U_der {}

#section4 .U_der .li_der {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc((100% - 3px)/ 4);
	border-right: 1px solid rgb(255 255 255 / 15%);
	padding: 10% 0;
	position: relative;
}

#section4 .U_der .li_der:last-child {
	border-right: 0;
}

#section4 .U_der .li_der .list_img {
	width: auto;
	max-width: 73px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

#section4 ul.U_der li.li_der .list_text {
	margin: 15% auto;
	position: relative;
	z-index: 9;
	transition: all 0.36s ease;
}

#section4 ul.U_der li.li_der .list_text h2 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#section4 ul.U_der li.li_der .list_text p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: Impact;
}

#section4 .U_der .li_der .href_img {
	width: auto;
	max-width: 37px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

#section4 .U_der .li_der::before {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.36s ease;
	z-index: 1;
	background: rgb(207 51 26 / 80%) url(../img/icon/wenli.png);
}

#section4 .U_der .li_der:hover::before {
	height: 100%;
}

#section4 .U_der .li_der:hover .list_text {
	margin: 10% auto;
}

/*************/
#section5 {
	background: url(../img/section5.jpg);


}
#section5  .con_main{
	align-items: center;
	align-self: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	height: 150px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display-radio: flex;
	position: relative;
}
#section5 p {
	color: #333333;
	flex: 0 0 auto;
	align-self: center;
	font-size: 24px;
	font-weight: 600;
	
}
#section5 p b{
	font-size: 48px;
	color: #cf331a;
}

#section5 a {
	color: #fff;
	flex: 0 0 auto;
	align-self: center;
	margin-right: 0px;
	margin-left: auto;
	width: auto;
	padding: 0 3%;
	font-size: 18px;
	background-color: #cf331a;
	text-align: center;
	line-height: 2.5em;
}

@media screen and (max-width: 960px) {
	.index_page {
		padding-top: 70px;
	}
	#section1 .con_main{display: block;}
	#section1 .con_main .con_main1, #section1 .con_main .con_main1 .commslist, #section1 .con_main .con_main2{max-width: 100%;}
	{max-width: 100%;}
	#section2 .con_main{
		height: auto;
	}
	#section2 .con_main1{
		    flex: 0 0 100%;
	}
	#section2 .p_loop .list_1{
		margin-right: 0;
		
	}
	#section2 .p_loop .item-1{
		width: 100%;
		
	}
	#section2 .p_loop .item-2{
		width: calc(50% - 0px);
	}
	#section2 .p_loop .item-3, #section2 .p_loop .item-4{
		margin-left: 15px;
		width: calc(50% - 15px);
	}
	#section2 .con_main2{
		flex: 0 0 100%;
		margin: 0 auto;
		display: block;
	}
	#section2 .p_loop .list_text{
		font-size: 16px;
	}
	#section3 .con_main .con_main1{
		width: 100%;
	}
	#section3 .con_main .con_main2, #section3 .H_list a.more{display: none;}
	#section3 .H_list{text-align: center;}
	#section3 .H_list a.text{font-size: 14px;margin: 0 5px;font-weight: 500;}
#section3 .con_main .con_main1 li.li_der .list_text{max-width: 80%;}
#section3 .con_main .con_main1 .commslist ul.U_der{width: auto;max-width: 95%;margin: 0 auto;}
#section4 .U_der .li_der{
	    flex-basis: calc((100% - 1px)/ 2);
		border-bottom: 1px solid rgb(255 255 255 / 30%);
}
#section4 .U_der .li_der:nth-child(2n){
	border-right: 0;
}
#section5 .con_main{max-width: 95%;margin: 0 auto;}
#section5 p, #section5 a{font-size: 14px; margin: 0 auto;}
#section5 p b{font-size: 22px;}










}
