html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0
}

ul, ol, dl {
    list-style-type: none
}

html, body {
    *position: static
}

html {
    font-family: "Microsoft Yahei";
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"] {
    -webkit-appearance: none;
    outline: none
}

body, th, td, button, input, select, textarea {
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Microsoft Yahei"
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    display: block;
    font-size: 0px;
}

a {
    text-decoration: none;
}

body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
}

.header {
    width: 100%;
    min-width: 1200px;
    height: 937px;
    background: url("../images/header.jpg") no-repeat top center;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.info {
    height: 348px;
    background: url("../images/info.png") no-repeat top center;
    margin-bottom:64px;
    position: relative;
}
.info img{
    display: block;
    position: absolute;
    left: 130px;
    top:108px;
}
.info img.on{
    display: block;
    position: absolute;
    left: 145px;
    top:80px;
}

.info i {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    display: block;
    width: 47px;
    height: 48px;
    background: url("../images/ico_01.png") no-repeat center;
}
.wbx_w{
    padding-top: 40px;
    min-width: 1200px;
    margin:-240px auto!important;
}
.info i.on {
    background: url("../images/c_01.png") no-repeat center;
}

.info p {
    position: absolute;
    top: 75px;
    right: 85px;
}

.info .info_i {
    width: 410px;
    height: 180px;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    float: right;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.info .info_i a{
    color: #ffea00;
}

.info .info_e {
    width: 410px;
    height: 180px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    float: right;
    display: none;
    text-align: justify;
}
.info .info_e a{
    color: #ffea00;
}

.video {
    width: 100%;
    min-width: 1200px;
    height: 1307px;
    margin: 0 auto;
    background: url("../images/video.jpg") no-repeat top center;
    position: relative;
    z-index: 2;
}

.index_video {
    width: 100%;
    margin: 60px auto 40px;
    height: 650px;
    overflow: hidden;
    background: #000;
}

.video_list {
    width: 100%;
    height: 438px;
    /*padding-top: 40px;*/
    margin: 0 auto;
    overflow: auto;
    background:#226bc9 url("../images/video_li.png") no-repeat top center;
    position: relative;
}
.video_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.video_list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}
.video_list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
}
.video_list_c{
    width:1120px;
    margin:40px auto;
    height: auto;
    overflow: auto;;
    background: #ffffff;
}
.video_list li {
    width: 1080px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0 20px 0;
}

.video_list li:last-child {
    border-bottom: none;
}

.video_list li p {
    font-size: 20px;
    line-height: 35px;
    color: #545360;
}

.video_zcr {
    margin-bottom: 4px;
    font-weight: bold;
}

.video_list li .video_ds {
    color: #236bc8;
}

.video_list i {
    display: block;
    width: 47px;
    height: 48px;
    position: absolute;
    top: 30px;
    right: 30px;
    background: url("../images/ico_02.png") no-repeat center;
    cursor: pointer;
}

.video_list i.on {
    background: url("../images/c_02.png") no-repeat center;
    cursor: pointer;
}

.video_more {
    display: block;
    width: 266px;
    height: 64px;
    margin: 47px auto -32px;
    text-align: center;
    line-height: 64px;
    background: url("../images/video_more.png") no-repeat top center;
    font-size: 18px;
    color: #ffffff;
}

.video_cn {
    padding-bottom: 40px;
}

.w_100 {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: #f2f2f4;
    position: relative;
    z-index: 2;
}

.three {
    width: 100%;
    margin: 0 auto;
    height: 1075px;
    overflow: hidden;
}

.wbx {
    width: 1100px;
    margin: 0px auto;
    padding: 0 50px 60px 50px;
    height: 660px;
    background: url("../images/wbx.png") no-repeat top center;
    position: relative;
    z-index: 2;
}

.wbx img {
    display: block;
    width: 682px;
    height: 52px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.clear {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.foot {
    width: 100%;
    min-width: 1200px;
    height: 525px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/foot.jpg") no-repeat bottom center;
}
.page-wrapper{
    min-width: 1200px;
}
.foot .main {
    width: 402px;
    height: 89px;
    margin: 390px auto 0;
    overflow: hidden;
    background: url("../images/foot_li.png") no-repeat top center;
}

#desktop {
    width: 100%;
    overflow: hidden
}

#desktop [data-d1] {
    height: 100vh;
    position: relative
}

#desktop [data-d1] .wrapper {
    position: relative;
    height: 100%
}

#desktop [data-d1] .logo {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 422px;
    height: 99px;
    margin-left: -211px;
    background: url(../images/s1/logo-anim.png) top left;
    -webkit-animation: logoIn .4s steps(12) forwards;
    animation: logoIn .4s steps(12) forwards;
    text-align: center;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    z-index: 9
}

#desktop [data-d1] .logo.out {
    -webkit-animation: logoOut .4s steps(12) forwards;
    animation: logoOut .4s steps(12) forwards
}

#desktop [data-d1] .mask {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1/frame.png) center/cover no-repeat;
    z-index: 1
}

#desktop [data-d1] .faces {
    display: table;
    width: 100%;
    height: 100%;
    position: relative
}

#desktop [data-d1] .faces > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#desktop [data-d1] .faces > div .face {
    display: block;
    width: 100%;
    height: auto;
    background: center/cover;
    position: relative
}

#desktop [data-d1] .faces > div .face.face--left a {
    width: 32%;
    height: 20%;
    top: 30%;
    left: 40%;
    position: absolute
}

#desktop [data-d1] .faces > div .face.face--right a {
    width: 32%;
    height: 20%;
    top: 34%;
    left: 31%;
    position: absolute
}

#desktop [data-d1] .faces > div .face img {
    width: 60%;
    display: inline-block
}

#desktop [data-d1] .faces > div .face .reflex {
    position: absolute;
    width: 1.5%;
    height: 1.5%;
    background: url(../images/s1/sun-light.png) center/cover;
    -webkit-animation: reflex 1s infinite;
    animation: reflex 1s infinite
}

#desktop [data-d1] .faces > div .face .reflex:nth-of-type(1) {
    top: 35%;
    left: 50%
}

#desktop [data-d1] .faces > div .face .reflex:nth-of-type(2) {
    top: 34%;
    left: 62%;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

#desktop [data-d1] .faces > div .face .reflex:nth-of-type(3) {
    top: 46%;
    left: 64%;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

#desktop [data-d1] .faces > div .face .reflex:nth-of-type(4) {
    top: 46%;
    left: 48%;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

#desktop [data-d1] .faces > div .face .reflex:nth-of-type(5) {
    top: 33%;
    left: 54%;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

#desktop [data-d1] .faces > div .face .reflex:nth-of-type(6) {
    top: 46%;
    left: 52%;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

#desktop [data-d1] .faces > div .face .reflex:nth-of-type(7) {
    top: 47%;
    left: 61%;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

#desktop [data-d1] .faces > div .face .reflex:nth-of-type(8) {
    top: 35.5%;
    left: 59%
}

#desktop [data-d1] .faces > div .face .lightflex {
    position: absolute;
    width: 8%;
    height: 9%;
    background: url(../images/s1/star-light.png) center/cover;
    top: 48%;
    left: 35.8%;
    -webkit-animation: lightflex 2s infinite;
    animation: lightflex 2s infinite
}

#desktop [data-d1] .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1/bg.jpg) center/cover no-repeat fixed
}

#desktop [data-d1] canvas {
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 5
}

#desktop [data-d2] {
    height: 1000px;
    position: relative;
    z-index: 1
}

#desktop [data-d2] .clouds {
    position: absolute;
    top: -600px;
    left: 0
}

#desktop [data-d2] .clouds.clouds--02 {
    left: auto;
    right: -20%
}

#desktop [data-d2] .slider {
    display: none
}

#desktop [data-d2] .slider .carousel .owl-item.active .item .image img {
    -webkit-transform: rotate3d(0, 1, 0, 15deg);
    transform: rotate3d(0, 1, 0, 15deg)
}

#desktop [data-d2] .slider .carousel .item .image {
    -webkit-perspective: 600px;
    perspective: 600px
}

#desktop [data-d2] .slider .carousel .item .image img {
    -webkit-transform: rotate3d(0, 1, 0, -30deg);
    transform: rotate3d(0, 1, 0, -30deg)
}

#desktop [data-d2] .slider .images {
    position: relative;
    padding: 0 30px;
    overflow: hidden
}

#desktop [data-d2] .slider .images::after {
    content: '';
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ddd;
    z-index: -1
}

#desktop [data-d2] .slider .caution {
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    position: relative;
    z-index: 1
}

#desktop [data-d2] .slider .caution.in img {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) rotate3d(0, 0, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0) rotate3d(0, 0, 0, 0)
}

#desktop [data-d2] .slider .caution img {
    width: 50%;
    max-width: 140px;
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 100) rotate3d(0, 1, 0, -30deg);
    transform: matrix(1, 0, 0, 1, 0, 100) rotate3d(0, 1, 0, -30deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 1.2s cubic-bezier(.03, .44, .47, .99);
    transition: all 1.2s cubic-bezier(.03, .44, .47, .99)
}

#desktop [data-d2] .slider .girls {
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-perspective-origin: 100%;
    perspective-origin: 100%;
    margin-top: -120px;
    position: relative;
    z-index: 1
}

#desktop [data-d2] .slider .girls.in img {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) rotate3d(0, 0, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0) rotate3d(0, 0, 0, 0)
}

#desktop [data-d2] .slider .girls img {
    width: 100%;
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 100) rotate3d(0, 1, 0, 30deg);
    transform: matrix(1, 0, 0, 1, 0, 100) rotate3d(0, 1, 0, 30deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all 1.2s cubic-bezier(.03, .44, .47, .99);
    transition: all 1.2s cubic-bezier(.03, .44, .47, .99)
}

#desktop [data-d2] .slider .girl {
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%
}

#desktop [data-d2] .slider .girl.in img {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) rotate3d(0, 0, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0) rotate3d(0, 0, 0, 0)
}

#desktop [data-d2] .slider .girl img {
    width: 100%;
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 100) rotate3d(0, 1, 0, -30deg);
    transform: matrix(1, 0, 0, 1, 0, 100) rotate3d(0, 1, 0, -30deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 1.2s cubic-bezier(.03, .44, .47, .99);
    transition: all 1.2s cubic-bezier(.03, .44, .47, .99)
}

#desktop [data-d2] canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.e_list {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.e_list li {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0 20px 0;
}

.e_list li:last-child {
    border-bottom: none;
}

.e_list li p {
    font-size: 20px;
    line-height: 35px;
    color: #545360;
}

.e_list li .video_ds {
    color: #236bc8;
}

#video_list_e {
    display:none;
    width: 1120px;
    height: 420px;
    margin-left: 55px;
    overflow: hidden;
}
.show_model{width: 100%;height: 100%;position: fixed;top:0;left: 0;background: #000000;opacity: 0.65;z-index: 10;display: none;}
.show_img{width: 1000px;left: 50%;top:50%;margin-left: -500px;margin-top:-345px;position: fixed;z-index: 11;display: none;}
.show_img img{display: block;width: 100%;margin:0 auto;height: auto;overflow: hidden;}
.show_model i{display: block;width: 60px;height: 60px;background: url("../images/close.jpg") no-repeat center;position:absolute;top:30px;right: 30px;cursor: pointer;background-size: 100%;}
@media (max-width: 1060px){.top-news-bottom{display: none;}}

