@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Nunito-Bold';
  src: url('fonts/Nunito-Bold.otf');
  src: local('☺'), url('fonts/Nunito-Bold.woff') format('woff'), url('fonts/Nunito-Bold.ttf') format('truetype'), url('fonts/Nunito-Bold.svg') format('svg');
  font-weight: normal; 
  font-style: normal;
}
@font-face {
  font-family: 'Nunito-Regular';
  src: url('fonts/Nunito-Regular.otf');
  src: local('☺'), url('fonts/Nunito-Regular.woff') format('woff'), url('fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito-ExtraBold';
  src: url('fonts/Nunito-ExtraBold.otf');
  src: local('☺'), url('fonts/Nunito-ExtraBold.woff') format('woff'), url('fonts/Nunito-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito-SemiBold';
  src: url('fonts/Nunito-SemiBold.otf');
  src: local('☺'), url('fonts/Nunito-SemiBold.woff') format('woff'), url('fonts/Nunito-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body{ height: 100%;}
body{max-width:1920px; margin: 0 auto !important; font-family:Nunito-SemiBold, Arial, Helvetica,  sans-serif;  font-size: 18px;overflow-x: hidden; color: #222;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0; }
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle; height: auto; max-width: 100%; max-height: 100%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#e71219;}
a:focus,input:focus,button:focus,textarea:focus,select:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

@font-face {
  font-family: "iconfont"; /* Project id 5024571 */
  src: url('fonts/iconfont.woff2?t=1758161831665') format('woff2'),
       url('fonts/iconfont.woff?t=1758161831665') format('woff'),
       url('fonts/iconfont.ttf?t=1758161831665') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fasongyoujian:before {
  content: "\e601";
}

.icon-anniu-jiantouxiangyou:before {
  content: "\e61f";
}

.icon-fasong2:before {
  content: "\e642";
}

.icon-jiantou-shang:before {
  content: "\e629";
}

.icon-duihua:before {
  content: "\e60c";
}

.icon-skype1:before {
  content: "\e87d";
}

.icon-shouqianzixun:before {
  content: "\e62c";
}

.icon-zixunfuwu:before {
  content: "\e655";
}

.icon-dianhua6:before {
  content: "\e791";
}

.icon-yuyan:before {
  content: "\e85f";
}

.icon-twitter:before {
  content: "\e89d";
}

.icon-youtube1:before {
  content: "\e8d7";
}

.icon-liuyan1:before {
  content: "\e744";
}

.icon-xiazai19:before {
  content: "\e613";
}

.icon-zhuye:before {
  content: "\e6c5";
}

.icon-facebook:before {
  content: "\e6e5";
}

.icon-wechat1:before {
  content: "\e650";
}

.icon-zixun:before {
  content: "\e661";
}

.icon-zixun1:before {
  content: "\e662";
}

.icon-rili:before {
  content: "\e659";
}

.icon-bofang:before {
  content: "\e61a";
}

.icon-youjiantou:before {
  content: "\e60b";
}

.icon-diqiu:before {
  content: "\e7b9";
}

.icon-jiantou-left:before {
  content: "\e609";
}

.icon-youtube:before {
  content: "\e6ab";
}

.icon-youxiang1:before {
  content: "\e607";
}

.icon-dianhua1:before {
  content: "\e61e";
}

.icon-mean_list:before {
  content: "\e653";
}

.icon-liaotian:before {
  content: "\e6a5";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-instagram-fill1:before {
  content: "\e88f";
}

.icon-fangdajing:before {
  content: "\e603";
}

.icon-dianhua:before {
  content: "\e606";
}

.icon-dayinchuanzhen:before {
  content: "\e627";
}

.icon-shoujilianxi:before {
  content: "\e620";
}

.icon-dizhi:before {
  content: "\e619";
}

.icon-skype:before {
  content: "\e707";
}

.icon-pinterest1:before {
  content: "\e907";
}

.icon-in:before {
  content: "\e6f1";
}

.icon-pinterest:before {
  content: "\e7a8";
}

.icon-dianhua4:before {
  content: "\e610";
}

.icon-dianhua5:before {
  content: "\e6ee";
}

.icon-jurassic_message:before {
  content: "\e69d";
}

.icon-ins:before {
  content: "\e664";
}

.icon-instagram-fill:before {
  content: "\e763";
}

.icon-fasong:before {
  content: "\e65e";
}

.icon-shouji:before {
  content: "\e612";
}

.icon-dianhua3:before {
  content: "\e618";
}

.icon-dianhua2:before {
  content: "\e60a";
}

.icon-666666-copy:before {
  content: "\ec8d";
}

.icon-liuyan:before {
  content: "\e600";
}

.icon-WhatsappMessage:before {
  content: "\e841";
}

.icon-Mail:before {
  content: "\e71f";
}

.icon-youxiang2:before {
  content: "\e68b";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-vk:before {
  content: "\ec2c";
}

.icon-duoyuyan:before {
  content: "\e602";
}

.icon-tuite:before {
  content: "\e621";
}

.icon-duihua1:before {
  content: "\e72a";
}

.icon-jiantou1:before {
  content: "\e665";
}

.icon-chahao:before {
  content: "\e68c";
}

.icon-whatsapp1:before {
  content: "\e8ec";
}

.icon-shubiao:before {
  content: "\e666";
}

.icon-jian:before {
  content: "\e611";
}

.icon-jia:before {
  content: "\e711";
}

.icon-jiantou1-copy:before {
  content: "\ec8e";
}

.icon-weixinguanli:before {
  content: "\e7cf";
}

.icon-whatapp:before {
  content: "\e623";
}

.icon-home-fill:before {
  content: "\e687";
}

.icon-youtube2:before {
  content: "\ea07";
}

.icon-lujing3551:before {
  content: "\e61b";
}


.de_two{ width: 100%; overflow: hidden; margin: 15px 0; }
.de_two li{ float: left; width: 49%; text-align: center; margin-right: 2%; }
.de_two li:last-child{ margin-right: 0; }

.de_two li p{ margin-top: 15px; }

.de_three{ margin: 15px 0; width: 100%; overflow: hidden; }
.de_three li{ width: 32%; margin-right: 2%; text-align: center; float: left; }
.de_three li:last-child{ margin-right: 0; }

.de_three li p{ margin-top: 15px; }

.de_four{ width: 100%; overflow: hidden; margin: 15px 0;}
.de_four li{ float: left; width: 24.2%; margin-right: 1%; text-align: center; }
.de_four li:last-child{ margin-right: 0; }

.de_four li p{ margin-top: 15px; }

.de_dblr{ margin: 15px; width: 100%; overflow: hidden; }
.ded_le{ float: left; width: 40%; }
.ded_ri{ float: right; width: 58%; }
.ded_ri p{ line-height: 25px; }

@media screen and (max-width:480px){
    .de_two li,.de_three li,.de_four li{ float: none; width: 100%; margin-right: 0; margin-bottom: 15px; }
    .de_two li p,.de_three li p,.de_four li p{ margin-top: 8px; }
    .ded_le{ width: 100%; float: none; }
    .ded_ri{ width: 100%; float: none; margin-top: 8px; }
}

video{ display: block; }

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.w_p_main{ background: #fff; }
.main{ background: #f3f3f3;  }
.warper{ width:1600px; margin:0 auto; position: relative;}

header{ transition: all 0.3s; width: 100%; height: 150px; z-index: 999; position: fixed; top: 0; left: 0; }
.hetops{ height: 38px; background: #262626; position: relative; z-index: 0;}
.hltlef{ float: left; width: 50%; }
.hltrig{ float: right; padding-left: 60px; }
.h_tlx{ line-height: 36px; font-family: Nunito-Bold; float: right; color: #fff; }
.h_tlx li{ position: relative; display: inline-block; margin-left: 72px; font-size: 16px; }
.h_tlx li:first-child .he_tel i{ color: #14c130;}
.he_tel{ position: relative; font-size: 14px; padding-left: 28px;}
.he_tel i{ color: #fff; position: absolute; top:0; left: 0; font-size: 20px;}
.he_tel a{ color: #fff; }
.he_tel a:hover{ text-decoration: underline; color: #fff;}
.h_trx{ float: right; display: flex; }
.h_trx li{ position: relative; line-height: 36px; margin-left: 38px; font-family: Nunito-Bold; font-size: 16px; display: inline-block; color: #fff; }
.h_trx li a{ color: #fff;}
.h_trx li:first-child a:hover{ text-decoration: underline; }
.h_trx li span{ display: inline-block; margin-left: 16px; font-size: 14px;}
.h_trx li span *{ vertical-align: middle; }
.h_trx li span i{ font-size: 20px; display: inline-block; margin-right: 5px; }
.h_trx li:last-child{ }
.hmedia{ display: inline-block; }
.hmedia a{ display: inline-block; width: 27px; text-align: center; margin-left: 2px; height: 27px; line-height: 27px; border-radius: 27px; background: #14a3ed; font-size: 14px; color: #fff; }
.hmedia a:hover{ opacity: 0.85; }
.hmedia a.icon-youtube1{ background: #e40808;}
.hmedia a.icon-facebook{ background: linear-gradient(0deg,#fbba24,#980ed8);}
.hmedia a.icon-facebook{ background: #1c9ef0;}



#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: 0; top: 12px; }
.logo img{ height:87px; }

.close-nav{position: fixed; top:0; left:0; width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 88;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
#nav .nav-button{width: 35px;height: 35px; z-index: 5; border-radius: 3px;background: #e10103; color: #fff;position: absolute; right: 10px; top: 10px;line-height: 35px;text-align: center;font-size: 20px;}
#nav .nav-button i{ color: #fff; font-size: 22px; font-weight: 600; }
#nav .nav-button{display: none;}

nav{ float: right; margin-right: 56px; }
nav li{float: left;margin-right: 12px;}
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; line-height:112px; font-size: 16px; font-family: Nunito-Bold; color: #fff; padding: 0 8px; text-transform: uppercase; display: inline-block;}
nav li>a>span{display: inline-block;position: relative;/* padding:0 5px; */line-height: 46px;height: 46px; padding: 0 12px;}
nav li.on>a>span,nav li:hover>a>span{/* background: #e71219; */background: linear-gradient(135deg, transparent 10px, #e71219 0) 0 0, linear-gradient(225deg, transparent 10px, #e71219 0) 100% 0, linear-gradient(315deg, transparent 10px, #e71219 0) 100% 100%, linear-gradient(45deg, transparent 10px, #e71219 0) 0 100%;background-repeat: no-repeat;background-size: 60% 60%;}
nav li.on>a>span:before,nav li:hover>a>span:before{/* content: ""; */position: absolute;top: 0;left: -14px;width: 14px;height: 46px;background: url(images/nale.png) no-repeat;background-size: cover;}
nav li.on>a>span:after,nav li:hover>a>span:after{/* content: ""; */position: absolute;top: 0;right: -14px;width: 14px;height: 46px;background: url(images/nari.png) no-repeat;background-size: cover;}
nav li.on>a,nav li:hover>a{ color: #fff !important; }
.sub_show{ position: absolute; display: none; top: 112px; left: 0;  width: 100%; background: #f5f5f5; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13);}
.ssivbox{ display: flex; height: 480px; }
.sub_nale{ width: 413px; background: #fff; }
.sub_meri{ width: calc(100% - 413px); padding: 36px 60px 24px; }
.sub_nale a{ height: 80px; display: flex; position: relative; align-items: center; width: 100%; padding: 0 40px 0 26px; }
.sub_nale a:before{ content: ""; position: absolute; top: 0; left: 0; height: 0; width: 4px; background: #e71219; transition: all 0.3s;}
.sub_nale a b{ line-height: 20px; color: #222; font-family: Nunito-Bold; }
.sub_nale a img{ display: inline-block; margin-right: 22px;}
.sub_nale a.on{ background: #fff; box-shadow: 0 0 10px rgba(49, 49, 49, 0.1); }
.sub_nale a.on:before{ height: 100%;}
.melink{ display: grid; grid-gap: 22px; grid-template-columns: repeat(2, 1fr);}
.melink a{ font-size: 16px; position: relative; padding-left: 16px; font-family: Nunito-Bold; color: #666;}
.melink a:before{ content: "\ec8e"; font-size: 12px; font-weight: bold; font-family: iconfont; position: absolute; top: 4px; left: 0; color: #666;}
.melink a:hover,.melink a:hover:before{ color: #e71219;}
.menu_li{ height: 100%; overflow-y: auto; display: none;}
.menu_li::-webkit-scrollbar{ width: 3px; }
.menu_li::-webkit-scrollbar-thumb{position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 200%; border-radius: 0; background: #e71219; width: 3px; }
.menu_li::-webkit-scrollbar-track { position: absolute; top: 0; background: #e5e5e5; height: 100%;right: 0; }
.menu_li.on{ display: block;}
/*.twnav{ height: 400px;}*/
.rel{ position: relative; }
.suabs{ position: absolute; top: 112px; left: 0; width: 316px; display: none; background: #fff; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13); }
.suabs dd a{ height: 60px; color: #222; position: relative; display: flex; font-size: 16px; font-family: Nunito-Bold; padding: 0 28px; align-items: center; }
.suabs dd a:before{ content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 0; background: #e71219; transition: all 0.3s;}
.suabs dd a:hover:before,.suabs dd.on a:before{ height: 100%;}
.suabs dd a:hover{ background: #fff; box-shadow: 0 0 10px rgba(49, 49, 49, 0.1); }


.hewha_sea{ position: absolute; right: 0; top: 43px;  }
.searchform{ cursor: pointer;}
.searchform i{ font-size: 22px; color: #fff; }


.hebots{ height: 112px; }




.search_box{ display: none; border-top: 1px solid #f5f5f5; padding:32px 0; z-index: 1000; background: #fff; position: fixed; top: 150px; left: 0; width: 100%; box-shadow: 0 5px 5px rgb(0 0 0 / 15%); }
.search_box .warper{ padding: 0 15%; }
.searcnr{ overflow: hidden; position: relative; width: 100%; transition: all .3s;}
.searcnr input{ width: 100%; font-family: Nunito-SemiBold; font-size: 16px; border: 1px solid #e7e7e7; border-top-left-radius: 5px; border-bottom-left-radius: 5px; color: #333; line-height:48px; padding-left:20px; padding-right: 98px;  }
.searcnr button{ width:88px; line-height:45px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background:#e71219; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searcnr button i{ color: #fff; font-size: 22px; }
.searcnr button:hover{ background: #e71219;}
.searcnr input::-webkit-input-placeholder { color: #666;}
.searcnr input:-moz-placeholder {  color: #666;}

.position{ background: #eee; box-shadow: 0 1px 10px rgba(0,0,0,0.12); }
.position nav li>a{ color: #222;}
.position .searchform i{ color: #a6a6a6;}

#banner_home{ position: relative; margin-top: 38px; }
.banner{ overflow: hidden; }
.banner .item{ position: relative; }
.banner .item img{ width: 100%; }
.ban_arrow{ width: 100%; position: absolute; top: 42%; left: 0;  }
.ban_arrow span{ display: inline-block; width: 54px; height: 54px; line-height: 54px; background: transparent; text-align: center; border-radius: 54px; cursor: pointer; position: absolute; top: 0; }
.ban_arrow span i{ color: #fff; font-size: 40px; }
.ban_arrow span.ban_prev{ left: 3%; transform: rotate(180deg); }
.ban_arrow span.ban_next{ right: 3%; }
.ban_arrow span:hover i{ color: #e71219; }
.itivtx{ position: absolute; bottom: 30%; color: #fff; right: 130px; width: 528px;}
.itivtx h2{ font-size: 40px; line-height: 60px; font-family: Nunito-Bold; text-transform: capitalize; }
.itivtx a{ margin-left: 14px; display: inline-flex; position: relative; align-items: center; padding: 0 12px; margin-top: 64px; font-family: Nunito-Bold; background: #e71219; height: 46px; line-height: 46px; color: #fff; }
.itivtx a:before{ content: ""; position: absolute; top: 0; left: -14px; width: 14px; height: 46px; background: url(images/nale.png) no-repeat; background-size: cover;}
.itivtx a:after{ content: ""; position: absolute; top: 0; right: -14px; width: 14px; height: 46px; background: url(images/nari.png) no-repeat; background-size: cover;}
.itivtx a i{ font-size: 24px; margin-left: 6px; }
.itivtx a:hover{ transform: translateX(10px); }

.changpic{ width: 100%; overflow: hidden; position: relative; }
.changpic img{ object-fit: cover; height: 100%; max-width: 100%; max-height: 100%; width: 100%; transition: all 0.8s; }

.cl{ clear: both; }
.pro_rel{ position: relative; }


/*首页*/
.iprbe{ padding: 76px 70px 0;}
.iptit{ text-align: center; color: #e71219; margin-bottom: 42px;}
.iptit h2{ font-size: 36px; text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.25); text-transform: uppercase; font-family: Nunito-ExtraBold;}
.iptit p{ font-size: 26px; text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.25); font-family: Nunito-Bold; text-transform: uppercase; }
.ipcaul{ display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-gap: 58px 28px;}
.ipname{ background: #333; position: relative; z-index: 0; display: flex; align-items: center; justify-content: center; height: 59px; color: #fff; text-align: center;}
.ipname:before{ border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;}
.ipname:after{ border-left: 30px solid transparent;
    border-top: 30px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;}
.ipcimg{ position: relative; overflow: hidden; background: #f5f5f5; border-top: none; transition: all 0.3s; border-radius: 0 0 10px 10px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13);; }
.ipcbg{ position: absolute; top: 0; left: 0; width: 100%;}
.ipcbg{ opacity: 0; transition: all 0.3s;}
.ipcitem:hover .ipcbg{ opacity: 1;}
.ipname p{ font-size: 16px; padding: 0 24px; line-height: 20px; font-family: Nunito-Bold; }
/*.ipcitem:hover .ipcimg{ background: url(images/ipilpng.jpg) no-repeat; background-size: cover;}*/
.ipcitem:hover .ipcimg{ border-top: none; }
.ipcitem:hover .ipname{ background:#e71219;}
.ipcitem:hover .changpic img{ transform:scale(1.15);}

.iwhi{ padding-top: 74px; text-align: center; width: 100%; overflow: hidden; }
.cubwhy{ display: inline-block; width: 100%; margin-top: 26px; }
.whifob{ display: inline-block; width: 800px; max-width: 100%;}
.whchit{ align-content: center; align-items: center; color: #222; display: inline-block; justify-content: center; text-align: center; vertical-align: top; width: 248px; }
.whtransform0{ position: absolute; transform: translate(-310px); }
.whtransform1{ position: absolute; transform: translate(58px); }
.shadowa{ perspective: 800px; perspective-origin: 50% 127px; }
.shaitmw{ position: relative; transform-style: preserve-3d; width: 254px; transition: 1s ease; }
.shaitmw div{ box-shadow: 0 0 127px #000; height: 254px; opacity: .98; position: absolute; top: 0; transform: rotateX(90deg) translateY(127px); transform-origin: bottom center; width: 254px; }
.whbox{ perspective: 800px; perspective-origin: 50% 127px;}
.box-faces{ transition: 1s ease; position: relative; transform-style: preserve-3d; width: 254px; }
.boxfalong{  height: 254px; outline: 2px solid #999; position: absolute; width: 254px; }
.boxfashort{  height: 254px; outline: 2px solid #999; position: absolute; width: 254px; }
.box-face--is-front{ background-size: cover; transform: translateZ(127px);}
.box-face--is-back{ transform: translateZ(-127px) rotateY(180deg); }
.box-face--is-bottom{ background-color: #bbb; transform: rotateX(90deg) translateY(127px); transform-origin: bottom center;}
.box-face--is-left{ background-size: cover; transform: rotateY(270deg) translateX(-127px); transform-origin: center left;  }
.box-face--is-right{ background-size: cover; transform: rotateY(-270deg) translateX(127px); transform-origin: top right; }
.whtitle{ font-size: 20px; margin-top: 0; font-family: Nunito-Bold; }
.whcont{ display: block; font-size:16px; width: 67%; margin: 8px auto 0; line-height: 26px; font-family: Nunito-Bold; }
.box-faces.flip{ transform: rotateX(-90deg);}
:root{ --step:1.2s; }
.whchit{ transform-style:preserve-3d; }
.box-faces,.shaitmw{ transition:transform var(--step) ease;}
.whchig{ display: inline-block; width: 1px; height: 300px; }
.whcopy{ height: 150px; display: none; }
.whcopy.on{display: block;}
.matb{ margin-bottom:60px;}
.ifeap{ padding: 116px 50px 0;}
.ifelist{ display: grid; grid-gap: 58px 28px; grid-template-columns: repeat(5, 1fr);}
.ifpname{ background: #333; justify-content: center; position: relative; z-index: 0; display: flex; align-items: center; height: 59px; color: #fff; text-align: center; }
/*.ifpname:before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; width: 29px; height: 59px; background: url(images/iplpng.jpg) no-repeat; background-size: cover;}*/
/*.ifpname:after{ content: ""; position: absolute; top: 0; right: 0; z-index: -1; width: 29px; height: 59px; background: url(images/ipring.jpg) no-repeat; background-size: cover;}*/
.ifpname:before{ border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;}
.ifpname:after{ border-left: 30px solid transparent;
    border-top: 30px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;}
    
.ifpname p{ line-height: 20px; font-size: 16px; padding: 0 34px; font-family: Nunito-Bold;}
.ifepro .changpic{ border-radius: 0 0 10px 10px;  border-top: none; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13); }
.ifepro:hover .ifpname{ background:#e71219;}
.ifepro:hover .changpic img{ transform:scale(1.15); }

.ifvid{ padding-top: 115px;}
.ifviuls{ display: flex;}
.ifviuls li{ width: 48%; margin-right: 4%; border-radius: 15px;  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13);}
.ifviuls li:last-child{ margin-right: 0;}
.ifvitem{ padding: 40px 40px 42px; }
.ifvitem iframe{ border-radius: 15px;}
.ivtxt{ margin-top: 18px; padding: 0 30px; text-align: center;}
.ivtxt p{ line-height: 30px; font-family: Nunito-Bold; font-size:16px; }
.ivmore{ text-align: center; margin-top: 52px;}
.ivmore a{display: inline-flex;position: relative;align-items: center;padding: 0 15px;font-family: Nunito-Bold;background: #e71219;background: linear-gradient(135deg, transparent 10px, #e71219 0) 0 0, linear-gradient(225deg, transparent 10px, #e71219 0) 100% 0, linear-gradient(315deg, transparent 10px, #e71219 0) 100% 100%, linear-gradient(45deg, transparent 10px, #e71219 0) 0 100%;background-repeat: no-repeat;background-size: 60% 60%;height: 46px;line-height: 46px;color: #fff;}
.ivmore a:before{/* content: ""; */position: absolute;top: 0;left: -14px;width: 14px;height: 46px;background: url(images/nale.png) no-repeat;background-size: cover;}
.ivmore a:after{/* content: ""; */position: absolute;top: 0;right: -14px;width: 14px;height: 46px;background: url(images/nari.png) no-repeat;background-size: cover;}
.ivmore a i{ font-size: 24px; margin-left: 6px; }
.ivmore a:hover{ transform: translateX(10px); }

.istil{ padding-top: 94px;}
.istxic{ text-align: center;}
.istxic h2{ font-size: 36px; margin-bottom: 28px; font-family: Nunito-ExtraBold; text-transform: uppercase;}
.istivxt h3{ font-size: 26px; font-family: Nunito-Bold;}
.istivxt p{ font-size: 16px; color: #888; margin-top: 14px;}
.isbtnul{ display: inline-block; margin-top: 54px;}
.isbtnul li{display: inline-block;margin: 0 26px;transition: all 0.3s;width: 314px;}
.isbtnul li a{display: inline-block;position: relative;/* box-shadow: inset 0 0 0 2px #e71219; */width: 100%;font-size: 17px;font-family: Nunito-Bold;padding: 0 20px;height: 46px;color: #fff;line-height: 46px;background: #e71219;background: linear-gradient(135deg, transparent 10px, #e71219 0) 0 0, linear-gradient(225deg, transparent 10px, #e71219 0) 100% 0, linear-gradient(315deg, transparent 10px, #e71219 0) 100% 100%, linear-gradient(45deg, transparent 10px, #e71219 0) 0 100%;background-repeat: no-repeat;background-size: 60% 60%;}
.isbtnul li:last-child a{ color: #fff; font-size: 18px;  background: linear-gradient(135deg, transparent 10px, #262626 0) 0 0, linear-gradient(225deg, transparent 10px, #262626 0) 100% 0, linear-gradient(315deg, transparent 10px, #262626 0) 100% 100%, linear-gradient(45deg, transparent 10px, #262626 0) 0 100%; background-repeat: no-repeat;
    background-size: 60% 60%; }
.isbtnul li a i{ font-size: 28px;}
.isbtnul li a *{ vertical-align: middle;}
.isbtnul li:last-child a i{ color: #14c130;}
.isbtnul li:hover{ transform: translateX(10px); }
.isbtnul li a:before{/* content: ""; */position: absolute;top: 0;left: -12px;width: 14px;height: 46px;background: url(images/nale.png) no-repeat;background-size: cover;}
.isbtnul li a:after{/* content: ""; */position: absolute;top: 0;right: -12px;width: 14px;height: 46px;background: url(images/nari.png) no-repeat;background-size: cover;}
.isbtnul li:last-child a:before{ background: url(images/hble.png) no-repeat; background-size: cover;}
.isbtnul li:last-child a:after{ background: url(images/hbri.png) no-repeat; background-size: cover;}

.ineiv{ padding: 86px 0 94px;}
.ineulst{ display: flex;}
.ineulst li{ width: 23.5%; margin-right: 2%;}
.ineulst li:last-child{ margin-right: 0;}
.ineixt{ padding: 28px 20px 44px; }
.ineuitem{ box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13); overflow: hidden; border-radius: 15px; }
.ineuitem .changpic{ border-radius: 0 0 15px 15px;}
.ineixt span{ color: #e71219; font-size: 16px; font-family: Nunito-Bold;}
.ineixt h3{ font-size: 20px; margin-top: 12px; margin-bottom: 16px; line-height: 28px; height: 56px; overflow: hidden; font-family: Nunito-Bold;}
.ineixt p{ font-size: 16px; line-height: 24px; color: #888; height: 72px; overflow: hidden;}
.ineuitem:hover .changpic img{ transform: scale(1.15);}

.fomess{ background: #eee; padding: 62px 0 60px;}
.fomess h4{ text-align: center; font-size: 26px; font-family: Nunito-Bold;}
.fomeiv{ margin-top: 34px; padding: 0 60px;}
.f_meul{ width: 100%; overflow: hidden; }
.f_meul li{ float: left; width: 17.5%; margin-right: 1%; position: relative; }
.f_meul li input{ width: 100%; border-radius: 15px; border: 1px solid #bbb; color: #222; font-size: 16px; font-family: Nunito-Bold; line-height: 46px; padding: 0 16px; height: 46px; background:#fff; }
.f_meul li:nth-of-type(4){ width: 31.5%; }
.f_meul li input::-webkit-input-placeholder{ color: #888; }
.f_meul li button{cursor: pointer;text-transform: capitalize;transition: all 0.3s;width: 100%;height: 46px;text-align: center;color: #fff;border: none;background: url(images/bubgs.png) no-repeat;background: linear-gradient(135deg, transparent 10px, #e71219 0) 0 0, linear-gradient(225deg, transparent 10px, #e71219 0) 100% 0, linear-gradient(315deg, transparent 10px, #e71219 0) 100% 100%, linear-gradient(45deg, transparent 10px, #e71219 0) 0 100%;background-repeat: no-repeat;background-size: 60% 60%;/* background-size: cover; */font-size: 16px;font-family: Nunito-Bold;}

.f_meul li button i{ font-size: 26px; display: inline-block; margin-left: 6px; }
.f_meul li:nth-of-type(5){ margin-right: 0; width: 11.8%; }
.f_meul li button *{ vertical-align: bottom;}
.f_meul li button:hover{ opacity: 0.85; }
.fmmsc{ margin-top: 18px;}
.fmmsc p{ font-size: 16px; color: #888;}

footer{ background: url(images/fobobg.jpg) no-repeat; background-size: cover; overflow: hidden; }
.fo_boxdiv{ width: 100%; padding-top: 76px; display: flex; justify-content: space-between; }
.fo_boxdiv h4{ text-transform: uppercase; color: #fff; font-family: Nunito-Bold; font-size: 20px; margin-bottom: 36px; }
.folome{ display: flex; margin-bottom: 12px; align-items: center;  }


.fo_opul li{ font-size: 16px; font-family: Nunito-Bold;  margin-bottom: 14px; color: rgba(255, 255, 255, 0.6); }
.fo_opul li a{ display: inline-block; color: rgba(255, 255, 255, 0.6); }
.fo_opul li:hover a{ transform: translateX(5px); color: #fff; text-decoration: underline;}
.fo_opul li:last-child{ margin-bottom: 0; }

.fo_boitem1{ width: 14%;}
.fo_boitem2{ width: 22%; }
.fo_boitem3{ width: 22%;}
.fo_boitem4{ width: 23%;}

.copyright{ margin-top: 60px; padding: 32px 0; overflow: hidden; border-top: 1px solid rgba(255, 255, 255, 0.1);  }
.copyright p{ font-size: 16px; float: left; color: rgba(255, 255, 255, 0.3); }
.copyright p a{ color: rgba(255, 255, 255, 0.3); }
.copyright p a:hover{ color: #fff; }
.media{ float: right; }
.media a{ width: 36px; margin: 0 4px; text-align: center; display: inline-block; font-size: 18px; height: 36px;  color: #a8a8a8; background:rgba(255, 255, 255, 0.15); line-height: 36px; border-radius: 38px; }
.media a:hover{ color: #fff; }
.media a.icon-in:hover{ background: #14a3ed; }
.media a.icon-youtube1:hover{ background: #e40808; }
.media a.icon-ins{ background: linear-gradient(0deg,#fbba24,#980ed8); }
.media a.icon-facebook:hover{ background: #1c9ef0; }

.backToTop{ position: fixed; cursor: pointer; bottom: 10%; right: 14px; width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 100%; background: #e71219; color: #fff;}
.backToTop i{ font-size: 24px; display: inline-block; transform: rotate(-90deg); }


video{ width: 100%; display: block; }

.sider-contact { background: #fff; border-radius: 10px 0 0 10px; box-shadow: 0 0 1rem -2px rgba(61,61,61,.15); position: fixed; right: 0; top: 50%; transform: translateY(-50%); transition: all .5s ease; z-index: 999;}
.sider-contact.hide { transform: translate(100%,-50%);}
.sider-contact.hide #sider-contact-switcher i { transform: rotate(180deg);}
.right-nav { align-items: center; display: flex; padding: 16px 14px; flex-flow: column; font-size: 1.2rem; line-height: 1.4rem;}
.right-nav .btn-tit { transform: scale(.9)}
.right-nav li { height: 62px; border-bottom: 1px solid #f0f0f0; position: relative; width: 56px;}
.right-nav li:last-child{ border-bottom: none; }
.right-nav li a { align-items: center; color: #1f1a17; display: flex; flex-flow: column; height: 100%; justify-content: center; transition: all .3s ease; width: 100%}
.right-nav li a:hover { transform: translateX(5px); }
.right-nav li:hover .right_hide { opacity: 1; transform: translate(-110%,-50%); visibility: visible}
.right_hide{ background-color: #fff; border-radius: 10px; box-shadow: 0 0 1rem -2px rgba(61,61,61,.15); color: #3d3d3d; font-size: 14px; left: -10px; line-height: 1.6rem; opacity: 0; padding: 1rem; position: absolute; top: 50%; transform: translate(-130%,-50%); transition: all .5s ease; visibility: hidden; white-space: nowrap}
.right_hide:before { border-bottom: 6px solid transparent; border-left: 8px solid #fff; border-top: 6px solid transparent; content: ""; position: absolute; right: -8px; top: calc(50% - 4px)}
.right_hide img { display: block; max-width: 10rem}
#sider-contact-switcher { align-items: center; color: #1f1a17; cursor: pointer; display: flex; height: 44px; justify-content: flex-end; left: 0; margin: 0; overflow: hidden; position: absolute; top: 50%; transform: translate(-100%,-50%); width: 44px; z-index: -1}
#sider-contact-switcher i { font-size: 12px; font-weight: bold; transition: all .3s ease}
#sider-contact-switcher:after { background: #fff; box-shadow: 0 0 1rem -2px rgba(61,61,61,.15); border-radius: 5px; content: ""; display: block; height: 44px; left: 69%; position: absolute; top: 50%; transform: translateY(-50%) rotate(45deg); transform-origin: center; width: 44px; z-index: -1}


.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#f39800;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}
/*位置*/
.position.pagehe{ background: #fff;}
.subbanner{ margin-top: 38px; position: relative; }
.subbanner img{ width: 100%;}
.subnavs{ padding-top: 20px; width: 100%; }
.subnavs p{ text-transform: uppercase; font-size: 16px; font-family: Nunito-Bold; color: #666; }
.subnavs p a{ color: #666; }
.subnavs p a:hover{ color: #e71219; text-decoration: underline; }
.pat99{ padding-top: 99px;}
/*关于我们*/
.abwcom{ padding-bottom: 126px; }
.pat74{ padding-top: 74px;}
.abh2tit{ font-size: 36px; font-family: Nunito-ExtraBold; text-transform: uppercase; }
.abco{ margin-top: 16px;}
.abco p{ font-size: 16px; line-height: 26px; color: #666;}
.abpimgs{ margin-top: 40px; border-radius: 15px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13);}
.abwhim{ padding-top: 100px; display: flex; }
.abwhlef{ width: 50%;}
.abwhrig{ width: 50%; padding-left: 80px;  }
.ab_fasbo{ position: relative; }
.ab_farr{ position: absolute; top: 40%; left: 0; width: 100%; }
.ab_farr span{ cursor: pointer; position: absolute; top: 0; display: inline-block; width: 46px; background: #f8f8f8; text-align: center; font-weight: bold; color: #999; height: 46px; border-radius: 46px; line-height: 46px; }
.abf_prev{ left: -20px; transform: rotate(180deg); }
.abf_next{ right: -20px; }
.ab_farr span:hover{ background: #e71219; color: #fff; }
.ab_fgds .changpic{ border-radius: 10px;}
.abh3t{ font-size: 24px; font-family: Nunito-Bold; line-height: 34px;}
.abidls{ margin-top: 10px;}
.abidls dd{ font-size: 16px; position: relative; padding-left: 14px; line-height: 36px; color: #666; }
.abidls dd:before{ content: ""; position: absolute; top: 12px; left: 0; width: 8px; height: 8px; border-radius: 8px; background: #e71219;}
.abbio{ margin-top: 8px;}
.abbio p{ font-size: 16px; line-height: 30px; color: #666; }
.dufigr{ position: relative; width: 540px; height: 100%; display: flex; flex-flow: column; justify-content: center; }
.ducculs li{ transition: all .8s linear; }
.ducculs li.act { position: relative; top: 0; left: 0; z-index: 5;}
.ducculs { position: relative;}
.ducculs li{ pointer-events: none; width: 100%; position: absolute; top: 0; left: 0; }
.duccitem{ position: relative; }
.ducculs li.act { pointer-events: all;}
.dfct_dots{ position: absolute; z-index: 22; right: -165px; top: 50%; transform: translateY(-60%); }
.dfct_dots_ul_li{ width: 15px; height: 15px; margin-bottom: 8px; cursor: pointer; }
.ddul_circle{ width: 100%; height: 100%; background: #e8e8e8; border-radius: 50%; position: relative;}
.dfct_dots_ul_li.on .ddul_circle{ background: #e71219; }
.ductqh{ padding-bottom: 50px; }
.ducculs li.on, .ducculs li.ph_active.on{ pointer-events: none !important;}
.ducculs li { opacity: 1; transition: all .8s linear;}
.dfcc_ul_li1.on{ transform: translate(-20%, 10%) !important; opacity: 0 !important;}
.dfcc_ul_li2.on{ transform: translate(-15%, 4%) !important; opacity: 0 !important; }
.dfcc_ul_li3.on{ transform: translate(-10%, -2%) !important; opacity: 0 !important;}
.dfcc_ul_li4.on{ transform: translate(-5%, -8%) !important; opacity: 0 !important;}
.dfcc_ul_li5.on{ transform: translate(0%, -14%) !important; opacity: 0 !important;}
.dfcc_ul_li6.on{ transform: translate(5%,-20%) !important; opacity: 0 !important;}
.dfcc_ul_li1{ transform: translate(0%, 0%) !important;}
.dfcc_ul_li2{ transform: translate(5%, -6%) !important;}
.dfcc_ul_li3{ transform: translate(10%, -12%) !important;}
.dfcc_ul_li4{ transform: translate(15%, -18%) !important;}
.dfcc_ul_li5{ transform: translate(20%, -24%) !important;}
.dfcc_ul_li6{ transform: translate(25%, -30%) !important;}
.duicont h4{ font-size: 23px; line-height: 34px; height: 34px; margin-bottom: 14px; }
.duicont p{ line-height: 25px; height: 75px; }
.ducculs li { transition: opacity .3s ease;}
.abadvs{ padding-top: 100px; }
.abadvs .abidls{ margin-top: 12px;}
.abpricul{ margin-top: 56px; display: grid; grid-gap:46px 26px; grid-template-columns: repeat(4, 1fr);}
.abpricul li{ text-align: center;}
.abpricul li .changpic{ border-radius: 15px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13);}
.abpricul li .changpic a{ cursor: zoom-in; }
.abpricul li p{ font-family: Nunito-Bold; margin-top: 26px; }
.abpricul li:hover .changpic img{ transform: scale(1.15);}
.abqucer{ padding-top: 100px;}
.col8 p{ color: #888;}
#featured-area2{ width:100%; margin:30px auto 0; position: relative;}
#featured-area2 .roundabout-holder{ width:1300px; height: 688px; margin:0px auto;}
#featured-area2 .roundabout-moveable-item{ height:auto; text-align: center; width:444px; cursor:pointer;}
#featured-area2 .roundabout-moveable-item img{width:100%;margin:0; opacity: 1; transition: all 0.3s; }
#featured-area2 .roundabout-moveable-item p{ opacity: 0; margin-top: 50px; }
#featured-area2 .roundabout-in-focus p{ opacity: 1; }
.hor_r_btn,.hor_l_btn{ transition: all 0.3s; width: 46px; background: #f8f8f8; height: 46px; line-height: 46px; text-align: center; border-radius: 46px;  color: #999; cursor: pointer; position: absolute; top: 42%; z-index: 555; }
.hor_r_btn i,.hor_l_btn i{ font-size: 18px; font-weight: bold; }
.hor_l_btn{ transform: rotate(180deg); left: 0;  }
.hor_r_btn{ right: 16px; }
.hor_l_btn:hover,.hor_r_btn:hover{ color: #fff; background: #e71219; }
.abcuor{ padding-top: 100px;}
.grid{ margin-top: 56px; }
.grid-item { width: calc((100% - 10px) / 3); margin-bottom: 5px; }
.inclitem{ display: block; border-radius: 15px; overflow: hidden; width: 100%; position: relative; cursor: zoom-in; }
.incltxs{ position: absolute; opacity: 0; transition: all 0.3s; bottom: 0; left: 0; width: 100%; padding: 0 45px 60px; pointer-events: none; }
.inclitem .changpic{ background: #e71219; }
.inclitem .changpic img{ }
.inclitem a{ display:block; width:100%; cursor: zoom-in;  }
.inclitem:hover .changpic img{ opacity: 0.2; transform: scale(1.15); }
.incltxs h3{ color: #fff; margin-bottom: 20px; font-size: 22px; font-family: Nunito-Bold;  }
.incltxs p{ font-size: 16px; line-height: 26px; overflow: hidden; color: #fff; }
.inclitem .icon-youjiantou{ opacity: 0; color: #c90d1c; font-size: 30px; display: inline-block; position: absolute; top: 25px; right: 25px; width: 45px; height: 45px; border-radius: 45px; text-align: center; line-height: 45px; background: #fff; }
.inclitem:hover .incltxs,.inclitem:hover .icon-youjiantou{ opacity: 1; }


.ablinwar{ padding-bottom: 172px; }
.pat90{ padding-top: 90px;}
.aliuls li{ margin-bottom: 134px;}
.aliuls li:last-child{ margin-bottom: 0;}
.aliitms{ display: flex; align-items: center;}
.aliilef{ width: 50%; padding-right: 74px;}
.aliirig{ width: 50%; padding-left: 50px;}
.aliirig .changpic{ border-radius: 15px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13);}
.alivp p{ font-size: 16px; line-height: 26px; color: #888; }
.aliuls li:nth-of-type(even) .aliilef{ order: 2; padding-right: 0; padding-left: 74px;}
.aliuls li:nth-of-type(even) .aliirig{ order: 1; padding-right: 50px; padding-left: 0;}
.aliitms:hover .deith2t{ color: #e71219;}
.aliitms:hover .changpic img{ transform: scale(1.15);}

.abcusm{ padding-bottom: 90px;}
.pat40{ padding-top: 40px;}
.abmpas{ text-align: center; }
.abmpas p{ font-family: Nunito-Regular; font-size: 40px; margin-top: 35px; }

/*视频*/
.viwar{ padding-bottom: 124px;}
.vivitem{ margin-bottom: 134px;}
.viwbox .vivitem:last-child{ margin-bottom: 0;}
.vipxt{ line-height: 28px;}
.vivitem .deith2t{ margin-bottom: 28px;}
.vitimo{ position: relative;} 
.vitimo a{ display: inline-flex; position: absolute; top: 0; right: 14px; align-items: center; padding: 0 12px; font-family: Nunito-Bold; background: #e71219; height: 46px; line-height: 46px; color: #fff; background:linear-gradient(135deg, transparent 10px, #e71219 0) 0 0, linear-gradient(225deg, transparent 10px, #e71219 0) 100% 0, linear-gradient(315deg, transparent 10px, #e71219 0) 100% 100%, linear-gradient(45deg, transparent 10px, #e71219 0) 0 100%;background-repeat: no-repeat;
    background-size: 60% 60%;}
/*.vitimo a:before{ content: ""; position: absolute; top: 0; left: -14px; width: 14px; height: 46px; background: url(images/nale.png) no-repeat; background-size: cover;}*/
/*.vitimo a:after{ content: ""; position: absolute; top: 0; right: -14px; width: 14px; height: 46px; background: url(images/nari.png) no-repeat; background-size: cover;}*/
.vitimo a i{ font-size: 24px; margin-left: 6px; }
.vitimo a:hover{ transform: translateX(10px); }
.vituls{ margin-top: 28px; display: flex;}
.vituls li{ width: 32%; margin-right: 2%; padding: 16px 16px 0; border-radius: 15px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13);}
.vituls li:last-child{ margin-right: 0;}
.vititm a{ text-align: center; display: block;  width: 100%;  }
.vititm a .changpic{ border-radius: 15px;}
.vixts{ padding: 18px 15px 25px;}
.vixts p{ line-height: 30px; overflow: hidden; font-family: Nunito-Bold;}
.vititm a:hover .changpic img{ transform: scale(1.15);}
.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.getbox{ width: 700px; background: #fff; padding:30px 30px 30px; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.allhide{ opacity: 0; z-index: -3; }
.close_btn{ cursor: pointer; position: absolute; top: 0; right: 0; width: 34px; height: 34px; line-height: 34px; text-align: center; }
.close_btn i{ font-size: 24px; }
.close_btn:hover i{ color: #e71219; }

.vititvv{ text-align: center;}
.vititvv span{ position: relative; color: #fff; height: 57px; line-height: 57px; text-shadow: 0 0 1px rgba(0, 0, 0, 0.6); background: #e71219; font-size: 30px; font-family: Nunito-Bold; margin-bottom: 30px; padding: 0 15px; display: inline-block; background:linear-gradient(135deg, transparent 10px, #e71219 0) 0 0, linear-gradient(225deg, transparent 10px, #e71219 0) 100% 0, linear-gradient(315deg, transparent 10px, #e71219 0) 100% 100%, linear-gradient(45deg, transparent 10px, #e71219 0) 0 100%;background-repeat: no-repeat;
    background-size: 60% 60%;}
.vititvv p{ line-height: 28px; padding: 0 25%;}
/*.vititvv span:before{ content: ""; position: absolute; top: 0; left: -16px; width: 18px; height: 57px; background: url(images/vbles.jpg) no-repeat; background-size: cover;}*/
/*.vititvv span:after{ content: ""; position: absolute; top: 0; right: -16px; width: 18px; height: 57px; background: url(images/vbris.jpg) no-repeat; background-size: cover;}*/
.vititvv p a{ color: #e71219;}
.vilivulvv{ margin-top: 68px; display: grid; grid-gap: 70px 28px; grid-template-columns: repeat(3, 1fr); }
.vilivulvv li{padding: 16px 16px 0; border-radius: 15px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13); }
/*faq*/
.pat50{ padding-top: 50px;}
.faqwar{ padding-bottom: 120px;}
.fabox{ padding-top: 86px;}
.faitem{ margin-bottom: 52px;}
.fabox .faitem:last-child{ margin-bottom: 0;}
.fah2ti{ font-size: 24px; margin-bottom: 20px; font-family: Nunito-Bold; color: #e71219; }
.faqlist li {margin-bottom: 6px;  overflow: hidden; }
.faqlist li:last-child{ margin-bottom: 0; }
.faqlist h3{ font-size: 18px; background: #f8f8f8; position: relative; cursor: pointer; padding: 20px 50px 20px 22px; border-radius: 15px; font-weight: normal; }
.faqlist h3:before{ content: "\e711"; font-family: iconfont; display: flex; align-items: center; justify-content: center; width: 68px;  font-size: 20px; color: #666; position: absolute; top: 20px; right: 0; }
.faqlist h3.active:before{ content: "\e611"; color: #fff; }
.faqlist h3.active{ background: #e71219; color: #fff; }
.fa_nrp{ display: none; color: #888; background: #f8f8f8; border-radius: 15px; padding: 24px 35px 24px 52px; }
.fa_nrp p{ line-height: 30px; font-family: Nunito-Regular; }
.fa_nrp.active { display: block;}


/*404*/
.no_fun{ text-align: center;margin-bottom: 60px;}
.no_fun h5{ font-size: 36px; margin-bottom: 30px; }
.no_fun p{ color: #888; line-height:30px; }
.no_fun a{ display: inline-block; margin-top: 34px; font-size: 20px; border-radius: 40px; padding: 16px 64px; background: #c81f21; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}
.aligncenter {
    display: block !important;
    margin: 0 auto!important;
}
.wpcf7 fieldset{display:none;}
.wpcf7-response-output,.wpcf7-validation-errors {display: none !important;}
span.wpcf7-not-valid-tip {display: none;}
.screen-reader-response {display: none !important;}

/*产品列表*/
.prwar{ padding-bottom: 92px;}
.prlist{ display: grid; grid-gap: 48px 40px; grid-template-columns: repeat(4, 1fr);}
.pliulst{ display: grid; grid-gap: 52px 40px; grid-template-columns: repeat(4, 1fr); }


/*分页 结束*/
.digg4{ text-align:center; margin-top:84px; }
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{ border: 1px solid #666; border-radius: 5px; width:34px; text-align: center; font-size: 16px; cursor: pointer; display: inline-block; vertical-align: middle;  height:34px; line-height: 32px; color:#fff; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; border: 1px solid #e71219; background:#e71219; }
.digg4 span.disabled { font-weight: normal; color: #222;}
.digg4 a{color: #666;  }
/*产品详情*/
.pat60{ padding-top: 60px;}
.pat56{ padding-top: 56px;}
.dehe{ background: #fff; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);}
.dehe nav li>a{ color: #222;}
.dehe .searchform i{ color: #a6a6a6;}
.prmian{ margin-top: 150px; padding-bottom: 132px;}
.prmbox{ width: 100%;}
.demiimg{ display: flex;}
.prmian .subnavs{ padding-top: 34px;}
.prmirig{ width: 50%;}
.prmilef{ width: 50%;}
/* 111 */
.product-gallery { display: flex; width: 100%; align-items: flex-start; }
.gallery-left { width: 120px; flex-shrink: 0; background: #eee; display: flex; flex-direction: column; align-items: center; position: relative; }
.gallery-left .thumb-arrows { cursor: pointer; height: 32px; line-height: 32px; width: 100%; text-align: center; background: #bdbbbb; color: #fff; font-size: 15px; font-weight: bold; }
.gallery-left .thumb-arrows i{ display: inline-block;}
.gallery-left .thumb-arrows:hover{ background: #e71219;}

.gallery-left .thumb-arrows.up i{ transform: rotate(180deg);}

.gallery-left .thumb-list { width: 100px; overflow: hidden; padding: 8px 0; }
.gallery-left .thumb-item { width: 100%;  border: 1px solid #fff; cursor: pointer; transition: all 0.3s; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.gallery-left .thumb-item.active { border: 1px solid red; }
.gallery-left .thumb-item img { width: 100%; height: 100%; object-fit: contain; }
.thumb-list.slick-vertical .slick-slide{ border: none;}
.gallery-center { flex: 1; padding: 0 15px; }
.gallery-center .main-image-wrap {  width: 100%;  }
.gallery-center .main-image-wrap img { width: 100%; height: auto; display: block; }

.gallery-right { width: 80px; flex-shrink: 0; text-align: center; }
.gallery-right h3 { font-size: 18px; font-weight: bold; margin-bottom: 15px; color: #333; }
.gallery-right .tool-list { display: flex; flex-direction: column; gap: 10px; }
.gallery-right .tool-item { position: relative; cursor: pointer; }
.gallery-right .tool-item img {  object-fit: contain; }
.gallery-right .tool-title { position: absolute; right: 90px; top: 50%; transform: translateY(-50%); background: #e71219; color: #fff; padding: 5px 10px; border-radius: 4px; font-size: 14px; white-space: nowrap; opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 5; }
.gallery-right .tool-title:after { content: ""; position: absolute; left: 100%; top: 50%; margin-top: -5px; border: 5px solid transparent; border-left-color: red; }
/*.gallery-right .tool-item:hover .tool-title { opacity: 1; visibility: visible; right: 100px; }*/

.gallery-left .item { padding: 9px 10px; }
.gallery-right .tool-item:first-child{ margin-bottom:40px;}


/* .del_topb .item .changpic a{ cursor: zoom-in; }
.del_topb .slick-dots{ bottom: 15px; }
.del_topb .slick-dots li{ width: auto; height: auto; }
.del_topb .slick-dots li button{ padding: 0; width: 14px; height: 14px; border-radius: 14px; background: #e6e6e6; }
.del_topb .slick-dots li.slick-active button{ background: #e71219;} */
.prdext{ padding: 0 0 0 35px; }
.prdext h1{ font-size: 36px; font-family: Nunito-Bold; margin-bottom: 16px;}
.depde .items{ margin-bottom: 44px;}
.depde .items:last-child{ margin-bottom: 0;}
.depde .items h4{ font-size: 20px; font-family: Nunito-Bold; margin-bottom: 5px;}
.depde .items p{ font-size: 16px; line-height: 26px; color: #666;}
.idls dd{ font-size: 16px; position: relative; padding-left: 14px; line-height: 26px; color: #666; }
.idls dd:before{ content: ""; position: absolute; top: 8px; left: 0; width: 8px; height: 8px; border-radius: 8px; background: #e71219;}
.pro_lxbtn{ margin-top: 25px; margin-left: 16px; }
.pro_lxbtn a{display: inline-block;position: relative;width: 482px;font-size: 16px;font-family: Nunito-Bold;background: #e71219;height: 50px;line-height: 50px;color: #fff;text-align: center;background: linear-gradient(135deg, transparent 10px, #e71219 0) 0 0, linear-gradient(225deg, transparent 10px, #e71219 0) 100% 0, linear-gradient(315deg, transparent 10px, #e71219 0) 100% 100%, linear-gradient(45deg, transparent 10px, #e71219 0) 0 100%;background-repeat: no-repeat;background-size: 60% 60%;}
.pro_lxbtn a:before{/* content: ""; */position: absolute;top: 0;left: -16px;width: 16px;height: 50px;background: url(images/debleg.png) no-repeat;background-size: cover;}
.pro_lxbtn a:after{/* content: ""; */position: absolute;top: 0;right: -16px;width: 16px;height: 50px;background: url(images/debrig.png) no-repeat;background-size: cover;}
.pro_lxbtn a:hover{ transform: translateX(10px);}
.deiblo{ margin-top: 56px;}
.deiitem{ margin-bottom: 50px;}
.deiblo .deiitem:last-child{ margin-bottom: 0;}
.deith2t{ font-family: Nunito-ExtraBold; margin-bottom: 12px; font-size: 36px;}
.del_table{ overflow-x: auto; }
.del_table table{ width: 100%; overflow: hidden;  border-top: none; border-top-left-radius: 15px; border-top-right-radius: 15px;  margin-top: 6px; }
.del_table table tr td{ font-size: 16px; padding: 12px 10px; text-align: center; font-family: Nunito-Regular; color: #666; border: 1px solid #ddd; }
.del_table table tr:nth-of-type(even) td{ background: #f3f3f3; }
.del_table table tr:first-child td{ background: #e71219; font-size: 20px; padding: 14px 10px; font-family: Nunito-Bold; color: #fff; }
.del_table tr td:first-child { width: 174px;}
.del_table tr td:nth-of-type(2) { width: 174px;}
.despxv{ margin-top: 0px;}
.despxv p{ font-size: 16px; line-height: 30px; color: #666; font-family: Nunito-Regular;}
.dwultw{ display: flex; margin-top: 50px;}
.dwultw li{ width: 50%;}
.dinusul{ display: flex; margin-top:24px;}
.dinusul li{ width: 23.5%; padding: 48px 24px 55px; border-radius: 15px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13); background: #f8f8f8; margin-right: 2%; margin-bottom:10px;}
.dinusul li:last-child{ margin-right: 0;}
.dinusul li h4{ font-size: 20px; font-family: Nunito-Bold; margin-bottom: 20px;}
.dinusul li p{ font-size: 16px; position: relative; padding-left: 14px; line-height: 30px; color: #666;}
.dinusul li p:before{ content: ""; position: absolute; top: 9px; left: 0; width: 8px; height: 8px; border-radius: 8px; background: #e71219;}
.diull li{ position: relative; color: #666; font-size: 16px; line-height: 34px; padding-left: 14px; }
.diull li span{ font-family: Nunito-Bold; color: #222; }
.diull li:before{ content: ""; position: absolute; top: 12px; left: 0; width: 8px; height: 8px; border-radius: 8px; background: #222;}
.deh4ti{ font-size: 20px; font-family: Nunito-Bold; margin-bottom: 12px; }
.dmco{ font-size: 16px; color: #666; line-height: 34px;}
.dmco span{ font-family: Nunito-Bold; color: #222; }
.decomes{ padding-top: 88px;}
.dctxps{ text-align: center; padding: 0 19%;}
.dctxps p{ font-size: 16px; line-height: 26px; color: #666; }
.decomes .iptit{ margin-bottom: 20px;}
.quiry_info{ overflow: hidden; margin-top: 46px; }
.quiry_info ul{ width: 100%; overflow: hidden; }
.quiry_info li{ float: left; width: 49%; margin-bottom:30px; position: relative; }
.quiry_info ul li:nth-of-type(even){ float: right; }
.quiry_info ul li:last-child{ margin-bottom: 0; }
.quiry_info li p{ font-size: 16px; text-transform: capitalize; font-family: Nunito-Bold; margin-bottom: 10px;  }
.quiry_info li p span{ color: #ff7101; }
.quiry_info ul li:nth-of-type(5),.quiry_info ul li:nth-of-type(6){ width: 100%; }
.quiry_info input,.quiry_info textarea,.quiry_info select{width: 100%; border: 1px solid #222; color: #222; resize: none; font-family:Nunito-Regular; background:#fff; border-radius: 15px; font-size:16px; line-height: 26px; padding:6px 12px; }
.quiry_info textarea{height: 118px;}
.quiry_info select{ height: 40px;}
.quiry_info input::-webkit-input-placeholder,.quiry_info textarea::-webkit-input-placeholder { color: #999;}
.quiry_info input:-moz-placeholder,.quiry_info textarea:-moz-placeholder {color: #999;}
.quiry_info button{transition:all 0.3s;display: block;margin: 0 auto;position: relative;border: none;width: 142px;font-family:Nunito-SemiBold;font-size: 16px;cursor: pointer;background:url(images/bjhjs.png) no-repeat;background-size: cover;color: #fff;height: 48px;background: linear-gradient(135deg, transparent 10px, #e71219 0) 0 0, linear-gradient(225deg, transparent 10px, #e71219 0) 100% 0, linear-gradient(315deg, transparent 10px, #e71219 0) 100% 100%, linear-gradient(45deg, transparent 10px, #e71219 0) 0 100%;background-repeat: no-repeat;background-size: 60% 60%;}
.quiry_info button:hover{ transform: translateX(10px); }
.derepv{ padding-top: 106px;}
.repulli{ display: grid; grid-gap: 0 40px; grid-template-columns: repeat(4, 1fr);}


/*新闻*/
.nwar{ padding-bottom: 96px;}
.nwar .vititvv span{ padding:0 15px;}
.nwar .vititvv p{ padding: 0 8%; font-size: 20px; line-height: 32px;}
.nlisuls{ margin-top: 62px;}
.nlisuls li{ margin-bottom: 80px;}
.nlisuls li:last-child{ margin-bottom: 0;}
.nliitems a{ display: flex; align-items: center; padding: 20px; width: 100%; border-radius: 15px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13);}
.nilef{ width: 28%;}
.nirig{ width: 72%; padding: 0 46px;}
.nilef .changpic{ border-radius: 15px;}
.nirig em{ font-style: normal; color: #e71219; font-size: 16px; font-family: Nunito-Bold;}
.nirig h3{ font-size: 26px; margin: 20px 0 26px; font-family: Nunito-Bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nirig p{ font-size: 16px; line-height: 25px; color: #888; height: 75px; overflow: hidden;}
.nirig span{ display: inline-flex; transition: all 0.3s; margin-left: 14px; margin-top: 34px; position: relative; align-items: center; padding: 0 12px; font-family: Nunito-Bold; background: #e71219; height: 46px; line-height: 46px; color: #fff; background:linear-gradient(135deg, transparent 10px, #e71219 0) 0 0, linear-gradient(225deg, transparent 10px, #e71219 0) 100% 0, linear-gradient(315deg, transparent 10px, #e71219 0) 100% 100%, linear-gradient(45deg, transparent 10px, #e71219 0) 0 100%;background-repeat: no-repeat;
    background-size: 60% 60%; }
/*.nirig span:before{ content: ""; position: absolute; top: 0; left: -14px; width: 14px; height: 46px; background: url(images/nale.png) no-repeat; background-size: cover;}*/
/*.nirig span:after{ content: ""; position: absolute; top: 0; right: -14px; width: 14px; height: 46px; background: url(images/nari.png) no-repeat; background-size: cover;}*/
.nirig span i{ font-size: 24px; margin-left: 6px; }
.nliitems a:hover .changpic img{ transform: scale(1.15);}
.nliitems a:hover .nirig span{ transform: translateX(10px);}
.nlisuls li:nth-of-type(even) .nilef{ order: 2;}
.nlisuls li:nth-of-type(even) .nirig{ order: 1;}

.infocon{}
.infocon h1{font-size:26px; font-family: Nunito-Bold; text-align: center; margin-bottom:20px; }
.infocon img{ width: auto; display: inline-block; margin: 10px 0; max-width: 100%; }
.infocon .time{ text-align: center; color: #e71219; font-size: 16px; font-family: Nunito-Bold; margin-bottom:60px;  }
.infocon .other{ color: #666; font-size: 16px; margin-top:45px;}
.infocon .other div{ padding:6px 0;}
.infocon .other div b{ font-weight: normal; color: #222; }
.infocon .other a:hover{ color: #da251d; }
.infocon p{line-height:25px; color: #888; font-size: 16px; margin-bottom: 10px; }
/*contact*/
.conswar{ padding-bottom: 140px;}
.cotopf{ display: flex;}
.cotlef{ width: 50%; padding-right: 92px;}
.cotrig{ width: 50%;}
.cotlef .iptit{ text-align: left;}
.cpvst p{ font-size: 16px; line-height: 26px; color: #666; }
.clxlc{ margin-top: 36px;}
.clxlc li{ margin-bottom: 20px; font-family: Nunito-Bold; }
.clxlc li:last-child{ margin-bottom: 0;}
.cmfulx{ margin-top: 32px; display: flex;}
.cmfulx li{ width: 23%; margin-right: 5%;}
.cmfulx li:last-child{ margin-right: 0;}
.cmfulx li a{ display: block; width: 100%; text-align: center; padding: 46px 0 42px; background: #f8f8f8; border-radius: 15px; box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.15); }
.cmfulx li a i{ color: #e71219; font-size: 46px;}
.cmfulx li a p{ margin-top: 30px; font-size: 16px; font-family: Nunito-Bold; }
.cmfulx li a:hover{ transform: translateY(10px);}
.coh2t{ font-size: 26px; font-family: Nunito-Bold;}
.cotrig .quiry_info{ margin-top: 25px;}
.cotrig .quiry_info li{ margin-bottom: 12px; width: 100%; float: none; }
.cotrig .quiry_info ul li:nth-of-type(even){ float: none;}
.cotrig .quiry_info li:last-child button{ margin: 0; }
.cofmap{ margin-top: 156px;  }
.cofmap .iptit{ text-align: left;}
.cmaps{ margin-top: 22px; border-radius: 15px; overflow: hidden;}


@media screen and (max-width: 1680px){
   .warper{ width: 90%; }
   nav li>a>span{ padding: 0 8px;}
   nav li{ margin-right:0;}
}

@media screen and (max-width: 1600px){
  nav li{ margin-right: 0px;}
  .search_box .warper{ padding: 0 7%;}
  .iprbe{ padding: 76px 60px 0;}
  .ipname p,.ifpname p{ font-size: 13px;}
  .fo_boitem2,.fo_boitem3{ width: 25%;}
  .prdext h1{ margin-bottom: 20px;}
  .deith2t{ margin-bottom: 15px;}
  .vilivulvv{ margin-top: 42px;}
  .infocon .time{ margin-bottom: 45px;}
  .cofmap{ margin-top: 120px;}
  .gallery-left .item{ padding:6px 6px;}
  .prmilef{ width:62%;}
  .prmirig{ width:48%;}
}

@media screen and (max-width: 1540px){
  .h_tlx li{ margin-left: 40px;}
  .hltrig{ padding-left: 40px;}
  .hltlef{ width: 45%;}
  nav li{ margin-right: 0;}
  .logo img{ height: 60px;}
  nav li>a{ line-height: 86px; padding: 0px 4px;}
  .hebots{ height: 86px;}
  header{ height: 124px;}
  .hewha_sea{ top: 30px;}
  .sub_show,.suabs{ top: 86px;}
  .search_box{ top: 124px;}
  .logo{ left: -24px;}
  .itivtx h2{ font-size: 32px; line-height: 44px;}
  .itivtx{ width: 424px;}
  .iprbe{ padding: 60px 20px 0; }
  .iptit p{ font-size: 22px;}
  .iptit h2{ font-size: 30px;}
  .iptit{ margin-bottom: 34px;}
  .iwhi{ padding-top: 62px;}
  .ifeap{ padding: 75px 20px 0;}
  .ifelist,.ipcaul{ grid-gap: 25px 14px;}
  .ifvid{ padding-top: 75px;}
  .ivtxt{ margin-top: 12px; padding: 0 10px;}
  .istil{ padding-top: 72px;}
  .istxic h2{ font-size: 30px; margin-bottom: 15px;}
  .isbtnul{ margin-top: 30px;}
  .ineiv{ padding: 70px 0;}
  .ineixt{ padding: 18px 20px 30px;}
  .ineixt h3{ margin: 8px 0 10px;}
  .fomess{ padding: 50px 0;}
  .fomeiv{ margin-top: 24px; padding: 0;}
  .fo_boxdiv{ padding-top: 52px;}
  .fo_boitem2, .fo_boitem3{ width: 27%;}
  .fo_boxdiv h4{ margin-bottom: 18px;}
  .copyright{ margin-top: 40px; padding: 20px 0;}
  .fo_boitem4{ width: 25%;}
  .sub_nale{ width: 340px;}
  .sub_meri{ width: calc(100% - 340px); padding: 22px 30px 24px;}
  .pat99{ padding-top: 64px;}
  .prlist{ grid-gap: 35px 24px;}
  .pliulst{ grid-gap: 30px 26px;}
  .prmian{ margin-top: 124px;}
  .pat56{ padding-top: 30px;}
  .prdext{ padding: 0 0 0 20px;}
  .prdext h1{ font-size: 30px;}
  .depde .items{ margin-bottom: 24px;}
  .pro_lxbtn a{ width: 384px;}
  .pro_lxbtn{ margin-top: 38px;}
  .deith2t{ font-size: 32px;}
  .dinusul li{ padding: 26px 20px 45px;}
  .dinusul li h4{ margin-bottom: 8px;}
  .deiitem{ margin-bottom: 56px;}
  .decomes{ padding-top: 68px; }
  .derepv{ padding-top: 80px;}
  .prmian{ padding-bottom: 100px;}
  .repulli{ grid-gap: 0 26px;}
  .abh2tit{ font-size: 30px;}
  .abwhim,.abadvs,.abqucer,.abcuor{ padding-top: 60px;}
  .abwhrig{ padding-left: 48px;}
  .dfct_dots{ right: -122px;}
  .abpricul{ margin-top: 30px;}
  .abpricul{ grid-gap: 28px 17px;}
  #featured-area2 .roundabout-moveable-item{ width: 380px;}
  #featured-area2 .roundabout-holder{ width: 1100px; height: 600px; }
  #featured-area2 .roundabout-moveable-item p{ margin-top: 18px;}
  .abwcom{ padding-bottom: 80px;}
  .aliilef{ padding-right: 50px;}
  .aliirig{ padding-left: 20px;}
  .aliuls li:nth-of-type(even) .aliirig{ padding-right: 20px;}
  .aliuls li:nth-of-type(even) .aliilef{ padding-left: 50px;}
  .aliuls li{ margin-bottom: 80px;}
  .ablinwar{ padding-bottom: 100px;}
  .abmpas p{ font-size: 32px;}
  .vivitem{ margin-bottom: 80px;}
  .pat90{ padding-top: 70px;}
  .vititvv p{ padding: 0 15%;}
  .vilivulvv{ grid-gap: 44px 24px;}
  .fabox{ padding-top: 55px;}
  .faqwar,.viwar{ padding-bottom: 80px;}
  .nlisuls{ margin-top: 36px;}
  .nlisuls li{ margin-bottom: 50px;}
  .nirig h3{ margin: 14px 0 18px; font-size: 24px;}
  .infocon .time{ margin-bottom: 26px;}
  .cofmap{ margin-top: 70px;}
  .cmfulx li a p{ margin-top: 14px;}
  .del_topb .slick-dots{ bottom: 20px;}
  .prmilef{ width: 63.5%;}
  .prmirig{ width: 44%;}

}
@media screen and (max-width: 1440px){
   .prmilef{ width: 75%;}
   .prmirig{ width: 44%;}
}


@media screen and (max-width: 1366px){
  .hltrig{ padding-left: 0;}
  .h_tlx li{ margin-left: 16px;}
  .abidls dd{ line-height:30px;}
  .abidls dd:before{ top:9px;}
  .abidls{ margin-top:18px;}
  nav li>a{ font-size: 15px; padding: 0px 1px;}
  .itivtx h2{ font-size: 28px; line-height: 36px;}
  .itivtx a{ margin-top: 28px;}
  .deith2t{ margin-bottom:7px;}
  .ipname p,.ifpname p{ line-height: 13px;}
  .ifeap{ padding: 60px 20px 0;}
  .ifvid{ padding-top: 60px;}
  .ifvitem{ padding: 26px 26px 30px;}
  .ifviuls li{ width: 48.5%; margin-right: 3%;}
  .istil{ padding-top: 58px;}
  .ineiv{ padding: 60px 0;}
  .ivmore{ margin-top: 32px;}
  .fomess{ padding: 42px 0;}
  .fo_boxdiv h4{ font-size: 18px;}
  .pat99{ padding-top: 60px;}
  .prwar{ padding-bottom: 60px;}
  .digg4{ margin-top: 60px;}
  .prdext h1{ font-size: 27px;}
  .pro_lxbtn{ margin-top: 26px;}
  .pro_lxbtn a{ width: 300px;}
  .deith2t{ font-size: 28px;}
  .dwultw{ margin-top: 32px;}
  .dinusul li p{ line-height: 25px;}
  .dinusul li p:before{ top: 7px;}
  .dctxps{ padding: 0 15%;}
  .quiry_info{ margin-top: 30px;}
  .derepv{ padding-top: 64px;}
  .prmian{ padding-bottom: 80px;}
  .dufigr{ width: 512px;}
  .nirig span{ margin-top: 20px;}
  .cotlef{ padding-right: 50px;}
  .conswar{ padding-bottom: 80px;}
  .ipname p, .ifpname p{ font-size:12px; padding: 0 12px;}
  .iptit{ margin-bottom:20px;}
  .iwhi{ padding-top:60px;}
  .prmilef{ width:63%;}

}

@media screen and (max-width: 1280px){
  nav li.on>a>span:after, nav li:hover>a>span:after,nav li.on>a>span:before, nav li:hover>a>span:before{ display: none; }
  nav li>a>span{ padding: 0 8px;}
  nav li{ margin-right: 2px;}
  .prmilef{ width:73%;}
  nav li>a{ padding: 0; font-size: 14px; }
  nav{ margin-right: 40px;}
  .search_box .warper{ padding: 0 5%;}
  .prdext h1{ font-size: 26px;}
  .depde .items h4{ margin-bottom: 8px;}
  .pro_lxbtn a{ width: 245px;}
  .deith2t{ font-size: 24px;}
  .deiitem{ margin-bottom: 36px;}
  .decomes{ padding-top: 40px;}
  .quiry_info li{ margin-bottom: 18px;}
  .pat74{ padding-top: 60px;}
  .abh2tit{ font-size: 26px;}
  .dufigr{ width: 466px;}
  #featured-area2 .roundabout-holder{ width: 1000px;}
  .grid{ margin-top: 20px;}
  .incltxs{ padding: 0 20px 30px; }
  .incltxs h3{ margin-bottom: 5px;}
  .abcusm{ padding-bottom: 50px;}
  .aliilef{ padding-right: 30px;}
  .aliuls li:nth-of-type(even) .aliilef{ padding-left: 30px;}
  .aliuls li{ margin-bottom: 50px;}
  .ablinwar{ padding-bottom: 80px;}
  .vitimo a{ top: -8px;}
  .vixts p{ line-height: 24px;}
  .vivitem{ margin-bottom: 60px;}
  .vilivulvv{ margin-top: 28px; grid-gap: 30px 18px; }
  .vititvv span{ font-size: 25px;}
  .nwar .vititvv p{ padding: 0;}
  .nirig{ padding: 0 25px;}
  .nirig h3{ margin: 12px 0;}
  .nwar{ padding-bottom: 60px;}
  .cmfulx li a{ padding: 36px 0;}
  .cmfulx li a i{ font-size: 35px;}
  .conswar{ padding-bottom: 70px;}
  .h_trx li{ margin-left: 15px;}
  .hltlef{ width: 38%;}
  .matb{ margin-bottom:36px;}
}



@media screen and (max-width: 1220px){
    #banner_home,.subbanner{ margin-top: 62px; }
    #nav .nav-button{display: block; top: -49px; right: 0; }
    header,.position, .page_h{ height: 62px; background: #fff; }
    .logo img,.position .logo img{ height:48px; width: auto; }
    .head_rcon{ right: 60px; width: 80px; top: 13px; }
    .logo{ top: 6px; left: 0; }
    .hebots{ height: auto;}
    .hltlef,.h_trx li:last-child{ display: none;}
    .hetops{ display: none;}
    .h_trx li{ color: #333; }
    .h_trx li b{ border-color: #333 transparent transparent transparent; }
    .warper{ width: 96%; }
    #nav .nav-button{ top: -38px; }
    .search_box{ top: 62px; padding: 28px 0; }
    .l_fixed{ display: none; }
    nav{position: fixed; left: 0;top: 0;bottom: 0;width:310px ; z-index: 99;overflow: auto;background: #222; transform: translateX(-310px);transition: 0.3s;}
    nav li{ float: none; padding: 0; margin: 0; }
    nav li>a,.position nav li>a,.page_h  nav li>a{ margin:0; color: #fff; line-height: normal;  display:block; padding:15px 20px; border-bottom:1px solid #2e2e2e; text-align: left;}
    nav li.on a, nav li:hover a{ background: #e71219 ; color: #fff; }
    .sub_show, .suabs{ left: 0;  top: 0; padding: 0; border:none; width: auto; display: block !important; background: #434343;  position: inherit;  opacity: 1; height: auto !important;}
    .ssivbox{ height: auto;}
    #nav .nav-button i{ color: #fff; }
    .sub_meri{ display: none;}
    body{ font-size: 16px; }
    .sub_nale{ width: 100%;}
    #nav .nav-button{ top: 12px; background: #e71219; }
    .searchform span,.h_trx li i{ color: #333;}
    .search_box .warper{ padding: 0;}
    .search_box{ padding: 18px 0;}
    .searchform i{ color: #333;}
    .hewha_sea{ top: 20px; right: 60px;}
    nav li>a>span{ padding: 0; height: auto; background: transparent !important; line-height: normal; }
    .sub_nale a img{ display: none;}
    .sub_nale a.on{ background: transparent; box-shadow: none; }
    .sub_nale a{ background: transparent !important; color: #fff; padding: 0;  height: auto; }
    .suabs dd a,.sub_nale a{ padding: 15px 22px;}
    .sub_nale a b{ font-weight: normal; font-family: Nunito-SemiBold;}
    .suabs dd a{ height: auto; color: #fff; }
    .sub_nale a b{ color: #fff;}
    .sub_nale,.suabs dd a{ background: transparent !important;}
    .iprbe{ padding: 42px 20px 0;}
    .iptit h2{ font-size: 25px;}
    .iptit p{ font-size: 20px;}
    .iptit{ margin-bottom: 18px;}
    .ipcimg,.ifepro .changpic,.ineuitem{ box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.13);}
    .iwhi{ padding-top: 40px;}
    .ban_arrow span i{ font-size: 32px;}
    .ifeap{ padding: 40px 20px 0;}
    .ifelist,.ipcaul{ grid-gap: 16px 7px; grid-template-columns: repeat(4, 1fr); }
    .ifvitem{ padding: 16px 14px 20px; }
    .ifvitem iframe{ height: 250px;}
    .ivtxt p{ line-height: 20px; padding: 0;}
    .ivtxt{ margin-top: 6px;}
    .istxic h2{ font-size: 26px; margin-bottom: 8px;}
    .istivxt h3{ font-size: 22px;}
    .istivxt p{ margin-top: 7px;}
    .ineiv{ padding: 50px 0;}
    .ineixt{ padding: 10px 9px 18px;}
    .ineixt h3{ font-size: 18px; margin: 4px 0 6px; line-height: 24px; height: 48px;}
    .ineuitem .changpic{ border-radius: 0 0 6px 6px; }
    .ineuitem{ border-radius: 6px;}
    .fomess{ padding: 38px 0;}
    .fomess h4{ font-size: 24px;}
    .f_meul li button i{ font-size: 20px;}
    .fomess h4{ font-size: 22px;}
    .fomeiv{ margin-top: 12px;}
    .fo_boxdiv{ padding-top: 36px;}
    .fo_boxdiv h4{ font-size: 15px;}
    .fo_boitem4{ width: 29%;}
    .fo_opul li{ margin-bottom: 6px; font-size: 15px;}
    .copyright{ margin-top: 32px; padding: 14px 0;}
    .pat99,.pat60{ padding-top: 50px;}
    .prlist,.pliulst{ grid-gap: 18px;}
    .digg4{ margin-top: 35px;}
    .prmian{ margin-top: 62px;}
    .prmian .subnavs{ padding-top: 22px;}
    .prdext h1{ font-size: 22px; margin-bottom: 10px;}
    .depde .items h4{ font-size: 18px;}
    .pro_lxbtn a{ width: 180px;}
    .depde .items{ margin-bottom: 12px;}
    .pro_lxbtn{ margin-top: 14px;}
    .del_table table tr:first-child td{ font-size: 17px;}
    .despxv p{ line-height: 25px;}
    .deith2t{ font-size: 22px;}
    .dwultw{ margin-top: 22px;}
    .dinusul li{ padding: 15px 12px 24px; margin-right: 1%; width: 24.2%;}
    .dinusul li h4,.deh4ti{ font-size: 18px;}
    .diull li{ line-height: 26px;}
    .diull li:before{ top: 8px;}
    .deiitem{ margin-bottom: 28px;}
    .dctxps{ padding: 0;}
    .derepv{ padding-top: 45px;}
    .repulli{ grid-gap: 0 18px;}
    .prmian{ padding-bottom: 60px;}
    .pat74{ padding-top: 50px;}
    .abh2tit{ font-size: 23px;}
    .abpimgs{ margin-top: 24px;}
    .abwhim,.abadvs,.abqucer,.abcuor{ padding-top: 40px;}
    .abh3t{ font-size: 22px; line-height: 26px;}
    .abidls{ margin-top: 15px;}
    .abidls dd{ line-height: 25px;}
    .abidls dd:before{ top: 6px;}
    .dufigr{ width: 82%;}
    .dfct_dots{ right: -24%;}
    .abpricul li p{ margin-top: 10px;}
    .abpricul{ grid-gap: 14px;}
    #featured-area2{ margin: 24px auto 0;}
    #featured-area2 .roundabout-holder{ width: 800px; height: 536px;}
    #featured-area2 .roundabout-moveable-item{ width: 320px;}
    .pat90{ padding-top: 50px;}
    .incltxs h3{ font-size: 17px;}
    .incltxs p{ line-height: 22px;}
    .incltxs{ padding: 0 14px 22px;}
    .inclitem .icon-youjiantou{ width: 34px; height: 34px; border-radius: 34px; font-size: 18px; line-height: 34px;}
    .abwcom{ padding-bottom: 50px;}
    .aliuls li{ margin-bottom: 40px;}
    .abmpas p{ font-size: 25px;}
    .vipxt{ line-height: 26px;}
    .vixts{ padding: 9px 8px 12px;}
    .vivitem .deith2t{ margin-bottom: 12px;}
    .vitimo a{ top: -16px;}
    .vituls{ margin-top: 14px;}
    .faqwar, .viwar{ padding-bottom: 60px;}
    .vititvv span{ margin-bottom: 8px;}
    .vilivulvv{ grid-gap: 20px 18px;}
    .vititvv span{ font-size: 20px;}
    .fabox{ padding-top: 28px;}
    .fah2ti{ font-size: 22px;}
    .nwar .vititvv p{ font-size: 18px; line-height: 26px;}
    .nlisuls{ margin-top: 22px;}
    .nirig h3{ font-size: 19px; margin: 6px 0;}
    .nlisuls li{ margin-bottom: 30px;}
    .infocon h1{ font-size: 22px; margin-bottom: 10px;}
    .infocon .time{ margin-bottom: 10px;}
    .cotrig .quiry_info{ margin-top: 12px;}
    .cotlef{ padding-right: 30px; }
    .clxlc{ margin-top: 20px;}
    .clxlc li{ margin-bottom: 12px;}
}

@media screen and (max-width: 768px){
    .search_box{ padding: 15px 0;}
    .itivtx{ display: none;}
    .iptit p{ font-size: 18px;}
    .ipname p,.ifpname p{ padding: 0 10px;}
    .ipname:before,.ipname:after,.ifpname:before,.ifpname:after{ display: none;}
    .ipname,.ifpname{ border-radius: 10px 10px 0 0;}
    .iprbe{ padding: 32px 14px 0;}
    .whbox{ perspective: 800px; perspective-origin: 50% 90px;}
    .box-faces{ transition: 1s ease; position: relative; transform-style: preserve-3d; width: 180px; }
    .boxfalong{  height: 180px; outline: 2px solid #999; position: absolute; width: 180px; }
    .boxfashort{  height: 180px; outline: 2px solid #999; position: absolute; width: 180px; }
    .box-face--is-front{ background-size: cover; transform: translateZ(90px);}
    .box-face--is-back{ transform: translateZ(-90px) rotateY(180deg); }
    .box-face--is-bottom{ background-color: #bbb; transform: rotateX(90deg) translateY(90px); transform-origin: bottom center;}
    .box-face--is-left{ background-size: cover; transform: rotateY(270deg) translateX(-90px); transform-origin: center left;  }
    .box-face--is-right{ background-size: cover; transform: rotateY(-270deg) translateX(90px); transform-origin: top right; }
    .whtitle{ font-size: 20px; margin-top: 20px; font-family: Nunito-Bold; }
    .whcont{ display: block; width: 67%; margin: 18px auto 0; line-height: 26px; font-family: Nunito-Bold; }
    .box-faces.flip{ transform: rotateX(-90deg);}
    :root{ --step:1.2s; }
    .whchit{ transform-style:preserve-3d; }
    .box-faces,.shaitmw{ transition:transform var(--step) ease;}
    .whchig{ display: inline-block; width: 1px; height: 190px; }
    .whcopy{ height: 130px;}
    .shaitmw div{ display: none; }
    .whifob{ width: 650px;}
    .whtransform0{ position: absolute; transform: translate(-210px); }
    .whtransform1{position: absolute;transform: translate(20px);}
    .whtitle{ margin-top: 12px;}
    .whcont{ margin: 10px auto 0; width: 100%; line-height: 22px;}
    .ifeap{ padding: 30px 14px 0;}
    .ifelist,.ipcaul{ grid-gap: 12px 7px; grid-template-columns: repeat(3, 1fr); }
    .iptit h2{ font-size: 23px;}
    .cubwhy{ margin-top: 10px;}
    .ifvid{ padding-top: 35px; }
    .ifviuls li{ margin-right: 2%; width: 49%;}
    .ifvitem{ padding: 12px 10px 18px;}
    .ifvitem iframe{ height: 180px;}
    .ivmore{ margin-top: 22px;}
    .istil{ padding-top: 28px;}
    .istxic h2{ font-size: 22px;}
    .istivxt h3{ font-size: 20px;}
    .isbtnul{ margin-top: 16px;}
    .isbtnul li{ margin-bottom: 6px;}
    .isbtnul li:last-child{ margin-bottom: 0;}
    .ineiv{ padding: 40px 0;}
    .ineulst{ flex-wrap: wrap;}
    .ineulst li{ width: 49%; margin-bottom: 14px;}
    .ineulst li:nth-of-type(even){ margin-right: 0;}
    .fomess{ display: none;}
    .fo_boitem1{ display: none;}
    .fo_boxdiv{ flex-wrap: wrap;}
    .fo_boitem2, .fo_boitem3{ width: 49%;}
    .fo_boitem4{ width: 100%; margin-top: 16px;}
    .fo_boxdiv h4{ margin-bottom: 8px;}
    .backToTop{ width: 40px; height: 40px; line-height: 40px;}
    .copyright p{ float: none;}
    .media{ float: none; margin-top: 5px;}
    .pat99, .pat60{ padding-top: 32px;}
    .prwar{ padding-bottom: 40px;}
    .prlist,.pliulst{ grid-template-columns: repeat(3, 1fr);}
    .prlist, .pliulst{ grid-gap: 12px; }
    .demiimg{ flex-wrap: wrap;}
    .prmilef, .prmirig{ width: 100%;}
    .prdext{ padding: 0;margin-top:56px;}
    .dwultw{ flex-wrap: wrap;}
    .dwultw li{ width: 100%; margin-bottom: 5px;}
    .deith2t{ font-size: 20px; margin-bottom: 8px;}
    .dinusul{ flex-wrap: wrap;}
    .dinusul li{ width: 49.5%; border-radius: 6px; margin-bottom: 5px;}
    .dinusul li:nth-of-type(even){ margin-right: 0;}
    .dmco{ line-height: 26px;}
    .quiry_info li p{ margin-bottom: 6px;}
    .quiry_info li{ margin-bottom: 8px;}
    .derepv,.pat74{ padding-top: 30px;}
    .repulli{ grid-gap:18px; grid-template-columns: repeat(2, 1fr);}
    .abh2tit{ font-size: 20px;}
    .abco{ margin-top: 9px;}
    .abpimgs{ margin-top: 12px;}
    .abwhim,.abadvs,.abqucer,.abcuor{ padding-top: 30px;}
    .abwhim{ flex-wrap: wrap;}
    .abwhlef{ width: 100%;}
    .abwhrig{ width: 100%; padding: 0; margin-top: 14px;}
    .abh3t{ font-size: 20px;}
    .abbio p{ line-height: 24px;}
    .dfct_dots{ right: -22%;}
    .abpricul{ margin-top: 20px; grid-template-columns: repeat(2, 1fr);}
    #featured-area2 .roundabout-holder{ width: 540px;}
    #featured-area2{ margin: 8px auto 0; }
    .pat90{ padding-top: 30px;}
    .grid-item{ width: calc((100% - 10px) / 2);}
    .incltxs{ opacity: 1; }
    .aliitms{ flex-wrap: wrap;}
    .aliilef{ width: 100%; padding: 0;}
    .aliirig{ width: 100%; padding: 0; margin-top: 12px;}
    .aliuls li:nth-of-type(even) .aliilef,.aliuls li:nth-of-type(even) .aliirig{ padding: 0;}
    .aliuls li{ margin-bottom: 24px;}
    .aliuls li:nth-of-type(even) .aliilef{ order: 1;}
    .aliuls li:nth-of-type(even) .aliirig{ order: 2;}
    .ablinwar,.abcusm{ padding-bottom: 40px;}
    .pat40{ padding-top: 30px;}
    .abmpas p{ font-size: 22px; margin-top: 12px;}
    .vitimo a{ position: relative; margin-left: 30px; margin-top: 10px;}
    .vipxt{ line-height: 23px;}
    .vituls{ flex-wrap: wrap;}
    .vituls li{ width: 49%; margin-right: 2%; margin-bottom: 10px; padding: 10px 10px 0;}
    .vituls li:nth-of-type(even){ margin-right: 0;}
    .vivitem{ margin-bottom: 24px;}
    .faqwar, .viwar{ padding-bottom: 40px;}
    .getbox{ width: 90%;}
    .vititvv span,.nwar .vititvv span{ width: auto; padding: 0 12px;}
    .vititvv p{ padding: 0; line-height: 24px;}
    .vilivulvv{ grid-gap: 10px; margin-top: 15px; grid-template-columns: repeat(2, 1fr);}
    .fabox{ padding-top: 15px;}
    .fah2ti{ font-size: 19px; margin-bottom: 10px;}
    .faitem{ margin-bottom: 24px;}
    .nwar .vititvv p{ font-size: 15px; line-height: 22px;}
    .nirig{ padding: 0 12px;}
    .nilef{ width: 38%;}
    .nirig{ width: 62%;}
    .nirig p{ line-height: 24px; height: 48px;}
    .nirig span{ margin-top: 7px;}
    .nlisuls li{ margin-bottom: 12px;}
    .pat50{ padding-top: 20px; padding-bottom: 30px;}
    .infocon .other{ margin-top: 12px;}
    .infocon h1{ font-size: 20px;}
    .cotopf{ flex-wrap: wrap;}
    .cotlef{ width: 100%; padding-right: 0; }
    .cotrig{ width: 100%; margin-top: 15px;}
    .clxlc li{ margin-bottom: 4px;}
    .cmfulx li a{ padding: 20px 0;}
    .cmfulx li a p{ margin-top: 5px;}
    .cofmap{ margin-top: 30px;}
    .conswar{ padding-bottom: 40px;}
}

@media screen and (max-width:480px){
    .gallery-right{ text-align:left;}
    footer{ padding-bottom: 60px; }
    .gallery-right .tool-item:first-child{ margin-bottom:0;}
    .footmenu{ display: block; }
    .footmenu div.con{ background: #e71219; }
    .search_box .warper{ padding: 0;}
    .iprbe{ padding: 25px 10px 0;}
    .iptit p{ font-size: 17px;}
    .iptit h2{ font-size: 20px;}
    .iptit{ margin-bottom: 8px;}
    .iwhi{ padding-top: 22px;}
    .whbox{ perspective: 800px; perspective-origin: 50% 70px;}
    .box-faces{ transition: 1s ease; position: relative; transform-style: preserve-3d; width: 140px; }
    .boxfalong{  height: 140px; outline: 2px solid #999; position: absolute; width: 140px; }
    .boxfashort{  height: 140px; outline: 2px solid #999; position: absolute; width: 140px; }
    .box-face--is-front{ background-size: cover; transform: translateZ(70px);}
    .box-face--is-back{ transform: translateZ(-70px) rotateY(180deg); }
    .box-face--is-bottom{ background-color: #bbb; transform: rotateX(90deg) translateY(70px); transform-origin: bottom center;}
    .box-face--is-left{ background-size: cover; transform: rotateY(270deg) translateX(-70px); transform-origin: center left;  }
    .box-face--is-right{ background-size: cover; transform: rotateY(-270deg) translateX(70px); transform-origin: top right; }
    .whchig{ height: 150px;}
    .whtransform0{ transform: translate(-153px); }
    .ifeap{ padding: 20px 10px 0;}
    .ifelist,.ipcaul{ grid-template-columns: repeat(2, 1fr); }
    .ipname p, .ifpname p{ font-size: 14px;}
    .ifviuls{ flex-wrap: wrap;}
    .ifviuls li{ width: 100%; margin-right: 0; margin-bottom: 6px;}
    .ifvitem iframe{ height: 240px; border-radius: 6px;}
    .ivmore{ margin-top: 10px;}
    .istxic h2{ font-size: 20px;}
    .ineiv{ padding: 20px 0;}
    .ineixt h3{ font-size: 17px;}
    .fo_boxdiv{ padding-top: 20px;}
    .fo_boitem2, .fo_boitem3{ display: none;}
    .fo_boitem4{ margin-top: 0;}
    .copyright{ margin-top: 18px;}
    .backToTop{ right: 0; bottom: 14%;}
    .subnavs{ padding-top: 10px; }
    .subnavs p{ font-size: 15px;}
    .pat99, .pat60{ padding-top: 20px;}
    .prlist, .pliulst{ grid-template-columns: repeat(2, 1fr);}
    .pat56{ padding-top: 15px;}
    .prdext h1{ font-size: 20px;}
    .depde .items h4{ font-size: 17px;}
    .depde .items p{ line-height: 24px;}
    .pro_lxbtn a{ width: 160px;}
    .deiblo{ margin-top: 18px;}
    .del_table table tr td{ padding: 6px;}
    .del_table table tr:first-child td{ font-size: 15px;}
    .despxv{ margin-top: 12px;}
    .deith2t{ font-size: 18px;}
    .dinusul li{ width: 100%; margin-right: 0;}
    .deiitem{ margin-bottom: 56px;}
    .decomes{ padding-top: 20px;}
    .decomes .iptit{ margin-bottom: 5px;}
    .dctxps p{ line-height: 22px;}
    .quiry_info{ margin-top: 15px;}
    .quiry_info li{ float: none; width: 100%; margin-bottom: 6px;}
    .quiry_info ul li:nth-of-type(even){ float: none;}
    .quiry_info textarea{ height: 90px;}
    .repulli{ grid-gap: 10px;}
    .prmian{ padding-bottom: 30px;}
    .derepv, .pat74{ padding-top: 20px;}
    .abh2tit{ font-size: 18px;}
    .abco p{ line-height: 22px;}
    .abpimgs{ border-radius: 6px;}
    .abwhim,.abadvs,.abqucer,.abcuor{ padding-top: 15px;}
    .abh3t{ font-size: 18px; line-height: 20px;}
    .abpricul{ margin-top: 12px; grid-gap: 6px;}
    .abpricul li .changpic{ border-radius: 5px;}
    #featured-area2 .roundabout-holder{ width: 320px;}
    .grid-item{ width: 100%;}
    .abwcom{ padding-bottom: 20px;}
    .alivp p{ line-height: 24px; font-size: 15px;}
    .abmpas p{ font-size: 18px;}
    .abcusm{ padding-bottom: 30px;}
    .vipxt{ font-size: 15px; line-height: 22px;}
    .vixts{ padding: 9px 0 12px;}
    .vititm a .changpic{ border-radius: 5px;}
    .pat90{ padding-top: 20px;}
    .vilivulvv{ grid-gap: 5px;}
    .getbox{ padding: 15px;}
    .close_btn{ right: -12px; top: -12px;}
    .getbox iframe{ height: 200px;}
    .vititvv span:after,.vititvv span:before{ display: none;}
    .vititvv span{ font-size: 18px; line-height: 42px; height: 42px;}
    .faqlist h3{ font-size: 17px; padding: 12px 50px 12px 10px; border-radius: 6px;}
    .faqlist h3:before{ right: -14px;}
    .fa_nrp{ padding: 18px;}
    .fa_nrp p{ line-height: 24px;}
    .nlisuls{ margin-top: 14px;}
    .nliitems a{ padding: 10px; flex-wrap: wrap;}
    .nilef{ width: 100%;}
    .nirig{ width: 100%; padding: 0; margin-top: 6px;}
    .nlisuls li:nth-of-type(even) .nilef{ order: 1;}
    .nlisuls li:nth-of-type(even) .nirig{ order: 2;}
    .infocon p,.cpvst p{ font-size: 15px; line-height: 22px;}
    .cmfulx li a i{ font-size: 22px;}
    .cmfulx li a{ padding: 12px 0; border-radius: 5px;}
    .cmfulx,.clxlc,.cmaps{ margin-top: 12px;}
    .coh2t{ font-size: 20px;}
    .conswar{ padding-bottom: 20px;}
    
    .product-gallery { flex-direction: column; }
    .gallery-left { width: 100%; order: 2; padding: 0; background: #fff; margin-top: 15px; }
    .gallery-left .thumb-list { width: 100%; padding: 0 30px; }
    .gallery-left .thumb-item { display: inline-block; }
    .gallery-center { width: 100%; order: 1; padding: 0; }
    .gallery-center .main-image-wrap { border-width: 2px; }
    .gallery-right { width: 100%; order: 3; padding-top: 20px; }
    .gallery-right h3 { margin-bottom: 10px; }
    .gallery-right .tool-list { flex-direction: row; justify-content: center; gap: 15px; }
    .gallery-right .tool-title { display: none; }
    .gallery-left .item { padding: 0; margin: 0 5px; }
    .gallery-left .slick-list { height: auto !important; }
    .gallery-left .thumb-arrows{ position:absolute; top:0; width:30px; height:96%; align-items: center;
    justify-content: center; display: flex;}
    .thumb-arrows.up{ left:0;}
    .thumb-arrows.down{ right:0;}
    .gallery-left .thumb-arrows.up i{ transform: rotate(90deg); }
    .gallery-left .thumb-arrows.down i{ transform: rotate(-90deg); }
    
}