.index {
    background: #26282f;
}

.index .banner1 .swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.index .banner1 .swipe .prev {
    background: url(../images/change.png) no-repeat left top;
    width: 37px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -39px;
    font-size: 0;
    border: none;
    opacity: .2;
    transition: all .2s ease 0s;
}

.index .banner1 .swipe .next {
    background: url(../images/change.png) no-repeat right top;
    width: 37px;
    height: 78px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -39px;
    font-size: 0;
    border: none;
    opacity: .2;
    transition: all .2s ease 0s;
}

.index .banner1 .swipe .prev:hover {
    opacity: 1;
}

.index .banner1 .swipe .next:hover {
    opacity: 1;
}

.index .banner1 .swipe-wrap {
    overflow: hidden;
    position: relative;
}
.index .banner1 .swipe-wrap .swipe-item{
    float:left;
    width:100%;
    position: relative;
    overflow:hidden;
}
.index .banner1 .swipe-wrap .swipe-item .swipe-item-position{
    position: relative;
    max-height:850px;
    overflow:hidden;
}
.index .banner1 .swipe-wrap .swipe-item .swipe-item-img{
    max-width:1920px;
    width: 100%;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-title {
    position: absolute;
    bottom: 200px;
    left: 50%;
    font-size: 70px;
    margin: 0;
    margin-left: -225px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    width: 450px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .2);
    z-index: 5;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-p {
    position: absolute;
    /*top: 650px;*/
    top: 630px;
    left: 50%;
    font-size: 22px;
    margin-left: -960px;
    color: #fff;
    width: 1920px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    z-index: 5;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-logo {
    position: absolute;
    bottom: 300px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    z-index: 5;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-video {
    width: 100%;
    max-width: 1960px;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-btn {
    position:absolute;
    bottom:6%;
    left:42%;
    width:16%;
    line-height:150%;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:260%;
    color:#fc8301;
    border:2px solid #fc8301;
    border-radius:3px;
    transition:all .3s ease 0s;
    z-index:100;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-btn:hover {
    font-size: 45px;
}
.index .banner1 .dot {
    position: absolute;
    right: 50%;
    bottom: 10px;
    z-index: 5;
    margin-right: -55.5px;
}
.index .banner1 .dot span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-color: #283434;
    border-radius: 50%;
}
.index .banner1 .dot span:nth-child(5) {
    margin-right: 0px;
}
.index .banner1 .dot span a {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #808080;
    cursor: pointer;
    transition: all .3s ease 0s;
    font-size: 0;
}
.index .banner1 .dot span a:hover {
    background-color: #fff;
    border-radius: 50%;
}
.index .banner1 .dot .cur {
    background-color: #fff;
}
.index .banner2 .b2-title {
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    height: 110px;
    line-height: 110px;
    text-align: center;
    color: #fc8301;
}
.index .banner2 .b2-list .b2-list-item {
    padding-bottom: 20px;
    max-width: 1920px;
    height: 810px;
    margin: 0 auto;
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
}
.index .banner2 .b2-list .b2-list-item:last-child {
    padding-bottom: 0px;
}
.index .banner2 .b2-list .b2-list-item .b2-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 270px;
}
.index .banner2 .b2-list .b2-list-item .b2-content-child {
    width: 500px;
    height: 480px;
    overflow: hidden;
    margin-left: auto;
    text-align: center;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-img {
    width: 80%;
    margin: 0 auto;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-dt {
    /* color: #fc8301; */
    
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: lighter;
    font-size: 30px;
    /*height: 60px;
    line-height: 60px;*/
    padding-bottom: 25px;
    overflow: hidden;
    text-transform: uppercase;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-dd {
    height: 125px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding-bottom: 26px;
    overflow: hidden;
    color: #000;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn a {
    background-size: 290px !important;
    width: 70px;
    height: 70px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    transition: all .2s ease 0s;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-app-btn {
    background: url(../images/down-m-btn.png) no-repeat 0 0;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-app-btn:hover {
    background: url(../images/down-m-btn.png) no-repeat 0 -70px;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-and-btn {
    background: url(../images/down-m-btn.png) no-repeat -74px 0;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-and-btn:hover {
    background: url(../images/down-m-btn.png) no-repeat -74px -70px;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-win-btn {
    background: url(../images/down-m-btn.png) no-repeat -221px 0;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-win-btn:hover {
    background: url(../images/down-m-btn.png) no-repeat -221px -70px;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-amz-btn {
    background: url(../images/down-m-btn.png) no-repeat -147px 0;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-amz-btn:hover {
    background: url(../images/down-m-btn.png) no-repeat -147px -70px;
}
.index .hidethis .b2-list {
    height: 2470px;
    overflow: hidden;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-list {
    font-size: 0;
    text-align: center
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-list .b2-list-item-list-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 43px 20px 0 0;
    width: 352px;
    height: 185px;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-list .b2-list-item-list-item:last-child {
    margin-right: 0;
}
.index .banner2 .b2-more {
    height: 97px;
    display: block;
    width: 100%;
    background: #1b1d22 url(../images/index-more.png) no-repeat center center;
    max-width: 1920px;
    margin: 0 auto;
    transition: all .7s ease 0s;
}
.index .hidethis .b2-more {
    display: block;
}
.index .banner2 .b2-more:hover {
    background-color: #14161b;
}
.index .banner2 .b2-more.return {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    
    -ms-transform-origin: 50% 50%;
    /* IE 9 */
    
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
    
    -webkit-transform-origin: 50% 50%;
    /* Safari and Chrome */
    
    -moz-transform: rotate(180deg);
    /* Firefox */
    
    -moz-transform-origin: 50% 50%;
    /* Firefox */
    
    -o-transform: rotate(180deg);
    /* Opera */
    
    -o-transform-origin: 50% 50%;
    /* Opera */
}
.index .banner3 .b3-title {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    height: 110px;
    line-height: 110px;
    text-align: center;
    color: #fc8301;
}
.index .banner3 .b3-content {
    background: url(../images/index-banner3.jpg) no-repeat center top;
    height: 604px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.index .banner3 .b3-content p {
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 15px;
    margin-left: -348px;
    font-size: 16px;
    line-height: 25px;
    width: 668px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    height: 182px;
    overflow: hidden;
}
.bless-video {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100%;
    margin-left: -348px;
    font-size: 16px;
    line-height: 25px;
    width: 698px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    overflow: hidden;
}
.m-tips-box {
    position: relative
}
.m-tips {
    position: fixed
}
.m-tips-box {
    opacity: 0
}
.m-tips-show .m-tips-box {
    opacity: 1
}
.m-tips-box {
    visibility: hidden
}
.m-tips-show .m-tips-box {
    visibility: visible
}
.m-tips {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.m-tips-box {
    top: 50%;
    left: 50%;
    width: 470px;
    margin-left: -235px;
    margin-top: -90px;
    padding-top: 26px;
    padding-bottom: 35px;
    border-radius: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 32px
}
.m-tips .i-tips {
    background-position: 0 -451px;
    width: 14px;
    height: 63px;
    margin-bottom: 24px
}
.m-tips-loading .m-tips-box {
    width: 200px;
    margin-left: -100px
}
.m-tips-loading p {
    display: none
}
.m-tips-loading .i-tips {
    width: 120px;
    height: 120px;
    margin-bottom: 0;
    background: url("/img/common/loading.gif") no-repeat
}
.m-tips-hide {
    display: none
}
.m-tips-show {
    display: block
}
.m-tips-box {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.m-tips-show .m-tips-box {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
.m-tips .i-tips,
{
    display: inline-block;
    background-image: url('../images/icons-sad0af7fafe.png');
    background-repeat: no-repeat
}