@charset "utf-8";
/* CSS BY www.softmoon.com.cn */
body { font-family: 'Microsoft YaHei', sans-serif; font-size: 14px; color:#333; margin:0; padding: 0;}
* { padding: 0px; margin: 0px; border: 0; outline: none; box-sizing: border-box;}
ul { margin:0; padding: 0;}
li { margin:0; padding: 0;}
section {overflow:hidden !important;}
input:hover,input:focus {outline:none !important;}
a { text-decoration:none;-webkit-transition:0.5s;transition:0.5s; color: #0078b7;}
a:hover,a:hover {color:#008bd4;text-decoration:none;-webkit-transition:0.5s;transition:0.5s;}
p { color:#717071; line-height:1.625; font-size:14px; margin-bottom:0px;}
a:focus,.button:focus,button:focus,.btn:focus { text-decoration:none; outline:none; box-shadow:none; -webkit-transition:1s; transition:1s;}
ul {list-style:none;margin:0;padding:0;}
@font-face { font-family:BEBAS; src:url(../fonts/BEBAS.TTF);}
@media (min-width: 1920px){
  .container { width: 1280px;}
}

/*--------导航-------------*/
.top-blank { height:120px; overflow:hidden; background:none;}
.top-head { height:120px; position:fixed; top:0; width:100%; z-index:1000; box-shadow: 0 10px 10px rgb(0 36 87 / 3%);}
.top { height:120px; width:100%; background: #fff;}
.top_box { width:1280px; margin:0 auto;}
.logo { float:left; padding-top:36px;}
.nav { float:right; margin-top: 50px;}
.nav li { margin:0 20px; float:left; text-align:center; position:relative;}
.nav a { height:67px; display:block; font-size:16px; color:#737373;}
.nav li a:after { 
	content: ""; 
	display: block; 
	position: absolute; 
	left: 50%; 
	right: 50%; 
	bottom: -3px; 
	height: 3px; 
	opacity: 0; 
	background-color: #fccf00; 
	-webkit-transition: all .5s; 
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
	transition: all .5s;
}
.nav li a:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav a#sel { border-bottom:3px solid #347853; color:#347853;}
.nav a#sel:hover:after{opacity: 0;}
.nav .sub { display:none; width:100%; padding:0; position:fixed; top:120px; overflow:hidden; text-align:left; z-index:110; left:0px; background-color: #fff; border-top: 1px #ededed solid; box-shadow: 0 10px 10px rgb(0 36 87 / 3%);}
.nav .sub .menu_box { width:1240px; overflow:hidden; padding-top:5px; margin:0 auto; padding-bottom:80px;}
.menu_title { text-align: center; margin-bottom: 40px;}
.menu_title h1 { font-size: 30px; margin-top: 60px; margin-bottom: 20px; font-weight: bold; color: #0070bd;}
.menu_title p { font-size:16px; color:#666;}
.nav .sub .menu_box .menu_about_left { float:left; width:160px; margin-left:70px; overflow:hidden; margin-top:35px; border-right:1px solid #e2e3e3;}
.nav .sub .menu_box .menu_about_left a { display:block; height:46px; line-height:46px; font-size:16px; color:#333; padding-top:0;}
.nav .sub .menu_box .menu_about_left a.osel {color: #f3782a;}
.nav .sub .menu_box .menu_about_right { float:left; width:800px; overflow:hidden; padding-top:0; margin-top:50px; padding-left: 40px;}
.nav .sub .menu_box .menu_about_right p { font-size: 16px; color:#666; line-height: 26px; margin-bottom: 6px;}

.nav .sub .menu_box .menu_product { overflow:hidden; margin-top: 55px;}
.nav .sub .menu_box .menu_product ul { display: flex; flex-wrap: wrap; justify-content: right;}
.nav .sub .menu_box .menu_product ul li { margin:0px; width: 20%}
.nav .sub .menu_box .menu_product ul li img { width:80%; margin-bottom: 15px;}
.nav .sub .menu_box .menu_product ul li a h3 { color:#221814; margin-top: 0px; font-size: 16px; margin-bottom: 0px;}
.nav .sub .menu_box .menu_product ul li a { color:#221814; height:100%; padding: 10px;}
.nav .sub .menu_box .menu_product ul li a:hover { color:#fccf00;}
.nav .sub .menu_box .menu_product ul li a:hover:after { display: none;}

.nav .sub .menu_box .menu_other { overflow:hidden; margin-top: 55px;}
.nav .sub .menu_box .menu_other ul { display: flex; flex-wrap: wrap; justify-content: right;}
.nav .sub .menu_box .menu_other ul li { width:18%; overflow:hidden; position:inherit; margin:0px; text-align: center; margin-right: 20px; margin-bottom: 20px;}
/*.nav .sub .menu_box .menu_other ul li:nth-child(3n){ margin-right: 0px;}*/
.nav .sub .menu_box .menu_other ul li a h3 { color:#221814; margin: 0px; font-size: 16px;}
.nav .sub .menu_box .menu_other ul li a { color:#221814; font-size:14px; height:100%; background: #f5f6f8; padding: 15px 0px; border-radius: 4px;}
.nav .sub .menu_box .menu_other ul li a:hover { color:#fff; background: #f6ab00}
.nav .sub .menu_box .menu_other ul li a:hover h3 { color:#fff;}
.nav .sub .menu_box .menu_other ul li a:hover p { color: #fff;}
.nav li.menu_shop { margin-top: -5px;}
.nav li.menu_shop a { background: #f6ab00; color: #fff; height: auto; padding: 5px 10px; border-radius: 4px;}
.nav li.menu_shop a:hover {background: #0062ac;}
.nav li.menu_shop a:hover:after { display: none;}

.head_area { display: flex; flex-wrap: nowrap; margin: 0 !important; margin-left:10px !important;}
.head_area p { line-height: normal; position: relative;}
.head_area p:nth-child(2n) { margin-right: 15px; margin-left: 15px; padding-right: 15px;}
.head_area p:nth-child(2n):after { content:'|'; display: block; position: absolute; top: 1px; right: 0; color: #999; font-size: 12px;}
.head_area p a { color:#737373;}
.head_area p a:hover { color: #fccf00; }
.head_area p a:hover:after { display:none;}

/*--------------首页大图-------------------*/
.focusPicture-mod { height: 704px; position: relative;}
.focusPicture-mod .swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.focusPicture-mod .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    background-position: 50% 50%;
	position: relative;
}
.focusPicture-mod .swiper-slide img { width:100%; height: 100%; object-fit: cover; max-width: 2560px;}
.focusPicture-mod .swiper-slide a { display:block; width: 100%; height: 100%;}
.focusPicture-mod .swiper-pagination-bullets { bottom:20px;}
.focusPicture-mod .swiper-pagination-bullet { width: 30px; height: 5px; border-radius: 4px; opacity:1; margin:0 10px; background: #fff;}
.focusPicture-mod .swiper-pagination-bullet-active { background: #008aff !important;}

.home_about { padding: 140px 0 100px;}
.home_about .container { display: flex; flex-wrap: nowrap; justify-content:space-between;}
.home_about_info { width: 50%;}
.home_about_info h1 { position: relative; font-weight: bold; z-index: 99; font-size: 32px; margin-top: 0; margin-bottom: 60px;}
.home_about_info h1::after { content: 'ABOUT venjong'; display: block; position: absolute; z-index: -9; top: -35px; font-family: BEBAS; color: #eef4f8; font-size: 66px;}
.home_about_info ul { display: flex; flex-wrap: nowrap; justify-content:unset; margin-bottom: 40px;}
.home_about_info ul li { margin-right: 40px;}
.home_about_info ul li img { filter: drop-shadow(2px 4px 6px rgba(147,158,170,0.4));}
.home_about_info p { font-size: 16px; color: #666; line-height: 35px; padding-right: 40px;}
.home_about_info a { display: inline-block; color: #0062ac; margin-top: 30px; font-size: 16px;}
.home_about_info a i { display: inline-block; border-radius: 50%; background: #0062ac; width: 25px; height: 25px; position: relative; top: 6px;}
.home_about_info a:hover { color:#f6ab00;}
.home_about_pic { margin-top: 60px; width:50%}

/*--------------首页产品-------------------*/
.home_product { background: url(../images/home_product_bg.jpg) no-repeat #005b9f; padding: 140px 0 80px; background-size: cover}
.home_product_head { display: flex; flex-wrap: nowrap; justify-content:space-between; margin-bottom: 80px;}
.home_product_head  h1 { position: relative; font-weight: bold; display: inline-flex; z-index: 99; font-size: 32px; margin-top: 0; color: #fff; width: 500px;}
.home_product_head  h1::after { content: 'Product Center'; display: block; position: absolute; z-index: -9; top: -35px; font-family: BEBAS; color: #4589be; font-size: 66px;}
.home_product_head_menu { display: flex; flex-wrap: nowrap; justify-content:space-between;}
.home_product_head_menu p { font-size: 16px;}
.home_product_head_menu p a { color: #fff; display: block; width: 100px; text-align: center; line-height: 40px;}
.home_product_head_menu p a:hover { background: #0187ee; border-radius: 4px;}
.home_prolist { width: 100%; height: 100%;}
.home_prolist .swiper-slide { font-size: 18px; height: 380px;}
.home_prolist .swiper-slide img { display: block; width: 100%; object-fit: cover; border-radius: 6px;}
.home_prolist .swiper-slide h3 { color: #fff; font-size: 20px;}
.home_prolist .swiper-pagination-bullets { bottom:20px;}
.home_prolist .swiper-pagination-bullet { width: 18px; height: 18px; border-radius: 50%; opacity:1; margin:0 10px; border: 2px #fff solid; background: none;}
.home_prolist .swiper-pagination-bullet-active { border: 2px #fccf00 solid; position: relative;}
.home_prolist .swiper-pagination-bullet-active::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #fccf00;
	border-radius: 50%;
	position: absolute;
	top:50%; left: 50%;
	transform: translate(-50%,-50%);
}

/*--------------首页资讯-------------------*/
.home_news { background: url(../images/home_news_bg.jpg) no-repeat #f8f9fb; padding: 120px 0 90px; background-size: cover}
.home_news .container { width: 1280px;}
.index_news_head { float:left;}
.index_news_head .index_news_title { margin-top: 0px; margin-bottom: 120px;}
.index_news_head .index_news_title h1 { position: relative; font-weight: bold; display: inline-flex; z-index: 99; font-size: 32px; margin-top: 0; margin-bottom: 160px;}
.index_news_head .index_news_title h1::after { content: 'NEWS'; display: block; position: absolute; z-index: -9; top: -35px; font-family: BEBAS; color: #eaf0f4; font-size: 66px;}
.index_news_head .index_news_title p { text-transform: uppercase; font-size: 16px; color: #717071;}
.index_news_head .index_news_qiehuan { display: flex; flex-wrap: nowrap;}
.index_news_head .index_news_qiehuan a { width:48px; height:48px; display:inline-block; text-align: center; background:#0062ac;}
.index_news_head .index_news_qiehuan a:hover { background: #003e6d;}
.index_news_head .index_news_qiehuan a.next {background: #fccf00;}
.index_news_head .index_news_qiehuan a.next:hover {background: #deb600;}

.index_news_right { float:right;}
.index_news_mneu { display: flex; flex-wrap: nowrap; justify-content:right; margin-bottom: 60px;}
.index_news_mneu p { font-size:16px;}
.index_news_mneu p a { color: #5f5f5f; display: block; width: 120px; text-align: center; margin-right: 10px; line-height: 35px;}
.index_news_mneu p a:hover { color: #fff; background: #0062ac; border-radius: 4px;}
.index_news_list ul { padding: 10px;}
.index_news_list ul li { width:418px; float:left; margin:10px; background:#fff; color:#333; padding: 20px 0;}
.index_news_list ul li a h3 { color: #333;}
.index_news_list ul li:hover { background:#0062ac;}
.index_news_list ul li:hover h3 { color:#fff;}
.index_news_list ul li:hover p { color:#fff;}
.index_news_list ul li:hover p.news_time { color:#fff;}
.index_news_list .index_news_pic { padding: 0 20px;}
.index_news_list .index_news_pic img { width:100%; height:auto; display:block;}
.index_news_list .index_news_text { margin: 20px 20px 25px 20px; height: 158px;}
.index_news_list .index_news_text h3 { 
	margin-bottom:20px;
	margin-top: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: bold;
	line-height: 30px;
	font-size: 20px;
}
.index_news_list .index_news_text p { color: #a1a1a1; margin:0; font-size:14px; line-height:25px; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.index_news_list .index_news_text p.news_time { margin-top: 30px; color:#b2b1b1; font-size: 16px;}



/*--------------首页我们的客户-------------------*/
.home_kehu { padding: 120px 0 60px; background: url(../images/home_kehu_bg.jpg) no-repeat #fff; background-size: cover;}
.home_kehu .home_kehu_title { margin-bottom: 60px; text-align: center;}
.home_kehu .home_kehu_title h1 { position: relative; font-weight: bold; display: inline-flex; z-index: 99; font-size: 32px; margin: 0 auto; flex-wrap: wrap; justify-content: center; width: 300px; margin-bottom: 20px;}
.home_kehu .home_kehu_title h1::after { content: 'PARTNER'; display: block; position: absolute; z-index: -9; top: -35px; font-family: BEBAS; color: #f2f6f9; font-size: 66px;}
.home_kehu .home_kehu_title p { font-size: 16px; color: #bbc1c6;}
.home_kehu_logo { overflow-x: hidden; position: relative; height: 148px;}
.home_kehu_logo>a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-animation: 30s roll linear infinite normal;
	-moz-animation: 30s roll linear infinite normal;
	animation: 30s roll linear infinite normal;
}
.home_kehu_logo>a:hover { -webkit-animation-play-state:paused; -moz-animation-play-state:paused; animation-play-state:paused;}
.home_kehu_logo>a>img { height:147px; }
@-webkit-keyframes roll {
	0% {-webkit-transform:translateX(0);transform:translateX(0)}
	100% {-webkit-transform:translateX(-50%);transform:translateX(-50%)}
}
@-moz-keyframes roll {
	0% {-moz-transform:translateX(0);transform:translateX(0)}
	100% {-moz-transform:translateX(-50%);transform:translateX(-50%)}
}
@keyframes roll {
	0% {-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}
	100% {-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}
}


.banner { width: 100%; height: 369px; background: #002f7b; position: relative}
.banner img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
.banner_title { position: absolute; width: 100%; text-align: center; top: 45%}
.banner_title h1 { color: #fff; margin:0;}
.here { width: 100%; background-color: rgba(0, 0, 0, 0.3); position: absolute; bottom: 0; color: rgba(255,255,255,.6)}
.here .breadcrumb { background-color: rgba(0, 0, 0, 0); margin-bottom: 0; padding: 15px 0;}
.here .breadcrumb a { color: rgba(255,255,255,.6)}
.here .breadcrumb a:hover { color: #fccf00}
/*-------------分页样式----------------*/
.pages { clear: both; text-align: center; font-size:14px; margin-bottom:20px; margin-top:60px;}
.pages .pagination { padding:0;}
.pages .pagination li { display:inline-block; margin: 0 3px; line-height: 20px; color:#999}
.pages .pagination li { color:#fff; font-size:14px;}
.pages .pagination li a { padding:10px 20px; border: 1px #e5e5e5 solid; color:#666; display:block;}
.pages .pagination li a:hover { color: #f6ab00; border: 1px solid #f6ab00; background:#fef9ec; text-decoration:none;}
.pages .pagination li.active { display: inline-block; margin: 0 3px;}
.pages .pagination li.active a { color: #fff; border: 1px solid #005596; background:#0062ac;}

.page_body { padding: 80px 0;}

.main_head { margin-bottom: 40px;}
.main_head h1 { display: initial; font-weight: bold; font-size: 28px;}
.main_head h1::before { content: ''; display: inline-block; width: 8px; height: 30px; background: #f6ab00; position: relative; top: 5px; margin-right: 15px;}
.main_head_nav { float: right; display: flex; flex-wrap: nowrap; justify-content: space-between; width: 50%}
.main_head_nav p { font-size: 16px; margin-left: 15px;}
.main_head_nav p img { width: 100%;}
.main_head_nav p a { display: block; color: #333; padding: 12px 20px; border: 2px #e5e5e5 solid;}
.main_head_nav p a:hover { color: #fff; border: 2px #f6ab00 solid;}
.main_head_nav p a.thisclass { color: #fff; border: 2px #f6ab00 solid;}


.product_list { display: flex; flex-wrap: wrap;}
.product_list .product_list_item { width: 32%; margin-right: 15px; margin-bottom: 40px;}
.product_list .product_list_item:nth-child(3n) { margin-right: 0;}
.product_list .product_list_item .product_list_pic { border:1px #f3f3f3 solid; border-radius: 6px; overflow: hidden;}
.product_list .product_list_item .product_list_pic img { width:100%; height: 100%; object-fit: cover;}
.product_list .product_list_item h3 { font-size: 20px; font-weight: bold;}
.product_list .product_list_item a h3 { color: #333;}

.product_menu_two { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-bottom: 40px; border-top: 1px #e5e5e5 solid; padding-top: 40px;}
.product_menu_two p { font-size: 16px; margin-right: 15px;}
.product_menu_two p a { display: block; background: #f5f6f8; color: #333; padding: 6px 30px;}
.product_menu_two p a:hover { background: #f6ab00; color: #fff;}
.product_menu_two p a.thisclass { background: #f6ab00; color: #fff;}

.product_head { padding: 80px 0;}
.product_head_item { display: flex; flex-wrap: wrap; justify-content: space-between;}
.product_head_item .product_photo { width: 55%; display: flex; justify-content: center; flex-wrap: wrap;}
.product_head_item .product_title { width: 40%; margin-top: 60px;}
.product_head_item .product_title h1 { font-size: 28px; font-weight: bold; margin-bottom: 30px;}
.product_head_item .product_title p { font-size: 18px; line-height: 35px; margin-bottom: 15px;}
.product_head_item .product_title a { display: inline-block; font-size: 16px; color:#fff; background: #002f7b; border-radius: 6px; padding: 2px 35px;}
.product_head_item .product_title a:hover { background: #f6ab00;}

.ProductIntroduction { overflow: hidden;}
.ProductExhibition { position: relative; z-index: 9;}
.ProductExhibition .Exhibition_num { display: flex; flex-wrap: nowrap; justify-content: space-between;}
.ProductExhibition .Exhibition_num .Exhibition_item { margin-right: 5px;}
.ProductExhibition .Exhibition_num .Exhibition_item img { width: 120px; height: 74px; opacity: 0.5; vertical-align: top; box-sizing: border-box; padding: 15px; cursor: pointer;}
.ProductExhibition_box,
.ProductExhibition_box .Exhibition_Img,
.ProductExhibition_box .Exhibition_Img img {}
.ProductExhibition_box .Exhibition_Img img { box-sizing: border-box; padding: 15px;}
.Exhibition_items {
	position: absolute;
	width: 120px;
	height: 74px;
	border-bottom: 3px #f6ab00 solid;;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
}
.ProductExhibition .Exhibition_num .czt_active img { opacity: 1;}
.ProductExhibition_wrap { position: relative; width: 580px; height: 400px;}
.ProductExhibition_box { position: absolute; transition: all .5s; display: flex;}
.ProductExhibition_box img { width: 580px; height: auto;}

.product_youshi { margin-bottom: 80px;}
.product_menu { display: flex; flex-wrap: nowrap; justify-content: left;}
.product_menu li { list-style: none; background: #9a9a9a; color: #fff; margin-right: 5px; width: 80px; text-align: center; line-height: 45px; font-size: 16px; cursor: pointer;}
.product_menu li.hover { background: #0062ac;}
.product_content { border: 1px #e5e5e5 solid; padding: 60px;}
.product_content h2 { display: inline-block; font-size: 24px; margin-top: 40px; margin-bottom: 30px; font-weight: bolder; position: relative; z-index: 1;}
.product_content h2::after { position: absolute; bottom: 2px; content: ''; display: block; width: 100%; height: 5px; background-color: #fed577; z-index: -1;}
.product_content p { font-size: 16px; margin-bottom: 10px; line-height: 30px; color: #666;}
.product_content p strong { color: #333;}
.product_content img { max-width: 100%; margin-bottom: 15px;}
.product_content table { width: 60%;}
.product_content table tr th { border-bottom: 1px #e5e5e5 solid; width: 30%}
.product_content table tr td { padding: 15px; border-bottom: 1px #e5e5e5 solid;}
.product_content table tr > td:first-child { width: 30%;}
.product_content table tr td p { font-size: 16px; font-family: 'Microsoft YaHei', sans-serif;}


/*-------------资讯中心----------------*/
.news_head_nav { float: right; display: flex}
.news_head_nav p { margin-left: 10px;}
.news_head_nav p a { display: block; border-radius: 20px; background: #f5f6f8; padding: 8px 35px; font-size: 16px; color: #221814;}
.news_head_nav p a:hover { background: #0062ac; color: #fff;}
.news_head_nav p a.thisclass { background: #0062ac; color: #fff;}

.news_hot_box { border-bottom: 1px #e5e5e5 dashed; padding-bottom: 25px; margin-bottom: 25px;}
.news_hot_box .main { margin:0 auto; padding:40px 0;}
.news_hot_box .title{font-size:24px; margin-bottom: 1em; text-align: center;}
.news_hot_box .img-count,.img-count img{position:relative;}
.news_hot_box .img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;height:100%; *height:100%;}
.news_hot_box .w-newsList1 {position: relative;}
.news_hot_box .w-newsList1 a { display: block; text-decoration: none; color: #221814;}
.news_hot_box .w-newsList1 a:hover { color: #fccf00}
.news_hot_box .w-newsList1 .news-item{ position:relative;}
.news_hot_box .w-newsList1 .news-imgbox{ width:58%;}
.news_hot_box .w-newsList1 .news-imgbox img{ transition:transform 3.5s; -webkit-transition:transform 3.5s;transform:scale(1.1); -webkit-transform:scale(1.1);}
.news_hot_box .w-newsList1 .swiper-slide.swiper-slide-active .news-imgbox img{ transform:scale(1); -webkit-transform:scale(1);}
.news_hot_box .w-newsList1 .aspectRatio{padding-bottom:450px;}
.news_hot_box .w-newsList1 .news-text { position: absolute; right:0; width:50%; top: 50%;top:10%\9; *top:10%; transform:translateY(-50%); -webkit-transform:translateY(-50%); background: #fff; padding: 30px 15px 40px 4%; overflow:hidden;}
.news_hot_box .sec1:root .w-newsList1 .news-text{ top:50%;}
.news_hot_box .w-newsList1 .date { line-height: 1.4; margin-bottom: 0.8em;}
.news_hot_box .w-newsList1 .date .day_month {font-size:17px; color: #bebebe;}
.news_hot_box .w-newsList1 .news-h {font-size:24px; font-weight: bold; line-height: 1.4; height:2.8em; overflow: hidden; margin-bottom: 0.3em;}
.news_hot_box .w-newsList1 .news-sum { line-height: 1.8; height:3.5em; overflow: hidden; color:#aaa;}
.news_hot_box .w-newsList1 .more {
	margin-top:20px; 
	width: 45px; 
	height: 24px; 
	float: right; 
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABIUlEQVQ4jb3VMUscQRQH8J+yNgaLFAoPJSBnKaTRUhDBRoiVpBG09mMIljY2geuCIH4GG7FKE7BRSxGPyCtstLJQxGYPTr1D3LvNHxb2McP7McPO7FCz2dRPMhNExDec4gormXnbbf5wX9rrjOEr5nAcEeO1gpl5gQ08Y7YXOsgVysyDLuhEbWAP9E9ETNUGdqBreEQDJ220wBfMYKhK84joNXSFHWx3oIsFzjBdBftkGjgaxsN/wNoZLfAdkypu6QdZxV75foPlAk+4rtqxfdO8TUT8xG5ZXmIpM1u1fKURsY5DjJTYYma2qOFYRMQm9sve51jIzH/t8YGCEbGF3x3YUr7Z84GBETGPX2X5t8Te/TGKQYG4K58z/MjM+26TXgDh8VYjv3NjTgAAAABJRU5ErkJggg==") center no-repeat;}
.news_hot_box .w-newsList1 .adSN_page { position: absolute; z-index: 9; left:50%; bottom:50%; margin-bottom: -123px; top: auto; transform: none; -webkit-transform: none; width:35%; padding-left: 4%; }
.news_hot_box .w-newsList1 .adSN_page span { display: inline-block; *display:inline; *zoom:1; margin:0 6px;}
.news_hot_box .w-newsList1 .swiper-num { position: absolute; z-index: 9; right: 15px; top:50%; margin-top: -130px; color: #bebebe;}
.news_hot_box .w-newsList1 .swiper-num .active { font-size:32px; font-weight: bold;}
.news_hot_box .w-newsList1 .swiper-pagination-bullet { opacity:1; margin:0 10px; background: #ccc;}
.news_hot_box .w-newsList1 .swiper-pagination-bullet-active { background: #002f7b !important;}

.news_list li { border-bottom: 1px #e5e5e5 dashed; padding-bottom: 25px; margin-bottom: 25px; list-style: none; overflow: hidden;}
.news_list li img { float: left; width: 438px; height: 272px;}
.news_list_info { float: right; width: 760px; margin-right: 15px;}
.news_list_info h4 { font-size: 22px; font-weight: bold; margin-bottom: 30px; margin-top: 20px;}
.news_list_info h4 a { color: #221814;}
.news_list_info h4 a:hover { color: #fdd000;}
.news_list_info p { font-size: 16px;}
.news_list_info p.news_list_time { margin-top: 40px; font-size: 14px; color: #b5b5b5;}

.news_body { box-shadow: 0 0 20px #f6f6f6; padding: 40px 140px;}
.news_title { text-align: center; border-bottom: 1px #e5e5e5 solid; margin-bottom: 30px; padding-bottom: 20px;}
.news_title h1 { font-size: 28px; font-weight: bold; margin-bottom: 20px;}
.news_content { margin-bottom: 40px;}
.news_content img { max-width:100%;}
.news_content p { font-size: 16px; line-height: 30px; margin-bottom: 15px;}
.news_next { border-top: 1px #e5e5e5 dashed; padding-top: 20px;}
.news_next p { margin-bottom: 15px;}
.news_next p a:hover { color: #fccf00;}

/*--------------关于我们-------------------*/
.about_page_nav { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 80px;}
.about_page_nav li { list-style: none; margin: 15px;}
.about_page_nav li:nth-last-of-type(1) { margin-right: 0;}
.about_page_nav li a { display: block; border-radius: 20px; background: #f5f6f8; padding: 8px 35px; font-size: 16px; color: #221814;}
.about_page_nav li a:hover { background: #0062ac; color: #fff;}
.about_page_nav li.active a { background: #0062ac; color: #fff;}

.about_page_content { margin: 40px 0;}
.about_page_content h1 { font-weight: bold; color: #221814; font-size: 36px; margin-bottom: 40px; margin-top: 10px;}
.about_page_content h2 { color: #221814; font-size: 30px; margin: 0;}
.about_page_content p { font-size: 16px; line-height: 30px; margin-bottom: 15px;}
.about_page_content ul { padding-left: 20px; margin: 40px 0;}

.about_culture_title { margin-bottom: 40px;}
.about_culture_title h1 { display: initial; font-weight: bold; font-size: 28px; color: #7f7f7f}
.about_culture_title h1::before { content: ''; display: inline-block; width: 8px; height: 30px; background: #f6ab00; position: relative; top: 5px; margin-right: 15px;}
.about_culture_one { margin-bottom: 80px;}
.culture_item { overflow: hidden; margin-bottom: 40px; border-bottom: 1px #e5e5e5 dotted; padding-bottom: 40px;}
.culture_item .culture_text { float: left;}
.culture_item .culture_text h1 { display: inline-block; font-size: 24px; background: #d01336; color: #fff; padding: 5px 10px; border-radius: 4px; font-weight: bold;}
.culture_item .culture_text h1 small { color: #fff; font-weight: bold;}
.culture_item .culture_text h1 span { font-size: 18px;}
.culture_item .culture_text h3 { color: #c00000; font-size: 22px; font-weight: bold;}
.culture_item .culture_text p { font-size: 16px; color: #666;}
.culture_item img { float: right; width: 360px;}
.about_culture_one .culture_item:nth-child(2n) .culture_text { float: right;}
.about_culture_one .culture_item:nth-child(2n) img { float: left;}

.culture_sm_item { display: flex; justify-content: space-between; flex-wrap: nowrap; align-items: center; margin-bottom: 60px; border-bottom: 1px #e5e5e5 dotted; padding-bottom: 60px;}
.culture_sm_item .culture_sm_text { width: 55%;}
.culture_sm_item .culture_sm_text h3 { font-weight: bold; color: #77777b; font-size: 26px; margin-bottom: 30px;}
.culture_sm_item .culture_sm_text h3 span { color: #c00000;}
.culture_sm_item .culture_sm_text p { font-size: 16px; line-height: 30px; color: #7f7f7f; margin-bottom: 15px;}
.culture_sm_item .culture_sm_text p strong { font-size: 26px;}
.culture_sm_item img { width: 360px;}
.culture_yj_item { display: flex; justify-content: space-between; flex-wrap: nowrap; margin-bottom: 60px;}
.culture_yj_item .culture_yj_text h3 { font-weight: bold; color: #d0132d; font-size: 22px;}
.culture_yj_item .culture_yj_text p { font-size: 16px; line-height: 30px; color: #666;}
.culture_yj_item img { width: 360px;}

.about_timeline ul { position: relative; padding: 0 120px;}
.about_timeline ul::before { content: ''; width: 5px; height: 100%; display: block; background:#83a0b7; position: absolute; left: 50%; margin-left: -2.5px;}
.about_timeline ul li { overflow: hidden; margin-bottom: 80px;}
.about_timeline ul li img { width: 360px; height: 200px; float:right; margin-top: 40px;}
.about_timeline ul li .time_info { width:35%; text-align: right; float: left; margin-top: 40px;}
.about_timeline ul li .time_info h3 { margin-top: 0; font-size: 22px;}
.about_timeline ul li .time_info p { font-size: 16px;}
.about_timeline ul li .year { background: #83a0b7; color: #fff; border-radius: 4px; display: inline-block; position: absolute; left: 50%; margin-left: -50px; width: 100px; text-align: center; line-height: 45px; font-size: 18px; margin-top: 80px;}
.about_timeline ul li:nth-child(2n) .time_info { float: right; text-align: left}
.about_timeline ul li:nth-child(2n) img { float: left;}

/*.about_fzlc { padding: 120px 0 40px; background: url(../images/about_fzlc_bg.jpg) no-repeat #000d98; background-size: cover;}
.about_fzlc_title { margin-bottom: 60px; text-align: center;}
.about_fzlc_title h1 { color: #fff; position: relative; font-weight: bold; display: inline-flex; z-index: 99; font-size: 32px; margin: 0 auto; flex-wrap: wrap; justify-content: center; width: 300px; margin-bottom: 20px;}
.about_fzlc_title h1::after { content: 'DEVELOPMENT'; display: block; position: absolute; z-index: -9; top: -35px; font-family: BEBAS; color: #273fc2; font-size: 66px;}
#timeline { width: 1000px; height: 300px; overflow: hidden; margin: 20px auto; background: url('../images/fzlc_icoline.png') left 45px repeat-x;}
#dates { width: 1000px; height: 60px; overflow: hidden; position: relative; margin-bottom: 40px;}
#dates li { list-style: none; float: left;  font-size: 22px; text-align: center; }
#dates a { display: block; width: 140px; height: 50px; line-height: 38px; padding-bottom: 10px; color: #c7d9f5; background: url('../images/fzlc_icodot.png') center bottom no-repeat;}
#dates a.selected { font-size: 36px; color: #ffd800; background: url('../images/fzlc_icodot_on.png') center bottom no-repeat;}
#issues { width: 1000px; height: 300px;overflow: hidden;}	
#issues li { width: 1000px; height: 300px; list-style: none; float: left; text-align: center; overflow: hidden;}
#issues li h4 { position:relative; font-size:34px; margin-bottom:3%; padding:0 80px; display:inline-block; text-align:center; line-height: 45px; color: #fff;}
#issues li h4:after {content:''; background:#2152d4; width:100px; height:1px; position:absolute; left:-60px; bottom:12px;}
#issues li h4:before {content:''; background:#2152d4; width:100px; height:1px; position:absolute; right:-60px; bottom:12px;}*/

.about_rongyu { padding: 140px 0 80px; background: #fff}
.about_rongyu_title { margin-bottom: 60px; text-align: center;}
.about_rongyu_title h1 { position: relative; font-weight: bold; display: inline-flex; z-index: 99; font-size: 32px; margin: 0 auto; flex-wrap: wrap; justify-content: center; width: 300px; margin-bottom: 20px;}
.about_rongyu_title h1::after { content: 'Honor'; display: block; position: absolute; z-index: -9; top: -35px; font-family: BEBAS; color: #f1f3f8; font-size: 66px;}
.about_rongyu_swiper { position: relative; width: 100%; height: auto; padding:0px 0 100px; margin-left: auto;  margin-right: auto;}
.about_rongyu_swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition-property:all;
 }
.about_rongyu_swiper .swiper-slide img { width:100%;}
.about_rongyu_swiper #progressEffect{ position: absolute; z-index: 10; top: 40px; left: 20px;}
.about_rongyu_swiper .swiper-pagination-bullet { width: 18px; height: 18px; border-radius: 50%; opacity:1; margin:0 10px; border: 2px #d0d0d0 solid; background: none;}
.about_rongyu_swiper .swiper-pagination-bullet-active { border: 2px #fccf00 solid; position: relative;}
.about_rongyu_swiper .swiper-pagination-bullet-active::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #fccf00;
	border-radius: 50%;
	position: absolute;
	top:50%; left: 50%;
	transform: translate(-50%,-50%);
}

/*----------------------人力资源------------------------*/
.job_home_photo_item { display: flex; flex-wrap: wrap; justify-content: space-between;}
.job_home_photo_item li { list-style: none; height: 300px; padding: 10px;}
.job_home_photo_item li img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
.job_home_photo_item li:nth-child(1){ width:30%;}
.job_home_photo_item li:nth-child(2){ width:70%;}
.job_home_photo_item li:nth-child(3){ width:50%;}
.job_home_photo_item li:nth-child(4){ width:25%;}
.job_home_photo_item li:nth-child(5){ width:25%;}

.job_page_content { margin: 40px 0;}
.job_page_content h1,.job_page_content h2 { color: #221814; display: inline-block; font-size: 24px; margin-top: 40px; margin-bottom: 30px; font-weight: bolder; position: relative; z-index: 1;}
.job_page_content h1::after,.job_page_content h2::after { position: absolute; bottom: 2px; content: ''; display: block; width: 100%; height: 10px; background-color: #fed577; z-index: -1;}
.job_page_content p { font-size: 16px; line-height: 30px; margin-bottom: 15px;}
.job_page_content p strong { color: #333;}
.job_page_content ul { padding-left: 20px; margin: 40px 0;}

.positionsbox { width:100%;}
.positions-list { font-size:14px;}
.positions-list .item { padding:20px 15px; cursor:pointer;}
.positions-list .item a { color:#333; text-decoration:none; font-size:16px;}
.positions-list .item a:hover { color:#5a2f5e;}
.positions-list .item:nth-child(odd) { background:#f1f1f1;}
.positions-list .item:last-child { border-bottom:solid 1px #f1f1f1;}
.positions-list .locale { float:right;color:#999;}
.positions-list .cover { display:none; position:fixed; z-index:1000; height:100%; width:100%; top:0; left:0; background:#002f7b; opacity:.5;}
.operationbox:after, [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-cross:before { content: "";}
.positions-list .jobInf { display:none; position:fixed; z-index:1001; width:900px; left:50%; margin-left:-450px; height:60%; top:10%; background:#fff; box-shadow:0 0 4px #666; padding:3em 3.5em;}
.positions-list .jobInf .titBar { margin-bottom: 30px;}
.positions-list .jobInf .titBar>* { display:inline-block;}
.positions-list .jobInf .titBar .tit { font-size:1.714285em;}
.positions-list .jobInf .titBar .where { font-size:1.14285em; color:#888; margin-left:3em;}
.positions-list .jobInf .con { overflow:auto; line-height: 30px; font-size:16px;}
.positions-list .jobInf .con p { color: #221814; font-size: 16px; margin-bottom: 10px;}
.positions-list .jobInf .job_url { width:100%; margin:0 auto; position: absolute; bottom: 20px; font-size: 16px; color: #002f7b}
.positions-list .jobInf .close { position: absolute; right: 0; top: 0; width: 34px; height: 34px; background: #fccf00; color: #fff; line-height: 34px; text-align: center; cursor: pointer; opacity: 1}
.positions-list .jobInf .close:hover { background: #002f7b;}


.contact_content { margin-top: 60px; border-bottom: 1px #e5e5e5 solid; padding-bottom: 40px; margin-bottom: 40px;}
.contact_content h2 { font-size: 28px; color: #221814; margin-bottom: 30px; font-weight: bold;}
.contact_content p { font-size: 16px; margin-bottom: 10px;}
.contact_fenzhi { display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact_fenzhi li { width: 31%; list-style:none; box-shadow: 0 0 20px #f0f0f0; padding: 15px; margin: 10px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact_fenzhi li img { width: 26%; height: auto;}
.contact_fenzhi_info { width: 60%}
.contact_fenzhi_info h3 { font-size: 20px; font-weight: bold; color: #221814; margin-top: 10px;}
.contact_fenzhi_info p { font-size: 16px;}

.contact_online_body { background: #f9f9f9; padding: 60px 0;}
.contact_online { padding: 40px 60px; background: #fff;}
.contact_online h2 { margin-bottom: 40px; font-size: 28px; border-bottom: 1px #e5e5e5 solid; padding-bottom: 15px; line-height: 45px; color: #221814; text-align: center;}
.contact_online .fc-form-body { width: 60%; margin: 0 auto;}
.contact_online .required { color: #FF0004;}
.contact_online .form-horizontal .control-label { font-size: 16px; font-weight: normal;}
.contact_online .form-control { border-radius: 0px; border: 1px #e5e5e5 solid;}
.contact_online .mt-checkbox-inline { font-size: 16px; line-height: 35px;}
.contact_online .mt-checkbox-inline label { font-weight: normal; margin-right: 20px;}
.contact_online .btn-primary { background-color: #0062ac; border-color: #0062ac; padding: 10px 60px;}
.contact_online .btn-primary:hover { background-color: #f6ab00; border-color: #f6ab00;}
.contact_online .form-recaptcha { width: 300px;}

footer { background: #fff; border-top: 2px #eee solid;}
.foot_box { display: flex; padding: 80px 0 120px; flex-wrap: nowrap; justify-content: space-between;}
.foot_logo { margin-right: 40px;}
.foot_logo h2 { font-size: 20px; margin-top: 0;}
.foot_logo h1 { font-size: 24px; margin-top: 0; margin-bottom: 20px; font-weight: bold;}
.foot_logo img { width: 224px;}
.foot_logo ul p { line-height: 30px;}
.foot_menu { display: flex; width: 50%; flex-wrap: nowrap; justify-content: space-between; margin-top: 38px;}
.foot_menu li { list-style: none;}
.foot_menu li h3 { font-size: 18px; margin-top: 0; margin-bottom: 20px;}
.foot_menu li p { line-height: 30px;}
.foot_menu li a { color: #717071;}
.foot_menu li a:hover { color: #0062ac;}
.foot_contact { width: 12%; text-align: right; position: relative; margin-top: 35px;}
.foot_contact h1 { font-size: 36px; color: #7e7e7e; margin-top: -10px; font-family: BEBAS;}
.foot_contact p { color: #7b8994;}
.foot_contact p.foot_ewm { text-align: center; width: 105px; position: absolute; right: 0;}
.foot_contact p.foot_ewm span { display: block; line-height: 18px;}
.foot_copy { text-align: center; border-top: 1px #eee solid; padding: 25px 0;}
.foot_copy p { color: #bdbdbd;}
.foot_copy p a { color: #bdbdbd;}
.foot_copy p a:hover { color: #0062ac;}

/*在线客服-右侧*/
.suspension { position:fixed; z-index:55; right:0; bottom:185px; width:70px; height:198px;}
.suspension-box { position:relative;float:right;}
.suspension .a { display:block; width:44px; height:44px; background-color:#eff7ff; margin-bottom:4px; cursor:pointer; outline:none;}
.suspension .a.active,
.suspension .a:hover { background:#f6ab00;}
.suspension .a .i { float:left; width:44px; height:44px;}
.suspension .a-service .i{ width:20px; height:20px; margin-top:12px;margin-left:12px; background-position:0 0;}
.suspension .a-service-phone .i { width:20px; height:20px; margin-top:12px; margin-left:12px;}
.suspension .a-email .i { width:20px; height:20px; margin-top:12px; margin-left:12px;}
.suspension .a-qrcode .i, .suspension .a-qrcode2 .i { width:20px; height:20px; margin-top:12px; margin-left:12px;}
.suspension .a-top .i { width:20px; height:20px; margin-top:12px; margin-left:12px;}
.suspension .a-top { background:#f6ab00; display:none;}
.suspension .a-top:hover { background:#f6ab00;}
.suspension .d {display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow { position:absolute;width:8px;height:12px;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone {top:34px;}
.suspension .d-email { top:30px; width: 260px;}
.suspension .d-qrcode {top:28px;}
.suspension .d-qrcode2 {top:28px;}
.suspension .d .inner-box { padding:8px 22px 12px;}
.suspension .d-service-item { padding:15px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle { width:44px;height:44px; border-radius:50%; overflow:hidden; background:#F1F1F3; display:block; float:left;}
.suspension .d-service-item .i-qq  {width:44px; height:44px; background:url(../images/online_kefu_qq.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq { background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/online_kefu_tel.png) no-repeat center center;display:block;}
.suspension .d-service-item .i-email{width:44px;height:44px;background:url(../images/online_kefu_email.png) no-repeat center center;display:block;}
.suspension .d-service-item h3 { float:left; width:112px; line-height:44px; font-size:15px; margin-left:12px; margin-top: 0; margin-bottom: 0;}
.suspension .d-service-item .text {float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number { font-size: 16px; color: #008bd4;}
.suspension .d-qrcode { text-align:center;}
.suspension .d-qrcode .inner-box { padding:15px;}
.suspension .d-qrcode .inner-box img { width: 100%;}
.suspension .d-qrcode2 { text-align:center;}
.suspension .d-qrcode2 .inner-box { padding:15px;}
.suspension .d-qrcode2 .inner-box img { width: 100%;}