@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 {
    text-decoration: none
}

body, html {
    background: #fff;
    font-family: "Microsoft Yahei", "微软雅黑", Helvetica, Arial, STHeiti, "华文细黑", sans-serif
}

input {
    outline: 0
}

ul {
    list-style: none
}

.reg-box, .w-l {
    margin: 0 auto
}

.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 {
    background: #fff;
    position: fixed;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 8px #ddd
}

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

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


.head .nav {
    /*margin-right: 245px;*/
    height: 70px
}

.head .nav ul li {
    display: block;
    float: left;
    margin-left: 25px;
    /*position: relative*/
}

.head .nav ul li > a {
    position: relative;
    z-index: 9;
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    color: #373737;
    border: solid #fff;
    border-width: 0 1px;
    font-size: 14px;
    font-weight: 700;
    font-family: 宋体
}

.head .nav ul li .active-a{
    color: #EA6000
}

.head .nav ul li > a:hover {
    color: #EA6000
}

.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 .reg-btn {
    /* position: absolute; */
    right: 138px;
    /* top: 50%; */
    margin: 18px 13px 18px 40px;
    display: block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #FF9B3A;
    font-family: 宋体;
    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;
    font-family: 宋体;
    float: right;
    border-radius: 20px;
}
.head .nav-tel{
    /* position: absolute; */
    right: 0;
    line-height: 70px;
    color: red;
    font-size: 16px;
    float: right;
}
.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: #494F53;
    padding: 50px 0;
    min-height: 260px;
    color: #fff
}

.footer .h4 {
    margin-bottom: 30px;
    font-size: 18px
}

.footer .f-contact p, .footer .f-links a {
    margin-bottom: 10px;
    font-size: 14px;
    color: #dadbdc;
}

.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 {
    margin-top: 20px
}

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

.copyright {
    background: #242C31;
    padding: 15px 0
}

.copyright p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: 宋体;
    margin: 0
}

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

.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;
    background: #fff;
    margin: 0 0 30px 40px;
    padding: 10px 8px;
}

.cases2 li:hover {
    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: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 {
    width: 100%;
    z-index: 19;
    padding: 34px 25px;
}
.head .sub-nav-new .dropdown .dropdown-content {
    width: 760px;
    margin: 0 auto;
}
.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: #343434;
    /*border-bottom: 1px solid #e6e6e6;*/
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 13px;
    font-weight:normal;
}
.head .sub-nav-new .dropdown .r_item {
    font-size: 14px;
    display: inline-block;
    /*margin-left: 60px;*/
}
.head .sub-nav-new .dropdown .r_item a {
    color: #666666;
    display: inline-block;
    width: 100%;
    height: 15px;
    margin: 20px 0;
}

.head .sub-nav-new .dropdown .r_item a .wmsc{
    background: url('../images/sc.png') no-repeat;
    background-size:100% 100%;
}
.head .sub-nav-new .dropdown .r_item a .wmsq{
    background: url('../images/sq.png') no-repeat;
    background-size:100% 100%;
}
.head .sub-nav-new .dropdown .r_item a .wmfx{
    background: url('../images/fx.png') no-repeat;
    background-size:100% 100%;
}
.head .sub-nav-new .dropdown .r_item a .wmls{
    background: url('../images/ls.png') no-repeat;
    background-size:100% 100%;
}
.head .sub-nav-new .dropdown .r_item a .wmkj{
    background: url('../images/kj.png') no-repeat;
    background-size:100% 100%;
}

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

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

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

.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 span:hover{
    color: #ea6000;
}

.head .sub-nav-new .dropdown .r_item li3_r_item  a span:hover {
    color: #ea6000;
}

.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;
    width: 100%;
    /* border-top: 1px solid #eee; */
    box-shadow: inset 0 4px 8px -3px #ddd;
    top: 70px;
}
.head .drop-down1:hover .sub-nav-new {
    height: 445px;
    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;
    top: 70px;
}


.head .drop-down2:hover .sub-nav-new {
    height: 225px;
    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: 60px;
    background: url('../images/bar-bg.png') left no-repeat;
    z-index: 30;
}
.tab-bar-right-bg {
    width: 100%;
    height: 100%;
    background: url('../images/bar-bg.png') right no-repeat;
}
.tab-bar-item {
    float: left;
    width: 16.667%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    background: url('../images/bar-bg.png') center no-repeat;
    background-size: 100% 100%;
}
/*.tab-bar-item:hover {*/
/*background: url('../images/bar-active-bg.png') center no-repeat;*/
/*}*/
.tab-bar-item-link {
    display: block;
    width: 100%;
    height: 100%;
}
.tab-bar-item img {
    display: inline-block!important;
    width: 36px;
    margin-right: 13px!important;
    vertical-align: middle;
    border:0 !important;
}
.tab-bar-item span {
    font-size: 14px;
    color: #fff;
}


@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;
        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; }

    .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;
}