@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a, img {
    border: 0;
    cursor: pointer;
}

a {
    color: #0081d2;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus{
    color: #f50;
    text-decoration: none;
    cursor: pointer;
}

a.a18:link {color:#565656; font-size: 18px;}
a.a18:visited {color:#565656; font-size: 18px;}
a.a18:hover {color:#f50; font-size: 18px;}
a.a18:active {color:#f50; font-size: 18px;}

body {
    font: 14px/180% Arial, Helvetica, sans-serif;
    background: #f4f4f4;
}

* {
    box-sizing: border-box;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#nav-container {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 99;
    width: 100%;
    height: 80px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.max-container{
    max-width: 1240px;
    margin: auto;
}
#content {
    margin-top: 80px;
    overflow-x: hidden;
}

.slide-number a, .slide-number .slide-number-active, .sl-angle, .slide-number {
    background-image: url(../images/cloud/icon.png)
}

#banner {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 100;
    background: #f9f9f9
}

.slide-area {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    padding-top: 37.45%;;
    background: #f9f4ed
}

.slide-area .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 37.45%;
    height: auto
}

.slide-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 800ms ease-in-out;
    -moz-transition: opacity 800ms ease-in-out;
    -ms-transition: opacity 800ms ease-in-out;
    -o-transition: opacity 800ms ease-in-out;
    transition: opacity 800ms ease-in-out
}

.pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 800ms cubic-bezier(.62, .25, .65, .83);
    -moz-transition: all 800ms cubic-bezier(.62, .25, .65, .83);
    -ms-transition: all 800ms cubic-bezier(.62, .25, .65, .83);
    -o-transition: all 800ms cubic-bezier(.62, .25, .65, .83);
    transition: all 800ms cubic-bezier(.62, .25, .65, .83)
}

.txt-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    zoom: 1;
}

.txt-wrap .r-btn-buy,
.txt-wrap .r-btn-learn {
    position: absolute;
    top: 60%;
    left: 68%;
    width: 9%;
    padding-top: 2.86%;
    background-image: url(../images/btn_buy.png);
    background-size: 100% 100%;
    z-index: 9;
}

.txt-wrap .r-btn-learn {
    top: 43%;
    left: 9.6%;
    background-image: url(../images/btn_learn_more.png);
}

.txt-2 .r-btn-buy {
    top: 50%;
    left: 25%;
}

.txt-2 .r-btn-learn {
    top: 59%;
    left: 4.5%;
}

.txt-3 .r-btn-buy {
    top: 55%;
    left: 52%;
}

.txt-3 .r-btn-learn {
    top: 46%;
    left: 16%;
}

.txt-4 .r-btn-buy {
    top: 55%;
    left: 52%;
}

.txt-4 .r-btn-learn {
    top: 45%;
    left: 17.5%;
}

.txt-0 .r-btn-learn {
    top: 35%;
    left: 5.5%;
}

.txt {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.txt h3, .txt p {
    display: none
}

.txt a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    cursor: pointer;
    text-indent: -9999em;
    overflow: hidden;
    z-index: 9;
    outline: 0;
}

.txt a:moz-focus-inner {
    border: 0;
}

.slide-1 .bg-1, .slide-1 .pic-1, .slide-1 .txt-1,
.slide-2 .bg-2, .slide-2 .pic-2, .slide-2 .txt-2,
.slide-3 .bg-3, .slide-3 .pic-3, .slide-3 .txt-3,
.slide-4 .bg-4, .slide-4 .pic-4, .slide-4 .txt-4,
.slide-0 .bg-0, .slide-0 .pic-0, .slide-0 .txt-0 {
    display: block;
    opacity: 1
}

.slide-number {
    padding: 9px 0;
    text-align: center;
    background-position: 0 -329px;
    background-repeat: repeat-x;
    background-color: #ededed;
}

.slide-number a {
width: 14px;
height: 14px;
display: inline-block;
margin: 0 10px 0 0;
background-repeat: no-repeat;
background-position: -40px -286px;
text-indent: -9999em;
overflow: hidden;
outline: 0
}

.slide-number a::moz-focus-inner {
border: 0
}

.slide-number .slide-number-active {
background-position: -11px -287px
}

.pic-1 {
height: 324px;
}

.pic-2 {
width: 100%;
height: 244px;
left: 10%;
}

.pic-3 {
width: 478px;
height: 250px;
left: 69%;
}

.pic-4 {
width: 478px;
height: 250px;
left: 69%;
}

.pic-0 {
    width: 478px;
    height: 250px;
    left: 69%;
}

.bg-1-lazy {
background-image: url(../images/lunbo1.jpg);
}

.bg-2-lazy {
background-image: url(../images/lunbo2.jpg);
}

.bg-3-lazy {
background-image: url(../images/lunbo3.jpg);
}

.bg-4-lazy {
background-image: url(../images/lunbo4.jpg);
}

.bg-0-lazy {
background-image: url(../images/lunbo5.jpg);
}

.txt-1-lazy {
background-image: url(../images/text1.png);
background-size: auto 42%;
background-position: 14% 10%;
display: none;
right: 0;
}


.txt-2-lazy {
background-image: url(../images/text1_2_1.png);
background-size: auto 32%;
background-position: 6% 100%;
display: none;
right: 0;
}

.txt-3-lazy {
background-image: url(../images/text1_ty_1.png);
background-size: auto 30%;
background-position: 24% 20%;
display: none;
right: 0;
}

.txt-4-lazy {
background-image: url(../images/text1_ty_2.png);
background-size: auto 30%;
background-position: 26% 20%;
display: none;
right: 0;
}

.txt-0-lazy {
    background-image: url(../images/text1_ty_3.png);
    background-size: auto 26%;
    background-position: 8% 10%;
    display: none;
    right: 0;
}

.txt-roitell-r{
background-image: url(/images/roitell.png);
background-repeat: no-repeat;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-position: 3% 40%;
background-size: auto 86%;
}

.txt-roitell{
background-image: url(/images/roitell.png);
background-repeat: no-repeat;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-position: 3% 40%;
background-size: auto 86%;
}

.main-content {
max-width: 1240px;
margin: 20px auto;
}

.movie-area {
margin-bottom: 0;
color: #787878;
text-align: center;
display: block;
line-height: 30px;
}

.movie-area img {
width: 94%;
    max-width: 606px;
}

.movie-area .video-link {
    background: #ffffff;
    max-width: 606px; margin: 0 auto;
    height: 60px;
    line-height: 60px;
    margin-bottom:20px;
    width: 94%;
}

.site-info {
margin: 20px auto 0;
padding: 10px;
color: #787878;
border-top: 1px #e2e2e2 solid;
clear: both;
}

.site-info_left {
width: 800px;
float: left;
}

.site-info_right {
width: 203px;
height: 48px;
float: right;
padding-left: 64px;
background: url(../images/phone.png) 7px center no-repeat
}

/*
购买模块
*/
#modal-buy {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 99999;
    display: none;
}

#modal-buy .buy-modal-content {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    z-index: 999;
    background-color: #ffffff;
}

#modal-buy .close-btn-over {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 900;
}

.modal-buy-title {
    background: #f1f1f1;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
}

.modal-buy-title .close-btn {
    float: right;
    margin-top: 8px;
    margin-right: 5px;
    cursor: pointer
}

.modal-buy-block {
    margin: 20px 0;
}

#modal-buy .b-b {
    border-bottom: 1px solid #bfbcbc;
    padding-bottom: 20px;
}

@media (min-width: 768px ) {
    #modal-buy .b-r {
        border-right: 1px solid #bfbcbc;
    }

    #modal-buy .b-b {
        border-bottom: none;
        padding-bottom: 0;
    }

    #modal-buy .buy-modal-content {
        position: absolute;
        top: 30%;
        left: 50%;
        margin-left: -360px;
        width: 720px;
        z-index: 999;
        background-color: #ffffff;
    }
}

.clear-m {
    margin: 0 !important;
}

.clear-p {
    padding: 0 !important;
}

.r-footer li {
    list-style: none
}

.r-footer .roiland-footer-wrap {
    width: 90%;
    margin: 0 auto
}

.r-footer .r-footer-content {
    padding: 0 20px;
}

.r-footer .r-footer-content .col-3-24 {
    margin-right: 84px
}

.r-footer .roiland-footer-toTop .top-bg {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.r-title {
    height: 25px;
    margin-top: 0;
    margin-bottom: 30px;
    background: url(../images/bq1.png) no-repeat center top;
}

.ii-hr {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #eee;
    margin: 0 10px;
    position: relative;
    top: 5px;
    *top: 3px
}

#ii-subscribe {
    float: right;
    position: relative
}

#ii-subscribe a {
    display: inline-block;
    *margin-right: 3px
}

.wx-icon img {
    position: absolute;
    bottom: 40px;
    left: 45px;
    display: none;
}
.wx-icon:hover img {
    display: block;
}

.ii-subscribe-img {
    display: inline-block;
    width: 21px;
    height: 18px;
    position: relative;
    top: 4px;
    *top: 2px;
    background-repeat: no-repeat;
    background-position: center center
}

.ii-subscribe-weibo {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAMAAACDzGUcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAE4UExURQAAAKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqmEd0j8AAABndFJOUwBeSvgTo6wu97uEOBc7cObrRKehBoomz8Vl/lxzJajyvyOG5AzYG7DL9dQZ/Zvj5Xp/RyrcB94IA80PFk4euFeyZGOcyZ2+WyD5jLy6M2CYkR8wL9ktSY3CyGJYbBRove8SmuE3YXe/4XiPAAAA50lEQVQY052Q1VIDURBEO7rZJBBX3N1dg7u7O5z//wPuDQtF8Ug/dZ+amZoZ6b+qHSKRW/hLw8kZoPIdg3X1Mc+ugOeiTaak05j1REabXzTYjVW7nNH5FKtaszA+WIX9oV4YVw4tGTg1yS+NOaW4nbBo/O7B1mzeF+ohUiPNRaUUFE+kfRPV10UknbVTNyia7U39tt+kDhiwtMypYgYeEpmWWqHN0iRZPb4+v6XLTEjN0GjpMnd6ebr/gIzkM00N1Rv2uNGDS6EkDUPA7517xPX77cV5ficA4ZafTx1fXrnuGRRGHI98AvbrNJFirf0KAAAAAElFTkSuQmCC)
}

.ii-subscribe-weixin {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAMAAACDzGUcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAEXUExURQAAAKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqgsbZzoAAABcdFJOUwB1Oaz1d1oBeO/N/FyV8uOmb763iKv7tR+TsQzzTn+Hp8YhihAD/uXRMe6p56jwDSwc2GE61OvdfiVuNyewGZztzw6epZCMUlWXKURqy9adV0+L6Rjm6pkblslDhJt85gAAAMtJREFUGNNjYCARGOtqmDu6eKCIsRnFQIAfG0KQIwYBfGCCBjExeoY23DExgSHBMTHeUFHtmBhOfTugaHRETAy/P1RUB66dPygynJnV3QkkygkTjOLhDQPRDlZAUUWoIFdAKEyel4FBFspk9I3hY/KMYbG2iInhYWCQgih1i4nh83KNYbFkjIkxA5qhrAYUtXVGcnYMUFQpRks9xtQeSVCGgYFdXkFFVZPJBElUECgqDXG4HFyQGTmUWMUgguKoASrBISAsKiIkycAAAOu1Q38tWWImAAAAAElFTkSuQmCC)
}

.ii-subscribe-qzone {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAMAAACDzGUcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAD5UExURQAAAKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqkEjBioAAABSdFJOUwBVQ/lt7Jn8FDst9EY3Bih7IrGzaHqJNaFCXko+DgQcXHh/Px7XpViklK2vzadUNG69knn9M/E6iB3Uxo2jfGD33+KR6sHrlzDCfVOGsMXHS/KjLJ4jAAAAuklEQVQY03WOVQ7DQAwFXU45ZWZmZmamd//DNNsoSdWo87HrN7ItE0lwBgup8SOoljETkFDZEoDyr3SB0ZCzPapJ5asQsVb4QsYsWD1Lusnm7PXOhx0W0qw5CXStq9PN4yMaGAC9uEMrTj8sLrfw1aXVvTVwt9NFOK6vVS5Y7G1EV9Nru9R83TV1O45P3nfwjJsOxbYhUfvqbTGxY09OkXEdMHPSyChoTrYRFJ2fImtEWLYBm1yGzPSXNy2qI16C60XwAAAAAElFTkSuQmCC)
}

.ii-subscribe-weibo:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAMAAACDzGUcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAE4UExURQAAAP9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra/9ra7AK6CwAAABndFJOUwBeSvgTo6wu97uEOBc7cObrRKehBoomz8X+ZVxzJajyvyOG5AzYG7DL9dQZ/Zvl43p/RyrcBwjezQMPThYeuLJXZJ1bvmOcySD5jLy6YDOYH5EwLy3ZSY3IwmxYYjfhFHdhaJoS770pr+3kAAAA50lEQVQY052Q1VIDURBEO7rZJBBX3N1dg7u7O5z//wPuDQtF8Ug/dZ+amZoZ6b+qHSSRW/hLw8lpYOk7BuvqY55dB89Fm0xJpzEriYxWv2iwG6t2OaNzKTa0aWF8qAr7Q70wrhyqGDg5xS+NOeW4nbBo/O7+1mzeF+ohUiPNR6UUFE+kAxPV10UknbVT1yia7U39tt+kDhiwtMSpYgYeEpmRWqHN0iRZfTy83adLTEjN0GjpMjd6fX98gozkM00N1Rv2uNOLS6EsDUPA7517zNXz7cVZficA4ZafTx1dXrvuORRGHI98AvZ5NJE2iIUZAAAAAElFTkSuQmCC)
}

.ii-subscribe-weixin:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAMAAACDzGUcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAEXUExURQAAAG/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSW/HSStsj24AAABcdFJOUwB1Oaz1d1oBeO/N/FyV8uMfk7Wrpm+++7eIsQzzTn+HxiGKEKcx0ann7gPl/vBhDagc2Dos693UJX4nbjewnBntzw6epZCMUlWXKWpEy53WV0+LG+pDGMmZ5pbpyDlJ3wAAAMtJREFUGNNjYCAR6BmomTm6eKCIsRnFQIA/G0KQIwYBvGGCJjExuoZW3DExgWHRMTE+UFH1mBhOfXugaGhwTAy/H1RUA66dPygqgpnV3QkkygkTDOfhDQHRDtZAUQWoIFdAJEyel4FBFspk9I3hY/KMYbGxjInhYWCQgih1i4nh83KNYbFgjIkxBZqhpAMUtXVGcnYMUFQxRlM7xtwOSVCGgYFdXkVZS5XJGElUFCgqDXG4HFyQGTmUWMUhgkKoASrAISIhLCkmyMAAAOVuQ38g71ZIAAAAAElFTkSuQmCC)
}

.ii-subscribe-qzone:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAMAAACDzGUcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAD5UExURQAAAOzDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDN+zDNze8sHsAAABSdFJOUwBVQ/lt7Jn8FDstRvQ3Bih7IrGzaHo1iaFCXj5KDgQceFx/Hj/XpaRYlK2vzadUNG69knn9M/GIOtQdxqONfGD3keLf6uvBl8IwffKwhsdTxUuqY1BLAAAAuklEQVQY03WOVQ7DQAwFXU45ZWZmZmamd//DNNsoSdWo87HrN7ItE0lwBgupCSColjETkFDZEoDyr3SB0ZCzPaJJ5qsQsVX4YtYsWD1Lusnq7PXOBx0W0qw5BXRtm+PV4yMaGgC9uEMrTt8tLrfw1aXVvTXwtNNDOK6vVS5Y7KxEN9Nlu9R83TVzO04v3nfwjJoOxbYhUfvqbTGxZ09OkXEdMHXS2ChoTrZRFJyfImNEWLZ+q1yGzPSXNy/uI17ZpRq7AAAAAElFTkSuQmCC)
}

.ii-ml-md {
    margin-left: 10px
}

#footer {
    max-width: 1240px;
    margin: auto;
}

.cans {
    width: 100%;
    background: #f1f1f1;
    height: 50px;
    line-height: 50px;
    z-index: 9;
    position: fixed;
    top: 57px;
}

.cans-area {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
}

.cans-area-title {
    float: left;
}

.cans-area-title p {
    height: 57px;
    line-height: 57px;
    font-size: 18px;
}

.cans-area-btn {
    float: right;
    margin-right: 18px;
    margin-top: 10px;
    width: 122px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #f39800;
}

.cans-area-btn a {
    color: #ffffff !important;
}

.cans-area-link {
    float: right;
    margin-right: 18px;
    text-align: right;
}

.img-container {
    position: relative;
    text-align: center;
    background-color: #fff;

}
}

.img-container .text-img {
    position: absolute;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 58%;
    height: 0;
    float: left;

}

.video {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(50%);
}

.video-cover {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    color: #FFFFFF;
    background-color: rgba(34, 34, 34, 0.71);
    text-align: center;
}

.video-cover .title {
    text-align: center;
    font-size: 3vw;
    margin: 18% 0 0;
    line-height: 1.5;
}

.video-cover .sub-title {
    text-align: center;
    font-size: 2.5vw;
    height: auto;
    line-height: 1.5;
    margin: 2% 0 5%;
}

.video-play-btn {
    display: inline-block;
    width: 5vw;
    margin: auto;
}

.btn-cs-buy{
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -28px;
    background: #f39800;
    padding: 5px 10px;
    cursor: pointer;
}
.btn-cs-buy span{
    color: #fff;
}

.play {
    position: absolute;
    left: 25px;
    bottom: -153px;
    width: 94px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 24px;
    background-color: #424242;
    background-color: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000")\9;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
    _zoom: 1;
    padding-top:11px;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
a:hover .play {
    background-color:#ff6700;
    border-color:#ff6700;
}
.play i{
    font-size: 20px;
    line-height: 0px;
}

.img-hzhb {
    width:70%;
    text-align: center;

}

@media (max-width:768px) {
    .img-hzhb {
        width:100%;
        text-align: center;

    }
    .m-w{
        margin-left: -80px;
        margin-right: -80px;
    }
    .slide-number{
        padding: 5px 0 0;
    }
    .slide-item{
        background-size: 130% 130%;
    }
    .txt-1-lazy{
        background-size: auto 60%;
        background-position: 40% 12%;
    }
    .txt-wrap .r-btn-buy, .txt-wrap .r-btn-learn{
        top: 10%;
        width: 16%;
        left: 20%;
        padding-top: 5%;
    }
    .txt-wrap .r-btn-learn {
        top: 55%;
    }
    .txt-2-lazy{
        background-size: auto 45%;
        background-position: 40% 20%;
    }
    .txt-2 .r-btn-buy {
        top: 60%;
        left: 30%;
    }
    .txt-2 .r-btn-learn{
        top: 53%;
        left: 20%;
    }
    .txt-3-lazy{
        background-size: auto 42%;
        background-position: 40% 18%;
    }
    .txt-3 .r-btn-buy {
        top: 65%;
        left: 62%;
    }
    .txt-3 .r-btn-learn{
        top: 55%;
        left: 20%;
    }

    .txt-4-lazy{
        background-size: auto 42%;
        background-position: 40% 30%;
    }
    .txt-4 .r-btn-buy {
        top: 65%;
        left: 62%;
    }
    .txt-4 .r-btn-learn{
        top: 62%;
        left: 20%;
    }

    .txt-0-lazy{
        background-size: auto 36%;
        background-position: 43% 10%;

    }
    .txt-0 .r-btn-buy {
        top: 65%;
        left: 62%;
    }
    .txt-0 .r-btn-learn{
        top: 42%;
        left: 18%;
    }

    .txt-roitell{
	background-position: 20% 40%;
    }
	
    .txt-roitell-r{
	background-position: 80% 40%;
    }

}

