@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('fonts/Montserrat-ExtraBold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('fonts/ProximaNova-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'POPPINS-BOLD';
    src: url('fonts/POPPINS-BOLD.eot');
    src: local('☺'), url('fonts/POPPINS-BOLD.woff') format('woff'), url('fonts/POPPINS-BOLD.ttf') format('truetype'), url('fonts/POPPINS-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'POPPINS-MEDIUM';
    src: url('fonts/POPPINS-MEDIUM.eot');
    src: local('☺'), url('fonts/POPPINS-MEDIUM.woff') format('woff'), url('fonts/POPPINS-MEDIUM.ttf') format('truetype'), url('fonts/POPPINS-MEDIUM.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'POPPINS-REGULAR';
    src: url('fonts/POPPINS-REGULAR.eot');
    src: local('☺'), url('fonts/POPPINS-REGULAR.woff') format('woff'), url('fonts/POPPINS-REGULAR.ttf') format('truetype'), url('fonts/POPPINS-REGULAR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoe_sb';
    src: url('fonts/segoe_sb.eot');
    src: local('☺'), url('fonts/segoe_sb.woff') format('woff'), url('fonts/segoe_sb.ttf') format('truetype'), url('fonts/segoe_sb.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoeui_0';
    src: url('fonts/segoeui_0.eot');
    src: local('☺'), url('fonts/segoeui_0.woff') format('woff'), url('fonts/segoeui_0.ttf') format('truetype'), url('fonts/segoeui_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoeuib_0';
    src: url('fonts/segoeuib_0.eot');
    src: local('☺'), url('fonts/segoeuib_0.woff') format('woff'), url('fonts/segoeuib_0.ttf') format('truetype'), url('fonts/segoeuib_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{font-family:segoe_sb,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; max-width: 100%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#3052eb;}
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 3393301 */
    src: url('fonts/iconfont.woff2?t=1652321675215') format('woff2'),
    url('fonts/iconfont.woff?t=1652321675215') format('woff'),
    url('fonts/iconfont.ttf?t=1652321675215') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-googleplus:before {
    content: "\e87a";
}

.icon-youbian:before {
    content: "\e621";
}

.icon-duobianxing1:before {
    content: "\e60b";
}

.icon-chanpin:before {
    content: "\e6c7";
}

.icon-canshu:before {
    content: "\e609";
}

.icon-guige:before {
    content: "\e615";
}

.icon-anyingyonglingyu:before {
    content: "\e66b";
}

.icon-fangdajing1:before {
    content: "\e66e";
}

.icon-liuyan:before {
    content: "\e655";
}

.icon-rili:before {
    content: "\e64a";
}

.icon-yuangong:before {
    content: "\e64e";
}

.icon-mianji:before {
    content: "\e65e";
}

.icon-yanfa2:before {
    content: "\e63f";
}

.icon-gongchang:before {
    content: "\e98e";
}

.icon-zhuanli-famingzhuanli:before {
    content: "\e629";
}

.icon-jiantou:before {
    content: "\e663";
}

.icon-twitter:before {
    content: "\e89d";
}

.icon-youtube1:before {
    content: "\e8d7";
}

.icon-shouye:before {
    content: "\e62f";
}

.icon-xiazai19:before {
    content: "\e613";
}

.icon-zhuye:before {
    content: "\e6c5";
}

.icon-facebook:before {
    content: "\e6e5";
}

.icon-zixun1:before {
    content: "\e662";
}

.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-fangdajing:before {
    content: "\e603";
}

.icon-dianhua:before {
    content: "\e606";
}

.icon-shoujilianxi:before {
    content: "\e620";
}

.icon-dizhi:before {
    content: "\e619";
}

.icon-skype:before {
    content: "\e707";
}

.icon-chuanzhen:before {
    content: "\e616";
}

.icon-in:before {
    content: "\e6f1";
}

.icon-instagram-fill:before {
    content: "\e763";
}

.icon-shouji:before {
    content: "\e612";
}

.icon-dianhua2:before {
    content: "\e60a";
}

.icon-666666-copy:before {
    content: "\ec8d";
}

.icon-WhatsappMessage:before {
    content: "\e841";
}

.icon-Mail:before {
    content: "\e71f";
}

.icon-yuyan:before {
    content: "\e85f";
}

.icon-dizhi1:before {
    content: "\e614";
}

.icon-dianhua3:before {
    content: "\e618";
}







input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.w_p_main{ background: #fff; padding-bottom: 205px; }
.main{ background: #f8f8f8;  }
.warper{ width:1500px; margin:0 auto; position: relative;}
.backToTop{width:50px; height:50px; z-index: 666; border-radius: 50px; background:#3052eb url(images/icon_top.png) no-repeat center; cursor:pointer; position:fixed; right:3%; text-indent:9999px; bottom:150px; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}


header{ width: 100%; height: 116px; z-index: 999; border-bottom: 1px solid rgba(255, 255, 255, 0.25); position: fixed; top: 0;  left: 0; }
.h_top{ height: 42px; overflow: hidden; padding-right: 104px; }
.h_tlx{ line-height: 42px; float: right; margin-right: 18px; font-size: 16px; color: #fff; font-family: segoeui_0; }
.h_tlx li a{ color: #fff; }
.h_tlx li i{ margin-right: 8px; font-size: 20px; color: #9ba3d1; }
.h_tlx li a:hover{ text-decoration: underline; }
.h_tlx li *{ vertical-align: bottom; }

.media{ float: right; margin-top: 8px; }
.media a{color: #9ba3d1; font-size: 16px; width: 25px; height: 25px; line-height: 25px; border-radius: 25px; text-align: center; margin: 0px 5px; display:inline-block;}
.media a:hover{ color: #fff; opacity: 0.85; }
.media a:hover:nth-of-type(1){ background: #537bbc; }
.media a:hover:nth-of-type(2){ background: #dd1829; }
.media a:hover:nth-of-type(3){ background: #1296db;}
.media a:hover:nth-of-type(4){ background: #0079ba; }

.head_rcon{ position: absolute; width: 205px;  right:-104px; top: 9px; padding-left: 62px;  }
.head_rcon:before{ content: ""; position: absolute; top: 11px; left: 0; width: 2px; height: 10px; background: #9ba3d1; }
.search-button{ width: 20px; margin-top: 3px; height: 20px; text-align: center; line-height: 27px; float: left; }
.search-button i{ color:#9ba3d1; font-size: 18px; cursor: pointer; }
.searchform{ overflow: hidden;background:#3052eb;position: absolute; right: 0; height: 0; z-index: 55; top:52px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 26px; color: #fff !important; }
.searchform input{ width: 190px; background:#3052eb; color: #fff; line-height:51px; padding-left:10px; float: left; }
.searchform button{ width:54px; line-height:51px; background:#3052eb; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder {  color: #fff;}
.languagebox{ position: relative; line-height: 28px; width: 80px;float:right; }
.languagebox i{ color:#fff; font-size: 24px; }
.languagebox ul{ width: 100%; height: 33px; display: inline-block; vertical-align: middle; overflow: hidden; z-index: 5;  position: absolute; left: 0; top: 0; }
.languagebox ul li{ height: auto; line-height: 33px; background: #3077fa; padding: 0 20px; }
.languagebox ul li:first-child{ position: relative; background-image: linear-gradient(to right, #307cfc,#3052eb ); border-radius: 40px; height: 33px; line-height: 33px; }
.languagebox ul li:first-child:before{ content: ""; position: absolute; top: 15px; right: 20px; width: 8px; height: 4px; background: url(images/select_arrow.png) no-repeat; background-size: cover; }
.languagebox a{ line-height: 33px; font-size: 14px; color: #fff; display: inline-block; width: 100%; }
.languagebox:hover ul{ height:auto; }



.h_bot{ position: relative; }
.position{ box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2); background: #23245a; }

#nav:after{  content: '';  display: block;  clear: both;}
#nav .warper{position: relative;}
.logo{ position: absolute; left:0; top: -9px; }
.logo img{ margin-right: 16px; }

.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;}

.l_fixed{ width: 40px; position: fixed; top: 30%; right: 0; z-index: 666; }
.l_fixed li{ position: relative; margin-bottom: 1px; transition: all 0.3s; }
.l_fixed li a{ width:100%; height: 40px; font-size: 20px; text-align: center; line-height: 40px; background: #ffad1d; color: #fff; display: block; }
.l_fixed li a i{ font-size: 22px; }
.l_fixed li a span{ display:block; position: absolute; top: 0; line-height: 40px; padding: 0 10px; background: #ffad1d; right: -999px; width: 0; font-size: 16px; transition: all 0.5s; }
.l_fixed li:nth-of-type(2) a{ background: #f6791e; }
.l_fixed li:nth-of-type(3) a{ background: #03c305; }
.l_fixed li:nth-of-type(4) a{ background: #4460a0; }
.l_fixed li:nth-of-type(5) a{ background: #0084b1; }
.l_fixed li:nth-of-type(6) a{ background: #d74837; }
.l_fixed li:nth-of-type(2) a span{ background: #f6791e; }
.l_fixed li:nth-of-type(7) a{ background: #dd1829; }
.l_fixed li:hover a span{ width: 250px; right: 40px; }
.l_fixed li:hover{ opacity: 0.9; }
.f_what{  background: #03c305; width: 0; position: absolute; top: 0; right: 60px; }
.f_what:after{ content: ""; position: absolute; top: 0; right: -19px; width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 0;
border-color: #03c305 transparent transparent transparent;
 display: none;
}
.f_what img{ width: 100%; }
.l_fixed li:hover .f_what{ width: 130px; padding: 10px; }
.l_fixed li:hover .f_what:after{ display: block; }


nav{ float: right; margin-right: 130px; }
nav li{ float: left; margin: 0 14px; position: relative; padding: 6px 0 29px 0; }
nav li>a{ position: relative;font-size: 22px; line-height: 34px; height: 38px; color: #fff; padding: 0 28px; border-radius: 30px;  display: block; text-align: center;}
nav li.on a,nav li:hover a{ color: #fff; background-image: linear-gradient(to right, #307cfc,#3052eb ); }
nav li:last-child{ margin-right: 0; }
nav dl{ transition: opacity 1s ease;position: absolute; display: none; background: #fff; min-width: 240px; top: 73px;  left:0; z-index: 999;  }
nav dl dd{ display: block; position: relative; border-bottom: 1px solid #eee; }
nav dl dd:last-child{ border: none; }
nav li dl dd a{ opacity: 1; line-height: normal; font-size: 16px; background: transparent !important; color: #333 !important; display: block; padding: 13px 18px; text-align: left;     text-transform: capitalize;}
nav li dl dd a:before{ display: none; }
nav li dl dd a:hover{ background: #3052eb !important; cursor: pointer; color: #fff !important;}
nav dl dd div{ width: auto;position: absolute; left: 100%; top: 0; background:rgba(48,82,235,.6); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:13px 18px; color: #fff !important; border-bottom: none; min-width: 265px; }

footer{ background:#010c2a; padding-top: 180px; position: relative; }
.f_mess{ width: 1300px; padding: 30px 72px; overflow: hidden; position: absolute; top: -128px; left: 50%; margin-left: -650px; background: url(images/f_messbg.jpg) no-repeat; }
.f_mess .lcon{ width: 50%; float: left; padding-top: 38px; padding-right: 92px; }
.f_mess .rcon{ width: 50%; float: right; padding-left: 90px; }
.f_mess .lcon h4{ color: #fff; font-size: 43px; line-height: 51px; font-family: segoeuib_0;  }
.fm_info{ overflow: hidden; position: relative; }
.fm_info ul{ width: 100%; overflow: hidden; }
.fm_info li{ margin-bottom: 16px; width: 49%; margin-right: 2%; float: left; position: relative;  }
.fm_info li:nth-of-type(even){ margin-right: 0; }
.fm_info li font{ position: absolute; color: red; top: 15px; left: 8px; }
.fm_info li:nth-of-type(5){ width: 100%; margin-right: 0; }
.fm_info li:last-child{ margin-bottom: 0; padding-right: 98px; }

.fm_info input,.fm_info textarea{width: 100%; font-family: segoeui_0; border: 1px solid #dcdcdc; color: #fff; resize: none; background:transparent; border-radius: 0;  font-size:18px; line-height: 22px; padding:10px; }
.fm_info textarea{height: 75px;}
.fm_info input::-webkit-input-placeholder,.fm_info textarea::-webkit-input-placeholder { color: #fff;}
.fm_info input:-moz-placeholder,.fm_info textarea:-moz-placeholder {color: #fff;}
.fm_info button{ position: absolute; right: 0; top: 0; border: none; width: 85px; display: block; border-radius: 0; font-family:segoeuib_0; font-size: 16px; cursor: pointer; background: #065fdd; color: #fff; height: 75px; }
.fm_info button:hover{ opacity: 0.9; }

.f_navbox{ width: 100%; overflow: hidden; margin-top: 18px; }
.f_navbox h3{ color:#fff; font-size: 30px; font-family: segoeuib_0;}
.f_ewm{ width: 100%; overflow: hidden; padding-right: 75px; margin-top: 50px; }
.f_ewm li{ float: left; margin-right: 5%; width: 47.5%; }
.f_ewm li:last-child{ margin-right: 0; }

.f_item1{ width: 25%; float: left; }
.f_item1 p{ font-size: 21px; font-family: segoeuib_0; color: #fff; }


.f_item2{ width: 15%; margin-left: 5%; float: left; }
.f_navbox h5{ font-family:Montserrat-ExtraBold; text-transform: capitalize; font-size: 30px; color: #fff;  position: relative; }

.i_flx{ margin-top: 15px; }
.i_flx li a{ font-size: 16px; color: #a9d1f7; }
.i_flx li{ margin-bottom: 10px; }
.i_flx li a:hover{ color: #fff; }

.f_item3{ float: left; width: 19%; margin-left: 3%; }

.f_item4{ float: right; width: 33%; }
.f_usd{ margin-top: 15px; }
.f_usd li{ margin-bottom: 20px; font-family: segoeui_0; padding-left: 30px; position: relative; font-size: 18px;  }
.f_usd li a,.f_usd li{ color: #a8d2f8; }
.f_usd li a,.f_usd li span{ font-family: segoe_sb; }
.f_usd li i{ position: absolute; top: 3px; left: 0; font-size: 20px; color: #065fdd; }
.f_usd li:hover a{ color: #fff; }



.copyright{ margin-top: 40px; border-top: 1px solid #324565; padding: 25px 0; text-align: center; }
.copyright p{ font-size: 16px; color: #a9d1f7; font-family: POPPINS-REGULAR; }



.banner_home{ position: relative; }
.banner_home .custom_paging{ position: absolute; width: 100%; top: 35%; left:0; z-index: 8; }
.banner{}
.banner .slick-dots{ bottom: 40px; }
.banner .slick-dots li button{ background: #fff; padding: 0; width: 18px; height: 18px; border-radius: 18px; }
.banner .slick-dots li{ width: auto; height: auto; margin: 0 8px; }
.banner .slick-dots li.slick-active button{ background: #3052eb; }

.banner .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.banner .item {
    height: 100%;
    position: relative;
    z-index: 1;
}
.banner .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.banner .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mouse_scrll {
    display: inline-block;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
    font-size: 20px;
    line-height: 0;
    width: 25px;
    z-index: 2
}
.mouse_frame:focus{ outline: none; }
.mouse_frame {
    display: flex; cursor: pointer;
    align-items: flex-start; background: transparent;
    justify-content: center;
    width: 25px; border: none;
    height: 40px;
    padding: 0;
    filter: drop-shadow(0 0 .5em rgba(30,30,30,.25));
    -webkit-animation-name: hang_scroll;
    animation-name: hang_scroll;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes hang_scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hang_scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.scrll_dot {
    display: block;
    width: 15px;
    height: 29px;
    -webkit-animation-name: scrll_dot;
    animation-name: scrll_dot;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}




.changpic{ width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.3s; }
.cl{ clear: both; }
.pro_rel{ position: relative; }
/*版块标题*/
.home_boxtit h3{ font-size: 160px; color: transparent; position: relative; line-height: 160px; overflow: hidden; text-transform: capitalize; font-family: POPPINS-BOLD; -webkit-text-stroke: 1px #dfdfdf;}
.home_boxtit h3 em{ position: absolute; -webkit-text-stroke: 0 transparent; bottom: 54px; line-height: normal; left: 35px; font-style: normal; text-transform: uppercase; font-size: 24px; font-family: POPPINS-BOLD; color: #3052eb; }
/*首页*/
.in_ab{ width: 100%; overflow: hidden; background: #f2f2f2; position: relative; transform-style: preserve-3d; }
.in_ab:before{ content: ""; position: absolute; width: 746px; height: 467px; z-index: -1; right: 0; bottom: 0; background: url(images/in_abbg.jpg) no-repeat; }
.in_ab .lcon{ width: 50%; float: left; }
.in_abvideo{ position: relative; }
.in_abbtn{ position: absolute; cursor: pointer; top: 50%; left: 50%; margin-left: -54px; margin-top: -54px; width: 108px; height: 108px; line-height: 108px; text-align: center; color: #fff; border-radius: 108px; background-image: linear-gradient(to right, #307cfc,#3052eb ); }
.in_abbtn i{ font-size: 32px; }
.in_abbtn:before, .in_abbtn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0 0 0 0 rgba(48,82,235,0.6);
    -moz-box-shadow: 0 0 0 0 rgba(48,82,235,0.6);
    -ms-box-shadow: 0 0 0 0 rgba(48,82,235,0.6);
    -o-box-shadow: 0 0 0 0 rgba(48,82,235,0.6);
    box-shadow: 0 0 0 0 rgba(48,82,235,0.6);
    -webkit-animation: in_abbtn 3s infinite;
    -moz-animation: in_abbtn 3s infinite;
    -ms-animation: in_abbtn 3s infinite;
    -o-animation: in_abbtn 3s infinite;
    animation: in_abbtn 3s infinite;
}
.in_abbtn:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.in_abbtn:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}
@-webkit-keyframes in_abbtn {
    70% {
        box-shadow: 0 0 0 40px rgba(48,82,235,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(48,82,235,0)
    }
}

@keyframes in_abbtn {
    70% {
        box-shadow: 0 0 0 40px rgba(48,82,235,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(48,82,235,0)
    }
}

.in_ab_txt{ width: 750px; float: right; margin-right: 10%; padding: 60px 0 0 80px; }
.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.getbox{ width: 800px; height: auto; position: absolute; top: 30%; left: 50%; margin-left: -400px; }
.allhide{ opacity: 0; z-index: -3; }

.in_abwho{ margin-top: 0; padding-left: 40px; }
.in_abwho h4{ font-size: 40px; font-family: POPPINS-BOLD; line-height: 46px; }
.in_abwho p{ margin-top: 25px; font-size: 20px; line-height: 33px; }

.in_num{ background: url(images/in_numbg.jpg) no-repeat; background-size: cover; padding: 54px 0 184px 0; }
.in_numbox{ width: 100%; overflow: hidden; }
.in_numbox li{ float: left; width: 20%; text-align: center; }
.in_numbox li i{ font-size: 55px; background-image:-webkit-linear-gradient(right,#3052eb,#307cfc);
    -webkit-background-clip:text; -webkit-text-fill-color:transparent;  }
.in_numbox li h4{ color: #fff; font-size: 70px; font-family: segoeuib_0; }
.in_numbox li p{ color: #fff; font-size: 24px; font-family: segoeuib_0; }
.in_numbox li h4 em{ font-style: normal; font-size: 50px; }

.in_pro{ padding-bottom: 98px; margin-top: -138px; position: relative; transform-style: preserve-3d;  }
.in_pro #particles-js{ position: absolute; left: 0; bottom: 0; width: 100%; height:calc(100% - 138px); background-position: 50% 50%;
    opacity: 0.80; z-index: -1; }
.in_pro:before{ content: ""; position: absolute; z-index: -2; left: 0; bottom: 0; width: 100%; height:calc(100% - 138px); background: #eef3f7; }
.in_pronav{ width: 722px; background:url(images/in_pbgnav.png) no-repeat, linear-gradient(-4deg, #307cfc,#3052eb ); padding: 52px 36px 10px 36px; }
.in_ptit{ padding-left: 15px; padding-right: 15px; }
.in_ptit h2{ color: #fff; font-size: 63px; line-height: 63px; height: 63px; overflow: hidden; font-family: POPPINS-BOLD; }
.i_hotp{ margin-top: 8px; color: #fff; font-size: 20px; line-height: 30px; }
.in_pnvbtn{ margin-top: 422px; overflow: hidden; display: flex; flex-wrap: wrap; }
.in_pnvbtn li{ text-align: center; padding: 12px 5px; display: flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.45); margin-right: 2%; width: 32%; margin-bottom: 15px; }
.in_pnvbtn li a{ color: #fff; font-size: 24px; line-height: 30px; display: inline-block; width: 100%; }
.in_pnvbtn li:nth-of-type(3n){ margin-right: 0; }
.in_pnvbtn li.on a{ color: #333; }
.in_pnvbtn li.on{ background: #fff; }

.in_proswi{ position: absolute; width: 100%; position: absolute; top: 200px; left: 0; }
.in_pliswi .item{ margin: 0 15px; }
.in_pitem{ background: #fff; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%); border-radius: 10px; overflow: hidden; position: relative; text-align: center; }
.in_pitem p{ position: absolute; width: 100%; bottom: 15px; padding: 0 12px; left: 0; color: #333; font-size: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.in_pliswi .slick-track{ padding: 10px 0; }
.in_pitem:hover .changpic img{ transform: scale(1.15); }
.in_pitem:hover p{ color: #3052eb; }

.cur_paging{position: absolute;left: 53%;bottom: -95px;/* margin-top: 52px; *//* display: inline-block; *//* margin-left: 53%; */}
.cur_paging .slick-arrow{ width: 75px; margin: 0 5px; cursor: pointer; height: 75px; line-height: 71px; text-align: center; background: transparent; border: 2px solid #3078fb; color: #3078fb; display: inline-block; }
.cur_paging .slick-arrow i{ font-weight: bold; font-size: 32px; }
.cur_paging .slick-arrow.slick_prev{ transform: rotate(180deg);  }
.cur_paging .slick-arrow.slick_next{  }
.cur_paging .slick-arrow:hover{ background: #3078fb; }
.cur_paging .slick-arrow:hover i{ color: #fff; }

.in_ntit{ color: #3052eb; position: absolute; right: 10%; bottom: 90px; font-size: 80px; font-family: POPPINS-BOLD; }

.in_news{ padding: 0 0 78px 0; background: #fefefe; position: relative; transform-style: preserve-3d; }
.in_news:before{ content: ""; width: 30%; height: 60%; position: absolute; right: 0; top: 0; background: #eef3f7; }
.in_newsbox{ padding: 70px 45px 0 45px; background: #fefefe; }
.in_newswi .item{ margin: 0 20px; }
.in_newitem{ background: #fff; box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%); }
.n_pic{ position: relative; }
.n_pic::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.n_date{ position: absolute; font-family: segoeuib_0; bottom: 0; left: 0; width: 80px; background: #fff; text-align: center; padding: 22px 12px 8px 12px; }
.n_date p{ font-size: 26px; line-height: 26px; height: 26px; overflow: hidden; }
.n_date span{ font-size: 13px; }
.n_txt{ padding: 20px 28px 58px 28px; }
.n_txt h3{ font-size: 28px; line-height: 30px; height: 60px; overflow: hidden; }
.n_txt p{ color: #666; font-size: 20px; line-height: 30px; height: 90px; overflow: hidden; margin-top: 18px; }
.in_newswi .slick-track{ padding: 5px 0; }
.in_newswi .slick-dots{ position: static; margin-top: 40px; }
.in_newswi .slick-dots li{ width: auto; height: auto; }
.in_newswi .slick-dots li button{ width: 16px; border-radius: 16px; height: 16px; background: #c9dbfd; }
.in_newswi .slick-dots li.slick-active button{ background: #3077fa; }
.n_pic{ overflow: hidden; }
.in_newitem:hover .changpic img{ transform: scale(1.15); }
.in_newitem:hover .n_pic::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 300%;
        opacity: 0;
    }
}


.in_app{ position: relative; background: #081244; padding: 82px 0 145px 0; overflow: hidden; z-index: 0; }
.in_app .module-bg { bottom: 0; left: 0; z-index: -1; mix-blend-mode: screen; pointer-events: none; position: absolute; width: 100%;}
.in_app h2{ text-align: center; color: #fff; font-size: 80px; font-family: POPPINS-BOLD; }

.vmc-centered li{ text-align: center;  }
.vmc-centered li img{ display: block; margin: 0 auto; border-radius: 248px; border: 5px solid #fff; width: 220px; transition: all 0.3s ease; }
.vmc-centered{ margin-top: 58px; }
.vmc-centered .vmc_active { transform: scale(1.6); }
.vmc-centered .vmc_active img{ box-shadow: 0 1px 25px 0 rgb(83 166 224 / 100%); }
.vmc-container .vmc-viewport{ padding: 114px 0; }
.vmc-centered li span{ display: inline-block; width: 100%; margin-top: 15px; color: #fff; font-size: 20px; }
.vmc-centered li.vmc_active span{ transform: scale(0.8) !important; }
/*.vmc-centered .vmc_active + li img{ display: none; }
.vmc-centered .vmc_active + li img + li img{ display: none; }*/


.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_tit{ position: absolute; width: 100%; text-align: center; top: 50%; left: 0; }
.sub_tit h3{ font-size: 49px; color: #fff; text-transform: uppercase; position: relative; transform-style: preserve-3d; display: inline-block; padding: 0 32px; }
.sub_tit h3:before{ content: ""; position: absolute; bottom: 0; left: 50%; margin-left: -50%; z-index: -1; transform: skew(-30deg); width:100%; height: 14px; background: #3052eb; }
.sub_tit h3:after{ content: ""; position: absolute; bottom: -8px; left: -10%; z-index: -1; transform: skew(-30deg); width:20%; height: 10px; background: #fff; }
.page_nav{ background: #eef3f7; color: #666; padding: 12px 0; font-size: 16px; }
.page_nav a{ color: #666; }
.page_nav a:hover{ color: #065fdd; }
.page_nav i{ font-size: 22px; color: #065fdd; margin-right: 5px; }
.pat65{ padding-top: 65px; }

.ab_com{ width: 100%; overflow: hidden; padding-bottom: 124px; }
.ab_com .lcon{ float: left; width: 50%; padding-right: 30px; }
.ab_com .rcon{ float: right; width: 50%; padding-left: 52px; }
.ab_video{ position: relative; }
.ab_video .in_abbtn{ margin-top: 0; margin-left: 0; top: 60%; right: -54px; left: auto; }

.ab_pp{ margin-top: 25px; }
.ab_pp p{ margin-top: 0; }
.ab_com .rcon .in_ab_txt{ width: 100%; float: none; margin-right: 0; padding: 0; }
.ab_num{ padding: 110px 0 130px 0; background: url(images/ab_numbg.jpg) no-repeat; background-size: cover; }

.ab_choose{ padding:78px 0 50px 0; }
.ab_choose .home_boxtit h3 em{ text-transform: none; font-size: 40px; bottom: 42px; }
.choose_ul{ margin-top: 38px; }
.choose_ul li{ margin-bottom: 32px; }
.choo_item{ width: 100%; overflow: hidden; position: relative; transform-style: preserve-3d; }
.choo_item:before{ content: ""; z-index: -1; position: absolute; background: #eef3f7; top: 19%; width: 70%; height: 65%; left: 0; }
.choo_item:after{ content: ""; position: absolute; left: 0; bottom: 15%; width: 0;
    height: 0; border-style: solid; border-width: 70px 0 0 70px;
    border-color: transparent transparent transparent #fff;}
.choo_item .lcon{ width: 50%; float: left; padding:130px 80px 0 64px; }
.choo_item .rcon{ width: 50%; float: right; padding-left: 48px; }
.home_boxtit h3{overflow: visible; }
.choo_item .lcon h4{ font-size: 34px; margin-bottom: 10px; font-family: POPPINS-BOLD; }
.choo_item .lcon p{ font-size: 24px; line-height: 40px; }
.choose_ul li:nth-of-type(even) .choo_item .lcon{ float: right; padding:130px 64px 0 80px; }
.choose_ul li:nth-of-type(even) .choo_item .rcon{ float: left; padding-left: 0; padding-right: 48px; }
.choose_ul li:nth-of-type(even) .choo_item:before{ left: auto; right: 0; }
.choose_ul li:nth-of-type(even) .choo_item:after{ left: auto; right: 0; bottom: auto; top: 18%; transform: rotate(180deg); }

.ab_sup{ padding:10px 0 30px 0; }
.page_tit{ text-align: center; color: #3052eb; font-size: 40px; font-family: POPPINS-BOLD; }
.sup_div{ margin-top: 24px; background: #eef3f7; padding: 48px 90px 20px 90px; }
.sup_ul{ width: 100%; overflow: hidden; }
.sup_ul li{ float: left; position: relative; padding-left: 30px; width: 30%; font-size: 24px; font-family: POPPINS-BOLD; margin-right: 3%; margin-bottom: 26px; }
.sup_ul li:nth-of-type(3n){ margin-right: 0; }
.sup_ul li:before{ content: ""; position: absolute; top: 14px; left: 5px; transform: rotate(45deg); width: 9px; height: 9px; background: #3052eb; }

.ab_cerwar{ padding: 35px 0 30px 0; }
.ab_cerul{ width: 100%; overflow: hidden; margin-top: 25px; }
.ab_cerul li{ float: left; margin-right: 2%; width: 18.5%; }
.ab_cerul li:last-child{ margin-right: 0; }
.ab_cerul li:first-child{ width: 38%; }

.ab_iso{ padding: 30px 0 70px 0; }
.iso_war{ background: #eef3f7; padding: 45px 30px; }
.iso_ul{ width: 100%; overflow: hidden; }
.iso_ul li{ float: left; margin-right: 3%; width: 7.3%; }
.iso_ul li:last-child{ margin-right: 0; }
/*产品列表*/
.pro_war{ width: 100%; overflow: hidden; }
.pro_war .lcon{ width: 430px; float: left; }
.pro_war .rcon{ margin-left: 430px; padding-left: 45px; }
.pro_nav h3{ background:url(images/p_h3bg.jpg) no-repeat; background-size: cover; font-size: 40px; font-family: segoeuib_0; padding:68px 15px; color: #fff;}
.pro_nav h3 a{ display: none; }

.accordion {width: 100%; background: #eef3f7; padding: 0 24px; }
.accordion li{  }
.accordion li .links.active{  }
.accordion li:last-child{ border-bottom: none; }
.accordion .links { cursor: pointer; display: block; border-bottom: 1px solid #dde1e5; position: relative;  padding: 20px 30px 20px 10px; }
.accordion .links:before{ content: ""; width: 18px; height: 18px; background: url(images/add_icon.png) center no-repeat; position: absolute; top: 27px; right: 0; color: #3052eb; }
.accordion .links.active:before{ content: ""; width: 18px; height: 18px; background: url(images/plus_icon.png) center no-repeat; position: absolute; top: 27px; right: 0; color: #3052eb; }
.accordion .links a{ display: inline-block; position: relative; font-size: 20px;  }
.accordion .links span{ color: #333; font-family: MontserratLight; position: absolute; right: 20px; top: 21px; }
.accordion .links.active span{ color: #fff; }
.submenu {display: none; overflow: hidden; border-bottom: 1px solid #dde1e5; padding: 15px 0; }
.submenu.on{ display: block; }
.accordion li ul.active{display: block}
.submenu li{ display:block; position: relative; padding-left: 33px; line-height: normal; }
.submenu li:before{ content: ""; position: absolute; top: 20px; left: 13px; width: 12px; height: 2px; background: #3052eb; }
.submenu a { display: inline-block; color: #666; padding: 9px 0; width: 100%; line-height: 24px; }
.submenu li a:hover{ color: #3052eb; }
.accordion li:last-child .links{ border: none; }

.pro_list{ width: 100%; overflow: hidden; }
.pro_list li{ float: left; margin-right: 3%; margin-bottom: 30px; width: 31.3%; }
.pro_list li:nth-of-type(3n){ margin-right: 0; }
.pro_list li .in_pitem{ box-shadow: none; border: 1px solid #e5e5e5; }
.pro_list li .in_pitem p{ font-size: 18px; }
/*分页 结束*/
.digg4{ margin-top: 35px; text-align: center;}
.digg4 a,.digg4 span.disabled,.digg4 span.current{width:38px; text-align: center; cursor: pointer; background: #fff; display: inline-block; vertical-align: middle; height:38px; line-height: 38px; color:#bfbfbf; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { background: #065fdd; color: #fff;  }
.digg4 span.disabled { font-size: 20px; font-weight: normal; background: #bfbfbf; color: #fff; line-height: 33px;  }
.digg4 a{ color: #333; border:1px solid #d9e5ea; }
.digg4 span.disabled:hover{ background: #065fdd; color: #fff; }

/*产品详情*/
.del_war{ padding-bottom: 165px; background: #eef3f7; }
.del_main{ background: url(images/del_bg.jpg) no-repeat; background-size: cover; padding: 208px 0 70px 0; }
.del_zhu{ width: 100%; overflow: hidden; }
.del_zhu .lcon{ float: left; width: 560px; position: relative; }
.del_zhu .rcon{ margin-left: 560px; padding-left: 135px; }
.del_ztshow{ position: relative; }
.moveBox{ width: 100px; height: 100px; background: rgba(222,0,0,0.4); position: absolute; top: 0; left: 0; display: none;  cursor: move;}
.magBox{ width: 340px; background: #fff; height: 340px; border: 1px solid #bfbfbf; display: none; position: absolute; left: 560px; top: 0; z-index: 66; overflow: hidden; }
.fangda_icon{ width: 30px; height: 30px; position: absolute; right: 22px; bottom: 22px; z-index: 66; }
.fangda_icon i{ font-size: 30px; color: #c8c8c8; }
.magBox img{ position: absolute; top: 0; left: 0; max-width: none; }
.addthis_inline_share_toolbox{ display: inline-block; }
.del_fy{ position: relative; padding: 0 20px; margin-top: 20px; }
.del_swiper .changpic{ overflow: hidden; border-radius: 10px; }
.slick-del{ width: 18px; height: 100%; transition: all 0.3s; cursor: pointer; text-align: center; background: #307afc; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; }
.slick-del.slick_next{ right: 0; left: auto; }
.slick-del.slick_prev{ transform: rotate(180deg);}
.slick-del:hover{ background: #055aef; }
.del_picshow .item{ margin: 0 6px; }

.del_zhu .rcon h1{ color: #fff; font-size: 44px; font-family: segoeuib_0; }
.d_desc{ margin-top:20px; height: 240px; overflow-y: auto;padding-right: 10px; }
.d_desc p{ color: #fff; font-size: 20px; line-height: 40px; }
.d_desc::-webkit-scrollbar{ width: 5px; height: 1px; }
.d_desc::-webkit-scrollbar-thumb{ border-radius: 0; background: #055aef; }
.d_desc::-webkit-scrollbar-track { border-radius: 0; background: #fff; }

.pro_lxbtn{ margin-top: 98px; }
.pro_lxbtn a{ background-image: linear-gradient(to right, #307cfc,#3052eb ); font-size: 24px; border-radius: 50px; text-align: center; line-height: 62px; width:33%; color: #fff; display: inline-block; }
.pro_lxbtn a:hover{ opacity: 0.85; }
.pro_lxbtn a:last-child{ margin-left: 3%; background: #fff; color: #307afc; }
.pro_lxbtn a i{ font-size: 24px; margin-right: 5px; }
.pro_lxbtn a *{ vertical-align: middle; }

.share{ margin-top: 55px; color: #fff; font-size: 24px; }
.share *{vertical-align: middle;}

.del_block{ margin-top: 65px; background: #fff; border-radius: 10px; padding: 45px 48px; }
.del_block .del_item{ margin-bottom: 55px; width: 100%; overflow: hidden; border-bottom: 1px solid #ececec; }
.del_block .del_item:last-child{ margin-bottom: 0; border: none; padding-bottom: 0; }
.del_item{ padding-bottom: 35px; }
.del_item .del_lcon{ width: 50%; float: left; }
.del_item .del_rcon{ width: 50%; float: right; }
.del_item h3,.rel_pro h3{ color: #307afc; font-size: 32px; margin-bottom: 20px; font-family: segoeuib_0; }
.del_item h3 i,.rel_pro h3 i{ font-size: 32px; font-weight: normal; }
.del_ul li{ margin-bottom: 16px; font-size: 20px; font-family: segoeuib_0;  }

.pro_table{ overflow-x: auto; }
.pro_table table{ border-top: 1px solid #d0d0d0; background: #fff; border-left: 1px solid #d0d0d0; width: 100%; }
.pro_table table tr td{ padding: 10px 12px; text-align: center; font-size: 20px; border-bottom: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0; }
.blue{ background: #649bfd; color: #fff; }
.pro_table table tr:first-child td{ background: #649bfd; color: #fff; }

.rel_pro{ margin-top: 50px; }
.rel_swi{ margin-top: 20px; position: relative; }
.rel_pros .item{ margin: 0 15px; }
.rel_pros .item .in_pitem{ box-shadow: none; border: 1px solid #e5e5e5; }
.rel_pros .item .in_pitem p{ font-size: 18px; }
.csepaging{ position: absolute; width: 100%; left: 0; top: 35%; }
.csepaging .slick-arrow{ width: 50px; cursor: pointer; transition: all 0.3s; height: 50px; line-height: 50px; background: #307afc; text-align: center; line-height: 50px; color: #fff; }
.csepaging .slick-arrow.slick_prev{ position: absolute; top: 0; left: 7px; transform: rotate(180deg); }
.csepaging .slick-arrow.slick_next{ position: absolute; top: 0; right: 7px; }
.csepaging .slick-arrow:hover{ border-radius: 50px; }
/*application*/
.app_war{ width: 100%; overflow: hidden; }
.app_war .lcon{ float: left; width: 430px; position: relative; }
.app_war .rcon{ margin-left: 430px; padding-left: 42px; }
.app_war .lcon .pro_nav h3{ padding: 68px 32px; }
.app_box{ background: #eef3f7; padding: 30px 22px 100px 22px; }
.app_box h5{ font-size: 20px; padding-left: 20px; position: relative; }
.app_box h5:before{ content: ""; position: absolute; top: 13px; left: 0; width: 5px; height: 5px; background: #3054ec; }
.app_pic{ margin-top: 50px; text-align: center; }
/*faq*/
.faq_liul li{ margin-bottom: 10px; cursor: pointer; background: #eef3f7; padding: 36px 55px; position: relative;  }
.faq_liul li:before{ content: ""; width: 18px; height: 18px; background: url(images/add_icon.png) center no-repeat; position: absolute; top: 44px; right: 60px; color: #3052eb; }
.faq_liul li.on:before{ content: ""; width: 18px; height: 18px; background: url(images/plus_icon.png) center no-repeat; position: absolute; top: 44px; right: 60px; color: #3052eb; }

.faq_liul li h3{ font-size: 26px; font-family: segoeuib_0; }
.f_textbox{ margin-top: 20px; display: none; border-top: 1px solid #dde1e5; padding-top: 30px; }
.f_textbox p{ font-size: 20px; margin-bottom: 12px; padding-left: 15px; position: relative; }
.f_textbox p:after{ content: ""; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background: #3054ec; }
.f_txtpic{ text-align: center; margin-top: 22px; }
/*news*/
.news_nav{ width: 100%; overflow: hidden; text-align: center; }
.news_nav li{ display: inline-block; margin: 0 12px; }
.news_nav li a{ font-size: 22px; font-family: segoeuib_0; text-align: center; border: 1px solid #307afc; border-radius: 40px; display: inline-block; height: 50px; line-height: 42px; width: 245px;  }
.news_nav li.on a{ background-image: linear-gradient(to right, #307cfc,#3052eb ); color: #fff; }

.news_list{ width: 100%; overflow: hidden; margin-top: 38px; padding: 10px; }
.news_list li{width: 48.5%; margin-right: 3%; margin-bottom: 50px; float: left; }
.news_list li:nth-of-type(even){ margin-right: 0; }
.newsitem{ overflow: hidden; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%); }
.newsitem .lcon{ width: 328px; float: left; }
.newtxt{ margin-left: 328px; padding: 34px 45px 0 36px; }
.newtxt em{ font-style: normal; color: #307afc; }
.newtxt em i{ font-size: 22px; }
.newtxt h4{ margin-top: 15px; font-family: segoeuib_0; font-size: 22px; font-weight: normal; overflow: hidden; height: 54px; line-height: 27px; }
.newtxt p{ margin-top: 12px; font-family: segoeui_0; font-size: 20px; line-height: 26px; color: #666; height: 78px; overflow: hidden; display: -webkit-box;
    -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.newtxt span{ display: inline-block; position: relative; margin-top: 25px; width: 180px; color: #fff; background-image: linear-gradient(to right, #307cfc,#3052eb ); height: 44px; line-height: 44px; text-align: center; }
.newtxt span:before{ content: ""; transition: all 0.3s; position: absolute; top: 0; right: 0; width: 0;
    height: 0; border-style: solid; border-width: 0 22px 17px 0; border-color: transparent #fff transparent transparent; }
.newsitem:hover .changpic img{ transform: scale(1.15); }
.newsitem:hover .newtxt span:before{ border-width: 0; }


.infocon h4{font-size:32px; font-family: POPPINS-BOLD; text-align: center; margin-bottom: 16px; }
.infocon img{ display: inline-block; margin: 12px 0; max-width: 100%; }
.infocon .time{ text-align: center;margin-bottom:18px; font-size: 17px; color: #707879; }
.infocon .time i{ font-size: 20px; }
.infocon .other{ padding-top:15px; margin-top:10px; font-size: 18px; line-height: 26px;}
.infocon .other div{padding:5px 0;}
.infocon .other div b{ font-weight: normal; color: #333; }
.infocon .other{ color: #888; }
.infocon .other a{color: #888}
.infocon .other a:hover{ color: #3052eb ; }
.infocon p{line-height:28px; font-size: 18px; margin-bottom: 8px; color: #888; font-family: segoeui_0; }


/*contact*/
.con_com{ padding: 45px 64px; background: url(images/con_combg.jpg) no-repeat; background-size: cover; position: relative; }
.con_clcon{ width: 70%; }
.con_clcon h3{ color: #fff; font-size: 41px; font-family: segoeuib_0; line-height: 40px; }
.con_clcon  p{ font-size: 30px;color: #fff; font-family: segoeuib_0; line-height: 40px;}
.con_xlul{ margin-top: 25px; overflow: hidden; }
.con_xlul li{ float: left; width: 70%; position: relative; margin-bottom: 28px; font-family: segoeui_0; color: #fff; font-size: 20px; padding-left: 28px; }
.con_xlul li:nth-of-type(even){ width: 30%; }
.con_xlul li i{ position: absolute; top: 5px; left: 0; color: #fff; font-size: 22px; }
.con_xlul li a,.con_xlul li span{ font-size:22px; color: #fff; }
.con_xlul li:last-child{ width: 100%; }
.con_xlul li:hover a{ text-decoration: underline; }

.con_ewm{ overflow: hidden; position: absolute; right: 95px; top: 25%; width: 350px; }
.con_ewm li{ float: left; margin-right: 8%; width: 46%; }
.con_ewm li:last-child{ margin-right: 0; }

.con_dislx{ display: flex; margin-top: 42px; }
.con_lxitem{ background: #eef3f7; width: 32%; margin-right: 2%; padding: 30px 18px; }
.con_dislx .con_lxitem:last-child{ margin-right: 0; }
.con_lxitem h2{ font-size: 22px; color: #307bfb; font-family:segoeuib_0; margin-bottom: 24px; }
.con_lxitem ul li{ margin-bottom: 15px; padding-left: 24px; position: relative; line-height: 28px; font-family:segoeuib_0; }
.con_lxitem ul li i{ position: absolute; top: 0; left: 0; color: #307bfb; }
.con_lxitem ul li a{ font-size: 20px; color: #307bfb; font-family:segoeui_0; }
.con_lxitem ul li a:hover{ text-decoration: underline; }

.map{ margin-top: 42px; }

@media screen and (max-width: 1680px){
    .backToTop{ right: 0; width: 45px; height: 45px; }
    nav li{ margin: 0 4px; }
    nav{ margin-right: 185px; }
    .head_rcon{ right: -17px; width: 146px; padding-left: 24px; }
    .h_top{ padding-right: 58px; }
}

@media screen and (max-width: 1600px){
    .warper{ width: 92%; }
    .head_rcon{ right: 0; }
    .h_top{ padding-right: 46px; }
    nav { margin-right: 165px; }
    .in_ab_txt{ width: 47%; margin-right: 3%; padding: 60px 0 0 20px; }
    .home_boxtit h3{ font-size: 120px; line-height: 120px; }
    .home_boxtit h3 em{ bottom: 35px; }
    .in_abwho h4{ font-size: 35px; }
    .in_numbox li h4{ font-size: 52px; }
    .in_ntit{ font-size: 65px; right: 4%; }
    .in_pnvbtn{ margin-top: 368px; }
    .in_pro{ padding-bottom: 65px; }
    .in_newsbox{ padding: 60px 0 0 0; }
    .in_news:before{ display: none; }
    .in_app h2{ font-size: 60px; }
    .f_navbox h3{ font-size: 27px; }
    .in_app{ padding: 82px 0 90px 0; }
    .ab_com{ padding-bottom: 80px; }
    .ab_num{ padding: 80px 0; }
    .choo_item .lcon{ padding: 130px 30px 0 64px; }
    .choose_ul li:nth-of-type(even) .choo_item .lcon{ padding: 130px 64px 0 30px; }
    .choo_item .lcon p{ line-height: 32px; }
    .ab_iso{ padding: 30px 0 0 0; }
    .del_zhu .rcon{ padding-left: 55px; }
}

@media screen and (max-width: 1440px){
    nav li>a{ padding: 0 18px; }
    .logo img{ margin-right: 0; }
    .logo{ top: -16px; }
    .in_abwho h4{ font-size: 29px; line-height: 40px; }
    .home_boxtit h3{ font-size: 92px; line-height: 92px; }
    .home_boxtit h3 em{ bottom: 20px; }
    .in_abwho p{ font-size: 18px; line-height: 28px; }
    .in_numbox li h4{ font-size: 46px; }
    .in_ptit h2{ font-size: 50px; }
    .in_pronav{ width: 588px; padding: 28px 22px 10px 22px; }
    .i_hotp{ font-size: 18px; }
    .in_pnvbtn li a{ font-size: 20px; line-height: 24px; }
    .in_pnvbtn{ margin-top: 344px; }
    .in_proswi{ top: 180px; }
    .in_pliswi .item{ margin: 0 8px; }
    .in_ntit{ font-size: 50px; }
    .n_txt h3{ font-size: 24px; }
    .n_txt { padding: 18px 20px 35px 20px; }
    .in_newswi .item{ margin: 0 8px; }
    .in_newswi .slick-dots{ margin-top: 15px; }
    .in_newsbox{ padding: 50px 0 0 0; }
    .in_news{ padding: 0 0 50px 0; }
    .in_app{ padding: 50px 0; }
    .in_app h2{ font-size: 40px; }
    .f_navbox h3{ font-size: 23px; }
    .w_p_main{ padding-bottom: 162px; }
    .sub_tit h3{ font-size: 38px; }
    .ab_com{ padding-bottom: 50px; }
    .ab_num{ padding: 50px 0; }
    .ab_choose .home_boxtit h3 em{ font-size: 33px; bottom: 19px; }
    .ab_choose{ padding: 50px 0; }
    .choo_item .rcon{ padding-left: 0; }
    .choose_ul li:nth-of-type(even) .choo_item .rcon{ padding-right: 0; }
    .choo_item .lcon h4{ font-size: 27px; }
    .choo_item .lcon p{ font-size: 20px; line-height: 27px; }
    .choose_ul li:last-child{ margin-bottom: 0; }
    .page_tit{ font-size: 32px; }
    .sup_ul li{ font-size: 22px; }
    .pro_nav h3,.app_war .lcon .pro_nav h3{ font-size: 30px; padding: 35px 15px; }
    .pro_war .lcon{ width: 340px; }
    .pro_war .rcon{ margin-left: 340px; padding-left: 30px; }
    .accordion{ padding: 0 12px; }
    .pro_list li{ margin-bottom: 15px; width: 32%; margin-right: 2%; }
    .del_main{ padding: 165px 0 50px 0; }
    .del_zhu .rcon{ padding-left: 40px; }
    .del_zhu .rcon h1{ font-size: 32px; }
    .d_desc p{ line-height: 30px; }
    .del_block{ margin-top: 42px; padding: 36px 30px; }
    .del_ul li{ margin-bottom: 8px; font-size: 18px; }
    .del_item h3, .rel_pro h3{ font-size: 25px; }
    .del_item h3 i, .rel_pro h3 i{ font-size: 24px; }
    .del_block .del_item{ margin-bottom: 30px; }
    .rel_pros .item{ margin: 0 6px; }
    .app_war .lcon{ width: 340px; }
    .app_war .rcon{ margin-left: 340px; padding-left: 30px; }
    .app_pic{ margin-top: 25px; }
    .faq_liul li{ padding: 20px; }
    .faq_liul li:before{ top: 27px; right: 36px; }
    .faq_liul li h3{ font-size: 22px; }
    .faq_liul li.on:before{ top: 27px; right: 36px; }
    .f_textbox p{ font-size: 18px; margin-bottom: 5px; }
    .f_textbox{ padding-top: 15px; }
    .news_list{ margin-top: 22px; }
    .news_list li{ width: 49%; margin-right: 2%; margin-bottom: 25px; }
    .newtxt{ padding: 34px 20px 0 20px; }
    .newtxt p{ font-size: 18px; }
    .infocon h4{ font-size: 28px; }
    .con_com{ padding: 45px; }
    .con_ewm{ right: 40px; }
    .con_clcon h3{ font-size: 35px; }
    .con_xlul li{ margin-bottom: 17px; }
    .con_dislx,.map{ margin-top: 28px; }
    .pat65{ padding-top: 40px; }
}


@media screen and (max-width: 1366px){
   nav li>a{ padding: 0 14px; }
   .in_abwho{ padding-left: 8px; }
   .in_numbox li h4,.in_numbox li h4 em{ font-size: 36px; }
   .in_numbox li i{ font-size: 46px; }
   .cur_paging .slick-arrow{ width: 60px; height: 60px; line-height: 56px; }
   .cur_paging .slick-arrow i{ font-size: 24px; }
   .newsitem .lcon{ width: 285px; }
   .newtxt{ margin-left: 285px; padding: 22px 20px 0 20px; }
   .newtxt span{ margin-top: 12px; }
   .newtxt h4{ margin-top: 9px; }
}

@media screen and (max-width: 1280px){
   .logo{ left: -20px; }
   .in_ab_txt{ padding: 32px 0 0 20px; }
   .in_abwho h4{ font-size: 26px; line-height: 34px; }
   .in_pronav{ width: 468px; }
   .in_ptit h2{ font-size: 38px; height: 38px; line-height: 38px; }
   .in_pnvbtn{ margin-top: 304px; }
   .in_pitem p{ font-size: 20px; }
   .in_pnvbtn li a{ font-size: 17px; line-height: 20px; }
   .cur_paging{ left: 45%; }
   .in_pro{ padding-bottom: 50px; }
   .in_app h2{ font-size: 36px; }
   .f_mess{ width: 86%; margin-left: -43%; padding: 20px 35px; }
   .f_mess .lcon h4{ font-size: 36px; }
   .fm_info li{ margin-bottom: 9px; }
   footer{ padding-top: 130px; }
   .f_ewm{ padding-right: 30px; }
   .copyright{ padding: 15px 0; }
   .f_logo{ display: none; }
   .choo_item .lcon h4{ font-size: 23px; }
   .choo_item .lcon{ padding: 114px 22px 0 38px; }
   .choose_ul li:nth-of-type(even) .choo_item .lcon{ padding: 114px 38px 0 22px; }
   .sup_div{ padding: 35px 40px 20px 40px; }
   .sup_ul li{ font-size: 20px; margin-bottom: 12px; }
   .sup_ul li:before{ top: 10px; }
   .page_tit{ font-size: 28px; }
   .sup_div{ margin-top: 12px; }
   .ab_cerul{ margin-top: 15px; }
   .ab_cerwar{ padding: 0 0 30px 0; }
   .iso_war{ padding: 25px 15px; }
   .ab_iso{ padding: 0; }
   .pro_lxbtn a{ width: 42%; }
   .share{ margin-top: 40px; }
   .con_clcon h3{ font-size: 30px; }
   .con_xlul li{ width: 63%; }
   .con_ewm{ width: 290px; }
   .con_lxitem h2{ font-size: 20px; }
}

@media screen and (max-width: 1200px){
    .in_pnvbtn{ margin-top: 360px;}
    
}
@media screen and (max-width: 1024px){
    .banner_home,.subbanner{ margin-top: 62px; }
    #nav .nav-button{display: block; top: -49px; right: 0; }
    header,.position, .page_h{ height: 62px; background: #fff; }
    .logo img,.position .logo img{ height:45px; }
    .head_rcon{ display: none; }
    .logo{ top: 8px; left: 0; }
    .warper{ width: 94%; }
    .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: #3052eb ; 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: #3052eb; }
    nav dl{ left: 0;  top: 0; border:none; width: auto;  background: #333;  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,.nav_show li a{ color: #fff !important; 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: #3052eb !important;}
    nav dl dd{ border: none; }
    nav li>a{ font-size: 18px; height: auto; border-radius: 0; }
    .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{display: none;}
    .banner .slick-dots{ bottom: 22px; }
    .banner .slick-dots li button{ width: 12px; height: 12px; }
    .h_brcon,.logo span,.mouse_scrll{ display: none; }
    #nav .nav-button{ right:0; }
    .in_ab .lcon{ width: 100%; float: none; }
    .in_ab_txt{ width: 100%; float: none; margin-right: 0; padding: 25px; }
    .in_abwho{ padding-left: 0; }
    .in_abwho h4{ font-size: 22px; }
    .home_boxtit h3{ font-size: 74px; line-height: 74px; }
    .in_abwho p{ margin-top: 8px; }
    .in_num{ padding: 35px 0 155px 0; }
    .in_numbox li h4, .in_numbox li h4 em{ font-size: 28px; }
    .in_numbox li p{ font-size: 17px; }
    .in_ptit h2{ font-size: 31px; }
    .i_hotp{ line-height: 25px; }
    .in_ptit{ padding: 0; }
    .in_pnvbtn{ margin-top: 305px; }
    .in_proswi{ top: 155px; }
    .cur_paging{ left: 58%; }
    .in_ntit{ font-size: 34px; }
    .in_pro{ padding-bottom: 40px; }
    .in_newsbox{ padding: 40px 0 0 0; }
    .in_news{ padding: 0 0 40px 0; }
    .in_app{ padding: 40px 0; }
    .in_app h2{ font-size: 28px; }
    .vmc-centered li img{ width: 150px; border: 3px solid #fff; }
    .vmc-centered .vmc_active { transform: scale(1.3); }
    .vmc-container .vmc-viewport{ padding: 30px 0; }
    .f_mess .lcon h4{ font-size: 28px; line-height: 38px; }
    .f_mess .rcon{ padding-left: 0; }
    footer{ padding-top: 105px; }
    .ab_com .lcon{ width: 100%; float: none; }
    .ab_com .rcon{ width: 100%; float: none; padding-left: 0; margin-top: 15px; }
    .ab_pp{ margin-top: 8px; }
    .ab_com{ padding-bottom: 40px; }
    .ab_num{ padding: 40px 0; }
    .ab_choose{ padding: 40px 0; }
    .home_boxtit h3{ font-size: 58px; line-height: 58px; }
    .ab_choose .home_boxtit h3 em{ font-size: 25px; bottom: 8px; }
    .choo_item:after{ display: none; }
    .choo_item:before{ top: 0; height: 100%; }
    .choo_item .lcon h4{ font-size: 22px; margin-bottom: 6px; }
    .choo_item .lcon p{ font-size: 18px; }
    .choo_item .lcon{ padding: 60px 22px 0 38px; }
    .choose_ul li:nth-of-type(even) .choo_item .lcon{ padding: 60px 38px 0 22px; }
    .choose_ul li{ margin-bottom: 18px; }
    .page_tit{ font-size: 24px; }
    .accordion{ display: none; }
    .pro_war .lcon{ width: 100%; float: none; }
    .pro_nav h3,.app_war .lcon .pro_nav h3{ padding: 16px; font-size: 22px; position: relative; }
    .pro_nav h3 a{ width: 100%; height: 100%; display: block; text-align: right; font-size: 35px; padding: 2px 15px; position: absolute; top: 0; left: 0; color: #fff; }
    .pro_war .rcon{ margin-left: 0; padding-left: 0; margin-top: 15px; }
    .pat65{ padding-top: 30px; }
    .sub_tit{ top: 33%; }
    .del_main{ padding: 40px 0; margin-top: 62px; }
    .del_zhu .lcon{ width: 50%; }
    .del_zhu .rcon{ margin-left: 50%; padding-left: 30px; padding-top: 15px; }
    .del_zhu .rcon h1{ font-size: 26px; }
    .d_desc p{ font-size: 17px; line-height: 24px; }
    .d_desc{ margin-top: 15px; }
    .pro_lxbtn{ margin-top: 35px; }
    .pro_lxbtn a{ width: 47%; font-size: 20px; line-height: 44px; }
    .share{ margin-top: 15px; }
    .del_picshow .item{ margin: 0 3px; }
    .del_fy{ margin-top: 10px; }
    .del_block{ padding: 20px; }
    .del_item h3, .rel_pro h3{ margin-bottom: 10px; }
    .del_block .del_item{ margin-bottom: 18px; }
    .del_item{ padding-bottom: 20px; }
    .rel_swi{ margin-top: 12px; }
    .csepaging .slick-arrow{ width: 38px; height: 38px; line-height: 38px; }
    .f_item2{ display: none; }
    .f_item1{ width: 32%; }
    .f_item3{ width: 20%; }
    .f_item4{ width: 40%; }
    .f_usd li{ margin-bottom: 12px; }
    .backToTop{ width: 40px; height: 40px; }
    .magBox{ left: 100%; }
    .app_war .lcon{ width: 100%; float: none; }
    .app_war .rcon{ margin-left: 0; padding-left: 0; }
    .app_war .rcon{ margin-top: 15px; }
    .app_box{  padding: 30px; }
    .newsitem .lcon{ width: 100%; float: none; }
    .newtxt{ margin-left: 0; padding: 20px; }
    .newtxt h4{ height: 27px; }
    .newtxt p{ height: 56px; -webkit-line-clamp:2; }
    .infocon h4{ font-size: 22px; margin-bottom: 7px; }
    .infocon .time{ margin-bottom: 8px; }
    .con_com{ padding: 30px; }
    .con_clcon h3{ font-size: 26px; line-height: normal; }
    .con_clcon p{ font-size: 22px; line-height: normal; }
    .con_xlul li{ width: 100%; float: none; margin-bottom: 6px; }
    .con_xlul li:nth-of-type(even){ width: 100%; }
    .con_xlul li i{ font-size: 19px; }
    .con_lxitem h2{ margin-bottom: 7px; }
    .con_lxitem ul li{ line-height: 19px; margin-bottom: 6px; }
    .con_lxitem{ padding: 20px 16px; }
    .vmc-centered li span{ font-size: 16px; }
}

@media screen and (max-width: 768px){
    .in_pronav{ width: 100%; }
    .in_ptit h2{ font-size: 28px; }
    .in_pliswi .item{ margin: 0 4px; }
    .in_proswi{ top: 134px; }
    .in_pnvbtn{ margin-top: 240px; }
    .in_ntit{ position: static; font-size: 30px; width: 94%; margin: 12px auto 0 auto; }
    .cur_paging{ bottom: auto; top: 38%; left: 0; width: 100%; }
    .cur_paging .slick-arrow{ width: 40px; height: 40px; position: absolute; line-height: 40px; border: none; background: #3078fb; color: #fff; }
    .cur_paging .slick-arrow i{ font-size: 15px; }
    .cur_paging .slick-arrow.slick_prev{ left: 0; }
    .cur_paging .slick-arrow.slick_next{ right: 0; }
    .in_pnvbtn li{ margin-bottom: 13px; }
    .in_pro{ padding-bottom: 10px; }
    .in_newsbox{ padding: 30px 0; }
    .in_news{ padding: 0; }
    .n_date{ padding: 9px 12px 8px 12px; }
    .n_txt{ padding: 16px; }
    .n_txt h3{ font-size: 20px; line-height: 24px; height: 48px; }
    .n_txt p{ margin-top: 9px; font-size: 16px; line-height: 20px; height: 60px; }
    .in_newswi .slick-dots li button{ width: 14px; height: 14px; }
    .in_newswi .slick-dots{ margin-top: 5px; }
    .in_app{ padding: 30px 0; }
    .in_app h2{ font-size: 23px; }
    .vmc-centered li img{ width: 160px; }
    .vmc-container{ margin-top: 12px; }
    .f_mess .lcon{ display: none; }
    .f_mess .rcon{ width: 100%; float: none; }
    .f_mess{ padding: 18px; }
    .f_item3{ display: none; }
    .f_navbox h3{ font-size: 22px; }
    .f_item1{ width: 41%; }
    .f_item4{ width: 56%; }
    .f_usd li{ margin-bottom: 6px; }
    .f_ewm{ margin-top: 20px; }
    .copyright{ margin-top: 22px; padding: 12px 0; }
    .sub_tit h3{ font-size: 28px; }
    .in_abbtn{ width: 80px; height: 80px; line-height: 80px; margin-left: -40px; margin-top: -40px; }
    .in_abbtn:before, .in_abbtn:after{ width: 80px; height: 80px; }
    .ab_video .in_abbtn{ right: auto; left: 10%; }
    .ab_com .lcon{ padding-right: 0; }
    .home_boxtit h3 em{ bottom: 7px; left: 12px; }
    .ab_com{ padding-bottom: 30px; }
    .ab_choose{ padding: 30px 0; }
    .choose_ul{ margin-top: 20px; }
    .choo_item .lcon,.choose_ul li:nth-of-type(even) .choo_item .lcon{ padding: 25px 17px 0 17px; }
    .choo_item .lcon p{ font-size: 17px; line-height: 21px; }
    .choo_item .lcon h4{ font-size: 20px; }
    .sup_div{ padding: 15px; }
    .sup_ul li{ width: 50%; margin-right: 0; margin-bottom: 2px; font-size: 17px; }
    .page_tit{ font-size: 22px; }
    .ab_cerul{ margin-top: 8px; }
    .ab_sup{ padding: 10px 0; }
    .del_main{ padding: 30px 0; }
    .del_zhu .lcon{ width: 100%; float: none; }
    .del_zhu .rcon{ margin-left: 0; padding-left: 0; }
    .moveBox{ opacity: 0; }
    .fangda_icon{ display: none; }
    .d_desc{ height: auto; overflow: auto; }
    .pro_lxbtn{ margin-top: 24px; }
    .del_block{ margin-top: 24px; }
    .del_item .del_lcon{ width: 100%; float: none; }
    .del_item .del_rcon{ width: 100%; float: none; margin-top: 8px; }
    .del_ul li{ margin-bottom: 4px; font-size: 16px; }
    .pro_table table tr td{ padding: 10px; font-size: 16px; }
    .del_item h3, .rel_pro h3{ font-size: 22px; }
    .rel_pro{ margin-top: 14px; }
    .rel_pros .item{ margin: 0 3px; }
    .faq_liul li{ padding: 15px; }
    .faq_liul li h3{ font-size: 18px; }
    .faq_liul li:before,.faq_liul li.on:before{ top: 18px; right: 19px; }
    .news_list{  margin-top: 10px; }
    .newtxt{ padding: 15px; }
    .con_com{ padding: 15px; }
    .con_xlul{ margin-top: 15px; }
    .con_clcon{ width: 100%; float: none; }
    .con_ewm{ position: static; margin-top: 10px; }
    .con_dislx, .map{ margin-top: 15px; }
    .con_dislx{ display: block; }
    .con_lxitem{ width: 100%; margin-right: 0; margin-bottom: 10px; }
    .getbox{ width: 100%; left: 0; margin-left: 0; }
}

@media screen and (max-width: 640px){
    .in_abwho p{ font-size: 17px; line-height: 25px; }
    .in_abwho h4{ line-height: 28px; }
    .in_numbox li{ width: 33.3%; margin-bottom: 12px; }
    .in_numbox li:nth-of-type(4),.in_numbox li:nth-of-type(5){ width: 50%; }
    .in_num{ padding: 25px 0 155px 0; }
    .in_numbox li i{ font-size: 37px; }
    .in_pnvbtn{ margin-top: 205px; }
    .in_newsbox{ padding: 15px 0 30px 0; }
    .ab_num{ padding: 30px 0; }
    .choo_item .lcon p{ font-size: 16px; line-height: 20px; }
    .choo_item .lcon h4{ font-size: 16px; }
    .ab_choose{ padding: 25px 0 15px 0; }

}

@media screen and (max-width:480px){
    footer{ margin-bottom: 60px; }
    .footmenu{ display: block; }
    .footmenu div.con{ background: #3052eb; }
    .in_abbtn:before, .in_abbtn:after,.in_abbtn{ width: 60px; height: 60px; }
    .in_abbtn{ line-height: 60px; }
    .in_abbtn i{ font-size: 24px; }
    .in_abbtn{ margin-left: -30px; margin-top: -30px; }
    .in_ab_txt{ padding: 15px; }
    .in_abwho h4{ font-size: 18px; line-height: 24px; }
    .home_boxtit h3{ font-size: 40px; line-height: 40px; }
    .home_boxtit h3 em{ font-size: 19px; bottom: 2px; left: 9px; }
    .in_abwho p{ font-size: 16px; line-height: 20px; }
    .in_numbox li h4, .in_numbox li h4 em{ font-size: 20px; }
    .in_numbox li i{ font-size: 32px; }
    .in_pronav{ padding: 12px; }
    .in_num{ padding: 25px 0 142px 0; }
    .in_ptit h2{ font-size: 22px; line-height: normal; height: auto; }
    .i_hotp{ margin-top: -2px; font-size: 16px; line-height: 22px; }
    .in_proswi{ top: 118px; }
    .in_pnvbtn{ margin-top: 178px; }
    .in_pitem p{ font-size: 18px; }
    .in_pnvbtn li{ width: 49%; margin-bottom: 6px; }
    .in_pnvbtn li:nth-of-type(3n){ margin-right: 2%; }
    .in_pnvbtn li:nth-of-type(even){ margin-right: 0; }
    .in_ntit{ font-size: 22px; }
    .in_newsbox{ padding: 15px 0; }
    .in_newswi .slick-dots li button{ width: 10px; height: 10px; }
    .in_app{ padding: 25px 0; }
    .vmc-centered li img{ width: 160px; }
    .vmc-centered li span{ margin-top: 5px; }
    .vmc-container{ width: 100%; }
    .w_p_main{ padding-bottom: 15px; }
    .f_mess{ display: none; }
    footer{ padding-top: 15px; }
    .f_navbox{ margin-top: 0; }
    .f_item1{ width: 100%; float: none; }
    .f_item4{ width: 100%; float: none; margin-top: 12px; }
    .f_navbox h3{ font-size: 19px; }
    .f_usd{ margin-top: 8px; }
    .copyright{ margin-top: 14px; }
    .ab_com{ padding-bottom: 15px; }
    .ab_num{ padding: 15px 0; }
    .ab_choose .home_boxtit h3 em{ bottom: -1px; }
    .ab_choose{ padding: 15px 0 6px 0; }
    .choose_ul{ margin-top: 12px; }
    .choo_item .lcon{ width: 100%; float: none; }
    .choo_item .rcon{ width: 100%; float: none; }
    .choo_item:before{ width: 100%; }
    .choo_item .lcon, .choose_ul li:nth-of-type(even) .choo_item .lcon{ padding: 15px; }
    .choose_ul li{ margin-bottom: 10px; }
    .page_tit{ font-size: 19px; }
    .sup_ul li{ padding-left: 22px; width: 100%; float: none; }
    .sup_ul li:before{ top: 8px; }
    .ab_cerul li:first-child,.ab_cerul li{ margin-bottom: 8px; width: 100%; float: none; margin-right: 0; }
    .ab_cerwar{ padding: 0 0 6px 0; }
    .iso_war{ padding: 12px; }
    .iso_ul li{ width: 22.7%; margin-bottom: 10px; }
    .iso_ul li:nth-of-type(4n){ margin-right: 0; }
    .sub_tit h3{ font-size: 22px; }
    .sub_tit h3:before,.sub_tit h3:after{ display: none; }
    .page_nav{ padding: 8px 0; }
    .pat65{ padding-top: 15px; }
    .pro_nav h3, .app_war .lcon .pro_nav h3{ padding: 10px; font-size: 20px; }
    .pro_nav h3 a{ font-size: 27px; }
    .pro_war .rcon{ margin-top: 10px; }
    .pro_list li{ width: 49%; margin-right: 2%; margin-bottom: 8px; }
    .pro_list li:nth-of-type(3n){ margin-right: 2%; }
    .pro_list li:nth-of-type(even){ margin-right: 0; }
    .digg4{ margin-top: 16px; }
    .digg4 a, .digg4 span.disabled, .digg4 span.current{ width: 32px; height: 32px; line-height: 32px; }
    .del_main{ padding: 20px 0; }
    .del_zhu .rcon h1{ font-size: 21px; }
    .d_desc{ padding-right: 0; margin-top: 6px; }
    .d_desc p{ font-size: 16px; line-height: 20px; }
    .pro_lxbtn a i{ margin-right: 3px; }
    .del_block{ padding: 10px; }
    .del_war{ padding-bottom: 10px; }
    .pro_table table tr td{ padding: 5px; }
    .accordion .links{ padding: 10px 30px 10px 10px; }
    .accordion .links a{ font-size: 18px; }
    .accordion .links:before,.accordion .links.active:before{ top: 12px; }
    .faq_liul li{ margin-bottom: 6px; }
    .news_nav li a{ width: 164px; font-size: 17px; line-height: 36px; height: 38px; }
    .news_nav li{ margin: 0 2px; }
    .news_list{ padding: 5px; }
    .newtxt em{ font-size: 14px; }
    .newtxt em i{ font-size: 18px; }
    .newtxt{ padding: 10px; }
    .newtxt span{ display: none; }
    .newtxt h4{ margin-top: 4px; font-size: 20px; line-height: 20px; height: 20px; }
    .newtxt p{ font-size: 16px; margin-top: 5px; line-height: 20px; height: 40px; }
    .news_list li{ margin-bottom: 12px; }
    .infocon h4{ font-size: 18px; line-height: 24px; }
    .infocon p{ font-size: 16px; line-height: 20px; margin-bottom: 6px; }
    .infocon .other{ font-size: 16px; }
    .con_clcon h3{ font-size: 19px; }
    .con_xlul li{ font-size: 17px; }
    .con_lxitem{ padding: 10px; }
}











