@charset "utf-8";
/**
 * base.css
 * https://www.yangqq.com/
 * Copyright 2019, design by yangqq
 */
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #333; line-height: 1.5; overflow-x: hidden !important }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #000; text-decoration: none; }
.blank { clear: both; width: 100%; overflow: hidden; height: 20px }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1200px; margin: auto; overflow: hidden }
.graybg { background: url(img/gray-bg.png) repeat; padding: 0 0 40px 0; overflow: hidden; }
.color-red { color: #d61a1a; text-shadow: #fff 0px 1px 10px; }
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

/*header*/
header {width: 100%;background-color: #fff;}
header.is-fixed { position: fixed; top: 0; z-index: 999; transition: all .5s; box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
.logo { position: absolute; left: 0; }
.logo img { height: 100%;  max-height: 34px; padding: 13px 0px 13px 0px;  width:94px}
.swiper-container2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-slide2{width:100%}
.swiper-wrapper2 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide2 img{
	    width: 100%;
max-height:518px;
height:auto;
}
.ai-module-banner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 518px;
    background: no-repeat 50%;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.ai-module-banner-content {
    overflow: hidden;
    width: 730px;
    padding-right: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.ai-module-banner-title {
	text-align: left;
    color: #fff;
    font-size: 30px;
	    padding: 5px 0px 5px 0px;
}
.ai-module-banner-info {
	text-align: left;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
	    padding: 5px 0px 5px 0px;
}
.ai-module-banner-btn-list {
    margin-top: 30px;
    float: left;
    overflow: hidden;
}
/*topnav*/
.topnav { width: 1200px; margin: auto; height: 60px; position: relative;  }
.topnav h2 { color: #fff; position: fixed; top: 0; padding-left: 10px; font-weight: normal; height: 40px; line-height: 40px; display: none; }
.topnav h2 a { color: #fff; }
nav { text-align: right; line-height: 60px; width: 1200px; margin: auto; }
#starlist li { position: relative; display: inline-block; font-size: 14px; width: 9%; text-align: center;  font-weight: 700;}
#starlist li a {display: block; color:#333;}
#starlist li:hover { background: rgba(33, 138, 255, 1); }
#starlist li:hover a { color: #fff }
a#selected { color: rgba(33, 138, 255, 1); }
#starlist ul.sub li { width: 100%; background: #fff; float: left; }
#starlist ul.sub li a { padding: 0; display: none; width: 100%; color: #333; }
#starlist ul.sub li a:hover { background: rgba(33, 138, 255, 1); color: #fff }
#starlist ul.sub { position: absolute; left: 0; top: 87px; z-index: 9; width: 100%; line-height: 44px; opacity: 0; transition: all .5s; box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
#starlist ul.sub:before { content: ""; height: 15px; width: 15px; background: #fff; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); border-left: 0; border-bottom: 0; position: absolute; top: -8px; left: 42%; display: none; }
#starlist li:hover ul.sub { opacity: 1; top: 60px; }
#starlist li:hover ul.sub li a { display: block }
#mnavh { display: none; width: 70px; height: 40px; text-align: center; }
.navicon {display: block;position: relative;width: 30px;height: 3px;background-color: #fff;margin-top: 20px;float: left;margin-left: 20px;}
.navicon:before, .navicon:after {content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    border-radius: 2px;
    background-color: #1a1a1a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;}
.navicon:before { margin-top: -10px; }
.navicon:after { margin-top: 10px; }
.open .navicon { background: none }
.navicon em{content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    border-radius: 2px;
    background-color: #1a1a1a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;}
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 30px; height: 3px; position: absolute; background: #fff; }
.menu:after { content: ""; position: absolute; display: none; top: 14px; right: 1px; width: 0; height: 0; border-width: 4px 4px 0; border-style: solid; border-color: #fff transparent transparent; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
/*icon-box*/
.icon-box { float: right; position: absolute; right: 10%; top: 30px; }
.icon-search-img { display: block; width: 36px; line-height: 36px; height: 36px; background: url(img/icon-search.png) no-repeat center; border-radius: 50%; }
.icon-search { float: left; position: relative; }

.search-submit { background: url(img/icon-search.png) no-repeat; display: block; height: 20px; width: 19px; position: absolute; top: 7px; right: 14px; cursor: pointer; border: none; outline: none }
.search input#keyboard { font-size: 14px; line-height: 20px; height: 24px; width: 145px; border-width: 0px; border-style: none; position: absolute; left: 15px; top: 5px; background: none; outline: none; }
section.icon-search.current .search { display: block }
/*banner*/
.ban-img { position: absolute; left: 0; top: 45%; color: #fff; width: 100%; text-align: center; }
.ban-img h3 { font-size: 40px; position: relative; width: 540px; margin: 0 auto 30px; }
.ban-img h3:before { position: absolute; content: ""; width: 100%; height: 180px; background: url(img/banner01.png) no-repeat center; bottom: 100px; }
.bgimg img { animation: tobig 8s infinite; animation-direction: alternate; animation-delay: 1s; }
ul.banner-point { background: #d61a1a; font-size: 22px; text-align: center; }
ul.banner-point li { display: inline-block; margin: 0 56px; line-height: 50px; }
ul.banner-point li:nth-child(2) { position: relative; }
ul.banner-point li:nth-child(2):before { content: ""; background: rgb(255, 255, 255, .3); width: 10px; height: 10px; border-radius: 10px; position: absolute; left: -60px; top: 20px; }
ul.banner-point li:nth-child(2):after { content: ""; background: rgb(255, 255, 255, .3); width: 10px; height: 10px; border-radius: 10px; position: absolute; right: -60px; top: 20px; }
 @keyframes tobig { 0% {
 transform: scale(1);
}
 100% {
transform: scale(1.1);
}
}
.bgimg img { width: 100%; }
.ban-img img { width: 100%; }
/*pnglist*/
.yspng{background: rgba(248, 248, 248, 1);}
.png_list{   margin-left:-10px; margin-right:-10px;
    padding: 40px 0px 40px 0px;
}
.yspng_list__wrap{
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
width: 100%;}
.yspng__item{

    padding: 10px;
	    width: 25%;
position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    height: auto !important;
}
.yspng__item .time-bottom {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
    height: 100%;
	background:#fff
}
.yspng__item .time-bottom >.img {
    border-radius: 0px;
	    position: relative;
    padding-top: 68%;
    overflow: hidden;
}
.yspng__item .time-bottom .img img {
    width: 14%;
    object-fit: contain;
	    max-height: 100%;
    height: 100%;
}
.yspng__item .time-bottom .text {
    padding: 0px 30px 30px 30px;
}
 .yspng__item .time-bottom .text .title{   color: #333;
    font-size: 20px;
    line-height: 1.5;
 text-align: center;}
 .yspng__item .time-bottom  .text .des {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
/**产品*/
.ysfw .sec_tit {
text-align: center;
    overflow: hidden;
    font-size: 0;
    padding-top: 30px;
}
.ysfw .sec_tit p {
    line-height: 16px;
    font-size: 16px;
    color: #222;
    padding: 0 30px;
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.sec_tit p.sel {
    color: rgba(33, 138, 255, 1);
}
.pc-bg-container{background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; padding-top: 20px;}
.home-market-section{text-align: center;}

/*内容盒子*/
.home-market-section .section-inner{position: relative; width: 1280px; margin: 0 auto;}
.home-market-section .section-inner .swiper-container{ width: 1200px; padding-bottom:100px; padding-top:10px;}
.home-market-section .section-inner .swiper-container .swiper-wrapper{align-items: center; }
/*内容列表*/
.swiper-slide {display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;}
.swiper-slide  li{padding: 10px;
    margin: 0;
    width: 25%;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    height: auto !important;
	background-color: #fff;
	border: 1px solid #eee;
	margin-top: -1px;
	margin-right:-1px;
}
.swiper-slide  li:hover{transform: scale(1.01,1.01);
    -webkit-transform: scale(1.02,1.02);
    transition: all linear .2s;
    box-shadow: 0 13px 40px rgb(85 85 85 / 13%);
    position: relative;
z-index: 2;}
 .swiper-slide li .com_pic {
     width: 100%; 
    height: 160px;
    margin: 0 0 10px 0;
    overflow: hidden;
	background-size: cover;
}
 .swiper-slide li .com_pic  img{
	 display: block;
    width: 100%;
 height: 100%;}
 .swiper-slide li  .com_nm {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
 .swiper-slide li  .com_nm h3 {
    font-size: 20px;
    color: #333;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
 .swiper-slide li  .num_info {
    text-align: center;
    overflow: hidden;
    font-size: 0;
}
 .swiper-slide li .num_info span {
    font-size: 13px;
    line-height: 13px;
    color: #999;
    padding: 0 15px;
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
 .swiper-slide li .tip_info {
    text-align: center;
    overflow: hidden;
    font-size: 0;
    margin: 20px 0;
}
 .swiper-slide li  .tip_info span {
    background-color: rgba(33, 138, 255, 1);
    margin: 0 3px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    padding: 0 10px;
    height: 24px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
/*分页*/
.home-market-section .section-inner .swiper-container .swiper-pagination-bullets{bottom: 50px;}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet{position: relative; margin: 0 5px; width: 24px; height: 4px; border-radius: 100px; opacity: 1; background: 0 0;}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet:before{content: ''; display: inline-block; position: absolute; width: 24px!important; height: 4px; opacity: 1; left: 0; border-radius: 100px; background: #dfe1f1; vertical-align: middle; transition: opacity .8s,background-color .8s;}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active{opacity: 1;}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before{width: 24px!important; opacity: 1; border-radius: 100px; transform: scale(1.2); background: #fa6f66;}
/*左右箭头*/
.home-market-section .swiper-button-prev{left: 0; top: 45%; margin-top: 0; background: url(../images/marketplace-home-arrow_big.svg);}
.home-market-section .swiper-button-next{right: 0; top:45%; margin-top: 0; background: url(../images/marketplace-home-arrow_big.svg); transform: rotate(180deg);}
.home-market-section .swiper-button-next:hover{background: url(../images/marketplace-home-arrow_big_hover.svg);}
.home-market-section .swiper-button-prev:hover{background: url(../images/marketplace-home-arrow_big_hover.svg);}
/**项目*/
.indexPart2{
width:100%;
margin: 0 auto;	

}
.chanpin{width:70%; float:left;padding:20px;}
.chanpin .title{width: 20%;
    float: left;
    text-align: left;
    color: rgba(64, 64, 64, 1);
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;}
.chanpin .caidan{width:80%; float:left;}
.search{width:30px; float:left;padding:20px;}
.search .search-box {
    width: 300px;
    height: 52px;
    top: 20px;
    left: 50%;
    z-index: 9999;
	background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
.search-box button {
    width: 30%;
    height: 52px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    overflow: hidden;
    vertical-align: middle;
    background: #008cd6;
    outline: none;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.search-box input {

    height: 32px;
    padding: 10px 20px;
    font-size: 14px;
    color: #555;
    border: none;
    background: #fff;
    overflow: hidden;
    vertical-align: middle;
}
.chanpin .caidan ul{
	flex-wrap: wrap;
    width: 100%;}
.indexPart2 .bigBox {
    position: relative;

}
.indexPart2 .tab2 {
    position: relative;
    bottom: 0;
    width: 1200px;
    height: 100px;
	margin: 0 auto;
	background:#fff;

}
.indexPart2 .tab2 .liNow {
    background: #008cd6;
}
.indexPart2 .tab2  li .name{
	padding:10px ;
}
.indexPart2 .tab2 li {
    float: left;
    width: 20%;
padding: 5px;
    margin-right: 10px;
	    position: relative;
    background: #fbfbfb;
    text-align: center;
}
.tab2 li {
    cursor: pointer;
}
.indexPart2 .tab2 li .ico {
    padding: 36px 0 18px;
}
.indexPart2 .tab2 li .ico img {
    width: 40px;
}
.indexPart2 .mxfDiv {
    position: relative;
	    width: 1200px;
    margin: 0 auto;
}
.tabContentDiv2{ 
background:#f5f5f5;
    padding: 42px 0 60px;
  margin: 0 auto;
 background-image: url(http://p.cdn-static.cn/18955_15825117338924.jpg?imageView2/2/w/2000/q/75);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
}

.tabContent2 .m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 18px 11px 0 0;
    width: 24%;
    height: 212px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-animation: OutIn .3s linear;
    -moz-animation: OutIn .3s linear;
    animation: OutIn .3s linear;
}
.tabContent2 .rno {
    margin-right: 0;
}
.tabContent2 .rno{
margin-right:0;
}
.tabContent2 .u-title {
    padding-top: 105px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabContent2 .m-hide-part {
    display: none;
}


 .tabContent2 .m-item:hover {
	-webkit-animation: InOut .3s linear;
	-moz-animation: InOut .3s linear;
	animation: InOut .3s linear;
	padding: 37px 33px 0;
	text-align: left;
	background: -webkit-linear-gradient(left,#0056ff,#0056ff)!important;
	background: -moz- oldlinear-gradient(left,#0056ff 0,#0056ff 100%)!important;
	background: linear-gradient(90deg,#0056ff,#0056ff)!important;
	background: -webkit-linear-gradient(left,#0056ff,rgba(0,86,255,.56))!important;
	background: -moz- oldlinear-gradient(left,#0056ff 0,rgba(0,86,255,.56) 100%)!important;
	background: linear-gradient(90deg,#0056ff,rgba(0,86,255,.56))!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0056ff",endColorstr="#8f0056ff",GradientType=1)!important;
	border: 1px solid #ededf5;
}
 .tabContent2  .m-item:hover .m-hide-part {
	display: block;
}
 .tabContent2 .m-item:hover .u-title {
	padding-top: 0;
}
 .tabContent2 .m-item:hover .m-hide-part .u-desc {
	height: 86px;
	padding-top: 16px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
 .tabContent2 .m-item:hover .m-hide-part .u-learn-more {
	-webkit-animation: InOut .3s linear;
	-moz-animation: InOut .3s linear;
	animation: InOut .3s linear;
	position: absolute;
	bottom: 20px;
	right: 41.5px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.wprt-section.facts {
	background-image:url(../images/bg-section-2.jpg);
	background-position:center center
}
.wprt-section .row {
    margin-right: -15px;
    margin-left: -15px;
	padding: 120px 0 120px 0;
}
.container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
	clear: both;
}

.font-size-70 {
    font-size: 70px;
}
.wprt-spacer {
    clear: both;
}
.font-size-25 {
    font-size: 25px;
}
.letter-spacing-1px {
    letter-spacing: 1px;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.line-height-normal {
    line-height: normal;
}
.text-white {
    color: #fff!important;
}
.text-right {
    text-align: right;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.text-center {
    text-align: center;
}
.wprt-counter .number {
    font-size: 40px;
    line-height: normal;
    color: #4b4b4b;
    font-family: montserrat,sans-serif;
    font-weight: 500;
}

.wprt-counter.white-type .number {
    color: #fff;
}
.wprt-counter.white-type .text {
    color: #eee;
}
.wprt-counter .text {
    font-size: 1em;
    letter-spacing: 1px;
}
.wprt-counter.has-plus .number {
    position: relative;
}
/*wufu*/
.zz-comp {
    position: relative;
}
._11j4e3b0k8008 {
    height: 100px;
}
._11k06842c8000 {
    border: 0px solid #000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	margin:80px 0 ;
}
._11k06842c8000 > .zz-comp-row {
    margin: 0 -15px;
}
.zz-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
._11k06842c8000 >.zz-comp-row>.zz-column {
    padding: 0 15px 0px 15px;
}
.zz-col-4 {
    width: 33.33333%;
}
.zz-column {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
._11k0684co8000 {
    border: 0px solid #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    align-items: flex-start;
}
.zz-comp-col {
    height: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.zz-comp-col .col__wrapper {
    width: 100%;
}
._11k068fa48000 {
    padding: 5px 0px 5px 0px;
}
._11k068fa48000 >.zz-text, ._11k068fa48000 >.zz-text>p {
    text-align: left;
    color: rgba(153, 153, 153, 1);
    font-family: PingFang SC;
    font-weight: bold;
}
p:last-child {
    margin-bottom: 0;
}
p:first-child {
    margin-top: 0;
}
._11k06e4e48000 {
    padding: 5px 0px 5px 0px;
}
._11k06e4e48000 >.zz-text, ._11k06e4e48000 >.zz-text>p {
    text-align: left;
    color: rgba(34, 34, 34, 1);
    font-family: PingFang SC;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
}
._11k09g0mc8000 {
    height: 35px;
}
.zz-comp-button .btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
._11k09m7ng8000 .btn-link .zz-zixun {
    font-size: 14px;
    color: rgba(64, 64, 64, 1);
    margin: 0px 15px 0px 0px;
    border-bottom: 2px solid #dcdfe6;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 2px 2px 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    -webkit-box-sizing: border-box;
    outline: none;
    -webkit-transition: .1s;
    font-weight: 500;
    -webkit-box-align: center;
    -webkit-align-items: center;

    background: #fff;
}
._11k06mglg8000 {
    height: 45px;
}
.zz-comp-video {
    position: relative;
}
.video-content {
    position: relative;
    padding-top: 60%;
}
.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-poster img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-poster .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
}
._11k06842c8000 >.zz-comp-row>.zz-column {
    padding: 0 15px 0px 15px;
}
.zz-col-1 {
    width: 8.33333%;
}
.zz-col-4 {
    width: 33.33333%;
}
.zz-col-7 {
    width: 58.33333%;
}
.zz-comp-col {
    height: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.zz-comp-col .col__wrapper {
    width: 100%;
}
._11k06tjk88000 {
    padding: 0px 0px 0px 0px;
}
._11k06tjk88000 .zz-comp-list {
    margin-left: -26px;
    margin-right: -26px;
}
.zz-comp-list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
._11k06tjk88000 .zz-comp-list__item {
    padding: 26px;
    margin: 0;
}
.num2 .zz-comp-list__item {
    width: 50%;
}
.zz-comp-list__item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    height: auto !important;
}
._11k06tjk88000 .zz-comp-list__item>.zz-element-wrapper {
    border: 0px solid #000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.zz-comp-list__item .zz-element-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}
._11k06tjk88000 .zz-comp-list__item>.zz-element-wrapper>.img {
    border-radius: 0px;
}
.zz-comp-list__item .zz-element-wrapper>.img {
    position: relative;
    padding-top: 68%;
    overflow: hidden;
}
._11k06tjk88000 .zz-comp-list__item .do-img-cover {
    justify-content: flex-start;
}
.do-img-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zz-comp-list__item .zz-element-wrapper>.img img {
    max-height: 100%;
    width: 100%;
    height: 100%;
}
._11k06tjk88000 .zz-comp-list__item .img img {
    width: 28%;
    object-fit: contain;
}
._11k06tjk88000 .zz-comp-list__item .text {
    padding: 10px 10px 10px 10px;
}
.zz-comp-list__item .zz-element-wrapper .text {
    overflow: hidden;
    margin-bottom: 0;
}
._11k06tjk88000 .zz-comp-list__item>.zz-element-wrapper>.text .title, ._11k06tjk88000 .zz-comp-list__item>.zz-element-wrapper>.text .title > * {
    color: #333;
    font-size: 20px;
    line-height: 2;
    text-align: inherit;
}
.font-bold {
    font-weight: 700;
}
.zz-comp-list__item .zz-element-wrapper .title h4 {
    margin-bottom: 0;
}
._11k06tjk88000 .zz-comp-list__item>.zz-element-wrapper>.text .des {
    margin-top: 0px;
    color: #999;
    font-size: 14px;
    line-height: 1.7;
    text-align: inherit;
}
/*fuwu2*/
.hide {
    display: none;
}
.container {
	min-width: 1200px;
	margin: 0 auto;
}

.container .title {
	max-width: 1200px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 300;
	color: #333;
	text-align: center;
	box-sizing: content-box;
}

.container .desc {
	position: relative;
	width: 1200px;
	padding: 30px 30px 30px 7em;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
	text-indent: -4rem;
	background: #fff6f6;
}

.container .desc:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 25px;
	border-top: 2px solid #e8373d;
	border-left: 2px solid #e8373d;
	border-radius: 6px 0 0 0;
}

.container .desc:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 25px;
	border-right: 2px solid #e8373d;
	border-bottom: 2px solid #e8373d;
	border-radius: 0 0 6px 0;
}

.container .content {
	padding: 40px 0 0 60px;
}

.product-tab {
	position: relative;
	z-index: 1;
	width: 1200px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}

.product-tab:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.product-tab .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25%;
	height: 2px;
	padding: 0;
	font-size: 0;
	overflow: hidden;
	background: #e8373d;
}

.product-tab li {
	float: left;
	width: 25%;
	padding-bottom: 35px;
	font-size: 18px;
	line-height: 3;
	text-align: center;
	cursor: pointer;
	box-sizing: content-box;
}

.product-tab li img {
	display: inline-block;
	width: 45px;
	margin-right: 25px;
	vertical-align: middle;
}

.product-list {
	background: #f5f5f6
}

.product-list .product-item {
	width: 1200px;
	padding: 40px 0 70px 0;
	margin: 0 auto;
	overflow: hidden;
}

.product-list .product-item .product-desc {
	width: 25%;
	float: left;
}

.product-list .product-item .product-desc h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

.product-list .product-item .product-desc p {
	height: 135px;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

.product-list .product-item .product-desc span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	color: #e8373d;
}

.product-list .product-item .product-desc .btn {
	width: 100px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	text-align: center;
	border: 1px solid #9c9c9c;
	border-radius: 3px;
	transition: .5s background;
	display: inline-block;
	min-width: 80px;
	padding: 0 10px;
	cursor: pointer;
	background: #f6f6f6;
}

.product-list .product-item .product-desc .btn:hover {
	color: #fff;
	background: #e8373d;
	border-color: #e8373d;
}

.product-list .product-item .icon-list {
	width: 100%;
	float: right;
}

.product-list .product-item .icon-list li {
	padding: 10px;
    margin: 0;
    width: 25%;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    height: auto !important;
}
.wedo-regcom-list {
    width: 90%;
    background: #fff;
    box-shadow: 0 0 5px rgb(191 191 191 / 35%);
    border-radius: 4px;
    float: right;
    padding: 5%;
    overflow: hidden;
    background-size: cover;
}
.wedo-regcom-list h2 {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
	margin-bottom:40px;
}
.wedo-regcom-list h2::after {
    content: '';
    width: 20px;
    height: 4px;
    background: #fff;
    display: block;
}
.wedo-regcom-list h4 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 10px;
}
.wedo-regcom-list i {
    font-size: 24px;
    color: #a0a0a0;
    float: right;
}
.product-list .product-item .icon-list li a:hover i,
.product-list .product-item .icon-list li a:hover p {
	color: #E31939!important;
}

.product-list .product-item .icon-list .iconfont {
	font-size: 50px;
	line-height: 1;
	color: #666;
	transition: all .2s;
}

.product-list .product-item .icon-list p {
	padding-top: 5px;
	font-size: 14px;
	color: #666;
}
.product-list .product-item .icon-list ul{display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
/*about*/
.about { text-align: center; padding: 0 0 50px 0; }
.about-img { float: left; width: 300px; overflow: hidden; }
.about-img img { width: 90%; }
.about-text { width: 100%; text-align: left; position: relative; }
.about-text p { margin-bottom: 30px; font-size: 16px; }
.title-ch { font-size: 30px; margin-bottom: 30px; z-index: 3 }
.title-en { display: block; font-size: 72px; color: #eee; position: absolute; font-weight: normal; z-index: -1; }
.about-text .title-en { top: -10px; }
.btn-red { padding: 10px 0; border: #ccc 1px solid;  color: #fff; font-size: 14px; display: block; background: rgba(33, 138, 255, 1); width: 160px; text-align: center; margin: auto; margin-bottom:60px;}
.btn-red:hover { background: rgba(33, 138, 255, 1); color: #fff; border: #1aa8d6 1px solid }
.about-text .btn-red { }
/*point*/
.point { margin-top: 40px; }
.point li { width: 25%; display: block; float: left; }
.point li section { text-align: center; margin: 20px 40px; display: block }
.point li p { font-size: 18px; }
.point li span { font-size: 14px; color: #888; height: 42px; overflow: hidden; }
.point i { display: block; margin: auto; padding: 20px 0; border-radius: 50%; }
.point i img { margin: auto }
.point li a { color: #666 }
/*title-h2*/
.title-h2 { overflow: hidden;
    margin: 80px 0 30px 0px;
    text-align: center; }
h2.title-h2-ch { font-size: 24px; position: relative;  text-align:center; }

h2.title-h2-ch:before { left: -60px }
h2.title-h2-ch:after { right: -60px; }
span.title-h2-en { font-size: 16px; color: #bfbfbf; }
.graybg span.title-h2-en { color: #dadada; }
/*case*/
.case-list { background: #fff; overflow: hidden; text-align: center; margin-bottom: 50px; }
.case-list-text { width: 50%; }
.case-list .case-list-img:nth-child(1) { float: right; }
.case-list li:nth-child(odd) .case-list-text { float: left; }
.case-list li:nth-child(even) .case-list-text { float: right; }
.case-list-img { width: 50%; float: right; overflow: hidden; }
.case-list-img img { width: 100%; transition: all .5s; }
.case-list li { overflow: hidden; }
.case-list-text h3 { font-size: 24px; color: #333; font-weight: normal; margin: 100px 0 20px 0; }
.case-list-text p { margin: 50px; color: #666; line-height: 26px; }
.case-list-text span { font-size: 18px; color: #999; border-top: #d4cfcf 1px solid; padding: 10px; transition: all .5s; }
.case-list li:hover img { transform: scale(1.1); }
/*product*/
.product {background:rgba(248, 248, 248, 1); 

}
.product  .title-h2{overflow: hidden;
    margin: 80px 0 30px;
	text-align: center;
   }
#outer { width: 100%; margin: 10px auto; }
#tab { overflow: hidden; margin: 0 0 20px; text-align:center; }
#tab li { background: transparent; margin-right: 3px; cursor: pointer; display: inline-block; }
#tab li a { display: block;     padding: 0px 20px 0px 20px;  font-size: 16px;     color: rgba(102, 102, 102, 1); }
#tab li:hover a { color: rgba(33, 138, 255, 1); }
#tab li.current a {  color: rgba(33, 138, 255, 1); display: block; }
#content section { display: none; margin: 5px 0 0 0 }
#content section:nth-child(1) { display: block }
.content-box ul { overflow: hidden; margin-bottom: 20px; margin-right:-10px; margin-left:-10px;}
.content-box li { float: left; width: 25%; overflow: hidden; text-align: center;}
.content-box li i { display: block; overflow: hidden }
.content-box li .a1 { display: block; padding:10px; margin:0; box-shadow: #e8e8e8 2px 2px 10px; transition: all .5s; }
.content-box li img { max-width: 100%; margin: auto; transition: all .5s;  height:187px;}
.content-box li i:hover img { transform: scale(1.1); }
.content-box li a:hover { box-shadow: #c5c5c5 0 1px 5px; }
.content-box li span { display: block; padding: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; background:#fff; }
 .zz-comp-list {
    margin-left: -10px;
    margin-right: -10px;
}
.title-dec {float: left;
    margin: 60px 0;
width: 50%;}
.title-dec p{
	text-align:right;
	font-size:16px;
	font-weight: 400;
}
.mains-box ul{
    width:1200px;
    height:auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 15px;
    grid-column-gap: 20px;
    margin: 0;
    padding: 20px 5px;
}
}
.mains-box ul li{
    width: 285px;
    height:248px;
    margin-right:15px;
    margin-top:20px;
    background-color: #fff;
    box-sizing:border-box;
    border: 1px solid #d4d6db;
    box-shadow: 0 1px 5px rgba(0,0,0,.06);
}
.mains-box ul li:hover{
    border:1px solid #FF4752;
    box-shadow: 0 1px 10px rgba(0,0,0,.25);
}
.image-box{
    width: 100%;
    height:auto;
    overflow:hidden;
    position: relative;
}
.image-box-img{
    width: 100%;
    height:240px;
    transition:all 0.5s;
}
.play-video{
    position:absolute;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    margin:auto;
    display:none;
}

.mains-box ul li:hover .image-box-img{
    transform:scale(1.1,1.1);
    transition:all 0.5s;
}
.mains-box ul li:hover .play-video{
    display:block;
}
.customerCase_detail{background:#fff;padding:20px;}
.a-info{
    display:block;
    width:100%;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.a-info:hover{
    color: #FF4752;
}
.p-time{
    color: #888;
    margin: 7px 0 12px;
    padding-left:8px;
    padding-right:8px;
    font-size:12px;
}
.hr{
    width: 98%;
    height:1px;
    background-color:#C5C5C5;
    margin:0 auto;
    opacity: 0.3;
	margin-top:10px;
	margin-bottom:10px;
}
.p-info{
    display:block;
    text-align:left;
    padding-left:8px;
    padding-right:8px;
    color: #888;
    font-size:12px;
}
.icon-01{
    width:15px;
    vertical-align: bottom;
    padding-top:13px;
}
.customerCase_tips__2QnyP {
    height: 20px;
}
 .customerCase_bizChannel__6sOqI {
    color: #020202;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 24px;
    margin-right:10px;
}
/*youshi*/
.youshi{
	width:100%;
/*background-image: url(http://p.cdn-static.cn/18955_158251486691917.jpg?imageView2/2/w/2000/q/75);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
}
.ys-container{
	padding:100px 0;
	display: flex;
}
.ys-z{
padding: 0 15px 0px 15px;
width:25%
}
.ys-zwarper{width:100%;}
.ys-zwarper .zz-text  {padding: 5px 0px 5px 0px; margin-bottom:0;}
.ys-zwarper .zz-title{text-align: left;
    color: rgba(51, 51, 51, 1);
    font-family: PingFang SC;
    font-size: 36px;
    font-weight: bold;
	padding: 5px 0px 5px 0px;}
.ys-zwarper .zz-des{	text-align: left;
    color: rgba(128, 128, 128, 1);
line-height: 1.8;
margin-top:20px;
margin-bottom:35px;}
 .zz-button {
    font-size: 15px;
    color: rgba(34, 34, 34, 1);
    background:rgba(33, 138, 255, 1);
    margin: 0px 0px 0px 0px;
    border: 0px solid #dcdfe6;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 45px 18px 45px;
}
.ys-r{
		    position: relative;
		width: 75%;
	    padding: 0 15px 0px 15px;
}
.ys-rwarper{
    margin-left: -12px;
	 margin-right: -12px;
}
.ys-rwarper .list-wrap{

    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.ys-rwarper li{
	padding: 12px;
    margin: 0;
	width: 30.5%;
	    border: 0px solid #000;
	text-align:center;
	position: relative;
	
}
.ys-rlist{border: 0px solid #000;
    padding: 40px 0px 0 0px;
    background: rgba(248, 248, 248, 1);
    border-radius: 8px 8px 8px 8px;
	display: flex;
	position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
    height: 100%;}
.ys-rwarper .img{   display: flex;justify-content: center;}

.ys-rwarper .img img{width:20%;     padding: 20px 10px 30px 10px;}
.ys-rwarper .text {
    padding: 20px 10px 30px 10px;
}

.ys-rlist .title{color: rgba(51, 51, 51, 1);
    font-size: 28px;
    line-height: 1.2;
text-align: center;}

/*youshi2*/
.youshi2{ 
height: auto;
background-image: url(http://p.cdn-static.cn/55907_16318608944552.png?imageView2/2/w/2000/q/75);
background-image: url(../images/index_zy_zsgd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
}


.youshi2_container{width:100%;padding-bottom: 80px;}
.youshi2-comp-list-outer{padding: 0px 0px 0px 0px;  
  position: relative;
}
.youshi2-comp-list {
    margin-left: -12px;
    margin-right: -12px;
}
.youshi2-comp-list__wrap {
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.youshi2-comp-list__item {
    padding: 18px;
    margin: 0;
	width: 33.333333333333333%;
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    height: auto !important;
}
.youshi2-comp-list__item .youshi2-element-wrapper {
    border: 0px solid #000;
    box-shadow: 0px 0px 5px 2px rgb(8 8 8 / 7%);
	background: rgba(255, 255, 255, 0.9);
    padding: 20px 20px 20px 20px;
    border-radius: 0px 0px 0px 0px;
position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
    height: auto;
	-webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
    -webkit-flex-direction: row; 
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;



}
.youshi2-element-wrapper .img{    width: 34.04255319148936%;    border-radius: 0px;position: relative;flex: 0 0 auto;}

.youshi2-comp-list__item .do-img-cover {
    justify-content: center;
}
.youshi2-comp-list__item .img img {
    width: 48%;
    object-fit: contain;
	    max-height: 100%;
		height: 100%;
}
.youshi2-comp-list__item .text {
    padding: 20px 0px 20px 0px;
	justify-content: flex-start;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	flex-direction: column;
    -webkit-box-ordinal-group: 3;
	order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
	overflow: hidden;
    margin-bottom: 0;
}
.youshi2-comp-list__item .youshi2-element-wrapper .text .title *{color: #333;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
		font-weight:normal}
 .youshi2-element-wrapper .text .des {
    margin-top: 0px;
    color: #999;
    font-size: 15px;
    line-height: 2;
    text-align: left;

}
.youshi2-comp-list__item .youshi2-element-wrapper .des .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
}
.city_fuwu{margin-top:10px;}
/*city*/

    .index_outlets_box_bot {
        display: flex;
        display: -webkit-flex;
        height: 90px;
        justify-content: space-between;
    }

    .index_outlets_box_bot_city {
        position: relative;
        width: 138px;
        height: 66px;
        background: #ffffff;
        padding-left: 6px;
        padding-top: 8px;
        font-size: 12px;
        font-family: MicrosoftYaHei;
        cursor: pointer;
        color: #999999;
    }

    .index_outlets_box_bot_city_img {
        width: 14px;
        height: 14px;
        position: absolute;
        bottom: 10px;
        right: 12px;
        background: url('https://wanshangyunji.oss-cn-shanghai.aliyuncs.com/static/assets/images/index/index_outlets_box_bot_city_img_chec.png');
    }

    .index_outlets_box_bot_city:hover {
        color: #ffffff;
        width: 138px;
        height: 66px;
        background: #00C1DE;
    }



    .index_outlets_box_bot_city_text {
        font-size: 16px;
        font-family: MicrosoftYaHei;
        color: #333333;
        margin-top: 10px;
    }

    .index_outlets_box_bot_city:hover .index_outlets_box_bot_city_text {
        color: #ffffff
    }
 .index_city_cases{ display: flex;}
 .index_city_content{   
    background: url(http://p.cdn-static.cn/25432_158900798819112.png?imageView2/2/w/1440/q/75);
	box-sizing: border-box;
    height: 500px;
    width: 24%;

 }
 
 .city_content_col__wrapper{border: 0px solid #000;
    padding: 0px 30px 0px 30px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    align-items: flex-start;}
.city_content_title{text-align: left;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
font-weight: bold;
 margin-top: 49px;
     padding: 5px 0px 5px 0px;
}
.city_content_des{padding: 5px 0px 5px 0px;
text-align: left;
    color: rgba(255, 255, 255, 1);
    line-height: 1.6;
}
.city_content_shu{margin-top:49px;}
.city_content_shu button{font-size: 14px;
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.2);
    margin: 0px 15px 0px 0px;
    border: 0px solid #dcdfe6;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 12px 10px 12px;
}
.city_content_all{margin-top:90px;margin-bottom:49px;}
.city_content_all button{font-size: 16px;
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.2);
    margin: 0px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0px 0px 0px 0px;
padding: 16px 78px 16px 78px;}
.index_city_box{width:76%;       
 padding: 0 6px 0px 6px; 

}

.index_city_box ul{
display: flex;
    flex: 1 1;
    flex-wrap: wrap;
	    margin: 0 -10px;

}
.index_city_box ul li{
	width:295px;
margin-bottom: 10px;
    margin-left: 10px;
}

.city_box_item_img img{width: 100%;height: 180px;
    max-height: 100%;    
	object-fit: cover;
    font-family: 'object-fit: cover';}
.city_box_item_text{   background: rgba(255, 255, 255, 1);}
.city_box_item_tit{text-align:center;}
.city_box_item_tit p{padding-top:10px;color: #17233d;
    flex: 1 1;
    font-size: 16px;
    line-height: 24px;}
.city_box_item_ip{color: #888e9b;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0px 5px 30px;}
/*solution*/
.solution{
	
	    color: rgb(255, 255, 255);
    background: rgb(8, 28, 77);
}
.solution .title-h2{padding-top:80px;margin-top:0px;}
.solution-container{
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
	margin-bottom:80px;
	
}
.solution-card{padding: 10px;width:25%;box-sizing: border-box;}
 .solution-card img {
    width: auto;
    height: 200px;
    transition: all .2s linear;
}
 .solution-card h3 {
    margin: 20px 20px 10px;
    font-size: 16px;
    color: #252b3a;
    letter-spacing: .65px;
    text-align: left;
}
.solution-card p {
    margin: 0 20px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #666a75;
    letter-spacing: .51px;
}
 .solution-card dl {
    margin: 0 20px;
    overflow: visible;
}

.solution-card dl dd {
    float: left;
    width: 50%;
    margin-bottom: 6px;
    font-size: 12px;
    color: #a0a2a8;
    letter-spacing: .44px;
    line-height: 20px;
}
.solution-card dl::before{
}
.item__wrapper{

    border-radius: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

    background-color: #f5f5f5;
	}
.solution-card .arrow-m{
justify-content: center;
display: flex;
flex-wrap: wrap;
    padding: 20px 0 40px 0;
}
.solution-card dl dt:before {
    position: absolute;
    display: inline-block;
    left: -8px;
    top: 7px;
    content: '';
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #252b3a;
}
.arrow-more{font-size: 14px;
    color: rgba(251, 119, 56, 1);
    background: rgba(255, 255, 255, 1);
    margin: 0px 15px 0px 0px;
    border: 1px solid rgba(251, 119, 56, 1);
padding: 12px 35px 12px 35px;}
.cf:after {
    clear: both;
}
.cf:after, .cf:before {
    content: " ";
    display: table;
    line-height: 0;
}

/*news*/
.newslist li i { margin-right: 20px; width: 240px; height: 160px; display: block; overflow: hidden; float: left; }
.newslist li i img { width: 100%; transition: all .5s; }
.newslist li:hover img { transform: scale(1.1); }
.newslist li { overflow: hidden; margin: 0 20px 40px 20px; padding: 30px; background: #fff; box-shadow: #e8e8e8 2px 2px 10px; transition: all .5s; }
.newslist li:hover { box-shadow: #c5c5c5 2px 2px 10px; }
.newslist h3 { margin-bottom: 20px; }
.newslist p { color: #666; margin-bottom: 30px; height: 44px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.newslist span.btn-red { float: right; }
.newslist li:hover .btn-red { background: #1aa8d6; color: #fff; border: #1aa8d6 1px solid; }
/*hezuokehu*/
.hezuokehu{
	width:100%;
background: rgba(248, 248, 248, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
}
.kehulist {    margin-left: -10px;
    margin-right: -10px;
	padding-bottom: 80px;
}
.kehulist .zz-comp-list__item {
		padding: 10px;
		margin: 0;
	    width: 20%;
		position: relative;
		box-sizing: border-box;
    z-index: 1;
    height: auto !important;
}
.kehulist  .zz-element-wrapper{
	
	border: 0px solid #000;
    padding: 0px 0px 0px 0px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 0px 0px;
	
}
.kehulist .zz-comp-list__item .zz-element-wrapper>.img img {
	width: 80%;
    object-fit: contain;
}
/*baike**/
.baike {background: #fff;
/*background-image: url(http://p.cdn-static.cn/18955_15825117338924.jpg?imageView2/2/w/2000/q/75);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
}
.information-main{padding-bottom: 20px;}
.information-title {
    width: 424px;
    font-size: 24px;
    line-height: 30px;
    color: #252b3a;
    margin-bottom: 12px;
}
.information-desc {
    width: 424px;
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    margin-bottom: 16px;
}
.information-news {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}
 .information-news-column {
    width: 33.33333333%;
	
}
 .information-news-column+.information-news-column {
    border-left: 1px solid #dfe1e6;
}
.information-news-card {
    padding: 32px;
    background-color: #fff;
    text-align: left;
}
 .information-news-card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.information-news-card-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    background-size: cover;
}
.information-news-card-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s;
}
.information-news-card-title .por-icon {
    font-size: 14px;
    color: #252b3a;
    margin-left: 8px;
    -webkit-transition: .2s;
    transition: .2s;
}
.por-icon {
    font-family: por-icon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
 .information-news-card-list {
    margin-top: 24px;
}
.information-news-card-list a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.information-news-card-list a em {
    font-style: normal;
    font-weight: 600;
    color: inherit;
}
.information-news-card-list>li+li {
    margin-top: 16px;
}
/*wenzhang*/
/*
 .wenzhang{ background: rgba(248, 248, 248, 1);}
.wenzhang .title-h2{
	overflow: hidden;
    margin:50px 0 10px;
	text-align:left;
	width: 40%;
}
.wenzhang .title-h2-ch{font-size: 26px;
    position: relative;
	text-align:left;

}
.wenzhang .menuwarp{
	position: relative;
    width: 100%;
	display:flex;flex-wrap: wrap;}
.wz-menu{
	overflow: hidden;
    margin:50px 0 10px;

	width: 60%;
}
#wztab { overflow: hidden; margin: 0 0 20px; text-align:center; float: right;}
#wztab li { background: transparent; margin-right: 3px; cursor: pointer; display: inline-block; }
#wztab li a { display: block; padding: 10px 40px; border: 1px solid #dbdbd7; font-size: 14px; color: #393a3b; }
#wztab li:hover a { color: #f9f3f3 !important; background: #008cd6; border: 1px solid #008cd6; }
#wztab li.current a { color: #fff; background: #008cd6; display: block; border: 1px solid #008cd6; }

.wzbox .wzlist {
    display: none;
    margin: 5px 0 0 0;
}
.wzbox .wzlist:nth-child(1) {
    display: block;
}
.wzbox .wzlist  ul{margin-left:-15px; margin-right:-15px;}
.wzbox .wzlist  ul li{float: left;
    width: 33.3333%;
    overflow: hidden;
}
.wzbox .wzlist ul li a{display: block;
    margin: 15px 15px 15px 15px;;
	padding: 38px 30px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
    transition: all .5s;
	display:flex;
	    background: #fff;
	}

.wzbox .wzlist ul li a .left {
    width: 20%;
    border-right: 1px solid #eeeeee;
    float: left;
}
.wzbox .wzlist ul li  a .left h3 {
    font-size: 32px;
    color: #999;
    font-weight: 700;
}
.wzbox .wzlist ul li a .left span {
    font-size: 14px;
    display: block;
color: #999;}
.wzbox .wzlist ul li a .right {
    width: 80%;
    padding-left: 25px;
    float: left;
}
.wzbox .wzlist ul li  a .right h5 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.wzbox .wzlist ul li a .right img {
    padding-top: 20px;
}
.wzbox .wzlist ul li  a .left h3:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    width: 20px;
    margin: 10px 0;
}*/
/*kepubaike*/

 .kepu{ background:#fff;}
.kepu .title-h2{
	overflow: hidden;
    margin:80px 0 20px;
	text-align:left;
}
.kepu .title-h2-ch{font-size: 24px;
    position: relative;
	text-align:left;
	float:left;

}
.kepu .menuwarp{
	position: relative;
    width: 100%;
	display:flex;flex-wrap: wrap;}
.wz-menu{
	overflow: hidden;
    float: left;
    position: relative;
	width:100%;
}
#wztab {border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

#wztab li {
display: inline-block;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.90);
    padding-bottom: 20px;
    margin: 0 20px;
    position: relative;
    line-height: 23px;
    cursor: pointer;
    font-weight: 500;
	}
#wztab li a { }
#wztab li:hover a { color:rgba(33, 138, 255, 1);}
#wztab li.current a { color:rgba(33, 138, 255, 1); display: block; font-weight: bold;}


.wzbox .wzlist {
    display: none;
    padding: 20px 0 0 0;
}
.wzbox .wzlist:nth-child(1) {
    display: block;
}
.wzbox .wzlist  ul{
	margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
	}
.wzbox .wzlist  ul li{    
font-size: 14px;
}

.wzbox .wzlist  ul li a{    
display: inline-block;
}

.wzbox .wzlist  ul li .client-info-wrap {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.65);
}
.wzbox .wzlist  ul li .client-info-wrap .client-from {
    display: inline-block;
}
.community-dot-divider {
    display: inline-block;
    font-family: 'Helvetica Neue', sans-serif;
    color: rgba(0, 0, 0, 0.45);
    margin: 0 8px;
}
.wzbox .wzlist  ul li .client-info-wrap .client-use {
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.45);
}
.wzbox .wzlist  ul li + li {
    margin-top: 24px;
}
.wzbox .wzlist  ul li .client-info-wrap .comment-type-text
{
	font-size: 12px;
    cursor: pointer;
    border: 1px solid rgba(120, 130, 140, 0.25);
    border-radius: 2px;
    padding: 3px 6px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 8px;
    margin-right: 20px;	
}
#index4 {
}
#index4 .margin {
    width: 1200px;
    margin: 0 auto;
}

#index4 .index4_top{padding-top:60px;}
#index4 .index4_top h4 {
    font-size: 24px;
    position: relative;
    text-align: center;
}

#index4 .index4_top p {
  margin-top: 10px;
  font-size: 16px;
  color: #8b8b8b;
  text-align: center;
  line-height: 25px;
}

#index4 ul {
  margin-top: 80px;
	display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-row-gap: 15px;
    grid-column-gap: 30px;
    margin: 0;
    padding: 40px 30px;
}


#index4 ul .index4_card {
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px rgba(0, 118, 252, 0.1);
  padding: 40px 30px;
}

#index4 ul .index4_card img {
  width: 40px;
  height: 40px;
}

#index4 ul .index4_card h6 {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 22px;
  margin-top: 30px;
}

#index4 ul .index4_card p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  margin: 14px 0;
}

#index4 ul .index4_card b {
  font-size: 12px;
  line-height: 22px;
  color: #0b5afe;
  font-weight: 400;
}

#index4 ul .index4_card span {
  font-size: 12px;
  line-height: 22px;
  color: #8b8b8b;
}

#index4 ul .index4_card ol li {
  display: flex;
}

#index4 ul .index4_card ol li p {
  font-size: 12px;
  line-height: 22px;
  color: #8b8b8b;
  margin: 0;
  width: 188px;
}

#index4 ul .index4_card ol li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #bbd1ff;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 9px;
}

/*liucheng*/
.liucheng .wrapper{
	overflow: hidden;
    position: relative;
}
.liucheng  .fl .name {
 float:left;
font-size: 28px;
    line-height: 50px;
    color: #101d37;
    font-weight: 600;
}
.liuc{
	margin-left: 10px;
    margin-right: 10px;
}
.liuc* {
    margin: 0;
    padding: 0;
    color: #333;
    word-wrap: break-word;
}
.service_flow {
    padding: 0 0 80px;
}
.service_options {
    margin-top: 30px!important;
    margin-bottom: 20px!important;
}
.liuc .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.service_options .item {
    height: 120px;
}
.service_options .item>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    color: #333333;
}
.service_hover_anim {
    transition: all .3s ease-in-out;
}
.service_options .item>div>img {
    margin-bottom: 15px;
	display: inline-block;
}
.col-8_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 11.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.service_nums
{ position:relative;}
.service_nums .line_ {
    position: absolute;
    width: 80.5%;
    height: 0px;
    border-top: 2px dotted #e0e0e0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.service_nums .col-8_1::before {
    background: #ffffff;
    content: " ";
    width: 59px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.service_nums .nums {
    color: #999999;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px auto;
    z-index: 5;
    position: relative;
}
/*新闻3*/
.baike3{
	background:#fff;
	
}
.baike3 .title-h2{margin-top:40px;}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}
.information-box {
	width: 759px;
    float: left;
	height: auto;
 margin-right: 81px;
}
.information-box .h2FloatNo {
float: none;
    height: 52px;
    line-height: 40px;
    background-color: #fff;
	margin:0;
	width:100%;
}
.h2FloatNo strong {
    color: #666666;
    width: 130px;
    font-weight: 400;
    text-align: center;
	font-size: 15px;
    font-family: Microsoft YaHei;
    line-height: 55px;
	height: 100%;
	    display: inline-block;
    padding: 0 15px;
}
.information-box .actFloatNo{
background: #f6f6f6;
    color: #333333;
    font-weight: bold;
}

.information-con {
    width: 1200px;
    margin: 0 auto;
}

.information-head {
    width: 1200px;
}


.information-main {
    background: #fff;
}

.information-main-fl {
    width: 524px;
    overflow: hidden;
    float: left;
    height: 374px;
    position: relative;
}

.information-main-fr {
    width: 676px;
    overflow: hidden;
    float: right;
    height: 374px;
}

.prev {
    display: block;
    position: absolute;
    z-index: 1;
    top: 45%;
    margin-top: -30px;
    left: 10%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/icon-arrow.png) -126px -137px no-repeat;
    cursor: pointer;
}

.next {
    display: block;
    position: absolute;
    left: auto;
    right: 10%;
    top: 45%;
    margin-top: -30px;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/icon-arrow.png) -6px -137px no-repeat;
    cursor: pointer;
}

.information-main-back {
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    height: 60px;
    bottom: 0;
    width: 523px;
}

.information-main-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 490px;
    line-height: 60px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    margin-top: -20px;
    font-size: 18px;
    color: #fff;
}

.main-btn {
    padding: 10px 17px;
    margin-top: 11px;
    border: 1px solid #7d7d7d;
    line-height: 1;
    color: #fff;
    border: 1px solid #ddd;
    float: right;
    font-size: 16px;
}

.information-main-fl .bd ul li {
    position: relative;
}

.information-main-fr .hd ul {
    font-size: 16px;
	    display: flex;
}

.information-main-fr .hd ul li {
    float: left;
    cursor: pointer;
    list-style: none;
    height: 60px;
    line-height: 60px;
    color: #666;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-top: 0;
    width: 20%;
    border-left: 0;
}

.information-main-fr .hd ul .on {
    color: #ff7200;
    border-top: 4px solid #ff7c12;
    height: 57px;
    border-bottom: 0;
    line-height: 52px;
}

.information-main-fr .bd ul {
    color: #333;
    padding: 0 24px 0 32px;
}

.information-main-fr .bd ul li {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    text-align: left;
    list-style-type: disc;
}

.information-main-fr .bd ul li span {
    float: right;
}

.information-main-fr .bd ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 350px;
    float: left;
}

.information-main-fr .bd ul li a:hover {
    color: #ff5e00;
}

.information-more {
    cursor: pointer;
    color: #f7a302;
    text-align: center;
    line-height: 34px;
    margin-top: 12px;
    font-size: 14px;
}

.information-more a {
    cursor: pointer;
    color: #f7a302;
    text-align: center;
    line-height: 34px;
    margin-top: 12px;
}

.information-more a:hover {
    color: #ff5e00;
}
.baike3 .right-box {
    display: inline-block;
    width: 360px;
}
.baike3 .right-box .recommend-ul{margin-bottom:20px;}
.baike3  .right-box .recommend-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.90);
}
.baike3  .right-box .recommend-li {
    margin-top: 16px;
}
.baike3   .right-box .recommend-link {
    display: inline-block;
}

.baike3   .right-box .perip-list {position: relative;
    padding: 12px 16px 14px;
    margin-top: 18px;
    /* background-color: #fafafa; */
    border-radius: 2px;
    transition: all 0.2s;
border: 1px solid rgba(120, 130, 140, 0.13);}
.baike3 .wzlist .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}
.baike3 .item a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 360px;
}
.baike3 .wzlist .item>a {
    font-size: 14px;
    color: #999;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.baike3 .perip-list a {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 16px 0;
}
.baike3 .perip-list a img {
    display: block;
    margin: auto;
}
.baike3 .perip-list a p {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}
.flex-row-center-space-between{
	
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 12px 16px 14px;
	border: 1px solid rgba(120, 130, 140, 0.13);
}
.flex-row-center-space-between li {width:25%; line-height: 30px;}
.auto-title-block-b {
    --bpad: 7px;
    border-bottom: 1px solid #E8E8E8;
}
.auto-title-block-b .auto-title-h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.445em;
    color: #181818;
}
.auto-title-block-b .auto-title-h2 .auto-title-h2-word {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 7px 0;
}
.auto-title-block-b .auto-title-h2 .auto-title-h2-word::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background-color: #2B33A8;
}
.hot-tags .tags-list {
    margin-top: 16px;
	    display: flex;
	flex-wrap: wrap;
    gap: 12px;
}
.hot-tags .tags-list .tags-li a {
    display: block;
    border: 1px solid #E8E8E8;
    padding: 0 calc(12px - 2px);
    background: transparent;
    font-size: 14px;
    color: #666666;
}
/*footer*/
.footer{
	margin-top:40px;
}
.footer-bottom {
    padding-top: 1px;
    background-color: #1f1f1f;
}
.footer-websites-box {
    padding-top: 40px;
    border-bottom: 1px solid #313131;
}
.content-wrapper {
    width: 1200px;
	margin: 0 auto;
}
.footer-city-list {
    height: 35px;
    overflow: hidden;
}
.footer-city-list a {
    float: right;
}
.footer-city-list a, .footer-city-list span {
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    color: #828789;
}
.footer-city-list span.on {
    color: #fff;
    background-color: #384144;
}
.footer-city-list span {
    float: left;
    width: 90px;
    margin-right: 10px;
    background-color: #121212;
    text-align: center;
    cursor: pointer;
}
.footer-websites {
    margin-top: 21px;
}
.footer-websites ul li {
    float: left;
    margin: 0 14px 11px 0;
    font-size: 12px;
}
.footer-websites ul li, .footer-websites ul li a {
    color: #83888a;
    white-space: nowrap;
}
.footer-company-box {
    padding: 30px 0;
    overflow: hidden;
}
.footer-qr-code div {
    margin-left: 30px;
    height: 130px;
    width: 100px;
    float: right;
}
.footer-qr-code div img {
    width: 100px;
    height: 100px;
}
.footer-qr-code p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.footer-company-info {
    float: left;
}
.footer-company-info ul {
    overflow: hidden;
}
.footer-company-info ul li {
    float: left;
    margin-right: 17px;
    font-size: 13px;
    color: #fff;
}
.footer-company-info ul li a {
    color: #fff;
}
.footer-company-info p {
    margin-top: 23px;
    font-size: 12px;
    text-align: left;
    color: #83888a;
}



/* support */
.tell { text-align: center; background: url(img/tell.jpg) no-repeat top center; padding-top: 100px }
.tell-tit h2 { font-size: 24px; color: #373d41; line-height: 38px; font-weight: 400; }
.tell-tit p { font-size: 14px; color: #777f84; line-height: 28px; }
.kefu { overflow: hidden; }
.kefu li { width: 33.333%; float: left; }
.kefu li a { display: block; margin: 20px; overflow: hidden; border: 1px solid #c5d8d8; padding-bottom: 10px; }
.kefu li h3 { margin: 10px 0; text-align: center; }
.kefu p { font-size: 14px; color: #a9b0b4; line-height: 18px; font-weight: 400; text-align: center; padding: 0 20px; }
ul.form-sq { width: 500px; margin: 30px auto; border-radius: 3px; overflow: hidden; padding: 20px; }
ul.form-sq li { margin-bottom: 10px; line-height: 36px; }
ul.form-sq li input { display: block; line-height: 34px; width: 100%; text-indent: 1em; border-radius: 3px; border: #e0e0e0 1px solid; outline: none; }
ul.form-sq li textarea { display: block; line-height: 24px; width: 100%; text-indent: 1em; border-radius: 3px; border: #e0e0e0 1px solid; outline: none; }
ul.form-sq p { margin-bottom: 30px; text-align: center; font-size: 18px; }
ul.form-sq input[type="submit"] { display: block; margin: 30px auto 0; width: 200px; line-height: 40px; font-size: 16px; height: 40px; background: #d61a1a; color: #fff; border: none; border-radius: 5px; }
ul.form-sq h2 { text-align: center; font-size: 24px; margin-bottom: 30px; }
ul.form-sq small { text-align: center; display: block; margin-bottom: 30px; }
ul.form-sq p span { display: inline-block; margin: 0 10px; }
.white { background: #fff; padding: 30px; }
.jj_h { font-size: 24px; font-weight: normal; color: #444; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #e4eaec; }
.text_con { overflow: hidden }
.lxtext { line-height: 30px; width: 35%; float: left; }
.lxtext li { border-bottom: 1px solid #e4eaec; padding: 15px 0; font-size: 16px; }
.lxtext { width: 30%; float: left }
.lxweixin { width: 60%; float: right; }
.lxweixin li { width: 33.3%; float: right; text-align: center; }
.lxweixin li img { width: 100% }
/*time-section*/
.time-section { font-size: 16px; line-height: 1.8; margin: 30px 0 60px 0; position: relative; }
.time-section:before { position: absolute; width: 1px; height: 100%; top: 0; left: 25px; background: #d61a1a; content: ""; z-index: 1; }
.time-section p { margin-bottom: 30px; position: relative; padding-left: 30px; margin-left: 20px; }
.time-section p:before { content: ""; background: #d61a1a; width: 10px; height: 10px; border-radius: 10px; position: absolute; top: 10px; left: 0; z-index: 1 }
.time-section p:after { content: ""; background: #ffffff; width: 18px; height: 18px; border-radius: 18px; position: absolute; top: 5px; left: -5px; border: #d61a1a 1px solid; z-index: 0; }
.time-section p:hover { color: #d61a1a }
.time-section p:hover:before { background: #fe0606 }
/*pictureViewer*/
.image-list { padding: 20px; overflow: hidden; }
.image-list .cover { position: relative; width: 25%; height: 230px; display: inline-block; float: left; margin-bottom: 10px; background-color: #fff; cursor: pointer; }
.image-list .cover img { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; max-width: 90%; }
#pictureViewer { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,.3); z-index: 10000; }
#pictureViewer > .content { background-color: #fff; position: absolute; width: 590px; height: 590px; margin: auto; top: 0; right: 0; bottom: 0; left: 0; }
#pictureViewer .menu-bar { width: 100%; }
#pictureViewer .menu-bar .handel { width: 40px; height: 40px; float: right; background-repeat: no-repeat; background-position: 50%; cursor: pointer; }
#pictureViewer .menu-bar .handel:hover { background-color: #d61a1a; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#pictureViewer .menu-bar .handel.maximization { background-image: url(img/maximization_black.png); background-size: 14px; }
#pictureViewer .menu-bar .handel.maximization:hover { background-image: url(img/maximization_white.png); }
#pictureViewer .menu-bar .handel.miniaturization { background-size: 16px; background-image: url(img/maximization_black.png); }
#pictureViewer .menu-bar .handel.miniaturization:hover { background-image: url(img/maximization_white.png); }
#pictureViewer .menu-bar .handel.close-view { background-image: url(img/close_black.png); background-size: 15px; }
#pictureViewer .menu-bar .handel.close-view:hover { background-image: url(img/close_white.png); }
#pictureViewer .handel-prev, #pictureViewer .handel-next { display: inline-block; width: 50px; height: 70px; position: relative; top: calc(50% - 80px); background-repeat: no-repeat; background-size: 25px; background-position: 50%; cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#pictureViewer .handel-prev { background-image: url(img/prev_blank.png); }
#pictureViewer .handel-next { background-image: url(img/next_blank.png); }
#pictureViewer .handel-prev:hover, #pictureViewer .handel-next:hover { background-color: #d61a1a; }
#pictureViewer .handel-prev:hover { background-image: url(img/prev_white.png); }
#pictureViewer .handel-next:hover { background-image: url(img/next_white.png); }
#pictureViewer .picture-content { display: inline-block; width: 80%; height: calc(100% - 80px); position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; }
#pictureViewer .picture-content .cover { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; }
#pictureViewer .counter { position: absolute; bottom: 0; height: 40px; line-height: 40px; width: 100%; text-align: center; color: #808080; font-size: 13px; }
#pictureViewer .hide { display: none; }
#pictureViewer .left { float: left; }
#pictureViewer .right { float: right; }
#pictureViewer .clear-flex { clear: both; }
#pictureViewer img { max-width: 100%; max-height: 100%; }
/*text-info*/
.text-info { border-bottom: 1px solid #e4eaec; padding-bottom: 10px; margin-bottom: 10px; color: #a0a0a0; }
.text-info span { margin-right: 30px; }
.nextinfo { line-height: 40px; }
.nextinfo a:hover { color: #d61a1a; }
/*product*/
.context #tab { overflow: hidden; border-bottom: 1px solid #d61a1a; }
.context #tab li { float: left; background: transparent; margin-right: 10px; cursor: pointer; }
.context #tab li a { color: #6a6a6a; display: block; padding: 8px 20px; font-size: 15px; border-radius: 5px 5px 0 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; border-bottom: 0; }
.context #tab li:hover a { color: #ffffff !important; background: #d61a1a; }
.context #tab li.current a { color: #fff; background: #d61a1a; display: block; }
.product-jianjie { margin-bottom: 20px; color: #333; }
.product-detail #outer { width: auto }
.product-detail-images { width: 36%; float: left; }
.product-detail-desc { width: 60%; float: right; }
.product-detail-desc h1 { font-size: 24px; margin-bottom: 20px; }
.product-detail-desc li { color: #5b5959; margin: 0 0 20px; font-weight: normal; }
a.btn-buy { background: #f9630b; color: #fff; display: block; width: 160px; text-align: center; line-height: 40px; border-radius: 20px; }
a.btn-buy:hover { background: #ff6a00; }
.cp-pics { display: none; }
.other-product { margin: 40px 0; overflow: hidden; }
.other-product li { float: left; width: 25%; overflow: hidden; text-align: center; margin: 20px 0; }
.other-product li i { display: block; overflow: hidden }
.other-product a { display: block; margin: 10px; box-shadow: #e8e8e8 2px 2px 10px; transition: all .5s; }
.other-product img { width: 100%; transition: all .5s; }
.other-product i:hover img { transform: scale(1.1); }
.other-product a:hover { box-shadow: #c5c5c5 0 1px 5px; }
.other-product span { display: block; padding: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
h1.product-h1 { font-size: 24px; font-weight: normal; color: #444; margin-bottom: 20px; padding-bottom: 10px; }
.top { width: 40px; height: 40px; display: block; background: url(img/top.png) no-repeat center #333; right: 20px; bottom: 10%; position: fixed }
.p-service-list li { width: 25%; float: left; position: relative; transition: .5s; }
.p-service-list li .ps-img { width: 100%; }
.p-service-list li:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,.5); display: block; transition: .5s; }
.p-service-list li:hover:after { background: rgb(0, 171, 110, .8); }
.p-service-list li h3 { position: absolute; display: block; width: 100%; text-align: center; top: 30%; font-size: 24px; color: #fff; z-index: 9; transition: .5s; }
.p-service-list p { position: absolute; opacity: 0; text-align: center; top: 50%; font-size: 14px; color: #fff; z-index: 9; padding: 0 30px; line-height: 24px; transition: .5s; }
.p-service-list li:hover p { opacity: 1 }
span.item-link { display: block; border: 1px solid #ffffff; width: 120px; height: 36px; line-height: 36px; font-size: 14px; color: #ffffff; margin: 20px auto; }
span.item-link:hover { color: #00a971; background: #ffffff; }
.p-service-list li h3 img { margin: 0 auto 10px; width: 40px; }
.p-service-list li:hover h3 { top: 10% }
.p-service-list li:hover p { top: 40% }
