/* line 2, ../sass/_index.scss */

.banner {
    height: 590px;
    background: url("banner.jpg") no-repeat center center;
}


/* line 7, ../sass/_index.scss */

.banner-box {
    margin: 0 auto;
    padding-top: 155px;
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
}


/* line 15, ../sass/_index.scss */

.banner-border {
    margin: 0 auto;
    padding-top: 1px;
    width: 913px;
    height: 216px;
    background: url("../bundles/shopexwebonex/images/newB2B/banner-border.png") no-repeat 100% 100%;
    text-align: center;
    box-sizing: border-box;
}


/* line 23, ../sass/_index.scss */

.banner-border h2 {
    margin-top: -50px;
    margin-bottom: 30px;
    color: #fff;
}


/* line 27, ../sass/_index.scss */

.banner-border h2 i {
    font-family: arial;
    font-weight: bold;
    font-size: 75px;
    vertical-align: sub;
}


/* line 33, ../sass/_index.scss */

.banner-border h2 em {
    font-size: 68px;
    letter-spacing: 3px;
    font-weight: bold;
}


/* line 38, ../sass/_index.scss */

.banner-border h2 span {
    margin: 0 5px 0 12px;
    color: #ff4848;
}


/* line 43, ../sass/_index.scss */

.banner-border h3 {
    margin-bottom: 20px;
    font-size: 0;
}


/* line 46, ../sass/_index.scss */

.banner-border h3 span {
    display: inline-block;
    font-size: 28px;
    color: #f1f6ff;
    line-height: 1;
    vertical-align: middle;
}


/* line 53, ../sass/_index.scss */

.banner-border h3 div {
    margin: 4px 30px 0;
    display: inline-block;
    line-height: 1;
    width: 3px;
    height: 26px;
    background: #f1f6ff;
    vertical-align: middle;
}


/* line 63, ../sass/_index.scss */

.banner-border p {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1;
    color: #f1f6ff;
}


/* line 69, ../sass/_index.scss */

.banner-border a {
    margin: 0 auto;
    display: block;
    width: 235px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 20px;
    line-height: 56px;
    color: #fff;
}


/* line 85, ../sass/_index.scss */

.newTil {
    padding-top: 70px;
    text-align: center;
}


/* line 88, ../sass/_index.scss */

.newTil h3 {
    font-size: 28px;
    line-height: 1;
    color: #333;
}


/* line 95, ../sass/_index.scss */

.newWhere {
    padding-bottom: 105px;
    background: #f5f5f5;
}


/* line 100, ../sass/_index.scss */

.newWhere-box {
    padding-top: 56px;
}


/* line 102, ../sass/_index.scss */

.newWhere-box ul {
    margin: 0 auto;
    width: 1060px;
    font-size: 0;
}


/* line 106, ../sass/_index.scss */

.newWhere-box ul li {
    margin-bottom: 70px;
    padding-left: 50px;
    display: inline-block;
    width: 50%;
    height: 76px;
    box-sizing: border-box;
}


/* line 113, ../sass/_index.scss */

.newWhere-box ul li img {
    display: block;
    float: left;
}


/* line 118, ../sass/_index.scss */

.newWhere-box ul li:hover img {
    transition: 0.4s;
    transform: rotateX(360deg);
}


/* line 124, ../sass/_index.scss */

.newWhere-box ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}


/* line 130, ../sass/_index.scss */

.newWhere-text {
    margin-left: 105px;
    padding-top: 12px;
}


/* line 133, ../sass/_index.scss */

.newWhere-text h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1;
    color: #333;
}


/* line 139, ../sass/_index.scss */

.newWhere-text p {
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}


/* line 147, ../sass/_index.scss */

.newList {
    position: relative; background:#fff;
}


/* line 151, ../sass/_index.scss */

.newList-head {
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


/* line 158, ../sass/_index.scss */

.newList-head .newTil {
    padding-top: 50px;
}


/* line 160, ../sass/_index.scss */

.newList-head .newTil h3 {
    color: #fff;
}


/* line 164, ../sass/_index.scss */

.newList-head .newList-line {
    margin: 30px auto;
    width: 42px;
    height: 2px;
    background: #e93737;
}

.newList-position{
  width: 100%;
  height: 160px;
  position: absolute;
  text-align: center;
}
.newList-position.act{
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  background: #212537;
}
.newList-position.act ol{
  height: 70px;
}
.newList-position.act ol li{
  padding: 0;
}
.newList-position.act ol li h3{
  line-height: 70px;
}
.newList-position.act ol li.on{
  height: 70px;
  bottom: 0;
  background: #d44040;
}
.newList-position.act ol li.on p{
  display: none;
}
/* line 170, ../sass/_index.scss */

.newList-head ol {
    display: inline-block;
    width: 1060px;
    height: 160px;
    position: relative;
}


/* line 176, ../sass/_index.scss */

.newList-head ol li {
    padding-top: 30px;
    padding-bottom: 20px;
    width: 25%;
    position: absolute;
    bottom: 0;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s;
}


/* line 187, ../sass/_index.scss */

.newList-head ol li h3 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
}


/* line 192, ../sass/_index.scss */

.newList-head ol li p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    display: none;
}


/* line 211, ../sass/_index.scss */

.newList-head ol li.on {
    height: 180px;
    bottom: -20px;
}

.newList-head ol li:nth-child(1).on{
  background: url('../bundles/shopexwebonex/images/newB2B/newHead01.jpg') #d44040 center center;
} 
.newList-head ol li:nth-child(2).on{
  background: url('../bundles/shopexwebonex/images/newB2B/newHead02.jpg') #d44040 center center;
} 
.newList-head ol li:nth-child(3).on{
  background: url('../bundles/shopexwebonex/images/newB2B/newHead03.jpg') #d44040 center center;
} 
.newList-head ol li:nth-child(4).on{
  background: url('../bundles/shopexwebonex/images/newB2B/newHead04.jpg') #d44040 center center;
} 


/* line 215, ../sass/_index.scss */

.newList-head ol li.on p {
    display: block;
}



/* line 223, ../sass/_index.scss */

.newList-head ol li:nth-child(1) {
    left: 0;
}


/* line 229, ../sass/_index.scss */

.newList-head ol li:nth-child(2) {
    left: 25%;
}



/* line 235, ../sass/_index.scss */

.newList-head ol li:nth-child(3) {
    left: 50%;
}


/* line 241, ../sass/_index.scss */

.newList-head ol li:nth-child(4) {
    left: 75%;
}


/* line 252, ../sass/_index.scss */

.newList-body ul li {
    padding-top: 300px; width:100%;
}


/* line 255, ../sass/_index.scss */

.newList-body ul li:nth-child(1) {
    background: url("list01.jpg") no-repeat top center;
}


/* line 258, ../sass/_index.scss */

.newList-body ul li:nth-child(1) .newList-body-box h3 {
    margin-bottom: 40px;
}


/* line 262, ../sass/_index.scss */

.newList-body ul li:nth-child(1) .newCase {
    background: url("newCase01.jpg") no-repeat center center;
}


/* line 266, ../sass/_index.scss */

.newList-body ul li:nth-child(2) {
    background: url("list02.jpg") no-repeat top center;
}


/* line 269, ../sass/_index.scss */

.newList-body ul li:nth-child(2) .newList-body-box h3 {
    margin-bottom: 20px;
}


/* line 273, ../sass/_index.scss */

.newList-body ul li:nth-child(2) .newCase {
    background: url("newCase02.jpg") no-repeat center center;
}


/* line 277, ../sass/_index.scss */

.newList-body ul li:nth-child(3) {
    background: url("list03.jpg") no-repeat top center;
}


/* line 280, ../sass/_index.scss */

.newList-body ul li:nth-child(3) .newList-body-box h3 {
    margin-bottom: 40px;
}


/* line 284, ../sass/_index.scss */

.newList-body ul li:nth-child(3) .newCase {
    background: url("newCase03.jpg") no-repeat center center;
}


/* line 288, ../sass/_index.scss */

.newList-body ul li:nth-child(4) {
    background: url("list04.jpg") no-repeat top center;
}


/* line 291, ../sass/_index.scss */

.newList-body ul li:nth-child(4) .newList-body-box h3 {
    margin-bottom: 60px;
}


/* line 295, ../sass/_index.scss */

.newList-body ul li:nth-child(4) .newCase {
    background: url("newCase04.jpg") no-repeat center center;
}


/* line 302, ../sass/_index.scss */

.newList-body-box {
    margin: 0 auto;
    padding-top: 62px;
    width: 1060px;
    height: 790px;
    box-sizing: border-box;
    text-align: center;
}


/* line 309, ../sass/_index.scss */

.newList-body-box p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 34px;
    color: #828282;
}


/* line 315, ../sass/_index.scss */

.newList-body-box h3 {
    font-size: 28px;
    line-height: 50px;
}


/* line 321, ../sass/_index.scss */

.newSupport {
    padding-bottom: 70px;
    background: #f5f5f5;
}


/* line 325, ../sass/_index.scss */

.newSupport .newTil p {
    margin-top: 32px;
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}


/* line 333, ../sass/_index.scss */

.newSupport dl {
    margin: 0 auto;
    padding-top: 40px;
    width: 1060px;
    display: flex;
    flex-wrap: wrap;
}


/* line 339, ../sass/_index.scss */

.newSupport dl dd {
    max-width: 354px;
    min-width: 352px;
    height: 240px;
    text-align: center;
    flex: 1;
    font-size: 0;
}


/* line 346, ../sass/_index.scss */

.newSupport dl dd h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1;
    color: #333333;
}


/* line 352, ../sass/_index.scss */

.newSupport dl dd p {
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}


/* line 361, ../sass/_index.scss */

.newSupport-box {
    margin-bottom: 20px;
    display: inline-block;
    width: 88px;
    height: 88px;
    position: relative;
}


/* line 369, ../sass/_index.scss */

.newSupport-img {
    width: 88px;
    height: 88px;
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}


/* line 378, ../sass/_index.scss */

.newSupport-img img {
    width: 100%;
    height: 100%;
}


/* line 385, ../sass/_index.scss */

.newSupport dl dd:hover .newSupport-img {
    -webkit-animation: platAct 0.65s linear 1;
    -webkit-animation: platAct 0.65s linear 1;
    -moz-animation: platAct 0.65s linear 1;
    -ms-animation: platAct 0.65s linear 1;
    -o-animation: platAct 0.65s linear 1;
    animation: platAct 0.65s linear 1;
}

@-webkit-keyframes platAct {
    0% {
        margin-top: 0;
    }
    30% {
        margin-top: -25px;
    }
    40% {
        margin-top: -25px;
    }
    50% {
        margin-top: 0;
    }
    65% {
        margin-top: -12px;
    }
    80% {
        margin-top: 0;
    }
    90% {
        margin-top: -3px;
    }
    100% {
        margin-top: 0;
    }
}

@-moz-keyframes platAct {
    0% {
        margin-top: 0;
    }
    30% {
        margin-top: -25px;
    }
    40% {
        margin-top: -25px;
    }
    50% {
        margin-top: 0;
    }
    65% {
        margin-top: -12px;
    }
    80% {
        margin-top: 0;
    }
    90% {
        margin-top: -3px;
    }
    100% {
        margin-top: 0;
    }
}

@-ms-keyframes platAct {
    0% {
        margin-top: 0;
    }
    30% {
        margin-top: -25px;
    }
    40% {
        margin-top: -25px;
    }
    50% {
        margin-top: 0;
    }
    65% {
        margin-top: -12px;
    }
    80% {
        margin-top: 0;
    }
    90% {
        margin-top: -3px;
    }
    100% {
        margin-top: 0;
    }
}

@-o-keyframes platAct {
    0% {
        margin-top: 0;
    }
    30% {
        margin-top: -25px;
    }
    40% {
        margin-top: -25px;
    }
    50% {
        margin-top: 0;
    }
    65% {
        margin-top: -12px;
    }
    80% {
        margin-top: 0;
    }
    90% {
        margin-top: -3px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes platAct {
    0% {
        margin-top: 0;
    }
    30% {
        margin-top: -25px;
    }
    40% {
        margin-top: -25px;
    }
    50% {
        margin-top: 0;
    }
    65% {
        margin-top: -12px;
    }
    80% {
        margin-top: 0;
    }
    90% {
        margin-top: -3px;
    }
    100% {
        margin-top: 0;
    }
}
.newSupport a{
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 42px;
    border: 1px solid #202333;
    border-radius: 3px;
    font-size: 16px;
    line-height: 40px;
    color: #202333;
    transition: 0.4s;
    text-align: center;
    position: relative;
    z-index: 5;
}
.newSupport a:hover{
    color: #fff;
}
.newSupport a:hover .move-effect{
    width: 100%;
    background: #202333;
}

/* line 531, ../sass/_index.scss */

.newCase {
    height: 516px;
}


/* line 533, ../sass/_index.scss */

.newCase .newTil h3 {
    color: #fff;
}


/* line 538, ../sass/_index.scss */

.newCase-img {
    margin: 40px auto 35px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.4s;
    transform: scale(0.9);
}


/* line 547, ../sass/_index.scss */

.newCase-img img {
    width: 100%;
    height: 100%;
}


/* line 551, ../sass/_index.scss */

.newCase-img:hover {
    transform: scale(1);
}


/* line 556, ../sass/_index.scss */

.newCase-box {
    margin: 0 auto;
    width: 1060px;
    text-align: center;
}


/* line 560, ../sass/_index.scss */

.newCase-box h4 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
}


/* line 566, ../sass/_index.scss */

.newCase-box p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.newFoot{
    padding-top: 190px;
    height: 460px;
    background: url("../bundles/shopexwebonex/images/newB2B/newFoot.jpg") no-repeat center center;
    text-align: center;
    box-sizing: border-box;
}
.newFoot h3{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.newFoot p{
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
.newFoot a{
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    transition: 0.4s;
    position: relative;
    z-index: 5;
}
.newFoot a:hover{
    color: #202333;
}
.newFoot a:hover .move-effect{
    width: 100%;
    background: #fff;
}