@charset "UTF-8";
.container-fluid, ul {
    margin: 0;
    padding: 0
}

.head .nav ul li > a:hover, .head .reg-btn:hover, .rec-cases ul li a:hover, a:hover,a:visited {
    text-decoration: none
}

body, html {
    background: #fff;
    font-family:PingFangSC-Regular,PingFang SC;
}


input {
    outline: 0
}

ul {
    list-style: none
}

.reg-box, .w-l {
    margin: 0 auto
}
.head-content {
    display: flex;
    justify-content: space-between;
}
.w-l {
    width: 1200px;
    position: relative;
}

.clear-line:after {
    content: '';
    display: block;
    clear: both
}

.height-80 {
    height: 70px
}

body.register {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201701/10105550725u.jpg) center top no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}

.reg-head {
    padding: 30px 0 10px
}

.reg-box {
    width: 900px;
    background: 0 0;
    padding: 0 50px
}

.reg-box .words {
    margin-bottom: 30px;
    color: #fff;
    text-align: center
}

.reg-box .words p {
    font-size: 16px
}

.reg-box .words p.h4 {
    font-size: 32px;
    margin-bottom: 20px
}

.reg-box .words p.h4 span {
    color: #EEB905
}

.reg-form {
    background: #fff;
    padding: 30px 150px 50px;
    overflow: hidden
}

.reg-form .t {
    margin-bottom: 40px
}

.reg-form .t p {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin: 0
}

.reg-form .t p.h1 {
    font-size: 36px;
    margin-bottom: 20px
}

.reg-form .t p.h2 {
    font-size: 30px
}

.reg-form .t p i.icon-success {
    font-size: 100px;
    color: #82D74E
}

.reg-form .reg-success-info {
    font-size: 20px;
    color: #666
}

.reg-form .item {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    margin-bottom: 30px
}

.reg-form .item .text {
    display: block;
    width: 100%;
    height: 60px;
    text-indent: 10px;
    border: 1px solid #ddd
}

.reg-form .item .text.short {
    widtH: 250px
}

.reg-form .item .extra {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 60px
}

.reg-form .item .get-code {
    display: block;
    width: 130px;
    height: 60px;
    border: 0;
    background: #dfe2e5;
    color: #EEB905;
    cursor: pointer
}

.reg-form .item.error .text {
    border-color: #DF163B
}

.reg-form .item.error .fill-info {
    color: #DF163B;
    margin-top: 10px
}

.reg-form .btn {
    height: 60px;
    margin-top: 60px;
    border-radius: 0
}

.reg-form .btn-line {
    display: block;
    width: 240px;
    height: 60px;
    background: #fff;
    border: 2px solid #EEB905;
    color: #EEB905;
    margin: 20px auto;
    font-size: 24px;
    cursor: pointer
}

.head {
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 70px;
    /*box-shadow: 0 0 8px #ddd*/
}

.logo {
    position: absolute;
    z-index: 999;
    width: 172px;
    height: 70px;
}

.logo .logo-wrap {
    margin: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo .logo-wrap img {
    width: 108px;
    height: 24px;
}

.logo .logo-wrap span {
    display: inline-block;
    font-size:12px;
    width: 48px;
    color: #fff;
}

.svgLogo {
    position: absolute;
    z-index: 998;
    width: 245px;
    height: 70px;
}

/*.head:hover {*/
/*    background-color: #fff;*/
/*}*/
/*.head:hover > .w-l > .logo >.logo-wrap >span{*/
/*    color: #0D0D0D;*/
/*}*/
/*.head:hover > .nav > #currentNav >li {*/
/*    color: #0D0D0D;*/
/*}*/
.head .nav {
    height: 70px;
    /*margin-right: 238px;*/
    align-self: flex-start;
    margin-left: 220px;
}

.head .nav ul li {
    display: block;
    float: left;
    position: relative
}

.head .nav ul li > a {
    position: relative;
    z-index: 9;
    display: block;
    height: 70px;
    line-height: 14px;
    padding: 27px 16px;
    color: #fff;
    /*border: solid #fff;*/
    border-width: 0 1px;
    font-size: 14px;
}

/*.head .nav ul li .active-a{*/
/*}*/

.head .nav ul li > a:hover {
    background-color: #f6f6f6;

}
.head .nav #currentNav li:hover{
    background-color: #f6f6f6;
}
.head .nav ul li.drop-down .sub-nav {
    display: none;
    position: absolute;
    z-index: 19;
    background: #fff;
    width: auto;
    padding-left: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd
}

.head .nav ul li.drop-down .sub-nav:before {
    content: '';
    display: block;
    width: 110px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -4px
}

.head .nav ul li.drop-down .sub-nav.tow {
    width: 720px
}

.head .nav ul li.drop-down .sub-nav dl {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0;
    padding: 20px 0
}

.head .nav ul li.drop-down .sub-nav dl dt {
    color: #3F8AD2;
    font-size: 18px;
    border: 0;
    margin: 0 0 10px
}

.head .nav ul li.drop-down .sub-nav dl dd a {
    color: #666;
    font-size: 16px;
    display: block;
    padding: 0;
    background: 0 0;
    margin-top: 20px
}

.head .nav ul li.drop-down:hover > a {
    text-decoration: none;
    border-color: #ddd;
    box-shadow: 0 0 5px #ddd;
    color: #EA6000;
    height: 79px
}

.head .nav ul li.drop-down:hover > a i {
    display: inline-block;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.head .nav ul li.drop-down:hover .sub-nav {
    display: block
}

.head .sub-nav2 {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 19;
    width: 100%
}

.head .sub-nav2 .dropdown {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    text-align: center;
}

.head .sub-nav2 .dropdown dl {
    display: inline-block;
    vertical-align: top;
    width: 328px;
}
.head .sub-nav2 .dropdown dl dt {
    font-size: 18px
}

.head .sub-nav2 .dropdown dl dd a {
    color: #666;
    font-size: 16px;
    display: block;
    padding: 0;
    background: 0 0;
    margin-top: 20px
}

.head .drop-down1:hover .product, .head .drop-down2:hover .resolve {
    display: block
}

.head .drop-down3:hover .product, .head .drop-down2:hover .resolve {
    display: block
}

.head .reg-btn {
    /* position: absolute; */
    right: 138px;
    /* top: 50%; */
    margin: 18px 8px 0;
    display: block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #F56614;
    float: right;
}
.head .blue-btn {
    right: 138px;
    margin: 18px 13px;
    display: block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #1e99ff;
    float: right;
    border-radius: 20px;
}

.head .free-btn {
    right: 138px;
    margin: 20px 8px 20px 0;
    display: inline-block;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color:#fff;
}
/*.head .free-btn:hover {*/
/*    opacity: 0.6;*/
/*}*/
.head .nav-tel{
    /* position: absolute; */
    /*right: 0;*/
    /*line-height: 69px;*/
    height: 70px;
    color: #fff;
    font-size: 14px;
    float: right;
}

.head .nav-tel .tel-wrap {
    margin: 20px 0;
    height: 30px;
    line-height: 28px;
    border:1px solid #fff;
    padding: 0px 16px;
}
.head .tel {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    height: 50px
}


.slide_banner {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slide_banner .item {
    display: block;
    width: 100%;
    height: 500px;
    background: center center no-repeat;
    /*background-size: 100% 100%;*/
}

.slide_banner .item .btns {
    position: absolute;
    left: 50%
}

.slide_banner .item .btns a {
    display: inline-block;
    height: 40px;
    width: 160px;
    line-height: 35px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 10px;
    border-radius: 20px
}
.slide_banner .item .btns a.bold {
    background: #333;
    color: #fff;
    border: 2px solid #333;
}
.slide_banner .item .btns a.active {
    color: #51f4ff;
    border: 2px solid #51f4ff;
}
.slide_banner ul.slidesjs-pagination {
    position: absolute;
    z-index: 99;
    display: block;
    bottom: 10px;
    width: 100%;
    text-align: center
}

.slide_banner ul.slidesjs-pagination li {
    display: inline-block;
    margin: 0 5px
}

.slide_banner ul.slidesjs-pagination li a {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 5px;
    text-indent: -9999px
}

.slide_banner ul.slidesjs-pagination li a.active {
    background: 0 0;
    border: 1px solid #ECAF07
}

.slide_banner a.slidesjs-navigation {
    display: none;
    position: absolute;
    z-index: 97;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    width: 50px;
    height: 140px;
    background: url(../images/slide_arrow.png) no-repeat;
    text-indent: -9999px
}

.slide_banner a.slidesjs-navigation.slidesjs-previous {
    margin-left: -600px
}

.slide_banner a.slidesjs-navigation.slidesjs-next {
    margin-left: 550px;
    background-position: -50px 0
}

.slide_banner a.slidesjs-navigation.slidesjs-play, .slide_banner a.slidesjs-navigation.slidesjs-stop {
    display: none !important
}

.slide_banner:hover a.slidesjs-next, .slide_banner:hover a.slidesjs-previous {
    display: block
}
.btn2-banner{
    display: block;
    width: 136px;
    line-height: 36px;
    text-align: center;
    color: #51d8ff;
    font-size: 16px;
    border: 2px solid #51d8ff;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -68px;
    top:357px;
}
.common-box {
    padding: 30px 0
}

.common-box.grey, .common-box.grey .t .h1 p {
    background: #eee
}

.common-box.light, .common-box.light .t .h1 p {
    background: #F9F9F9
}

.common-box .t .h1 {
    display: block;
    width: 80%;
    margin: 0 auto 50px;
    height: 25px;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.common-box .t .h1 p {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    background: #fff
}

.common-box .t .h1 p:after, .common-box .t .h1 p:before {
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    display: block;
    content: ''
}

.common-box .t .h1 p:before {
    left: 0
}

.common-box .t .h1 p:after {
    right: 0
}

.common-box .t .h1 span {
    display: block;
    font-size: 16px;
    color: #999
}

.common-box .t .h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px
}

.common-box .t .h2 p.light-text {
    font-size: 16px;
    color: #999
}

.common-box .t .h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center
}

.common-box .t .sub {
    font-size: 18px;
    color: #666;
    text-align: center
}

.common-box .t .sub b {
    font-size: 25px;
    color: #EEB905;
    font-weight: 400
}

.common-box .text {
    margin: 30px 0
}

.common-box .text p {
    font-size: 18px;
    color: #666;
    text-indent: 2em;
    line-height: 30px
}

.common-box .img {
    margin: 50px 0;
    text-align: center
}

.rec-products {
    margin-top: 40px
}

.rec-products ul {
    display: block;
    margin-left: -47px
}

.rec-products ul li {
    width: 265px;
    display: block;
    float: left;
    margin-left: 45px;
    text-align: center
}

.rec-products ul li .name {
    display: block
}

.rec-products ul li .name i {
    display: block;
    width: 187px;
    height: 214px;
    margin: 10px auto;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201701/05141412u125.png) left top no-repeat
}

.rec-products ul li .name .h4 {
    font-size: 18px;
    color: #333
}

.rec-products ul li.item2 .name i {
    background-position: -187px 0
}

.rec-products ul li.item3 .name i {
    background-position: -374px 0
}

.rec-products ul li.item4 .name i {
    background-position: -561px 0
}

.rec-products ul li .hr {
    height: 2px;
    background: #EEB905;
    margin: 20px 0
}

.rec-solutions, .rec-solutions .tab-content, .single-btn {
    margin-top: 30px
}

.rec-products ul li .text {
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    line-height: 35px
}

.rec-products ul li .btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 60px;
    background: #EEB905;
    color: #fff;
    font-size: 20px;
    border-radius: 5px
}

.rec-solutions .nav-tabs {
    border: 0;
    text-align: center
}

.rec-solutions .nav-tabs li {
    display: inline-block;
    float: none
}

.rec-solutions .nav-tabs li a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #666
}

.rec-solutions .nav-tabs li.active a {
    border-color: #3F8AD2;
    color: #3F8AD2
}

.rec-solutions .tab-content .tab-pane ul {
    display: block;
    height: 440px;
    margin-left: -20px
}

.rec-solutions .tab-content .tab-pane ul li {
    display: block;
    float: left;
    margin-left: 20px;
    width: 224px
}

.rec-solutions .tab-content .tab-pane ul li a {
    display: block;
    width: 224px;
    height: 440px;
    overflow: hidden;
    border-radius: 8px;
    position: relative
}

.rec-solutions .tab-content .tab-pane ul li a img {
    display: block;
    width: 224px;
    height: 440px
}

.rec-solutions .tab-content .tab-pane ul li a span {
    position: absolute;
    display: block;
    width: 224px;
    height: 50px;
    line-height: 50px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 16px;
    text-align: center
}

.single-btn a, .single-btn2 a {
    display: inline-block;
    color: #fff
}

.single-btn {
    text-align: center
}

.single-btn a {
    height: 60px;
    line-height: 60px;
    padding: 0 80px;
    background: #EEB905;
    font-size: 26px;
    border-radius: 8px
}

.single-btn2 {
    margin: 50px 0;
    text-align: center
}

.single-btn2 a {
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    background: #4DB5EC;
    font-size: 14px;
    font-family: 宋体
}

.rec-cases ul li, .rec-cases ul li a, .rec-cases ul li a img {
    height: 280px;
    display: block;
    width: 386px
}

.rec-cases {
    margin: 30px 0
}

.rec-cases ul {
    display: block;
    margin-left: -20px
}

.rec-cases ul li {
    float: left;
    margin: 0 0 20px 20px
}

.rec-cases ul li a {
    position: relative;
    background: #000
}

.rec-cases ul li a span {
    display: block;
    width: 386px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .9)
}

.rec-cases ul li a p {
    display: none
}

.rec-cases ul li a:hover img {
    opacity: .7
}

.rec-cases ul li a:hover span {
    background: #EEB905;
    color: #fff
}

.rec-cases ul li a:hover p {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 45%;
    text-align: center;
    font-size: 30px;
    color: #fff
}

.rec-cases ul li a.more {
    width: 382px;
    height: 276px;
    border: 2px solid #EEB905;
    background: #fffcf3;
    text-align: center;
    font-size: 30px;
    color: #EEB905
}

.rec-cases ul li a.more i {
    font-size: 80px;
    display: block;
    margin: 30px auto
}

.rec-cases ul li a.more em {
    font-style: normal
}

.banner-ad {
    padding: 100px 0;
    background: center center no-repeat;
    width: 100%
}

.banner-ad p {
    text-align: center;
    color: #fff
}

.banner-ad p.h1 {
    font-size: 60px;
    margin-bottom: 30px
}

.banner-ad p.h2 {
    font-size: 30px
}

.footer {
    /*background: #2F3038;*/
    background-color: #2E3033;
    padding: 56px 0 68px 0;
    height: 282px;
    color: #fff
}

.footer .h4 {
    margin-bottom: 24px;
    font-size: 14px;
    margin-top: 0;
}

.footer .f-contact p, .footer .f-links a {
    margin-bottom: 16px;
    font-size: 12px;
    color: #848589;
    cursor: pointer;

}
.footer .f-contact p span a {
    color: #848589;
}
.footer .f-contact p span a:hover {
    color: #fff;
}

.footer .f-links {
    width: 19%;
    padding-left: 70px;
}

.footer .f-links a {
    display: block;
}

.footer .f-contact {
    width: 124px;
}

.footer .f-contact p span {
    display: inline-block
}

.right-bar a, .single-banner > div .btn {
    display: block;
    color: #fff;
    text-align: center
}

.footer .f-code .code-box img{
    width: 96px;
    height: 96px;
}

.footer .f-code .code-box p {
    margin-top: 10px;
    text-align: center
}

.copyright {
    background-color: #2E3033;
    padding: 16px 0;
    height: 86px;
}

.copyright p {
    text-align: left;
    color: #848589;
    font-size: 12px;
    margin: 0;
    line-height: 12px;
}
.copyright p.tag_link_2023 > a{
    color: inherit;
    margin-left: 6px;
}
.copyright p.tag_link_2023 > a:hover{
    color: #fff;
}

.right-bar {
    position: fixed;
    z-index: 999;
    right: 24px;
    top: 50%;
    margin-top: -90px
}

.right-bar .consult-wrap {

}
.right-bar .consult-wrap  .closeIcon{
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    margin-bottom: 8px;
}

.right-bar .consult-wrap  .closeIcon img{
    height: 16px;
    width: 16px;
}

.right-bar .consult-wrap .consult-container {
    width:112px;
    height:272px;
    background-color: #fff;
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;

}

.right-bar .consult-wrap .consult-container .consult-detail {
    margin: 0 12px;
    text-align: center;
}

.right-bar .consult-wrap .consult-container .consult-detail .operator {
    height: 88px;
    width: 88px;

}

.right-bar .consult-wrap .consult-container .consult-detail .telIcon{
    height: 20px;
    width: 20px;
    margin:16px auto 8px;
}

.right-bar .consult-wrap .consult-container .consult-detail p {
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    margin-bottom: 4px;
}

.right-bar .consult-wrap .consult-container .consult-detail .telNum{
    height: 16px;
    width: 88px;
    margin-bottom: 16px;
}

.right-bar .consult-wrap .consult-container .consult-detail .link4{
    width: 88px;
    height: 28px;
    background:rgba(240,106,29,1);
    color:#fff;
    line-height: 28px;
    text-align: center;
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
}
.right-bar .allDay-contact {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.08);
}
/*.right-bar a {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    margin-bottom: 10px;*/
/*    font-size: 12px;*/
/*    padding-top: 2px;*/
/*    background: #ff7800;*/
/*    transition: all .3s;*/
/*    -moz-transition: all .3s; !* Firefox 4 *!*/
/*    -webkit-transition: all .3s; !* Safari 和 Chrome *!*/
/*    -o-transition: all .3s; !* Opera *!*/
/*    !*background: #333;*!*/
/*}*/
.right-bar a  span{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.right-bar a.link1 span {
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201708/22124946p72j.png) no-repeat;
}
.right-bar a.link2 span {
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201708/22125318uldl.png) no-repeat;
}
.right-bar a.link2{
    background: #00c4e1;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
.right-bar a.link3 {background: #00c4e1;}
.right-bar a.link3 span {
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201708/22125934fun2.png) no-repeat;
}
.right-bar .link1:hover {
    background: #f16000;
}
.right-bar .link1:hover span {
    /*background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201708/22124946p72j.png) no-repeat;*/
}
.right-bar .link2:hover {
    background: #03bbd6;
}
.right-bar .link2:hover span {
    /*background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201708/22125318uldl.png) no-repeat;*/
}
.right-bar .link3:hover {
    background: #03bbd6;
}
.right-bar .link3:hover span {
    /*background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201708/22125934fun2.png) no-repeat;*/
}


.single-banner > div {
    position: relative;
    width: 100%;
    height: 510px;
    background: center center no-repeat
}

.single-banner > div .btn, .single-banner > div .btns {
    position: absolute;
    left: 50%
}
.single-banner > div .btn, .single-banner  .new-btns {
    position: absolute;
    left: 50%
}
.single-banner > div .btn {
    bottom: 50px;
    margin-left: -150px;
    width: 300px;
    height: 60px;
    line-height: 50px;
    background: #EEB905;
    font-size: 24px;
    border: 0
}

.single-banner > div .btns a {
    display: inline-block;
    height: 60px;
    line-height: 55px;
    padding: 0 45px;
    border: 2px solid #EEB905;
    color: #EEB905;
    font-size: 28px;
    margin: 0 10px;
    border-radius: 10px
}
.slide_banner >div.item .btns a {
    display: inline-block;
    height: 40px;
    width: 160px;
    line-height: 35px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 10px;
    border-radius: 20px;
}
.single-banner > div .btns a.active {
    background: #EEB905;
    color: #fff
}

.single-banner  .new-btns a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 160px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    border-radius: 20px
}
.single-banner  .yx-btns a{
    background: #2c2c2c;
}
.single-banner  .new-btns a.active {
    color: #51f4ff;
    border: 2px solid #51f4ff;
}
.slide_banner .item .newBtns a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #296fde;
    font-size: 16px;
    background: #fff;
    border: none;
}
.gwsy > div .btns a {
    height: 40px;
    width: 108px;
    padding: 0 5px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    margin: 0 10px
}

.gwsy > div .btns a.active {
    background: #EEB905;
    color: #e81400;
    border: 2px solid #EEB905
}

.zxls-intro {
    display: block;
    margin-top: 100px
}

.zxls-intro li {
    display: block;
    float: left;
    width: 200px;
    margin: 0 17px;
    text-align: center
}

.zxls-intro li p {
    margin-top: 15px;
    font-size: 18px;
    color: #666
}

.zxls-points {
    display: block;
    margin: 40px 0
}

.zxls-points li {
    display: block;
    float: left;
    width: 275px;
    text-align: center;
    margin: 0 10px
}

.zxls-points li p {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
    line-height: 35px
}

.text-img .words {
    width: 450px;
    margin-top: 100px
}

.text-img .words p {
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.text-img .words p.h4 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px
}

.cases-type1 .item {
    width: 1200px;
    height: 360px;
    background: #fcfcfc;
    border: 1px solid #f3f3f3
}

.cases-type1 .item .tx {
    width: 560px;
    float: left;
    text-align: center;
    padding-top: 100px
}

.cases-type1 .item .tx p {
    color: #666;
    font-size: 18px;
    line-height: 30px
}

.cases-type1 .item .tx p strong {
    color: #333;
    font-weight: 400
}

.cases-type1 .item .tx .t_h4 {
    color: #333;
    font-size: 30px;
    margin-bottom: 15px
}

.cases-type1 .item .img {
    float: right;
    margin: 0;
    width: 600px
}

.cases-type1 .item .top {
    padding-top: 20px
}

.cases-type1 .item .top .l {
    float: left;
    width: 50%;
    text-align: right
}

.cases-type1 .item .top .l img {
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 20px
}

.cases-type1 .item .top .r {
    float: right;
    width: 50%
}

.cases-type1 .item .text {
    margin: 0;
    padding: 20px
}

.cases-type1 .pagi {
    margin-top: 30px;
    text-align: center
}

.cases-type1 .pagi a {
    position: relative;
    z-index: 1;
    display: inline-block;
    border: 1px solid #ececec;
    overflow: hidden;
    margin: 0 -3px;
    padding: 1px
}

.fx-points, .fx-points li, .fx-points li > div img, .fx-solutions .tx, .fx-solutions .tx li, .o2o-intro, .o2o-intro li {
    display: block
}

.cases-type1 .pagi a.active {
    padding: 0;
    border: 2px solid #BC2929;
    z-index: 9
}

.o2o-intro li {
    float: left;
    width: 350px;
    text-align: center;
    margin: 0 20px
}

.o2o-intro li p {
    margin-top: 15px;
    font-size: 18px;
    color: #666
}

.fx-solutions #fxsimg {
    float: right
}

.fx-solutions .tx {
    float: left;
    width: 453px
}

.fx-solutions .tx li {
    width: 453px;
    height: 130px;
    background: #fff;
    padding: 2px;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    cursor: pointer
}

.fx-solutions .tx li p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 10px 15px
}

.fx-solutions .tx li p.h4 {
    color: #333;
    font-size: 18px
}

.fx-solutions .tx li.active {
    position: relative;
    border: 3px solid #EEB905;
    padding: 0
}

.fx-solutions .tx li.active:after {
    content: '';
    display: block;
    width: 25px;
    height: 27px;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/wanmi/201701/23161316yqfw.png) no-repeat;
    position: absolute;
    right: -25px;
    top: 60px
}

.fx-points {
    height: 440px;
    margin-left: -30px
}

.fx-points li > div, .fx-points li > div img {
    height: 386px;
    border-radius: 5px;
    width: 277px
}

.fx-points li {
    float: left;
    width: 277px;
    margin-left: 30px
}

.fx-points li > div {
    position: relative
}

.fx-points li > div span {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 277px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    border-radius: 0 0 5px 5px
}

.fx-points li:hover div span {
    display: block
}

.fx-points li p {
    color: #333;
    font-size: 18px;
    margin: 20px 0;
    text-align: center
}

.cases {
    display: block;
    margin-left: -20px
}

.cases li {
    display: block;
    float: left;
    width: 386px;
    margin: 0 0 20px 20px;
    text-align: center
}

.cases li .item {
    border: 1px solid #ddd
}

.cases li .item img {
    display: block;
    width: 100% !important;
    height: auto !important
}

.cases li .item p {
    height: 16px;
    font-size: 16px;
    color: #999;
    margin: 15px 0
}

.cases li .item p.h4 {
    height: 18px;
    font-size: 18px;
    color: #555;
    font-weight: 700
}

.aboutus-banner a:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -15px;
    width: 26px;
    height: 26px;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201701/121601136h5g.png) no-repeat
}

/*.intro {
    margin: 30px 0;
    padding: 40px 45px 30px 0;
    box-shadow: 0 0 15px #ddd
}

.intro .text {
    display: block;
    width: 460px;
    float: left;
    margin-left: 60px;
    color: #666;
    font-size: 18px;
    line-height: 45px;
    text-indent: 2em
}

.intro img {
    display: block;
    float: left;
    margin-left: 80px;
    margin-top: 18px
}*/

.culture {
    margin: 30px 0
}

.culture .item {
    width: 400px;
    float: left;
    padding: 0 80px;
    text-align: center
}

.culture .item span {
    display: block;
    width: 228px;
    height: 228px;
    line-height: 228px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201701/05175632u8dv.png) left top no-repeat;
    margin: 25px auto
}

.culture .item.item2 span {
    background-position: -228px top
}

.culture .item.item3 span {
    background-position: -456px top
}

.culture .item p {
    font-size: 24px;
    color: #666;
    line-height: 30px
}

.product-center {
    margin: 50px 0 0 -20px
}

.product-center .item {
    width: 285px;
    float: left;
    margin-left: 20px
}

.product-center .item .t_h2 {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 20px
}

.customer-cases {
    margin: 50px 0
}

.customer-cases .customer-cases-list {
    width: 1220px;
    position: relative
}

.customer-cases .customer-cases-list div {
    width: 1220px
}

.customer-cases .customer-cases-list div a {
    display: block;
    width: 285px;
    float: left;
    margin: 0 20px 0 0;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.customer-cases .customer-cases-list div a img {
    display: block;
    margin-bottom: 20px
}

.customer-cases .customer-cases-list div a span {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 20px
}

.customer-cases .customer-cases-list .slidesjs-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 14px;
    text-align: center
}

.customer-cases .customer-cases-list .slidesjs-pagination li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px
}

.customer-cases .customer-cases-list .slidesjs-pagination li a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: .3;
    border-radius: 50%;
    text-indent: -9999px
}

.customer-cases .customer-cases-list .slidesjs-pagination li a.active {
    opacity: 1
}

.honor-list {
    width: 950px;
    margin: 50px auto
}

.honor-list .item {
    margin-bottom: 50px
}

.honor-list .item .pull-left, .honor-list .item .pull-right {
    width: 400px
}

.honor-list .item .imgs {
    margin-top: 40px
}

.honor-list .item .text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #666
}

.honor-list .item .text p strong {
    font-size: 24px;
    color: #333
}

.contact-us {
    width: 1200px;
    margin: 50px auto
}

.contact-us img {
    float: left
}

.contact-us ul {
    float: left;
    margin-left: 50px;
    margin-top: 50px
}

.contact-us ul li {
    font-size: 24px;
    margin-bottom: 30px
}

.go-ways {
    width: 930px;
    margin: 50px auto 0
}

.go-ways .item {
    height: 100px;
    margin-bottom: 50px
}

.go-ways .item img {
    float: left
}

.go-ways .item .text {
    float: left;
    margin: 0 0 0 10px;
    font-size: 18px;
    color: #666
}

.go-ways .item .text p {
    margin: 0
}

.go-ways .item .text strong {
    font-weight: 400;
    color: #333
}

.other-ways {
    margin: 50px 0;
    text-align: center
}

.other-ways a {
    display: inline-block;
    width: 415px;
    height: 180px;
    margin: 0 20px;
    padding: 55px 0 0 155px
}

.other-ways a p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    text-align: left
}

.box-link a, .case-details .title {
    text-align: center
}

.other-ways a p strong {
    font-size: 22px;
    font-weight: 400
}

.other-ways .way1 {
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201701/09192856z1ao.png) no-repeat
}

.other-ways .way2 {
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201701/091929204jf7.png) no-repeat
}

.side-bar {
    width: 200px
}

.main-cont {
    width: 950px
}

.s-menu .h4 {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #F8F8F8;
    text-indent: 28px;
    color: #F8B600;
    font-size: 22px;
    border-left: 2px solid #F8B600;
    margin: 0
}

.box-link a, .s-menu > ul li a {
    font-size: 18px;
    display: block
}

.s-menu > ul {
    display: block;
    border: solid #eee;
    border-width: 1px 1px 0
}

.s-menu > ul li {
    display: block;
    border-bottom: 1px solid #eee
}

.s-menu > ul li a {
    height: 50px;
    line-height: 50px;
    text-indent: 29px;
    color: #555
}

.s-menu > ul li a.cur, .s-menu > ul li a:hover {
    margin: -.5px -1px -1px -.5px;
    border: 1px solid #F8B600;
    color: #F8B600
}

.box-link {
    margin: 20px 0
}

.box-link a {
    border: 1px solid #F8B600;
    height: 58px;
    line-height: 58px;
    color: #F8B600
}

.case-details .title h4, .case-details .title p.h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #555;
    font-weight: 400
}

.case-details .title p {
    font-size: 20px;
    color: #999;
    margin-bottom: 20px;
    line-height: 30px
}

.case-details .h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #555;
    font-weight: 400
}

.article_low .tt {
    position: relative;
    height: 40px;
    line-height: 38px;
    padding-left: 25px;
    background: #F9F9F9;
    color: #EEB905;
    font-size: 18px
}

.article_low .tt:before {
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 8px;
    background: #EEB905
}

.article_low .tx {
    padding: 30px 0
}

.article_low .tx p {
    font-size: 16px;
    line-height: 35px
}

.site-map .t-1, .site-map .t-2 {
    line-height: 60px;
    text-align: center
}

.site-map .t-1 {
    font-size: 30px;
    border-bottom: 2px solid #999;
    margin-bottom: 30px
}

.site-map .t-2 {
    font-size: 24px;
    margin: 25px 0
}

.site-map .t-3 {
    font-size: 18px;
    line-height: 40px;
    margin: 25px auto;
    width: 950px
}

.site-map .links {
    width: 950px;
    margin: 20px auto
}

.site-map .links a {
    color: #666;
    font-size: 16px;
    display: inline-block;
    width: 18%;
    margin-bottom: 30px
}

.site-map .links a:hover {
    color: #E9B800;
    text-decoration: underline
}

.industry div a:focus, .jz-box1 p s {
    text-decoration: none
}

.reg-alert {
    display: none;
    position: fixed;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 0;
    border-radius: 0 0 5px 5px
}

.common-list {
    display: block;
    margin-left: -20px
}

.common-list li {
    display: block;
    float: left;
    width: 285px;
    border: 1px solid #ddd;
    margin-left: 20px
}

.common-list li img {
    display: block;
    width: 100%
}

.common-list li p {
    padding: 20px
}

.case-value {
    display: block;
    margin-left: -120px
}

.case-value li {
    position: relative;
    display: block;
    float: left;
    margin: 0 0 70px 120px;
    width: 540px;
    min-height: 170px;
    padding-left: 190px
}

.case-value li img {
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.case-value li p {
    font-size: 16px
}

.case-value li p.h2 {
    font-size: 23px
}

.why-shop-built-in {
    display: block;
    margin: 0 0 50px -100px
}

.why-shop-built-in li {
    display: block;
    width: 330px;
    float: left;
    margin-left: 100px
}

.why-shop-built-in li i {
    display: block;
    width: 174px;
    height: 200px;
    margin: 20px auto;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201702/271356391w3u.png) left top no-repeat
}

.why-shop-built-in li p {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 25px
}

.why-shop-built-in li p.h4 {
    font-size: 18px;
    color: #333
}

.why-shop-built-in li:hover p.h4 {
    color: #EEB905
}

.why-shop-built-in li.item1 i {
    background-position: 0 0
}

.why-shop-built-in li.item1:hover i {
    background-position: -174px 0
}

.why-shop-built-in li.item2 i {
    background-position: 0 -200px
}

.why-shop-built-in li.item2:hover i {
    background-position: -174px -200px
}

.why-shop-built-in li.item3 i {
    background-position: 0 -400px
}

.why-shop-built-in li.item3:hover i {
    background-position: -174px -400px
}

.built-in-points {
    display: block;
    margin: 0 0 50px -20px
}

.built-in-points li {
    display: block;
    float: left;
    margin-left: 20px;
    width: 385px;
    height: 350px;
    border: 1px solid #F9F9F9;
    padding: 10px
}

.built-in-points li:hover {
    background: #fff;
    box-shadow: 0 0 20px #ccc
}

.built-in-points li img {
    display: block;
    width: 100%
}

.built-in-points li p {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    padding: 20px;
    text-align: center
}

.built-in-points li p.h4 {
    padding: 10px;
    margin: 0
}

.built-in-points li p.h5 {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding: 0;
    margin: 0
}

.b2b2b-highlights {
    display: block;
    margin: 0 0 50px -10px
}

.b2b2b-highlights li {
    display: block;
    float: left;
    width: 292px;
    height: 320px;
    margin-left: 10px;
    border-radius: 5px;
    overflow: hidden
}

.b2b2b-highlights li img {
    display: block;
    width: 100%
}

.b2b2b-highlights li .words {
    padding: 15px;
    border: solid #ddd;
    border-width: 0 1px 1px;
    border-radius: 0 0 5px 5px;
    height: 160px
}

.b2b2b-highlights li .words p {
    font-size: 16px;
    color: #999;
    line-height: 25px
}

.b2b2b-highlights li .words p.h4 {
    text-align: center;
    font-size: 20px;
    color: #666
}

.cross-border-points li p, .mode-data td, .mode-data th {
    text-align: center;
    color: #fff
}

.cross-border-points {
    display: block;
    margin: 50px 0 50px -20px
}

.cross-border-points li {
    display: block;
    float: left;
    width: 285px;
    margin-left: 20px
}

.cross-border-points li img {
    display: block;
    width: 100%;
    border-radius: 5px
}

.cross-border-points li p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px
}

.cross-border-points li p.h4, .mode-data td, .mode-data th {
    font-size: 20px
}

.mode-data {
    width: 100%;
    border: solid #ddd;
    border-width: 1px 0 0 1px;
    margin: 50px 0
}

.mode-data th {
    border: solid #ddd;
    border-width: 0 1px 1px 0;
    padding: 10px 20px;
    background: grey;
    font-weight: 400
}

.mode-data td {
    border: solid #ddd;
    border-width: 0 1px 1px 0;
    padding: 10px 20px;
    background: #fff
}

.baby-highlights li p, .mode-data td p {
    font-size: 16px;
    color: #666
}

.mode-data td p.text-left {
    text-align: left
}

.baby-highlights {
    display: block;
    margin: 50px 0 50px -80px
}

.baby-highlights li {
    display: block;
    float: left;
    width: 240px;
    margin-left: 80px
}

.baby-highlights li img {
    display: block;
    margin: 20px auto
}

.baby-highlights li p {
    line-height: 25px;
    text-align: center;
    margin-top: 10px
}

.baby-highlights li p.h4 {
    font-size: 20px
}

.purchase-highlights {
    display: block;
    margin: 50px 0 50px -220px
}

.purchase-highlights li {
    display: block;
    float: left;
    width: 250px;
    margin-left: 220px
}

.purchase-highlights li img {
    display: block;
    margin: 20px auto
}

.purchase-highlights li p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    text-align: center;
    margin-top: 10px
}

.purchase-highlights li p.h4 {
    font-size: 20px
}

.auto-parts-mode .nav-tabs {
    display: block;
    width: 600px;
    height: 50px;
    margin: 0 auto;
    border: 0
}

.auto-parts-mode .nav-tabs li {
    display: block;
    float: left;
    border: 0
}

.auto-parts-mode .nav-tabs li a {
    display: block;
    width: 200px;
    height: 48px;
    padding: 0;
    margin: 0;
    line-height: 48px;
    text-align: center;
    border: solid #ddd;
    border-width: 1px 1px 1px 0;
    border-radius: 0;
    color: #333
}

.auto-parts-mode .nav-tabs li:first-child a {
    border-left: 1px solid #ddd
}

.auto-parts-mode .nav-tabs li.active a {
    background: #3F8AD2;
    color: #fff;
    border-color: #3F8AD2
}

.train-1 {
    width: 1200px;
    margin: 40px auto
}

.train-1 .h1 {
    display: block;
    width: 535px;
    height: 45px;
    line-height: 42px;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201702/23152101gjom.png) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto 20px
}

.train-1 p {
    font-size: 16px;
    text-align: center;
    line-height: 25px
}

.train-1 .recruit p {
    text-align: center;
    font-size: 16px;
    line-height: 30px
}

.train-1 .recruit .h4 {
    color: #3A60B0;
    font-weight: 700
}

.train-1 .sign-up .img {
    margin: 20px 0;
    text-align: center
}

.train-1 .sign-up table {
    width: 365px;
    margin: 0 auto
}

.train-1 .sign-up table td {
    vertical-align: top;
    padding: 5px
}

.train-1 .sign-up p {
    text-align: left
}

.train-list-1 {
    display: block;
    margin-left: -50px
}

.train-list-1 li {
    display: block;
    float: left;
    width: 366px;
    height: 428px;
    margin-left: 50px;
    padding: 30px;
    background: #fff;
    border-radius: 5px
}

.train-list-1 li a {
    display: block;
    margin-bottom: 30px
}

.train-list-1 li a img {
    display: block;
    width: 100%
}

.train-list-1 li .teacher-intro p {
    text-align: left;
    font-size: 16px;
    line-height: 20px
}

.train-list-1 li .teacher-intro .h4 {
    font-size: 20px;
    margin-bottom: 5px
}

.train-list-1 li .teacher-intro .sub {
    margin-bottom: 20px
}

.college-1 {
    width: 1200px;
    height: 301px;
    margin: 30px auto;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/wanmi/201702/17113706zx9i.jpg) no-repeat;
    padding-top: 30px;
    color: #fff
}

.college-1 p {
    line-height: 50px;
    font-size: 24px;
    text-align: center
}

.college-1 p span {
    font-weight: 700;
    color: #FF9000
}

.college-1 .h1 {
    font-size: 33px;
    font-weight: 700;
    margin: 0
}

.college-2 {
    width: 1200px;
    margin: 40px auto
}

.college-2 .h, .college-2 .h .h1 {
    margin-bottom: 20px
}

.college-2 .h .h1 {
    font-size: 24px;
    text-align: center;
    color: #333
}

.college-2 .h .grey {
    font-size: 16px;
    text-align: center;
    color: #999;
    margin-bottom: 20px
}

.college-2 .h .grey span {
    font-weight: 700;
    color: #ff9000
}

.college-list-1 {
    display: block;
    margin-left: -75px
}

.college-list-1 li {
    display: block;
    float: left;
    width: 346px;
    height: 379px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 75px;
    background: #fff;
    padding: 29px
}

.college-list-1 li .img {
    display: block;
    position: relative
}

.college-list-1 li .img img {
    width: 100%
}

.college-list-1 li .img span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: rgba(153, 153, 153, .85)
}

.college-list-1 li .t-intro {
    margin-top: 20px
}

.college-list-1 li .t-intro p {
    position: relative;
    line-height: 25px;
    padding-left: 15px;
    font-size: 16px;
    color: #999
}

.college-list-1 li .t-intro p i {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 2px
}

.college-list-1 li .h4 {
    font-size: 20px;
    color: #333;
    text-align: center
}

.college-list-1 li .icon {
    display: block;
    padding-top: 54px;
    text-align: center;
    margin-bottom: 38px
}

.college-list-2 {
    display: block;
    border-left: 1px solid #ddd
}

.college-list-2 li {
    display: block;
    float: left;
    width: 298px;
    height: 360px;
    border: solid #ddd;
    border-width: 1px 1px 1px 0;
    padding: 30px
}

.college-list-2 li .img {
    display: block;
    margin-bottom: 20px
}

.college-list-2 li .img img {
    display: block;
    width: 100%
}

.college-list-2 li .h4 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333
}

.college-list-2 li .h4 span {
    font-size: 20px;
    margin-right: 10px
}

.college-list-2 li .grey {
    font-size: 15px;
    color: #999;
    line-height: 20px;
    text-indent: 2em
}

.send-info {
    padding-bottom: 30px
}

.send-info .t {
    text-align: center
}

.send-info .t p {
    font-size: 16px
}

.send-info .t p.h1 {
    font-size: 24px
}

.send-info .t p.grey {
    color: #999
}

.send-info .form {
    width: 600px;
    margin: 20px auto
}

.send-info .form .tip {
    font-size: 18px;
    color: #ff9000;
    text-align: center
}

.send-info .form .form-item {
    margin-bottom: 20px
}

.send-info .form .form-item label {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    width: 130px
}

.send-info .form .form-item input[type=text] {
    width: 442px;
    height: 42px;
    border: 1px solid #ddd;
    font-size: 18px;
    text-indent: 10px
}

.send-info .form .form-item .sub-btn {
    width: 100px;
    height: 42px;
    background: #EEB905;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 18px
}

.tcf {
    display: block;
    width: 1220px
}

.tcf li {
    display: block;
    float: left;
    width: 380px;
    margin: 0 20px 20px 0;
    text-align: center
}

.tcf li p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff
}

.tcf li p.h4 {
    font-weight: 700;
    line-height: 25px;
    padding: 0
}

.country_points {
    padding: 50px 0
}

.country_points ul li {
    display: block;
    padding-top: 30px
}

.country_points ul li.grey {
    background: #fafafa
}

.country_points ul li .word {
    float: left;
    width: 500px;
    margin: 0 20px 0 0;
    padding-top: 30px
}

.country_points ul li .word h4, .country_points ul li .word p.h4 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 400
}

.country_points ul li .word i.icon {
    display: block;
    width: 110px;
    height: 80px;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201703/061755325rw3.png) no-repeat
}

.country_points ul li .word i.icon.icon-1 {
    background-position: 0 0
}

.country_points ul li .word i.icon.icon-2 {
    background-position: 0 -80px
}

.country_points ul li .word i.icon.icon-3 {
    background-position: 0 -160px
}

.country_points ul li .word i.icon.icon-4 {
    background-position: 0 -240px
}

.country_points ul li .word i.icon.icon-5 {
    background-position: 0 -320px
}

.country_points ul li .word i.icon.icon-6 {
    background-position: 0 -400px
}

.country_points ul li .word p.h4 {
    text-indent: 0;
    line-height: 25px
}

.country_points ul li .word p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
    color: #666
}

.country_points ul li .img {
    float: left;
    width: 600px;
    margin: 0 20px 0 0
}

.kxp-points {
    display: block
}

.kxp-points li {
    display: block;
    float: left;
    width: 200px;
    margin: 30px 80px;
    text-align: center
}

.kxp-points li img {
    height: 165px;
    margin-bottom: 20px
}

.mobile_ec {
    margin: 20px 0;
    width: 1200px;
    overflow: hidden
}

.mobile_ec ul.icons {
    display: block;
    width: 1240px
}

.mobile_ec ul.icons li {
    float: left;
    display: block;
    width: 270px;
    height: 370px;
    margin-right: 40px
}

.mobile_ec ul.icons li .icon {
    display: block;
    width: 120px;
    height: 120px;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201703/08112512waql.png) no-repeat;
    margin: 20px auto
}

.mobile_ec ul.icons li .icon.icon-1 {
    background-position: 0 0
}

.mobile_ec ul.icons li .icon.icon-2 {
    background-position: 0 -120px
}

.mobile_ec ul.icons li .icon.icon-3 {
    background-position: 0 -240px
}

.mobile_ec ul.icons li .icon.icon-4 {
    background-position: 0 -360px
}

.mobile_ec ul.icons li strong {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 16px
}

.mobile_ec ul.icons li p {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    word-break: break-all
}

.mobile_intro {
    padding: 20px 0;
    width: 1200px;
    overflow: hidden
}

.mobile_intro > p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em
}

.mobile_intro ul.mobile_points {
    display: block;
    margin: 30px 0;
    width: 1380px
}

.mobile_intro ul.mobile_points li {
    float: left;
    display: block;
    width: 280px;
    height: 300px;
    margin: 0 180px 40px 0
}

.mobile_intro ul.mobile_points li .icon {
    display: block;
    margin: 20px auto;
    width: 120px;
    height: 120px;
    background: url(http://web-img.qmimg.com/qianmicom/u/cms/syy/201703/08112900721r.png) no-repeat
}

.mobile_intro ul.mobile_points li .icon.icon-1 {
    background-position: 0 0
}

.mobile_intro ul.mobile_points li .icon.icon-2 {
    background-position: 0 -120px
}

.mobile_intro ul.mobile_points li .icon.icon-3 {
    background-position: 0 -240px
}

.mobile_intro ul.mobile_points li .icon.icon-4 {
    background-position: 0 -360px
}

.mobile_intro ul.mobile_points li .icon.icon-5 {
    background-position: 0 -480px
}

.mobile_intro ul.mobile_points li .icon.icon-6 {
    background-position: 0 -600px
}

.mobile_intro ul.mobile_points li p.h4 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    color: #666;
    font-weight: 700
}

.mobile_intro ul.mobile_points li p {
    font-size: 15px;
    color: #999;
    line-height: 30px
}

.bbc-highlights {
    display: block;
    margin-left: -80px
}

.bbc-highlights li {
    display: block;
    float: left;
    width: 235px;
    margin: 0 0 20px 80px
}

.bbc-highlights li img {
    display: block;
    margin: 0 auto
}

.bbc-highlights li p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-align: center
}

.bbc-highlights li p.h4 {
    font-size: 18px;
    color: #333
}

.shop-type {
    display: block;
    margin-left: -295px
}

.shop-type li {
    display: block;
    width: 200px;
    float: left;
    margin: 30px 0 50px 295px;
    text-align: center
}

.shop-type li p.h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px
}

.shop-type li .links {
    min-height: 80px
}

.shop-type li .links a {
    display: block;
    line-height: 20px;
    color: #555;
    margin-bottom: 10px;
    font-size: 16px
}

.shop-type li .btn {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    background: #EEB905;
    font-size: 20px;
    color: #fff
}

.banner-full .btn, .topic-solutions li .h {
    line-height: 60px;
    text-align: center;
    display: block
}

.core-adv {
    display: block;
    margin-left: -195px
}

.core-adv li {
    display: block;
    width: 150px;
    float: left;
    margin: 30px 0 30px 195px;
    text-align: center
}

.core-adv li p {
    font-size: 18px;
    color: #333;
    margin-top: 20px
}

.topic-solutions {
    display: block;
    margin-left: -45px
}

.topic-solutions li {
    display: block;
    width: 370px;
    float: left;
    margin: 30px 0 30px 45px;
    background: #F5F5F5
}

.topic-solutions li .h {
    height: 60px;
    background: #89B7F2;
    font-size: 20px;
    color: #fff
}

.topic-solutions li .links {
    min-height: 320px;
    text-align: center
}

.topic-solutions li .links a {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #555
}

.workers {
    display: block;
    margin-left: -50px
}

.workers li {
    display: block;
    float: left;
    margin: 30px 0 30px 50px;
    width: 260px;
    text-align: center
}

.workers li p {
    font-size: 18px;
    margin-top: 20px
}

.workers li p.h4 {
    font-size: 24px;
    color: #333;
    margin-top: 0
}

.banner-full {
    height: 300px;
    background: center top no-repeat
}

.banner-full .words {
    float: left;
    margin-top: 80px
}

.banner-full .words p {
    font-size: 36px;
    color: #EEB905
}

.banner-full .btn {
    float: right;
    width: 230px;
    height: 60px;
    padding: 0;
    background: #EEB905;
    color: #fff;
    font-size: 24px;
    margin-top: 90px;
    border-radius: .5rem
}

.tech-adv {
    display: block;
    margin-left: -120px
}

.tech-adv li {
    display: block;
    float: left;
    width: 310px;
    height: 365px;
    margin: 30px 0 0 120px;
    padding: 100px 20px 0;
    text-align: center;
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201703/301104326glr.png) no-repeat
}

.tech-adv li p {
    font-size: 18px;
    color: #333;
    line-height: 30px
}

.tech-adv li p.h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px
}

.tech-adv li:hover {
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201703/30110537gfi1.png) no-repeat
}

.tech-adv li:hover p {
    color: #fff
}

.service-adv {
    display: block;
    margin-left: -120px
}

.service-adv li {
    display: block;
    float: left;
    width: 312px;
    height: 399px;
    margin: 30px 0 30px 120px;
    padding: 30px 40px 0 45px;
    text-align: center;
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201703/30111355zl1g.png) no-repeat
}

.service-adv li p {
    font-size: 18px;
    color: #333;
    line-height: 30px
}

.service-adv li p.h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 110px
}

.rec-cases2 ul li a span {
    background: #EEB905;
    color: #fff
}

.break-points {
    padding: 0 50px
}

.break-points li {
    display: block;
    float: left;
    width: 300px;
    margin: 0 25px
}

.break-points li .img {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 10px
}

.break-points li .img span {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: left
}

.break-points li:hover .img span, .jz-box2 a {
    display: block
}

.adv-support li, .break-points li p, .case-cover, .case_btn, .dsxy .main_detail h4, .jz-box1 p, .pits li p, .zs-reg .t p.h1 {
    text-align: center
}

.break-points li p {
    color: #333;
    font-size: 18px
}

.jz-box1 p {
    padding-top: 150px;
    font-size: 20px;
    color: #fff;
    line-height: 40px
}

.jz-box1 p s {
    color: #FFF100
}

.jz-box2 a {
    width: 940px;
    height: 300px;
    position: absolute;
    left: 50%;
    margin-left: -470px;
    text-indent: -9999px
}

.jz-box3 a, .jz-box4 a, .jz-box5 a {
    width: 770px;
    position: absolute;
    left: 50%;
    text-indent: -9999px;
    display: block
}

.jz-box2 a.link1 {
    top: 40px
}

.jz-box2 a.link2, .jz-box3 a.link1 {
    top: 370px
}

.jz-box3 a {
    height: 400px;
    margin-left: -370px
}

.jz-box4 a.link1, .jz-box5 a.link1 {
    top: 200px
}

.jz-box4 a {
    height: 350px;
    margin-left: -510px
}

.jz-box5 a {
    height: 500px;
    margin-left: -320px
}

.adv-support {
    display: block;
    padding: 40px
}

.adv-support li {
    display: block;
    float: left;
    width: 140px;
    margin: 0 40px
}

.adv-support li img {
    display: block;
    margin: 0 auto 30px
}

.adv-support li p {
    display: block;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
    line-height: 23px
}

.adv-support li p.h4 {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.gwsy .adv-support {
    padding-left: 150px
}

.gwsy .adv-support li:hover {
    background: #ddd
}

.case-type3 {
    width: 1135px;
    margin: 0 auto
}

.case-type3 a {
    display: block;
    float: left;
    width: 227px;
    height: 100px;
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    overflow: hidden
}

.c_case a {
    float: left;
    margin-bottom: 20px
}

.case_btn {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #00a1ec;
    font-size: 14px;
    color: #01a1ec;
    margin: 30px auto
}

.zs-reg {
    height: 400px;
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201704/13170213lla1.jpg) center center no-repeat;
    padding-top: 30px
}

.zs-reg .t p.h1 {
    color: #fff;
    margin-bottom: 50px;
    line-height: 40px;
    font-size: 36px
}

.zs-reg .form {
    width: 350px
}

.zs-reg .form .form-item input[type=text] {
    border: 1px solid #fff;
    background: 0 0;
    border-radius: 5px;
    width: 350px;
    height: 38px;
    color: #fff;
    font-size: 16px
}

.zs-reg .form .form-item .sub-btn {
    display: block;
    width: 290px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 24px
}

.persons li {
    display: block;
    float: left;
    margin: 0 45px
}

.time-table {
    margin: 50px 0
}

.time-table table {
    width: 100%
}

.time-table table td, .time-table table th {
    border-top: 1px solid #666;
    padding: 20px 50px;
    font-size: 16px;
    color: #333;
    font-weight: 700
}

.pits {
    display: block;
    margin-left: -50px;
    margin-bottom: 50px
}

.pits li {
    display: block;
    float: left;
    margin-left: 50px;
    width: 240px
}

.case-online .move-left, .case-online .move-right {
    position: absolute;
    top: 150px;
    width: 16px;
    height: 28px;
    text-indent: -9999px;
    display: block
}

.pits li img {
    display: block;
    margin: 20px auto
}

.pits li p {
    font-size: 16px;
    margin-bottom: 15px
}

.pits li span {
    display: block;
    font-size: 14px;
    font-family: 宋体;
    line-height: 22px
}

.case-online .h4 {
    margin-bottom: 20px
}

.case-online .move-left {
    left: 0;
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201705/11141916vqk6.png) left top no-repeat
}

.case-online .move-right {
    right: 0;
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201705/11141916vqk6.png) right top no-repeat
}

.case-online .online-cases {
    margin-left: 10px
}

.case-online .online-cases li {
    display: block;
    width: 270px;
    min-height: 270px;
    background: #fff;
    margin-left: 20px
}

.case-online .online-cases li .img {
    display: block;
    width: 248px;
    height: 161px;
    border: 1px solid #FAFAFA;
    overflow: hidden;
    margin: 10px
}

.cases2 li a, .roll-cases-list ul li a {
    border: 1px solid #fafafa
}

.case-online .online-cases li p {
    font-family: 宋体;
    padding: 0 10px;
    font-size: 12px
}

.case-online .online-cases li p strong, .industry {
    font-size: 14px
}

.case-online .online-cases li p.light {
    color: #7a7a7a
}

.industry {
    position: relative;
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    font-family: 宋体
}

.industry span {
    position: absolute;
    left: 15px;
    top: 15px
}

.industry div {
    margin-left: 60px
}

.industry div a {
    margin-right: 30px;
    color: #333;
    padding: 5px 10px
}

.industry div a.active {
    background: #FFA04E;
    color: #fff
}

.cases2 {
    display: block;
    margin-left: -40px
}

.cases2 li {
    position: relative;
    display: block;
    float: left;
    width: 270px;
    height: 280px;
    margin: 0 0 30px 40px;
}
.cases2 > li > div {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px 8px;
}

.cases2 li:hover > div {
    box-shadow: 3px 3px 10px #eee;
    animation: xuanzhuan .3s;
    -ms-animation: xuanzhuan .3s;
    -moz-animation: xuanzhuan .3s;
    -webkit-animation: xuanzhuan .3s;
    -o-animation: xuanzhuan .3s;
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg) translateZ(0);
    -o-transform: rotate(7deg)
}

.cases2 li:hover p {
    display: none
}

.cases2 li a, .cases2 li:hover p.h4 {
    display: block
}

.cases2 li > div > a > img {
    width: 100%;
}

.cases2 li:hover .arrow {
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201705/23163959lda8.png) no-repeat
}

.cases2 li p {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 16px;
    font-family: 宋体
}

.cases2 li p.h4 {
    font-size: 14px;
    color: #343434;
    font-weight: 700;
    margin: 20px 0 15px
}

.cases2 li .arrow {
    display: none
}

.case-cover {
    margin: 20px auto
}

.case-cover img {
    display: inline-block;
    width: auto;
    height: 460px
}

.case-data {
    margin-bottom: 40px;
    font-size: 16px
}

.case-data span {
    font-size: 30px;
    font-family: "Eras Bold ITC";
    font-weight: 700;
    color: #666
}

.case-desc p {
    font: 16px Microsoft Yahei, arial, simsun, sans-serif;
    text-indent: 2em;
    line-height: 30px
}

.roll-cases {
    position: relative;
    padding-left: 30px
}

.roll-cases > a {
    display: block;
    width: 16px;
    height: 28px;
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201705/24155616sf3c.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    text-indent: -9999px
}

.roll-cases > a.prev {
    background-position: 0 0
}

.roll-cases > a.next {
    background-position: right 0;
    left: auto;
    right: 0
}

.roll-cases-list ul {
    display: block
}

.roll-cases-list ul li {
    position: relative;
    display: block;
    width: 270px;
    height: 280px;
    background: #fff;
    margin: 0 20px 20px 0
}

.roll-cases-list ul li a {
    display: block;
    margin: 10px
}

.roll-cases-list ul li p {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 16px;
    font-family: 宋体;
    padding: 0 10px
}

.roll-cases-list ul li p.h4 {
    font-size: 14px;
    color: #343434;
    font-weight: 700;
    margin: 20px 0 15px
}

.roll-cases-list ul li .arrow {
    display: none
}

.dsxy .main_left {
    width: 760px;
    background: #fff;
    float: left
}

.dsxy .main_left .page,.dsxy .right,.hzhb .main_right, .hzhb .right {
    float: right
}

.dsxy .main_left dl {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0
}

.dsxy .main_left dl dt {
    display: inline-block;
    vertical-align: top
}

.dsxy .main_left dl dt .left-img{
    width: 160px;
    height: 110px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dsxy .main_left dl dd {
    display: inline-block;
    padding: 0px 0 0px 10px;
    width: 540px;
    position: relative;
}

.dsxy .main_left dl dd>p {
    font-size: 18px;
    margin-bottom: 12px
}

.dsxy .main_left dl dd>p span.title {
    font-size: 17px;
    color:#333;
}

.dsxy .main_left dl dd>p span.title:hover{
    color:#40bbf7;
}

.dsxy .main_left dl dd p a span.link {
    float: right;
    color: #ed7c42;
    font-size: 12px;
    margin-top: 7px;
}

.dsxy .main_left dl dd>.description{
    font-size: 14px;
    margin-bottom: 12px;
    color: #747474;
}

.dsxy .main_left dl dd>.time-read{
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 92px;
    left: 10px;
    width: 100%;
    padding-right: 10px;
}

.dsxy .main_left dl dd>.time-read>a>span.link{
    float:right;
    color: #FF9B3A;
}

.dsxy .main_left .page a {
    padding: 3px 10px;
    border: 1px solid #ddd;
    color: #666
}

.dsxy .main_left .page .active {
    background: #ed7c42;
    color: #fff
}
.dsxy .main_right {
    width: 220px;
    padding: 10px;
    background: #fff;
    float:right;
}

.dsxy .content_right {
    width: 220px;
    padding: 0px;
    background: #fff;
}

.dsxy .content_right>h4{
    text-align: center;
    margin: 0;
    padding: 20px 0;
    background-color: #59b3ef;
    color: #fff;
}

.dsxy .content_right>ul {
    padding: 10px;
}

.dsxy .content_right h4 {
    padding: 10px 0
}

.dsxy .content_right li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.dsxy .content_right li a {
    font-size: 12px;
    color: #666
}
.dsxy .content_right li a:hover{
    color:#ea6000;
}
.dsxy .main_detail {
    padding: 50px
}

.dsxy .main_detail h4 {
    font-size: 20px;
    color: #333
}

.dsxy .main_detail .main_top {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd
}

.dsxy .main_detail .main_top span {
    font-size: 14px;
    color: #a9a9a9
}

.dsxy .main_detail .main_top b {
    width: 0;
    height: 15px;
    border-left: 1px solid #ddd;
    margin: 0 20px
}

.dsxy .main_detail .text p {
    text-indent: 0
}
.dsxy .main_left .font p{
    font-size: 14px;
}
.hzhb .right {
    float: right;
}
.hzhb a img {
    margin: 0 6px;
}
.hzhb .title {
    font-size: 24px;
    color: #333;
    margin: 20px auto;
    padding: 5px 20px;
}
.hzhb .title a {
    font-size: 14px;
    color: #999;
}
.hzhb .main_left {
    display: inline-block;
}
.hzhb .main_right {
    font-size: 0;
    float: right;
}
@keyframes xuanzhuan {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(7deg)
    }
}

@-ms-keyframes xuanzhuan {
    from {
        -ms-transform: rotate(0)
    }
    to {
        -ms-transform: rotate(7deg)
    }
}

@-moz-keyframes xuanzhuan {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(7deg)
    }
}

@-webkit-keyframes xuanzhuan {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(7deg)
    }
}

@-o-keyframes xuanzhuan {
    from {
        -o-transform: rotate(0)
    }
    to {
        -o-transform: rotate(7deg)
    }
}
.common-box .text {
    margin: 30px 0; }
.common-box .text p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    line-height: 30px; }
.common-box .img {
    margin-top: 70px;
    text-align: center; }
.common-box .img .pro_center {
    width: 250px;
    height: 360px;
    margin: 0 10px;
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201707/13140613vahv.png) no-repeat 0 0;
    display: inline-block; }
.common-box .img .pro_center .text {
    margin-top: 20px; }
.common-box .img .pro_center .btn {
    font-size: 14px;
    color: #ff973a;
    border: 1px solid #ff973a; }
.common-box .img .pro_center .pro_img img {
    margin: 25px 0; }
.timing-bomb{
    width: 440px;
    height: 330px;
    background: #fff;
    box-shadow: 0 0 10px #e3e3e3;
    position: fixed;
    top:50%;
    margin-left: -220px;
    margin-top: -165px;
    left: 50%;
    z-index: 100000;
}
.timing-bomb .timing-content{
    width: 420px;
    height: 310px;
    margin: 10px;
    border: 1px solid #e3e3e3;
    background: #fff;
}
.timing-content h3{
    font-size: 18px;
    text-align: center;
    color: #333;
    padding: 20px 0;
    font-weight: bold;
}
.timing-content .c-item{
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
.timing-content .c-item p{
    font-size: 14px;
    color: #333;
    text-align: center;
}
.timing-content .c-item a{
    display: inline-block;
    text-align: center;
    margin: 25px 0;
    display: block;
}
.timing-bomb .t_bottom{
    color: #333;
    font-size: 14px;
    text-align: center;
}
.timing-bomb .timing-close{
    display: inline-block;
    width:27px;
    height:25px;
    position: absolute;
    right: 10px;
    top:10px;
    cursor: pointer;
}
/*导航样式*/
.head .sub-nav-new {
    position: absolute;
    left: 0;
    width: auto;
    background: #fff;
}
.head .sub-nav-new .dropdown {
    /*height: 408px;*/
    width: 100%;
    z-index: 19;
    padding: 34px 25px;
}
.head .sub-nav-new .dropdown .dropdown-content {
    width: 760px;
    margin: 0 auto;
}
.r_item-container {
    display: flex;
    justify-content: space-between;
}

.head .sub-nav-new .dropdown .dropdown-content .title {
    margin-bottom: 20px;
    font-size: 16px;
}
.head .sub-nav-new .dropdown .l_title {
    font-size: 14px;
    display: inline-block;
    color: #adadad;
    border-bottom: 1px solid #e6e6e6;
    /*padding-bottom: 10px;*/
    width: 100%;
    margin-top: 10px;
    margin-bottom: 32px;
    height: 46px;
    line-height: 46px;
    font-weight:normal;
}
.head .sub-nav-new .dropdown .r_item {
    font-size: 14px;
    /*display: inline-block;*/
    /*margin-left: 60px;*/
    height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.head .sub-nav-new .dropdown .r_item1 {
    font-size: 14px;
    /*display: inline-block;*/
    /*margin-left: 60px;*/
    height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: start!important;
}
.head .sub-nav-new .dropdown .li3_r_item {
    font-size: 14px;
    /*display: inline-block;*/
    /*margin-left: 60px;*/
    height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.head .sub-nav-new .dropdown .r_item  a .r_item-content{
    display: flex;
    align-items: center;
    height: 34px;
}

/*.head .sub-nav-new .dropdown .r_item  a .r_item-content:hover>span {*/
/*    color:#f06a1d!important;*/
/*}*/

.head .sub-nav-new .dropdown .r_item a {
    color: #666666;
    display: inline-block;
    width: 100%;
    height: 34px;
}

.head .sub-nav-new .dropdown .r_item1 a {
    margin-bottom: 38px;
}


.head .sub-nav-new .dropdown .r_item a .wmsc{
    background: url('http://www.wanmi.com/attachment/20200706/ea6785fe56df407db03cfa132ca6cec9.png ') no-repeat;
    background-size:140px 100%;
    background-position: 0px 0px;
}
.head .sub-nav-new .dropdown .r_item a .wmsq{
    background: url('http://www.wanmi.com/attachment/20200706/ea6785fe56df407db03cfa132ca6cec9.png ') no-repeat;
    background-size:140px 100%;
    background-position: -28px 0px;

}
.head .sub-nav-new .dropdown .r_item a .wmpf{
    background: url('http://www.wanmi.com/attachment/20200706/ea6785fe56df407db03cfa132ca6cec9.png ') no-repeat;
    background-size:140px 100%;
    background-position: -56px 0px;

}
.head .sub-nav-new .dropdown .r_item a .wmls{
    background: url('http://www.wanmi.com/attachment/20200706/ea6785fe56df407db03cfa132ca6cec9.png ') no-repeat;
    background-size:140px 100%;
    background-position: -84px 0px;

}
.head .sub-nav-new .dropdown .r_item a .wmsaas{
    background: url('http://www.wanmi.com/attachment/20200706/ea6785fe56df407db03cfa132ca6cec9.png ') no-repeat;
    background-size:140px 100%;
    background-position: -112px 0px;

}

.head .sub-nav-new .dropdown .r_item a .qyng{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: 0px 0px;
}
.head .sub-nav-new .dropdown .r_item a .jfsc{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -24px 0px;

}
.head .sub-nav-new .dropdown .r_item a .sjds{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -48px 0px;

}
.head .sub-nav-new .dropdown .r_item a .zbds{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -72px 0px;

}
.head .sub-nav-new .dropdown .r_item a .kjds{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -96px 0px;

}

.head .sub-nav-new .dropdown .r_item a .javawfw{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: 0px -24px;

}
.head .sub-nav-new .dropdown .r_item a .qqdApp{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -24px -24px;

}
.head .sub-nav-new .dropdown .r_item a .qqdxcx{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -48px -24px;

}
.head .sub-nav-new .dropdown .r_item a .xtapidj{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;
    background-position: -72px -24px;

}
.head .sub-nav-new .dropdown .r_item a .ymdzfw{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -96px -24px;

}

.head .sub-nav-new .dropdown .r_item a .addservice{
    background: url('http://www.wanmi.com/attachment/20231017/f9e85175a1114be18c7a6640d6fb72da.png') no-repeat;
        background-size:cover
}

.head .sub-nav-new .dropdown .r_item a .sydc{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: 0px -48px;

}
.head .sub-nav-new .dropdown .r_item a .yyjk{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -24px -48px;

}
.head .sub-nav-new .dropdown .r_item a .jzjc{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -48px -48px;

}
.head .sub-nav-new .dropdown .r_item a .sxdp{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -72px -48px;

}
.head .sub-nav-new .dropdown .r_item a .mro{
    background: url('../images/mro.png') no-repeat;
    background-size: 24px;

}
.head .sub-nav-new .dropdown .r_item a .jdsm{
    background: url('http://www.wanmi.com/attachment/20200710/2453b8ab0d9d4fa5b7a60b64851d889a.png') no-repeat;
        background-size:120px 72px;

    background-position: -96px -48px;

}

.head .sub-nav-new .dropdown .r_item a .jzyx{
    background: url('../images/jzyx.png') no-repeat;
    background-size:100% 100%;
}
.head .sub-nav-new .dropdown .r_item a .syzn{
    background: url('../images/syzn.png') no-repeat;
    background-size:100% 100%;
}

/* 判断是否是mac电脑屏幕 */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),*/
/*only screen and (min--moz-device-pixel-ratio: 1.5),*/
/*only screen and (-o-min-device-pixel-ratio: 3/2),*/
/*only screen and (min-device-pixel-ratio: 1.5) {*/
/*    .head .sub-nav-new .dropdown .r_item a .wmsc{*/
/*        background: url('../images/sc2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .wmsq{*/
/*        background: url('../images/sq2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .wmfx{*/
/*        background: url('../images/fx2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .wmls{*/
/*        background: url('../images/ls2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .wmkj{*/
/*        background: url('../images/kj2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/

/*    .head .sub-nav-new .dropdown .r_item a .sydc{*/
/*        background: url('../images/sydc2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .spjs{*/
/*        background: url('../images/spjs2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .sxdp{*/
/*        background: url('../images/sxdp2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .jzjc{*/
/*        background: url('../images/jzjc2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .jdsm{*/
/*        background: url('../images/jdsm2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/

/*    .head .sub-nav-new .dropdown .r_item a .pfsc{*/
/*        background: url('../images/pfsc2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .sqtg{*/
/*        background: url('../images/sqtg2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .qyng{*/
/*        background: url('../images/qyng2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .sjds{*/
/*        background: url('../images/sjds2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .jrjf{*/
/*        background: url('../images/jrjf2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/

/*    .head .sub-nav-new .dropdown .r_item a .wfw{*/
/*        background: url('../images/wfw2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .app{*/
/*        background: url('../images/app2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .xcx{*/
/*        background: url('../images/xcx2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .dzfw{*/
/*        background: url('../images/dzfw2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .dsf{*/
/*        background: url('../images/dsf2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/

/*    .head .sub-nav-new .dropdown .r_item a .jzyx{*/
/*        background: url('../images/jzyx2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*    .head .sub-nav-new .dropdown .r_item a .syzn{*/
/*        background: url('../images/syzn2x.png') no-repeat;*/
/*        background-size:100% 100%;*/
/*    }*/
/*}*/



.head .sub-nav-new .dropdown .r_item a span {
    /*position: absolute;*/
}
.head .sub-nav-new .dropdown .r_item a .r_item-content:hover span{
    color: #ea6000 !important;
}
.head .drop-down2 .sub-nav-new .dropdown .dropdown-content dl .r_item:hover span{
    color: #ea6000 !important;
}
/*.head .sub-nav-new .dropdown .r_item li3_r_item a:hover span{*/
/*    color: #ea6000 !important;*/
/*}*/
/*.head .sub-nav-new .dropdown {*/
/*    color: #ea6000 !important;*/
/*}*/
/*.head .drop-down2:hover .sub-nav-new .r_item li3_r_item {*/
/*    color: #ea6000 !important;*/

/*}*/
.head .sub-nav-new.solution .r_item a {
    /*width: 135px;*/
}
.head .sub-nav-new .dropdown-content dl{
    /*margin-bottom: 20px;*/
    display: inline-block;
    /*width: 150px;*/
    vertical-align: top;
    /*margin-right: 35px;*/
}

.head .sub-nav-new .bottom-tip{
    position: absolute;
    bottom: 0;
    color: #999999;
    text-align: center;
    font-size: 13px;
    padding: 11px 0;
    max-width: 1200px;
    border-top: 1px solid #f0f0f0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*.head .r_item span:after {*/
/*content: "";*/
/*width: 0;*/
/*height: 2px;*/
/*background: #00a1ec;*/
/*position: absolute;*/
/*top: 100%;*/
/*left: 50%;*/
/*transition: all .3s;*/
/*}*/
/*.head .r_item span:hover:after {*/
/*left: 0%;*/
/*width: 100%;*/
/*}*/
.head .drop-down1 .sub-nav-new {
    height: 0;
    overflow: hidden;
    border-color: #eee;
    /* border-top: 1px solid #eee; */
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.1);
    top: 70px;
}
.head .drop-down3 .sub-nav-new {
    height: 0;
    overflow: hidden;
    border-color: #eee;
    /* border-top: 1px solid #eee; */
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.1);
    top: 70px;
}
.head .drop-down1:hover .sub-nav-new {
    height: auto;
    transition: height .3s;
}
.head .drop-down3:hover .sub-nav-new {
    height: auto;
    transition: height .3s;
}
.head .drop-down2 .sub-nav-new {
    height: 0;
    overflow: hidden;
    border-color: #eee;
    width: 100%;
    /* border-top: 1px solid #eee; */
    /*box-shadow: inset 0 4px 8px -3px #ddd;*/
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.1);
    top: 70px;
}
.head .drop-down2:hover .sub-nav-new {
    height: 148px;
    transition: height .3s;
}
/*导航样式结束*/
.slide_banner .item .itemPOS{
    position: absolute;
    left:50%;
    top:340px;
    margin-left: -588px
}
.slide_banner .item .itemErp{
    position: absolute;
    left:50%;
    top: 334px;
    margin-left: 42px;
}
.slide_banner .item .itemCrm{
    position: absolute;
    left:50%;
    top:340px;
    margin-left: -552px
}
.left{
    float: left;
}
.right{
    float: right;
}
.landingPage .img-box{
    width: 60%;
}
.landingPage .infor-box{
    width:35%;
}
.landingPage .infor-box .title{
    font-size: 24px;
    margin-bottom: 10px;
}
.landingPage .infor-box .title img{
    margin-right: 15px;
}
.landingPage .infor-box .text{
    font-size: 18px;
    color: #343434;
    margin: 0;
    margin-left: 50px;
}

.landingPage .title-line{
    display: block;
    width: 60px;
    height: 0;
    border-bottom: 2px solid #51bcf0;
    margin: 20px auto;
}
#indexSlides1 .slidesjs-container{
    height: 510px!important;
}
#indexSlides2 .slidesjs-container{
    height: 510px!important;
}
.slide_banner .slidesjs-container ul.slidesjs-pagination {
    text-align: left!important;
    margin-left: 300px!important;
}
.slide_banner #indexSlides1 ul.slidesjs-pagination li a.active{
    border: 1px solid #51bcf0;
}
.slide_banner #indexSlides1 ul.slidesjs-pagination {
    bottom: 28px;
}

.paddingLR100_min0{
    padding: 0 100px;
}

.tab-bar-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: #f7f7f7;
    z-index: 10;
}
.tab-bar-right-bg {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.tabbar_202304 {}
.tabbar_202304 > .tab-bar-right-bg {}
.tabbar_202304 > .tab-bar-right-bg > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.tabbar_202304 > .tab-bar-right-bg > ul > li {
    display: flex;
    align-items: center;
}
.tabbar_202304 > .tab-bar-right-bg > ul > li > img {
    margin-right: 8px;
    width: 16px;
}
.tabbar_202304 > .tab-bar-right-bg > ul > li > span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 12px;
}


/*@media screen and (min-width: 980px) and (max-width: 1279px) {*/
/*    .paddingLR100_min0{*/
/*        padding: 0 0;*/
/*    }*/

/*    .w-l {*/
/*        width: 980px*/
/*    }*/

/*    .svgLogo {*/
/*        width: 185px;*/
/*    }*/

/*    .head .nav ul li {*/
/*        margin-left: 10px*/
/*    }*/

/*    .head .nav ul li.drop-down .sub-nav.tow {*/
/*        width: 550px*/
/*    }*/

/*    .head .nav ul li.drop-down .sub-nav dl {*/
/*        width: 165px*/
/*    }*/
/*    .head .sub-nav2 {*/
/*        display: none;*/
/*        position: absolute;*/
/*        left: -400px;*/
/*        z-index: 19;*/
/*        width: 100%; }*/
/*    .head .sub-nav2 .dropdown {*/
/*        background: #fff;*/
/*        height: 408px;*/
/*        width: 1200px;*/
/*        margin: 0 auto;*/
/*        left: 200px;*/
/*        padding: 30px 0;*/
/*        padding-left: 325px; }*/


/*    .head .sub-nav2 .dropdown dl{*/
/*        width: 280px;*/
/*    }*/
/*    .head .drop-down2 .sub-nav2 .dropdown dl {*/
/*        width: 48%; }*/
/*    .head .drop-down1:hover .product {*/
/*        display: block; }*/
/*    .head .drop-down2:hover .resolve {*/
/*        display: block; }*/

/*    .head .nav li:hover{*/
/*        background-color: #f6f6f6;*/
/*    }*/

/*    .rec-products ul {*/
/*        margin-left: -27px*/
/*    }*/

/*    .rec-products ul li {*/
/*        margin-left: 25px;*/
/*        width: 220px*/
/*    }*/

/*    .rec-products ul li .text {*/
/*        font-size: 14px*/
/*    }*/

/*    .rec-solutions .tab-content .tab-pane ul {*/
/*        height: 360px*/
/*    }*/

/*    .rec-solutions .tab-content .tab-pane ul li, .rec-solutions .tab-content .tab-pane ul li a, .rec-solutions .tab-content .tab-pane ul li a img {*/
/*        width: 180px;*/
/*        height: auto*/
/*    }*/

/*    .rec-solutions .tab-content .tab-pane ul li a span {*/
/*        width: 180px*/
/*    }*/

/*    .rec-cases ul li, .rec-cases ul li a {*/
/*        width: 310px;*/
/*        height: 225px*/
/*    }*/

/*    .rec-cases ul li a.more {*/
/*        width: 306px;*/
/*        height: 221px*/
/*    }*/

/*    .rec-cases ul li a.more i {*/
/*        margin: 10px auto*/
/*    }*/

/*    .rec-cases ul li a:hover p {*/
/*        top: 35%;*/
/*        font-size: 22px*/
/*    }*/

/*    .rec-cases ul li a img {*/
/*        width: 310px;*/
/*        height: 225px*/
/*    }*/

/*    .rec-cases ul li a span {*/
/*        width: 310px*/
/*    }*/

/*    .intro .text {*/
/*        width: 390px;*/
/*        line-height: 35px;*/
/*        font-size: 16px;*/
/*        margin-top: 10px*/
/*    }*/

/*    .intro img {*/
/*        width: 400px*/
/*    }*/

/*    .culture .item {*/
/*        width: 320px;*/
/*        padding: 0 40px*/
/*    }*/

/*    .culture .item p {*/
/*        font-size: 20px*/
/*    }*/

/*    .product-center .item {*/
/*        width: 230px*/
/*    }*/

/*    .product-center .item img {*/
/*        width: 100%*/
/*    }*/

/*    .customer-cases .customer-cases-list, .customer-cases .customer-cases-list div {*/
/*        width: 1000px*/
/*    }*/

/*    .customer-cases .customer-cases-list div a {*/
/*        width: 230px;*/
/*        margin: 0 20px 0 0*/
/*    }*/

/*    .customer-cases .customer-cases-list div a img {*/
/*        width: 100%*/
/*    }*/

/*    .contact-us {*/
/*        width: 980px*/
/*    }*/

/*    .contact-us img {*/
/*        width: 430px*/
/*    }*/

/*    .contact-us ul {*/
/*        margin: 20px 0 0 30px*/
/*    }*/

/*    .contact-us ul li {*/
/*        font-size: 18px*/
/*    }*/

/*    .case-value li p, .cases li .item p {*/
/*        font-size: 14px*/
/*    }*/

/*    .main-cont {*/
/*        width: 750px*/
/*    }*/

/*    .cases li {*/
/*        width: 312px*/
/*    }*/

/*    .text-img {*/
/*        width: 940px;*/
/*        margin: 0 auto*/
/*    }*/

/*    .text-img > div {*/
/*        width: 50% !important;*/
/*        margin-left: 0 !important*/
/*    }*/

/*    .text-img > div .words {*/
/*        width: 100% !important;*/
/*        margin-top: 50px*/
/*    }*/

/*    .text-img > div img {*/
/*        max-width: 80%*/
/*    }*/

/*    .text-img .pull-right {*/
/*        text-align: right*/
/*    }*/

/*    .text-img .pull-right p {*/
/*        text-align: left*/
/*    }*/

/*    .case-value {*/
/*        margin-left: -60px*/
/*    }*/

/*    .case-value li {*/
/*        margin-left: 60px;*/
/*        width: 440px;*/
/*        padding-left: 140px*/
/*    }*/

/*    .case-value li img {*/
/*        width: 120px;*/
/*        top: 10px*/
/*    }*/

/*    .case-value li p.h2 {*/
/*        font-size: 20px*/
/*    }*/

/*    .img img {*/
/*        max-width: 100%*/
/*    }*/

/*    .cases-type1 .item {*/
/*        width: 980px;*/
/*        height: 300px*/
/*    }*/

/*    .cases-type1 .item .text p {*/
/*        font-size: 14px;*/
/*        line-height: 25px*/
/*    }*/

/*    .cases-type1 .item .tx {*/
/*        width: 460px;*/
/*        padding-top: 60px*/
/*    }*/

/*    .cases-type1 .item .img, .cases-type1 .item .img img {*/
/*        width: 500px*/
/*    }*/

/*    .b2b2b-highlights li, .cross-border-points li {*/
/*        width: 230px*/
/*    }*/

/*    .b2b2b-highlights li .words p {*/
/*        font-size: 14px*/
/*    }*/

/*    .common-box .text p {*/
/*        font-size: 16px*/
/*    }*/

/*    .cross-border-points li p {*/
/*        font-size: 13px*/
/*    }*/

/*    .o2o-intro li {*/
/*        width: 280px*/
/*    }*/

/*    .baby-highlights {*/
/*        margin-left: -40px*/
/*    }*/

/*    .baby-highlights li {*/
/*        margin-left: 40px;*/
/*        width: 210px*/
/*    }*/

/*    .baby-highlights li p {*/
/*        font-size: 14px*/
/*    }*/

/*    .why-shop-built-in {*/
/*        margin-left: -50px*/
/*    }*/

/*    .why-shop-built-in li {*/
/*        margin-left: 50px;*/
/*        width: 280px*/
/*    }*/

/*    .built-in-points li {*/
/*        width: 310px*/
/*    }*/

/*    .built-in-points li p {*/
/*        font-size: 16px*/
/*    }*/

/*    .common-list li {*/
/*        width: 230px*/
/*    }*/

/*    .purchase-highlights {*/
/*        margin-left: -100px*/
/*    }*/

/*    .purchase-highlights li {*/
/*        margin-left: 100px*/
/*    }*/

/*    .college-1, .college-2, .train-1 {*/
/*        width: 980px*/
/*    }*/

/*    .college-list-1 {*/
/*        margin-left: -25px*/
/*    }*/

/*    .college-list-1 li {*/
/*        margin-left: 25px;*/
/*        width: 310px*/
/*    }*/

/*    .college-list-2 li {*/
/*        width: 240px;*/
/*        padding: 15px*/
/*    }*/

/*    .college-list-2 li .h4 {*/
/*        font-size: 14px*/
/*    }*/

/*    .college-list-2 li .h4 span {*/
/*        font-size: 18px*/
/*    }*/

/*    .train-list-1 {*/
/*        margin-left: -20px*/
/*    }*/

/*    .train-list-1 li {*/
/*        margin-left: 20px;*/
/*        padding: 15px;*/
/*        width: 310px*/
/*    }*/

/*    .fx-solutions .tx, .fx-solutions .tx li {*/
/*        width: 330px*/
/*    }*/

/*    .fx-solutions .tx li p {*/
/*        font-size: 13px;*/
/*        line-height: 20px*/
/*    }*/

/*    .fx-solutions .tx li p.h4 {*/
/*        font-size: 16px*/
/*    }*/

/*    .fx-solutions #fxsimg {*/
/*        width: 650px*/
/*    }*/

/*    .fx-points {*/
/*        margin-left: -20px;*/
/*        height: 385px*/
/*    }*/

/*    .fx-points li {*/
/*        margin-left: 20px;*/
/*        width: 230px*/
/*    }*/

/*    .fx-points li > div {*/
/*        width: 230px;*/
/*        height: 320px*/
/*    }*/

/*    .fx-points li > div img {*/
/*        width: 230px;*/
/*        height: auto*/
/*    }*/

/*    .fx-points li > div span {*/
/*        width: 230px*/
/*    }*/

/*    .tcf {*/
/*        width: 1000px*/
/*    }*/

/*    .tcf li {*/
/*        width: 310px*/
/*    }*/

/*    .tcf li img {*/
/*        width: 100%*/
/*    }*/

/*    .mobile_ec {*/
/*        width: 980px*/
/*    }*/

/*    .mobile_ec ul.icons {*/
/*        width: 1020px*/
/*    }*/

/*    .mobile_ec ul.icons li {*/
/*        width: 210px*/
/*    }*/

/*    .mobile_ec ul.icons li p {*/
/*        font-size: 12px*/
/*    }*/

/*    .mobile_intro {*/
/*        width: 980px*/
/*    }*/

/*    .mobile_intro ul.mobile_points {*/
/*        width: 1060px*/
/*    }*/

/*    .mobile_intro ul.mobile_points li {*/
/*        margin-right: 80px;*/
/*        width: 270px*/
/*    }*/

/*    .kxp-points li {*/
/*        margin: 30px 60px*/
/*    }*/

/*    .country_points ul li .word {*/
/*        width: 400px*/
/*    }*/

/*    .country_points ul li .img {*/
/*        width: 500px*/
/*    }*/

/*    .zxls-intro li {*/
/*        width: 160px*/
/*    }*/

/*    .zxls-intro li img {*/
/*        width: 80%*/
/*    }*/

/*    .zxls-points li {*/
/*        width: 220px*/
/*    }*/

/*    .bbc-highlights {*/
/*        margin-left: -50px*/
/*    }*/

/*    .bbc-highlights li {*/
/*        margin-left: 50px;*/
/*        width: 205px*/
/*    }*/

/*    .bbc-highlights li p {*/
/*        height: 100px*/
/*    }*/

/*    .bbc-highlights li p.h4 {*/
/*        height: auto*/
/*    }*/

/*    .shop-type {*/
/*        margin-left: -180px*/
/*    }*/

/*    .shop-type li {*/
/*        margin-left: 180px*/
/*    }*/

/*    .core-adv {*/
/*        margin-left: -120px*/
/*    }*/

/*    .core-adv li {*/
/*        margin-left: 120px*/
/*    }*/

/*    .topic-solutions {*/
/*        margin-left: -30px*/
/*    }*/

/*    .topic-solutions li {*/
/*        margin-left: 30px;*/
/*        width: 300px*/
/*    }*/

/*    .workers li, .workers li img {*/
/*        width: 220px*/
/*    }*/

/*    .workers {*/
/*        margin-left: -30px*/
/*    }*/

/*    .workers li {*/
/*        margin-left: 30px*/
/*    }*/

/*    .service-adv, .tech-adv {*/
/*        margin-left: -20px*/
/*    }*/

/*    .service-adv li, .tech-adv li {*/
/*        margin-left: 20px*/
/*    }*/

/*    .break-points {*/
/*        padding: 0 10px*/
/*    }*/

/*    .break-points li {*/
/*        margin: 0 10px*/
/*    }*/

/*    .adv-support li {*/
/*        margin: 0 20px*/
/*    }*/

/*    .case-type3 {*/
/*        width: 1000px*/
/*    }*/

/*    .case-type3 a {*/
/*        width: 195px;*/
/*        height: 85px*/
/*    }*/

/*    .case-type3 a img {*/
/*        width: 195px*/
/*    }*/

/*    .pits {*/
/*        margin-left: -30px*/
/*    }*/

/*    .pits li {*/
/*        width: 220px;*/
/*        margin-left: 30px*/
/*    }*/

/*    .pits li p {*/
/*        font-size: 14px*/
/*    }*/

/*    .pits li span {*/
/*        font-size: 12px*/
/*    }*/

/*    .case-online .online-cases ul li {*/
/*        width: 215px*/
/*    }*/

/*    .case-online .online-cases ul li .img {*/
/*        width: 215px;*/
/*        height: 139px*/
/*    }*/

/*    .case-online .online-cases ul li .img img {*/
/*        width: 100%*/
/*    }*/

/*    .dsxy .title img {*/
/*        width: 140px*/
/*    }*/

/*    .dsxy .main_left {*/
/*        width: 700px*/
/*    }*/

/*    .dsxy .main_left dl dd {*/
/*        width: 470px*/
/*    }*/

/*    .dsxy .main_left dl dd p span {*/
/*        display: inline-block;*/
/*        width: 424px;*/
/*        white-space: nowrap;*/
/*        text-overflow: ellipsis;*/
/*        overflow: hidden*/
/*    }*/

/*    .dsxy .main_left dl dd p span.link{*/
/*        width: 60px;*/
/*    }*/
/*    .dsxy .main_right {*/
/*        width: 175px*/
/*    }*/
/*    .hzhb .single-banner div {*/
/*        width: 1000px; }*/
/*    .hzhb a img {*/
/*        width: 150px;*/
/*        margin: 0 0; }*/
/*    .hzhb .main_right div {*/
/*        width: 810px; }*/
/*    .hzhb .main_right div img {*/
/*        width: 16.6%; }*/
/*    .hzhb .logo2 div {*/
/*        width: 810px; }*/
/*    .hzhb .logo2 div img {*/
/*        width: 19.8%; }*/
/*    .hzhb .logo3 div {*/
/*        width: 810px; }*/
/*    .hzhb .logo3 div img {*/
/*        width: 19.8%; }*/
/*    .hzhb .logo3 div {*/
/*        width: 810px; }*/
/*    .hzhb .logo3 div img {*/
/*        width: 24.7%; }*/
/*    .hzhb .main_left img {*/
/*        width: 170px; }*/

/*    .gwsy .c_case img {*/
/*        width: 160px; }*/
/*    .gwsy .img .pro_center {*/
/*        width: 215px;*/
/*        height: 320px; }*/
/*    .kjds-img{*/
/*        width: 1200px;*/
/*    }*/
/*    !*.slide_banner .item {*!*/
/*    !*background-size: 1600px 440px;*!*/
/*    !*}*!*/
/*    .slide_banner .item .itemPOS{*/
/*        margin-left: -490px*/
/*    }*/
/*    .slide_banner .item .itemCrm{*/
/*        margin-left: -462px*/
/*    }*/
/*    .index .slide_banner .tab-bar-item {*/

/*    }*/
/*    .tab-bar-item img {*/
/*        width: 32px;*/
/*        height: 32px;*/
/*    }*/
/*    .tab-bar-item span {*/
/*        font-size: 12px;*/
/*    }*/
/*}*/


.fixed-div{
    position: fixed;
    right:0;
    top:30%;
    width:110px;
    overflow: hidden;
    z-index: 2;
}
.fixed-div .up-div{
    width: 110px;
    padding: 15px 0 15px 30px;
    background: url("http://www.wanmi.com/attachment/20181219/6b7361b19dbb4b87b50771c8646e8302.png") no-repeat;
    background-size: 110px 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
}
.fixed-div .down-div{
    width: 110px;
    background: url("http://www.wanmi.com/attachment/20181219/c5f5f4d8ecf64a309d8e4019695acbb7.png") no-repeat;
    background-size: 110px 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 0 15px 30px;
    cursor: pointer;
    display: block;
}
/*客户案例*/
.customer-case{
    width:1202px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 52px;
}
.customer-case .title{
    font-size: 30px;
    color:#333;
    text-align: center;
    margin-bottom: 24px;
}
.customer-case .case-box{
    width:1202px;
    height:340px;
    overflow: hidden;
    position: relative;
}
.customer-case .case-box .case-show{
    width:1202px;
    overflow: hidden;
    transition-duration: 0.5s;
}
.customer-case .case-box .case-show li{
    width:1202px;
    float: left;
}
.customer-case .case-box .case-show .bg1{
    height:340px;
    background: url("http://www.wanmi.com/attachment/20190418/15de0a0d173f4355acb308b766e8f347.png") center no-repeat;
}
.customer-case .case-box .case-show .bg2{
    height:340px;
    background: url("http://www.wanmi.com/attachment/20190418/5cfd5774b8c14133a881a39ec2b2eb1a.png") center no-repeat;
}
.customer-case .case-box .case-show .bg3{
    height:340px;
    background: url("http://www.wanmi.com/attachment/20190418/36d07518f0a94acb986f96bfc5c14f58.png") center no-repeat;
}
.customer-case .case-box .case-show .bg4{
    height:340px;
    background: url("http://www.wanmi.com/attachment/20190418/a42052dd697c47bdb4f401d26eba9ec4.png") center no-repeat;
}
.customer-case .case-box .case-show li .current-a{
    display: block;
    overflow: hidden;
}
.customer-case .case-box .case-show li .current-a .content-show{
    width:559px;
    height:272px;
    background: #f8fefe;
    padding: 25px 27px 20px 36px;
    float: right;
    margin-top: 34px;
    margin-right: 25px;
    position: relative;
}
.customer-case .case-box .case-show li .current-a .content-show .logo{
    width:138px;
    height:49px;
    position: absolute;
    right:30px;
    top:30px;
}
.customer-case .case-box .case-show li .current-a .content-show .text1{
    font-size: 24px;
    color: #343434;
    display: block;
}
.customer-case .case-box .case-show li .current-a .content-show .text2{
    font-size: 16px;
    color: #343434;
    display: block;
    margin:5px 0 20px;
}
.customer-case .case-box .case-show li .current-a .content-show .text3{
    font-size: 12px;
    color: #666;
    display: block;
    line-height: 24px;
    margin-bottom: 32px;
}
.customer-case .case-box .case-show li .current-a .content-show .program-type{
    overflow: hidden;
    position: absolute;
    bottom: 20px;
}
.customer-case .case-box .case-show li .current-a .content-show .program-type .cut-li{
    float: left;
    margin-right: 20px;
    width: auto;
}
.customer-case .case-box .case-show li .current-a .content-show .program-type .cut-li .img1{
    width:17px;
    height:15px;
    float: left;
    display: block;
}
.customer-case .case-box .case-show li .current-a .content-show .program-type .cut-li .img2{
    width:10px;
    height:17px;
    float: left;
    display: block;
}
.customer-case .case-box .case-show li .current-a .content-show .program-type .cut-li .img3{
    width:15px;
    height:16px;
    float: left;
    display: block;
}
.customer-case .case-box .case-show li .current-a .content-show .program-type .cut-li .name{
    font-size: 12px;
    color: #343434;
    display: block;
    margin-left: 8px;
    float: left;
}
.customer-case .case-box .pagination-ul{
    width:98px;
    overflow: hidden;
    position: absolute;
    left:50%;
    margin-left: -49px;
    bottom:20px;
}
.customer-case .case-box .pagination-ul li{
    float: left;
    width:14px;
    height:14px;
    border-radius:100%;
    background:rgba(255,255,255,0.5);
    margin-right: 14px;
    cursor: pointer;
}
.customer-case .case-box .pagination-ul .active{
    background:#FFA04C;
}
.customer-case .case-box .pagination-ul li:last-child{
    margin-right: 0;
}
.customer-case .case-box .btns{
    width:53px;
    height:53px;
    border-radius: 100%;
    cursor: pointer;
    display: none;
}
.customer-case .case-box #next{
    background: url("http://www.wanmi.com/attachment/20190418/86354fac1110467594123012ac88a095.png") center no-repeat;
    position: absolute;
    top:50%;
    margin-top: -26.5px;
    left:20px;
}
.customer-case .case-box #previous{
    background: url("http://www.wanmi.com/attachment/20190418/ea0a8bb1c474412a8a45b47310146dd8.png") center no-repeat;
    position: absolute;
    top:50%;
    margin-top: -26.5px;
    right:20px;
}
.new-industry{
    width:1200px;
    overflow: hidden;
    background: #fff;
    padding:20px 25px;
    margin: 0 auto 20px;
}
.new-industry .industry-div{
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.new-industry .industry-div:last-child{
    border-bottom:0;
    margin-top: 10px;
}
.new-industry .industry-div span{
    font-size: 14px;
    color: #333;
    float: left;
    display: block;
    margin-right: 15px;
    margin-top: 4px;
}
.new-industry .industry-div .industry-son{
    float: left;
    width: 90%;
}
.new-industry .industry-div .industry-son li{
    font-size: 14px;
    color: #333;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 5px 10px;
}
.new-industry .industry-div:last-child .industry-son li{
    margin-bottom: 0;
}
.new-industry .industry-div .industry-son .select{
    background: #FF7800;
    color: #fff;
}

/*新版本样式-首页*/
/*轮播图样式*/
.swiper-container{
    position: fixed;
    width: 100%;
    height:560px;
    z-index: 2;
}

.swiper-item {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fakeA {
    width:120px;
    height:36px;
    line-height: 36px!important;
    background:rgba(255,255,255,1);
    cursor: pointer;
    border: none;
}

.swiper-content{}
.content-position{
    position: relative;
    z-index:10;
}

/*改用swiper.js样式*/
.swiper-banner{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 608px;
    overflow: hidden;
}
.swiper-pagination-bullets{
    bottom:32px !important;
}

.swiper-pagination-bullet{
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 0;
    background-color: #EDEDED;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 30px;
    height: 3px;
    border-radius: 0;

}

/*万米商城系统部分*/
.mallSystem{
    background-image: url('http://www.wanmi.com/attachment/20241213/cb589d0aa4b14c74b598a4fefa355e46.png');
    background-repeat: no-repeat;
    width: 1200px;
    height: 844px;
    background-size: 100%;
}
.c .mallSystem-title {
    font-size: 32px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 32px;
    padding: 80px 0 24px 0;
}

.mallSystem .advantage-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.mallSystem .advantage-wrap .advantage-box {
    position:absolute;
    width: 208px;
    background:rgba(255,255,255,0.8);
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.12);
    z-index:0;
}
.h40 {
    height: 40px;
}
.h60 {
    height: 60px;
}
.h80{
    height: 80px;
}

.ad-aniamte1 {
    animation: top 1.2s linear infinite alternate;
    -ms-animation:top 1.2s linear infinite alternate;
    -moz-animation:top 1.2s linear infinite alternate;
    -webkit-animation:top 1.2s linear infinite alternate;
    -o-animation:top 1.2s linear infinite alternate;
}
.ad-aniamte2 {
    animation: top 1.2s linear 0.8s infinite alternate;
    -ms-animation:top 1.2s linear 0.8s infinite alternate;
    -moz-animation:top 1.2s linear  0.8s infinite alternate;
    -webkit-animation:top 1.2s linear 0.8s infinite alternate;
    -o-animation:top 1.2s linear 0.8s infinite alternate;
}
.ad-aniamte3 {
    animation: top 1.2s linear 0.4s infinite alternate;
    -ms-animation:top 1.2s linear 0.4s infinite alternate;
    -moz-animation:top 1.2s linear  0.4s infinite alternate;
    -webkit-animation:top 1.2s linear 0.4s infinite alternate;
    -o-animation:top 1.2s linear 0.4s infinite alternate;
}
@keyframes top {
   0% {
       transform: translateY(0px);
   }
    100% {
        transform: translateY(10px);
    }
}

@-ms-keyframes top {
    from {
        -ms-transform: translateY(0px);
    }
    to {
        -ms-transform: translateY(10px)
    }
}

@-moz-keyframes top {
    from {
        -moz-transform: translateY(0px)
    }
    to {
        -moz-transform: translateY(10px)
    }
}

@-webkit-keyframes top {
    from {
        -webkit-transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(10px)
    }
}

@-o-keyframes top {
    from {
        -o-transform: translateY(0px)
    }
    to {
        -o-transform: translateY(10px)
    }
}

.mallSystem .advantage-wrap .ad-top-left {
    height: 92px;
    top: -25px;
    left: 155px;
}

.mallSystem .advantage-wrap .ad-top-right {
    height: 72px;
    top: -5px;
    right: 140px;

}

.mallSystem .advantage-wrap .ad-bottom {
    height: 112px;
    top: 125px;
    left: 411px;
}

.mallSystem .advantage-wrap .triangle-left:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid rgba(0,0,0,0.03);
    border-left: 15px solid transparent;
    /*transform:  rotateY(180deg);*/
    bottom: 20px;
    left: -15px;
    z-index: -1;
}

.mallSystem .advantage-wrap .triangle-left:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 16px solid #fff;
    border-left: 12px solid transparent;
    /*transform:  rotateY(180deg);*/
    /*top: 55px;*/
    bottom: 20px;
    left: -12px;
    z-index: -1;

}

.mallSystem .advantage-wrap .triangle-right:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid rgba(0,0,0,0.03);
    border-right: 15px solid transparent;
    /*transform:  rotateY(180deg);*/
    bottom: 20px;
    right: -15px;
    z-index: -1;
}

.mallSystem .advantage-wrap .triangle-right:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 16px solid #fff;
    border-right: 12px solid transparent;
    /*transform:  rotateY(180deg);*/
    bottom: 20px;
    right: -12px;
    z-index: -1;

}

.mallSystem .advantage-wrap .advantage-box .advantage-list {
    display: flex;
    /*flex-wrap: nowrap;*/
    width: 100%;
    height: 100%;
    align-items: center;
}



.mallSystem .advantage-wrap .advantage-box .advantage-list .advantage-list-content{
    display: flex;
    /*flex-direction: column;*/
    /*margin-right: 20px;*/
    flex-wrap: wrap;
    margin-left: 16px;
    align-content: space-between;
}

.mallSystem .advantage-wrap .advantage-box .advantage-list .advantage-list-content .advantage-item {
    font-size: 12px;
    color: #868686;
    display: flex;
    align-items: center;
    width: 76px;
    /* padding-top: 8px;sw */
    margin-right: 20px;
}

.mallSystem .advantage-wrap .advantage-box .advantage-list .advantage-list-content .advantage-item img{
    width: 12px;
    height: 12px;
    margin: 0;
    margin-right: 4px;
}

.ablity-card {
    width: 280px;
    height: 106px;
    position: relative;
    background-color:rgba(255,255,255,0.8);
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.12);
}

.ab-top{
    top: -70px;
    left: -25px;
}

.ab-mid-left{
    top: 5px;
    left: -55px;
}

.ab-mid-right{
    top: 5px;
    right: -35px;
}

.ablity-card:after{
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    bottom: -16px;
    position: absolute;
    border-top: 16px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.ablity-card:before{
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    border-width: 18px 9px 0;
    border-style: solid;
    border-color: rgba(0,0,0,0.03) transparent transparent ;
}

.ablity-card .ab-title {
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.ablity-card .ab-theme-yellow {
    background-color: #fa6d1e;
}

.ablity-card .ab-theme-orange {
    background-color: #fa9e00;
}

.ablity-card .ab-theme-blue {
    background-color: #478cff;
}

.ablity-card .ab-mess {
    text-align: center;
    vertical-align: middle;
    color: #868686;
    font-size: 14px;
    width: 240px;
    margin: 12px auto 0;
    line-height: 22px;
}

/*基于微服务部分*/
.base-title {
    font-size: 32px;
}
.base-wrap {
    margin: 0 auto;
    /*width: 83.6%;*/
    width: 1200px;
}
.base-wrap .base-container {
    display: flex;
    justify-content: space-between;
}
.base-wrap .base-container .base-img {
    width: 390px;
}
.base-wrap .base-container .base-info{
    width: 390px;
}
.base-wrap .base-container .base-img img {
    width: 100%;
    height: 100%;
}
.base-wrap .base-container .base-info .base-info-title {
    margin-top: 16px;
    font-size: 28px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.base-wrap .base-container .base-info .base-detail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #666;
    justify-content: space-around;
}
.base-wrap .base-container .base-info .base-detail .base-detail-item {
    width:191px;
    height:40px;
    background:rgba(255,255,255,1);
    text-align: center;
    height: 40px;
    width: 191px;
    line-height: 40px;
    margin-bottom: 8px;
}

/*成熟的电商产品解决方案*/
.solution-title {

    font-size:32px !important;
    font-weight:400;
    color:rgba(0,0,0,0.8);
    line-height:32px;
    text-align: center;
    margin-bottom: 24px;
}

.solution-wrap{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 80px;*/
}

.solution-wrap .solution-container {
    width: 389px;
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.12);
    background: #fff;
}

.solution-wrap  .solution-container .solution-header {
    height: 96px;
    display: flex;
    align-items: center;
    background-size: 389px 96px;
    background-repeat: no-repeat;
}

.solution-wrap .solution-container .solution-header .solution-header-title {
    margin-left: 24px;
    color: #fff!important;
}

.solution-container .solution-box {
    width: 100%;
    height: calc(100% - 96px);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solution-container .solution-box li  {
    height: 96px;
    margin: 0 !important;
    width: 100% !important;
}

.solution-detail {
    margin-left: 24px;
    overflow: hidden;
}

.solution-detail .solution-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    margin-top: 24px;
}

.solution-detail .solution-box-header .solution-box-title {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-detail .solution-box-header .solution-box-title .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #000000;
    margin-right: 12px;
}

.solution-detail .solution-box-header a {
    display: none;
}

/*.solution-detail .solution-box-header .getSolution{*/
/*    display: none;*/
/*}*/

.solution-active> .solution-detail .solution-box-header .getSolution:hover{
    color: #fff;
    background-color: #f06a1d;
    box-shadow:0px 2px 16px 0px rgba(245,102,20,0.08);
}
.solution-active > .solution-detail >.solution-box-header >.getSolution {
    color: #f06a1d;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    width: 80px;
    height: 30px;
    display: inline-block;
    margin-right: 24px;
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.08);
}
.solution-active > .solution-detail >.solution-box-header >.solution-box-title>.circle {
    border: 2px solid #f06a1d !important;

}
.solution-active{
    height: 116px!important;
    background-color: #f5f5f5;
    background-image: url('http://www.wanmi.com/attachment/20200623/d0cd2e6725fc4e9cb97b77d12059e12b.png');
    background-repeat: no-repeat;
    background-size: 389px 116px;
}
.solution-active >.solution-detail >.solution-desc > .desc-show {
    display: none;
}
.solution-active >.solution-detail >.solution-desc > .desc-willShow {
    display: block;
}
.solution-detail .solution-desc {
    font-size: 12px;
    color:#666;
    margin-top: 12px;
    margin-left: 22px;
    margin-bottom: 22px;
}
.solution-detail .solution-desc .desc-willShow {
    font-size: 12px;
    color:#666;
    margin-top: 12px;
    line-height: 12px;
    display: none;
    /* background-color: #F5F5F5; */
}

/*增值服务生态*/
.service-wrap {
    width: 1200px;
    display: flex;
    height: 394px;
    /*margin-bottom: 80px;*/
}

.service-wrap .service-container {
    flex: 1;
    flex-basis: auto;
    height: 100%;
    box-shadow:-1px 0px 0px 0px rgba(0,0,0,0.06);
}

.service-wrap .service-container .service-show {
    width: 256px;
    height: 100%;
    background-color: #fff;
}

/*.service-wrap .service-container .service-show {*/
/*    height: 394px;*/
/*}*/

.service-wrap .service-container .service-show .service-show-header{
    background-color: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 148px;
}

.service-wrap .service-container .service-show .service-show-header img{
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.service-wrap .service-container .service-show .service-cate {
    font-size: 14px;
    margin:40px auto 16px;
}

.service-wrap .service-container .service-show .service-cate p{
    margin-bottom: 24px;
    line-height: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-wrap .service-container .service-willShow {
    width: 432px;
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.08);
    height: 100%;
    display: none;
}
.service-active > .service-willShow{
    display: block!important;
}
.service-active > .service-show{
    display: none;
}
.service-wrap .service-container .service-willShow .service-detail{
    background-color: #fff;
    height: 246px;
}

.service-wrap .service-container .service-willShow .service-willShow-header {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 148px;
    background-size: 432px 148px;
    background-repeat: no-repeat;

}

.service-wrap .service-container .service-willShow .service-willShow-header img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.service-wrap .service-container .service-willShow .service-detail p{
    color:#666;
    width: 384px;
    margin: 0 auto;
    padding: 36px 0 82px 0;
}

.service-wrap .service-container .service-willShow .service-detail .readDetail{
    display: block;
    height: 30px;
    width: 124px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(240,106,29,1);
    color:#fff;
    margin: 0 auto;
}

.service-wrap .service-container .service-willShow .service-detail .readDetail img {
    width: 16px;
    height: 16px;
}

.safeFeature-wrap{
    display: flex;
    width: 1200px;
    justify-content: space-between;
}

.c .p80-title {
    padding: 80px 0;
    line-height: 32px;
    font-size: 32px;
}

.safeFeature-wrap .safe-img {
    position: relative;
    width: 424px;
    height: 584px;
}

.safeFeature-wrap .safe-img img {
    width: 424px !important;
    height: 584px;
}

.safeFeature-wrap .safe-img .safe-title {
    position: absolute;
    top: 0;
    font-size:24px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:24px;
    margin-left: 32px;
    margin-top: 40px;
}

.safeFeature-wrap .safe-img .safe-title-en {
    position: absolute;
    top: 64px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,0.6);
    line-height:22px;
    margin-top: 12px;
    margin-left: 32px;
}

.safeFeature-wrap .feature-container {
    width: 760px;
    height: 584px;
}

.safeFeature-wrap .feature-container .feature-item {
    width: 100%;
    height: 104px;
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.safeFeature-wrap .feature-container .feature-item .feature-item-icon{
    height: 40px;
    width: 40px;
    margin-left: 24px;
}
.feature-item .feature-item-detail {
    margin-left: 24px;
}

.feature-item .feature-item-detail .feature-item-title{
    font-size: 16px;
}
.feature-item .feature-item-detail .feature-item-desc{
    font-size: 12px;
    color: #666;
}
.com-logo-wrap {
    position: relative;

    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    /*align-content: space-between;*/

}
.com-logo {

    height: 100% ;
    width: 100% !important;
}
/*立即注册*/
.register-container{
    height: 128px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.register-container > span {
    font-size: 28px;
    margin-right: 24px;
    color: #fff;
}
.register-container >a {
    width: 120px;
    height: 32px;
    /*color: #ff6a00;*/
    text-align: center;
    line-height: 32px;
}

/*新版本-商城*/
.structure-img {
    width: 840px;
    height: 534px;
    margin: 0 auto;
}

.terminal-img {
    width: 1200px;
    height: 149px;
}

.view-img {
    width: 1200px;
    height: 376px;
}

.contact-img {
    width: 1200px;
    height: 400px;
}

.roleMan-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.roleMan-wrap .roleMan-content-item {
    background-color: #fff;
    width:288px;
    height:294px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
}

.roleMan-wrap .roleMan-content-item img {
    margin-top: 48px;
    margin-bottom: 24px;
}

.roleMan-content-item .roleMan-itemTitle {
    width:96px;
    height:16px;
    font-size:16px;
    color:rgba(0,0,0,0.8);
    line-height: 16px;
    margin-bottom: 12px;
}

.roleMan-content-item .roleMan-desc {
    width:240px;
    font-size:14px;
    color: #666;
    text-align: center;
    line-height: 22px;
}
.roleMan-wrap1 {
    width: 100%;
    height: 576px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.roleMan-wrap2 {
    margin: 0 auto;
    height: 512px;
    width: 896px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.roleMan-wrap2 .roleMan-content-item2 {
    background-color: #fff;
    width:288px;
    height:248px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    border: 1px solid rgba(234,234,234,1);
}

.roleMan-wrap1 .roleMan-content-item1 {
    background-color: #fff;
    width:390px;
    height:280px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    border: 1px solid rgba(234,234,234,1);
}

.roleMan-content-item2 img {
    margin-top: 40px;
    margin-bottom: 20px;
}

.roleMan-content-item2 .roleMan-itemTitle {
    width:220px;
    height:20px;
    font-size:20px;
    color:rgba(0,0,0,0.8);
    line-height:20px;
    margin-bottom: 16px;
}

.roleMan-content-item2 .roleMan-desc {
    width:240px;
    font-size:14px;
    color: #666;
    text-align: center;
    line-height: 22px;
}

.roleMan-content-item1 img {
    margin-top: 48px;
    margin-bottom: 16px;
}
.roleMan-content-item1 .roleMan-itemTitle {
    width:96px;
    height:18px;
    font-size:18px;
    color:rgba(0,0,0,0.8);
    line-height: 16px;
    margin-bottom: 12px;
}
.roleMan-content-item1 .roleMan-desc {
    width:240px;
    font-size:14px;
    color: rgba(0,0,0,0.6);
    text-align: center;
    line-height: 22px;
}


.applicationValue-wrap{
    width: 1064px;
    background-image: url('http://www.wanmi.com/attachment/20200622/5106d7659b2340269c3620544e00037a.png');
    background-size: 680px 444px;
    background-position: center;
    background-repeat: no-repeat;
    height: 444px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.applicationValue-wrap .applicationValue-container {
    height: 344px;
    width: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.applicationValue-wrap .applicationValue-container .value-content-row {
    width: 1064px;
    display: flex;
    justify-content: space-between;
}

.applicationValue-wrap .applicationValue-container .value-content-row .value-content-item {
    height: 160px;
    width: 296px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.08);

}

.value-content-row .value-content-item .value-item-title {
    font-size: 18px;
    line-height: 18px;
    width: 248px;
    margin-top: 32px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.value-content-item .value-item-title img{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.value-content-row .value-content-item .value-content {
    font-size: 14px;
    width: 248px;
    line-height: 22px;
    color:#666;
}

.strength-wrap {
    height: 272px;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.strength-wrap .strength-row {
    height: 128px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.strength-wrap .strength-row .strength-content-item {
    width:592px;
    height:128px;
    background:rgba(255,255,255,1);
    display: flex;
    align-items: center;
}

.strength-content-item .strength-item-icon {
    width: 64px;
    height: 64px;
    margin-left: 32px;
    margin-right: 16px;
}
.strength-content-item .strength-detail {
    display: flex;
    align-content: space-between;
    flex-direction: column;
    height: 64px;
}
.strength-detail .strength-title {
    height: 16px;
    font-size:16px;
    font-weight:400;
    color:rgba(0,0,0,0.8);
    line-height:16px;
    margin-top: 7px;
}

.strength-detail .strength-desc{
    margin-top: 12px;
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.4);
    line-height:22px;
}

.inst-wrap {
    margin: 0 auto;
    height: 304px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.inst-wrap .inst-item {
    width:390px;
    height:354px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(234,234,234,1);
    overflow: hidden;
}
.inst-wrap .inst-item:hover>.inst-content {
    top:-100px;
    transition: top 0.15s ;
    -moz-transition: top .15s; /* Firefox 4 */
    -webkit-transition: top .15s; /* Safari 和 Chrome */
    -o-transition: top .15s; /* Opera */
}

.inst-wrap .inst-item .inst-item-header {
    width: 390px;
    height: 160px;
}
.inst-item-service-active .inst-content-orient{
    display: none;
}
.inst-item-service-active .inst-content-full{
    display: block;
}
.inst-item-service-active .inst-content-detail{
    display: block;
}
.inst-item-service-active .inst-content-model{
    margin-top: 12px !important;
}
.inst-content-model .inst-content-type{
    margin-left: 8px;
}
.inst-content-detail .readDetail{
    width: 346px;
    height: 32px;
    background: #f5f5f5;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,0.8);
    margin: 26px auto;
}
.inst-content-detail .readDetail img{
    width: 16px !important;
    height: 16px;
}
.inst-content-logo{
    width: 72px !important;
    height: 72px;
    position: absolute;
    top: -37px;
    right: 24px;
}
.inst-content-name{
    display: block;
    margin-right: 24px;
    font-size: 18px;
    font-weight: 500;
    padding-top: 30px;
}
.inst-content-orient{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin-top: 14px;
    line-height: 22px;
}
.inst-content-full{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin-top: 14px;
    display: none;
    line-height: 22px;
}
.inst-content-detail{
    display: none;
}
.inst-content-model{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    margin-top: 38px;
}
.inst-wrap .inst-item .inst-content {
    width: 100%;
    height:270px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #fff;
    position: relative;
    top:0;
    /*transition: top 0.15s linear;*/
    transition: top 0.15s ;
    -moz-transition: top .15s; /* Firefox 4 */
    -webkit-transition: top .15s; /* Safari 和 Chrome */
    -o-transition: top .15s; /* Opera */

}

.inst-item .inst-content .inst-detail {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    color:rgba(0,0,0,0.8);
    margin-bottom: 32px;

}



.marketing-wrap {
    width: 1200px;
    height: 344px;
    display: flex;
}

.marketing-wrap .marketing-left {
    height: 100%;
    width: 132px;
    display: flex;
    align-items: center;
}

.marketing-wrap .marketing-left .step-line {
    display: flex;
    height: 265px;
    width: 0px;
    align-items: center;
    flex-direction: column;
}

.marketing-wrap .marketing-left .step-line .line-circle {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #d8d8d8;
}

.marketing-wrap .marketing-left .step-line .steep{
    width: 1px;
    height: 77.6px;
    background-color: #d8d8d8;
}

.marketing-wrap .marketing-left .marketing-step {
    width: 116px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.marketing-step .marketing-step-item {
    /*width: 116px;*/
    /*height: 80px;*/
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 13px;

}

.marketing-step-item .step-title {
    margin-bottom: 10px;
    font-size:16px;
    font-weight:400;
    color:rgba(0,0,0,0.8);
    line-height:16px;
}
.marketing-step-item .step-desc {
    font-size:12px;
    font-weight:400;
    color:rgba(0,0,0,0.4);
    line-height:12px;
}

.marketing-right {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 1064px;
}
.marketing-right .marketing-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.marketing-right .marketing-container .marketing-cate-item {
    width: 260px;
    height: 80px;
    display: flex;
    padding-left: 16px;
    align-items: center;
    background:rgba(250,250,250,1);
}

.marketing-container .marketing-cate-item .marketing-item-detail {
    height: 48px;
    margin-left: 10px;
}

.marketing-cate-item .marketing-item-detail .marketing-item-title {
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.8);
    line-height:16px;
    margin-top: 5px;
}
.marketing-item-detail .marketing-item-desc {
    font-size:12px;
    font-weight:400;
    color:rgba(0,0,0,0.4);
    line-height:16px;
    margin-top: 6px;
}

/*新版本-万米批发*/
.platform-img {
    width: 920px;
    height: 386px;
}

.bg-left-box {
    background-size: 640px 480px;
    background-repeat: no-repeat;
    background-position: left;
    height: 480px;
    width: 1200px;
}
.bg-right-box {
    background-size: 640px 480px;
    background-repeat: no-repeat;
    background-position: right;
    height: 480px;
    width: 1200px;
}
.pl40{
    padding-left: 40px;
}
.pr40{
    padding-right: 40px;
}

.content-right {
    display: flex;
    justify-content: flex-end;
}
.content-left {
    display: flex;
    justify-content: flex-start;
}

.mainContent-container{
    height: 480px;
    width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin: initial;
}

.content-cate-item {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    margin-bottom: 40px;
}
.content-cate-item1 {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    margin-bottom: 24px;
}


.content-item-title1{
    font-size:32px!important;
    color:rgba(0,0,0,0.8) !important;
    line-height:32px!important;
    text-align: left!important;
    padding: 0!important;
}

.content-cate-list {
    margin-top: 14px;
}
.content-cate-list1 {
    margin-top: 14px;
}
.content-cate-list2 {
    margin-top: 14px;
}
.content-cate-list1 > li{
    list-style: disc inside!important;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    width: 508px!important;
}

.content-cate-list >li {
    list-style: disc inside!important;
    font-size: 12px;
    color: #666;
    line-height: 26px;

}
.content-cate-list2 >li {
    list-style: disc inside!important;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    width: 520px!important;

}
.mainContent-container .content-cate-item .content-item-title {
    margin-bottom: 16px;
    font-size:22px;
    color:rgba(0,0,0,0.8);
    line-height:22px;
}

.askButton {
    display: block;
    width: 220px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff ;
	font-size: 16px;
}
.askButton:hover {
    color: #fff;
}
/*新版本-sass页面*/

.saas-img {
    width: 1200px;
    height: 708px;
}

/*新版本-商圈页面*/
.b2b2cNew-img {
    width: 960px;
    height: 414px;
}

.admin-wrap {
    width: 1200px;
    height: 400px;
}

.admin-bg-left {
    background-size: 640px 400px;
    background-position: left;
    background-repeat: no-repeat;
}
.admin-bg-right {
    background-size: 640px 400px;
    background-position: right;
    background-repeat: no-repeat;
}
.admin-content-right {
    display: flex;
    justify-content: flex-end;
}
.admin-content-left {
    display: flex;
    justify-content: flex-start;
}
.pl23{
    padding-left: 23px;
}
.pr23{
    padding-right: 23px;
}
.pl16 {
    padding-left: 16px;
}
.admin-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 560px;
    height: 400px;
}

.admin-content .admin-content-item {
    width: 260px;
    height: 88px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 32px;
}

.admin-content .admin-content-item1 {
    width: 260px;
    height: 88px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 32px;
    border:1px solid rgba(234,234,234,1);
}
.admin-content .admin-content-item2 {
    width: 390px;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 24px;
}

.admin-content .admin-content-item1 >span {
    font-size: 16px;
    line-height: 16px;
}

.admin-content .admin-content-item2 >span {
    font-size: 16px;
    line-height: 16px;
}

.admin-content .admin-content-item >span {
    font-size: 16px;
    line-height: 16px;
}

/*新版本-万米连锁页面*/
.mdls-img {
    width: 1200px;
    height: 532px;
}

/* 新版本-万米健康页面 */
.business-mode-wrap {
    height: 200px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.business-mode-wrap .business-mode-item{
    width: 288px;
    height: 200px;
    border:1px solid rgba(234,234,234,1);
}

.business-mode-wrap .business-mode-item1{
    width: 389px;
    height: 190px;
}

.business-mode-wrap .business-mode-item2{
    width: 390px;
    height: 256px;
}

.business-mode-wrap .business-mode-item1 .business-mode-content{
    border:1px solid rgba(234,234,234,1);
    border-top: none;
    height: 70px;
    padding-left: 24px;
}

.business-mode-wrap .business-mode-item2 .business-mode-content{
    border:1px solid rgba(234,234,234,1);
    border-top: none;
    height: 136px;
    padding-left: 24px;
}

.business-mode-wrap .business-mode-item .business-mode-content{
    width: 288px;
}

 .business-mode-header{
    width: 100%;
    height: 120px;
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.business-mode-item .business-mode-header .business-mode-img{
    width: 288px;
    height: 88px;
}
/*.business-mode-item1 .business-mode-header .business-mode-img{*/
/*    width: 389px;*/
/*    height: 88px;*/
/*}*/
.business-header-title {
    margin-left: 24px;
    padding-top: 49px;
}
 .business-mode-content .business-mode-detail {
    
    width: 240px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin:0 auto;
     padding-top: 16px;
    /*padding: 16px 24px 0 24px;*/
}

/* 新版本-企业内购 */
.feature-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 208px;
}

.feature-wrap .feature-item {
    width: 288px;
    height: 100%;
    text-align: center;
    background-color: #fff;
}

.feature-wrap .feature-item .feature-detail {
    /*width:64px;*/
    height:16px;
    font-size:16px;
    color:rgba(0,0,0,0.8);
    line-height:16px;
    margin-top: 16px;
    text-align: center;
}

.feature-wrap .feature-item .feature-detail1 {
    /*width:64px;*/
    height:16px;
    font-size:16px;
    color:rgba(0,0,0,0.8);
    line-height:16px;
    margin-top: 24px;
    margin-bottom: 0;
}

.abutment-cate-wrap {
    height: 368px;
    width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.abutment-cate-wrap .abutment-cate-item{
    display: flex;
    align-items: center;
}

.abutment-cate-wrap .abutment-cate-item .abutment-cate-content{
    height: 52px;
    width: 100%;
    margin-left: 16px;
}

.abutment-cate-item .abutment-cate-content .abutment-cate-title{
    height: 26px;
    width: 100%;

    font-size:14px;
    color:rgba(0,0,0,0.6);
    line-height:26px;
}

.abutment-cate-item .abutment-cate-content .abutment-content-detail{
    height:26px;
    font-size:14px;
    color:rgba(0,0,0,0.4);
    line-height:26px;
    width: 100%;
}

/*新版本-社交电商*/
.distribution-img {
    width: 1200px;
    height: 494px;
}
.distributionChannel-img{
    width: 1200px;
    height: 581px;
}
.distributionPartner-img{
    width: 1200px;
    height: 616px;
}
.profitWay-img{
    width: 546px;
    height: 485px;
}

/*新版本-直播电商*/
.zhibo-wrap {
    width: 100%;
    display: flex;
}

.zhibo-wrap .zhibo-img{
    text-align: right;
    width: 480px;
    height: 520px;
}
.zhibo-wrap .zhibo-container {
    height: 520px;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zhibo-wrap .zhibo-container .zhibo-content{
    display: flex;
    flex-direction: column;
    margin-bottom: 88px;
    height: 312px;
    justify-content: space-between;
}
.zhibo-container .zhibo-content .zhibo-content-item {
    display: flex;
    align-items: center;
    height: 54px;
}
.zhibo-content .zhibo-content-item .zhibo-item-icon{
    width: 48px;
    height: 48px;
}
.zhibo-content .zhibo-content-item .zhibo-item-detail {
    height: 54px;
    margin-left: 24px;
}
.zhibo-content-item .zhibo-item-detail .zhibo-item-title{
    height:20px;
    font-size:20px;
    color:rgba(0,0,0,0.8);
    line-height:20px;
    margin-bottom: 12px;
}
.zhibo-content-item .zhibo-item-detail .zhibo-item-desc{
    height:22px;
    font-size:14px;
    color:rgba(0,0,0,0.4);
    line-height:22px;

}

.drainage-wrap {
    width: 1168px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.drainage-wrap .drainage-content-item {
    width: 280px;
    height: 272px;
    background-color: #fff;
}

.drainage-wrap .drainage-content-item .drainage-item-header {
    width: 280px;
    height: 112px;
    line-height: 112px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.drainage-wrap .drainage-content-item .drainage-item-detail {
    height: 160px;
    text-align: center;
}
.drainage-content-item .drainage-item-detail .drainage-item-title{
    height:20px;
    font-size:20px;
    color:rgba(0,0,0,0.8);
    line-height:20px;
    margin-top: 32px;
}
.drainage-content-item .drainage-item-detail .drainage-item-desc {
    margin: 16px auto 0;
    width:232px;
    height:44px;
    font-size:14px;
    color:rgba(0,0,0,0.6);
    line-height:22px;
}
.sediment-img {
    width: 1200px;
    height: 580px;
}

/*新版本-全渠道小程序*/
.channelMan-img {
    width: 960px;
    height: 350px;
}
.buildMall-img{
    width: 1200px;
    height: 376px;
}
.playWay-img{
    width: 1200px;
    height: 344px;
}
.fission-img {
    width: 1200px;
    height: 308px;
}

/*新版本-家居建材*/
.procedure-img{
    width: 1158px;
    height: 425px;
}
/*.com-logo-wrap {*/
/*    display: flex;*/
/*    overflow: hidden;*/
/*}*/
/*.com-logo-wrap .advantisement1 {*/
/*    position: relative;*/
/*    animation:20s loop linear infinite;*/

/*}*/
/*.com-logo-wrap .advantisement2 {*/
/*    position: relative;*/
/*    animation:20s loop1 linear infinite;*/

/*}*/
/*@keyframes loop {*/
/*    0% {*/
/*        left: 0px;*/
/*    }*/

/*    100% {*/
/*        left: -1191px;*/
/*    }*/
/*}*/

/*@keyframes loop1 {*/
/*    0% {*/
/*        left: 12px;*/
/*    }*/

/*    100% {*/
/*        left: -1180px;*/
/*        display: none;*/
/*    }*/
/*}*/

/*新版本-积分商城*/
.pointCenter-img {
    width: 908px;
    height: 318px;
}
.goodSource-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 260px;
}

.goodSource-wrap .goodSource-item{
    height: 100%;
    width: 592px;
    border:1px solid rgba(234,234,234,1);
}

.goodSource-wrap .goodSource-item .goodSource-item-header {
    height: 108px;
    width: 100%;
    padding-top: 32px;

}

.goodSource-item .goodSource-item-header .goodSource-item-title {
    text-align: center;
    font-size: 20px;
    color:rgba(240,65,65,1);
    line-height: 20px;
    margin-bottom: 12px;
}

.goodSource-item .goodSource-item-header .goodSource-item-desc{
    text-align: center;
    font-size:14px;
    color:rgba(0,0,0,0.6);
    line-height:22px;
}

.goodSource-wrap .goodSource-item .goodSource-item-content {
    height: 152px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 48px;
}

.goodSource-item .goodSource-item-content .goodSource-content-item {
    width: 64px;
    height: 88px;
    text-align: center;
}



.memberActive-img{
    width: 1200px;
    height: 218px;
}

.customize-img {
    width: 1200px;
    height: 376px;
}


/*新版本-系统API对接*/
.API-img{
    width: 1200px;
    height: 530px;
}

/*新版本-定制服务*/
.DevProcess-img {
    width: 1200px;
    height: 594px;
}

.OneStopService-img{
    width: 1200px;
    height: 308px;
}

/*新版本-全渠道APP*/
.storeSite-wrap {
    height: 137px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.storeSite-item {
    height: 113px;
    width: 380px;
    position: relative;
    background-color: #fff;
    line-height: 113px;
}
.storeSite-img {
    position: absolute;
    z-index: 11;
    width: 100px;
    height: 100px;
    top: -24px;
    left: 20px;
}
.storeSite-detail{
    font-size: 20px;
    color:rgba(0,0,0,0.8);
    line-height:20px;
    margin-left: 132px;
}
/*新版本-商业地产*/
.opreationPlatform-img{
    width: 1200px;
    height: 488px;
}
.beVipCentrer-img{
    width: 1000px;
    height: 376px;
}
.step1-img{
    width: 900px;
    height: 386px;
}
.step2-img {
    width: 1016px;
    height: 386px;
}
.vipSale-step{
    width: 720px;
    height: 56px;
    border-radius:28px;
    overflow: hidden;
    display: flex;
    margin: 0 auto 80px;
    background:rgba(247,247,247,1);
}
.step-item{
    width: 240px;
    height: 56px;
    font-size: 18px;
    color:rgba(0,0,0,0.8);
    line-height: 56px;
    text-align: center;
}
.step-item-active {
    /*width:240px;*/
    /*height:56px;*/
    background:rgba(240,106,29,1);
    border-radius:28px;
    color: #fff;
    /*font-size: 18px;*/
    /*text-align: center;*/
}
.step3-img {
    width: 1142px;
    height: 566px;
}
.pointRights-img {
    width: 1050px;
    height: 480px;
}
.content-container {
    position: relative;
    z-index: 0;
    width: 100%;
}

/*新版本-快消品*/
.kxp-img {
    width: 1200px;
    height: 298px;
}

.friendly_links_2023 {
    display: flex;
    align-items: baseline;
    margin-top: 40px;
    margin-bottom: 16px;
}
.friendly_links_2023 > div {
    font-size: 12px;
    font-weight: 400;
    color: #848589;
}
.friendly_links_2023 > ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.friendly_links_2023 > ul > li {}
.friendly_links_2023 > ul > li:not(:last-child) {
    margin-right: 10px;
}
.friendly_links_2023 > ul > li > a {
    font-size: 12px;
    font-weight: 400;
    color: #848589;
}
.friendly_links_2023 > ul > li:hover > a {
    color: #fff;
}