@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'MontserratBold';
  src: url('fonts/MontserratBold.otf');
  src: local('☺'), url('fonts/MontserratBold.woff') format('woff'), url('../fonts/montserratbold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('fonts/Montserrat-Light.otf');
  src: local('☺'), url('fonts/Montserrat-Light.woff') format('woff'), url('../fonts/montserrat-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MontserratMedium';
  src: url('fonts/MontserratMedium.otf');
  src: local('☺'), url('fonts/MontserratMedium.woff') format('woff'), url('../fonts/montserratmedium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MontserratRegular';
  src: url('fonts/MontserratRegular.otf');
  src: local('☺'), url('fonts/MontserratRegular.woff') format('woff'), url('../fonts/montserratregular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MontserratSemiBold';
  src: url('fonts/MontserratSemiBold.otf');
  src: local('☺'), url('fonts/MontserratSemiBold.woff') format('woff'), url('../fonts/montserratsemibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url('fonts/Montserrat-ExtraLight.otf');
  src: local('☺'), url('fonts/Montserrat-ExtraLight.woff') format('woff'), url('../fonts/montserrat-extralight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body{font-family:Montserrat-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%; max-height: 100%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#153791;}
a:focus,input:focus,button:focus,textarea: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 4404942 */
  src: url('../fonts/iconfont.woff2') format('woff2'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/iconfont.ttf') format('truetype');
}

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

@font-face {
  font-family: "rv-iconfont";
  src: url('../fonts/rv-iconfont.woff2') format('woff2'),
       url('../fonts/rv-iconfont.woff') format('woff'),
       url('../fonts/rv-iconfont.ttf') format('truetype');
}
.rv-iconfont {
  font-family: "rv-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-kefu:before {
  content: "\e69c";
}

.icon-service:before {
  content: "\e604";
}

.icon-gongsi:before {
  content: "\e86d";
}

.icon-shezhi:before {
  content: "\e605";
}

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

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

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

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

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

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

.icon-status-play-copy:before {
  content: "\e614";
}

.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-original-whatapp:before {
  content: "\e60d";
}

.icon-wechat:before {
  content: "\e608";
}

.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-chuanzhen:before {
  content: "\e616";
}

.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-douyin:before {
  content: "\e8db";
}

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

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

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

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



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: #f8f8f8;  }
.warper{ width:1400px; margin:0 auto; position: relative;}

/* big-container: padding-based width control, used by inner pages */
.big-container{ padding: 0 160px; }
@media screen and (max-width:1750px){ .big-container{ padding: 0 120px; } }
@media screen and (max-width:1650px){ .big-container{ padding: 0 100px; } }
@media screen and (max-width:600px){ .big-container{ padding: 0 1rem; } }
.backToTop{ display: none !important; }

header{ transition: all 0.3s; width: 100%; border-bottom: 1px solid rgba(198, 230, 212, 0.4); height: 90px; z-index: 999; position: fixed; top: 0; left: 0; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: -82px; top: 20px; }
.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: 0; }
nav li{ float: left; margin: 0 18px; position: relative; }
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; color: #333; padding: 0 8px; line-height:90px; font-size: 15px; font-family: MontserratMedium; text-transform: uppercase; display: inline-block; white-space: nowrap; }
nav li.on a,nav li:hover a{ color: #333;  }
nav li>a:before{ content: ""; position: absolute; width: 0; height: 2px; background: #153791; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on a:before,nav li:hover a:before{ width: 100%; }
/*nav dl{ transition: opacity 1s ease; position: absolute; display: none; background:#fff; min-width: 220px; top: 90px; left:0; z-index: 999;  }*/
/*nav dl dd{ display: block; position: relative;  }*/
/*nav dl dd:last-child{ border: none; }*/
/*nav li dl dd a{ opacity: 1; font-size: 15px; line-height: 20px; background: transparent !important; color: #666 !important; display: block; padding: 16px 10px; text-align: left; text-transform: capitalize;}*/
/*nav li dl dd a:before{ display: none; }*/
/*nav li dl dd a:hover{ background: #153791!important; cursor: pointer; color: #fff !important;}*/
/*nav dl dd div{ width: 240px;position: absolute; left: 100%; top: 0; background:rgba(54,178,139,.6); display: none;}*/
/*nav dl dd:hover div{display: block;}*/
/*nav dl dd div a{padding:16px 10px; color: #fff !important; border-bottom: none; min-width: 200px; }*/

/* Simple dropdown for non-products nav items */
nav li .nav_dropdown{ position: absolute; display: none; background:#fff; min-width: 220px; top: 90px; left:0; z-index: 999; box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1); padding: 10px 0; border-radius: 0 0 4px 4px; }
nav li:hover > .nav_dropdown{ display: block; }
nav li .nav_dropdown li{ display: block; margin:0; float:none; }
nav li .nav_dropdown li a{ display: block; padding:12px 20px; font-size:15px; line-height:20px; color:#666 !important; text-align:left; text-transform:capitalize; white-space:nowrap; }
nav li .nav_dropdown li a:hover{ background:#153791; color:#fff !important; }
.position_home nav li .nav_dropdown li a{ color:#666 !important; }
.position_home nav li .nav_dropdown li a:hover{ color:#fff !important; }

.sub_menu{ position: fixed; box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);  line-height: normal; display: none; width: 100%; top: 90px; left: 0; background: #fff; padding: 30px 0; }
.sub_naul{ display: flex; flex-wrap: wrap; }
.sub_naul dd{ display: inline-block; width: 15%; margin-right: 2%; }
.sub_naul dd:last-child{ margin-right: 0; }

.sub_naul dd p{ font-size: 15px; line-height: normal; margin-top: 12px; color:#333;}
.sub_item{ text-align: center; }
.sub_item:hover .changpic img{ transform: scale(1.05); }

.sub_menu .su_lia{ line-height: normal; display: inline-block; margin-right: 5%; }
.sub_menu .su_lia a{ font-size: 15px; line-height: normal; }

.head_rcon{ position: absolute; right: -115px; top:34px; width:100px; display:flex; justify-content:space-between; align-items:center;}
.head_whatsapp_a{ width: 24px;  display:block;}
.head_whatsapp_a i.rv-iconfont{font-size: 22px; color:#fff; font-family:"iconfont" !important;}
.language{ width: 24px; font-size: 16px; position: relative; cursor: pointer; }
.language i{ font-size: 22px; margin-right: 5px; color: #153791; }
.language-main { width: 120px; position: absolute;  display: none;  z-index: 99;  left: -53px;  top: 20px;
    background: url("../images/ffggg.png") no-repeat center 4px;  }
.language:hover .language-main {display: block;}
.language-cont { width: 120px; padding: 0 16px; margin-top: 10px; box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .05); border-top: 3px solid #153791; background: #ffffff;  padding-bottom: 10px;}
.language-cont a { width: 100% !important; position: relative; font-size: 15px !important; padding: 0 !important; padding-left: 15px !important;color: #888 !important; background: #fff !important; height: auto !important; border: none !important; line-height: 28px !important; text-align: left; display: block !important;}
.language-post { padding-top: 10px;}
.language-cont a:after{ position: absolute; top: 7px; left: 0; width: 7px; height: 7px; background: #153791; content: ''; }
.language-cont a:hover { color: #153791 !important;}

.search-button{width:24px; position: relative; height:24px; }
.search-button span{ overflow: hidden; cursor: pointer; display: inline-block; color: #464747; }
.search-button span i{ color: #153791; font-size: 22px; text-align: center;display: inline-block; }
.searchform{ overflow: hidden;background:#153791;position: absolute; right: 0; height: 0; z-index: 88; top:55px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 24px; color: #fff; width: auto; height: auto; background: transparent; border-radius: 0; }
.searchform input{ width: 190px; font-size: 16px; background:#153791; color: #fff; line-height:51px; padding-left:10px; font-family: Montserrat-Light; float: left; }
.searchform button{ width:54px; line-height:51px; background:#153791; 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 !important; background: transparent!important; }
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder {  color: #fff;}

.position,.position_home{ background: #153791;  box-shadow: 0 1px 10px rgba(0,0,0,0.12); }
.position nav li.on a, .position nav li:hover a,.position nav li>a,.position_home nav li.on a, .position_home nav li:hover a,.position_home nav li>a{ color: #fff; }
.position nav li:hover sub_item a p,.position nav li sub_item a p,.position_home nav li:hover sub_item a p,.position_home nav li sub_item a p{color:#222;}
.position nav li>a:before,.position_home nav li>a:before{ background: #fff; }
.position .language i,.position .search-button span i,.position_home .language i,.position_home .search-button span i{ color: #fff; }

.banner_home{ margin-top:90px; }

.l_fixed{ position: fixed; top: 28%;  left: 0; z-index: 666;  }
.l_fixed ul{ width: 100%; }
.l_fixed ul li{ width: 98px; transition: all 0.3s; margin-bottom: 8px; position: relative;  }
.l_fixed ul li a{ line-height: 1.2; border-top-left-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0 0 15px rgb(56 139 92 / 50%); padding: 20px 0; display: block; font-size: 16px; background: #fff; width: 100%; text-align: center; }
.l_fixed ul li a i{ font-size: 30px; display: inline-block; color: #153791; transition: all 0.3s; }
.l_fixed ul li p{ font-size: 16px; font-family: Poppins-Light; }
.l_fixed ul li:hover a{background: #153791; color: #fff; }
.l_fixed ul li:hover a i{ color: #fff; }
.l_fixed ul li:hover{ transform: translateX(0); }
.l_fixed ul li:last-child a{ padding: 24px 0; }
.l_fixed ul li:last-child a i{ font-size: 40px; }
.l_fixed ul li:last-child:hover a{ background: #fff; }
.l_fixed ul li:last-child:hover a i{ color: #153791;}
.banner_home{ position: relative; }
.banner{ overflow: hidden; }
.banner .item img{ width: 100%; }
.banner .slick-dots{ bottom: 80px;}
.banner .slick-dots li{ width: auto; height: auto; }
.banner .slick-dots li button{ position: relative; width: 20px; height: 20px; border: none; border-radius: 20px; }
.banner .slick-dots li button:before{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 7px; height: 7px; border-radius: 7px; background: #153791; }
.banner .slick-dots li.slick-active button:before{ background: #153791; }
.banner .slick-dots li.slick-active button{ border: 1px solid #153791; }

/* Banner arrow buttons */
.banner-arrow{
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 50px; height: 50px; z-index: 99; border: 2px solid rgba(255,255,255,0.7);
    outline: none; cursor: pointer;
    background: rgba(0,0,0,0.2); border-radius: 50%;
    transition: all 0.3s; opacity: 0;
    font-family: Georgia, serif; font-size: 36px; font-weight: 400;
    color: #fff; text-align: center; line-height: 46px; padding: 0;
}
.banner_home:hover .banner-arrow{ opacity: 1; }
.banner-prev{ left: 40px; }
.banner-next{ right: 40px; }
.banner-arrow:hover{ background: #153791; border-color: #153791; color: #fff; }

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

.changpic video{ object-fit: cover;  height: 100%; */max-width: 100%;max-height: 100%; width: 100%; transition: all 0.3s;aspect-ratio: 16/9; object-fit: cover; background: #000000;}


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

/* About video player */
.rv-about-video{ position: relative; cursor: pointer; }
.rv-about-video video{ width: 100%; height: 100%; object-fit: cover; display: block; }
.rv-video-play{
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 80px; height: 80px; border: 3px solid #fff; border-radius: 50%;
    background: rgba(0,0,0,0.35); cursor: pointer; z-index: 5;
    transition: all 0.3s; color: #fff; font-size: 28px;
    text-align: center; line-height: 74px; padding: 0 0 0 4px;
}
.rv-video-play:hover{ background: #153791; border-color: #153791; transform: translate(-50%,-50%) scale(1.1); }

/*标题*/
.intih2{ font-size: 130px; text-transform: uppercase; color: rgba(47, 63, 83, 0.1); font-family: OSWALD-BOLD; }
/*首页*/
.inab_div{ background: #f0f2f6; overflow: hidden; padding-left: 220px; }
.inab_ledi{ float: left; width: 42%; padding-top: 120px; padding-right: 112px; }
.inab_ridi{ float: right; width: 58%; }
.inab_tit p{ font-size: 20px; text-transform: uppercase; color: #153791; font-family: MontserratBold; }
.inab_tit h2{ margin-top: 15px; font-size: 54px; line-height: 60px; font-family: MontserratBold; }
.inab_txt{ margin-top: 44px; }
.inab_txt p{ font-size: 14px; line-height: 24px; color: #666; }
.ina_mapr{ margin-top: 75px; }
.ina_mapr h3{ font-size: 32px; font-family: MontserratBold; }
.inmiptx{ margin-top: 10px; }
.inmiptx p{ font-size: 14px; line-height: 24px; color: #666; }
.ina_molink{ font-size: 16px; font-family: MontserratMedium; display: inline-block; color: #fff; background: #153791; padding: 13px 26px; border-radius: 40px; }
.ina_molink img{ margin-left: 12px; }
.ina_molink *{ vertical-align: middle; }
.inab_ledi .ina_molink{ margin-top: 80px; }
.ina_molink:hover{ color: #fff; transform: translateX(10px); }

.inab_num{ color: #fff; background: #153791; padding: 104px 260px 85px 80px; }
.ia_pp{ font-size: 17px; line-height: 24px; font-family: MontserratMedium; }
.ina_arf{ font-size: 15px; line-height: 24px; }
.innum_ul{ margin: 48px 0; display: flex; justify-content: space-between; }
.innum_ul li{ position: relative; display: inline-block; font-size: 20px; font-family: MontserratMedium; }
.innum_ul li b{ font-size: 52px; display: inline-block; margin-right: 5px; }


.inhap_di{ padding: 92px 100px 86px; }
.inhap_di .inab_tit{ text-align: center; }
.inhaswi{ margin-top: 20px; }
.inhaswi .item{ margin: 0 9px; }
.inhs_txt{ margin-top: 6px; text-align: center; padding: 0 35px; }
.inhspitem{ padding-bottom: 70px; transition: all 0.3s; }
.po_delwa .inhspitem .changpic img{ aspect-ratio:4/3; object-fit:cover; }
.inhs_txt h3{ font-size: 20px; font-family: MontserratBold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inhs_txt p{ font-size: 14px; margin-top: 15px; line-height: 22px; color: #666; height: 44px; overflow: hidden; }
.inhs_txt span{ width: 170px; white-space: nowrap; margin-top: 30px; font-size: 16px; font-family: MontserratMedium; display: inline-block; color: #fff; background: #153791; padding: 13px 0; text-align: center; border-radius: 40px; }
.inhs_txt span img{ margin-left: 6px; display: inline-block; }
.inhspitem:hover .changpic img{ transform: scale(1.12); }
.inhspitem:hover{ box-shadow: 0 1px 10px rgba(0,0,0,0.1); }
.inhaswi .slick-track{ padding: 5px 0; }
.inhaswi .slick-dots{ position: static; margin-top: 30px; }
.inhaswi .slick-dots li{ width: auto; height: auto; }
.inhaswi .slick-dots li button{ width: 15px; height: 15px; border-radius: 15px; background: #f0f2f6; }
.inhaswi .slick-dots li.slick-active button{ background: #153791; }

.inco_di{ padding: 102px 0 110px; background: url(../images/intlbg.jpg) no-repeat; position: relative; background-size: cover; z-index: 0; }
.inco_di:before{ content: ""; position: absolute; top: 0; left: 0;  width: 70%; height: 100%; background: url(../images/icobg_png.png) top right no-repeat; background-size: cover; }
.icoulli{ width: 55%; }
.icoulli li{ margin-bottom: 78px; }
.icoulli li:last-child{ margin-bottom: 0; }
.icon_div{ color: #fff; position: relative; padding-left: 74px; padding-right: 224px; }
.icon_div h4{ font-size: 20px; margin-bottom: 18px; text-transform: uppercase; font-family: MontserratBold; }
.icon_div p{ font-size: 14px; height: 44px; overflow: hidden; line-height: 22px; }
.icon_div b{ position: absolute; top: -7px; left: 0; color: #153791; font-size: 48px; font-family: MontserratBold; }
.icon_div a{ position: absolute; padding: 12px 22px; border-radius: 30px; border: 1px solid #153791; color: #fff; font-size: 16px; font-family: MontserratMedium; right: 0; bottom: 0; }
.icon_div a img{ margin-left: 5px; }
.icon_div a *{ vertical-align: middle; }
.icon_div a:hover{ background: #153791; transform: translateX(10px); }

.innec_di{ padding: 104px 0 130px; background: #f5f5f7; }
.innedibo{ margin-top: 18px; overflow: hidden; }
.ine_led{ width: 50%; float: left; }
.ine_rid{ width: 50%; float: right; padding-left: 26px; padding-top: 86px; }
.inleitem{ position: relative; overflow: hidden; }
.inleitem .inle-overlay{
    position: absolute; z-index: 2; top: 0; left: 0; width: 60%; height: 100%;
    background: linear-gradient(to right, rgba(21,55,145,0.85) 0%, rgba(21,55,145,0.3) 80%, transparent 100%);
    pointer-events: none;
}
.inntxd{ color: #fff; position: absolute; z-index: 3; top: 0; left: 0; width: 60%; padding: 145px 128px 0 38px; }
.inntxd h3{ font-size: 20px; overflow: hidden; text-overflow: ellipsis; font-family: MontserratBold; }
.inntxd p{ font-size: 14px; margin-top: 20px; line-height: 22px; height: 66px; overflow: hidden; }
.inntxd img{ display: inline-block; margin-top: 56px; }
.inleitem:hover .changpic img{ transform: scale(1.15); }
.inlegds .slick-dots{  display: flex; text-align: left; position: static; margin-top: 30px; border-top: 1px solid #ddd; }
.inlegds .slick-dots li{ padding-top: 15px; position: relative; display: inline-block; text-align: center; width: 25%; height: auto; }
.inlegds .slick-dots li:before{ content: ""; position: absolute; top: -2px; left: 0; width: 0; height: 2px; background: #153791; }
.inlegds .slick-dots li button{ display: inline-block; line-height: normal; color: #666; width: auto; height: auto; font-size: 16px; font-family: MontserratMedium; padding: 0; }
.inlegds .slick-dots li.slick-active button{ font-size: 24px; color: #153791; }
.inlegds .slick-dots li.slick-active:before{ width: 100%; }
.inr_nesul{ display: flex; justify-content: space-between; }
.inr_nesul li{ display: inline-block; width: 48.5%; margin-right: 3%; }
.inr_nesul li:last-child{ margin-right: 0; }
.innr_itedi{ background: #fff; padding: 32px 22px 24px; }
.innr_itedi h3{ font-size: 20px; overflow: hidden; text-overflow: ellipsis; font-family: MontserratBold;  }
.innr_itedi p{ font-size: 14px; color: #666; margin-top: 12px; line-height: 22px; height: 66px; overflow: hidden; }
.innr_itedi .changpic{ margin-top: 28px; }
.innr_itedi:hover .changpic img{ transform: scale(1.15); }

footer{}
.info_war{ width: 100%; overflow: hidden; }
.info_le{ float: left; width: 374px; }
.info_ri{ margin-left: 374px; padding-left: 96px; padding-top: 20px; }
.info_div{ background: #fff; padding: 64px 34px; }
.info_div .inab_tit h2{ margin-top: 0; font-size: 40px; }
.info_div .inab_tit{ border-bottom: 1px solid #e9f7f2; }
.ifot_lx{ margin-top: 48px; }
.ifot_lx li{ margin-bottom: 36px; }
.ifot_lx li:last-child{ margin-bottom: 0; }
.cod_item{ position: relative; padding-left: 58px; }
.cod_item i{ position: absolute; top: 0; left: 0; display: inline-block; width: 50px; height: 50px; line-height: 50px; border-radius: 50px; background: #e6ebf8; text-align: center; font-size: 28px; color: #153791; }
.cod_item p{ font-size: 15px; margin-bottom: 5px; color: #a09f9f; }
.cod_item a,.cod_item span{ font-family: MontserratSemiBold; font-size: 15px; }
.fo_descp p{ font-size: 14px; color: #fff; line-height: 24px; }
.fo_dect{ margin-top: 45px; }
.fo_h5{ color: #fff; font-size: 26px; margin-bottom: 14px; font-family: MontserratSemiBold; }
.fo_poul{ display: flex; flex-wrap: wrap; }
.fo_poul li{ position: relative; padding-left: 15px; width: 33.33%; display: inline-block; margin-bottom: 14px; }
.fo_poul li a{ color: #fff; font-size: 15px; }
.fo_poul li:before{ content: "\e663"; font-size: 10px; color: #fff; position: absolute; top: 5px; left: 0; font-family: iconfont; }
.fo_poul li a:hover{ text-decoration: underline; }
.fo_mes{ margin-top: 35px; position: relative; }
.foiry_info{ overflow: hidden; }
.foiry_info ul{ width: 100%; overflow: hidden; }
.foiry_info li{ margin-bottom: 16px; position: relative; float: left; width: 32%; margin-right: 2%; }
.foiry_info li:nth-of-type(3){ margin-right: 0; }
.foiry_info li:nth-of-type(4),.foiry_info li:nth-of-type(5){ width: 100%; }
.foiry_info li:last-child{ margin-bottom: 0; }
.foiry_info input,.foiry_info textarea{width: 100%; background: rgba(255, 255, 255, 0.1); color: #fff; border: 1px solid rgba(255, 255, 255, 0.5); resize: none; font-family:Montserrat-ExtraLight; font-size:14px; line-height: 24px; padding:15px; }
.foiry_info textarea{height: 70px;}
.foiry_info input::-webkit-input-placeholder,.foiry_info textarea::-webkit-input-placeholder { color: #f8fdff;}
.foiry_info input:-moz-placeholder,.foiry_info textarea:-moz-placeholder {color: #f8fdff;}
.foiry_info button{ border: 1px solid #fff; transition: all 0.3s; border-radius: 0; display: inline-block; padding: 0 50px; font-family:MontserratMedium; font-size: 16px; cursor: pointer; background: #153791; color: #fff; line-height: 50px; height: 50px; }
.foiry_info button:hover{ transform: translateX(10px); }
.fo_med{ color: #c2c2c2; font-size: 15px; position: absolute; right: 0; bottom: 4px; }
.media{ display: inline-block;  }
.media a{ color: #fff; background:#3a82d3; margin-left: 8px; width: 38px; height: 38px; text-align: center; line-height: 38px; border-radius: 38px; font-size:18px; display:inline-block;}
/*.media a:nth-of-type(2){ background: #30afeb; }*/
/*.media a:nth-of-type(3){ background: #0085b2; }*/
.media a:nth-of-type(2){ background: #d20000; }
.media a:hover{ color: #fff; opacity: 0.85; }
.fo_cop{ margin-top: 72px; overflow: hidden; background: rgba(0, 0, 0, 0.4); }
.fo_cole{ float: left; width: 50%; padding-top: 20px; }
.fo_cori{ float: right; width: 50%; }
.fo_cole p,.fo_cole p a{ font-size: 15px; color: rgba(255, 255, 255, 0.7); }
.fo_ulli{ display: flex; justify-content: space-between; }
.fo_ulli a{ padding: 0 12px; position: relative; display: inline-block; font-size: 16px; text-transform: uppercase; font-family: MontserratMedium; color: #fff; line-height: 60px; }
.fo_ulli li.on a,.fo_ulli li:hover a{ color: #153791;  }
.fo_ulli li>a:before{ content: ""; position: absolute; width: 0; height: 2px; background: #153791; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
.fo_ulli li.on>a:before,.fo_ulli li:hover>a:before{ width: 100%; }



.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;}
/*位置*/
.pohe{ background: #153791; border-bottom: none; }
.pohe nav li > a{ color: #fff; }
.pohe nav li > a:before{ background: #fff; }
.pohe .language i,
.pohe .search-button span i{ color: #fff; }
.rv-head-spacer{ height: 90px; }
@media screen and (max-width:1440px){ .rv-head-spacer{ height: 80px; } }
@media screen and (max-width:1024px){ .rv-head-spacer{ height: 62px; } }
@media screen and (max-width:800px){ .rv-head-spacer{ height: 56px; } }
@media screen and (max-width:600px){ .rv-head-spacer{ height: 52px; } }
.subbanner{ padding: 60px 0; position: relative; }
.subbanner .container{ overflow:hidden; }
.sub_nav{ overflow: hidden;  }
.su_ble{ width: 50%; float: left; }
.su_bri{ width: 50%; float: right; padding-top: 15px; }
.su_ble h4{ font-size: 76px; padding-bottom: 20px; position: relative; font-family: MontserratBold; color: #fff;}
.su_ble h4:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 60px; height: 5px; background: #153791; }
.su_bri h5{ margin-bottom: 15px; font-size: 20px; text-transform: uppercase; color: #153791; font-family: MontserratBold; }
.su_bri h5 a{ color: #153791; }
.su_bri p{ font-size: 14px; line-height: 24px; color: #666; }

/*关于我们*/
.ab_ser{ padding: 88px 0 124px; }
.ab_ser .inab_tit h2{ margin-top: 0; }
.abnas_txt{ margin-top: 12px; }
.abnas_txt p{ font-size: 14px; line-height: 24px; color: #666; }

.ase_ul{ margin-top: 44px; display: flex; }
.ase_ul li{ display: inline-block; transition: all 0.3s; background: #f0f2f6; padding: 62px 38px 64px; width: 24%; margin-right: 2%; }
.ase_ul li:last-child{ margin-right: 0; }
.ase_ul li i{ display: inline-block; width: 74px; height: 74px; font-size: 35px; border-radius: 74px; text-align: center; line-height: 74px; color: #fff; background: #153791; }
.ase_ul li h5{ margin-bottom: 16px; font-size: 20px; text-transform: uppercase; margin-top: 30px; font-family: MontserratBold; }
.ase_ul li p{ font-size: 14px; line-height: 24px; color: #666; }
.ase_ul li:hover{ background: #153791; }
.ase_ul li:hover i{ background: #fff; color: #153791; }
.ase_ul li:hover h5,.ase_ul li:hover p{ color: #fff; }

.ab_hisdi{ padding: 112px 0 98px 0; }
.ab_hisdi .inab_tit h2{ margin-top: 0; }
.abhisul{ margin-top: 22px; border-left: 7px solid #153791; }
.abhisul li{ margin-bottom: 20px; background: #f0f2f6; padding: 30px 74px 30px 30px; }
.abhisul li:last-child{ margin-bottom: 0; }
.abhisul li h5{ font-size: 42px; color: #153791; font-family: MontserratBold; }
.abhisul li p{ margin-top: 10px; font-size: 15px; line-height: 20px; color: #999; }
.ab_facd{ margin-top: 70px; display: flex; }
.ab_fale{ display: inline-block; width: 71.5%; margin-right: 2%; }
.ab_fari{ display: inline-block; width: 26.5%; }
.ab_fapic{ display: flex; margin-bottom: 24px; }
.ab_fapic li{ display: inline-block; width: 48.5%; margin-right: 3%; }
.ab_thfapic{ display: flex; }
.ab_thfapic li{ display: inline-block; width: 31.3%; margin-right: 3%; }
.ab_thfapic li:last-child,.ab_fapic li:last-child{ margin-right: 0; }
.ab_thfapic li:hover .changpic img,.ab_fapic li:hover .changpic img,.ab_fari:hover  .changpic img{ transform: scale(1.15); }

/*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: #153791; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}


/*产品列表*/
.pro_war{ background: #f1f3f6; padding: 98px 0 110px; }
.pro_itemd{ margin-bottom: 40px; overflow: hidden; position: relative; z-index: 0; }
.pro_itemd:before{ content: ""; width: 90%; height: 72%; z-index: -1; border-radius: 15px; border: 3px solid #153791; position: absolute; border-right: none; left: 0; bottom: 98px; }
.pro_war .pro_itemd:last-child{ margin-bottom: 0; }
.pr_ole{ float: left; width: 50%; padding: 120px 0 0 0; }
.pr_ori{ float: right; width: 50%; }
.pr_tedi{ padding: 50px 115px 55px 80px; }
.pr_tedi h3{ font-size: 38px; padding-bottom: 10px; position: relative; font-family: MontserratBold; }
.pr_tedi h3:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 122px; height: 3px; background: #153791; }
.pr_leul{ margin-top: 55px; }
.pr_leul li{ margin-bottom: 22px; position: relative; padding-left: 38px; }
.pr_leul li:last-child{ margin-bottom: 0; }
.pr_leul li h6{ text-transform: uppercase; color: #333; font-size: 20px; margin-bottom: 10px; font-family: MontserratBold; }
.pr_leul li p{ font-size: 14px; line-height: 22px; color: #666; height: 44px; overflow: hidden; }
.pr_leul li i{ position: absolute; top: 0; left: 0; font-size: 24px; color: #153791; }
.pr_tedi span{ transition: all 0.3s; font-size: 16px; margin-top: 46px; font-family: MontserratMedium; display: inline-block; color: #fff; background: #153791; padding: 13px 26px; border-radius: 40px; }
.pr_tedi span img{ margin-left: 12px; }
.pr_tedi span *{ vertical-align: middle; }
.pro_itemd:hover .pr_tedi span{ transform: translateX(10px); }
.pr_topicdi{ padding-top: 25px; padding-right: 25px; padding-left: 30%; }
.pr_topim{ position: relative; z-index: 0; }
.pr_topim:before{ content: ""; z-index: -2; position: absolute; border-radius: 20px; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 110%; height: 110%; background: rgb(21 55 145 / 10%); }
.pr_topim:after{ content: ""; z-index: -1; position: absolute; border-radius: 20px; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 105%; height: 105%; background: rgb(21 55 145 / 20%); }

.pr_topim .changpic{ border-radius: 20px; overflow: hidden; }
.pr_bopim{ margin-top:26px; }

.pro_war .pro_itemd:nth-of-type(even):before{ border-left: none; border-right: 3px solid #153791; left: auto; right: 0; bottom: 98px; }
.pro_war .pro_itemd:nth-of-type(even) .pr_ole{ float: right; }
.pro_war .pro_itemd:nth-of-type(even) .pr_ori{ float: left; }
.pro_war .pro_itemd:nth-of-type(even) .pr_tedi{ padding: 50px 80px 55px 115px; }
.pro_war .pro_itemd:nth-of-type(even) .pr_topicdi{ padding-left: 25px; padding-right: 30%; }
/*分页 结束*/
.digg4{ text-align:right; font-size: 16px; margin-top: 40px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:36px; border-radius: 36px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; border: 1px solid #bfbfbf; height:36px; line-height: 36px; color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; background: #153791; border: 1px solid #153791; }
.digg4 span.disabled { font-size: 30px; line-height:30px; font-weight: normal;  background: #f5f5f7; color: #a6a6a6;}
.digg4 a{ border: 1px solid #bfbfbf; border-radius: 50px; color: #a6a6a6; background: #f5f5f7; }
/*产品详情*/
.po_delwa{ padding-top: 30px; }
/* Breadcrumb */
.single-bread{ padding-top: 10px; padding-bottom: 10px; }
.single-bread #breadcrumbs{ position: relative; max-width: 75%; padding-left: 22px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 15px; line-height: 24px; color: #888; }
.single-bread #breadcrumbs:before{ display: block; position: absolute; left: 0; top: 3px; font-family: "rv-iconfont"; content: "\e6c5"; color: #153791; font-size: 16px; }
.single-bread #breadcrumbs a{ color: #555; }
.single-bread #breadcrumbs a:hover{ color: #153791; }
/* Dark banner breadcrumb: white text */
.page-bread{ padding-top: 15px; }
.page-bread #breadcrumbs{ position: relative; max-width: 75%; padding-left: 22px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 15px; line-height: 24px; color: rgba(255,255,255,0.9); }
.page-bread #breadcrumbs:before{ display: block; position: absolute; left: 0; top: 3px; font-family: "rv-iconfont"; content: "\e6c5"; color: #fff; font-size: 16px; }
.page-bread #breadcrumbs a{ color: rgba(255,255,255,0.8); }
.page-bread #breadcrumbs a:hover{ color: #fff; }
.pomain{ padding-top: 82px; overflow: hidden; margin-bottom: 60px; }
.pr_male{ float: left; width: 602px; }
.pr_mari{ margin-left: 602px; padding: 10px 0 0 42px; }
.de_mapic{ position: relative; }
.de_mapic .changpic img{ aspect-ratio:4/3; object-fit:cover; }
.de_mapic .slick-dots{ bottom: 25px; left: 0; }
.de_mapic .slick-dots li{ width: auto; height: auto; }
.de_mapic .slick-dots li button{ position: relative; width: 20px; height: 20px; border: none; border-radius: 20px; }
.de_mapic .slick-dots li button:before{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 7px; height: 7px; border-radius: 7px; background: #f5f5f5; }
.de_mapic .slick-dots li.slick-active button:before{ background: #fff; }
.de_mapic .slick-dots li.slick-active button{ border: 1px solid #fff; }
.pr_mari h1{ font-size: 24px; line-height: 34px; font-family: MontserratBold; }
.pr_mari dl{ margin-top: 26px; }
.pr_mari dl dd{ position: relative; margin-bottom: 14px; padding-left: 32px; font-size: 15px; line-height: 24px; color: #888; }
.pr_mari dl dd:before{ content: ""; position: absolute; top: 0; left: 0; width: 24px; height: 24px; background: url(../images/icon_ico.png) no-repeat; background-size: cover; }
.pr_mari dl dd:last-child{ margin-bottom: 0; }
.pro_lxbtn{ margin-top: 34px; padding-right: 115px; }
.pro_lxbtn a{ background: #153791; font-family: MontserratSemiBold; border-radius: 80px; text-transform: capitalize; color: #fff; text-align: center; padding:15px 10px; width: 47%; display: inline-block; }
.pro_lxbtn a i{ display: inline-block; font-weight: normal; font-size: 28px; margin-right: 5px; }
.pro_lxbtn a:last-child{ background: #f0f2f6; color: #153791; margin-left: 4%; }
.pro_lxbtn a:hover{opacity: 0.85; transform: translateX(10px); }
.pro_lxbtn a *{ vertical-align: middle; }
.share{ margin-top: 30px; }

.de_h2{ position: relative; margin-bottom: 22px; z-index: 0; background: #f0f2f6; padding: 16px 18px; border-radius:6px; overflow:hidden; }
.de_h2:before{ content: ""; position: absolute; top: 0; left: 0; width: 300px; height: 100%; z-index: -1; background: #153791; }
.de_h2 h2{ font-size: 24px; color: #fff; font-family: MontserratBold; }

.de_inlet{  float: none; padding-top: 0; }
.de_inrit{ float: none; padding-bottom: 40px;  display:grid; grid-template-columns:repeat(3, 1fr); gap:10px; align-content:start; }
.de_inrit-item{ overflow:hidden; border-radius:6px; }
.de_inrit-item:only-child{ grid-column:1/-1; }
.de_inrit-item .changpic img{ width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform 0.4s ease; }
.de_inrit-item:hover .changpic img{ transform:scale(1.08); }
.de_inlet p,.de_inlets p{ font-size: 15px; line-height: 22px; color: #999; margin-bottom: 18px; }
.de_inlet p:last-child{ margin-bottom: 0; }

.pde_fea .de_inlets,
.pde_fea .de_inlets p{ color: rgba(255,255,255,0.92) !important; font-size: 15px; line-height: 24px; }
.pde_fea .de_inlets strong,
.pde_fea .de_inlets h3,
.pde_fea .de_inlets h4{ color: #fff; }

.pde_fea{ padding: 70px 0; background: #153791; }
.rv-adv-row{ display:flex; align-items:center; gap:50px; }
.rv-adv-text{ flex:1; min-width:0; font-size:15px; line-height:24px; color:rgba(255,255,255,0.9); }
.rv-adv-text p, .rv-adv-text li{ margin-bottom:10px; }
.rv-adv-text strong, .rv-adv-text h3, .rv-adv-text h4{ color:#fff; }
.rv-adv-pic{ width:40%; flex:none; border-radius:8px; overflow:hidden; }
.rv-adv-pic:empty{ display:none; }
.rv-adv-pic .changpic img{ width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform 0.4s ease; }
.rv-adv-pic:hover .changpic img{ transform:scale(1.05); }
@media screen and (max-width:768px){
  .rv-adv-row{ flex-direction:column; gap:24px; }
  .rv-adv-pic{ width:100%; }
}
/* Product detail section spacing */
.pde_ind{ padding: 40px 0; }
.pde_tab{ padding: 40px 0; }
.pde_inqu{ padding: 48px 0 60px; background: #f0f2f6; }
.pde_inqu .po_feh2{ color: #333; }
.po_feh2{ color: #fff; margin-bottom: 22px; font-size: 36px; font-family: MontserratBold; }
.pa_feapp p{ font-size: 14px; line-height: 24px; color: #fff; }

/* (merged into .pde_tab above) */
.del_table{ overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; -webkit-overflow-scrolling: touch; }
.del_table table{ min-width: 600px; }
.del_table table{ border-collapse: collapse; border-top: 1px solid #dedede; background: #fff; border-left: 1px solid #dedede; width: 100%; table-layout: auto; }
.del_table table tr td,
.del_table table tr th{ text-align: center; padding: 15px 20px; color: #555; border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; font-size: 15px; line-height: 22px; vertical-align: middle; word-break: break-word; }
.del_table table tr:nth-of-type(odd) td,
.del_table table tr:nth-of-type(odd) th{ background: #f0f2f6; }
.del_table table tr:first-child td,
.del_table table tr:first-child th{ font-size: 18px; font-weight: 600; text-align: center; background: #153791; color: #fff; font-family: MontserratBold; }
.del_table table p,
.del_table table span,
.del_table table div{ margin: 0; padding: 0; font-size: inherit; color: inherit; line-height: inherit; }
.del_table table img{ max-width: 100%; height: auto; }

/* (merged into .pde_inqu above) */
.quiry_info{ overflow: hidden; }
.quiry_info li{width: 49.2%; margin-bottom: 16px; position: relative; float: left; overflow: hidden;}
.quiry_info li:nth-of-type(even){ float: right; }
.quiry_info input,.quiry_info textarea{width: 100%; resize: none; font-family:Montserrat-ExtraLight; background:#fafafa; color: #000; font-size: 15px; line-height: 24px; padding: 16px 30px; }
.quiry_info textarea{ height:190px; }
.quiry_info form input::-webkit-input-placeholder,.quiry_info form textarea::-webkit-input-placeholder { color: #999;}
.quiry_info form input:-moz-placeholder,.quiry_info form textarea:-moz-placeholder {color: #999;}
.quiry_info li:last-child, .quiry_info li:nth-of-type(5){ width: 100%; float: none;}
.quiry_info li:last-child{ width: 100% !important; float: none; margin-top: 10px; margin-bottom: 0; }
.quiry_info form button{ display:block; cursor:pointer; transition:all 0.35s ease; width:204px; height:48px; margin:0 auto; line-height:48px; border:none; border-radius:6px; font-size:15px; background:#153791; color:#fff; font-family:MontserratSemiBold; }
.quiry_info form button:hover{ background:#0d2a6b; box-shadow:0 6px 20px rgba(21,55,145,0.35); transform:translateY(-2px); }

/*news*/
.news_box{ padding-top: 100px; padding-bottom: 130px; background: #f1f3f6; }
.news_top{ position: relative; }
.nes_gds .item{ margin: 0 11px; }
.nes_toitem{ position: relative; }
.nes_txt{ position: absolute; background: linear-gradient( transparent, rgba(0, 0, 0, 0.5)); bottom: 0; left: 0; width: 100%; padding:30px 26px; }
.nes_txt h3{ font-size: 22px; color: #fff; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: MontserratBold; }
.nes_txt p{ font-size: 14px; color: #fff; line-height: 22px; height: 44px; overflow: hidden; }
.ne_arr{ position: absolute; width: 100%; top: 36%; left: 0; }
.ne_arr span{ cursor: pointer; position: absolute; top: 0; color: #fff; }
.ne_arr .nes_prev{ left: 100px; transform: rotate(180deg); }
.ne_arr .nes_next{ right: 100px; }
.ne_arr span i{ font-size: 36px; font-weight: bold; }
.nes_toitem:hover .changpic img{ transform: scale(1.15); }

.nes_list{ margin-top: 40px; }
.nes_list li{ margin-bottom: 26px; }
.nes_item{ width: 100%; overflow: hidden; background: #fff; }
.nes_le{ float: left; width: 370px; }
.nes_ri{ margin-left: 370px; padding: 30px 38px 0; }
.nes_ri h3{ font-size: 20px; font-family: MontserratBold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nes_ri p{ font-size: 14px; margin-top: 15px; line-height: 24px; color: #666; height: 72px; overflow: hidden; }
.nes_ri span{ transition: all 0.3s; display: inline-block; border-radius: 35px; font-size: 16px; font-family: MontserratMedium; text-align: center; padding: 13px 0; margin-top: 22px; width: 172px; color: #fff; background: #153791; }
.nes_item:hover .changpic img{ transform: scale(1.15); }
.nes_item:hover .nes_ri span{ transform: translateX(10px); }

.infocon{color: #666; }
.infocon h1{ font-size:26px; line-height: 30px; font-family: MontserratMedium; font-weight: normal; text-align: center; color: #222;}
.infocon img{ display: inline-block; margin: 15px 0; max-width: 100%; }
.infocon .time{ text-align: center; margin: 18px 0; color: #999}
.infocon .time i{ font-size: 20px; }
.infocon .other{border-top: 1px solid #ddd; font-size: 16px; padding:15px 0 0 0; margin:30px 0 0 0; line-height: 26px;}
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #153791; }
.infocon p{line-height:28px; font-size: 16px; margin-bottom: 10px;}

/*contact*/
.con_ullx{ display: flex; }
.con_ullx li{ display: inline-block; position: relative; z-index: 0; transition: all 0.3s; padding: 35px 0; width: 23%; margin-right: 2%; }
.con_ullx li:before{ content: ""; border-radius: 20px; border-bottom-left-radius: 60px; z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 0%; transition: all 0.3s; background: #153791; }
.con_ullx li:hover:before{ height: 100%; }
.con_ullx li:last-child{ margin-right: 0; }
.con_item{ background: #fff; transition: all 0.3s; text-align: center; border-radius: 20px; border-bottom-left-radius: 60px; padding: 60px 10px 74px; }
.con_item i{ display: inline-block; box-shadow: 0 1px 20px rgba(54,178,139,0.18); width: 102px; height: 102px; line-height: 102px; font-size: 50px; text-align: center; border-radius: 102px; background: #153791; color: #fff; }
.con_item p{ font-size: 15px; margin-bottom: 10px; margin-top: 30px; color: #a09f9f; font-family: MontserratMedium; }
.con_item a,.con_item span{ font-size: 16px; font-family: MontserratBold; }
.con_ullx li:hover .con_item{ background: transparent; }
.con_ullx li:hover i{ background: #fff; color: #153791; }
.con_ullx li:hover .con_item p,.con_ullx li:hover .con_item a,.con_ullx li:hover .con_item span{ color: #fff; }

.con_form{ margin-top: 50px; overflow: hidden; }
.con_fole{ width: 50%; float: left; padding-right: 104px; }
.con_fori{ width: 50%; float: right; padding-left: 104px; }
.co_ppfo{ margin-top: 38px; font-size: 14px; line-height: 24px; color: #666; }
.co_rated{ margin-top: 70px; border-top: 1px solid #c7c7c7; padding-top: 48px; }
.co_rated h4{ font-size: 30px; font-family: MontserratBold; }
.co_rated p{ color: #444; margin-top: 12px; font-size: 16px; font-family: MontserratMedium; }
.cof_info{ }
.cof_info input, .cof_info textarea{ width: 100%; border: 1px solid #d9d9d9; background: #fff; font-family: Montserrat-ExtraLight; color: #000; font-size: 16px; padding:18px 15px; }
.cof_info ul{ overflow: hidden; }
.cof_info ul li{margin-bottom: 12px; position: relative; width: 100%;}
.cof_info textarea{ height: 162px; resize: none; }
.cof_info button{ width:162px; transition: all 0.3s; height: 55px; font-size: 16px; font-family: MontserratMedium; display: block; color: #fff; text-align: center; background: #153791; border:none; cursor: pointer;  }
.cof_info input::-webkit-input-placeholder,.cof_info textarea::-webkit-input-placeholder { color: #888;}
.cof_info input:-moz-placeholder,.cof_info textarea:-moz-placeholder {color: #888;}
.cof_info ul li:last-child{ margin-bottom: 0; border: none; }
.cof_info button:hover{ transform: translateX(10px); }


.aligncenter {
    display: block !important;
    margin: 0 auto!important;
}

@media screen and (max-width: 1680px){
  .inab_div{ padding-left: 120px; }
  .inhap_di{ padding: 90px 80px 80px; }
}

@media screen and (max-width: 1600px){
  nav li{ margin: 0 10px; }
  nav li>a{ font-size: 14px; padding: 0 6px; }
  .logo{ left: 0; }
  .head_rcon{ right: -30px; }
  nav{ margin-right: 60px; }
  .inab_div{ padding-left: 82px; }
  .inab_tit h2{ font-size: 45px; line-height: 44px; }
  .inab_ledi .ina_molink{ margin-top: 50px; }

}

@media screen and (max-width: 1440px){
  .warper{ width: 88%; }
  .big-container{ padding: 0 4rem; }
  nav li>a{ padding: 0 6px; }
  nav li{ margin: 0 8px; }
  .banner .slick-dots{ bottom: 40px; }
  .inab_ledi{ padding-top: 80px; padding-right: 80px; }
  .inab_num{ padding: 80px 120px 80px 60px; }
  .inab_txt{ margin-top: 20px; }
  .ina_mapr{ margin-top: 26px; }
  .inhap_di{ padding: 60px 25px 50px; }
  .inhspitem{ padding-bottom: 35px; }
  .inhs_txt{ padding: 0 15px; }
  .inhs_txt span{ margin-top: 15px; }
  .icoulli li{ margin-bottom: 42px; }
  .innec_di{ padding: 80px 0; }
  .inntxd{ padding: 90px 84px 0 38px; }
  .info_ri{ padding-top: 0; padding-left: 35px; }
  .fo_dect{ margin-top: 32px; }
  .su_ble h4{ font-size: 58px; }
  .subbanner{ padding: 62px 0; }
  .ab_ser{ padding: 70px 0; }
  .ase_ul li{ padding: 40px 20px 40px; }
  .ase_ul li h5{ margin-top: 12px; }
  .ab_hisdi{ padding: 80px 0 50px 0; }
  .ab_facd{ margin-top: 30px; }
  .abhisul li h5{ font-size: 30px; }
  .pro_war{ padding: 60px 0; }
  .pr_tedi{ padding: 0 0 0 60px; }
  .pro_war .pro_itemd:nth-of-type(even) .pr_tedi{ padding: 0 60px 0 0; }
  .pomain{ padding-top: 50px; }
  .news_box{ padding-top: 50px; padding-bottom: 80px; }
  .con_item i{ width: 80px; height: 80px; line-height: 80px; font-size: 40px; }
  .con_item p{ margin-top: 15px; margin-bottom: 6px; }
  .con_item a, .con_item span{ font-size: 18px; }
  .con_item{ padding: 50px 10px; }
  .con_fori{ padding-left: 0; }
}


@media screen and (max-width: 1366px){
  .inab_tit h2{ font-size: 40px; }
  .inab_ledi{ padding-top: 70px; padding-right: 40px; }
  .ina_mapr h3{ font-size: 26px; }
  .inhaswi .slick-dots{ margin-top: 12px; }
  .innr_itedi{ padding: 20px; }
  .innec_di{ padding: 60px 0; }
  footer{ padding-top: 65px; }
  .su_ble h4{ font-size: 45px; }
  .su_bri{ width: 63%; }
  .su_ble{ width: 37%; }
  .subbanner{ padding: 45px 0; }
  .pr_tedi h3{ font-size: 30px; }
  .pr_leul{ margin-top: 25px; }
  .pr_tedi span{ margin-top: 20px; }
  .pro_itemd{ margin-bottom: 20px; }
  .pro_lxbtn{ padding-right: 80px; }
  .pr_mari dl dd{ margin-bottom: 6px; }
  .co_rated{ margin-top: 35px; padding-top: 28px; }
}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  .big-container{ padding: 0 2rem; }
  .inab_div{ padding-left: 60px; }
  .ine_rid{ padding-top: 50px; }
  .innr_itedi{ padding: 12px; }
  .pro_lxbtn{ padding-right: 0; }
  .con_ullx li{ padding: 20px 0; }
  
}

.mob-panel,.mob-mask{display: none;}



@media screen and (max-width: 1024px){
  .banner_home{ margin-top: 62px; }
  .po_delwa{ padding-top: 10px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
  header,.position, .page_h{ height: 62px; background: #333; }
  .pohe{ background: #153791 !important; }
  .logo img,.position .logo img{ height:33px; width: auto; }
  .logo{ top: 50%; left: 0; transform: translateY(-50%); }
  .warper{ width: 96%; }
  .big-container{ padding: 0 1rem; }
  .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: #153791 ; color: #fff; }
  #nav .nav-button i{ color: #fff; }
  body{ font-size: 16px; }
  nav li a:before,.h_top,nav li:nth-of-type(2) a:after, nav li:nth-of-type(3) a:after{ display: none; }
  #nav .nav-button{ top: 13px; background: #153791; }
  nav dl{ left: 0;  top: 0; padding: 0; border:none; width: auto;  background: #434343;  position: inherit;  opacity: 1; height: auto !important; display: block !important; }
  nav li dd a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
  nav li:hover dl{ left: 0; opacity: 1; }
  nav li dl dd a{ color: #fff !important; padding: 10px 22px; white-space: normal; font-size: 16px; }
  nav dl dd:hover div,nav li a:before,.home_tit img{display: none;}
  nav li dl dd a:hover{ background: #153791 !important;}
  nav dl dd{ border: none; }
  nav li>a{ font-size: 18px; }
  .nav_show li p{ font-size: 16px; }
  nav dl dd div{ display: none; position: initial; left: 0; width: 100%; background: #89898a; }
  nav dl dd div a{ font-size: 15px; }
  nav dl dd:hover div,.head_rcon,.ban_bod,.ban_media{display: none;}
  nav li .nav_dropdown{ position: inherit; background:#434343; display: block; min-width: auto; box-shadow: none; top: auto; left: auto; padding: 0; }
  nav li .nav_dropdown li a{ color:#fff !important; padding:10px 35px; border-bottom:1px solid #555; }
  nav li .nav_dropdown li a:hover{ background:#153791 !important; }
  #nav .nav-button{ right:10px; }
  nav li.on a:after, nav li:hover a:after,.mouse_scrll{ display: none; }
  nav li:before{ display: none; }
  .inab_div{ padding: 0 15px; }
  .inab_ledi{ padding: 50px 0; float: none; width: 100%; }
  .inab_tit h2{ margin-top: 5px; font-size: 30px; }
  .inab_tit p{ font-size: 18px; }
  .inab_txt{ margin-top: 8px; }
  .ina_mapr{ margin-top: 15px; }
  .inab_ledi .ina_molink{ margin-top: 20px; }
  .inab_ridi{ width: 100%; float: none; }
  .inab_num{ padding: 50px; }
  .innum_ul{ margin: 32px 0; }
  .innum_ul li b{ font-size: 40px; }
  .inhap_di{ padding: 50px 20px; }
  .inco_di{ padding: 60px 0; }
  .icoulli{ width: 100%; }
  .inco_di:before{ width: 100%; background: rgba(0, 0, 0, 0.6); }
  .innec_di{ padding: 52px 0; }
  .ine_led{ width: 100%; float: none; }
  .inleitem .inle-overlay{ width: 100%; background: rgba(0,0,0,0.6); }
  .ine_rid{ width: 100%; padding-top: 25px; float: none; padding-left: 0; }
  footer{ padding-top: 45px; }
  .info_le{ width: 100%; float: none; }
  .info_ri{ margin-left: 0; padding-left: 0; margin-top: 12px; }
  .info_div{ padding: 30px; }
  .info_div .inab_tit h2{ font-size: 28px; }
  .ifot_lx{ margin-top: 20px; }
  .ifot_lx li{ margin-bottom: 12px; }
  .fo_dect{ margin-top: 20px; }
  .fo_cori{ display: none; }
  .fo_cole{ width: 100%; float: none; padding: 15px 0; }
  .fo_mes{ margin-top: 14px; }
  .subbanner{ padding: 25px 0; }
  .su_ble h4{ font-size: 34px; padding-bottom: 0; }
  .su_ble h4:before{ display: none; }
  .su_ble{ float: none; width: 100%; }
  .su_bri{ float: none; margin-top: 10px; width: 100%; padding: 0; }
  .su_bri h5{ margin-bottom: 8px; }
  .ab_ser{ padding: 40px 0; }
  .ase_ul{ margin-top: 20px; flex-wrap: wrap; }
  .ase_ul li{ padding: 25px 15px; display: inline-block; width: 49%; margin-bottom: 12px; }
  .ase_ul li:nth-of-type(even){ margin-right: 0; }
  .icoulli li{ margin-bottom: 25px; }
  .ab_hisdi{ padding: 45px 0 25px 0; }
  .inab_tit h2{ line-height: 32px; }
  .abhisul li{ margin-bottom: 10px; padding: 30px; }
  .abhisul li h5{ font-size: 28px; }
  .ab_fapic li{ width: 49%; margin-right: 2%; }
  .ab_fapic{ margin-bottom: 11px; }
  .info_div{ padding: 20px; }
  .pohe{ height: 62px; }
  .pohe .warper{ height: 62px; }
  .pro_war{ padding: 30px 0; }
  .pr_ole{ padding: 50px 0 0 0; }
  .pr_leul li{ margin-bottom: 12px; }
  .pr_tedi{ padding: 0 0 0 35px; }
  .pro_war .pro_itemd:nth-of-type(even) .pr_tedi{ padding: 0 35px 0 0; }
  .pr_tedi h3{ font-size: 25px; }
  .pomain{ padding-top: 35px; }
  .pr_male{ width: 100%; float: none; }
  .pr_mari{ margin-left: 0; padding: 0; margin-top: 12px; }
  .pr_mari dl{ margin-top: 12px; }
  .pro_lxbtn{ margin-top: 18px; }
  .share{ margin-top: 12px; }
  .pomain{ margin-bottom: 30px; }
  .de_h2 h2{ font-size: 21px; }
  .de_inlet{ width: 100%; float: none; padding: 0; }
  .de_inlet p{ margin-bottom: 8px; }
  .de_inrit{ width: 100%; float: none; padding: 0; margin-top: 12px; grid-template-columns:repeat(2, 1fr); }
  .de_intrbox{ display: block; }
  .pde_fea{ margin-top: 35px; padding: 35px 0; }
  .po_feh2{ font-size: 26px; margin-bottom: 10px; }
  .pde_tab{ padding: 25px 0; }
  .del_table table tr td,
  .del_table table tr th{ padding: 10px 12px; font-size: 14px; }
  .pde_inqu{ padding: 35px 0; }
  .inhspitem{ padding-bottom: 22px; }
  .inhs_txt h3{ font-size: 18px; }
  .inhs_txt p{ margin-top: 10px; }
  .news_box{ padding-top: 35px; padding-bottom: 50px; }
  .con_ullx li{ padding: 0; }
  .con_item{ padding: 40px 10px; }
  .con_ullx{ flex-wrap: wrap; }
  .con_ullx li{ width: 49%; margin-bottom: 10px; border-radius: 0; }
  .con_ullx li:nth-of-type(even){ margin-right: 0; }
  .con_ullx li:before,.con_item{ border-radius: 0; }
  .con_item i{ width: 70px; height: 70px; line-height: 70px; font-size: 30px; }
  .con_form{ margin-top: 25px; }
  .con_fole{ width: 100%; float: none; padding: 0; }
  .con_fori{ width: 100%; float: none; margin-top: 12px; }
  .co_ppfo{ margin-top: 15px; }
  .co_rated{ margin-top: 15px; padding-top: 15px; }
  .co_rated h4{ font-size: 22px; }
  .cof_info ul li{ margin-bottom: 6px; }
  .banner .slick-dots{ bottom: 20px; }
  .banner-arrow{ width: 36px; height: 36px; font-size: 26px; line-height: 32px; border-width: 1px; }
  .banner-prev{ left: 12px; }
  .banner-next{ right: 12px; }
  header{ border-bottom: none; }
}

@media screen and (max-width: 768px){
  .inab_ledi{ padding: 30px 0; }
  .inab_tit h2{ font-size: 25px; }
  .ina_mapr h3{ font-size: 23px; }
  .inab_num{ padding: 30px; }
  .innum_ul{ margin: 18px 0; }
  .innum_ul li b{ font-size: 32px; }
  .inhap_di{ padding: 40px 10px; }
  .icon_div h4{ margin-bottom: 8px; }
  .inco_di{ padding: 32px 0; }
  .icon_div b{ font-size: 32px; }
  .icon_div{ padding-left: 42px; }
  .innec_di{ padding: 38px 0; }
  .pro_itemd:before{ display: none; }
  .pr_ole{ width: 100%; float: none; padding: 0; }
  .pr_ori{ width: 100%; float: none; }
  .pr_topim{ display: none; }
  .pr_bopim{ margin-top: 15px; }
  .pr_tedi{ padding: 0 !important; }
  .pro_war .pro_itemd:nth-of-type(even) .pr_ole,.pro_war .pro_itemd:nth-of-type(even) .pr_ori{ float: none; }
  .nes_gds .item{ margin: 0; }
  .ne_arr .nes_prev{ left: 15px; }
  .ne_arr .nes_next{ right: 15px; }
  .nes_list li{ margin-bottom: 15px; }
  .nes_ri{ padding: 20px 18px 0; }
  .infocon h1{ font-size: 24px; line-height: 26px; }
  .infocon .time{ margin: 10px 0; }
  .infocon p{ line-height: 24px; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #153791; }
  .banner .slick-dots{ bottom: 15px; }
  .inab_div{ padding: 0 10px; }
  .inab_ledi{ padding: 15px 0; }
  .inab_tit h2{ font-size: 21px; line-height: 26px; }
  .inab_tit p{ font-size: 16px; }
  .ina_mapr{ margin-top: 10px; }
  .inab_ledi .ina_molink{ margin-top: 14px; }
  .inab_num{ padding: 10px; }
  .innum_ul li:before{ display: none; }
  .innum_ul{ flex-wrap: wrap; }
  .innum_ul li{ width: 100%; }
  .inhap_di{ padding: 18px 10px; }
  .icon_div{ padding-right: 0; }
  .icon_div a{ position: static; display: inline-block; margin-top: 6px; }
  .innec_di{ padding: 15px 0; }
  .inntxd{ padding: 40px 12px 0; }
  .inntxd p{ margin-top: 5px; }
  .inntxd img{ margin-top: 12px; }
  .inlegds .slick-dots{ margin-top: 10px; }
  .ine_rid{ padding-top: 10px; }
  .innr_itedi .changpic{ margin-top: 10px; }
  footer{ padding-top: 25px; }
  .info_div{ padding: 20px 15px; }
  .fo_dect,.fo_med{ display: none; }
  .fo_h5{ font-size: 22px; }
  .foiry_info li{ width: 100%; margin-right: 0; float: none; margin-bottom: 5px; }
  .fo_cop{ margin-top: 12px; }
  .backToTop{ width: 42px; height: 42px; }
  .su_ble h4{ font-size: 24px; }
  .su_bri h5{ font-size: 17px; }
  .subbanner{ padding: 15px 0; }
  .ab_ser{ padding: 20px 0; }
  .ase_ul li{ padding: 12px; }
  .ase_ul li h5{ margin-top: 8px; margin-bottom: 10px; }
  .ase_ul li i{ width: 50px; height: 50px; line-height: 50px; font-size: 24px; }
  .ab_hisdi{ padding: 15px 0; }
  .abhisul li{ padding: 12px; }
  .abhisul li h5{ font-size: 24px; }
  .ab_facd{ margin-top: 12px; }
  .ab_facd{ flex-wrap: wrap; }
  .ab_fale{ width: 100%; margin-right: 0; }
  .ab_fari{ width: 100%; margin-top: 5px; }
  .pro_war{ padding: 15px 0; }
  .pr_leul li{ padding-left: 0; }
  .pr_leul li h6{ font-size: 17px; margin-bottom: 6px; }
  .pr_leul li i{ display: none; }
  .pr_leul{ margin-top: 12px; }
  .pomain{ padding-top: 10px; }
  .pr_mari h1{ font-size: 20px; line-height: 30px; }
  .pro_lxbtn a{ width: 100%; }
  .pro_lxbtn a:last-child{ margin-left: 0; margin-top: 10px; }
  .pomain{ margin-bottom: 12px; }
  .de_h2:before{ background: #153791; }
  .de_h2{ margin-bottom: 10px; }
  .pde_fea{ margin-top: 15px; padding: 20px 0; }
  .po_feh2{ font-size: 22px; }
  .pde_tab{ padding: 20px 0; }
  .del_table table tr td,
  .del_table table tr th{ padding: 6px 8px; font-size: 13px; }
  .pde_inqu{ padding: 18px 0; }
  .quiry_info li{ width: 100%; margin-bottom: 5px; float: none; }
  .quiry_info input, .quiry_info textarea{ padding: 10px 15px; }
  .news_box{ padding-top: 15px; padding-bottom: 20px; }
  .nes_txt{ padding: 12px; }
  .nes_txt h3{ font-size: 19px; }
  .ne_arr span i{ font-size: 30px; }
  .nes_list{ margin-top: 12px; }
  .nes_le{ width: 100%; float: none; }
  .nes_ri{ margin-left: 0; padding: 10px; }
  .nes_ri p,.nes_ri span{ margin-top: 6px; }
  .infocon h1{ font-size: 20px; line-height: 22px; }
  .infocon p{ font-size: 15px; line-height: 22px; }
  .infocon img{ margin: 10px 0; }
  .con_ullx li{ width: 100%; margin-bottom: 6px; margin-right: 0; }
  .con_item{ padding: 25px 10px; }
}

/* ============================================
   Mobile: logo vertical center fix
   ============================================ */
@media screen and (max-width:1024px){
  #header .warper{ height:62px; }
  .logo{ top:50% !important; transform:translateY(-50%); left:0; }
  #nav nav{ display:none !important; }
  .close-nav{ display:none !important; }
  /* Mobile nav panel */
  .mob-mask{ position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.4); z-index:9999; display:none; }
  .mob-mask.show{ display:block; }
  .mob-panel{ display:block !important; position:fixed; top:0; right:-300px; width:280px; height:100%; background:#fff; z-index:10000; overflow-y:auto; transition:right 0.3s; box-shadow:-2px 0 12px rgba(0,0,0,0.15); }
  .mob-panel.open{ right:0; }
  .mob-panel-head{ padding:16px 20px; background:#153791; color:#fff; font-size:16px; font-family:MontserratBold; display:flex; justify-content:space-between; align-items:center; }
  .mob-panel-close{ font-size:26px; cursor:pointer; font-weight:300; line-height:1; }
  .mob-panel-list{ }
  .mob-panel-list li{ border-bottom:1px solid #eee; display:flex; flex-wrap:wrap; }
  .mob-panel-list > li > a{ flex:1; min-width:0; padding:14px 20px; font-size:15px; color:#333; font-family:MontserratMedium; }
  .mob-panel-list > li.active > a{ color:#153791; background:#f5f7fc; }
  .mob-panel-arrow{ flex:none; width:44px; display:flex; align-items:center; justify-content:center; font-family:rv-iconfont; font-size:12px; color:#999; cursor:pointer; transition:transform 0.25s; }
  .mob-panel-sub{ width:100%; }
  .mob-panel-list > li.open > .mob-panel-arrow{ transform:rotate(90deg); color:#153791; }
  .mob-panel-sub{ display:none; background:#f8f9fb; }
  .mob-panel-list > li.open > .mob-panel-sub{ display:block; }
  .mob-panel-sub a{ display:flex; align-items:center; gap:10px; padding:10px 20px 10px 30px; font-size:14px; color:#555; border-top:1px solid #eef0f3; }
  .mob-panel-sub a img{ width:32px; height:32px; object-fit:contain; border-radius:4px; flex:none; }
  .mob-panel-sub a:hover{ color:#153791; background:#fff; }
}

/* --- .container (same as head-merged.css) --- */
.container{ padding:0 160px; }
@media screen and (max-width:1440px){ .container{ padding:0 4rem; } }
@media screen and (max-width:1280px){ .container{ padding:0 2rem; } }
@media screen and (max-width:600px){ .container{ padding:0 1rem; } }

/* ============================================
   Homepage: Customer Cases
   ============================================ */
.rv-cases-sec{ padding:80px 0; }
.rv-cases-grid{ display:flex; flex-wrap:wrap; gap:24px; margin-top:30px; }
.rv-case-card{ flex:1; min-width:280px; background:#fff; border-radius:8px; overflow:hidden; transition:box-shadow 0.3s,transform 0.3s; }
.rv-case-card:hover{ box-shadow:0 8px 30px rgba(0,0,0,0.12); transform:translateY(-4px); }
.rv-case-thumb{ display:block; overflow:hidden; }
.rv-case-thumb img{ width:100%; aspect-ratio:16/10; object-fit:cover; transition:transform 0.4s; }
.rv-case-card:hover .rv-case-thumb img{ transform:scale(1.06); }
.rv-case-body{ padding:24px 24px 32px; }
.rv-case-body h3{ font-size:20px; line-height:28px; font-family:MontserratBold; margin-bottom:10px; }
.rv-case-body h3 a{ color:#222; }
.rv-case-body h3 a:hover{ color:#153791; }
.rv-case-desc{ font-size:14px; line-height:22px; color:#888; margin-bottom:20px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.rv-case-btns{ display:flex; gap:10px; }
.rv-case-btn1{ flex:1; text-align:center; padding:10px 0; font-size:14px; font-family:MontserratMedium; color:#fff; background:#153791; border-radius:24px; transition:all 0.3s; }
.rv-case-btn1:hover{ background:#0d2a6b; color:#fff; }
.rv-case-btn2{ flex:1; text-align:center; padding:10px 0; font-size:14px; font-family:MontserratMedium; color:#666; border:2px solid #eaeaea; border-radius:24px; transition:all 0.3s; }
.rv-case-btn2:hover{ border-color:#153791; color:#153791; }
@media screen and (max-width:800px){
  .rv-cases-grid{ flex-direction:column; }
  .rv-case-card{ min-width:auto; }
  .rv-cases-sec{ padding:40px 0; }
}

/* ============================================
   Mobile: Homepage polish (News, spacing, cards)
   ============================================ */
@media screen and (max-width:1024px){
  /* News: mobile restyle, image+title, no description */
  .ine_led{ float:none; width:100%; margin-bottom:14px; }
  .ine_rid{ float:none; width:100%; padding:0; }
  .innedibo{ display:flex; flex-direction:column; gap:12px; }
  /* Featured news */
  .inleitem .changpic{ aspect-ratio:16/9; }
  .inleitem .changpic img{ width:100%; height:100%; object-fit:cover; }
  .inleitem .inle-overlay{ display:none; }
  .inntxd{ position:static; width:100%; padding:10px 0 0; color:#333; }
  .inntxd h3{ font-size:15px; line-height:22px; color:#222; }
  .inntxd p,.inntxd img{ display:none; }
  /* Side news: vertical cards */
  .inr_nesul{ flex-direction:column; gap:12px; }
  .inr_nesul li{ width:100%; margin:0; }
  .innr_itedi{ background:#fff; border-radius:6px; overflow:hidden; }
  .innr_itedi a{ display:block; }
  .innr_itedi .changpic{ margin:0; aspect-ratio:16/9; }
  .innr_itedi .changpic img{ width:100%; height:100%; object-fit:cover; }
  .innr_itedi h3{ font-size:15px; line-height:22px; padding:10px 12px; }
  .innr_itedi p{ display:none; }
  /* Section spacing */
  .innec_di{ padding:36px 0; }
  .inab_div{ padding:0 10px; }
  .inab_ledi{ padding:25px 0; }
  .inab_ridi{ width:100%; float:none; }
  .inab_tit h2{ font-size:28px; line-height:34px; }
  /* About stats */
  .inab_num{ padding:24px; }
  .innum_ul{ margin:18px 0; flex-wrap:wrap; gap:10px; }
  .innum_ul li{ width:100%; font-size:16px; }
  .innum_ul li b{ font-size:32px; }
  /* Hot products carousel */
  .inhap_di{ padding:30px 10px; }
  .inhs_txt{ padding:0 8px; }
  .inhs_txt h3{ font-size:15px; }
  .inhs_txt p{ font-size:13px; height:40px; margin-top:6px; }
  .inhs_txt span{ margin-top:10px; padding:8px 16px; font-size:14px; }
  /* Company philosophy */
  .inco_di{ padding:40px 0; }
  .icoulli{ width:100%; }
  .icon_div{ padding-left:50px; padding-right:0; }
  .icon_div b{ font-size:32px; }
  .icon_div h4{ font-size:16px; margin-bottom:6px; }
  .icon_div a{ position:static; display:inline-block; margin-top:8px; }
  .icoulli li{ margin-bottom:24px; }
  /* Cases */
  .rv-case-body{ padding:16px; }
  .rv-case-body h3{ font-size:17px; line-height:24px; }
  .rv-case-btn1,.rv-case-btn2{ font-size:13px; padding:8px 0; }
}
@media screen and (max-width:600px){
  .inntxd h3,
  .innr_itedi h3{ font-size:14px; line-height:20px; }
  .inab_tit h2{ font-size:24px; }
  .inab_tit p{ font-size:14px; }
  .inhs_txt span{ font-size:13px; padding:6px 14px; }
  .icoulli li{ margin-bottom:16px; }
  .icon_div{ padding-left:42px; }
  .icon_div b{ font-size:26px; }
  .icon_div h4{ font-size:14px; }
  .rv-cases-grid{ gap:14px; }
  .rv-case-thumb img{ aspect-ratio:4/3; }
}

/* ============================================
   Homepage: Product Categories Carousel
   ============================================ */
.rv-category-sec{ padding:80px 0 72px; background:#f5f5f5; }
.rv-cat-carousel{ margin-top:42px; }
.rv-cat-carousel .item{ padding:0 16px; }
.rv-cat-carousel .slick-track{ display:flex !important; }
.rv-cat-carousel .slick-slide{ height:unset !important; float:none; }
.rv-cat-card{ background:#fff; border-radius:10px; overflow:hidden; transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); box-shadow:0 2px 12px rgba(0,0,0,0.05); height:100%; }
.rv-cat-card:hover{ box-shadow:0 10px 36px rgba(0,0,0,0.1); transform:translateY(-5px); }
.rv-cat-card a{ display:flex; flex-direction:column; height:100%; }
.rv-cat-thumb{ display:flex; align-items:center; justify-content:center; height:220px; padding:5px 5px; background:#fafbfc; overflow:hidden; flex:none; }
.rv-cat-thumb img{ max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain; transition:transform 0.5s ease; }
.rv-cat-card:hover .rv-cat-thumb img{ transform:scale(1.08); }
.rv-cat-caption{ padding:22px 20px 28px; text-align:center; flex:1; display:flex; flex-direction:column; justify-content:center; }
.rv-cat-caption h3{ font-size:18px; font-family:MontserratSemiBold; color:#1a1a1a; line-height:1.4; transition:color 0.3s; }
.rv-cat-card:hover .rv-cat-caption h3{ color:#153791; }
.rv-cat-btn{ display:inline-block; margin-top:14px; padding:9px 22px; font-size:14px; font-family:MontserratMedium; color:#153791; border:1.5px solid #153791; border-radius:24px; transition:all 0.35s ease; align-self:center; }
.rv-cat-btn i{ display:inline-block; margin-left:4px; font-style:normal; transition:transform 0.35s ease; }
.rv-cat-card:hover .rv-cat-btn{ background:#153791; color:#fff; box-shadow:0 4px 16px rgba(21,55,145,0.3); }
.rv-cat-card:hover .rv-cat-btn i{ transform:translateX(3px); }

/* Slick dots */
.rv-cat-carousel .slick-dots{ position:static; margin-top:38px; }
.rv-cat-carousel .slick-dots li{ width:auto; height:auto; margin:0 7px; }
.rv-cat-carousel .slick-dots li button{ width:12px; height:12px; border-radius:12px; background:#d0d3d9; padding:0; border:none; transition:all 0.35s; }
.rv-cat-carousel .slick-dots li.slick-active button{ background:#153791; width:32px; }

@media screen and (max-width:1600px){
  .rv-cat-thumb{ height:200px; padding:30px 24px; }
  .rv-cat-caption h3{ font-size:17px; }
}
@media screen and (max-width:1440px){
  .rv-category-sec{ padding:64px 0 56px; }
  .rv-cat-carousel{ margin-top:34px; }
  .rv-cat-carousel .item{ padding:0 12px; }
  .rv-cat-thumb{ height:180px; padding:26px 20px; }
  .rv-cat-caption h3{ font-size:16px; }
  .rv-cat-caption{ padding:18px 14px 24px; }
  .rv-cat-btn{ margin-top:10px; padding:7px 18px; font-size:13px; }
}
@media screen and (max-width:1024px){
  .rv-category-sec{ padding:48px 0 40px; }
  .rv-cat-carousel{ margin-top:26px; }
  .rv-cat-carousel .item{ padding:0 10px; }
  .rv-cat-thumb{ height:160px; padding:22px 16px; }
  .rv-cat-caption h3{ font-size:15px; }
  .rv-cat-caption{ padding:14px 10px 18px; }
  .rv-cat-btn{ margin-top:8px; padding:6px 14px; font-size:12px; }
  .rv-cat-carousel .slick-dots{ margin-top:24px; }
}
@media screen and (max-width:600px){
  .rv-category-sec{ padding:30px 0 24px; }
  .rv-cat-carousel{ margin-top:16px; }
  .rv-cat-carousel .item{ padding:0 8px; }
  .rv-cat-thumb{ height:180px; padding:18px 12px; }
  .rv-cat-caption h3{ font-size:14px; }
  .rv-cat-caption{ padding:12px 8px 16px; }
  .rv-cat-btn{ margin-top:8px; padding:5px 12px; font-size:12px; }
  .rv-cat-carousel .slick-dots{ margin-top:18px; }
}

/* ============================================
   Homepage: Hot Products Grid — reuses .inhspitem card style
   ============================================ */
.inhap_di{ padding:92px 0 86px; background:#f5f5f5; }
.inhap_grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:24px; margin-top:20px; }
.inhap_grid .inhspitem{ padding-bottom:44px; background:#fff; border-radius:10px; overflow:hidden; transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.inhap_grid .inhspitem:hover{ box-shadow:0 10px 36px rgba(0,0,0,0.1); transform:translateY(-5px); }
.inhap_grid .changpic img{ aspect-ratio:4/3; transition:transform 0.5s ease; }
.inhap_grid .inhspitem:hover .changpic img{ transform:scale(1.08); }
.inhap_grid .inhs_txt span{ transition:all 0.35s ease; position:relative; overflow:hidden; }
.inhap_grid .inhs_txt span img{ transition:transform 0.35s ease; }
.inhap_grid .inhspitem:hover .inhs_txt span{ background:#0d2a6b; box-shadow:0 6px 20px rgba(21,55,145,0.35); transform:translateY(-2px); }
.inhap_grid .inhspitem:hover .inhs_txt span img{ transform:translateX(4px); }

@media screen and (max-width:1440px){
  .inhap_grid{ gap:18px; }
}
@media screen and (max-width:1200px){
  .inhap_grid{ grid-template-columns:repeat(3, 1fr); gap:16px; }
}
@media screen and (max-width:800px){
  .inhap_grid{ grid-template-columns:repeat(2, 1fr); gap:14px; }
  .inhap_grid .inhspitem{ padding-bottom:34px; }
  .inhs_txt span{ width:auto; padding:10px 22px; font-size:14px; }
}
@media screen and (max-width:500px){
  .inhap_grid{ grid-template-columns:repeat(2, 1fr); gap:10px; }
  .inhap_grid .inhspitem{ padding-bottom:26px; }
  .inhs_txt{ padding:0 12px; }
  .inhs_txt h3{ font-size:15px; }
  .inhs_txt p{ height:40px; font-size:13px; margin-top:8px; }
  .inhs_txt span{ width:auto; padding:8px 16px; font-size:13px; margin-top:14px; }
}

/* ============================================
   Homepage: Featured Products — 1:1 reference style
   ============================================ */
.rv-featured-sec{ background:url(../picture/section_probg.jpg) no-repeat center top; padding:80px 0 60px; }
.rv-featured-sec .inab_tit{ margin-bottom:50px; }
.rv-featured-wrap{ background:url(../picture/section_pro2.png) no-repeat center top; padding-top:50px; overflow:hidden; }
.rv-featured-carousel{ max-width:1300px; margin:0 auto; padding-top: 50px;}
.rv-featured-carousel .slick-list{ overflow:visible !important; }
.rv-featured-carousel .item{ text-align:center; font-size:18px; padding:0 6px; }
.rv-featured-card{ transition:transform 0.4s ease, opacity 0.4s ease; transform:scale(0.72); opacity:0.55; }
.rv-featured-carousel .slick-center .rv-featured-card{ transform:scale(1.12); opacity:1; }
.rv-featured-card a{ display:block; }
.rv-featured-card img{ display:block; width:100%; max-width:100%; }
.rv-featured-card h3,
.rv-featured-card p{ display:none; }
.rv-featured-carousel .slick-center .rv-featured-card h3,
.rv-featured-carousel .slick-center .rv-featured-card p{ display:block; }
.rv-featured-card h3{ font-size:20px; font-family:MontserratBold; color:#1a1a1a; margin-top:12px; }
.rv-featured-card p{ font-size:13px; color:#666; line-height:20px; margin-top:6px; padding:0 10px; height:40px; overflow:hidden; }
.rv-featured-more{ text-align:center; margin-top:50px; }
.rv-featured-more a{ display:inline-block; padding:14px 40px; font-size:17px; font-family:MontserratMedium; color:#fff; background:linear-gradient(90deg, #ff7b3d, #ff5722); border-radius:40px; box-shadow:0 4px 16px rgba(255,87,34,0.3); transition:all 0.35s ease; }
.rv-featured-more a i{ display:inline-block; margin-left:10px; font-family:rv-iconfont; font-size:14px; font-style:normal; transition:transform 0.35s; vertical-align:middle; }
.rv-featured-more a:hover{ box-shadow:0 8px 28px rgba(255,87,34,0.45); transform:translateY(-2px); color:#fff; }
/* Slick center-mode track */
.rv-featured-carousel .slick-track{ display:flex; align-items:center; }
.rv-featured-carousel .slick-slide{ float:none; height:unset; }
.rv-featured-carousel .slick-dots{ position:static; margin-top:20px; }
.rv-featured-carousel .slick-dots li{ width:auto; height:auto; margin:0 5px; }
.rv-featured-carousel .slick-dots li button{ width:12px; height:12px; border-radius:12px; background:#ccc; padding:0; border:none; }
.rv-featured-carousel .slick-dots li.slick-active button{ background:#ff632f; }

@media screen and (max-width:1440px){
  .rv-featured-sec{ padding:60px 0 50px; }
}
@media screen and (max-width:1024px){
  .rv-featured-sec{ padding:30px 0; }
  .rv-featured-wrap{ background-image:none; padding-top:0; }
  .rv-featured-carousel .slick-list{ overflow:hidden !important; }
  .rv-featured-card{ transform:scale(1); opacity:1; }
  .rv-featured-carousel .slick-center .rv-featured-card{ transform:scale(1); }
  .rv-featured-more img{ width:160px; }
}
@media screen and (max-width:600px){
  .rv-featured-title{ font-size:22px; background-image:none; }
  .rv-featured-card h3{ font-size:16px; }

.rv-featured-carousel{padding-top: 10px;}

}

/* ============================================
   Homepage: Why Choose Us — 1:1 reference style
   ============================================ */
.rv-choose-sec{ overflow:hidden; padding-bottom:50px; }
.rv-choose-head{ background:#153791; text-align:center; padding:60px 0 74px; position:relative; }
.rv-choose-head h2{ font-size:40px; font-family:MontserratBold; color:#fff; margin-bottom:10px; }
.rv-choose-head p{ font-size:17px; color:rgba(255,255,255,0.85); font-family:MontserratRegular; }
.rv-choose-arrow{ display:block; position:absolute; bottom:-20px; left:50%; transform:translateX(-50%); width:0; height:0; border-left:28px solid transparent; border-right:28px solid transparent; border-top:20px solid #153791; }
.rv-choose-list{ margin-top:60px; }
.rv-choose-item{ overflow:hidden; margin-bottom:60px; }
.rv-choose-item:last-child{ margin-bottom:0; }
.rv-choose-item dt{ width:50%; float:right; text-align:right; }
.rv-choose-item dt img{ display:block; max-width:100%; height:auto; }
.rv-choose-reverse dt{ float:left; text-align:left; }
.rv-choose-item dd{ width:50%; float:left; }
.rv-choose-item dd h3{ height:76px; background:url(../picture/section5_5.png) no-repeat left center; line-height:76px; font-size:24px; font-family:MontserratBold; color:#1a1a1a; }
.rv-choose-item dd h3 em{ display:inline-block; width:60px; text-align:center; margin-right:30px; color:#fff; font-style:normal; font-size:22px; }
.rv-choose-item dd h4{ font-size:17px; font-family:MontserratMedium; color:#555; margin-left:90px; margin-top:-8px; margin-bottom:40px; }
.rv-choose-desc{ background:url(../picture/section5_6.png) no-repeat 0 12px; padding-left:40px; }
.rv-choose-desc p{ font-size:16px; line-height:26px; position:relative; border-bottom:1px dashed #909090; padding-bottom:15px; color:#666; }
.rv-choose-desc p:last-child{ border:0; padding-top:10px; }
@media screen and (max-width:1440px){
  .rv-choose-item dd h3{ font-size:21px; height:64px; line-height:64px; }
  .rv-choose-desc p{ font-size:15px; }
}
@media screen and (max-width:1024px){
  .rv-choose-head{ padding:36px 0 50px; }
  .rv-choose-head h2{ font-size:30px; }
  .rv-choose-head p{ font-size:15px; }
  .rv-choose-list{ margin-top:40px; }
  .rv-choose-item dt{ float:none; width:100%; text-align:center; margin-bottom:20px; }
  .rv-choose-item dt img{ display:inline-block; max-width:80%; }
  .rv-choose-item dd{ width:100%; float:none; }
  .rv-choose-item dd h3{ height:auto; line-height:1.3; padding:14px 0 14px 50px; background-position:left center; background-size:auto 50px; }
  .rv-choose-item dd h3 em{ width:50px; margin-right:16px; font-size:18px; }
  .rv-choose-item dd h4{ margin-left:66px; margin-bottom:20px; }
}
@media screen and (max-width:600px){
  .rv-choose-head{ padding:28px 0 36px; }
  .rv-choose-head h2{ font-size:24px; }
  .rv-choose-head p{ font-size:14px; }
  .rv-choose-item{ margin-bottom:30px; }
  .rv-choose-item dd h3{ font-size:18px; background:none; padding-left:14px; border-left:4px solid #153791; }
  .rv-choose-item dd h3 em{ width:auto; margin-right:10px; font-size:20px; color:#153791; background:none; }
  .rv-choose-item dd h4{ font-size:15px; margin-left:18px; margin-bottom:14px; }
  .rv-choose-desc p{ width:95%; margin-left:0; font-size:14px; line-height:24px; }
  .rv-choose-reverse .rv-choose-desc p{ margin-left:0; }
  .rv-choose-desc{ background:none; padding-left:0; }
}

/* ============================================
   Homepage: Solutions — 4-column card grid
   ============================================ */
.rv-solution-sec{ background:#f7f7f7; padding-top:80px; }
.rv-solution-list{ display:flex; margin-top:42px; }
.rv-solution-item{ flex:1; border-right:2px solid #fff; }
.rv-solution-item:last-child{ border-right:none; }
.rv-solution-card{ overflow:hidden; }
.rv-solution-card a{ display:block; position:relative; }
.rv-solution-card .changpic img{ width:100%; aspect-ratio:3/4; object-fit:cover; transition:transform 0.5s ease; }
.rv-solution-card:hover .changpic img{ transform:scale(1.1); }
.rv-solution-overlay{ position:absolute; bottom:0; left:0; width:100%; padding:30% 28px 32px; background:linear-gradient(transparent, rgba(0,0,0,0.75)); transition:all 0.4s ease; }
.rv-solution-card:hover .rv-solution-overlay{ padding-top:0; height:100%; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,0.5); }
.rv-solution-text{ color:#fff; text-align:center; }
.rv-solution-text p{ font-size:20px; font-family:MontserratSemiBold; line-height:1.3; transition:font-size 0.3s; }
.rv-solution-card:hover .rv-solution-text p{ font-size:24px; }
.rv-solution-text i{ display:none; margin-top:20px; width:48px; height:48px; border-radius:48px; line-height:48px; text-align:center; background:#153791; font-size:22px; font-style:normal; color:#fff; }
.rv-solution-card:hover .rv-solution-text i{ display:inline-block; }

@media screen and (max-width:1440px){
  .rv-solution-text p{ font-size:18px; }
  .rv-solution-card:hover .rv-solution-text p{ font-size:21px; }
}
@media screen and (max-width:1024px){
  .rv-solution-sec{ padding-top:50px; }
  .rv-solution-list{ margin-top:28px; }
  .rv-solution-overlay{ padding:20% 16px 24px; }
  .rv-solution-text p{ font-size:17px; }
  .rv-solution-card:hover .rv-solution-text p{ font-size:19px; }
  .rv-solution-text i{ width:38px; height:38px; line-height:38px; font-size:18px; margin-top:12px; }
}
@media screen and (max-width:768px){
  .rv-solution-list{ flex-wrap:wrap; }
  .rv-solution-item{ flex:none; width:50%; border-right:2px solid #fff; border-bottom:2px solid #fff; }
  .rv-solution-item:nth-child(even){ border-right:none; }
  .rv-solution-text p{ font-size:16px; }
  .rv-solution-card:hover .rv-solution-text p{ font-size:17px; }
}
@media screen and (max-width:480px){
  .rv-solution-sec{ padding-top:30px; }
  .rv-solution-list{ margin-top:16px; }
  .rv-solution-item{ width:50%; }
  .rv-solution-overlay{ padding:16% 10px 16px; }
  .rv-solution-text p{ font-size:14px; }
  .rv-solution-card:hover .rv-solution-text p{ font-size:15px; }
  .rv-solution-text i{ width:32px; height:32px; line-height:32px; font-size:16px; margin-top:8px; }
}

/* ============================================
   CTA Form Banner — global footer module
   ============================================ */
.rv-cta-banner{ position:relative; background:url(../images/liuyanxin_bg.jpg) no-repeat center center; background-size:cover; background-attachment:fixed; padding:100px 0; z-index:0; }
.rv-cta-banner::before{ content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:linear-gradient(135deg, rgba(21,55,145,0.85) 0%, rgba(0,0,0,0.6) 100%); z-index:-1; }
.rv-cta-inner{ text-align:center; }
.rv-cta-inner h2{ font-size:26px; font-family:MontserratSemiBold; color:#fff; margin-bottom:34px; line-height:1.4; }
.rv-cta-row{ display:flex; gap:12px; justify-content:center; align-items:stretch; max-width:960px; margin:0 auto; }
.rv-cta-input{ flex:1; min-width:0; height:54px; padding:0 22px; font-size:15px; font-family:MontserratRegular; color:#333; background:#fff; border:none; border-radius:6px; outline:none; }
.rv-cta-input:focus{ background:#fafbfc; }
.rv-cta-input::placeholder{ color:#aaa; font-family:MontserratRegular; }
.rv-cta-required::placeholder{ color:#d32f2f; }
.rv-cta-btn{ flex:none; height:54px; padding:0 36px; font-size:15px; font-family:MontserratSemiBold; color:#fff; background:#153791; border:none; border-radius:6px; cursor:pointer; white-space:nowrap; transition:all 0.3s ease; }
.rv-cta-btn i{ display:inline-block; margin-left:8px; font-style:normal; transition:transform 0.3s; }
.rv-cta-btn:hover{ background:#0d2a6b; }
.rv-cta-btn:hover i{ transform:translateX(4px); }
.rv-cta-form .hj-message-form-status{ color:rgba(255,255,255,0.8); margin-top:14px; text-align:center; font-size:14px; }
.rv-cta-form .hj-message-form-status.is-success{ color:#4ade80; }
.rv-cta-form .hj-message-form-status.is-error{ color:#f87171; }

@media screen and (max-width:1024px){
  .rv-cta-banner{ padding:64px 0; }
  .rv-cta-inner h2{ font-size:28px; margin-bottom:28px; }
  .rv-cta-row{ flex-wrap:wrap; gap:10px; }
  .rv-cta-input{ flex:none; width:100%; }
  .rv-cta-btn{ width:100%; }
}
@media screen and (max-width:600px){
  .rv-cta-banner{ padding:44px 0; }
  .rv-cta-inner h2{ font-size:22px; margin-bottom:22px; }
  .rv-cta-input{ height:50px; padding:0 18px; font-size:14px; }
  .rv-cta-btn{ height:50px; font-size:14px; }
}

/* ============================================
   Product Detail: Work Process left-right layout
   ============================================ */
.rv-workflow-row{ align-items:center !important; }
.rv-workflow-pic{ width:42%; flex:none; border-radius:8px; overflow:hidden; }
.rv-workflow-pic:empty{ display:none; }
.rv-workflow-pic .changpic img{ width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform 0.4s ease; }
.rv-workflow-pic:hover .changpic img{ transform:scale(1.05); }
.rv-workflow-text{ flex:1; padding-left:30px; font-size:15px; line-height:24px; color:#666; }
.rv-workflow-pic:empty + .rv-workflow-text{ padding-left:0; }
.rv-workflow-text p{ margin-bottom:12px; }

@media screen and (max-width:768px){
  .rv-workflow-row{ display:block !important; }
  .rv-workflow-pic{ width:100%; margin-bottom:16px; }
  .rv-workflow-text{ padding-left:0; }
}

/* ============================================
   Product Detail: Service & Support cards
   ============================================ */
.rv-service-sec{ padding:70px 0 76px; background:#f5f5f7; }
.rv-service-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:28px; margin-top:38px; }
.rv-service-card{ background:#fff; border-radius:10px; padding:36px 24px 32px; text-align:center; transition:all 0.35s ease; box-shadow:0 2px 8px rgba(0,0,0,0.04); }
.rv-service-card:hover{ box-shadow:0 10px 32px rgba(0,0,0,0.08); }
.rv-service-card:hover{ transform:translateY(-4px); }
.rv-service-icon{ width:72px; height:72px; margin:0 auto 20px; display:flex; align-items:center; justify-content:center; background:#153791; border-radius:50%; transition:all 0.35s ease; }
.rv-service-card:hover .rv-service-icon{ box-shadow:0 8px 24px rgba(21,55,145,0.3); }
.rv-service-icon img{ width:34px; height:34px; object-fit:contain; filter:brightness(0) invert(1); }
.rv-service-card h4{ font-size:18px; font-family:MontserratSemiBold; color:#1a1a1a; margin-bottom:10px; }
.rv-service-card p{ font-size:14px; line-height:23px; color:#888; max-width:240px; margin:0 auto; }
@media screen and (max-width:1200px){
  .rv-service-grid{ grid-template-columns:repeat(2, 1fr); gap:24px; }
}
@media screen and (max-width:600px){
  .rv-service-sec{ padding:40px 0; }
  .rv-service-grid{ grid-template-columns:1fr; gap:20px; }
  .rv-service-icon{ width:60px; height:60px; }
  .rv-service-icon img{ width:28px; height:28px; }
}

/* ============================================
   Homepage: How We Work — clean 4-step layout
   ============================================ */
.rv-process-sec{ padding:80px 0 88px; position:relative; z-index:0; background:url(../images/liuyanxin_bg.jpg) no-repeat center center; background-size:cover; background-attachment:fixed; }
.rv-process-sec::before{ content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:-1; }
.rv-process-sec .inab_tit p,
.rv-process-sec .inab_tit h2{ color:#fff; }
.rv-process-flow{ display:flex; gap:24px; margin-top:40px; }
.rv-process-step{ flex:1; text-align:center; background:#fff; border-radius:10px; padding:36px 20px 30px; }
.rv-process-num{ font-size:42px; font-family:MontserratBold; color:#153791; opacity:0.2; line-height:1; margin-bottom:6px; }
.rv-process-icon{ width:64px; height:64px; margin:0 auto 16px; display:flex; align-items:center; justify-content:center; background:#153791; border-radius:50%; }
.rv-process-icon img{ width:30px; height:30px; object-fit:contain; filter:brightness(0) invert(1); }
.rv-process-step h4{ font-size:17px; font-family:MontserratSemiBold; color:#1a1a1a; margin-bottom:8px; }
.rv-process-step p{ font-size:14px; line-height:22px; color:#888; }
@media screen and (max-width:1024px){
  .rv-process-flow{ gap:16px; }
  .rv-process-step{ padding:28px 16px 24px; }
}
@media screen and (max-width:768px){
  .rv-process-flow{ flex-direction:column; gap:14px; }
  .rv-process-step{ display:flex; align-items:center; text-align:left; gap:18px; padding:24px 20px; }
  .rv-process-num{ margin-bottom:0; font-size:32px; flex:none; width:36px; }
  .rv-process-icon{ margin:0; flex:none; }
  .rv-process-info{ flex:1; min-width:0; }
}
@media screen and (max-width:768px){
  .rv-process-sec{ background-attachment:scroll; }
}
@media screen and (max-width:480px){
  .rv-process-sec{ padding:44px 0 50px; }
}