﻿
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;
}

@media only screen and (max-width: 1400px) {
    .yyas_body{
	width:100%;
}
}
@media only screen and (min-width: 1400px) {
    .yyas_body{
	width:100%;
}
}
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.center_box {
	width:100%;
	margin: 0 auto;
}
.english {
	float: left;
	width: auto;
	height: 28px;
line-height:28px;
	margin-left: 10px;
margin-right:10px;
	font-size:16px;
}
.english a {
color:#2e4da6;
}
/* 导航 */
/*.header {
	width: 100%;

	
	z-index: 9;
}
.logo_wrap {
	width: 34.5%;
	float: left;
	height: 120px;
	position: relative;
}
.logo_wrap img {
width:100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.nav_wrap {
	width: 64%;
	float: right;
position:relative;
}

.nav_wrap .navmenu-container {
	width: auto;
	float: right;
}
.nav_wrap .navmenu {
	width: auto;
	position:relative;
	float: right;
	margin: 0;
margin-top:30px;
}
.nav_wrap .navmenu .nav_icon {
display:block;
font-size:16px;
width:4em;
height:7px;
background:url(../images/nav_icon.png) center center / 100% 100% no-repeat;
position:absolute;
bottom:0;
left:0px;
}
.nav_wrap .navmenu::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav_wrap .navmenu li.level-0 {
float:left;
line-height:90px;
font-size:16px;
margin-right:48px;
position:relative;*/
/*font-weight:bold;*/
/*}
.nav_wrap .navmenu li.level-0:last-of-type {
margin-right:0;
}
.nav_wrap .navmenu li.level-0 > a {
display:block;
color:#333;
}
.nav_wrap .navmenu li.level-0:hover > a {
color:#014099;
}
.nav_wrap .navmenu li.active > a{
color:#014099;
}
.nav_wrap .navmenu li.level-0 div.sub {
position:absolute;
top:100%;
height:0;
overflow:hidden;
}*/
/*.search_wrap {
position:absolute;
width:auto;
right:0px;
}
.search_wrap p {
margin-top:20px;
line-height:26px;
font-size:24px;
color:#014099;
text-align:right;
text-indent:40px;
background:url(../images/phone_icon.png) left center no-repeat;
}*/

.banner-swiper .swiper-slide .banner_text {
position:absolute;
top:20%;
left:50%;
transform:translateX(-50%);
transition:.5s;
opacity:0;
}

.banner-swiper .swiper-slide-active .banner_text {
top:10%;
transition-delay:.9s;
opacity:1;
}
.page_bg {
position:absolute;
bottom:0;
left:0;
width:100%;
height:45px;
background:rgba(0,0,0,0.5);
z-index:9;
}
.page_bg > div {
position:absolute;
left:50%;
transform:translateX(-50%);
top:12px;
}
.page_bg > div span {
width:10px;
height:10px;
background:#94948f;
margin:0 7px;
opacity:1;
}
.page_bg > div span.swiper-pagination-bullet-active {
background:#fff;
}
.content_wrap {
margin-top:75px;
width:100%;
height:638px;
position:relative;
background:url(../images/cont_bg.png) center center / cover no-repeat;
}
.cont_bg1 {
width:100%;
height:100%;
position:absolute;
background:rgba(255,255,255,.5);
/*margin-left:16.3%;*/
top:50%;
transform:translateY(-50%);
}
.cont_left {
width: 47.8%;
float:left;
margin-top:80px;
position:relative;
z-index:2;
}
.cont_left > div {
width:90%;
display:inline-block;
margin-bottom:20px;
}
.cont_left > div:nth-of-type(2n) {
float:right;
margin-right:38px;
}

.news_box h2{
font-size:28px;
font-weight:bold;
color:#333;
line-height:1em;
margin-bottom:14px;
text-align:left;
position:relative;
}
.news_box h2:after {
display:block;
content:"";
position:absolute;
right:0;
top:0;
width:4px;
height:18px;
border-radius:2px;
background:#f08200;
opacity:0;
transition:.3s;
}
.cont_left > div:hover .news_box h2 {
color:#f08200;
}
.cont_left > div:hover .news_box h2:after {
right:-8px;
opacity:1;
}

.news_box {
text-align:right;
}
.news_box h3 {
font-size:12px;
color:#b2b2b2;
line-height:1em;
text-align:left;
margin:0;
}
.news_box span {
display:inline-block;
/*width:150px;*/

width:100%;
height:1px;
background:#b3b3b3;

}
.news_box div {
margin-top:10px;
}
.news_box div p{
font-size:15px;
color:#999;
line-height:21px;
text-align:left;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.news_box div p a.news-title {
color:#999;
display:block;
width:100%;
text-align:justify;
}
.news_box div {
padding-bottom:32px;
position:relative;
}
.news_box div a.news_more {
display:inline-block;
width:124px;
height:27px;
line-height:27px;
font-size:15px;
color:#fff;
text-align:center;
background:#f08200;
bottom:40px;
right:0;
transition:.4s;
opacity:0;
position:absolute;
}
.cont_left > div:hover a.news_more {
bottom:0px;
opacity:1;
}


.imgnews {
width:52%;
float:right;
margin-top:90px;
position:relative;
}

.news-swiper .news-pagination {
text-align:right;
right:15px;
width:150px !important;
left:inherit;
}
.news-swiper .news-pagination .swiper-pagination-bullet {
width:20px;
height:20px;
margin:0 8px;
background:#fff;
}
.cp_box {
margin-bottom:75px;
}
.cp_box h2{
text-align:center;
font-size:24px;
color:#333;
margin-top:48px;
line-height:1em;
margin-bottom:10px;
}
.cp_box h3 {
font-size:14px;
color:#b2b2b2;
margin-bottom:30px;
margin-top:0;
line-height:1em;
text-align:center;
}
.cp_box ul li {
width:32.3%;
height:420px;
float:left;
margin-right:1.5%;
position:relative;
transition:.3s;
}
.cp_box ul li:nth-of-type(3n) {
margin-right: 0%;
}
.cp_box ul li .cp_img {
width:100%;
height:100%;
overflow:hidden;
}
 .cp_img img {
width:100%;
height:100%;
}
.cp_box ul li .cp_bg {
width:100%;
height:100%;
position:absolute;
top:0px;
left:0;
background:rgba(0,0,0,0.5);
opacity:0;
transition:.3s;
}
.cp_box ul li:hover {
box-shadow:0 0 27px 1px rgba(0,0,0,.16);
}
.cp_box ul li:hover .cp_bg {
opacity:1;
}
.cp_bg a.news-title {
width:auto;
max-width:90%;
padding:10px;
font-size:22px;
color:#fff;
border:1px solid #fff;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}

/* 底部 */
.footer {
	width: 100%;
	height: 110px;
	background-color: #2e4da6;
}
.footer .center_box {
	/* overflow: hidden; */
	position: relative;
	top:19px;
}

.wexin {
	height: 110px;
	float: left;
	height: 100%;
	overflow: hidden;
}

.wexin .wexin02 {
	position: absolute;
	top: 20px;
	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;
}
.newidth{
	width:80%;
}

.swiper-slide-active{
	width:100%;
	height:100%;
}

.newstit a{
	color:#fff;
}
/*公司动态轮播图图片宽度*/
.swiper-newswidth img{
	width:100%;
	height:100%;
}
/*轮播按钮*/
.banner-next-yyn,.banner-prev-yyn {width: 80px;height: 140px;border: 1px solid #FFFFFF;border-radius: 0;opacity:.5;transform: translateY(-70px);
margin-top: 0;}
.banner-next-yyn:hover {opacity:1;}
.banner-prev-yyn:hover {opacity:1;}
.banner-next-yyn::after {color: #FFFFFF !important;font-size: 20px;}
.banner-prev-yyn::after {color: #FFFFFF !important;font-size: 20px;}


/*导航*/
.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: 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_icon {
	width: 100px;
padding-left:20px;
	height: 90px;
	border-left: 1px solid #dbdbdb;
	position: relative;
}
.search_wx {
	width: auto;
	height: 28px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
}
.search,.wx{
	width: 28px;
	height: 28px;
float:left;
}

.search-image,.wx-image,
.search-image img{
	display: block;
	width: 100%;
	height: 100%;
}
.search-image,.wx-image{
	padding-bottom: 35px;
}
.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:210px;
	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;
}
.foot_menu{width: 61%;}
@media only screen and (max-width: 768px){
	.footer .center_box {
	
	position: relative;
	top:0px;
}

}
 .nav_wrap .navmenu > li a {
    padding: 0 8px !important;
}


