
.banner {
    width: 100%;
}

    .banner > a > img {
        width: 100%;
    }

.business-intro {
    width: 1300px;
    height: 647px;
    margin: 70px auto;
}

.intro-left {
    float: left;
    width: 496px;
    height: 709px;
    background-image: url(/Content/img/intro_left.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    padding: 55px 55px 0px 55px;
    color: #FFFFFF;
}

    .intro-left h2 {
        font-size: 26px;
    }

    .intro-left p {
        margin-top: 22px;
        font-size: 18px;
        line-height: 34px;
    }

.intro-right {
    float: left;
    width: 780px;
    margin-left: 24px;
}

    .intro-right > div {
        height: 343px;
        width: 100%;
    }

.intro-right-top {
    background-image: url(/Content/img/share.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.intro-right-bottom {
    margin-top: 23px;
    background-image: url(/Content/img/ecosphere.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.share-word-content {
    position: relative;
    width: 450px;
    height: 100%;
    float: right;
    background-color: #ed4f48;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    padding: 80px 50px 0 50px;
}

.ecosphere-word-content {
    position: relative;
    width: 450px;
    height: 100%;
    float: left;
    background-color: #549a9e;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    padding: 80px 50px 0 50px;
}
/*向左*/
.triangle_border_left {
    width: 0;
    height: 0;
    border-width: 15px 16px 15px 0;
    border-style: solid;
    border-color: transparent #ed4f48 transparent transparent; /*透明 灰 透明 透明 */
    position: absolute;
    left: -16px;
    top: 23px;
}
/*向右*/
.triangle_border_right {
    width: 0;
    height: 0;
    border-width: 15px 0 15px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #549a9e; /*透明 透明 透明 灰*/
    position: absolute;
    right: -16px;
    top: 23px;
}

.intro-right h2 {
    font-size: 26px;
    color: #ffffff;
}

.intro-right p {
    color: #ffffff;
    margin-top: 22px;
    font-size: 18px;
    line-height: 34px;
}

.service-content {
    clear: both;
    /*margin-top: 77px;*/
    margin: 77px auto 0 auto;
    width: 100%;
    /*width: 1300px;*/
    height: 849px;
    background-image: url(/Content/img/service-bg.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.service-wrap, .hot-way-wrap {
    clear: both;
    width: 1300px;
    text-align: center;
    margin: 0 auto;
}

    .service-wrap .title, .hot-way-wrap .title, .settled-merchant-wrap .title, .last-new-wrap .title {
        font-size: 26px;
        color: #333333;
        padding-top: 58px;
    }

.line {
    padding-top: 20px;
}

.service-floor1 {
    width: 1300px;
    margin-top: 36px;
    height: 306px;
}

    .service-floor1 > div {
        float: left;
        position: relative;
        height: 100%;
    }

.floor1-left {
    width: 863px;
}

.floor1-right {
    width: 425px;
    margin-left: 12px;
}

.service-floor1 > div, .service-ul li {
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.service-floor2 {
    width: 1300px;
    margin-top: 12px;
    height: 306px;
}

.service-ul {
    height: 100%;
}

    .service-ul li {
        float: left;
        display: block;
        position: relative;
        list-style: none;
        height: 100%;
        width: 425px;
    }

        .service-ul li:not(:first-child) {
            margin-left: 12.5px;
        }

.mask {
    width: 100%;
    height: 71px;
    display: table;
    position: absolute;
    background-color: rgb(0,0,0);
    opacity: 0.5;
    z-index: 5;
    left: 0;
    bottom: 0;
    text-align: left;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    padding: 0 20px;
}

.floor1-left .mask1, .floor1-right .mask1, .service-ul .mask1 {
    width: 100%;
    height: 100%;
    background-color: rgb(51,51,51);
    opacity: 0.7;
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    padding: 58px 55px;
}

.mask1 {
    display: none;
    text-align: left;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 31px;
    cursor: pointer;
}

    .mask1 .title1 {
        font-size: 18px;
        padding-bottom: 10px;
        line-height: 40px;
    }

.mask > div {
    display: table-cell;
    vertical-align: middle;
}

.mask span {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.ul-wrap {
    width: 1320px;
    margin: 40px auto;
}

.hot-way-content{
	width: 100%;
	height: 830px;
}
.hot-way-wrap{
	width: 1300px;
}

.hot-way-ul > li {
    list-style: none;
    display: block;
    position: relative;
    float: left;
    width: 655px;
    height: 222px;
}

    .hot-way-ul > li > img {
        width: 100%;
        display: block;
    }

.hot-way-ul .first {
    margin-left: 0;
}

.hot-way-ul .floor2 {
    margin-top: 50px;
}

.hot-way-ul li .country {
    height: 66px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #333333;
    line-height: 66px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 2px #0061b3;
    padding-left: 20px;
}

    .hot-way-ul li .country > img {
        vertical-align: middle;
        padding-right: 8px;
    }

.hot-way-mask {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mask-mask {
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    opacity: 0.7;
    vertical-align: middle;
}

.channel-info {
    width: 636px;
    height: 204px;
    background-color: #ededed;
}

.channel-img {
    width: 304px;
    height: 204px;
    float: left;
}

.channel-detail {
    width: 300px;
    height: 180px;
    float: left;
    margin-left: 25px;
    padding-top: 20px;
}

.mask-info {
    margin-top:6px;
}

.mask-info-title {
    text-align: left;
    color: #333333;
    font-size: 16px;
}

.mask-info > li {
    list-style: none;
    text-align: left;
    display: block;
    color: #666666;
    font-size: 14px;
    height: 26px;
    line-height: 16px;
}

.settled-merchant-content {
    width: 100%;
    height: 550px;
    background-color: #f2f2f2;
}

.settled-merchant-wrap {
    width: 1300px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.slider {
    width: 1300px;
    height: 310px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.slider-wrap {
    width: 1214px;
    height: 100%;
    overflow: hidden;
}

.slider-ul {
    margin-left: -10px;
    width: 9999px;
}

    .slider-ul li {
        display: block;
        list-style: none;
        float: left;
        width: 296px;
        height: 307px;
        margin-left: 10px;
    }

        .slider-ul li:hover {
            color: #0061b3;
        }

.slider-wrap > div {
    width: 1224px;
    height: 100%;
}

.slider-ul li img {
    display: block;
    width: 296px;
    height: 214px;
    margin-top: 7px;
}

.slider-ul li .canpany-name {
    display: table;
    width: 100%;
    height: 85px;
}

    .slider-ul li .canpany-name div {
        background-color:#eee;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .slider-ul li .canpany-name div span {
            font-size: 22px;
            line-height: 28px;
            display: block;
            vertical-align: middle;
        }

.pre, .next {
    display: block;
    height: 40px;
    width: 24px;
    position: absolute;
}

.pre {
    left: 0;
    top: 130px;
    background-image: url(/Content/img/pre-gray.png);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.next {
    right: 0;
    top: 130px;
    background-image: url(/Content/img/next-red.png);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



.last-new-content {
    width: 100%;
    height: 800px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.last-new-content-noshow {
    width: 100%;
    height: 50px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}

.last-new-wrap {
    width: 1300px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.ul-wrap {
    width: 1320px;
}

.last-new-ul > li {
    list-style: none;
    float: left;
    display: block;
    width: 423px;
    height: 539px;
    background-color: #f2f2f2;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    padding: 30px 20px;
}

    .last-new-ul > li:first-child {
        background-image: url(/Content/img/arrow-red.png);
    }

    .last-new-ul > li:not(:first-child) {
        background-image: url(/Content/img/arrow-gray.png);
        margin-left: 18px;
    }

.last-new-ul li:hover {
    /*background-image: url(../img/arrow-red.png);*/
}

.last-new-ul .info-wrap {
    width: 100%;
    height: 100%;
    text-align: left;
}

.info-wrap .title-cn {
    font-size: 26px;
    color: #333333;
}

.info-wrap .title-en {
    font-size: 16px;
    color: #bbbbbb;
}

.info-wrap .news-img {
    width: 100%;
    margin-top: 17px;
    display: block;
}

.info-wrap .news-words {
    width: 100%;
    height: 205px;
    overflow: hidden;
}

.news-words .img-words {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    line-height: 53px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .news-words .img-words:hover, .news-words ul li > a:hover {
        color: #0061b3;
        text-decoration: underline;
    }

.news-words hr {
    width: 100%;
    border: 0;
    ;
    border-bottom: 2px dotted #c8c8c8;
    height: 0px;
}

.news-words ul {
    display: block;
    height: 130px;
    overflow: hidden;
}

    .news-words ul li {
        list-style: none;
    }

        .news-words ul li > a {
            display: block;
            position: relative;
            width: 260px;
            float: left;
            line-height: 40px;
            text-decoration: none;
            font-size: 16px;
            color: #333333;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-left: 10px;
        }

            .news-words ul li > a:before {
                content: '';
                width: 6px;
                height: 6px;
                position: absolute;
                top: 18px;
                left: 0px;
                border-radius: 100%;
                background-color: #333333;
            }

        .news-words ul li > .red-dot:before {
            background-color: #0061b3;
        }

        .news-words ul li > span {
            text-align: right;
            line-height: 40px;
            display: block;
            width: 100px;
            float: right;
            text-decoration: none;
            font-size: 16px;
            color: #333333;
        }
