@media all and (max-width: 1200px){
    .logo_r{
        height: 40px;
margin-top: 5px;
    }
    .logo_r h2{
        height: 30px !important;
        line-height: 30px !important;
        font-size: 22px !important;
    }
    .logo_r h3{
        height: 10px !important;
        line-height: 10px !important;
        font-size: 8px !important;
    }
    .brand .brand-logo-dark{
        transform: translateY(-2px);
    }
}
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone{

    background-color: rgba(49,57,70,0.8) !important;
}
.rd-navbar-modern{
    background-color: rgba(49,57,70,1) !important;
    /*border-bottom: 3px solid rgba(251,217,8,1);*/
}
.project-hamburger > span{

    background: #fff;
}
.rd-navbar-modern.rd-navbar-static .rd-nav-link{
    color: #fff !important;
}
.button-primary-gradient{
    /*font-size: 16px;*/
}
.bg-dark-overlay:before{
    background-color: rgba(0,0,0,0.7);
}
.bg-dark-overlay2:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}

/*begin-内页头部*/
.inner_top{
    min-height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.inner_top_tag{
    box-shadow: 0 1px 5px 0 #ccc;
    height: 40px;
    line-height: 40px;
    /*background-color: #fbd908;*/
    background: linear-gradient(rgba(251,217,8,0.8),rgba(251,217,8,1));
    overflow: hidden;
}
.inner_top_tag a{
    color: #000;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    border-radius: 5px;
}
.inner_top_tag .container a:nth-last-child(1){
    background: rgba(255,255,255,1);
}
.inner_top_tag .container{
    text-align: left;
}
.inner_top_tag a:hover{
    background-color: rgba(255,255,255,1);
}
.inner_top_tag i{
    color: #000;
}

.inner_top_title .inner_top_title_w h3{
    color: #fff;
    font-size: 50px;
    height: 60px;
    line-height: 60px;
}
.inner_top_title .inner_top_title_w span{
    color: #fff;
    font-size: 32px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.inner_top_title_w{
    text-align: left;
    margin-top: 80px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-left: 50px;
}
.inner_top_title_w .myIc{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 100px;
}
.inner_top_title_w .myIc .ic1{
    width: 6px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0,rgb(251, 244, 53),rgba(251,217,8,1));
}
.inner_top_title_w .myIc .ic2{
    width: 160px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(45deg,rgb(251, 244, 53),rgba(251,217,8,1));
}
@media all and (max-width: 375px) {
    .logo_r{
        display: none !important;
    }
}
@media all and (max-width: 400px) {

}
.top_ban_swp img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.top_ban_swp h3 {
    display: block;
    font-size: 20px;
    color: #000;
    text-align: center;
    position: absolute;
    left: 10%;
    bottom: 15px;
    width: 80%;
    background: linear-gradient(90deg,rgba(251,217,8,0.8),rgba(251,217,8,1));
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.6) ;
}
.top_ban_swp .swiper-slide{
    padding-bottom: 45px;
    /*position: relative;*/
    height: 415px;
    box-sizing: content-box;
}
.top_ban_swp .swiper-slide div{
    height: 100%;
    width: 100%;
}
.top_ban_swp .swiper-slide img{
    position: absolute;
    left: 0;
    bottom: 45px;
    max-width: 100%;
    max-height: 100%;
}
    /*end-内页头部*/


/*begin-右边栏目*/
.left_nav_wrapper{
    box-sizing: border-box;
    border-radius: 3px 73px 3px 3px;
    border: 2px solid #333;
    overflow: hidden;
    width: 90%;
    margin: auto;
}
.left_nav_wrapper .left_nav_title{
    background:linear-gradient(210deg,rgba(251,217,8,1),rgba(251,217,8,0.5));
    padding: 10px 0;
    border-bottom: 1px solid #333;
}
.left_nav_wrapper .left_nav_title h3{
    font-size: 28px;
    text-align: left;
    padding-left: 20px;
}
.left_nav_wrapper .left_nav_title h3 span{
    font-size: 16px;
    color: #8e8e8e;
    display: block;
}

.left_nav_list li{
    height: 36px;
    border-bottom: 1px solid #fff;
    box-sizing: content-box !important;
}
.left_nav_list ul li:nth-last-child(1){
    border:none
}
.left_nav_list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    background-color: #8e8e8e;
    color: #fff;
    font-size: 16px;
}
.left_nav_list li a.myAc{
    /*background:linear-gradient(30deg,rgba(251,217,8,1),rgba(251,217,8,0.5));*/
    background-color: #313946;
}
/*end-右边栏目*/

.section-about{
    padding: 50px 0;
}
.content-about p{
    text-align: left;
    font-size: 16px;
}

@media (min-width: 1200px){
    .rd-navbar-static .rd-navbar-dropdown {
        width: 280px;
    }
}
.news-list .btn-link{
    color: #000;
    background-color: rgb(251,217,8);
    display: inline-block;
    padding: 5px 10px;
}
.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;
    }
}
.blog-wide-item{
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0 #ccc;
    padding: 10px;
    border-radius: 5px;
}
.blog-wide-item-row {
    font-size: 12px;
}
.blog-wide-item-row i{
    font-size: 12px;
}
.job-list .blog-wide-item-desc p{
    margin: 0;
}
.job-list .btn-link{
    color: #000;
    background-color: rgb(251,217,8);
    display: inline-block;
    padding: 5px 10px;
}
.myBannerT{
    display: table-cell;
    vertical-align: middle
}
@media all and (min-width: 1200px){
    .myBannerT{
        height: 500px;
    }
}
header .mySearchBtn{
    font-size: 18px;
    color:rgb(251,217,8);
}
.my_history .tabs-custom p{
    text-indent: 2em;
}

.quote-tara-caption:before{

}
.inner_top_title_w .ic3{
    position: absolute;
    height: 6px;
    width: 50px;
    top: 60px;
    left: -50px;
    background: linear-gradient(180deg,rgb(251, 244, 53),rgba(251,217,8,1));
}
.inner_top_title_w .ic4{
    position: absolute;
    height: 6px;
    width: 50px;
    top: 60px;
    right: -50px;
    background: linear-gradient(180deg,rgb(251, 244, 53),rgba(251,217,8,1));
}


.pro_one{
    margin-bottom: 20px;
}
.pro_one .pro_one_in .pro_one_in_pic{
    height: 300px;
}
.pro_one .pro_one_in .pro_one_in_pic img{
    max-width: 100%;
    max-height: 100%;
}
.pro_one .pro_one_in .pro_one_in_title{
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-top: 10px;
    background: linear-gradient(180deg,rgb(251, 244, 53),rgba(251,217,8,1));
    border-radius: 5px;
}
.pro_one .pro_one_in .pro_one_in_title a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
}
.swiper-button-next{
    background: none!important;
}
.swiper-button-prev{
    background: none!important;
}
.swiper-button-next:before{
    color: rgba(251,217,8,1);
    line-height: 44px;
}
.swiper-button-prev:before{
    color: rgba(251,217,8,1);
    line-height: 44px;
}
.proB{
    margin-bottom: 10px;
}
.proB_t h3{
    margin-top: 20px;
    background: linear-gradient(180deg,rgb(251, 244, 53),rgba(251,217,8,1));
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
    font-size: 20px;
    color: #000;
    padding: 0 20px;
}
.proB_pic{
    height: 500px;
}
.proB_pic img{
    max-height: 100%;
    max-width: 100%;
}
.inner_con_title_w{
    padding-left: 14px;

    position: relative;
    height: 40px;
    /*display: inline-block;*/
    text-align: left;
}
.inner_con_title_w h3{
    font-size: 24px;
    text-align: left;
    display: inline-block;
}
.inner_con_title_w .myIc{
    position: absolute;
    width: 100px;
    height: 40px;
    top: 0;
    left: 0;
}
.inner_con_title_w .myIc .ic1{
    position: absolute;
    top:3px;
    left: 0;
    width: 6px;
    height: 25px;
    background: linear-gradient(180deg,rgb(251, 244, 53),rgba(251,217,8,1));
}
.inner_con_title_w .myIc .ic2{
    position: absolute;
    top:0;
    left: 0;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg,rgb(251, 244, 53),rgba(251,217,8,1));
}

.swpzoom .swiper-slide{
    opacity: 0.7;
    transform: perspective(1000px) translateZ(-200px);
    transform-style: preserve-3d;
    transition: all .5s;
    cursor: pointer;
}
.swpzoom .swiper-slide-active {
    opacity: 1;
    transform: perspective(1000px) translateZ(0);
    animation: infinite ease proZoom 8s;
    z-index: 9;
}

table.myTable{
    /*background-color:rgba(0,0,0,0.1) ;*/
    padding: 8px;
    width: 100%;
    /*max-width: 500px;*/
    float: left;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}
.guige_table table.myTable:nth-last-child(1){
    margin: 0;
}

table.myTable tr{
    border: none;
    margin: 0;
    padding: 0;
}
table.myTable tr td{
    border: none;
    margin: 0;
    /*width: 50%;*/
    line-height: 26px;
    /*display: inline-block;*/
    border-bottom: 1px solid #333;
    text-align: left;
    padding: 0 10px;
}
table.myTable tbody tr:nth-child(1) td{
    background-color: transparent ;
    color: #fff ;
    position: relative;
    height: 26px;
    text-align: center;
    border: none;
    padding: 0 ;
}
table.myTable tbody tr:nth-child(1) td:nth-child(n){
    background-color: transparent;
    color: #333;
}
table.myTable tbody tr:nth-child(1) td:nth-last-child(1){
    background-color: transparent;
    color: #fff;
}
table.myTable tbody tr:nth-child(1) td:nth-child(n):before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(251,217,8,1);
    transform: skewX(16deg);
    transform-origin: 50% 100%;
    will-change: transform;
    pointer-events: none;
    z-index: -1;
}
table.myTable tbody tr:nth-child(1) td:nth-last-child(1):before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 110%;
    background: #313946;
    transform: skewX(16deg);
    transform-origin: 50% 100%;
    will-change: transform;
    pointer-events: none;
    z-index: -2;
}
.myTable tbody tr:nth-child(2n) td{
    color: #000;
}
.myTable tbody tr:nth-child(2n+1) td{
    background-color: rgba(0,0,0,0.2);
    color: #000;
}
.guige_table .myTable tbody tr:nth-child(2n+1) td{
    background-color: #fff;
    color: #000;
}
.myInnerT div{
    width: 400px;
    display: inline-block;
    text-align: center;
}

.title_style{
    overflow: hidden;
    height: 30px;
}
.title_style_l{
     width: 50%;
    display: inline-block;
    float: left;
    position: relative;
    color: #000;
    line-height: 30px;
 }
.title_style_r{
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
    color: #fff;
    line-height: 30px;
}
.title_style_l:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(251,217,8,1);
    transform: skewX(16deg);
    transform-origin: 50% 100%;
    will-change: transform;
    pointer-events: none;
    z-index: -1;
}
.title_style_r:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 110%;
    background: #313946;
    transform: skewX(16deg);
    transform-origin: 50% 100%;
    will-change: transform;
    pointer-events: none;
    z-index: -2;
}
.setImg{
    text-align: center;
    margin-top: 10px;
}
.setImg img{
    max-width: 100%;
    max-height: 100%;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-project-hamburger-open{
    padding: 8px ;
}
@media all and (max-width: 991px){
    .rd-navbar-modern.rd-navbar-fixed .rd-navbar-project-hamburger-open i{
        color: #000;
    }
    .myDark:before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .4);
    }
    .myDark h4{
        color: #fff !important;
    }
    .myDark p{
        color: #fff !important;
    }
    .myDark span{
        color: #fff !important;
    }
    .mybk1{
        display: none!important;
    }
    .myBzSwp{
        padding:20px 0 !important; ;
        box-shadow: 0 0 5px 0 #ccc;
    }
}

.my-btn{
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    background-color: #fbd908;
}
.index_pro_swp{
    display: inline-block;
    height: 300px;
    line-height: 300px;
}
.index_pro_swp img{
    max-width: 100%;
    max-height: 100%;
}
.index_pro_t{
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-top: 10px;
    background: linear-gradient(180deg,rgb(251, 244, 53),rgba(251,217,8,1));
    border-radius: 5px;
}
.index_pro_t a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
}
table p{
    margin: 0;
    line-height: 22px;
}
table{
    font-family: Arial;
    letter-spacing: 0;
}
.myGuige table tr td{
    text-align: center !important;
}
.inner_con_title_w h3 span{
    font-size: 14px;
    color: #8e8e8e;
}

.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;
    }
}

.myBtn {
    font-size: 16px;
    margin-left: 20px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 #ccc;
    padding: 5px 10px;
    cursor: pointer;
    color: #333;
    animation: btn 2s infinite;
    border-radius: 5px;
    border: 1px solid rgba(251,217,8,1);
    transition: all .5s;
}

@keyframes btn {
    0%{
        box-shadow:0 0 0 0 rgba(251,217,8,1);
    }
    100%{
        box-shadow:0 0 0 8px rgba(227, 65, 0, 0);
    }
}
.myBannerT h3 span{
    font-weight: bold;
}
@media all and (max-width: 991px) {
    .contactBox table{
        width: 100% !important;
    }
}
.contactBox table{
    text-align: left!important;
}
.contactBox table td{
    width: auto!important;
    font-size: 18px!important;
    color: #000;
    text-align: left!important;
    padding-left: 20px;
}
.contactBox table tr{
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

ul.footer-modern-list li a{
    height: 24px;
    overflow: hidden;
    display: inline-block;
}
.myBan1_wrap{
    background-color: rgba(255,255,255,0.8);
    padding-top: 20px;
    padding-bottom: 20px;
}
@media all and (max-width: 991px){
    .myBan1_wrap{
        background: none;
    }
}


.pack-item{
    height: 300px;
}
.pack-item img{
    max-height: 100%;
    max-width: 100%;
}
.myBzSwp{
    overflow: hidden;
}