@charset "utf-8";

/*--样式重置以及清除浮动--*/

.section .content {
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

html {
    font-size: 100px;
    font-weight: 400;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

body,
input,
label,
select,
option,
textarea,
button,
fieldset,
legend,
td,
th,
caption {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    font-family: "Microsoft YaHei", "PingFang SC", Helvetica, Roboto, Arial, sans-serif;
}

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

a,
button {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    display: inline-block
}

a {
    vertical-align: top
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}

html {
    min-width: 100%;
    min-height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

html,
body {
    width: 100%;
    height: 100%;
    background: #151724;
    position: relative;
}

body {
    min-width: 1200px;
    background: #161825 url('https://static.web.sdo.com/qynh5/pic/20220207_Article/backgroundImage.png') center center no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.newsListBody,
.newsDetailsBody {
    background: #161825
}


/*通用样式*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a1a6ac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a1a6ac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a1a6ac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a1a6ac;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.btnPos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

.btnPos.dis {
    display: block;
}

.btnPos a {
    display: block;
    width: 100%;
    height: 100%;
}

.imgWrap2 img {
    width: 100%;
}

.section {
    overflow: hidden;
}

.wrapper {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper,
.wrapper .main {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
/* 
@media screen and (min-height:1080px) {
    .wrapper .main {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        height: 1080px!important;
        临时加一下看看效果
        overflow: visible; 
    }
} */

/* @media screen and (min-height:1920px) and (max-height: 1080px) {
    .wrapper .main .video_box {
        transform: scale(0.6);
    }
} */

@media screen and (min-height: 1080px) and (max-height:1920px) {
    .wrapper .main .video_box {
        transform: scale(1);
    }

}

@media screen and (max-height: 800px) {
    .wrapper .main .video_box {
        transform: scale(0.6);
    }
}

@media screen and (min-height: 800px) and (max-height:1080px) {
    .wrapper .main .video_box {
        transform: scale(0.8);
    }
}

#fullPage .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


/*通用样式结束*/


/*loading样式*/

.loadWrap {
    width: 100%;
    height: 100%;
    background-color: #141212;
    position: absolute;
    z-index: 9999;
}

.loadWrap .loadingBg {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.loadImgWrap {
    width: 306px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('https://static.web.sdo.com/qynh5/pic/OrderWeb/loadingLogoBg.png?0124') 0 0 no-repeat;
}

.logoImg {
    width: 306px;
    height: 0%;
    overflow: hidden;
}

.processText {
    font-size: 14px;
    color: #161824;
    width: 200px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 200px;
    bottom: 0;
    font-weight: bold;
}


/*loading样式*/


/*主要内容样式str*/

/** logo样式 */
.logo_box {
    position: absolute;
    margin-top: 26px;
    left: 50%;
    transform: translateX(-50%);
    width: 245px;
    height: 162px;
}

.qyn_logo {
    width: 100%;
    height: 100%;
    background-image: url('https://static.web.sdo.com/qynh5/pic/20220207_Article/qyn_logo.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
/** 视频元素样式 */
.video_box {
    position: relative;
    width: 840px;
    height: 516px;
    /* transform: translateX(-50%); */
    /* left: 50%; */
    /* margin-top: 168px; */
    margin: 168px auto 0;
}

.page_box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 840px;
    height: 516px;
    background-color: transparent;
    background-image: url('https://static.web.sdo.com/qynh5/pic/20220207_Article/video.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.page {
    width: 26px;
    height: 26px;
    white-space: nowrap;
    text-align: center;
    line-height: 28px;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
}

.page_1 {
    right: 147px;
}

.active {
    background-color: #fff;
    color: #000;
    border: 2px solid #015cb7;
    line-height: 22px;
}

.page_2 {
    right: 107px;
}

.page_3 {
    right: 67px;
}

.page_4 {
    width: 51px;
    right: 1px;
}

/** 视频左右两边的人物 */
.person_left {
    width: 696px;
    height: 960px;
    position: absolute;
    top: -140px;
    left: -358px;
}

.swords_man {
    width: 100%;
    height: 100%;
    background-image: url('https://static.web.sdo.com/qynh5/pic/20220207_Article/boy.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
}

.person_right {
    width: 551px;
    height: 932px;
    position: absolute;
    top: -140px;
    right: -518px;
}

.peri_woman {
    width: 100%;
    height: 100%;
    background-image: url('https://static.web.sdo.com/qynh5/pic/20220207_Article/girl.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
}

.i_frame {
    position: absolute;
    z-index: 10;
    width: 791px;
    height: 445px;
    margin: 15px 25px;
}


.video_box .newsMessWrap {
    width: 812px;
    height: 175px;
    position: absolute;
    bottom: -200px;
    left: 8px;
}

.video_box .newsMessWrap .newsListWrap {
    width: 796px;
    height: 175px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.video_box .newsMessWrap .newsListWrap .ceil {
    position: absolute;
    z-index: 3;
    width: 8px;
    height: 196px;
    top: -10px;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    -moz-transition-property: left, right;
    transition-property: left, right;
    background: url('https://static.web.sdo.com/qynh5/pic/20220207_Article/scroll.png') 0 0 no-repeat;
}

.video_box .newsMessWrap .newsListWrap .ceil1 {
    left: 794px;
    animation: ceilAni1 .4s linear;
    -webkit-animation: ceilAni1 .4s linear;
    -moz-animation: ceilAni1 .4s linear;
    -o-animation: ceilAni1 .4s linear;
}

.video_box .newsMessWrap .newsListWrap .ceil2 {
    right: 794px;
    animation: ceilAni2 .4s linear;
    -webkit-animation: ceilAni2 .4s linear;
    -moz-animation: ceilAni2 .4s linear;
    -o-animation: ceilAni2 .4s linear;
}

.video_box .newsMessWrap .newsListWrap .ceil-wrap {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: block;
    width: 100%;
    height: 175px;
    z-index: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    background: url('https://static.web.sdo.com/qynh5/pic/20220207_Article/ceil-wrap.png') top center no-repeat;
    animation: introduceAni .4s linear;
    -webkit-animation: introduceAni .4s linear;
    -moz-animation: introduceAni .4s linear;
    -o-animation: introduceAni .4s linear;
}

.video_box .newsMessWrap .newsListWrap .intruduce {
    padding: 5px 35px;
    box-sizing: border-box;
    height: 175px;
    opacity: 0;
}

.video_box .newsMessWrap .newsListWrap .intruduce .intruduce_name {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.video_box .newsMessWrap .newsListWrap .intruduce .intruduce_content {
    margin-top: 2px;
    text-decoration: none;
}

.appointment {
    position: absolute;
    top: 30%;
    animation: appointmentAni 1s linear;
    cursor: pointer;
    width: 260px;
}
.appointment .qrcode_box {
    position: relative;
    pointer-events: none;
    background-image: url('https://static.web.sdo.com/qynh5/pic/20220207_Article/float1.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 454px;
    height: 308px;
}


.appointment .qrcode_box .qrcode {
    position: absolute;
    background-image: url('https://static.web.sdo.com/qynh5/pic/20220207_Article/float.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 157px;
    height: 157px;
    top: -165px;
    left: 40px;
    display: none;
}

.siderNav {
    width: 738px;
    height: 40px;
    top: 740px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

.siderNav ul{
    width: 738px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.siderNav ul li {
    width: 131px;
    height: 40px;
    background-image: url('https://static.web.sdo.com/qynh5/pic/OrderWebNew/page1SlideNav.png');
    background-repeat: no-repeat;
}

.siderNav ul li:hover {
    background-image: url('https://static.web.sdo.com/qynh5/pic/OrderWebNew/page1SlideNavOn.png');
    background-repeat: no-repeat;
}

 .siderNav ul li.active,
 .siderNav ul li.active:hover {
    background-image: url('https://static.web.sdo.com/qynh5/pic/OrderWebNew/page1SlideNavOn.png');
    background-repeat: no-repeat;
}

.siderNav ul li.secondPage,
.siderNav ul li.secondPage.active,
.siderNav ul li.secondPage:hover {
    background-position: 0 0;
}

.siderNav ul li.thirdPage,
.siderNav ul li.thirdPage.active,
.siderNav ul li.thirdPage:hover {
    background-position: -152px 0;
}

.siderNav ul li.fourthPage,
.siderNav ul li.fourthPage.active,
.siderNav ul li.fourthPage:hover {
    background-position: -303px 0;
}

.siderNav ul li.fivePage,
.siderNav ul li.fivePage.active,
.siderNav ul li.fivePage:hover {
    background-position: -455px 0;
}

 .siderNav ul li.sixPage,
 .siderNav ul li.sixPage.active,
 .siderNav ul li.sixPage:hover {
    background-position: -606px 0;
}

.siderNav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

/* .siderNav .siderNavUl ul li {
    list-style: none;
}

.siderNav .siderNavUl .secondPage {
    background-image: url('../img/smwz.png');
} */





/** 动画效果 START */
@keyframes introduceAni {
    from {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1) 
    }
}


@keyframes ceilAni1 {
    from {
        left: 398px;
    }
    to {
        left: 794px;
    }
}

@keyframes ceilAni2 {
    from {
        right: 398px;
    }
    to {
        right: 794px;
    }
}


@keyframes appointmentAni {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(2%);
    }
}





/** 动画效果 END */

/* 头部信息 */

