@charset "UTF-8";
html,
body {
    height: 100%;
    overflow: hidden;
}

.header-nav {
    top: 36px;
}

.notice {
    width: 100%;
    line-height: 48px;
    background: #343c59;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    text-align: center;
}

.notice span {
    font-size: 18px;
    color: white;
}

.activity {
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: 160px;
    margin-right: 20px;
    right: 0px;
    z-index: 2000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-linear-gradient(315deg, #ffa7a7, #ff786e);
    background: -moz-linear-gradient(315deg, #ffa7a7, #ff786e);
    background: linear-gradient(135deg, #ffa7a7, #ff786e);
}

.activity i {
    position: absolute;
    right: 0;
    top: 0;
}

#home-container,
.sections,
.section {
    position: relative;
    height: 100%;
}

#section0,
#section1,
#section2,
#section3,
#section4 {
    position: relative;
}

#section0 {
    color: #fff;
    background: url(../images/bgmove.png) center no-repeat;
    background-size: contain;
}

#section0 .section0-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

#section0 .section0-banner h2 {
    font-weight: normal;
    font-style: normal;
    text-align: center;
    letter-spacing: 25px;
    font-size: 72px;
    font-family: 'gjz';
}

#section0 .section0-banner p {
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    letter-spacing: 13px;
    font-family: 'gjz';
}

#section1 {
    /*弹窗*/
}

#section1 .tech-container {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
}

#section1 .tech-page {
    display: none;
}

#section1 .tech-page1 {
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#section1 .tech-page1-bar {
    display: inline-block;
}

#section1 .tech-item {
    width: 335px;
    -webkit-transition: all 1.1s;
    float: left;
    -moz-transition: all 1.1s;
    transition: all 1.1s;
}

#section1 .tech-item p {
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 2px;
}

#section1 .tech-item .tech-txt {
    margin-top: 15px;
}

#section1 .tech-icon {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

#section1 .tech-icon1 {
    -webkit-animation: move1 6s ease-out infinite;
    -moz-animation: move1 6s ease-out infinite;
    animation: move1 6s ease-out infinite;
}

#section1 .tech-icon2 {
    -webkit-animation: move2 6s ease-out infinite;
    -moz-animation: move2 6s ease-out infinite;
    animation: move2 6s ease-out infinite;
}

#section1 .tech-icon3 {
    -webkit-animation: move3 6s ease-out infinite;
    -moz-animation: move3 6s ease-out infinite;
    animation: move3 6s ease-out infinite;
}

#section1 .tech-icon1 {
    background-image: url(../images/sdyq@2x.png);
}

#section1 .tech-icon2 {
    background-image: url(../images/xyd@2x.png);
}

#section1 .tech-icon3 {
    background-image: url(../images/fk@2x.png);
}

#section1 .tech-title {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    opacity: 1;
}

#section1 .tech-page-bg {
    width: 1725px;
    height: 980px;
    position: absolute;
}

#section1 .tech-content {
    width: 1400px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -310px;
    margin-left: -600px;
}

#section1 .tech-intro {
    padding-top: 63px;
}

#section1 .tech-intro-title {
    font-size: 14px;
    color: #fff;
    padding-left: 18px;
    position: relative;
}

#section1 .p-title:before {
    background: #0098D8;
}

#section1 .tech-intro-name {
    margin-top: 360px;
}

#section1 .tech-intro-name {
    margin-bottom: 20px;
    font-size: 36px;
    color: #fff;
}

#section1 .tech-intro-desc {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #fff;
    opacity: .7;
}

#section1 .tech-page2 .tech-img {
    background-image: url(../../images/ybp_index/sdyqimg@2x.png);
}

#section1 .tech-page3 .tech-img {
    background-image: url(../../images/ybp_index/xydimg@2x.png);
}

#section1 .tech-page4 .tech-img {
    background-image: url(../../images/ybp_index/fkimg@2x.png);
}

#section1 .tech-img {
    position: absolute;
    width: 809px;
    height: 430px;
    right: 0;
    top: 50%;
    margin-top: -215px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: tech-move 7s infinite ease;
    -moz-animation: tech-move 7s infinite ease;
    animation: tech-move 7s infinite ease;
}

#section2 {
    text-align: center;
}

#section2 .section2-container {
    display: inline-block;
}

#section2 .s2-listbox {
    overflow: hidden;
    max-width: 1240px;
    margin-top: 315px;
    height: auto;
}

#section2 .s2-listbox div:nth-of-type(5) {
    margin-right: 0;
}

#section2 .s2-listbox div:nth-of-type(10) {
    margin-right: 0;
}

#section2 .s2-listbox div:nth-of-type(15) {
    margin-right: 0;
}

#section2 .s2-list-bar {
    width: 120px;
    line-height: 35px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 157px;
    margin-top: 40px;
    float: left;
    border: 1px solid white;
}

#section2 .s2-btn {
    display: none;
}

#section2 .s2-btn,
#section2 .s2-btn-pc {
    border: none;
    cursor: pointer;
    background: -webkit-linear-gradient(315deg, #00c9ee, #0849ff);
    background: -moz-linear-gradient(315deg, #00c9ee, #0849ff);
    background: linear-gradient(135deg, #00c9ee, #0849ff);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 152, 216, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0, 152, 216, 0.3);
}

#section2 .s2-btn-pc {
    clear: both;
    display: block;
    margin: auto;
    position: relative;
    left: 50%;
    margin-top: 65px;
    margin-left: -60px;
}

#section2 .s2-btn-pc:hover {}

#section3 {
    display: table;
    text-align: center;
    width: 100%;
}

#section3 .section3-container {
    display: table-cell;
    vertical-align: middle;
}

#section3 .s3-listbox {
    display: inline-block;
}

#section3 .s3-listbox img {
    width: 100%;
}

#section3 .s3-bankimg {
    display: block;
}

#section3 .s3-bankimg2 {
    display: none;
}

#section3 .s3-imgbox {
    margin-top: 55px;
}

#section4 {
    display: table;
    width: 100%;
    height: 74%;
}

#section4 .section4-container {
    display: table-cell;
    /* overflow: hidden; */
    vertical-align: middle;
    text-align: center;
}

#section4 .s4-box {
    position: relative;
    display: inline-block;
    max-width: 1244px;
    margin-top: 55px;
}

#section4 .s4-box a:nth-of-type(1) {
    margin-right: 111px;
}

#section4 .s4-box a:nth-of-type(2) {
    margin-right: 111px;
}

#section4 .s4-box a:nth-of-type(3) {
    margin-right: 0;
}

#section4 .s4-box a:nth-of-type(4) {
    margin-right: 111px;
}

#section4 .s4-box a:nth-of-type(5) {
    margin-right: 111px;
}

#section4 .s4-box a:nth-of-type(6) {
    margin-right: 0;
}

#section4 .s4-box a:nth-of-type(7) {
    margin-right: 111px;
}

#section4 .s4-box a:nth-of-type(8) {
    margin-right: 111px;
}

#section4 .s4-box a:nth-of-type(9) {
    margin-right: 0;
}

#section4 .s4-box a:nth-of-type(10) {
    margin-right: 111px;
}

#section4 .s4-box a:nth-of-type(11) {
    margin-right: 111px;
}

#section4 .s4-box a:nth-of-type(12) {
    margin-right: 0;
}

#section4 .s4-list-bar {
    width: 340px;
    cursor: pointer;
    padding-bottom: 20px;
    margin-top: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    color: #fff;
    text-align: left;
}

#section4 .s4-list-bar .s4-list-bar:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#section4 .more:hover,
.s4-list-bar:hover span {
    color: #00bdff;
}

#section4 .more:active,
.s4-list-bar:active span {
    opacity: 0.7;
}

#section4 .more {
    font-size: 14px;
    color: white;
    line-height: 16px;
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    bottom: -50px;
}

#section4 .s4-l-bottom {
    margin-top: 8px;
    overflow: hidden;
}

#section4 .s4-l-bottom {
    line-height: 24px;
}

#section4 .s4-l-bottom span:first-child {
    font-size: 24px;
}

#section4 .s4-l-bottom span:last-child {
    font-size: 12px;
    opacity: 0.7;
}

.sections .footer {
    background: transparent !important;
}


/*moblie alet*/

.tech-page-m {
    display: none;
}

.tech-content-m {
    display: none;
}

.p-title {
    line-height: 16px;
    padding-left: 16px;
    text-align: left;
    position: relative;
}

.p-title:before {
    content: '';
    width: 6px;
    height: 14px;
    background: white;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.iconl {
    position: relative;
}

.iconl:before {
    content: '';
    width: 6px;
    height: 14px;
    background: #0098d8;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

@-webkit-keyframes move1 {
    0% {
        trasnform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    75% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes move1 {
    0% {
        trasnform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    75% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes move1 {
    0% {
        trasnform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    75% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes move2 {
    0% {
        trasnform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    75% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes move2 {
    0% {
        trasnform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        transform: translateY(8px);
    }
    75% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes move2 {
    0% {
        trasnform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        transform: translateY(8px);
    }
    75% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes move3 {
    0% {
        trasnform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes move3 {
    0% {
        trasnform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    80% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes move3 {
    0% {
        trasnform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    80% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes tech-bg-move {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes tech-bg-move {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes tech-bg-move {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes tech-move {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes tech-move {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes tech-move {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

#home-container {
    /*页面右边的小横条*/
    /*页面右边的小横条end*/
}

#home-container .pages {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 990;
    margin-top: -55px;
    color: #fff;
    font-size: 12px;
}

#home-container .pages li {
    position: relative;
    height: 22px;
    line-height: 22px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

#home-container .pages li span {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#home-container .pages li.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

#home-container .pages li:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    right: 0;
}

#home-container .pages li.active:before {
    width: 24px;
}


/*页面1/4*/

.bottom-page {
    position: absolute;
    bottom: 50px;
    right: 60px;
    color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    z-index: 990;
}

.bottom-page .current-page {
    font-weight: bold;
}

.total-page-pc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}


/*页面end1/4*/


/*页面中间底部引导箭头*/

.bottom-scroll-icon {
    position: absolute;
    z-index: 990;
    bottom: 50px;
    left: 50%;
    height: 18px;
    width: 11px;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.bottom-scroll-icon .scroll-arrow {
    width: 12px;
    height: 19px;
    position: absolute;
    top: 24px;
    left: -1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAVCAYAAACZm7S3AAABVklEQVQ4T+2UMUsDQRCF540gmAMxTSSI2JjKwtZKQRTsLAR/QnK5Azutr9ZOyOWSnyBYpBMUQStbC6vYSJDDNBHhDAjukwu5EJMTApa6sMWy8w07M+8t5BcLP7HVanXBGLOkqk/lcvk5LS4V9jxP8/n8AclZAG9hGJ56nmdGE6TCtVotY4w5SoJV9bhUKr3/wyJ/tmG+72cBbAKYJnlrWdZrFEWHiSgsyzqJomgOwDrJD5LXjuN0eg3zfX8NwLaITKnqC8kbkvsJDOAMwIYxZl5EPkleOo5z14MrlcoygD0AM30glmJmSI6DM8kuyXPXdR8HowqCYFVEdkgmCcaMBKArIhe2bd/Hl9/mXK/XV4wxWySzYyYAOqp6VSwWHwblDAfFVszlcgUAu6PPJtlot9vNYWumKiwIgoKIJAniehu2bTcnsmS/iYsiEu+W67qtiX+SSb+1Lx7sxBbGvuenAAAAAElFTkSuQmCC) no-repeat;
    background-size: 100%;
    -webkit-animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

.bottom-scroll-icon:after {
    content: '';
    width: 2px;
    height: 3px;
    position: absolute;
    left: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}


/*页面中间底部引导end箭头*/

@-webkit-keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}

@-moz-keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}

@keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}


/*星空背景box*/

#holder {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}


/*星空背景box end*/

@media screen and (max-width: 1350px) {
    #homevideo {
        width: 100%;
    }
    #section2 .section2-container {
        width: 848px;
    }
    #section2 .s2-listbox {
        overflow: hidden;
        max-width: 1240px;
        height: auto;
    }
    #section2 .s2-listbox div:nth-of-type(1) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(2) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(3) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(4) {
        margin-right: 0;
    }
    #section2 .s2-listbox div:nth-of-type(5) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(6) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(7) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(8) {
        margin-right: 0;
    }
    #section2 .s2-listbox div:nth-of-type(9) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(10) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(11) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(12) {
        margin-right: 0;
    }
    #section2 .s2-listbox div:nth-of-type(13) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(14) {
        margin-right: 120px;
    }
    #section2 .s2-listbox div:nth-of-type(15) {
        margin-right: 120px;
    }
    #section3 .s3-listbox {
        width: 814px;
    }
    #section4 .section4-container {
        text-align: center;
    }
    #section4 .s4-box {
        width: 800px;
    }
    #section4 .s4-box a:nth-of-type(1) {
        margin-right: 100px;
    }
    #section4 .s4-box a:nth-of-type(2) {
        margin-right: 0;
    }
    #section4 .s4-box a:nth-of-type(3) {
        margin-right: 100px;
    }
    #section4 .s4-box a:nth-of-type(4) {
        margin-right: 0;
    }
    #section4 .s4-box a:nth-of-type(5) {
        margin-right: 100px;
    }
    #section4 .s4-box a:nth-of-type(6) {
        margin-right: 0;
    }
    #section4 .s4-box a:nth-of-type(7) {
        margin-right: 100px;
    }
    #section4 .s4-box a:nth-of-type(8) {
        margin-right: 0;
    }
    #section4 .s4-box a:nth-of-type(9) {
        margin-right: 100px;
    }
    #section4 .s4-box a:nth-of-type(10) {
        margin-right: 0;
    }
    #section4 .s4-box a:nth-of-type(11) {
        margin-right: 100px;
    }
    #section4 .s4-box a:nth-of-type(12) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1240px) {
    #section0 {
        background-size: 80%;
    }
    #section2 .section2-container {
        width: 730px;
    }
    #section2 .s2-listbox {
        overflow: hidden;
        max-width: 1240px;
        height: auto;
    }
    #section2 .s2-listbox div:nth-of-type(1) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(2) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(3) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(4) {
        margin-right: 0;
    }
    #section2 .s2-listbox div:nth-of-type(5) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(6) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(7) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(8) {
        margin-right: 0;
    }
    #section2 .s2-listbox div:nth-of-type(9) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(10) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(11) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(12) {
        margin-right: 0;
    }
    #section2 .s2-listbox div:nth-of-type(13) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(14) {
        margin-right: 80px;
    }
    #section2 .s2-listbox div:nth-of-type(15) {
        margin-right: 80px;
    }
}

@media screen and (max-width: 1024px) {
    #section0 {
        background-size: 100%;
    }
    #section2 .s2-listbox {
        overflow: hidden;
        max-width: 1240px;
        height: auto;
    }
    #section2 .s2-listbox div:nth-of-type(1) {
        margin-right: 180px;
    }
    #section2 .s2-listbox div:nth-of-type(2) {
        margin-right: 180px;
    }
    #section2 .s2-listbox div:nth-of-type(3) {
        margin-right: 0;
    }
    #section2 .s2-listbox div:nth-of-type(4) {
        margin-right: 180px;
    }
    #section2 .s2-listbox div:nth-of-type(5) {
        margin-right: 180px;
    }
    #section2 .s2-listbox div:nth-of-type(6) {
        margin-right: 0;
    }
    #section2 .s2-listbox div:nth-of-type(7) {
        margin-right: 180px;
    }
    #section2 .s2-listbox div:nth-of-type(8) {
        margin-right: 180px;
    }
    #section2 .s2-listbox div:nth-of-type(9) {
        margin-right: 0;
    }
    #section2 .s2-listbox div:nth-of-type(10) {
        margin-right: 180px;
    }
    #section2 .s2-listbox div:nth-of-type(11) {
        margin-right: 180px;
    }
    #section2 .s2-listbox div:nth-of-type(12) {
        margin-right: 0;
    }
    #section2 .s2-listbox div:nth-of-type(13) {
        margin-right: 180px;
    }
    #section2 .s2-listbox div:nth-of-type(14) {
        margin-right: 180px;
    }
    #section2 .s2-listbox div:nth-of-type(15) {
        margin-right: 0;
    }
}

@media screen and (max-width: 800px) {
    .notice {
        display: none;
    }
    .activity {
        display: none;
    }
    #section0 {
        background-size: 100%;
    }
    #section0 .section0-banner h2 {
        font-weight: normal;
        font-style: normal;
        text-align: center;
        letter-spacing: 0px;
        font-size: 40px;
        font-family: 'gjz';
        width: 100%;
        text-align: center;
        padding-left: 0px;
        margin: 0 auto;
    }
    #section0 .section0-banner p {
        letter-spacing: 1px;
        font-size: 12px;
    }
    #section1 .tech-page1-bar {
        display: block;
        width: 100%;
    }
    #section1 .tech-item {
        min-width: 380px;
        margin-bottom: 40px;
    }
    #section1 .tech-item .tech-txt {
        margin-top: 5px;
        float: left;
        width: 182px;
    }
    #section1 .tech-item p {
        font-size: 12px;
    }
    #section1 .tech-icon {
        width: 168px;
        height: 100px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #section1 .tech-icon1 {
        background-image: url(../images/sdyq.png);
    }
    #section1 .tech-icon2 {
        background-image: url(../images/xyd.png);
    }
    #section1 .tech-icon3 {
        background-image: url(../images/fk.png);
    }
    #section1 .tech-icon {
        float: left;
    }
    #section2 {
        display: table;
    }
    #section2 .section2-container {
        display: table-cell;
        vertical-align: middle;
    }
    #section2 .s2-listbox {
        overflow: hidden;
        width: 344px;
        margin-top: 0;
        margin: auto;
        height: auto;
    }
    #section2 .s2-listbox p {
        display: none;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(1) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(2) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(3) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(4) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(5) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(6) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(7) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(8) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(9) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(10) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(11) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(12) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(13) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(14) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(15) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-listbox a,
    #section2 .s2-listbox div:nth-of-type(16) {
        margin: 15px 25px 0 25px;
    }
    #section2 .s2-btn {
        display: block;
    }
    #section2 .s2-btn-pc {
        display: none;
    }
    #section3 .s3-listbox {
        width: 68%;
    }
    #section3 .s3-listbox p {
        display: none;
    }
    #section3 .s3-bankimg {
        display: none;
    }
    #section3 .s3-bankimg2 {
        display: block;
    }
    #section3 .s3-imgbox {
        margin-top: 0px;
    }
    #section4 .section4-container {
        vertical-align: top;
    }
    #section4 .s4-box {
        display: inline-block;
        width: 340px;
        margin-top: 40px;
    }
    #section4 .s4-box .p-title {
        display: none;
    }
    #section4 .s4-box a {
        margin-right: 0;
    }
    #section4 .s4-box .s4-list-bar p {
        font-size: 12px;
        text-align: left;
    }
    #section4 .s4-box .s4-list-bar:nth-of-type(5) {}
    #section4 .s4-box .s4-list-bar:nth-of-type(6) {}
    #section4 .s4-box .s4-list-bar:nth-of-type(7) {
        display: none;
    }
    #section4 .s4-box .s4-list-bar:nth-of-type(8) {
        display: none;
    }
    #section4 .s4-box .s4-list-bar:nth-of-type(9) {
        display: none;
    }
    #section4 .s4-box .s4-list-bar:nth-of-type(10) {
        display: none;
    }
    #section4 .s4-box .s4-list-bar:nth-of-type(11) {
        display: none;
    }
    #section4 .s4-box .s4-list-bar:nth-of-type(12) {
        display: none;
    }
    #section4 .more {
        width: 83px;
        left: 50%;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    /*mobile alert*/
    .tech-page-m {
        position: absolute;
        width: 90%;
        height: 85%;
        background: #10141d;
        -webkit-box-shadow: 0px 10px 20px 0px #030c29;
        box-shadow: 0px 10px 20px 0px #030c29;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #24315d;
        top: 12%;
        left: 5%;
        padding-top: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1000;
    }
    .tech-m-title {
        margin-top: 4px;
        text-align: center;
        font-size: 12px;
        color: #0098d8;
        line-height: 17px;
    }
    .tech-m-title h3 {
        font-size: 12px;
        display: inline-block;
        padding-left: 17px;
    }
    .tech-m-banner {
        width: 256px;
        height: 160px;
        margin: auto;
        margin-top: 28px;
        margin-bottom: 20px;
    }
    .tech-m-banner1 {
        background: url(../images/m-sdyq.png) no-repeat;
        background-size: cover;
    }
    .tech-m-banner2 {
        background: url(../images/m-xyd.png) no-repeat;
        background-size: cover;
    }
    .tech-m-banner3 {
        background: url(../images/m-fk.png) no-repeat;
        background-size: cover;
    }
    .tech-m-text {
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        text-align: left;
    }
    .tech-m-text p {
        font-size: 12px;
        line-height: 18px;
    }
    .bottom-page {
        left: 20px;
        bottom: 30px;
    }
    #home-container .pages {
        top: 100%;
        margin-top: -142px;
    }
    .tech-container .tech-item.fade {
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: .4;
    }
}
