@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top;
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(206deg 100% 50%/100%);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#0080e2;}
a:focus{outline:none;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;position:relative;}
.bgf8{background:#f8f8f8;}
.bgfff{background:#fff;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

@media (min-width: 1230px){
.container{width: 1200px;}
}
@media (min-width: 1330px){
.container{width: 1300px;}
}
@media (min-width: 1430px){
.container{width: 1400px;}
}
@media (min-width: 1530px){
.container{width: 1500px;}
}
@media (min-width: 1630px){
.container{width: 1600px;}
}
@media (max-width:767px) {
.container{padding-left: 10px;padding-right: 10px;width: 100%;}
.row{margin-left: -10px;margin-right: -10px;}
}

.ny_container{width: 1300px;margin: 0 auto;}
@media (max-width: 768px){
.ny_container{padding-left: 10px;padding-right: 10px; width: 100%;}
}
@media (min-width: 768px){
.ny_container{width: 750px;margin: 0 auto;}
}
@media (min-width: 992px){
.ny_container{width: 970px;margin: 0 auto;}
}
@media (min-width: 1200px){
.ny_container{width: 1170px;margin: 0 auto;}
}
@media (min-width: 1330px){
.ny_container{width: 1270px;margin: 0 auto;}
}


/* 头部 */
#header{height: 90px;position: fixed;top: 0;width: 100%;z-index: 1000;transition: all .3s;-webkit-transition: all .3s;}
#header:hover, #header.active{background: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 30%);}
.head-atop{background:#0080e2;line-height:40px;height:40px;}
.head-search{float:right;}
.head-search>p{font-size:14px;color:#fff;float:left;height:40px;padding-left:20px;background:url(../images/htel.png) no-repeat left;}
.head-search>p>a{font-size:16px;font-weight:bold;color:#fff;}
.head-search>form{float:left;width:190px;margin: 7px 0 7px 20px;line-height:26px;height:26px;background:#fff;border-radius:15px;}
.head-search>form>.s_tt{width:calc(100% - 36px);float:left;padding-left:20px;padding-right:10px;}
.head-search>form>.s_bt{width:36px;float:left;background:url(../images/page/search-btn.png) no-repeat center;}
.head-acon{background: url(../images/headerbg.png) repeat-x;}
.headcon{position:static;z-index:999;}
.logo{float: left;margin:13px 0;}
.logo a{display: block;position:relative;}
.logo a img{height:64px;}
.logo a img.logo-def{position: relative;left: 0;top: 0;z-index: 1;}
.logo a img.logo-fix{position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;}
#header:hover .logo a img.logo-def, #header.active .logo a img.logo-def{opacity: 0;}
#header:hover .logo a img.logo-fix, #header.active .logo a img.logo-fix{opacity: 1;}
#header:hover .head-acon, #header.active .head-acon{background:none;}
.head-raea{float: right;position: relative;margin-left: 55px;margin-top: 25px;}
.head-htel{text-align:center;color:#fff;padding-left:28px;background:url(../images/htel.png) no-repeat left;float:left;}
.head-htel h4{font-size:18px;font-weight:bold;line-height:20px;}
.head-htel h4 a{color:#fff;}
.head-htel p{font-size:14px;}

#search-btn{float:left;display:block;line-height: 36px;margin: 27px 0;color:#fff;background:#0080e2;font-size:16px;padding:0 26px;border-radius:18px;cursor:pointer;}
#search-btn i{margin-right:8px;}
#search-close{float:left;display:block;line-height: 34px;margin: 22px 0;color:#fff;font-size:30px;cursor:pointer;display:none;}
.search-con{position:absolute;right:0;top:90px;width:350px;background:#4a4a4a;padding:10px;overflow:hidden;display:none;}
.search-con form{background:#fff;}
#keyword{display: block;height: 40px;width: 100%;background: none;text-indent: 1em;padding-right:50px;}
.search-con .s_bt{position: absolute;right: 10px;top: 10px;cursor: pointer;display: block;width: 40px;height: 40px;background: url(../images/search-btn.png) no-repeat;}
.search-con .s_bt:hover{background-color:#ddd;}

#m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 20px;margin-top: 12px;width: 24px;}	
#m-head-nav .line{width: 24px;height: 2px;background-color: #fff;position: absolute;left: 0px;top: 7px;}
#m-head-nav .line1{margin-top: -7px;}
#m-head-nav .line3{margin-top: 7px;}
#m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#m-head-nav[data-active="on"] .line2{display: none;}
#m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#header:hover #m-head-nav .line, #header.active #m-head-nav .line{background-color:#0080e2;}

/* 导航栏 */
.nav{float: right;margin-top:16px;}
.nav>li{float: left;margin-right: 30px;position:static;}
.nav>li:last-child{margin-right: 0;}
.nav>li>a{display: block;font-size: 16px;padding: 0;color: #fff;position: relative;line-height: 50px;padding:0 8px;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav>li>a::after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0;height: 4px;background-color: #fff;-webkit-transition-property: left,right;transition-property: left,right;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.nav>li:last-child>a::before{display:none;}

.nav-er-box{position: absolute;top:66px;left: 50%;transform: translateX(-50%);width: 100%;display: none;box-shadow: 0 10px 10px 0px rgb(0 0 0 / 40%);padding-top: 24px;}
.nav-er-bg{border-top:1px solid #ccc;background:#fff;}
.nav-er-l{position:relative;float:left;width:25%;height:235px;padding-top:20px;background:url(../images/naverbg.jpg) no-repeat right 0;padding-left:30px;}
.nav-er-lico{height: 120px;line-height: 120px;}
.nav-er-lico img{vertical-align: middle;}
.nav-er-l h3{font-size: 18px;line-height: 36px;font-weight: bold;color: #333;}
.nav-er-l h4{font-size: 30px;line-height: 36px;font-weight: bold;color: #ccc;text-transform: capitalize;}
.nav-er-r{position:relative;float:left;width:75%;padding-top:25px;height:235px;}
.nav-er-r i{position:absolute;width:0;height:100%;border-left: 1px dashed #d2d2d2;top:0;}
.nav-er-r i.nav-er-rx1{left:25%;}
.nav-er-r i.nav-er-rx2{left:50%;}
.nav-er-r i.nav-er-rx3{left:75%;}
.nav-er-r p{margin:15px 0;font-size:16px;line-height:25px;color:#333;overflow:hidden;display:-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:100px;text-align:justify;}
.nav-er-r>div[class^="col-"]{padding-left:25px;}
.nav-er-r>div[class^="col-"]>a{display:inline-block;padding:0 20px;line-height:40px;background:#0080e2;color:#fff;border-radius:20px;transition:all .3s;-webkit-transition:all .3s;}
.nav-er-r>div[class^="col-"]>a:hover{background:#333;}
.nav-er-rb{padding:0 25px;margin-bottom: 25px;}
.nav-er-rb a{display: block;font-size: 0;line-height: 45px;height:45px;color: #333;}
.nav-er-rb a:hover{color:#0080e2;}
.nav-er-rb a img{margin-right: 20px;vertical-align: middle;width:45px;height:45px;}
.nav-er-rb a span{font-size: 16px;vertical-align: middle;}

.nav-san-box{position: absolute;top:0;left: 100%;width: 218px;background: #fff;display: none;}
.nav>li:last-child>.nav-er-box .nav-san-box{left: auto;right:100%}
.nav-er{color: #f7f7f7;font-size: 15px;transition: 0.3s all ease;}
.nav-er i{float: left;display:block;width:20px;height:20px;margin-right:10px;margin-top:10px;    background-repeat: no-repeat;background-size: 20px;transition: 0.3s all ease;}
.nav-er span{display: block;text-align:center;}
.nav-san-box a{position: relative;display: block;padding-left: 56px;}
.nav-san-box a::before{content: '';position: absolute;top:15px;left: 23px;width: 10px;height: 10px;background: url(../images/page/nav-rjt.png);}
.nav-yi::after{position: absolute;content: ''; bottom:25px;left: 0;width: 100%;border-bottom: 2px solid #0080e2;display: none;}
/*.nav-er-box::before{position: absolute;content: ''; width: 18px;height: 6px;background: url(../images/page/nav-up.png) no-repeat center;left: 50%;margin-left: -9px;top:0;}*/
.nav li.active .nav-yi{color: #0080e2;}
.nav-box li.active .nav-yi::after{display: block;}
.nav>li:hover .nav-er-box{display: block;}
.nav>li:hover .nav-yi{color: #0080e2;}
.nav>li:hover .nav-yi:after{display: block;}
.nav-er-list:hover .nav-er{color: #0080e2;font-weight: bold;}
.nav-er-list:hover .nav-er i{background-position-y: -20px;}
.nav-er-list:hover{background: #fff;}
.nav-er-list:hover .nav-san-box{display: block;}
.nav-san-box a:hover{color: #0080e2;}
.nav>li:hover>a::after, .nav>li.cur>a::after{left: 0;right: 0;}
#header:hover .nav>li>a, #header.active .nav>li>a{color:#333;}
#header:hover .nav>li:hover>a, #header:hover .nav>li.cur>a, #header:hover .nav>li>a:focus, #header:hover .nav>li>a:hover,
#header.active .nav>li:hover>a, #header.active .nav>li.cur>a, #header.active .nav>li>a:focus, #header.active .nav>li>a:hover{background:transparent;color:#0080e2;}
#header:hover .nav>li>a::after, #header.active .nav>li>a::after{background-color: #0080e2;}
#header:hover .head-htel, #header.active .head-htel{color: #666;background: url(../images/htelx.png) no-repeat left;}
#header:hover .head-htel h4 a, #header.active .head-htel h4 a{color: #333;}

/* 小屏幕导航 */
.mm-nav-box{overflow:hidden;position: fixed;top: 0;right: 0;width: 100%;height: 100%;z-index: -1;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);top:90px;}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#0080e2}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#0080e2}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
.header_atop{width:100%;height:40px;}
.header_space{width: 100%;height: 90px;display:none;}
@media (max-width: 1629px){
.head-raea{margin-left:35px;}
}
@media (max-width: 1529px){
.nav>li{margin-right:20px;}
}
@media (max-width: 1429px){
.nav>li{margin-right:10px;}
.head-raea{margin-left:15px;}
}
@media (max-width: 1329px){
.head-htel{display:none;}
}
@media (max-width: 1199px){
.nav{display:none;}
.mm-nav-box {display: block;}
#m-head-nav{display:block;}
.header_space{display:block;}
.head-htel{display:block;}
.head-raea{margin-left:0;}
.nav-er-rb{padding:0 15px;}
}
@media (max-width: 800px){
.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}
@media (max-width: 767px){
.headcon{padding:0 10px;}
}
@media (max-width: 600px){
.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
.mm-nav-box .mm-nav .li1{margin: 0 10px;}
.mm-nav-box .mm-wrap .mmlang{display: block;}
}
@media (max-width: 500px){
#header{height:70px;}
.header_space{height:70px;}
.logo a img{height:50px;}
.mm-nav-box[data-on="active"]{top:70px;}
#header:hover .logo, #header.active .logo{margin: 10px 0;}
#header:hover .head-raea, #header.active .head-raea{margin-top: 16px;}
#search-btn{font-size:14px;padding:0 15px;margin:15px 0;}
#m-head-nav{margin-left:15px;margin-top: 10px;}
.mm-nav-box{top: 66px;}
.nav-er-rb{padding:0 8px;margin-bottom:16px;}
.nav-er-rb a img{width:36px;height:36px;margin-right:12px;}
.nav-er-rb a span{font-size:14px;}
}
@media (max-width: 420px){
#header{height:60px;}
.header_space{height:60px;}
.mm-nav-box[data-on="active"]{top:60px;}
#header:hover .logo, #header.active .logo{margin:7px 0;}
.logo a img{height:46px;}
#header:hover .head-raea, #header.active .head-raea{margin-top:12px;}
}
@media (max-width: 400px){
#m-head-nav{margin-left:10px;}
.head-htel h4{font-size:14px;}
.nav-er-rb{margin-bottom:8px;}
}
@media (max-width: 370px){
#header:hover .head-htel, #header.active .head-htel{padding-left:0;background:none;}
#header{height:56px;}
.header_space{height:56px;}
.mm-nav-box[data-on="active"]{top:56px;}
#header:hover .logo, #header.active .logo{margin:8px 0;}
.logo a img{height:40px;}
#header:hover .head-raea, #header.active .head-raea{margin-top:8px;}
.nav-er-rb a img{width:30px;height:30px;margin-right:8px;}
.nav-er-rb a span{font-size:12px;}
}

/* 轮播图 */
#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:40px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);}
#banner .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius: 50%;background:#fff;position:relative;margin:0 8px;}
#banner .swiper-pagination-bullet-active{background:#0080e2;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/page/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
@media (max-width: 1400px){
#banner .swiper-button-prev{left:60px;}
#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
#banner .swiper-pagination{bottom:20px;}
#banner .swiper-pagination-bullet{border:none;}
#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
}
@media (max-width: 450px){
#banner .swiper-pagination{bottom: 5px;padding:8px;}
#banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;}
}

/* 首页标题 */
.title{padding:0 10px;text-align: center;}
.title h2{font-size: 40px;color: #333;font-weight: bold;}
.title p{color: #999;font-size: 18px;margin-top: 8px;text-transform:uppercase;font-family:Arial;}
@media only screen and (max-width:767px){
.title h2{font-size: 30px;}
.title p{font-size: 14px;margin-top: 5px;}
}
@media only screen and (max-width:500px){
.title h2{font-size: 26px;}
}

/* 服务项目 */
#service{position:relative;padding:90px 10px;}
#service::after{content: '';width: 58%;height: 100%;background-color: #f7fafc;position: absolute;top: 0;right: 0;z-index: -1;}
.ser-top{margin-bottom:50px;overflow:hidden;}
.ser-tl{float:left;}
.ser-tl h2{font-size:38px;line-height:38px;color:#333;font-weight:bold;}
.ser-tl h2 span{font-size: 18px;line-height: 18px;font-family: arial;color: #999;text-transform: uppercase;margin-left: 10px;font-weight:normal;}
.ser-tl p{font-size: 16px;line-height: 24px;color: #666666;margin-top: 12px;}
.ser-tr{float:right;font-size:0;margin-top:25px;}
.ser-tr a{display:inline-block;font-size:16px;line-height:40px;color:#333;padding:0 15px;border:2px solid #eee;margin-right:30px;transition: all 0.6s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ser-tr a:last-child{margin-right:0;}
.ser-tr a.on{background:#0080e2;color:#fff;border-color:#0080e2;}
.ser-cen{overflow:hidden;position:relative;}
.ser-cl{position:absolute;left:0;top:0;width:600px;overflow:hidden;}
.ser-cl .serimg1, .ser-cl .serimg2{width: 28px;height: 28px;}
.ser-clul{border-left: 1px solid #dddddd;padding: 20px 0;margin: 10px 14px;}
.ser-clul li{margin-bottom:30px;}
.ser-clul li:last-child{margin-bottom:0px;}
.ser-clt{padding-left:25px;padding-top:10px;position:relative;}
.ser-clt::before{content: '';width: 1px;height: 0;background-color: #0080e2;position: absolute;top: 0;left: -1px;transition: all 0.6s ease;}
.ser-cltnum{float: left;font-family: fantasy;font-size: 32px;color: #b2b8bc;line-height: 22px;transition: all 0.6s ease;}
.ser-cltcon{float:left;margin-left:60px;width: calc(100% - 100px);margin-top: -5px;}
.ser-cltct{display:block;position: relative;font-size: 20px;color: #919ca4;line-height: 30px;transition: all 0.6s ease;}
.ser-cltct p{font-family: MicrosoftYaHei;font-size: 40px;font-weight: bold;line-height: 30px;text-transform: uppercase;color: #666666;opacity: 0;filter: alpha(opacity=0);position: absolute;top: 4px;left: 0;transition: all 0.6s ease;}
.ser-cltcd{font-size: 14px;line-height:25px;color: #666666;margin-top: 0;height: 0;overflow:hidden;transition: all 0.6s ease;text-align:justify;}
.ser-clul li.on .ser-clt::before{height: 100%;}
.ser-clul li.on .ser-cltnum{color: #0080e2;}
.ser-clul li.on .ser-cltct{color: #333;padding-top: 20px;font-weight: bold;}
.ser-clul li.on .ser-cltct p{opacity: 0.2;filter: alpha(opacity=20);}
.ser-clul li.on .ser-cltcd{margin-top: 10px;height: auto;}
.ser-crul{}
.ser-crul li{display:none;}
.ser-crul li:first-child{display:block;}
.ser-crul li div{position:relative;float:right;width: calc(100% - 600px);background-position: center;background-repeat: no-repeat;background-size: cover;height:500px;}
.ser-crulaa{position: absolute;left:0;top: 0;width: 100%;height: 100%;z-index: 11;}
.ser-crul li div img{display:none;}
.ser-crul li div .ser-crtxt{display:none;}
@media only screen and (max-width:1199px){
.ser-cl, .ser-crulaa{display:none;}
.ser-crul li div{width:100%;position:relative;background:none!important;height:auto;}
.ser-crul li div img{display:block;}
.ser-crul li div .ser-crtxt{display:block;position:absolute;left:0;bottom:0;width:100%;padding:30px;background:rgb(0 0 0 / 30%);color:#fff;}
.ser-crul li div .ser-crtxt h4{font-size:26px;margin-bottom:5px;}
.ser-crul li div .ser-crtxt h5{font-size:16px;margin-bottom:8px;}
.ser-crul li div .ser-crtxt p{font-size:14px;margin-bottom:10px;}
.ser-crul li div .ser-crtxt span{display:inline-block;padding:0 20px;line-height:30px;background:#0080e2;border-radius:15px;color:#fff;}
}
@media only screen and (max-width:991px){
.ser-tl{width:100%;}
.ser-tr{width:100%;display:flex;}
.ser-tr a{flex:1;text-align:center;padding: 0 5px;}
}
@media only screen and (max-width:767px){
#service{padding:30px 10px;}
#service::after{width:100%;}
.ser-top{margin-bottom:30px;}
.ser-tl h2{font-size:30px;}
.ser-tl h2 span{font-size:16px;}
.ser-tl p{margin-top:0;}
.ser-tr{margin-top:20px;}
.ser-tr a{margin-right:10px;}
.ser-crul li div .ser-crtxt{padding: 20px 15px;}
}
@media only screen and (max-width:500px){
.ser-tr a{font-size:14px;}
.ser-crul li div .ser-crtxt{position:static;}
.ser-crul li div .ser-crtxt h4{font-size:20px;}
.ser-crul li div .ser-crtxt h5{font-size:14px;}
}
@media only screen and (max-width:430px){
.ser-tr{flex-wrap: wrap;align-content: flex-start;}
.ser-tr a{flex:0 0 50%;margin-right:0;}
}

/* 营销案例 */
#case{padding:60px 0;overflow:hidden;}
.imgtags{margin:30px 0;font-size:0;text-align:center;}
.imgtags a{display:inline-block;width:160px;height:48px;line-height:48px;background:#eee;font-size:18px;color:#666;margin-right:10px;}
.imgtags a:first-child{border-radius:24px 0 0 24px;}
.imgtags a:last-child{margin-right:0;border-radius: 0 24px 24px 0;}
.imgtags a.on{background:#0080e2;color:#fff;box-shadow:unset;}
.imgbox{margin-top:10px;max-height:340px;}
.imgone li{padding:0 8px;}
.imgone li a{display:block;}
.imgone li a .case-img{overflow:hidden;border-radius:8px;}
.imgone li a .case-txt{padding:15px 20px;overflow:hidden;position:relative;}
.imgone li a .case-txt::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:#d5d5d5;z-index:1;}
.imgone li a .case-txt::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:#0080e2;z-index:2;}
.imgone li a .case-txt p{float:left;font-size:16px;color:#333;width:calc(100% - 80px);}
.imgone li a .case-txt .case-more{display:block;float:right;width:70px;height:22px;line-height:22px;font-size:14px;color:#fff;text-align:center;border-radius:20px;background:#3d3f49;}
.imgone li a:hover .case-txt::after{width:100%;}
.imgone li a:hover .case-txt p{color:#0080e2;}
.imgone li a:hover .case-txt .case-more{background:#0080e2;}
.case-btn{text-align:center;margin-top:50px;}
.case-btn>a{display:inline-block;width:130px;height:38px;line-height:38px;background:#404040;color:#fff;font-size:16px;border-radius:20px;}
.case-btn>a>span{padding-right:22px;background:url(../images/about-jtb.png) no-repeat right;}
.case-btn>a:hover{background:#0080e2;}
@media (max-width:1199px){
.imgtags a{width:130px;height:40px;line-height:40px;font-size:16px;}
}
@media (max-width:991px){
.imgtags{margin:20px 0 10px;}
.imgtags a{border-radius:0!important;margin-bottom:10px;}
}
@media (max-width:767px){
#case{padding:30px 0;}
.imgtags{padding:0 5px;}
.imgtags a{margin:0 5px 10px;}
.imgtags a:first-child{margin-left:5px;}
.imgtags a:last-child{margin-right:5px;}
.case-btn{margin-top:20px;}
}
@media (max-width:500px){
.imgtags a{width:auto;padding:0 10px;}
.imgone li a .case-txt{padding:10px;}
.imgone li a .case-txt p{width:100%;text-align:center;}
.imgone li a .case-txt .case-more{display:none;}
.case-btn>a{font-size:14px;}
}
@media (max-width:450px){
.imgtags{display:flex;flex-wrap: wrap;align-content: flex-start;}
.imgtags a{font-size:14px;flex: 0 0 33.33%;margin:0;}
.imgtags a:first-child{margin-left:0;}
.imgtags a:last-child{margin-right:0;}
.imgtags a:nth-child(7){display:none;}
}

/* 关于我们 */
#about{padding:70px 0 90px;background:url(../images/about-bg.jpg) no-repeat center top #f7f7f7;}
.about-img{height:593px;}
.about-img img{display:none;}
.about-box{padding-top:15px;padding-left:10px;padding-right:40px;}
.about-box>p{font-family:Arial;font-weight:bold;font-size:36px;color:#0080e2;margin-bottom:10px;}
.about-box>h2{font-weight:bold;font-size:36px;color:#333;}
.about-xian{width:40px;height:2px;background:#c9c9c9;margin:20px 0 30px;}
.about-con{margin-bottom:15px;}
.about-con .about-txt{color:#666;line-height:2;text-align:justify;font-size:16px;margin-bottom:30px;}
.about-con>a{display:block;width:150px;height:42px;background:#0080e2;color:#fff;line-height:42px;text-align:center;font-size:16px;border-radius:21px;}
.about-con>a:hover{background:#333;}
.about-tag li{float: left;width: 25%;}
.about-tag li a{display:block;width:100%;height:100%;}
.about-tag li a .about-atxt{padding:40px 30px 24px;}
.about-tag li a .about-ico{width:40px;height:40px;position:relative;}
.about-tag li a .about-ico img{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;max-width:100%;}
.about-tag li a .about-ico img+img{opacity: 0;position: absolute;left: 0;top: 0;}
.about-tag li a .about-atxt h3{font-weight: bold;font-size: 16px;color: #888;line-height: 16px;padding: 15px 0 12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.about-tag li a .about-atxt p{font-size:12px;color: #d5d5d5;text-transform: uppercase;line-height:16px;height:32px;overflow:hidden;}
.about-tag li:hover{background:#0080e2;}
.about-tag li:hover a .about-ico{-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);}
.about-tag li:hover a .about-ico img{opacity: 0;}
.about-tag li:hover a .about-ico img+img{opacity: 1;}
.about-tag li:hover a .about-atxt h3, .about-tag li:hover a .about-atxt p{color:#fff;}
@media(max-width:1709px){
.about-img{height:573px;}
.about-tag li a .about-atxt{padding: 30px 30px 14px;}
}
@media(max-width:1409px){
.about-img{height:581px;}
.about-box{padding-right:20px;}
.about-tag li a .about-atxt{padding: 20px 12px 0;}
}
@media(max-width:1199px){
.about-img{height:645px;}
.about-box{padding-right:10px;}
}
@media(max-width:991px){
#about{padding:60px 0;}
.about-img{height:auto;padding:0 10px;}
.about-img img{display:block;}
}
@media(max-width:767px){
#about{padding:30px 0;}
.about-box>p{font-size:30px;}
.about-box>h2{font-size:30px;}
.about-xian{margin: 20px 0 10px;}
.about-con .about-txt{margin-bottom:20px;}
}
@media(max-width:500px){
.about-box>p{font-size:26px;margin-bottom: 5px;}
.about-box>h2{font-size:26px;}
.about-con .about-txt{font-size:14px;}
.about-con>a{font-size:14px;width:120px;line-height:36px;height:36px;}
.about-tag li{width:50%;}
}

#countup{margin:40px 0;}
.countup-txt h4{font-size:16px;color:#444;margin-bottom:5px;}
.countup-txt h4 span{font-size:60px;font-family:arial;color:#0080e2;margin-right:3px;font-weight:bold;line-height:50px;}
.countup-txt h4 em{position:relative;}
.countup-txt h4 em::after{content: '+';position: absolute;left:0;top:-18px;font-size:16px;font-weight:bold;color:#444;}
.countup-txt p{font-size:18px;font-weight:bold;color:#444;text-align:center;}
@media (max-width: 991px) {
.countup-txt{margin-bottom:20px;}
}
@media (max-width: 767px) {
.countup-txt h4, .countup-txt p{text-align:center;}
}
@media (max-width: 500px) {
#countup{margin:20px 0;}
.countup-txt{margin-bottom:10px;}
.countup-txt h4 span{font-size:50px;}
}
@media (max-width: 400px) {
.countup-txt h4 span{font-size:42px;}
}
@media (max-width: 370px) {
.countup-txt h4 span{font-size:36px;}
.countup-txt p{font-size:15px;}
}

/* 新闻动态 */
#news{padding: 40px 0 80px;background-color: #f3f3f3;}
.news-box{margin-top:30px;}
.news-l{padding:30px 50px;}
.news-r{padding:30px;}
.news-tag{overflow:hidden;}
.news-tag ul{float:left;}
.news-tag ul li{float:left;font-size:16px;color:#666;line-height:36px;margin-right:55px;position:relative;overflow:hidden;cursor:pointer;}
.news-tag ul li::after{content: '';position: absolute;left: 0;bottom: 0;width: 0;height: 4px;background: #0080e2;}
.news-tag ul li:last-child{margin-right:0;}
.news-tag ul li.on{font-weight:bold;color:#353535;}
.news-tag ul li.on::after{width:100%;}
.news-tag>a{float:right;font-size:16px;color:#666;line-height:36px;display:block;}
.news-tag>a:hover{color:#0080e2;}
.ghtag{padding-left:22px;background:url(../images/page/ghtag.png) no-repeat left;}
.news-lbox{margin-top:30px;}
.news-lbox .news-lone{display:none;}
.news-lbox .news-lone:first-child{display:block;}
.news-ltopimg{padding-left:0;}
.news-ltopimg>a{display:block;border:1px solid #eee;}
.news-ltoptxt{margin-top:20px;}
.news-ltoptxt h3 a{font-size:20px;font-weight:bold;color:#353535;line-height:32px;display: block;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-ltoptxt h3 a:hover{color:#0080e2;}
.news-ltoptxt p{margin-top:10px;font-size:16px;color:#666;line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:90px;}
.news-ltoptxt span{display:block;margin-top:10px;color:#999;}
.news-ltoptxt>a{margin-top:25px;display:block;width:150px;height:40px;line-height:40px;color:#fff;text-align:center;border-radius:20px;background:#0080e2;}
.news-ltoptxt>a:hover{background:#666;}
.news-lul{margin-top:20px;overflow:hidden;}
.news-lul li{line-height:30px;overflow:hidden;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;}
.news-lul li a{float:left;width:calc(100% - 90px);text-overflow:ellipsis;overflow:hidden;white-space: nowrap;}
.news-lul li span{color:#999;font-size:14px;float:right;}
.news-lul li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.news-c>ul{margin-top:30px;}
.news-c>ul li{margin-bottom:50px;}
.news-c>ul li:last-child{margin-bottom:0}
.news-c>ul li a{display:block;}
.news-c>ul li a.news-ca{color:#444;margin-top:10px;line-height:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:40px;overflow:hidden;}
.news-c>ul li p{color:#999;margin-top:12px;}
.news-c>ul li .news-ca:hover{color:#0080e2;}
.news-r>ul{margin-top:32px;}
.news-r>ul li{margin-bottom:40px;}
.news-r>ul li:last-child{margin-bottom:0}
.news-r>ul li a{color:#444;line-height:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:40px;overflow:hidden;}
.news-r>ul li a:hover{color:#0080e2;}
.news-r>ul li p{margin-top:11px;color:#999;}
#tagac{margin-top:14px;}
#tagac>a{font-size: 14px;color: #797979;line-height: 30px;display: inline-block;background-color: #fff;border-radius: 30px;padding: 0 14px;margin-top: 14px;box-shadow: 1px 4px 16px 0px rgb(0 128 226 / 20%);margin-right: 10px;transition: all ease 0.3s;}
#tagac>a:hover{background-color: #0080e2;color: #fff;}
.title-rone{margin-top:14px;}
.title-rone>a{font-size: 14px;color: #797979;line-height: 30px;display: inline-block;background-color: #fff;border-radius: 30px;padding: 0 14px;margin-top: 14px;box-shadow: 1px 4px 16px 0px rgb(0 128 226 / 20%);margin-right: 10px;transition: all ease 0.3s;}
.title-rone>a:hover{background-color: #0080e2;color: #fff;}
@media (max-width: 1629px) {
.news-ltoptxt{margin-top:10px;}
.news-c>ul li{margin-bottom: 52px;}
.news-r>ul li{margin-bottom: 34px;}
}
@media (max-width: 1529px) {
.news-ltoptxt{margin-top: 0;}
.news-c>ul li{margin-bottom: 54.5px;}
.news-r>ul li{margin-bottom: 27.5px;}
}
@media (max-width: 1429px) {
.news-ltoptxt p{line-height: 25px;height: 75px;}
.news-ltoptxt>a{margin-top: 15px;}
.news-c>ul li{margin-bottom: 51px;}
.news-r>ul li{margin-bottom: 21.3px;}
}
@media (max-width: 1329px) {
.news-ltoptxt h3 a{font-size: 18px;line-height: 25px;}
.news-ltoptxt p{margin-top: 10px;}
.news-ltoptxt>a{margin-top: 10px;}
.news-c>ul li{margin-bottom: 59px;}
.news-c>ul li a.news-ca{margin-top:0;}
.news-c>ul li p{margin-top:5px;}
.news-r>ul li{margin-bottom: 15px;}
}
@media (max-width: 1199px) {
.news-tag ul li{margin-right:40px;}
.news-l, .news-c, .news-r{padding:20px;}
.news-ltoptxt h3 a{font-size: 16px;line-height: 20px;}
.news-ltoptxt p{font-size:14px;}
.news-ltoptxt>a{margin-top:10px;width:130px;height:34px;line-height:34px;}
.news-c>ul li{margin-bottom: 65.5px;}
.news-c>ul li a.news-ca{line-height:18px;height:36px;}
.news-c>ul li p{font-size:12px;}
.news-r>ul li p{margin-top:5px;font-size:12px;}
.news-r>ul li{margin-bottom: 22px;}
}
@media (max-width: 991px) {
.news-ltoptxt{margin-top:20px;}
.news-r{background:#fcfcfc;}
.news-r>ul li{margin-bottom: 61px;}
}
@media (max-width: 767px) {
#news{padding:30px 0;}
.news-lbox, .news-c>ul, .news-r>ul{margin-top:20px;}
.news-ltopimg{padding:0;}
.news-ltoptxt{padding:0;}
.news-l, .news-c, .news-r{padding:10px;}
.news-tag ul li{margin-right:30px;}
.news-tag>a{display:none;}
.news-c>ul li, .news-r>ul li{margin-bottom:20px;}
}
@media (max-width: 500px) {
.news-tag ul{display:flex;width:100%;}
.news-tag ul li{float:none;flex:1;margin-right:0;text-align:center;font-size:14px;}
.title-rone{margin-top:0;}
#tagac{margin-top:0;}
}

/* 通用配置 */
.owl-rela{position:relative;}
.owl-prev, .owl-next{display:block;width:30px;height:68px;background:url(../images/pro-jtbn.png) no-repeat;position:absolute;top:50%;margin-top:-34px;text-indent:-99999999px;opacity:0.2;transition:all .3s;-webkit-transition:all .3s;}
.owl-prev{left:-30px;}
.owl-next{right:-30px;transform: rotate(180deg);}
.owl-prev:hover, .owl-next:hover{opacity:1;}
@media (max-width:800px){
.owl-prev, .owl-next{display:none;}
}

/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;display:block;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

/* 底部 */
#footer-nav{background:#323a45;padding-top:50px;}
.fnav{}
.fnav h3{padding-bottom:10px;margin-bottom:20px;}
.fnav h3 a{font-size:18px;color:#fff;}
.fnav h3 a:hover{color:#007dff;}
.fnav p{margin-bottom:10px;font-size:14px;color:#abacaf;}
.fnav p a{font-size:14px;color:#abacaf;}
.fnav p a:hover{color:#fff;}
.fcon{color:#fff;line-height:1.8;padding-top:5px;}
.fcon a{color:#fff;}
.fcon a:hover{color:#007dff;}
.fcon h5{font-size:16px;margin-bottom:10px;}
.fcon h4{font-size:24px;font-weight:bold;margin-bottom:20px;}
.fcon p{margin-bottom:12px;text-transform:none;}
.fimg{text-align:center;font-size:0;}
.fewmm{display:inline-block;margin-right:30px;}
.fewmm:last-child{margin-right:0;}
.fewmm img{width:130px;}
.fewmm p{font-size:14px;color:#999;margin-top:10px;}
.ftext{font-size: 14px;color: #abacaf;line-height: 20px;padding: 0 0 20px;}
.ftext a{color: #abacaf;}
.ftext a:hover{color: #fff;}
.flink{padding: 0 0 20px;}
.flink span{color: #fff;font-weight: bold;}
.flink a{color: #abacaf;margin-right: 5px;}
.flink a:last-child{margin-right: 0;}
.flink a:hover{color: #fff;}
#footer-copy{border-top:1px solid #575c65;padding:20px 0;background:#323a45;}
#footer-copy p{font-size:14px;color:#abacaf;line-height:20px;}
#footer-copy p a{font-size:14px;color:#abacaf;}
#footer-copy p a:hover{color:#fff;}
@media only screen and (max-width: 1329px){
.fewmm{margin-right:10px;}
}
@media only screen and (max-width: 767px){
footer{padding-bottom:50px;}
#footer-nav{padding-top:30px;}
.fcon p{margin-bottom:5px;}
.ftext{padding:0 10px 20px;}
.flink{padding: 0 10px 20px;}
#footer-copy{padding: 10px;}
}
@media only screen and (max-width: 500px){
.ftext{padding:0 10px 10px;}
.flink{padding:0 10px 10px;}
#footer-copy{padding: 10px;}
#footer-copy p{font-size:12px;text-align:center;}
}


.brank_con{font-size: 16px;line-height: 1.8;color: #333;}
.brank_con>.cpcon{padding:50px 0;overflow: hidden;}
.brank_con>.cpcon:last-child{margin-bottom: 0;}
.brank_con>.cpcon:nth-child(odd){background: transparent;}
.brank_con>.cpcon:nth-child(odd) .cpcon_img{float: right;}
.brank_con>.cpcon:nth-child(even){background: #f5f5f5;}
.brank_con>.cpcon>h3{text-align: center;font-size: 36px;margin-bottom: 50px;}
.brank_con>.cpcon .cpcon_img img{max-width: 100%;height:auto!important;display: block;margin:0 auto;}
.brank_con>.cpcon .cpcon_txt{padding-top: 15px;padding-bottom: 15px;}
@media (max-width: 767px){
.brank_con{font-size: 14px;line-height: 1.6;}
.brank_con>.cpcon{padding:20px 0;}
.brank_con>.cpcon>h3{font-size: 24px;margin-bottom: 20px;}
}


.sss4{}
.sss4 ul{overflow:hidden;padding:10px 0;}
.sss4 ul li{margin-bottom: 30px;}
.sss4 ul li>div{text-align: center; background: #f5f5f5; padding: 42px 10px;height: 100%;transition:all .3s;-webkit-transition:all .3s;}
.sss4 ul li>div h2{padding: 20px 0; font-size: 24px; font-weight: bold;}
.sss4 ul li>div h3{padding-bottom: 20px; font-size: 24px; font-weight: bold;}
.sss4 ul li>div p{font-size:16px;padding:0 30px;line-height:1.8;}
.sss4 ul li>div:hover{box-shadow:0 0 8px 0 rgb(230 0 18 / 30%);}
@media (min-width:768px) {
.sss4 ul{display:flex;}
.sss4 ul li{flex:1;}
.con3 ul{flex-wrap: wrap;align-content: flex-start;}
.con3 ul li{flex:50%;}
}
@media (max-width:767px) {
.sss4 ul li>div{padding:20px 10px;}
.sss4 ul li>div p{font-size:14px;padding:0;line-height:20p;}
}



/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #0080e2;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #0080e2;float: left;position: relative;border-top:1px solid #333;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background:#0080e2;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;margin-bottom:0px;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;line-height:25px;padding-top:10px;padding-bottom:10px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#0099FF;}

/* 内页导航 */
#sidebar{float:right;}
#sidebar li{display:inline-block;margin:0 10px;position: relative;}
#sidebar li a{display:block;height:45px;line-height:44px;text-align:center;color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #0099FF;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color:#0099FF;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
#location{margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
.w100{width:100%;float:left;}
.w50{width:50%;float:left;}
.w33{width:33.33%;float:left;}
.w25{width:25%;float:left;}
#sidebar{float:none;}
#sidebar li{padding:0 5px;margin:0;}
}

/* 内页banner */
.nybanner>div{background-position: center;background-repeat: no-repeat;background-size: cover;}
@media (max-width: 1329px){
.nybanner>div{height: 420px !important;}
}
@media (max-width: 1199px){
.nybanner>div{height: 360px !important;}
}
@media (max-width: 991px){
.nybanner>div{height: 320px !important;}
}
@media (max-width: 767px){
.nybanner>div{height: 280px !important;}
}
@media (max-width: 700px){
.nybanner>div{height: 240px !important;}
}
@media (max-width: 580px){
.nybanner>div{height: 175px !important;}
}
@media (max-width: 420px){
.nybanner>div{height: 150px !important;}
}
@media (max-width: 374px){
.nybanner>div{height: 130px !important;}
}

/* 内页样式 */
#inside{padding-bottom:50px;padding-left:10px;padding-right:10px;overflow:hidden;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
#inside{padding-bottom:30px;}
}
/*联系我们*/
.lianxi_m { overflow: hidden;margin-top: 10px; margin-bottom: 24px; background: #fff;}
.lianxi_m .lianxi_ml { width: 410px; float: left; background: #0080e2;color: #fff;padding: 30px 40px 30px 40px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m { overflow: hidden;font-size: 36px;font-weight: bold;line-height: 52px;margin-bottom: 18px; color: #fff; }
.lianxi_m .lianxi_ml .lianxi_ml_s { width: 310px;border: solid 2px #fff;font-size: 26px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 18px;line-height: 55px; }
.lianxi_m .lianxi_ml .lianxi_ml_en { font-family:'Arial';font-size: 24px;line-height: 40px; }

.lianxi_mr {float: right;position: relative;width: calc(100% - 470px);}
.lianxi_mr_i {float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 89;margin-left: -28px;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-top: 20px;}
.lianxi_m .mr_i {font-size: 100px;line-height: 200px;margin-top: 100px;margin-left: calc(100% - 690px);position: absolute;right:30px;}
.lianxi_mr_m {width: calc(100% - 69px);float: left;overflow: hidden;padding-left: 22px;padding-right: 10px;padding-top: 38px;line-height: 28px;color: #666;font-size: 16px;text-align:left}
.lianxi_mr_m span {font-size: 24px;font-weight: bold;line-height: 60px;color: #0080e2;}
.contact_ny ul  { background: #fff; overflow: hidden; border-right: none;}
.contact_ny ul li {float: left;width:33.3333%;height: 140px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding:35px;text-align: left;box-sizing: border-box; }
.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;}
.contact_ny ul li h5 {color: #0080e2;margin-bottom: 10px; font-size: 18px; font-weight: bold;}

@media(max-width: 1199px) {
.lianxi_m .lianxi_ml { width: 400px; }
.lianxi_mr_i { display: none; }
.lianxi_mr { width: calc(100% - 400px); }
}

@media(max-width: 991px) {
.contact_ny ul li { width: 50%; }
.lianxi_mr { width: calc(100% - 360px); }
.lianxi_m .lianxi_ml { width: 360px;padding: 30px 20px 30px 20px; }
.lianxi_mr_m{ width: 100%; }
}

@media(max-width: 767px) {
.lianxi_m .lianxi_ml { width: 100%;float: none; overflow: hidden; padding: 20px 20px 20px 20px;}
.lianxi_mr {  width: 100%;float: none; overflow: hidden;}
.contact_ny ul li  { width: 100%;  }
.lianxi_mr_m { padding-top: 15px; padding-bottom: 20px; }
.lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 24px; }
.lianxi_m .lianxi_ml .lianxi_ml_s { width: 290px; line-height: 48px; font-size: 24px; }
.lianxi_m .lianxi_ml .lianxi_ml_en { font-size: 20px; line-height: auto; }
}





/* 网站建设 */
.website-box{position:relative;width:100%;height:880px;overflow:hidden;background-repeat: no-repeat;background-size: cover;background-position: center;}
.website-txt{padding-right:40px;}
.website-txt>h3{font-size: 32px;line-height:60px;font-weight: bold;margin-bottom:20px;}
.website-txt>p{font-size:16px;line-height:25px;margin-bottom: 30px;text-align:justify;}
.website-dtag{margin-bottom:30px;overflow:hidden;}
.website-dtag>h5{position:relative;float:left;width:78px;height:78px;line-height:76px;border:1px solid;border-radius:50%;text-align:center;margin-left:35px;cursor:pointer;z-index:1;-webkit-transition: .5s;-moz-transition: .5s;transition: .5s;}
.website-dtag>h5:first-child{margin-left:0;}
.website-dtag>h5:hover{background:#0080e2;}
.website-txt>a{display: inline-block;border: 1px solid;font-size: 14px;width:150px;line-height: 40px;text-align: center;border-radius: 5px;}
.website-txt>a:hover{border-color:#0080e2;background:#0080e2;}
.colfff{color:#fff;}
.colfff>.website-dtag>h5{border-color:#fff;}
.colfff>.website-dtag>h5:hover{border-color:#0080e2;}
.colfff>a{color:#fff;border-color:#fff;}
.coltx>h3{color:#333;}
.coltx>p{color:#000;}
.coltx>.website-dtag>h5{border-color:#666;}
.coltx>.website-dtag>h5:hover{border-color:#0080e2;color:#fff;}
.coltx>a{color: #666;border-color:#666;}
.coltx>a:hover{color:#fff;}
.wcon1{padding-top:280px;}
.wcon2{padding-top:40px;text-align:right;}
.wcon2 .website-txt{padding-top:110px;}
.wcon2 .website-txt>p{text-align:right;}
.wcon3{padding-top:140px;}
.wcon3 .website-txt{padding-top:40px;}
.wcon4{padding-top:40px;text-align:right;}
.wcon4 .website-txt{padding-top:110px;}
.wcon4 .website-txt>p{text-align:right;}
.wcon5{padding-top:140px;}
.wcon6{padding-top:60px;text-align:right;}
.wcon6 .website-txt{padding-top:120px;}
.wcon6 .website-txt>p{text-align:right;}
@media (max-width:1429px) {
.website-box{height: 740px;}
.wcon1{padding-top: 200px;}
}
@media (max-width:1199px) {
.coltx{padding-right:0;}
.website-box{height: 570px;}
.wcon1{padding-top: 85px;}
.wcon3{padding-top: 50px;}
.wcon5{padding-top: 30px;}
.wcon1 .website-img{padding-top: 40px;}
.wcon2 .website-txt{padding-top: 40px;}
.wcon3 .website-txt{padding-top: 0px;}
.wcon3 .website-img{padding-top: 40px;}
.wcon4 .website-txt{padding-top: 40px;}
.wcon5 .website-img{padding-top: 60px;}
.wcon6 .website-txt{padding-top: 40px;}
}
@media (max-width:991px) {
.website-box{height: auto;padding:30px 10px 120px;}
.wcon1,.wcon2,.wcon3,.wcon4,.wcon5,.wcon6{padding-top: 0px;}
}
@media (max-width:767px) {
.website-img img{max-width:70%;margin:0 auto;}
}
@media (max-width:500px) {
.website-box{padding:30px 10px 60px;}
.website-dtag>h5{margin-left: 20px;}
.website-txt>h3{font-size: 26px;line-height: 40px;margin-bottom:10px;}
.website-txt>p{font-size:14px;line-height:20px;margin-bottom:20px;}
}
@media (max-width:425px) {
.website-dtag>h5{width: 60px;height: 60px;font-size: 12px;line-height: 58px;}
.website-txt>h3{font-size: 20px;line-height: 30px;}
}
@media (max-width:350px) {
.website-dtag>h5{margin-left: 10px;}
}
/* 自适应建站 */
.adaption{    font-family: 微軟正黑體, Arial, Helvetica, sans-serif; color:#666;}
.page-h5-dt{ width: 100%; position: relative;     height: 90em; overflow: hidden;}
.page-h5-dt .txt{position: absolute;top: 0;left: 0; width: 100%;}
.page-h5-dt .txt h1{ font-size: 2em;  color: #fff;font-weight: normal; text-align: center;    margin-top: 10%;margin-bottom:20px;}
.page-h5-dt .txt h2{ font-size: 3em;  color: #fff;font-weight: normal; text-align: center;}
.page-h5-dt .txt h2 a{color:#fff; }
.page-h5-dt .txt h3{ width: 10%; height: 1px;background: #eee;margin: 0 auto;     margin-top: 2%;}
.page-h5-dt .txt h4{ font-size:1.4em;  color: #fff;font-weight: normal; text-align: center;    width: 20%;margin: 0 auto;border: 1px solid #eee;line-height: 2.2em; margin-top: 5%;}
.page-h5-dt .txt h4 a{     display: block;color: #fff; }
.page-h5-dt .txt p{ width: 70%;margin: 0 auto; margin-top: 5%;}
.page-h5-dt .txt p img{ width:100%; }



.page-h5-pro{    width: 100%; text-align: center;overflow: hidden;    padding-top: 10%;       padding-bottom: 10%;   }
.page-h5-pro h1{    font-weight: normal; font-size: 1.8em;line-height: 0;    color: #0080e2;     margin-bottom: 3%; }
.page-h5-pro h2{    font-weight: normal; font-size: 2.6em;}
.page-h5-pro h3{    height: 1px;background: #ccc;width: 10%; margin: 0 auto;margin-bottom: 5%;margin-top: 2%;}


.page-h5-ze{    width: 100%; text-align: center;overflow: hidden;    padding-top: 10%;       padding-bottom: 10%;  }
.page-h5-ze h1{    font-weight: normal; font-size: 1.8em;line-height: 0;    color: #0080e2;     margin-bottom: 3%; }
.page-h5-ze h2{    font-weight: normal; font-size: 2.6em;}
.page-h5-ze h3{    height: 1px;background: #ccc;width: 10%; margin: 0 auto;margin-bottom: 5%;margin-top: 2%;}
.page-h5-ze .grid figure{    background: #0080e2; width: 20%;margin: 1%;     height: 100%; }
.page-h5-ze figure.effect-lily figcaption{    top: 14%;}
.page-h5-ze figure.effect-lily figcaption p{  line-height: 1.2em; font-size: 0.9em;text-align: center;width: 80%;margin: 0 auto;}
.page-h5-ze figure.effect-lily p{ color:#fff;    text-align: center;}
.page-h5-ze figure.effect-lily h2{ color:#fff; text-align: center;  font-size: 1.8em; font-weight: normal;border-bottom: 3px solid #eee;width: 80%;margin: 0 auto;padding-bottom: 5%;margin-bottom: 10%;}
.page-h5-ze .grid{    height:20em;}
 
.page-h5-www{    width: 100%; text-align: center;overflow: hidden;    padding-top:5%;       padding-bottom: 5%;  background-color: #f7f7f7; }
.page-h5-www h1{    font-weight: normal; font-size: 1.8em;line-height: 0;    color: #0080e2;     margin-bottom: 3%; }
.page-h5-www h2{    font-weight: normal; font-size: 2em;}
.page-h5-www h2 a{ color:#666; }
.page-h5-www h3{    height: 1px;background: #ccc;width: 10%; margin: 0 auto;margin-bottom: 5%;margin-top: 2%;}
.h5-info{     text-align: center; width: 100%;overflow: hidden;}
.h5-info div{     display: inline-block; background: #fff; width: 11%; margin: 0.3%;     margin-bottom: 0.5%; }
.h5-info div img{     opacity: 0.7; width:100%; }
.h5-info div p{    font-weight: normal; text-align: center;font-size: 0.8em;line-height: 2em;}

.page-h5-se{    width: 100%; text-align: center;overflow: hidden;     position: relative; top: -1px;    padding-top: 10%;        }
.page-h5-se h1{    font-weight: normal; font-size: 1.8em;line-height: 0;    color: #0080e2;     margin-bottom: 3%; }
.page-h5-se h2{    font-weight: normal; font-size: 2.6em; color: #0080e2;}
.page-h5-se h3{    height: 1px;background: #ccc;width: 10%; margin: 0 auto;margin-bottom: 5%;margin-top: 2%;}
.page-h5-se .grid figure{ width: 50%; height: 20em;}
.page-h5-se .grid figure.effect-marley h2{ color: #000; font-size: 2em; font-weight: normal;     text-align: left;}
.page-h5-se .grid figure.effect-marley h2::after{ height:2px;}
.page-h5-se .grid figure.effect-marley p{ text-align: left; bottom: 50%;}

.page-h5-see{width: 100%;overflow: hidden;}
.page-h5-see div{    width: 30%; display: inline-block;}
.page-h5-see div h1{    float: left; width: 20%;}
.page-h5-see div h1 img{ width: 100%; }
.page-h5-see div h2{     float: right;width: 70%;overflow: hidden;}
.page-h5-see div h2 b{ display: block;font-weight: normal;font-size: 1em; }
.page-h5-see div h2 c{     font-weight: normal;font-size: 0.7em;line-height: 1.4em;display: block;}


.page-h5-case{    width: 100%; text-align: center;overflow: hidden;    padding-top: 5%;       padding-bottom: 5%;    }
.page-h5-case h1{    font-weight: normal; font-size: 1.8em;line-height: 1em;    color: #0080e2;    overflow:hidden; margin-bottom: 3%; }
.page-h5-case h1 a{  color: #0080e2; }
.page-h5-case h3{    height: 1px;background: #ccc;width: 10%; margin: 0 auto;margin-bottom: 5%;margin-top: 2%;}
.page-h5-case .grid figure{     width: 17%; margin: 1%;     height: 19em; background: #2e5d5a;}
.page-h5-case .grid figure.effect-zoe figcaption{    background: #0080e2; color: #eee;     height: 3em; }
.page-h5-case .grid figure.effect-zoe h2{ font-size:1em;}
.page-h5-case .grid figure img{  -webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s;     opacity: 0.8; height:100%; }
.page-h5-case .grid figure:hover img{    -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }

@media only screen and (min-width: 956px) and (max-width: 1268px)
{
	
	
.page-h5-dt{ width: 100%; position: relative;     height: 70em; overflow: hidden;}
.page-h5-dt .txt{position: absolute;top: 0;left: 0; width: 100%;}
.page-h5-dt .txt h1{font-size: 2em;color: #fff;font-weight: normal;text-align: center;margin-top: 10%;}
.page-h5-dt .txt h2{ font-size: 3em;  color: #fff;font-weight: normal; text-align: center;}
.page-h5-dt .txt h2 a{color:#fff; }
.page-h5-dt .txt h3{ width: 10%; height: 1px;background: #eee;margin: 0 auto;     margin-top: 2%;}
.page-h5-dt .txt h4{ font-size:1.4em;  color: #fff;font-weight: normal; text-align: center;    width: 20%;margin: 0 auto;border: 1px solid #eee;line-height: 2.2em; margin-top: 5%;}
.page-h5-dt .txt h4 a{     display: block;color: #fff; }
.page-h5-dt .txt p{ width: 70%;margin: 0 auto; margin-top: 5%;}
.page-h5-dt .txt p img{ width:100%; }

}
@media only screen and (min-width: 750px) and (max-width: 1000px)
{
	.page-h5-dt{ height:45em; }
.page-h5-dt .txt h2{ font-size:2em; }
.page-h5-dt .txt h1{ font-size:1.4em; }
.page-h5-dt .txt h4{ font-size:1em;  line-height:1.4em;   width: 16%; }
.page-h5-banner div h3 c,.page-h5-banner div h3 b,.page-h5-dt .txt h2{ font-size:2em; }
.page-h5-banner div h1{ font-size:1.4em; }
.page-h5-banner div h2{     font-size: 1.4em;}
.page-h5-banner div h5{ font-size:1.5em; }
.page-h5-two-fz h1{ font-size:1.5em;}
.page-h5-two-fz h2 b{ font-size:0.6em;}
}
@media screen and (max-width: 740px)
{
.page-h5-dt .txt h2{ font-size:1.3em; }
.page-h5-dt .txt h1{ font-size:1em; }
.page-h5-dt .txt h4 a{font-size:0.5em; }
.page-h5-dt .txt h4{ width:35%; line-height: 1.2em;}
.page-h5-dt{     height: inherit;    padding-bottom: 20%; }
}
.slider {position: relative;width: 100%;height:40em;overflow: hidden;     top: -1px; }
.box {width: 100%; height: 100%;text-align: center;font-size:1em;color: #fff;text-transform: capitalize;vertical-align:middle; 
        background-position: center;background-repeat: no-repeat;background-size: cover;}
.slides {height: 100%;overflow: hidden;-webkit-backface-visibility: hidden;-webkit-transform-style: preserve-3d;
          -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
          -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
          transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);    margin: 0;}
.slide {    width: 100%; height: 100%;float: left;clear: none; list-style-type: none;}
.slider-arrow {position: absolute;display: block;margin-bottom: -20px;width: 60px;height: 60px;line-height: 60px;text-decoration: none;    opacity: 1;
		    	text-align: center;color: #fff;font-size: 2em;background-color: #333;background-color: rgba(50,50,50,.3);border-radius: 50%;}
.slider-arrow--right { bottom: 50%; right: 30px; }
.slider-arrow--left { bottom: 50%; left: 30px; }
.slider-arrow--right:focus {  outline:none;   -moz-outline:none;}
.slider-arrow--left:focus {  outline:none;   -moz-outline:none;}
.slider-nav {position: absolute;bottom: 30px;}
.slider-nav__item {width: 1em;height:1em;float: left;clear: none;display: block;margin: 0 5px;background: #ccc;border-radius: 50%;}
.slider-nav__item:hover { background: #0080e2; }
.slider-nav__item--current { background: #0080e2; }
.arrowsWrapper{display:none;}






.slide  #page-h5-banner1,.slide  #page-h5-banner2,.slide  #page-h5-banner3,.slide  #page-h5-banner4,.slide  #page-h5-banner5,.slide  #page-h5-banner6{    background: #F9F9F9;}
.slide  #page-h5-banner1 h1{      padding-top: 10%;  float: left;width: 35%;margin-left: 10%;overflow: hidden;}
.slide  #page-h5-banner1 h1 b{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner1 h1 c{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner1 h1 i{display: block;font-weight: normal;color: #666;     text-align: left; font-style: inherit;}
.slide  #page-h5-banner1 h1 d{display: block;font-weight: normal;color: #0080e2;   text-align: left;font-size: 2em;}
.slide  #page-h5-banner1 h1 g{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner1 h2{float: left;width:50%;margin-left: 5%;overflow: hidden;}




.slide  #page-h5-banner2 h1{      padding-top: 10%;  float: left;width: 35%;margin-left: 10%;overflow: hidden;}
.slide  #page-h5-banner2 h1 b{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner2 h1 c{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner2 h1 i{display: block;font-weight: normal;color: #666;     text-align: left; font-style: inherit;}
.slide  #page-h5-banner2 h1 d{display: block;font-weight: normal;color: #0080e2;   text-align: left;font-size: 2em;}
.slide  #page-h5-banner2 h1 d a{ color: #0080e2;}
.slide  #page-h5-banner2 h1 g{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner2 h2{float: left;width:50%;margin-left: 5%;overflow: hidden;}




.slide  #page-h5-banner3 h1{      padding-top: 10%;  float: left;width: 35%;margin-left: 10%;overflow: hidden;}
.slide  #page-h5-banner3 h1 b{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner3 h1 c{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner3 h1 i{display: block;font-weight: normal;color: #666;     text-align: left; font-style: inherit;}
.slide  #page-h5-banner3 h1 d{display: block;font-weight: normal;color: #0080e2;   text-align: left;font-size: 2em;}
.slide  #page-h5-banner3 h1 g{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner3 h2{float: left;width:50%;margin-left: 5%;overflow: hidden;}


.slide  #page-h5-banner4 h1{      padding-top: 10%;  float: left;width: 35%;margin-left: 10%;overflow: hidden;}
.slide  #page-h5-banner4 h1 b{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner4 h1 c{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner4 h1 i{display: block;font-weight: normal;color: #666;     text-align: left; font-style: inherit;}
.slide  #page-h5-banner4 h1 i a{ color:#666; }
.slide  #page-h5-banner4 h1 d{display: block;font-weight: normal;color: #0080e2;   text-align: left;font-size: 2em;}
.slide  #page-h5-banner4 h1 g{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner4 h2{float: left;width:50%;margin-left: 5%;overflow: hidden;}



.slide  #page-h5-banner5 h1{      padding-top: 10%;  float: left;width: 35%;margin-left: 10%;overflow: hidden;}
.slide  #page-h5-banner5 h1 b{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner5 h1 c{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner5 h1 i{display: block;font-weight: normal;color: #666;     text-align: left; font-style: inherit;}
.slide  #page-h5-banner5 h1 d{display: block;font-weight: normal;color: #0080e2;   text-align: left;font-size: 2em;}
.slide  #page-h5-banner5 h1 g{display: block;font-weight: normal;color: #666; text-align: left;}
.slide  #page-h5-banner5 h2{float: left;width:50%;margin-left: 5%;overflow: hidden;}


.slide  #page-h5-banner1 h1 g a,.slide  #page-h5-banner2 h1 g a,.slide  #page-h5-banner3 h1 g a,.slide  #page-h5-banner4 h1 g a,.slide  #page-h5-banner5 h1 g a{    font-size: 0.6em;}


/*------------------------------------------------indexbanner end---------------------------------------------------------------*/





 .page-h5-one{padding-bottom: 10%; padding-top: 10%;     text-align: center;}
.page-h5-one i{    height: 1px;background: #333;display: block;width: 10%;margin: 0 auto;margin-bottom: 5%;}
.page-h5-one p{text-align: center;font-size: 2em;    }
.page-h5-one p a{ color:#666; }
.page-h5-one div{    display: inline-block;width: 21%;margin: 2%;    margin-bottom: 4%;}
.page-h5-one div h1{float: left;width: 10%;    text-align: left;}
.page-h5-one div h1 img{    width: 100%;}
.page-h5-one div h2{    float: right;width: 85%; text-align: left;}
.page-h5-one div h2 b{    text-align: left; display: block;font-weight: normal;font-size: 0.9em;margin-bottom: 6%;}
.page-h5-one div h2 c{   text-align: left;  font-weight: normal;display: block;font-size: 0.6em; color:#888}
.page-h5-one div h2 c a{  color:#666; }

.page-h5-two{    position: relative;width: 100%;}
.page-h5-two:hover img{    opacity: 0.8;}
.page-h5-two img{ width:100%;}
.page-h5-two div{position: absolute;width: 50%;height: 100%;top: 0;left: 0;background: #333;}
.page-h5-two div h1{color: #fff;font-weight: normal;width: 80%;margin: 0 auto;margin-top: 10%;}
.page-h5-two div h1 a{     color: #fff;}
.page-h5-two div p{ height: 2px;background: #eee;width: 20%;margin-left: 10%;margin-top: 5%;    margin-bottom: 5%;}
.page-h5-two div h2{    width: 80%; margin: 0 auto;    margin-bottom: 5%;}
.page-h5-two div h2 b{    font-weight: normal;display: block;color: #fff;font-size: 0.9em;}
.page-h5-two div h2 c{font-weight: normal;display: block;color: #ccc;font-size: 0.6em; line-height:2em; }
.page-h5-two div h2 c a{ color:#ccc; }
.page-h5-two-fz{width: 100%;overflow: hidden;padding-bottom: 5%;padding-top: 5%;}
.page-h5-two-fz h1{    font-weight: normal;text-align: center;width: 70%;margin: 0 auto;font-size:2em;    margin-bottom: 5%;}
.page-h5-two-fz h1 a{ color:#666; }
.page-h5-two-fz h2{    font-weight: normal;text-align: center;width: 70%;margin: 0 auto;font-size: 1.6em;}
.page-h5-two-fz h2 img{     width: 3em;height: 3em;border-radius: 50%;display: block;margin: 0 auto;    margin-bottom: 2%;}
.page-h5-two-fz h2 b{    display: block;   font-weight: normal;font-size: 0.8em;}
.page-h5-two-fz h2 c{    font-weight: normal;display: block;font-size: 0.6em;}


.page-h5-three{width: 100%;padding-bottom: 5%;padding-top: 5%;overflow: hidden;background: #f0f0f0;}
.page-h5-three .left{    float: left !important;width: 20%;margin-left: 10%;}
.page-h5-three .left img{}
.page-h5-three .right{    float: right !important;width: 60%;}
.page-h5-three .right b{    display: block;font-weight: normal;font-size: 2em;}
.page-h5-three .right c{    font-weight: normal;line-height: 2em;display: block;    margin-bottom: 10%;}
.page-h5-three .right p{    display: inline-block;width: 30%;overflow: hidden;}
.page-h5-three .right p img{     width: 20%; display: block;margin-bottom: 10%; }
.page-h5-three .right p b{    font-weight: normal;font-size: 1.6em;}
.page-h5-three .right p c{    line-height: 1em;font-size: 0.9em;display: block;width: 80%;margin-top: 5%;}



.page-h5-four{width: 100%;padding-bottom: 5%;padding-top: 5%;overflow: hidden; }
.page-h5-four .left{    float: left !important;width: 20%;}
.page-h5-four .left img{}
.page-h5-four .right{    float: left !important;width: 60%;margin-left: 10%;}
.page-h5-four .right b{    display: block;font-weight: normal;font-size: 2em;}
.page-h5-four .right c{    font-weight: normal;line-height: 2em;display: block;    margin-bottom: 10%;}
.page-h5-four .right p{    display: inline-block;width: 30%;overflow: hidden;}
.page-h5-four .right p img{     width: 20%; display: block; }
.page-h5-four .right p b{    font-weight: normal;font-size: 1.6em;margin-bottom: 10%;}
.page-h5-four .right p c{    line-height: 1em;font-size: 0.9em;display: block;width: 80%;margin-top: 5%;}
@media only screen and (min-width: 956px) and (max-width: 1268px)
{
	.slider{height:30em}
	.page-h5-one div{width: 28%;}
}

@media only screen and (min-width: 750px) and (max-width: 1000px){
	.page-h5-one div{width: 45%;}
}
@media  screen and (max-width: 740px){
	.slider{height:25em;}
	.page-h5-one div{width: 90%;}
}
.page-h5-two{    position: relative;width: 100%;}
.page-h5-two:hover img{    opacity: 0.8;}
.page-h5-two img{ width:100%;}
.page-h5-two div{position: absolute;width: 50%;height: 100%;top: 0;left: 0;background: #333;}
.page-h5-two div h1{color: #fff;font-weight: normal;width: 80%;margin: 0 auto;margin-top: 10%;}
.page-h5-two div h1 a{     color: #fff;}
.page-h5-two div p{ height: 2px;background: #eee;width: 20%;margin-left: 10%;margin-top: 5%;    margin-bottom: 5%;}
.page-h5-two div h2{    width: 80%; margin: 0 auto;    margin-bottom: 5%;}
.page-h5-two div h2 b{    font-weight: normal;display: block;color: #fff;font-size: 0.9em;}
.page-h5-two div h2 c{font-weight: normal;display: block;color: #ccc;font-size: 0.6em; line-height:2em; }
.page-h5-two div h2 c a{ color:#ccc; }
.page-h5-two-fz{width: 100%;overflow: hidden;padding-bottom: 5%;padding-top: 5%;}
.page-h5-two-fz h1{    font-weight: normal;text-align: center;width: 70%;margin: 0 auto;font-size:2em;    margin-bottom: 5%;}
.page-h5-two-fz h1 a{ color:#666; }
.page-h5-two-fz h2{    font-weight: normal;text-align: center;width: 70%;margin: 0 auto;font-size: 1.6em;}
.page-h5-two-fz h2 img{     width: 3em;height: 3em;border-radius: 50%;display: block;margin: 0 auto;    margin-bottom: 2%;}
.page-h5-two-fz h2 b{    display: block;   font-weight: normal;font-size: 0.8em;}
.page-h5-two-fz h2 c{    font-weight: normal;display: block;font-size: 0.6em;}
 
@media  only screen and (min-width: 750px) and (max-width: 1000px){
.page-h5-two div{ width:100%;}
	.page-h5-two div h1{ font-size:1.6em;     margin-top: 5%;}
.page-h5-two div{ width:60%; }
.page-h5-two div h2 b{ font-size:0.8em; }
.page-h5-two div p{ margin-top: 2%; }
.page-h5-one div{ width:45%; }
.page-h5-one div h2 b{ font-size:0.8em;     margin-bottom: 2%;}
}

@media screen and (max-width: 740px){
	.page-h5-two div{ width:100%;}
.page-h5-two div h1{ font-size:1.2em;     margin-top: 5%;}
.page-h5-two div p{ height:1px;margin-top: 1%;margin-bottom: 5%; }
.page-h5-two div h2 b{ font-size:0.6em;}
.page-h5-two div h2 c{ font-size:0.5em; }
.page-h5-two{ height:32em; }
.page-h5-two-fz h1{ font-size:1.2em; }
.page-h5-two-fz h2 b,.page-h5-two-fz h2 c{ font-size:0.5em; }
}



/* 关键词优化 */
.home-two{overflow: hidden}
.home-two .home-bottom{padding: 70px 0;overflow: hidden;position: relative;background:url(../images/two.jpg) no-repeat top center;background-attachment: fixed;background-size: cover;}
.home-two .home-bottom:after{position: absolute;top: 0;width: 50%;right: 0;height: 100%;background: rgba(0, 126, 229, 0.8);content: '';display: block}
.home-two .home-bottom .item{width: 50%;float: left;padding: 34px 52px 19px 52px;/*background: rgba(255, 255, 255, 0.8);*/position: relative;z-index: 2}
.home-two .home-bottom .item h3 {text-align: right;font-size: 24px;color: #333;font-weight: bold;position: relative;padding-right: 20px;margin-bottom:26px}
.home-two .home-bottom .item h3:after {position: absolute;top: 3px;right: 0;width: 8px;height: 27px;background: #007ee5;content: '';display: block;z-index: 5}
.home-two .home-bottom .item ul {text-align: right}
.home-two .home-bottom .item ul li {margin-bottom: 21px}
.home-two .home-bottom .item ul li .box {background: url("../images/cha.png") no-repeat center right;padding-right: 49px}
.home-two .home-bottom .item ul li .box .bt {color: #333;font-weight: bold;font-size: 18px;}
.home-two .home-bottom .item ul li .box .jsh {font-size: 16px;color: #999}
.home-two .home-bottom .right {background: 0}
.home-two .home-bottom .right h3 {text-align: left;color: #fff;padding-right: 0;padding-left: 24px}
.home-two .home-bottom .right h3:after {position: absolute;top: 3px;right: auto;left: 0;width: 8px;height: 27px;background: #fff;content: '';display:block;z-index: 5}
.home-two .home-bottom .right h3 span {font-size: 18px;font-weight: bold;color: rgba(255, 255, 255, 0.6)}
.home-two .home-bottom .right ul {text-align: left}
.home-two .home-bottom .right ul li .box {background: 0;padding-right: 0;padding-left: 61px;position: relative}
.home-two .home-bottom .right ul li .box .pic {width: 30px;height: 30px;position: absolute;top: 7px;left: 18px}
.home-two .home-bottom .right ul li .box .bt {color: #fff}
.home-two .home-bottom .right ul li .box .jsh {color: #fff}
@media (max-width: 768px) {
.home-two .home-bottom .item ul li .box {background-size: 15px;padding-right: 30px}
.home-two .home-bottom .right {background: rgba(0, 126, 229, 0.8)}
.home-two .home-bottom {padding: 30px 0;margin-top: 30px}
.home-two .home-bottom:after {display: none}
.home-two .home-bottom .item {width: 100%;padding: 30px}
}
@media only screen and (min-width: 956px) and (max-width: 1268px)
{
	.slide #page-h5-banner1 h2 img,.slide #page-h5-banner2 h2 img,.slide #page-h5-banner3 h2 img,.slide #page-h5-banner4 h2 img,.slide #page-h5-banner5 h2 img{     width: 20em;float: right;}
.slide #page-h5-banner1 h1 d,.slide #page-h5-banner2 h1 d,.slide #page-h5-banner3 h1 d,.slide #page-h5-banner4 h1 d,.slide #page-h5-banner5 h1 d{font-size: 1.4em;}
.slide #page-h5-banner1 h1,.slide #page-h5-banner2 h1,.slide #page-h5-banner3 h1,.slide #page-h5-banner4 h1,.slide #page-h5-banner5 h1{padding-top: 5%; }
.slide #page-h5-banner1 h1 b,.slide #page-h5-banner2 h1 b,.slide #page-h5-banner3 h1 b,.slide #page-h5-banner4 h1 b,.slide #page-h5-banner5 h1 b{font-size: 0.7em;}
.slide #page-h5-banner1 h1 c,.slide #page-h5-banner2 h1 c,.slide #page-h5-banner3 h1 c,.slide #page-h5-banner4 h1 c,.slide #page-h5-banner5 h1 c{font-size: 0.7em;}
.slide #page-h5-banner1 h1 i,.slide #page-h5-banner2 h1 i,.slide #page-h5-banner3 h1 i,.slide #page-h5-banner4 h1 i,.slide #page-h5-banner5 h1 i{font-size: 0.7em;}
}

@media only screen and (min-width: 750px) and (max-width: 1000px)
{
	.slide #page-h5-banner1 h2 img,.slide #page-h5-banner2 h2 img,.slide #page-h5-banner3 h2 img,.slide #page-h5-banner4 h2 img,.slide #page-h5-banner5 h2 img{     width: 15em;float: right;}
.slide #page-h5-banner1 h1 d,.slide #page-h5-banner2 h1 d,.slide #page-h5-banner3 h1 d,.slide #page-h5-banner4 h1 d,.slide #page-h5-banner5 h1 d{font-size: 1.2em; line-height:1.2em; }
.slide #page-h5-banner1 h1,.slide #page-h5-banner2 h1,.slide #page-h5-banner3 h1,.slide #page-h5-banner4 h1,.slide #page-h5-banner5 h1{padding-top: 5%; }
.slide #page-h5-banner1 h1 b,.slide #page-h5-banner2 h1 b,.slide #page-h5-banner3 h1 b,.slide #page-h5-banner4 h1 b,.slide #page-h5-banner5 h1 b{font-size: 0.7em;}
.slide #page-h5-banner1 h1 c,.slide #page-h5-banner2 h1 c,.slide #page-h5-banner3 h1 c,.slide #page-h5-banner4 h1 c,.slide #page-h5-banner5 h1 c{font-size: 0.7em;}
.slide #page-h5-banner1 h1 i,.slide #page-h5-banner2 h1 i,.slide #page-h5-banner3 h1 i,.slide #page-h5-banner4 h1 i,.slide #page-h5-banner5 h1 i{font-size: 0.7em;}
}
@media screen and (max-width: 740px)
{
	.slide #page-h5-banner1 h2 img,.slide #page-h5-banner2 h2 img,.slide #page-h5-banner3 h2 img,.slide #page-h5-banner4 h2 img,.slide #page-h5-banner5 h2 img{height:5em; width: 5em;float: right;}
.slide #page-h5-banner1 h1 d,.slide #page-h5-banner2 h1 d,.slide #page-h5-banner3 h1 d,.slide #page-h5-banner4 h1 d,.slide #page-h5-banner5 h1 d{font-size: 0.7em;}
.slide #page-h5-banner1 h1,.slide #page-h5-banner2 h1,.slide #page-h5-banner3 h1,.slide #page-h5-banner4 h1,.slide #page-h5-banner5 h1{padding-top: 5%; width: 50%; text-align: left;margin-left: 5%;}
.slide #page-h5-banner1 h1 b,.slide #page-h5-banner2 h1 b,.slide #page-h5-banner3 h1 b,.slide #page-h5-banner4 h1 b,.slide #page-h5-banner5 h1 b{font-size: 0.5em;line-height: 0;}
.slide #page-h5-banner1 h1 c,.slide #page-h5-banner2 h1 c,.slide #page-h5-banner3 h1 c,.slide #page-h5-banner4 h1 c,.slide #page-h5-banner5 h1 c{font-size: 0.5em; display: inline-block; }
.slide #page-h5-banner1 h1 i,.slide #page-h5-banner2 h1 i,.slide #page-h5-banner3 h1 i,.slide #page-h5-banner4 h1 i,.slide #page-h5-banner5 h1 i{font-size: 0.5em;display: inline-block;}
.slide #page-h5-banner1 h2,.slide #page-h5-banner2 h2,.slide #page-h5-banner3 h2,.slide #page-h5-banner4 h2,.slide #page-h5-banner5 h2{ width:40%;    margin-top: 20%;float: right; }
.slide #page-h5-banner1 h1 g a, .slide #page-h5-banner2 h1 g a, .slide #page-h5-banner3 h1 g a, .slide #page-h5-banner4 h1 g a, .slide #page-h5-banner5 h1 g a{ font-size:0.5em; }
}
/* 百度竞价托管 */
.flexbox{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;align-items: center;}
.fonimg{flex-direction: row-reverse;}
.mxs-1{-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%}
.mxs-2{-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%}
.mxs-3{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
.mxs-4{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
.mxs-5{-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%}
.mxs-6{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
.mxs-7{-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%}
.mxs-8{-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%}
.mxs-9{-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%}
.mxs-10{-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%}
.mxs-11{-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%}
.mxs-12{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
@media (min-width: 768px){
.msm-1{-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%}
.msm-2{-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%}
.msm-3{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
.msm-4{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
.msm-5{-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%}
.msm-6{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
.msm-7{-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%}
.msm-8{-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%}
.msm-9{-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%}
.msm-10{-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%}
.msm-11{-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%}
.msm-12{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
}
@media (min-width: 992px){
.mmd-1{-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%}
.mmd-2{-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%}
.mmd-3{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
.mmd-4{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
.mmd-5{-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%}
.mmd-6{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
.mmd-7{-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%}
.mmd-8{-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%}
.mmd-9{-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%}
.mmd-10{-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%}
.mmd-11{-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%}
.mmd-12{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
}
@media (min-width: 1200px){
.mlg-1{-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%}
.mlg-2{-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%}
.mlg-3{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
.mlg-4{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
.mlg-5{-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%}
.mlg-6{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
.mlg-7{-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%}
.mlg-8{-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%}
.mlg-9{-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%}
.mlg-10{-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%}
.mlg-11{-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%}
.mlg-12{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
}
#nyincon{padding:0 10px 50px;}
.cpcon{margin-bottom:50px;}
.cpcon:last-child{margin-bottom:0;}
.cpcon_img img{max-width: 100%;height:auto!important;display: block;margin:0 auto;}
.cpcon_txt>h2{font-size: 56px;margin-bottom: 40px;}
.cpcon_txt>p{font-size: 18px;margin: 20px 0;}
.incont>div[class^="col-"]{padding:0 10px;}
.incont-til{text-align:center;margin-bottom:50px;}
.incont-til>h2{font-size:40px;margin-bottom:15px;}
.incont-til>h5{font-size:18px;}
.incont-img{margin-bottom:15px;border-radius: 10px;overflow:hidden;}
.incont-name{font-size:20px;padding:10px 0;color:#333;text-align:center;}
.incont-desc{color:#777;text-align:center;font-size:16px;}
.incont-o3{padding:100px 0;position:relative;margin-left:-10px;margin-right:-10px;background:#f3f3f3;}
.incont-o3bg{position:absolute;top:0;right:0;width:50%;height:100%;background:url(../images/incont-o3bg.jpg) no-repeat center / cover;}
.incont-o3info>h5{font-size:18px;color:#1977df;margin-bottom:15px;}
.incont-o3info>h2{font-size:40px;margin-bottom:30px;}
.incont-o3info>p{font-size:16px;margin: 20px 0;padding-right:50px;text-align:justify;}
.incont-o4box{padding:20px 0;overflow:hidden;}
.incont-o4bg{padding:40px 30px;border-radius:10px;margin-bottom:30px;box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);border: solid 1px #ddd;background:#fff;transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);}
.incont-o4bg>h3{margin-bottom:10px;font-size:22px;color:#333;}
.incont-o4bg>p{font-size:16px;color:#777;}
.incont-o4:nth-child(even) .incont-o4bg{background:#1977df;}
.incont-o4:nth-child(even) .incont-o4bg>h3,
.incont-o4:nth-child(even) .incont-o4bg>p{color:#fff;}
.incont-o4bg:hover{transform: scale(1.02);box-shadow: 0 5px 10px 0 rgb(25 119 223 / 20%);}
.incont-case{padding:80px 0;margin-left: -10px;margin-right: -10px;background:url(../images/incont-casebg.jpg) no-repeat center / cover;}
.incont-case .incont-til>h2{color:#fff;}
.incont-case .incont-til>h5{color:#fff;}
.incont-casebox{padding:0 100px;position:relative;}
.incont-casebox .caseprev,
.incont-casebox .casenext{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:url(../images/page/djt.png) no-repeat center;border:1px solid #fff;transition:all .3s;-webkit-transition:all .3s;}
.incont-casebox .caseprev{left:0;}
.incont-casebox .casenext{right:0;transform: rotate(180deg);}
.incont-casebox .caseprev:hover,
.incont-casebox .casenext:hover{background-color:#1977df;border-color:#1977df;box-shadow:0 0 5px 3px rgb(255 255 255 / 50%);}
.incont-caselist{margin: 0 auto;width: 1084px;overflow:hidden;}
.incont-caselist .swiper-slide{width:286px;height:554px;}
.incont-caselist .swiper-slide img{display:block;width:100%;}
#incaselist{padding:0 10px;}
#inteamlist li a{display:block;}
@media (max-width: 1429px){
.incont-casebox .caseprev{left:30px;}
.incont-casebox .casenext{right:30px;}
}
@media (max-width: 1329px){
.incont-casebox{padding:0 50px;}
.incont-casebox .caseprev{left:0px;}
.incont-casebox .casenext{right:0px;}
}
@media (max-width: 1229px){
.incont-casebox{padding:0 30px;}
.incont-casebox .caseprev, .incont-casebox .casenext{width:36px;height:36px;background: url(../images/page/djt.png) no-repeat center;background-size: 20px;}
}
@media (max-width: 1199px){
.incont-caselist{width:880px;}
.incont-caselist .swiper-slide{width:250px;height:485px;}
}
@media (max-width: 991px){
.cpcon_txt>h2{font-size:36px;margin-bottom:30px;}
.incont-desc{margin-bottom:30px;}
.incont-o3bg{width:100%;}
.incont-o3info{background:rgb(255 255 255/ 0.7);padding:20px;}
.incont-o3info>p{padding-right:0;}
.incont-o4bg>p{line-height:25px;height:50px;}
.incont-caselist{width:642px;}
}
@media (max-width: 767px){
.cpcon{margin-bottom:30px;}
.cpcon_txt>h2{font-size:30px;margin-bottom:20px;}
.cpcon_txt>p{font-size:16px;margin:10px 0;}
.incont-til{margin-bottom:20px;}
.incont-til>h2{font-size:30px;}
.incont-til>h5{font-size:16px;}
.incont-desc{margin-bottom:20px;line-height:25px;height:50px;overflow:hidden;}
.incont-o3{padding:50px 0;}
.incont-o4bg>p{height:auto;}
.incont-case{padding:30px 0;}
}
@media (max-width: 500px){
.incont-img{margin-bottom:0;}
.incont-name{font-size:18px;}
.incont-desc{font-size:14px;line-height:20px;height:40px;}
.incont-o3info>h2{font-size:30px;margin-bottom:20px;}
.incont-o3info>p{font-size:14px;margin:10px 0;}
.incont-o4box{padding:0;}
.incont-o4{padding:0 10px;}
.incont-o4bg{margin-bottom:20px;padding:20px;}
.incont-o4bg>h3{font-size:20px;}
.incont-o4bg>p{font-size:14px;line-height:20px;}
.incont-o4:last-child .incont-o4bg{margin-bottom:0;}
}
/* 国际站运营 */
.tbdyy_fwxm{text-align: center;padding:50px 0;padding-bottom: 30px;clear:both;}
.tbdyy_fwxm h2{font-size: 32px;font-weight: bold;line-height:40px;color: #ff7401;margin-bottom: 10px;}
.tbdyy_fwxm h2::before{content:'';}
.tbdyy_fwxm h2::after {content:'';}
.tbdyy_fwxm p{line-height:20px;margin-bottom:20px;font-size: 18px;color: #666;}
.tbdyy_fwxm p strong{ color:#ff7401}
.tbdyy_fwxm ul{ padding-top: 20px;}
.tbdyy_fwxm ul li{ margin-bottom: 24px;}
.tbdyy_fwxm ul li>div{border-radius: 10px;padding: 24px 10px;background: url(../images/inservice-dbg7.jpg);vertical-align: top;color: #666;box-shadow: 0px 6px 20px rgba(217,217,217,0.75);-webkit-box-shadow:0px 6px 20px rgba(217,217,217,0.75);-moz-box-shadow:0px 6px 20px rgba(217,217,217,0.75);-webkit-transition:all .4s ease-in-out 0s;-moz-transition:all .4s ease-in-out 0s;-ms-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;}
.tbdyy_fwxm ul li:hover{ transform:translate(10px,0px);-ms-transform:translate(10px,0px);-webkit-transform:translate(4px,0px);}
.tbdyy_fwxm ul li>div span{display: block;font-size: 18px;margin: 10px 12px;font-weight: bold;color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tbdyy_fwxm ul li>div p{font-size:14px;padding: 0px 10px;color: #fff;line-height:22px;margin-bottom:0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;min-height: 44px;overflow: hidden;}
.tbdyy_fwxm ul li:hover>div{transform: translate3d(0,-5px,0px);}
.tbdyy_fwxm ul li:hover>div, .tbdyy_fwxm ul li:first-child>div  {background: url(../images/inservice-dbg2.jpg);color: #fff;}
.tbdyy_fwxm ul li:first-child p{ color: #fff;}
.tbdyy_fwxm ul li:hover span,.tbdyy_fwxm ul li:first-child span,.tbdyy_fwxm ul li:hover p{ color: #fff;}


.huantop{background: #f5f5f5;padding: 32px 0;}
.huanxing{}
.huanxing li{text-align: center;}
.div1{}
.div2{overflow: hidden;}
.div3{}
.huanwenzi{}
.huanwenzi h3{ font-size: 22px; font-weight: normal; margin-top: 40px;}
.huanwenzi h2{font-size: 32px;margin-top: 10px;}
.huanwenzi a{display: block;height: 40px;line-height: 40px;width: 240px;border-radius:25px;margin-top: 24px;font-size: 18px;border:1px solid #333;text-align: center;}
.huanwenzi a:hover{ background: #ff7401; color: #fff; border: 1px solid #fff;}
.huanxing li:nth-child(1):after{ content: '70%的精力在引流'; display: block; text-align: center; font-size: 20px;}
.huanxing li:nth-child(2):after{ content: '20%的精力在运营'; display: block; text-align: center; font-size: 20px;}
.huanxing li:nth-child(3):after{ content: '10%的精力在转化'; display: block; text-align: center; font-size: 20px;}

.sansan{ padding: 42px 0; padding-bottom: 20px;}
.sansan .container{ padding:0 }
.sansan .ny-tit{ text-align: center;}
.sansan .ny-tit h2{ font-size: 32px; font-weight: bold; line-height: 40px; color: #ff7401; margin-bottom: 10px;}
.sansan .ny-tit p{ line-height: 20px; margin-bottom: 20px; font-size: 18px; color: #666;}
.sansan .siliyou{ padding-top: 10px;}
.sansan .siliyou ul{}
.sansan .siliyou ul li{}
.sansan .siliyou div{ padding: 24px; background: url(../images/inservice-dbg2.jpg);}
.sansan .siliyou div h4{padding-bottom: 10px;font-size: 18px; font-weight: bold; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sansan .siliyou div p{color: #fff;min-height: 40px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}

@media only screen and (max-width: 1440px){

}	

@media only screen and (max-width: 1366px){

}

@media only screen and (max-width: 1200px){
.huanwenzi h2{ font-size:28px; }
.huanwenzi a{ width:200px;font-size:16px; }
}

@media only screen and (max-width: 1024px){

}

@media only screen and (max-width: 991px){
.huanxing{/* display:none; */padding: 0;}
.sansan .siliyou ul li{ margin-bottom:20px; }
.huanwenzi h3{ margin:0 }
.huanwenzi a{width:240px;margin-top: 20px;}
.huanwenzi{margin-top: 32px;padding-left: 40px;}
}

@media only screen and (max-width: 767px){
.tbdyy_fwxm h2,.sansan .ny-tit h2{ font-size:24px; }
.tbdyy_fwxm p,.sansan .ny-tit p{font-size:16px;padding: 0 10px;}
.sansan{padding:24px 0;padding-bottom: 0;}
.huanxing{display:none;}
.huanwenzi{ margin:0; }
}

@media only screen and (max-width: 500px){
.tbdyy_fwxm{padding:32px 0;padding-bottom: 0;}

}

@media only screen and (max-width: 425px){

}

@media only screen and (max-width: 375px){

}

/* 店铺装修 */
.ali-1{ padding-bottom:20px; }
.ali-1 h3 , .introduce h2 {font-size: 30px;text-align: center;color: #333;letter-spacing: 2px;padding-top: 40px;}
.ali-1 h3 span{ color: #c91111;}
.ali-1 h4{text-align: center;color: #555;font-size: 18px;text-transform: uppercase;margin-top: 10px;display: none;}
.jd-3 ul{margin: 42px -10px 0;}
.jd-3 ul li{float: left;}
.jd-3 ul li>div{padding: 20px 15px;background: #f5f7f9;}
.jd-3 ul li i{font-size: 80px;line-height: 80px;height: 80px;color: #dddddd;font-style: normal;font-weight: normal;margin-right: 15px;display: block;float: left;}
.jd-3 ul li div{margin-top: 8px;min-height: 75px;}
.jd-3 ul li span{ font-size: 18px; color: #ff7e11; font-weight: bold;}
.jd-3 ul li p{font-size: 16px;color: #666;padding-top: 6px;}


.sup_Inside {padding: 24px 0;}
.sup_bg{}
.sup_box{margin: 20px auto 0px;}
.sup_box .sup_title{text-align: center;font-size: 30px;color: #333;visibility: visible;}
.sup_box .sup_text{color: #333;font-size: 18px;line-height: 30px;margin-top: 30px;letter-spacing: 1px;}
.c-support-inner { margin: 0 auto; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 10px;}
.c-support-tit { text-align: center; text-align: center; font-size: 30px; color: #000; font-weight: 400; line-height: 1.5;}
.p-support-card-list .c-media.c-media-shadow {}
.p-support-card-list .p-support-card {}
.p-support-card-list .c-media {margin: 20px 10px;}
.p-support-card-list .c-media-horiz {padding: 0;padding-left: 20px;}
.p-support-card-list{}
.p-support-card-list .c-media-aline .c-media-img { position: relative; display: block; width: 70px; height: 70px; top: -3px; left: 0;}
.p-support-card-list .c-media-img>img { max-width: 100%; max-height: 100%;}
.p-support-card-list .c-media-heading {margin: 0;color: #000;font-size: 18px;line-height: 27px;padding: 10px 0;}
.p-support-card-list .c-media-info {color: #666;font-size: 16px;margin-top: 0;min-height: 48px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}

.col .h2 {text-align: center;font-size: 30px;line-height: 42px;color: #333;margin-bottom: 20px;letter-spacing: 2px;}
.col .p { text-align: center;font-size: 16px; line-height: 30px; color: #666;}
.sup-col{ background: #f5f5f5; padding: 40px 0;}
.sup-col .h2 span{ color: #08d497;}
.sup-col ul{padding: 2px 2px;}
.sup-col ul li .sup_box{text-align: center;float: left;cursor: pointer;box-shadow: 0 0 5px 0 rgba(0,0,0,.1);}
.sup-col ul li .sup_box:hover{ box-shadow: 0 0 20px 0 rgba(0,0,0,.1);}
.sup-col ul li .sup_box .sup_img{}
.sup-col ul li .sup_box .sup_img .icon{ height: 80px; display: block; margin: 30px auto;}
.sup-col ul li .sup_box .sup_img .icon img{ height: 100%;}
.sup-col ul li .sup_box h3{font-size: 24px;font-weight: bold;color: #ff7401;}
.sup-col ul li .sup_box p{text-align: left;margin: 12px 24px;text-align: center;color: #666;line-height: 24px;font-size: 16px;}

.case1_Inside { background: #fff;}
.case2_Inside {margin: 20px auto 32px;background: #fff;}
.case3_Inside {margin: 10px auto 0;padding: 20px 0 40px;background: #f3f3f3;}

.case1_box{margin: 30px auto 50px;}
.case1_box .case1_title{ font-size: 26px; color: #333; visibility: visible;}
.case1_box .case1_text{ color: #6b6b6b; font-size: 16px; line-height: 30px; margin-top: 15px; letter-spacing: 1px;}
.case2_box{ margin: 50px auto 50px;}
.case2_box .case2_title{ text-align: center; font-size: 26px; color: #333; visibility: visible;}

.case3_box{ margin: 50px auto 50px;}
.case3_box .case3_title{ text-align: center; font-size: 30px; color: #333; visibility: visible;}
.case3_box .case3_text{ text-align: center; color: #333; font-size: 18px; line-height: 30px; margin-top: 15px; letter-spacing: 1px;}
.c_box { margin: 0 0px; border-radius: 5px; box-shadow: 0px 2px 12px 2px #dcdcdc;}

.c_box .cbox_head{ height: 200px; border-radius: 5px; background: url(../images/cbox_head_bg.jpg) center repeat-x;}
.c_box .cbox_head .c_pic{ padding: 20px 0;}
.c_box .cbox_head .c_pic .pic_box{ width: 120px; height: 120px; margin: 0 auto; border-radius: 50%; background: #fff;}
.c_box .cbox_head .c_pic .pic_box img{ max-width: 100%;}
.c_box .cbox_head h3{ color: #fff; font-size: 18px;font-weight: 700; text-align: center;}
.c_box .cbox_text{font-size: 14px;padding: 20px 20px;line-height: 24px;overflow: hidden;}
.info-box{ margin-bottom: 20px;}
.info-box .info-title{ font-size: 20px; color: #000; margin-bottom: 10px; font-weight: bold;}
.info-box .info-detail{ font-size: 16px; margin-bottom: 8px; }
.case3_pic img{ max-width: 100%;}
.p-scenes-item, .p-scenes-list { font-size: 0;}
.lt-item, .lt-items.p-scenes-item .p-scenes-inner, .rt-item, .rt-items.p-scenes-item .p-scenes-inner { -webkit-transition: box-shadow .2s linear; -webkit-transition: transform .2s linear; transition: box-shadow .2s linear; transition: transform .2s linear;}
.lt-item { background-image: url(../images/recommend-pc1.png); background-size: cover; background-position: center;}
.rt-item { background-image: url(../images/recommend-pc2.png); background-size: cover; background-position: center;}
.c-section-inner { margin: 0 auto; padding: 0 10px;}
.c-section-tit { text-align: center; text-align: center; font-size: 30px; color: #000; font-weight: 400; line-height: 1.5;}
.p-scenes-item { padding: 30px; width: calc((100% - 20px)/ 2); display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 20px; font-size: 0; margin-right: 10px;}
.p-scenes-inner>h4, .p-scenes-item>h4 { font-size: 24px; color: #fff; line-height: 33px; margin-bottom: 30px;}
.p-scenes-inner>.p-scenes-desx, .p-scenes-item>.p-scenes-desx { font-size: 14px; color: #fff; line-height: 24px; display: block; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; max-height: 45px;}
.p-scenes-item.rt-items { padding: 0; margin-left: 10px; margin-right: 0;}
.p-scenes-item.lt-items {padding: 0; margin-left: 0; margin-right: 10px;}
.p-scenes-item.rt-item { margin-left: 10px; margin-right: 0;}
.p-scenes-item .p-scenes-inner { padding: 30px; width: calc((100% - 20px)/ 2);  display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.p-scenes-inner>h4, .p-scenes-item>h4 { font-size: 24px; color: #fff; line-height: 33px; margin-bottom: 30px;}
.p-scenes-item .p-scenes-desx { width: 220px;}
.p-scenes-item .p-scenes-inner+.p-scenes-inner { margin-left: 20px;}
.rt-items.p-scenes-item .p-scenes-inner:first-child {
background-image: linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
background-image: -webkit-linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
background-color: #00c8dc\9;
}
.rt-items.p-scenes-item .p-scenes-inner:nth-child(2) {
background-image: linear-gradient(135deg,#006eff 0,#65a1f8 100%);
background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);
background-color: #65a1f8\9;
}
.lt-items.p-scenes-item .p-scenes-inner:first-child {
background-image: linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
background-image: -webkit-linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
background-color: #00c8dc\9;
}
.lt-items.p-scenes-item .p-scenes-inner:nth-child(2) {
background-image: linear-gradient(135deg,#006eff 0,#65a1f8 100%);
background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);
background-color: #65a1f8\9;
}
.lt-item:hover, .lt-items.p-scenes-item .p-scenes-inner:hover, .rt-item:hover, .rt-items.p-scenes-item .p-scenes-inner:hover {
-webkit-transform: translate3d(0,-3px,0);
transform: translate3d(0,-3px,0);
}

.c-section { position: relative;}
.c-section.c-p-y-tall { padding: 45px 10px 50px;}
.c-section.bg-color { background: #f7f8fa;}
.c-section-hd { margin-bottom: 55px;}
.c-tab-normal { position: relative; margin-bottom: 70px;}
.c-tab-aligncenter { text-align: center; border-bottom: 2px solid #e5e5e5;}
.page-p-entry .c-tab-normal.c-tab-min .c-tab-simple { padding-left: 5px; padding-right: 5px;}
.page-p-entry .c-tab-normal .c-tab-simple a { padding: 10px 20px; display: inline-block; outline: 0;}
.c-tab-normal .c-tab-simple:first-child { padding-left: 0;}
.c-tab-normal .c-tab-simple { position: static; cursor: pointer;}
.c-tab-normal .c-tab-simple a { position: relative;}
.c-tab-normal .c-tab-simple a { display: block; padding: 10px 30px; text-decoration: none;}
.c-tab-normal .c-tab-simple .c-tab-tit { display: block; color: #333; font-size: 18px;}
.c-tab-normal .c-tab-simple.actived .c-tab-des, .c-tab-normal .c-tab-simple.actived .c-tab-tit, .c-tab-normal .c-tab-simple:hover .c-tab-des, .c-tab-normal .c-tab-simple:hover .c-tab-tit { color: #00a4ff;}
.c-tab-normal .c-tab-simple.actived a:after { display: inline-block;content: ""; height: 2px; width: 100%; position: absolute; left: 0; right: 0; bottom: -2px; background: #00a4ff; z-index: 1;}
.c-tab-panel-box { margin-top: 20px;}
.sol-framework .c-tab-panel.current, .sol-framework .solution-framework-box.current { display: block;}
.sol-framework .c-tab-panel { display: none;}
.sol-framework .shadow-title { display: none;}
.c-margin-b20-grid { margin-bottom: -20px;}
.c-grid-expand { margin-right: -10px; margin-left: -10px;}
.c-grid { font-size: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.c-grid [class*=c-g-] { display: inline-block; zoom: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; padding-left: 10px; padding-right: 10px; vertical-align: top;}
.c-margin-b20-grid>[class*=c-g-] { margin-bottom: 20px;}
.p-solution-card-list .c-media.c-media-shadow {box-shadow: 0 2px 4px 0 rgba(3,27,78,.06);box-shadow: 0 2px 4px 0 rgba(3,27,78,.06);-webkit-box-shadow: 0px 2px 4px 1px rgb(3 27 78 / 10%);-moz-box-shadow: 0 2px 4px 0 rgba(3,27,78,.1);}
.p-solution-card-list .p-solution-card { height: 173px;}
.c-media-shadow { border: none; box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.12); cursor: pointer;-webkit-transition: box-shadow .2s linear; -webkit-transition: transform .2s linear; transition: box-shadow .2s linear; transition: transform .2s linear;}
.c-media-shadow:hover { box-shadow: 0 0 6px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.1); -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0);}
.c-media { line-height: 1.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; padding: 20px; display: block;}
.p-solution-card-list .c-media {padding: 20px 30px;}
.p-solution-card-list .c-media-horiz { padding: 0;}
.c-media-aline { position: relative;}
.c-media-horiz { position: relative; line-height: 1.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; padding: 20px; display: block;}
.p-solution-card-list .c-media-aline .c-media-img {top: -3px;left: 0;}
.c-media-aline .c-media-img { position: absolute; left: 20px; top: 20px;}
.c-media-horiz .c-media-img { display: table-cell; vertical-align: top; width: inherit; padding: 0 15px 0 0;}
.c-media-img { width: 100%; text-align: center;}
.p-solution-card-list .c-media-img>img { width: 28px; height: auto;}
.ico32 { width: 32px; height: 32px; display: block; margin: 0 auto;}
.c-media-horiz .c-media-body {display: table-cell;vertical-align: top;margin-top: 0px;margin-bottom: 10px;}
.c-media-body { margin-top: 20px;}
.c-media-horiz:after { content: ""; display: block; height: 0; clear: both; visibility: hidden;}
.p-solution-card-list .c-media-heading { color: #000; font-size: 18px; line-height: 27px;}
.c-media-aline .c-media-heading {}
.c-media-horiz .c-media-heading {text-align: left;margin-top: 0px;}
.c-media-heading { text-align: center; font-size: 18px; color: #333; margin: 0; padding: 0; font-weight: 400; line-height: 1.5;}
.p-solution-card-list .c-media-info {color: #666;font-size: 14px;line-height: 24px;display: block;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}
.c-media-info { font-size: 14px; color: #666; margin-top: 10px; line-height: 1.7; word-wrap: break-word;}
.clearfix:after { content: ""; display: block; height: 0;  clear: both; visibility: hidden;}
.case_content .zx {margin-top: 48px;margin-bottom: 20px;}
.case_content .zx a{font-size: 18px;color: #fff;background: #f57e21;padding: 5px 10px;margin: auto;border-radius: 6px;display: block;text-align: center;}
.matop{ margin-top:42px !important; }
.top-wx{background:#fff;display:inline-block;padding: 10px;position:absolute;left: -240px;top: 68px;width:280px;display: none;}
.top-wx img{max-width:120px;float:left;margin: 0 5px;}
.head-lang:hover .top-wx{ display:block; }
@media only screen and (max-width: 600px){
.sup-col ul li .sup_box p{font-size:14px;line-height:20px;height:60px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
}
@media only screen and (max-width: 515px){
.p-support-card-list .c-media-horiz{ padding-left:0; }
.p-support-card-list .c-media-info{font-size:14px;margin-top: 0;}
.p-support-card-list .c-media{margin: 0 0 20px 0;}
.c-media-horiz .c-media-heading{font-size: 16px;}
.p-solution-card-list .c-media{padding: 20px;}
.p-solution-card-list .c-media-info{}
.case1_box{margin:20px 0;}
.case1_box .case1_title{font-size:20px;}
.case1_box .case1_text{font-size:14px;line-height:20px;}
.case3_box{margin:20px 0;}
.case3_box .case3_title{font-size: 20px;}
.case3_box .case3_text{font-size:14px;line-height:20px;margin-top:5px;}
.c_box{ margin-bottom:20px; }
.c_box .cbox_text{padding: 12px;min-height: 124px;}
.sup-col{padding:20px 0;}
.sup-col ul li .sup_box p{margin: 10px 16px;}
.sup_box .sup_title{font-size:20px;}
.col .h2{margin:0;font-size:20px;}
.sup-col ul li .sup_box h3{font-size:20px;}
.ali-1 h3, .introduce h2{padding-top:30px;font-size:20px;letter-spacing:0;}
.jd-3 ul{margin:20px -10px 0;}
}

/* 公司简介 */
#abshow{overflow: hidden;padding-bottom: 100px;}
.w1400{max-width: 1400px;margin-right: auto;margin-left: auto;}
.intro-header{color: #e70012;margin-top: 50px;}
.intro-header h2{font: 900 34px/1 "AvenirLTStd";}
.intro-header p{/* margin-top: 1em; */font-size: 30px;letter-spacing: .06em;}
.list-phi{margin-top: 80px;margin-left:-15px;margin-right: -15px;}
.list-phi li{padding: 0;}
.phi-item{position: relative;margin: 0 12px;}
.phi-item-img{overflow: hidden;position: relative;}
.phi-item-img::before{content: '';display: block;padding-top: 100.87464%;}
.phi-item-img img{left: 0;position: absolute;top: 0;width: 100%;-moz-transition: -moz-transform 1s ease;-o-transition: -o-transform 1s ease;-webkit-transition: -webkit-transform 1s ease;transition: transform 1s ease;}
.phi-item-txt{position: absolute;z-index: 1;top: 46px;left: 55px;padding: 40px 30px;width: 330px;height: 346px;background-color: rgba(242,242,242,0.85);color: gray;}
.phi-item-bg{position: absolute;z-index: -1;top: 0px;right: 0;bottom: 0;left: 0;overflow: hidden;visibility: hidden;opacity: 0;}
.phi-item-bg img{display: block;width: 100%;height: 100%;}
.phi-item-txt span{width: 54px;height: 54px;display: block;}
.phi-item-txt span.phi-ico1{background: url(../images/abcon1-ico1.png) no-repeat;background-size: contain;}
.phi-item-txt span.phi-ico2{background: url(../images/abcon1-ico2.png) no-repeat;background-size: contain;}
.phi-item-en{font: 700 30px/1.2 "AvenirLTStd";margin-top: 1em;word-wrap: break-word;text-transform:uppercase;}
.phi-item-cn{margin-top: .2em;font-size: 24px;line-height: 1.2;letter-spacing: .01em;}
.phi-item-desc, .phi-item-info{font-size: 14px;line-height: 24px;}
.phi-item-desc{margin-top: 1em;}
.phi-item-info{margin-top: 10px;display: none;color: transparent;}
.phi-item:hover .phi-item-img img{-moz-transform: scale(1.05);-ms-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}
.phi-item:hover .phi-item-txt{background-color: transparent;color: #fff;}
.phi-item:hover .phi-item-txt span.phi-ico1{background: url(../images/abcon1-ico1m.png) no-repeat;background-size: contain;}
.phi-item:hover .phi-item-txt span.phi-ico2{background: url(../images/abcon1-ico2m.png) no-repeat;background-size: contain;}
.phi-item:hover .phi-item-bg{visibility: visible;opacity: 0.8;}
.list-core{margin-top: 40px;margin-left: -15px;margin-right: -15px;}
.list-core li{padding: 0;}
.core-item{position: relative;margin: 0 12px 40px;min-height: 340px;background-color: #f2f2f2;color: gray;}
.core-item-wrap{position: absolute;top: 0;right: 0;left: 0;padding: 30px 50px 10px;min-height: 340px;}
.core-item-wrap span{width: 100px;height: 54px;display: block;}
.core-item-wrap span.phi-ico3{background: url(../images/abcon1-ico3.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico4{background: url(../images/abcon1-ico4.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico5{background: url(../images/abcon1-ico5.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico6{background: url(../images/abcon1-ico6.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico7{background: url(../images/abcon1-ico7.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico8{background: url(../images/abcon1-ico8.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico9{background: url(../images/abcon1-ico9.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico10{background: url(../images/abcon1-ico10.png) no-repeat left;background-size: contain;}
.core-item-title{margin-top: 50px;min-height: 110px;}
.core-item:hover{z-index: 10;background-color: transparent;color: #fff;}
.core-item:hover .phi-item-bg{visibility: visible;opacity: 1;}
.core-item:hover .core-item-wrap span.phi-ico3{background: url(../images/abcon1-ico3m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico4{background: url(../images/abcon1-ico4m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico5{background: url(../images/abcon1-ico5m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico6{background: url(../images/abcon1-ico6m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico7{background: url(../images/abcon1-ico7m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico8{background: url(../images/abcon1-ico8m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico9{background: url(../images/abcon1-ico9m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico10{background: url(../images/abcon1-ico10m.png) no-repeat left;background-size: contain;}
.core-item:hover .phi-item-info{color: #fff;margin-bottom: 20px;}

.story{position: relative;z-index: 1;padding: 120px 0;}
.story::before{content: "";position: absolute;top: 0;bottom: 0;width: 43.75%;background-color: #f7f7f7;}
.story.right::before{right: 0;}
.abcon2{margin-top: 140px;overflow: hidden;}
.abcon3{margin-top: 80px;overflow: hidden;}
.abcon4{margin-top: 80px;overflow: hidden;}
.story-inner{position: relative;font-size: 0;}
.story.right .story-inner{text-align: right;}
.story-intro{position: absolute;top: 0;bottom: 0;width: 50%;text-align: left;}
.story-intro-01{background: url(../images/bg_02.svg) center center no-repeat;background-size: 76% auto;}
.story.right .story-intro{left: 0;}
.story-intro-01 .intro-header{margin-top: -60px;}
.story-intro-01__txt{position: absolute;top: 50%;right: 20px;left: 20px;font-size: 15px;line-height: 1.5;color: #333;}
.story-intro-01__txt p{text-indent:2em;margin-bottom:10px;text-align:justify;}
.story-img{display: inline-block;vertical-align: top;width: 50%;position: relative;}
.story-img::before{padding-top: 66.57143%;content: '';display: block;}
.story-img img{position: absolute;left: 0;top: 0;width: 100%;}
.story-img-02{background-color: #e70012;}
.story-img__wrap{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.story-dream-wrap{position: absolute;top: 50%;right: 10%;left: 10%;}
.story-dream-title{position: relative;}
.story-dream-title p{position: absolute;top: 0;left: 0;font-size: 30px;letter-spacing: .06em;color:#fff;}
.story-dream-title.white p{color: #fff;}
.story-dream-title span{display: block;font: 900 45px/1.6 "AvenirLTStd";color: #dbdbdb;opacity: .2;white-space: nowrap;}
.story-dream-intro{font-size: 16px;line-height: 2;letter-spacing: .04em;color: #fff;}
.story.left .story-intro {right: 0;}
.story-intro__txt{line-height: 1.8;}
.story-intro__txt>h4{font-size:20px;margin:10px 0;}
.story-intro__txt>p{font-size: 14px;color: #333;margin:10px 0;}
.story-intro-02__txt, .story-intro-03__txt{position: absolute;top: 50%;right: 7%;left: 7%;text-align: left;}
.story-dream-title.red p{color: #e70012;}


.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;margin-top:100px}
.slick-history .slick-arrow{position: absolute;top: 150px;font-size: 0;border: 0;background-color: transparent;outline: 0;width: 30px;height: 30px;text-align: center;line-height: 2;cursor: pointer;}
.slick-history .slick-arrow::before{content: "";font-family: 'iconfont';font-size: 20px;line-height: 30px;color: gray;}
.slick-history .slick-arrow:hover::before{color: #e70012}
.slick-history .slick-prev{left: -20px}
.slick-history .slick-prev::before{content: "\e894"}
.slick-history .slick-next{right: -20px}
.slick-history .slick-next::before{content: "\e893"}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-slider .slick-list, .slick-slider .slick-track{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;outline: 0;}
.slick-initialized .slick-slide{display: block;}
.history-item{position: relative;padding-left: 28px;padding-bottom: 52px;margin-bottom: 20px;}
.history-item::before, .history-item::after{content: "";position: absolute;background-color: #b2b2b2;-webkit-transition: all .3s;transition: all .3s;}
.history-item::before{top: 7px;left: 12px;bottom: 32px;width: 1px;}
.history-item::after{right: 8px;bottom: 11px;left: 32px;height: 1px;-webkit-transform-origin: 0 0;transform-origin: 0 0;}
.history-item.active::after{-webkit-transform: scaleX(0);transform: scaleX(0);}
.history-item:hover::before, .history-item.active::before{background-color: #e70012;}
.history-item__wrap{max-width: 248px;margin-right: 10px;}
.history-item__year{position: relative;margin-bottom: .5em;font: 700 32px/1 "AvenirLTStd";color: #b2b2b2;-webkit-transition: all .3s;transition: all .3s;}
.history-item__year::before{content: "";position: absolute;top: 0;left: -23px;width: 14px;height: 14px;border-radius: 50%;background-color: #b2b2b2;-webkit-transition: all .3s;transition: all .3s;}
.history-item:hover .history-item__year, .history-item.active .history-item__year{color: #e70012;}
.history-item:hover .history-item__year::before, .history-item.active .history-item__year::before{background-color: #e70012;}
.img-box{position: relative;}
.img-box::before{content: "";display: block;}
.img-box img{left: 0;position: absolute;top: 0;width: 100%;}
.history-item__img{margin-top: 20px;}
.history-item__img::before{padding-top: 66.93548%;}
.history-item__img::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #e70012;background-size: 50% auto;visibility: hidden;opacity: 0;}
.slick-slide img{display: block;}
.history-item__desc{margin-bottom: .5em;height: 48px;min-height: 48px;overflow: hidden;font-size: 14px;line-height: 24px;color: gray;	margin-top:20px;}
.history-item__plus{position: relative;display: inline-block;vertical-align: top;width: 15px;height: 15px;}
.history-item__plus::before, .history-item__plus::after{content: "";position: absolute;background-color: #a0a0a0;}
.history-item__plus::before{top: 0;bottom: 0;left: 7px;width: 1px;}
.history-item__plus::after{top: 7px;right: 0;left: 0;height: 1px;}
.history-item.active .history-item__plus::before{opacity: 0;}
.history-item__circle{position: absolute;bottom: 0;left: 0;width: 24px;height: 24px;border-radius: 50%;background-color: #b2b2b2;background-position: center center;background-repeat: no-repeat;background-size: 60% auto;}
.history-item__arrow{display: none;position: absolute;bottom: -1px;right: -8px;width: 24px;height: 24px;font-size: 20px;line-height: 24px;text-align: right;}
.history-item.active .history-item__circle{background-color: #e70012;}


.cul-til{text-align:center;margin-bottom:120px;color:#e70012;}
.cul-til>h2{font-size: 36px;letter-spacing: .06em;line-height:1.6;font-weight:bold;}
.cul-til>p{font: 400 24px/1 "AvenirLTStd";text-transform:uppercase;}

.cul-con{}
.cul-img{margin-bottom:12px;}
.cul-con>h3{font-size: 24px;color: #333;font-weight: bold;text-align: center;}

.cul-txt{margin-top:10px;padding-top:10px;border-top:1px solid #ccc;}
.cul-txt p{font-size:16px;line-height:25px;height:75px;overflow:hidden;text-align:center;}




@media (max-width: 1400px){
.story-intro-01 .intro-header{margin-top: -100px;}
}
@media (max-width: 1230px){
.story-intro-01 .intro-header{margin-top: -120px;}
}
@media (max-width: 1199px){
.story-intro-01__txt{top:auto;}
}
@media (min-width: 1101px){
.story-dream-wrap{-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.story-intro-02__txt, .story-intro-03__txt{-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
}
@media (min-width: 1200px){
.story-intro-01__txt{-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
}
@media (max-width: 1480px){
.w1400{margin-right: 40px;margin-left: 40px;}
.intro-header{margin-top: 6.75676vw;}
.list-phi{margin-top: 5.40541vw;}
.abcon2{margin-top: 9.45946vw;}
.abcon3{margin-top: 5.40541vw;}
.abcon4{margin-top: 5.40541vw;}
.core-item span{width: 45px;height: 45px;}
.core-item-title{min-height: 7.43243vw;}
.core-item .phi-item-en{font-size: 2.02703vw;}
.core-item .phi-item-cn{font-size: 1.62162vw;}
.story-dream-title p{font-size: 2.02703vw;}
.story-dream-title span{font-size: 4.72973vw;}
}
@media (max-width: 1100px){
.story{padding: 0;}
.story-intro{position: relative;width: 100%;}
.story-intro-01{margin-bottom: 40px;background-size: contain;}
.story-intro-01 .intro-header{margin-top: 0;}
.story-intro-01__txt{position: relative;text-align: left;left: 0;margin-top: 30px;}
.story-img{width: 100%;}
.story::before{display: none;}
.abcon3 .story-img::before{display: none;}
.story-img__wrap{position: relative;}
.story-dream-wrap{padding: 40px 20px;position: relative;top: auto;right: auto;left: auto;}
.story-dream-title p{font-size: 20px;line-height: 20px;}
.story-dream-title span{font-size: 30px;}
.story-dream-intro{font-size: 16px;}
.story-intro{position: relative;width: 100%;}
.story-intro-02__txt, .story-intro-03__txt{position: relative;top: auto;right: auto;left: auto;}
.story-img-02{margin-bottom: 30px;}
.story-intro-03__txt{margin-bottom: 30px;}
}
@media (max-width: 991px){
.phi-item{margin-bottom: 30px;}
.intro-header h2{font-size: 30px;}
.intro-header p{font-size: 24px;}
.core-item{min-height: 300px;}
.core-item-wrap{min-height: 300px;padding-right: 20px;padding-left: 20px;}
.core-item span{width: 30px;height: 30px;}
.core-item-title{height: 80px;}
.core-item .phi-item-en{font-size: 20px;}
.core-item .phi-item-cn{font-size: 16px;}
}
@media (max-width: 767px){
#abshow{padding-bottom:30px;}
.w1400{margin-right: 20px;margin-left: 20px;}
.intro-header{margin-top: 20px;}
.list-phi{margin-top: 40px;}
.story-dream-intro{font-size: 14px;}
}
@media (max-width: 580px){
.list-core li{width: 100%;}
.core-item-wrap{position: relative;}
}
@media (max-width: 500px){
.phi-item-txt{top: 50%;right: 30px;left: 30px;width: auto;height: auto;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.phi-item-txt span{width: 30px;height: 30px;}
.phi-item-en{margin-top: 0.5em;font-size: 24px;}
.phi-item-cn{font-size: 16px;}
}


.acgkh_ys { overflow: hidden; padding:50px 0; background: #f5f5f5;}
.acgkh_ys .acgkh_t { text-align: center; }
.acgkh_ys .acgkh_t h2 { font-size: 36px; color: #333; font-weight: bold;  }
.acgkh_ys .acgkh_nr { margin-top: 50px; overflow: hidden; }
.acgkh_ys .acgkh_nr .acgkh_nr_l { display: block; }
.acgkh_ys .acgkh_nr .acgkh_nr_l dt { display: block; }
.acgkh_ys .acgkh_nr .acgkh_nr_l dt img { width: 100%; display: block; }
.acgkh_ys .acgkh_nr .acgkh_nr_r { background: #fff; display: block; padding: 30px;  }
.acgkh_ys .acgkh_nr .acgkh_nr_r .text_1 { font-size: 28px;font-weight: bold; color: #E6181D;  margin-top: 46px; margin-bottom: 20px; }
.acgkh_ys .acgkh_nr .acgkh_nr_r .text_2 { font-size: 16px; color: #666; line-height: 2; }

.acgkh_qy { overflow: hidden; background: #fff; padding:50px 0; }
.acgkh_qy .acgkh_qy_t { text-align: center; }
.acgkh_qy .acgkh_qy_t h2 { font-size: 36px; color: #333; font-weight: bold; }
.acgkh_qy_nr { margin-top: 50px; overflow: hidden; }
.acgkh_qy_nr li { padding: 10px 0 30px;text-align: center; }
.acgkh_qy_nr li div { width: 90%;  height: 100%; background: #f7f7f7;border-radius: 10px; box-shadow: 0 5px 5px rgba(0,0,0,0.1); padding: 35px 30px; margin: 0 auto; overflow: hidden;  transition: .5s; }
.acgkh_qy_nr li div p { font-size: 28px; color: #666; line-height: 2; }
.acgkh_qy_nr li div span { font-size: 18px; color: #999; }

.ackkh_cp { background: url(../images/bg-icon3.jpg); overflow: hidden; }
.ackkh_cp .ackkh_cp_desc { float: left; padding-top: 60px; }
.ackkh_cp .ackkh_cp_desc p { text-shadow: 0 6px 1px rgba(40,35,255,.9); font-size: 60px;line-height: 70px; padding: 10px 0 20px;  font-weight: 700; color: #fff;}
.ackkh_cp .ackkh_cp_desc em  { display: block;width: 100%;color: #fff700; font-weight: 700; }
.ackkh_cp .ackkh_cp_desc span { display: block; color: #fff;text-shadow: 0 4px 1px rgba(35,35,255,.9); font-size: 40px; }
.ackkh_cp dt { float: right; overflow: hidden;}
.ackkh_cp dt img { max-width: 100%; display: block; }

.ackkh_lc { overflow: hidden; padding:50px 0; }
.ackkh_lc .ackkh_lc_t { text-align: center; }
.ackkh_lc .ackkh_lc_t h2 { font-size: 36px; color: #333; font-weight: bold; }
.ackkh_lc_nr { margin-top: 50px; overflow: hidden; }
.ackkh_lc_nr li { padding-right: 80px; padding-left: 80px; text-align: center; position: relative;}
.ackkh_lc_nr li::after { position: absolute; content: ''; width: 30px; height: 59px; display: block; background: url(../images/lcico0.png)no-repeat center / cover; top: 25%;  right: -17px;}
.ackkh_lc_nr li:last-child::after { display: none; }
.ackkh_lc_nr li dt { overflow: hidden; display: block; }
.ackkh_lc_nr li dt img { max-width: 100%; display: block; }
.ackkh_lc_nr li span { font-size: 18px; color: #454545; line-height: 2; margin-top: 20px;  display: block;}

.ackkh_td { background: #f5f5f5; overflow: hidden; padding:50px 0; }
.ackkh_td h2 { font-size: 36px;color: #333;font-weight: bold; text-align: center; }
.ackkh_td .pro-one { margin-top: 40px; }

@media(max-width: 1199px) {
.acgkh_ys .acgkh_nr .acgkh_nr_r .text_1 { font-size: 24px;  margin-top: 26px;}
.acgkh_ys .acgkh_nr .acgkh_nr_r { padding:20px; }
.acgkh_ys .acgkh_nr .acgkh_nr_r .text_2 { font-size: 14px; }
.acgkh_qy_nr li div p { font-size: 22px; }
.acgkh_qy_nr li div { height: 282px; }
.ackkh_cp .ackkh_cp_desc { padding-top: 30px; }
.ackkh_cp .ackkh_cp_desc p { font-size: 42px; line-height: 1.4; }
.ackkh_cp dt img { max-width: 70%; float: right; }
.ackkh_cp .ackkh_cp_desc span { font-size: 32px; }
.ackkh_lc_nr li { padding-left: 45px; padding-right: 45px; }
}
@media(max-width: 991px) {
.acgkh_qy { padding-top: 50px; }
.acgkh_qy .acgkh_qy_t h2 { font-size: 30px; }
.acgkh_qy_nr { margin-top: 40px; }
.ackkh_cp .ackkh_cp_desc p { font-size: 32px; }
.ackkh_cp dt { float: none; }
.ackkh_cp .ackkh_cp_desc span { font-size: 24px; }
.ackkh_lc_nr li { padding-left: 25px; padding-right: 25px; }
}
@media( max-width: 767px) {
.acgkh_qy_nr li div { padding:15px 10px; }
.acgkh_qy_nr li div p { font-size: 20px; }
.acgkh_qy { padding-bottom: 40px; }
.acgkh_ys { padding:40px 0; }
.acgkh_ys .acgkh_t h2 { font-size: 26px; }
.acgkh_ys .acgkh_nr .acgkh_nr_r .text_1 { font-size: 22px; }
.acgkh_qy .acgkh_qy_t p { font-size: 14px; color: #999; line-height: 2;  }
.acgkh_qy .acgkh_qy_t h2 { font-size: 26px; }
.ackkh_cp dt img { max-width: 100%; }
.ackkh_cp .ackkh_cp_desc p { font-size: 24px; }
.ackkh_cp .ackkh_cp_desc span { font-size: 20px; }
.ackkh_lc { padding:40px 0 20px 0; }
.ackkh_lc .ackkh_lc_t h2 { font-size: 26px; }
.ackkh_lc_nr li { padding-left: 45px; padding-right: 45px;  margin-bottom:30px;}
.ackkh_td { padding:40px 0; }
.ackkh_td h2 { font-size: 26px; }
.ackkh_zx { padding-top: 40px; }

}
@media( max-width: 500px) {
.acgkh_qy { }
.acgkh_ys .acgkh_nr .acgkh_nr_r .text_1 { font-size: 18px; margin-top: 16px; margin-bottom:10px; }
.acgkh_qy .acgkh_qy_t h2 { font-size: 26px; letter-spacing: 0; }
.acgkh_qy_nr li div { height: 260px; }
.acgkh_qy_nr li div span { font-size: 14px; line-height: 1.6; margin-top:5px;  display: block;}
.acgkh_qy_nr li div p { font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ackkh_cp .ackkh_cp_desc { padding-top: 10px; }
.ackkh_cp .ackkh_cp_desc p { font-size: 20px; }
.ackkh_cp .ackkh_cp_desc span { font-size: 16px; }
.ackkh_lc_nr li { padding-left: 30px; padding-right: 30px; }
.ackkh_lc_nr li span { font-size: 14px; }
}

/*代运营*/
.index-title{
text-align: center;
}
.index-title p{
font-size: 40px;
color: #333;
}
.index-title p font{
color: #0080e2;
}
.index-title span{
font-size: 16px;
color: #999;
}

/*痛点*/
.yunywenti{padding: 50px 0 50px 0;overflow: hidden;background: #f5f5f5 url("../images/yunykunr.png") no-repeat center 190px;}
.yunywentimain { position: relative;margin: 80px 0 0 0; overflow: hidden;}
.yunywentimain .wenti_left02 {padding-left: 0px;}
.yunywentimain .wenti_right02 {padding-right: 0px;}
.wentitel02{color: #fff;margin: 140px 0 0 0px;height: 61px;}
.wentitel02 img{width: 40px;display: inline-block;float: left;}
.wentitel02 span{font-size: 14px;line-height: 30px;padding-left: 7px;}
.wentitel02 p{font-size: 28px;font-family: leto-bold;line-height: 35px;padding-left: 37px;}
.comyangshi{background: url(../images/cha.png) no-repeat right top;padding-right: 40px;text-align: right;}
.comyangshi p,.comyangshi02 p{font-size: 24px;font-weight: 700;color: #0080e2;padding-bottom: 10px;line-height: 31px;}
.comyangshi span,.comyangshi02 span{font-size: 14px;color: #666;line-height: 24px; height: 44px; display: block;}
.comyangshi02{background: url(../images/cha.png) no-repeat left top;padding-left: 40px;text-align: left;}
.wentitel{color: #fff;margin: 155px 0 0 75px;height: 61px;}
.wentitel img{width: 30px;display: inline-block;float: left;}
.wentitel span{font-size: 14px;line-height: 30px;padding-left: 7px;}
.wentitel p{font-size: 28px;font-family: leto-bold;line-height: 35px;padding-left: 37px;}
.wentizixun{margin: 118px 0 0 61px;}
.wentizixun p{font-size: 30px;font-weight: 700;color: #fff;}
.wentizixun span{font-size: 16px;color: #79c5ff;}
.wentizixun a{display: block;width: 194px;height: 46px;font-size: 16px;color: #fff;text-align: center;line-height: 43px;border: 2px solid #79c5ff;border-radius: 50px;font-weight: 700;margin: 20px 0 0 0;}
.wenti01{margin-right: 300px;}
.wenti02{margin:80px 340px 80px 0;}
.wenti03{margin-right: 320px;}
.wenti04{margin-left: 280px;}
.wenti05{margin:80px 0 80px 340px;}
.wenti06{margin-left: 350px;}


/*解决痛点*/
.indexyoushi{overflow: hidden;padding: 70px 0;background:  #fff;}
.inysmain{overflow: hidden;margin: 50px 0 0 0;}
.inysli{width: 22%;display: inline-block;margin: 0 1%;background: #f5f5f5;}
.inysli .ico{width: 100%;margin: 50px 0;}
.inysli .ico img{margin: 0 auto;display: block;}
.inysli .wen{padding: 0 10% 15% 10%;text-align: center;}
.inysli .wen p{font-size: 22px;color: #333;font-weight: 700;padding-bottom: 20px;}
.inysli .wen span{color: #666;font-size: 16px;line-height: 28px;}

/*优势*/
.zhengzhan{padding: 70px 0;background: #f5f5f5;}
.seozzmain{background: #fff;overflow: hidden;}
.zzseoleft{padding: 7% 5%;background: #fff;width: 45%;float: left;}
.zzseoleft p{font-size: 40px;}
.zzseoleft i{display: block;width: 20px;height: 2px;background: #333;margin: 30px 0;}
.zzseoleft span{font-size: 16px;line-height: 33px;color: #999;display: block;}
.zzseoright{width: 55%;float: right;padding:3% 5% 0% 5%;color: #fff;background: #0080e2;}
.zzseoli{overflow: hidden;padding: 20px 0;border-bottom: 1px solid rgba(255,255,255,.1);}
.zzseoli .ico{width: 13%;float: left;font-family: leto-bold;font-size: 50px;opacity: .4;}
.zzseoli .wen{float: left;width: 87%;}
.zzseoli .wen p{font-size: 18px;line-height: 30px;}
.zzseoli .wen span{font-size: 14px;opacity: .7;}

/*合作流程*/
.seoliucheng{padding: 100px 0;text-align: center;overflow: hidden;width: 100%;    display: flex;align-items: center; justify-content: center;}
.liuchengmain{margin: 50px 0 0 0;overflow: hidden; display: flex;}
.liuchengli{display: inline-block;flex: 1;}
.jiantou{display: block;}
.jiantou img{margin-top: 55px;width: 30px;}
.liuchengli p.pic{display: block;margin: 0 auto 0 auto;width: 140px;height: 140px;background: #fff;border-radius: 50%;overflow: hidden;border: 1px solid rgba(0,128,226,.1);box-shadow: 0px 7px 10px rgba(0,128,226,.2);}
.liuchengli p.pic img{margin-top: 47px;width: 55px;}
.liuchengli p.wen{padding-top:30px;display: block;}
.seonews{background: #fff;padding: 80px 0;}

/*我们的优势*/
.webjians02{background-image: url("../images/xysysbj.jpg");background-size: cover;background-position: center top;padding:70px 0;}
.webjians-title{width: 100%;text-align: center;}
.webjians-title p{font-size: 40px;color: #fff;}
.webjians-title span{font-size: 16px; color: rgba(255,255,255,.5);}
.xysyoushi{text-align: center;overflow: hidden;margin-top: 50px;}
.xysyoushi li{display: inline-block;width: 40%;margin: 0 .5% 1% .5%;background: rgba(0,0,0,.7);padding: 3% 2%;overflow: hidden;min-height: 167px;position: relative;}
.xysyoushi li:before {content: " ";position: absolute;top: 0;left: 0;width: 0;height: 5px;background: #0080e2;transition: all .8s ease;-moz-transition: all .8s ease;-webkit-transition: all .8s ease;-o-transition: all .8s ease;}
.xysyoushi li:hover:before {width: 100%;}
.xysyoushi li span.icon{width: 15%;float: left;}
.xysyoushi li span.icon img{width: 60px;}
.xysyoushi li .wen{width: 72%;float: left;padding-left: 2%;text-align: left;}
.xysyoushi li .wen h3{font-size: 18px;color: #fff;padding-bottom: 10px;}
.xysyoushi li .wen p{font-size: 14px;line-height: 22px;color: #999;}

/*关于我们*/
.abjianjie{padding: 50px 0;background: #F1F1F1;}
.jianjiemain{overflow: hidden;background: #fff;height: auto;}
.jjmain-left{width: 50%;float: left;padding:3%;}
.jjmain-right{float: left;width: 50%;height: 100%;overflow: hidden;padding:3%;}
.jjmain-right img{width: 100%;height: 100%;}
.jjmain-left .title{padding:0;text-align: left;}
.jjmain-left .title p{font-size: 60px;font-family: leto-bold;color: #333;font-weight: 700;text-transform: uppercase;}
.jjmain-left .title span{line-height:30px;font-size: 18px;}
.jjmain-left .note{font-size: 14px;line-height: 30px;color: #666;margin-top: 50px;}
.jjwenhua{padding-bottom: 50px;background: #f1f1f1;}
.jjwenhuamain{overflow: hidden;}
.jjwenhuamain li{display: block;width: 33.33%;float: left;}
.jjwenhuamain li .pic{width: 100%;overflow: hidden;height: 260px;}
.jjwenhuamain li .pic img{width: 100%;}
.jjwenhuamain li .wen{width: 100%;background: #fff;overflow: hidden;height: 260px;padding:10%;}
.jjwenhuamain li .wen p.title{font-size: 30px;color: #333;font-weight: 700;padding-bottom: 10px;}
.jjwenhuamain li .wen i{display: block;width: 20px;height: 2px;background: #333;margin: 20px auto;}
.jjwenhuamain li .wen span{font-size: 14px;color: #999;line-height: 24px;}

.gywm_td { background: #f1f1f1; overflow: hidden;  padding-bottom: 20px;}
.gywm_td .incont { margin-bottom: 40px; }
.gywm_td .incont .incont-til h4{font-size: 20px;color: #333;text-transform: uppercase;font-weight: normal;}
.gywm_td .incont .incont-til h3 {font-size: 36px;color: #333;font-weight: bold;margin-top: 12px;}

@media(max-width: 1199px) {
.yunywenti { background: none;background-color: #f5f5f5; }
.comyangshi { background: url(../images/cha.png) no-repeat left top; padding-right: 0px; text-align: left; padding-left:40px;  }
.wenti02 { margin: 80px 0px; }
.wenti03 { margin-right: 0px; }
.wenti01 { margin-right: 0; }
.wenti04 { margin-left: 0px; }
.wenti05 { margin: 80px 0px; }
.wenti06 { margin-left: 0px; }
.yunywentimain .wenti_left02 { padding-left: 100px; }
.inysli .ico img { max-width: 90%; }
.inysli .wen p { font-size: 19px; }
.zzseoleft p { font-size: 36px; }
.seoliucheng { padding:50px 0; }
.liuchengli p.pic { width: 100px; height: 100px; }
.liuchengli p.pic img { margin-top: 33px; width: 40px; }
.jiantou img {margin-top: 40px;}
.jjmain-left { width: 100%; }
.jjmain-right { display: none; }
.jjmain-left .note { margin-top: 30px; }
.jjwenhuamain li .wen { height: 235px; }
.jjwenhuamain li .pic { height: 235px; }
}
@media(max-width: 991px) {
.indexyoushi { padding:50px 0; }
.inysli .wen p { height: 74px; display: block; }
.xysyoushi li span.icon {  width: 26%; }
.zzseoli .ico { width: 20%; } 
.zzseoli .wen { width: 80%; }
.jjwenhuamain li .pic { height: 178px; }
.jjwenhuamain li .wen { height: 178px; }
.jjwenhuamain li .wen span { line-height: 20px; }
.jjwenhuamain li .wen p.title { font-size: 24px; padding-bottom: 0px;  }
.jjwenhuamain li .wen i { margin:10px 0; }
}
@media(max-width: 767px) {
.yunywentimain .wenti_left02 { padding-left: 0px; }
.index-title p { font-size: 30px; }
.yunywentimain { margin-top: 40px; }
.comyangshi p, .comyangshi02 p { font-size: 20px; }
.inysli { width: 47%; margin-bottom: 20px; height: 445px; display: block; float: left; }
.webjians-title p { font-size: 30px; }
.xysyoushi li { width: 48%; }
.xysyoushi li span.icon { width: 28%; }
.zhengzhan { padding:50px 0; }
.zzseoleft p { font-size: 26px; }
.zzseoli .ico { width: 22%;font-size: 36px; }
.zzseoli .wen { width: 75%; }
.liuchengmain {  margin-top: 40px; display: block; }
.jiantou { display: none; }
.liuchengli { width: 50%; display: block; float: left; margin: 0 auto; margin-bottom: 30px; }
.jjmain-left .title p { font-size: 42px; }
.jjwenhuamain li { width: 100%; margin-bottom: 30px; }
.jjwenhuamain li .pic { height: 260px; }
.jjwenhuamain li .wen { height: 260px; }
.jjwenhuamain li .wen i { margin: 20px 0; }
.jjwenhuamain li .wen span { line-height: 24px; }
}
@media(max-width: 500px) {
.index-title p { font-size: 26px; }
.webjians02 { padding:50px 0; }
.xysyoushi li { width: 100%;min-height: auto;  }
.zzseoleft { width: 100%; }
.zzseoright { width: 100%; }
}




/* 内页产品导航 */
#pronav{width: 100%;background: #e8e8e8;text-align: center;margin-bottom:20px;}
.pronav-a{line-height: 80px;display:flex;overflow:hidden;}
.pronav-a a{flex:1;font-size:16px;color:#333;}
.pronav-a a.cur, .pronav-a a:hover{background:#0080e2;color:#fff;}
@media (max-width:1509px) {
.pronav-a{display:block;}
.pronav-a a{display:inline-block;padding:0 14px;}
}
@media (max-width:1409px) {
.pronav-a a{padding:0 13px;font-size:15px;}
}
@media (max-width:1309px) {
.pronav-a{line-height:60px;}
.pronav-a a{padding:0 11px;font-size:14px;}
}
@media (min-width:768px) and (max-width:1199px) {
.pronav-a a{display:block;float:left;width:16.66%;}
}
@media (max-width:767px) {
.pronav-a a{display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:500px) {
.pronav-a{line-height:40px;}
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin:40px 0;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
#nytitle{margin:20px 0;}
#nytitle h1{font-size: 30px;}
#nytitle p{font-size: 14px;}
}

/* 内页单页面内容 */
.nyshow{width:100%;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin:20px 0;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #0080e2 solid;color: #0080e2;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#0080e2;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:300px;}
.nyshowdesc p{margin:5px 0;}
.nyshowdesc img{max-width:100%;height:auto !important;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;min-height:100px;}
.nyshowdesc h1{font-size:30px;}
.nyshowdesc h2{font-size:24px;}
.nyshowdesc h3{font-size:18px;}
.nyshowdesc h4{font-size:14px;}
.block-shadow{height:auto;}
}

.nyshowdesc>.nyject{overflow:hidden;background: #f5f5f5;}
.nyshowdesc>.nyject .nyject_img{overflow:hidden;}
.nyshowdesc>.nyject .nyject_img img{transition: 0.5s;}
.nyshowdesc>.nyject .nyject_txt{padding:20px 50px;}
.nyshowdesc>.nyject .nyject_txt h4{color:#333;font-size:24px;margin-bottom:20px;font-weight:bold;}
.nyshowdesc>.nyject .nyject_txt p{font-size:16px;color:#666;}
.nyshowdesc>.nyject:hover .nyject_img img{transform: scale(1.1);}
@media (min-width:768px) {
.nyshowdesc>.nyject{display:flex;align-items: center;}
.nyshowdesc>.nyject:nth-child(even){flex-direction: row-reverse;}
.nyshowdesc>.nyject .nyject_img,  .nyshowdesc>.nyject .nyject_txt{flex:50%;}
}
@media (max-width:767px) {
.nyshowdesc>.nyject .nyject_txt{padding:20px;}
}
@media (max-width:500px) {
.nyshowdesc>.nyject .nyject_txt{padding:15px;}
.nyshowdesc>.nyject .nyject_txt h4{font-size:20px;margin-bottom:10px;}
.nyshowdesc>.nyject .nyject_txt p{font-size:14px;}
}

/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#0080e2;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;text-align:none ! important; white-space: nowrap; }
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
#nymessage{padding:30px 0;}
#nymessage h4{font-size:16px;line-height:1.4;}
#nymessage form{margin-top:30px;}
#nymessage form>div[class^="col-"]{padding:0 5px;}
}

#nycommon{padding:30px 0;background:#f8f8f8;}
/* 热门标签 */
.nycomtag{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nycomtag>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #0080e2 solid;color: #0080e2;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
.nycomtag>a{float:right;}

/* 推荐新闻 */
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #0080e2 solid;color: #0080e2;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#0080e2;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#0080e2;color:#0080e2;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#0080e2;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#0080e2;color:#fff;}
@media (max-width:767px){
.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-top:40px;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
.showimg-left{padding:0;}
.showimg-top{margin-top:20px;}
.showimg-top h1{font-size: 20px;}
.showimg-con{font-size:14px !important;}
.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #0080e2;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}

.hotnews{}
.hotnews p{font-size: 16px;color: #0080e2;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #0080e2;}

/*新闻列表*/
.nynews-ul {overflow:hidden;}
.nynews-ul li.nynews-li {padding:0 10px 10px;margin-bottom:20px;cursor:pointer;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width:100%;transition:.8s}
.nynews-ul li.nynews-li:hover img {transform:scale(1.02);}
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
.nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a {color:#0080e2;}
.nynews-con {background-color:#f9f9f9;padding-top:16px;padding-bottom:18px;}
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#0080e2;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.nynews-con a.nynews-more:hover {background:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
#nynewslist>.container {padding-left:5px;padding-right:5px;}
.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
.nynews-con h3 {font-size:16px;font-weight:bold}
.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;margin-top:40px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
.shownews-top{margin-top: 20px;}
.shownews-top h1{font-size: 20px;}
.shownews-con{font-size:14px !important;line-height: 1.6;}
.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#0080e2;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}


.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
.showjob-top h1{ font-size:20px;}
.showjob-top h2{ font-size:16px;}
.showjob-con{padding:0;font-size:14px !important}
.showjob-left{padding: 0;}
.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{overflow:hidden;}
.nypro-ul li{padding:0 10px;margin-bottom:10px;}
.nypro-ul li a{display:block;position:relative;overflow:hidden;padding: 10px;}
.nypro-ul li a .nypro-img{border-radius: 15px;}
.nypro-ul li a p{line-height:40px;color:#333;text-align:center;font-size:16px;padding:0 5px;}
.nypro-ul li a:hover .nypro-img{box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);}
.nypro-ul li a:hover p{color:#0080e2;}
@media (max-width:767px){
.nypro-ul li a p{line-height:30px;font-size:14px;}
}



/*产品详情*/
.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:140px;height:93px;}
@media (max-width:767px){
.showpro-top h1{font-size: 20px;}
.showpro-imgbox{padding:0;}
}


/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#0080e2;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #0080e2;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}
@media (max-width:767px){
.showpro-details{font-size: 14px;line-height: 1.6;}
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #0080e2 solid;color: #0080e2;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#0080e2;}
#abprolist li a:hover p{background:#0080e2;color:#fff;}

/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#0080e2;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #0080e2;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #0080e2;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #0080e2;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:18px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:28px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
.meg_con .title2,
.meg_con .tel{max-width: initial;width: 100%;}
.contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
.product-inlist>div{margin-bottom: 0 !important;}
.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
.meg_con .megs {font-size:14px;line-height:30px;}
.meg_con .tel {padding:10px 0;font-size:20px;}
.meg_con .tel img {width:26px;}
.meg_con .megs {margin-top:10px;}
.meg_con .tel img {width:20px;margin-bottom:0;}
.meg_con .title2 {font-size:22px;}
.product-inlist {margin-top:10px;}
}




/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#0080e2; display: inline-block; }
.metpager_5 a:hover { border:1px solid #0080e2; color:#fff; background-color:#0080e2;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#0080e2; border:1px solid #0080e2; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}
@media (max-width:767px){
.digg4>span:nth-child(-n+2){display:none;}
}


/*痛点*/
.yunywenti{padding: 50px 0 50px 0;overflow: hidden;background: #f5f5f5 url("../images/yunykunr.png") no-repeat center 190px;}
.yunywentimain { position: relative;margin: 80px 0 0 0; overflow: hidden;}
.yunywentimain .wenti_left02 {padding-left: 0px;}
.yunywentimain .wenti_right02 {padding-right: 0px;}
.wentitel02{color: #fff;margin: 140px 0 0 0px;height: 61px;}
.wentitel02 img{width: 40px;display: inline-block;float: left;}
.wentitel02 span{font-size: 14px;line-height: 30px;padding-left: 7px;}
.wentitel02 p{font-size: 28px;font-family: leto-bold;line-height: 35px;padding-left: 37px;}
.comyangshi{background: url(../images/cha.png) no-repeat right top;padding-right: 40px;text-align: right;}
.comyangshi p,.comyangshi02 p{font-size: 24px;font-weight: 700;color: #0080e2;padding-bottom: 10px;line-height: 31px;}
.comyangshi span,.comyangshi02 span{font-size: 14px;color: #666;line-height: 24px; height: 44px; display: block;}
.comyangshi02{background: url(../images/cha.png) no-repeat left top;padding-left: 40px;text-align: left;}
.wentitel{color: #fff;margin: 155px 0 0 75px;height: 61px;}
.wentitel img{width: 30px;display: inline-block;float: left;}
.wentitel span{font-size: 14px;line-height: 30px;padding-left: 7px;}
.wentitel p{font-size: 28px;font-family: leto-bold;line-height: 35px;padding-left: 37px;}
.wentizixun{margin: 118px 0 0 61px;}
.wentizixun p{font-size: 30px;font-weight: 700;color: #fff;}
.wentizixun span{font-size: 16px;color: #79c5ff;}
.wentizixun a{display: block;width: 194px;height: 46px;font-size: 16px;color: #fff;text-align: center;line-height: 43px;border: 2px solid #79c5ff;border-radius: 50px;font-weight: 700;margin: 20px 0 0 0;}
.wenti01{margin-right: 300px;}
.wenti02{margin:80px 340px 80px 0;}
.wenti03{margin-right: 320px;}
.wenti04{margin-left: 280px;}
.wenti05{margin:80px 0 80px 340px;}
.wenti06{margin-left: 350px;}


/*解决痛点*/
.indexyoushi{overflow: hidden;padding: 70px 0;background:  #fff;}
.inysmain{overflow: hidden;margin: 50px 0 0 0;}
.inysli{width: 22%;display: inline-block;margin: 0 1%;background: #f5f5f5;}
.inysli .ico{width: 100%;margin: 50px 0;}
.inysli .ico img{margin: 0 auto;display: block;}
.inysli .wen{padding: 0 10% 15% 10%;text-align: center;}
.inysli .wen p{font-size: 22px;color: #333;font-weight: 700;padding-bottom: 20px;}
.inysli .wen span{color: #666;font-size: 16px;line-height: 28px;}

/*优势*/
.zhengzhan{padding: 70px 0;background: #f5f5f5;}
.seozzmain{background: #fff;overflow: hidden;}
.zzseoleft{padding: 7% 5%;background: #fff;width: 45%;float: left;}
.zzseoleft p{font-size: 40px;}
.zzseoleft i{display: block;width: 20px;height: 2px;background: #333;margin: 30px 0;}
.zzseoleft span{font-size: 16px;line-height: 33px;color: #999;display: block;}
.zzseoright{width: 55%;float: right;padding:3% 5% 0% 5%;color: #fff;background: #0080e2;}
.zzseoli{overflow: hidden;padding: 20px 0;border-bottom: 1px solid rgba(255,255,255,.1);}
.zzseoli .ico{width: 13%;float: left;font-family: leto-bold;font-size: 50px;opacity: .4;}
.zzseoli .wen{float: left;width: 87%;}
.zzseoli .wen p{font-size: 18px;line-height: 30px;}
.zzseoli .wen span{font-size: 14px;opacity: .7;}

/*合作流程*/
.seoliucheng{padding: 100px 0;text-align: center;overflow: hidden;width: 100%;    display: flex;align-items: center; justify-content: center;}
.liuchengmain{margin: 50px 0 0 0;overflow: hidden; display: flex;}
.liuchengli{display: inline-block;flex: 1;}
.jiantou{display: block;}
.jiantou img{margin-top: 55px;width: 30px;}
.liuchengli p.pic{display: block;margin: 0 auto 0 auto;width: 140px;height: 140px;background: #fff;border-radius: 50%;overflow: hidden;border: 1px solid rgba(0,128,226,.1);box-shadow: 0px 7px 10px rgba(0,128,226,.2);}
.liuchengli p.pic img{margin-top: 47px;width: 55px;}
.liuchengli p.wen{padding-top:30px;display: block;}
.seonews{background: #fff;padding: 80px 0;}

/*我们的优势*/
.webjians02{background-image: url("../images/xysysbj.jpg");background-size: cover;background-position: center top;padding:70px 0;}
.webjians-title{width: 100%;text-align: center;}
.webjians-title p{font-size: 40px;color: #fff;}
.webjians-title span{font-size: 16px; color: rgba(255,255,255,.5);}
.xysyoushi{text-align: center;overflow: hidden;margin-top: 50px;}
.xysyoushi li{display: inline-block;width: 40%;margin: 0 .5% 1% .5%;background: rgba(0,0,0,.7);padding: 3% 2%;overflow: hidden;min-height: 167px;position: relative;}
.xysyoushi li:before {content: " ";position: absolute;top: 0;left: 0;width: 0;height: 5px;background: #0080e2;transition: all .8s ease;-moz-transition: all .8s ease;-webkit-transition: all .8s ease;-o-transition: all .8s ease;}
.xysyoushi li:hover:before {width: 100%;}
.xysyoushi li span.icon{width: 15%;float: left;}
.xysyoushi li span.icon img{width: 60px;}
.xysyoushi li .wen{width: 72%;float: left;padding-left: 2%;text-align: left;}
.xysyoushi li .wen h3{font-size: 18px;color: #fff;padding-bottom: 10px;}
.xysyoushi li .wen p{font-size: 14px;line-height: 22px;color: #999;}


/* 联系咨询 */
#lx_nymessage { background-color: #f1f1f1; padding:50px 0;}
.form-horizontal { overflow: hidden; margin-top: 40px; }
#lx_nymessage p {font-size: 44px;font-weight: bold;color: #ff7809;display: block;margin-bottom: 5px;line-height: 1;letter-spacing: -2px;text-transform: uppercase;text-align: center;}
#lx_nymessage span { font-size: 32px;color: #333;opacity: 1;display: block;text-align: center;}
.form-horizontal .form-group {margin-bottom: 10px; position: relative;}
.form-control { padding: 0px; margin: 0px; border: none; }
#lx_nymessage .mess_1 { margin: 0 -5px; display: flex; flex-wrap: wrap; align-items: flex-start; padding-left: 0px; padding-right: 0px; }
#lx_nymessage .mess_1 .form-group { margin-bottom: 10px; position: relative;  width: 50%; padding: 0 5px; } 
#lx_nymessage .mess_1 .form-group  input { padding: 0 20px; width: 100%; height: 80px; line-height: 80px; background: #fff;  font-size: 16px;   border:none; border-radius: 0px; }
.form-horizontal .form-group { margin-left: 0px !important; margin-right:0px !important;}
.form-horizontal .form-group .mess_2_2  {  padding-left: 0px; padding-right: 0px; }
#lx_nymessage textarea { width: 100%;height: 200px;padding: 25px 20px;line-height: 26px; background: #fff;  overflow-y: auto;font-size: 16px;  }
.btn-default { width: 20%; line-height: 40px; text-align: center; font-size: 16px; color: #333; background-color: #dadde3; border: none; border-radius: 0;}
.btn-default:hover { color: #333; background-color: #dadde3; }
.btn-default:first-child { background-color: #ff7809; color: #fff; margin-right: 20px; }
#lx_nymessage .mess_2 { padding-left: 0px; padding-right:10px;  }
#lx_nymessage .mess_3 { margin-top: 25px; overflow: hidden;}
#lx_nymessage .mess_3 .mess_3_3 { padding-left: 0px; padding-right: 0px;  }
.btn-default:first-child:hover { background: #ff7809; color: #fff; }
#lx_nymessage .mess_1 .form-group  input::-webkit-input-placeholder{ color:#999; font-size: 16px; }
#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 16px;  }
#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 16px; }
#lx_nymessage .mess_1 .form-group  input::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 16px;  }
#lx_nymessage textarea::-webkit-input-placeholder{ color:#999; font-size: 16px; }
#lx_nymessage textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 16px;  }
#lx_nymessage textarea::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 16px; }
#lx_nymessage textarea::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 16px;  }
.form-control:focus { border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6); }
.form-control { box-shadow: inset 0 0px 0px rgba(0,0,0,.075); }
@media(max-width: 1310px) {
	#lx_nymessage p { font-size: 36px; }
	#lx_nymessage { padding: 50px 0; }
	.form-horizontal { padding:0 10px; }
}
@media(max-width: 767px) {
	#lx_nymessage h4 { font-size: 24px; }
	#lx_nymessage .mess_1 .form-group { width: 100%; }
	#lx_nymessage .mess_1 { padding-left: 0px; padding-right: 0px; }
	#lx_nymessage .mess_1 .form-group input { line-height: 46px; height: 46px; }
	.mess_2_2 { padding-left: 0px;padding-right: 0px; }
	#lx_nymessage textarea { height: 140px; }
	.btn-default { width: 40%; }
	.mess_3_3 { padding-left: 0px;padding-right: 0px; }
	#lx_nymessage p { font-size: 26px; }
	#lx_nymessage span { font-size: 24px; }
	.form-horizontal { padding:0; }
	#lx_nymessage .mess_1 .form-group  input::-webkit-input-placeholder{ color:#999; font-size: 14px; }
	#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 14px;  }
	#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 14px; }
	#lx_nymessage .mess_1 .form-group  input::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 14px;  }
	#lx_nymessage textarea::-webkit-input-placeholder{ color:#999; font-size: 14px; }
	#lx_nymessage textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 14px;  }
	#lx_nymessage textarea::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 14px; }
	#lx_nymessage textarea::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 14px;  }
	.btn-default { font-size: 14px; }
}

/*关于我们*/
.abjianjie{padding: 50px 0;background: #F1F1F1;}
.jianjiemain{overflow: hidden;background: #fff;height: auto;}
.jjmain-left{width: 50%;float: left;padding:3%;}
.jjmain-right{float: left;width: 50%;height: 100%;overflow: hidden;padding:3%;}
.jjmain-right img{width: 100%;height: 100%;}
.jjmain-left .title{padding:0;text-align: left;}
.jjmain-left .title p{font-size: 60px;font-family: leto-bold;color: #333;font-weight: 700;text-transform: uppercase;}
.jjmain-left .title span{line-height:30px;font-size: 18px;}
.jjmain-left .note{font-size: 14px;line-height: 30px;color: #666;margin-top: 50px;}
.jjwenhua{padding-bottom: 50px;background: #f1f1f1;}
.jjwenhuamain{overflow: hidden;}
.jjwenhuamain li{display: block;width: 33.33%;float: left;}
.jjwenhuamain li .pic{width: 100%;overflow: hidden;height: 260px;}
.jjwenhuamain li .pic img{width: 100%;}
.jjwenhuamain li .wen{width: 100%;background: #fff;overflow: hidden;height: 260px;padding:10%;}
.jjwenhuamain li .wen p.title{font-size: 30px;color: #333;font-weight: 700;padding-bottom: 10px;}
.jjwenhuamain li .wen i{display: block;width: 20px;height: 2px;background: #333;margin: 20px auto;}
.jjwenhuamain li .wen span{font-size: 14px;color: #999;line-height: 24px;}

.gywm_td { background: #f1f1f1; overflow: hidden;  padding-bottom: 20px;}
.gywm_td .incont { margin-bottom: 40px; }
.gywm_td .incont .incont-til h4{font-size: 20px;color: #333;text-transform: uppercase;font-weight: normal;}
.gywm_td .incont .incont-til h3 {font-size: 36px;color: #333;font-weight: bold;margin-top: 12px;}

.wzjs2img{margin-top: 50px;}
@media(max-width: 1199px) {
	.yunywenti { background: none;background-color: #f5f5f5; }
	.comyangshi { background: url(../images/cha.png) no-repeat left top; padding-right: 0px; text-align: left; padding-left:40px;  }
	.wenti02 { margin: 80px 0px; }
	.wenti03 { margin-right: 0px; }
	.wenti01 { margin-right: 0; }
	.wenti04 { margin-left: 0px; }
	.wenti05 { margin: 80px 0px; }
	.wenti06 { margin-left: 0px; }
	.yunywentimain .wenti_left02 { padding-left: 100px; }

	.inysli .ico img { max-width: 90%; }
	.inysli .wen p { font-size: 19px; }

	.zzseoleft p { font-size: 36px; }

	.seoliucheng { padding:50px 0; }
	.liuchengli p.pic { width: 100px; height: 100px; }
	.liuchengli p.pic img { margin-top: 33px; width: 40px; }
	.jiantou img {margin-top: 40px;}

	.jjmain-left { width: 100%; }
	.jjmain-right { display: none; }
	.jjmain-left .note { margin-top: 30px; }
	.jjwenhuamain li .wen { height: 235px; }
	.jjwenhuamain li .pic { height: 235px; }
}

@media(max-width: 991px) {
	.indexyoushi { padding:50px 0; }
	.inysli .wen p { height: 74px; display: block; }
	.xysyoushi li span.icon {  width: 26%; }
	.zzseoli .ico { width: 20%; } 
	.zzseoli .wen { width: 80%; }
	.jjwenhuamain li .pic { height: 178px; }
	.jjwenhuamain li .wen { height: 178px; }
	.jjwenhuamain li .wen span { line-height: 20px; }
	.jjwenhuamain li .wen p.title { font-size: 24px; padding-bottom: 0px;  }
	.jjwenhuamain li .wen i { margin:10px 0; }

}
@media(max-width: 767px) {
	.yunywentimain .wenti_left02 { padding-left: 0px; }
	.index-title p { font-size: 30px; }
	.yunywentimain { margin-top: 40px; }
	.comyangshi p, .comyangshi02 p { font-size: 20px; }
	.inysli { width: 47%; margin-bottom: 20px; height: 445px; display: block; float: left; }
	.webjians-title p { font-size: 30px; }

	.xysyoushi li { width: 48%; }
	.xysyoushi li span.icon { width: 28%; }

	.zhengzhan { padding:50px 0; }
	.zzseoleft p { font-size: 26px; }
	.zzseoli .ico { width: 22%;font-size: 36px; }
	.zzseoli .wen { width: 75%; }

	.liuchengmain {  margin-top: 40px; display: block; }
	.jiantou { display: none; }
	.liuchengli { width: 50%; display: block; float: left; margin: 0 auto; margin-bottom: 30px; }
	.jjmain-left .title p { font-size: 42px; }
	.jjwenhuamain li { width: 100%; margin-bottom: 30px; }
	.jjwenhuamain li .pic { height: 260px; }
	.jjwenhuamain li .wen { height: 260px; }
	.jjwenhuamain li .wen i { margin: 20px 0; }
	.jjwenhuamain li .wen span { line-height: 24px; }


}

@media(max-width: 500px) {
	.index-title p { font-size: 26px; }
	.webjians02 { padding:50px 0; }
	.xysyoushi li { width: 100%;min-height: auto;  }
	.zzseoleft { width: 100%; }
	.zzseoright { width: 100%; }
	.wzjs2img{margin-top: 20px;}
}

.sss4{margin-top: 50px;}
.sss4 ul{overflow:hidden;padding:10px 0;}
.sss4 ul li{margin-bottom: 30px;}
.sss4 ul li>div{text-align: center; background: #f5f5f5; padding: 42px 10px;height: 100%;transition:all .3s;-webkit-transition:all .3s;}
.sss4 ul li>div h2{padding: 20px 0; font-size: 24px; font-weight: bold;}
.sss4 ul li>div h3{padding-bottom: 20px; font-size: 24px; font-weight: bold;}
.sss4 ul li>div p{}
.sss4 ul li>div:hover{box-shadow:0 0 8px 0 rgb(0 125 255 / 30%);}
@media (min-width:768px) {
	.sss4 ul{display:flex;}
	.sss4 ul li{flex:1;}
	.con3 ul{flex-wrap: wrap;align-content: flex-start;}
	.con3 ul li{flex:50%;}
	.con5 ul li:first-child{flex:100%;}
}
@media (max-width:767px) {
	.sss4{margin-top: 20px;}
	.sss4 ul li>div{padding:20px 10px;}
}


.case1_Inside { background: #fff;}
.case2_Inside {margin: 20px auto 32px;background: #fff;}
.case3_Inside {margin: 10px auto 0;padding: 20px 0 40px;background: #f8f8f8;}

.case1_box{margin: 30px auto 50px;}
.case1_box .case1_title{ font-size: 26px; color: #333; visibility: visible;}
.case1_box .case1_text{ color: #6b6b6b; font-size: 16px; line-height: 30px; margin-top: 15px; letter-spacing: 1px;}
.case2_box{ margin: 50px auto 50px;}
.case2_box .case2_title{ text-align: center; font-size: 26px; color: #333; visibility: visible;}

.case3_box{ margin: 50px auto 50px;}
.case3_box .case3_title{ text-align: center; font-size: 30px; color: #333; visibility: visible;}
.case3_box .case3_text{ text-align: center; color: #333; font-size: 18px; line-height: 30px; margin-top: 15px; letter-spacing: 1px;}
.c_box { margin: 0 0px; border-radius: 5px; box-shadow: 0px 2px 12px 2px #dcdcdc;}

.c_box .cbox_head{ height: 200px; border-radius: 5px; background: url(../images/cbox_head_bg.jpg) center repeat-x;}
.c_box .cbox_head .c_pic{ padding: 20px 0;}
.c_box .cbox_head .c_pic .pic_box{ width: 120px; height: 120px; margin: 0 auto; border-radius: 50%; background: #fff;}
.c_box .cbox_head .c_pic .pic_box img{ max-width: 100%;}
.c_box .cbox_head h3{ color: #fff; font-size: 18px;font-weight: 700; text-align: center;}
.c_box .cbox_text{font-size: 14px;padding: 20px 20px;line-height: 24px;overflow: hidden;}
.info-box{ margin-bottom: 20px;}
.info-box .info-title{ font-size: 20px; color: #000; margin-bottom: 10px; font-weight: bold;}
.info-box .info-detail{ font-size: 16px; margin-bottom: 8px; }
.case3_pic{}
.case3_pic img{ max-width: 100%;}
.p-scenes-item, .p-scenes-list { font-size: 0;}
.lt-item, .lt-items.p-scenes-item .p-scenes-inner, .rt-item, .rt-items.p-scenes-item .p-scenes-inner { -webkit-transition: box-shadow .2s linear; -webkit-transition: transform .2s linear; transition: box-shadow .2s linear; transition: transform .2s linear;}
.lt-item { background-image: url(../images/recommend-pc1.png); background-size: cover; background-position: center;}
.rt-item { background-image: url(../images/recommend-pc2.png); background-size: cover; background-position: center;}
.c-section-inner { margin: 0 auto; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 10px;}
.c-section-tit { text-align: center; text-align: center; font-size: 30px; color: #000; font-weight: 400; line-height: 1.5;}
.p-scenes-item { padding: 30px; width: calc((100% - 20px)/ 2); display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 20px; font-size: 0; margin-right: 10px;}
.p-scenes-inner>h4, .p-scenes-item>h4 { font-size: 24px; color: #fff; line-height: 33px; margin-bottom: 30px;}
.p-scenes-inner>.p-scenes-desx, .p-scenes-item>.p-scenes-desx { font-size: 14px; color: #fff; line-height: 24px; display: block; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; max-height: 45px;}
.p-scenes-item.rt-items { padding: 0; margin-left: 10px; margin-right: 0;}
.p-scenes-item.lt-items {padding: 0; margin-left: 0; margin-right: 10px;}
.p-scenes-item.rt-item { margin-left: 10px; margin-right: 0;}
.p-scenes-item .p-scenes-inner { padding: 30px; width: calc((100% - 20px)/ 2);  display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.p-scenes-inner>h4, .p-scenes-item>h4 { font-size: 24px; color: #fff; line-height: 33px; margin-bottom: 30px;}
.p-scenes-item .p-scenes-desx { width: 220px;}
.p-scenes-item .p-scenes-inner+.p-scenes-inner { margin-left: 20px;}
.rt-items.p-scenes-item .p-scenes-inner:first-child {
    background-image: linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
    background-image: -webkit-linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
    background-color: #00c8dc\9;
}
.rt-items.p-scenes-item .p-scenes-inner:nth-child(2) {
    background-image: linear-gradient(135deg,#006eff 0,#65a1f8 100%);
    background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);
    background-color: #65a1f8\9;
}
.lt-items.p-scenes-item .p-scenes-inner:first-child {
    background-image: linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
    background-image: -webkit-linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
    background-color: #00c8dc\9;
}
.lt-items.p-scenes-item .p-scenes-inner:nth-child(2) {
    background-image: linear-gradient(135deg,#006eff 0,#65a1f8 100%);
    background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);
    background-color: #65a1f8\9;
}
.lt-item:hover, .lt-items.p-scenes-item .p-scenes-inner:hover, .rt-item:hover, .rt-items.p-scenes-item .p-scenes-inner:hover {
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}

.c-section { position: relative;}
.c-section.c-p-y-tall { padding: 45px 10px 50px;}
.c-section.bg-color { background: #f7f8fa;}
.c-section-hd { margin-bottom: 55px;}
.c-tab-normal { position: relative; margin-bottom: 70px;}
.c-tab-aligncenter { text-align: center; border-bottom: 2px solid #e5e5e5;}
.page-p-entry .c-tab-normal.c-tab-min .c-tab-simple { padding-left: 5px; padding-right: 5px;}
.page-p-entry .c-tab-normal .c-tab-simple a { padding: 10px 20px; display: inline-block; outline: 0;}
.c-tab-normal .c-tab-simple:first-child { padding-left: 0;}
.c-tab-normal .c-tab-simple { position: static; cursor: pointer;}
.c-tab-normal .c-tab-simple a { position: relative;}
.c-tab-normal .c-tab-simple a { display: block; padding: 10px 30px; text-decoration: none;}
.c-tab-normal .c-tab-simple .c-tab-tit { display: block; color: #333; font-size: 18px;}
.c-tab-normal .c-tab-simple.actived .c-tab-des, .c-tab-normal .c-tab-simple.actived .c-tab-tit, .c-tab-normal .c-tab-simple:hover .c-tab-des, .c-tab-normal .c-tab-simple:hover .c-tab-tit { color: #00a4ff;}
.c-tab-normal .c-tab-simple.actived a:after { display: inline-block;content: ""; height: 2px; width: 100%; position: absolute; left: 0; right: 0; bottom: -2px; background: #00a4ff; z-index: 1;}
.c-tab-panel-box { margin-top: 20px;}
.sol-framework .c-tab-panel.current, .sol-framework .solution-framework-box.current { display: block;}
.sol-framework .c-tab-panel { display: none;}
.sol-framework .shadow-title { display: none;}
.c-margin-b20-grid { margin-bottom: -20px;}
.c-grid-expand { margin-right: -10px; margin-left: -10px;}
.c-grid { font-size: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.c-grid [class*=c-g-] { display: inline-block; zoom: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; padding-left: 10px; padding-right: 10px; vertical-align: top;}
.c-margin-b20-grid>[class*=c-g-] { margin-bottom: 20px;}
.p-solution-card-list .c-media.c-media-shadow {box-shadow: 0 2px 4px 0 rgba(3,27,78,.06);box-shadow: 0 2px 4px 0 rgba(3,27,78,.06);-webkit-box-shadow: 0px 2px 4px 1px rgb(3 27 78 / 10%);-moz-box-shadow: 0 2px 4px 0 rgba(3,27,78,.1);}
.p-solution-card-list .p-solution-card { height: 173px;}
.c-media-shadow { border: none; box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.12); cursor: pointer;-webkit-transition: box-shadow .2s linear; -webkit-transition: transform .2s linear; transition: box-shadow .2s linear; transition: transform .2s linear;}
.c-media-shadow:hover { box-shadow: 0 0 6px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.1); -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0);}
.c-media { line-height: 1.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; padding: 20px; display: block;}
.p-solution-card-list .c-media {padding: 20px 30px;}
.p-solution-card-list .c-media-horiz { padding: 0;}
.c-media-aline { position: relative;}
.c-media-horiz { position: relative; line-height: 1.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; padding: 20px; display: block;}
.p-solution-card-list .c-media-aline .c-media-img {top: -3px;left: 0;}
.c-media-aline .c-media-img { position: absolute; left: 20px; top: 20px;}
.c-media-horiz .c-media-img { display: table-cell; vertical-align: top; width: inherit; padding: 0 15px 0 0;}
.c-media-img { width: 100%; text-align: center;}
.p-solution-card-list .c-media-img>img { width: 28px; height: auto;}
.ico32 { width: 32px; height: 32px; display: block; margin: 0 auto;}
.c-media-horiz .c-media-body {display: table-cell;vertical-align: top;margin-top: 0px;margin-bottom: 10px;}
.c-media-body { margin-top: 20px;}
.c-media-horiz:after { content: ""; display: block; height: 0; clear: both; visibility: hidden;}
.p-solution-card-list .c-media-heading { color: #000; font-size: 18px; line-height: 27px;}
.c-media-aline .c-media-heading {}
.c-media-horiz .c-media-heading {text-align: left;margin-top: 0px;}
.c-media-heading { text-align: center; font-size: 18px; color: #333; margin: 0; padding: 0; font-weight: 400; line-height: 1.5;}
.p-solution-card-list .c-media-info {color: #666;font-size: 14px;line-height: 24px;display: block;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}
.c-media-info { font-size: 14px; color: #666; margin-top: 10px; line-height: 1.7; word-wrap: break-word;}
.clearfix:after { content: ""; display: block; height: 0;  clear: both; visibility: hidden;}
.case_content .zx {margin-top: 48px;margin-bottom: 20px;}
.case_content .zx a{font-size: 18px;color: #fff;background: #f57e21;padding: 5px 10px;margin: auto;border-radius: 6px;display: block;text-align: center;}
.matop{ margin-top:42px !important; }
.top-wx{background:#fff;display:inline-block;padding: 10px;position:absolute;left: -240px;top: 68px;width:280px;display: none;}
.top-wx img{max-width:120px;float:left;margin: 0 5px;}
.head-lang:hover .top-wx{ display:block; }



@media only screen and (max-width: 1330px){
    .jd-3 ul li p{font-size: 14px;}
}
@media only screen and (max-width: 1199px){
.jd-3 ul li div{ min-height: 100px;}
.c_box .cbox_text{ min-height: 110px;}
}

@media only screen and (max-width: 1024px){
.c_box .cbox_text{min-height: 136px;}
}


@media only screen and (max-width: 767px){
	.ali-1 h3, .introduce h2{font-size: 26px;padding-top: 20px;}
	.ali-1 h4{font-size: 16px;line-height: 24px;}
	.jd-3 ul{ margin: 20px -10px 0;}
	.jd-3 ul li span{height: 10px;font-size: 15px;display: contents;}
    .jd-3 ul li div{min-height: 120px;display: grid;}
    .sup-col ul li .sup_box p{margin: 12px 24px;font-size: 14px;min-height: 52px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}
    .c_box .cbox_text p{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;}
    .c_box{ margin-bottom:20px; }
    .c_box .cbox_text{}
	
	.aboutbox{padding: 40px 0;}
	.aboutbox .text{padding-top: 0;width: 100%;}
	.aboutbox .text .t{margin-top: 10px;line-height: 24px;}
	.abou_nt{
    font-size: 20px !important;
    line-height: 28px !important;
    padding-bottom: 20px !important;
}
	.aboutbox .img{width: 100%;text-align: center;margin-top: 10px;}
	.aboutnum{padding: 40px 0;}
	.aboutnum ol{border-top:1px solid #f3f3f3;}
	.aboutnum ol li{width: 50%;padding: 20px 0;border-bottom:1px solid #f3f3f3;}
	.aboutnum ol li:nth-child(2)::before{display: none;}
	.aboutnum ol li .num{font-size: 26px;}
	.aboutbox2{padding: 40px 0;}
	.aboutbox2 ol li{width: 100%;margin-bottom: 15px;}
	.aboutbox2 ol li:last-child{margin-bottom: 0;}
	.aboutbox2 ol li .text{padding: 20px 15px;}
	.aboutbox2 ol li .text h3{font-size: 16px;}
	.aboutbox2 ol li .text p{font-size: 14px;height: auto;margin-top: 5px;}

	
}

@media only screen and (max-width: 515px){
    .p-support-card-list .c-media-horiz{ padding-left:0; }
    .p-support-card-list .c-media-info{font-size:14px;margin-top: 0;}
    .p-support-card-list .c-media{margin: 0 0 20px 0;}
    .c-media-horiz .c-media-heading{font-size: 16px;}
    .p-solution-card-list .c-media{padding: 20px;}
    .p-solution-card-list .c-media-info{}
    .case3_box .case3_title{font-size: 24px;}
    .c_box{ margin-bottom:20px; }
    .c_box .cbox_text{padding: 12px;min-height: 124px;}
    .sup-col ul li .sup_box p{margin: 10px 16px;}
}
