@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'OSWALD-BOLD';
    src: url('fonts/OSWALD-BOLD.eot');
    src: local('☺'), url('fonts/OSWALD-BOLD.woff') format('woff'), url('fonts/OSWALD-BOLD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoppinsLatin-Bold';
    src: url('fonts/PoppinsLatin-Bold.otf');
    src: local('☺'), url('fonts/PoppinsLatin-Bold.woff') format('woff'), url('fonts/PoppinsLatin-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoppinsLatin-ExtraLight';
    src: url('fonts/PoppinsLatin-ExtraLight.otf');
    src: local('☺'), url('fonts/PoppinsLatin-ExtraLight.woff') format('woff'), url('fonts/PoppinsLatin-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoppinsLatin-Light';
    src: url('fonts/PoppinsLatin-Light.otf');
    src: local('☺'), url('fonts/PoppinsLatin-Light.woff') format('woff'), url('fonts/PoppinsLatin-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoppinsLatin-Regular';
    src: url('fonts/PoppinsLatin-Regular.otf');
    src: local('☺'), url('fonts/PoppinsLatin-Regular.woff') format('woff'), url('fonts/PoppinsLatin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoppinsLatin-SemiBold';
    src: url('fonts/PoppinsLatin-SemiBold.otf');
    src: local('☺'), url('fonts/PoppinsLatin-SemiBold.woff') format('woff'), url('fonts/PoppinsLatin-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{font-family:PoppinsLatin-ExtraLight,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%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#c5a629;}
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 5083083 */
    src: url('fonts/iconfont.woff2?t=1765164501823') format('woff2'),
         url('fonts/iconfont.woff?t=1765164501823') format('woff'),
         url('fonts/iconfont.ttf?t=1765164501823') format('truetype');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-shiming:before {
    content: "\e605";
  }
  
  .icon-shiming1:before {
    content: "\e660";
  }
  
  .icon-a-icon_corevalues:before {
    content: "\e6d1";
  }
  
  .icon-lianjie:before {
    content: "\e60c";
  }
  
  .icon-haiwai:before {
    content: "\e65f";
  }
  
  .icon-yuangongguanli:before {
    content: "\e604";
  }
  
  .icon-zhuanli:before {
    content: "\e614";
  }
  
  .icon-changfangyushengchanshebei:before {
    content: "\e638";
  }
  
  .icon-youtube2:before {
    content: "\ea07";
  }
  
  .icon-dizhi1:before {
    content: "\e814";
  }
  
  .icon-genzongdingwei:before {
    content: "\e608";
  }
  
  .icon-jisuxiangying:before {
    content: "\e626";
  }
  
  .icon-fuwu:before {
    content: "\e694";
  }
  
  .icon-product_manifest:before {
    content: "\e601";
  }
  
  .icon-gongsi:before {
    content: "\e679";
  }
  
  .icon-jinrongtouzi:before {
    content: "\e7ec";
  }
  
  .icon-wen:before {
    content: "\e7f8";
  }
  
  .icon-jiantou:before {
    content: "\e663";
  }
  
  .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-jian:before {
    content: "\e611";
  }
  
  .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-skype1:before {
    content: "\e87d";
  }
  
  .icon-instagram-fill1:before {
    content: "\e88f";
  }
  
  .icon-fangdajing:before {
    content: "\e603";
  }
  
  .icon-dianhua:before {
    content: "\e606";
  }
  
  .icon-shouqianzixun:before {
    content: "\e62c";
  }
  
  .icon-dayinchuanzhen:before {
    content: "\e627";
  }
  
  .icon-zixunfuwu:before {
    content: "\e655";
  }
  
  .icon-shoujilianxi:before {
    content: "\e620";
  }
  
  .icon-dizhi:before {
    content: "\e619";
  }
  
  .icon-skype:before {
    content: "\e707";
  }
  
  .icon-chuanzhen:before {
    content: "\e616";
  }
  
  .icon-pinterest1:before {
    content: "\e907";
  }
  
  .icon-in:before {
    content: "\e6f1";
  }
  
  .icon-jiantou1:before {
    content: "\e665";
  }
  
  .icon-pinterest:before {
    content: "\e7a8";
  }
  
  .icon-dianhua4:before {
    content: "\e610";
  }
  
  .icon-dianhua5:before {
    content: "\e6ee";
  }
  
  .icon-jia:before {
    content: "\e711";
  }
  
  .icon-dianhua6:before {
    content: "\e791";
  }
  
  .icon-jurassic_message:before {
    content: "\e69d";
  }
  
  .icon-ins:before {
    content: "\e664";
  }
  
  .icon-instagram-fill:before {
    content: "\e763";
  }
  
  .icon-fasong:before {
    content: "\e65e";
  }
  
  .icon-shubiao:before {
    content: "\e666";
  }
  
  .icon-shouji:before {
    content: "\e612";
  }
  
  .icon-dianhua3:before {
    content: "\e618";
  }
  
  .icon-dianhua2:before {
    content: "\e60a";
  }
  
  .icon-666666-copy:before {
    content: "\ec8d";
  }
  
  .icon-duihua1:before {
    content: "\e72a";
  }
  
  .icon-liuyan:before {
    content: "\e600";
  }
  
  .icon-whatsapp1:before {
    content: "\e8ec";
  }
  
  .icon-shouye-xuanzhong:before {
    content: "\e62d";
  }
  
  .icon-WhatsappMessage:before {
    content: "\e841";
  }
  
  .icon-weixinguanli:before {
    content: "\e7cf";
  }
  
  .icon-yuyan:before {
    content: "\e85f";
  }
  
  .icon-Mail:before {
    content: "\e71f";
  }
  
  .icon-dingbu:before {
    content: "\e61b";
  }
  
  .icon-youxiang2:before {
    content: "\e68b";
  }
  
  .icon-douyin:before {
    content: "\e8db";
  }
  
  .icon-whatapp:before {
    content: "\e623";
  }
  
  .icon-fasong1:before {
    content: "\e762";
  }
  
  .icon-vk:before {
    content: "\ec2c";
  }
  
  .icon-chahao:before {
    content: "\e68c";
  }
  
  .icon-duoyuyan:before {
    content: "\e602";
  }
  
  .icon-home-fill:before {
    content: "\e687";
  }
  
  .icon-tuite:before {
    content: "\e621";
  }
  
  .icon-jiantou1-copy:before {
    content: "\ec8e";
  }
  
  .icon-youjiantou-copy:before {
    content: "\ec8f";
  }
  
  

.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 0; 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:1500px; margin:0 auto; position: relative;}

header{ transition: all 0.3s; width: 100%; height: 110px;  z-index: 999; position: fixed; top: 0; left: 0; background:#ffffff94; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: 0; top: 5px; }
.logo img{ width: auto; }

.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: 54px; }
nav li{ float: left; margin: 8px 48px; }
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; text-transform: capitalize; color: #333; font-size: 20px; font-family: PoppinsLatin-Regular; line-height:92px; display: inline-block;}
nav li.on a,nav li:hover a{ color: #c5a629;  }
nav li>a:before{ width: 0; height: 3px; background: #c5a629; content: ""; position: absolute;  bottom: 18px; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on a:before,nav li:hover a:before{ width: 100%; }
.downmenu{ display: none; width: 100%; z-index: 22; position: fixed; top: 110px; left: 0; background: #fff; box-shadow: 0 3px 5px -8px #0003, 0 6px 10px -8px #bdbdc0, 0 1px 18px -12px #0000001f; }
.downnav{ display: flex;}
.downitem{ width: 16.6666%; padding: 44px 10px; text-align: center; border-right: 1px solid #f2f2f2; }
.downnav .downitem:last-child{ border-right: none;}
.doivs{ display: inline-block; text-align: left;}
.doivs h2{ font-size: 18px; margin-bottom: 12px; font-weight: normal; font-family: PoppinsLatin-SemiBold; text-transform: uppercase;}
.doivs h2 a{ color: #333 !important;}
.doivs h2 a:hover{ color: #c5a629 !important;}
.doivs p{ font-size: 16px; margin-bottom: 10px; position: relative; padding-left: 12px;}
.doivs p::before{ content: ""; position: absolute; top: 9px; left: 0; width: 4px; height: 4px; border-radius: 4px; background: #c5a629;}
.doivs p a{ color: #666 !important;}
.doivs p a:hover{ color: #c5a629 !important;}
.doivs p:last-child{ margin-bottom: 0;}

.head_rcon{ position: absolute; right: -100px; top:36px; width:120px; }
.hssearch{ cursor: pointer; padding: 0 13px; display: flex; justify-content: space-between; width: 100%; background: #c5a629; line-height:34px; font-size: 12px; color: #fff; font-family: PoppinsLatin-Regular; }
.hssearch i{ font-size: 14px; }
.search_box{ display: none; border-top: 1px solid #f5f5f5; padding:32px 0; z-index: 1000; background: #fff; position: fixed; top: 92px; left: 0; width: 100%; box-shadow: 0 5px 5px rgb(0 0 0 / 15%); }
.search_box .warper{ padding: 0 15%; }
.searchform{ overflow: hidden; position: relative; width: 100%; transition: all .3s;}
.searchform input{ width: 100%; 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; font-family: PoppinsLatin-Regular; }
.searchform button{ width:88px; line-height:45px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background:#c5a629; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform button i{ color: #fff; font-size: 22px; }
.searchform input::-webkit-input-placeholder { color: #666;}
.searchform input:-moz-placeholder {  color: #666;}

.position,.pagehe{ background: #fff; box-shadow: 0 1px 10px rgba(0,0,0,0.12); }


#banner_home{ position: relative;  }
.banner{ overflow: hidden; }
.banner .item{ position: relative; }
.banner .item img{ width: 100%; }
.pagingInfo{ position: absolute; font-size: 24px; bottom: 68px; left: 11%; color: #fff; font-family: PoppinsLatin-Light; }
.pagingInfo span{ display: inline-block; margin-left: 192px; }
.pagingInfo b{ font-weight: normal; }
.banner .slick-dots{ position: absolute; bottom: 78px; left: 13%; width: 162px; display: flex; }
.banner .slick-dots li{ margin: 0; width: 100%; height: auto;  }
.banner .slick-dots li button{ padding: 0; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.4);}
.banner .slick-dots li.slick-active button{ background: #fff; }
.banar{ position: absolute; bottom: 68px; left: 26%; }
.banar span{ display: inline-block; margin-left: 10px; cursor: pointer; width: 32px; height: 32px; line-height: 29px; text-align: center; color: #fff; border: 1px solid #828282; }
.banar span i{ display: inline-block; font-size: 14px; }
.banar span:hover{ background: #c5a629; border: 1px solid #c5a629; color: #fff; }
.ban_prev i{ transform: rotate(180deg); }

.sumouse{ position: absolute; left: 50%; bottom: 68px; animation: hang_scroll 1s infinite; cursor: pointer; color: #fff; display: inline-block; text-align: center; }
.sumouse i{ display: inline-block; font-size: 12px; font-weight: bold; width: 24px; line-height: 32px; height: 32px; text-align: center; border-radius: 20px; border: 1px solid #fff; }
@keyframes hang_scroll {
    0% {
        transform: translate(-50%,0)
    }

    50% {
        transform: translate(-50%,10px)
    }

    100% {
        transform: translate(-50%,0)
    }
}


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

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

/*标题*/
.ihtiht{ font-size: 52px; text-transform: capitalize; font-family: PoppinsLatin-Bold; }
/*首页*/
.iacowar{ padding: 60px 0 54px;}
.iacotops{ display: flex;}
.iaclefs{ width: 50%; padding-right: 64px;}
.iacrigs{ width: 50%;}
.iactis span{ font-size: 16px; font-family: PoppinsLatin-Regular;}
.iabxtp{ margin-top: 20px;}
.iabxtp p{ font-size: 16px; line-height: 28px; color: #666;}
.iavideo{ position: relative; cursor: pointer; overflow: hidden;}
.vivtbtn{ cursor: pointer; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: inline-block; width:50px; height:50px; border-radius: 100%; background: #fff; }
.vivtbtn span,.vivtbtn span:before, .vivtbtn span:after{ color: #c5a629; text-align: center; position: absolute; top: 50%; left: 50%; box-shadow: 0 0 0 0 rgba(255,255,255,0.6); transform: translate(-50%,-50%); border-radius: 100%; width: 50px; height: 50px; line-height: 50px; text-align: center; animation: ripple 2s infinite; }
.vivtbtn span i{ font-size: 18px; display: inline-block;}
.vivtbtn span:before {
    animation-delay: 1.2s;
    content: "";
    position: absolute
}
.vivtbtn span:after {
    animation-delay: .8s;
    content: "";
    position: absolute
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}
.iafasw{ margin-top: 28px;}
.iafagd .item{ margin: 0 6px;}
.iafagd .slick-list{ margin: 0 -6px;}
.iafagd .slick-dots{ bottom: -35px; width: auto; text-align: left; }
.iafagd .slick-dots li{ width: auto; height: auto;}
.iafagd .slick-dots li button{ width: 8px; height: 8px; padding: 0; border-radius: 8px; background: #d4d4d4;}
.iafagd .slick-dots li.slick-active button{ background: #c5a629;}
.iafar{ margin-top: 15px; float: right;}
.iafar span{ display: inline-block; cursor: pointer; width: 33px; text-align: center; line-height: 33px; height: 33px; border-radius: 33px; color: #848484; background: #eee;}
.iafar span:hover{ color: #fff; background: #c5a629;}

.ianums{ margin-top: 60px; background: url(images/indian.jpg) repeat; padding: 46px 0 52px; border: 1px solid #dedede;}
.inabnum{ display: flex; }
.inabnum li{ width: 25%; text-align: center;}
.inabnum li i{ font-size: 50px;}
.inabnum li span{ display: block; margin: 10px 0 5px; font-size: 16px; font-family: PoppinsLatin-Light; color: #666;}
.inabnum li span b{ font-size: 36px; font-family: PoppinsLatin-Bold; color: #333;}
.inabnum li p{ font-size: 20px; font-family: PoppinsLatin-Regular;}

.iphots{ background: #f6f6f6; padding: 64px 0 0;}
.iplist{ margin-top: 46px; display: flex; }
.ipilef{ width: 50%;}
.ipirig{ width: 50%; padding-left: 6px;}
.iphims a{ display:block; width: 100%; position: relative;}
.iphbotx{ position: absolute; left: 0; transition: all 0.3s; bottom: 0; width: 100%; color: #fff; padding: 25% 54px 40px; background:linear-gradient(transparent, rgba(0,0,0,1))}
.iphbotx h3{ font-size: 28px; position: relative; padding-left: 18px; font-family: PoppinsLatin-SemiBold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.iphbotx h3::before{ content: '>'; position: absolute; top: 0; left: 0; color: #fff;}
.ipshows{ position: absolute; opacity: 0; transition: all 0.5s; color: #fff; padding: 10% 80px 0; top: 0; border: 10px solid #c5a629; left: 0; width: 100%; height: 100%; background: rgba(63,51,4,0.66);}
.ipshows h3{ font-size: 34px; font-family: PoppinsLatin-SemiBold; margin-bottom: 18px;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ipshows p{ line-height: 30px; height: 150px; overflow: hidden;}
.ipslink{ position: absolute; text-align: right; font-family: PoppinsLatin-Regular; bottom: 0; left: 50%; transform: translateX(-50%); width: 82%; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.4); color: #fff;}
.ipslink i{ display: inline-block; margin-right: 6px; font-size: 24px;}
.ipslink *{ vertical-align: middle;}
.iphims:hover .iphbotx{ opacity: 0;}
.iphims:hover .ipshows{ opacity: 1;}
.iphims:hover .changpic img{ transform: scale(1.15);}

.iprulst{ display: grid; grid-gap:8px 7px; grid-template-columns: repeat(2, minmax(0, 1fr));}
.irpris a{ display:block; width: 100%; position: relative;}
.iribotx{ position: absolute; left: 0; transition: all 0.3s; bottom: 0; width: 100%; color: #fff; padding: 25% 30px 26px; background:linear-gradient(transparent, rgba(0,0,0,1))}
.iribotx h3{ font-size: 18px; position: relative; padding-left: 18px; font-family: PoppinsLatin-SemiBold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.iribotx h3::before{ content: '>'; position: absolute; top: 0; left: 0; color: #fff;}
.irihows{ position: absolute; opacity: 0; transition: all 0.5s; color: #fff; padding: 10% 38px 0; top: 0; border: 10px solid #c5a629; left: 0; width: 100%; height: 100%; background: rgba(63,51,4,0.66);}
.irihows h3{ font-size: 22px; font-family: PoppinsLatin-SemiBold; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.irihows p{ line-height: 24px; font-size: 16px; height: 72px; overflow: hidden;}
.iripink{ position: absolute; text-align: right; font-size: 16px; font-family: PoppinsLatin-Regular; bottom: 0; left: 50%; transform: translateX(-50%); width: 82%; padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.4); color: #fff;}
.iripink i{ display: inline-block; margin-right: 6px; font-size: 18px;}
.iripink *{ vertical-align: middle;}
.irpris:hover .iribotx{ opacity: 0;}
.irpris:hover .irihows{ opacity: 1;}
.irpris:hover .changpic img{ transform: scale(1.15);}



.iouadv{ padding-top: 60px; }
.ioatit{ text-align: center;}
.ioavuiv{ margin-top: 32px; padding: 120px 0; background-repeat: no-repeat; background-size: cover;}
.iavusc{ padding-right: 270px;}
.iousfx{ display: flex;}
.iousfx li{ width: 25%; color: #fff; padding: 44px 32px 50px; background: #d2b53e;}
.iousfx li i{ font-size: 54px;}
.iousfx li h6{ font-size: 18px; margin: 20px 0 10px; font-weight: normal; font-family: PoppinsLatin-SemiBold; }
.iousfx li p{ font-size: 14px; line-height: 20px; color: rgb(255 255 255 / 80%); font-family: PoppinsLatin-Light;}
.iousfx li:nth-of-type(2){ background: #cd9b31;}
.iousfx li:nth-of-type(3){ background: #c27f28;}
.iousfx li:nth-of-type(4){ background: #c56728;}


.bigbg{ background: rgba(0,0,0,.6); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.bigbgt{ background: rgba(0, 0, 0, .6); width: 100%; outline: 0; height: 100%; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; }
.getbox{ width: 700px; background: #fff; padding:40px 40px 35px; height: auto; position: absolute; top: 20%; left: 50%; transform: translateX(-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: 30px; color: #c5a629; }
.popwar{ width: 1500px; background: #fff; padding: 38px 72px; border-radius: 20px; height: auto; position: absolute; top: 65px; left: 50%; transform: translateX(-50%); }
.close_btnt{ cursor: pointer; position: fixed; top: 10px; right: 10px; color: #e73a17; }
.close_btnt i{ font-size: 35px; }

.inject{ padding: 54px 0 64px;}
.ijecbox{ display: flex;}
.ijelef{ width: 50%;}
.ijerig{ width: 50%; padding-left: 64px;}
.ijepcshow{ margin-top: 40px;}
.ijepcshow .item:hover .changpic img{ transform: scale(1.15);}
.ijepcshow .item{ display: none;}
.ijepcshow .item.on{ display: block;}
.ijeuls li{ padding: 48px 0 42px; border-bottom: 1px solid #e4e4e5;}
.ijeuls li:last-child{ border-bottom: none;}
.ijeitem a{ position: relative; display: block; width: 100%; padding-left: 38px;}
.ijeitem h3{ font-size: 20px; margin-bottom: 16px; font-family: PoppinsLatin-SemiBold; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ijeitem p{ font-size: 16px; line-height: 28px; color: #999; height: 84px; overflow: hidden;}
.ijeitem a span{ position: absolute; top: -2px; left: 0; color: #c5a629; font-size: 24px; font-family: PoppinsLatin-Bold;}





footer{ background:url(images/foban.jpg) no-repeat; background-size: cover; padding-top: 48px; overflow: hidden; position: relative;  }
.fo_boxdiv{ width: 100%; display: flex; justify-content: space-between; overflow: hidden; }
.fo_boxdiv h4{ text-transform: capitalize; color: #fff; font-size: 20px; font-family:PoppinsLatin-SemiBold; font-weight: normal; margin-bottom: 24px; }
.fo_boitem1{ width: 18%;}
.flxuls{ }
.flxuls li{ margin-bottom: 20px; font-family: PoppinsLatin-Light; font-size: 16px; color: #ccc; position: relative; padding-left: 34px; }
.flxuls li a{ color: #ccc; }
.flxuls li i{ position: absolute; top: 0; font-size: 20px; left: 0; display: inline-block; color: #ccc; }
.flxuls li a:hover{ text-decoration: underline; color: #fff; }

.fo_boitem2{ width: 20%;}
.fo_boitem3{ width: 24%;}
.fo_boitem4{ width: 25%;}

.fo_opul li{ position: relative; padding-left: 10px; font-family: PoppinsLatin-Light; margin-bottom: 20px; font-size: 16px; }
.fo_opul li::before{ content: ">"; position: absolute; top: 0; left: 0; color: #ccc;}
.fo_opul li a{display: inline-block; color: #ccc;text-transform: capitalize;}
.fo_opul li:hover a{ transform: translateX(5px); color: #fff; text-decoration: underline; }
.fo_opul li:last-child{ margin-bottom: 0; }


.fote_info{ overflow: hidden; }
.fote_info li{width: 49%; margin-bottom: 12px; position: relative; float: left; overflow: hidden;}
.fote_info li:nth-of-type(even){ float: right; }
.fote_info input,.fote_info textarea{ border:none; width: 100%; resize: none; font-family:PoppinsLatin-ExtraLight; background:rgba(255, 255, 255, 0.1); color: #fff; font-size: 14px; padding: 13px 18px; }
.fote_info textarea{ height:126px; }
.fote_info input::-webkit-input-placeholder,.fote_info textarea::-webkit-input-placeholder { color: #fff;}
.fote_info input:-moz-placeholder,.fote_info textarea:-moz-placeholder {color: #fff;}
.fote_info li:last-child, .fote_info li:nth-of-type(3){ width: 100%; float: none;}
.fote_info li:last-child{ width: 100% !important; float: none; margin-top: 10px; margin-bottom: 0; }
.fote_info button{ cursor: pointer; transition: all 0.3s; width: 100%; height:45px; line-height:45px; border: none; background: #c5a629; font-size: 14px; color: #fff; font-family: PoppinsLatin-ExtraLight;  }
.fote_info button:hover{ opacity: 0.85; }

.fo_cop{ overflow: hidden; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 20px 0; margin-top: 72px; }
.fo_cop p{ font-size: 14px; color: #ccc; }
.fo_cop p a{ color: #ccc; }
.fo_cop p a:hover{ color: #fff; text-decoration: underline; }

video{ width: 100%; display: block; /*opacity: 0.6; */}

.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;}
/*位置*/
.subbanner{ position: relative;}
.sub_nav{ position: absolute; text-align: center; top: 42%; width: 100%; left: 0; color: #fff; }
.sub_nav h2{ font-size: 60px; color: #c5a629; text-transform: uppercase; font-family: OSWALD-BOLD; text-shadow:
    3px 3px 0 #fff,
    3px -3px 0 #fff,
    -3px 3px 0 #fff,
    -3px -3px 0 #fff,
    3px 0 0 #fff,
    0 3px 0 #fff,
    -3px 0 0 #fff,
    0 -3px 0 #fff; }
.sub_nav p{ font-size:20px; margin-top: 10px; font-family:PoppinsLatin-Light; }
.sub_nav p a{ color: #fff; }
.sub_nav p a:hover{ text-decoration: underline;}
.sub_nav p i{ display: inline-block; font-size: 20px; margin-right: 6px; }
.pat46{ padding-top:46px; }

/*关于我们*/
.abshbox .ianums{ margin-top: 0;}
.abhtist{ font-size: 46px; font-weight: normal; font-family: PoppinsLatin-SemiBold;}
.abcomp{ margin-top: 30px;}
.abvilub{ margin-top: 28px; display: flex;}
.abvilef{ width: 50%;}
.abvirig{ width: 50%; padding-left: 24px;}
.abripw{ position: relative;}
.abfapi .item{ margin: 0 12px;}
.abfapi .slick-list{ margin: 0 -12px;}
.abfapi .slick-dots{ bottom: -58px; width: auto; text-align: left; }
.abfapi .slick-dots li{ width: auto; height: auto;}
.abfapi .slick-dots li button{ width: 8px; height: 8px; padding: 0; border-radius: 8px; background: #d4d4d4;}
.abfapi .slick-dots li.slick-active button{ background: #c5a629;}
.abfar{ margin-top: 35px; float: right;}
.abfar span{ display: inline-block; cursor: pointer; width: 33px; text-align: center; line-height: 33px; height: 33px; border-radius: 33px; color: #848484; background: #eee;}
.abfar span:hover{ color: #fff; background: #c5a629;}
.abqus{ padding-top: 64px;}
.qusbox{ display: flex;}
.quslef{ width: 527px;}
.qusrig{ width: calc(100% - 527px); padding-left: 42px;}
.quslef .changpic{ border-radius: 10px;}
.qusrig .abhtist{ text-align: right;}


.faqlist{ margin-top: 30px;}
.faqlist li {margin-bottom: 10px; box-shadow: 0 0 20px rgba(238, 238, 238, 0.82); background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #e9e9e9; }
.faqlist li:last-child{ margin-bottom: 0; }
.faqlist h3{ font-size: 20px; position: relative; cursor: pointer; padding: 18px 75px 18px 35px; font-weight: normal; font-family: PoppinsLatin-Regular; }
.faqlist h3:before{ content: "\e711"; font-family: iconfont; display: flex; align-items: center; justify-content: center; width: 68px; height: 100%; border-radius: 8px; background: #c5a629; font-size: 24px; color: #fff; position: absolute; top: 0; right: 0; }
.faqlist h3.active:before{ content: "\e611"; background: #c5a629; color: #fff; }
.faqlist h3.active{ color: #c5a629; }
.fa_nrp{ display: none; border-top: 1px solid #e9e9e9; color: #666; padding: 24px 35px; }
.fa_nrp p{ line-height: 28px; font-size: 16px; }
.fa_nrp.active { display: block;}
.abqucer{ padding-top: 60px; padding-bottom: 66px;}
.cerswi{ margin-top: 42px; position: relative; }
.cergds .item{ margin: 0 22px; }
.cerinr{ padding: 44px 34px 0; }
.ceritem{ position: relative; z-index: 0; }
.ceritem:before{ content: ""; z-index: -1; position: absolute; top: 0; width: 100%; height: calc(100% - 75px); background: #f4f4f4; }
.ceritem p{ font-size: 20px; font-family: PoppinsLatin-Regular; }
.ceritfix{ margin-top: 66px; display: flex; }
.ceilef{ width: 59px; padding-top: 55%; }
.ceilef img{ display: block; }
.ceilef img:last-child{ display: none; }
.ceirig{ width: calc(100% - 59px); padding-left: 45px; padding-bottom: 15px; }
.ceirig .changpic{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
.ceritem:hover:before{ background: #c5a629; } 
.ceritem:hover .ceilef img{ display: none; }
.ceritem:hover .ceilef img:last-child{ display: block; }
.ceritem:hover p{ color: #fff; }
.cerarr{ position: absolute; top: 40%; left: 0; width: 100%; }
.cerarr span{ cursor: pointer; position: absolute; top: 0; }
.cerarr span i{ font-size: 46px; display: inline-block; color: #e3dbb9; }
.cer_prev{ left: -60px; }
.cer_next{ right: -60px; }
.cer_prev i{ transform: rotate(180deg); }
.cerarr span i:hover{color: #c5a629; }

/*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;}
/*.wpcf7-response-output,.wpcf7-validation-errors {display: none !important;}*/
.fo_boitem4 .wpcf7-response-output{color:#fff!important;}
.popwar .wpcf7-form-control-wrap {position: static!important;}
.fo_boitem4 .wpcf7-not-valid-tip {color: #fff!important;}
span.wpcf7-not-valid-tip {color: red!important;}
/*.screen-reader-response {display: none !important;}*/


/*产品列表*/
.pat70{ padding-top: 70px;}
.prowar{ padding-bottom: 80px; }
.prrow{ margin-bottom: 56px;}
.prtist{ display: flex; align-items: center; justify-content: space-between;}
.prhtis{ font-size: 40px; font-family: PoppinsLatin-SemiBold;}
.prmobtn{ display: inline-block; padding: 6px 44px; background: #f0f0f0; font-family: PoppinsLatin-Light; font-size: 16px;}
.prmobtn:hover{ color: #fff; background: #c5a629;}
.pliull{ display: flex; margin-top: 30px;}
.pliull li{ width: 32%; margin-right: 3%;}
.pliull li:last-child{ margin-right: 0;}
.plisult{ display: grid; grid-gap: 44px; grid-template-columns: repeat(3,minmax(0,1fr));}

/*分页 结束*/
.digg4{ text-align:center; font-size: 20px; margin-top: 84px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:36px; border-radius: 40px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; height:36px; line-height: 36px; color:#666; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#c5a629; }
.digg4 a{ color: #a6a6a6; }
/*产品详情*/
.delwar{ padding-bottom: 68px; }
.delshow{ display: flex; }
.delslef{ width: 48%; padding-right: 58px;}
.delsrig{ width: 52%; }
.delslef h1{ font-size: 40px; margin-bottom: 10px; font-weight: normal; font-family: PoppinsLatin-SemiBold;}
.depxt p{ font-size: 16px; line-height: 26px; color: #777;}
.demes{ margin-top: 25px;}
.demes a{ color: #fff; display: inline-block; font-size: 16px; background: #c5a629; padding: 12px 25px;}
.demes a i{ display: inline-block; margin-left: 10px; font-size: 20px;}
.demes a:hover{ transform: translateX(10px);}
.demes a *{ vertical-align: middle;}
.desuth{ display: flex; margin-top: 38px;}
.desuth li{ width: 33%; margin-right: 1%; cursor: pointer;}
.desuth li:last-child{ margin-right: 0;}
.delchar{ margin-top: 56px; display: flex; background: #f4f4f4; padding: 60px;}
.dechlef{ width: 288px;}
.dechrig{ width: calc(100% - 288px); padding-left: 90px;}
.dh2itc{ font-size: 36px; font-family: PoppinsLatin-SemiBold;}
.dechlef .dh2itc{ position: relative; padding-bottom: 20px;}
.dechlef .dh2itc::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 92%; height: 6px; background: #c5a629;}
.dectxts li{ margin-bottom: 28px;}
.dectxts li:last-child{ margin-bottom: 0;}
.dectxts li p{ font-size: 16px; line-height: 28px; color: #888; font-family: PoppinsLatin-Light;}
.dectxts li p span{ color: #000;}
.delpame{ margin-top: 36px;}
.pro_table{ overflow-x: auto; margin-top: 24px; }
.pro_table table{ overflow: hidden; border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; width: 100%; }
.pro_table table tr td{ padding: 12px 8px; text-align: center; font-size: 16px; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
.pro_table table tr:nth-of-type(odd) td{ background: #f2f2f2; }
.pro_table table tr:hover{ background: #fff; }
.pro_table table tr:first-child td{ color: #fff; padding: 14px 8px; font-family: PoppinsLatin-Regular; background: #c5a629 !important;  }
.delapp{ margin-top: 36px;}
.deformbd{ padding:70px 0 30px; overflow: hidden; background: url(images/defobgs.jpg) no-repeat; background-size: cover;}
.defomvv{ float: right; width: 52%; background: #fff; padding: 40px 48px 44px; box-shadow: 0 0 15px rgba(201,201,201,.32);}
.quiry_info{ overflow: hidden; }
.quiry_info ul{ width: 100%; overflow: hidden; }
.quiry_info li{ float: left; width: 48%; margin-bottom:20px; position: relative; }
.quiry_info ul li:nth-of-type(even){ float: right; }
.quiry_info ul li:nth-of-type(5){ width: 100%; }
.quiry_info ul li:last-child{ margin-bottom: 0; width: 100%; }
.quiry_info input,.quiry_info textarea{width: 100%; border-radius: 6px; border: 1px solid #dcdcdc; color: #333; resize: none; font-family:PoppinsLatin-Regular; background:transparent; font-size:16px; line-height: 24px; padding:12px 20px; }
.quiry_info textarea{height: 148px;}
.quiry_info input::-webkit-input-placeholder,.quiry_info textarea::-webkit-input-placeholder { color: #444;}
.quiry_info input:-moz-placeholder,.quiry_info textarea:-moz-placeholder {color: #444;}
.quiry_info button{ transition:all 0.3s; display: block; border: none; border-radius: 0; width: 216px; font-family:PoppinsLatin-Regular; font-size: 16px; cursor: pointer; background:#d7b663; color: #fff; height: 46px; }
.quiry_info button:hover{ transform: translateX(10px); }
.quiry_info button i{ font-size: 20px; margin-right: 5px; }
.qptit{ font-size: 16px; margin-bottom: 6px; color: #666; font-family: PoppinsLatin-Light;}
.derelw{ padding-top: 46px;}
.derpw{ position: relative; margin-top: 28px;}
.derpgds .item{ margin: 0 22px;}
.derpgds .slick-list{ margin: 0 -22px;}
.derear{ position: absolute; top: 40%; left:0; width: 100%;}
.derear span{ cursor: pointer; position: absolute; top: 0; color: #e3dbb9;}
.derear span i{ font-size: 32px; display: inline-block;}
.derear span:hover{ color: #c5a629;}
.rep_prev{ left: -60px;}
.rep_next{ right: -60px;}
.rep_prev i{ transform: rotate(-180deg);}

/* 项目 */
.jectop{ display: flex;}
.jetlef{ width: 50%;}
.jetrig{ width: 50%; padding-left: 64px;}
.jeclist{ margin-top: 56px; display: grid; grid-gap: 48px 60px; grid-template-columns: repeat(3,minmax(0,1fr));}
.jecxt{ margin-top: 24px;}
.jecxt h3{ font-size: 18px; margin-bottom: 6px; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: PoppinsLatin-SemiBold;}
.jecxt p{ font-size: 16px; line-height: 22px; height: 66px; overflow: hidden; color: #999;}
.jecxt span{ display: inline-block; transition: all 0.3s; padding: 6px 44px; margin-top: 18px; background: #f0f0f0; font-size: 16px; font-family: PoppinsLatin-Light;}
.jeclitem:hover .changpic img{ transform: scale(1.15);}
.jeclitem:hover .jecxt span{ background: #c5a629; color: #fff;}

/*新闻*/
.newwar{ padding-bottom: 80px;}
.nelistul li{ margin-bottom: 18px;}
.nilitm a{ display: flex; background: #f8f8f8; align-items: center; padding: 14px 14px 14px 44px;}
.nililef{ width: calc(100% - 290px); padding-right: 50px;}
.nilirig{ width: 290px;}
.nililef span{ font-size: 16px; color: #666;}
.nililef h3{ font-size: 20px; margin: 6px 0; font-family: PoppinsLatin-SemiBold; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nililef p{ font-size: 16px; line-height: 28px; height: 56px; overflow: hidden; color: #999;}
.nilitm:hover .changpic img{ transform: scale(1.15);}


.neh1t{ font-size:36px; font-weight: normal; font-family: PoppinsLatin-SemiBold; }
.time{ margin-top: 15px; }
.time span{ color: #c5a629; font-family: PoppinsLatin-Regular; display: inline-block; /*margin-right: 45px;*/}
.time span i{ font-size: 22px; display: inline-block; margin-right: 5px;}
.time *{ vertical-align: middle;}
.soshiv{ position: relative;}
.soslef{ width: calc(100% - 353px); padding-right: 80px;}
.sosrig{ width: 353px; position: absolute; top: 0; right: 0; height: 100%;}
.sonavs{ position: sticky; top: 90px; left: 0; background: #f9f9f9; padding: 30px 28px 42px;}
.sozysho{ display: flex; align-items: center; margin-top: 32px;}
.sozylef{ width: 58%; padding-right: 44px;}
.sozyrig{ width: 42%;}
.sozyrig .changpic{ border-radius: 10px;}
.sozylef h1{ font-size: 40px; margin-bottom: 12px; font-family: PoppinsLatin-SemiBold;}
.sospx p{ line-height: 28px; font-size: 17px; color: #666; font-family: PoppinsLatin-Regular;}
.sozylef a{ display: inline-block; border-radius: 6px; padding: 12px 54px; margin-top: 28px; background: #c5a629; color: #fff; font-size: 16px;}
.sozylef a i{ display: inline-block; margin-right: 6px; font-size: 24px;}
.sozylef a *{ vertical-align: middle;}
.sozylef a:hover{ transform: translateX(10px);}
.sowwow{ margin-top: 26px;}
.sowwow p{ line-height: 28px; color: #666; font-size: 17px; font-family: PoppinsLatin-Regular;}
.sozyii{ }
.sozyii .sozylef{ order: 2; padding-right: 0; padding-left: 44px;}
.sozyii .sozyrig{ order: 1;}
.sorel{ margin-top: 42px;}
.soothv{ margin-top: 44px;}
.soothv p{ font-size: 17px; margin-bottom: 8px; font-family: PoppinsLatin-Regular;}
.soothv p a{ color: #666;}
.soothv p a:hover{ color: #c5a629; text-decoration: underline;}
.soothv p:last-child{ margin-bottom: 0;}
.sonavs h2{ font-size: 24px; margin-bottom: 10px; font-family: PoppinsLatin-SemiBold; font-weight: normal;}
.sonula li{ font-size: 14px; position: relative; padding: 18px 0; border-bottom: 1px solid #e7e7e7;}
.sonula li a{ display: inline-block; width: 100%; padding-right: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sonula li:last-child{ border-bottom: none;}
.sonula li::before{ font-family: iconfont; font-weight: bold; content: "\e663"; position: absolute; top: 22px; right: 0; color: #c5a629;}



/*contact*/
.conwar{ padding-bottom: 60px; }
.conmes{ display: flex;}
.comlef{ width: 510px; background: #f6f6f6; padding: 36px 46px 40px;}
.comrig{ width: calc(100% - 510px); padding-left: 60px; padding-top: 20px;}
.ctiht{ font-size: 38px; font-family: PoppinsLatin-SemiBold; font-weight: normal;}
.cousltt{ margin-top: 26px;}
.cousltt li{ margin-bottom: 25px;}
.cousltt li:last-child{ margin-bottom: 0;}
.cousltt li p{ font-family: PoppinsLatin-Regular; margin-bottom: 5px;}
.cousltt li a{ font-family: PoppinsLatin-Light; color: #666;}
.cousltt li a:hover{ color: #c5a629; text-decoration: underline;}
.cousltt li span{ display: inline-block; font-size: 16px; line-height: 26px; font-family: PoppinsLatin-Light; color: #666;}
.media{ margin-top: 34px;  }
.media a{ margin-right: 5px; width:35px; text-align: center; height:35px; border-radius:35px; line-height:35px; color: #fff; font-size:18px; display:inline-block;}
.media a:hover{ transform: translateX(5px); }
.media .icon-in{ background: #0079ba;}
.media .icon-facebook{ background: #537bbc;}
.media .icon-twitter{ background: #1296db;}
.media .icon-youtube1{ background: #d10000;}
.comrig .quiry_info{ margin-top: 14px;}
.map{ margin-top: 46px;}

@media screen and (max-width: 1680px){
  .head_rcon{ right: -36px;}
  nav{ margin-right: 122px;}
  nav li{ margin: 0 40px;}
  .pagingInfo span{ margin-left: 172px;}
  .incust{ padding: 58px 30px 80px;}
  .ipshows{ padding:8% 72px 0; }
  .irihows{ padding:6% 32px 0; }
}

@media screen and (max-width: 1600px){
    .warper{ width: 85%; }
    nav li{ margin: 0 30px;}
    .ihtiht{ font-size: 46px;}
    .ianums{ margin-top: 40px;}
    .inabnum li span b{ font-size: 28px;}
    .inabnum li p{ font-size: 18px;}
    .iphots{ padding: 50px 0 0;}
    .iabxtp{ margin-top: 12px;}
    .ipshows h3{ font-size: 28px;}
    .irihows h3{ font-size: 19px;}
    .ioavuiv{ padding: 80px 0;}
    .iavusc{ padding-right: 160px;}
    .ijeuls li{ padding: 35px 0;}
    .abhtist{ font-size: 38px;}
    .ceritfix{ margin-top: 36px;}
    .ceilef{ padding-top: 43%;}
    .sub_nav h2{ font-size: 52px;}
    .prhtis{ font-size: 35px;}
    .delslef h1{ font-size: 35px;}
    .delchar{ padding: 45px;}
    .dh2itc{ font-size: 32px;}
    .newwar{ padding-bottom: 60px;}
    .neh1t{ font-size: 32px;}
    .soslef{ padding-right: 50px;}
}

@media screen and (max-width: 1440px){
    .right-nav{ padding: 10px 10px; }
    .right-nav li{ width: 40px; height: 50px; }
    /*.right_li img{ width: 25px; }*/
    .search_box{ padding: 26px 0;}
    .search_box .warper{ padding: 0 10%;}
    .banar{ left: 28%;}
    nav li{ margin: 0 24px;}
    nav li>a{ font-size: 18px;}
    .ihtiht{ font-size: 35px;}
    .iaclefs{ padding-right: 30px;}
    .ianums{ padding: 36px 0;}
    .inabnum li i{ font-size: 40px;}
    .inabnum li span{ margin: 3px 0;}
    .ioavuiv{ padding: 60px 0;}
    .iavusc{ padding-right: 100px;}
    .ijeuls li{ padding: 26px 0;}
    .ijeitem h3{ margin-bottom: 7px;}
    .ijepcshow{ margin-top: 30px;}
    .ijerig{ padding-left: 50px;}
    .sub_nav h2{ font-size: 48px;}
    .abhtist{ font-size: 32px;}
    .cergds .item{ margin: 0 10px;}
    .ceilef{ padding-top: 32%;}
    .prhtis{ font-size: 30px;}
    .pliull li{ margin-right: 2%;}
    .prrow{ margin-bottom: 32px;}
    .prowar{ padding-bottom: 50px;}
    .plisult,.jeclist{ grid-gap: 30px; }
    .defomvv{ padding: 34px;}
    .quiry_info li{ margin-bottom: 8px;}
    .sozyii .sozylef{ padding-left: 30px;}
    .sozylef{ padding-right: 30px;}
    .ctiht{ font-size: 32px;}
    .comrig{ padding-left: 35px;}
}


@media screen and (max-width: 1366px){
    .pagingInfo span{ margin-left: 146px;}
    .banner .slick-dots{ width: 140px; left: 13.5%;}
    nav li{ margin: 0 16px;}
    .ipshows{ padding:8% 52px 0; }
    .ipshows p{ font-size: 17px; line-height: 28px; height:112px; }
    .ipshows h3{ font-size: 25px;}
    .irihows p{ height: 48px;}
    .iphbotx h3{ font-size: 24px;}
    .irihows{ padding:6% 24px 0; }
    .iousfx li{ padding: 32px;}
    .iavusc{ padding-right: 0;}
    .inject{ padding: 45px 0;}
    .sub_nav h2{ font-size: 40px;}
    .cerswi{ margin-top: 24px;}
    .quslef{ width: 400px;}
    .qusrig{ width: calc(100% - 400px);}
    .qusbox{ align-items: center;}
    .pliull{ margin-top: 16px;}
    .delslef{ padding-right: 40px;}
    .delchar{ padding:34px; display:block; }
    .dechlef{ width: 100%;}
    .dechrig{ width: 100%; padding: 0; margin-top: 16px;}
    .dechlef .dh2itc{ padding-bottom: 0;}
    .dechlef .dh2itc::before{ display: none;}
    .dh2itc{ font-size: 26px;}
    .dectxts li{ margin-bottom: 10px;}
    .pro_table{ margin-top: 15px;}
    .derpgds .item{ margin: 0 12px;}
    .derpgds .slick-list{ margin: 0 -12px;}
    .jecxt{ margin-top: 15px;}
    .neh1t{ font-size: 26px;}
}

@media screen and (max-width: 1280px){
    .warper{ width: 90%; }
    .downitem{ padding: 30px 10px;}
    .iplist{ margin-top: 26px;}
    .iousfx li{ padding: 25px;}
    .iousfx li h6{ margin: 14px 0 5px;}
    .iousfx li i{ font-size: 40px;}
    .fo_boitem3{ width: 26%;}
    .fo_cop{ padding: 15px 0; margin-top: 38px;}
    .fo_opul li{ margin-bottom: 12px;}
    .cerarr span i{ font-size:32px; }
    .cer_prev{ left: -30px;}
    .cer_next{ right: -30px;}
    .desuth{ margin-top: 24px;}
    .rep_prev{ left: -38px;}
    .rep_next{ right: -38px;}
    .jetrig{ padding-left: 40px;}
    .jeclist{ margin-top: 30px;}
    .sosrig{ display: none;}
    .soslef{ width: 100%; padding: 0;} 
}



@media screen and (max-width: 1024px){
    #banner_home,.subbanner,.deprowar{ margin-top: 62px; }
    #nav .nav-button{display: block; top: -49px; right: 0; }
    header,.position, .page_h{ height: 80px; background:#fff; }
    .logo img,.position .logo img{ height:60px; width: auto; }
    .head_rcon{ right: 45px; top: 13px; }
    .logo{ top: 11px; left: 0; }
    .warper{ width: 92%; }
    .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: #c5a629 ; color: #fff; }
    #nav .nav-button i{ color: #fff; }
    .downmenu{ left: 0;  top: 0; padding: 0; border:none; width: auto; display: block !important; background: #434343;  position: inherit;  opacity: 1; height: auto !important; }
    .downnav{ flex-wrap: wrap;}
    .downitem{ width: 100%; padding: 0; text-align: left; border-right: none;}
    .search_box{ top: 62px;}
    body{ font-size: 16px; }
    #nav .nav-button{ top: 13px; background: #c5a629; }
    .downmenu{ left: 0; box-shadow: none; top: 0; padding: 0; border:none; width: auto; display: block !important; background: #434343;  position: inherit;  opacity: 1; height: auto !important;}
    .downmenu .warper{ width: 100%; }
    .doivs p{ display: none;}
    .doivs h2{ margin-bottom: 0;}
    .doivs h2 a{ padding:15px 20px; font-size: 16px; display: inline-block; width: 100%; color: #fff !important; background: #434343 !important; }
    nav li>a:before{ display: none;}
    .doivs{ display: block; }
    #nav .nav-button{ right:0; }
    .ban_arrow span{ width: 48px; height: 48px; line-height: 48px; }
    .search-button{ width: 35px; }
    .search-button span,.head_rcon .icon-Mail{ width: 35px; height: 35px; border-radius: 35px; line-height: 35px; }
    .pagingInfo{ display:none; }
    .banner .slick-dots{ bottom: 60px; display:none !important; }
    .search-button span i{ font-size: 24px; }
    .hssearch{ line-height: 35px;}
    .search_box .warper{ padding: 0 7%;}
    .banar{ left: 50%; transform: translateX(-50%); bottom: 30px;}
    .banar span{ margin: 0 5px;}
    .iacowar{ padding: 45px 0;}
    .ihtiht{ font-size: 30px;}
    .iacotops{ flex-wrap: wrap;}
    .iaclefs{ width: 100%; padding-right: 0;}
    .iacrigs{ width: 100%; margin-top: 18px;}
    .ianums{ padding: 28px 0;}
    .iphots{ padding: 40px 0 0;}
    .iplist{ flex-wrap: wrap;}
    .ipilef{ width: 100%;}
    .ipirig{ width: 100%; margin-top: 10px; padding-left: 0;}
    .ipshows,.irihows{ display: none;}
    .iphbotx{ padding: 25% 40px 40px;}
    .iouadv{ padding-top: 40px;}
    .ioavuiv{ padding: 50px 0;}
    .ijeitem h3{ font-size: 18px;}
    .ijeitem a span{ font-size: 20px;}
    .ijerig{ padding-left: 30px;}
    .ijeuls li{ padding: 20px 0;}
    footer{ padding-top: 38px;}
    .fo_boitem1{ display: none;}
    .fo_boitem2{ width: 33%;}
    .fo_boitem3{ width: 31%;}
    .fo_boitem4{ width: 32%;}
    .sub_nav h2{ font-size: 32px;}
    .sub_nav{ top: 35%;}
    .inabnum li p{ font-size: 16px;}
    .abhtist{ font-size: 28px;}
    .abfapi .item{ margin: 0 5px;}
    .abvilub{ margin-top: 16px;}
    .quslef{ display: none;}
    .qusrig{ width: 100%; padding: 0;}
    .qusrig .abhtist{ text-align: left;}
    .abqus{ padding-top: 40px;}
    .faqlist{ margin-top: 20px;}
    .faqlist h3{ font-size: 18px;}
    .cerinr{ padding: 20px 20px 0;}
    .ceritem p{ font-size: 18px; }
    .cer_prev{ left: -22px; }
    .cer_next{ right: -22px; }
    .ceritfix{ margin-top: 20px;}
    .ceilef{ padding-top:22%;}
    .abqucer{ padding: 50px 0;}
    .prhtis{ font-size: 24px;}
    .pat70{ padding-top: 40px;}
    .delslef h1{ font-size: 28px;}
    .delshow{ flex-wrap: wrap;}
    .delslef{ width: 100%; padding-right: 0}
    .delsrig{ width: 100%; margin-top: 15px;}
    .delchar{ padding: 28px; margin-top: 30px;}
    .dh2itc{ font-size: 24px;}
    .defomvv{ width: 65%;}
    .ijeuls li{ padding: 12px 0;}
    .plisult, .jeclist{ grid-gap: 20px; }
    .comlef{ width: 50%; padding: 25px;}
    .comrig{ width: 50%;}
    .ctiht{ font-size: 28px;}
    .cousltt{ margin-top: 12px;}
    .cousltt li{ margin-bottom: 15px;}
    .media{ margin-top: 22px;}
    .quiry_info textarea{ height: 100px;}
}

@media screen and (max-width: 768px){
    .warper{ width: 96%; }
    .iacowar{ padding: 40px 0;}
    .ihtiht{ font-size: 28px;}
    .iabxtp p{ font-size: 15px; line-height: 26px;}
    .sider-contact{ display: none;}
    .getbox{ width: 90%; padding: 28px;}
    .getbox iframe{ height: 300px;}
    .ianums{ padding: 20px 0; margin-top: 30px;}
    .inabnum{ display: grid; grid-gap: 14px; grid-template-columns: repeat(2, minmax(0,1fr));}
    .inabnum li{ text-align: center; width: 100%;}
    .inabnum li span b{ font-size: 20px;}
    .inabnum li i{ font-size: 32px;}
    .iphbotx{ padding: 16% 24px 28px;}
    .iphbotx h3{ font-size: 20px; }
    .iphims:hover .iphbotx{ opacity: 1 !important;}
    .iribotx{ padding:10% 20px 16px; }
    .irpris:hover .iribotx{ opacity: 1 !important;}
    .ioavuiv{ padding: 32px 0; margin-top: 18px;}
    .iousfx{ flex-wrap: wrap;}
    .iousfx li{ width: 50%; padding: 18px;}
    .inject{ padding: 38px 0;}
    .ijecbox{ flex-wrap: wrap;}
    .ijelef{ width: 100%;}
    .ijepcshow{ display: none;}
    .ijerig{ width: 100%; padding-left: 0; margin-top: 15px;} 
    .fo_boitem2{ display: none;}
    .fo_boitem3{ width: 47%;}
    .fo_boitem4{ width: 52%;}
    .sub_nav p{ font-size: 16px;}
    .sub_nav h2{ font-size: 22px;}
    .abhtist{ font-size: 24px;}
    .abvilub{ flex-wrap: wrap;}
    .abvilef{ width: 100%;}
    .abvirig{ width: 100%; padding-left: 0; margin-top: 15px;} 
    .abfar{ margin-top: 18px;}
    .abfapi .slick-dots{ bottom: -40px;}
    .plisult{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pat70{ padding-top: 30px;}
    .dh2itc{ font-size: 22px;}
    .deformbd{ padding: 30px 0;}
    .defomvv{ width: 100%; float: none;}
    .derelw{ padding-top: 34px;}
    .derpw{ margin-top: 16px;}
    .derpgds .item{ margin: 0 6px;}
    .derpgds .slick-list{ margin: 0 -6px;}
    .rep_prev{ left: 0;}
    .rep_next{ right: 0;}
    .jectop{ flex-wrap: wrap;}
    .jetlef{ display: none;}
    .jetrig{ width: 100%; padding-left: 0;}
    .jeclist{ margin-top: 20px; grid-template-columns: repeat(2, minmax(0, 1fr));}
    .nilitm a{ padding: 14px;}
    .nililef{ padding-right: 20px;}
    .neh1t{ font-size: 22px;}
    .sozysho{ margin-top: 16px;}
    .sospx p,.sowwow p{ font-size: 15px; line-height: 24px;}
    .soothv p{ font-size: 15px;}
    .sozyii .sozylef{ padding-left: 20px;}
    .sozylef{ padding-right: 20px;}
    .conmes{ flex-wrap: wrap;}
    .comlef{ width: 100%;}
    .comrig{ width: 100%; padding: 0; margin-top: 15px;}
    .ctiht{ font-size: 24px;}
    .map{ margin-top: 24px;}
    .conwar{ padding-bottom: 40px;}
}

@media screen and (max-width:480px){
    footer{ margin-bottom: 60px; }
    .footmenu{ display: block; }
    .footmenu div.con{ background: #c5a629; }
    .banner .slick-dots{ bottom: 12px; }
    .search_box{ padding: 14px 0;}
    .search_box .warper{ padding: 0;}
    .head_rcon{ width: 90px;}
    .logo img, .position .logo img{ height: 60px;}
    .logo{ top: 16px;}
    .banar span{ border: 1px solid #fff;}
    .iacowar{ padding: 25px 0;}
    .iactis span{ font-size: 14px;}
    .ihtiht{ font-size: 22px;}
    .iabxtp{ margin-top: 6px;}
    .iafasw{ margin-top: 10px;}
    .iphots{ padding: 20px 0 0;}
    .iphbotx h3{ font-size: 18px;}
    .iphbotx{ padding: 8% 12px 15px;}
    .iribotx{ padding: 8% 12px 15px; }
    .iribotx h3{ font-size: 16px;}
    .iouadv{ padding-top: 20px;}
    .iousfx li h6{ font-size: 16px;}
    .iousfx li i{ font-size: 30px;}
    .inject{ padding: 24px 0;}
    .ijeitem p{ font-size: 15px; line-height: 24px; height: 72px;}
    footer{ padding-top: 26px;}
    .fo_boxdiv{ flex-wrap: wrap;}
    .fo_boitem3{ width: 100%;}
    .fo_boitem4{ width: 100%; margin-top: 15px;}
    .fo_boxdiv h4{ margin-bottom: 8px;}
    .flxuls li{ margin-bottom: 6px; font-size: 15px;}
    .fote_info li{ width: 100%; float: none; margin-bottom: 5px;}
    .fote_info li:nth-of-type(even){ float: none;}
    .fo_cop{ margin-top: 20px; padding: 12px 0;}
    .sub_nav p{ display: none;}
    .pat46{ padding-top: 20px;}
    .inabnum li span{ font-size: 14px;}
    .inabnum li p{ font-size: 14px;}
    .abhtist{ font-size: 20px;}
    .iabxtp p{ line-height: 24px;}
    .abqus{ padding-top: 25px;}
    .fa_nrp{ padding: 15px;}
    .fa_nrp p{ font-size: 15px; line-height: 24px;}
    .faqlist h3{ padding: 12px 75px 12px 15px; font-size:17px; }
    .abqucer{ padding: 22px 0;}
    .cer_prev{ left: 0;}
    .cer_next{ right: 0;}
    nav li>a{ font-size: 16px;}
    .doivs h2 a{ font-size: 15px;}
    .prtist{ display: block;}
    .prhtis{ font-size: 20px;}
    .prmobtn{ padding: 6px 28px; margin-top: 2px;}
    .pliull{ flex-wrap: wrap;}
    .pliull li{ width: 100%; margin-right: 0; margin-bottom: 6px;}
    .pliull li:last-child{ margin-bottom: 0;}
    .prrow{ margin-bottom: 20px;}
    .prowar{ padding-bottom: 25px;}
    .plisult, .jeclist{ grid-gap: 6px; }
    .delslef h1{ font-size: 22px;}
    .depxt p,.dectxts li p{ font-size: 15px; line-height: 24px;}
    .demes{ margin-top: 12px;}
    .delchar{ padding: 12px; margin-top: 20px;}
    .dechrig{ margin-top: 8px;}
    .delpame,.delapp{ margin-top: 14px;}
    .pro_table table tr td{ padding: 8px; font-size: 15px;}
    .de_three li{ margin-bottom: 5px;}
    .deformbd{ padding: 12px 0;}
    .defomvv{ padding: 20px;}
    .quiry_info li{ float: none; width: 100%; margin-bottom: 6px;}
    .quiry_info ul li:nth-of-type(even){ float: none;}
    .derelw{ padding-top: 20px;}
    .delwar{ padding-bottom: 30px;}
    .jecxt h3{ font-size: 16px;}
    .jecxt{ margin-top: 8px;}
    .jecxt p{ font-size: 14px;}
    .jecxt span{ margin-top: 10px; padding: 6px 26px;}
    .nilitm a{ flex-wrap: wrap;}
    .nililef{ width: 100%; padding: 0;}
    .nilirig{ width: 100%; margin-top: 5px;}
    .nililef p{ font-size: 15px; line-height: 24px; height: 48px;}
    .nililef h3{ font-size: 18px;}
    .nelistul li{ margin-bottom: 10px;}
    .newwar{ padding-bottom: 20px;}
    .neh1t{ font-size: 20px;}
    .sozysho{ flex-wrap: wrap;}
    .sozylef{ width: 100%;}
    .sozyrig{ width: 100%; margin-top: 12px;}
    .sozyii .sozylef{ order: 1; padding: 0}
    .sozyii .sozyrig{ order: 2;}
    .sozylef{ padding: 0;}
    .sowwow{ margin-top: 12px;}
    .soothv{ margin-top: 20px;}
    .comlef{ padding: 15px;}
    .ctiht{ font-size: 22px;}
}