@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('../font/AkzidenzGrotesk-Light.otf') format('opentype'),
         url('../font/AkzidenzGrotesk-Bold.otf') format('opentype');
    font-display: fallback;
  }
  @font-face {
    font-family: 'AkzidenzGrotesk-B';
    src: url('../font/AkzidenzGrotesk-Bold.otf') format('opentype');
    font-display: fallback;
  }
            /*-------------------------------
			font start
			----------------------------------*/
/* font-family */
.side-cate li .icon-cate:before, .product-btn-wrap a:before, .mobile-head-item .title:before, .head_nav > li:after,.head_nav li b:after, .download-item .item-button:before, .faq-item .faq-title:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
}
.btn_more:after,.sys_btn:after, .head-search .search-btn:before,.web_head .btn--search:before,.swiper-button-next:before, .swiper-button-prev:before, .side-product-items .btn-prev:before,.side-product-items .btn-next:before,.product-btn-wrap .email:before,.product-btn-wrap .pdf:before, .company_subscribe .button:after {
    font-family: 'fontawesome';
}
.index_company_intr .company_intr_title,.index_hd .hd_title,.index_news .news_item {
    font-family: 'Roboto-Light';
}
.index_company_intr .company_intr_title .txt_impt {
    font-family: 'Roboto-Bold';
}
            /*-------------------------------
                        font end
                        ----------------------------------*/
.head_right {
    border: 1px solid #5f5f5f;
    border-radius: 5px;
    padding: 0px 5px 0px 5px;
}
html {
    font-size: 16px;
}
li{
    list-style: none;
}
body{
    font-family: 'AkzidenzGrotesk', sans-serif;
    color: #333333;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.bold{
    font-weight: bold;
    font-family: 'AkzidenzGrotesk-B';
}
@media (min-width: 200px) {
    html {
        font-size: 8px;
    }
    .container {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    html {
        font-size: 8px;
    }
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    html {
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 14px;
    }
    .container {
        max-width: 1400px;
    }
    .page_aboutIntro .pic {
        width: 100%;
        padding-right: 0;
        margin-bottom: 36px;
    }
    .page_aboutIntro .ropp {
        height: auto;
        padding-right: 0px;
    }
    .page_aboutIntro {
        /* width: 1280px; */
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 16px;
    }
    .container {
        max-width: 1600px;
    }
}
:root{
    --orange:#eb460d;
}
a{color: #333333;}
a:hover{color: var(--orange);text-decoration:none}
ul{
    padding: 0;
}
.transition{
    transition: all 0.3s;
}
.font-l{
    font-size: 1.25rem;
}
.company{
    height: 6.875rem;
}
.cominfo img{
    width: 2.5rem;
    height: 2.5rem;
}
.cominfo:first-child{
  margin-right: 6rem;
}
.logo {
    margin-right: auto;
}
/* head */
.header{
    position: sticky;
    top:0px;
    z-index: 999;
    width: 100%;
}
.header.flex{
  position: fixed;
  top: 0px;
}
.header.flex .head{
  height: 60px;
}
.head{
    height: 87px;
    background-color: #000000;
}
.nav{
    display: flex;
    max-width: 1185px;
    flex: 1;
    justify-content: space-between;
}
.head .nav li{
    box-sizing: border-box;
    padding-right: 5.6vw  ;
}
.head li:last-child{
    padding-right: 0;
}
.head li a {
    padding: 10px 0;
    color: #ffffff;
}
.head  .dropdown-menu{
    margin: 0;
}
.head li .dropdown-menu a{ 
    color: #333333;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s;
    white-space: pre-wrap !important;
}
.head li .dropdown-menu a::after{
    content: '';
    width: 3px;
    height: 1.5rem;
    background-color: white;
    position: absolute;
    left: -15px;
    top: 10px;
    transition: all 0.3s;
}
.head li .dropdown-menu a:hover{
    color: var(--orange);
    padding-left: 5px;
    background-color: #fff;
}
.head li  .dropdown-menu a:hover::after{
    background-color: var(--orange);
}
.head li .dropdown-menu a+a{
    border-top: 1px #e1e1e1 solid;
}
.head li .dropdown-menu{
    width: 220px;
    padding: 10px 15px;
}
.dropdown-toggle::after{
    transition: all 0.3s;
}
.head li:hover .dropdown-toggle::after{ 
    transform: rotate(-180deg);
}
.head .active{
    color: var(--orange);
    position: relative;
}
/* .head .active::before{
    content: '';
    width: 1.5rem;
    height: 2px;
    background-color: var(--orange);
    position: absolute;
    left: 0;
    bottom: 5px;
} */
.langBox{
    padding: 10px 0;
}
.language{
    height: 27px;
    border:1px solid #5f5f5f;
    border-radius: 5px;
    padding: 0 5px;
    color: white;
    margin-right: 3.75rem;
    background-size: 30px;
    padding-right: 10px;
}
.language:hover::after{ 
    transform: rotate(-180deg);
}
.langList{
    width: 400px;
    left: -120px;
}
.langList ul{
    padding: 5px 0;
}
.langList li{
    padding: 5px 10px;
}
.langList li img{
    margin-right: 5px;
    height: auto;
}
.search{
    height: 32px;
    width: 82px;
    transition: all 0.3s;
}
.search:hover{
     background-color: var(--orange);
}
/* 搜索框 */
.searchMask{
    height: 100vh;
    width: 100vw;
    background: rgba(46,46,46, 0.5);  
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
}
.searchBox{
    width: 70%;
    height: 210px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 35px 0;
    margin: auto;
    border-radius: 8px;
    background-color: #ffffff;
    display: none;
}
.searchBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.searchBox input{
    font-size: 60px;
    font-weight: bold;
    padding: 15px 0;
    border: 0;
    border-radius: 0;
   outline: none;
    display: inline-block;
    width: 75%;
    border-bottom: 1px solid #000000;
    line-height: 10px;
}
/* ::placeholder, ::-webkit-input-placeholder, .searchBox input::-moz-placeholder, .searchBox input:-ms-input-placeholder {
    color: #000000;
  } */
.searchBox .search-attr {
    font-size: 1.5rem;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #333;
}
.searchBox .close {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    background: url(../images/close2.webp) no-repeat center center;
    background-size: 70%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 2px solid var(--orange);
    border-radius: 50%;
    transition: all 0.3s;
}
.searchBox .close:hover {
    background:var(--orange) url(../images/close.webclose2.webp) no-repeat  center center;
    background-size: 70%;
    transform: rotate(180deg);
}
/* banner */
.banner .swiper {
    width:100%;
    --swiper-theme-color: var(--orange);
    --swiper-pagination-bullet-inactive-color:#fff;
    --swiper-pagination-bullet-inactive-opacity:1;
    --swiper-navigation-color:#ffffff;
    --swiper-navigation-size:23px;
} 
.banner .swiper-button-prev,.banner .swiper-button-next{
    padding: 2.5rem 1.125rem;
    background: rgba(0,0,0, 0.5);
    margin-top: -50px !important;
}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{
    background: var(--orange);
}
.banner .swiper-button-prev{
    left: 0 !important;
    right: auto;
}
.banner .swiper-button-next{
    right: 0 !important;
    left: auto;
}
.banner .swiper img{
    width: 100%;
    height: auto;
}
.banner .swiper-pagination-bullet-active{
    padding: 0 20px;
    border-radius: 5px;
}
/* conTitle */
.conTitle{
    font-size: 2.5rem;
    position: relative;
}
.conTitle span{
    color: var(--orange);
    margin-left: 16px;
}
.conTitle::before{
    content: '';
    width: 56px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #333333;
}
/* products */
.products {
    padding-top: 5.7rem;
}
.products .switch{
    font-size: 1.125rem;
    margin-top: 30px;
}
.products .switch li{
    list-style: none;
    margin-left: 3.25rem;
    line-height: 1;
}
/* .products .switch li.active{
    color: #EB490C;
    border-bottom: 1px solid  var(--orange);
    padding-bottom: 10px;
} */
.prolist {
    margin-top: 2.5rem;
}
.prolist li+li {
    border-left: 1px solid #e1e1e1;
}
.prolist li{
    color: #333333;
    flex: 1;
    opacity: 0.7;
    transition: all 0.2s;
}
.prolist li:hover{
    opacity: 1;
    color: var(--orange);
}
.prolist li img{
    max-width: 80%;
    display: block;
    margin: 0 auto;
}
.prolist .proName{
    font-size: 1.875rem;
    margin-top: 2.5rem ;
    height: 90px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    word-break: break-all;

}  
.prolist .ViewMore{
    float: left;
    padding-right: 1.25rem;
    background: url(../images/jiantouHong.webp) 100% 9px no-repeat;
}
.prolist li:hover .ViewMore{
    background: url(../images/jiantouHong.webp) 100% 9px no-repeat;
}
.prolist li+li .proName,.prolist li+li .ViewMore{
    margin-left: 2.5rem;
}
/* chooseUs */
.chooseUs{
    width: 100%;
    position: relative;
    margin-top: 5.625rem;
    padding-bottom: 12.5rem;
}
.chooseUs::before{
    content: '';
    width:52% ;
    height: 42.125rem;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: 0;
}
.chooseUs::after{
    content: '';
    width:50% ;
    height: 42.125rem;
    background-color: #2e2e2e;
    position: absolute;
    right: 0;
    top: 6.5rem;
}
.chooseUs .choose_left{
    width: 35rem;
    padding-top: 70px;
    position: relative;
}
.chooseUs .chooseTitle{
    font-size: 1.5rem;
}
.chooseUs .Title1{
    margin-top: 4.5rem;
}
.chooseUs .Title2 {
    margin-top: 2.5rem;
}
.chooseUs .Title3{
    margin-top: 3.75rem;
}
.chooseUs  li{
    line-height: 2;
    position: relative;
    padding-left:1.25rem ;
    margin-top: 1.6px;
}
.chooseUs  li::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--orange);
    position: absolute;
    left: 0;
    top: 11px;
}
.choose_right{
    width: 37.625rem;
    position: relative;
    color: white;
    padding-top: 15.625rem;
    z-index: 1;
}
.chooseUsBg{
    width: 9.7%;
    position: absolute;
    left: 45%;
    top:-1.25rem;
    z-index: 2;
}
/* aboutUs */
.aboutUs{
    margin-top: 6.25rem;
}
.abouthead{
    width: 32%;
}
.aboutUsTitle{
    line-height: 1.2;
}
.aboutUsTitle span{
    margin-left: 0;
}
.aboutUs .aboutUsTitle::before{
    background-color: var(--orange);
    bottom: -1.25rem;
}
.aboutInfo{
  line-height: 2;
}
.aboutUs .vadio img{
    width: 100%;
}
.aboutUs .abouthead .ViewMore{
    cursor: pointer;
    float: left;
    color: var(--orange);
    padding-right: 1.25rem;
    background: url(../images/jiantouHong.webp) 80px .5625rem no-repeat;
}
/* certificate */
.certificate{
    padding-top: 84.8px;
    margin-top: 100px;
    background: url(../images/certificate.webp) left top no-repeat;
}
.certificate .conTitle{
    color: #fff;
}
.certificate .conTitle::before{
    background-color:  #fff;
}
.certificate  ul{
    margin-top: 70.4px;
}
.certificate li{
    width: 17.5%;
    text-align: center;
}
.certificate li img{
    width: 100%;
    margin-bottom: 8px;
}
/* news */
.news_next .tit {
    font-size: 22px;
    font-weight: bold;
    width: 10%;
    float: left;
}
.news_next .con {
    width: 90%;
    float: right;
    padding-right: 180px;
    position: relative;
    box-sizing: border-box;
}
.news{
    margin-top: 4.375rem;
    clear: both;
}
.newsList{
    padding: 1.5rem 1.875rem 1rem;
    height: 145px;
    background-color:#f3f3f3 ;
}
.newsList .data,.newsList .info{
    color:#666666;
    line-height: 1.3;
}
.newsList .info {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsList .title{
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.newsswiper{
    width: 100%;
}
.newsBox{
    margin-top: 4rem;
    position: relative;
}
.news  {
    width:100%;
    --swiper-theme-color: var(--orange);
    --swiper-pagination-bullet-inactive-color:#fff;
    --swiper-pagination-bullet-inactive-opacity:1;
    --swiper-navigation-color:#ffffff;
    --swiper-navigation-size:1.25rem;
} 
.news .swiper-button-prev,.news .swiper-button-next{
    padding: 1.875rem .8125rem;
    background: rgba(0,0,0, 0.5);
   top: 35%;
}
.swiper-button-prev,
.swiper-button-next{
    transition: all 0.3s;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
    outline: none;
}
.news .swiper-button-prev:hover,.news .swiper-button-next:hover{
    background: var(--orange);
}
.news .swiper-button-prev{
    left: -15px !important;
    right: auto;
}
.news .swiper-button-next{
    right: -15px !important;
    left: auto;
}
.newsImgList{
   margin-top: 30px;
}
.newsImgList li{
    flex: 1;
    box-shadow: 0 0 10px 5px rgba(170,170,170, 0.1);
    position: relative;
    width: 30%;
    overflow: hidden;
position: relative;
padding-bottom: 20%;
}
.newsImgList li img{
    width: 100%;
    transition: all 0.4s;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.newsImgList li:hover img{
    transform: scale(1.1);
}
.newsImgList li+li{
    margin-left: 2.2rem;
}
.newsImgList  .inf{
    width: 100%;
    height: 5.625rem;
    background: rgba(102,102,102, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 1.25rem 1.45rem 0;
}
.artic_tit .h3 {
    color: #666666;
}
.artic_tit .h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0;
    margin-bottom: 30px;
}
.news_next .con .h3 {
    font-size: 22px;
    font-weight: bold;
}
/* 右侧固定部分 */
.fixed{
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 10;
}
.fixed .zmBox{
    width: 62px;
    height: 62px;
    background-color: #666666;
    border-radius: 10px;
    margin-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
}
.fixed .zmBox:hover{
    background-color: var(--orange);
}
.fixed .dropdown-menu{
    top: 8px;
    right: 50px;
    left: 5px;
    transform: translate3d(-10.3125rem, 0, 0px) !important; 
    background-color: #666666;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
}
.fixed .dropdown-menu a{
  color: #ffffff;
}

.fixed .dropdown-menu a:hover{
  color: #eb460d;
}
.fixed .wx .dropdown-menu{
    right: 50px;
    transform: translate3d(-10.3125rem, -1.75rem, 0px) !important; 
}
.fixed .wx .dropdown-menu img{
    width: 100px;
    height: 100px;
}
.fixed .dropdown-toggle::after{
    display: none;
}
.dropdown-toggle:hover .dropdown-menu {
    display: block;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
/* footer */
.footTop{
    margin-top: 5rem;
    height: 33.125rem;
    background-color: #202020;
    color: #ffffff;
    padding-top: 5.9375rem;
}
footer .jianjie{
    width: 20.9rem;
}
footer .jianjie p{
    margin-top: 2.5rem;
    line-height: 1.8;
}
footer .nav1{
    width: 18.75rem;
    margin-left: 12.1875rem;
    flex: 1;
}
footer .nav2{
    width: 24.375rem;
    flex: 1;
}
footer  .title{
    font-size: 1.625rem;
}
footer .line{
    position: relative;
}
footer .line::before{
    content: '';
    width: 45px;
    height: 1px;
    background: var(--orange);
    position: absolute;
    left: 0;
    bottom: -5px;
}
footer .footnav a{
    color: #ffffff;
    /* transform: all 0.2s; */
}
footer .footnav a:hover{
    color: var(--orange);
}
.footnav ul{
margin-top: 2rem;
}
.footnav  li{
    margin-top: 0.8rem;
}
footer .lianxi{
    width: 27.4375rem;
}
footer .miaoshu{
    margin-top: 2rem;
}
/* footer .foot-btn{
    width: 9.8125rem;
    height: 3.5rem;
    text-align: center;
    background: #9B2D0D;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    margin-top: 2.9rem;
    cursor: pointer;
} */
footer .foot-btn a{
    width: 9.8125rem;
    height: 3.5rem;
    text-align: center;
    background: #9B2D0D;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    margin-top: 2.9rem;
    cursor: pointer;
}
footer .foot-btn::before{
    bottom: -12px;
}
footer .icons{
    margin-top: 3.125rem;
    display: flex;
}
footer .icons a{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3S;
}
footer .icons a:hover{
    background-color: var(--orange);
}
.footBottom{
    height: 145px;
    background-color: #000000;
}
.footBottom .beian{
    color: #fff;
    text-align: center;
    position: relative;
    top: -26px;
}
.footBottom .beian a {
    color: #fff;
}
.footBottom .beian a:hover {
    color: #eb460d;
}
.footBottom .lianxi{
    width: 100%;
    height: 123px;
    background: white;
    padding: 40px 3.125rem 0;
    position: relative;
    top: -60px;
}
.footBottom  .address{
    width: 26.25rem;
}
.footBottom  .xList img{
    margin-right: .75rem;
    margin-top: 2px;
    width: 2.25rem;
    height: 2.25rem;
}
.footBottom .address .lxInfo{
    margin-top: -8px;
}
 /* 手机端样式 */
@media only screen and (max-width: 1000px) {
   .phoneHidden{
    display: none !important;
   }
   /* 导航 */
   .navbar-dark{
    background-color: #000000;
   }
   .navbar-dark .logo{
    height: 29px;
   }
   .phoneNavMask{
    height: calc( 100vh - 37px );
    width: 100vw;
    background: rgba(46,46,46, 0.1);  
    position: fixed;
    top: 37px;
    right: 0;
    z-index: 900;
    display: none;
   }
   .phoneNav{
    height: calc( 100vh - 37px );
    width: 60vw;
    background: rgba(46,46,46, 0.9);
    padding: 0 10px;
    position: fixed;
    top: 37px;
    right: 0;
    z-index: 999;
    display: none;
    --animate-duration:0.5s ;
   }
   .phoneNav li{
    margin-top: 10px;
   }
   .phoneNav a{
    color: #ffffff;
   }
   .phoneNav a.active{
    color: var(--orange);
   }
   .banner .swiper-button-prev, .banner .swiper-button-next {
        padding: 2.5rem 1.125rem;
        margin-top: -23px !important;
    }
   .conTitle::before {
        width: 32px;
        height: 3px;
        left: 0;
        bottom: -4px;
    }
   .prolist ul{
     flex-wrap: wrap;
   }
   .prolist li{
     min-width: 50% ;
     border: none !important;
     margin-bottom: 20px;
     opacity: 1;
   }
   .prolist li:nth-child(3){
    /* border-left: none;
    border-top:1px solid #e1e1e1 ; */
    }
   .products .switch li{
    margin-right: 3.25rem;
    margin-left:0;
   }
   .prolist .ViewMore {
     padding-right: 2.25rem;
     background: url(../images/jiantouHong.webp) 100% 7px no-repeat;
    }
    .chooseUs::before{
        width: 100%;
    }
    .chooseUs::after{
        width: 100%;
        top: 42.125rem;
    }
    .chooseUsBg {
        width: 9.7%;
        left: 90%;
        top: -1.25rem;
    }
    .chooseUsBox{
        flex-wrap: wrap;
    }
    .chooseUs  {
        padding-bottom: 6rem;
    }
    .chooseUs .choose_left {
       min-width: 100%;
       
        position: relative;
    }
    .chooseUs .choose_right  {
        min-width: 100%;
        padding-top: 70px;
        position: relative;
    }
    .chooseUs .Title1 {
        margin-top: 2.5rem;
    }
    .chooseUs li{
        line-height: 1.5;
    }
     .aboutInfo {
        margin-left: 20px;
    }
    .aboutUs {
        margin-top: 2.5rem;
    }
    .certificate {
        padding-top: 84.8px;
        margin-top: 50px;
    }
    .footBottom{
        height: auto;
    }
    .footBottom .beian{
        width: 80%;
        margin: 0 auto;
        top: 0px;
        padding: 10px 0px;
    }
    .footBottom .beian p{margin: 0;}
}
/* 电脑端样式 */
@media only screen and (min-width: 950px) {
    .pcHidden{
        display: none !important;
    }
}
.contact_for {
    margin: 0 auto;
}
.contact_for p {
    font-size: 14px;
    color: #999;
}
 .Asterisk_Text .asterisk_red {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    /* left: 2px; */
    top: 6%;
}
.contact_for .gaug_outfit {
    font-size: 16px;
}
.header_ul li img{
    width: auto;
}
.header_ul {
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    padding: 22;
}
 .header_ul li {
    margin-top: 22px;
    padding: 17px 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative;
    padding-left: 70px;
    width: 22.5%;
    margin-left: 3%;
    margin-bottom: 2%;
}
.contact_for .header_ul li .t1 {
    /* width: 30%; */
    text-align: right;
    width: 49px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 26px;
    margin-top: -13px;
}
.contact_for .header_ul li .t1 img {
    width: auto;
}
.contact_for .header_ul li .t2 {
    margin-right: 10px;
}
.contact_for .header_ul li .t2 p {
    color: #666666;
}
@media only screen and (max-width: 1200px) {
    .lishibankuai {
        display: none;
    }
}
@media only screen and (max-width: 950px) {
.lishibankuai {
    display: none;
}
.path_bar {
    padding: 0;
}
.news_next .tit {
    width: 20%;
}
.news_next .con {
    width: 80%;
    padding-right: 0px;
}
}
@media only screen and (max-width: 900px) {
    .contact_for .header_ul li{
        width: 45% !important;
        margin-left: 3% !important;
    }
    .contact_for .header_ul li:nth-of-type(2n+1) {
        margin-left: 0 !important;
    }
}
.contact_for .header_ul .t3 {
    color: #333333; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow:ellipsis; height: 68px;
}
.Asterisk_Text textarea {
    height: 233px ;
    border: 1px solid #eee !important;
    background-color: #f1f1f1;
    border-radius: 5px;
    resize: none;
    /* padding-left: 3%; */
    width: 100%;
    resize: none;
    padding-left: 1% !important;
}
.Asterisk_Text textarea::placeholder {
    color:#999;
  }
@media only screen and (max-width: 700px) {
    .contact_for .Asterisk_Text textarea {
        height: 200px;
    }
    .form_ul li {
        width: 100% !important;
    }
    .form_ul  .asterisk{
        width: 100%;
        display: flex;
        justify-content: flex-start !important;
    }
    .contact_for  .header_ul li {
        width: 100% !important;
        margin-left: auto !important;
    }
    .contact_for .header_ul li .t1 {
        width: 10% !important;
        text-align: left !important;
        padding-left: 10px !important;
    }
    .contact_for .header_ul .t3 {
        height: auto;
    }
}
.contact_for .Message_ex {
    padding-bottom: 20px;
}
.form_ul li {
    width: 365px;
    justify-content: space-between;
}
.form_ul .Asterisk_Text {
    width: 100% !important;
    /* padding-top: 25px; */
}
 .asterisk {
    width: 100%;
    padding: 13px 0;
    margin: 10px 0;
    display: flex;
    padding-left: 20px;
    background-color: #f1f1f1;
    position: relative;
    border-radius: 5px;
}
.form_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 !important;
}
.form_center .asterisk_sk {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 16%;
    margin-top: -9px;
}
.form_ul li input {
    background-color: #f1f1f1;
    border: none !important;
    width: 365px;
    padding-left: 3%;
    border-radius: 5px;
}
.submiring {
    padding: 0 !important;
}
.gtm_submit_btn {
    background-color: #333333 !important;
    width: 150px !important;
    height: 40px !important;
    color: #fff;
    margin-top: 15px !important;
}
.contact_for .iframe_we {
    padding-top: 20px;
}
.contact_for .Submit_tent .Sending {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.contact_for .gaug_outfit {
    font-size: 20px;
    font-weight: bold;
}
.Address_dre {
    font-weight: bold;
    padding-top: 12px;
    color: #333333;
    font-size: 20px;
}
.Submit_tent{
    padding-top: 50px;
    padding-bottom: 47px;
}
/* 已加 */
.tListing:after {content:'';display:table;clear:both;}
.tListing li {float:left;}
.tList_1 {}
.tList_1 li {width:23.5%;margin-left:2%;margin-bottom:2%;}
.tList_1 li:nth-of-type(4n+1) {margin-left:0;}
@media only screen and (max-width: 1600px) {
    .page_aboutIntro .ro {
        padding-right: 0 !important;
    }
    .page_aboutIntro .ropp {
        height: 200px;
        overflow-y: scroll;
        padding-right: 120px;
    }
    .fixed .dropdown-menu{
        width: 150px;
    }
}
@media only screen and (max-width: 1366px) {
    .page_aboutIntro .ro {
        padding-right: 0 !important;
    }
    .page_aboutIntro .ropp {
        height: 200px;
        overflow-y: scroll;
    }
    .form_ul li {
        width: 30%;
        display: flex !important;
        justify-content: space-between !important;
    }
    .contact_for  .header_ul li {
        width: 31.3%;
    }
    .contact_for .header_ul li:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .asterisk {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .form_ul {
        display: flex !important;
        justify-content: space-between !important;
    }
    .Asterisk_Text .asterisk {
        width: 100%;
    }
}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.tt_h3{
	font-size: 32px;
	line-height: 1.4;
	color: #EB490C;
	font-family: 'Arial';
	font-weight: bold;
	text-align: left;
}
.tt_h3:after {
    content: '';
    display: block;
    width: 55px;
    height: 4px;
    background-color: #EB490C;
    position: absolute;
    /* left: 50%; */
    margin-left: 0px;
    bottom: -3px;
    position: relative;
}
.sCalePic{
	position: relative;
	width: 100%;
	padding-bottom: 56%;
	overflow: hidden;
}
.sCalePic img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover; 
	transition: all .6S;
}
.page_aboutIntro .tt_h33 {
    margin-bottom: 20px;
    text-align: left;
}
.tt_h33 {
    font-size: 32px;
    line-height: 1.4;
    color: #EB490C;
    font-family: 'Arial';
    font-weight: bold;
    text-align: left;
}
.swiper-slide:hover .sCalePic img{transform:scale(1.1);}
.page_aboutIntro{
	margin-bottom: 40px;
  margin-top: 80px;
  
}
.page_aboutIntro .layout{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.page_aboutIntro .pic {
  width: 53%;
  position: relative;
  margin-bottom: 36px;
}
.page_aboutIntro .pic:before{
 content:'';
 position: absolute;
 width: 80%;
 height: 100%;
 background: #f7f7f7;
 z-index: 0;
 left: 0;
 top: 0;
 display: none;
}
.page_aboutIntro .pic img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.page_aboutIntro .ro{
  width: 45%;
  margin-left: 2%;
	font-size: 16px;
	color: #666666;
	line-height: 1.6;
    font-family: 'AkzidenzGrotesk';
    /* padding-right: 250px; */
}
.page_aboutIntro .ro p{
  margin-bottom: 0;
}
.roo{
	font-size: 16px;
	color: #666666;
	line-height: 1.6;
    font-family: 'AkzidenzGrotesk';
}
.page_aboutIntro .tt_h3{
	margin-bottom: 20px;
	text-align: left;
}
.page_CompanyPhotos{
	padding-bottom: 50px;
}
.huibankuai {
    padding-bottom: 50px;
    background-color: #F2F2F2;
    width: 100%;
}
.page_CompanyPhotos .tt_h3{
	margin-bottom: 35px;
}
.page_CompanyPhotos .page_CompanyPhotos_swiper{
    margin-top: 36px;
}
.page_CompanyPhotos_swiper{position: relative;} 
.page_CompanyPhotos_swiper .page_swiper_prev{
	left: -15px;
} 
.page_CompanyPhotos_swiper .page_swiper_next{
	right: -15px;
} 
.page_CompanyPhotos_swiper a{}
.page_CompanyPhotos_swiper .sCalePic{}
.page_CompanyPhotos_swiper p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	height: 32px;
	margin-top: 10px;
}
.page_swiper_prev,.page_swiper_next{
	width: 30px !important;
	height: 66px !important;
	background-color: rgba(0,0,0,.49) !important;
	background-size: 11px 25px !important;
	margin-top: -33px !important;
}
.page_swiper_prev{  border-radius: 0%;  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAaCAYAAABhJqYYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MjU4Yjg4NDctMTRhMS0zZTQzLWIxZTQtN2YwOTBmMzg1NWNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzNkQwM0I4OERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzNkQwM0I3OERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4wIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg2NGViZTY3LWEyMzQtOTc0OS1hZTdjLTE0OGVkN2FhMWIzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNThiODg0Ny0xNGExLTNlNDMtYjFlNC03ZjA5MGYzODU1Y2UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42JzCQAAAA8klEQVR42mL8//8/AxFABIg9mIhQyAjEC4D4MTGKDwLxRzANcgYe3PMfArjBzsWjMAGqcANMDJfCkP8IYIxPsR6SwtfIcugeVAHiU0j8HciSyIolgfgoELMjiR3Cpfg4EIuh2XQTm+LdQCyPJYw/oPCADl/xHzdQQvYg43/8iUMWiJ8gO+MPHsVM6JxoPIo50d0Mwik43GyM7GbkmJuERbEPrhjMA+LZaM4wwuYMZLwOyeQDuJyBjC9AFf+BpWV8ivmA+DZUQxIhxSDMD8T/kJMpoWxlBTXdhhjFIJwOxBeBmI2RyHKjCIjfEasYBKwBAgwA3MvwbcDdnS4AAAAASUVORK5CYII=);}
.page_swiper_next{ border-radius: 0%; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAZCAYAAADnstS2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MjU4Yjg4NDctMTRhMS0zZTQzLWIxZTQtN2YwOTBmMzg1NWNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzNkQwM0I0OERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzNkQwM0IzOERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4wIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg2NGViZTY3LWEyMzQtOTc0OS1hZTdjLTE0OGVkN2FhMWIzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNThiODg0Ny0xNGExLTNlNDMtYjFlNC03ZjA5MGYzODU1Y2UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7v7ZQfAAAA5UlEQVR42mL4//+/IhAzEIOZGBgY+IE4mIEIAFJ8AYgNgDiVoGqoFWL/ISAEnzOQOXOhGiSJUcwAVfwKiPmIUTwbquESrtBABgehtC4Q78HlQRjW/I8K5uJzBgg/QtMwHZ/i7f8xQT5IjgVL0D/GIjYBiD8wYZF4hSP+FmBT/B2H4j/YFDPjUMyCTTEfDsWXsCmWwuEPJ2yKFbGIWQPxW/Qw5gLib2hhbIcrUuzRFDrjS0j6SOw8IN6LLyGdgppYQyg960MVTsGVUxjBOiDgGSj+gVgLX+4GAXcg/gXEZvgyN0CAAQCd/r/yDn+OLAAAAABJRU5ErkJggg==);}
.page_swiper_prev:hover,.page_swiper_next:hover{
	background-color: #EB490C !important;
}
.page_swiper_prev,.page_swiper_next {
    background-image: none;
}
.page_swiper_prev:after,.page_swiper_next:after {
    color: #fff !important;
    font-size: 18px !important;
}
.page_CompanyHonors{padding-bottom: 70px;}
.page_CompanyHonors .tt_h3{margin-bottom:30px}
.page_CompanyHonors_swiper{position: relative;}
.page_CompanyHonors_swiper a{
	/* border: 1px solid #e5e5e5; */
	display: block;
	/* padding: 20px; */
}
.page_CompanyHonors_swiper .sCalePic{
	padding-bottom: 144%;
}
.page_CompanyHonors_swiper p{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	height: 32px;
	margin-top: 10px;
	bottom: 0;
	left: 0;
}
.page_CompanyHonors_swiper .swiper-slide{
	padding-bottom: 50px;
}
.page_CompanyHonors_swiper .page_swiper_prev{left: -15px;} 
.page_CompanyHonors_swiper .page_swiper_next{right: -15px;} 
 @media only screen and (max-width: 640px) {
  .page_aboutIntro .pic{width:100%}
  .tt_h3{font-size:22px}
 }
 .page_CompanyPhotos_swiper .swiper-button-next,  .page_CompanyPhotos_swiper .swiper-button-prev{
	opacity: 1 !important;
 }
 .page_CompanyPhotos_swiper .swiper-button-prev:before,  .page_CompanyPhotos_swiper .swiper-button-next:before{
	content: '';
 }
 .page_CompanyHonors_swiper .swiper-button-next,   .page_CompanyHonors_swiper .swiper-button-prev{
	opacity: 1 !important;
 }
 .page_CompanyHonors_swiper .swiper-button-prev:before,   .page_CompanyHonors_swiper .swiper-button-next:before{
	content: '';
 }
 .pading{
   padding-top: 35px ;
 }
.shijianzhou22 img {
    width: 100%;
    height: auto;
}
.history_1 {
    height: 700px;
    width: 100%;
    position: relative;
}
.Culture_1 ul li {
    width: 20.5%;
    /* background-color: #f9f9f9; */
    display: inline-block;
    margin-left: 5.6%;
    /* border: red 1px solid; */
    overflow: hidden;
    margin-bottom: 6%;
}
.Culture_1 ul li span {
    font-size: 18px;
    font-weight: bold;
}
.Culture_1 .Culture_img {
    padding-bottom: 20px;
}
.Culture_1 li p {
    color: #666666;
    overflow: hidden;
    height: 120px;
    font-size: 16px;
}
.Culture_1 ul li:nth-child(4n+1) {
    margin-left: 0%;
}
.history_1 .history_left {
    float: left;
    width: 40%;
    bottom: 0;
    top: 57%;
    left: 0%;
    text-align: left;
    color: #ffffff;
    transform: translate(0%, -50%);
    position: absolute;
    display: flex;
    align-items: center;
}
.his_ting {
    color: #fff;
    display: inline-block;
    overflow-y: auto;
    width: 60%;
    /* overflow: scroll; */
    height: 50%;
    word-wrap: break-word;
    /* flex-wrap: wrap; */
}
.his_title {
    color: #333333;
    margin: 0 auto;
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
}
.his_tit {
    border-left: #ffffff 2px solid;
    text-align: center;
    height: 35px;
    width: 1px;
    width: 20xp;
    margin: 10px auto;
    /* margin-top: 15px; */
}
.history_center {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 600px;
}
.history_1 .history_Right {
    float: right;
    width: 55%;
    bottom: 0;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    position: absolute;
    display: none;
}
.history_1 .history_bottom {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    color: red;
    width: 100%;
}
.history_1 .history_bottom li {
    border: #fff 1px solid;
    display: inline-block;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    /* margin: 0; */
    /* padding: 0; */
    /* margin-left: 0; */
    /* margin-right: 0; */
}
.history_1 .history_bottom ul {
    margin: 0 auto;
}
.history_1 .history_bottom li:nth-child(2n+1) {
    border-bottom: #fff 1px solid;
    border-top: 0;
    display: inline-block;
    width: 100px;
    height: 0;
    text-align: center;
    border-radius: 0;
    margin: 0.4%;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}
.tatis_for {
    font-size: 26px;
    font-weight: bold;
    margin-top: 110px;
    display: block;
    margin-bottom: 60px;
}
.honor {
    background-color: #f9f9f9;
}
.Partners_for li {
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 5px;
    position: relative;
    /* display: block !important; */
    overflow: hidden;
    height: 0;
    /* padding-top: 100%; */
    width: 155px;
    height: 135px;
}
.feature_products_show {
    display: none;
}
.Partners_for li img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.Partners_for {
    text-align: center;
}
.Partners_1 {
    padding-bottom: 100px;
    background: url(img/atouflot.jpg) no-repeat center center;
    background-size: 100%;
}
.swiper_1 {
    background-color: #ffffff !important;
    border: 2px #ebebeb solid !important;
}
.swiper_di {
    bottom: auto !important;
}
.swiper-11 {
    border: 1px red solid;
}
@media only screen and (max-width:600px) {
    .history_1 .history_left {
        width: 100%;
    }
    .aboutus_nav {
        margin-top: 40px !important;
    }
    .aboutus_navleft {
        text-align: center;
    }
    .aboutus_Right {
        margin-bottom: 50px;
    }
}
.tatis_for {
    font-size: 26px;
    font-weight: bold;
    margin-top: 60px;
    display: block;
    margin-bottom: 30px;
}
.history_1 {
    /* height: 100%; */
}
@media only screen and (max-width:500px) {
    .his_title {
        color: #fff;
        width: 170px;
        font-size: 25px;
    }
    .his_ting {
        height: 36%;
    }
    .history_center {
        height: 400px;
    }
    .swiper_one {
        height: 400px;
    }
    .left_arrow {
        display: none
    }
    .right_arrow {
        display: none
    }
}
@media only screen and (max-width:1366px) {
    .history_1 .history_left {
        width: 50%;
    }
    .ablll .index_hd {
        margin-bottom: 20px;
        margin-top: 0px;
        text-align: left;
        border-bottom: 1px solid #FBE9E8;
        width: 1290px;
        margin-left: 70px;
    }
    .Partners_for li {
        width: 100px;
        height: 87px;
    }
    .history_1 {
        height: 100%;
    }
    .aboutus_Right {
        line-height: 1.6;
    }
    .history_1 .history_Right {
        width: 50%;
    }
}
.page_honor .swiper-pagination-bullet-active {
    background-color: #303d48;
}
.page_honor.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: auto;
}
.imging {
    border-bottom: none !important;
    margin: 30px;
}
/* .line {
    border: #cccccc 1px solid;
    width: 76%;
    background-color: #cccccc;
    margin: 0 auto;
} */
@media only screen and (max-width:1000px) {
    .Culture_1 ul li {
        width: 46%;
    }
    .aboutus_nav .aboutus_navleft {
        width: 100%;
    }
    .Culture_1 ul li:nth-child(2n+1) {
        margin-left: 0%;
    }
}
.swiper2 .swiper_per {
    display: inline-block;
}
.swiper_for {
    width: 100%;
    margin-top: 30px;
    /* border: 1px red solid; */
    position: relative;
    /* height: 30px; */
}
.swiper_for:after {
    content: '';
    position: absolute;
    width: 101%;
    height: 1px;
    background: #dedede;
    left: -6px;
    bottom: 10px;
    margin: 0 0%;
}
.history_1 .swiper_for {
    width: 97%;
}
.swiper_for .swiper-slide {
    cursor: pointer;
    margin-left: 5.5px;
}
.his1 {
    position: relative;
}
.his_tieting {
    color: #EB490C;
    position: relative;
    top: 0px;
    /* padding-top: 20px; */
    background-color: #fff;
    border-radius: 20px;
    width: 50%;
}
.his_tieting:after {
    content: '';
    display: block;
    /* background-color: #eb7619; */
    background-image: url(img/yugu.jpg);
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -3px;
}
.history_center {
    /* overflow: visible; */
}
.history_1 .swiper-container {
    overflow: visible;
}
.history_1 .swiper-container ul li{
    width: 19.5% !important;
}
.history_1 .history_left {
    width: 50%;
    width: 100%;
}
.history_center {
    height: 500px;
}
.history_1 {
    height: auto;
}
.swiper_one {
    height: 200px !important;
}
.history_1 .history_left {
    top: 35%;
}
.history_1 .swiper-container ul li:nth-child(2n) {
    position: relative;
    bottom: -290px;
}
.history_1 .swiper-container ul li:nth-child(2n-1) .history_left:after {
    content: '';
    display: block;
    background-color: #dedede;
    /* background-image: url(img/yugu.jpg); */
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -55px;
    z-index: 10000000000000000;
    width: 2px;
    height: 70px;
}
.history_1 .swiper-container ul li:nth-child(2n) .history_left:after {
    content: '';
    display: block;
    background-color: #dedede;
    /* background-image: url(img/yugu.jpg); */
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: -105px;
    z-index: 10000000000000000;   
    width: 2px;
    height: 70px;
}
.history_1 .swiper-container ul li:nth-child(2n) .history_left {
    top: 70%;
}
.right_arrow {
    position: absolute;
    right: 0;
    /* bottom: 7.5%; */
    top: 46%;
    z-index: 1;
}
.left_arrow {
    position: absolute;
    left: 0;
    /* bottom: 7.5%; */
    top: 46%;
    z-index: 1;
}
.swiper_red .swiper-button-prev {
    opacity: 1;
    top: 5%;
    width: 0;
    height: 0;
    left: 97%;
    background-color: initial;
}
.swiper_red .swiper-button-next {
    opacity: 1;
    top: 5%;
    height: 0;
    width: 0;
    left: 99%;
    background-color: initial;
}
.swiper_for .swiper-slide span {
    border-radius: 50%;
    width: 10px;
    border: 1px #363636 solid;
    height: 10px;
    display: inline-block;
    background: #363636;
    font-size: 0;
}
.swiper_for .swiper-slide.active span {
    background: #B90007;
    border: 1px #B90007 solid;
    width: 15px;
    height: 15px;
    bottom: -2px;
    position: relative;
}
.mySwiper_per {}
.swiper-lide {
    width: 100% !important;
}
.swiper_lineing {
    position: absolute;
    opacity: 1 !important;
    top: 5%;
    width: 15%;
    left: 81%;
    background-color: initial;
    border-bottom: #c5c5c5 2px solid;
}
.history_ll {
    display: none;
    margin-top: 6px;
}
.history_rr {
    display: none;
    margin-top: 6px;
}
.left_arrow:hover .history_l {
    display: none;
}
.left_arrow:hover .history_ll {
    display: block !important;
}
.right_arrow:hover .history_r {
    display: none;
}
.right_arrow:hover .history_rr {
    display: block !important;
}
.aboutus_nav {
    /* margin-top: 70px; */
    /* overflow: hidden; */
    position: relative;
    /* left: -13px; */
    /* right: 42%; */
    top: -41px;
    z-index: 2;
    background-color: #fff;
    width: 43%;
    margin: auto;
    /* margin-bottom: 50px; */
    box-shadow: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.contactre {
    padding: 0;
}
.contactreing {
    background: url(img/xiangdoam.jpg) no-repeat center center;
    padding-top: 60px;
}
.swiper_one {
    text-align: center;
    overflow: hidden;
    height: 500px;
}
.side-widget li.nav-current a {
    color: red
}
.history_1 .active .his_tieting {
    color: #fff;
    background-color: #EB490C;
}
/*index_advantage_container*/
.advantage_items { display: flex; justify-content: space-between; flex-wrap: wrap; -webkit-display: flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; }
.advantage_items .advantage_item {
    position: relative;
    width: 33.333333%;
    text-align: center;
}
.news_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news_item {
    width: calc((100% - 60px)/3);
}
.news_item figure {
}
.news_item .new_img {
    position: relative;
    display: block;
    padding-bottom: 70%;
}
.news_container .new_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news_item figcaption {
    padding: 25px 25px 10px 25px;
    border: 1px solid #f2f2f2;
}
.news_item time {
    font-size: 12px;
    text-transform: uppercase;
    color: #3368c6;
    line-height: 1;
    margin: 6px 0;
    display: block;
    font-family: Roboto-Regular;
    letter-spacing: 1px;
}
.news_item .new_tit {
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 10px;
    font-family: Roboto-Condensed;
    color: #031b4e;
    text-transform: capitalize;
    max-height: 32px;
    overflow: hidden;
}
.news_item .news_info {
    color: #8893b9;
    font-family: WorkSans;
    font-size: 15px;
    line-height: 24px;
    max-height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_item .new_more {
    position: relative;
    border-top: 1px solid #f2f2f2;
    padding-top: 25px;
    margin-top: 25px;
    display: block;
    cursor: pointer;
    color: #031b4e;
    text-transform: uppercase;
    font-size: 14px;
    font-family: WorkSans;
    font-weight: 700;
    line-height: 24px;
}
.news_item .new_more:after {
    font-family: fontawesome;
    content: "\f061";
    font-weight: 400;
    margin-left: 7px;
    font-size: 12px;
}
.news_item figure{
    padding-bottom: 15%;
}
.news_container .learn_more{
    padding-top: 10px;
}
.news_container .sys_btn{
    display: inline-block;
    min-width: 105px;
    text-align: center;
    font-weight: bold;
    padding:2%;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.news_container .sys_btn:hover{
    color: #273a60;
}
/* 
.certificate */
.certificate .about_us ul li{
    margin-top:inherit;
}
.tList3 li:nth-of-type(3n+1) {
    margin: 0 !important;
    padding: 0 !important;
}
.certificate .about_us ul li {
    width: 23% !important;
    margin: 10px !important;
    padding: 0 !important;
}
.certificate li{
float: left;
padding-left: 1.3%;
padding-top: 20px; 
}
.certificate{     
    padding-top: 40px;
}
.certificate .mains{
   overflow: hidden;
   padding-bottom: 7% !important;
}
.tList3 li {
    width: 23% !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin: 10px !important;
}
.tList3 li:nth-of-type(3n+1) {
    margin: 10px !important;
    padding: 0 !important;
}
.about_us h3 {
    text-align: center !important;
    font-size: 30px;
    color: #333333;
    padding-bottom: 2%;
    font-weight: bold;       
}
.about_us .h3 {
    text-align: center !important;
    font-size: 30px;
    color: #333333;
    padding-bottom: 2%;
    font-weight: bold;       
}
.head li a {
    text-transform: uppercase;
}
.head .active .nav-link{
    color: var(--orange);
    position: relative;
}
.head .nav li {
    padding: 0px 10px;
}
.head .active .nav-link:before{
    content: '';
    width: 1.5rem;
    height: 2px;
    background-color: var(--orange);
    position: absolute;
    left: 0;
    bottom: 5px;
}
.footTop .container {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
.products  .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #000;
} 
.products  .ellipsis:hover {
    cursor: pointer;
}
.about_us .tList3 li {
    width: 100%;
}
.about_us .tList3 li img {
    width: 100%;
}
.products .switch li.active p{
    color: #A12F0C;
    border-bottom: 1px solid #A12F0C;
    padding-bottom: 10px;
}
.about_us ul {
    display: flex;
    flex-wrap: wrap;
}
.feature_items {
    overflow: hidden;
}
/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}
.mobile-head-language .prisna-wp-translate-seo,.change-language .prisna-wp-translate-seo {
    display: block
}
.change-language .change-language-title, .change-language .change-language-title a {
    font-size: 10pt;
}
.change-language .change-language-title {
    padding: 0;
}
.change-language .change-language-title a:after {
    font-family: 'fontawesome';
    content: "\f0d7";
    font-size: 12px;
    display: inline-block;
    padding-left: 2px;
}
.change-language:hover .change-language-title a:after {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.change-language .change-language-title a:after {
    transition: all 0.3s;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.change-language .change-language-cont {
    position: absolute;
    top: 100%;
    right: 0;
    width: 360px;
    background: #FFF;
    padding: 20px 10px 20px 20px;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 80vh;
}
.change-language:hover .change-language-cont {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}
.change-language .change-language-cont li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 0 10px;
    font-size: 10pt;
    overflow: hidden;
    padding: 0 10px 0 0;
}
.change-language .change-language-cont .lang-item-hide {
    display: none !important;
}
.change-language .change-language-cont .lang-more {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
}
.change-language .change-language-cont .more-active {
    font-size: 20px;
}
.language-flag span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom:1;white-space: nowrap;
    padding: 0 0 0 5px;
    overflow: hidden;
    font-size: 16px;
}
.change-language ::-webkit-scrollbar {
    width: 5px;
}
.change-language ::-webkit-scrollbar-track {
    background-color: #fff;
}
.change-language ::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.3);
    border-radius: 3px;
}
.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}
.language-flag .country-flag {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom:1; background-repeat: no-repeat;
    background-image: url(img/all-m.gif);
    width: 22px;
    height: 16px;
    margin: -8px 5px 0;
}
li.language-flag a {
    position: relative;
}
.language-flag-af .country-flag {
    background-position: 0 0 !important;
}
.language-flag-sq .country-flag {
    background-position: 0 -16px !important;
}
.language-flag-ar .country-flag {
    background-position: 0 -32px !important;
}
.language-flag-hy .country-flag {
    background-position: 0 -48px !important;
}
.language-flag-az .country-flag {
    background-position: 0 -64px !important;
}
.language-flag-eu .country-flag {
    background-position: 0 -80px !important;
}
.language-flag-be .country-flag {
    background-position: 0 -96px !important;
}
.language-flag-bg .country-flag {
    background-position: 0 -112px !important;
}
.language-flag-ca .country-flag {
    background-position: 0 -128px !important;
}
.language-flag-zh .country-flag {
    background-position: 0 -144px !important;
}
.language-flag-zh-TW .country-flag {
    background-position: 0 -160px !important;
}
.language-flag-hr .country-flag {
    background-position: 0 -176px !important;
}
.language-flag-cs .country-flag {
    background-position: 0 -192px !important;
}
.language-flag-da .country-flag {
    background-position: 0 -208px !important;
}
.language-flag-nl .country-flag {
    background-position: 0 -240px !important;
}
.language-flag-en .country-flag {
    background-position: 0 -256px !important;
}
.language-flag-et .country-flag {
    background-position: 0 -272px !important;
}
.language-flag-tl .country-flag {
    background-position: 0 -288px !important;
}
.language-flag-fi .country-flag {
    background-position: 0 -304px !important;
}
.language-flag-fr .country-flag {
    background-position: 0 -320px !important;
}
.language-flag-gl .country-flag {
    background-position: 0 -336px !important;
}
.language-flag-ka .country-flag {
    background-position: 0 -352px !important;
}
.language-flag-de .country-flag {
    background-position: 0 -368px !important;
}
.language-flag-el .country-flag {
    background-position: 0 -384px !important;
}
.language-flag-ht .country-flag {
    background-position: 0 -400px !important;
}
.language-flag-iw .country-flag {
    background-position: 0 -416px !important;
}
.language-flag-hi .country-flag, .language-flag-te .country-flag, .language-flag-kn .country-flag, .language-flag-ta .country-flag, .language-flag-gu .country-flag {
    background-position: 0 -432px !important;
}
.language-flag-hu .country-flag {
    background-position: 0 -448px !important;
}
.language-flag-is .country-flag {
    background-position: 0 -464px !important;
}
.language-flag-id .country-flag {
    background-position: 0 -480px !important;
}
.language-flag-ga .country-flag {
    background-position: 0 -496px !important;
}
.language-flag-it .country-flag {
    background-position: 0 -512px !important;
}
.language-flag-ja .country-flag {
    background-position: 0 -528px !important;
}
.language-flag-ko .country-flag {
    background-position: 0 -544px !important;
}
.language-flag-la .country-flag {
    background-position: 0 -560px !important;
}
.language-flag-lv .country-flag {
    background-position: 0 -576px !important;
}
.language-flag-lt .country-flag {
    background-position: 0 -592px !important;
}
.language-flag-mk .country-flag {
    background-position: 0 -608px !important;
}
.language-flag-ms .country-flag {
    background-position: 0 -624px !important;
}
.language-flag-mt .country-flag {
    background-position: 0 -640px !important;
}
.language-flag-no .country-flag {
    background-position: 0 -656px !important;
}
.language-flag-fa .country-flag {
    background-position: 0 -672px !important;
}
.language-flag-pl .country-flag {
    background-position: 0 -688px !important;
}
.language-flag-pt .country-flag {
    background-position: 0 -704px !important;
}
.language-flag-ro .country-flag {
    background-position: 0 -720px !important;
}
.language-flag-ru .country-flag {
    background-position: 0 -736px !important;
}
.language-flag-sr .country-flag {
    background-position: 0 -752px !important;
}
.language-flag-sk .country-flag {
    background-position: 0 -768px !important;
}
.language-flag-sl .country-flag {
    background-position: 0 -784px !important;
}
.language-flag-es .country-flag {
    background-position: 0 -800px !important;
}
.language-flag-sw .country-flag {
    background-position: 0 -816px !important;
}
.language-flag-sv .country-flag {
    background-position: 0 -832px !important;
}
.language-flag-th .country-flag {
    background-position: 0 -848px !important;
}
.language-flag-tr .country-flag {
    background-position: 0 -864px !important;
}
.language-flag-uk .country-flag {
    background-position: 0 -880px !important;
}
.language-flag-ur .country-flag {
    background-position: 0 -896px !important;
}
.language-flag-vi .country-flag {
    background-position: 0 -912px !important;
}
.language-flag-cy .country-flag {
    background-position: 0 -928px !important;
}
.language-flag-yi .country-flag {
    background-position: 0 -944px !important;
}
.language-flag-bn .country-flag {
    background-position: 0 -960px !important;
}
.language-flag-eo .country-flag {
    background-position: 0 -976px !important;
}
.language-flag.language-flag-custom-afghanistan .country-flag {
    background-position: 0 -992px !important;
}
.language-flag.language-flag-custom-albania .country-flag {
    background-position: 0 -1008px !important;
}
.language-flag.language-flag-custom-algeria .country-flag {
    background-position: 0 -1024px !important;
}
.language-flag.language-flag-custom-argentina .country-flag {
    background-position: 0 -1040px !important;
}
.language-flag.language-flag-custom-australia .country-flag {
    background-position: 0 -1056px !important;
}
.language-flag.language-flag-custom-austria .country-flag {
    background-position: 0 -1072px !important;
}
.language-flag.language-flag-custom-belgium .country-flag {
    background-position: 0 -1088px !important;
}
.language-flag.language-flag-custom-brazil .country-flag {
    background-position: 0 -1104px !important;
}
.language-flag.language-flag-custom-canada .country-flag {
    background-position: 0 -1120px !important;
}
.language-flag.language-flag-custom-chile .country-flag {
    background-position: 0 -1136px !important;
}
.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
    background-position: 0 -1152px !important;
}
.language-flag.language-flag-custom-ecuador .country-flag {
    background-position: 0 -1168px !important;
}
.language-flag.language-flag-custom-egypt .country-flag {
    background-position: 0 -1184px !important;
}
.language-flag.language-flag-custom-england .country-flag {
    background-position: 0 -1200px !important;
}
.language-flag.language-flag-custom-luxembourg .country-flag {
    background-position: 0 -1216px !important;
}
.language-flag.language-flag-custom-malaysia .country-flag {
    background-position: 0 -1232px !important;
}
.language-flag.language-flag-custom-mexico .country-flag {
    background-position: 0 -1248px !important;
}
.language-flag.language-flag-custom-new-zealand .country-flag {
    background-position: 0 -1264px !important;
}
.language-flag.language-flag-custom-oman .country-flag {
    background-position: 0 -1280px !important;
}
.language-flag.language-flag-custom-qatar .country-flag {
    background-position: 0 -1296px !important;
}
.language-flag.language-flag-custom-saudi-arabia .country-flag {
    background-position: 0 -1312px !important;
}
.language-flag.language-flag-custom-singapore .country-flag {
    background-position: 0 -1328px !important;
}
.language-flag.language-flag-custom-south-africa .country-flag {
    background-position: 0 0 !important;
}
.language-flag.language-flag-custom-switzerland .country-flag {
    background-position: 0 -1344px !important;
}
.language-flag.language-flag-custom-syria .country-flag {
    background-position: 0 -1360px !important;
}
.language-flag.language-flag-custom-united-arab-emirates .country-flag {
    background-position: 0 -1376px !important;
}
.language-flag.language-flag-custom-united-states-of-america .country-flag {
    background-position: 0 -1392px !important;
}
.language-flag-hy .country-flag {
    background-position: 0 -1408px;
}
.language-flag-bs .country-flag {
    background-position: 0 -1424px;
}
.language-flag-ceb .country-flag {
    background-position: 0 -1440px;
}
.language-flag-ny .country-flag {
    background-position: 0 -1456px;
}
.language-flag-ha .country-flag {
    background-position: 0 -1472px;
}
.language-flag-hmn .country-flag {
    background-position: 0 -1488px;
}
.language-flag-ig .country-flag {
    background-position: 0 -1504px;
}
.language-flag-jw .country-flag {
    background-position: 0 -1520px;
}
.language-flag-kk .country-flag {
    background-position: 0 -1536px;
}
.language-flag-km .country-flag {
    background-position: 0 -1552px;
}
.language-flag-lo .country-flag {
    background-position: 0 -1568px;
}
.language-flag-la .country-flag {
    background-position: 0 -1584px;
}
.language-flag-mg .country-flag {
    background-position: 0 -1600px;
}
.language-flag-ml .country-flag {
    background-position: 0 -1616px;
}
.language-flag-mi .country-flag {
    background-position: 0 -1632px;
}
.language-flag-mr .country-flag {
    background-position: 0 -1648px;
}
.language-flag-mn .country-flag {
    background-position: 0 -1664px;
}
.language-flag-my .country-flag {
    background-position: 0 -1680px;
}
.language-flag-ne .country-flag {
    background-position: 0 -1696px;
}
.language-flag-pa .country-flag {
    background-position: 0 -1712px;
}
.language-flag-st .country-flag {
    background-position: 0 -1728px;
}
.language-flag-si .country-flag {
    background-position: 0 -1744px;
}
.language-flag-so .country-flag {
    background-position: 0 -1760px;
}
.language-flag-su .country-flag {
    background-position: 0 -1776px;
}
.language-flag-tg .country-flag {
    background-position: 0 -1792px;
}
.language-flag-uz .country-flag {
    background-position: 0 -1808px;
}
.language-flag-yo .country-flag {
    background-position: 0 -1824px;
}
.language-flag-zu .country-flag {
    background-position: 0 -1840px;
}
.change-language .change-language-title a {
    color: #fff;
}
.change-language .change-language-title a:hover {
    color: var(--orange);
} 
.change-empty {
    display: none;
}
.banner .swiper-pagination-bullet:nth-child(2) {
display: none;
}
.banner .swiper-pagination-bullet:nth-child(3) {
    display: none;
    }
/*-------------------------------
			language  end
			----------------------------------*/
   
.phone_top {
    height: 42px;
    background-color: #000000;
    display: none;

}

@media only screen and (max-width: 950px) {
    body .phone_top {
        display: block;
    }
   body .banner .swiper-button-prev, .banner .swiper-button-next {
        display: none;
    }
    body .banner .swiper-pagination {
        display: none;
    }
    body .prolist .proName {
        height: auto;
        font-weight: bold;
    }
    body .prolist .ViewMore {
        margin-top: 15px;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #999;
    }
    body .chooseUsBg {
        display: none;
    }
    body .chooseUs::before {
        height:100%;
    }
    body .chooseUs::after {
        display: none;
    }
    body .chooseUs::before {
        display: none;
    }
    body .chooseUs .Title1,.chooseUs .chooseTitle {
        background-color: #EEEEEE;
        padding: 0 15px;
        color: #333 ;
        padding-top: 37px;
        padding-bottom:22px
    }
    body .chooseUs .Title2,.chooseUs .Title3 {
        background-color: #fff;
        padding: 0 15px;
        color: #333 ;
        padding-bottom: 22px
    }
    body .choose_leftul1 {
        background-color: #EEEEEE;
        padding: 0 15px;
        padding-bottom: 20px;
        color: #666666;
    }
    body .choose_leftul2 {
        background-color: #ffffff;
        padding: 0 15px;
        color: #666666;
    }
    body .chooseUs  .container {
        padding-left: 0;
        padding-right: 0;
    }
    body .chooseUs li {
        font-size: 16px;
        margin-top: 0;
        line-height: 2;
    }
    body .chooseUs .choose_left {
        width: 100% ;
        padding: 0;
    }
    body .chooseUs .choose_right {
        width: 100% ;
        padding: 0 ;
    }
    body .chooseUs .conTitle {
        padding: 0 15px ;
    }
    body .chooseUs .conTitle::before {
        left: 15px;
    }
    .aboutUs .container{flex-direction: column;position: relative;padding-bottom: 40px;}
    .aboutUs .abouthead{width: 100%;}
    .aboutUs .aboutInfo{width: 100%;margin: 0;}
    .aboutUs .aboutUsTitle{display: flex;justify-content: start;align-items: center;flex-wrap: wrap;margin-bottom: 60px;}
    .aboutUs .aboutUsTitle::before{background-color: #333333;}
    .aboutUs .abouthead .ViewMore{position: absolute;bottom: 0;left: 8%;}

    .conTitle{font-size: 1.8rem;}
    .certificate{background-position: left top;background-size: 120% 60%}
    .certificate li{color: #666666;}
    .news .swiper-button-prev,.news .swiper-button-next{padding: 0;opacity: 1;width: 23px;height: 40px;background-color: #EB460D;color: #ffffff;top: 50%;}
    .news .swiper-button-prev{left: -8px !important;}
    .news .swiper-button-next{right: -8px !important;}
    .news .swiper-button-prev::before,.news .swiper-button-next::before{display: none;}
    .news .newsImgList{display: flex;justify-content: center; align-items: center;flex-direction: column;flex-wrap: wrap;}
    .news .newsImgList li{width: 100%;margin:0px auto 27px;padding-bottom: 63%;}
    .footTop{height: auto;padding-top: 3rem;}
    .footerclass .container{flex-direction: column;width: 90%;padding: 0 5%;}
    .footerclass .container>div{width: 100%;margin: 0 0px 30px;align-items: center;}
    .footnav ul{display: none;}
    .footerclass .xList>img{width: 38px; height: auto;margin-right: 15px;}
    .footerclass .xList .lxInfo{width: 75%;}
    .footerclass .xList .lxInfo a{color: #ffffff;}
    footer .footnav .line::before{width: 100%;}
    footer .footnav .line::after{content:'next';font-size: 18px;color: #ccc;position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-family: 'swiper-icons';}
    footer .title{font-size: 1.35rem;}
    .footer_nav_warp{display: flex;justify-content: start;align-items: center;background-color: #EB460D;}
    .footer_nav_warp a{width: 25%;display: flex;justify-content: center;align-items: center;background-color: rgba(255, 255, 255, 0.15);padding: 15px 0px;}
    .footer_nav_warp a:nth-child(2n){background-color: transparent;}
  }   

  /*common.css*/
.pro1-txt a,.entry a,.artic_content a{color: #eb460d !important; font-weight: bold;}
.pro1-txt a:hover,.entry a:hover,.artic_content a:hover {color: #eb460d !important;text-decoration: underline !important; }
.news_next a:hover {color: #eb460d !important;}
.artic_content a u {text-decoration: none;}