

.header_banner{
	width: 100%;
	overflow: hidden;
	background: #1C7AC0;
}
.header_banner .swiper{
	max-width: 1000px;
	margin: 0 auto;
}
.header_banner .swiper-slide{
	width: 100%;
	padding: 40px 0;
}
.header_banner .swiper-slide:before,.header_banner .swiper-slide:after{
	content: "";
	display: table;
}
.header_banner .swiper-slide:after{
	clear: both;
}
.header_banner .left{
	float: left;
	width: 50%;
}
.header_banner .right{
	float: right;
	width: 40%;
}
.header_banner h4{
    padding: 8px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
}
.header_banner p{
	line-height: 26px;
    color: #FFFFFF;
    padding: 16px 8px;
    font-size: 16px;
    text-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
}
.swiper-button-next, .swiper-button-prev{
	display: none;
	top: auto;
	bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 1000;
}
.swiper-button-prev{
	left: auto;
	right: 50px; 	
}
.swiper-pagination{
	display: none;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #FFFFFF;
}
:root {
    --swiper-navigation-size: 28px;
}
.header_banner .swiper:hover .swiper-button-next,
.header_banner .swiper:hover .swiper-button-prev,
.header_banner .swiper:hover .swiper-pagination{
	display: block;
}

.content{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 50px;
}
.content_container{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
}
.content_container:before,.content_container:after{
	content: "";
	display: table;
}
.content_container:after{
	clear: both;
}
.content_item{
	width: 50%;
	padding: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content_item h3{
	width: 100%;
	margin-bottom: 10px;
    border-bottom: 2px solid #E0E0E0;
}
.content_item h3 span{
	display: inline-block;
	margin-bottom: -2px;
	padding-bottom: 10px;
	color: #333333;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 2px solid #0099FF;
}
.content_item ul{
	width: 100%;
}
.content_item li{
	border-bottom: 1px dashed #999999;
}
.content_item li a{
	display: block;
	padding: 15px 5px;
	color: #666666;
	font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.content_item li a:before{
	display: none;
	content: "\f105";
	position: absolute;
	left: 0;
	top: 6px;
	color: #666666;
	font: normal normal normal 14px/1 FontAwesome;;
	font-size: 18px;
}
.content_item li a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.content_item li a:hover:before{
	color: #CC0000;
}
.content_item .listLogo li a{
	padding: 3px 0;
}
.content_item .listLogo li a:before{
	display: none;
}
.content_item .listLogo li a img{
	height: 40px;
}
.content_item_news{
	width: 100%;
	height: 100%;
	background: url(../images/banner_05.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.main{
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0;
	padding-bottom: 100px;
}
.section{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	margin: 0 0 30px;
	padding: 30px 0;
	border-bottom: 1px solid #DEE6EB;
}
.section figure{
	width: 380px;
}
.section_text{
	width: 620px;
}
.section_text h4{
	color: #333333;
	font-size: 24px;
	font-weight: normal;
}
.section_text p{
	margin: 30px 0 0;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	text-indent: 32px;
}
.section_text a{
	display: block;
	width: 140px;
	text-align: center;
	margin-top: 40px;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 16px;
	background: #0099FF;
	border-radius: 30px;
}
.section_text a:hover{
	opacity: .7;
}

.company_history,.company_history iframe{
	width: 100%;
}

.newPage{
	width: 100%;
	overflow: hidden;
}
.newPage_item{
	width: 100%;
	padding: 50px 0;
}
.newPage_item:nth-child(odd){
	background: #F7F7F7;
}
.newPage_item_container{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}
.newPage_item_title{
	width: 100%;
	margin-bottom: 30px;
}
.newPage_item_title h3{
	width: 100%;
	margin-bottom: 10px;
	line-height: 26px;
	color: #000000;
	font-size: 26px;
	font-weight: bold;
}
.newPage_item_title p{
	color: #999999;
	font-size: 12px;
	line-height: 18px;
}
.newPage_item_content{
	display: block;
	width: 100%;
}
.newPage_item_content span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	margin-bottom: 16px;
}
.newPage_item_link{
	margin-top: 30px;
	width: 100%;
}
.newPage_item_link a{
	display: block;
	width: 200px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #333333;
	color: #666666;
	border-radius: 30px;
}
.newPage_item_link a:hover{
	color: #FFFFFF;
	background: #0099FF;
	border-color: #0099FF;
}
