@charset "UTF-8";
.main-box {
    padding: 9em 0 4.5em;
    background: #fef9f0;
}

.head-place {
    display: none;
}

/**** banner ***/

.ind-banbox {
    position: relative;
    z-index: 10;
}

.ind-ban {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ind-ban .swiper-slide {
    overflow: hidden;
    position: relative;
}

.ind-ban .swiper-slide:nth-child(4n+2) .slide-bd, .ind-ban-mob .swiper-slide:nth-child(4n+2) .slide-bd {
    transform: translate(30%, -50%);
    -webkit-transform: translate(30%, -50%);
}

.ind-ban .swiper-slide:nth-child(4n+2) .slide-txt, .ind-ban-mob .swiper-slide:nth-child(4n+2) .slide-txt {
    transform: translate(30%, 0);
    -webkit-transform: translate(30%, 0);
}

.ind-ban .swiper-slide:nth-child(4n+3) .slide-bd, .ind-ban-mob .swiper-slide:nth-child(4n+3) .slide-bd {
    transform: translate(0, -20%);
    -webkit-transform: translate(0, -20%);
}

.ind-ban .swiper-slide:nth-child(4n+3) .slide-txt, .ind-ban-mob .swiper-slide:nth-child(4n+3) .slide-txt {
    transform: translate(0, 30%);
    -webkit-transform: translate(0, 30%);
}

.ind-ban .swiper-slide:nth-child(4n+4) .slide-bd, .ind-ban-mob .swiper-slide:nth-child(4n+4) .slide-bd {
    transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
}

.ind-ban .swiper-slide:nth-child(4n+4) .slide-txt, .ind-ban-mob .swiper-slide:nth-child(4n+4) .slide-txt {
    transform: translate(-30%, 0);
    -webkit-transform: translate(-30%, 0);
}

.ind-ban .had-anit:nth-child(4n+1) .slide-bd, .ind-ban .had-anit:nth-child(4n+3) .slide-bd, .ind-ban-mob .had-anit:nth-child(4n+1) .slide-bd, .ind-ban-mob .had-anit:nth-child(4n+3) .slide-bd {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    opacity: 1;
}

.ind-ban .had-anit:nth-child(4n+2) .slide-bd, .ind-ban .had-anit:nth-child(4n+4) .slide-bd, .ind-ban-mob .had-anit:nth-child(4n+2) .slide-bd, .ind-ban-mob .had-anit:nth-child(4n+4) .slide-bd {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    opacity: 1;
}

.ind-ban .had-anit .slide-txt, .ind-ban-mob .had-anit .slide-txt {
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    opacity: 1;
}

.ind-ban .had-anit img.slide-txt {
    display: none;
}

.ind-ban .slide-imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: no-repeat center center;
    background-size: cover;
}

.ind-ban .slide-bd {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -80%);
    -webkit-transform: translate(0, -80%);
    transition: opacity 2s, transform 1.5s;
    z-index: 10;
    opacity: 0;
}

.ind-ban .slide-bd img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.ind-ban .slide-txt {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, -30%);
    -webkit-transform: translate(0, -30%);
    transition: opacity 2s, transform 1.5s;
    z-index: 10;
    opacity: 0;
}

.ind-ban.ind-banPc {
    height: 100vh;
    padding-top: 6em;
}

.ind-ban.ind-banApp {
    height: 100vh;
    margin-top: -0.76rem;
}

.ind-ban.ind-banApp .tit {
    font-size: 0.56rem;
    line-height: 0.62rem;
    padding-left: 0;
}

.ind-ban.ind-banApp .tit p:nth-child(2) {
    padding-left: 1.04rem;
}

.ind-banPC-slide {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.ind-banPC-slide:hover .ind-banArrow {
    opacity: 0.5;
}

.ind-banPC-slide:hover .ind-banArrow:hover {
    opacity: 0.8;
}

.ind-banCtrl {
    width: 100%;
    display: block;
    line-height: 0.6em;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 1em;
    z-index: 20;
}

.ind-banCtrl .swiper-pagination-bullet {
    width: 0.6em;
    height: 0.6em;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    opacity: 0.7;
    margin: 0 0.5em !important;
}

.ind-banCtrl .swiper-pagination-bullet-active {
    background: #fc4f00;
    opacity: 1;
}

.ind-banCtrl.pc {
    bottom: 1em;
}

.ind-banCtrl.app {
    bottom: 0.4rem;
    line-height: 0.1rem;
}

.ind-banCtrl.app .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.1rem !important;
}

.ind-banArrow {
    width: 3em;
    height: 3em;
    display: block;
    border-radius: 100%;
    background: no-repeat center center #000;
    background-size: 0.6em auto;
    border: solid 1px #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    z-index: 20;
    line-height: 2.5em;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
}

.ind-banArrow.prev {
    left: 5em;
    background-image: url("../../Img/images/slide_lf.png");
}

.ind-banArrow.next {
    right: 5em;
    background-image: url("../../Img/images/slide_rg.png");
}

.ind-banArrow.swiper-button-disabled {
    display: none;
}

@media screen and (max-width: 1600px) {
    .ind-ban div.slide-imgs,
    .ind-ban .had-anit div.slide-txt {
        display: none;
    }
    .ind-ban img.ban-bgsmall,
    .ind-ban .had-anit img.slide-txt,
    .ind-ban .slide-txt {
        display: block;  
        max-width: 100%;
        height: auto;
    }
    .ind-ban.ind-banPc,
    .ind-banPC-slide{
        height: auto;
    }
    .ind-banArrow{
        margin-top: 0;
        top: 30%;
    }
}

/**** 制作步骤 ****/

.ind-stepbox {
    /* padding: 0 0 0 5px;
  margin: -5px 0; */
    position: absolute;
    height: 100%;
    right: 0;
    width: 51.2%;
}

.ind-stepbox ul {
    height: 100%;
    /* margin: 0 -5px 0 0; */
}

.ind-stepbox li {
    height: 31.8%;
    /* padding: 5px; */
    width: 32.6%;
    margin-right: 1.1%;
    margin-bottom: 1.1%;
}

.ind-stepbox li:nth-child(3n) {
    margin-right: 0;
}

.ind-stepbox li:nth-child(7), .ind-stepbox li:nth-child(8), .ind-stepbox li:nth-child(9) {
    margin-bottom: 0;
}

.ind-stepbox li:hover .item-imgs {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.ind-stepbox .item-inner {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.ind-stepbox .item-imgs {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.5s;
}

.ind-stepbox .item-black {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 24;
}

.ind-stepbox .item-tit {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.25em;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 25;
}

/**** 视频 ****/

.ind-sec1 {
    position: relative;
}

.ind-videobox {
    padding: 0 1em 0 0;
    height: 23.5em;
    width: 48.4%;
}

.ind-videobd {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.ind-videobd .item-black {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 16;
}

.vd-bg {
    width: 100%;
    max-width: 100%;
    display: block;
}

.vd-fixed {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 20;
}

.vd-tit {
    height: 1.25em;
    overflow: hidden;
    font-size: 2em;
    line-height: 1.25em;
    color: #fff;
}

.vd-playbox {
    width: 6.6em;
    height: 2em;
    display: block;
    border: solid 1px #fff;
    border-radius: 2em;
    position: relative;
    margin: 1em auto 0;
    transition: all 1s;
}

.vd-playbox.play {
    transition: all 1s 0.5s;
    /* opacity: 0; */
}

.vd-playbox.play .vd-play {
    left: 4.5em;
    transition: all 1s;
}

.vd-play {
    width: 1.5em;
    display: block;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -0.75em;
    cursor: pointer;
    transition: all 1s 0.5s;
}

.vd-play img {
    width: 100%;
    display: block;
}

.vd-imgs {
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
}

.vd-black {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.vd-video {
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.vd-video .vjs-big-play-button, .vd-video .vjs-control-bar {
    display: none !important;
}

.vd-stopbox {
    width: 6.6em;
    height: 2em;
    display: block;
    border: solid 1px #fff;
    border-radius: 2em;
    margin: 1em auto 0;
    transition: all 1s;
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 100;
    margin-left: -3.3em;
}

.vd-stopbox.stop {
    transition: all 1s 0.5s;
    opacity: 0;
}

.vd-stopbox.stop .vd-stop {
    left: 6px;
    transition: all 1s;
}

.vd-stop {
    width: 1.5em;
    display: block;
    position: absolute;
    left: 4.5em;
    top: 50%;
    margin-top: -0.75em;
    cursor: pointer;
    transition: all 1s 0.5s;
}

.vd-stop img {
    width: 100%;
    display: block;
}

.vd-close {
    width: 3em;
    height: 3em;
    display: block;
    background: url("../../Img/images/close_01.png") no-repeat center center rgba(0, 0, 0, 0.5);
    background-size: 1.5em auto;
    border-radius: 100%;
    cursor: pointer;
    border: solid 2px #fff;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 50;
}

body.video-play .header {
    z-index: 10;
}

body.video-play .main-box {
    z-index: 20;
}

body.video-play .footer {
    z-index: 10;
}

body.video-play .vd-video {
    z-index: 2000;
    position: fixed;
}

body.video-play .aside-fixed {
    display: none;
}

.pcpaty .titlebox .word {
    max-width: 100%;
    margin: auto;
    display: block;
}
.titlebox {
    text-align: center;
    color: #3e281a;
}
.titlebox .cn{
    font-size: 2em;
    line-height: 1.175em;
    font-weight: bold;
} 
.titlebox .line{
    width: 100%;
    height: 4px;
    background: url(../../Img/images/wenline.png) no-repeat center;
    background-size: contain;
    margin: 1.1em auto 0.9em;
}
.titlebox .en{
    font-size: 1em;
    line-height: 1.15em;
}

.pcpaty .titlebox .txt {
    text-align: center;
    margin: 3.75em 0 2.3em;
    font-size: 1em;
    color: #666666;
}

.pcpaty .video-back, .pcpaty .video-back video, .vidbacking {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 20;
    object-fit: fill;
}

.vjs-tech {
    width: 100%;
    height: 100%;
}

.morevideo {
    float: right;
    margin-top: 2em;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0.8em;
    color: #fc4f00;
    position: relative;
    border: 1px solid #ac0000;
    /* display: none; */
}

.morevideo img {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 1em;
    margin-top: -2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.morevideo:hover {
    color: #fc4f00;
}

.morevideo:hover img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .more-video {
        margin-top: 0.23rem;
        float: right;
        display: block;
        line-height: 0.24rem;
        font-size: 0.14rem;
        color: #ababab;
    }
    .more-video img {
        width: 0.08rem;
        height: 0.14rem;
        margin-left: 0.14rem;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    .more-video:hover {
        color: #ac0000;
    }
}

/* ind-ban-mob  */

.ind-ban-mob {
    width: 100%;
    height: 31.95em;
    display: none;
}

.ind-ban-mob .slide-imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: no-repeat center center;
    background-size: cover;
}

.ind-ban-mob .slide-bd {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -80%);
    -webkit-transform: translate(0, -80%);
    transition: opacity 2s, transform 1.5s;
    z-index: 10;
    opacity: 0;
}

.ind-ban-mob .slide-bd img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.ind-ban-mob .slide-txt {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translate(0, -30%);
  -webkit-transform: translate(0, -30%); */
    transition: opacity 2s, transform 1.5s;
    z-index: 10;
    opacity: 0;
}

.ind-ban-mob .swiper-ctrl {
    text-align: center;
    padding-top: 10px;
}

.swiper-pagination-bullet {
    background: #cec0b0;
    position: relative;
    transition: all 0.3s;
}

.swiper-pagination-bullet::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    background: #cec0b0;
    opacity: 0;
}

.swiper-pagination-bullet-active {
    background: #fc4f00;
}

.swiper-pagination-bullet-active::after {
    bottom: -2px;
    right: -1px;
    opacity: 1;
}

@media (max-width:1110px) {
    .ind-ban-mob {
        display: block;
        height: 480px;
        margin-top: 6em;
    }
}

@media (max-width: 991.8px) {
    .ind-ban-mob {
        margin-top: 0.76rem;
    }
}

@media (max-width: 767px) {
    .ind-ban-mob {
        height: 2.7rem;
        margin-top: 0.76rem;
    }
}

.mobpaty {
    margin-top: 1.09rem;
    display: none;
}



.mobpaty .titlebox .txt {
    margin: 0.65rem 0 0.24rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666666;
    text-align: justify;
}

.mobpaty .videobox {
    width: 100%;
    height: 26.8em;
    background-color: rgb(0, 0, 0);
    position: relative;
}

.videoPlayer {
    width: 100%;
}

#video {
    margin-top: 0px;
    position: static !important;
}

.video-js {
    /* position: static !important; */
}

#videoControls {
    width: 100%;
    margin-top: 10px;
}

.video-js .vjs-progress-control {
    position: absolute;
    bottom: -0.28rem;
    width: 100%;
}

.video-js .vjs-load-progress div {
    background: #ccc;
}

.video-js .vjs-progress-control .vjs-progress-holder {
    width: 100%;
    height: 5px;
    background-color: #ccc;
    margin: 0 auto;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
    margin-top: 10px;
}

.video-js .vjs-play-progress {
    width: 0px;
    height: 4px;
    background-color: #c62229;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.video-js .vjs-play-progress:before {
    height: 0.14rem;
    width: 0.14rem;
    background-color: #efefef;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    position: absolute;
    cursor: pointer;
    background-color: #c42228;
    content: '';
}

.vjs-load-progress {
    height: 0.05rem;
}

.vjs-slider-bar {
    height: 0.04rem;
}

@media (max-width: 991.98px) {
    .titlebox {
        color: #aa8863;
    }
    .titlebox .cn {
        font-size: 0.3rem;
        line-height: 0.39rem;
    }
    .titlebox .line{
        width: 65.4%;
        height: 3px;
        background: url(../../Img/images/wordline1.png) no-repeat center;
        background-size: contain;
        margin: 0.04rem auto ;
    }
    .titlebox .en {
        font-size: 0.08rem;
        line-height: 0.18rem;
    }
    .main-box {
        background: #fff;
        padding:2em 0 0.6rem;
    }
    .pcpaty {
        display: none;
    }
    .mobpaty {
        display: block;
    }
    .mobpaty .videobox {
        height: 457px;
        background-repeat: no-repeat ;
        background-position:center center;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .mobpaty .videobox {
        height: 1.95rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }
    .mobpaty .videobox a {
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        background: url(../../Img/images/icon_play1.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
}

.iebox .leftvideo-dimensions, .iebox .vidbacking {
    width: 100% !important;
    height: 100% !important;
}