﻿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 {
	position:relative;
	width: 100%;
	height: 90px;
	border-bottom: 2px solid #2e4da6;
	z-index: 99;
}
.logo_wrap {
	width: 27.5%;
	float: left;
	height: 90px;
	position: relative;
}
.logo_wrap img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.nav_wrap {
	width: 70%;
	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: 16px;
	color: #666666;
	padding: 0 10px;
	transform: translateZ(1px);
	transition: .3s ease-out;
}
.nav_wrap .navmenu > li.nav_active a {
	color: #fff;
}
/* 下拉导航
.second_nav {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 10;
}
.second_nav .DnnModule{
	height: 250px;
	background: #fff;
	box-shadow: 0 0 24px rgba(0,0,0,.12);
	display: none;
}
.second_nav .DnnModule:first-child{
	height: auto;
} */

/* 关于有研 */
.gyyy-left,.gyyy-right,
.gyyy-left-left,.gyyy-left-right{
	float: left;
}
.gyyy-box{
	padding: 0 30px;
padding-bottom:30px;
}
.gyyy-left{
	border-right: 1px solid rgba(0,0,0,.14);
}
.gyyy-left-left{
	width: 269px;
	height: 181px;
}
.gyyy-left-left img{
	display: block;
	width: 100%;
	height: 100%;
}
.gyyy-left-right{
	width: 390px;
	padding: 0 35px 0 28px;
}
.gyyy-lr-text{
	line-height: 1.429;
	font-size: 14px;
	color: #777;
	margin-bottom: 20px;
}
.gyyy-lr-btn{
	line-height: 1.79;
	font-size: 14px;
}
.gyyy-lr-btn a{
	color: #104ca6;
}
.gyyy-right{
	padding-left: 30px;
}
.gyyy-right .xl-nav{
	width: 280px;
	border-right: 0;
}
.gyyy-right .xl-nav-li{
	float: left;
	padding-left: 25px;
	width: calc(50% - 25px);
	line-height: 1;
	font-size: 15px;
	text-indent: 0;
	margin-bottom: 15px;
	position: relative;
}
.gyyy-right .xl-nav-li:nth-child(7),.gyyy-right .xl-nav-li:nth-child(8){
	width: calc(100% - 25px);
}
.gyyy-right .xl-nav-li:before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/bg-xl-nav.png) no-repeat center center / 100%;
background-image:url(../images/bg-xl-nav.png);
background-repeat:no-repeat;
background-position:center center;
background-size:100%;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.gyyy-right .xl-nav-li a{
	display: block;
	color: #333;
	transition: .6s;
}
.gyyy-right .xl-nav-li:hover a{
	transform: translateX(10px);
}
/* 二级 */
.nav_wrap .navmenu div.sub-0 {
	display: none;
}
/* .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;
}

 */


/* 二级导航 */
.header .center_box {
	position: relative;
}
.second_nav {
	display: block;
	width: 1200px;
	position: absolute;
	
	top: 92px;
	left: 50%;
	margin-left: -600px;
	/* z-index: 3; */
	//overflow: hidden;
}
.second_nav > div {
	width: 100%;
	position: absolute;
	top: 0px;
	//padding-bottom: 30px;
	overflow: hidden;
	transform-origin: top;
	opacity: 0;
	transition: .6s ease-out;
	z-index: -1;
height:0;
}
.second_nav > div.second_nav_active {
	opacity: 1;
	z-index: 5;
	height:220px;
}
.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: 0px;
	float: left;
}
.wrap3_tit h3 {
	width: 100%;
	font-size: 18px;
	color: #2e4da6;
	line-height: 30px;
	height: 2.8em;
	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;

}

.secondnav_wrap6 {
	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;
}
/* 新闻中心 */
.xwzx-box{
	padding-bottom:30px;
	position: relative;
}

.xwzx-box .xl-nav{
	position: absolute;
	top: 33px;
	left: 620px;
padding-left:30px;
border-left:1px solid rgba(0,0,0,.14);
border-right:1px solid rgba(0,0,0,.14);
}
.xl-nav{
	width: 122px;
}
.xl-nav-li{
	line-height: 1;
	font-size: 15px;
	margin-bottom: 15px;
	text-indent: 27px;
	position: relative;
}
.xl-nav-li:before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/bg-xl-nav.png) no-repeat center center / 100%;
background-image:url(../images/bg-xl-nav.png);
background-repeat:no-repeat;
background-position:center center;
background-size:100%;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.xl-nav-li a{
	display: block;
	color: #333;
	transition: .6s;
}
.xl-nav-li:hover a{
	transform: translateX(10px);
}
.wrap3_imgnews{
	float: left;
	width: 585px;
}
.wrap3_img,.wrap3_tit{
	float: left;
}
.wrap3_img{
	width: 260px;
	height: 181px;
}
.wrap3_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.wrap3_tit{
	width: 255px;
	padding-left: 20px;
}
.wrap3_tit h3{
	line-height: 1.389;
	font-size: 18px;
	margin-bottom: 15px;
}
.wrap3_tit h3 a{
	color: #333;
}
.wrap3_tit p{
	line-height: 1.429;
	font-size: 14px;
	color: #777;
	//margin-bottom: 40px;
}
.more_btn{
	line-height: 1;
	font-size: 14px;
}
.more_btn a{
	color: #104ca6;
}
.wrap3_list_ul {
width:30%;
float:right;

}
.wrap3_list_li{
	float: right;
	width: 100%;
	line-height: 1;
	text-indent: 10px;
	font-size: 16px;
	margin-bottom: 17px;
	position: relative;
}
.wrap3_list_li:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #2e4da6;
	border-radius: 50%;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.wrap3_list_li a.news-title{
display:inline-block;
width:90%;
	color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.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: 10px;
	margin-right: 10px;
	padding-left: 20px;
	border-left: 1px solid #dbdbdb;
}
.search_wrap img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.change_e {
	float: right;
	margin-left: 30px;
}
.change_e a {
	line-height: 90px;
	font-size: 16px;
	color: #2e4da6 !important;
}
/* 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_swiper {
	height: 100%;
	width: 100%;
}
.banner-swiper {
	width: 100%;
	height: 638px;
}
.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;
}
.banner_swiper .swiper-slide .banner_text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
}
.banner_swiper .swiper-slide-active .banner_text {
	transition: .8s .4s;
	position: absolute;
	top: 50%;
	opacity: 1;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.content_wrap {
	width: 100%;
	margin-bottom: 54px;
min-height:300px;
margin-top:50px;
}

.cont_left {
	width: 70%;
	float: left;
}
.gsnews {
	width: 100%;
}
.gs_title {
	width: 95%;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 17px;

}
.gs_title h3 {
	font-weight: normal;
	color: #093e8d;
	font-size: 20px;
	line-height: 1;
	padding-bottom: 16px;
	border-bottom: 2px solid #093e8d;
	display: inline-block;
	width: auto;
	margin: 0;
}
.gsnews_img_wrap {
	width: 100%;
	margin-bottom: 15px;
}
.gsnews_img {
	width: 230px;
	margin-right: 25px;
	float: left;
	overflow: hidden;
	height:106px;
background:url(../images/newbg.png) center center / cover no-repeat;
}
.gsnews_img a {
display:block;
}
.gsnews_img img {
width:100%;
	transition: .5s;
}
.gsnews_img:hover img {
	transform: scale(1.1);
	transform-origin: center;
}
.gsnews_img_wrap h2 {
	float: left;
	width: 540px;
	font-size: 18px;
	line-height: 30px;
}
.gsnews_img_wrap h2 a.news-title {
	color: #333333;
}
.gsnews_img_wrap p {
	float: left;
	width: 540px;
	font-size: 14px;
	line-height: 22px;
	margin-top: 6px;
	color: #888888;
}
.gsnews_img_wrap p a {
	color: #093e8d;
}
.gsnews_img_wrap span.currentdate {
	width: 60%;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	margin-top: 16px;
}
.gsnews_list  {
	margin-top: 10px;
	width: 95%;
}
.gsnews_list li {
	line-height: 34px;
	font-size: 16px;
}
.gsnews_list li p {
	width: 60%;
	float: left;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gsnews_list li p a.news-title {
	color: #666666;
	transition: .3s;
}
.gsnews_list li p a.news-title:hover {
	color: #093e8d;
}
.gsnews_list li span {
	display: block;
	font-size: 16px;
	color: #666666;
	float: right;
	line-height: 34px;
}
.more_btn {
	font-size: 14px;
	color: #e89214;
	float: right;
	line-height: 38px;
}
.more_btn a {
color: #e89214;
}
.jtnews {
	margin-top: 25px;
}
.jtnews_cont {
	width: 95%;
	height: 130px;
	position: relative;
}
.jtnews_cont div.jtnews_item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 0;
	transition: .3s;
}
.jtnews_cont div.jtnews_item .more_btn {
	position: absolute;
	right: 0;
	top: -38px;
}
.jtnews_cont div.active {
	opacity: 1;
	z-index: 1;
}
.jtnews_tit {
	width: 95%;
	border-bottom: 1px solid #e0e0e0;
}
.jtnews_tit h2 {
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 16px;
	border-bottom: 2px solid transparent;
	display: inline-block;
	width: auto;
	margin-right: 1em;
	transition: .3s;
	cursor: pointer;
}
.jtnews_tit h2.active {
	border-bottom: 2px solid #093e8d;
	color: #093e8d;
}
.jtnews_cont .gsnews_list {
	width: 100%;
}
.ywly {
	width: 100%;
}

.ywly_list {
	width: 95%;
}
.yw-swiper {
	width: 95%;
float:left;
}
.ywly_list li {
	float: left;
	width: 32.4%;
	margin-left: 1.4%;
}
.ywly_list li:first-of-type {
	margin-left: 0;
}
.yw-swiper .swiper-slide {
	float: left;
	width: 32.4%;
	margin-left: 1.4%;
}
.yw-swiper .swiper-slide:first-of-type {
	margin-left: 0;
}
.yw_img {
	width: 100%;
	height: 170px;
	overflow: hidden;
}
.yw_img img {
	width: 100%;
	height: 100%;
	transition: .5s;
}
.yw_img:hover img {
	transform: scale(1.1);
	transform-origin: center;
}
.yw_tit {
	background-color: #f1f1f1;
	text-align: center;
	font-size: 20px;
	color: #093e8d;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.yw_tit a.news-title {
	color: #093e8d;
}
.cont_right {
	float: right;
	width: 29%;
	border: 1px solid #e0e0e0;
	padding-bottom: 10px;
}

.ztbd {
	width: 88%;
	margin-left: 6%;
}
.ztbd_tit {
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin: 18px 0 12px 0;
}
.ztbd_tit h2 {
	font-size: 18px;
	display: inline-block;
	width: auto;
	font-weight: normal;
	color: #666666;
	float: left;
}
.ztbd_tit a {
	float: right;
	display: block;
	width: 14px;
	height: 36px;
	font-size: 14px;
	background: url(../images/right_cion.png) center center no-repeat;
}
.ztbd_img {
	width: 100%;
}
.ztbd_img li {
	width: 100%;
	height: 106px;
	margin-bottom: 18px;
	overflow: hidden;
}
.ztbd_img li img {
	width: 100%;
	height: 100%;
	transition: .5s;
}
.ztbd_img li:hover img{
	transform: scale(1.1);
	transform-origin: center;
}
.kjcx .ztbd_img li {
	height: 120px;
	overflow: hidden;
}
.kjcx .ztbd_img li img {
	transition: .5s;
}
.kjcx .ztbd_img li:hover img {
	transform: scale(1.1);
	transform-origin: center;
}
.kjcx_list {
	width: 100%;
}
.kjcx_list li {
	float: left;
	position: relative;
	width: 48.5%;
	height: 120px;
	background-color: #f5f5f5;
	margin-right: 3%;
	margin-bottom: 10px;
	transition: .4s;
}
.kjcx_list li:nth-of-type(2n) {
	margin-right: 0;
}
.kjcx_list li img {
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
}
.kjcx_list li p {
	font-size: 16px;
	color: #666666;
	width: 100%;
	text-align: center;
	line-height: 53px;
	bottom: 0;
	position: absolute;
}
.kjcx_list li p a.news-title {
	color: #666666 !important;
}
.kjcx_list li:hover {
	background-color: #ebebeb;
}




/* 底部 */
.footer {
	width: 100%;
	height: 110px;
	background-color: #2e4da6;
}
.footer .center_box {
	/* overflow: hidden; */
	position: relative;
}

.wexin {
	float: left;
	margin-top:20px;
margin-right:2em;
	/* overflow: hidden; */
	position: relative;
	bottom: 0;
	left: 0;
}
.wexin img {
width:70px;
height:70px;
transition:.5s;
    transform-origin: center;
}
.wexin:hover img {
transform: scale(1.2);
}
.wexin .weixin02 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}

.erweima {
	width: 170px;
	margin-top: 0;
	position: absolute;
	bottom: 35px;
	left: -65px;
	transition: .5s ease-out;
	z-index: -1;
	opacity: 0;
}

.wexin:hover .erweima {
	bottom: 35px;
	opacity: 1;
	z-index: 3;
}
.erweima_a {
	bottom: 50px;
	opacity: 1;
}
.about_link {
	float: left;
	width: 150px;
	height: 32px;
	margin-top: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-right: 2em;
	position: relative;
}
.about_nav {
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: 0;
	overflow: hidden;
	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) !important;
}



.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 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 {
}


.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;
}

/* 网站地图 */
.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) {
}


.success_wrap {
   width: 100%;
   height: 1.786458rem;
   background-color: #F7F7F7;
   margin-bottom: 0.416666rem;
}
.success_title {
   width: 96%;
   margin-left: 2%;
   margin-right: 2%;
   height: 0.598958rem;
   position: relative;
}
.success_title b {
   display: inline-block;
   font-size: 0.145833rem;
   color: #2F5597;
   padding-left: 2em;
   padding-right: 1em;
   background: url(../images/email_icon.png) left center no-repeat !important;
   background-size: 1.2em 1.2em !important;
   line-height: 0.598958rem;
}
.success_title span {
   display: inline-block;
   font-size: 0.09375rem;
   color: #2F5597;
   line-height: 0.598958rem;
}
.success_title::after {
   display: block;
   content: "";
   width: 0;
   height: 0;
   border-top: 0.125rem solid transparent;
   border-right: 0.0625rem solid transparent;
   border-bottom: 0.125rem solid #fff;
   border-left: 0.0625rem solid transparent;
   position: absolute;
   bottom: 0;
   left: 0.520833rem;
}
.success_cont {
   height: 1.0625rem;
   width: 96%;
   margin: 0 2% 0 2%;
   background-color: #fff;
   overflow: hidden;
}
.success_cont div {
   border-radius: 0.104166rem;
   width: 1.666666rem;
   height: 0.208333rem;
   line-height: 0.208333rem;
   font-size: 0.09375rem;
   color: #fff;
   text-indent: 0.3125rem;
   background: #2F5597 url(../images/true.png) 1.5rem center no-repeat !important;
   margin-top: 0.390625rem;
   margin-left: 50%;
   transform: translateX(-50%);
   background-size: 1.2em 1.2em !important;
}
.success_cont a {
   width: 100%;
   text-align: center;
   display: block;
   font-size: 0.083333rem;
   color: #96A2A4;
   margin-top: .5em;
}



.product_nav {
padding-top:0;
				width: 90%;
				margin-left: 5%;
margin-top:-15px;
			}
			.product_nav li {
				width: 32%;
				margin-right: 1.5%;
				height: 210px;
float:left;
position:relative;
			}
			.product_nav li:last-of-type {
				margin-right: 0;
			}
			.product_nav li div:first-of-type {
				display: block;
				width: 100%;
				height: 100%;
				overflow: hidden;
				position: relative;
			}
			.product_nav li div img{
				width: 100%;
				height: auto;
			}
			.product_nav li div:last-of-type {
				position: absolute;
				bottom: 0;
				width: 100%;
				height: 3em;
				font-size: 16px;
				color: #fff;
				background-color: rgba(0,0,0,.5);
				text-align: center;
				line-height: 3em;
			}
.product_nav li div a {
color: #fff;
}
.DnnModule DnnModule-DNN_HTML DnnModule-17444 secondnav_wrap7 {
opacity:0;
diplay:none;
}
.DnnModule DnnModule-DNN_HTML DnnModule-17444 secondnav_wrap8 {
opacity:0;
}