
/* CSS Document */
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../font/Roboto-Bold.eot');
  src: local('☺'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'oswald-r';
  src: url('../font/oswald-r.eot');
  src: local('☺'), url('../font/oswald-r.woff') format('woff'), url('../font/oswald-r.ttf') format('truetype'), url('../font/oswald-r.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../font/Roboto-Light.eot');
  src: local('☺'), url('../font/Roboto-Light.woff') format('woff'), url('../font/Roboto-Light.ttf') format('truetype'), url('../font/Roboto-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Medium_0';
  src: url('../font/Roboto-Medium_0.eot');
  src: local('☺'), url('../font/Roboto-Medium_0.woff') format('woff'), url('../font/Roboto-Medium_0.ttf') format('truetype'), url('../font/Roboto-Medium_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../font/Roboto-Regular.eot');
  src: local('☺'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../font/Roboto-Regular.eot');
  src: local('☺'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OSWALD-BOLD';
  src: url('../font/OSWALD-BOLD.eot');
  src: local('☺'), url('../font/OSWALD-BOLD.woff') format('woff'), url('../font/OSWALD-BOLD.ttf') format('truetype'), url('../font/OSWALD-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body{font-family:Roboto-Light,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:#2e4785;}
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 4335272 */
  src: url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype');
}

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

.icon-dingbu:before {
  content: "\e675";
}

.icon-dizhi1:before {
  content: "\e814";
}

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

.icon-zhiliang-xianxing:before {
  content: "\e88b";
}

.icon-rongyu:before {
  content: "\e617";
}

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

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

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

.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";
}


video{ display: block; }
.switcher-popup{padding-left: 20px;}
.switcher-popup span,.skiptranslate{display:none;}
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:1440px; margin:0 auto; position: relative;}
.backToTop{width:50px; height:50px; z-index: 666; border-radius: 50px; background:#2e4785 url(../image/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{ transition: all 0.3s; width: 100%; height: 132px; z-index: 999; position: fixed; top: 0; left: 0; }
.he_top{ height: 40px; line-height: 40px; text-align: right; }
.hr_me{ display: inline-block; }
.hr_me a{ color: #fff; font-size: 20px; margin-left: 38px; display: inline-block; }

.he_bot{ border-radius: 8px; height: 92px; background: #fff; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: 18px; top: 5px; }
.logo img{ width: auto; }

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

nav{ float: right; margin-right: 190px; }
nav li{ float: left; margin: 0 29px; position: relative; }
nav li:last-child{ margin-right: 0; }
nav li>a{ font-family: Roboto-Medium_0; position: relative; line-height:92px; text-transform: uppercase; display: inline-block;}
nav li>a:before{ content: ""; position: absolute; width: 0; height: 2px; background: #2e4785;  bottom: 28px; left: 0; transition: all 0.3s; }
nav li.on a,nav li:hover a{ color: #333;  }
nav li.on a:before,nav li:hover a:before{ width: 100%; }
nav li:last-child:before{ display: none; }
nav dl{ transition: opacity 1s ease; position: absolute; display: none; background:#fff; min-width: 250px; top: 92px; 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; line-height: 24px; font-size: 17px; background: transparent !important; color: #666 !important; display: block; padding: 10px 12px; text-align: left; text-transform: capitalize;}
nav li dl dd a:before{ display: none; }
nav li dl dd a:hover{ background: #2e4785!important; cursor: pointer; color: #fff !important;}
nav li dl dd a:hover:after{ color: #fff; }
nav dl dd div{ width: 360px;position: absolute; left: 100%; top: 0; background:rgba(46,71,133,.6); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:10px 12px; color: #fff !important; border-bottom: none; min-width: 200px; }


.head_rcon{ position: absolute; right: 38px; top:33px; width:100px; }
.hem_icon{ float: right; font-size: 24px; color: #2e4785; }
.search-button{ float: left; width:24px; position: relative;  }
.search-button span{ overflow: hidden; cursor: pointer; display: inline-block; color: #c6c6c6; }
.search-button span i{ font-size: 24px; text-align: center;display: inline-block; }
.search-button span:hover i{ color: #2e4785; }
.searchform{ overflow: hidden;background:#2e4785;position: absolute; right: 0; height: 0; z-index: 88; top:59px; 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; background:#2e4785; color: #fff; line-height:51px; padding-left:10px; font-family: Roboto-Regular; float: left; }
.searchform button{ width:54px; line-height:51px; background:#2e4785; 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{ height: 92px; background: #fff; box-shadow: 0 1px 10px rgba(0,0,0,0.12); }
.position .he_top{ display: none; }


.language{ width: 26px; margin-top: 2px; float: right; font-size: 16px; display: inline-block; position: relative; height: 24px; cursor: pointer; line-height: 24px; text-align: center; }
.language i{ font-size: 28px; color: #fff; }
.language-main { width: 120px; padding: 1px 0;  position: absolute;  display: none;  z-index: 99;  left: -30px;  top: 22px;
    background: url("https://www.hnksjxcrane.com/wp-content/themes/oulisheng/images/ffggg.png") no-repeat 26px 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 #fff; background: #ffffff;  padding-bottom: 10px;}
.language-cont a { width: 100% !important; position: relative; font-size: 14px !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: 9px; left: 0; width: 7px; height: 7px; background: #2e4785; content: ''; }
.language-cont a:hover { color: #2e4785 !important;}
.language-cont a:hover:after{ background: #2e4785; }

footer{ background: #233d74; padding-top: 90px; }
.fo_cous{ position: relative; padding-right:323px; padding-bottom: 20px; border-bottom: 1px solid #4f6490; }
.fo_cous p{ position: relative; z-index: 0; color: #fff; font-size: 32px; text-transform: uppercase; font-family: OSWALD-BOLD; }
.fo_cous p:before{ content: ""; position: absolute; top: 6px; background: #eb3931; left: 0; width: 15px; height: 8px; z-index: -1; }
.fo_cous a{ background: #445a89; display: inline-block; padding: 12px 34px; color: #fff; position: absolute; right: 0; bottom: 20px; }
.fo_cous a i{ font-size: 20px; margin-left: 8px; }
.fo_cous a *{ vertical-align: middle; }
.fo_cous a:hover{ background: #eb3931; transform: translateX(-10px); }

.fo_nav{ overflow: hidden; padding-top: 62px; }
.fo_h6{ color: #fff; margin-bottom: 35px; font-size: 38px; font-family: oswald-r; font-weight: normal; }
.fo_item1{ width: 18%; float: left; }
.media{ margin-top: 25px; padding: 12px 0; border:1px solid #65789e; border-left: none; border-right: none; }
.media a{ margin-right: 36px; font-size: 20px; display: inline-block; color: #fff; }
.media a:hover{ opacity: 0.65; }
.media a:last-child{ margin-right: 0; }

.fo_item2{ width: 27%; float: left; margin-left: 12%; }
.fo_naul{ margin-top: 22px; }
.fo_naul li{ position: relative; font-size: 16px; font-family: Roboto-Regular; padding-left: 18px; margin-bottom: 20px; transition: all 0.3s;  }
.fo_naul li:before{ content: "\e663"; font-family: iconfont; position: absolute; top: 3px; left: 0; color: #fff; font-size: 10px; }
.fo_naul li a{ color: #fff; }
.fo_naul li a:hover{ text-decoration: underline; }
.fo_naul li:hover{ transform: translateX(6px); }

.fo_cousna li{ padding: 28px 0 14px 0; border-bottom: 1px solid #65789e; }
.fo_cousna li:first-child{ padding-top: 0; }
.fo_citd{ position: relative; padding-left: 55px; }
.fo_citd p{ font-size: 16px; margin-bottom: 6px; color: #90a1c5; }
.fo_citd a{ font-family: Arial; color: #fff; }
.fo_citd i{ position: absolute; width: 46px; text-align: center; line-height: 46px; height: 46px; color: #fff; background: #395182; border-radius: 46px; top: 0; left: 0; font-size: 24px; }
.fo_citd:hover a{ color: #f84d47; }
.fo_citd span{ color: #fff; font-size: 16px;}

.f_allnav{ font-family: MontserratSemiBold; margin-top: 10px; padding-top: 38px; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.f_allnav a{ color: #f84d47; display: inline-block; }
.f_allnav:hover a{ transform: translateX(10px); }


.fo_item3{ width: 32%; float: right; }
.fo_mef li{ margin-bottom: 15px; }
.fo_mef li:last-child{ margin-bottom: 0; }
.fo_item3 form{  }
.fo_item3 form input{ padding: 0 22px; color: #fff; width: 100%; height: 50px; line-height: 50px; color: #fff; font-size: 16px; border-radius: 3px; font-family: Roboto-Light; border: none; background: rgba(255, 255, 255, 0.1); }
.fo_item3 form textarea{ padding: 14px 22px; color: #fff; width: 100%; height: 140px; resize: none; background: rgba(255, 255, 255, 0.1); font-size: 16px; border-radius: 3px; font-family: Roboto-Light; }
.fo_item3 form button{ transition: all 0.3s; cursor: pointer; width: 186px; height: 50px; background: #f84d47; border: none;  color: #fff; font-size: 18px; font-family: Roboto-Regular; }
.fo_item3 form button:hover{ transform: translateX(10px); background: #fff; color: #333; }
.fo_item3 input::-webkit-input-placeholder,.fo_item3 textarea::-webkit-input-placeholder { color: #fff;}
.fo_item3 input:-moz-placeholder,.fo_item3 textarea:-moz-placeholder {color: #fff;}

.fo_copt{ overflow: hidden; padding: 18px 0; margin-top: 70px; background: #1c305a; }
.fo_copt p{ float: left; color: #c9c9c9; font-size: 15px; }
.fo_copt a{ float: right; font-size: 15px; color: #c9c9c9;}
.fo_copt a:hover{ color: #fff; text-decoration: underline; }


.l_fixed{ position: fixed; top: 28%;  right: 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(0 0 0 / 10%); 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: #2e4785; transition: all 0.3s; }
.l_fixed ul li p{ font-size: 16px; font-family: Roboto-Regular; }
.l_fixed ul li:hover a{background: #2e4785; 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: #2e4785;}
.banner_home{ position: relative; }
.banner_home .slick-dots{ width: auto; bottom: 80px; right: 14%; }
.banner_home .slick-dots li{ width: auto; height: auto; }
.banner_home .slick-dots li button{ position: relative; width: 20px; height: 20px; border: none; border-radius: 20px; }
.banner_home .slick-dots li button:before{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 10px; height: 10px; border-radius: 10px; background: rgba(255, 255, 255, 0.5); }
.banner_home .slick-dots li.slick-active button:before{ background: #fff; }
.banner_home .slick-dots li.slick-active button{ border: 1px solid #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; }

.cl{ clear: both; }
.pro_rel{ position: relative; }
/*版块标题*/
.home_boxtit{ font-size: 52px; text-transform: uppercase; font-family: POPPINS-BOLD; }
/*首页*/
.in_opr{ padding: 100px 0 96px 0; position: relative; z-index: 0; }
.in_opr:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 59.5%; z-index: -1; background: url(../image/iopbg.jpg) no-repeat; background-size: cover; }
.inoptit{ display: flex; }
.ino_lef{ position: relative; z-index: 0; width: 50%; display: inline-block; padding-right: 146px; padding-left: 34px; }
.ino_lef:after{ content: ""; position: absolute; top: -28px; left: -76px; z-index: -1; width: 146px; height: 146px; background: url(../image/io_icq.png) no-repeat; background-size: cover; }
.ino_rig{ width: 50%; display: inline-block; padding-top: 22px; }
.in_h2{ font-size: 56px; text-transform: uppercase; font-family: OSWALD-BOLD; }
.inp{ font-size: 15px; line-height: 24px; color: #888; }
.iup_ul{ display: flex; flex-wrap: wrap; }
.iup_ul li{ width: 32%; transition: all 0.3s; height: 48px; line-height: 46px; text-align: center; background: #eff3f8; border: 1px solid #cbd0d9; display: inline-block; margin-right: 2%; margin-bottom: 14px; }
.iup_ul li:nth-of-type(3n){ margin-right: 0; }
.iup_ul li a{ color: #666; font-size: 16px; width: 100%; display: inline-block; height: 100%; }
.iup_ul li:hover a{ color: #fff; }
.iup_ul li:hover{ background: #2e4785; }

.inoswi{ margin-top: 42px; position: relative; }
.inpsgd .item{ margin: 0 10px; }
.inspitme{ background: #fff; border: 1px solid #cfd2d8; }
.ins_tx{ padding: 30px 28px 45px; text-align: center; }
.ins_tx h4{ font-size: 20px; font-family: Roboto-Bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ins_tx p{ font-size: 15px; margin-top: 15px; line-height: 24px; height: 96px; overflow: hidden; color: #888; }
.ins_tx span{ display: inline-block; margin-top: 30px; color: #fff; background: #2e4785; font-size: 15px; padding: 10px 25px; }
.inspitme:hover .changpic img{ transform: scale(1.15); }
.inp_arr{ position: absolute; width: 100%; top: 55%; left: 0; }
.inp_arr span{ font-weight: bold; position: absolute; cursor: pointer; color: #b4b4b4; top: 0; display: inline-block; width: 48px; line-height: 46px; height: 48px; border-radius: 48px; text-align: center; border: 1px dashed #b4b4b4; }
.inp_arr span.ip_prev{ left: -70px; transform: rotate(180deg); }
.inp_arr span.ip_next{ right: -70px; }
.inp_arr span:hover{ background: #2e4785; color: #fff; border: 1px solid #2e4785; }

.in_iconbox{ background: #2e4785; padding: 60px 0 52px 0; overflow: hidden; }
.iic_le{ width: 72%; float: left; padding-top: 10px; }
.iic_ri{ width: 28%; float: right; }
.icowzw{ width: 100%; overflow: hidden; }
.icowzw li{ width: 22%; float: left; margin-right: 4%; color: #fff; }
.icowzw li:last-child{ margin-right: 0; }
.icowzw li b{ font-size: 36px; font-family: OSWALD-BOLD; display: block; }
.icowzw li p{ padding-bottom: 12px; border-bottom: 1px solid #707fa0; font-size: 16px; margin-top: 15px;  }
.iicm{ position: relative; overflow: hidden; padding-right: 16px; padding-bottom: 16px; }
.iicm:before{ width: 35px; height: 35px; background: #eb3931; content: ""; position: absolute; bottom: 0; right: 0; }
.iicod{ float: right; padding: 18px 60px 18px 28px; width: 285px; border:5px solid #4b608d; }
.iicod p{ color: #fff; text-transform: uppercase; font-family: oswald-r; font-size: 28px; line-height: 36px; }


.in_abdi{ width: 100%; overflow: hidden; padding: 82px 55px 104px 240px; }
.ina_ble{ float: left; width: 45%; padding-top: 44px; padding-right: 80px; }
.ina_bri{ float: right; width: 55%; padding-left: 22px; }
.ina_pp{ margin-top: 30px; }
.ina_pp p{ color: #888; margin-bottom: 12px; font-size: 15px; line-height: 24px; }
.ina_mor{ display: inline-block; margin-top: 75px; background: #eb3931; text-align: center; color: #fff; font-size: 15px; width: 188px; height: 45px; line-height: 45px; }
.ina_mor:hover{ transform: translateX(10px); color: #fff; background: #2e4785; }
.ina_tpi{ position: relative; padding-left: 58px; }
.ina_tpi ul{ display: flex; }
.ina_tpi ul li{ display: inline-block; width: 48%; margin-right: 4%; }
.ina_tpi ul li:last-child{ margin-right: 0; margin-top: 76px; }
.ina_blue{ background: #2e4785; color: #fff; width: 188px; padding: 38px 26px 35px 30px; position: absolute; left: 0; bottom: 42px; }
.ina_blue i{ font-size: 44px; }
.ina_blue p{ line-height: 26px; margin-top: 18px; text-transform: uppercase; font-family: Roboto-Medium_0; }


.inn_ndi{ background: #f1f4f9; padding: 86px 0 120px 0; }
.inn_tit{ width: 100%; overflow: hidden; }
.inti_le{ width: 50%; float: left; }
.inti_ri{ width: 50%; float: right; padding-left: 34px; }
.innswi{ position: relative; margin-top: 34px; }
.inn_gds .item{ margin: 0 14px; }
.inn_ites{ background: #fff; position: relative; padding: 26px 20px 34px; }
.inn_ites:before{ content: ""; position: absolute; transition: all 0.3s; bottom: 0; left: 0; width: 30%; height: 5px; background: #2e4785; }
.in_txdi{ margin-top: 35px; }
.int_h4{ border-bottom: 1px solid #d3d3dd; padding-bottom: 10px; }
.int_h4 h4{ font-size: 20px; overflow: hidden; font-family: Roboto-Bold; text-overflow: ellipsis; white-space: nowrap; }
.in_txdi p{ margin-top: 18px; font-size: 15px; line-height: 24px; color: #888; height: 72px; overflow: hidden; }
.in_txdi span{  display: inline-block; margin-top: 36px; font-size: 16px; font-family: Roboto-Regular; }
.in_txdi span i{ color: #233d74; font-weight: bold; font-size: 18px; }
.inn_ites:hover:before{ width: 100%; }
.inn_ites:hover .changpic img{ transform: scale(1.15); }
.inp_arr span.ins_prev{ left: -70px; transform: rotate(180deg); }
.inp_arr span.ins_next{ right: -70px; }
.innswi .inp_arr{ top: 40%; }



.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;}
.pat100{ padding-top: 100px; }
/*关于我们*/
.ab_war .in_abdi{ padding-top: 0; }
.ab_str{ padding: 92px 0 120px 0; }
.as_swd{ margin-top: 32px; position: relative; }
.as_gd .item{ margin: 0 8px; }
.inp_arr span.abs_prev{ left: -70px; transform: rotate(180deg); }
.inp_arr span.abs_next{ right: -70px; }
.as_swd .inp_arr{ top: 40%; }
.ab_hor{ background: url(../image/ab_hobg.jpg) no-repeat; overflow: hidden; background-size: cover; }
.ab_hori{ width: 35%; float: right; padding: 142px 0 0 86px; }
.ab_hori h3{ font-size: 38px; position: relative; padding-bottom: 10px; font-family: OSWALD-BOLD; text-transform: uppercase; color: #fff; }
.ab_hori h3:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 48px; height: 3px; background: #eb3931; }
.ab_hopp{ margin-top: 38px; }
.ab_hopp p{ color: #fff; font-size: 15px; line-height: 24px; }
.ab_hori a{ display: inline-block; width: 185px; height: 44px; line-height: 44px; text-align: center; margin-top: 64px; background: #eb3931; color: #fff; font-size: 15px; }
.ab_hori a:hover{ transform: translateX(10px); }
.ab_hole{ float: left; width: 65%; }
.ab_hzb{ float: left; width: 62%; padding: 112px 82px 0 0; }
.ab_hrb{ float: right; width: 38%; }
.ab_icul li{ margin-bottom: 78px; }
.ab_icul li:last-child{ margin-bottom: 0; }
.ab_icit{ position: relative; padding-left: 84px; padding-bottom: 18px; }
.ab_icit:before{ content: ""; position: absolute; bottom: 0; right: 0; width: calc(100% - 84px); height: 1px; background: rgba(227, 227, 227, 0.2); }
.ab_icit b{ font-size: 22px; display: block; margin-bottom: 10px; color: #fff; font-weight: normal; font-family: Roboto-Medium_0; }
.ab_icit p{ font-size: 15px; line-height: 20px; color: rgba(255, 255, 255, 0.7); }
.ab_icit i{ position: absolute; font-size: 40px; background: #eb3931; color: #fff; top: 0; left: 0; display: inline-block; width: 68px; height: 68px; border-radius: 68px; text-align: center; line-height: 68px; }

.ab_hoou{ padding: 100px 0 124px 0; }
.ab_hoswi{ position: relative; margin-top: 15px; }
.ab_hogd .item{ margin: 0 8px; }
.inp_arr span.aho_prev{ left: -70px; transform: rotate(180deg); }
.inp_arr span.aho_next{ right: -70px; }
.ab_hoswi .inp_arr{ top: 40%; }
/*resources*/
.ser_div{ padding-bottom: 112px; }
.se_new .ab_h3t{ text-align: center;}
.se_new .ab_h3t:before{ left: 50%; transform: translateX(-50%); }
.se_pdi{ text-align: center; padding: 0 10%; margin-top: 46px; }
.se_pdi p{ font-size: 16px; line-height: 26px; color: #888; }
.se_blo{ margin-top: 28px; display: flex; flex-wrap: wrap; }
.se_blo li{ transition: all 0.3s; display: inline-block; width: 48.5%; margin-right: 3%; margin-bottom: 35px; background: #f7f7f7; padding: 40px 34px; }
.se_blo li:nth-of-type(even){ margin-right: 0; }
.se_blo li h4{ font-size: 22px; font-weight: normal; line-height: 24px; }
.sepp_p{ margin-top: 16px; }
.sepp_p p{ font-size: 16px; line-height: 26px; color: #888; }
.se_blo li:hover{ background: #2e4785; }
.se_blo li:hover h4,.se_blo li:hover .sepp_p p{ color: #fff; }
.se_lab{ margin-top: 42px; }
.se_lab .ab_h3t{ text-align: center;}
.se_lab .ab_h3t:before{ left: 50%; transform: translateX(-50%); }
.se_piul{ display: flex; margin-top: 34px; }
.se_piul li{ display: inline-block; width: 32%; margin-right: 2%; }
.se_piul li:last-child{ margin-right: 0; }
.se_qc .ab_h3t{ text-align: center;}
.se_qc .ab_h3t:before{ left: 50%; transform: translateX(-50%); }
.qc_txt{ text-align: center; margin-top: 46px; }
.qc_txt i{ margin-bottom: 20px; transform: rotate(90deg); display: inline-block; width: 35px; background: #f7f7f7; border: 1px solid #d6d6d6; height: 35px; border-radius: 35px; background: #f7f7f7; line-height: 35px; text-align: center; }
.qc_txt p{ margin-bottom: 24px; padding: 0 18%; line-height: 26px; font-size: 16px; color: #888; }
.se_icnum{ margin-top: 88px; display: flex; }
.se_icnum li{ transition: all 0.3s; position: relative; display: inline-block; text-align: center; background: #f7f7f7; padding: 78px 10px 35px 10px; width: 23.5%; margin-right: 2%; }
.se_icnum li:last-child{ margin-right: 0; }
.se_icnum li h5{ font-size: 22px; font-weight: normal; }
.se_icnum li p{ padding: 0 20px; margin-top: 20px; font-size: 16px; line-height: 24px; color: #888; }
.se_icnum li span{ position: absolute; top: -35px; left: 50%; transform: translateX(-50%); display: inline-block; width: 70px; height: 70px; line-height: 78px; border-radius: 70px; background: #aa160d; color: #fff; font-size: 32px; }
.se_icnum li:hover{ transform: translateY(10px); }

.se_jbs{ width: 100%; overflow: hidden; }
.jb_le{ float: left; width: 50%; padding-right: 55px; }
.jb_ri{ float: right; width: 50%; padding: 56px 0 0 46px; }
.jb_lpic{ display: flex; }
.jb_lpic li{ display: inline-block; width: 47%; margin-right: 6%; }
.jb_lpic li:last-child{ margin-right: 0; margin-top: 52px; }
.jb_seul{ margin-top: 55px; position: relative; }
.jb_seul:before{ content:''; position: absolute; top: 0; left: 19px; width: 1px; height: 100%; background: #c8c8c8; }
.jb_seul li{ margin-bottom: 40px; position: relative; padding-left: 60px; }
.jb_seul li:last-child{ margin-bottom: 0; }
.jb_seul li p{ color: #666; font-size: 16px; line-height: 26px; }
.jb_seul li span{ transition: all 0.3s; background: #fff; position: absolute; top: 0; left: 0; width: 40px; height: 40px; line-height: 42px; border-radius: 40px; color: #c8c8c8; text-align: center; border: 1px solid #c8c8c8; }
.jb_seul li:hover span{ background: #2e4785; color: #fff; border: 1px solid #2e4785; }


.down_list li{ margin-bottom: 35px; }
.down_item{ position: relative; background: #f7f7f7; }
.down_item a{ padding: 24px 205px 24px 44px; width: 100%; display: block; }
.down_item p{ color: #666; line-height: 24px; }
.down_item span{ position: absolute; display: flex; align-items: center; justify-content: center; top: 0; height: 100%; background: #aa160d; right: 0; width: 72px; color: #fff; }
.down_item span i{ display: inline-block; transform: rotate(90deg); width: 30px; height: 30px; text-align: center; line-height: 26px; border-radius: 30px; border: 2px solid #fff; }
.down_item a:hover p{ color: #aa160d; }

/*404*/
.no_fun{ text-align: center;margin-bottom: 60px;}
.no_fun h5{ font-size: 36px; margin-bottom: 30px; }
.no_fun p{ color: #888; line-height:30px; }
.no_fun a{ display: inline-block; margin-top: 34px; font-size: 20px; border-radius: 40px; padding: 16px 64px; background: #c81f21; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}


/*产品列表*/
.pro_war{ padding-bottom: 70px; }
.pr_naul{ display: flex; }
.pr_naul li a{ color: #666; font-size: 16px; width: 100%; display: inline-block; height: 100%; }
.pr_naul li{ width: 16%; transition: all 0.3s; height: 48px; line-height: 46px; text-align: center; background: #eff3f8; border: 1px solid #cbd0d9; display: inline-block; margin-right: 1%;  }
.pr_naul li:last-child{ margin-right: 0; }
.pr_naul li:hover a,.pr_naul li.on a{ color: #fff; }
.pr_naul li:hover,.pr_naul li.on{ background: #2e4785; }

.pr_list{ margin-top: 36px; display: flex; flex-wrap: wrap; }
.pr_list li{ margin-right: 2%; width: 23.5%; margin-bottom: 50px; }
.pr_list li:nth-of-type(4n){ margin-right: 0; }
.pr_list li .inspitme{ border: none; }
.pr_list li .inspitme .changpic{ border: 1px solid #cfd2d8; }
.pr_list li .ins_tx{ text-align: left; padding: 0; margin-top: 28px; }
.ins_tx span{ transition: all 0.3s; }
.pr_list li .inspitme:hover .ins_tx span{ transform: translateX(10px); }
/*分页 结束*/
.digg4{ text-align:center; margin-top: 60px; font-family: Roboto-Medium_0;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:43px; border-radius: 45px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; border: 1px dashed #b1b1b1; height:43px; line-height: 43px; color:#b1b1b1; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; background:#2e4785; border: 1px solid #2e4785; }
.digg4 span.disabled { font-size: 34px; line-height:38px; font-weight: normal;  background: transparent; color: #2e4785;}
.digg4 a{ border: 1px dashed #b1b1b1; color: #b1b1b1;  }
/*产品详情*/
.de_tswi{ padding: 222px 0 82px 0; background: url(../image/de_bn.jpg) no-repeat; background-size: cover; }
.p_deltop{ width: 100%; overflow: hidden; background: #fff; padding: 40px 46px; }
.p_dele{ float: left; width: 55%; }
.p_deri{ float: right; width: 45%; padding: 18px 0 0 52px; }
.propicflash{ width: 100%; position: relative; }
.propicflash .big{ overflow: hidden; width: 74%; float: left; background: #fff; border: 1px solid #cfd2d8;}
.propicflash .big img{display: none; width: 100%; }
.propicflash .big img.on{display: block;}
.propicflash .small{ width: 23.6%; float: right; }
.propicflash .small img.on{display: block; border: 1px solid #cfd2d8; }
.propicflash .small img{ background: #fff; width: 100%; margin-bottom:9px; cursor: pointer;}
.propicflash .small img:last-child{margin-bottom: 0}


.p_deri h1{ font-size: 32px; font-family: Roboto-Bold; }
.de_desc{ margin-top: 18px; padding-right: 15px; overflow-y: auto; height: 236px; }
.de_desc p{ font-size: 15px; margin-bottom: 20px; line-height: 24px; color: #888; }
.de_desc::-webkit-scrollbar{ width: 5px; height: 1px; }
.de_desc::-webkit-scrollbar-thumb{ border-radius: 0; background: #2e4785; }
.de_desc::-webkit-scrollbar-track { border-radius: 0; background: #ddd; }

.pro_lxbtn{ margin-top: 40px; padding-right: 50px; }
.pro_lxbtn a{ background: #2e4785; font-size: 16px; font-family: Roboto-Medium_0; color: #fff; text-align: center; line-height: 50px; border-radius: 3px; width: 47%; height: 50px; display: inline-block; }
.pro_lxbtn a:hover{ transform: translateX(10px); }
.pro_lxbtn a i{ display: inline-block; font-weight: normal; font-size: 18px; margin-left: 5px; }
.pro_lxbtn a:last-child{ background: #eb3931; margin-left: 3%; }
.pro_lxbtn a *{ vertical-align: middle; }

.de_msul{ margin-top: 58px; overflow: hidden; }
.de_msul li{ display: inline-block; float: left; padding: 0 20px; border-right: 1px solid rgba(255, 255, 255, 0.2); }
.de_msul li:first-child{ padding-left: 0; }
.de_msul li:last-child{ padding-right: 0; border-right: none; }
.de_msul li p{ font-size: 16px; margin-bottom: 12px; color: rgba(255, 255, 255, 0.6); }
.de_msul li b{ font-size: 20px; color: #fff; font-family: Arial; }

.de_desip{ position: relative; z-index: 0; background: url(../image/de_despng.jpg) no-repeat; background-size: cover; padding: 90px 0 75px 0; }
.de_desip:before{ content: ""; position: absolute; top: 0; right: 250px; z-index: -1; width: 366px; height: 100%; background: url(../image/des_bul.jpg) no-repeat; background-size: cover; }
.de_h2t{ font-size: 36px; font-family: oswald-r; font-weight: normal; margin-bottom: 20px; }
.des_dib{ width: 100%; overflow: hidden;  }
.de_slef{ float: left; width: 54%; }
.de_srig{ float: right; width: 46%; padding-left: 82px; padding-right: 100px; }
.de_tdto p{ font-size: 15px; line-height: 24px; color: #888; margin-bottom: 14px; }
.de_pdl{ margin-top: 36px; }
.de_pdl dd{ margin-bottom: 26px; }
.de_pdl dd:last-child{ margin-bottom: 0; }
.de_pdl dd h6{ margin-bottom: 15px; font-size: 20px; font-family: Roboto-Bold; }
.de_pdl dd p{ font-size: 15px; line-height: 24px; color: #888; }
.de_di{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.de_di p{ position: relative; padding-left: 15px; display: inline-block; width: 50%; margin-bottom: 6px; }
.de_di p:before{ content: ""; position: absolute; top: 6px; left: 0; width: 8px; height: 8px; background: url(../image/dic_red.png) no-repeat; background-size: cover; }

.de_nupl{ padding: 90px 0 76px 0; overflow: hidden; }
.dnu_le{ float: left; width: 35%; }
.dnu_le .delit{ margin-bottom: 45px; }
.delit{ position: relative; padding-left: 34px; }
.delit h6{ font-size: 20px; margin-bottom: 6px; font-family: Roboto-Bold; }
.delit p{ font-size: 15px; line-height: 24px; color: #888; }
.delit span{ display: inline-block; position: absolute; top: 0; left: 0; width: 24px; font-family: Arial; text-align: center; height: 24px; font-size: 16px; color: #fff; background: #2e4785; line-height: 24px; border-radius: 24px; }
.dnu_le .delit:last-child{ margin-bottom: 0; }
.dnu_ri{ width: 65%; float: right; overflow: hidden; }
.denle{ width: 55%; float: left; }
.denri{ width: 45%; float: right; padding-left: 20px; }

.de_zkdi{ background: #2e4785; overflow: hidden; position: relative; z-index: 0; padding: 80px 0; }
.de_zkdi:before{ content: ""; position: absolute; top: 0; left: 250px; height: 100%; background: #fff; z-index: -1; width: 355px; }
.zdle{ float: left; width: 46%; padding: 55px 68px 0 65px; }
.pnz_lis{  }
.active{ border: 1px solid rgba(255, 255, 255, 1) !important; }
.pnz_lis li{ border: 1px solid rgba(255, 255, 255, 0.3); margin-bottom: 15px; }
.pnz_lis li h6{ position: relative; cursor: pointer; font-size: 20px; color: #fff; font-family: Roboto-Bold; padding: 17px 70px 17px 28px; }
.pnz_lis li h6:before{ display: inline-block; position: absolute; top: 18px; right: 12px; content: "\e663"; font-size: 12px; font-family: iconfont; }
.pnz_tx{ margin-top: 0; padding: 0 28px 28px 28px; }
.pnz_tx p{ margin-bottom: 10px; color: #fff; line-height: 24px; font-size: 15px; }
.pnz_tx dl dt{ margin-bottom: 10px; color: #fff; font-family: Roboto-Medium_0; }
.pnz_tx dl dd{ color: #fff; font-size: 15px; position: relative; padding-left: 13px; line-height: 24px; }
.pnz_tx dl dd:before{ content: ""; position: absolute; top: 8px; left: 0; width: 6px; height: 6px; border-radius: 6px; background: #7a91b7; }
.pnz_lis li.active h6:before{ transform: rotate(90deg); }
.pnz_tx{ display: none; }
.zdri{ float: right; width: 54%; }

.d_dpar{ padding-top: 72px; }
.de_table{  }
.de_table table{ width: 100%; border-collapse: collapse; }
.de_table table tr td{ color: #555; padding: 14px 5px; text-align: center; font-size: 16px; border: 1px solid #d9d9d9; }
.de_table table tr:first-child td{ background: #2e4785; color: #fff; font-family: Roboto-Medium_0; }

.de_mesd{ padding: 56px 0 86px 0; }
.quiry_info{ overflow: hidden; }
.quiry_info li{width: 49.5%; margin-bottom: 12px; position: relative; float: left; overflow: hidden;}
.quiry_info li:nth-of-type(even){ float: right; }
.quiry_info input,.quiry_info textarea{width: 100%; border:none; resize: none; font-family:Roboto-Light; background:#f7f9fd; color: #000; font-size: 15px; line-height: 28px; padding: 12px 18px 10px; }
.quiry_info textarea{ height:152px; }
.quiry_info form input::-webkit-input-placeholder,.quiry_info form textarea::-webkit-input-placeholder { color: #777; }
.quiry_info form input:-moz-placeholder,.quiry_info form textarea:-moz-placeholder {color: #777;}
.quiry_info li:last-child, .quiry_info li:nth-of-type(5),.quiry_info li:nth-of-type(6){ width: 100%; float: none;}
.quiry_info li:last-child{ width: 100% !important; float: none; margin-bottom: 0; }
.quiry_info form button{ cursor: pointer; transition: all 0.3s; width: 182px; height: 46px; line-height: 49px; border: none; border-radius: 0; font-size: 16px; background: #eb3931; color: #fff; font-family: Roboto-Regular;  }
.quiry_info form button:hover{ transform: translateX(10px); }
.quiry_info form button i{ font-size: 14px; }

.de_rel{ padding: 75px 0 120px; position: relative; z-index: 0; }
.de_rel:before{ content: ""; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 52%; background: url(../image/de_rbg.jpg) no-repeat; background-size: cover; }
.de_rtit{ width: 100%; overflow: hidden; }
.de_rtit h2{ font-size: 36px; width: 50%; float: left; font-family: OSWALD-BOLD; }
.de_rtit .inp{ width: 50%; float: right; }

/*news*/
.nes_main{ background: #f1f4f9; }
.nes_ward{ padding-bottom: 125px; }
.nes_list{ display: flex; flex-wrap: wrap; }
.nes_list li{ margin-bottom: 30px; display: inline-block; width: 32%; margin-right: 2%; }
.nes_list li:nth-of-type(3n){ margin-right: 0; }

.infocon{  }
.infocon h1{font-size:30px; font-weight: normal; font-family:Roboto-Bold; text-align: center; margin-bottom: 15px; }
.infocon img{ width: auto; display: inline-block; margin: 10px 0; max-width: 100%; }
.infocon .time{ text-align: center;margin-bottom:15px; 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{ color: #333; }
.infocon .other{ color: #666; font-size: 17px;  }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #2e4785 ; }
.infocon p{line-height:30px; margin-bottom: 8px; font-size: 17px; }

/*app*/
.app_war{ padding-bottom: 124px; }
.app_war .ino_lef{ padding-left: 0; padding-right: 92px; }
.app_war .ino_lef:after{ display: none; }
.app_list{ margin-top: 35px; display: flex; flex-wrap: wrap; }
.app_list li{ display: inline-block; width: 49%; margin-right: 2%; margin-bottom: 30px; }
.app_list li:nth-of-type(even){ margin-right: 0; }
.app_item{ position: relative; }
.ap_txt{ position: absolute; bottom: 0; width: 100%; left: 0; padding: 14px 28px; background: rgba(0, 0, 0, 0.4); }
.ap_txt p{ color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 20px; font-family: Roboto-Bold; }
.app_item:hover .changpic img{ transform: scale(1.15); }

/*contact*/
.cow_war{ padding-bottom: 126px; }
.con_towar{ width: 100%; overflow: hidden; }
.co_tole{ width: 460px; float: left; }
.co_tori{ margin-left: 460px; padding-left: 62px; }
.con_h3{ font-size: 42px; margin-bottom: 15px; font-family: OSWALD-BOLD; }
.conf_info{ overflow: hidden; }
.conf_info li{width: 100%; margin-bottom: 12px; overflow: hidden;}
.conf_info li:nth-of-type(even){ float: right; }
.conf_info input,.conf_info textarea{width: 100%; border:none; resize: none; font-family:Roboto-Light; background:#f7f9fd; color: #000; font-size: 15px; line-height: 28px; padding: 12px 18px 10px; }
.conf_info textarea{ height:152px; }
.conf_info form input::-webkit-input-placeholder,.conf_info form textarea::-webkit-input-placeholder { color: #777; }
.conf_info form input:-moz-placeholder,.conf_info form textarea:-moz-placeholder {color: #777;}
.conf_info li:last-child, .conf_info li:nth-of-type(5),.conf_info li:nth-of-type(6){ width: 100%; float: none;}
.conf_info li:last-child{ width: 100% !important; float: none; margin-bottom: 0; }
.conf_info form button{ cursor: pointer; transition: all 0.3s; width: 182px; height: 46px; line-height: 49px; border: none; border-radius: 0; font-size: 16px; background: #eb3931; color: #fff; font-family: Roboto-Regular;  }
.conf_info form button:hover{ transform: translateX(10px); }
.conf_info form button i{ font-size: 14px; }

.c_codi{ margin-top: 50px; display: flex; padding-top: 35px; border-top: 1px dashed #d0d3d7; }
.c_citem{ display: inline-block; margin-right: 4%; width: 15%; }
.c_codi .c_citem:last-child{ margin-right: 0; }
.c_codi .c_citem:first-child{ width: 35%; }
.c_citem p{ color: #777; font-size: 16px; margin-bottom: 10px; }
.c_citem span{ display: inline-block; width: 100%; font-size: 16px; line-height: 22px;color: #666; }
.c_citem a{ color: #2e4785; font-size: 22px; font-weight: bold; font-family: Arial; }
.c_citem a:hover{ text-decoration: underline; }


/*网站地图*/
.site_map{
    width:100%;
    margin:20px auto 0;
    overflow:hidden;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
}
.site_map a{
    background:#0f357e;
    display:block;
    width:167px;
    text-align:center;
    height:40px;
    line-height:40px;
    color:#ffffff;
    font-size:16px;
    float: left;
    margin-right: 20px;
}

.menu_list1{
    width:95%;
    margin:10px auto;
    overflow:hidden;
}
.menu_text1{
    width:95%;
    float:left;
    margin-top: 10px;
}
.mtt1{
    width:100%;
    float:left;
    line-height:30px;
}
.mtt1 a{
    color:#666;
    font-size:14px;
    background:none;
}
.mtnr1{
    width:100%;
    float:left;
    overflow:hidden;
    line-height:25px;
}
.mtnr1 a{
    padding:0 10px;
    color:#999999;
    font-size:12px;
}

.hotwz{
    width: 100%;
    float:left;
    overflow: hidden;
    margin-top: 20px;
}
.hotwz .htitle{
    width: 100%;
    float: left;
}
.hotwz ul{
    width: 218px;
    padding: 0 10px;
    float: left;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}
.hotwz ul li{
    line-height: 32px;
    border-bottom: 1px solid #d9d9d9;
}
.hotwz ul li:last-child{
    border-bottom: none;
}
.xgtj{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 30px;
}
.xgtj_title{
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
}
.xgtj_title span{
    display: block;
    width: 100px;
    background: #126032;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.xgtj_list{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}
.xgtj_list ul li{
    width: 50%;
    float: left;
    line-height: 30px;
}

.subCont img{
    width:100%;
}
.mtt1{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 20px;
}
.mtt1 a{ width: 200px; overflow: hidden;}
.mtt1 p{ float: left; width: 100%;}
.mpt1{
    width: 220px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
}
.mpt1 a{ width: 200px; background: none; color: #666666; font-size: 14px; overflow: hidden; }
.mpt1 p{ float: left; width: 100%;}

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

@media screen and (max-width: 1680px){
  
}

@media screen and (max-width: 1600px){
  .in_h2{ font-size: 44px; }
  .ino_lef{ padding-right: 60px; }
  .inp_arr span.ip_prev,.inp_arr span.ins_prev,.inp_arr span.abs_prev,.inp_arr span.aho_prev{ left: -44px; }
  .inp_arr span.ip_next,.inp_arr span.ins_next,.inp_arr span.abs_next,.inp_arr span.aho_next{ right: -44px; }
  .in_opr{ padding: 80px 0 70px 0; }
  .in_abdi{ padding: 82px 55px 104px 69px; }
  .ina_ble{ padding-right: 50px; padding-top: 20px; }
  .ina_pp{ margin-top: 14px; }
  .ina_mor{ margin-top: 25px; }
  .inn_ndi{ padding: 60px 0 80px 0; }
  footer{ padding-top: 60px; }
  .fo_cous p{ font-size: 28px; }
  .fo_nav{ padding-top: 22px; }
  .fo_h6{ font-size: 28px; margin-bottom: 25px; }
  .pat100{ padding-top: 80px; }
}

@media screen and (max-width: 1440px){
  .warper{ width: 86%; }
  nav li{ margin: 0 15px; }
  .in_h2{ font-size: 42px; }
  .in_opr{ padding: 60px 0; }
  .inoswi{ margin-top: 18px; }
  .ins_tx{ padding: 15px 12px 25px; }
  .ins_tx p{ margin-top: 10px; }
  .ins_tx span{ margin-top: 15px; }
  .icowzw li b{ font-size: 30px; }
  .icowzw li{ margin-right: 2%; width: 23.5%; }
  .iicod p{ font-size: 24px; }
  .iicod{ padding: 18px 22px 18px 18px; width: 200px; }
  .iic_ri{ width: 20%; }
  .iic_le{ width: 80%; }
  .in_iconbox{ padding: 42px 0; }
  .in_abdi{ padding: 60px 55px 60px 110px; }
  .ina_ble{ padding-right: 30px; padding-top: 0; }
  .ina_tpi{ padding-left: 10px; }
  .ina_mor{ width: 145px; }
  .inn_ndi{ padding: 60px 0; }
  .inti_ri{ padding: 0; }
  .inn_ites{ padding: 18px; }
  .in_txdi{ margin-top: 16px; }
  footer{ padding-top: 50px; }
  .fo_cous p{ font-size: 24px; }
  .fo_item2{ width: 33%; margin-left: 8%; }
  .fo_h6{ margin-bottom: 25px; font-size: 24px; }
  .fo_copt{ margin-top: 50px; }
  .ab_str{ padding: 60px 0; }
  .ab_hzb{ padding: 50px 40px 0 0; }
  .ab_icul li{ margin-bottom: 50px; }
  .ab_hori{ padding: 65px 0 0 40px; }
  .ab_hori h3{ font-size: 32px; }
  .ab_hori a{ margin-top: 40px; }
  .ab_hoou{ padding: 55px 0; }
  .de_msul li{ padding: 0 50px; }
  .de_tswi{ padding: 178px 0 52px 0; }
  .de_desc p{ margin-bottom: 10px; }
  .p_deltop{ padding: 30px; }
  .p_deri{ padding: 0 0 0 40px; }
  .p_deri h1{ font-size: 26px; }
  .de_desc{ margin-top: 12px; }
  .pro_lxbtn{ margin-top: 24px; }
  .de_msul{ margin-top: 33px; }
  .de_desip{ padding: 60px 0; }
  .de_h2t{ font-size: 28px; }
  .de_tdto p{ margin-bottom: 6px; }
  .de_srig{ padding-right: 50px; }
  .de_nupl{ padding: 60px 0; }
  .d_dpar{padding-top: 50px;}
  .de_mesd{ padding: 45px 0; }
  .de_rel{ padding: 60px 0; }
  .nes_ward{ padding-bottom: 80px; }
  .app_war{ padding-bottom: 80px; }
  .c_citem{ width: 17%; }
  .de_desip:before{ right: 0; }
}


@media screen and (max-width: 1366px){
  nav li{ margin: 0 10px; }
  .head_rcon{ width: 100px; }
  nav{ margin-right: 150px; }
  .in_h2{ font-size: 38px; }
  .in_abdi{ padding: 60px 55px 60px 90px; }
  .inti_le{ width: 40%; }
  .inti_ri{ width: 60%; }
  .infocon h1{ font-size: 26px; line-height: 30px; }
  .pat100{ padding-top: 60px; }
  .con_h3{ font-size: 34px; }
  .cow_war{ padding-bottom: 70px; }
  .de_zkdi:before{ left: 90px; }
  .zdle{ width: 38%; }
  .zdri{ width: 62%; }
  .co_tori{ padding-left: 42px; }
}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  .in_h2{ font-size: 32px; }
  .in_abdi{ padding: 55px 50px 55px 60px; }
  .ina_mor{ margin-top: 7px; }
}


@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:52px; width: auto; }
  .logo{ top: 5px; left: 0; }
  .warper{ width: 96%; }
  .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: #2e4785 ; 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: #2e4785; }
  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: #2e4785 !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 .nav-button{ right:10px; }
  .he_top,.logo:before{ display: none; }
  .logo{ top: 3px; width: auto; height: auto; padding: 0; left: 0; background: transparent; }
  .he_bot{ height: auto; }
  nav li.on a:after, nav li:hover a:after,.mouse_scrll{ display: none; }
  nav li:before{ display: none; }
  .in_opr{ padding: 50px 0; }
  .ino_lef:after{ display: none; }
  .ino_lef{ padding: 0; width: 100%; }
  .in_h2{ font-size: 28px; }
  .inoptit{ display: block; }
  .ino_rig{ width: 100%; padding-top: 14px; }
  .inp_arr span.ip_prev, .inp_arr span.ins_prev, .inp_arr span.abs_prev, .inp_arr span.aho_prev{ left: -8px; }
  .inp_arr span.ip_next, .inp_arr span.ins_next, .inp_arr span.abs_next, .inp_arr span.aho_next{ right: -8px; }
  .inp_arr span{ width: 42px; height: 42px; line-height: 40px; background: #2e4785; color: #fff; border: 1px solid #2e4785; }
  .iic_le{ width: 100%; float: none; }
  .iic_ri{ width: 100%; float: none; }
  .iicod{ width: 100%; }
  .in_abdi{ padding: 50px 20px; }
  .ina_ble{ width: 100%; float: none; padding-right: 0; }
  .ina_bri{ width: 100%; float: none; margin-top: 16px; padding-left: 0; }
  .ina_tpi ul li:last-child{ margin-top: 0; }
  .inn_ndi{ padding: 50px 0; }
  .inti_le{ width: 100%; float: none; }
  .inti_ri{ width: 100%; float: none; margin-top: 5px; }
  .innswi{ margin-top: 12px; }
  .inn_ites{ padding: 10px; }
  .in_txdi span{ margin-top: 12px; }
  .in_txdi p{ margin-top: 8px; }
  .inn_gds .item{ margin: 0 6px; }
  footer{ padding-top: 40px; }
  .fo_cous p{ font-size: 20px; }
  .fo_cous a{ padding: 10px 24px; bottom: 10px; }
  .fo_item1{ display: none; }
  .fo_item2{ margin-left: 0; width: 40%; }
  .fo_item3{ width: 55%; }
  .pat100{ padding-top: 40px; }
  .ab_str{ padding: 50px 0; }
  .ab_icul li{ margin-bottom: 30px; }
  .ab_hori h3{ font-size: 28px; }
  .ab_hopp{ margin-top: 10px; }
  .ab_hori a{ margin-top: 20px; width: 150px; }
  .ab_hoou{ padding: 45px 0; }
  .pr_list li .ins_tx{ margin-top: 14px; }
  .pr_list li{ margin-bottom: 25px; width: 32%; }
  .pr_list li:nth-of-type(4n){ margin-right: 2%; }
  .pr_list li:nth-of-type(3n){ margin-right: 0; }
  .de_tswi{ margin-top: 62px; padding: 40px 0; }
  .p_deltop{ padding: 20px; }
  .de_desip:before{ width: 300px; }
  .de_zkdi:before{ left: 0; width: 300px; }
  .de_rel{ padding: 50px 0; }
  .de_rtit h2{ font-size: 30px; width: 100%; float: none; }
  .de_rtit .inp{ width: 100%; float: none; }
  .digg4{ margin-top: 24px; }
  .nes_ward,.app_war{ padding-bottom: 40px; }
  .infocon p{ line-height: 26px; }
  .app_list{ ;margin-top: 25px; }
  .co_tole{ width: 100%; float: none; }
  .co_tori{ margin-left: 0; padding-left: 0; margin-top: 15px; }
  .con_h3{ font-size: 26px; }
  .c_codi{ flex-wrap: wrap; }
  .c_citem{ margin-bottom: 12px; width: 25%; }
  .c_codi .c_citem:first-child{ width: 100%; margin-right: 0; }
}

@media screen and (max-width: 768px){
  .in_opr{ padding: 40px 0; }
  .in_h2{ font-size: 26px; }
  .icowzw li{ width: 50%; margin-right: 0; }
  .icowzw li b{ font-size: 24px; }
  .icowzw li p{ margin-top: 8px; }
  .in_abdi{ padding: 40px 20px; }
  .ina_tpi{ padding-left: 0; }
  .inn_ndi,.ab_str{ padding: 40px 0; }
  .fo_cous{ display: none; }
  .fo_nav{ padding-top: 0; }
  .pat100{ padding-top: 25px; }
  .ab_hole{ width: 100%; float: none; }
  .ab_hori{ width: 100%; float: none; padding: 30px 0; }
  .ab_hori h3{ font-size: 24px; }
  .ab_hzb{ padding: 30px 20px 0 0; }
  .ab_icit i{ font-size: 26px; width: 50px; height: 50px; line-height: 50px; }
  .ab_icit{ padding-left: 55px; }
  .ab_icul li{ margin-bottom: 14px; }
  .ab_icit:before{ width: calc(100% - 55px); }
  .ab_hoou{ padding: 35px 0; }
  .pr_naul{ display: none; }
  .pr_list{ margin-top: 0; }
  .pr_list li{ width: 49%; }
  .pr_list li:nth-of-type(3n){ margin-right: 2%; }
  .pr_list li:nth-of-type(even){ margin-right: 0; }
  .p_dele{ width: 100%; float: none; }
  .p_deri{ width: 100%; float: none; padding: 0; margin-top: 12px; }
  .p_deri h1{ font-size: 24px; }
  .de_desc{ padding-right: 0; height: auto; }
  .pro_lxbtn{ margin-top: 12px; }
  .de_msul li{ padding: 0 15px; }
  .de_desip{ padding: 30px 0; }
  .de_h2t{ font-size: 22px; margin-bottom: 10px; }
  .de_desip:before{ display: none; }
  .de_slef{ width: 100%; float: none; }
  .de_srig{ float: none; width: 100%; margin-top: 15px; padding: 0; }
  .de_pdl dd h6{ margin-bottom: 10px; }
  .de_pdl{ margin-top: 20px; }
  .de_pdl dd{ margin-bottom: 15px; }
  .de_nupl{ padding: 30px 0; }
  .dnu_le{ float: none; width: 100%; }
  .dnu_ri{ width: 100%; float: none; }
  .denle{ width: 100%; float: none; }
  .denri{ width: 100%; float: none; padding: 0; }
  .dnu_le .delit{ margin-bottom: 12px; }
  .de_zkdi:before{ display: none; }
  .de_zkdi{ padding: 30px 0; }
  .zdle{ width: 100%; padding: 0; float: none; }
  .zdri{ width: 100%; float: none; margin-top: 12px; }
  .pnz_lis li h6{ font-size: 17px; }
  .d_dpar{ padding-top: 25px; }
  .de_mesd{ padding: 25px 0; }
  .de_rel{ padding: 30px 0; }
  .de_rtit h2{ font-size: 25px; }
  .nes_list li{ width: 49%; margin-bottom: 15px; }
  .nes_list li:nth-of-type(3n){ margin-right: 2%; }
  .nes_list li:nth-of-type(even){ margin-right: 0; }
  .infocon h1{ font-size: 24px; line-height: 28px; }
  .app_war .ino_lef{ padding: 0; }
  .ino_rig{ display: none; }
  .c_citem{ width: 100%; margin-right: 0; }
  .cow_war{ padding-bottom: 35px; }
  .fo_item2{ width: 100%; float: none; }
  .fo_item3{ width: 100%; float: none; margin-top: 12px; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #2e4785; }
  .backToTop{ width: 40px; height: 40px; }
  .in_opr{ padding: 14px 0; }
  .in_h2{ font-size: 22px; }
  .inpsgd .item{ margin: 0; }
  .in_iconbox{ padding: 12px 0; }
  .iicod{ padding: 12px; }
  .iicod p{ font-size: 19px; }
  .icowzw li{ width: 100%; float: none; }
  .icowzw li b{ font-size: 20px; }
  .icowzw li p{ margin-top: 4px; }
  .in_abdi{ padding: 15px 10px; }
  .ina_pp{ margin-top: 10px; }
  .ina_blue{ padding: 15px; bottom: 0; width: 152px; }
  .ina_blue i{ font-size: 25px; }
  .ina_blue p{ margin-top: 8px; }
  .inn_ndi, .ab_str{ padding: 14px 0; }
  .inn_gds .item{ margin: 0; }
  footer{ padding-top: 20px; }
  .fo_h6{ margin-bottom: 12px; }
  .fo_cousna li{ padding: 12px 0; }
  .fo_mef li{ margin-bottom: 10px; }
  .fo_copt{ margin-top: 10px; }
  .fo_copt a{ display: none; }
  .fo_copt p{ float: none; }
  .ina_pp p{ margin-bottom: 5px; }
  .as_swd{ margin-top: 12px; }
  .as_gd .item{ margin: 0; }
  .ab_hori{ padding: 15px 0; }
  .ab_hzb{ float: none; width: 100%; padding: 0; }
  .ab_hrb{ float: none; width: 100%; }
  .ab_hoou{ padding: 15px 0; }
  .ab_hogd .item{ margin: 0; }
  .ins_tx p{ height: 48px; }
  .pro_war{ padding-bottom: 30px; }
  .p_deltop{ padding: 6px; }
  .p_deri h1{ font-size: 21px; }
  .de_desip,.de_nupl{ padding: 12px 0; }
  .pnz_lis li h6{ padding: 15px 50px 15px 18px; }
  .pnz_tx{ padding: 0 15px 12px 15px; }
  .pnz_lis li{ margin-bottom: 6px; }
  .de_table table tr td{ font-size: 15px; padding: 8px 5px; }
  .de_mesd{ padding: 20px 0; }
  .quiry_info li{ width: 100%; margin-bottom: 5px; }
  .quiry_info li:nth-of-type(even){ float: none; }
  .de_rel{ padding: 15px 0; }
  .inoswi{ margin-top: 10px; }
  .in_txdi span,.inn_ites:before{ display: none; }
  .inn_ites{ padding: 5px; }
  .in_txdi{ margin-top: 12px; }
  .nes_list li{ margin-bottom: 6px; }
  .infocon h1{ margin-bottom: 8px; font-size: 21px; line-height: 24px; }
  .infocon .time{ margin-bottom: 6px; }
  .app_list{ margin-top: 12px; }
  .ap_txt{ padding: 5px 10px; }
  .app_list li{ margin-bottom: 12px; }
  .con_h3{ font-size: 24px; margin-bottom: 8px; }
  .conf_info li{ margin-bottom: 5px; }
  .c_codi{ margin-top: 12px; padding-top: 12px; }
  .inp{ line-height: 22px; }
  
}