﻿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: 1400px;
	margin: 0 auto;
}
/* 导航 */
.header {
	width: 100%;
	height: 90px;
	border-bottom: 2px solid #2e4da6;
	z-index: 9;
}
.logo_wrap {
	width: 34.5%;
	float: left;
	height: 90px;
	position: relative;
}
.logo_wrap img {
width:100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.nav_wrap {
	width: 64%;
	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: 300px;
	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_icon {
	width: 100px;
padding-left:20px;
	height: 90px;
	border-left: 1px solid #dbdbdb;
	position: relative;
}
.english {
	float: left;
	width: auto;
	height: 28px;
line-height:28px;
	margin-left: 10px;
margin-right:10px;
	font-size:16px;
}
.english a {
color:#2e4da6;
}
.search_wx {
	width: auto;
	height: 28px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
}
.search,.wx{
	width: 28px;
	height: 28px;
float:left;
}
.wx {
margin-right:20px;
}
.search-image,.wx-image,
.search-image img{
	display: block;
	/*width: 100%;*/
	height: 100%;
}
.search-image,.wx-image{
	padding-bottom: 35px;
	float:left;
}
.search{
	margin-right: 10px;
}
.langOv1{
	width: 194px;
	height: 52px;
	background: rgba(0,0,0,.6);
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 5;
	display: none;
}
.search-input{
border:none;
	width: 100%;
	height: 100%;
background: transparent;
	line-height: 100%;
	color: #fff;
	text-indent: 15px;
background:
vertical-align: middle;
font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
}
.search:hover .langOv1{
	display: block;
}
.wx-image{
	display: flex;
	justify-content: center;
	align-items: center;
}
.wx-top {
	width: 100px;
	height: 200px;
	position: absolute;
	top: 60px;
	right: -20px;
	border-radius: 5px;
	z-index: 5;
}
.wx-top{
	display: none;
}
.wx-top img{
width:100%;
}
.wx:hover .wx-top{
	display: block;
}
/* 二级导航 */

.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 {
width:160px;
	float: right;
	height: 90px;
	position: relative;
	margin-left: 30px;
border-left:1px solid #dbdbdb;
}
.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 {
	
	width: 80px;
	height: 140px;
	border: 1px solid #FFFFFF;
	border-radius: 0;
opacity:.5;
transform: translateY(-70px);
    margin-top: 0;
}
.banner-next:hover {
opacity:1;
}
.banner-prev:hover {
opacity:1;
}
.banner-next::after {
	color: #FFFFFF !important;
	font-size: 20px;
}
.banner-prev::after {
	color: #FFFFFF !important;
	font-size: 20px;
}
.banner-swiper .swiper-slide .banner_text1 {
	position: absolute;
	top: 60%;
	left: 50%;
	opacity: 0;
	transform:translate(-50%,-50%);
	transition: .5s ease-out;

}
.banner-swiper .swiper-slide-active .banner_text1 {
	top: 50%;
left: 50%;
transform:translate(-50%,-50%);
	opacity: 1;

transition-delay: .5s;
}
.banner-swiper .swiper-slide .banner_text2 {
	position: absolute;
	top: 60%;
	left: 50%;
	opacity: 0;
	transform:translate(-50%,-50%);
	transition: .5s ease-out;
}
.banner-swiper .swiper-slide-active .banner_text2 {
	top: 50%;
	opacity: 1;
transition-delay: .5s;
}
.banner-swiper .swiper-slide .banner_text3 {
	position: absolute;
	top: 60%;
	left: 50%;
	opacity: 0;
	transform:translate(-50%,-50%);
	transition: .5s ease-out;
}
.banner-swiper .swiper-slide-active .banner_text3 {
	top: 50%;
	opacity: 1;
transition-delay: .5s;
}
.banner-swiper .swiper-slide .banner_text4 {
	position: absolute;
	top: 60%;
	left: 15%;
transform:translateY(-50%);
	opacity: 0;
	transition: .5s ease-out;
}
.banner-swiper .swiper-slide-active .banner_text4 {
	top: 50%;
	opacity: 1;
transition-delay: .5s;
}
.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: 650px;
}
.banner-swiper .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-swiper .swiper-pagination {
	bottom: 43px;
line-height:20px;
}
.banner-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	opacity: 1;
position:relative;
margin:0 10px !important;
}
.banner-pagination .swiper-pagination-bullet-active {
	background-color: rgba(255,255,255,1);
margin:0 20px !important;

}
.banner-pagination .swiper-pagination-bullet-active::after {
position:absolute;
display:block;
content:"";
width: 20px;
height: 20px;
border-radius:50%;
top:50%;
border:1px solid #fff;
left:50%;
box-sizing:border-box;
transform:translateX(-50%) translateY(-50%);

}


.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(../images/chanpin_img01.png) center center no-repeat;
	background-size: 100% 100%;
}
.cpcont_body > div:nth-of-type(2) {
	background: url(../images/chanpin_img02.png) center center no-repeat;
	background-size: 100% 100%;
}
.cpcont_body > div:nth-of-type(3) {
	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: 14px;
	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: 120px;
	border-top: 1px solid #ebebe7;
	float: right;
	position: relative;
	cursor: pointer;
	transition: .3s ease-out;
}
.cpcont_btn_wrap li:nth-child(1) {
	background: url(../images/chanpin_icon01.png) 90% center no-repeat;
}
.cpcont_btn_wrap li:nth-child(2) {
	background: url(../images/chanpin_icon02.png) 90% center no-repeat;
}
.cpcont_btn_wrap li:nth-child(3) {
	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 {
	
	width: 100%;
	/* height: 320px; */
margin-top:10px;
}
.news_tit {
	width: 100%;
margin-top:75px;
}
.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.news-title {
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 64px;
	margin-right: 5px;
	margin-top: 15px;
}
.news_cont {
	width: 625px;
	float:left;
}
.news_cont > div {
display:none;
}
.news_cont > div.active {
display:block;
}
.news_img {
width:728px;
float:right;
}
.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 {
	
	float: right;
	position: relative;
}
.news_list > div {
	width: 100%;
	
	top: 0;
	
	transition: .4s ease-out;
	z-index: 1;
}

.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%;
}


/* 底部 */
.footer {
	width: 100%;
	height: 110px;
	background-color: #2e4da6;
}
.footer .center_box {
	/* overflow: hidden; */
	position: relative;
padding-top:20px;
}

.wexin {
	height: 110px;
	float: left;
	height: 100%;
	overflow: hidden;
}

.wexin .wexin02 {
	position: absolute;
	top: 40px;
	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: 150px;
	height: 32px;
	margin-top: 21px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: 57px;
	position: relative;
}

.about_links {
	margin-left:20px;
}

.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 {
	
	padding:5px 10px;
}
.about_nav li a {
	color: #888888;
line-height: 1.6em;
}
.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: 15px;
}
.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;
	z-index;100;
	margin-top: 38px;
	border-right: 1px solid #d9d7cf;
	box-sizing: border-box;
	margin-bottom: 150px;
}
.left_nav h2 {
	font-size: 22px;
	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%;
	height:100%;
	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 {
max-width:100%;
}
.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 {
border-bottom:0 !important;
	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: 0px;
	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;

	padding-left:10px;
}

.left_nav .accordion-3-container li.level-0 a.hasChildren {
position:relative;
height: 62px;
text-indent:0;

}
.left_nav .accordion-3-container li.level-0 a.hasChildren span {
width:calc(100% - 14px);
height:auto;
line-height:1.6em;
position:absolute;
top:50%;
transform:translateY(-50%);
}
.left_nav .accordion-3-container li.level-0 a span {
	width: 100%;
	height: 100%;
	display: block;
}
.left_nav .accordion-3-container li.level-1 a {
text-indent:0;
padding-left:24px;
width:calc(100% - 24px) !important;
display:block;
}
.left_nav .accordion-3-container li.level-1 a span {
padding:5px 0;
height:auto;
line-height:1.6em;
text-indent:0;
}
.left_nav .accordion-3-container li.level-0 > a {
height:62px;
position:relative;
}
.left_nav .accordion-3-container li.level-0 > a span {
position:absolute;
height:auto;
top:50%;
transform:translateY(-50%);
line-height:1.4em;
}
.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;
}

.banner_second p img{
max-width:100%;
}

@media only screen and (max-width: 1680px) {
 .banner-swiper .swiper-slide:nth-of-type(3) {
	background-position: 10% center;
 }
.banner_text3 {
left:inherit;

}
}
.DNNContainer_Title_h2 > h2{
display:none;
}
.tab_btn div {
color:#6c767b;
font-size:24px;
float:left;
margin-right:62px;
display:inline-block;
line-height:52px;
box-sizing:border-box;

cursor:pointer;
}
.tab_btn div.active {
color:#004098;
border-bottom:2px solid #004098;
}
.tab_btn {
position:relative;
}
.tab_btn div a {
position: absolute;
    bottom: 0;
    right: -20px;
    color: #464646;
    font-size: 16px;
    line-height: 3em;
    padding-right: 50px;
    background:#fff url(../images/right_icon.png) 80% center no-repeat;
    display: block;
transition: all .5s;
}
.tab_btn div a:hover {
background:#fff url(../images/right_icon.png) 100% center no-repeat;
}
.tab_btn div.active a{
z-index:9;
}
.news_item {
width:100%;
border-bottom:1px dashed #cfcfcf;
height:75px;
line-height:75px;
transition:.4s;
}
.news_item:hover {
border-bottom:1px dashed #004098;
}
.news_title {
width:500px;
float:left;
font-size:16px;
text-indent:22px;
position:relative;
}
.news_title::after {
display:block;
content:"";
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
width:2px;
height:12px;
background:#ee7000;
transition:.4s;
}
.news_title:hover::after {
background:#004098;
}
.news_title a {
color:#18191a;
transition:.4s;
}
.news_item:hover .news_title a {
color:#004098;
}
.news_date {
float:right;
color:#18191a;
font-size:16px;
}

.news_itemtop {
height:auto;
border:none;
margin-bottom:30px;
}
.news_top {
font-size:24px;
color:#004098;
font-size:bold;
margin-top:45px;
}
.news_top a {
color:#004098;
}
.news_sum {
font-size:16px;
color:#626367;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
line-height:26px;
margin-top:20px;
}
.news_bottom {
margin-top:35px;
}
.news_bottom div {
float:left;
font-size:16px;
color:#626367;
padding-left:35px;
height:24px;
line-height:24px;
background:url(../images/date_icon.png) left center no-repeat;
}
.news_bottom a {
display:block;
float:right;
color:#ee7000;
font-size:16px;
}
.news_swiper {
width:100%;
height:486px;
}
.newstit {
position:absolute;
bottom:0;
left:0;
width:100%;
height:65px;
background:rgba(0,0,0,.5);
line-height:65px;
font-size:20px;
text-indent:1em;
}
.newstit a {
color:#fff;

}
.news_swiper .news_pagination {
    left: initial;
    right: 20px;
bottom:26px;
width:auto;
}
.news_swiper .news_pagination span {
width:10px;
height:10px;
background:#fff;
border-radius:50%;
margin-left:10px;
}
.product {
width: 100%;
overflow:hidden;
}
	.product_ul {
		width: 100%;
overflow:hidden;
	}
	.product_ul li {
		float: left;
		width: calc(100% / 6);
		height: 800px;
		background-size: cover;
position:relative;
transition:all .7s;
	}
.product_ul li.active {
width:41%;
background-size: cover;
}
.product_ul li.active:before {
background:rgba(7,18,50,.3);
}
.product_ul li.smal {
width:11.8%;
}
.product_ul li.smal:before {
background:rgba(7,18,50,.7);
}
.product_ul li:before {
transition:all .7s;
position:absolute;
top:0;
left:0;
bottom:0;
display:block;
content:"";
width:100%;
background:rgba(7,18,50,.7);

}
.product_ul li div {
z-index:3;
position:relative;
}
.product_ul li a {
z-index:3;
position:relative;
}
.product_ul li .pro_tit {
 text-align:center;
font-size:24px;
transform:translateY(330px);
transition:.5s;
line-height:1.4em;
}
.product_ul li .pro_tit a {
color:#fff;
}
.product_ul li.active .pro_tit {
transform:translateY(275px);
}
.product_ul li .pro_sum {
width:460px;
text-align:center;
font-size:22px;
color:#fff;
line-height:1.6em;
margin-left:50%;
transform:translateX(-50%) translateY(350px);
opacity:0;
transition:.5s;
}
.product_ul li.active .pro_sum {
transform:translateX(-50%) translateY(300px);
opacity:1;
}
.product_ul li .pro_more {
width:60px;
height:60px;
border-radius:50%;

border:1px dashed #fff;
transition:.5s;
transform:translateX(-50%);
color:#fff;
display:block;
position:absolute;
left:50%;
top:420px;
opacity:0;
}
.product_ul li.active .pro_more {
opacity:1;
}
.product_ul li .pro_more span {
display:block;
width:10px;
height:10px;
border-top:1px solid #fff;
border-right:1px solid #fff;
position:absolute;
top:50%;
left:50%;
transform:translateX(-45%) translateY(-50%) rotateZ(45deg);
}
.product_ul li .pro_more:after,
.product_ul li .pro_more:before {
width:60px;
height:60px;
position:absolute;
display:block;
content:"";
top:-1px;
left:-1px;
border-radius:100%;
transition:.5s;
}
.product_ul li .pro_more:before {
border:1px solid transparent;
}
.product_ul li .pro_more:hover::before {
transition-delay: .5s;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
          transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.product_ul li .pro_more:after {
border:1px solid transparent;
}
.product_ul li .pro_more:hover::after {
transition-delay: .5s;
  border-top: 1px solid #fff;
  border-left-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
          transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.product_ul li .pro_detail {
width:220px;
height:56px;
line-height:56px;
position:absolute;
bottom:30px;
left:50%;
font-size:20px;
color:#fff;
transform:translateX(-50%);
background:url(../images/right_icon02.png) 138px center no-repeat;
text-indent:52px;
opacity:0;
transition:.5s;
}
.product_ul li .pro_detail:after {
position:absolute;
bottom:0;
left:0;
display:block;
content:"";
width:100%;
height:2px;
background:url(../images/detail_bottom.png) center bottom no-repeat;
}
.product_ul li.active .pro_detail {
opacity:1;
}

	.product_wrap h2{
		color: #262628;
		font-size: 32px;
		text-align: center;
		margin-top: 100px;
margin-bottom:10px;

	}
	.product_wrap P {
		font-size: 20px;
		color: #999ba2;
		text-align: center;
margin-bottom:48px;
	}
.link_list {
		width: 100%;
margin-top:100px;
margin-bottom:95px;
	}
	.link_list li {
		width: calc((100% - 40px) / 3);
		height: 418px;
		cursor:pointer;
		margin-right: 20px;
		float: left;
		position: relative;
		transition: .5s;
	}
	.link_list li:hover {
		
		box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
	}
.link_list li::after {
position:absolute;
display:block;
content:"";
top:-3px;
left:50%;
transform:translateX(-50%);
width:0px;
height:3px;
background:#ee7000;
transition:all .6s;
}
.link_list li:hover::after {
width:100%;
}
	.link_list li:last-of-type {
		margin-right: 0;
	}
	.link_list li .link_box {
		width: 420px;
		height: 360px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -210px;
		margin-top: -180px;
	}
	.link_list li:nth-of-type(1) .link_box {
		background: url(../images/linkbg01.png) center center no-repeat;
	}
	.link_list li:nth-of-type(2) .link_box {
		background: url(../images/linkbg02.png) center center no-repeat;
	}
	.link_list li:nth-of-type(3) .link_box {
		background: url(../images/link03.png) center center no-repeat;
	}
	.link_list li .link_box img {
		margin-top: 45px;
		margin-left: 30px;
	}
	.link_list li .link_box div h2 {
		font-size: 24px;
		color: #fff;
		margin-bottom: 10px;
		text-indent: 30px;
		margin-top: 120px;
line-height:1em;
	}
	.link_list li .link_box div p {
		font-size: 16px;
		color: #fff;
		margin-bottom: 10px;
		text-indent: 30px;
	}

.child_list {
width:100%;
margin-top:30px;
}
.child_list li {
width:auto;
padding:0 10px;
height:45px;
border:1px solid #7f93c8;
border-radius:12px 0 12px 0;
text-align:center;
line-height:45px;
box-sizing:border-box;
margin-right:30px;
margin-bottom:20px;
float:left;
}
.child_list li a.news-title {
color:#55575f;
}
.child_list li:nth-of-type(3n) {
margin-right:0;
}

.child_list .liActive {
background: #deecff;
}


.child_list .liActive a {
color: #004098;
}

.team_list {
  width: 100%;
 }
 .team_list li {
  width: 450px;
  height: 75px;  margin-bottom: 50px;
  background-color: #fafbfc;
 }
 .team_list li:nth-of-type(2n) {
  margin-right: 0;
 }
 .team_list li > div {
  width: 370px;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
 }
 .team_list li > div div:nth-of-type(1) {
  float: left;
  font-size: 26px;
  color: #f07f00;
 }
 .team_list li > div div:nth-of-type(2) {
  float: left;
  font-size: 18px;
  color: #3f77c3;
 padding-left:20px;}
 .team_list li p {
 text-indent:0;  font-size: 16px;
  color: #868789;
  line-height: 26px;
 }

.team_list li > div div:nth-of-type(1) a {
  color: #f07f00;
 }
 .team_list li {
  overflow: hidden;
  
 }
 .team_list li p {
  padding-left: 30px;
 }

.team_list li p {
  text-indent: 0;
}

.team_list li:nth-child(1){
	margin:0 auto 50px;
}

.team_list li:nth-child(2){
	float:left;
}

.team_list li:nth-child(3){
	float:left;
	margin-left:30px;
}

 .right_cont_tabtit {
    height: 43px;
}

 .right_cont_tabtit span {
    line-height: 40px;
    padding: 0 10px;
    margin-left: 60px;
font-size:130%;
cursor:pointer;
}

 .right_cont_tabtit .tabs {
    color: #2373d2;
    border-bottom: 3px solid #2373d2;
transtion:all 0.5;
}

.llyg_lists{
	margin-left:60px;
margin-top:25px;
position:relative;
}
.llyg_lists:after {
display:block;
content:"";
width:1px;
height:calc(100% - 40px);
background:#125cb2;
position:absolute;
left:0;
top:40px;
}


.llyg_lists_item:nth-child(1) {
         
           
        }
        
        .llyg_lists_item{
     
           
        }
        
        .llyg_lists_item:nth-last-of-type(1) {
        
            
        }
.llyg_lists .dates {

    width: 154px;
    height: 36px;
    background: url(../images/bgs.png) no-repeat center center;
    text-align: center;
    line-height: 36px;
    float: left;
    display: block;
margin-top:22px;
margin-left:20px;
position:relative;
}
.llyg_lists .dates:before {
display:block;
content:"";
width:8px;
height:8px;
border-radius:50%;
border:1px solid #125cb2;
background:#fff;
position:absolute;
left:-19px;
z-index:3;
top:40%;
transform:translateX(-50%);
}


.llyg_lists .dates a{
color: #fff;
font-size:14px;
}

.llyg_lists span:nth-child(2) {
width:620px;

display:block;
    float: left;
    margin-left: 34px;
line-height:28px;
    color: #6f7274;
font-size:16px;
margin-top:22px;
}


/* 网站地图 */
.zhd_wap {
width:100%;
}
.zhd_wap li.level-0 {
width:95%;

}
.zhd_wap li.level-0 a {
font-size:14px;
}
.mainpro {
margin-top:80px;
margin-bottom:20px;

}
.main-swiper {
height:500px;
}

.mainpro h2{
		color: #262628;
		font-size: 32px;
		text-align: center;
margin-bottom:10px;

	}
	.mainpro p {
		font-size: 20px;
		color: #999ba2;
		text-align: center;
margin-bottom:48px;
	}
.main-swiper .main-prev,
.main-swiper .main-next {
color:#fff;
bottom:50px;
top:auto;
opacity:1 !important;
}
.main-swiper .main-next:after,
.main-swiper .main-prev:after {
font-size:22px;

}
.main-swiper .main-prev {
left:85%;

}
.main-swiper .main-next {
right:100px;
}

.main-swiper .main-pagination {
bottom:40px;
}
.main_tit {
margin-left:100px;  margin-top: 350px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  text-shadow: 1px 3px 6px #000;
  line-height: 47px;
  letter-spacing: 1px;
  color: #ffffff;
 }

 .main_cont p{
width:50%; margin-bottom:40px;text-align:left; font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 25px;
 }
.main-swiper .main-pagination span {
border-radius:0;
width:30px;
height:5px;
}
.main-swiper .main-pagination span.swiper-pagination-bullet-active {
background:#004098;
}
.main-swiper .main_text {
width:100%;
height:100%;
background:rgba(0,0,0,.4);
overflow:hidden;
}
.main_tit a.news-title {
  color: #fff;
 }
.main_cont {
margin-left:100px;
}

.text-hovers a{
	color:#333333;
}

.text-hovers a:hover{
	color:#036;
}
.zpdt_texts .zpdt_texts_tit{
text-indent:0;
color:#125cb2;
}

.gzd_title {
    width: 940px;
    height: 135px;
    position: relative;
    background: url(../images/gzdline.png)no-repeat center bottom;
}

.gzd_title h3 {
    width: 341px;
    height: 67px;
    line-height: 67px;
    margin: 0 auto;
    text-align: center;
font-size:20px;
    color: #fff;
    background: url(../images/gzdtitbg.png)no-repeat center center;
}
.gzd_rights{
margin-top:40px;
}

.gzd_rights ul li {
    float: left;
    width: 293px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    color: #333333;
    background: url(../images/gzdbg.png)no-repeat center center;
    margin-bottom: 10px;
}
.gzd_rights .gzd_rightul li:last-child{
line-height:33px;
}
.gzd_rights ul li a{
color:#333333;
font-size:16px;
}

.gzd_rights ul li:nth-child(3n-1) {
    margin: 0 30px;
}

.qywh_right{
width:100%;
height:650px;
background:url(../images/qybg.jpg)no-repeat center center;
}

        
        .gltd_tit {
            height: 58px;
        }
        
        .gltd_tit ul li {
            float: left;
            width: 196px;
            height: 58px;
            cursor: pointer;
            background: #dcdde1;
            color: #474747;
            line-height: 58px;
            text-align: center;
            margin: 0 1px;
            font-size: 16px;
        }
        
        .gltd_tit ul .on {
            background: #004ea0;
            color: #fff;
        }
        
        .gltd_cont ul li {
            margin-top: 30px;
        }
        
        .gltd_cont {
           
        }
        
        .gltd_cont ul li .gltd_cont_title {
            height: 45px !important;
            border-bottom: 1px dashed #CCC !important;
            
            line-height: 45px !important;
            margin-bottom: 10px !important;
        }

.gltd_cont ul li h3 a{
font-size: 20px !important;
            color: #004ea0 !important;
            font-weight: bold !important;
}
        
        .gltd_cont ul li p {
text-indent:0;
            line-height: 25px;
            color: #696969;
            font-family: "宋体";
        }
        
        .glActive {
            display: block;
        }

.zpdt_items{
text-indent: 1.5em;
font-size:16px;
list-style:disc;
line-height:28px;
margin-bottom:10px;
}

.cgjx {
            width: 940px;
        }
        
        .cgjx_lists {
            width: 680px;
            margin-top: 25px;
            float: left;
position:relative;
        }
         .cgjx_lists:after {
display:block;
content:"";
width:1px;
height:calc(100% - 40px);
background:#125cb2;
position:absolute;
left:0;
top:40px;
}
       
        
        .cgjx_lists .dates {
            width: 154px;
            height: 36px;
            background: url(../images/bgs.png) no-repeat center center;
            text-align: center;
            line-height: 36px;
            float: left;
            display: block;
            margin-top: 18px;
            margin-left: 20px;
position:relative;
        }
       .cgjx_lists .dates:before {
display:block;
content:"";
width:8px;
height:8px;
border-radius:50%;
border:1px solid #125cb2;
background:#fff;
position:absolute;
left:-19px;
z-index:3;
top:40%;
transform:translateX(-50%);
}

        .cgjx_lists .dates a {
            color: #fff;
            font-size: 14px;
        }
        
        .cgjx_lists span:nth-child(2) {
            width: 480px;
            height: auto;
            display: block;
            float: left;
            margin-left: 20px;
            line-height: 28px;
            color: #6f7274;
            font-size: 15px;
            margin-top: 18px;
        }
        
        .cgjx_lists_items {
            height: 75px;
        }
        
        .cgjx_right {
            width: 236px;
            height: 100%;
            float: right;
            margin-top: 35px;
        }
        
        .cgjx_right ul li {
            width: 236px;
            height: 100%;
            box-shadow: #f3f4f6 2px 2px 15px;
            margin-bottom: 28px;
        }
.newsimg a img{
height: 486px;
}

.ptzz_cont {
            width: 100%;
            height: 100%;
margin-top:20px;
        }
        
        .ptzz_cont ul .ptzz_items {
            width: 300px;
            float: left;
            height: 100%;
            margin-left: 18px;
        }
        
        .ptzz_cont ul .ptzz_items:nth-child(1) {
            margin: 0;
        }
        
        .ptzz_cont ul .ptzz_items img {
            width: 300px;
            height: 210px;
            box-shadow: #f3f4f6 2px 2px 15px;
        }
        
        .ptzz_cont ul .ptzz_items p {
            line-height: 20px;
margin-top:20px;
            text-align: center;
text-indent:0;
        }
        
        .ptzz_cont ul .ptzz_items p a {
            font-size: 15px;
            color: #333333;
        }
        
        .ptzz_conts {
margin-top:20px;
            width: 100%;
            height: 100%;
        }
        
        .ptzz_conts ul .ptzz_list {
            width: 223px;
            float: left;
            height: 100%;
            margin-left: 11px;
        }
        
        .ptzz_conts ul .ptzz_list:nth-child(1) {
            margin: 0;
        }
        
        .ptzz_conts ul .ptzz_list img {
            width: 223px;
            height: 165px;
            box-shadow: #f3f4f6 2px 2px 15px;
        }
        
        .ptzz_conts ul .ptzz_list p {
            line-height: 28px;
            text-align: center;
text-indent:0;
margin-top:20px;
        }
        
        .ptzz_conts ul .ptzz_list p a {
            font-size: 15px;
            color: #333333;
        }


@media screen and (max-width: 1400px) {

.footer{
	width:1400px;
}
}

.team_cont {
margin-top:100px;
}
.team_cont > div {
display:none;
}

.search_wrap {
width:170px;
}
.english {
position:relative;
float:left;
}
.english p {
padding-right:15px;
cursor:pointer;
position:relative;
}
.english p:after {
display:block;
content:"";
width:6px;
height:6px;
border-right:1px solid #125cb2;
border-bottom:1px solid #125cb2;
position:absolute;
right:0;
top:50%;
transform:translateY(-50%) rotateZ(45deg);
transform-origin:center;
transition:.3s;
}
.english p.active:after {
transform:translateY(-50%) rotateZ(225deg);
}

.english .lang_list {
position:absolute;
top:100%;
left:0;
width:80px;
height:0;
overflow:hidden;
transition:.3s;
background:#fff;
box-shadow:0 0 5px 0 rgba(0,0,0,.2);
border-radius:3px;
z-index:9;
}
.english .lang_list li {
font-size:14px;
color:#333;
text-indent:5px;
}