@font-face {
    font-family: Montserrat-Light;
    src: url(fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Din-Black;
    src: url(fonts/D-DINCondensed-Bold.otf);
}

:root{
    --primary-color:#AB000D;
    --secondary-color:#004EA2;
    --bg-color:#F2F2F2;
    --text-color:#646464;
}
html::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  /*正常情况下滑块的样式*/
 html::-webkit-scrollbar-thumb {
    background-color: #AB000D;
    border-radius: 8px;
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
 html:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
 html::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  /*正常时候的主干部分*/
  html::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: rgb(192, 192, 192);
  }
  /*鼠标悬浮在滚动条上的主干部分*/
 html::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, 0.01);
  }

html,
body {
    font-family: Montserrat-Regular;
}
body{
}
a:hover{
    color: var(--primary-color);
}
.m_center{
    margin: 0px auto;
}
.margin_top_60{
    margin-top: 60px;
}
.margin_bottom_60{
    margin-bottom: 60px;
}
.padding_top_60{
    padding-top: 45px;
}
.padding_bottom_60{
    padding-bottom: 60px;
}
.padding_bottom_50{
    padding-bottom: 50px;
}
.margin_top_50{
    margin-top: 50px;
}
.margin_top_40{
    margin-top: 40px;
}
.m_nav_box{
    width: 80%;
}
.m_nav_icon{
    width: 20%;
    text-align: right;
}
.mobi_menu{
    display: none;
    position: absolute;
    background: #ED6B00;
    z-index: 100;
    padding:15px;
    right: 15px;
    width: 160px;
    top: 80px;
    border-radius: 5px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.5);
}
.mobi_menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobi_menu ul li{
    text-align: center;
    display: block;
    color: #fff;
    line-height: 3em;
    border-bottom: #d72020 solid 1px;
}
.mobi_menu ul a:last-child li{
    border-bottom: none;
}
.mobi_menu ul li:hover{
    background: rgba(255, 255, 255, 0.1);
}
.m_nav_eng{
    width: 40px;
    height: auto;
    text-align: center;
    background: #ED6B00;
    color: #fff;
    font-weight: bold;
}
.nav_top{
    width: 100%;
    height: 38px;
    background-color: #fff;
    border-bottom: 1px solid #E6E6E6;
}
.nav_top_flex{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.nav_top_left{
    font-size: 12px;
    color: #909090;
}
.nav_top_right{
    font-size: 12px;
    color: #909090;
    display: grid;
    grid-template-columns: 8fr 1fr 1fr;
    line-height: 38px;
}
.top_engbtn{
    background-color: #ED6B00;
    text-align: center;
    padding: 0 20px;
    color: #fff;
}

.nav_top_left i{
    line-height: 38px;
    vertical-align: middle;
}
.nav_top_left span{
    vertical-align: middle;
    padding-left: 3px;
}
.nav_box {
    /* position: fixed; */
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 8fr 3fr;
    align-items: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    z-index: 999;
    transition: 0.5s;
}
/* .nav_box_b {
    position: fixed;
    width: 100%;
    height: 90px;
    display: grid;
    background: rgba(171, 0, 13, 0.9);
    backdrop-filter: blur(20px);
    grid-template-columns: 3fr 8fr 1fr 1fr;
    align-items: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    z-index: 999;
    transition: 0.5s;
} */

.sub_nav{
    position: absolute;
    z-index: 9999;
    margin-top: 90px;
    width: 150px;
    background: #fff;
    display: none;
    border-radius: 5px;
    box-shadow: 0 5px 15px -2px rgba(27, 27, 27, 0.8);
    padding: 10px;
}

.sub_nav_left{
    float: left;
}
.sub_nav_right{
    float: left;
    margin-left: 50px;
    padding-left: 50px;
}
.sub_nav_title{
    font-size: 16px;
    font-family: Montserrat-bold;
    color: var(--primary-color);
    line-height: 1em;
    margin-bottom: 20px;
}
.sub_nav_item a{
    text-align: center;
    display: block;
    width: 130px;
    font-size: 14px;
    color: #848484;
    height: 46px;
    line-height: 46px;
    transition: 0.3s;
    border-bottom: 1px solid #ccc;
}
.sub_nav_item a:hover{
    transform: translate(5px);
    font-weight: bold;
}
.m_banner{
    width: 100%;
}
.nav_logo {
    width: auto;
    height: 90px;
    background: #fff;
    line-height: 90px;
}

.nav_menu {
    justify-self: end;
    width: auto;
    height: 90px;
}

.nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;

}
.nav_menu ul li{
    float: left;
}
.mobi_lang img{
    display: block;
    float: right;
    padding-top: 16px;
}

.nav_menu ul li > a {
   line-height: 91px;
    float: left;
    font-size: 14px;
    color: #707070;
    padding:0 1rem;
    text-align: center;
    transition: 0.3s;
}
/* .nav_menu ul li > a:hover{
    background-color: rgba(0, 0, 0, 0.2);
} */
.tel_btn{
    font-size: 22px;
    color: #ED6B00;
    height: 45px;
    line-height: 45px;
    text-align: right;
    border-radius: 30px;
    transition: 0.3s;
}

.lang_btn{
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    width: 80px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 30px;
    transition: 0.3s;
    margin-left: 15px;
}
.lang_btn:hover{
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.hvr-underline-from-left:before {
    background: #ED6B00;
    height: 3px;
}

.nav_sc {
    float: left;
    height: 106px;
    margin-left: 30px;
}

.nav_sc a {
    display: block;
    float: left;
    margin-top: 35px;
    padding: 0px 4px;
}

.nav_sc a:hover {
    transform: rotateY(360deg);
    transition: 0.5s;
}

.nav_lang {
    float: right;
}
.group_logo{
    width: 100%;
    height: 130px;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(50px);
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.group_logo > div{
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
}
.group_logo_text{
    padding-top: 1em;
}
.banner_box{
    width: 100%;
    position: absolute;
}
.banner_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 115px;
    font-family: Din-Black;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 13%;
    text-align: center;
}
.banner_line{
    width: 40px;
    height: 3px;
    background: #fff;
    margin-bottom: 10px;
    
}

.home_about_a {
    font-family: Poppins-Light;
    color: #565656;
    font-size: 1rem;
    margin-top: 0;
}

.banner_text{
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 1.6em;
    margin-top: 20px;
}
.green_btn{
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: var(--text-color);
    width: 135px;
    height: 43px;
    line-height:43px;
    border-radius: 5px;
    border: 1px solid #646464;
    text-align: center;
    margin-top: 5px;
    transition: 0.5s;
    background: #fff;
}
.green_btn:hover{
    background: var(--primary-color);
    border: 1px solid #fff;
    color: #fff;
}
.red_btn{
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #fff;
    width: 135px;
    height: 43px;
    line-height:43px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 5px;
    transition: 0.5s;
    background: var(--primary-color);
}
.red_btn:hover{
    background: #fff;
    border: 1px solid #646464;
    color: var(--text-color);
}


.white_btn{
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: var(--primary-color);
    width: 130px;
    height: 30px;
    line-height:30px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    transition: 0.5s;
}
.white_btn:hover{
    border-radius: 50px;
    background: var(--text-color-title);
}
.banner_hello{
    margin-top: 8%;
}
.pro_title_box{
    height: auto;
    background: url(../images/new_PRODUCTS.png) no-repeat top center;
}

.pro_tab{
    display: grid; 
    grid-template-columns: 3fr 9fr;
}
.nav>.nav-tabs> .active{
    background: #ED6B00 url(../images/new_taawlogo.png) no-repeat 90% center;
}
.nav-tabs{
    margin-top: 40px;
}
.pro_box_leftbtn{
    width: 100%;
    height: 88px;
    background: #b8b8b8 no-repeat 80% center;
    padding-left: 1em;
    line-height: 88px;
    font-size: 22px;
    color: #fff;
    transition: .3s;
    margin-bottom: 2px;
}
.pro_box_leftbtn a{
    color: #fff;
}
.pro_box_leftbtn:hover{
    width: 100%;
    height: 88px;
    background: #ED6B00 url(../images/new_taawlogo.png) no-repeat 90% center;
    line-height: 88px;
    padding-left: 1em;
    font-size: 22px;
    color: #fff;
}


.pro_box_leftbtnjx{
    width: 100%;
    height: 88px;
    background: #b8b8b8 no-repeat 80% center;
    line-height: 88px;
    padding-left: 1em;
    font-size: 22px;
    color: #fff;
    transition: .3s;
    margin-bottom: 2px;
}
.pro_box_leftbtnjx a{
    color: #fff;
}
.pro_box_leftbtnjx:hover{
    width: 100%;
    height: 88px;
    background: #94204D url(../images/new_wjxlogo.png) no-repeat 90% center;
    line-height: 88px;
    padding-left: 1em;
    font-size: 22px;
    color: #fff;
}
.pro_box_leftbtnjd{
    width: 100%;
    height: 88px;
    background: #b8b8b8 no-repeat 80% center;
    line-height: 88px;
    padding-left: 1em;
    font-size: 22px;
    color: #fff;
    transition: .3s;
    margin-bottom: 2px;
}
.pro_box_leftbtnjd a{
    color: #fff;
}
.pro_box_leftbtnjd:hover{
    width: 100%;
    height: 88px;
    background: #0069a0 url(../images/new_wjdlogo.png) no-repeat 90% center;
    line-height: 88px;
    padding-left: 1em;
    font-size: 22px;
    color: #fff;
}


.pro_box_leftbtnys{
    width: 100%;
    height: 88px;
    background: #b8b8b8 no-repeat 80% center;
    line-height: 88px;
    padding-left: 1em;
    font-size: 22px;
    color: #fff;
    transition: .3s;
    margin-bottom: 2px;
}
.pro_box_leftbtnys a{
    color: #fff;
}
.pro_box_leftbtnys:hover{
    width: 100%;
    height: 88px;
    background: #005bac url(../images/new_wyslogo.png) no-repeat 90% center;
    line-height: 88px;
    padding-left: 1em;
    font-size: 22px;
    color: #fff;
}



.about_box_btn{
    width: 130px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background: #ED6B00;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-top: 75px;
}
.news_box_left{
    background-image: url(../images/new_NEWSBG.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 15px;
    
}
.news_box_name{
    font-size: 30px;
    padding-top: 25px;
    color: #ED6B00;
}

.news_box_btn{
    width: 130px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background: #ED6B00;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-top: 80px;
}
.news_box_btn span{
    vertical-align: middle;
    padding-right: 0.2em;
    
}
.news_box_cat{
    color: #858585;
    font-size: 14px;
    margin-top: 10px;
}
.news_box_title{
    font-size: 16px;
}
.news_box_des{
    font-size: 14px;
    color: #858585;
    margin-top: 10px;
}
.app_blue{
    width: 516px;height: 258px;
    position: absolute;
    background: #004B9E;
    bottom: 14px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.app_blue_big{
    font-size: 55px;
    line-height: 1.1em;
    color: #fff;
}
.app_blue_small{
    font-size: 14px;
    line-height: 1em;
    color: #fff;
}
.app_blue_box{
    padding: 25px 0 0 30px;
}
.home_box_title{
    font-size: 30px;
    color: #ED6B00;
    padding-top: 90px;
}
.home_box_text{
    width: 70%;
    font-size: 14px;
    color: #787878;
    margin: 0px auto;
    padding-top: 50px;
    line-height: 1.4em;
}
.pro_box{
    transition: 0.5s;
}
.pro_box:hover{
    background: var(--primary-color);
}
.pro_box:hover .pro_name_big{
    color: #fff;
}
.pro_box:hover .pro_name_small{
    color: #fff;
}
.pro_name_big{
    color: var(--text-color);
    
}
.pro_box_rightimg{
    position: relative;
}
.pro_name{
    text-align: left;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.pro_name_big{
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1.2em;
    display: block;
}
.pro_name_small{
    color: var(--text-color);
    font-size: 14px;
    display: block;
}
.readmore{
    width: 85px;
    height: 25px;
    line-height: 25px;
    background: #EBEBEB;
    font-size: 12px;
    margin-top: 15px;
}
.home_about_a{
    display: grid;
    grid-template-columns: 8fr 4fr;
}
.home_about_content{
    font-size: 14px;
    color: var(--text-color);
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
.about_btn{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    margin-top: 50px;
}
.about_btn_line{
    border-left: 1px solid #ccc;
}
.about_btn_linet{
    border-right: 1px solid #ccc;
}
.about_btn_line p{
    font-size: 14px;
    padding-top: 10px;
}
.app_bg{
    background-color: #F5F5F5;
    padding-bottom: 50px;
}
.app_bg_box{
    background-image: url(../images/new_ABOUTUS.png);
    background-repeat: no-repeat;
    background-position: left 80px;
    padding-top: 40px;
}
.app_box_name{
    font-size: 30px;
    padding-top: 70px;
    color: #ED6B00;
}

.app_text{
    font-size: 14px;
    color: var(--primary-color);
    margin-top: 15px;
}
.app_hover{
    /* height: 100%; */
}
.app_box_bigtext{
    font-size: 20px;
    color: #595959;
    margin-top: 100px;
}
.app_box_text{
    font-size: 14px;
    color: #787878;
    margin-top: 20px;
}
.home_backbg{
    background-image: url(../images/new_whybg.png);
    background-attachment: fixed;
    padding: 10px 0 90px 0;
}
.why_box_a{
    background: url(../images/new_Why.png) no-repeat center 50px;
}
.why_box_name{
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-top: 80px;
}
.why_box_text{
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
}

.why_img_box{
    text-align: center;
    margin-top: 90px;
}
.why_img_boximg{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.why_box{
    width: 100%;
    height: 80%;
    color: #fff;
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 100px;
    padding: 0 10rem;
}
.why_box_sub{
    display: grid;
    grid-template-columns: 2fr 6fr;
    float: left;
}
.why_box_sub2{
    display: grid;
    grid-template-columns: 5fr 1fr;
    float: right;
}
.why_box_subtextbig{
    font-size: 30px;
}
.why_box_subtext{
    width: 300px;
}



.home_news_con{
    position: absolute;
    background: #fff;
    z-index: 99;
    left:0; right:0;
    margin:-150px auto;
    border-top-right-radius: 50px;
}
.qua_text{
    font-size: 14px;
    color: var(--text-color);
    margin-top: 35px;
}
.qua_img{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    margin-top: 50px;
}
.news_col{

    text-align: center;
    margin-top: 35px;
}
.home_news_title{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 15px 0 0 0;
}
.home_news_des{
    font-size: 14px;
    text-align: left;
}
.home_news_time {
    font-size: 12px;
    color: var(--text-color);
    text-align: left;
    margin-bottom: 15px;
}
.foot_nav{
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot_nav li{
    float: left;
    list-style: none;
    font-size: 14px;
    color: #fff;
    padding-right: 50px;
    line-height: 33px;
}
.foot_bg{
    background: #2E2E2E;
    padding: 30px 0;
}
.foot_logo{
    margin-bottom: 40px;
    padding-top: 20px;
    width: 100%;
}
.foot_contact{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
}
.foot_content_title{
    font-size: 14px;
}
.foot_add{
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
}
.qrcode{
    width: 100%;
}
.foot_info {
    width: 100%;
    font-size: 12px;
    color: #B4B4B4;
    text-align: center;
    display: grid;
    padding-top: 20px;
}
.foot_info a{
    color: #999;
}

.foot_main_nav{
    width: 100%;
    height: 45px;
    margin-top: 20px;
    border-bottom: 1px solid #3B3B3B;
}
.foot_main_nav > ul > .margin_foot{
    margin-right: 88px;
}
.foot_main_nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot_main_nav ul li{
    float: left;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 60px;
}
.foot_main_nav ul li a{
    color: #fff;
}

.foot_main_subnav{
    width: 100%;
    margin-top: 20px;
}
.foot_main_sunnavlist{
    margin-right: 60px;
    float: left;
}
.foot_main_sunnavlist ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot_main_sunnavlist ul li{
    height: 30px;
    line-height: 30px;
    color: #B4B4B4;
    font-size: 14px;
}
.foot_main_sunnavlist ul li a{
    color: #fff;
}





.pos_box{
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.pos {
    height: 52px;
    line-height: 55px;
    font-size: 14px;
    color: #7C7C7C;
}
.pos i{
    height: 13px;
}
.about_content{
    font-size: 14px;
    color: var(--text-color);
    margin-top: 40px;
    padding-bottom: 40px;
}
.about_backbg{
    height: 500px;
    background-image: url(../images/new_homebg.jpg);
    background-attachment: fixed;
}
.foot_bg_n{
    background: #3F3F3F;
    padding: 30px 0;
}
.news_time{
    font-size: 12px;
    color: var(--text-color);
    padding-bottom: 10px;
    border-bottom: 1px dotted #D1D1D1;
}
.news_title{
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 1.4em;
    color: #3A3A3A;
    padding-bottom: 10px;
    
}
.news_content{
    margin: 30px 0;
    font-size: 14px;
    color: #555555;
    border-bottom: 1px dotted #D1D1D1;
    padding-bottom: 30px;
}
.news_list_title{
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 1.4em;
    color: #3A3A3A;
    padding-bottom: 10px;
}
.news_list_content{
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #555555;
    border-bottom: 1px dotted #D1D1D1;
    padding-bottom: 15px;
}
.pro_proname{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: var(--text-color);
    line-height: 1.2em;
}
.pro_proeng{
    text-align: center;
    font-size: 14px;
    color: #aaa;
}
.pro_procontent{
    font-size: 14px;
    color: var(--text-color);
}
.pro_procontent img{
    padding: 15px 0;
}

.arr1,.arr2,.arr3,.arr4,.arr5,.arr6{
    display: none;
    height: 13px;
    background-image: url(../images/new_arr.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.pro_conbox1,.pro_conbox2,.pro_conbox3,.pro_conbox4,.pro_conbox5,.pro_conbox6{
    display: none;
}
.pro_conbox1{
    display: block;
}
.pro_conbox{
    width: 60vw;
    position: relative;
    
}
.app_conbox{
    position: absolute;
}
.app_conbox2,.app_conbox3,.app_conbox4,.app_conbox5,.app_conbox6,.app_conbox7,.app_conbox8,.app_conbox9{
    display: none;
}
.app_name{
    background: var(--primary-color);
    color: #fff;
    padding: 50px;
    display: grid;
    grid-template-columns: 0.7fr 2fr 12fr;
    align-items: center;
    justify-items: center; 
}
.app_title{
    font-size: 18px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 0.1em;
    text-align: left;
}
.app_title_right{
    font-size: 14px;
    
}
.gray_box{
    height: 5px;
    background: #C9C9C9;
    margin-top: 1px;
}
.contact_box{
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}
.contact_title{
    font-size: 14px;
}
.contact_add{
    font-size: 20px;
}
.contact_tel_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact_tel_box{
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}
.contact_qr{
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding-top: 35px;
}
.contact_qr_info{
    font-size: 14px;
    
}
.foot_contact_title{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1em;
}
.foot_contact{
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    
}


.hvr-underline-reveal:before{
    background: #fff;
}
.foot_info_bg{
    background: #212121;
}






.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    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;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    object-fit:fill;
  }

/* 

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  } */

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 100%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }









  




@media (max-width:1280px) {
    .pro_title_box{
        height: auto;
        background: url(../images/new_PRODUCTS.png) no-repeat top center;
        background-size: 100%;
    }
    .home_box_title{
        font-size: 30px;
        color: #ED6B00;
        padding-top: 30px;
    }
    .home_box_text{
        width: 90%;
        font-size: 14px;
        color: #787878;
        margin: 0px auto;
        padding-top: 30px;
    }
    .pro_tab{
        display: block; 
    }
    .pro_box_leftbtn{
        width: 100%;
        height: 45px;
        background: #b8b8b8 no-repeat 80% center;
        line-height: 45px;
        padding-left: 1em;
        font-size: 16px;
        color: #fff;
        transition: .3s;
        margin-bottom: 2px;
    }
    .pro_box_leftbtn:hover{
        width: 100%;
        height: 60px;
        background: #ED6B00 url(../images/new_taawlogo.png) no-repeat 90% center;
        line-height: 60px;
        padding-left: 1em;
        font-size: 18px;
        color: #fff;
    }


    .pro_box_leftbtnjx{
        width: 100%;
        height: 45px;
        background: #b8b8b8 no-repeat 80% center;
        line-height: 45px;
        padding-left: 1em;
        font-size: 16px;
        color: #fff;
        transition: .3s;
        margin-bottom: 2px;
    }
    .pro_box_leftbtnjx:hover{
        width: 100%;
        height: 60px;
        background: #94204D url(../images/new_wjxlogo.png) no-repeat 90% center;
        line-height: 60px;
        padding-left: 1em;
        font-size: 18px;
        color: #fff;
    }


    .pro_box_leftbtnjd{
        width: 100%;
        height: 45px;
        background: #b8b8b8 no-repeat 80% center;
        line-height: 45px;
        padding-left: 1em;
        font-size: 16px;
        color: #fff;
        transition: .3s;
        margin-bottom: 2px;
    }
    .pro_box_leftbtnjd:hover{
        width: 100%;
        height: 60px;
        background: #0069a0 url(../images/new_wjdlogo.png) no-repeat 90% center;
        line-height: 60px;
        padding-left: 1em;
        font-size: 18px;
        color: #fff;
    }

    .pro_box_leftbtnys{
        width: 100%;
        height: 45px;
        background: #b8b8b8 no-repeat 80% center;
        line-height: 45px;
        padding-left: 1em;
        font-size: 16px;
        color: #fff;
        transition: .3s;
        margin-bottom: 2px;
    }
    .pro_box_leftbtnys:hover{
        width: 100%;
        height: 60px;
        background: #005bac url(../images/new_wyslogo.png) no-repeat 90% center;
        line-height: 60px;
        padding-left: 1em;
        font-size: 18px;
        color: #fff;
    }


    .news_box_btn{
        width: 130px;
        height: 40px;
        font-size: 14px;
        color: #fff;
        background: #ED6B00;
        border-radius: 4px;
        text-align: center;
        line-height: 40px;
        margin-top: 20px;
    }
    .app_bg_box{
        background-image: url(../images/new_ABOUTUS.png);
        background-repeat: no-repeat;
        background-position: left 20px;
        padding-top: 0px;
        background-size: 100%;
    }
    .app_box_name{
        font-size: 30px;
        padding-top: 20px;
        color: #ED6B00;
        text-align: center;
    }
    .app_box_bigtext{
        font-size: 20px;
        color: #595959;
        margin-top: 20px;
    }
    .app_box_text{
        font-size: 14px;
        color: #787878;
        margin-top: 10px;
    }
    .about_box_btn{
        width: 130px;
        height: 40px;
        font-size: 14px;
        color: #fff;
        background: #ED6B00;
        border-radius: 4px;
        text-align: center;
        line-height: 40px;
        margin-top: 15px;
    }
    .app_blue{
        width: 100%;
        height: auto;
        position: relative;
        background: #004B9E;
        bottom: 14px;
        border-radius: 5px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        padding: 15px;
    }
    .app_blue_big{
        font-size: 45px;
        line-height: 1.1em;
        color: #fff;
    }
    .app_blue_small{
        font-size: 12px;
        line-height: 1em;
        color: #fff;
    }
    .app_blue_box{
        padding: 15px;
    }
    .home_backbg{
        background-image: url(../images/new_mobiwhy.png);
        background-attachment: fixed;
        background-size: 100%;
    }
    .news_box_left{
        background-image: url(../images/new_NEWSBG.png);
        background-repeat: no-repeat;
        background-position: left;
        background-position-y: 30px;
        background-size: 70%;
    }


    .why_img_box{
        text-align: center;
        padding-top: 30px;
        width: 90%;
        margin: 0 auto;
    }
    .why_box_a{
        background: url(../images/new_Why.png) no-repeat center 20px;
        background-size:contain;
    }
    .why_box_name{
        text-align: center;
        color: #fff;
        font-size: 30px;
        padding-top: 20px;
    }
    .why_box_text{
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding-top: 10px;
    }
    .why_box{
        width: 100%;
        height: 80%;
        color: #fff;
        position: absolute;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        margin-top: 100px;
        padding: 0 10rem;
    }
    .mobi_why_box{
        padding-top: 30px;
        width: 80%;
        color: #fff;
        margin: 0 auto;
    }
    .why_box_sub{
        width: 100%;
        text-align: center;
        display: block;
        color: #fff;
        float: none;
        margin-bottom: 20px;
    }

    .why_box_subtextbig{
        font-size: 20px;
    }
    .why_box_subtext{
        font-size: 12px;
        width: 100%;
        text-align: center;

    }
    .foot_add{
        font-size: 16px;
        color: #fff;
        margin-top: 0px;
    }









    .out_margin {
        margin-top: 30px;
    }
    .out_margin_bottom{
        margin-bottom: 30px;
    }
    .out_margin_small {
        margin-top: 15px;
    }
    .margin_top_60{
        margin-top: 25px;
    }
    .margin_bottom_60{
        margin-bottom: 25px;
    }
    .padding_top_60{
        padding-top: 20px;
    }
    .padding_bottom_60{
        padding-bottom: 25px;
    }
    .margin_top_50{
        margin-top: 25px;
    }
    .margin_top_40{
        margin-top: 40px;
    }
    .home_news_con{
        position:relative;
        background: #fff;
        z-index: 99;
        left:0; right:0;
        margin:0 auto;
        border-top-right-radius: 50px;
    }
    .qua_img{
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        margin-top: 50px;
    }
    .mobi_foot_info_bg{
        position: relative;
        background: #3f3f3f;
    }
    .foot_info {
        width: 100%;
        font-size: 12px;
        color: #B4B4B4;
        text-align: center;
        display: grid;
        grid-template-columns: 1fr;
    }
    .foot_info img{
        text-align: center;
    }
    .pro_conbox{
        width: 90vw;
    }
    .app_name{
        background: var(--primary-color);
        color: #fff;
        padding: 50px;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center; 
        text-align: center;
    }
    .app_title{
        font-size: 18px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #FFF;
        letter-spacing: 0.1em;
        text-align: center;
        padding-bottom: 15px;
    }
    .app_name img{
        padding-bottom: 10px;
    }
    .app_box{
        display: none;
        position: absolute;
        width: 100%;
        height: 40px;
        background: rgba(171, 0, 13, 0.8);
        padding-top: 70%;
        text-align: center;
        backdrop-filter: blur(5px);
    }




    .honor_left_1st{
        font-family: Montserrat-Bold;
        font-size: 35px;
        color: #717171;
        text-transform: uppercase;
        line-height: 1em;
    }
    .home_about_title{
        font-size: 25px;
        font-family: Montserrat-Bold;
        letter-spacing: 0.1em;
        color: var(--primary-color);
        line-height: 1em;
        text-transform: uppercase;
    }

    .foot_bg{
        background: #1D2719;
        padding: 80px 0 30px;
    }
    .foot_contact_title{
        font-size: 24px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 1em;
    }
    .foot_contact{
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
        
    }
    .about_right_text{
        font-size: 14px;
        margin-top: 0px;
        line-height: 1.8em;
    }
    .about_all_bg{
        background-image: none;
        background-repeat: no-repeat;
        background-position: -300px 200px;
    }
    .about_honor{
        background-color: var(--primary-color);
        padding: 30px 0;
        background-image: url(../images/new_lightlogobg.png);
        background-repeat: no-repeat;
        background-blend-mode: soft-light;
        background-position: -300px 50px;
    }
    .about_honor_left_1st{
        font-family: Montserrat-Bold;
        font-size: 25px;
        text-transform: uppercase;
        line-height: 1em;
        letter-spacing: 0.1em;
    }
    .about_honor_left_2nd{
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 30px;
    }
    .about_honor_name{
        font-size: 25px;
        line-height: 1.4em;
        font-family: Montserrat-Bold;
        margin-top: 10px;
        color: #fff;
    }
    .about_honor_left{
        width: 100%;
        text-align: left;
        border-radius: 10px;
        padding: 30px 0;
        color: #fff;
    }
    .pro_margintop{
        margin-top: 25px;
    }
    .news_content_time{
        font-size: 12px;
        color: var(--primary-color);
        margin-bottom: 10px;
        text-align: center;
    }
    .news_content_title{
        font-size: 20px;
        text-align: center;
        line-height: 1em;
        font-family: Montserrat-Bold;
        color: #3a3a3a;
        padding-bottom: 20px;
        border-bottom: 1px dotted #D1D1D1;
    }
    .pro_all_bg{
        background: #F6F6F6;
        padding-top: 30px;
    }
    .news_content{
        margin: 20px 0;
        font-size: 14px;
        color: #555555;
    }
    .news_content img{
        width: 100%;
    }
}

@media (min-width:1200px) and (max-width: 1680px) {
       .nav_menu ul li > a {
       line-height: 91px;
        float: left;
        font-size: 14px;
        color: #707070;
        padding:0 0.5rem;
        text-align: center;
        transition: 0.3s;
    }
    .tel_btn {
        font-size: 18px;
        color: #ED6B00;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 30px;
        transition: 0.3s;
    }
    .pro_box_leftbtn{
    width: 100%;
    height: 60px;
    background: #b8b8b8 no-repeat 80% center;
    padding-left: 1em;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    transition: .3s;
    margin-bottom: 2px;
}
.pro_box_leftbtn a{
    color: #fff;
}
.pro_box_leftbtn:hover{
    width: 100%;
    height: 60px;
    background: #ED6B00 url(../images/new_taawlogo.png) no-repeat 90% center;
    line-height: 60px;
    padding-left: 1em;
    font-size: 18px;
    color: #fff;
}


.pro_box_leftbtnjx{
    width: 100%;
    height: 60px;
    background: #b8b8b8 no-repeat 80% center;
    line-height: 60px;
    padding-left: 1em;
    font-size: 18px;
    color: #fff;
    transition: .3s;
    margin-bottom: 2px;
}
.pro_box_leftbtnjx a{
    color: #fff;
}
.pro_box_leftbtnjx:hover{
    width: 100%;
    height: 60px;
    background: #94204D url(../images/new_wjxlogo.png) no-repeat 90% center;
    line-height: 60px;
    padding-left: 1em;
    font-size: 18px;
    color: #fff;
}
.pro_box_leftbtnjd{
    width: 100%;
    height: 60px;
    background: #b8b8b8 no-repeat 80% center;
    line-height: 60px;
    padding-left: 1em;
    font-size: 18px;
    color: #fff;
    transition: .3s;
    margin-bottom: 2px;
}
.pro_box_leftbtnjd a{
    color: #fff;
}
.pro_box_leftbtnjd:hover{
    width: 100%;
    height: 60px;
    background: #0069a0 url(../images/new_wjdlogo.png) no-repeat 90% center;
    line-height: 60px;
    padding-left: 1em;
    font-size: 18px;
    color: #fff;
}


.pro_box_leftbtnys{
    width: 100%;
    height: 60px;
    background: #b8b8b8 no-repeat 80% center;
    line-height: 60px;
    padding-left: 1em;
    font-size: 18px;
    color: #fff;
    transition: .3s;
    margin-bottom: 2px;
}
.pro_box_leftbtnys a{
    color: #fff;
}
.pro_box_leftbtnys:hover{
    width: 100%;
    height: 60px;
    background: #005bac url(../images/new_wyslogo.png) no-repeat 90% center;
    line-height: 60px;
    padding-left: 1em;
    font-size: 18px;
    color: #fff;
}
.why_img_boximg{
    display: inline-block;
    max-width: 55%;
    height: auto;
}
.why_box{
    width: 100%;
    height: 80%;
    color: #fff;
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 100px;
    padding: 0 2rem;
}
.why_box_subtextbig{
    font-size: 26px;
}
.why_box_subtext{
    width: 230px;
    font-size: 14px;
}
.why_box_sub2{
    display: grid;
    grid-template-columns: 4fr 1fr;
    float: right;
}
.foot_main_nav{
    width: 100%;
    height: 45px;
    margin-top: 20px;
    border-bottom: 1px solid #3B3B3B;
}
.foot_main_nav > ul > .margin_foot{
    margin-right: 163px;
}
.foot_main_nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot_main_nav ul li{
    float: left;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}
.foot_main_nav ul li a{
    color: #fff;
}
.foot_main_sunnavlist{
    margin-right: 20px;
    float: left;
}
}