﻿body {
	font-family: 微软雅黑;
}
* {
	margin: 0;
	padding: 0;
}
p,h2 {
	margin: 0;
}
ul, ol {
	margin: 0;
}
a {
	text-decoration: none !important;
}
li,ul,ol {
	list-style: none;
}
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.center_box {
	width: 1200px;
	margin: 0 auto;
}
/* 导航 */
.header {
	width: 100%;
	height: 90px;
	border-bottom: 2px solid #2e4da6;
	z-index: 9;
}
.logo_wrap {
	width: 24.5%;
	float: left;
	height: 90px;
	position: relative;
}
.logo_wrap img {
width:100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.nav_wrap {
	width: 74%;
	float: right;
}

.nav_wrap .navmenu-container {
	width: auto;
	float: right;
}
.nav_wrap .navmenu {
	width: auto;
	float: right;
	margin: 0;
}
.nav_wrap .navmenu::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav_wrap .navmenu > li {
	float: left;
	position: relative;
	line-height: 90px;
}
.nav_wrap .navmenu > li::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: #2e4da6;
	transition: .4s ease-out;
}
.nav_wrap .navmenu > li.nav_active::before {
	height: 100%;
}
.nav_wrap .navmenu > li a{
	text-decoration: none;
	display: block;
	font-size: 15px;
	color: #666666;
	padding: 0 15px 0 15px;
	transform: translateZ(1px);
	transition: .3s ease-out;
}
.nav_wrap .navmenu > li.nav_active a {
	color: #fff;
}
/* 二级 */
.nav_wrap .navmenu div.sub-0 {
	position: absolute;
	width: 220%;
	left: 50%;
	top: 92px;
	height: 0;
	transition: .5s ease-out;
	overflow: hidden;
	transform: translateX(-50%);
	background-color: rgba(255,255,255,1);
	z-index: 4;
}
.nav_wrap .navmenu div.sub ul.sub {
	width: 90%;
	margin-left: 5%;
	padding: 10px 0 10px 0;
}
.nav_wrap .navmenu div.sub ul.sub li {
	font-size: 16px;
	line-height: 44px;
	border-bottom: 1px dashed #ebebe7;
	width: 100%;
	transition: .3s;
	text-align: center;
}
.nav_wrap .navmenu div.sub ul.sub li:last-of-type {
	border-bottom: none;
}
.nav_wrap .navmenu div.sub ul.sub li:hover {
	background-color: rgba(255,255,255,1);
}
.nav_wrap .navmenu div.sub ul.sub li:hover a {
	color: #2e4da6;
}
.nav_wrap .navmenu div.sub ul.sub li a {
	padding: 0;
	transition: .3s;
	display: inline-block;
	color: #333333;
	width: 100%;
	text-align: center;
}


.sub-1 {
	display:none;
}
/* 二级导航 */

.header .center_box {
	position: relative;
}
.second_nav {
	display: none;
	width: 1200px;
	position: absolute;
	height: 300px;
	top: 92px;
	left: 50%;
	margin-left: -600px;
	z-index: 3;
	overflow: hidden;
}
.second_nav > div {
	width: 100%;
	position: absolute;
	top: -100px;
	padding-bottom: 30px;
	overflow: hidden;
	transform-origin: top;
	opacity: 0;
	transition: .7s ease-out;
	z-index: 4;
}
.second_nav > div.second_nav_active {
	opacity: 1;
	z-index: 5;
	top: 0;
}
.second_nav > div.second_nav_active02 {
	opacity: 1;
	height: auto;
	z-index: 5;
}
.second_nav .secondnav_wrap2 {
	padding-top: 34px;
	background-color: #FFFFFF;
}
.secondnav_wrap2 .wrap2_logo {
	width: 19.5%;
	float: left;
}
.secondnav_wrap2 .wrap2_logo img {
	display: block;
	margin-top: 35px;
	margin-left: 50%;
	transform: translateX(-50%);
}
.wrap2_name {
	width: 28.3%;
	float: left;
	margin-right: 45px;
}
.wrap2_name02 {
	width: 30%;
}
.wrap2_name h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 2em;
}
.wrap2_name p {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-align: justify;
}
.wrap2_name span {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-align: justify;
	text-indent: 2em;
}
.wrap2_nav {
	width: 12%;
	float: left;
	border-left: 1px solid #d8d8da;
	border-right: 1px solid #d8d8da;
	box-sizing: border-box;
	margin-right: 28px;
}
.wrap2_nav li {
	width: 100%;
}
.wrap2_nav li a {
	color: #333333;
	display: block;
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 50px;
	transition: .4s;
	background: url(../images/nav_icon02.png) 26px center no-repeat;
}
.wrap2_nav li a:hover {
	color: #2e4da6;
}
.secondnav_wrap3 {
	padding-top: 34px;
	background-color: #FFFFFF;
}
.wrap3_box {
	width: 100%;
	position: relative;
}
.wrap3_nav {
	position: absolute;
	left: 52%;
}
.wrap3_imgnews {
	width: 52%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
.wrap3_img {
	margin-left: 32px;
	float: left;
	width: 43.2%;
}
.wrap3_img img {
	width: 100%;
}
.wrap3_tit,.wrap3_text {
	width: 44.8%;
	margin-left: 24px;
	float: left;
}
.wrap3_tit h3 {
	width: 100%;
	font-size: 18px;
	color: #2e4da6;
	line-height: 30px;
	height: 60px;
	text-align: justify;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.wrap3_tit h3 a.news-title {
	color: #2e4da6;
}
.wrap3_text p {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	height: 70px;
	text-align: justify;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.wrap3_list {
	width: 30%;
	float: right;
	margin-right: 45px;
}
.wrap3_list li {
	width: 100%;
	
}
.wrap3_list li a.news-title::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #2e4da6;
}
.wrap3_list li a.news-title {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-indent: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	/* width: 100%; */
}
.secondnav_wrap4 {
	padding-top: 34px;
	background-color: #FFFFFF;
}
.wrap4_nav {
	width: 100%;
}
.wrap4_nav ul {
	width: 33%;
	float: right;
}
.wrap4_nav ul:nth-of-type(2) {
	border-right: 1px solid #d8d8da;
	border-left: 1px solid #d8d8da;
}
.wrap4_nav ul li {
	width: 100%;
	position: relative;
}
.wrap4_nav ul h3 a {
	color: #333333;
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	line-height: 36px;
	text-indent: 75px;
	transition: .3s;
	background: url(../images/nav_icon02.png) 50px center no-repeat;
}
.wrap4_nav ul a:hover {
	color: #2e4da6;
}
.wrap4_nav ul li::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 75px;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #666666;
}
.wrap4_nav ul li a{
	display: block;
	width: 100%;
	transition: .3s;
	text-indent: 85px;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.secondnav_wrap5 {
	padding-top: 34px;
	background-color: #FFFFFF;
}
.wrap5_nav {
	width: 65%;
	margin-left: 17.5%;
}
.wrap5_nav li {
	width: 33.3%;
	height: 175px;
	float: left;
}
.wrap5_nav li a {
	display: block;
	width: 100%;
	height: 100%;
}
.wrap5_nav li a img {
	margin-top: 10px;
	margin-left: 50%;
	transform: translateX(-50%);
}
.wrap5_nav li a p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 3em;
	transition: .3s;
}
.wrap5_nav li a p:hover {
	color: #2E4DA6;
}



.search_wrap {
	float: right;
	height: 90px;
	position: relative;
	margin-left: 30px;
}
.search_wrap .sear_img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.change_e {
	float: right;
	margin-left: 30px;
}
.change_e a {
	font-style: unset;
	line-height: 90px;
	font-size: 16px;
	color: #666666;
	font-style: oblique;
}
/* banner */
.banner-next,.banner-prev {
	opacity: 1 !important;
	width: 50px;
	height: 50px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}
.banner-next::after {
	color: #FFFFFF !important;
	font-size: 20px;
}
.banner-prev::after {
	color: #FFFFFF !important;
	font-size: 20px;
}
.banner_text1 {
	position: absolute;
	top: 200px;
	left: 12%;
	opacity: 0;
	transition: .5s ease-out .8s;
}
.banner-swiper .swiper-slide-active .banner_text1 {
	top: 155px;
	opacity: 1;
}
.banner_text2 {
	position: absolute;
	top: 200px;
	left: 46%;
	opacity: 0;
	transition: .5s ease-out .8s;
}
.banner-swiper .swiper-slide-active .banner_text2 {
	top: 155px;
	opacity: 1;
}
.banner_text3 {
	position: absolute;
	top: 200px;
	left: 42%;
	opacity: 0;
	transition: .5s ease-out .8s;
}
.banner-swiper .swiper-slide-active .banner_text3 {
	top: 145px;
	opacity: 1;
}
.banner_text4 {
	position: absolute;
	top: 200px;
	left: 26%;
	opacity: 0;
	transition: .5s ease-out .8s;
}
.banner-swiper .swiper-slide-active .banner_text4 {
	top: 165px;
	opacity: 1;
}
.banner_text5 {
	position: absolute;
	top: 200px;
	left: 25%;
	opacity: 0;
	transition: .5s ease-out .8s;
}
.banner-swiper .swiper-slide-active .banner_text5 {
	top: 175px;
	opacity: 1;
}


.banner_swiper {
	height: 100%;
	width: 100%;
}
.banner-swiper {
	width: 100%;
	height: 520px;
}
.banner-swiper .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-swiper .swiper-pagination {
	bottom: 43px;
}
.banner-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	background-color: #9eabd4;
	border-radius: 0;
	opacity: 1;
}
.banner-pagination .swiper-pagination-bullet-active {
	background-color: #324fa4;
}



.content_wrap {
	width: 100%;
}
/* 主营产品 */
.chanpin_tit {
	width: 100%;
	margin-top: 23px;
}
.chanpin_tit h2 {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	color: #333333;
	line-height: 95px;
}
.chanpin_cont {
	width: 100%;
	border-bottom: 1px solid #ebebe7;
}
.cpcont_body {
	float: left;
	width: 68.3%;
	height: 370px;
	position: relative;
}
.cpcont_body > div {
	width: 100%;
	height: 360px;
}
.cpcont_body > div {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: .5s ease-out;
}
.cpcont_body .cpcont_body_active {
	opacity: 1;
	z-index: 2;
}
.cpcont_body > div:nth-of-type(1) {
	background: url(/Portals/0/BatchImagesThumb/2022/1104/638031587678301092.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.cpcont_body > div:nth-of-type(2) {

	background: url(/Portals/0/BatchImagesThumb/2022/1104/638031584150510871.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.cpcont_body > div:nth-of-type(3) {

	background: url(../images/chanpin_img02.png) center center no-repeat;
	background-size: 100% 100%;
}
.cpcont_body > div:nth-of-type(4) {
	background: url(../images/chanpin_img03.png) center center no-repeat;
	background-size: 100% 100%;
}
.cpcont_body div h3 {
	font-size: 24px;
	color: #ffffff;
	line-height: 64px;
	text-indent: 35px;
	margin-top: 48px;
	font-weight: bold;
}
.cpcont_body div h3 a {
	color: #FFFFFF;
}
.cpcont_body div.Normal span {
	display: block;
	color: rgba(255,255,255,.8);
	line-height: 30px;
	font-size: 16px;
	margin-left: 35px;
	padding-left: 28px;
	background: url(../images/icon-right01.png) left center no-repeat;
	transition: .2s;
}
.cpcont_body div.Normal span a {
	color: rgba(255,255,255,.8);
}
.cpcont_body div.Normal span a:hover {
	border-bottom: 1px solid rgba(255,255,255,.8);
	box-sizing: border-box;
}
.cpcont_btn {
	width: 31.6%;
	height: 360px;
	float: right;
}
.cpcont_btn_wrap {
	width: 97%;
	float: right;
	border-left: 1px solid #ebebe7;
}
.cpcont_btn_wrap li {
	width: 96%;
	height: 89px;
	border-top: 1px solid #ebebe7;
	float: right;
	position: relative;
	cursor: pointer;
	transition: .3s ease-out;
}
.cpcont_btn_wrap li:nth-child(1) {
	background: url(/Portals/17/BatchImagesThumb/2022/1104/638031653100927830.jpg) 90% center no-repeat;
}
.cpcont_btn_wrap li:nth-child(2) {

	background: url(/Portals/17/BatchImagesThumb/2022/1104/638031653798736340.jpg) 90% center no-repeat;
}
.cpcont_btn_wrap li:nth-child(3) {
	background: url(../images/chanpin_icon02.png) 90% center no-repeat;
}
.cpcont_btn_wrap li:nth-child(4) {
	background: url(../images/chanpin_icon03.png) 90% center no-repeat;
}
.cpcont_btn_wrap .cpcont_btn_active::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -5%;
	width: 2px;
	height: 100%;
	background-color: #125cb2;
}
.cpcont_btn_wrap .cpcont_btn_active::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -8%;
	width: 0;
	height: 0;
	border-width: 3px 6px;
	border-style: solid;
	border-color: transparent #125cb2 transparent transparent;
}
.cpcont_btn_wrap .cpcont_btn_active span {
	color: #125cb2;
}
.cpcont_btn_wrap li span{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	margin-top: 35px;
	text-indent: 10px;
}

/* 新闻中心 */
.news_and_col {
	width: 100%;
	margin-top: 16px;
	border-bottom: 1px solid #ebebe7;
}
.news_wrap {
	float: left;
	width: 68.3%;
	/* height: 320px; */
}
.news_tit {
	width: 100%;
}
.news_tit h3 {
	font-size: 26px;
	color: #333333;
	line-height: 64px;
	display: inline-block;
	float: left;
	font-weight: normal;
	text-indent: 10px;
}
.news_tit a {
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 64px;
	margin-right: 5px;
	margin-top: 15px;
}
.news_cont {
	width: 100%;
	height: 100%;
}
.news_btn {
	width: 12.9%;
	float: left;
	padding-bottom: 125px;
	margin-bottom: 10px;
	border-right: 1px solid #ebebe7;
}
.news_btn_wrap {
	width: 100%;
}
.news_btn_wrap li {
	text-indent: 10px;
	width: 100%;
	line-height: 36px;
	margin: 3px 0 3px 0;
	font-size: 18px;
	cursor: pointer;
	box-sizing: border-box;
	color: #333333;
}
.news_btn_wrap .news_btn_active {
	color: #135db1;
	border-right: 2px solid #135db1;
}
.news_list {
	width: 86.5%;
	float: right;
	position: relative;
}
.news_list > div {
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: .4s ease-out;
	z-index: 1;
}
.news_list > div.news_list_active {
	opacity: 1;
	z-index: 2;
}
.news_style {
	width: 95%;
	padding-left: 5%;
}
.news_style li {
	width: 100%;
	line-height: 42px;
	height: 42px;
}
.news_style li .news-title {
	display: inline-block;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
	float: left;
	transition: .4s ease-out;
}
.news_style li .news-title:hover {
	color: #135db1;
}
.news_style li div {
	display: inline-block;
	width: 20%;
	font-size: 16px;
	color: #333333;
	float: right;
	text-align: right;
	margin-right: 1em;
}
.more_news {
	width: 95%;
	margin-left: 5%;
}
.more_news a {
	color: #135db1;
	line-height: 42px;
	font-size: 16px;
}





.col_wrap {
	width: 30.73%;
	float: right;
	border-left: 1px solid #ebebe7;
	margin-bottom: 10px;
}
.col_wrap .news_tit h3 {
	text-indent: 25px;
}
.col_imgs {
	width: 100%;
}
.col_imgs_ul {
	width: 100%;
	padding-top: 7px;
}
.col_imgs_ul li {
	width: 92.8%;
	float: right;
	height: 120px;
	border: 1px solid #ebebe7;
	margin: 0 0 16px 0;
	overflow: hidden;
}
.col_imgs_ul li a {
	display: block;
	width: 100%;
}
.col_imgs_ul li img {
	width: 100%;
}

/* 技术服务 */
.jishu_wrap {
	width: 100%;
}
.jishu_swiper {
	width: 100%;
}
.jishu-swiper {
	width: 100%;
}
.jishu-swiper .swiper-slide {
	height: 418px;
	background-color: #eeeeee;
}
.jishu-pagination {
	bottom: 30px !important;
}
.jishu-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #d6d6d5;
	margin: 0 7px !important;
	opacity: 1;
}
.jishu-pagination .swiper-pagination-bullet-active {
	background-color: #2e4da6;
}

.jishu_left {
	width: 73.3%;
	float: left;
}
.jishu_right {
	width: 26.5%;
	float: right;
}
.jishu_left h3 {
	color: #2e4da6;
	font-size: 22px;
	line-height: 64px;
	margin-top: 24px;
	text-indent: 55px;
}
.jishu_left h3 a.news-title {
	color: #2e4da6;
}
.jishu_left p {
	width: 90%;
	margin-left: 6.25%;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: justify;
}
.jishu_left ul {
	width: 100%;
}
.jishu_left ul li {
	width: 50%;
	float: left;
}
.jishu_left ul li img {
	margin-left: 50%;
	transform: translateX(-50%);
}

.link_wrap {
	width: 100%;
}
.link_list {
	width: 100%;
}
.link_list li {
	width: 25%;
	float: left;
	height: 312px;
	position: relative;
}
.link_list li div {
	display: block;
	width: 154px;
	height: 154px;
	border-radius: 50%;
	background-color: #f7f7f7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.link_list li div img {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.link_list li div span {
	display: block;
	margin-top: 96px;
	font-size: 20px;
	color: #2e4da6;
	text-align: center;
}
.link_list li div span a {
	color: #2e4da6 !important;
}

/* 底部 */
.footer {
	width: 100%;
	height: 110px;
	background-color: #2e4da6;
}
.footer .center_box {
	/* overflow: hidden; */
	position: relative;
}

.wexin {
	height: 110px;
	float: left;
	height: 100%;
	overflow: hidden;
}

.wexin .wexin02 {
	position: absolute;
	top: 37px;
	left: 0;
	z-index: 3;
}
.erweima {
	width: 170px;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: -65px;
	transition: .5s ease-out;
	z-index: 1;
	opacity: 0;
}

.erweima_a {
	bottom: 50px;
	opacity: 1;
}
.about_link {
	float: left;
	width: 170px;
	height: 32px;
	margin-top: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: 4em;
	position: relative;
}
.about_nav {
	position: absolute;
	bottom: 30px;
	width: 100%;
	background: #ffffff;
	transition: .4s ease-out;
	transform: scaleY(0);
	transform-origin: bottom;
}
.about_nav_active {
	transform: scaleY(1);
	transform-origin: bottom;
}
.about_nav li {
	width: 100%;
	text-indent: 1em;
	line-height: 3em;
}
.about_nav li a {
	color: #888888;
}
.about_link p {
	width: 100%;
	line-height: 32px;
	color: #888;
	font-size: 14px;
	text-indent: 1em;
	cursor: pointer;
}
.about_link img {
	position: absolute;
	right: 1em;
	top: 50%;
	transition: .4s ease-out;
	transform: translateY(-50%);
}
.route_active {
	transform: translateY(-50%) rotate(180deg);
}



.foot_menu {
	float: right;
	padding-top: 30px;
}
.foot_menu p {
	color: #66a0d8;
	font-size: 16px;
	text-align: right;
	line-height: 22px;
}
.foot_menu p span {
	display: inline-block;
	padding: 0 5px 0 5px;
}
.foot_menu p span a {
	color: #66a0d8;
}

/* 二级页banner */
.banner_second {
	width: 100%;
}
.banner_second_img {
	width: 100%;
}
.banner_second_img img {
	width: 100%;
	height: auto;
}
.left_nav {
	width: 19.25%;
	float: left;
	margin-top: 38px;
	/*height: 400px;*/
	border-right: 1px solid #d9d7cf;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.left_nav h2 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	line-height: 85px;
	margin-top: 10px;
	text-indent: 10px;
}
.left_nav_list {
	width: 100%;
}
.left_nav_list li {
	line-height: 62px;
	box-sizing: border-box;
	border-top: 1px solid #d9d7cf;
	text-indent: 10px;
	position: relative;
	transition: .4s;
}
.left_nav_list li:last-child {
	border-bottom: 1px solid #d9d7cf;
}
.left_nav_list li a {
	display: block;
	font-size: 16px;
	color: #333333;
}
.left_nav_active {
	border-right: 2px solid #125cb2;
}
.left_nav_list .left_nav_active a{
	color: #125cb2;
}
.right_cont {
	width: 78.3%;
	float: right;
	margin-top: 38px;
}
.right_nav {
	width: 100%;
	height: 55px;
	border-bottom: 1px dotted #d9d7cf;
}
.right_nav h3 {
	display: inline-block;
	float: left;
	width: auto;
	font-size: 18px;
	color: #125cb2;	
	line-height: 55px;
}
.right_nav_list {
	float: right;
}
.right_text {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 70px;
}
.right_text p {
	width: 100%;
	text-indent: 2em;
	line-height: 28px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	text-align: justify;
}
.right_text p img {
}
.DNNContainer_with_title {
	width: 100%;
	height: 55px;
}
.DNNContainer_with_title h2 {
	display: inline-block;
	float: left;
	width: auto;
	font-size: 18px;
	color: #125cb2;	
	line-height: 55px;
	margin: 0;
	font-weight: normal;
}
.DNNContainer_with_title h2 span {
	margin: 0;
}
.DNNContainer_with_title > div {
	width: auto;
	height: 55px;
	line-height: 55px;
	float: right;
}
.DNNContainer_with_title > div a {
	font-size: 16px;
	color: #666666;
}
.DNNContainer_with_title > div span {
	display: inline-block;
	font-size: 16px;
	color: #666666;
}
.DNNContainer_with_title > div span:first-child {
	display: none;
}
.Gst-breadrumb span:last-of-type {
	display: none !important;
}


.right_nav .GoneContainer_with_title {
	width: 100%;
	height: 55px;
}
.right_nav .GoneContainer_with_title h2 {
	display: inline-block;
	float: left;
	width: auto;
	font-size: 18px;
	color: #125cb2;	
	line-height: 55px;
	margin: 0;
	font-weight: normal;
}
.right_nav .GoneContainer_with_title h2 span {
	margin: 0;
}
.right_nav .GoneContainer_with_title > div {
	width: auto;
	height: 55px;
	line-height: 55px;
	float: right;
}
.right_nav .GoneContainer_with_title > div a {
	font-size: 16px;
	color: #666666;
}
.right_nav .GoneContainer_with_title > div span {
	display: inline-block;
	font-size: 16px;
	color: #666666;
}
.right_nav .GoneContainer_with_title > div span:first-child {
	display: none;
}


.center_text {
	width: 100%;
}
.center_text h2 {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}
.center_text h3 {
	font-size: 16px;
	color: #333333;
	line-height: 38px;
}
.center_text p img {
	float: left;
}
.center_text div {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 33px;
	border-bottom: 1px solid #eeeeee;
}
.center_text div img {
	display: inline-block;
	float: left;
}
.center_text div b {
	display: inline-block;
	/*float: right;
	width: 62%;*/
	font-size: 16px;
}
.center_text div p {
	text-indent: 0;
	/*float: right;
	width: 62%;*/
	display: inline-block;
}
.center_text div b {
	color: #125cb2;
	line-height: 28px;
}

/* 二级页新闻 */
.right_news {
	width: 100%;
}
.right_news_list {
	width: 100%;
}
.right_news_list li:nth-of-type(1) {
	padding-top: 8px;
}
.right_news_list li {
	width: 100%;
	margin-top: 24px;
	border-bottom: 1px solid #e0e0e0;
}
.right_date {
	width: 80px;
	height: 80px;
	background-color: #e8e8e8;
	float: left;
	
}
.right_date i {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-style: normal;
	line-height: 28px;
}
.right_date b {
	display: inline-block;
	color: #f19716;
	font-size: 30px;
	text-indent: 10px;
	line-height: 1;
	margin-top: 15px;
}
.right_tit {
	float: right;
	width: 88.9%;
	margin-bottom: 24px;
}
.right_tit h2 {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}
.right_tit h2 .news-title {
	color: #333333;
}
.right_tit h2 .news-title:hover {
	color: #125cb2;
}
.right_tit div {
	font-size: 16px;
	color: #888888;
	line-height: 22px;
	text-align: justify;
	width: 100%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.right_news .i-pager {
	height: 38px;
	margin-top: 36px;
	font-size: 14px !important;
}
.right_news .i-pager a {
	color: #888888;
	border-radius: 5px;
	height: 38px;
	line-height: 38px;
	padding: 0 1em 0 1em;
	margin: 0 4px 0 4px;
}
.right_news .i-pager .i-pager-info {
	height: 38px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.right_news .i-pager .i-pager-info span {
	border: none;
	color: #888888 !important;
}
.right_news .i-pager .i-pager-item-active {
	background: #1483c9;
}


/* 新闻详情样式 */
.right_text .detail_box h1 {
	font-size: 18px !important;
	color: #333333 !important;
	width: 100% !important;
	text-align: center !important;
	border-bottom: 1px dotted #d9d7cf;
	margin: 0;
}
.right_text .date_box {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	line-height: 40px;
}
.right_text  .date_box .bhs-Date {
	width: auto !important;
	display: inline-block !important;
	color: #999999;
	font-size: 14px;
}
.right_text .date_box .bhs-Source {
	width: auto !important;
	display: inline-block !important;
	color: #999999;
	font-size: 14px;
}

.right_text #article_content p {
	color: #666666;
}
.right_text #article_content p img {
	transform: translateX(-50%);
	margin: 20px 0 20px 50%;
}
.right_text #article_content {
	margin-bottom: 30px;
}




.chanpin_8 {
	width: 100%;
	text-indent: 0 !important;
}
.chanpin_8 span {
	display: inline-block;
}
.chanpin_8 span:nth-of-type(1) {
	width: 240px;
}
.chanpin_8 span:nth-of-type(2) {
	width: 200px;
}

.left_nav .Normal {
	display: none;
}
.left_nav .accordion-3-container li.level-0 {
	line-height: 62px;
	width: 100%;
	margin-right: 0;
	box-sizing: border-box;
	border-top: 1px solid #d9d7cf;
	text-indent: 10px;
	position: relative;
	transition: .4s;
	text-align: left;
	border-bottom: none;
	border-right: rgba(18,92,178,0);
}
.left_nav .Head {
	display: inline;
	margin-bottom: 0;
}



.left_nav .accordion-3-container li.level-0:last-child {
	border-bottom: 1px solid #d9d7cf;
}
.left_nav .accordion-3-container li.level-0 a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	color: #333333;
}

.left_nav .accordion-3-container li.level-0 a span {
	width: 100%;
	height: 100%;
	display: block;
}

.left_nav .accordion-3-container li.active a{
	color:  rgba(18,92,178,1);
	border-right:2px solid rgba(18,92,178,1);
	box-sizing: border-box;
}
.left_nav .accordion-3-container li.breadcrumb a {
	color:  rgba(18,92,178,1);
	border-right:2px solid rgba(18,92,178,1);
	box-sizing: border-box;
}
.left_nav_active {
	border-right: 2px solid #125cb2;
}
.left_nav_list .left_nav_active a{
	color: #125cb2;
}


/* 业务产品下拉菜单 */
.left_nav_second {
	width: 100%;
	/* padding-bottom: 20px; */
	height: 0;
	transition: .4s;
	overflow: hidden;
}
.left_nav_list .left_nav_active02 > a {
	border-right: 2px solid #2e4da6;
	color: #2e4da6;
}

.left_nav_second a:last-child {
	margin-bottom: 20px;
}
.left_nav_active02 .left_nav_second {
	height: 96px;
	transition: .4s;
}
.left_nav_active02 .left_nav_second .left_nav_second_a {
	background: url(../images/second_icon01.png) 10px center no-repeat;
	color: #2e4da6;
}
.left_nav ul.sub-0 {
	margin-bottom: 20px;
}
.left_nav ul.sub-0 li {
	line-height: 38px;
	
}
.left_nav ul.sub-0 li.level-1 a{
	color: #333333;
	line-height: 38px;
	text-indent: 24px;
	border-right: none;
	font-size: 14px !important;
	background: url(../images/second_icon02.png) 10px center no-repeat;
}
.left_nav ul.sub-0 li.active a{
	background: url(../images/second_icon01.png) 10px center no-repeat;
	color: #2e4da6;
}
.left_nav div.sub-0 {
	height: 0;
	overflow: hidden;
	transition: .5s;
}
.left_nav .accordion-3 > li.breadcrumb div.sub-0{
	height: auto;
	transition: .5s;
}
.accordion-3 .level-0 p {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 62px;
    background: url(/Portals/2031/Skins/jsfc_home/images/xiala.png)center center /cover no-repeat;
    background-size: 22px 22px;
}
/* 网站地图 */
.right_text .GoneContainer_with_title {
	margin-bottom: 10px;
}
.right_text .GoneContainer_with_title h2{
	font-size: 14px;
	line-height: 3em;
	color: #333333;
	border: 1px solid #B6CDDC;
	background-color: #f2f7fb;
	text-indent: 10px;
	border-radius: 5px;
	
}
.right_text .GoneContainer_with_title h2 span {
	margin-bottom: 0;
}
.right_text .accordion-3-container li.level-0 {
	font-size: 14px;
	color: #333333;
	line-height: 3em;
	text-indent: 10px;
}
.right_text .accordion-3-container li.level-0 a {
	text-indent: 10px;
}
.right_text .accordion-3-container {
	border: 1px solid #B6CDDC;
	border-top: none;
}
.right_text .accordion-3-container .accordion-3::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.right_text .accordion-3-container .accordion-3{
	height: auto;
}
.right_text .accordion-3-container .accordion-3 div.sub-0 {
	display: none;
}



@media only screen and (max-width: 1680px) {
 .banner-swiper .swiper-slide:nth-of-type(3) {
	background-position: 10% center;
 }
.banner_text3 {
left:inherit;
right:50px;
}
}


@media only screen and (min-width: 1680px) {
 
  .banner_text3 {
	left: 64%;
  }
}
@media screen and (min-width:1024px) and (max-width:1300px){
 
  .banner_text1 {
	left: 2%;
  }
  .DnnModule-5726 .center_box {
	width:87%;
  }
}