﻿/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
@charset "utf-8";
/*++----------------------------------------------
/*++  视频
/*++----------------------------------------------*/
.usezan-video {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.bgvideo {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	z-index: 10;
}
source {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}
/*++----------------------------------------------
/*++  首页板块
/*++----------------------------------------------*/
/* 1920 × 700 首页轮播：按原图比例缩放，保留文字安全区 */
.home-banner,
.home-banner .swiper-wrapper,
.home-banner .swiper-slide {
	height: 36.458333vw;
	min-height: 430px;
	max-height: 700px;
}
.home-banner .swiper-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* 服务优势 */
.service-advantages {
	padding: 48px 0 54px;
	background: #fff;
	border-bottom: 1px solid #e9eef2;
}
.advantages-heading {
	text-align: center;
	margin-bottom: 34px;
}
.advantages-heading .advantages-kicker {
	display: block;
	margin-bottom: 7px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 3px;
	color: #0683da;
}
.advantages-heading h2 {
	position: relative;
	padding-bottom: 14px;
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;
	color: #222;
}
.advantages-heading h2:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 42px;
	height: 3px;
	margin-left: -21px;
	background: #0683da;
	content: "";
}
.advantages-heading p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 24px;
	color: #888;
}
.advantages-grid {
	width: 1200px;
}
.advantage-card {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 380px;
	height: 218px;
	margin: 0 20px 20px 0;
	padding: 28px 24px;
	background: #fff;
	border: 1px solid #e7edf2;
	box-shadow: 0 4px 18px rgba(31, 66, 94, .06);
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.advantage-card:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 0;
	background: #0683da;
	content: "";
	-webkit-transition: height .3s ease;
	-moz-transition: height .3s ease;
	transition: height .3s ease;
}
.advantage-card:hover {
	border-color: #cfe5f5;
	box-shadow: 0 12px 28px rgba(6, 131, 218, .12);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	transform: translateY(-4px);
}
.advantage-card:hover:before {
	height: 100%;
}
.advantage-icon {
	float: left;
	display: block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #edf7fd;
	border-radius: 50%;
}
.advantage-icon svg {
	width: 30px;
	height: 30px;
	margin-top: 12px;
	fill: none;
	stroke: #0683da;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.advantage-content {
	float: right;
	width: 270px;
}
.advantage-content h3 {
	margin: 2px 0 11px;
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
	color: #222;
}
.advantage-content h3 em {
	padding: 0 2px;
	font-weight: normal;
	color: #0683da;
}
.advantage-content p {
	font-size: 13px;
	line-height: 24px;
	text-align: justify;
	color: #777;
}
/* 核心业务 */
.core-business-home {
	padding: 50px 0 56px;
	background: #f4f7f9;
	border-bottom: 1px solid #e6ecef;
}
.business-heading {
	margin-bottom: 28px;
}
.business-kicker {
	display: block;
	margin-bottom: 4px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 3px;
	color: #0683da;
}
.business-heading h2 {
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;
	color: #222;
}
.business-heading p {
	margin-top: 4px;
	font-size: 14px;
	line-height: 24px;
	color: #777;
}
.business-all {
	margin-top: 35px;
	padding: 0 18px;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	color: #0683da;
	border: 1px solid #bcdcf2;
	border-radius: 2px;
}
.business-all:hover {
	color: #fff;
	background: #0683da;
	border-color: #0683da;
}
.business-all span {
	padding-left: 5px;
}
.business-grid {
	width: 1200px;
}
.business-card {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 280px;
	height: 236px;
	margin: 0 20px 20px 0;
	background: rgba(255,255,255,.82);
	border: 1px solid #dce5eb;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.business-card:nth-child(5) {
	margin-left: 150px;
}
.business-card a {
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 26px 24px 22px;
}
.business-card:after {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 2px solid #0683da;
	content: "";
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(.96);
	-moz-transform: scale(.96);
	transform: scale(.96);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}
.business-card:hover {
	background: #f9fcff;
	border-color: transparent;
	box-shadow: 0 9px 24px rgba(6, 131, 218, .1);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}
.business-card:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.business-number {
	position: absolute;
	right: 17px;
	top: 13px;
	font-family: Arial, sans-serif;
	font-size: 42px;
	line-height: 50px;
	font-weight: bold;
	color: #eaf1f6;
}
.business-icon {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	background: #0683da;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 5px 12px rgba(6, 131, 218, .17);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}
.business-icon:before,
.business-icon:after {
	position: absolute;
	box-sizing: border-box;
	content: "";
}
.business-icon:before {
	left: 13px;
	top: 16px;
	width: 19px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 2px;
}
.business-icon:after {
	left: 17px;
	top: 12px;
	width: 11px;
	height: 5px;
	border: 2px solid #fff;
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
}
.business-card:hover .business-icon {
	background: #006eba;
	box-shadow: 0 7px 16px rgba(6, 131, 218, .24);
}
.business-card h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 9px;
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
	color: #222;
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;
	transition: color .25s ease;
}
.business-card:hover h3 {
	color: #0683da;
}
.business-card p {
	height: 44px;
	font-size: 13px;
	line-height: 22px;
	color: #777;
	overflow: hidden;
}
.business-more {
	display: block;
	margin-top: 13px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}
.business-more em {
	padding-left: 4px;
	font-style: normal;
	color: #0683da;
}
/* 首页关于我们 */
.home-about-modern {
	padding: 64px 0;
	background: #fff;
	border-bottom: 1px solid #edf0f2;
}
.home-about-copy {
	box-sizing: border-box;
	width: 540px;
	padding: 8px 0 0 20px;
}
.home-about-kicker {
	display: block;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 3px;
	color: #0683da;
}
.home-about-copy h2 {
	font-size: 28px;
	line-height: 42px;
	font-weight: bold;
	color: #222;
}
.home-about-line {
	display: block;
	width: 118px;
	height: 2px;
	margin: 20px 0 20px;
	background: #0683da;
}
.home-about-intro {
	height: 116px;
	font-size: 14px;
	line-height: 29px;
	text-align: justify;
	color: #666;
	overflow: hidden;
}
.home-about-values {
	margin: 28px 0 28px;
}
.home-about-values li {
	float: left;
	width: 145px;
	margin-right: 30px;
	text-align: left;
}
.home-about-icon {
	display: block;
	box-sizing: border-box;
	width: 58px;
	height: 58px;
	margin-bottom: 10px;
	text-align: center;
	background: #fff;
	border: 1px solid #dbe4ea;
	border-radius: 50%;
}
.home-about-icon svg {
	width: 30px;
	height: 30px;
	margin-top: 13px;
	fill: none;
	stroke: #6f7f89;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.home-about-values strong {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #333;
}
.home-about-more {
	display: inline-block;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #333;
	border: 1px solid #cfd8de;
	border-radius: 22px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.home-about-more span {
	padding-left: 6px;
	color: #0683da;
}
.home-about-more:hover {
	color: #fff;
	background: #0683da;
	border-color: #0683da;
}
.home-about-more:hover span {
	color: #fff;
}
.home-about-image {
	position: relative;
	width: 570px;
	height: 470px;
	overflow: hidden;
}
.home-about-image:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #0683da;
	content: "";
}
.home-about-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: transform .6s ease;
	-moz-transition: transform .6s ease;
	transition: transform .6s ease;
}
.home-about-image:hover img {
	-webkit-transform: scale(1.035);
	-moz-transform: scale(1.035);
	transform: scale(1.035);
}
/* 首页新闻中心 */
.home-news-center {
	padding: 54px 0 58px;
	background: #f4f6f7;
	border-bottom: 1px solid #e7ecef;
}
.home-news-heading {
	margin-bottom: 26px;
}
.home-news-heading h2 {
	font-family: Arial, sans-serif;
	font-size: 38px;
	line-height: 46px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #555;
}
.home-news-heading h2 strong {
	color: #0683da;
}
.home-news-heading p {
	margin-top: 5px;
	font-size: 23px;
	line-height: 34px;
	color: #222;
}
.home-news-all {
	margin-top: 25px;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	color: #666;
	background: #fff;
	border: 1px solid #d7e0e5;
	border-radius: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.home-news-all span {
	padding-left: 5px;
	color: #0683da;
}
.home-news-all:hover {
	color: #fff;
	background: #0683da;
	border-color: #0683da;
}
.home-news-all:hover span {
	color: #fff;
}
.home-news-grid {
	width: 1180px;
}
.home-news-card {
	float: left;
	box-sizing: border-box;
	width: 380px;
	height: 455px;
	margin: 0 20px 20px 0;
	background: #fff;
	border: 1px solid #edf0f2;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.home-news-card:nth-child(2n) {
	margin-right: 20px;
}
.home-news-card:nth-child(3n) {
	margin-right: 0;
}
.home-news-card:hover {
	border-color: #c9e0ef;
	box-shadow: 0 10px 26px rgba(24, 71, 103, .09);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	transform: translateY(-3px);
}
.home-news-card > a {
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 16px;
}
.home-news-thumb {
	display: block;
	float: none;
	width: 100%;
	height: 220px;
	background: #e9eef1;
	overflow: hidden;
}
.home-news-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	transition: transform .5s ease;
}
.home-news-card:hover .home-news-thumb img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.home-news-info {
	display: block;
	float: none;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 6px 4px;
}
.home-news-info h3 {
	display: -webkit-box;
	height: 58px;
	line-height: 29px;
	font-size: 18px;
	font-weight: bold;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #222;
	overflow: hidden;
}
.home-news-card:hover .home-news-info h3 {
	color: #0683da;
}
.home-news-date {
	display: block;
	margin: 0 0 9px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #a5adb2;
}
.home-news-date i {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	vertical-align: -3px;
	background: #c3cacf;
	border-radius: 50%;
}
.home-news-date i:before,
.home-news-date i:after {
	position: absolute;
	background: #fff;
	content: "";
}
.home-news-date i:before {
	left: 6px;
	top: 3px;
	width: 1px;
	height: 4px;
}
.home-news-date i:after {
	left: 6px;
	top: 7px;
	width: 3px;
	height: 1px;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.home-news-info p {
	height: 48px;
	font-size: 13px;
	line-height: 24px;
	color: #888;
	overflow: hidden;
}
.home-news-more {
	display: block;
	margin-top: 12px;
	font-size: 13px;
	line-height: 22px;
	color: #666;
}
.home-news-more em {
	padding-left: 5px;
	font-style: normal;
	color: #0683da;
}
.home-news-card:hover .home-news-more {
	color: #0683da;
}
/* 核心业务聚合页 */
.business-page-intro {
	margin-bottom: 24px;
	padding: 18px 22px;
	font-size: 14px;
	line-height: 27px;
	color: #666;
	background: #f5f9fc;
	border-left: 3px solid #0683da;
}
.business-page-grid {
	width: 105%;
}
.business-page-item {
	float: left;
	box-sizing: border-box;
	width: 350px;
	height: 164px;
	margin: 0 18px 18px 0;
	padding: 22px 20px;
	background: #fff;
	border: 1px solid #e5ebef;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.business-page-item:hover {
	border-color: #b9d9ef;
	box-shadow: 0 8px 22px rgba(26, 83, 123, .1);
}
.business-page-item h3 {
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
	color: #333;
}
.business-page-item p {
	height: 44px;
	font-size: 13px;
	line-height: 22px;
	color: #777;
	overflow: hidden;
}
.business-page-item span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #0683da;
}
.business-page-item:hover h3 {
	color: #0683da;
}
/* 核心业务详情 */
.page-about .detail h2 {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 12px 16px;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #222;
	border-bottom: 1px solid #edf0f2;
}
.page-about .detail h2:before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 20px;
	background: #0683da;
	content: "";
}
.page-about .detail ul {
	padding: 4px 0 12px;
}
.page-about .detail ul li {
	position: relative;
	padding: 13px 15px 13px 29px;
	font-size: 14px;
	line-height: 25px;
	color: #555;
	border-bottom: 1px dashed #e4e8eb;
}
.page-about .detail ul li:before {
	position: absolute;
	left: 8px;
	top: 23px;
	width: 6px;
	height: 6px;
	background: #0683da;
	border-radius: 50%;
	content: "";
}
.title {
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.plate-white .title.color h3, .title.color h3, .plate-white .title.color h3 span, .title.color h3 span, .plate-white .title.color a.tit-more, .title.color a.tit-more {
	color: #fff;
}
.title h3 {
	font-size: 16px;
	max-width: 80%;
	float: left;
	color: #fff;
	font-weight: bold;
}
.title h3 span {
	color: rgba(255,255,255,.6);
	font-weight: normal;
	padding-left: 3px;
}
.title a.tit-more {
	color: rgba(255,255,255,.8);
}
.title h3 .find-cat {
	display: inline-block;
	margin-left: 10px;
}
.title h3 .find-cat a {
	padding: 3px 10px;
	font-size: 12px;
	font-weight: normal;
	color: #fff
}
.title h3 .find-cat a:hover {
	color: #fff
}
.plate-white .title {
	border-bottom: 1px solid #f0f0f0;
}
.plate-white .title h3 {
	color: #333;
}
.plate-white .title h3 span {
	color: #999;
}
.plate-white .title a.tit-more {
	color: #666
}
.plate-white .title h3 .find-cat a {
	color: #666
}
.plate-white .title h3 .find-cat a:hover {
	color: #fff
}
/* 公司简介 */
.plate-about {
	width: 805px;
	height: 325px;
	overflow: hidden;
}
.plate-about .plate-about-content {
	padding: 15px;
}
.plate-about .plate-about-content .intro {
	width: 455px;
}
.plate-about .plate-about-content .intro h5 {
	padding: 15px 0px 8px;
	color: #fff
}
.plate-about .plate-about-content .intro .intro-text {
	line-height: 22px;
	color: #fff
}
.plate-about.plate-white .plate-about-content .intro h5, .plate-about.plate-white .plate-about-content .intro .intro-text {
	color: #666
}
/* 新闻资讯 */
.plate-news {
	width: 360px;
	height: 325px;
	overflow: hidden;
}
.plate-news-content {
	padding: 15px
}
.plate-news-content ul li {
	position: relative;
}
.plate-news-content ul li.to-thumb {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.plate-news-content ul li.to-thumb h5 {
	padding: 5px 0px 8px;
	color: #fff
}
.plate-news-content ul li.to-thumb span.time {
	color: #fff
}
.plate-news-content ul li.tit {
	height: 30px;
	line-height: 30px;
	padding-left: 9px;
}
.plate-news-content ul li.tit h5 {
	color: #fff
}
.plate-news-content ul li.tit:after {
	position: absolute;
	top: 50%;
	left: 1px;
	display: block;
	width: 3px;
	height: 3px;
	background: #c3c3c3;
	content: "";
}
/* white */
.plate-news-content ul li.tit:hover:after {
	background: #fff
}
.plate-white .plate-news-content ul li.to-thumb {
	border-bottom: 1px solid #f0f0f0;
}
.plate-white .plate-news-content ul li.to-thumb h5, .plate-white .plate-news-content ul li.to-thumb span.time, .plate-white .plate-news-content ul li.tit h5 {
	color: #666
}
/* 产品 */
.plate-product-content {
	padding: 15px 15px 10px;
}
.plate-product-content ul li {
	float: left;
	width: 215px;
	height: auto;
	text-align: center;
	margin-right: 18px;
}
.plate-product-content ul li h5 {
	height: 35px;
	line-height: 35px;
	color: #fff
}
.plate-white .plate-product-content ul li h5 {
	color: #666
}
/* 案例 */
.plate-case {
	width: 805px;
	height: 255px;
	overflow: hidden;
}
.plate-case-content {
	padding: 15px;
}
.plate-case-content ul li {
	width: 375px;
	margin: 0px 15px 15px 0px;
	float: left;
}
.plate-case-content ul li h5 {
	padding: 10px 0px 3px;
	color: #fff
}
.plate-case-content ul li img {
	margin-right: 10px;
	height: 80px;
}
.plate-case-content ul li p {
	line-height: 18px;
	color: #fff
}
/* white */
.plate-white .plate-case-content ul li h5, .plate-white .plate-case-content ul li p {
	color: #666
}
/* 联系我们 */
.plate-contact {
	width: 360px;
	height: 255px;
	overflow: hidden;
}
.plate-contact-content {
	padding: 15px;
}
.plate-contact-content p {
	color: #fff
}
.plate-white .plate-contact-content p {
	color: #666
}
/*++----------------------------------------------
/*++  内容开始
/*++----------------------------------------------*/
.hg20-color {
	height: 20px;
	clear: both;
	background: #f5f5f5;
}
.back-color {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.nbanner, .nbanner a {
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
/* 左侧 */
.con-left {
	width: 230px;
	overflow: hidden;
}
.con-left .subcat, .con-left .subtac {
	background: #fff;
}
.con-left .subcat .sub-tit {
	padding: 15px 0px 15px 25px;
	width: 89%;
	height: auto;
	color: #fff;
}
.con-left .subcat .sub-tit h3 {
	font-size: 20px;
}
.con-left .subcat ul {
	border: 1px solid #ededed;
	border-width: 0px 1px 1px;
}
.con-left .subcat ul li {
	position: relative;
	text-indent: 25px;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
}
.con-left .subcat ul li.cursor {
	cursor: pointer;
}
.con-left .subcat ul li:last-child {
	border-bottom: none;
}
.con-left .subcat ul li a {
	display: block;
	font-size: 14px;
	color: #666;
}
.con-left .subcat ul li i {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 16px;
	left: 22px;
	display: block;
	width: 2px;
	height: 12px;
}
.con-left .subcat ul li a, .con-left .subcat ul li i {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.con-left .subcat ul li:hover i, .con-left .subcat ul li.on i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.con-left .subcat ul li:hover, .con-left .subcat ul li.on {
	text-indent: 30px;
}
.con-left .subtac {
	padding: 18px 25px;
	margin-top: 15px;
	border: 1px solid #ededed;
}
.con-left .subtac p {
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(../img/tel.png) no-repeat center left;
}
.con-left .subtac strong {
	font-size: 24px;
}
/** Tree cate **/
.con-left .subcat ul.subTree li em {
	top: 17px;
	right: 15px;
	position: absolute;
	width: 12px;
	height: 12px;
	background: url(../img/jj.png)no-repeat;
	cursor: pointer;
	overflow: hidden
}
.con-left .subcat ul.subTree li .Treetwo {
	height: 0;
	padding: 12px 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.con-left .subcat ul.subTree li.on .Treetwo {
	height: auto;
}
.con-left .subcat ul.subTree li .Treetwo li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border-bottom: none;
}
.con-left .subcat ul.subTree li.on .Treetwo li a {
	color: #666
}
.con-left .subcat ul.subTree li.on .Treetwo li a:before {
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(../img/tree.png) no-repeat 0 -26px;
	content: "";
	clear: both;
	padding-right: 5px;
}
.con-left .subcat ul.subTree li.on .Treetwo li.onn a:hover:before, .con-left .subcat ul.subTree li.on .Treetwo li a:hover:before {
	background-position: 0 0;
}
.con-left .subcat ul.subTree li.on {
	height: auto;
	border-bottom: none;
}
.con-left .subcat ul.subTree li.on .bor-b {
	display: block;
	height: 44px;
	border-bottom: 1px solid #ededed;
}
.con-left .subcat ul.subTree li.on em {
	background-position: 0px -12px;
}
/* 右侧 */
.con-right {
	width: 900px;
	padding: 0px 15px;
	background: #fff;
}
.con-right .current {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #dbdbdb;
}
.con-right .current .curr-left {
	max-width: 300px;
}
.con-right .current .curr-left h3 {
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #333;
}
.con-right .current .curr-right p {
	line-height: 65px;
}
.con-right .current .curr-right a {
	display: inline-block;
	padding: 0 10px;
	background: url(../img/gt.png) no-repeat center right;
}
.con-right .current .curr-right a:first-child {
	padding-left: 0px;
}
.con-right .current .curr-right a:last-child {
	background: none;
	padding-right: 0px;
}
/*+----------------------------------------------
/*+  新闻列表
/*+----------------------------------------------*/
.news-list ul li, .article-list ul li {
	padding: 15px 0;
	border-bottom: 1px dashed #dbdbdb;
}
.news-list ul li:after, .article-list ul li:after {
	display: block;
	clear: both;
	content: "";
}
.news-list ul li img, .article-list ul li img {
	max-height: 120px;
	margin-right: 15px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.news-list ul li h5, .article-list ul li h5 {
	font-size: 16px;
	padding-top: 10px;
}
.news-list ul li p, .article-list ul li p {
	color: #888;
}
.news-list ul li p.time-sour, .article-list ul li p.time-sour {
	padding: 5px 0 8px;
}
.news-list ul li p.reamk, .article-list ul li p.reamk {
	line-height: 22px;
}
.news-list ul li:hover img, .article-list ul li:hover img {
	margin-left: 15px;
}
/* 新闻聚合卡片 */
.news-card-list {
	padding: 24px 0 10px;
}
.news-card-list > ul {
	width: 100%;
}
.news-card-item {
	float: left;
	box-sizing: border-box;
	width: calc(50% - 10px);
	margin: 0 20px 20px 0;
	background: #fff;
	border: 1px solid #e4ebef;
	overflow: hidden;
	transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.news-card-item:nth-child(2n) {
	margin-right: 0;
}
.news-card-item:hover {
	border-color: #bddbef;
	box-shadow: 0 10px 25px rgba(28, 77, 110, .11);
	transform: translateY(-3px);
}
.news-card-item > a,
.news-card-image,
.news-card-body,
.news-card-summary,
.news-card-more {
	display: block;
}
.news-card-image {
	height: 210px;
	background: #edf1f4;
	overflow: hidden;
}
.news-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.news-card-item:hover .news-card-image img {
	transform: scale(1.045);
}
.news-card-body {
	box-sizing: border-box;
	min-height: 190px;
	padding: 20px 22px 18px;
}
.news-card-date {
	display: block;
	margin-bottom: 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}
.news-card-body strong {
	display: block;
	height: 29px;
	font-size: 18px;
	line-height: 29px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
	overflow: hidden;
}
.news-card-summary {
	height: 48px;
	margin-top: 9px;
	font-size: 13px;
	line-height: 24px;
	color: #777;
	overflow: hidden;
}
.news-card-more {
	margin-top: 14px;
	font-size: 13px;
	line-height: 22px;
	color: #666;
}
.news-card-more em {
	padding-left: 5px;
	font-style: normal;
	color: #0683da;
}
.news-card-item:hover .news-card-body strong,
.news-card-item:hover .news-card-more {
	color: #0683da;
}
/*+----------------------------------------------
/*+  详情页
/*+----------------------------------------------*/
.content-title {
	padding: 25px 0 15px;
	text-align: center;
	border-bottom: 1px dashed #dbdbdb;
}
.content-title h1 {
	font-size: 20px;
	padding-bottom: 8px;
	color: #333;
}
.content-title .sub-title {
	min-height: 19px;
}
.content-title .sub-title span {
	padding-right: 10px;
}
.content-title .sub-title .bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}
.content-title .bdshare-button-style0-16 a, .content-title .bdshare-button-style0-16 .bds_more {
	float: none;
	margin: 0px 6px 2px 0;
}
.detail {
	padding: 25px 0; font-size:14px;
}
.detail img {
	max-width: 100%;
	vertical-align: middle;
}
/*+----------------------------------------------
/*+  关于我们
/*+----------------------------------------------*/
/**  企业文化  **/
.page-about h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dbdbdb;
}
.page-about p strong {
	display: block;
	color: #333;
}
/**  合作客户  **/
.partner-list ul li {
	width: 285px;
	float: left;
	border: 1px solid #ededed;
	text-align: center;
	padding-top: 15px;
	margin: 18px 18px 0px 0px;
}
.partner-list ul li img {
	max-width: 285px;
}
.partner-list ul li p {
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #dbdbdb;
}
/**  企业风采  **/
.fengcai-list ul li {
	width: 285px;
	height: auto;
	float: left;
	text-align: center;
	margin: 18px 18px 0px 0px;
}
.fengcai-list ul li img {
	max-width: 285px;
}
.fengcai-list ul li p {
	height: 40px;
	line-height: 40px;
}
/** 团队 **/
.team-list ul li {
	position: relative;
	padding: 15px;
	border: 1px solid #dbdbdb;
	margin-top: 18px;

	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.team-list ul li img {
	width: 190px;
	margin-right: 18px;
}
.team-list ul li h5 {
	font-size: 16px;
	color: #333;
	padding: 10px 0 5px;
}
.team-list ul li p {
	color: #888;
}
.team-list ul li p.remark {
	padding-top: 8px;
}
.dask-layer {
	display: none;
	position: absolute;
}
.team-layer .layer-close {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 27px;
	height: 27px;
	background: url(../img/close.png) no-repeat;
	cursor: pointer;
}
.team-layer {
	background: #fff;
	width: 650px !important;
}
.team-layer .layer-top {
	padding: 25px;
	border-bottom: 1px solid #dbdbdb;
}
.team-layer .layer-top h5 {
	font-size: 18px;
	padding: 15px 0px 10px;
	color: #333;
}
.team-layer .layer-top h5 span {
	padding-left: 8px;
	font-size: 12px;
}
.team-layer .layer-top p.layer-remark {
	overflow-x: hidden;
	overflow-y: auto;
}
.team-layer .layer-bottom {
	padding: 20px 25px;
	line-height: 25px;
	font-size: 14px;
}
/** 我们服务  **/
.fuwu-list ul li {
	position: relative;
	width: 289px;
	float: left;
	margin: 18px 18px 0px 0px;
}
.fuwu-list ul li img {
	max-width: 289px;
}
.fuwu-list ul li h5 {
	font-size: 16px;
	padding: 10px 0px 0px;
}
.fuwu-list ul li span.ico-detail {
	display: none;
	position: absolute;
	bottom: 8px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/ico-detail.png) no-repeat;
}
.fuwu-list ul li:hover span.ico-detail {
	display: block;
}
/*+----------------------------------------------
/*+  产品列表
/*+----------------------------------------------*/
.product-list ul li {
	position: relative;
	width: 289px;
	float: left;
	margin: 18px 18px 0px 0px;
}
.product-list ul li img {
	max-width: 289px;
	max-height: 181px;
}
.product-list ul li h5 {
	font-size: 16px;
	padding: 10px 0 0px;
}
.product-list ul li p {
	color: #888
}
/* 弹窗样式 */
.pro-layer {
	display: none;
	position: absolute;
}
.layui-layer-content {
	width: 1060px;
}
.pro-layer-detail {
	padding: 20px;
	width: 1020px !important;
	min-height: 300px !important;
	background: #fff;
}
.pro-layer-detail .detail-right {
	width: 530px;
}
.pro-layer-detail .detail-right h5 {
	font-size: 30px;
	color: #333;
}
.pro-layer-detail .detail-right .type {
	color: #888
}
.pro-layer-detail .detail-right .remark {
	padding: 10px 0px 15px;
	border: 1px dashed #dbdbdb;
	border-width: 1px 0;
	line-height: 22px;
	margin: 15px 0px 25px;
	overflow-x: hidden;
	overflow-y: auto;
}
.pro-layer-detail .detail-right .links a.l-url {
	display: inline-block;
	width: 80px;
	height: 35px;
	margin-right: 10px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}
.pro-layer-detail .layui-layer-setwin .layui-layer-close2 {
	right: -65px;
}
.bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}
.pro-layer-detail .bdshare-button-style0-16 a, .pro-layer-detail .bdshare-button-style0-16 .bds_more {
	margin: 0px 3px 2px 0px;
}
.pro-layer-detail .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
	width: 16px;
	padding-left: 2px;
}
/** 详情页 **/
.pro-content .pro-layer-detail {
	width: 100% !important;
	padding: 15px 0px 30px;
	border-bottom: 1px solid #dbdbdb;
}
.pro-content .pro-layer-detail .detail-right {
	width: 415px;
}
.pro-content .pro-layer-detail .detail-right .remark {
	overflow-y: auto;
}
/*+----------------------------------------------
/*+  联系我们
/*+----------------------------------------------*/
.contactus-order:nth-of-type(2) {
	margin: 25px 0px;
}
.contact-us .us-right {
	width: 418px;
}
.contact-us .us-right h5 {
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dbdbdb;
}
.contact-us .us-right .desc {
	padding: 10px 0;
	border-bottom: 1px dashed #dbdbdb;
}
.contact-us .us-right ul li {
	height: 60px;
	border-bottom: 1px dashed #dbdbdb;
}
.contact-us .us-right ul li:first-child {
	background: url(../img/con-tel.png) no-repeat center left;
}
.contact-us .us-right ul li:nth-of-type(2) {
	background: url(../img/email.png) no-repeat center left;
}
.contact-us .us-right ul li:last-child {
	background: url(../img/address.png) no-repeat center left;
	border-bottom: none;
}
.contact-us .us-right ul li span, .contact-us .us-right ul li p {
	padding-left: 43px;
}
.contact-us .us-right ul li span {
	display: block;
	padding-top: 10px;
	color: #333;
	font-size: 14px;
}
/** 在线地图 **/
.head-tit {
	margin: 0px 0px 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dbdbdb;
	font-size: 16px;
	color: #333;
}
#allmap {
	height: 325px;
	overflow: hidden;
}
.Map {
	height: 325px;
}
/** 在线留言 **/
.feedback-list ul li {
	float: left;
	width: 274px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ededed;
	color: #666;
	margin-right: 36px;
}
.feedback-list ul li:nth-of-type(3) {
	margin-right: 0;
}
.feedback-list ul li label {
	display: block;
	float: left;
	width: 68px;
	text-align: center;
	border-right: 1px solid #ededed;
}
.feedback-list ul li input[type=text] {
	width: 200px;
	height: 38px;
	line-height: 38px;
	padding-left: 5px;
	border: none;
}
.feedback-list ul li.textarea {
	width: 100%;
	height: 120px;
	margin: 18px 0 25px;
	overflow: hidden;
}
.feedback-list ul li.textarea textarea {
	width: 100%;
	height: 120px;
	padding: 5px;
	border: none;
	resize: none;
}
.feedback-list ul li.submit {
	position: relative;
	width: 100%;
	height: 42px;
	border: none;
}
.feedback-list ul li.submit input[type=submit] {
	display: block;
	width: 158px;
	height: 43px;
	border: 1px solid #6fadde;
	color: #037ad6;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
	margin: 0 auto;
}
.feedback-list ul li.submit span.error-hide {
	position: absolute;
	top: 13px;
	left: 0;
}
/*+----------------------------------------------
/*+  下载中心
/*+----------------------------------------------*/
.download-list ul li {
	position: relative;
	float: left;
	width: 398px;
	padding: 20px;
	margin: 20px 20px 0 0;
	border: 1px solid #ededed;
}
.download-list ul li h5 {
	font-size: 16px;
}
.download-list ul li a.download {
	position: absolute;
	top: 21px;
	right: 22px;
	width: 70px;
	height: 35px;
	background: url(../img/down.png) no-repeat 0 0;
	z-index: 9999;
}
.download-list ul li, .download-list ul li a.download {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.download-list ul li:hover a.download {
	background-position: 0 -48px;
}
/*+----------------------------------------------
/*+  人才招募
/*+----------------------------------------------*/
.recru-list {
	border: 1px solid #ededed;
}
.recru-list .head {
	width: 100%;
	border-bottom: 1px solid #ededed;
}
.recru-list .head ul li {
	font-size: 14px;
	color: #333;
	border-right: 1px solid #ededed;
}
.recru-list .head ul li, .recru-list .table-list ul li {
	width: 18%;
	height: 43px;
	line-height: 43px;
	text-align: center;
	float: left;
}
.recru-list .head ul li:last-child, .recru-list .table-list ul li:nth-of-type(5) {
	width: 27.5%;
	border-right: none;
}
.recru-list .table-list ul li {
	border-right: 1px dashed #dbdbdb;
	border-bottom: 1px dashed #dbdbdb;
}
.recru-list .table-list ul li a.a-recru {
	display: block;
	width: 88px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ededed;
	margin: 7px auto 0;
	border-radius: 5px;
}
/**  详情  **/
.page-recru h1 {
	font-size: 16px;
	color: #037ad6;
}
.page-recru p.yaoqiu {
	height: 45px;
	line-height: 45px;
	color: #888;
	border-bottom: 1px dashed #dbdbdb;
}
.page-recru p.yaoqiu span {
	padding: 0 10px;
	background: url(../img/span-li.png) no-repeat center right;
}
.page-recru p.yaoqiu span:first-child {
	padding-left: 0px;
}
.page-recru p.yaoqiu span:nth-last-of-type(1) {
	background: none;
}
.page-recru p.yaoqiu a.go-eamil {
	color: #037ad6
}
.page-recru h5.subtitle {
	font-weight: bold;
	font-size: 14px;
	padding: 20px 0px 10px;
	color: #333;
}
.page-recru {
	line-height: 24px;
	color: #666
}
.page-recru .recru-mod {
	border-bottom: 1px dashed #dbdbdb
}
/*+----------------------------------------------
/*+  常见问题
/*+----------------------------------------------*/
.ques-list ul li {
	padding: 15px 0;
	border-bottom: 1px dashed #dbdbdb;
}
.ques-list ul li:after {
	display: block;
	clear: both;
	content: "";
}
.ques-list ul li h5 {
	font-size: 16px;
	margin-bottom: 8px;
	background: url(../img/ques.png) no-repeat center left;
	padding-left: 25px;
}
.ques-list ul li .time-ques {
	height: 45px;
	overflow: hidden;
}
.ques-list ul li .time-ques, .ques-list ul li .time-ques p {
	color: #888;
	line-height: 22px;
}
.ques-list ul li .deta {
	position: relative;
	font-size: 12px;
	color: #9b9b9b;
	cursor: pointer;
}
.ques-list ul li .deta i {
	padding-left: 2px;
}
.ques-list ul li, .ques-list ul li .time-ques, .ques-list ul li i {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.ques-list ul li.on .time-ques {
	height: auto;
}
/*+----------------------------------------------
/*+  站点搜索
/*+----------------------------------------------*/
.picture-list ul li {
	width: 285px;
	float: left;
	text-align: center;
	margin: 18px 18px 0px 0px;
}
.picture-list ul li img {
	max-width: 285px;
	max-height: 160px;
}
.picture-list ul li p {
	height: 40px;
	line-height: 40px;
}
/*+----------------------------------------------
/*+  弹窗客服
/*+----------------------------------------------*/
.map-layer-detail .layui-layer-content, .map-layer-detail {
	width: 820px !important;
}
.sitemap {
	padding: 20px;
	height: auto;
	background: #fff;
}
.sitemap h1 {
	font-size: 20px;
	height: 36px;
	border-bottom: 1px solid #dbdbdb;
	color: #037ad6;
	margin-bottom: 20px;
}
.sitemap h1 span {
	padding-bottom: 10px;
	border-bottom: 1px solid #037ad6
}
.sitemap .sitemap-list {
	border: 1px solid #dbdbdb;
}
.sitemap .sitemap-list ul li {
	line-height: 44px;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
}
.sitemap .sitemap-list ul li:last-child {
	border-bottom: none;
}
.sitemap .sitemap-list span {
	display: block;
	float: left;
	width: 15%;
	height: 44px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.sitemap .sitemap-list p {
	width: 84%;
	float: left;
	line-height: 44px;
	border-left: 1px solid #dbdbdb;
}
.sitemap .sitemap-list p a {
	padding: 0 12px
}
/*+----------------------------------------------
/*+  搜索
/*+----------------------------------------------*/
.empty {
	text-align: center;
	padding: 80px 0px;
}
.empty strong {
	font-size: 25px;
	color: #333
}
/*+----------------------------------------------
/*+  分页样式
/*+----------------------------------------------*/
.pages {
	margin: 20px auto;
	text-align: center
}
.pages a {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	border: 1px solid #dbdbdb;
}
.pages a:last-child {
	margin-right: 0px;
}
.pages a.curr {
	color: #fff;
}
/*+----------------------------------------------
/*+  上下页
/*+----------------------------------------------*/
.Pre-Next {
	padding: 20px 0;
	min-height: 20px;
	text-align: center;
	border-top: 1px dashed #dbdbdb;
}
.Pre-Next p {
	max-width: 350px;
	min-height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.Pre-Next p.page-prev {
	background: url(../img/prev.png) no-repeat center left;
	background-size: 20px;
	padding-left: 23px;
}
.Pre-Next p.page-next {
	background: url(../img/next.png) no-repeat center right;
	background-size: 20px;
	padding-right: 23px;
	border:none;margin:0 auto;padding-left:0;height:auto;
}
.Pre-Next a.return {
	display: inline-block;
	min-height: 20px;
	line-height: 20px;
	text-align: center;
	background: url(../img/return.png) no-repeat center right;
	background-size: 20px;
	padding-right: 23px;
}

.pagebar{clear:both;margin:20px 0;text-align:center;}
.pagebar a:hover{color:#0683da;}
.pagebar span a{color:#333;}
.page-status{border-radius:2px 0 0 2px;}
.page-last{border-radius:0 2px 2px 0;}
.page-index,.page-last,.page-next,.page-num,.page-pre,.page-status{display:inline-block;margin:0 -1px 5px 0;padding:0 15px;height:28px;border:1px solid #e2e2e2;background-color:#fff;color:#333;vertical-align:middle;font-size:12px;line-height:28px;}
.page-status{display:none;}
.page-num-current{background-color:#0683da;color:#fff !important;}
a.page-num-current:hover{color:#fff;}
