* {
	padding: 0;
	margin: 0;
}

i{
	font-style: italic;
}
b,em{
	font-weight: bold;
}


.header {
	background-color: transparent!important;
}
/* 
.swiper-container img {
	width: 100%;
}
.swiper-pagination-bullet{
	border-radius: 0!important;
	height:5px;
	width: 18px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
 */

#headerbox {
	height: auto;
	/* position: fixed;
	top: 0px;
	z-index: 22; */
}
.middleTitle{
	position: relative;
	text-align: center;
	line-height: 50px;
	font-size: 26px ;
	font-weight: bold;
	color: #333;
	padding: 20px 0px 20px 0px;
	
}
.middleTitle span{
	display: block;
	width: 38px;
	height: 4px;
	background-color: #EC830F;
	position: absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -19px;
}
/* .input_search {} */


.bannerbox{
	background:#f4f4f4;
	height: 60px;
	position: relative;
	
}
.about_title {
	text-align: center;
	font-size: 0;
	height: 60px;
	width: 100%;
	min-width: 1500px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999999999;
	background-color: #f4f4f4;
	transition: 5s;
}
.about_title>a {
	display: inline-block;
	font-size: 16px;
	color: #333;
	height: 60px;
	box-sizing: border-box;
	line-height: 60px;
	margin: 0 25px;
}
.about_title a:hover{
	border-bottom:3px solid #333;
} 
.about_title a.activeA{
	border-bottom:3px solid #333;
}

.introduction{
	width: 1500px;
	padding: 30px;
	box-sizing: border-box;
	margin:0 auto;
	background-color: #F4F4F4;
	position: relative;
	overflow: hidden;
}
.introduction .textBox{
	width: 874px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
	font-size: 16px;
	color: #666;
} 
.introduction .textBox p{
	line-height: 28px;
	margin-bottom: 12px;
}
.introduction .textBox p span{
	font-weight: bold;
}
.culture{
	width: 100%;
	height: 985px;
	background: url(https://update.9618968.com/etc-common/2024-08-28/20240828093500053.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 50px;
}

.imgList{
	width: 1500px;
	height: 703px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 40px;
}
.imgList img{
	display: block;
	width: 355px;
	height: 675px;
}
.imgList img:nth-child(odd){
	margin-top: 50px;
	transition:all .4s; 
}
.imgList img:nth-child(even){
	transition:all .4s; 
}
/* .imgList img:nth-child(odd):hover{
	margin-top: 0px;
}
.imgList img:nth-child(even):hover{
	margin-top: 50px;
} */
.history{
	background-color: #F4F4F4;
}
.historyBox{
	width: 1500px;
	margin: 0 auto;
}
.oneYear{
	box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
}
.oneYearContent{
	display: none;
}
.oneYearContentShow{
	display: block;
}
.contentHis{
	flex:1;
	height: 411px;
	box-sizing: border-box;
	padding-top: 30px;
	overflow-y: auto;
	
}
.contentHis h2{
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	color: #D3E2F3;
	margin-bottom: 47px;
}
.contentHis h2 img{
	margin-right: 20px;
}
.contentHis p{
	color: #666;
	font-size: 14px;
	margin-bottom: 26px;
	position: relative;
	text-indent: 10px;
}
.contentHis p:before{
	content: " ";
	display: inline-block;
	width:5px ;
	height:5px;
	border-radius: 5px;
	background: #7A7A7A;
	position: absolute;
	left: 0px;
	top: 7px;
}
.timeLine{
	width: 1500px;
	box-sizing: border-box;
	padding: 30px 0px;
	margin:0 auto;
}
.lines{
	height: 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #cacaca;
	position: relative;
}
.times{
	width: 1318px;
	height: 24px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	box-sizing: border-box;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	
}
.timeTxt{
	margin-top: 20px;
	height:48px;
}
.lines .prev,.lines .next{
	cursor: pointer;
	position: absolute;
	width: 19px;
	height: 40px;
	bottom: 5px;
}
.lines .prev{
	left: 0;
}
.lines .next{
	right: 0!important;
}
.times ul{
	display: flex;
	position: absolute;
	left: 0;
	transition: left 0.5s;
}
.lines #flagYear{
	position: absolute;
	display: block;
	width: 190px;
	height: 25px;
	bottom: -1px;
	left: 91px;
	transition: left 0.5s;
	z-index: 99999999999;
}
.times ul li{
	width: 188px;
	flex:1;
	text-align: center;
	font-size: 18px;
	color: #666;
	cursor: pointer;
}
.times ul li img{
	width: 188px;
	display: block;
}
.timeTxt ul li.activeHistory{
	color: #EC830F;
	
}
.honorImg{
	width: 1500px;
	margin:  0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap ;
}
.honorImg img{
	width:258px;
	height: 182px;
	margin-bottom: 50px;
}
.cooperation{
	background-color: #fff;
	padding-bottom: 50px;
	text-align: center;
}
.new_add:hover{
	color: #fff;
}

.new_add {
	/* border: 1px white solid; */
	/* padding: 9px 100px; */
	background-color: #4165FD;
	color: white;
}

.understand {
	margin: 80px 0;
	overflow: hidden;
	margin-top: 50px;
}

.understand img {
	width: 450px;
	height: 280px;
	margin-left: 100px;
}



.understand>div:nth-child(2) {
	float: left;
}

.understand_text {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 35px;
	text-indent: 2em;
}

.understand_title {
	font-size: 20px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 40px;
}

.hot {
	height: 130px;
	width: 100%;
	background-color: #2589FF;
	text-align: center;
	line-height: 130px;
	color: white;
}

.hot>span:nth-child(1) {
	font-size: 25px;
}

.hot>span:nth-child(2) {
    border: 1px white solid;
    border-radius: 4px;
     font-size: 20px;
    width: 160px;
    line-height: 40px;
    display: inline-block;
    margin-left: 60px;
}
.hot a{
	color: #fff;
}

.culture {
	font-size: 17px;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
}

.copm_culture>div {
	margin: 10px 0;
}

.culture_content {
	font-size: 17px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
}

.big_event_title {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0;
	margin-top: 57px;
}

.clock {
	margin: 10px 5px;width: 50px;
}

.headers,
.footer,
.layui-carousel,
.menu_item {
	min-width: 1200px;
}

#container {
	/*width: 1200px;*/
	margin: 0 auto;
	padding: 0 20px;
	;
}

.menu_item {
	width: 100%;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	background-color: #9c9999;
}

.item_one {
	width: 300px;
	color: #fff;
}

.item_one.active {
	background-color: #009688;
}

.title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.content {
	font-size: 20px;
	line-height: 40px;
	width: 500px;
	margin: 0 auto;
}

.container {
	margin: 30px 0 30px 0;
}

.menu_item a:hover {
	color: #fff;
}
.time_item{
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.time_content {
	/* height:22px;
	font-size:16px;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:22px;
 */
	font-weight: normal;
	margin-left: 20px;
}

.layui-timeline {
	display: inline-block;
	width: 700px;
}

.time_year {
	display: inline-block;
	float: right;
}

.yaer_item {
	width: 100px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	display: block;
	color: #02AADC
}

.yaer_item.active {
	background-color: #02AADC;
	color: #fff;
}

.culture_show,
.big_event {
	display: none;
}

#headerbox .header{position:absolute ;background-color: transparent; }
#headerbox{height: auto ;}
#headerbox .input_search,#headerbox .li_cotain,#headerbox .service_cotain {
    background-color: rgba(60, 85, 183) !important;
}
.layui-timeline-axis{
	    width: 11px;
    height: 11px;  border: 1px solid;left: -2px;color: #02AADC;
}
.layui-text ul li{
	    list-style-type: none;
}
.layui-timeline-item:before{
	    background-color: #02AADC;
}
.layui-timeline-content{padding-left: 50px;}
.layui-text h3{
	height:40px;
	font-size:28px;
	font-weight:600;
	color:rgba(157,158,157,1);
	line-height:40px;
}