.section2 .window-back {
    background: url("../image/bg_products.jpg");
}

.section3 .window-back {
    background: url("../image/bg_cooperation.jpg");
}

.section4 .window-back {
    background: url("../image/bg_aboutus.jpg");
}

.section5 .window-back {
    background: url("../image/bg_contactus.jpg");
}

.window-back.banner {
    padding: 0
}

.banner-content {
    position: relative;
    overflow: hidden
}

.banner-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s
}

.banner-click i {
    color: #2A82FB;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    opacity: .65;
    margin: -25px 0 0 -25px;
    display: block;
    width: 50px;
    height: 50px;
    border: 3px solid #2A82FB;
    text-align: center;
    line-height: 44px;
    border-radius: 4px
}

.banner-content:hover .banner-click {
    opacity: 1;
    visibility: visible
}

.banner-content:hover .banner-click i {
    visibility: visible;
    -webkit-animation: bounceInDown 1s .2s ease both;
    -moz-animation: bounceInDown 1s .2s ease both
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }
    80% {
        -moz-transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

.banner-box {
    width: 100%;
    height: 100%;
    position: relative
}

.banner-box.sidebar {
    height: auto
}

.banner-box.sidebar .banner-cut:after {
    display: table;
    clear: both;
    content: ''
}

.banner-cut {
    width: 1000%;
    height: 100%
}

.banner-bin {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    overflow: hidden;
    background: center no-repeat;
    background-size: cover;
    position: relative
}

.banner-absolute {
    position: absolute;
    width: 100%;
    height: 94%;
    top: 0;
    left: 0
}

.banner-bin .table-box {
    padding-bottom: 6%
}

.banner-bin .table-cell {
    position: relative
}

.banner-box:hover .banner-ctrl {
    opacity: 1
}

.banner-box.sidebar .banner-bin img {
    width: 100%
}

.ctrl-box {
    opacity: .5
}

.ctrl-box:hover {
    opacity: 1
}

.banner-ctrl .ctrl-box {
    position: absolute;
    color: #a8a8a8;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.banner-ctrl .ctrl-box:hover {
    color: #2A82FB
}

.banner-ctrl .ctrl-left {
    left: 5%;
    top: 46%;
    margin-top: -40px
}

.banner-ctrl .ctrl-right {
    right: 5%;
    top: 46%;
    margin-top: -40px
}

.banner-news {
    position: absolute;
    top: 79%;
    left: 50%;
    margin-left: -188px;
    height: 30px;
    line-height: 30px
}

.banner-news b {
    float: left;
    color: #2A82FB;
    font-weight: bold;
    margin-right: 10px
}

.banner-news span {
    float: left;
    overflow: hidden;
    height: 30px;
    overflow: hidden
}

.banner-news span ol {
    float: left;
    margin: 0;
    padding: 0
}

.banner-news span ol li {
    list-style: none;
    color: #ddd;
    margin: 0;
    padding: 0 1px 0 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 270px;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.banner-news span ol li a {
    color: #ddd
}

.banner-news span ol li a:hover {
    text-decoration: underline;
    color: #fff
}

.banner-news p {
    float: left;
    margin: -3px 0 0 10px
}

.banner-news p a {
    color: #2A82FB;
    border-bottom: 1px dotted #2A82FB
}

.banner-pager {
    position: absolute;
    height: 3px;
    line-height: 0;
    top: 84%;
    bottom: auto !important;
    left: 0;
    right: 0;
    text-align: center
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.banner-pager .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    position: relative;
    line-height: 3px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.banner-pager .swiper-pagination-bullet:before {
    position: absolute;
    width: 40px;
    height: 30px;
    content: '';
    left: 0;
    top: -10px
}

.banner-pager .swiper-pagination-bullet-active {
    background:#2A82FB
}

.banner-down {
    position: absolute;
    top: 90%;
    cursor: pointer;
    left: 50%;
    margin-left: -24px;
    width: 47px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 24px
}

.banner-down:before {
    content: '';
    position: absolute;
    display: block;
    width: 47px;
    height: 47px;
    background: #fff;
    opacity: .2;
    border-radius: 50%;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s
}

.banner-down:hover:before {
    background: #2A82FB;
    opacity: .6
}

.banner-down i {
    position: relative;
    z-index: 2
}

.banner-write {
    position: relative;
    z-index: 992;
    word-break: break-all;
    padding: 0 10px
}

.banner-write .w1 {
    font-family: Microsoft JhengHei;
    color: #fff;
    font-size: 263px;
    display: inline-block;
    line-height: 0;
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    transform: translateX(-150px) scale(.8);
    -moz-transform: translateX(-150px) scale(.8);
    -ms-transform: translateX(-150px) scale(.8);
    -o-transform: translateX(-150px) scale(.8);
    -webkit-transform: translateX(-150px) scale(.8);
    opacity: 0
}

.slide1.swiper-slide-active .banner-write .w1 {
    transform: translate(0) scale(1);
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -o-transform: translate(0) scale(1);
    -webkit-transform: translate(0) scale(1);
    opacity: 1
}

.banner-write .w2 {
    text-align: left;
    display: inline-block;
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    -webkit-transform: translateX(150px);
    opacity: 0
}

.banner-write .w2.cc {
    text-align: center;
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 0
}

.banner-write .w2.wc {
    text-align: right;
    display: inline-block;
    padding: 0 420px 0 0;
    width: 768px;
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    opacity: 0
}

.banner-write.bw .w2 {
    text-align: center
}

.slide1.swiper-slide-active .banner-write .w2 {
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1
}

.banner-write .w2 .w21 {
    color: #fff;
    font-size: 36px;
    display: block;
    position: relative;
}

.banner-write .w2.cc .w21 {
    transform: scale(1.2) translateY(-50px);
    -moz-transform: scale(1.2) translateY(-50px);
    -ms-transform: scale(1.2) translateY(-50px);
    -webkit-transform: scale(1.2) translateY(-50px);
    -o-transform: scale(1.2) translateY(-50px);
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s
}

.slide1 .banner-write .w2.cc .w21 {
    transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0)
}

.banner-write .w2.cc .w22 {
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.slide1.swiper-slide-active .banner-write .w2.cc .w22, .slide1.swiper-slide-active .banner-write .w2.cc .w23 {
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0)
}

.banner-write .w2 .w22 {
    line-height: .8;
    letter-spacing: -5px;
    font-family: Helvetica;
    font-size: 82px;
    color: #2A82FB;
    display: inline-block;
    border-bottom: 1px solid #2A82FB;
    margin: 5px 0 10px 0
}

.banner-write .w2 .w23 {
    color: #ccc;
    font-size: 16px;
    display: block
}

.banner-write .w2 .w23 em {
    font-style: normal;
    color: #2A82FB
}

.banner-full {
    width: 800px;
    height: 350px;
    position: absolute;
    box-sizing: content-box;
    background: 0;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -75px;
    z-index: 991;
    transition: .5s .6s;
    -webkit-transition: .5s .6s;
    -moz-transition: .5s .6s;
    -ms-transition: .5s .6s;
    -o-transition: .5s .6s;
    transform: translate(1350px, 750px);
    -moz-transform: translate(1350px, 750px);
    -ms-transform: translate(1350px, 750px);
    -o-transform: translate(1350px, 750px);
    -webkit-transform: translate(1350px, 750px)
}

.slide4.swiper-slide-active .banner-full {
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0)
}

.banner-full ol, .banner-full ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.banner-full ol li, .banner-full ul li {
    border-color: #fff;
    border-style: solid;
    border-width: 0;
    position: absolute;
    width: 24px;
    height: 24px
}

.banner-full ol li:nth-child(1) {
    border-width: 5px 0 0 5px;
    top: 0;
    left: 0
}

.banner-full ol li:nth-child(2) {
    border-width: 5px 5px 0 0;
    top: 0;
    right: 0
}

.banner-full ol li:nth-child(3) {
    border-width: 0 0 5px 5px;
    bottom: 0;
    left: 0
}

.banner-full ol li:nth-child(4) {
    border-width: 0 5px 5px 0;
    bottom: 0;
    right: 0
}

.banner-full ul li:nth-child(1) {
    border-width: 5px 0 0 0;
    margin: 0 0 0 -12px;
    top: 0;
    left: 50%
}

.banner-full ul li:nth-child(2) {
    border-width: 0 5px 0 0;
    margin: -12px 0 0 0;
    top: 50%;
    right: 0
}

.banner-full ul li:nth-child(3) {
    border-width: 0 0 5px 0;
    margin: 0 -12px 0 0;
    bottom: 0;
    right: 50%
}

.banner-full ul li:nth-child(4) {
    border-width: 0 0 0 5px;
    margin: 0 0 -12px 0;
    bottom: 50%;
    left: 0
}

.banner-border {
    width: 0;
    height: 0;
    margin: -205px 0 0 -300px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 994;
    transition: .4s 1s;
    -webkit-transition: .4s 1s;
    -moz-transition: .4s 1s;
    -ms-transition: .4s 1s;
    -o-transition: .4s 1s;
    border: 1px dashed #2A82FB;
    z-index: 993;
    visibility: hidden
}

.slide4.swiper-slide-active .banner-border {
    width: 600px;
    height: 410px;
    visibility: visible
}

.banner-background {
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    position: absolute;
    z-index: 990;
    background: rgba(0, 0, 0, .4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    transition: .6s .6s;
    -webkit-transition: .6s .6s;
    -moz-transition: .6s .6s;
    -ms-transition: .6s .6s;
    -o-transition: .6s .6s
}

.banner-background-r {
    right: 0;
    top: 0;
    width: 100%;
    height: 150%;
    position: absolute;
    z-index: 990;
    background: rgba(0, 0, 0, .4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    transition: .6s .6s;
    -webkit-transition: .6s .6s;
    -moz-transition: .6s .6s;
    -ms-transition: .6s .6s;
    -o-transition: .6s .6s
}

.slide2.swiper-slide-active .banner-background {
    left: -50%
}

.slide3.swiper-slide-active .banner-background-r {
    right: -60%
}

.banner-free * {
    max-width: 100%
}

/*幻灯片一*/
.banner-bin.b1 .banner-write{
    position: relative;
    z-index: 992;
    word-break: break-all;
    width: 800px;
    height: 450px;
    margin: 0 auto;
}

.banner-bin.b1 .banner-write .w21 p {
    margin: 0;
    text-align: left;
}

.banner-bin.b1 .banner-write .w21 .title{
    font-size: 60px;
}

.banner-bin.b1 .banner-write .w21 .info {
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
    border: 0;
    display: block;
}

.banner-bin.b1 .banner-write .w21 .info i {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 150px;
    height:5px;
    border-bottom: 5px solid #2A82FB;
}

.banner-bin.b1 .banner-write .w22 {
    margin-top: 60px;
    width: 800px;
    height: 230px;
    background-image: url("../image/1st_banner_pop.png");
    background-repeat: no-repeat;
    border: 0;
}

/*幻灯片四*/
.banner-bin.b4 .banner-full {
    width: 695px;
    height: 145px;
    border: 5px solid #ffffff;
}

.banner-bin.b4 .banner-full .full-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    color: #fff;
}

.banner-bin.b4 .banner-full .full-content .full-title {
    text-align: center;
    font-size: 40px;
    line-height: 90px;
}

.banner-bin.b4 .banner-full .full-content .full-title em {
    font-style:normal;
    border-bottom: 4px solid #fff;
}
.banner-bin.b4 .banner-full .full-content p {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin: 0;
}

.banner-bin.b4 .banner-border {
    width: 800px;
    border: 0;
    margin: -205px 0 0 -400px;
}

.banner-bin.b4 .banner-border .title {
    color: #fff;
    width: 100%;
    line-height: 40px;
    position: absolute;
    top: -20px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    left: 0;
}

.banner-bin.b4 .banner-border .title .flag {
    width:295px;
    line-height: 1px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.banner-bin.b4 .banner-border .title i {
    height: 6px;
    width: 6px;
    background: #2A82FB;
    border: 1px solid #2A82FB;
    border-radius: 6px;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -3px;
}


.banner-bin.b4 .banner-border .links {
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: center;
    font-size: 24px;
}

.banner-bin.b4 .banner-border .links a {
    color: #fff;
    border: 1px solid #2A82FB;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #2A82FB;
    padding: 5px 10px;
    font-size: 18px;
}

.title-box h1 { /*font-size:50px;*/
    letter-spacing: -3px;
    font-family: TechnicLite;
    color: #2A82FB;
    line-height: 35px;
    margin: 0 0 15px 0;
    padding: 0;
    letter-spacing: 1px;
}

.title-box h2 {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 0;
    padding: 0
}

.icon-box {
    padding: 30px 0 0px 0;
}

.icon-box ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.icon-box ul li {
    width: 250px;
    height: 270px;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin: 0 40px 30px 0;
    padding: 25px 20px;
    border-radius: 5px;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 5px 5px #f3f3f3;
}

.icon-box ul li a {
    display: block;
    position: relative;
    z-index: 9
}

.icon-box ul li b {
    display: block;
    width: 170px;
    height: 170px;
    margin: 10px;
    position: relative
}

.icon-box ul li img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0
}

.icon-box ul li i {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 75px;
}

.icon-box ul li h3 {
    display: block;
    font-size: 16px;
    color: #848484;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 20px 0;
}

.icon-text {
    font-family: TechnicLite;
    font-size: 24px;
    line-height: 1
}

/*产品中心样式*/
.window-bin .title-box h2 {
    margin: 0 auto;
    width: 400px;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
}
.window-bin .title-box p {
    margin: 0 auto;
    color: #848484;
    font-weight: normal;
    width: 400px;
    position: relative;
}
.window-bin .title-box i {
    position: absolute;
    height: 3px;
    width:50px;
    background-color: #2A82FB;
    bottom: -5px;
    left: 175px;
}

.window-bin .title-box h2 i {
    bottom: 2px;
}

.product .icon-box ul li .tips {
    position: absolute;
    top: -55px;
    right: -80px;
    width: 135px;
    height: 50px;
    line-height: 45px;
    color: #fff;
    background: url('../image/bg_btn_tips.png') no-repeat;
}

.product .icon-box ul li .tips.s2 {
    background: url('../image/bg_btn_tips_forbidden.png') no-repeat;
}

.product .icon-box ul li.active {
    background: #2A82FB;
}

.product .icon-box ul .cy.active {
    background: #b3b3b3;
}

.product .icon-box ul li.active h3 {
    color: #fff;
}

.product .icon-box ul li.active p {
    color: #fff;
}

/*小程序*/
.icon-box ul .xcx i{
    background: url('../image/mini_program.png') no-repeat center;
}

/*营销*/
.icon-box ul .yx i {
    background: url('../image/intelegent_sales.png') no-repeat center;
}
/*零售*/
.icon-box ul .ls i {
    background: url('../image/intelegent_retail.png') no-repeat center;
}
/*分销*/
.icon-box ul .fx i {
    background: url('../image/distribution.png') no-repeat center;
}
/*餐饮*/
.icon-box ul .cy i {
    background: url('../image/catering.png') no-repeat center;
}
/*定制*/
.icon-box ul .dz i {
    background: url('../image/customization.png') no-repeat center;
}

.product .icon-box ul .xcx.active i {
    background: url('../image/mini_program_hover.png') no-repeat center;
}

.icon-box ul .yx.active i {
    background: url('../image/intelegent_sales_hover.png') no-repeat center;
}

.product .icon-box ul .ls.active i {
    background: url('../image/intelegent_retail_hover.png') no-repeat center;
}

.product .icon-box ul .fx.active i {
    background: url('../image/distrubution_hover.png') no-repeat center;
}

.product .icon-box ul .cy.active i {
    background: url('../image/catering_hover.png') no-repeat center;
}

.product .icon-box ul .dz.active i {
    background: url('../image/customization_hover.png') no-repeat center;
}

.icon-box ul li p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    margin: 0px;
    color: #848484;
}

.joint-ctrl .ctrl-box {
    position: absolute;
    color: #a8a8a8;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    cursor: pointer;
    z-index: 99;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.joint-ctrl .ctrl-box:hover {
    color: #2A82FB
}

.joint-ctrl .ctrl-left {
    left: 5%;
    bottom: 17%
}

.joint-ctrl .ctrl-right {
    right: 5%;
    bottom: 17%
}

.joint-box {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.joint .joint-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.joint .joint-content ul li {
    width: 250px;
    height: 270px;
    text-align: center;
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 30px 50px;
    border-radius: 5px;
}

.joint .joint-content ul li .tips {
    position: absolute;
    top: 28px;
    right: 0px;
    width: 135px;
    height: 50px;
    line-height: 45px;
    color: #fff;
    background: url(../image/bg_btn_tips.png) no-repeat;
}

.joint .joint-content ul li i{
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 35px;
}

.joint .joint-content ul .ym i {
    background: url(../image/sound_code.png) no-repeat center;
}

.joint .joint-content ul .ym.active i {
    background: url(../image/sound_code_hover.png) no-repeat center;
}
.joint .joint-content ul .saas i {
    background: url(../image/agent_saas.png) no-repeat center;
}

.joint .joint-content ul .saas.active i {
    background: url(../image/agent_saas_hover.png) no-repeat center;
}
.joint .joint-content ul .dl i {
    background: url(../image/agent_province.png) no-repeat center;
}

.joint .joint-content ul .dl.active i {
    background: url(../image/agent_province_hover.png) no-repeat center;
}

.joint .joint-content ul .jl i {
    background: url(../image/reward.png) no-repeat center;
}

.joint .joint-content ul .jl.active i {
    background: url(../image/reward_hover.png) no-repeat center;
}

.joint .joint-content ul li p {
    margin: 30px 0;
}

.joint .joint-content ul li.active p {
    color: #2A82FB;
}

.joint .joint-content-link {
    margin: 0 auto;
    line-height: 40px;
}

.joint .joint-content-link a {
    border:1px solid #2A82FB;
    border-radius: 5px;
    color: #2A82FB;
    padding: 5px 10px;
}

.joint-bin {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 140px;
    width: 196px;
    display: table;
    position: relative
}

.joint-bin a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

.joint-bin a img {
    line-height: 0;
    max-width: 210px;
    max-height: 120px
}

.about-nav {
    position: absolute;
    left: 5%;
    top: 15.5%;
    overflow: hidden
}

.about-nav:after {
    background: #2fd0b5;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: .15;
    width: 80px;
    height: 100%
}

.about-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.about-nav ul li {
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    color: #656565;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    background: rgba(47, 208, 181, .15);
    background: rgba(255, 255, 255, .65);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    cursor: pointer
}

.about-nav ul li.back {
    background: #2fd0b5;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -42px;
    opacity: .2;
    height: 42px
}

.about-nav ul li.active {
    color: #fff;
    background: rgba(47, 208, 181, .2);
    background: rgba(0, 0, 0, .85)
}

.about-box {
    margin: 0 auto;
    width: 480px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-right: 500px;
}

.about-cut {
    width: 2000px
}

.about-bin {
    width: 450px;
    float: left;
    text-align: left;
    color: #999;
    position: relative
}

.about-bin * {
    max-width: 100%
}

.about-bin p {
    margin: 0;
    line-height: 2.5
}

.about-time p:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: relative;
    top: -4px;
    margin-right: 10px;
    background: #2A82FB
}

.about-time p u {
    list-style: none;
    padding: 0 10px;
    text-decoration: none
}

.about-titless {
    font-size: 22px;
    color: #2A82FB
}

.about-sixiang {
    font-size: 26px
}

.about .about-box .links {
    width: 100%;
    margin-top: 20px;
}

.about .about-box .links a {
    display: block;
    border: 1px solid #2A82FB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #2A82FB;
    width: 90px;
    float: right;
    font-size: 16px;
}

.about .about-box .about-pic {
    width: 360px;
    height: 440px;
    position: absolute;
    top: 45px;
    right: -500px;
    border: 3px solid #2A82FB;
}

.about .about-box .about-pic img {
    position: absolute;
    top: -20px;
    left: -20px;
}

.about-sxtitle {
    color: #ddd;
    font-size: 36px
}

.about .title-box {
    color: #fff;
}

.about .title-box p {
    color: #fff;
}

.about-bin {
    color: #fff;
}

.about-bin h2 {
    text-align: center;
}

.about-bin h3 {
    font-size: 16px;
    color: #2A82FB;
    font-weight: normal;
}

.about-bin p {
    font-size: 16px;
}

.about-bottom {
    width: 100%;
    height: 71px;
    line-height: 70px;
    background: rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(215, 215, 215, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.about-ul {
    width: 1000%;
    list-style: none;
    margin: 0;
    padding: 0
}

.about-li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 2%;
    color: #bbb
}

.about-li b {
    font-size: 26px;
    padding-right: 6px;
    font-weight: normal;
    color: #2A82FB
}

.contact .contact-box .contact-map {
    width: 650px;
    height: 360px;
    float: left;
    padding: 10px;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 5px 5px #f3f3f3;
    background: #fff;
}

.contact .contact-box .contact-map img {
    width: 650px;
    height: 350px;
}

.contact .contact-box .contact-center {
    width: 255px;
    height: 360px;
    float: right;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 5px 5px #f3f3f3;
}

.contact .contact-box .contact-center h3 {
    margin: 10px 0;
    text-align: center;
    font-weight:normal;
}

.contact .contact-box .contact-center p {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
}

.contact .contact-box .contact-center .title {
    margin: 5px 0 0 0;
    color: #2A82FB;
}

.contact .contact-box .contact-center .qrcode {
    position: relative;
    padding-left: 105px;
}

.contact .contact-box .contact-center .qrcode img {
    width: 95px;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact .contact-box .contact-center .qrcode b {
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 10px;
}

.contact-main {
    background: rgba(255, 255, 255, .75);
    width: 900px;
    margin: 0 auto;
    padding: 50px
}

.contact-box {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 200px;
    text-align: left
}

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

.contact-left {
    width: 220px;
    float: left
}

.contact-left img {
    display: block;
    border: 5px solid #fff
}

.contact-center {
    width: 320px;
    float: left
}

.contact-center p.t {
    font-size: 36px;
    color: #2A82FB;
    font-family: Georgia;
    line-height: 1;
    margin-top: -15px
}

.contact-right {
    width: 260px;
    float: left
}

.contact-text {
    margin-top: 40px
}

.contact-text p {
    font-size: 22px;
    color: #2A82FB;
    letter-spacing: 3px
}

.contact-text p em {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0;
    margin: 0 5px 0 3px;
    background: #2A82FB;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-style: normal
}

.contact-text div {
    font-family: TechnicLite;
    color: #2A82FB;
    font-size: 20px
}

.dropdown-menu-media .list-group-item .media {
    line-height: 2.2
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    line-height: 60px !important
}

.window-bin {
    height: 100%;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

em.fa {
    width: 18px;
    text-align: center
}

.modal-primary .modal-header {
    background-color: #2A82FB !important
}

.modal {
    z-index: 9999999999 !important
}

.modal-backdrop {
    z-index: 9999998 !important
}

.overlay-fade {
    opacity: 0
}

.page-main {
    padding: 0 20px;
    overflow: hidden;
    background: #fff;
    margin-right: 385px;
    margin-left: 44px;
}

.pager li > a:focus, .pager li > a:hover {
    border-color: #2A82FB;
    color: #2A82FB;
    background: rgba(255, 255, 255, .75)
}

.btn {
    border-radius: 6px
}

.webui-popover {
    z-index: 9999999999999 !important
}

.container { /* margin:14px;
    width: auto; */
    padding-top: 0;
    padding-bottom: 0;
}

.subpage {
    background-attachment: fixed;
    background-position: right top;
}

.index {
    height: 100%;
}

[class*=" wb-"], [class^=wb-] {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.icon {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wb-eye:before {
    content: "\f13f";
}

.information-table {
    margin-top: 40px;
}

.page-main {
    margin-bottom: 40px;
}

.window-box.child_page, .window-box.cooperation {
    height: auto;
    padding-bottom: 80px;
}

/*子页面公共样式*/
.clearBox{clear:both;height:0;font-size: 1px;line-height: 0px;}
.n-m-r {margin-right: 0 !important;}

.window-content h1,.window-content h2,.window-content h3,.window-content h4, .window-content h5, .window-content p {
    margin: 0;
}

.window-cut .window-bnner {
    width: 100%;
    height: 600px;
    display: table;
}

.window-cut .window-bnner .bnner-box {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #fff;
}

.window-cut .window-bnner .title {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}

.window-cut .window-bnner .desc {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
}

.window-cut .window-bnner .desc p {
    margin: 0;
    margin-bottom: 25px;
}

.window-cut .bnner-box .bottom {
    margin-top: 30px;
    text-align: center;
    color: #ffffff;
    width: 100%;
}

.window-cut .bnner-box .button a {
    border: 1px solid #2A82FB;
    padding: 5px 20px;
    background: #2A82FB;
    color: #ffffff;
}

.window-cut .window-content {
    width: 100%;
    height: 100%;
    background: #f1f2f5;
}

.window-cut .window-foot {
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    background-image: url("../image/bg_botton_trying.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}

.window-cut .window-foot a {
    color: #2A82FB;
    padding: 5px 10px;
    background: #fff;
}

.window-content .content-bin {
    width: 100%;
    margin: 0 auto;
}

.window-content .content-bin.bg {
    background: #ffffff;
}

.window-content .content-bin .content-box {
    width: 1200px;
    margin: 0 auto;
}

.window-content .content-bin .content-box  .content-body {
    display: block;
    position: relative;
}

.window-content .content-bin .content-box  .content-title {
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.window-content .content-bin .content-box  .content-title p {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
}

.window-content .content-box .content-body ul li{
    float: left;
}

/*微商城*/
.window-box.shop .window-cut .window-bnner {
    background-image: url("../image/banner.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}

.shop .content-box.b1 .content-body .item{
    float: left;
    width: 400px;
    margin-bottom: 50px;
}

.shop .content-box.b1 .content-body .item .body-l{
    float: left;
    width: 100px;
    height: 100px;
}
.shop .content-box.b1 .content-body .item .body-l img {
    width: 100px;
    height: 100px;
}

.shop .content-box.b1 .content-body .item .body-r{
    float: left;
    padding-left: 10px;
}

.shop .content-box.b1 .content-body .item .body-r h5 {
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
    padding: 5px 0;
}

.shop .content-box.b1 .content-body .item .body-r p {
    line-height: 24px;
    font-size: 14px;
    color: #c3c3c3;
}


.shop .content-box.b2 .content-body .item{
    width: 280px;
    height: 350px;
    background: #fff;
    border-top: 4px solid #2A82FB;
    margin-bottom: 50px;
}

.shop .content-box.b2 .content-body {
    height: 400px;
}

.shop .content-box.b2 .content-body .item.a1 {
    position: absolute;
    left: 0;
}

.shop .content-box.b2 .content-body .item.a2 {
    position: absolute;
    left: 460px;
}

.shop .content-box.b2 .content-body .item.a3 {
    position: absolute;
    right: 0;
}

.shop .content-box.b2 .content-body .item .body-l{
    padding: 20px 20px 30px 20px;
}

.shop .content-box.b2 .content-body .item .body-l img{
    width: 240px;
    height: 180px;
}

.shop .content-box.b2 .content-body .item .body-r {
    text-align: center;
}

.shop .content-box.b2 .content-body .item .body-r h5{
    font-weight: normal;
    line-height: 50px;
    font-size: 25px;
}

.shop .content-box.b2 .content-body .item .body-r p{
    font-size: 14px;
}

.shop .content-box.b2 .content-body .item.active  {
    top: -10px;
    box-shadow: 0px 5px 5px 5px #f3f3f3;
}

.shop .content-box.b2 .content-body .item.active .body-r h5, .shop .content-box.b2 .content-body .item.active .body-r p{
    color: #2A82FB;
}

.shop .content-box.b3 .content-body {
    position: relative;
    height: 500px;
}

.shop .content-box.b3 .content-body .body-l{
    position: absolute;
    right: 150px;
    top: 80px;
}

.shop .content-box.b3 .content-body .body-l ul {
    margin:0;
    padding: 0;
    width: 250px;
    border: 1px solid #efefef;
    display: block;
    text-align: center;
}

.shop .content-box.b3 .content-body .body-l ul li {
    width: 100%;
    line-height: 60px;
    border-bottom: 1px solid #efefef;
}

.n-b-b{
    border-bottom: 0 !important;
}

.n-b-r{
    border-right: 0 !important;
}

.shop .content-box.b3 .content-body .body-l ul li.active {
    background: #2A82FB;
    color: #ffffff;
}

.shop .content-box.b3 .content-body .body-r{
    width:  250px;
    height: 435px;
    background-image: url("../image/phone.png");
    background-repeat: no-repeat;
    background-position: 2px 0;
    padding: 55px 20px 0px 20px;
    position: absolute;
    left: 150px;
    top: 10px;
}

.shop .content-box.b3 .content-body .body-r img {
    width: 250px;
    height: 435px;
}

.shop .content-box.b4 .content-body {
    position: relative;
    height: 470px;
    margin: 30px 0;
}

.shop .content-box.b4 .content-body img {
    width: 1200px;
    height: 470px;
}

.shop .content-box.b4 .content-body p {
    position: absolute;
    top: 160px;
    font-size: 14px;
    width: 100px;
}

.shop .content-box.b4 .content-body .p1 {
    left: 80px;
}

.shop .content-box.b4 .content-body .p2 {
    right: 70px;
}
/*零售*/
.window-box.retail .window-cut .window-bnner {
    background-image: url("../image/banner.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}

.retail .content-box.b1 .content-body {
    /*margin-bottom: 40px;*/
}

.retail .content-box.b1 .content-body .item {
    float: left;
    width: 326px;
    height: 200px;
    text-align: center;
}

.retail .content-box.b1 .content-body .item .body-l {
    margin-bottom: 10px;
}

.retail .content-box.b1 .content-body .item .body-l img {
    width: 100px;
    height: 100px;
}

.retail .content-box.b1 .content-body .item .body-r h5 {
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
}

.retail .content-box.b1 .content-body .item .body-r p {
    font-size: 14px;
    line-height: 24px;
}

.retail .content-box.b2 .content-body {
    margin-bottom: 30px;
}

.retail .content-box.b2 .content-body .item {
    float: left;
    width: 278px;
    height: 320px;
    text-align: center;
    margin: 0 70px 20px 0;
    border: 1px solid #efefef;
    background: #ffffff;
}

.retail .content-box.b2 .content-body .item.active {
    box-shadow: 0px 0px 5px 5px #f3f3f3;
}

.retail .content-box.b2 .content-body .item .body-l img {
    width: 240px;
    height: 180px;
}

.retail .content-box.b2 .content-body .item .body-r h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
}

.retail .content-box.b2 .content-body .item .body-r p {
    padding: 5px 15px;
    font-size: 14px;
    color: #b3b3b3;
}

.retail .content-box.b3 .content-body .item {
    float: left;
    width: 300px;
    height: 300px;
    position: relative;
}

.retail .content-box.b3 .content-body .item .body-r {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    display: none;
    color: #ffffff;
}

.retail .content-box.b3 .content-body .item .body-r p {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    line-height: 30px;
    margin-top: 30px;
}

.retail .content-box.b3 .content-body .item .body-r img {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 30%;
    left: 38%;
}

.retail .content-box.b3 .content-body .item .body-l,.retail .content-box.b3 .content-body .item .body-l img {
    width: 300px;
    height: 300px;
}

.retail .content-box.b3 .content-body .item.more {
    background-image: url('../image/more.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #2A82FB;
}

.retail .content-box.b3 .content-body .item.active .body-r{
    display: block;
}

.retail .content-box.b3 .content-body {
    margin-bottom: 40px;
}


.retail .content-box.b4 .content-body .item {
    float: left;
    width: 278px;
    height: 240px;
    text-align: center;
    margin: 0 70px 40px 0;
    background: #efefef;
    border-radius: 10px;
    padding-top: 100px;
}

.retail .content-box.b4 .content-body .item .body-l img {
    width: 85px;
    height: 85px;
}

.retail .content-box.b4 .content-body .item .body-r h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
}

.retail .content-box.b4 .content-body .item .body-r p {
    display: none;
    font-size: 14px;
}

.retail .content-box.b4 .content-body .item.active {
    background: #2A82FB;
    height: 260px;
    padding-top: 80px;
}
.retail .content-box.b4 .content-body .item.active .body-r h5 {
    color: #ffffff;
}
.retail .content-box.b4 .content-body .item.active .body-r p {
    display: block;
    color: #ffffff;
}

/*小程序*/
.wechat .content-box .content-body .item .body-r h5 {
    font-weight: normal;
}

.window-box.wechat .window-cut .window-bnner {
    background-image: url("../image/banner.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}

.wechat .content-box.b1 {
    padding-bottom: 80px;
}

.wechat .content-box .content-body .item {
    float: left;
    text-align: center;
    position: relative;
}

.wechat .content-box.b1 .content-body .item {
    width: 245px;
}

.wechat .content-box.b1 .content-body .item .body-l img {
    width: 245px;
    height: 245px;
}

.wechat .content-box.b1 .content-body .item .body-r {
    width: 100%;
    padding-top: 120px;
    height: 125px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.wechat .content-box.b1 .content-body .item .body-r h5 {
    font-size: 18px;
}

.wechat .content-box.b1 .content-body .item .body-r p {
    font-size: 14px;
    padding: 10px 30px;
    display: none;
}

.wechat .content-box.b1 .content-body .item.active .body-r {
    padding-top: 60px;
    height: 185px;
    background: #2A82FB;
}

.wechat .content-box .content-body .item.active .body-r p {
    display: block;
}

.wechat .content-bin.b2 {
    background-image: url("../image/bg_industry.png");
    background-size: 100% 100%;
}

.wechat .content-box.b2 {
    height: 460px;
}

.wechat .content-box.b2 .content-body{
    margin-top: 45px;
    background: #ffffff;
    border: 1px solid #efefef;
    box-shadow: 0 0 5px 5px #f3f3f3;
}

.wechat .content-box.b2 .content-body .item {
    width: 194px;
    height: 196px;
    border-right: 1px solid #efefef;
}

.wechat .content-box.b2 .content-body .item .body-l {
    margin-top: 55px;
}

.wechat .content-box.b2 .content-body .item .body-l img {
    width: 45px;
    height: 45px;
}

.wechat .content-box.b2 .content-body .item .body-r h5 {
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
}

.wechat .content-box.b2 .content-body .item.active .body-r h5 {
    color: #2A82FB;
}

.wechat .content-box.b3 .content-body .item {
    width: 286px;
    height: 320px;
    margin: 20px 60px 40px 0;
    background-image: url("../image/bg_right_bottom.png");
    background-repeat: no-repeat;
    background-position: 0 169px;
	box-shadow: 0px 0px 5px 5px #f3f3f3;
}

.wechat .content-box.b3 .content-body .item .body-r h5{
    position: absolute;
    left: -20px;
    top: 0;
    background-image: url("../image/bg_labor.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 180px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    font-size: 18px;
}

.wechat .content-box.b3 .content-body .item .body-r p {
    position: absolute;
    left: 10px;
    top: 80px;
    width: 220px;
    text-align: left;
}

.wechat .content-box.b3 .content-body .item .body-r img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

/*合作渠道*/
.window-box.joint .window-cut .window-bnner {
    background-image: url("../image/banner_cooperation.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}

.joint .content-box .content-body .item {
    float: left;
    text-align: center;
    position: relative;
    width: 196px;
}

.joint .content-box.b1 .content-body {
    padding-bottom: 60px;
}

.joint .content-box.b1 .content-body .item .body-l img {
    width: 120px;
    height: 120px;
}

.joint .content-box.b1 .content-body .item .body-r h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0;
}

.joint .content-bin.b2 {
    background-image: url("../image/bg_conditions.jpg");
    background-size: 100% 100%;
}

.joint .content-bin.b2 .content-title h3{
    color: #fff;
}

.joint .content-box.b2 .content-body .item {
    width: 225px;
    height: 320px;
    margin: 0 20px 50px 0;
    background: #ffffff;
    border-radius: 10px;
}

.joint .content-box.b2 .content-body .item .body-r h5 {
    color: #333;
    /*font-weight: normal;*/
    font-size: 18px;
    padding: 25px 0;
}

.joint .content-box.b2 .content-body .item.active .body-r h5, .joint .content-box.b2 .content-body .item.active .body-r p{
    color: #2A82FB;
}
.joint .content-box.b2 .content-body .item .body-r li{
    margin-bottom: 7px;
}
.joint .content-box.b2 .content-body .item .body-r p {
    font-size: 14px;
    padding: 0 20px;
    color: #b3b3b3;
    text-align: left;
    line-height: 20px;
}

.joint .content-box.b2 .content-body .item .body-r a {
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    left: 73px;
}

.joint .content-box.b2 .content-body .item.active .body-r a {
    color: #ffffff;
    background: #2A82FB;
    border-color: #2A82FB;
}

.joint .content-box.b3 .content-body .item {
    width: 140px;
    height: 260px;
}

.joint .content-box.b3 .content-body .item .body-l img {
    width: 120px;
    height: 120px;
}

.joint .content-box.b3 .content-body .item .body-r {
    margin-top: 20px;
    line-height: 30px;
}

.joint .content-box.b3 .content-body .item .body-r h5 {
    font-weight:normal;
    font-size: 16px;
}

.joint .content-box.b3 .content-body .item .body-bg {
    background: url("../image/arro_next.png") no-repeat;
    background-position: 45px 45px;
    width: 140px;
    height: 140px;
}

.joint .content-box.b4 .content-body .item {
    width: 100px;
    height: 150px;
    text-align: left;
    padding: 0 30px;
}

.joint .content-box.b4 .content-body .item .title {
    color: #2A82FB;
    font-size: 18px;
}

.joint .content-box.b4 .content-body .item .name {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0;
}

.joint .content-box.b4 .content-body .email {
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.joint .content-box.b4 .content-body .email h3 {
    font-weight: normal;
    color: #2A82FB;
}

.joint .content-box.b4 .content-body .email p {
    font-size: 14px;
}

.joint .content-box.b4 .content-body .item .tel, .joint .content-box.b4 .content-body .item .phone{
    font-size: 14px;
}

.joint .content-box.b5{
    height: 50px;
}

/*合作*/
.window-box.cooperation .window-cut .window-bnner {
    background-image: url("../image/banner_industry_cooperation.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}

.cooperation .content-box .content-body .item {
    float: left;
    position: relative;
    width: 240px;
}

.cooperation .content-box.b1 .content-body {
    padding-bottom: 60px;
}

.cooperation .content-box.b1 .content-body .item .body-l img {
    width: 120px;
    height: 120px;
}

.cooperation .content-box.b1 .content-body .item .body-r h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0;
}

.cooperation .content-box.b1 .content-body .item {
    text-align: center;
}

.cooperation .content-box.b1 .content-body .item .body-r h6{
    height: 30px;
    line-height: 30px;
    color: #2A82FB;
    font-size: 14px;
}
.cooperation .content-box.b1 .content-body .item .body-r p {
    color: #999;
    font-size: 12px;
}

.cooperation .content-bin.b2 .content-title h3{
    color: #fff;
}

.cooperation .content-box.b2 .content-body .item {
    margin: 30px 50px;
    width: 500px;
    height: 230px;
    background: #ffffff;
    border-radius: 10px;
}

.cooperation .content-box.b2 .content-body .item .body-l {
    width: 350px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f6fa;
    padding: 10px;
}

.cooperation .content-box.b2 .content-body .item .body-l i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    position: absolute;
    top: -10px;
    left: 20px;
    border-radius: 50px;
    color: #fff;
    font-style: italic;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.cooperation .content-box.b2 .content-body .item .body-l i.blue {
    background: #2A82FB;
}

.cooperation .content-box.b2 .content-body .item .body-l i.yellow {
    background: #f9882b;
}

.cooperation .content-box.b2 .content-body .item .body-l .title {
    padding-left: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.cooperation .content-box.b2 .content-body .item .body-l .intro {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.cooperation .content-box.b2 .content-body .item .body-l .content {
    color: #666;
    width: 130px;
    font-size: 12px;
}

.cooperation .content-box.b2 .content-body .item .body-r {
    width: 350px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cooperation .content-box.b2 .content-body .item .body-r img {
    width: 100%;
    height: 100%;
}

.cooperation .content-box.b2 .content-body .item.active .body-r a {
    color: #ffffff;
    background: #2A82FB;
    border-color: #2A82FB;
}

.cooperation .content-box.b3 .content-body {
    padding-bottom: 60px;
}

.cooperation .content-box.b3 .content-body .item {
    width: 200px;
    margin: 10px 50px;
    text-align: center;
    background: #fff;
}

.cooperation .content-box.b3 .content-body .item .body-l {
    padding: 20px 10px 10px 10px;
}

.cooperation .content-box.b3 .content-body .item .body-r {
    padding: 10px 20px 20px 20px;
}

.cooperation .content-box.b3 .content-body .item .body-r .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.cooperation .content-box.b3 .content-body .item .body-r .intro {
    font-size: 12px;
    color: #666;
    text-align: left;
}

.cooperation .content-box.b4 .content-body .link {
    width: 800px;
    height: 200px;
    margin: 0 auto;
    background-image: url("../image/img_contact_us.jpg");
}


/*关于我们*/
.window-box.about .window-cut .window-bnner {
    background-image: url("../image/banner_aboutus.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}

.about .content-bin.b1{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f3f3f3;
    box-shadow:0px 10px 0px 0px #f3f3f3;
}

.about .content-bin.b1 .content-title {
    padding: 0;
}

.about .content-bin.b1 .content-title a {
    display: inline-block;
    width: 100px;
    height: 57px;
    line-height: 57px;
    margin: 0 100px;
}

.about .content-bin.b1 .content-title a:focus {
    border:0;
}

.about .content-bin.b1 .content-title a:hover {
    border-bottom: 3px solid #2A82FB;
}

.about .content-box .item {
    position: relative;
    height: 500px;
}

.about .content-box .content-body {
    padding: 60px 0;
}

.about .content-box .item .body-r{
    padding: 40px;
    width: 450px;
    height: 370px;
    border-radius: 5px;
    position: absolute;
    background: #ffffff;
    text-align: left;
    z-index: 2;
    border: 1px solid #f3f3f3;
}

.about .content-box .item .body-l{
    width: 800px;
    height: 450px;
    position: absolute;
    z-index: 1;
}

.about .content-box .item .body-l img{
    width: 100%;
    height: 100%;
}

.about .content-box .item .body-r h5 {
    font-weight: normal;
    font-size: 20px;
    width: 100px;
    line-height: 100px;
    border-top: 3px solid #2A82FB;
    text-align: left;
}

.about .content-box .item .body-r p {
    margin-top: 20px;
    font-size: 16px;
}

.about .content-bin.b3 {
    background: #272c47;
}

.about .content-box.b2 .item .body-l, .about .content-box.b4 .item .body-l{
    right: 0;
    bottom: 0;
}

.about .content-box.b2 .item .body-r, .about .content-box.b4 .item .body-r {
    box-shadow: -2px -2px 5px 2px #f3f3f3;
    top: 0;
    left: 0;
}

.about .content-box.b3 .item .body-l {
    top: 0;
    left: 0;
}

.about .content-box.b3 .item .body-r {
    box-shadow: 2px 2px 5px 2px #f3f3f3;
    right: 0;
    bottom: 0;
}

.about .content-box.b4 .item .body-r .mb20 {
    margin-bottom: 20px;
}

.about .content-box.b4 .item .body-r p{
    background: url("../image/bullet-black.png") no-repeat;
    background-position: 0 0;
    padding-left: 20px;
    margin: 10px 0 0 0;
}

.about .content-box.b5 .content-body {
    padding: 0 0 60px 0;
	text-align: center;
}

.about .content-box.b5 .item {
    width: 309px;
    height: 200px;
    float: left;
}

.about .content-box.b5 .item.p26 {
    padding: 0 26px;
}
.about .content-box.b5 .content-title h3 {
    padding: 0 30px;
    display: inline-block;
}

.about .content-box.b5 .content-title span{
    display: inline-block;
    border-bottom: 1px solid #efefef;
    width: 415px;
    height:1px;
}

.about .content-box.b5 .item  h5{
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 40px;
}

.about .content-box.b5 .item p {
    font-size: 14px;
    margin-top: 10px;
}

.about .content-box.b5 .item .img {
    float: left;
    padding: 0 10px 0 0;
}

.about .content-box.b5 .item .wechat {
    float: left;
}

.about .content-box.b5 .item .service {
    text-align: center;
    float: left;
}

.about .content-box.b5 .item .form {
    text-align: center;
    float: right;
}

/*定制*/
.window-box.custom .window-cut .window-bnner {
    background-image: url("../image/customization.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}

.custom .content-box .content-body .item {
    float: left;
    text-align: center;
    position: relative;
}

.custom .content-box.b1 .content-body {
    padding-bottom: 40px;
}

.custom .content-box.b1 .content-body .item {
    width: 300px;
}

.custom .content-box.b1 .content-body .item .body-l img{
    width: 120px;
    height: 120px;
}

.custom .content-box.b1 .content-body .item .body-r h5{
    font-weight: normal;
    padding: 20px 0;
    font-size: 18px;
}

.custom .content-box.b1 .content-body .item .body-r p {
    padding:0 20px;
    font-size: 14px;
    color: #b3b3b3;
    text-align: left;
}


.custom .content-box.b2 .content-body .item {
    width: 280px;
    height: 390px;
    margin-right: 180px;
    margin-bottom: 50px;
    border-bottom: 1px solid #efefef;
    box-shadow: 0px 0px 5px 0px #f3f3f3;
}

.custom .content-box.b2 .content-body .item.pl {
    margin-left: 170px;
}

.custom .content-box.b2 .content-body .item  .body-l {
    width: 280px;
    height: 280px;
    position: relative;
}

.custom .content-box.b2 .content-body .item  .body-l img, .custom .content-box.b2 .content-body .item  .body-l i {
    width: 280px;
    height: 280px;
    display: block;
}

.custom .content-box.b2 .content-body .item  .body-l i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.custom .content-box.b2 .content-body .item  .body-r h5 {
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    padding: 10px 0;
}

.custom .content-box.b2 .content-body .item  .body-r p {
    line-height: 35px;
}

.custom .content-box.b2 .content-body .item  .body-r p a {
    padding: 5px 10px;
    border: 1px solid #2A82FB;
    color: #2A82FB;
    border-radius: 20px;
    font-size: 14px;
}

.custom .content-box.b2 .content-body .item.active  .body-l{
    background-color: #2A82FB;
}

.custom .content-box.b2 .content-body .item.active  .body-l i {
    display: block;
    background-color: #2A82FB;
    background-repeat: no-repeat;
    background-position: 110px 110px;
}

.custom .content-box.b2 .content-body .item.active .body-r p a {
    background: #2A82FB;
    color: #ffffff;
}

.custom .content-box.b3 .content-body {
    padding-bottom: 70px;
}

.custom .content-box.b3 .content-body .item {
    width: 200px;
    height: 220px;
    background: #efefef;
    margin-right: 133px;
}

.custom .content-box.b3 .content-body .item .body-l {
    padding-top: 30px;
}

.custom .content-box.b3 .content-body .item .body-l img {
    width: 70px;
    height: 70px;
}

.custom .content-box.b3 .content-body .item .body-r h5 {
    padding-top: 50px;
    font-weight: normal;
    font-size: 16px;
}

.custom .content-box.b3 .content-body .item .body-r a {
    border: 1px solid #cccccc;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
}

.custom .content-box.b3 .content-body .item .body-r p {
    display: none;
    margin-top: 20px;
}
.custom .content-box.b3 .content-body .item.active {
    background: #2A82FB;
}

.custom .content-box.b3 .content-body .item.active .body-r h5{
    padding-top: 20px;
    color: #ffffff;
}

.custom .content-box.b3 .content-body .item.active .body-r a {
    color: #ffffff;
}

.custom .content-box.b3 .content-body .item.active .body-r p {
    display: block;
}

/*套餐*/
.window-box.package .window-cut .window-bnner {
    background-image: url("../image/banner.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}

.window-box.package .content-title {
    background: #ffffff;
}

.window-box.package .tips {
    text-align: right;
    line-height: 30px;
    padding: 10px 30px;
}

.window-box.package  .m-table {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    float: right;
}
.window-box.package  .m-table {
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd;
}

.window-box.package .m-table thead {
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    border-bottom: none;
    font-size: 16px;
}
.window-box.package .m-table thead th {
    padding: 0 10px;
}

.window-box.package .m-table th {
    font-weight: bold;
}

.window-box.package .m-table tbody tr {
    background: #fff;
}

.window-box.package .m-table th, .m-table td {
    padding: 6px 10px;
    border: 1px solid #ddd;
}

.window-box.package .m-table i {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto;
}

.window-box.package .m-table .yes {
    background: url("../image/icon-yes.gif") no-repeat;
}

.window-box.package .m-table .no {
    background: url("../image/icon-no.gif") no-repeat;
}

.window-box.package .m-table .soon {
    background: url("../image/icon-soon.gif") no-repeat;
}

.window-box.package .m-table tr.active {
    background: #e6e6e6;
}


