﻿body {
    color: #222;
    -webkit-text-size-adjust: none;
    font-family: "lucida grande", "lucida sans unicode", "lucida, helvetica", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-family: "HelveticaNeueW01-67MdCn 692710", "MS UI Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Arial, sans-serif;
    /* font-family:"pt_sansregular";*/
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

body, button, input, select, textarea {
    /*font-family: Tahoma,Arial,Roboto,”Droid Sans”,”Helvetica Neue”,”Droid Sans Fallback”,”Heiti SC”,sans-self;*/
    font-size: 62.5%;
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}



html, body {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}

.home-footer {
    width: 100%;
    min-width: 300px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    text-align: center;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    background: rgba(0,0,0,0.3);
    font-family: Neuzeit S W01,Hiragino Sans GB,Microsoft Yahei,微软雅黑,STXihei,华文细黑,sans-serif;
}

    .home-footer img {
        width: 16px;
        height: 16px;
    }

    .home-footer span {
        display: block;
        float: right;
        margin-right: 20px;
        /*width: 200px;
        margin: 0 auto;*/
        text-align: center;
        position: relative;
        color: #fff;
    }

        .home-footer span img {
            position: absolute;
            z-index: 1001;
            top: 2px;
            left: -16px;
            width: 16px;
            height: 16px;
        }

.home-footer-2 {
    width: 100%;
    float: left;
    min-width: 300px;
    position: relative;
    /*position: absolute;
    z-index: 1;
    bottom: 0px;*/
    text-align: center;
    cursor: pointer;
    /*height: 20px;*/
    line-height: 20px;
    color: #000;
    /*background: rgba(0,0,0,0.3);*/
    font-family: Neuzeit S W01,Hiragino Sans GB,Microsoft Yahei,微软雅黑,STXihei,华文细黑,sans-serif;
}

    .home-footer-2 img {
        width: 16px;
        height: 16px;
    }

    .home-footer-2 span {
        display: block;
        width: 400px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        color: #000;
    }

        .home-footer-2 span img {
            position: absolute;
            z-index: 1001;
            bottom: 2px;
            left: -16px;
            width: 16px;
            height: 16px;
        }

.ivx-header-box {
    width: 100%;
    background: #fff;
    height: 80px;
    z-index: 1001;
    text-align: center;
}

    .ivx-header-box img {
        margin-top: 10px;
        height: 60px;
        cursor: pointer;
    }

.ivx-header-box-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.burger-icon {
    position: relative;
    transition: all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    margin: 27.5px 60px;
    cursor: pointer;
    /*margin: -5px 0 -6px;*/
}

    .burger-icon:hover {
        cursor: pointer;
    }

    .burger-icon.active .line:first-child {
        transform: translateY(8px) rotate(45deg);
        -webkit-transform: translateY(8px) rotate(45deg); /* Webkit内核浏览器 */
        -ms-transform: translateY(8px) rotate(45deg);
    }

    .burger-icon.active .line:nth-child(2) {
        opacity: 0;
        /*This works in IE 8 & 9 too*/
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 4-9 */
        filter: alpha(opacity=0);
        /*IE4-IE9*/
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }

    .burger-icon.active .line:nth-child(3) {
        transform: translateY(-8px) rotate(135deg);
        -ms-transform: translateY(-8px) rotate(135deg);
        -webkit-transform: translateY(-8px) rotate(135deg); /* Webkit内核浏览器 */
    }

    .burger-icon .line {
        width: 25px;
        height: 2px;
        background-color: #1a1a1a;
        display: block;
        margin: 6px auto;
        transition: all .3s ease-in-out;
    }

.menu-list {
    position: absolute;
    z-index: 1001;
    top: 80px;
    left: 0px;
    width: 100%;
    background: #fff;
    display: none;
    padding: 20px 0;
    border-bottom: 1px solid gray;
}

    .menu-list .menu-btn-box {
        width: 910px;
        margin: 0 auto;
    }

.menu-btn-box .block {
    width: 130px;
    float: left;
    line-height: 35px;
}

    .menu-btn-box .block .line {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 1rem;
        cursor: pointer;
    }

    .menu-btn-box .block .line-1 {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 1rem;
    }

    .menu-btn-box .block .line:hover {
        width: 100%;
        float: left;
        text-align: center;
        color: gray;
    }

    .menu-btn-box .block .line-2 {
        width: 100%;
        float: left;
        font-size: 0.8rem;
        text-align: center;
        cursor: pointer;
    }

        .menu-btn-box .block .line-2:hover {
            width: 100%;
            float: left;
            text-align: center;
            color: gray;
        }

.section-wrap {
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: transform 1s cubic-bezier(0.86,0,0.03,1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86,0,0.03,1);
}

    .section-wrap .section {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .section-wrap .section .ctxt-box {
            width: 100%;
            /*position: absolute;
                    top: 115px;*/
            margin-top: 115px;
            color: #000;
            font-size: 2.4em;
            text-align: center;
        }

            .section-wrap .section .ctxt-box div {
                padding: 0 4%;
                opacity: 0;
                /*This works in IE 8 & 9 too*/
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                /* IE 4-9 */
                filter: alpha(opacity=0);
                /*IE4-IE9*/
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            }

            .section-wrap .section .ctxt-box.active .tit {
                opacity: 1;
                /*This works in IE 8 & 9 too*/
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                /* IE 4-9 */
                filter: alpha(opacity=100);
                /*IE4-IE9*/
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                transform: translateY(-25px);
                -webkit-transform: translateY(-25px);
                transition: all 2s cubic-bezier(0.86,0,0.8,1);
                -webkit-transition: all 2s cubic-bezier(0.86,0,0.8,1);
            }

    .section-wrap .section-1 {
        background-color: #fff;
    }

    .section-wrap .section-2 {
        background-color: #fff;
    }

    .section-wrap .section-3 {
        background-color: #fff;
    }

    .section-wrap .section-4 {
        background-color: #fff;
    }

    .section-wrap .section-5 {
        background-color: #fff;
    }

.put-section-0 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.put-section-1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.put-section-2 {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
}

.put-section-3 {
    transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
}

.put-section-4 {
    transform: translateY(-400%);
    -webkit-transform: translateY(-400%);
}

.section-btn {
    width: 14px;
    position: fixed;
    right: 4%;
    top: 50%;
    z-index: 10;
}

    .section-btn li {
        width: 14px;
        height: 14px;
        cursor: pointer;
        text-indent: -9999px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        margin-bottom: 12px;
        background: gray;
        text-align: center;
        color: #fff;
        opacity: 0.5;
        /*This works in IE 8 & 9 too*/
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        /* IE 4-9 */
        filter: alpha(opacity=50);
        /*IE4-IE9*/
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    }

        .section-btn li.on {
            background: #fff;
            opacity: 0.8;
            /*This works in IE 8 & 9 too*/
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            /* IE 4-9 */
            filter: alpha(opacity=80);
            /*IE4-IE9*/
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        }

.arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    overflow: hidden;
}

    .arrow:hover {
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }

@keyframes arrow {
    %0,%100 {
        bottom: 10px;
        opacity: 1;
    }

    50% {
        bottom: 50px;
        opacity: .5;
    }
}

@-webkit-keyframes arrow {
    %0,%100 {
        bottom: 10px;
        opacity: 1;
    }

    50% {
        bottom: 50px;
        opacity: .5;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,1);
    min-width: 1000px;
    font-family: "HelveticaNeueW01-67MdCn 692710", "MS UI Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Arial, sans-serif;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px #d8d8d8;
    -moz-box-shadow: 0 0 10px #d8d8d8;
    box-shadow: 0 0 10px #d8d8d8;
}

header > ul, header > ul > li {
    padding: 0 0 0;
    margin: 0 0 0;
    text-decoration: none;
    list-style-type: none;
}

header > .ul-first {
    margin-top: 7.5px;
    height: 45px;
    line-height: 45px;
    color: #000;
    font-weight: 600;
    font-size: 0.95rem;
}

    header > .ul-first > .li-first {
        text-align: center;
        float: left;
        min-width: 80px;
        cursor: pointer;
        height: 45px;
        overflow: hidden;
    }

.li-first > ul {
    width: 100%;
    float: left;
    /*margin-top:10px;*/
    height: 25px;
    line-height: 25px;
    font-size: 0.8rem;
    color: #000;
}

.li-first > span {
    display: block;
}

header > .ul-first > .li-first:hover {
    font-size: 1rem;
    animation: menu-animation-show 0.5s 1;
    -webkit-animation: menu-animation-show 0.5s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes menu-animation-show {

    100% {
        height: 150px;
    }
}

@-webkit-keyframes menu-animation-show {

    100% {
        height: 150px;
    }
}

header .logo {
    margin: 12.5px 50px 0 50px;
    /*margin-top:22.5px;*/
    height: 35px;
    float: left;
}

    header .logo img {
        height: 35px;
    }

.ul-second {
    width: 80px;
    float: left;
    font-weight: 500;
}

    .ul-second .li-second {
        width: 100%;
        float: left;
        background: rgba(255,255,255,0.7);
    }

        .ul-second .li-second:hover {
            opacity: 0.5;
            /*This works in IE 8 & 9 too*/
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            /* IE 4-9 */
            filter: alpha(opacity=50);
            /*IE4-IE9*/
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        }

.show-box {
    width: 900px;
    margin: 0 auto;
    margin-top: 100px;
}

.show-title {
    width: 100%;
    color: #999;
    line-height: 35px;
    height: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.show-btn-group {
    width: 100%;
    color: #999;
    line-height: 35px;
    height: 35px;
    text-align: center;
    letter-spacing: .05rem;
}

    .show-btn-group a {
        padding: 10px;
        cursor: pointer;
    }

        .show-btn-group a.active {
            text-decoration: underline;
        }

        .show-btn-group a:hover {
            opacity: 0.7;
            /*This works in IE 8 & 9 too*/
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            /* IE 4-9 */
            filter: alpha(opacity=70);
            /*IE4-IE9*/
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        }

.show-content-box {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .show-content-box .show-content {
        width: 100%;
        float: left;
        position: relative;
    }

        .show-content-box .show-content .play {
            position: absolute;
            width: 80px;
            height: 80px;
            top: 50%;
            left: 50%;
            margin: -40px 0 0 -40px;
            z-index: 999;
            background-image: url(../../images/IVX/17FW/playBtn.jpg);
            background-size: 100% 100%;
            cursor: pointer;
        }

    .show-content-box .pic-box {
        width: 100%;
        float: left;
    }

        .show-content-box .pic-box .line-1 {
            position: relative;
            width: 100%;
            float: left;
            padding: 40px 0;
        }

        .show-content-box .pic-box .line-2 {
            position: relative;
            width: 100%;
            float: left;
            margin: 100px 0 100px 0;
            /*margin-bottom: 100px;*/
        }

        .show-content-box .pic-box .line-1 img {
            width: 100%;
        }

        .show-content-box .pic-box .line-2 .img-1 {
            width: 40%;
            float: left;
            margin: 0 0 0 10%;
        }

        .show-content-box .pic-box .line-2 .img-2 {
            width: 40%;
            float: left;
            margin: 100px 10% 0 0;
        }

        .show-content-box .pic-box .center-img {
            position: relative;
            width: 40%;
            margin: 0 auto;
        }

        .show-content-box .pic-box img {
            width: 100%;
        }

        .show-content-box .pic-box .center-img .word {
            width: 100%;
            float: left;
            text-align: center;
            letter-spacing: 1rem;
            font-size: 30px;
            font-weight: 600;
            color: #000;
        }

        .show-content-box .pic-box .line-2 .word {
            width: 40%;
            text-align: center;
            letter-spacing: 1rem;
            font-size: 30px;
            font-weight: 600;
            color: #000;
            position: absolute;
            z-index: 999;
            left: 0px;
            bottom: 20px;
        }

        .show-content-box .pic-box .line-1 .word {
            width: 100px;
            text-align: center;
            letter-spacing: 1rem;
            font-size: 30px;
            font-weight: 600;
            color: #000;
            position: absolute;
            z-index: 999;
            right: 0px;
            bottom: 50px;
        }

        .show-content-box .pic-box .line-2 .word-2 {
            width: 40%;
            text-align: center;
            letter-spacing: 1rem;
            font-size: 30px;
            font-weight: 600;
            color: #000;
            position: absolute;
            z-index: 999;
            top: 20px;
            right: 0px;
        }

/*.about-us-box {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 400px;
    margin: -200px 0 0 -175px;
    color: #555;
    letter-spacing: .05rem;

}*/


.about-us-box {
    width: 900px;
    position: absolute;
    top: 200px;
    left: 50%;
    z-index: 10;
    margin-left: -450px;
}


.aboutus-title {
    /*width:100%;
          float:left;
          text-align: center;
          margin-bottom: 50px;
          font-size: 1.2rem;
          color:#000;
          font-weight: 400;*/
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-top: 1px solid #333;
    /*font-family: 'Vollkorn', serif;*/
    font-family: 'Microsoft YaHei,微软雅黑',serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

    .aboutus-title span {
        background: none repeat scroll 0% 0% #fff;
        padding: 0 30px;
        position: relative;
        top: -18px;
        vertical-align: baseline;
        letter-spacing: 0.05em;
    }

.about-us-title {
    width: 100%;
    float: left;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.about-us-content {
    width: 100%;
    float: left;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

    .about-us-content span {
        width: 100%;
        float: left;
        min-height: 35px;
        line-height: 35px;
        text-align: center;
        color: #999;
    }

        .about-us-content span img {
            width: 160px;
            height: 160px;
            margin: 0 auto;
        }

@media screen and (min-width:1400px) {
    .address-box {
        width: 900px;
        position: absolute;
        top: 200px;
        left: 50%;
        z-index: 10;
        margin-left: -450px;
    }

        .address-box .address-title {
            width: 100%;
            float: left;
            margin-bottom: 30px;
            border-top: 1px solid #333;
            font-family: 'Vollkorn', serif;
            font-size: 22px;
            font-weight: 400;
            text-align: center;
        }
}

@media only screen and (max-width: 1399px) {
    .address-box {
        width: 900px;
        position: absolute;
        top: 110px;
        left: 50%;
        z-index: 10;
        margin-left: -450px;
    }

        .address-box .address-title {
            width: 100%;
            float: left;
            margin-bottom: 10px;
            border-top: 1px solid #333;
            font-family: 'Vollkorn', serif;
            font-size: 22px;
            font-weight: 400;
            text-align: center;
        }
}
/*.address-box {
                width: 900px;
                position: absolute;
                top: 200px;
                left: 50%;
                z-index: 10;
                margin-left: -450px;
            }*/

.address-box-2 {
    width: 1200px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 70px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}

    .address-box-2 .address-ctxt {
        width: 450px;
        float: left;
        overflow-y: auto;
    }

    .address-box-2 .address-ctxt-2 {
        width: 100%;
        float: left;
        margin: 20px 0;
    }

    .address-box-2 .address-ctxt span {
        /*font-family: 'Vollkorn', serif;*/
        font-family: Neuzeit S W01,Hiragino Sans GB,Microsoft Yahei,微软雅黑,STXihei,华文细黑,sans-serif;
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        /*height: 30px;*/
        line-height: 30px;
        color: #999;
        /*font-size: 0.5rem;*/
        font-size: 0.8rem;
        letter-spacing: 0.05em;
        font-weight: 400;
    }

    .address-box-2 .address-pic-box {
        width: 750px;
        float: left;
        position: relative;
    }

        .address-box-2 .address-pic-box .address-pic-absolute {
            width: 100%;
            position: absolute;
            z-index: 10;
            top: 50%;
        }

.address-box .address-title span {
    background: none repeat scroll 0% 0% #fff;
    padding: 0 30px;
    position: relative;
    top: -18px;
    vertical-align: baseline;
    letter-spacing: 0.05em;
}

.address-box .address-ctxt {
    width: 50%;
    float: left;
    margin: 40px 0;
}

    .address-box .address-ctxt span {
        /*font-family: 'Vollkorn', serif;*/
        font-family: Neuzeit S W01,Hiragino Sans GB,Microsoft Yahei,微软雅黑,STXihei,华文细黑,sans-serif;
        display: block;
        width: 450px;
        margin-right: 50px;
        float: left;
        text-align: center;
        min-height: 30px;
        line-height: 30px;
        color: #999;
        font-size: 0.9rem;
        letter-spacing: 0.05em;
        font-weight: 400;
    }

    .address-box .address-ctxt .vip-span {
        text-align: left;
    }


@media screen and (min-width:1400px) {
    .vip-box {
        width: 80%;
        max-width: 900px;
        margin: 0 auto;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 1399px) {
    .vip-box {
        width: 80%;
        max-width: 900px;
        margin: 0 auto;
        margin-top: 60px;
    }
}

.vip-title {
    width: 100%;
    color: #999;
    border-bottom: 1px solid #999;
    line-height: 35px;
    height: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.vip-content-box {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .vip-content-box .vip-content-block {
        width: 50%;
        float: left;
    }

        .vip-content-box .vip-content-block .vip-content-title {
            width: 100%;
            float: left;
            font-size: 1rem;
        }

        .vip-content-box .vip-content-block .vip-content {
            width: 100%;
            float: left;
            font-size: 0.7rem;
        }

            .vip-content-box .vip-content-block .vip-content span {
                width: 100%;
                float: left;
            }
