﻿* {
    margin: 0px;
    padding: 0px;
}

a, a:hover, a:focus {
    text-decoration: none;
}

html{
    height: 100%;
}
body {
    overflow: hidden;
    height: 100%;
    background: url("../images/web_bg.jpg") no-repeat center top, -webkit-linear-gradient(left, #3a1001 , #012421) ; /* Safari 5.1 - 6.0 */
    background: url("../images/web_bg.jpg") no-repeat center top, -o-linear-gradient(right, #3a1001 , #012421); /* Opera 11.1 - 12.0 */
    background: url("../images/web_bg.jpg") no-repeat center top, -moz-linear-gradient(right, #3a1001 , #012421); /* Firefox 3.6 - 15 */
    background: url("../images/web_bg.jpg") no-repeat center top, linear-gradient(to right, #3a1001 , #012421); /* 标准的语法 */
    background-size: cover;
}

.main {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

video {
    max-width: 1000%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    transform: none;
    position: fixed;
    top: 0;
    left: 0;
}

.center-container {
    top: 0;
    display: block;
    left: 0;
    height: auto;
    position: relative;
    width: 100%;
}

.center-container .center-block {
    padding-top: 100px;
    text-align: center;
}

.center-container .center-block .logo img {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    width: 200px;
}

.center-container .firstPageTips {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
}

.videoWrapper {
    max-height: 100%;
    overflow: hidden;
}

.center-block p {
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
}

.header-tips {
    margin-top: 20px;
}

.webSiteList {
    text-align: center;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    margin-top: 30px;
}

.webSiteList > div, .footer .f-num > div {
    display: inline-block;
}

.webSiteList .webSiteBox {
    display: inline-block;
    margin: 20px;
    color: #fff;
    font-size: 26px;
}

.webSiteList .webSiteBox .webSiteDelay {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 5px;
}

.webSiteList .webSiteBox .webSiteUrl {
    text-align: center;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    width: 200px;
    background: url(../images/btn-normal.png);
}

.webSiteList .webSiteBox .webSiteUrl:hover {
    background: url(../images/btn-hover.png);
}

.webSiteList .webSiteBox .webSiteUrl a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}


.bottom-notice {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.bottom-notice .notice{
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin: 0 auto 20px;
    font-size: 12px;
}

.kf_box{
    margin-top: 40px;
    text-align: center;
}
.kf_box .kf_btn{
    display: inline-block;
    width: 110px;
    height: 44px;
    background: url("../images/kf-normal.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.kf_box .kf_btn:hover{
    background: url("../images/kf-hover.png") no-repeat center;
    background-size: 100% 100%;
}

.f-middle, .f-bottom {
    border-top: 1px solid #e8e8e8;
    padding: 55px 0;
}

.f-middle .mid, .f-bottom .bottom {
}

.f-middle-left {
    margin-top: 20px;
    text-align: center;
}

.f-middle-left .top .iconbox {
    display: inline-block;
    text-align: center;
    width: 230px;
    margin-bottom: 36px;
}

.f-middle-left .top .iconbox p {
    margin-top: 10px;
    font-size: 12px;
}

.f-middle-left .top .iconbox span {
    display: inline-block;
    height: 50px;
    width: 56px;
    background: url(../images/tnc_cg_isl_sel.jpg) no-repeat;
}

.f-middle-left .top .m1 span {
    background-position: -46px -12px;
}

.f-middle-left .top .m2 span {
    background-position: -282px -12px;
}

.f-middle-left .top .m3 span {
    background-position: -46px -134px;
}

.f-middle-left .top .m4 span {
    background-position: -282px -134px;
}

.f-middle-right {
    text-align: center;
    box-sizing: border-box;
}

.f-middle-right .rightWrapper {
    display: inline-block;
    padding: 0 20px;
}

.f-middle-right .title, .f-bottom-left .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.f-bottom-left {
    padding-left: 20px;
}

.f-middle-right p {
    text-align: left;
}

.f-middle-right p {
    margin-bottom: 10px;
    line-height: 21px;
}

.f-bottom-left p {
    margin-bottom: 0;
    line-height: 21px;
}

.f-bottom {
    text-align: center;
}

.f-bottom .bottom {
    display: inline-block;
    width: 100%;
}

.f-bottom .f-bottom-left {
    text-align: left;
}

.f-bottom .right .bottom .col-sm-4 > div {
    display: inline-block;
}

.f-bottom-right span {
    display: inline-block;
    width: 170px;
    margin: 0 14px;
    height: 69px;
    line-height: 69px;
}

.f-bottom-right span img {
    vertical-align: middle;
}

.frendShipLink {
    line-height: 80px;
    border-top: 1px solid #e8e8e8;
    color: #000;
    text-align: center;
    font-size: 14px;
}

.frendShipLink a {
    display: inline-block;
    margin: 0 10px;
    color: #000;
}

.frendShipLink a:hover {
    color: #c71c1c;
}

.webfooter {
    border-top: 1px solid #e8e8e8;
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
}

.webfooter p {
    margin: 0 auto;
}

/*.qrcodeWrapper {
    margin-bottom: 15px;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    margin-top: 300px;

}

.qrcodeWrapper span {
    padding: 0 13%;
    display: inline-block;
    vertical-align: middle;
    height: 62px;
    line-height: 56px;
    border: 3px solid #fff;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
}

.qrcodeWrapper .qrImg {
    position: absolute;
    background-color: #fff;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 72px;
}

.qrcodeWrapper .qrImg:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 100%;
}

.qrcodeWrapper span:hover {
    opacity: 1;
}

.qrcodeWrapper span i {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url("../images/s_pic.png") no-repeat center;
    background-size: contain;
    margin-right: 6px;
}*/

.qrcodeWrapper{
    width: 180px;
    margin: 10px auto 0;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}
.qrcodeWrapper .img_box{
    width: 100%;
    height: 180px;
    text-align: center;
}
.qrcodeWrapper .img_box img{
    width: 100%;
}
.qrcodeWrapper p{
    margin-top: 10px;
}

@media (max-width: 1250px) {
    .footer .f-num .b1 {
        background-position: 74px 8px;
    }

    .footer .f-num .b1 .num {
        margin-left: 102px;
        margin-top: 6px;
    }

    .footer .f-num .b1 .dataShowDesc {
        padding-left: 105px;
        padding-top: 2px;
    }

    .footer .f-num .b2 {
        background-position: 70px 8px;
    }

    .footer .f-num .b2 .num {
        margin-left: 86px;
        margin-top: 6px;
    }

    .footer .f-num .b2 .dataShowDesc {
        padding-left: 74px;
        padding-top: 2px;
    }

    .footer .f-num .b3 {
        background-position: 134px 8px;
    }

    .footer .f-num .b3 .num {
        margin-left: 158px;
        margin-top: 6px;
    }

    .footer .f-num .b3 .dataShowDesc {
        position: relative;
        left: 47px;
        top: 1px;
    }

    .footer .f-num .b3 .dataShowDesc2 {
        position: absolute;
        right: 69px;
        top: 49px;
    }

    .footer .f-num .b3 b {
        color: #ff0000;
        position: absolute;
        font-size: 32px;
        left: 90px;
        top: 6px;
    }

    .footer .f-num .b3 .no1 {
        color: #ff0000;
        position: absolute;
        left: 34px;
        top: 14px;
    }

    .footer .f-num .b4 {
        background-position: 160px 8px;
    }

    .footer .f-num .b4 .num {
        margin-left: 80px;
        padding-top: 4px;
    }

    .footer .f-num .b4 .dataShowDesc {
        padding-left: 68px;
        padding-top: 2px;
    }
}

@media (max-width: 1200px) {
    .f-middle-right .rightWrapper, .f-bottom .f-bottom-left {
        width: 1000px;
        padding: 0;
    }
}

@media (max-width: 1050px) {
    .f-middle-right .rightWrapper, .f-bottom .f-bottom-left, .webfooter p, .center-container .notice {
        width: 800px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .f-middle-right .rightWrapper, .f-bottom .f-bottom-left, .webfooter p, .center-container .notice {
        width: 500px;
        padding: 0;
    }

    .center-block .logo img {
        width: 160px;
    }

    .frendShipLink {
        line-height: 50px;
    }

    .center-container .center-block {
        padding-top: 60px;
    }

    .qrcodeWrapper {
        width: 160px;
        padding-bottom: 20px;
    }
    .qrcodeWrapper .img_box{
        height: 160px;
    }
    .qrcodeWrapper p{
        font-size: 16px;
    }
    .webSiteList{
        margin-top:20px;
    }
    body {
        background: url("../images/wap_bg.jpg") no-repeat center top, -webkit-linear-gradient(left, #3a1001 , #012421); /* Safari 5.1 - 6.0 */
        background: url("../images/wap_bg.jpg") no-repeat center top, -o-linear-gradient(right, #3a1001 , #012421); /* Opera 11.1 - 12.0 */
        background: url("../images/wap_bg.jpg") no-repeat center top, -moz-linear-gradient(right, #3a1001 , #012421) ; /* Firefox 3.6 - 15 */
        background: url("../images/wap_bg.jpg") no-repeat center top, linear-gradient(to right, #3a1001 , #012421); /* 标准的语法 */
        background-size: 100% 100%;
    }
    .bottom-notice{
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }
}

@media (max-width: 460px) {
    .f-middle-right .rightWrapper, .f-bottom .f-bottom-left, .webfooter p, .center-container .notice {
        width: 320px;
        padding: 0;
    }

    .center-block .logo img {
        width: 120px;
    }

    .frendShipLink {
        line-height: 50px;
    }

    .center-container .center-block {
        padding-top: 60px;
    }

    .qrcodeWrapper span .qrImg {
        display: block;
        opacity: 1;
    }

    .webSiteList{
        margin-top:20px;
    }
    body {
        background: url("../images/wap_bg.jpg") no-repeat center top, -webkit-linear-gradient(left, #3a1001 , #012421); /* Safari 5.1 - 6.0 */
        background: url("../images/wap_bg.jpg") no-repeat center top, -o-linear-gradient(right, #3a1001 , #012421); /* Opera 11.1 - 12.0 */
        background: url("../images/wap_bg.jpg") no-repeat center top, -moz-linear-gradient(right, #3a1001 , #012421) ; /* Firefox 3.6 - 15 */
        background: url("../images/wap_bg.jpg") no-repeat center top, linear-gradient(to right, #3a1001 , #012421); /* 标准的语法 */
        background-size: 100% 100%;
    }
    .bottom-notice{
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.animation-hide {
    visibility: hidden
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@keyframes dropDown {
    from {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes dropDown {
    from {
        -webkit-transform: translateY(-300%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

.dropDown {
    -webkit-animation-name: dropDown;
    animation-name: dropDown
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}



.maskLayer {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    z-index: 91;
    display: none;
}
iframe{
    border: none;
}
#contactServiceIframe {
    position: absolute;
    top: 0px;
    box-sizing: border-box;
    z-index: 100;
    background: #fff;
}

.servicecloseicon {
    position: absolute;
    top: 17px;
    right: 28px;
    z-index: 101;
    width: 32px;
    height: 32px;
    background: url(../images/leftnav_closeicon.png) center no-repeat #c71c1c;
    background-size: 18px 18px;
    border-radius: 50%;
}


/* wap 样式*/
.wap .header-tips p{
   margin-top:10px;
    font-size:15px;
}
.wap .webSiteList{
    margin-top:20px;
}
.wap .webSiteList .webSiteBox{
    font-size:20px;
    width: 80%;
    margin:10px;
}

.wap .webSiteList .webSiteBox .webSiteUrl{
    width: 150px;
    height: 45px;
    background-size: 150px 45px;
    line-height: 45px;
    margin:0 auto;
}
.wap .bottom-notice{
    margin-top: 60px;
}


@media (max-height: 940px) {
    .bottom-notice{
        position: static;
    }
}
