/* 首页 */
.top_wrap {
	position: relative;
}

.nav_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px;
	z-index: 10;
	/* height: 45px; */
}

.nav_wrap .flex_box {
	justify-content: space-between;
}

.nav_wrap .logo {
	width: 200px;
	margin-left: 50px;
}
.nav_wrap .logo img{
	width: 100%;
}
.nav_wrap .nav_box {
	flex: 1;
	justify-content: flex-end;
	margin-left: 20px;
}

.nav_item {
	position: relative;
	display: block;
	padding: 0 25px;
	line-height: 30px;
	/* flex: 1; */
	color: #fff;
	text-align: center;
}

.nav_item::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: '';
	width: 25%;
	height: 2px;
	border-radius: 1px;
	background-color: transparent;
}

.nav_item:hover::after {
	background-color: #fff;
}

.nav_box .active::after {
	background-color: #fff;
}

/* banner */
.banner_wrap {
	width: 100%;
	height: 554px;
}

.banner_box {
	width: 100%;
	height: 100%;
}

.banner_box img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-pagination-bullet {
	background-color: #ffffff;
	opacity: 0.61;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}

/* section */
.section_wrap {
	padding: 62px 0;
}
.section_wrap:nth-child(2n-1){
	background-color: #f7f7f7;
}
.section_title {
	margin-bottom: 62px;
	letter-spacing: 1px;
	justify-content: center;
}

.title_text {
	padding: 0 15px;
	font-size: 34px;
	color: #4a4a4a;
	text-align: center;
}

.text_tip {
	font-size: 14px;
	color: #9b9b9b;
}

/* 我们的业务 */
.business_box {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.business_box li {
	width: 270px;
	margin-right: 30px;
	margin-bottom: 22px;
}
.business_box li a{
	display: block;
}
.business_box .business_pic {
	width: 270px;
	height: 340px;
	margin-bottom: 22px;
	background-image: ;
	background-blend-mode: ;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.business_box .business_pic img {
	width: 100%;
	height: 100%;
}

.business_title {
	margin-bottom: 5px;
	font-size: 16px;
	color: #4a4a4a;
}

.business_desc {
	font-size: 13px;
	line-height: 20px;
	color: #9b9b9b;
}

.section_more {
	text-align: center;
	margin-top: 50px;
}

.section_more a {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #00599a;
	border-radius: 25px;
	border: solid 1px #00599a;
}

.section_more a:hover {
	color: #fff;
	background-color: #00599a;
}

/* 我们的案例 */
.case_box {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.case_box a {
	display: block;
	position: relative;
	color: #fff;
}

.case_box li {
	margin-right: 30px;
	margin-bottom: 22px;
}

.case_box li:nth-child(3n) {
	margin-right: 0;
}

.case_pic {
	width: 380px;
	height: 282px;
	border-radius: 10px;
}

.case_pic img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.case_info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .4);
}

.case_caption {
	font-size: 30px;
	letter-spacing: 1px;
}

.case_desc {
	margin-top: 15px;
	font-size: 16px;
	line-height: 23px;
}

/* 新闻列表页 */
.common_header_wrap {
	width: 100%;

}

.common_header_top {
	padding: 29px 0;
	justify-content: space-between;
}
.common_logo{
	width:348px;
	margin-left: 50px;
}
.common_logo img{
	width: 100%;
}
.common_header_top .search_box form {
	display: flex;
	align-items: center;
	height: 45px;
	border: solid 1px #00599a;
}

.search_box input {
	width: 345px;
	height: 45px;
	line-height: 45px;
	color: #a0a0a0;
	background-color: #fff;
	padding-left: 12px;
}

.search_box .search_btn {
	display: inline-block;
	width: 65px;
	height: 45px;
	cursor: pointer;
	outline: none;
	border: none;
	background: #00599a url(../images/icon_search.png) no-repeat center;
	background-size: 35%;
}

.common_nav_wrap {
	height: 50px;
}

.common_nav_wrap li {
	display: inline-block;
	margin: 0 25px;
}



.common_nav_wrap li:last-of-type::after {
	width: 0;
}

.common_nav_wrap a {
	display: inline-block;
	color: #333333;
	padding: 0px 10px;
	height: 100%;
	line-height: 50px;
}

.common_nav_wrap a.active,
.common_nav_wrap a:hover {
	color: #00599a;
	border-bottom: 2px solid #00599a;
}

.banner2 {
	margin-top: 10px;
	width: 100%;
	height: 72px;
	overflow: hidden;
}

.banner2 img {
	width: 100%;
	/* height: 100%; */
}

/* 新闻列表 */
.news_box {
	margin-top: 30px;
	min-height: 500px;
	align-items: flex-start;
}

.news_box .aside_nav {
	width: 200px;
}

.news_box .aside_nav div {
	height: 50px;
	line-height: 50px;
}

.news_box .aside_nav .top {
	color: #fff;
	padding-left: 20px;
	background-color: #00599a;
}

.news_box .aside_nav .top .icon_1 {
	width: 9px;
	height: 15px;
	margin-left: 60px;
	background: url(../images/icon-1.png)no-repeat center;
}

.news_box .aside_nav .nav_li {
	padding-left: 35px;
	margin-bottom: 2px;
	font-size: 14px;
	color: #828282;
	cursor: pointer;
	background: #F4F4F4 url(../images/icon-2.png) no-repeat 15px center;
}

.news_box .aside_nav .nav_li:hover,
.news_box .aside_nav .nav_li:hover a {
	color: #00599a;
}

.news_box .aside_nav .nav_li a {
	display: block;
	color: #828282;
}

.news_box .aside_nav .nav_li_slt {
	color: #00599a;
}

.news_box .aside_nav .nav_li_slt a {
	color: #00599a;
}

.news_con_box {
	flex: 1;
	margin-left: 50px;
	justify-content: space-between;
}

.news_con_box .news_con_top {
	position: relative;
	padding-bottom: 20px;
	justify-content: space-between;
	border-bottom: 1px solid #D5D5D5;
}

.news_con_box .news_con_top::after {
	display: none;
	position: absolute;
	bottom: -12px;
	left: 30px;
	width: 30px;
	height: 12px;
	content: "";
	background: #fff url(../images/icon-3.png)no-repeat center;
}

.news_con_box .news_con_top .title {
	font-size: 20px;
	color: #457ED0;
}

.news_con_box .news_con_top .list {
	font-size: 12px;
	color: #767676;
	margin-top: 10px;
}

.news_con_box .news_con_top .list a {
	color: #767676;
}

.news_con_box .news_con_top .list span {
	margin: 0px 5px;
}

.news_con_box .news_con_top .list a {
	margin: 0px 5px;
}

.news_con_box .news_con_top .list a:hover {
	color: #00599a;
}
.news_list_wrap  ul{
	padding-top: 10px;
}
.news_list_wrap  li{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	    padding: 30px 0px;
		border-bottom: 1px solid #E8E6E6;
}
.news_list_wrap  li .news_pic {
	width: 124px;
	height: 90px;
	overflow:hidden;
}
.news_list_wrap  li .news_pic a{
	display:block;
	width:100%;
	height:100%;
}
.news_list_wrap  li .news_pic img {
	width: 100%;
	height:100%;
}

.news_list_wrap li .new_text {
	flex: 1;
	margin-left: 20px;
}

.news_list_wrap li .new_text  .title {
	font-size: 18px;
	color: #404040;
}
.news_list_wrap li .new_text .title a{color: #404040;}
.news_list_wrap li .new_text  .news_desc {
	font-size: 14px;
	color: #6C6B6B;
	margin-top: 10px;
 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_date {
	margin-top: 10px;
	font-size: 14px;
	color: #b4b4b4;
}

/*page*/

.page {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 110px;
	font-size: 14px;
	
}
.page li{
	display: inline-block;
	padding: 0;
	height:auto;
	line-height:normal;
	margin-right: 5px;
	border-bottom:none;
	cursor:pointer;
	background-color: #EBEBEB;
}
.page span {
	display: inline-block;
	/*padding: 15px 15px;*/
	line-height:normal;
	margin-right: 5px;
	background-color: #EBEBEB;
}

 .page li.active {
	color: #fff;
	background-color: #00599a;
}
.page a {
	display: block;
	    padding: 10px 15px;
		
	background-color: #EBEBEB; 
	color:#333;
}

 .page li.active a{
	color: #fff;
	background-color: #00599a;
}

/* 文章详情 */
.news_detail_wrap{
	padding-top: 30px;
}
.news_title_box{
	font-size: 20px;
	    font-weight: bold;
	    text-align: center;
	    margin-bottom: 20px;
}
.news_detail_info {
	font-size: 14px;
	text-align: center;
}

.news_detail_info span:nth-child(2n+1) {
	color: #949494;
}

.news_detail_box {
	margin-top: 70px;
}

.news_detail_box {
	padding: 50px 0;
	color: #565656;
	font-size: 14px;
	border-bottom: 1px dashed #848484;
	overflow:hidden;
}

.news_con_other {
	padding: 30px 0;
	font-size: 14px;
	line-height: 30px;
	color: #5b5b5b;
	border-top: 1px dashed #e5e5e5;

}

.news_con_other a {
	color: #5b5b5b;
}

.news_con_other a:hover {
	color: #00599a;
	text-decoration: underline;
}
