﻿html {
    overflow: hidden !important;
}

html, body {
    height: 100%;
}

section#fullpage {
    height: 100%;
}

section#fullpage>section {
    padding: 0 15px;
}

section.banner {
    height: 100%;
    padding: 0 !important;
    max-width: initial !important;
}

section.banner div.video {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

section.banner div.video video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.banner ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

section.banner ul li {
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

section.banner ul li:first-child {
    border: none;
}

section.banner ul li a {
    display: block;
    width: 70%;
    max-width: 260px;
    position: absolute;
    left: 15%;
    bottom: 20%;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

section.banner ul li a em {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #fffffd;
}

section.banner ul li a em label {
    display: block;
    color: #fff;
text-transform: uppercase;
    font-family: "Times New Roman";
}

section.banner ul li a span {
    display: block;
    line-height: 26px;
    margin-top: 15px;
color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

section.banner ul li a small {
    color: #f5515a;
    font-size: 12px;
    margin-top: 45px;
    display: block;
}

/* section.banner ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.2), #2f2f2f);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), #2f2f2f);
    background: -mos-linear-gradient(rgba(0, 0, 0, 0.2), #2f2f2f);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), #2f2f2f);
    background: linear-gradient(rgba(0, 0, 0, 0.2), #2f2f2f);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
} */


section.banner ul li:after{
 content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
background: rgba(255, 84, 92, 0.3);
-webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;

}
section.banner ul li:hover:after {
    height: 100%;
}

section.banner ul li:hover a {
    -webkit-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -o-transform: translate(0, -80px);
    transform: translate(0, -80px);
}

section.yingshi {
    padding: 0 15px;
    background: #efefef;
}

section.yingshi div.left div.item {
        background:#efefef;
    color: #000;
}

section.yingshi div.left div.item h3 a{color: #ff545c;}

section.yingshi div.left div.item a.thumb {
    display: block;
    height: 0;
    padding-top: calc(88.58% - 18px);
    background: no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

section.yingshi div.left div.item a.thumb span.thumb {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

section.yingshi div.left div.item:hover a.thumb span.thumb {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

section.yingshi div.left div.item div.txt {
    padding: 0 15px;
    overflow: hidden;
}

section.yingshi div.left div.item div.txt h3 {
    font-size: 24px;
    line-height: 42px;
    margin-top: 40px;
    white-space: nowrap;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

section.yingshi div.left div.item div.txt p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 0;
    padding-left: 15px;
    overflow: hidden;
}

section.yingshi div.left div.item div.txt a.more {
    display: block;
    margin: 55px 0 0 15px;
    color: #ff5460;
}

section.yingshi div.left div.owl-dots {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

section.yingshi div.left div.owl-dots button.active span {
    background: #ff545c;
}

section.yingshi div.right li {
    position: relative;
    overflow: hidden;
}

section.yingshi div.right li a.thumb {
    display: block;
    height: 0;
    padding-top: 132.88%;
    background: no-repeat center / cover;
    overflow: hidden;
    position: relative;
}

section.yingshi div.right li a.thumb span.thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

section.yingshi div.right li:hover a.thumb span.thumb {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

section.yingshi div.right li a.thumb span.info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #000000);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #000000);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), #000000);
    background: -mos-linear-gradient(rgba(255, 255, 255, 0), #000000);
    background: linear-gradient(rgba(255, 255, 255, 0), #000000);
}

section.yingshi div.right li a.thumb span.info>span {
    display: block;
}

section.yingshi div.right li a.thumb span.info span.title {
    font-size: 18px;    color: #fff;
}

section.yingshi div.right li a.thumb span.info span.title small {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    opacity: .6;
    filter: alpha(opacity=60);
}

section.yingshi div.right li a.thumb span.info span.desc {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
color: #fff;
}

section.yingshi div.right li a.thumb span.info span.more {
    margin-top: 10px;
    color: #ff545c;
    font-size: 12px;
}

section.artist {
    padding: 0 15px;
    background: #efefef;
}

section.artist a.item {
    display: block;
    position: relative;
}

section.artist a.item span {
    display: block;
}

section.artist a.item span.thumb {
    height: 0;
    padding-top: 89.89899%;
    background: no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

section.artist a.item span.thumb>span.thumb2 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center / cover;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

section.artist a.item:hover span.thumb>span.thumb2 {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

section.artist a.item span.thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
     
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

section.artist a.item span.wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10% 10%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   background: rgb(255, 255, 255);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

section.artist a.item:hover span.wrap {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

section.artist a.item span.wrap span.title {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#ff545c;
}

section.artist a.item span.wrap span.title small {
    font-size: 12px;
    margin-left: 5px;
    color: #999;
}

section.artist a.item span.wrap span.desc {
    font-size: 14px;
    color:#8a8a8a;
    line-height: 24px;
    max-height: 48px;
    margin-top: 10px;
    overflow: hidden;
}

section.artist a.item span.wrap span.more {
    font-size: 12px;
    color: #ff545c;
    margin-top: 20px;
}

section.equipment {
    padding: 0 15px;
    background: #fff;
}

section.equipment div.left {
    position: relative;
}

section.equipment div.left div.item {
    position: relative;
    overflow: hidden;
}

section.equipment div.left div.item a.thumb {
    display: block;
    width: 100%;
    height: 0;
    padding-top: calc(90% + 15px);
    background: no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

section.equipment div.left div.item a.thumb span.thumb {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center / cover;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

section.equipment div.left div.item:hover a.thumb span.thumb {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

section.equipment div.left div.item div.txt {
    position: absolute;
    left: 10%;
    bottom: 8%;
}

section.equipment div.left div.item div.txt div.wrap {}

section.equipment div.left div.item div.txt span {
    display: block;
    font-size: 24px;
}

section.equipment div.left div.item div.txt i {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

section.equipment div.left div.owl-dots {
    position: absolute;
    right: 8%;
    bottom: 4%;
}

section.equipment div.left div.owl-dots button.active span {
    background-color: #ff545c;
}

section.equipment div.right div.top, section.equipment div.right div.bottom {
    background: #efefef;
}

section.equipment div.right a.thumb {
    display: block;
    height: 0;
    padding-top: 45%;
    background: no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

section.equipment div.right a.thumb span.thumb {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center / cover;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

section.equipment div.right a.thumb:hover span.thumb {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

section.equipment div.right div.top {
    margin-bottom: 15px;
}

section.equipment div.right div.top div.txt {
    float: left;
}

section.equipment div.right div.bottom div.txt {
    float: right;
}

section.equipment div.right div.txt {
    text-align: center;
    position: relative;
    height: 0;
    padding-top: 45%;
}

section.equipment div.right div.txt div.wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.equipment div.right div.txt h3:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    background: #ff545c;;
    top: 0;
    left: 50%;
    width: 60px;
    margin-left: -30px;
}

section.equipment div.right div.txt h3 {
    line-height: 66px;
    color: #ff545c;
    font-size: 28px;
font-weight: bold;
}

section.equipment div.right div.txt span {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #5b5b5b;
    font-size: 16px;
}

section.equipment div.right div.txt a:hover {
    background: #fff;
    color: #000;
}

section.equipment div.right div.txt a {
    height: 46px;
    line-height: 46px;
    color: #f5515a;
    width: 139px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    border: #ff545c 1px solid;
}

section.footer {
    display: none;
}

section#fullpage section.footer {
    display: table;
}

@media screen and (max-width: 1199px) {
    section.yingshi div.left div.item a.thumb {
        padding-top: 79.728%;
    }
    section.yingshi div.left div.item div.txt {
        position: relative;
        height: auto;
        padding-top: calc(53.152% - 18px);
    }
    section.yingshi div.left div.item div.txt div.wrap {
        position: absolute;
        left: 0;
        top: 0;
    }
    section.yingshi div.left div.item div.txt h3 {
        text-align: left;
        margin-top: 20px;
    }
}

@media screen and (max-width:991px) {
    html {
        overflow: auto !important;
    }
    section#fullpage>section {
        padding: 30px 15px;
    }
    section#fullpage>section.banner {
        margin: 0;
    }
    section.banner div.video {
        background: url(../images/index/banner.jpg) no-repeat center / cover;
    }
    section.banner div.video video {
        display: none;
    }
    section.banner ul li {
        height: 25%;
        border: none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    section.banner ul li:first-child {
        border: none;
    }
    section.banner ul li:after {
        display: none;
    }
    section.banner ul li a {
        width: 100%;
        height: 100%;
        max-width: initial;
        text-align: center;
        left: 0;
        top: 0;
        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;
        overflow: hidden;
    }
    section.banner ul li a em {
        font-size: 22px;
    }
    section.banner ul li a span, section.banner ul li a small {
        display: none;
    }
    section.banner ul li:hover a {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    section.yingshi div.left div.item a.thumb {
        padding-top: calc(66.33% - 18px);
    }
    section.yingshi div.left div.item div.txt {
        padding: 10px 25px 30px 25px;
    }
    section.yingshi div.left div.item div.txt div.wrap {
        position: initial;
    }
    section.equipment div.left div.item div.txt span, section.equipment div.left div.item div.txt i {
        font-size: 18px;
    }
    section.equipment div.right div.txt h3 {
        font-size: 20px;
    }
    section.equipment div.right div.txt span {
        line-height: 16px;
    }
    section.equipment div.right div.txt a {
        height: 36px;
        line-height: 36px;
        width: 100px;
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    section#fullpage>section {
        padding: 20px 3%;
    }
    section.banner div.video{
        background-image: url('../images/sj_banner.jpg');
        position:relative;
    }
    section.banner div.video div.mbp{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background: , url('../images/hy_sj_wz.png') no-repeat center bottom;
    }
    section.banner div.video div.mbp div.sjlogo{
        position:absolute;
        width:100%;
        height: 193px;
        top:50%;
        -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        -o-transform: translateY(-65%);
        transform: translateY(-65%);
        background: url('../images/hy_sj_logo.png') no-repeat center center;
    }
    section.banner div.video div.mbp div.sjtxt{
        position:absolute;
        width:100%;
        height: 66px;
        bottom:20px;
        left:0;
        background: url('../images/hy_sj_wz.png') no-repeat center bottom;
    }

    section.yingshi div.left div.item div.txt h3 {
        font-size: 18px;
        margin-top: 10px;
    }
    section.yingshi div.left div.item div.txt p>span {
        padding: 5px;
        line-height: 24px;
        font-size: 12px;
    }
    section.yingshi div.left div.item div.txt a.more {
        margin: 35px 0 15px 5px;
    }
    section.yingshi div.right {
        margin: 0;
        padding: 5px;
    }
    section.yingshi div.right li a.thumb span.info {
        padding: 10px;
    }
    section.yingshi div.right li a.thumb span.info span.title {
        font-size: 16px;
    }
    section.yingshi div.right li a.thumb span.info span.desc {
        font-size: 12px;
    }
    section#fullpage>section.artist {
        padding-left: 5%;
        padding-right: 5%;
    }
    section.equipment div.right div.txt h3 {
        font-size: 18px;
        line-height: 40px;
    }
    section.equipment div.right div.txt h3:before {
        display: none;
    }
    section.equipment div.right div.txt span {
        font-size: 12px;
    }
    section.equipment div.right div.txt a {
        height: 32px;
        line-height: 32px;
        width: 80px;
        font-size: 12px;
    }
    section#fullpage section.footer {
        height: auto !important;
    }
    section#fullpage section.footer .fp-tableCell {
        padding: 0;
        height: auto !important;
    }
}