/*@media (min-width: 1400px){
    .container {
        max-width: 1350px;
    }
}*/

.myDot{
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    overflow: auto;
}
.myDot_btn{
    margin-right: 16px;
}
.myDot_btn:after{
    left: 0;
    top: 7px;
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
}
.myDot_btn:before{
    left: 0;
    top: -7px;
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
}
.swpPro h3{
    text-align: center;
    text-decoration: none !important;
    font-style: normal;
    color: #fff;
    background-color: rgba(223, 56, 38, 1);
    font-size: 16px;
    width: 80%;
    height: 26px;
    line-height: 26px;
    margin-left: 10%;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.swpPro a{
    text-decoration: none !important;
    text-align: center;
}
.swpPro img{
    max-width: 90%;
    max-height: 100%;
}

.proBan{
    margin:auto;
}
@media all and (min-width: 900px){
    .proBan{
        width:90%;
    }
}

.proIn_wrapper{
    width: 40%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.proIn_wrapper_bk{

}
.proIn2{

    width: 100%;
    height: 100%;
    animation: infinite proInBk2 20s steps(1);
    background-image:url("/img/p2-1.png") ;
    background-size: cover;
    background-position: center;
    transition: none;
}
@keyframes proInBk2 {
    25%{
        background-image:url("/img/p2-2.png") ; ;
    }
    50%{
        background-image:url("/img/p2-3.png") ;  ;
    }
    75%{
        background-image:url("/img/p2-4.png") ; ;
    }
   100%{
        background-image:url("/img/p2-5.png") ; ;
    }
  
}
.proIn1{

    width: 100%;
    height: 100%;
    animation: infinite proInBk1 20s steps(1);
    background-image:url("/img/p1-15.png") ;
    background-size: cover;
    background-position: center;
    transition: none;
}
@keyframes proInBk1 {
    6.6%{
        background-image:url("/img/p1-01.png") ;
    }
    13.2%{
        background-image:url("/img/p1-02.png") ;
    }
    19.8%{
        background-image:url("/img/p1-03.png") ;
    }
    26.4%{
        background-image:url("/img/p1-04.png") ;
    }
    33%{
        background-image:url("/img/p1-05.png") ;
    }
    39.6%{
        background-image:url("/img/p1-06.png") ;
    }
    46.2%{
        background-image:url("/img/p1-07.png") ;
    }
    52.8%{
        background-image:url("/img/p1-08.png") ;
    }
    59.4%{
        background-image:url("/img/p1-09.png") ;
    }
    66%{
        background-image:url("/img/p1-10.png") ;
    }
    72.6%{
        background-image:url("/img/p1-11.png") ;
    }
    79.2%{
        background-image:url("/img/p1-12.png") ;
    }
    85.8%{
        background-image:url("/img/p1-13.png") ;
    }
    92.4%{
        background-image:url("/img/p1-14.png") ;
    }
    99%{
        background-image:url("/img/p1-15.png") ;
    }
}
.proIn3{

    width: 100%;
    height: 100%;
    animation: infinite proInBk3 16s steps(1);
    background-image:url("/img/p3-1.png") ;
    background-size: cover;
    background-position: center;
    transition: none;
}
@keyframes proInBk3 {
    20%{
        background-image:url("/img/p3-2.png") ; ;
    }
    40%{
        background-image:url("/img/p3-1.png") ;  ;
    }
    60%{
        background-image:url("/img/p3-2.png") ; ;
    }
    80%{
        background-image:url("/img/p3-1.png") ; ;
    }
    100%{
        background-image:url("/img/p3-2.png") ; ;
    }
}

.myBanDesc{
    position: absolute;
    font-size: 80px;
    color: #fff;
    line-height: 80px;
    text-align: left;
    background-color: rgba(0,0,0,0.6);
    padding:20px 30px ;
    font-weight: bold;
}
.myBanDesc2{
     width: auto;
     position: absolute;
     font-size: 85px;
     color: rgb(255, 255, 255);
     line-height: 90px;
     text-align: left;
     padding:10px 15px;
     font-weight: bold;

     /*transform:perspective(1000px)  rotateY(-20deg);*/
 }
.myBanDesc3{
    width: auto;
    position: absolute;
    font-size: 70px;
    color: rgba(223, 56, 38,0.8);
    line-height: 90px;
    text-align: left;
    padding:10px 15px;
    font-weight: bold;
    /*transform:perspective(1000px)  rotateY(-20deg);*/
}
@media all and (max-width: 1600px){
    .myBanDesc{
        font-size: 70px;
        line-height: 70px;
        padding:20px 30px ;
    }
    .myBanDesc2{
        font-size: 70px;
        line-height: 80px;
        padding:10px 15px;
    }
    .myBanDesc3{
        font-size: 70px;
        line-height: 80px;
        padding:10px 15px;
    }
}
@media all and (max-width: 1400px){
    .myBanDesc{
        font-size: 60px;
        line-height: 60px;
        padding:20px 30px ;
    }
    .myBanDesc2{
        font-size: 60px;
        line-height: 70px;
        padding:10px 15px;
    }
    .myBanDesc3{
        font-size: 60px;
        line-height: 70px;
        padding:10px 15px;
    }
}
@media all and (max-width: 1200px){
    .myBanDesc{
        font-size: 50px;
        line-height: 50px;
        padding:10px 20px ;
    }
    .myBanDesc2{
        font-size: 50px;
        line-height: 60px;
        padding:10px 15px;
    }
    .myBanDesc3{
        font-size: 50px;
        line-height: 60px;
        padding:10px 15px;
    }
}
@media all and (max-width: 991px){
    .myBanDesc{
        font-size: 36px;
        line-height: 36px;
        padding:10px 20px ;
    }
    .myBanDesc2{
        font-size: 56px;
        line-height: 46px;
        padding:10px 15px;
    }
    .myBanDesc3{
        font-size: 36px;
        line-height: 46px;
        padding:10px 15px;
    }
    .proIn_wrapper{
        width: 90%;
        position: absolute;
        left: 5%;
        top: 70px;
        transform: none;
    }
    .logo_P{
        top: 10px!important;
    }
    .logo_P .logo_P_inner{
        width: 120px!important;
    }
    .myDesc_ban{
        width: 100%!important;
        height: 30%!important;
        top: 30%!important;
    }
    .myDesc_ban .myBanDesc_1{
        top: auto !important;
        bottom: 200px!important;
        left: 5%!important;
    }
    .myDesc_ban .myBanDesc_2{
        top: auto !important;
        bottom: 30px!important;
        left: 10%!important;
    }
    .myDesc_ban2{
       /* background: linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0.8))!important;*/
    }
    .myDesc_ban .myBanDesc2_1{
        top: auto !important;
        bottom: 30px!important;
        left: 5%!important;
        transform:perspective(1000px)  rotateX(20deg);
    }
    .myDesc_ban3{
        background: linear-gradient(175deg,rgba(0, 0, 0,0),rgba(0, 0, 0,0),rgba(0, 0, 0,0.6))!important;
    }
    .myDesc_ban .myBanDesc3_1{
        top: auto !important;
        bottom: 80px!important;
        left: 20px!important;
    }
    .myDesc_ban .myBanDesc3_2{
        top: auto !important;
        bottom: 83px!important;
        left: 17px!important;
    }
}
.logo_P{
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.logo-t{
    width: 240px;
    font-size: 20px;
    text-align: center;
   /* background-color: rgb(0,0,0);*/
    color: #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    /*font-family: Lucida Family;*/
}
.logo-t img{
    width: 100%;
}
@media all and (max-width: 991px){
    .logo-t{
        font-size: 14px;
        width: 180px;
    }
	

}
.logo_P .logo_P_inner{
    width: 240px;
    /*transform:perspective(1000px)   translateZ(-50px)  ;
    animation: infinite ease circle_logo 5s ;
    transform-style:preserve-3d;*/
}
@keyframes circle_logo {
    0%{
        transform:perspective(1000px) translateZ(-50px) ;
    }
    50%{
        transform:perspective(1000px) translateZ(50px)  ;
    }
    100%{
        transform:perspective(1000px) translateZ(-50px) ;
    }

}
.logo_P .logo_P_inner img{
    width: 100%;
}

.proUl_wrapper{
    /*margin-left: 60%;
    width: 40%;*/
}
.proUl_wrapper ul{
    list-style: none;
    width: 100%;
    padding: 10px ;
    overflow: hidden;
}
.proUl_wrapper ul li{
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    float: left;
    opacity: 0.9;
    transition: all .5s;
    cursor: pointer;
}
.proUl_wrapper ul li:hover{
    opacity:1;

}
.proUl_wrapper ul li img{
    width: 100%;
}


.proUl_wrapper li:nth-child(2n) {
    transform:perspective(1000px) rotateY(10deg) translateZ(0);
    animation: infinite ease circle_l 5s ;
    transform-style:preserve-3d;
}
.proUl_wrapper li:nth-child(2n+1) {
    transform:perspective(1000px) rotateY(-10deg) translateZ(0);
    animation: infinite ease circle_f 5s ;
    transform-style:preserve-3d;
}
.proUl_wrapper li:nth-child(3n) {
    animation-delay: 1s;
}
.proUl_wrapper li:nth-child(3n+1) {
    animation-duration: 4s;
}
.piaoL{
    transform:perspective(1000px) rotateY(5deg) translateZ(0);
    animation: infinite ease circle_l 5s ;
    transform-style:preserve-3d;
}
.piaoR{
    transform:perspective(1000px) rotateY(-5deg) translateZ(0);
    animation: infinite ease circle_f 5s ;
    transform-style:preserve-3d;
}
@keyframes circle_l5 {
    0%{
        transform:perspective(1000px) rotateY(5deg) ;
    }
    50%{
        transform:perspective(1000px) rotateY(-5deg)  ;
    }
    100%{
        transform:perspective(1000px) rotateY(5deg) ;
    }
}
@keyframes circle_f5 {
    0%{
        transform:perspective(1000px) rotateY(-5deg) ;
    }
    50%{
        transform:perspective(1000px) rotateY(5deg) ;
    }
    100%{
        transform:perspective(1000px) rotateY(-5deg) ;
    }
}
@keyframes circle_l {
    0%{
        transform:perspective(1000px) rotateY(10deg) ;
    }
    50%{
        transform:perspective(1000px) rotateY(-10deg)  ;
    }
    100%{
        transform:perspective(1000px) rotateY(10deg) ;
    }
}
@keyframes circle_f {
    0%{
        transform:perspective(1000px) rotateY(-10deg) ;
    }
    50%{
        transform:perspective(1000px) rotateY(10deg) ;
    }
    100%{
        transform:perspective(1000px) rotateY(-10deg) ;
    }
}
.piaoU{
    transform:perspective(1000px)  translateZ(0);
    animation: infinite ease circle_U 5s ;
    transform-style:preserve-3d;
}
@keyframes circle_U {
    0%{
        transform:perspective(1000px) translateZ(0px) ;
    }
    50%{
        transform:perspective(1000px) translateZ(30px);
    }
    100%{
        transform:perspective(1000px) translateZ(0px) ;
    }
}
.swiper-button-next3{
    right: 0;
    padding-left: 10px;
}
.swiper-button-prev3{
    left: 0;
    padding-right: 10px;
}
.swiper-button-next3,.swiper-button-prev3{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    height: 40px;
    width: 70px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    outline: none;
}
.swiper-button-next3 .btn_bk{
    width: 140px;
    height:80px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    transform: rotate(30deg) translateX(10px);
    transition: all .5s;
}
.swiper-button-next3 i{
    position: relative;
    z-index: 9;
}
.swiper-button-next3:hover{
    width: 100px;
}
.swiper-button-next3:hover .btn_bk{
    transform: rotate(30deg) translateX(18px) translateY(-9px);
    background-color: rgba(233,56,38,0.8);
}
.swiper-button-prev3 .btn_bk{
    width: 140px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    transform: rotate(30deg) translateX(-90px);
    transition: all .5s;
}
.swiper-button-prev3 i{
    position: relative;
    z-index: 9;
}
.swiper-button-prev3:hover{
    width: 100px;
}
.swiper-button-prev3:hover .btn_bk{
    transform: rotate(30deg) translateX(-75px) translateY(-5px);
    background-color: rgba(233,56,38,0.8);
}
.swiper-button-next3,.swiper-button-prev3 i{
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
}
h3{
    margin: 0;
}
.proBan .swpPro{
    margin-top: -10px;
}

.myR_slide_wrapper{
    padding: 0;
    overflow: hidden;
}
.myR_slide_wrapper h3{
    margin: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    background-color: #333;
    color: #fff;
}
ul.myR_slide li{
    height: 40px;
    line-height: 40px;
}
ul.myR_slide li a{
    text-decoration: none;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.myR_slide li a:hover{
    background-color: #df3826;
    color: #fff;
}
.content p{
    margin: 0;
}
.wrapp-page-title{
    margin-bottom: 30px;
}
.Album_one{
    height:200px;
}
.Album_one .project-item{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}
.Album_one_pic{
    position: relative;
    width: 100%;
    height: 100%;
    /*box-shadow: 1px 1px 5px 0 #ccc;*/
    /*background-color: red;*/
}
/*.Album_one a h3{
    height: 35px;
    line-height: 35px;
    margin: 5px 5% 0;
    width: 90%;
    overflow: hidden;
    font-size: 16px;
    text-decoration: none !important;
    text-align: center;
    color: #333;
    background-color: rgba(240,244,248);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
}*/
.myATitle{
    height: 100%;
    width: 100%;
}
.myATitle{
    background-color: #df3826;
}
.myATitle h5{
    color: #fff;
}
.myATitle a{
    text-decoration: none;
}
.Album_one img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position:absolute;
    left: 50%;
    top: 50% ;
    transform:translateX(-50%) translateY(-50%);
    margin: 0;
}
.paperNum{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.paperNum a{
    text-decoration: none;
}
.paperNum a:hover{
    background-color: #df3826 !important;
    color: #fff !important;
}
#bigimg{
    transform:perspective(1000px) rotateY(-10deg) translateZ(0);
    animation: infinite ease circle_f 8s ;
    transform-style:preserve-3d;
}
.myOrder{
    width:100%; height:700px; border:0;
}
@media all and (max-width: 1200px) {
    .myOrder{
        height:800px;
    }
}
@media all and (max-width: 991px) {
    .myOrder{
        height:800px;
    }
}
@media all and (max-width: 767px) {
    .myOrder{
        height:900px;
    }
}
@media all and (max-width: 513px) {
    .myOrder{
        height:1100px;
    }
}

.myCo>li{
    cursor: pointer;
}


.myCo>li>a{
    transition: all .5s;
    /*transform: scale(1);*/
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.myCo>li>a:hover{
    /*transform: scale(1.2);*/
    color: #df3826;
}
.myCo>li.myActive>a{
    /*transform: scale(1.2);*/
    color: #df3826;
}


.more_pro_btn{
    width: 100%;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    /*box-shadow: 0 1px 1px 1px #ccc;*/
    z-index: 99;
    position: relative;
}
.more_pro_btn a{
    color: #333;
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: rgb(240,244,248);
}
.more_pro_btn a i{
    font-size: 12px;
}
.more_pro_nav{
    background-color: #969696;
    /*position:absolute;*/
    /*left: 0;*/
    /*top: 40px;*/
    z-index: 100;
    width: 100%;
    height: 0;
    transition: all .3s;
    overflow: hidden;
}
ul li {
    list-style: none;
}
.myCo a{
    text-decoration: none;
}
.myProductL{
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.myProductL li{
    width: 100%;
    border-bottom: 1px solid #ccc;
    /*padding: .5rem 0;*/
    text-align: center;
    /*background-color: #fff;*/
    transition: all .5s;
    opacity: 0;
    transform: translateY(-30px);
    height: 38px;
}
.myProductL li a{
    color: #fff;
    display: inline-block;
    width: 100%;
}
.myProductL li.myCur{
    background-color: #df3826;
    /*border:  1px solid #fff;*/
}
.myProductL li.myCur a{
    color: #fff;
    font-weight: bold;
}



.proList_inner{
    /*overflow: hidden;*/
    /*box-shadow: 1px 1px 5px 0 #ccc;*/
    margin:0 ;
}
.proList_img{
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
    height: 230px;
    overflow: hidden;
    position: relative;
    background-color: #d6d6d6;
    z-index: 2;
}
.proList_img img:nth-child(2){
    opacity: 0;
}
.proList_img:hover img:nth-child(2){
    opacity: 1;
}
.proList_img img{
    transition: all .5s;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.proListR_img{
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
    height: 280px;
    overflow: hidden;
    position: relative;
    background-color: #d6d6d6;
    z-index: 2;
}
.proListR_img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.proList_h{
    height: 60px;
    margin: 0;
    position: relative;
}
.proList_h .click_div{
    height: 50px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: rgb(223, 56, 38);
    padding-top: 10px;
    border-radius: 5px;
    /*box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);*/
    transition: all .5s ;
    transform: translateY(-40px);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.proList_inner:hover .proList_h .click_div{
    transform: translateY(0);
}
.proList_h h3{
    height: 50px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: rgb(0, 0, 0);
    margin-top: -10px !important;
    padding-top: 10px;
    border-radius: 5px;
    /*box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);*/
    transition: all .5s;
    transform: translateY(0);
}
.proList_inner:hover .proList_h h3{
    transform: translateY(-40px);
    box-shadow: none;
}
.proList_inner:hover .proList_img img{
    /*transform: scale(1.1) translateY(-50%) translateX(-50%);*/
}
@media all and (max-width: 767px){
    .blog-wide-item-img{
        float: none !important;
    }
    .blog-wide-item-info{
        padding:0 !important;
    }
}
.btn-link i{
    font-size: 16px;
    display: inline-block;
    height: 21px;
    line-height: 21px;
}
.proList_inner a{
    text-decoration: none;
}

.top_pic_wrrap{
    width: 100%;
    height: 580px;
    background-position: center;
    background-size:cover ;
    position: relative;
}
.top_pic_title{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
}
.top_pic_title h3{
    text-align: center;
    margin: 0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
}
@media all and (max-width: 1300px){
    .top_pic_wrrap{
        width: 100%;
        height: 480px;
    }
}
@media all and (max-width: 991px){
    .top_pic_wrrap{
        width: 100%;
        height: 360px;
    }

    .my_header-top-btn{
        display: none;
    }
}
@media all and (max-width: 767px){
    .top_pic_wrrap{
        width: 100%;
        height: 300px;
    }
	.proList_img{
   
    height: 188px;

}
}

.my_header-top-btn a{
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: rgba(255,255,255,0.6);
    color: #303036;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 12px;
}
.my_header-top-btn a.myCurLang{
    background-color: rgba(223, 56, 38,0.9) !important;
}
.my_header-top-btn a:hover{
    background-color: rgba(255,255,255,1);
    color: #303036 ;
}
.my_header-top-btn i{
    margin-left: 3px;
}
.my_header-top-btn_in{
    /*width: 180px;*/
    cursor: pointer;
    line-height: 21px;
}
.my_header-top-btn_in span{
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}
.my_header-top-btn{
    /*width: 120px;*/
    transition: all .5s;
    overflow: hidden;
}
.my_header-top-btn:hover{
    /*width: 180px;*/
}

.myProNavL .owl-prev i{
    display: none !important;
}
.myProNavL .owl-next i{
    display: none !important;
}
.myProNavL .owl-prev{
    transform: rotate(180deg);
}
.proList_one{
    padding: 0 30px;
}

.myMask{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.slide_desc{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    line-height: 50px;
    z-index: 999;

}


.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: 0.9;
    background-color: rgb(255,255,255);
    margin: 0 8px;
}
.swiper-pagination-bullet-active{
    background-color: rgba(223,56,38,1) !important;
    opacity: 0.98!important;
}
.fixed-m{
   /* position: fixed;*/
    top: 0;
    left: 0;
    transition: all 1s;
    height: 65px !important;
    transform:translateY(0);
    overflow: unset!important;
}
.myMenu_btn{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 5px #333;
    cursor: pointer;
    transform: translateY(-65px);
    transition: all 0.5s;
}
.myMenu_btn i{
    color: #333;
    font-size: 8px;
    line-height: 24px;
}

.ban_down{
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    /*z-index: 2;*/
}
.ban_down .ban_down_inner{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    /*cursor: pointer;*/
    text-align: center;
    animation: infinite myDown 1s;
}
@keyframes myDown {
    0%{
        transform: translateY(-50px) scale(0.8) ;
        opacity: 0.6;
    }
    100%{
        transform: translateY(0) scale(1) ;
        opacity: 1;
    }
}
.ban_down .ban_down_inner i{
    display: inline-block;
    color: rgba(255,255,255,0.9);
    width: 100%;
}

.ban_down .ban_down_inner i{
    font-size: 40px;
    line-height: 40px;
}

.myHis .choose-us-item-desc p{
    color: #fff;
}
.myHis .choose-us-item-count::after{
    background-color: #fff;
}
.myHis .choose-us-item-count{
    font-size: 24px;
}
.myHis .section-title{
    color: #fff;
}

.swpPro_in .swiper-scrollbar-drag{
    /**/
    background-color: rgba(0,0,0,1) !important;
}
.mySwpAbout .swiper-scrollbar-drag{
    background-color: rgba(223,56,38,0.8) !important;
}

.swpzoom .swiper-slide {
    opacity: 0.7;
    transform:perspective(1000px)  translateZ(-100px);
    transform-style:preserve-3d;
    transition: all .5s;
    cursor: pointer;
}
.swpzoom .swiper-slide-active {
    opacity: 1;
    transform:perspective(1000px)  translateZ(100px) ;
    animation: infinite ease proZoom 8s ;
    z-index: 9;
}
.myClass_tool{
    /*box-shadow: 0 -1px 5px 0 #ccc;*/
    background-color: #f0f4f8;
    min-height: 57px;
}
.myClass_tool ul li.myClass_tool_one{
    flex: 1;
    padding: 10px;
}
.myClass_tool ul li.myClass_tool_one div{
    text-align: center;
    border-radius: 10px;
    width: 100%;
    height: 37px;
    overflow: hidden;
    line-height: 37px;
    background-color: #fff;
    cursor: pointer;
    transition: all .5s;
}
.myClass_tool ul li.myClass_tool_one.myAct div{
    color: #fff;
    background-color: rgba(223,56,38,0.9);
}
.myClass_tool ul li.myClass_tool_one:hover div{
    color: #fff;
    background-color: rgba(223,56,38,0.9);
}
.myInfo{
    min-height: 300px;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
}
.myInfo.myInfoAc{
    display: block;
}

.swiper-button-prev-m{
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    z-index: 97;
    cursor: pointer;
    /*background-color: rgba(223,56,38,0.8);*/
    background-color: rgba(0,0,0,0.6);
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    transition: all .5s;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.swiper-button-prev-m:hover{
    /*background-color: rgba(223,56,38,1);*/
    background-color: rgba(0,0,0,1);
}
.swiper-button-prev-m i{
    font-size: 36px;
    color: #fff;
    display: inline-block;

}
.swiper-button-next-m{
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 97;
    cursor: pointer;
    border-radius: 5px;
    /*background-color: rgba(223,56,38,0.8);*/
    background-color: rgba(0,0,0,0.6);
    line-height: 40px;
    text-align: center;
    transition: all .5s;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.swiper-button-next-m:hover{
    /*background-color: rgba(223,56,38,1);*/
    background-color: rgba(0,0,0,1);
}
.swiper-button-next-m i{
    font-size: 36px;
    color: #fff;
}

@media all and (max-width: 991px){
    .swiper-button-prev-m{
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(90deg);
    }
    .swiper-button-next-m{
        top: 50%;
        bottom:auto;
        left: auto;
        right: 0;
        transform: translateY(-50%) rotate(-90deg);
    }
}

.mySlideR{
    position: absolute;
    width: 70px;
    height: 100%;
    left: 0;
    top: 722px;
    background-color: #303036;
    z-index: 99;
}
.mySlideR .sidebar-item{
    position: absolute;
    left: 70px;
    top: 0;
    width: 240px;
    transform: translateX(-240px);
    z-index: 1;
    transition: all .5s;
    height: 100%;
    background-color: #303036;
    overflow: auto;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.mySlideR .sidebar-item ul{
    padding: 0;
}
.mySlideR .sidebar-item .myR_slide_wrapper{
    background-color: #303036;
}
.mySlideR .sidebar-item .myR_slide_wrapper .myCo>li{
    background-color: #f0f4f8;
}
.mySlideR .sidebar-item .myR_slide_wrapper .myCo>li>a{
    width: 100%;
}
.mySlideR_bk{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #303036;
    z-index: 2;
}
@media all and (max-width:991px){

}
.mySlideR_btn{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 160px;
    background-color: #666;
    z-index: 3;
    cursor: pointer;
}
.mySlideR_btn:hover{
    background-color: rgba(223,56,38,0.9);
}
.mySlideR_btn_inner{
    font-size: 18px;
    transform: rotate(90deg) translateX(40px) translateY(2px);
    color: #fff;
}

.cont_one{
    background-color: #f0f4f8;
    min-height: 57px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    z-index: 2;
    position: relative;
}
.cont_one span{
    line-height: 60px;
    /*margin-left: 30px;*/
    font-size: 16px;
    display: inline-block;
    height: 60px;
}

.wrapp-btn-link{

}
.wrapp-btn-link a{
    background-color: #df3826;
    color: #fff;
    padding: 0 10px;
    /*border-radius: 5px;*/
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.header-fixed.fixed{
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
}
.header-fixed{
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);

}
.myLoad{
    display: none;
}
.myDesc_ban{
    cursor: inherit;
}
.servises-item{
    border: none;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}

aside.sidebar{
    padding-left: 20px;
}
@media all and (max-width: 991px) {
    aside.sidebar{
        padding-left: 0;
    }
}

.main-content{
    min-height: 400px;
}


.choose-us-item-count{
    color: #fff;
}
.myHis  .choose-us-item-title{
    color: #df3826;
    min-height: 0;
}

.proT_w{
    border-bottom: 1px solid #df3826;
    text-align: center;
    margin-bottom: 20px;
}
.proT_i{
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    background-color: #df3826;
    color: #fff;
}

.swpHotP .swiper-slide{
    padding-top: 5px;
}

.mySlideR .proBtn{
    height: 120px;
    max-height: 25%;
    width: 70px;
    border-radius: 0 5px 5px 0;
    background-color: #e77817;
    z-index: 4;
    position: relative;
    margin-top: 10px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
}
.mySlideR .proBtn-cn{
    height: 120px;
	line-height:120px;
    max-height: 25%;
    width: 70px;
    border-radius: 0 5px 5px 0;
    background-color: #e77817;
    z-index: 4;
    position: relative;
    margin-top: 10px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
}
.proBtn_warp{
    position: absolute;
    left: 0;
    top: 160px;
    width: 100%;
    height: 100%;
}
.mySlideR .proBtn:hover{
    width: 90px;
    padding-left: 20px;
}
.mySlideR .proBtn.curR{
    width: 90px;
    padding-left: 20px;
}
.mySlideR .proBtn_warp .proBtn:nth-child(2){
    background-color: #495677;
}
.mySlideR .proBtn_warp .proBtn:nth-child(3){
    background-color: #da251d;
}
.mySlideR .proBtn_warp .proBtn:nth-child(4){
    background-color: #7bc4a0;
}
.mySlideR .proBtn_warp .proBtn:nth-child(5){
    background-color: #069;
}

.mySlideR .proBtn_warp .proBtn-cn:nth-child(2){
    background-color: #495677;
}
.mySlideR .proBtn_warp .proBtn-cn:nth-child(3){
    background-color: #da251d;
}
.mySlideR .proBtn_warp .proBtn-cn:nth-child(4){
    background-color: #7bc4a0;
}
.mySlideR .proBtn_warp .proBtn-cn:nth-child(5){
    background-color: #069;
}

@media (max-width: 991px){
    .mySlideR .proBtn{
        transform: translateX(-30px);
    }
	.mySlideR .proBtn-cn{
        transform: translateX(-30px);
    }
}

.mySlideR .proBtn a{
    display: inline-block;
    transform: rotate(90deg) translateX(25px) translateY(25px);
    line-height: 25px;
    height: 70px;
    width: 120px;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
}
.mySlideR .proBtn-cn a{
    display: inline-block;
   
    line-height: 120px;
    height: 120px;
    width: 70px;
	line-height:120px;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
}
.mySlideR_bk{
    position: absolute;
    left: 0;
    top: 0;
}

.top_pic_wrrap .top_title_wrap{
    display: inline-block;

    position: absolute;
    bottom: 40px;
    left: 10px;
    padding: 12px;
}
.top_pic_wrrap .top_title h3{
    color: #fff;
}
.top_pic_wrrap .top_title_t{
    position: relative;
}
.top_title_icon1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 6px;
    background-color: rgba(223,56,38,1);
}
.top_title_icon2{
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 40px;
    background-color: rgba(223,56,38,1);
}
.top_title_icon3{
    background-color: #00923f;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 6px;
}
.top_title_icon4{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 30px;
    background-color: #00923f;
}
.top_pic_wrrap  h2{
    color: #fff;

    font-size: 44px;
}
.top_pic_wrrap  h3{
    color: #fff;
    font-size: 24px;
}


.swpPro .swiper-slide{
    transform:perspective(1000px) translateZ(-800px);
    transform-style:preserve-3d;
    opacity: 0.8;
    transition: all .5s;
}
.swpPro .swiper-slide.swiper-slide-prev{
    transform:perspective(1000px) translateZ(-300px) translateX(-50%);
    opacity: 0.9;
}
.swpPro .swiper-slide.swiper-slide-next{
    transform:perspective(1000px) translateZ(-300px) translateX(50%);
    opacity: 0.9;
}
.swpPro .swiper-slide.swiper-slide-active{
    transform:perspective(1000px) translateZ(500px);
    opacity: 1;
}
.swpPro.swiper-container{
    padding: 180px 0  260px;
}
@media all and (max-width: 991px){
    .swpPro.swiper-container{
        padding: 140px 0  220px;
    }
}
@media all and (max-width: 400px){
    .swpPro.swiper-container{
        padding: 100px 0  190px;
    }
}
.swpPro .swpPro_img{

}
.swpPro .swpPro_img img{

}
.swpPro_bottom{
    z-index: 9;
    position: absolute;
    bottom: -45px;
    left: 0;
    /*background-color: #0aab99;*/
    width: 96%;
    margin-left: 2%;
    height: 45px;
    /*overflow: hidden;*/
    padding: 10px 0 0;
}
.swpPro_bottom1,.swpPro_bottom2,.swpPro_bottom3{
    /*width: 32%;*/
    height: 100%;
    box-shadow:  0 0 5px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
    float: left;
    transition: all .5s;
}
.swpPro_bottom1,.swpPro_bottom2{
    margin-right: 2%;
}
.swpPro_bottom1{
    /*transform:perspective(1000px) rotateY(45deg) ;*/
    width: 6%;
    transform-origin:100% 50%;
    background-color: #da251d;
    padding: 5px 0;
    text-align: center;
    overflow: hidden;
}
.swpPro_bottom2{
    display: inline-block;
    width: 84%;
    /*border: 1px solid #ccc;*/
    /*transform:perspective(1000px) translateZ(0);*/
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
    overflow: hidden;
}
.swpPro_bottom3{
    /*transform:perspective(1000px) rotateY(-45deg) ;*/
    width: 6%;
    transform-origin:0 50%;
    background-color: #00923f;
    padding: 5px 0;
    text-align: center;
    overflow: hidden;
}
.swpPro_bottom2 h4{
    text-align: center;
    font-size: 14px;
    margin: 0;
    color: #000;
    line-height: 25px;
    transition: all .5s;
    cursor: pointer;
}
.swpPro_bottom1 h4{
    text-align: center;
    font-size: 12px;
    margin: 0;
    line-height: 25px;
    transition: all .5s;
    color: #fff;
    opacity: 0;
    cursor: pointer;
}
.swpPro_bottom3 h4{
    text-align: center;
    font-size: 12px;
    margin: 0;
    line-height: 25px;
    transition: all .5s;
    color: #fff;
    opacity: 0;
    cursor: pointer;
}

/*.swpPro_bottom2 span{
    font-size: 12px;
    line-height: 25px;
}*/
.swiper-slide .swpPro_bottom{
    opacity: 0;
    transition: all .5s;
}
.swiper-slide-active .swpPro_bottom{
    opacity: 1;
}
.swpPro_bottom:hover .swpPro_bottom2{
    width: 6%;
}
.swpPro_bottom:hover .swpPro_bottom2 h4{
    opacity: 0;
}
.swpPro_bottom:hover .swpPro_bottom1 h4{
    opacity: 1;
}
.swpPro_bottom:hover .swpPro_bottom3 h4{
    opacity: 1;
}
.swpPro_bottom:hover .swpPro_bottom1{
    width: 45%;
}
.swpPro_bottom:hover .swpPro_bottom3{
    width: 45%;
}

.swpPro_icon{
    position: absolute;
}
.swpPro_icon.icon1{
    top: 40px;
    left: -18px;
    height: 4px;
    width: 20%;
    background-color:#333;
}
.swpPro_icon.icon2{
    top: 10px;
    left: 0;
    height: 80%;
    width: 4px;
    background-color:#333;
    z-index: 9;
}
.swpPro_icon.icon3{
    bottom:  0;
    right: -14px;
    height: 4px;
    width: 10%;
    background-color:#333;
}
.swpPro_icon.icon4{
    bottom: -6px;
    right: 0;
    height: 60%;
    width: 4px;
    background-color:#333;
}
.swpPro{
}
.logo-t2{
    /*position: absolute;*/
    /*left: 20px;*/
    /*top: 50px;*/
    width: 400px;
    max-width: 90%;
}
@media all and (max-width: 400px){
    .logo-t2{
        margin-left: 5%;
    }
}
.pro_details {
    padding: 20px 10px ;
}
.pro_details h3{
    margin-bottom: 10px;
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 5px;
}
.pro_details img{
    /*float: left;*/
    max-width: 100%;
}
.pro_details .row{
    margin-bottom: 10px;
}
.pro_details .pro_details_s{
    color: #da251d;
    margin-bottom: 5px;
}

.myProNavL .owl-nav button{
    color: #da251d !important;
}

.myProNavL .owl-nav button i{
    /*color: #da251d !important;*/
}

@media all and (max-width: 991px){
    .mySlideR .proBtn {
        width: 60px;
    }
	 .mySlideR .proBtn-cn {
        width: 60px;
    }
}

.swiper-container.swpHP{
    padding:  5px 0;
}

@media all and (max-width: 450px){
    .mySlideR .proBtn{
        margin-top:5px;
        height: 100px;
    }
    .mySlideR .proBtn a{
        width: 100px;
        transform: rotate(90deg) translateX(15px) translateY(25px);
    }
    .mySlideR .proBtn.curR a{
        transform: rotate(90deg) translateX(15px) translateY(15px);
    }
    .mySlideR .proBtn:hover a{
        transform: rotate(90deg) translateX(15px) translateY(15px);
    }
	
	  .mySlideR .proBtn-cn{
        margin-top:5px;
        height: 100px;
    }
    .mySlideR .proBtn-cn a{
        width: 100px;
        transform: rotate(90deg) translateX(15px) translateY(25px);
    }
    .mySlideR .proBtn-cn.curR a{
        transform: rotate(90deg) translateX(15px) translateY(15px);
    }
    .mySlideR .proBtn-cn:hover a{
        transform: rotate(90deg) translateX(15px) translateY(15px);
    }
}

.red-line{
    border-top: 1px dashed #da251d;
    margin-top: 30px;
    margin-bottom: 30px;
}

.my_spec{
    position: absolute;
    padding: 10px;
    /*background-color: rgba(255,255,255,0.6);*/
    background:linear-gradient(90deg,rgba(223,56,38,0.9),rgba(223,56,38,0.7)) ;
    /*background:linear-gradient(90deg,rgba(50,50,50,0.9),rgba(50,50,50,0.7)) ;*/
    left: 10px;
    top: 15px;
    z-index: 8;
    color: #000;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    transform:perspective(1000px)     ;
    animation: infinite ease circle_l 5s ;
    transform-style:preserve-3d;
}
.my_spec h3{
    font-size: 32px;
    margin-bottom: 5px;
    /*border-left: 4px solid #000;
    padding-left: 5px;*/
}
.my_spec span{
    color: #fff;
}


.swiper-container.swpPro_in{
    padding: 30px 0 10px;
}
@media all and (max-width: 767px){
    .swiper-container.swpPro_in{
        padding: 120px 0 10px;
    }
    .my_spec{
        left: auto;
        right: 15px;
    }
}

.swpPro_in .swiper-scrollbar-drag{
    height: 10px;
    top: -3px;
}


.bread-crumbs{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.pro_details{
    /*height: 0;
    overflow: hidden;
    padding: 0;*/
}
.myMore{
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 16px;
    border-radius: 15px;
    box-sizing: border-box;
    margin-left: 5px;
    border: 1px solid #333;
    font-size: 18px;
    color: #333;
    font-style: normal;
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    cursor: pointer;
    user-select: none;
    transform: rotate(315deg);
    transition: all .5s;
}
.myMore:hover{
    border: 1px solid #da251d;
    background-color: #da251d;
    color: #fff;
}
.myMore.myAc{
    border: 1px solid #da251d;
    background-color: #da251d;
    color: #fff;
}
.details_content .pro_details{
    overflow: hidden;
}
.details_content .pro_details p{
   margin:0px;padding:0px;
}
.order_content{
    min-height: 10px;
}
.hotP_content{
    min-height: 10px;
}


.selTion{
    position: fixed;
    right: 80px;
    top: 50%;
    text-align: right;
    z-index: 8;
    font-size: 12px;
}
.selTion ul li{
    margin-bottom: 15px;
    height: 20px;
    line-height: 20px;
    /*overflow: hidden;*/
}
.selTion ul li span{
    /*float: right;*/
    display: inline-block;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-right: 10px;
    color: #8e8e8e;
    cursor: pointer;
    user-select: none;
    transition: all .5s;
}
.selTion ul li.myCurS span{
    color: #000;
}
.selTion ul li:hover span{

    color: #000;
}
.selTion ul li i.selicon{
    float: right;
    /*margin-left: 10px;*/
    display: block;
    background-color: #fff;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.selTion ul li i.selicon:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #fff;
    left: 3px;
    top: 3px;
    border-radius: 7px;
    transition: all .5s;
}
.selTion ul li.myCurS i.selicon:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #da251d;
    left: 3px;
    top: 3px;
    border-radius: 7px;
}
.selTion ul li:hover i.selicon:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #da251d;
    left: 3px;
    top: 3px;
    border-radius: 7px;
}
@media all and (max-width: 1400px){
    .selTion{
        right: 10px;
    }
}
@media all and (max-width: 767px){
    .selTion{
        display: none;
    }
}

.myR_slide li a{
    border-bottom:1px solid #ccc;
}
.myR_slide li:nth-last-child(1) a{
    border-bottom: none;
}
@font-face{
    font-family: commercialScript;
    src: url("/img/fonts/CommercialScript BT.ttf");
}

@media all and (max-width: 991px) {
    .index_swp_text{
        font-size: 80px !important;
    }
}

.parameter_table{
    display: flex;
    margin: 10px 0 30px;
}
.parameter_table .parameter_table_one{
    flex: 1;
    border-right: 1px solid #8e8e8e;
}
.parameter_table .parameter_table_one:nth-last-child(1){
    border-right: none;
}
.parameter_table .parameter_table_one .parameter_table_one_tit{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ccc;
    font-weight: bold;
}
.parameter_table .parameter_table_one .parameter_table_one_con{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #efefef;
    font-weight: bold;
}
@media all and (max-width: 991px){
    .parameter_table{
        display: block;
    }
    .parameter_table .parameter_table_one{
        flex: none;
        width: 100%;
        border-right:none;
        border-bottom: 1px solid #8e8e8e;
    }
    .parameter_table .parameter_table_one .parameter_table_one_tit{
        display: inline-block;
        width: 50%;
        text-align: center;
    }
    .parameter_table .parameter_table_one .parameter_table_one_con{
        display: inline-block;
        float: right;
        width: 50%;
        text-align: center;
    }
}
.my_spec h4{
    font-size: 14px;
    background-color: rgba(255,255,255,1);
    color: rgba(223,56,38,0.9);
    margin-bottom: 10px;
    padding:5px 10px;
}
.my_spec h3{
    text-align: center;
}
.my_spec i{
    background-color: #fff;
    display: block;
    width: 100%;
    height: 3px;
}

div.gongyi_wrap img{
    height: 109px;
    width: auto;
}
@media all and (max-width: 1600px){
    div.gongyi_wrap img{
        height: 100px;
    }
}
@media all and (max-width: 991px){
    div.gongyi_wrap img{
        height: 57px;
        margin-bottom: 10px;
    }
}

.video_wrap{
    background-color: #000;
    position: relative;
    background-image: url('/img/video_bk.jpg');
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.video_wrap video{
    width: 80%;
    margin-left: 10%;
    outline: none;
    object-fit: fill;
    z-index: 6;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}
.video_bk{
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: auto;
    transform:translateX(-50%);
}
.video_container{
    padding: 20px 0;
    position: relative
}
@media all and (max-width: 991px){
    .video_wrap video{
        width: 90%;
        margin-left: 5%;
    }
    .video_container{
        padding: 3px 0;
    }
}