/*! 官网通用页头 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: 0% 0;
	font-weight: 600;
}

#section1 .con_main .con_main1 .list_text p {
	color: #666666;
	font-size: 16px;
	-webkit-line-clamp: 1;
	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: #015bb6;
	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: 85%;
	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 li{-webkit-line-clamp: 1;
    line-height: 2em; color:#9a9a9a}

#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: #411605;
	font-size: 1.5rem;
	text-shadow: 2px 2px 4px #ffffff;
}

#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: #015bb6;
}

#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: #015bb6;
	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: 1.125rem;
}

#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% - 5px)/ 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(7 34 64 / 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: 24px;
	color: #015bb6;
}

#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: #015bb6;
	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;}

}




.about {
	width: 100%;
	height: auto;
	padding: 90px 0px;
	/*background: url(../images/about-us.webp) center no-repeat;*/
	background-size: cover;
}
.aboutw {
	width: 100%;
	max-width: 1400px;
	max-height: 399px;
	overflow: hidden;
	margin: 0px auto;
	background: #fff;
}
.aboutwleft {
	width: 45%;
	float: left;
}
.aboutwleft img {
	width: 100%;
}
.aboutwright {
	width: 49%;
	float: right;
	padding: 20px 30px;
}
.aboutwright h3 {
	font-size: 28px;
	color: #000;
	font-weight: 500;
}
.aboutwright h4 {
	font-size: 20px;
	font-weight: bold;
	color: #015bb6;
	padding: 5px 0px;
}
.abouttext {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
}
.abouttext a {
	padding: 10px 30px;
	background: #015bb6;
	color: #fff;
	position: relative;
	top: 20px;
	border-radius: 5px;
	width: 15%;
}
.abouttext a:hover {
	background: #e13d46;
	color: #fff;
}


@media screen and (max-width:1400px) {
 
 .abouttext {
  width: 100%;
font-size: 16px;
line-height: 30px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;
padding-bottom: 100px;

}
.aboutwleft {
    width: 47%;
    float: left;
    padding: 10px;
}
.aboutwright {
	width: 45%;
	float: right;
	padding: 20px 30px;
}
.aboutw {
  width: 100%;
  max-width: 96%;
  max-height: 329px;
  overflow: hidden;
  margin: 0px auto;
  background: #fff;
}
}

	 @media screen and (max-width:1300px) {
 
 .abouttext {
width: 100%;
font-size: 16px;
line-height: 30px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;
padding-bottom: 100px;
}
.aboutw {
  width: 100%;
  max-width: 96%;
  max-height: 399px;
  overflow: hidden;
  margin: 0px auto;
  background: #fff;
}
}
	 @media screen and (max-width:1200px) {
 
 .abouttext {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:4;
overflow: hidden;
}
 .abouttext p {
	 height:120px;
	 overflow:hidden;
}.aboutwleft {
    width: 47%;
    float: left;
    padding: 10px;
}
.aboutw {
  width: 100%;
  max-width: 96%;
  max-height: 399px;
  overflow: hidden;
  margin: 0px auto;
  background: #fff;
}
.aboutwright {
	width: 47%;
	float: right;
	padding: 20px 30px;
}
}


	 @media screen and (max-width:1100px) {
 
 .abouttext {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
overflow: hidden;
}
.aboutw {
  width: 100%;
  max-width: 96%;
  max-height: 399px;
  overflow: hidden;
  margin: 0px auto;
  background: #fff;
}
}

 @media screen and (max-width:1000px) {
 
 .abouttext {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
}
.abouttext p{ height:60px; }
.bottom_top {
  width: 94%;
  max-width:94%;
  margin: 0 auto;
  padding: 50px 0px;
}
.aboutw {
  width: 100%;
  max-width: 96%;
  max-height: 399px;
  overflow: hidden;
  margin: 0px auto;
  background: #fff;
}
}


 @media screen and (max-width:768px) {
     .aboutw {
    width: 100%;
    max-width: 96%;
    max-height: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: #fff;
}
.about {
	
	padding: 20px 0px;
}
.aboutwleft {
	width: 100%;
	float: none;
	padding: 3%;
}
.aboutwright {
	width: 88%;
	float: none;
	padding: 0px 4%;
	padding-top: 20px;
}
.aboutwleft img {
    width: 90%;
    padding: 2%;
}
     
 }
 
 
 
 
 .maxwidth1520 {
    max-width: var(--rp1520);
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
 
 :root {
 	--base: #01535e;
 	--rp1600: 1600px;
 	--rp1520: 1520px;
 	--rp1440: 1440px;
 	--rp1170: 1170px;
 	--rp970: 970px;
 	--rp750: 750px;
 	--swiper-pagination-color: var(--base)
 }

 .flex {
 	display: flex
 }

 .foot_wrap {
 	background-color: var(--base);
 	background: url("/images/dowsbg.jpg") no-repeat;
 	background-size: 100% 100%
 }

 .foot {
 	display: flex;
 	justify-content: space-between;
 	padding: 2% 0;
 	height: 137px;
 	overflow: hidden;
 }

 .foot .foot_01 {
 	align-self: center;
 	max-width: 134px;
 	width: 100%
 }
  .foot_02a #menu-itemsa-1, .foot_02a #menu-itemsa-14{ display:none}

 @media screen and (max-width: 1024px) {
 	.foot .foot_01 {
 		display: block;
 	}
 }

 @media screen and (max-width: 1024px) {
 	.foot .foot_02 {
 		display: block;
 		
 	}
 	.foot .foot_02 .foot_02a{
 		display: none;
 	}

 	.foot {
 	display: flex;
 	justify-content: space-between;
 	padding: 2% 0;
 	height: 320px;
 	flex-direction: column;
 }
 }

.foot_02,.foot_02 a{ color:#fff;}

 .foot .foot_02 .foot_02a ul.item {
 	display: flex;
 	flex-wrap: wrap;
 	gap: 36px
 }

 .foot .foot_02 .foot_02a ul.item li {
 	/*width: calc((100% - 106px) / 9)*/
 }

 .foot .foot_02 .foot_02a ul.item li a {
 	font-size: 16px
 }

 .foot .foot_03 {
 	display: flex;
 	gap: 30px
 }

 .foot .foot_03 .foot_03a {
 	width: auto
 }

 .foot .foot_03 .foot_03b {
 	max-width: 170px;
 	width: 100%;
 	height: 100%;
 	max-height: 200px;
 }
.foot .foot_03 .foot_03b img{ max-height: 129px;}
 .foot .foot_03 .foot_03b a {
 	text-align: center; 
 	color: #fff;
 }

 .foot h5 {
 	color: #0a0001;
 	font-size: 24px;
 	margin-bottom: 15px;
 	font-weight: 500
 }

 .footer {
 	background-color: #01535e
 }

 .footer .maxwidth1520 {
 	display: flex;
 	justify-content: center;
 	gap: 10px;
 	flex-wrap: wrap;
 	align-items: center;
 	padding: 15px 0
 }

 .footer .maxwidth1520 a {
 	font-size: 16px;
 	color: #fff
 }
  .foot_02b{ font-size:16px; line-height:30px; padding-top:20px;}

 @media screen and (max-width: 1024px) {
 	.footer .maxwidth1520 a {
 		font-size: 12px
 	}
 	 	.foot .foot_03 {
    display: flex;
    gap: 30px;
}
.foot_02b {
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot .foot_01 {
    align-self: revert;
    max-width: 110px;
    width: 100%;
 }

 @media screen and (max-width: 1024px) {
 	.footmenu span {
 		font-size: 14px !important
 	}

 }

