﻿@charset 'utf-8';
body {
	min-width:320px;
 font-size:.16rem;
	color:#333;
	background:#fff;
	overflow-y:scroll;
	font-family: "Microsoft Yahei", "Arial", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
a {
	color:#333;
transition:color .2s
}
::-webkit-scrollbar-track-piece {
background-color:#f1f1f1
}
::-webkit-scrollbar-thumb {
background-color:#c1c1c1
}
::-webkit-scrollbar-thumb:hover {
background-color:#a8a8a8
}
::-webkit-selection {
background:rgba(45, 155, 120, .75);
color:#fff
}
::-moz-selection {
background:rgba(45, 155, 120, .75);
color:#fff
}
::selection {
background:rgba(45, 155, 120, .75);
color:#fff
}
.lazyload, .lazyloading {
	opacity:0
}
.lazyloaded {
	opacity:1;
	transition:opacity 1s cubic-bezier(.7, 0, .3, 1)
}
#loading {
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#fff
}
.la-ball-spin-fade-rotating, .la-ball-spin-fade-rotating>div {
	position:relative;
	box-sizing:border-box
}
.la-ball-spin-fade-rotating {
	display:block;
	width:64px;
	height:64px;
	font-size:0;
	color:rgba(45, 155, 120, .5);
	animation:ball-spin-fade-rotate 6s infinite linear
}
.la-ball-spin-fade-rotating>div {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-8px;
	margin-left:-8px;
	width:16px;
	height:16px;
	border:0 solid currentColor;
	background-color:currentColor;
	border-radius:100%;
	animation:ball-spin-fade 1s infinite linear
}
.la-ball-spin-fade-rotating>div:nth-child(1) {
top:5%;
left:50%;
-webkit-animation-delay:-1.125s;
-moz-animation-delay:-1.125s;
-o-animation-delay:-1.125s;
animation-delay:-1.125s
}
.la-ball-spin-fade-rotating>div:nth-child(2) {
top:18.1801948466%;
left:81.8198051534%;
-webkit-animation-delay:-1.25s;
-moz-animation-delay:-1.25s;
-o-animation-delay:-1.25s;
animation-delay:-1.25s
}
.la-ball-spin-fade-rotating>div:nth-child(3) {
top:50%;
left:95%;
-webkit-animation-delay:-1.375s;
-moz-animation-delay:-1.375s;
-o-animation-delay:-1.375s;
animation-delay:-1.375s
}
.la-ball-spin-fade-rotating>div:nth-child(4) {
top:81.8198051534%;
left:81.8198051534%;
-webkit-animation-delay:-1.5s;
-moz-animation-delay:-1.5s;
-o-animation-delay:-1.5s;
animation-delay:-1.5s
}
.la-ball-spin-fade-rotating>div:nth-child(5) {
top:94.9999999966%;
left:50.0000000005%;
-webkit-animation-delay:-1.625s;
-moz-animation-delay:-1.625s;
-o-animation-delay:-1.625s;
animation-delay:-1.625s
}
.la-ball-spin-fade-rotating>div:nth-child(6) {
top:81.8198046966%;
left:18.1801949248%;
-webkit-animation-delay:-1.75s;
-moz-animation-delay:-1.75s;
-o-animation-delay:-1.75s;
animation-delay:-1.75s
}
.la-ball-spin-fade-rotating>div:nth-child(7) {
top:49.9999750815%;
left:5.0000051215%;
-webkit-animation-delay:-1.875s;
-moz-animation-delay:-1.875s;
-o-animation-delay:-1.875s;
animation-delay:-1.875s
}
.la-ball-spin-fade-rotating>div:nth-child(8) {
top:18.179464974%;
left:18.1803700518%;
-webkit-animation-delay:-2s;
-moz-animation-delay:-2s;
-o-animation-delay:-2s;
animation-delay:-2s
}
@keyframes ball-spin-fade-rotate {
 100% {
transform:rotate(360deg)
}
}
@keyframes ball-spin-fade {
 0%, 100% {
opacity:1;
transform:scale(1)
}
 50% {
opacity:.25;
transform:scale(0.5)
}
}
.bd_weixin_popup {
	box-sizing:content-box
}
#header {
	position:fixed;
	z-index:1001;
	top:0;
	left:0;
	right:0;
 height:.78rem;
}
.top-bar>.wrap {
	display:flex;
	margin-left:auto;
	margin-right:auto;
 padding:0 .3rem;
	width:100%;
	max-width:1500px;
	min-width:320px;
 height:.78rem;
}
.top-box {
	flex:auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
 height:.78rem
}
.top-box .logo {
	display:flex;
	align-items: center;
	width:100%;
	height:100%;
	max-height:70%;
}
.top-box .logo>a {
	display:flex;
	align-items: center;
margin-right:.3rem;
	height: 100%;
}
.top-box .logo img {
	max-height:100%;
}
.top-search {
	flex-shrink:0;
margin-left:.3rem;
padding-top:.18rem;
width:.23rem
}
.top-search .search-btn {
	display:block;
	height:100%;
	background:url(../img/ico-search.png) center / contain no-repeat
}
.top-search .search-layer {
	position:absolute;
	z-index:50;
	left:0;
	top:-50vh;
	width:100%;
	height:50vh;
	overflow:hidden;
	background:#fff;
	opacity:1;
	transition:top .6s cubic-bezier(.7, 0, .3, 1), opacity .6s cubic-bezier(.7, 0, .3, 1);
	box-shadow: 0 0.03rem 0.07rem rgba(0, 0, 0, .06);
}
.index-area .subbtn {
    border: none;
    position: absolute;
    right: 0%;
    top: 0.18rem;
    font-size: .16rem;
    width: 4%;
    height: 0.36rem;
    background: #239873;
    color: #fff;
    border-radius: 28px;
    cursor: pointer;
	background: url(../images/ico-search.png) 0 center / 0.23rem 0.25rem no-repeat;
	margin-top: 30vh;
}

.top-search .search-layer>.area {
	position:relative;
	height:100%
}
.top-search .search-layer .text {
	/*padding: 0 0.44rem;*/
    width: 100%;
    height: 0.6rem;
    line-height: .6rem;
    font-size: .25rem;
    /*background: url(../images/ico-search.png) 0 center / 0.23rem 0.25rem no-repeat;*/
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.top-search .search-layer .close {
	position: absolute;
    top: 0.32rem;
    right: 0.32rem;
    /*width: 0.2rem;
    height: 0.7rem;
    background: url(../images/ico-close.png) center / 0.24rem no-repeat;*/
    color: #046eb7;
}
.top-search .search-layer .close::before {
    content: "\2716";
    font-size: .24rem;
    font-weight: normal;
}
#header[search="show"] .search-layer {
	top:0;
	opacity:1;
	height: 50vh;
	box-shadow: 0 0.03rem 0.07rem rgba(0, 0, 0, .06);
}
.index-area {
    padding-top: 30vh;
}
#content {
	display:flex
}
#content>.wrap {
	display:flex;
	flex-direction:column;
	width:100%;
	min-height:100vh
}
#content #main {
	flex:auto;
	position:relative;
	z-index:5;
	background:#fff
}
#content #main.bgGray {
	background:#f9f9f9
}
.swiper-banner {
	overflow:hidden;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.swiper-banner a {
	display:block
}
.swiper-banner img {
	vertical-align:top
}
.lazyloada {
	display: none;
}
.swiper-banner-pagination {
	position:absolute;
	z-index:10;
	left:50%;
bottom:.4rem;
	transform:translateX(-50%);
	line-height:0;
	font-size:0;
	text-align:center
}
.swiper-banner-pagination .swiper-pagination-bullet {
	vertical-align:top;
margin:0 .08rem;
width:.8rem;
height:.05rem;
	background:0;
	opacity:1;
	border-radius:0;
	outline:0
}
.swiper-banner-pagination .swiper-pagination-bullet:before {
	content:"";
	display:block;
	height:100%;
	background:#fff;
	opacity:.7;
transition:background .4s, opacity .4s
}
.swiper-banner-pagination .swiper-pagination-bullet-active:before {
	background:#2d9b78;
	opacity:1
}
.m-business .listBox li {
	float:left;
	display:inline;
	background:#fff
}
.m-business .maskBox {
	position:relative;
	zoom:1;
	overflow:hidden
}
.m-business .maskBox a {
	position:absolute;
	z-index:20;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:0
}
.m-business .maskBox .u-con {
	position:relative;
	z-index:10;
transition:opacity .4s, transform .6s
}
.m-business .maskBox .ico {
	display:block;
	text-align:center
}
.m-business .maskBox .ico img {
	height:100%
}
.m-business .maskBox .name h4, .m-business .maskBox .name p {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.m-business .maskBox .u-img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
transition:opacity .6s
}
.m-business .maskBox .u-img img {
	object-fit:cover
}
.m-business .maskBox .mask_canvas {
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:100%;
	background:#fff
}
.m-business .maskBox .mask_canvas.transparent {
	background-color:transparent
}
.m-business .maskBox[hover] .u-con {
	opacity:0;
	transform:scale(1.2)
}
.m-business .maskBox[hover] .u-img {
	opacity:1
}
.swiper-product-button {
	line-height:0;
	font-size:0;
	text-align:center
}
.swiper-product-button>div {
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	font-family:"SimSun";
	text-align:center;
	color:#fff;
	background:#31a781;
	outline:0;
	cursor:pointer;
transition:background .4s, filter .4s
}
.swiper-product-button>div:first-child {
	margin-left:0
}
.swiper-product-button>div:hover {
	background:#31a781;
	filter:brightness(1.1)
}
.swiper-product-button>div.swiper-button-disabled {
	background:rgba(130, 130, 130, .21);
	cursor:auto;
	pointer-events:none
}
.m-news {
	background:#f9f9f9
}
.m-about {
padding-top:.6rem
}
.swiper-partner-button>div {
	position:absolute;
	z-index:10;
	top:2rem;
 width:.7rem;
	line-height:1.6rem;
	font-family:"SimSun";
 font-size:.6rem;
	text-align:center;
	color:#339b7a;
	outline:0;
	cursor:pointer;
 transition:color .4s;
}
.swiper-partner-button>div:hover {
	filter:brightness(1.1)
}
.swiper-partner-button>div.swiper-button-disabled {
	color:rgba(204, 204, 204, .72);
	cursor:auto;
	pointer-events:none
}
.swiper-partner-button-prev {
	left:50%;
	transform:translateX(-7.9rem)
}
.swiper-partner-button-next {
	right:50%;
	transform:translateX(7.9rem)
}
@media screen and (max-width:1590px) {
 .swiper-partner-button-prev {
left:0;
transform:none
}
 .swiper-partner-button-next {
right:0;
transform:none
}
}
#content #footer {
	position:relative;
	overflow:hidden;
	background:#252525;
}
#client {
	position:fixed
}
#wechat-QRcode {
	display:none;
	background:#fff
}
#wechat-QRcode p {
margin-top:.2rem;
	line-height:2;
font-size:.2rem;
	text-align:center
}
#subNav {
	position:relative;
	z-index:99
}
.sub-current {
margin-top:.96rem;
padding:.32rem 0 .2rem;
line-height:.36rem;
	font-size:16px;
}
.sub-current1 {
	padding: 0.32rem 0 0.2rem;
 line-height: .36rem;
	font-size: 16px;
}
.sub-current, .sub-current a {
	color:#666
}
.sub-current a:hover {
	color:#239873
}
.pro-detail .itemCon .listBox {
	display:flex;
	justify-content:space-between;
	padding:.4rem .3rem .4rem .1rem;
	border-top:solid 1px rgba(204, 204, 204, .65);
	border-bottom: solid 1px rgba(204, 204, 204, .65);
	flex-wrap: wrap;
	margin-right: 0.4rem;
}
.pro-detail .itemCon .listBox li {
	width: 50%;
    padding: 10px 0;
}
.pro-detail .itemCon .listBox h4 {
line-height:.74rem;
font-size:.3rem;
	font-weight:normal
}
.pro-detail .itemCon .listBox h4 span {
	display:inline-block;
	vertical-align:top;
padding-top:.18rem;
line-height:.56rem;
font-size:.18rem
}
.pro-detail .itemCon .listBox p {
	line-height:1.75;
	color:#666;
	font-size: 18px;
	display: flex;
}
.pro-detail .itemCon .listBox .listBoxleft {
    white-space: nowrap;
}
.pro-detail .itemCon .listBox .listBoxright {
    color: #333;
}
span.listBoxright a {
    background: red;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 6px;
}
.pro-detail .itemThumbs {
	position:absolute;
 bottom:.2rem;
	/*left:7.1rem;*/
	width:6.52rem;
	height:1.48rem
}
.pro-detail .itemThumbs .swiper-slide {
	position:relative;
	zoom:1;
	cursor:pointer
}
.pro-detail .itemThumbs .swiper-slide:before {
	content:"";
	position:absolute;
	z-index:5;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	border:solid 2px #2d9b78;
transition:opacity .4s
}
.pro-detail .itemThumbs .swiper-slide-thumb-active:before {
	opacity:1
}
.pro-detail .item-linkx {
	position:absolute;
	top:-1px;
	right:-1px;
	line-height:0;
	font-size:0
}
.pro-detail .item-linkx .link {
	margin-left:1px;
	display:inline-block;
	vertical-align:top;
width:.5rem;
height:.5rem;
background:#ededed url(../images/ico-link.png) 0 0 / 1rem .5rem no-repeat;
transition:background-color .4s, background-image .4s
}
.pro-detail .item-linkx .link:hover {
	background-color:#2d9b78;
	background-image:url(../images/ico-link-hover.png)
}
.pro-detail .item-linkx .share {
	position:relative;
	zoom:1;
	display:inline-block;
	vertical-align:top
}
.pro-detail .item-linkx .share>.share-btn {
	position:relative;
	z-index:5;
	display:block;
width:.5rem;
height:.5rem;
background:#ededed url(../images/ico-link.png) -.5rem 0 / 1rem .5rem no-repeat;
transition:background-color .4s, background-image .4s
}
.pro-detail .item-linkx .share>.share-btn:hover, .pro-detail .item-linkx .share.hover>.share-btn {
	background-color:#2d9b78;
	background-image:url(../images/ico-link-hover.png)
}
.vn-proweixin{
	display:none;
    position: absolute;
    top: 0;
    width: 200px;
    height: 200px;
    right: 0.5rem;
}
.pro-detail .item-linkx .share:hover .vn-proweixin{
	display:block;
}

.pro-detail .item-linkx .bdsharebuttonbox {
	position:absolute;
	bottom:0;
	right:100%;
	white-space:nowrap;
	opacity:0;
transform:translateX(.06rem);
transition:opacity .4s, transform .4s;
	pointer-events:none
}
.pro-detail .item-linkx .bdshare-button-style0-24 a, .pro-detail .item-linkx .bdshare-button-style0-24 .bds_more {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 .06rem 0 0;
	padding-left:.24rem;
	height:.24rem;
	line-height:.24rem;
	font-size:0;
	background-image:url(../images/ico-share.png);
	background-size:.24rem 1.26rem;
}
.pro-detail .item-linkx .bdshare-button-style0-24 .bds_sqq {
	background-position:0 0
}
.pro-detail .item-linkx .bdshare-button-style0-24 .bds_qzone {
background-position:0 -.34rem
}
.pro-detail .item-linkx .bdshare-button-style0-24 .bds_tsina {
background-position:0 -.68rem
}
.pro-detail .item-linkx .bdshare-button-style0-24 .bds_weixin {
	background-position:0 -1.02rem
}
.pro-detail .item-linkx .hover .bdsharebuttonbox {
	opacity:1;
	transform:none;
	pointer-events:auto
}
.swiper-gallery {
	position:relative;
	zoom:1
}
.swiper-gallery .swiper-gallery-button>div {
	position:absolute;
	z-index:10;
	top:0;
	bottom:0;
	display:flex;
	justify-content:center;
	align-items:center;
width:.54rem;
	font-family:"SimSun";
font-size:.6rem;
	color:#2d9b78;
	outline:0;
	cursor:pointer;
transition:opacity .4s
}
.swiper-gallery .swiper-gallery-button>div:hover {
	filter:brightness(1.1)
}
.swiper-gallery .swiper-gallery-button>div.swiper-button-disabled {
	opacity:0;
	cursor:auto;
	pointer-events:none
}
.swiper-gallery .swiper-gallery-button-prev {
	left:0
}
.swiper-gallery .swiper-gallery-button-next {
	right:0
}
.swiper-thumbs .swiper-gallery-button-next {
	display:none;
	position:absolute;
	z-index:10;
	top:0;
right:-.76rem;
width:.76rem;
	line-height:1.48rem;
	font-family:"SimSun";
font-size:.6rem;
	text-align:center;
	color:#339b7a;
	outline:0;
	cursor:pointer;
transition:color .4s
}
.swiper-thumbs .swiper-gallery-button-next:hover {
	filter:brightness(1.1)
}
.swiper-thumbs .swiper-gallery-button-next.swiper-button-disabled {
	display:none
}
.sub-content {
padding:.4rem .3rem 1rem;
line-height:.4rem;
font-size:.24rem;
	color:#999
}
.sub-content h1, .sub-content h2 {
line-height:.64rem;
font-size:.48rem;
	font-weight:normal;
	text-align:center;
	color:#333
}
.sub-content h1 {
margin-bottom:.4rem
}
.sub-content h2 {
margin-bottom:.1rem
}
.sub-content h3 {
	font-weight:normal;
	text-align:center;
	color:#666
}
.no-result {
	padding:1.5rem 6% 1.5rem 36%;
	background:url(../images/bg-search-no.png) 10% center / 25% no-repeat;
	box-sizing:content-box
}
.no-result h3 {
margin-bottom:.2rem;
font-size:.36rem;
	font-weight:normal;
	color:#333
}
.no-result h3 span {
	color:#c00
}
.no-result p {
font-size:.24rem;
	color:#888
}
@media screen and (min-width:751px) {
	::-webkit-scrollbar {
width:10px;
height:10px
}
 [pc="hide"] {
display:none
}
 #header .top-bar {
transition:background .4s, box-shadow .4s
}
 #header[background="show"] .top-bar, .innerPage #header .top-bar {
background:rgba(255, 255, 255);
box-shadow:0 .03rem .07rem rgba(0, 0, 0, .1);
background:#fff;
}
 .top-nav {
flex-shrink: 0;
align-items:center;
padding-top:.15rem;
line-height:0;
font-size:0;
text-align:right
}
 .top-nav .fir-li {
position:relative;
zoom:1;
display:inline-block;
vertical-align:top;
text-align:left
}
/* .top-nav .fir-li:before {
content:"";
display:inline-block;
vertical-align:middle;
width:1px;
height:.16rem;
background:#ccc
}
 .top-nav .fir-li:first-child:before {
display:none
}
*/
 .top-nav .fir-li .u-a {
display:inline-block;
vertical-align:middle;
padding:0 .26rem;
line-height:.58rem;
font-size:.18rem
}
 .top-nav .hover .u-a, .top-nav .current .u-a {
color:#239873
}
.vn .u-a {
 color: #239873;
}
 .top-nav .sec-box {
display:none;
position:absolute;
top:100%;
left:0;
width:2rem;
transform:none;
border:solid 1px rgba(217, 228, 234, .63);
background:#fff;
border-radius:5px;
box-shadow:0 3px 3px rgba(0, 0, 0, .16);
opacity:0;
transition:transform .4s, opacity .4s
}
 .top-nav .fir-li:last-child .sec-box {
left:auto;
right:0
}
 .top-nav .sec-ul {
padding:0 .12rem;
line-height:1.5;
font-size:.16rem
}
 .top-nav .sec-ul li {
/*border-top:solid 1px #e9e9e9*/
}
 .top-nav .sec-ul li:first-child {
border-top:0
}
 .top-nav .sec-ul a {
position:relative;
zoom:1;
display:block;
padding:.08rem .3rem .08rem .14rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
 .top-nav .sec-ul a:after {
/*content:">";*/
position:absolute;
top:.08rem;
right:0;
width:.2rem;
height:1.5;
font-size:.16rem;
font-family:"SimSun";
font-weight:bold;
text-align:center
}
 .top-nav .sec-ul a:hover {
color:#179069
}
 .top-nav .hover .sec-box {
opacity:1;
transform:translateY(-3px)
}
/* #banner, .swiper-banner {
height:9.8rem;
max-height:100vh
}
 .swiper-banner {
position:fixed;
top:0;
left:0;
z-index:0;
width:100%
}
 .swiper-banner img {
position:absolute;
top:0;
left:50%;
transform:translateX(-50%);
max-width:none;
height:100%
}*/
 .swiper-banner .swiper-container {
width:100%;
height:100%
}
 .swiper-banner .swiper-slide {
overflow:hidden
}
 .swiper-banner-button>div {
position:absolute;
z-index:10;
top:0;
bottom:0;
width:7.1875%;
outline:0;
cursor:pointer;
transition:opacity .4s
}
 .swiper-banner-button>div:before {
content:"";
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
width:.64rem;
height:.64rem;
background:url(../images/btn-banner.png) no-repeat;
transition:background-image .4s
}
 .swiper-banner-button>div:hover:before {
background-image:url(../images/btn-banner-hover.png)
}
 .swiper-banner-button>div.swiper-button-disabled {
opacity:.5;
cursor:auto;
pointer-events:none
}
 .swiper-banner-button .swiper-banner-button-prev {
left:0
}
 .swiper-banner-button .swiper-banner-button-next {
right:0
}
 .swiper-banner-button .swiper-banner-button-prev:before {
background-position:left center;
background-size:1.38rem .64rem
}
 .swiper-banner-button .swiper-banner-button-next:before {
background-position:right center;
background-size:1.38rem .64rem
}
 #banner.inner-banner, .inner-banner .swiper-banner {
/*height:5.9rem*/
}
 .m-title {
font-size:0
}
 .m-title h2 {
position:relative;
display:inline-block;
vertical-align:top;
margin-right:.2rem;
line-height:.78rem;
font-size:.3rem
}
 .m-title h2:before {
content:"";
position:absolute;
bottom:0;
left:0;
width:2em;
height:2px;
background:#2d9b78
}
 .m-title p {
display:inline-block;
vertical-align:top;
padding-top:.08rem;
line-height:.7rem;
font-size:.2rem;
color:#999
}
 .m-menu {
padding-top:.06rem
}
 .m-menu li {
position:relative;
zoom:1;
padding-left:1px;
width:auto;
line-height:.72rem;
font-size:18px;
}
 .m-menu li:before {
content:"";
position:absolute;
top:50%;
left:0;
transform:translateY(-50%);
width:1px;
height:.2rem;
background:#ccc
}
 .m-menu a {
margin:0 .16rem;
color:#666;
}
 .m-menu a:hover, .m-menu li.current a {
color:#279e78
}
 .m-menu li:first-child:before {
display:none
}
 .m-menu li:first-child {
padding-left:0
}
 .m-menu li:first-child a {
margin-left:0
}
 .m-menu li:last-child a {
margin-right:0
}
 .menuBox {
display:flex;
justify-content:space-between
}
 .menuBox .m-title {
margin-right:.3rem;
flex-shrink:0;
white-space:nowrap
}
 .m-business {
padding:.6rem 0 1.4rem;
background:#fff url(../images/bg-business.jpg) center / cover fixed no-repeat
}
 .m-business .m-title h2, .m-business .m-title p {
color:#fff
}
 .m-business .m-title h2:before {
background:#fff
}
 .m-business .listBox {
margin-top:.76rem
}
 .m-business .listBox li {
margin:1.6666% 0 0 1.6666%;
width:32.2222%
}
 .m-business .listBox li:nth-child(-n+3) {
margin-top:0
}
 .m-business .listBox li:nth-child(3n+1) {
margin-left:0
}
 .m-business .maskBox .u-con {
padding:.4rem
}
 .m-business .maskBox .ico {
height:.64rem
}
 .m-business .maskBox .name {
margin-top:.25rem;
line-height:.34rem;
font-size:.24rem;
text-align:center
}
 .m-business .maskBox .name:before {
content:"";
display:block;
margin:0 auto .3rem;
width:.46rem;
height:1px;
overflow:hidden;
background:#ccc
}
 .m-business .maskBox .name h4 {
font-weight:normal
}
 .m-business .maskBox .name p {
font-weight:bold
}
 .m-product {
padding:.6rem 0 1.4rem;
background:#fff;
overflow:hidden
}
 .swiper-product {
position:relative;
zoom:1;
margin-top:.5rem;
transition:opacity .2s, transform .2s;
max-width:1440px;
margin:auto;
margin-top: 0.26rem;
}
 .swiper-product:before {
content:"";
position:absolute;
top:3.7rem;
left:0;
right:0;
height:1px;
overflow:hidden;
background:rgba(226, 226, 226, .76)
}
 .swiper-product .swiper-slide {
margin-right:.4rem;
padding:.4rem 0;
width:3.3rem
}
 .swiper-product .swiper-slide:last-child {
margin-right:0
}
 .swiper-product .u-box {
position:relative;
zoom:1;
height:4.02rem;
border:solid 1px rgba(227, 227, 227, .5);
background:#fff;
box-shadow:0 .03rem .09rem rgba(0, 0, 0, .08);
transition:border-color .3s, box-shadow .3s
}
 .swiper-product .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .swiper-product .u-img {
position:absolute;
z-index:5;
left:0;
top:0;
width:100%;
height:3.3rem;
transition:transform .6s, box-shadow .6s
}
 .swiper-product .u-img img {
width:100%;
height:100%
}
 .swiper-product .u-con {
position:absolute;
bottom:0;
left:0;
right:0;
display:flex;
flex-direction:column;
justify-content:center;
height:.7rem;
padding:0 .3rem;
transition:all .6s
}
 .swiper-product .u-con .name {
line-height:.36rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.22rem;
font-weight:normal;
text-align:center
}
 .swiper-product .u-box:hover .name {
margin-top: 0.2rem;
}
 .swiper-product .u-con .content {
height:0;
line-height:.3rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
font-size:.16rem;
text-align:center;
box-sizing:border-box;
transition:padding-top .6s, height .6s;
color: #fff;
}
 .swiper-product .u-box:hover {
border-color:#fff;
box-shadow:none
}
 .swiper-product .u-box:hover .u-img {
transform:translateY(2.02rem) scale(.535714);
box-shadow:0 .03rem .09rem rgba(0, 0, 0, .08)
}
 .swiper-product .u-box:hover .u-con {
bottom:1.1rem;
height:1.92rem;
padding-bottom:1rem;
color:#fff;
background:#2b9775;
display: inline-block;
}
 .swiper-product .u-box:hover .u-con .content {
padding-top:.28rem;
height:0;
overflow: inherit;
}
 .swiper-product-button {
margin-top:.9rem
}
 .swiper-product-button>div {
margin-left:.1rem;
width:.5rem;
line-height:.5rem;
font-size:.42rem
}
 .swiper-advantage .swiper-slide {
width:25%
}
.m-advantage {
 margin-bottom: 2rem;
}
 .swiper-advantage .u-box {
position:relative;
zoom:1;
padding-top:153.125%
}
/* .swiper-advantage .u-box:before {
content:"";
position:absolute;
z-index:5;
top:0;
right:0;
width:.65rem;
height:.65rem;
border-top:solid .1rem #fff;
border-right:solid .1rem #fff
}*/
 .swiper-advantage .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .swiper-advantage .u-img {
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}
 .swiper-advantage .u-name {
position:absolute;
bottom:0;
left:0;
right:0;
height:2rem;
padding:.86rem .3rem 0;
line-height:.82rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.24rem;
text-align:center;
color:#fff;
background:url(../images/bg-advantage.png) center bottom / auto 2rem repeat-x;
box-sizing:border-box
}
 .swiper-advantage .u-name:after {
content:"";
display:block;
margin:0 auto;
width:.56rem;
height:2px;
overflow:hidden;
background:#2d9b78
}
 .swiper-advantage .conBox {
position:absolute;
z-index:5;
top:0;
left:0;
width:100%;
height:100%;
text-align:center;
color:#fff;
background:#349e7e;
opacity:0;
transform:scale(.75);
transition:opacity .4s, transform .4s
}
 .swiper-advantage .u-con {
position:absolute;
top:3.0612%;
bottom:3.0612%;
left:3.125%;
right:3.125%;
padding:10.625% .6rem 0;
border:solid 1px #32c596;
background:#2d9b78
}
 .swiper-advantage .num {
line-height:1.04rem;
font-size:.8rem;
font-family:Arial
}
 .swiper-advantage .name {
line-height:.5rem;
font-size:.28rem
}
 .swiper-advantage .title {
margin-top:18.0586%;
padding:.1rem 0;
border-bottom:solid 1px rgba(255, 255, 255, .5)
}
 .swiper-advantage .title h5 {
line-height:.54rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.24rem;
font-weight:normal
}
 .swiper-advantage .content {
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
margin-top:5.4176%;
height:1.08rem;
line-height:.36rem;
font-size:.16rem
}
 .swiper-advantage .more {
position:relative;
zoom:1;
display:block;
margin:33.86% auto 0;
width:.6rem;
height:.6rem;
border:solid 1px #fff
}
 .swiper-advantage .more:before, .swiper-advantage .more:after {
content:"";
position:absolute;
left:25%;
right:25%;
top:50%;
height:1px;
overflow:hidden;
background:#fff;
transform:translateY(-50%)
}
 .swiper-advantage .more:after {
transform:rotate(90deg)
}
 .swiper-advantage .u-box:hover .conBox {
opacity:1;
transform:none
}
 .m-news {
padding:.8rem 0 .6rem;
overflow:hidden
}
 .swiper-news {
position:relative;
zoom:1;
margin-top:.46rem
}
 .swiper-news:before {
content:"";
position:absolute;
left:0;
right:0;
top:.86rem;
height:1px;
overflow:hidden;
background:rgba(226, 226, 226, .76)
}
 .swiper-news .swiper-container {
position:relative;
z-index:5;
width:100%;
max-width:1500px;
min-width:320px
}
 .swiper-news .swiper-slide {
width:4.64rem
}
 .swiper-news .u-box {
position:relative;
zoom:1;
padding:.36rem .2rem .68rem;
transition:color .4s, background .4s
}
 .swiper-news .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .swiper-news .u-date {
line-height:.36rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.24rem
}
 .swiper-news .conBox {
margin-top:.14rem
}
 .swiper-news .u-con, .swiper-news .u-img {
transition:transform .6s
}
 .swiper-news .u-con {
padding:.26rem 0 0
}
 .swiper-news .name {
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
line-height:.48rem;
font-size:.24rem
}
 .swiper-news .content {
margin-top:.24rem;
height:1.44rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:4;
-webkit-box-orient:vertical;
line-height:.36rem;
font-size:.18rem
}
 .swiper-news .u-img {
 margin-top:.3rem;
 height:2.6rem;
 overflow: hidden;
}
.swiper-news .u-more {
margin-top:.3rem;
display:block;
width:.48rem;
line-height:.48rem;
font-size:.24rem;
font-family:"SimSun";
font-weight:bold;
text-align:center;
color:#fff;
border:solid 1px #fff;
opacity:0;
transform:translateX(50%);
transition:opacity .4s, transform .6s
}
 .swiper-news .u-box:hover {
color:#fff;
background:#2d9b78
}
 .swiper-news .u-box:hover .u-con {
transform:translateY(2.4rem)
}
 .swiper-news .u-box:hover .u-img {
transform:translateY(-2.72rem)
}
 .swiper-news .u-box:hover .u-more {
opacity:1;
transform:none
}
 .m-about {
overflow:hidden
}
 .m-about .conBox {
position:relative;
zoom:1;
margin-top:.6rem
}
 .m-about .conBox .u-img {
height:4.68rem
}
 .m-about .conBox .u-img img {
position:relative;
left:50%;
width:auto;
max-width:none;
transform:translateX(-50%)
}
 .m-about .conBox .u-con {
position:absolute;
top:1.5rem;
left:50%;
/*right:.5rem;*/
margin-left:-1.8rem;
line-height:.36rem;
font-size:.18rem;
color:#818181
}
 .m-about .conBox .u-con h4 {
margin-bottom:.24rem;
line-height:.48rem;
font-size:.3rem;
font-weight:normal;
color:#333
}
 .m-partner {
position:relative;
zoom:1;
padding:.6rem 0 .4rem
}
 .swiper-partner .u-box {
position:relative;
zoom:1;
padding-bottom:.2rem;
transition:color .2s
}
 .swiper-partner .u-box:before {
content:"";
position:absolute;
z-index:5;
top:0;
bottom:0;
left:0;
right:0;
border:solid 2px #239873;
opacity:0;
transition:all .2s
}
 .swiper-partner .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .swiper-partner .u-img {
border:solid 1px #e3e3e3;
/*filter:grayscale(1);*/
transition:filter .4s
}
 .swiper-partner .u-name {
margin-top:.2rem;
line-height:.42rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.22rem;
font-weight:normal;
text-align:center
}
 .swiper-partner .u-box:hover {
color:#339b7a
}
 .swiper-partner .u-box:hover:before {
opacity:1;
top:.15rem;
left:.12rem;
right:.12rem
}
 .swiper-partner .u-box:hover .u-img {
filter:grayscale(0)
}
 .footer-box {
display:flex;
justify-content:space-between;
align-items:stretch;
padding:1.1rem 0 .5rem
}
 .footer-box, .footer-box a {
color:#999;
}
 .footer-box a:hover {
color:#fff
}
 .footer-nav {
flex:auto
}
 .footer-nav .fir-ul {
display:flex;
justify-content:space-between
}
 .footer-nav .fir-li .u-a {
display:inline-block;
vertical-align:middle;
padding-right:.2rem;
line-height:.28rem;
font-size:.18rem;
font-weight:bold;
color:#fff
}
 .footer-nav .fir-li .u-a:before {
content:"";
display:inline-block;
vertical-align:middle
}
 .footer-nav .sec-box {
margin-top:.36rem
}
 .footer-nav .sec-ul li {
position:relative;
zoom:1;
padding:.05rem .4rem .05rem 0;
line-height:.24rem;
font-size:.16rem;
overflow:hidden
}
 .footer-nav .sec-ul a {
display:inline-block;
vertical-align:top;
transition:transform .4s, color .4s
}
 .footer-nav .sec-ul a:before {
content:"";
position:absolute;
left:-.2rem;
top:50%;
width:.14rem;
height:1px;
overflow:hidden;
background:#fff
}
 .footer-nav .sec-ul a:hover {
transform:translateX(.2rem)
}
 .footer-contact {
position:relative;
zoom:1;
width:4.7rem;
margin:0 .7rem;
padding:0 .7rem
}
 .footer-contact:before, .footer-contact:after {
content:"";
position:absolute;
top:0;
height:100%;
border-left:solid 1px rgba(255, 255, 255, .12);
border-right:solid 1px #393939
}
 .footer-contact:before {
left:0
}
 .footer-contact:after {
right:0
}
 .footer-contact .telBox {
font-weight:bold;
color:#fff
}
 .footer-contact .telBox h4 {
line-height:.28rem;
font-size:.2rem
}
 .footer-contact .telBox p {
line-height:.36rem;
font-size:.24rem
}
 .footer-contact .conBox {
margin-top:.08rem;
line-height:.34rem;
font-size:.16rem
}
 .footer-contact .conBox .ico {
position:relative;
zoom:1;
padding-left:.4rem
}
 .footer-contact .conBox .ico:before {
content:"";
position:absolute;
top:0;
left:0;
width:.28rem;
height:.34rem;
background:url(../images/ico-contact.png) 0 0 / .28rem 1.36rem no-repeat
}
 .footer-contact .conBox .ico-tel:before {
background-position:0 0
}
 .footer-contact .conBox .ico-fax:before {
background-position:0 -.34rem
}
 .footer-contact .conBox .ico-addr:before {
background-position:0 -.68rem
}
 .footer-contact .conBox .ico-post:before {
background-position:0 -1.02rem
}
 .footer-QRcode {
padding:.12rem 0;
display:flex
}
 .footer-QRcode .QRcode {
margin-left:.4rem;
line-height:.36rem;
font-size:.16rem;
text-align:center
}
 .footer-QRcode .QRcode:first-child {
margin-left:0
}
 .footer-QRcode .QRcode img {
max-width:1.4rem
}
 .footer-QRcode .QRcode p {
margin-top:.3rem;
white-space:nowrap
}
 .copyright-box {
position:relative;
zoom:1;
padding:.2rem 0 .3rem;
line-height:.36rem;
font-size:.16rem;
color:#999;
text-align: center;
}
 .copyright-box a {
color:#999;
}
 .copyright-box a:hover {
color:#fff
}
 .copyright-box:before {
content:"";
position:absolute;
top:0;
left:0;
right:0;
height:0;
overflow:hidden;
border-top:solid 1px rgba(255, 255, 255, .12);
border-bottom:solid 1px #393939
}
 #client {
z-index:200;
top:50%;
right:0;
transform:translateY(-.87rem)
}
 #client li {
border:solid 1px rgba(223, 223, 223, .63);
border-top:0
}
 #client li:first-child {
border-top:solid 1px rgba(223, 223, 223, .63)
}
 #client .u-a {
position:relative;
display:block;
padding-left:.56rem;
height:.56rem;
background:#fff
}
 #client .u-a .ico {
position:absolute;
top:0;
left:0;
width:.56rem;
height:.56rem;
overflow:hidden;
background:url(../images/ico-client.png) 0 .56rem / .56rem 2.24rem no-repeat;
transition:background-image .4s
}
 #client .u-a:hover .ico {
background-image:url(../images/ico-client-hover.png)
}
 #client .client-home .ico {
background-position:0 0
}
 #client .client-tel .ico {
background-position:0 -.56rem
}
 #client .client-qq .ico {
background-position:0 -1.12rem
}
 #client .client-goTop .ico {
background-position:0 -1.68rem
}
 #client .conBox .con {
display:none;
position:absolute;
top:0;
right:100%;
margin-right:.06rem;
border-radius:2px
}
 #client .conBox .con:before {
content:"";
position:absolute;
top:.24rem;
left:100%;
width:0;
height:0;
overflow:hidden;
border-width:.04rem;
border-style:solid;
border-color:transparent transparent transparent #fff
}
 #client .conBox .text {
padding:0 .2rem;
line-height:.56rem;
font-size:.2rem;
font-weight:bold;
color:#239873;
background:#fff;
white-space:nowrap
}
 #client li.client-map {
display:none
}
 #client li.client-goTop {
opacity:0;
transition:opacity .4s
}
 #client li.client-goTop .u-a {
height:0;
overflow:hidden;
transition:height .4s
}
 #client[goTop="show"] li.client-goTop {
opacity:1
}
 #client[goTop="show"] li.client-goTop .u-a {
height:.56rem
}
 #subNav {
padding-top:.2rem;
box-shadow:0 .03rem .07rem rgba(0, 0, 0, .06);
background:#fbfbfb
}
 #subNav .listBox {
line-height:0;
font-size:0;
text-align:right
}
 #subNav .listBox ul {
margin-left:-.3rem
}
 #subNav .listBox li {
position:relative;
zoom:1;
display:inline-block;
vertical-align:top;
margin-left:.3rem
}
 #subNav .listBox a {
line-height:.5rem;
font-size:.18rem;
color:#666;
}
 #subNav .listBox a:before {
content:"";
position:absolute;
right:0;
bottom:-1px;
width:0;
height:2px;
overflow:hidden;
background:#2d9b78;
transition:width .4s
}
 #subNav .listBox a:hover:before, #subNav .listBox li.current a:before {
width:100%;
right:auto;
left:0
}
 #subNav.bgWhite {
padding-top:.3rem;
background:#fff
}
 .sub-product {
margin:0 auto;
padding:.5rem .2rem;
max-width:1650px
}
 .sub-product ul {
display:flex;
flex-wrap:wrap
}
 .sub-product li {
padding:.1rem;
width:25%;
transition: all .36s ease-out 0s;
}
 .sub-product .u-box {
position:relative;
zoom:1;
border:solid 1px rgba(227, 227, 227, .5);
box-shadow:0 .03rem .09rem rgba(0, 0, 0, .08)
}
 .sub-product .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-product .u-img {
position:relative;
zoom:1;
padding-top:100%
}
/* .sub-product .u-img:before {
content:"";
position:absolute;
z-index:5;
top:50%;
left:50%;
margin:-.375rem 0 0 -.375rem;
width:.75rem;
height:.75rem;
background:rgba(102, 102, 102, .46) url(../images/ico-view.png) center / .48rem no-repeat;
opacity:0;
transform:scale(2);
transition:opacity .4s, transform .4s
}*/
.sub-product ul li:hover {
 transform: translate3d(0, -8px, 0);
 transition: all .36s ease-out 0s;
}
 .sub-product .u-img img {
position:absolute;
top:0;
left:0
}
 .sub-product .u-name {
position:relative;
zoom:1;
padding:0 .25rem;
line-height:.8rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.16rem;
font-weight:normal;
text-align:center;
transition:color .4s
}
 .sub-product .u-name:before {
content:"";
position:absolute;
z-index:-1;
top:0;
right:0;
width:0;
height:100%;
background:#2d9b78;
transition:width .4s;
left: 0;
}
 .sub-product .u-box:hover .u-img:before {
opacity:1;
transform:none
}
 .sub-product .u-box:hover .u-name {
color:#fff
}
 .sub-product .u-box:hover .u-name:before {
width:100%;
left:0;
right:auto
}
 @media screen and (max-width:2200px) {
 .sub-product {
max-width:1650px
}
 .sub-product li {
width:25%;
transition: all .36s ease-out 0s;
}
}
 .sub-news {
padding:.2rem 0 .8rem
}
 .sub-news li {
padding:.6rem 0;
border-bottom:solid 1px rgba(187, 187, 187, .5)
}
 .sub-news .u-box {
position:relative;
zoom:1;
display:flex;
justify-content:space-between;
align-items:flex-start
}
 .sub-news .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-news .conBox {
flex:auto;
display:flex;
align-items:center
}
 .sub-news .u-con {
position:relative;
z-index:10;
width:7.3rem;
transition:transform .4s
}
 .sub-news .name {
position:relative;
zoom:1;
line-height:.4rem;
font-size:.26rem;
font-weight:normal;
transition:color .4s
}
 .sub-news .name:before {
content:"";
position:absolute;
top:50%;
left:-.2rem;
width:0;
height:.04rem;
min-height:2px;
overflow:hidden;
background:#333;
transform:translateY(-50%);
transition:left .4s, width .4s, background .4s
}
 .sub-news .content {
margin-top:.24rem;
line-height:.3rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
font-size:.16rem;
color:#666
}
 .sub-news .u-img {
order: -1;
margin-right: 0.7rem;
width: 4.2rem;
}
 .sub-news .dateBox {
flex-shrink:0;
display:flex;
align-items:center;
margin-top:.7rem;
text-align:right;
transition:transform .4s
}
 .sub-news .date .MMDD {
line-height:.34rem;
font-size:.26rem;
color:#666
}
 .sub-news .date .YY {
line-height:.24rem;
font-size:.16rem;
color:#999
}
 .sub-news .more {
display:block;
margin-left:.45rem;
width:.5rem;
height:.5rem;
line-height:.5rem;
font-size:.26rem;
font-family:"SimSun";
text-align:center;
color:#666;
border:solid 1px #ccc;
transition:color .4s, border-color .4s, background-color .4s
}
 .sub-news .u-box:hover .u-con {
transform:translateX(.2rem)
}
 .sub-news .u-box:hover .name {
color:#396
}
 .sub-news .u-box:hover .name:before {
left:-1.24rem;
width:1.04rem;
background:#396;
}
 .sub-news .u-box:hover .dateBox {
transform:translateX(-.2rem)
}
 .sub-news .u-box:hover .more {
color:#fff;
border-color:#fff;
background-color:#2d9b78
}
 .sub-search {
padding:.2rem 0 .8rem
}
 .sub-search li {
padding:.6rem 0;
border-bottom:solid 1px rgba(187, 187, 187, .5)
}
 .sub-search .u-box {
position:relative;
zoom:1;
display:flex;
justify-content:space-between;
align-items:center
}
 .sub-search .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-search .conBox {
display:flex;
align-items:center
}
 .sub-search .u-con {
position:relative;
z-index:10;
width:7.3rem;
transition:transform .4s
}
.sub-search .vn-searchbox .u-con {
 width: 6.8rem;
}
 .sub-search .name {
position:relative;
zoom:1;
line-height:.4rem;
font-size:.26rem;
font-weight:normal;
transition:color .4s
}
 .sub-search .name:before {
content:"";
position:absolute;
top:50%;
left:-.2rem;
width:0;
height:.04rem;
min-height:2px;
overflow:hidden;
background:#333;
transform:translateY(-50%);
transition:left .4s, width .4s, background .4s
}
 .sub-search .content {
margin-top:.24rem;
height:.6rem;
line-height:.3rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
font-size:.16rem;
color:#666
}
 .sub-search .dateBox {
display:flex;
align-items:center;
text-align:right
}
 .sub-search .date .MMDD {
line-height:.34rem;
font-size:.26rem;
color:#666
}
 .sub-search .date .YY {
line-height:.24rem;
font-size:.16rem;
color:#999
}
 .sub-search .more {
display:block;
margin-left:.45rem;
width:.5rem;
height:.5rem;
line-height:.5rem;
font-size:.26rem;
font-family:"SimSun";
text-align:center;
color:#666;
border:solid 1px #ccc;
transition:color .4s, border-color .4s, background-color .4s
}
 .sub-search .u-box:hover .name {
color:#396
}
 .sub-search .u-box:hover .name:before {
background:#2d9b78
}
 .sub-search .u-box:hover .more {
color:#fff;
border-color:#fff;
background-color:#2d9b78
}
 .sub-search .skw {
color:#c00
}
 .detail-page {
margin-top:.5rem;
display:flex;
line-height:0;
font-size:0;
text-align:center
}
 .detail-page .page {
flex:auto;
position:relative;
zoom:1;
display:inline-block;
vertical-align:top;
width:50%;
height:1.84rem;
transition:filter .4s
}
 .detail-page .page:before {
position:absolute;
top:50%;
width:.7rem;
line-height:.24rem;
font-size:.3rem;
font-family:"SimSun";
text-align:center;
transform:translateY(-50%)
}
 .detail-page .page:after {
content:"";
display:inline-block;
vertical-align:middle;
height:100%
}
 .detail-page .page .title {
display:inline-block;
vertical-align:middle;
max-width:100%;
text-align:left
}
 .detail-page .page h4 {
line-height:.3rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.18rem;
font-weight:normal
}
 .detail-page .page p {
line-height:.28rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.16rem
}
 .detail-page .page a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0
}
 .detail-page .page-prev {
padding:0 .4rem 0 1.1rem;
text-align:left;
background:#ededed
}
 .detail-page .page-prev:before {
content:"<";
left:0;
color:#666;
border-right:solid 1px #ccc
}
 .detail-page .page-prev .title {
color:#8c8c8c
}
 .detail-page .page-next {
padding:0 1.1rem 0 .4rem;
text-align:right;
background:#2d9b78
}
 .detail-page .page-next:before {
content:">";
right:0;
color:#fff;
border-left:solid 1px #47bf99
}
 .detail-page .page-next .title {
color:#fff
}
 .detail-page .page:hover {
filter:brightness(1.1)
}
 .detail-page .page-disabled {
display:none
}
 .pro-detail {
padding-bottom:1rem
}
 .pro-detail .detail-item {
position:relative;
zoom:1;
padding:.2rem .3rem .2rem 7.1rem;
min-height:6.5rem;
border:solid 1px #efefef;
background:#fff;
box-sizing:content-box
}
 .pro-detail .detail-item h1 {
padding-top:.2rem;
line-height:.62rem;
font-size:.42rem;
font-weight:normal
}
 .pro-detail .detail-item h1 span {
display:inline-block;
vertical-align:top;
margin-left:.2rem;
padding-top:.06rem;
line-height:.56rem;
font-size:.24rem
}
 .pro-detail .itemGallery {
position:absolute;
top:.2rem;
left:.2rem;
width:6.5rem;
height:6.5rem
}
 .pro-detail .itemGallery .u-img {
width:6.5rem;
height:6.5rem
}
 .pro-detail .itemCon {
margin-right:-.3rem;
height:4rem;
overflow-y:auto
}
 .pro-detail .itemCon .conBox {
padding:.15rem .3rem .15rem 0;
min-height:1.52rem;
line-height:.38rem;
font-size:.18rem;
color:#666;
}
 .pro-detail .itemCon .conBox p {
padding-left:1.6rem
}
 .pro-detail .itemCon .conBox p:before {
content:"";
display:inline-block;
vertical-align:top;
margin:.13rem .12rem 0 0;
width:.12rem;
height:.12rem;
overflow:hidden;
background:#e6e6e6;
border-radius:50%
}
 .swiper-gallery .swiper-gallery-button {
display:none
}
 .pro-detail .detail-con {
margin-top:.4rem
}
 .swiper-tabs-title .swiper-slide {
position:relative;
zoom:1;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 .2rem 0 .3rem;
height:1.2rem;
border:solid 1px #efefef;
background:#fff;
cursor:pointer;
box-sizing:border-box;
transition:color .4s
}
 .swiper-tabs-title .swiper-slide h4 {
position:relative;
line-height:.36rem;
font-size:.26rem;
font-weight:normal
}
 .swiper-tabs-title .swiper-slide:before {
content:"";
position:absolute;
top:-1px;
bottom:-1px;
left:-1px;
right:calc(100% + 1px);
background:#2d9b78;
transition:right .4s
}
 .swiper-tabs-title .swiper-slide:after {
content:">";
display:flex;
justify-content:center;
align-items:center;
flex-shrink:0;
margin-left:.2rem;
width:.34rem;
height:.34rem;
font-size:.3rem;
font-family:"SimSun";
color:#999;
border:solid 1px #ccc;
transition:opacity .4s, transform .4s
}
 .swiper-tabs-title .swiper-slide-thumb-active {
color:#fff
}
 .swiper-tabs-title .swiper-slide-thumb-active:before {
right:-1px
}
 .swiper-tabs-title .swiper-slide-thumb-active:after {
opacity:0;
transform:translateX(.1rem)
}
 .swiper-tabs-title .swiper-no-swiping {
padding:0
}
 .swiper-tabs-title .swiper-no-swiping:before, .swiper-tabs-title .swiper-no-swiping:after {
display:none
}
 .swiper-tabs-title .case-btn {
position:relative;
zoom:1;
flex:auto;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 .2rem 0 .3rem;
height:100%;
line-height:.36rem;
font-size:.26rem;
transition:color .4s
}
 .swiper-tabs-title .case-btn:after {
content:">";
display:flex;
justify-content:center;
align-items:center;
flex-shrink:0;
margin-left:.2rem;
width:.34rem;
height:.34rem;
font-size:.3rem;
font-family:"SimSun";
color:#999;
border:solid 1px #ccc;
transition:opacity .4s, transform .4s
}
 .swiper-tabs-content {
margin-top:.4rem;
border-top:solid 1px rgba(204, 204, 204, .4);
background:#fff
}
 .swiper-tabs-content .content {
padding:.4rem .8rem;
line-height:1.6666;
font-size:.18rem;
color:#666
}
 .swiper-tabs-content .content h4 {
margin-bottom:.24rem;
line-height:.36rem;
font-size:.24rem;
font-weight:normal;
color:#333
}
 .swiper-tabs-content .content hr {
margin:.35rem 0;
border:0;
border-bottom:solid 1px #ccc
}
.swiper-tabs-content .content p {
font-size:18px;
margin: .05rem 0 .2rem 0;
line-height:1.75;
color: #333;
}
 .news-detail {
padding:.2rem .3rem 1rem
}
 .news-detail h1 {
font-size: .4rem;
margin-bottom: 20px;
font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
font-weight: 600;
}
 .news-detail .detail-date {
line-height: .34rem;
color: #adadad;
}
 .news-detail .detail-img {
padding:.2rem 0
}
 .news-detail .detail-con {
padding:.2rem 0;
line-height:1.6666;
font-size:.18rem;
color:#666
}
 .news-detail .detail-con h4 {
margin-bottom:.12rem;
line-height:.34rem;
font-size:.22rem;
font-weight:normal;
color:#333
}
 .news-detail .detail-con p {
font-size: .18rem;
line-height:1.95;
margin: 18px 0;
color:#333
}
.news-detail .detail-con p a {
 color: #004ea2;
 display: contents;
}
.news-detail .detail-con p a:hover {
 color: #23527c;
}
 .sub-case {
padding:.4rem 0 1rem;
}
 .sub-case ul {
display:flex;
flex-wrap:wrap
}
 .sub-case li {
width:29.1666%;
margin:1rem 0 0 6.25%
}
 .sub-case li:nth-child(-n+3) {
margin-top:0
}
 .sub-case li:nth-child(3n+1) {
margin-left:0
}
 .sub-case .u-box {
position:relative;
zoom:1;
padding-top:.26rem
}
 .sub-case .u-box:before, .sub-case .u-box:after {
content:"";
position:absolute;
top:0;
right:0;
height:.02rem;
min-height:1px;
overflow:hidden;
transition:width .4s
}
 .sub-case .u-box:before {
width:100%;
background:#999
}
 .sub-case .nu-box:before {
width:0;
background:none;
}
 .sub-case .u-box:after {
width:0;
background:#2d9b78
}
.sub-case .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-case .u-name {
position:relative;
zoom:1;
padding-right:.7rem;
line-height:.6rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.2rem;
transition:transform .4s
}
 .sub-case .nu-name {
color: #2d9b78;
}
 .sub-case .u-name:before {
content:">";
position:absolute;
top:50%;
right:0;
display:flex;
justify-content:center;
align-items:center;
width:.5rem;
height:.5rem;
font-size:.28rem;
font-family:"SimSun";
color:#2d9b78;
border:solid 1px #2d9b78;
opacity:0;
transform:translate(-.1rem, -50%);
transition:opacity .4s, transform .4s
}
 .sub-case .u-con {
margin-top:.16rem;
line-height:.3rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
font-size:.16rem;
transition:transform .4s;
text-align: justify;
}
 .sub-case .u-img {
margin-top:.46rem;
transition:transform .4s
}
 .sub-case .u-box:hover:after {
left:0;
right:auto;
width:100%
}
 .sub-case .u-box:hover .u-name, .sub-case .u-box:hover .u-con {
transform:translateY(-.05rem)
}
 .sub-case .u-box:hover .u-name:before {
opacity:1;
transform:translate(0, -50%)
}
 .sub-case .u-box:hover .u-img {
transform:translateY(-.24rem)
}
 .sub-case .m-page {
margin-top:1rem
}
 .sub-about {
line-height:2;
font-size:.18rem;
color:#666
}
 .sub-about img.f-fl {
margin-right:.4rem;
max-width:50%
}
 .sub-about h2 {
margin:0;
padding:.3rem 0;
line-height:2;
font-size:.24rem;
text-align:left
}
 .sub-about hr {
margin:0;
border:0 none;
border-bottom:solid 1px rgba(204, 204, 204, .67)
}
 .sub-about .u-con {
padding:.3rem 0
}
 .sub-about-video {
margin-top:.7rem;
display:flex;
flex-wrap:wrap
}
 .sub-about-video li {
margin-left:2.0833%;
width:31.9444%
}
 .sub-about-video li:nth-child(3n+1) {
margin-left:0
}
 .sub-about-video .u-box, .sub-about-video .u-img {
position:relative;
zoom:1;
overflow:hidden
}
 .sub-about-video .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-about-video .u-name {
padding:.2rem 0;
line-height:1.8;
font-size:.2rem;
font-weight:normal;
color:#333
}
 .sub-history {
position:relative;
zoom:1;
margin:.5rem 0 -1rem;
padding-bottom:1rem
}
 .sub-history:before {
content:"";
position:absolute;
top:0;
bottom:0;
left:50%;
width:2px;
overflow:hidden;
background:linear-gradient(#1e98cb, #8ac57f);
transform:translateX(-50%)
}
 .sub-history li {
position:relative;
zoom:1;
padding-bottom:.5rem;
display:flex;
flex-direction:column
}
 .sub-history li:nth-child(even) {
align-items:flex-start;
text-align:right
}
 .sub-history li:nth-child(even) .u-img {
justify-content:flex-end
}
 .sub-history li:nth-child(odd) {
align-items:flex-end
}
 .sub-history .ico {
position:absolute;
top:0;
left:50%;
width:.26rem;
height:.26rem;
background:#fff;
border-radius:50%;
transform:translateX(-50%);
background:linear-gradient(#1e98cb, #8ac57f)
}
 .sub-history .u-box {
width:6.62rem
}
 .sub-history .u-date {
margin-bottom:.2rem;
line-height:1.2;
font-size:.3rem;
font-weight:normal;
color:#333
}
 .sub-history .u-con {
min-height:6.6666em;
line-height:1.6666;
font-size:.18rem;
color:#797979
}
 .sub-history .u-img {
margin-top:.16rem;
line-height:0;
font-size:0
}
 .sub-history .u-img img {
margin:1.8126% 0 0 1.8126%;
max-width:49.0936%
}
 .sub-history .u-img img:nth-child(-n+2) {
margin-top:0
}
 .sub-history .u-img img:nth-child(2n+1) {
margin-left:0
}
 .sub-partner {
padding:1rem 0
}
 .sub-partner ul {
display:flex;
flex-wrap:wrap
}
 .sub-partner li {
width:22.2222%;
margin:3.7037% 0 0 3.7037%
}
 .sub-partner li:nth-child(-n+4) {
margin-top:0
}
 .sub-partner li:nth-child(4n+1) {
margin-left:0
}
 .sub-partner .u-box {
position:relative;
zoom:1;
padding-bottom:.2rem;
transition:color .2s
}
 .sub-partner .u-box:before {
content:"";
position:absolute;
z-index:5;
top:0;
bottom:0;
left:0;
right:0;
border:solid 2px #239873;
opacity:0;
transition:all .2s
}
 .sub-partner .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-partner .u-img {
height:1.58rem;
border:solid 1px #ededed
}
 .sub-partner .u-name {
margin-top:.2rem;
line-height:.42rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.22rem;
font-weight:normal;
text-align:center
}
 .sub-partner .u-box:hover {
color:#339b7a
}
 .sub-partner .u-box:hover:before {
opacity:1;
top:.15rem;
left:.12rem;
right:.12rem
}
 .sub-contact h2 {
padding:.2rem 0;
line-height:1.6;
font-size:.3rem;
font-weight:bold;
text-align:left
}
 .sub-contact hr {
border:0 none;
border-bottom:solid 1px rgba(204, 204, 204, .68)
}
 .sub-contact .u-con {
padding:.4rem 0;
line-height:1.6666;
font-size:.18rem;
color:#666
}
 .sub-contact .u-con h4 {
margin-bottom:.12rem;
line-height:1.4545;
font-size:.22rem;
font-weight:normal
}
 .sub-contact .u-con p {
font-size: 18px;
margin-top: .18rem;
line-height:1.75;
}
 .sub-contact-img {
position:relative;
left:50%;
margin:.4rem 0 -1rem;
padding:.8rem 0;
width:calc(100vw - 10px);
transform:translateX(-50%);
background:#f7f7f7
}
 .sub-contact-img ul {
display:flex;
flex-wrap:wrap;
margin:0 auto;
padding:0 .3rem;
max-width:1500px
}
 .sub-contact-img li {
width:25%
}
 .sub-business {
padding:.7rem 0
}
 .sub-business li {
margin-top:.7rem
}
 .sub-business li:first-child {
margin-top:0
}
 .sub-business .u-box {
position:relative;
zoom:1;
display:flex;
align-items:center
}
 .sub-business .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-business .u-img {
flex-shrink:0;
width:8rem;
height:5rem;
overflow:hidden
}
 .sub-business .u-img img {
object-fit:cover;
transition:transform 1s cubic-bezier(.7, 0, .3, 1)
}
 .sub-business .u-con {
position:relative;
z-index:5;
margin-left:-.8rem;
padding:.55rem .6rem 0 .8rem;
width:7.2rem;
height:3.76rem;
border-top:solid 2px #399678;
background:#fff;
box-shadow:0 0 .07rem rgba(19, 19, 19, .22)
}
 .sub-business li:nth-child(even) .u-con {
order:-1;
margin:0 -.8rem 0 0;
padding:.55rem .8rem 0 .6rem
}
 .sub-business .name {
line-height:.34rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.22rem;
font-weight:normal
}
 .sub-business .name:before {
content:"";
display:block;
margin-bottom:.4rem;
width:.54rem;
height:2px;
overflow:hidden;
background:#396
}
 .sub-business .content {
margin-top:.3rem;
height:1.36rem;
line-height:.34rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:4;
-webkit-box-orient:vertical;
font-size:.16rem;
color:#666
}
 .sub-business .u-box:hover .u-img img {
transform:scale(1.1)
}
}
@media screen and (max-width:750px) {
	::-webkit-scrollbar {
width:0;
height:0
}
 [wap="hide"] {
display:none;
}
.sub-current {
 margin-top: 0;
}
 #header {
overflow:hidden;
transition:height .4s, background .4s
}
 #header[background="show"] .top-box, .innerPage #header .top-box {
background:#fff;
box-shadow:0 0 .08rem #d5d5d5
}
 .top-box {
position:fixed;
z-index:10;
top:0;
left:0;
right:0;
margin-right:0;
padding:0 .3rem;
min-width:320px;
transition:background .4s, box-shadow .4s
}
 .top-bar>.wrap {
display:block;
padding-top:.96rem
}
 .top-box .nav-btn {
height:.42rem
}
 .top-box .nav-btn .line {
position:relative;
display:block;
width:.68rem;
height:.04rem;
overflow:hidden;
background:#00a41b;
transition:transform .4s
}
 .top-box .nav-btn .line:nth-child(2) {
margin:.15rem 0
}
 .top-nav {
padding:.8rem 0;
opacity:0;
transform:translateY(-.4rem);
transition:opacity .4s, transform .4s
}
 .top-nav .fir-li {
margin:0 .4rem
}
 .top-nav .fir-li:after {
content:"";
display:block;
height:0;
overflow:hidden;
border-bottom:solid 1px #e6e6e6;
transition:all .4s
}
 .top-nav .fir-li .u-a {
display:block;
padding:.2rem 0;
line-height:.46rem;
font-size:20px
}
 .top-nav .fir-li .u-a .ico {
display:none;
float:right;
margin-left:.2rem;
width:.3rem;
height:.3rem
}
 .top-nav .fir-li .u-a .ico:before, .top-nav .fir-li .u-a .ico:after {
content:"";
display:block;
width:.3rem;
height:.02rem;
overflow:hidden;
background:#18a075;
transition:transform .4s, background .4s, opacity .4s
}
 .top-nav .fir-li .u-a .ico:before {
margin-top:.14rem
}
 .top-nav .fir-li .u-a .ico:after {
margin-top:-.02rem;
transform:rotate(90deg)
}
 .top-nav .active .u-a .ico:before {
background:#999;
opacity:0;
transform:rotate(90deg)
}
 .top-nav .active .u-a .ico:after {
background:#999;
transform:rotate(180deg)
}
 .top-nav .sec-box {
display:none
}
 .top-nav .sec-ul {
padding:0 0 .2rem
}
 .top-nav .sec-ul a {
display:block;
padding:.2rem 0 .2rem .4rem;
line-height:.4rem;
font-size:18px;
color:#666
}
 #header[nav="show"] {
height:100%;
overflow:auto;
background:#fff
}
 #header[nav="show"] .top-box {
background:#fff
}
 #header[nav="show"] .nav-btn .line:nth-child(1) {
transform:translateY(.19rem) rotate(45deg)
}
 #header[nav="show"] .nav-btn .line:nth-child(2) {
transform:translateX(50%) scaleX(0)
}
 #header[nav="show"] .nav-btn .line:nth-child(3) {
transform:translateY(-.19rem) rotate(-45deg)
}
 #header[nav="show"] .top-nav {
opacity:1;
transform:none
}
 .swiper-banner {
position:relative;
zoom:1
}
 .swiper-banner-pagination {
bottom:.25rem
}
 .swiper-banner-pagination .swiper-pagination-bullet {
margin:0 .06rem;
width:.56rem;
height:.04rem
}
 .m-title {
font-size:0;
text-align:center;
margin: 40px 0;
}
 .m-title:after {
content:"";
display:block;
margin:.12rem auto 0;
width:.82rem;
height:2px;
overflow:hidden;
background:#2d9b78
}
 .m-title h2 {
line-height:.48rem;
font-size:.4rem;
}
 .m-title p {
line-height:.38rem;
font-size:.3rem;
color:#999
}
 .m-menu {
padding:.22rem 0 .6rem
}
 .m-menu li {
position:relative;
zoom:1;
padding-left:2px;
width:auto;
line-height:.6rem;
font-size:18px;
}
 .m-menu li:before {
content:"";
position:absolute;
top:50%;
left:0;
transform:translateY(-50%);
width:2px;
height:.32rem;
background:#ccc
}
 .m-menu a {
padding:0 .24rem;
color:#666;
}
 .m-menu li.current a {
color:#279e78
}
 .m-menu li:first-child {
padding-left:0
}
 .m-menu li:first-child:before {
display:none
}
 .menuBox {
border-bottom:solid 1px #e2e2e2
}
 .m-business {
padding:.3rem 0;
background:#f9f9f9
}
 .m-business .listBox li {
margin:2.8985% 0 0 2.8985%;
width:48.5507%
}
 .m-business .listBox li:nth-child(-n+2) {
margin-top:0
}
 .m-business .listBox li:nth-child(2n+1) {
margin-left:0
}
 .m-business .maskBox .u-con {
padding:.28rem .24rem .24rem
}
 .m-business .maskBox .ico {
height:.46rem
}
 .m-business .maskBox .name {
margin-top:.2rem;
text-align:center
}
 .m-business .maskBox .name:before {
content:"";
display:block;
margin:0 auto .1rem;
width:.46rem;
height:1px;
overflow:hidden;
background:#ccc
}
 .m-business .maskBox .name h4 {
line-height:.36rem;
font-size:.24rem;
font-weight:normal
}
 .m-business .maskBox .name p {
line-height:.3rem;
font-size:.2rem;
color:#999
}
 .m-product {
padding:.48rem 0 .52rem;
background:#fff;
overflow:hidden
}
 .swiper-product {
margin-top:.16rem;
padding:0 .18rem
}
 .swiper-product .swiper-slide {
padding:.12rem;
box-sizing:border-box
}
 .swiper-product .u-box {
position:relative;
zoom:1;
border:solid 1px rgba(227, 227, 227, .5);
background:#fff;
box-shadow:0 .03rem .09rem rgba(0, 0, 0, .08);
transition:border-color .3s, box-shadow .3s
}
 .swiper-product .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .swiper-product .u-img {
position:relative;
zoom:1;
width:100%;
padding:50% 0
}
 .swiper-product .u-img img {
position:absolute;
top:0;
left:0
}
 .swiper-product .u-con .name {
padding-bottom:.04rem;
line-height:.88rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.26rem;
font-weight:normal;
text-align:center
}
 .swiper-product-button {
margin-top:.38rem
}
 .swiper-product-button>div {
margin-left:.15rem;
width:.7rem;
line-height:.7rem;
font-size:.6rem
}
 .swiper-advantage .swiper-slide {
width:100%
}
 .swiper-advantage .u-box {
position:relative;
zoom:1
}
 .swiper-advantage .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .swiper-advantage .u-img {
height:13.3rem;
overflow:hidden
}
 .swiper-advantage .u-img img {
position:relative;
left:50%;
width:auto;
max-width:none;
transform:translateX(-50%)
}
 .swiper-advantage .conBox {
position:absolute;
z-index:5;
top:.3rem;
bottom:.3rem;
left:.3rem;
right:.3rem;
text-align:center;
color:#fff;
background:rgba(52, 158, 126, .75)
}
 .swiper-advantage .u-con {
position:absolute;
top:.24rem;
bottom:.24rem;
left:.24rem;
right:.24rem;
padding:10.625% .6rem 0;
border:solid 1px #32c596;
background:#2d9b78
}
 .swiper-advantage .num {
line-height:1.16rem;
font-size:1rem;
font-family:Arial
}
 .swiper-advantage .name {
line-height:.48rem;
font-size:.34rem
}
 .swiper-advantage .title {
margin-top:.5rem;
padding:.28rem 0;
border-bottom:solid 1px rgba(255, 255, 255, .5)
}
 .swiper-advantage .title h5 {
line-height:.48rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
font-size:.32rem;
font-weight:normal
}
 .swiper-advantage .content {
margin-top:1.22rem;
line-height:.48rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:5;
-webkit-box-orient:vertical;
font-size:.26rem
}
 .swiper-advantage .more {
position:absolute;
left:50%;
bottom:1.75rem;
width:.54rem;
height:.54rem;
border:solid 1px #fff;
transform:translateX(-50%)
}
 .swiper-advantage .more:before, .swiper-advantage .more:after {
content:"";
position:absolute;
left:25%;
right:25%;
top:50%;
height:1px;
overflow:hidden;
background:#fff;
transform:translateY(-50%)
}
 .swiper-advantage .more:after {
transform:rotate(90deg)
}
 .swiper-advantage .u-box:hover .conBox {
opacity:1;
transform:none
}
 .m-news {
padding:.6rem 0 .7rem;
overflow:hidden
}
 .m-news .menuBox {
border-bottom:0
}
 .m-news .m-more a {
display:block;
margin:.6rem auto 0;
width:2rem;
line-height:.7rem;
font-size:.26rem;
text-align:center;
color:#999;
border:solid 1px #ccc
}
 .swiper-news {
margin-top:.45rem
}
 .swiper-news .swiper-wrapper {
flex-direction:column;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
 .swiper-news .swiper-slide {
margin-bottom:.45rem
}
 .swiper-news .swiper-slide:last-child {
margin-bottom:0
}
 .swiper-news .u-box {
position:relative;
zoom:1
}
 .swiper-news .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .swiper-news .u-date {
padding:.22rem .3rem;
line-height:.54rem;
font-size:.36rem;
border-bottom:solid 1px #d2d2d2
}
 .swiper-news .conBox {
padding:.24rem .3rem 0
}
 .swiper-news .name {
line-height:.68rem;
font-size:.34rem;
color:#000
}
 .swiper-news .content {
margin-top:.3rem;
line-height:.48rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
font-size:.24rem;
color:#666
}
 .swiper-news .u-img {
margin-top:.54rem
}
 .m-about .conBox {
position:relative;
zoom:1;
margin-top:.4rem
}
 .m-about .conBox .u-con {
padding:.5rem 0;
text-align:center;
line-height:.48rem;
font-size:.28rem;
color:#818181
}
 .m-about .conBox .u-con h4 {
margin-bottom:.36rem;
line-height:.48rem;
font-size:.4rem;
font-weight:normal;
color:#333
}
 .m-partner {
position:relative;
zoom:1;
margin-top:-.5rem;
padding:.55rem 0
}
 .swiper-partner {
margin:-.15rem -.25rem
}
 .swiper-partner .u-box {
position:relative;
zoom:1;
margin:.15rem .25rem;
transition:color .2s
}
 .swiper-partner .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .swiper-partner .u-img {
 border:solid 1px #ededed
}
 .swiper-partner .u-name {
margin-top:.16rem;
line-height:.46rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.26rem;
font-weight:normal;
text-align:center
}
 body[layout="wap"] #footer {
padding-bottom:.94rem
}
 #footer>.goTop {
display:block;
height:1.24rem;
background:url(../images/ico-gotop.png) center / .29rem .16rem no-repeat
}
 .footer-nav {
margin:0 .5rem
}
 .footer-nav a {
color:#fff
}
 .footer-nav:before, .footer-nav .fir-li:after {
content:"";
display:block;
height:0;
overflow:hidden;
border-top:solid 1px rgba(85, 77, 77, .57);
border-bottom:solid 1px rgba(255, 255, 255, .14)
}
 .footer-nav .fir-li .u-a {
display:block;
padding:.2rem 0;
line-height:.36rem;
font-size:.3rem;
font-weight:bold
}
 .footer-nav .fir-li .u-a .ico {
display:none;
float:right;
margin-left:.2rem;
width:.3rem;
height:.3rem
}
 .footer-nav .fir-li .u-a .ico:before, .footer-nav .fir-li .u-a .ico:after {
content:"";
display:block;
width:.3rem;
height:.02rem;
overflow:hidden;
background:#fff;
transition:transform .4s, background .4s, opacity .4s
}
 .footer-nav .fir-li .u-a .ico:before {
margin-top:.14rem
}
 .footer-nav .fir-li .u-a .ico:after {
margin-top:-.02rem;
transform:rotate(90deg)
}
 .footer-nav .active .u-a .ico:before {
background:#fff;
opacity:0;
transform:rotate(90deg)
}
 .footer-nav .active .u-a .ico:after {
background:#fff;
transform:rotate(180deg)
}
 .footer-nav .sec-box {
display:none
}
 .footer-nav .sec-ul {
padding:0 0 .2rem
}
 .footer-nav .sec-ul a {
display:block;
padding:.1rem 0 .1rem .9rem;
line-height:.3rem;
font-size:.24rem;
color:#fff
}
 .footer-QRcode {
display:flex;
justify-content:center;
margin-top:.72rem
}
 .footer-QRcode .QRcode {
margin-left:.46rem;
line-height:.42rem;
font-size:.22rem;
text-align:center;
color:#fff
}
 .footer-QRcode .QRcode:first-child {
margin-left:0
}
 .footer-QRcode .QRcode img {
width:1.64rem
}
 .copyright-box {
padding:.5rem 0;
line-height:.48rem;
font-size:.24rem;
text-align:center;
color:rgba(255, 255, 255, .62)
}
 .copyright-box a {
font-weight:bold;
color:rgba(255, 255, 255, .62)
}
 .copyright-box a:hover {
color:#fff
}
 #client {
z-index:50;
left:0;
right:0;
bottom:0;
height:.94rem;
background:#31a781
}
 #client ul {
display:flex;
align-items:stretch;
min-width:320px;
height:100%
}
 #client li {
flex:auto;
position:relative;
zoom:1
}
 #client li:before {
content:"";
position:absolute;
top:0;
bottom:0;
left:-1px;
width:0;
overflow:hidden;
border-left:solid 1px #1f7e60;
border-right:solid 1px rgba(255, 255, 255, .4)
}
 #client li:first-child:before {
display:none
}
 #client .u-a {
position:relative;
display:block;
height:100%
}
 #client .u-a:active {
background:#128a63
}
 #client .u-a .ico {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:url(../images/ico-client-wap.png) center .94rem / .5rem 3.76rem no-repeat
}
 #client .client-home .ico {
background-position:center 0
}
 #client .client-tel .ico {
background-position:center -.94rem
}
 #client .client-qq .ico {
background-position:center -1.88rem
}
 #client .client-map .ico {
background-position:center -2.82rem
}
 #client .client-goTop, #client .conBox .con {
display:none
}
 .innerPage #content>.wrap {
padding-top:.96rem
}
 .innerPage #banner, .innerPage .footer-box {
display:none
}
 .innerPage .copyright-box {
margin:0 .5rem;
border-top:solid 1px rgba(255, 255, 255, .14)
}
 #subNav {
height:1rem
}
 #subNav>.area {
position:fixed;
top:.8rem;
left:0;
width:100%;
padding:0
}
 #subNav .all-btn {
position:relative;
zoom:1;
display:flex;
align-items:center;
padding:0 .3rem;
height:1rem;
font-size:.3rem;
color:#279e78;
border-bottom:solid 1px #e2e2e2;
background:#f9f9f9
}
 #subNav .all-btn .arrow {
position:absolute;
top:0;
right:.3rem;
display:flex;
justify-content:center;
align-items:center;
width:.68rem;
height:1rem
}
 #subNav .all-btn .arrow:before {
content:">";
line-height:1;
font-size:.4rem;
font-family:"SimSun";
color:#00a41b;
transform:rotate(90deg)
}
 #subNav .listBox {
position:absolute;
top:100%;
left:0;
width:100%;
height:0;
overflow:hidden;
background:rgba(0, 0, 0, .5);
opacity:0;
transition:opacity .4s, height 0s .4s
}
 #subNav .listBox li {
padding:0 .3rem;
background:rgba(39, 158, 120, .92)
}
 #subNav .listBox li:after {
content:"";
display:block;
height:0;
border-bottom:solid 1px rgba(255, 255, 255, .3)
}
 #subNav .listBox li:last-child:after {
display:none
}
 #subNav .listBox li a {
display:block;
padding:0 .54rem;
line-height:1rem;
font-size:.26rem;
color:#fff
}
 #subNav .listBox li.current a {
margin:0 -.3rem;
padding:0 .84rem;
text-align:center;
background:#1e8e6a
}
 #subNav[sub-nav="show"] .listBox {
height:calc(100vh - (.96rem + 1rem + .94rem));
overflow:auto;
opacity:1;
transition:opacity .4s, height 0s 0s
}
 .sub-product {
padding:.4rem 0 1rem
}
 .sub-product ul {
display:flex;
flex-wrap:wrap;
margin-top:.4rem;
padding:0 .3rem
}
 .sub-product li {
	 margin:.24rem 0 0 0;
	 width:100%;
}
 .sub-product li:nth-child(-n+2) {
/*margin-top:0*/
}
 .sub-product li:nth-child(2n+1) {
/*margin-left:0*/
}
 .sub-product .u-box {
position:relative;
zoom:1;
border:solid 1px rgba(227, 227, 227, .5);
box-shadow:0 .03rem .09rem rgba(0, 0, 0, .08)
}
 .sub-product .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-product .u-img {
position:relative;
zoom:1;
padding-top:100%
}
 .sub-product .u-img img {
position:absolute;
top:0;
left:0
}
 .sub-product .u-name {
position:relative;
zoom:1;
padding:0 .3rem .04rem;
line-height:.88rem;
overflow:hidden;
font-size:.26rem;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:normal;
text-align:center;
transition:color .4s
}
 .sub-news {
padding:.4rem 0 1rem
}
 .sub-news>.area {
padding:0
}
 .sub-news ul {
margin-top:.4rem
}
 .sub-news li {
margin-bottom:.45rem
}
 .sub-news li:last-child {
margin-bottom:0
}
 .sub-news .u-box {
position:relative;
zoom:1;
display:flex;
flex-direction:column
}
 .sub-news .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-news .dateBox {
order:-1
}
 .sub-news .date .MMDD {
padding:.22rem .3rem;
line-height:.54rem;
font-size:.36rem;
border-bottom:solid 1px #d2d2d2
}
 .sub-news .conBox {
padding:.24rem .3rem 0
}
 .sub-news .name {
line-height:.68rem;
font-size:.34rem;
color:#000
}
 .sub-news .content {
margin-top:.3rem;
line-height:.48rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
font-size:.24rem;
color:#666
}
 .sub-news .u-img {
margin-top:.54rem
}
 .sub-search>.area {
padding:0
}
 .sub-search ul {
margin-top:.4rem
}
 .sub-search li:last-child {
margin-bottom:0
}
 .sub-search .u-box {
position:relative;
zoom:1;
display:flex;
flex-direction:column
}
 .sub-search .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-search .dateBox {
order:-1
}
 .sub-search .date .MMDD {
padding:.22rem .3rem;
line-height:.54rem;
font-size:.36rem;
border-bottom:solid 1px #d2d2d2
}
 .sub-search .conBox {
padding:.24rem .3rem 0
}
 .sub-search .name {
line-height:.68rem;
font-size:.34rem;
color:#000
}
 .sub-search .content {
margin-top:.3rem;
line-height:.48rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
font-size:.24rem;
color:#666
}
 .sub-search .skw {
color:#c00
}
 .detail-page {
display:flex;
padding:.45rem .3rem;
line-height:0;
font-size:0;
text-align:center;
border-top:solid 1px #eee;
background:#fff
}
 .detail-page .page {
flex:auto;
position:relative;
zoom:1;
display:inline-block;
vertical-align:top;
width:50%;
height:1.48rem;
transition:filter .4s
}
 .detail-page .page:before {
position:absolute;
top:50%;
width:.46rem;
line-height:.24rem;
font-size:.3rem;
font-family:"SimSun";
transform:translateY(-50%)
}
 .detail-page .page:after {
content:"";
display:inline-block;
vertical-align:middle;
height:100%
}
 .detail-page .page .title {
display:inline-block;
vertical-align:middle;
max-width:100%;
text-align:left
}
 .detail-page .page h4, .detail-page .page p {
line-height:.3rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.2rem;
font-weight:normal
}
 .detail-page .page a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0
}
 .detail-page .page-prev {
padding:0 .2rem 0 .8rem;
text-align:left;
background:#ededed
}
 .detail-page .page-prev:before {
content:"<";
left:0;
padding-left:6px;
text-align:left;
color:#666;
border-right:solid 1px #ccc
}
 .detail-page .page-prev .title {
color:#8c8c8c
}
 .detail-page .page-next {
padding:0 .8rem 0 .2rem;
text-align:right;
background:#2d9b78
}
 .detail-page .page-next:before {
content:">";
right:0;
padding-right:6px;
text-align:right;
color:#fff;
border-left:solid 1px #47bf99
}
 .detail-page .page-next .title {
color:#fff
}
 .detail-page .page:hover {
filter:brightness(1.1)
}
 .detail-page .page-disabled {
display:none
}
 .pro-detail.area {
padding:0
}
 .pro-detail .detail-item {
padding:0 .3rem;
border-bottom:solid 1px #eee;
background:#fff
}
 .pro-detail .detail-item h1 {
padding:.4rem 0;
line-height:.62rem;
font-size:.42rem;
font-weight:normal
}
 .pro-detail .detail-item h1 span {
display:inline-block;
vertical-align:top;
margin-left:.2rem;
padding-top:.06rem;
line-height:.56rem;
font-size:.24rem
}
 .pro-detail .itemGallery {
border:solid 1px #d6d6d6
}
 .pro-detail .itemGallery .u-img {
width:6.9rem;
height:6.9rem
}
 .pro-detail .itemCon {
margin-right:-.3rem
}
 .pro-detail .itemCon .conBox {
padding:.4rem .3rem .3rem 0;
line-height:.54rem;
font-size:.28rem;
color:#666;
}
 .pro-detail .itemCon .conBox p:before {
content:"";
display:inline-block;
vertical-align:top;
margin:.19rem .2rem 0 0;
width:.16rem;
height:.16rem;
overflow:hidden;
background:#e6e6e6;
border-radius:50%
}
 .pro-detail .detail-con {
margin-top:.3rem
}
 .swiper-tabs-title {
padding:.4rem .2rem;
border-top:solid 1px #eee;
border-bottom:solid 1px #eee;
background:#fff
}
 .swiper-tabs-title .swiper-slide {
padding:.1rem;
box-sizing:border-box
}
 .swiper-tabs-title .swiper-slide .title {
position:relative;
zoom:1;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 .2rem 0 .3rem;
height:1.2rem;
border:solid 1px #efefef;
background:#f9f9f9;
cursor:pointer;
transition:color .4s
}
 .swiper-tabs-title .swiper-slide .title:before {
content:"";
position:absolute;
top:-1px;
bottom:-1px;
left:-1px;
right:calc(100% + 1px);
background:#2d9b78;
transition:right .4s
}
 .swiper-tabs-title .swiper-slide .title:after {
content:">";
display:flex;
justify-content:center;
align-items:center;
flex-shrink:0;
margin-left:.2rem;
width:.34rem;
height:.34rem;
font-size:.3rem;
font-family:"SimSun";
color:#999;
border:solid 1px #ccc;
transition:opacity .4s, transform .4s
}
 .swiper-tabs-title .swiper-slide h4 {
position:relative;
line-height:.36rem;
font-size:18px;
font-weight:normal
}
 .swiper-tabs-title .swiper-slide-thumb-active .title {
color:#fff
}
 .swiper-tabs-title .swiper-slide-thumb-active .title:before {
right:-1px
}
 .swiper-tabs-title .swiper-slide-thumb-active .title:after {
opacity:0;
transform:translateX(.1rem)
}
 .swiper-tabs-title .case-btn {
position:relative;
zoom:1;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 .2rem 0 .3rem;
height:1.2rem;
line-height:.36rem;
font-size:18px;
border:solid 1px #efefef;
background:#f9f9f9;
transition:color .4s
}
 .swiper-tabs-title .case-btn:after {
content:">";
display:flex;
justify-content:center;
align-items:center;
flex-shrink:0;
margin-left:.2rem;
width:.34rem;
height:.34rem;
font-size:.3rem;
font-family:"SimSun";
color:#999;
border:solid 1px #ccc;
transition:opacity .4s, transform .4s
}
 .swiper-tabs-content .content {
padding:.4rem .3rem;
line-height:.36rem;
font-size:.22rem;
color:#666
}
 .swiper-tabs-content .content h4 {
margin-bottom:.24rem;
line-height:.42rem;
font-size:.28rem;
font-weight:normal;
color:#333
}
 .swiper-tabs-content .content hr {
margin:.3rem 0;
border:0;
border-bottom:solid 1px #ccc
}
 .news-detail {
padding:.2rem .3rem 0
}
 .news-detail h1 {
 font-size: .34rem;
 font-weight: bold;
 margin: 10px 0 20px;
}
 .news-detail .detail-date {
line-height:.34rem;
font-size:.18rem;
color:#838383
}
 .news-detail .detail-img {
padding:.2rem 0
}
 .news-detail .detail-con {
padding:.2rem 0;
line-height:1.6666;
font-size:.18rem;
color:#666
}
 .news-detail .detail-con h4 {
margin-bottom:.12rem;
line-height:.34rem;
font-size:.22rem;
font-weight:normal;
color:#333
}
 .news-detail .detail-page {
margin:0 -.3rem
}
 .sub-case {
padding:.4rem 0 1rem
}
 .sub-case ul {
display: block;
flex-wrap:wrap;
margin-top:.4rem;
padding:0 .3rem
}
 .sub-case li {
margin-top:.45rem
}
 .sub-case li:first-child {
margin-top:0
}
 .sub-case .u-box {
position:relative;
zoom:1;
padding-top:.26rem
}
 .sub-case .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-case .u-box:before {
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height:.02rem;
min-height:1px;
overflow:hidden;
background:#efefef;
transition:width .4s
}
 .sub-case .u-name {
position:relative;
zoom:1;
line-height:.68rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.34rem;
transition:transform .4s
}
 .sub-case .u-con {
margin-top:.3rem;
line-height:.48rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
font-size:.24rem;
transition:transform .4s
}
 .sub-case .u-img {
margin-top:.54rem;
transition:transform .4s
}
 .sub-case .m-page {
margin-top:1rem
}
 .sub-about {
line-height:2;
font-size:.24rem;
color:#666
}
 .sub-about img.f-fl {
float:none
}
 .sub-about h2 {
margin:0;
padding:.4rem 0 .24rem;
line-height:1.6;
font-size:.3rem;
text-align:left
}
 .sub-about hr, .sub-about:after {
margin:0 -.3rem;
height:.3rem;
border:0 none;
border-top:solid 1px #eee;
border-bottom:solid 1px #eee;
background:#f9f9f9
}
 .sub-about .clear hr {
margin:0 -.3rem 0 0;
height:0;
border:0 none;
border-bottom:solid 1px rgba(204, 204, 204, .67)
}
 .sub-about:after {
content:"";
display:block;
margin-top:.48rem
}
 .sub-about .u-con {
padding:.3rem 0
}
 .sub-about-video {
padding-top:.4rem
}
 .sub-about-video li {
margin-top:.5rem
}
 .sub-about-video li:first-child {
margin-top:0
}
 .sub-about-video .u-box, .sub-about-video .u-img {
position:relative;
zoom:1;
overflow:hidden
}
 .sub-about-video .u-img:before {
content:"";
position:absolute;
z-index:5;
top:50%;
left:50%;
transform:translate(-50%, -50%);
width:1.23rem;
height:1.23rem;
background:url(../images/ico-video.png) center / contain no-repeat
}
 .sub-about-video .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-about-video .u-name {
margin-top:.35rem;
line-height:1.5;
font-size:.28rem;
font-weight:normal;
color:#333
}
 .sub-history {
position:relative;
zoom:1;
margin-bottom:-1rem;
padding-bottom:1rem
}
 .sub-history:before {
content:"";
position:absolute;
top:0;
bottom:0;
left:0;
width:2px;
overflow:hidden;
background:linear-gradient(#1e98cb, #8ac57f)
}
 .sub-history li {
position:relative;
zoom:1;
padding:0 0 .5rem .5rem;
display:flex;
flex-direction:column
}
 .sub-history .ico {
position:absolute;
top:0;
left:1px;
width:.26rem;
height:.26rem;
background:#fff;
border-radius:50%;
transform:translateX(-50%);
background:linear-gradient(#1e98cb, #8ac57f)
}
 .sub-history .u-date {
margin-bottom:.2rem;
line-height:1.2;
font-size:.3rem;
font-weight:normal;
color:#333
}
 .sub-history .u-con {
line-height:2;
font-size:.24rem;
color:#797979
}
 .sub-history .u-img {
margin-top:.16rem;
line-height:0;
font-size:0
}
 .sub-history .u-img img {
margin:1.8126% 0 0 1.8126%;
max-width:49.0936%
}
 .sub-history .u-img img:nth-child(-n+2) {
margin-top:0
}
 .sub-history .u-img img:nth-child(2n+1) {
margin-left:0
}
 .sub-partner {
padding:.4rem 0 1rem
}
 .sub-partner ul {
display:flex;
flex-wrap:wrap;
margin-top:.4rem;
padding:0 .05rem
}
 .sub-partner li {
width:50%
}
 .sub-partner li:nth-child(-n+2) {
margin-top:0
}
 .sub-partner li:nth-child(2n+1) {
margin-left:0
}
 .sub-partner .u-box {
position:relative;
zoom:1;
margin:.15rem .25rem;
transition:color .2s
}
 .sub-partner .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-partner .u-img {
height:1.58rem;
border:solid 1px #ededed
}
 .sub-partner .u-name {
margin-top:.16rem;
line-height:.46rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.26rem;
font-weight:normal;
text-align:center
}
 .sub-contact h2 {
padding:.2rem 0;
line-height:1.6;
font-size:.3rem;
font-weight:bold;
text-align:left
}
 .sub-contact hr {
border:0 none;
border-bottom:solid 1px rgba(204, 204, 204, .68)
}
 .sub-contact .u-con {
padding:.4rem 0;
line-height:2;
font-size:.24rem;
color:#666
}
 .sub-contact .u-con h4 {
margin-bottom:.12rem;
line-height:1.6;
font-size:.3rem;
font-weight:normal
}
 .sub-contact-img {
position:relative;
left:50%;
margin:.4rem 0 -1rem;
padding:.8rem 0;
width:100vw;
min-width:320px;
transform:translateX(-50%);
background:#f7f7f7
}
 .sub-contact-img ul {
display:flex;
flex-wrap:wrap;
margin:0 auto;
padding:0 .3rem
}
 .sub-contact-img li {
width:50%
}
 .sub-business {
padding:.4rem 0 1rem
}
 .sub-business ul {
margin-top:.4rem;
padding:0 .7rem
}
 .sub-business li {
margin-top:.7rem
}
 .sub-business li:first-child {
margin-top:0
}
 .sub-business .u-box {
position:relative;
zoom:1;
box-shadow:0 0 .07rem rgba(19, 19, 19, .22)
}
 .sub-business .u-box a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
font-size:0;
background:#fff;
filter:alpha(opacity=0);
opacity:0
}
 .sub-business .u-con {
padding:.4rem
}
 .sub-business .name {
line-height:.48rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:.32rem;
font-weight:normal
}
 .sub-business .name:after {
content:"";
display:block;
margin-top:.4rem;
width:.54rem;
height:2px;
overflow:hidden;
background:#396
}
 .sub-business .content {
margin-top:.3rem;
line-height:.48rem;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:4;
-webkit-box-orient:vertical;
font-size:.26rem;
color:#666
}
}
hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid #ddd;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
.pagebar {
	padding:20px;
	overflow:hidden;
	clear:both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height:150%;
	width: auto !important;
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}
.pagination a.page-num-current {
	color: #fff;
	background: #1962ae;
	border: 1px solid #1962ae;
}
.sub-partner .u1-img {
	border: solid 1px #e3e3e3;
}
.vn-honor {
	border: solid 1px #ededed;
	min-height: 4.33rem;
	position: relative;
}
.vn-honorimg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: auto !important;
}
@media screen and (max-width: 1024px) {
.n-product-list-column .wdzx {
 width: 100%!important;
 margin-right: 0!important;
 max-height: none!important;
 margin-bottom: 0!important;
}
}
.new-com-detail {
	max-width: 1500px;
	margin: auto;
	padding-bottom: 40px;
 padding: 0 .3rem;
}
.vn-baike {
	background: #ffffff;
	padding: 30px;
	margin: 30px 0;
	border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
.vn-baike {
 padding: 10px;
}
.new-com-detail {
 padding: 0.4rem 0.3rem;
}
.vmtith h2 {
 font-size: 20px!important;
}
.pro-detail .itemCon .listBox li {
    width: 100%;
}
.pro-detail .itemCon .listBox {
    border-bottom:none;
}
}
.vn-baike-img {
	text-align:center;
}
.contentx {
	margin-top: 0.2rem;
	line-height: 1.75;
	font-size: 16px;
}
.vn-baike h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 15px;
	color: #000;
}
.n-product-list-column .wdzx {
	width:100%;
	display: inline-block;
	max-height: 140px;
}
.n-product-card {
	background-color: #ffffff;
	min-height: 130px;
 transition: all .36s ease-out 0s;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 16px;
	gap: 16px;
	border-top :1px solid #f0f0f0;
	height: 140px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.n-product-card:hover {
	border: 1px solid #004494;
}
.n-product-name {
	font-size: 16px;
	line-height: 32px;
	color: #292929;
}
.n-product-name h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #004494;
	margin-bottom: 8px;
}
.n-product-desc p {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:1.75;
	color: #666666;
	-webkit-line-clamp: 2;
	max-width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position: relative;
}
.vmtith h2 {
	font-size: 24px;
	font-weight: 700;
	color: #666666;
}
.vn-title {
	font-size:20px;
	font-weight: 600;
 margin: .2rem 0 0 0;
	color: #333;
}
.vn-titlec {
	width:30px;
	height:30px;
	background: #1963ac;
	line-height: 28px;
	display: inline-block;
 margin-right: .1rem;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.wn-title {
	border-bottom: 1px solid #1963ac;
	padding-bottom: 8px;
	margin: 40px 0;
}
.vnli {
	counter-reset: section;
}
.vnli li {
	display: flex;
	padding: 5px 0 5px;
}
.vnli li::before {
 counter-increment: section;
 content: counter(section) ". ";
 line-height: 1.95;
 color: #046eb7;
 margin-right:10px;
}
.vnli li p {
	margin: 0px !important;
	line-height: 1.95!important;
}
.vn-provnlip .vnli li::before {
    line-height: 1.55;
}
.vn-provnlip .vnli li p {
	margin: 0 0 10px 0 !important;
	line-height: 1.55!important;
}

p.vnlip strong {
	display: contents;
	color: #333;
	display:ruby-text-container;
}
.vnli li p strong {
	color: #333;
	display: -ms-inline-flexbox;
}
.vnli .vnlip {
	margin: 0px 0 10px 24px !important;
	display: flex;
}
.vnli .vnlip:last-child {
	margin: 0px 0 20px 24px !important;
}
.vnli li:first-child {
	padding: 10px 0 10px;
}
.vnli .vnlip::before {
 content: "•";
 margin-right:10px;
 color: #145bf2;
}
ul.vnulli li p::before {
    content: "•";
    margin-right: 10px;
	color:#046eb7;
}
ul.vnulli li p{
	display: flex;
	margin: 10px 0 10px 12px !important;
}
ul.vnulli li p strong {
    display: contents;
    display: ruby-text-container;
}
ol.vnli p {
margin-top: 0px!important;
}
.vnli .vnulli li{
	padding: 0;
	}
.vnli .vnulli li p{
	margin: 4px 0 4px 24px !important;
	}
.vnli .vnulli li::before{
	display:none;
	}
.swiper-tabs-content .content .vvna-table .vnli li {
	padding: 0px 0 0px;
}
.swiper-tabs-content .content .vvna-table .vnli li:first-child {
	padding: 0px 0 0px;
}
.swiper-tabs-content .content .vvna-table .vnli li p {
	font-size:16px;
}
 .vvna-table table tr:nth-child(odd) {
/* background-color: rgb(241, 241, 241);*/
}
.vvna-table td {
	text-align: center;
	font-size: 16px;
	margin: 5px 0;
	padding: 10px 8px;
	color:#333;
}
.vvna-table.vn-table-tdleft td {
	text-align:left;
}
.vvna-table .vn-tabletitlea {
    background: #007bba;
    text-align: left;
    color: #fff;
    border: 1px solid #007bba;
}
.vvna-table td a {
    color: #2980b9;
}
.vvna-table .vn-tb {
	text-align: justify;
	padding-left: 10px;
}
.vn-tbwidth {
	width: 12%;
	min-width: 90px;
}
.vvna-table {
	overflow-x: auto;
}
.vvna-table.vn-huohao {
    margin-right: 40px;
    display: inline-block;
    width: calc(50% - 20px);
	vertical-align: top;
}
.vvna-table.vn-huohao:nth-child(2n+1) {
    margin-right: 0;
}
.vvna-table td.vn-td12,.vvna-table td.vn-td13,.vvna-table td.vn-td14 {
    width: 30%;
}
.vvna-table .vn-td11 {
    width: 10%;
}
.vvna-protable tr td{
	border-bottom: 1px solid #CCC;
}
.vvna-protable tr td {
    text-align: left;
}
.vvna-protable tr td {
    padding: 8px 8px;
}
.detail-date ul, .detail-date ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.detail-date ul li {
	margin-right: 42px;
}
.detail-date.vn-caseb{
	margin: 40px 0;
}
.detail-date.vn-caseb ul li {
	margin-right: 0;
}
.detail-date ul li img {
	width: 18px;
	flex-shrink: 0;
	margin-right: 8px;
}
.detail-date ul li a {
	display: inline-flex;
	color: #adadad;
}
.detail-date ul li:hover a {
	color: #239873;
}
.vn-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
}
.vn-bannerda {
 font-size: .64rem;
	line-height: 1.5;
	color: #ffffff;
	font-weight: bold;
}
.indexbanner .vn-bannerda {
	text-shadow: 1px 1px 1px #1963ac;
}
.vn-bannerxiao p {
 font-size: .4rem;
	line-height: 1.5;
	font-weight: 300;
	color: #fff;
}
.vn-bannerlink {
	margin-top: 0.64rem;
}
.vn-bannerlinka {
	width: 144px;
	background-color: #004ea2;
	margin-right: 30px;
	border-radius: 4px;
	border: 1px solid #004ea2;
 transition: all .36s;
	text-align: center;
}
.vn-bannerlinkb a {
	font-size: 16px;
	line-height: 48px;
	color: #fff;
 transition: all .36s;
	display: block;
}
/*增加*/
#beijing {
	margin-top: 100px;
	margin-bottom: 80px;
}
.n-page-content {
	max-width: 1440px;
	margin:0 auto;
	padding: 0 20px;
}
.overviewCont {
	display: flex;
	align-items: center;
}
.overviewImg {
	max-width: unset;
	min-width: unset;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: 48px;
}
.overviewInfo .n-project-title {
	text-align: left;
	margin-bottom: 0;
	color: #292929;
	font-size: 36px;
	font-weight: 700;
	line-height: 150%;
}
.title-line {
	position: relative;
	padding-bottom: 24px;
}
.title-line::after {
 content: '';
 display: block;
 height: 2px;
 width: 50px;
 position: absolute;
 left: 0;
 bottom: 0;
 background: #E60039;
}
.overviewInfo ul {
	margin-bottom: 8px;
}
.overviewInfo ul li {
	list-style-type: disc;
	margin-left: 16px;
}
.overviewInfo p {
	margin-top: 24px;
	color: #6A6B6D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
.blueBg {
	padding: 100px 20px 80px 20px;
	background: #F7F9FA;
	margin-top: 0px;
}
.n-page-title {
	color: #2A2B2E;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 60px;
}
.n-page-content p {
	color: #6A6B6D;
	color: #333333;
	font-size: 16px;
	line-height: 1.95;
	margin-top: 16px;
}
.n-page-content p strong {
	color: #000000;
}
.ppp {
	margin:20px 0;
}
.vn-biaoti {
	color: #1963ac!important;
	font-size: 20px!important;
	font-weight:bold;
}
.nbannerda {
	color: #2A2B2E;
font-size: .48rem;
	font-weight: 700;
}
.nbannerxiao p {
	margin-top: 24px;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}
.nbannerlinka {
	background-color: #E60039;
	border: 1px solid #E60039;
}
.vn-bannerlink {
	margin-top: 0.44rem;
}
.nbanner {
	top: 60%;
}
.wapbanner {
	display: none;
}
.narea {
	margin-bottom: 20px;
}
 @media screen and (max-width: 768px) {
.vvna-table.vn-huohao {
    margin-right: 0;
	display: flex;
    width:100%;
}
.vvna-table.vn-huohao .vn-td1 {
    width: 15%;
}
.vvna-table.vn-huohao .vn-td2 {
    width: 45%;
}
.vvna-table.vn-huohao .vn-td3 {
    width: 40%;
}
.vvna-table.vn-huohao .vn-tabletwo {
    display: none;
}
.vvna-table.vn-huohao .vn-tabletwo-first {
    border-top: none;
}
.swiper-tabs-content .content p {
 font-size: 18px;
 margin: 6px 0 20px 0;
 line-height: 1.75;
 color: #333;
 text-align:justify;
}
.pro-detail .itemCon .listBox h4 {
 line-height: 50px;
 font-size: 18px;
}
.n-search-tab {
 width: 120px!important;
}
.npcbanner {
 display:none;
}
.wapbanner {
 display: block;
}
.nbanner {
 top: 50%;
}
.vn-banner {
 width: 90%;
}
.vn-bannerlinka {
 width: 115px;
}
.vn-bannerlinkb a {
 line-height: 40px;
}
.lazyloada {
 display: block;
}
.pcbannera {
 display: none;
}
.detail-date ul {
 display: block;
}
.detail-date ul li {
 font-size: 14px;
 line-height: 30px;
}
.news-detail .detail-con p {
 font-size: 18px;
 line-height: 1.95;
 margin: 18px 0;
}
.news-detail .detail-con p a {
 color: #004ea2;
 display: contents;
}
.vn-title {
 font-size: 20px;
 display: flex;
 align-items: center;
}
.vn-titlec {
 width: 22px;
 height: 22px;
 line-height: 22px;
}
.vnli li::before {
 font-size: 18px;
}
.news-detail h1 {
 font-size: 24px;
}
.sub-news .u2-img {
 margin-top: 0.54rem;
 max-height: 4.6rem;
 margin-right: 0.7rem;
 width: 100%;
 position: relative;
 overflow: hidden;
}
.nnewsindex:nth-child(n+5) {
display: none;
}
.vn-prolistc li a {
 font-size:18px!important;
 line-height: 48px !important;
 padding: 0 10px 12px !important;
}
.vn-prolistb {
 white-space: nowrap;
 overflow: auto;
}
.vn-prolistc li {
 margin-right: 25px;
}
.vn-prolistc li {
 width: auto!important;
}
.npropc {
 display:block!important;
}
.n-search-bar {
 background: none;
 padding: 0 10px;
}
.tool-cont .tool-item {
 width: calc(100% - 20px)!important;
}
.vn-sqimg {
 width: 50%!important;
}
.vn-sqimg img {
 max-width: 100px!important;
}
.tool-cont .tool-itema {
 width: calc(100% - 20px)!important;
}
.pr14lie {
 width: 100%!important;
}
.vn-recursion {
 flex-wrap: wrap;
}
.vn-pr14tuimg {
 width:100%;
}
.pr14lie {
 padding: 20px 0!important;
}
.warranty-cont .warranty-btn {
 margin: 20px auto!important;
}
.vncjwt {
 margin-top: 20px!important;
}
.quanbu {
 display: flow-root!important;
}
}
.quanbu::before {
 content: "";
 top: -1px;
 left: -2px;
 background: #fff;
 border: 1px solid #d9d9d9;
 width: 17px;
 height: 17px;
 display: inline-block;
 text-align: center;
 vertical-align: middle;
 line-height: 15px;
 position: relative;
 margin-right: 10px;
 outline: none;
 -webkit-appearance: none;
}
.quanbua::before {
 content: "\2713" !important;
 border: 1px solid #e50232 !important;
 color: #e50232;
 font-size: 15px;
 font-weight: bold;
 width: 17px;
 height: 17px;
 display: inline-block;
 text-align: center;
 vertical-align: middle;
 line-height: 15px;
 position: relative;
 margin-right: 10px;
 outline: none;
 -webkit-appearance: none;
 font-style: normal;
}
 @media screen and (max-width: 1280px) {
.overviewImg {
 width: 100%;
 margin-right: 0;
 margin:auto;
}
.overviewInfo {
 margin-top: 60px;
}
.overviewCont {
 flex-wrap: wrap;
}
.blueBg {
 padding: 60px 20px 80px 20px;
}
#beijing {
 margin-top: 60px;
}
.overviewInfo .n-project-title, .n-page-title {
 font-size: 24px;
}
.n-page-title {
 position: relative;
 text-align: left;
 padding-bottom: 24px;
 margin-bottom: 20px;
}
.waptopa {
 margin-top: 20px;
}
.overviewInfo .n-project-title::after, .n-page-title::after {
 content: '';
 display: block;
 height: 2px;
 width: 50px;
 position: absolute;
 left: 0;
 bottom: 0;
 background: #E60039;
}
.n-page-content {
 margin: 0 auto;
}
.vn-pr14d {
 flex-wrap: wrap;
}
.vn-pr14img {
 margin:0 auto;
}
}
/*专题*/
/*产品*/
.vn-propimg{
	box-shadow: 0 5px 13px rgba(0, 0, 0, .2);
	text-align: center;
}
.vn-prolist {
	margin-top: 0;
	padding: 0 0.3rem;
}
.vn-prolista {
	max-width: 1590px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(221, 221, 221, 1);
	position: relative;
}
.vn-prolistc {
	display: flex;
}
.vn-prolistc li {
	position: relative;
	zoom: 1;
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
.vn-prolistc li a {
 line-height: .7rem;
 font-size: .2rem;
	font-weight:500;
	color: #333;
	position: relative;
	padding: 0 0.1rem 0.22rem;
	white-space: nowrap;
}
.vn-prolistc li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #2d9b78;
 transition: width .4s;
	left: 0;
}
.vn-prolistc li a:hover:before, .vn-prolistc li.current a:before {
	width: 100%;
	right: auto;
	left: 0;
}
.vn-prolistc li a:hover, .vn-prolistc li.current a {
	color: #239873;
}
.npropc {
	display:none;
}
/*产品*/
/*支持*/
.n-search-bar {
	width: 1440px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	max-width: 100%;
}
.n-search-bar-content {
	border: 1px solid #e6e6e6;
}
.n-search-tabs {
	flex-direction: row;
	display: flex;
	text-align: start;
	font-size: 14px;
	line-height: 24px;
	color: #7D7D7D;
	max-width: 1440px;
	margin: 0 auto;
	border-bottom: 1px dashed #e6e6e6;
	padding-top: 1px;
}
.n-search-tabs:last-child {
	border-bottom: none;
}
.n-search-tab-1 {
	padding: 20px 0;
	width: 10%;
	text-align: center;
	font-size: 16px;
	background: #f2f2f2;
	min-width: 100px;
}
.n-search-main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.n-search-tab {
	margin-top: 16px;
	width: 144px;
	position: relative;
	padding: 3px 20px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	min-width: 120px;
}
.n-search-tab-selected {
	font-size: 14px;
	color: #004ea2!important;
	font-weight: bold;
}
.n-search-tab i {
	width: 17px;
	height: 17px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	position: relative;
	margin-right: 10px;
	outline: none;
	-webkit-appearance: none;
}
.n-search-tab i::before {
 content: "";
 position: absolute;
 top: -1px;
 left: -2px;
 background: #fff;
 width: 100%;
 height: 100%;
 border: 1px solid #d9d9d9;
}
.n-search-tab-selected i::before {
 content: "\2713"!important;
 border: 1px solid #e50232!important;
 color: #e50232;
 font-size: 15px;
 font-weight: bold;
}
.page-service {
	background: #F0F0F0;
}
.page-section {
	padding-bottom: 80px;
}
.page-section .section-title {
	font-size: 36px;
	padding: 70px 0 60px 0;
	font-weight: bold;
	color: #292929;
	text-align: center;
}
.page-section .section-content {
	max-width: 1440px;
	margin: 0 auto;
}
.service-cont {
	display: flex;
	flex-wrap: wrap;
}
.service-cont .service-item {
	width: calc(50% - 20px);
	background: #fff;
	margin: 10px;
	height: 270px;
	box-sizing: border-box;
	padding: 0 10px;
}
.service-cont .service-item a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #808080;
}
.service-cont .service-item a img {
	height: 70px;
	width: 70px;
	display: block;
	margin: 0 auto 16px auto;
}
.service-cont .service-item a .service-item-tit {
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 45px;
	color: #292929;
}
.n-product-content {
	max-width: 1460px;
	margin: 0 auto;
	width: 100%;
}
.n-product-list-column {
	width: 100%;
	margin: 60px auto;
	display: inline-block;
}
.tool-cont .tool-item {
	width: calc(33% - 20px);
	background: #fff;
	margin: 10px;
	background: #F6F6F6;
	overflow: hidden;
	display: inline-block;
}
.tool-cont .tool-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.tool-cont .item-img {
	position: relative;
	overflow: hidden;
}
.tool-cont .item-img img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
.tool-cont .tool-item:hover .videoex {
	transform: scale(1.05);
}
.videoex {
 transition: all .36s ease-out 0s;
}
.tool-cont {
	display: flex;
	flex-wrap: wrap;
}
.tool-cont .item-img .item-tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 28px;
	z-index: 4;
}
.bfj {
	width: 20% !important;
}
.tool-cont .item-cont {
	padding: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #292929;
	text-align: center;
	line-height: 1.75;
}
.tool-more .tool-more-btn, .problem-more .problem-more-btn {
	display: block;
	margin: 50px auto 0 auto;
	text-align: center;
	border: 1px solid #004ea2;
	border-radius: 4px;
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
	font-size: 16px;
	color: #004ea2;
}
.tool-more .tool-more-btn:hover {
	color: #fff;
	background: #004ea2;
}
.corpus-box {
	padding: 60px 10px;
}
.corpus-each {
	border: 1px solid #eee;
	margin-bottom: -1px;
	overflow: hidden;
	padding: 20px 20px 18px;
}
.corpus-each:hover {
	border-color: #00a1e9;
	position: relative;
}
.corpus-cover {
	display: block;
	float: left;
	font-size: 0;
	background: url(../img/book.png) no-repeat;
	height: 140px;
	width: 98px;
}
.corpus-cover-mid {
	display: table-cell;
	vertical-align: middle;
	height: 131px;
	width: 93px;
}
.corpus-cover img {
	max-height: 131px;
	width: 93px;
	vertical-align: middle;
	margin: 1px 0 0 4px;
}
.corpus-intro {
	margin-left: 113px;
}
.corpus-intro h4 {
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.corpus-intro p a {
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 22px;
	height: 48px;
	margin-bottom: 18px;
	overflow: hidden;
}
.corpus-msg {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	margin-top: 8px;
}
.corpus-msg a {
	color: #999;
}
.cmin-lines {
	display: inline-block;
	width: 1px;
	background: #999;
	height: 10px;
	vertical-align: middle;
	margin: 0 12px;
}
.corpus-msg .corpus-head {
	height: 24px;
}
.corpus-head {
	margin-bottom: 10px;
}
.vn-sqfuwu {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}
.vn-sqimg {
	padding: 20px;
	width: 20%;
}
.vn-sqimg img {
	max-width: 150px;
}
.vn-sqtitle {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-top: 20px;
	font-weight: bold;
}
.tool-cont .tool-itema {
	width: calc(33% - 20px);
	margin: 10px;
	background: #F6F6F6;
}
.vn-fwlist {
	display: flex;
	margin: 0 auto;
	max-width: 1400px;
	border-bottom: 1px solid #eeeeee;
	white-space: nowrap;
	overflow: auto;
}
.vn-fwnav {
	margin: 40px 0 0;
}
.vn-fwtitle {
	margin-right:40px;
	position: relative;
	height: 40px;
}
.vn-fwtitle a {
	font-size: 18px;
	line-height: 1.6;
	color: #292929;
}
.vn-fwtitle a:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #2d9b78;
 transition: width .4s;
	left: 0;
}
.vn-fwtitle a:hover:before {
	width: 100%;
	right: auto;
	left: 0;
}
.ncurrent a:before {
	width: 100%;
	right: auto;
	left: 0;
}
.vn-recursion {
	max-width: 1440px;
	margin: 80px auto;
	padding: 0 20px;
	display: flex;
}
.pr14lie {
	padding: 20px;
	width: 33.33%;
}
.pr14a {
	display: block;
	text-align: center;
	border-radius: 10px 10px 0 0;
	line-height: 42px;
	height: 42px;
	color: #ffffff;
	font-size: 18px;
	background: #1066b2;
}
.pr14p {
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 10px 10px;
	padding: 10px;
	min-height: 140px;
}
.vn-pr14d {
	font-size: 16px;
	line-height: 1.75;
	display: flex;
}
.vn-pr14img {
	width: 120px;
	height: 100%;
	min-width: 120px;
}
.vn-shouhou {
	display: flex;
}
.vn-shouhoua {
	width: 50%;
	margin: 1.6666% 1.6666% 0 0;
	border: 1px solid #cbcbcb;
	padding: 30px;
}
.vn-shouhoua:nth-child(2n) {
 margin: 1.6666% 0 0 0;
}
.vnshab {
	margin-bottom:30px;
}
.hujiao {
	color: #6A6B6D;
	font-size: 16px;
	font-weight: normal;
}
 @media screen and (max-width: 1440px) {
.n-search-bar {
 background: none;
 padding: 0 10px;
}
.vn-sqimg {
 width: 33.33%;
}
.vn-fwlist {
 padding:0 20px;
}
}
@media screen and (max-width: 1280px) {
.vn-shouhoua {
 width: 100%;
 margin: 1.6666% 0 0 0;
 border: 1px solid #cbcbcb;
 padding: 30px;
}
.vn-shouhou {
 flex-wrap: wrap;
}
}
/*支持*/


/*留言板*/
.warranty-cont .warranty-btn {
	display: block;
	width: 154px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 4px;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	margin-top: 15px;
	background:#6BB847;
	font-weight: bold;
	margin: 20px 0 10px;
}
.bgPop1, .bgPop2 {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	top: 0;
	z-index: 99;
}
.pop {
	display: none;
	max-width: 640px;
	width: 90%;
	position: absolute;
	padding: 25px;
	z-index: 1000;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.opop {
	display: none;
	max-width: 640px;
	width: 90%;
	position: absolute;
	padding: 25px;
	z-index: 1000;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
	top: 100%;
    left: 50%;
	transform: translate(-50%, -50%);
}
.pop.vn-opop-top,.opop.vn-opop-top {
    top: 30%;
}
.pop.vn-opop-top{
    top: 40%;
}

.opop.vn-opop-top1 {
    top: 60%;
}
.pop.vn-opop-protop {
    top: 16%;
}
.pop.vn-ask-poptop{
	top: 50%;
}
.pop-top {
	height: 66px;
	width: 100%;
	border-bottom: 3px #004494 solid;
}
.pop.contact-top {
    top: 60%;
}
.pop-top h2 {
	float: left;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
}
.poph2p {
	line-height: normal;
	font-weight: normal!important;
	margin: 3px 10px 0 0;
	font-style: normal;
	color: #666666;
	font-size: 16px;
}
.pop-top span {
	float: right;
	cursor: pointer;
	font-weight: bold;
	display: block;
}
.pop-content-right {
	width: 99%;
	float: left;
	padding-top: 20px;
	font-size: 16px;
	line-height: 35px;
}
.lyitem {
	line-height: 40px;
	width: 100%;
	margin-bottom: 10px;
}
.txt {
	border: solid 1px #cccccc;
	height: 41px;
	line-height: 42px;
	padding-left: 15px;
	width: 100%;
}
.lyitem textarea {
	height: 110px;
}
.pop-foot {
	line-height: 50px;
	width: 100%;
	border-top: 1px #E5E5E5 solid;
	text-align: right;
}
.pop-cancel {
	background-color: #ffffff;
	border: 1px #cecece solid;
	color: #000;
	border-radius: 5px;
	padding: 8px 15px;
	cursor: pointer;
	line-height: normal;
}
.pop-ok {
	padding: 11px 15px;
	border: none;
	border-radius: 5px;
	background-color:#6BB847;
	color: #fff;
	cursor: pointer;
	line-height: normal;
	margin-top: 40px;
	width: 100%;
}
form input {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: none;
	border: none;
}
input {
	line-height: normal;
	text-overflow: ellipsis;
	font-size: 14px;
	margin: 0;
	color: #333;
	border: 0;
	outline: 0;
	background: 0 0;
}
.code {
	width: 48% !important;
	margin-top: 20px;
}
.vn-poptitle {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.vn-poptitleh {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	padding: 10px 0;
}
.opop-close, .pop-close {
	font-size: 25px;
	font-weight: normal;
}
.yanzhengma {
	cursor: pointer;
	height:42px;
	width:120px;
	margin-top:20px;
}
/*留言板*/
/*常见问题*/
.vncjwt {
	margin-top: 1.3rem;
}
.vn-fwnava {
	text-align: center;
}
.vn-fwlistask {
	/*display: flex;*/
	margin: 40px auto 5px;
	max-width: 1440px;
	flex-wrap: wrap;
}
.vn-fwlistask .n-search-tab {
	width: 144px!important;
	font-size: 18px;
}
.vn-fwlistask .n-search-tab i {
	width: 20px;
	height: 20px;
}
.vn-fwlistask .n-search-tab i::before {
 top: -2px;
}
.vn-fwlistask .n-search-tab-selected i::before {
 content: "\2713" !important;
 border: 1px solid #e50232 !important;
 color: #e50232;
 font-size: 15px;
 font-weight: bold;
}
.vn-fwlistask .n-search-tab-selected {
	height: 30px;
}
.prob-wrap {
	padding: 60px 20px 5px 20px;
	background-color: #fff;
	margin: 0 auto;
	max-width: 1440px;
}
.prob-img {
	background-color: #0264ab;
	border-radius: 50%;
	display: inline-block;
	margin-top: 5px;
}
.prob-wenti .prob-font {
	background-color: #eeeeee;
	border-radius: 6px 6px 6px 0;
	font-size: 18px;
	color: #333;
	padding: 17px 18px 16px;
	width: calc(100% - 71px);
	float: right;
	position: relative;
}
.prob-wenti .prob-font::before {
 transition: all 0.5s;
 content: "";
 display: inline-block;
 border-left: 6px solid transparent;
 border-right: 7px solid transparent;
 border-bottom: 6px solid #eeeeee;
 position: absolute;
 bottom: 0;
 left: -7px;
}
.clearfix:after {
	clear: both;
}
.clearfix:after, .clearfix:before {
	content: " ";
	display: table;
}
.prob-huida {
	padding: 25px 0 32px;
}
.prob-huida .prob-font {
	float: right;
	font-size: 16px;
	color: #777;
	width: calc(100% - 71px);
	line-height: 1.75;
}
.prob-huida:hover img, .prob-wenti:hover img {
	animation: swing 1s;
}
.prob-huida .prob-img {
	background-color: #eeeeee;
}
.prob-huida .prob-font p {
	padding-bottom: 5px;
	line-height: 1.75;
}
.vnmore {
	color: #0264ab;
	padding-left: 10px;
}
.prob-wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.prob-wrap ul li {
	margin-right: 80px;
	width: calc(50% - 40px);
	margin-top: 40px;
}
.prob-wrap ul li:nth-child(2n) {
 margin-right: 0;
}
@media screen and (max-width: 1280px) {
.prob-wrap ul li {
 margin-right: 40px;
 width: calc(100%);
 margin-top: 20px;
}
.prob-wrap ul li {
 margin-right: 0px!important;
}
}
/*常见问题结束*/
/*详情页*/
.vn-dowload {
	background: #1963ac;
	color: #ffffff !important;
	padding: 0 10px;
	border-radius: 18px;
}
.vn-wd {
	text-align: center;
}
.vn-wd a {
	line-height: 24px;
	background: #2d9b78;
	display: inline-block;
	padding: 15px 40px;
	color: #ffffff;
	border-radius: 32px;
	font-size: 20px;
	font-weight: 500;
}
.vnvideo iframe {
	width: 100%;
	min-height: 810px;
}
@media screen and (max-width: 1280px) {
.vnvideo iframe {
 min-height: 690px;
}
}
 @media screen and (max-width: 1024px) {
.vnvideo iframe {
 min-height: 550px;
}
}
@media screen and (max-width: 768px) {
.vnvideo iframe {
 min-height: 416px;
}
.pop.vn-opop-protop {
    top: 20%;
}
.pop.vn-ask-poptop{
	top: 60%;
}

}
 @media screen and (max-width: 480px) {
.vnvideo iframe {
 min-height: 223px;
}
}
.blueBg1 {
	padding: 100px 0 80px;
	background: #F7F9FA;
	margin-top: 0px;
}
.vn-new {
	width: 65%;
	background: #ffffff;
	display: inline-block;
}
.vn-news {
	width: 90%;
	margin: 0 auto;
}
.ws-art-detailright {
	display: inline-block;
	margin-left: 1.8%;
	width: 32%;
	vertical-align: top;
	/* background-color: #ffffff; */
    background-color: #f6f6f6;
}
 .ws-art-detail-rcutpage:nth-child(1) {
 margin-top: 0;
}
.ws-art-detail-rcutpage {
	width: 100%;
	background-color: #ffffff;
	margin-top: 30px;
}
.ws-art-detail-rbox {
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
}
.ws-art-detail-ltitle {
	color: #2d5082;
	font-size: 24px;
	/* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: bold;
	padding-top: 33px;
	text-align: center;
}
.ws-art-detail-limg {
	padding: 30px 0;
	clear: both;
	overflow: hidden;
}
.ws-art-detail-limg dt {
	width: 50%;
	float: left;
}
.ws-art-detail-limg dt img {
	width: 88%;
	margin: 0 auto;
	display: block;
}
.ws-art-detail-limg dd {
	width: 48%;
	float: right;
	font-size: 18px;
	color: #333;
	padding-top: 35px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
.ws-art-detail-lmovie {
	margin-top: 30px;
	width: 100%;
	position: relative;
}
.ws-art-detail-llist2 {
	font-size: 16px;
	color: #333333;/* font-family: Microsoft Yahei, Arial, sans-serif; */
}
.ws-art-detail-lmore {
	text-align: center;
	padding-bottom: 30px;
}
.ws-art-detail-lmovie img {
	display: block;
	width: 100%;
}
.ws-art-detail-lmovie img.ws-btn-view {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
}
.ws-art-detail-llist2 ul {
	padding: 30px 0;
}
.ws-art-detail-llist2 ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
}
.ws-art-detail-llist2 ul a {
	color: #333333;
	margin-left: 3px;
}
.ws-art-detail-llist2 ul a img {
	margin-right: 5px;
	vertical-align: middle;
}
a.round-button.circle, button.round-button.circle {
	background-color: transparent;
	color: #1963ac;
	border: 1px solid #1963ac;
}
a.round-button {
	font-size: 16px;
}
.ws-art-detail-lmovline {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	/* font-family: Microsoft Yahei, Arial, sans-serif; */
    position: absolute;
	bottom: 0px;
	padding: 15px 0;
	/*background-color: #000000;
	opacity: 0.4;*/
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
}
a.round-button, button.round-button {
	background-color: #1963ac;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #1963ac;
	color: white;
	font-size: 14px;
	line-height: 18px;
	padding: 7px 15px;
	height: 35px;
	min-width: 132px;
	display: inline-block;
	cursor: pointer;
}
.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
a.round-button.circle:hover, button.round-button.circle:hover {
	background-color: #1963ac;
	color: white;
	border: 1px solid #1963ac;
}
.vn-newsud {
	border-bottom: solid 1px #ededed;
	padding: 14px 0;
}
.wnnews {
	background-color: #f6f6f6!important;
}
.vnhr {
	display:none;
}
@media screen and (max-width: 768px) {
.ws-art-detailright, .vn-new, .vn-news {
 width: 100%;
}
.wnnews {
 background-color: #ffffff!important;
}
.ws-art-detailright {
 margin-left: 0;
}
.ws-art-detail-rcutpage:nth-child(1) {
 margin-top: 30px;
}
.ws-art-detailright {
 background-color: #ffffff;
}
.vnhr {
 display:block;
 margin-top:80px;
}
.vnindex .u-img {
 margin-right: 0;
 width: 100%;
 height: 4.2rem;
}
}
.vn-erweima {
	width: 200px;
	padding: 0 !important;
}
.vn-weixina .ico {
	background-position: 0 -1.1rem !important;
}
.vn-news h1 {
	font-size: 24px;
	color: #333333;
	font-weight: 500;
	padding-top: 10px;
}
.wnerweima {
	text-align: center;
	margin-top: 40px;
}
.wnerweima p {
	font-size: 16px !important;
	margin: 0 !important;
}
.vntitleab {
	padding: 10px 18px 9px!important;
	;
}
.vntiwen {
	margin: 0 !important;
	font-weight: bold;
	color: #333;
}
.vntiwen-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.prob-font.vnbeijing {
	background-color: #eeeeee;
	border-radius: 6px 6px 6px 0;
	font-size: 18px;
	color: #333;
	padding: 10px 18px 9px;
	width: calc(100% - 71px);
	float: right;
	position: relative;
}
.prob-font.vnbeijing::before {
 transition: all 0.5s;
 content: "";
 display: inline-block;
 border-left: 6px solid transparent;
 border-right: 7px solid transparent;
 border-bottom: 6px solid #eeeeee;
 position: absolute;
 bottom: 0;
 left: -7px;
}
.guanjianzi {
	background:#00b429;
}
.vnguanjianzi {
	margin-top:25px;
}
.vn-tags {
	margin: 0 10px;
	font-weight: normal;
}
.customer {
	margin-top: 40px;
}
.customerp {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.customerp img {
	height: 18px;
	width: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-bottom: 6px;
}
.vn-case1 {
	font-size: 24px;
	color: #1963ac;
	font-weight: 500;
	margin: 60px 0 0;
}
.vn-case1:first-child {
	margin: 0;
}
.vn-caseproa {
	display: flex;
	margin-top: 30px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
}
.vn-caseimg {
	width: 25%;
	margin-right: 5%;
}
.vn-caseright {
	width: 70%;
}
.vn-casename {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
}
.vn-casecon {
	font-size: 16px;
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
.vn-caseproa {
 flex-wrap: wrap;
}
.vn-caseimg {
 width: 100%;
 margin-right:0;
}
.vn-caseright {
 width:100%;
}
.vn-casename {
 margin-top: 20px;
}
.corpus-intro p a {
 height: 48px;
}
}
.vn-mianzet {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin-bottom:15px;
}
.vn-mianze p {
	font-size: 16px!important;
	margin: 10px 0!important;
}
.vn-content{
	display: flex;
	flex-wrap: wrap;
}
.vn-content p{
	margin: 8px 0!important;
}
.vn-content-left{
	border-radius: 5%;
	width:48%; 
	margin-right:4%; 
	background-color:#f3ede0; 
	padding:10px;
}
.vn-content-right{
	border-radius: 5%;
	width:48%;
	background-color:#f3ede0;
	padding:10px;
}



/*详情页结束*/
/*index文章*/
.vn-index80 {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 0.3rem;
}
.tr-tabtr .tabultr {
	display: none;
}
.vn-current a {
	color:#279e78!important;
}
.vn-indexfa {
	display: flex;
	flex-wrap: wrap;
}
.vn-indexfa .vn-indexfb {
	width: calc(50% - 20px);
	margin-right: 40px;
	margin-bottom: 20px;
}
 .vn-indexfa .vn-indexfb:nth-child(2n) {
 margin-right: 0;
}
.vn-indexfa .vn-indexfc {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
}
 .vn-indexfa .vn-indexfc:nth-child(2n) {
 margin-right: 0;
}
.sub-case.vn-indexfd {
	margin-top: 20px;
}
.prob-wrap.vn-indexfe {
	padding:50px 0 5px;
}
.prob-wrap.vn-indexfe .clearfix li {
	margin-top: 10px;
}
.vn-indexlistb {
	display: flex;
	white-space: nowrap;
	overflow: auto;
}
.vn-indexlistb li {
	position: relative;
	font-size:20px;
 line-height: .72rem;
}
.vn-indexlistb li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 0.2rem;
	background: #ccc;
}
.vn-indexlistb li:first-child:before {
	display:none
}
.vn-indexlistb li:first-child a {
	margin-left: 0;
}
.vn-indexlistb li a {
	margin: 0 0.16rem;
	color: #999;
}
.vn-index8 {
	padding: 60px 0;
}
.areac {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1500px;
	min-width: 320px;
}
.vn-index80 .tool-more .tool-more-btn {
	margin: 0px auto 0 auto;
}
.vn-indexfa .vn-indexfb .n-product-card:hover {
	border: 1px solid #004494;
}
.vn-indexfa .vn-indexfb .n-product-card {
	border: 1px solid #f0f0f0;
}
.wn-intagslist {
	max-width: 1440px;
	padding: 40px 0 10px;
	margin: 0 auto;
}
.wn-intagslistrf {
	border-bottom: 1px solid #ededed;
	text-align:center;
}
.wn-intags, .wn-intagsaf {
	display: inline;
	font-size: 16px;
}
.vn-search.wn-insearch {
	width: 100%;
	max-width: 1200px;
	padding: 0 0.3rem;
}
.vn-indextagsa {
	font-size: 16px;
	padding: 0 10px;
	color: #004494;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.vn-indextagsa:hover {
	color: #fff;
	background:#239873;
}
.wn-shu:last-child {
	display:none;
}
.wn-shu {
	color: #004494;
}
.vn-search.wn-insearch .search-box {
	margin: 10px auto 20px;
}
 @media screen and (max-width: 2560px) {
.wn-intags, .wn-intagsaf {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 10px;
}
.wn-intagslistrf {
 text-align: left;
}
.vn-indextagsa {
 line-height: 40px;
 width: calc(10% - 10px);
 display: inline-block;
 border: 1px solid #ededed;
 margin-bottom: 10px;
 margin-right: 10px;
 text-align: center;
}
.wn-shu {
 display:none;
}
}
@media screen and (max-width: 1500px) {
.wn-intagslistrf {
 padding:0 30px;
}
}
 @media screen and (max-width: 1440px) {
.vn-indextagsa {
 width: calc(20% - 10px);
}
.vn-indextagsa:nth-child(n+30) {
 display:none;
}
}
 @media screen and (max-width: 768px) {
.vn-indexfa .vn-indexfc {
 width: 100%;
 margin-right: 0;
}
.vn-indexlistb li {
 font-size: 18px;
 margin-bottom: 15px;
}
.wn-indextags {
}
.vn-indextagsa {
 width: calc(33.3% - 10px);
}
.vn-indextagsa:nth-child(3n-1){
	margin-right: 0;
}
.vn-indextagsa {
 padding: 0 5px;
 text-align:center;
}
.wn-intagslistrf {
 padding: 0 10px;
}
}
/*index文章end*/
/*产品list新增*/
.wn-prolist {
	max-width: 1590px;
	margin: 40px auto 0;
	position: relative;
}
.wn-prolistc {
	display: flex;
	flex-wrap: wrap;
}
.wn-prolistc li {
	padding-right: 20px;
	padding-bottom: 20px;
}
.wn-prolistc li a {
	display: block;
	background-color: #f7f7f7;
	text-align: center;
	cursor: pointer;
	border-bottom: 2px solid rgb(0, 78, 162, 0);
	padding: 0 30px;
	font-size: 16px;
	color: #666666;
	line-height: 3;
	height: 48px;
	overflow: hidden;
 transition: all .36s;
}
@media screen and (max-width: 768px) {
.wn-prolistc li {
 padding-right: 10px;
 width:33.33%;
}
.wn-prolistc li:nth-child(3n) {
	padding-right: 0;
}
.wn-prolistc li a {
 padding: 0;
}
}
.wn-prolistd.wnon a, .wn-prolistc li .vn-selected {
	border-bottom: 2px solid #239873;
	color: #239873;
 transition: all .36s;
}
.wn-prolistc li a:hover {
	border-bottom: 2px solid #239873;
	color: #239873;
 transition: all .36s;
}
/*产品list新增end*/
/*搜索新增*/
.vn-searchlist {
	display: flex;
	flex-wrap: wrap;
}
.vn-searchcolumn {
	width: 20%;
	margin-right: 2%;
	display: inline-block;
}
.vn-search-check {
	width: 100%;
	background: #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.vn-search a {
	width: 100%;
	display: block;
}
.vn-searchh2 h2 {
	padding: 10px 20px;
	font-size: 20px;
	background: #239873;
	color: #fff;
	font-weight: 500;
}
.vn-searchright {
	width: 78%;
	background: #fff;
}
.vn-search {
	width: 90%;
	margin: 0 auto;
}
.vn-search-input {
	width: 80%;
	border: 1px solid #ededed;
	height: 42px;
	border-radius: 26px;
}
.search-box {
	position: relative;
	margin: 40px auto;
}
.search-box .int {
	border-radius: 43px;
	height: 45px;
	width: 100%;
	text-indent: 40px;
	font-size: 18px;
	border: 1px solid #c9c9c9;
}
.search-box .subbtn {
	border: 1px solid #239873;
	position: absolute;
	right: 0%;
	font-size: 18px;
	width: 15%;
	height: 45px;
	background: #239873;
	color: #fff;
	border-radius: 0 28px 28px 0px;
	cursor: pointer;
}
.tac.text-secondary {
	text-align: center;
	margin-top: 40px;
}
.vn-bannerlinke a {
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    transition: all .36s;
    display: block;
    background: red;
    max-width: 144px;
    margin: 40px auto;
    border-radius: 6px;
}
.vn-searchwnnews .sub-current {
	padding: 0 0 10px !important;
}
.vn-searchtishi {
	font-size: 16px;
	text-align: center;
}
.ws-art-detail-limg .vn-searchdt {
	width: 100%;
}
.ws-art-detail-limg .vn-searchdd {
	text-align: center;
	width: 100%;
	padding-top: 15px;
}
.vn-tagsb {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.vn-tagsa {
	border: 1px solid #ededed;
	border-radius: 11px;
	display: inline-block;
	padding: 8px 10px;
	margin:5px 10px 5px 0;
	width: calc(50% - 5px);
	text-align: center;
	font-size:16px;
}
.vn-tagsa:nth-child(2n) {
 margin:5px 0 5px 0;
}
.vn-tagsa:hover {
	background:#239873;
	color:#fff;
}
.vn-search .u2-img {
	order: -1;
	margin-right: 0.4rem;
	width: 1.5rem;
	position: relative;
	overflow: hidden;
	height: 1.5rem;
}
.vn-search li {
	padding:20px 0;
}
.vn-search .content {
	margin-top: 0;
	height: 0.3rem;
}
.vn-search .name {
 font-size: .2rem;
}
.searchhr hr {
	margin: 30px 0 0;
}
.corpus-cover-top {
	display: block;
	float: left;
	font-size: 0;
	background: url(../img/book.png) no-repeat;
	height: 140px;
	width: 98px;
	order: -1;
	margin-right: 0.4rem;
}
.vn-search .corpus-cover-mid {
	display: table-cell;
	vertical-align: middle;
	height: 131px;
	width: 93px;
}
.vn-search .corpus-cover-mid img {
	max-height: 131px;
	width: 93px;
	vertical-align: middle;
	margin: 1px 0 0 4px;
}
.searn-product {
	display: inline;
}
.searn-product .tool-item {
	width: calc(49% - 20px);
	background: #fff;
	margin: 10px;
	background: #F6F6F6;
	overflow: hidden;
	display: inline-block;
}
.searn-product .item-img {
	position: relative;
	overflow: hidden;
}
.searn-product .videoex {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
.searn-product .item-tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 28px;
	z-index: 4;
}
.searn-product .item-cont {
	padding: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #292929;
	text-align: center;
	line-height: 1.75;
}
.wn-searchproall {
    width: 90%;
    margin: 1rem auto 0;
}
.wn-searchpro{
	position: relative;
    vertical-align: top;
    margin-bottom: 10px;
    width: 33%;
    display: inline-block;
}
.wn-searchproimg{
	width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    border-bottom: 1px solid #bebebe;
    line-height: 0px;
    margin-bottom: 10px 
}
.wn-searchprolist a{
	position: relative;
    display: block;
    color: #666666;
    margin-bottom: 6px;
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
	font-size: 16px;
    line-height: 1.75;
}
.wn-searchprolist span a{
    color: #239873;
    margin-top: 12px;
    padding: 5px 0;
    font-size: 18px;
}


 @media screen and (max-width: 768px) {
.vn-searchcolumn {
 width: 100%;
 margin-right: 0;
}
.vn-searchright {
 width: 100%;
}
.vn-search-check.vn-searchwpa {
 display:none;
}
.search-box .subbtn {
 width: 20%;
}
.vn-search-check {
 padding-bottom: 0px;
 margin-bottom: 0px;
}
.vn-search .n-search-tab {
 display: inline-block;
 width: 110px !important;
 padding: 3px 4px;
 min-width: 110px;
}
.vn-searchtishi {
 display: none;
}
.corpus-cover-top {
 display: none;
}
.vn-search .name {
 font-size: 18px;
}
.vn-search .content {
 font-size: 15px;
}
.vn-search .content {
 height: auto;
}
.vn-search li {
	padding: 20px 0;
    border-bottom: solid 1px rgba(187, 187, 187, .5);
}
.searn-product .tool-item {
	width: calc(100% - 20px);
}
.wn-searchpro {
	position: relative;
    display: inline-block;
    width: 49.6%;
    margin-bottom: 40px;
}

}
/*搜索新增end*/
        #loading-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 9999;
            display: none;
            justify-content: center;
            align-items: center;
        }
        .loading-content {
            background: white;
            padding: 30px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
        .spinner {
            border: 4px solid rgba(0,0,0,0.1);
            border-radius: 50%;
            border-top: 4px solid #3498db;
            width: 40px;
            height: 40px;
            animation: spin 1s linear infinite;
            margin: 0 auto 15px;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }


.copyright-box li {
    list-style: none;
}
.vn-footone,.vn-foot {
    display: flex;
    margin: 0 auto;
    max-width: fit-content;
}
.vn-footone li:first-child,.vn-foot li:first-child {
    margin-right: 20px;
}
.copyright-box a img {
    height: 20px;
    width: 18px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
.copyright-box {
    text-align: left;
}
.vn-footone, .vn-foot {
    display: inline;
    margin: 0;
}
.copyright-box li {
    list-style: outside;
	margin: 10px 0;
}
}
.vvna-table.vn-table-tdleft li {
    text-indent: -12px;
    padding-left: 12px;
}
.vvna-table.vn-table-tdleft li::before {
    content: "•";
    margin-right: 5px;
}
.vvna-table.vn-table-tdleft li p {
    display: inline;
}