@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'calibri';
  src: url('fonts/calibri.eot');
  src: local('☺'), url('fonts/calibri.woff') format('woff'), url('fonts/calibri.ttf') format('truetype'), url('fonts/calibri.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'calibrib';
  src: url('fonts/calibrib.eot');
  src: local('☺'), url('fonts/calibrib.woff') format('woff'), url('fonts/calibrib.ttf') format('truetype'), url('fonts/calibrib.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'calibril';
  src: url('fonts/calibril.eot');
  src: local('☺'), url('fonts/calibril.woff') format('woff'), url('fonts/calibril.ttf') format('truetype'), url('fonts/calibril.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TCB__';
  src: url('fonts/TCB__.otf');
  src: local('☺'), url('fonts/TCB__.woff') format('woff'), url('fonts/TCB__.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TCM__';
  src: url('fonts/TCM__.otf');
  src: local('☺'), url('fonts/TCM__.woff') format('woff'), url('fonts/TCM__.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{font-family:calibri,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:#1239ac;}
a:focus,input:focus,button:focus,textarea:focus,select:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

@font-face {
  font-family: "iconfont"; /* Project id 4965702 */
  src: url('fonts/iconfont.woff2?t=1751525920533') format('woff2'),
       url('fonts/iconfont.woff?t=1751525920533') format('woff'),
       url('fonts/iconfont.ttf?t=1751525920533') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
  content: "\e60b";
}

.icon-diqiu:before {
  content: "\e7b9";
}

.icon-jiantou-left:before {
  content: "\e609";
}

.icon-youtube:before {
  content: "\e6ab";
}

.icon-youxiang1:before {
  content: "\e607";
}

.icon-dianhua1:before {
  content: "\e61e";
}

.icon-mean_list:before {
  content: "\e653";
}

.icon-liaotian:before {
  content: "\e6a5";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-instagram-fill1:before {
  content: "\e88f";
}

.icon-fangdajing:before {
  content: "\e603";
}

.icon-dianhua:before {
  content: "\e606";
}

.icon-dayinchuanzhen:before {
  content: "\e627";
}

.icon-shoujilianxi:before {
  content: "\e620";
}

.icon-dizhi:before {
  content: "\e619";
}

.icon-skype:before {
  content: "\e707";
}

.icon-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-shouye-xuanzhong:before {
  content: "\e62d";
}

.icon-WhatsappMessage:before {
  content: "\e841";
}

.icon-Mail:before {
  content: "\e71f";
}

.icon-youxiang2:before {
  content: "\e68b";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-fasong1:before {
  content: "\e762";
}

.icon-vk:before {
  content: "\ec2c";
}

.icon-duoyuyan:before {
  content: "\e602";
}

.icon-tuite:before {
  content: "\e621";
}

.icon-duihua1:before {
  content: "\e72a";
}

.icon-jiantou1:before {
  content: "\e665";
}

.icon-chahao:before {
  content: "\e68c";
}

.icon-whatsapp1:before {
  content: "\e8ec";
}

.icon-shubiao:before {
  content: "\e666";
}

.icon-jian:before {
  content: "\e611";
}

.icon-jia:before {
  content: "\e711";
}

.icon-jiantou1-copy:before {
  content: "\ec8e";
}

.icon-weixinguanli:before {
  content: "\e7cf";
}

.icon-whatapp:before {
  content: "\e623";
}

.icon-home-fill:before {
  content: "\e687";
}

.icon-dingbu:before {
  content: "\e61b";
}

.icon-shubiaoxianxing:before {
  content: "\e634";
}

.icon-charulianjie:before {
  content: "\ec7f";
}

.icon-dingbu1:before {
  content: "\e675";
}

.icon-duihua:before {
  content: "\e60c";
}

.icon-skype1:before {
  content: "\e87d";
}

.icon-shouqianzixun:before {
  content: "\e62c";
}

.icon-zixunfuwu:before {
  content: "\e655";
}

.icon-dianhua6:before {
  content: "\e791";
}

.icon-yuyan:before {
  content: "\e85f";
}

.icon-jiantou:before {
  content: "\e663";
}

.icon-twitter:before {
  content: "\e89d";
}

.icon-youtube1:before {
  content: "\e8d7";
}

.icon-liuyan1:before {
  content: "\e744";
}

.icon-xiazai19:before {
  content: "\e613";
}

.icon-zhuye:before {
  content: "\e6c5";
}

.icon-facebook:before {
  content: "\e6e5";
}

.icon-wechat1:before {
  content: "\e650";
}

.icon-zixun:before {
  content: "\e661";
}

.icon-zixun1:before {
  content: "\e662";
}

.icon-rili:before {
  content: "\e659";
}

.icon-bofang:before {
  content: "\e61a";
}

.de_two{ width: 100%; overflow: hidden; margin: 15px 0; }
.de_two li{ float: left; width: 49%; text-align: center; margin-right: 2%; }
.de_two li:last-child{ margin-right: 0; }
.de_two li:hover .changpic img{ transform: scale(1.15); }
.de_two li p{ margin-top: 15px; }

.de_three{ margin: 15px 0; width: 100%; overflow: hidden; }
.de_three li{ width: 32%; margin-right: 2%; text-align: center; float: left; }
.de_three li:last-child{ margin-right: 0; }
.de_three li:hover .changpic img{ transform: scale(1.15); }
.de_three li p{ margin-top: 15px; }

.de_four{ width: 100%; overflow: hidden; margin: 15px 0;}
.de_four li{ float: left; width: 24.2%; margin-right: 1%; text-align: center; }
.de_four li:last-child{ margin-right: 0; }
.de_four li:hover .changpic img{ transform: scale(1.15); }
.de_four li p{ margin-top: 15px; }

.de_dblr{ margin: 15px; width: 100%; overflow: hidden; }
.ded_le{ float: left; width: 40%; }
.ded_ri{ float: right; width: 58%; }
.ded_ri p{ line-height: 25px; }

@media screen and (max-width:480px){
    .de_two li,.de_three li,.de_four li{ float: none; width: 100%; margin-right: 0; margin-bottom: 15px; }
    .de_two li p,.de_three li p,.de_four li p{ margin-top: 8px; }
    .ded_le{ width: 100%; float: none; }
    .ded_ri{ width: 100%; float: none; margin-top: 8px; }
}

video{ display: block; }

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.w_p_main{ background: #fff; }
.main{ background: #f3f3f3;  }
.warper{ width:1200px; margin:0 auto; position: relative;}

header{ transition: all 0.3s; background: #fff; width: 100%; height: 90px; z-index: 999; position: fixed; top: 0; left: 0; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: -230px; top: 22px; }
.logo img{ width: auto; }
.dis{ display: block; }
.nodis{ display: none; }

.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: 395px; }
nav li{ float: left; margin: 0 20px; position: relative; }
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; line-height:90px; font-size: 22px; font-family: calibrib; text-transform: capitalize; display: inline-block;}
nav li.on a,nav li:hover a{ color: #333;  }
nav li>a:before{ content: ""; position: absolute; width: 0; height: 3px; background: #ffb400; bottom: 25px; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on a:before,nav li:hover a:before{ width: 100%; }
nav dl{ transition: opacity 1s ease; position: absolute; display: none; background:#fff; min-width: 200px; top: 90px; left:0; z-index: 999;  }
nav dl dd{ display: block; position: relative;  }
nav dl dd:last-child{ border: none; }
nav li dl dd a{ opacity: 1; white-space: nowrap; line-height: 20px; background: transparent !important; color: #666 !important; display: block; padding: 13px 10px; text-align: left; text-transform: capitalize;}
nav li dl dd a:before{ display: none; }
nav li dl dd a:hover{ background: #1239ac!important; cursor: pointer; color: #fff !important;}
nav dl dd div{ width: 250px;position: absolute; left: 100%; top: 0; background:rgba(18,57,172,.75); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:13px 10px; white-space: normal; color: #fff !important; border-bottom: none; min-width: 240px; }

.head_rcon{ position: absolute; display: flex; align-items: center; justify-content: space-between; right: -233px; top:15px; width:580px; }
.medialink a{ font-size: 22px; margin-right: 10px; color: #bdbec1; }
.medialink a:last-child{ margin-right: 0; }
.medialink a:hover{ color: #1239ac; }
/*.language{ width: 28px; margin-top: 2px; float: left; position: relative; display: inline-block; cursor: pointer; }
.lagi{ display: inline-block; color: #333; font-size: 14px; width: 28px; line-height: 22px; text-align: center; border: 2px solid #333; border-radius: 5px; font-style: normal; font-family: Outfit-Medium; }
.language-main{ width: 80px; padding: 1px 0;  position: absolute;  display: none;  z-index: 99; right: -40px;  top: 25px;
    background: url("images/ffggg.png") no-repeat 15px 4px;  }
.language:hover .language-main {display: block;}
.language-cont { width: 80px; padding: 0 16px; margin-top: 10px; box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .05); border-top: 3px solid #1239ac; background: #ffffff;  padding-bottom: 10px;}
.language-cont a { width: 100% !important; font-family: Outfit-Medium; position: relative; font-size: 14px !important; padding: 0 !important; padding-left: 15px !important; color: #333 !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: 10px; left: 0; width: 7px; height: 7px; background: #1239ac; content: ''; }
.language-cont a:hover { color: #1239ac !important;}
*/

.search-button{ display: inline-block; width:28px; position: relative;  }
.search-button span{ width: 28px; overflow: hidden; cursor: pointer; display: inline-block; color: #1239ac; }
.search-button span i{ font-size: 26px; text-align: center;display: inline-block; }
.searchform{ overflow: hidden;background:#1239ac;position: absolute; right: 0; height: 0; z-index: 88; top:61px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 24px; color: #fff; width: auto; height: auto; background: transparent; border-radius: 0; }
.searchform input{ width: 190px; font-size: 18px; background:transparent; color: #fff; line-height:51px; padding-left:10px; font-family: calibri; float: left; }
.searchform button{ width:54px; line-height:51px; background:transparent; 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;}

.h_emi{ padding-top: 5px; min-height: 62px; position: relative; padding-left: 78px; color: #fff; }
.h_emi p{ margin-bottom: 5px; font-size: 16px; color: #888; }
.h_emi span{ color: #1239ac; font-size: 24px; font-family: calibrib; }
.h_emi:hover span{ text-decoration: underline; }
.h_emi i{ display: inline-block; transition: all 0.3s; font-size: 30px; line-height: 62px; position: absolute; top: 0; left: 0; background: #eef0f6; width: 62px; height: 62px; border-radius: 62px; text-align: center; color: #1239ac; }
.h_emi:hover i{ background: #ffb400; color: #fff; }



.position,.pagehe{ box-shadow: 0 1px 10px rgba(0,0,0,0.12); }


#banner_home{ position: relative; margin-top: 90px; background: #fffbf1; }
.banner{ overflow: hidden; }
.banner .item{ position: relative; overflow: hidden; }
.banner .item img{ width: 100%; }
.ban_arrow{ width: 100%; position: absolute; top: 42%; left: 0;  }
.ban_arrow span{ display: inline-block; width: 60px; height: 60px; line-height: 60px; background:transparent; text-align: center; border-radius: 60px; cursor: pointer; position: absolute; top: 0; }
.ban_arrow span i{ color: #1239ac; font-size: 34px; font-weight: bold; }
.ban_prev{ left: 8%; transform: rotate(180deg); }
.ban_next{ right: 8%; }
.ban_arrow span:hover i{ color: #1239ac; }
.banform{ position: absolute; text-align: center; width: 372px; background: url(images/bnfbgs.jpg) no-repeat; background-size: cover; border-radius: 30px; padding: 36px 40px 44px; right: 18.5%; bottom: -78px; z-index: 22; }
.banform h3{ color: #fff; font-weight: normal; font-size: 42px; line-height: 40px; font-family: TCB__; }
.banmes{ margin-top: 20px; }
.banmes input{ height:50px; line-height: 50px; }
.banmes input,.banmes textarea{ width: 100%; border-radius: 30px; background:#fff; border:none; padding: 5px 18px; font-family: calibri; resize: none; color: #000; font-size: 16px;}
.banmes input::-webkit-input-placeholder, .banmes textarea::-webkit-input-placeholder{ color: #999; }
.banmes textarea{ padding:12px 18px; height: 98px;}
.banmes button{ transition: all 0.3s; border: none; text-transform: uppercase; cursor: pointer; width:100%; background: #1239ac; border-radius: 30px; font-family: calibrib; font-size: 20px; height: 50px; line-height: 50px; text-align: center; color: #fff; }
.banmes ul li{ position: relative; margin-bottom: 12px; }
.banmes ul li:last-child{ margin-bottom: 0; }
.banmes button:hover{ transform: translateX(10px); color: #fff; }
.banmes button i{ display: inline-block; margin-top: 5px; float: right; width: 36px; height: 36px; text-align: center; line-height: 36px; border-radius: 36px; color: #fff; background: #ffb400; }


.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; }

/*标题*/
.itith2{ font-size: 62px; text-transform: uppercase; font-family: Dut801ExBoIt; font-weight: normal; }
/*首页*/
.inabivs{ padding: 92px 0 90px; }
.iabcos{ display: flex; }
.iablefs{ width: calc(100% - 373px); padding-right: 52px; }
.iabrigs{ width: 373px; padding-top: 45px; position: relative; }
.iayliv{ position: absolute; bottom: 0; color: #fff; right: -116px; width: 200px; padding: 20px; background: #ffb400; }
.iayliv b{ font-size: 50px; margin-top: 10px; display: block; font-family: TCB__; font-weight: normal; }
.iayliv p{ line-height: 22px; }
.itibt span{ color: #666; text-transform: uppercase; position: relative; }
.itibt span:before{ content: ""; position: absolute; bottom: 3px; right: -24px; width: 22px; height: 3px; background: #ffb400; }
.itibt h2{ font-size: 42px; margin-top: 20px; line-height: 48px; font-weight: normal; font-family: TCB__; }
.ialprtx{ position: relative; padding-left: 240px; margin-top: 48px; }
.ialprtx h3{ font-size: 26px; line-height: 32px; font-weight: normal; color: #ffb400; font-family: calibrib; }
.ilptxi{ margin-top: 18px; }
.ilptxi p{ line-height: 27px; color: #888; }
.ialipim{ width: 390px; position: absolute; top: 50%; transform: translateY(-50%); left: -192px; }
.ialinmo{ margin-top: 40px; display: flex; align-items: center; }
.ibtnmo{ display: inline-block; font-family: calibrib; text-transform: uppercase; padding: 6px 6px 6px 30px; color: #fff; border-radius: 60px; background: #1239ac; }
.ibtnmo i{ display: inline-block; margin-left: 10px; width: 36px; height: 36px; border-radius: 36px; line-height: 36px; text-align: center; background: #ffb400; color: #fff; }
.ibtnmo:hover{ color: #fff; transform: translateX(10px); }
.ialinmo .h_emi{ display: inline-block; margin-left: 42px; }
.iarpitp{ position: relative; }

.inphov{ background: url(images/iponbs.jpg) no-repeat; background-size: cover; padding: 70px 134px 96px; }
.inphov .itibt{ text-align: center; }
.inphov .itibt h2{ font-size: 56px; }
.inpswi{ position: relative; margin-top: 22px; }
.inpdg .item{ margin: 0 12px; }
.iphitem{ background: #fff; border-radius: 5px; overflow: hidden; text-align: center; }
.iphtxt{ padding: 60px 20px 40px; position: relative; }
.iphtxt em{ display: inline-block; transition: all 0.3s; position: absolute; top: -37px; left: 50%; transform: translateX(-50%); width: 74px; height: 74px; border-radius: 10px; background: #ffb400; }
.iphtxt h3{ font-size: 28px; font-family: calibrib; margin-bottom: 6px; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.iphtxt p{ line-height: 28px; color: #888; height: 84px; overflow: hidden; }
.iphtxt .ibtnmo{ margin-top: 22px; transition: all 0.3s; }
.inprow{ width: 100%; position: absolute; top: 42%; left: 0;  }
.inprow span{ display: inline-block; width: 60px; height: 60px; line-height: 60px; background:transparent; text-align: center; border-radius: 60px; cursor: pointer; position: absolute; top: 0; }
.inprow span i{ color: #c0c0c0; font-size: 34px; font-weight: bold; }
.ihp_prev{ left: -60px; transform: rotate(180deg); }
.ihp_next{ right: -60px; }
.inprow span:hover i{ color: #1239ac; }
.iphitem:hover .changpic img{ transform: scale(1.15); }
.iphitem:hover .iphtxt em{ background: #1239ac; }
.iphitem:hover .iphtxt .ibtnmo{ transform: translateX(10px); }

.inwhyi{ position: relative; }
.inwhvi{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.inwhvi .warper{ height: 100%; }
.iwhle{ width: 50%; display: flex; height: 100%; align-items: center; justify-content: center; }
.ivbbvi{ display: inline-block; position: relative; width: 146px; height: 146px; border-radius: 146px; border: 1px solid #ffb400; }
.ivbbvi i{ cursor: pointer; transition: all 0.3s; width: 100px; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); height: 100px; line-height: 100px; font-size: 30px; display: inline-block; border-radius: 80px; color: #fff; background: #ffb400; }
.ivbbvi:hover i{ background: #fff; color: #ffb400; }
.ivhwi{ display: flex; height: 100%; align-items: flex-end; }
.iwhri{ width: 50%; }
.iwrtxi{ background: #fff; position: relative; z-index: 0; padding: 66px 0 26px 45px; }
.iwrtxi:before{ content: ""; position: absolute; width: 70%; z-index: -1; height: 100%; background: #fff; top: 0; right: -70%; }
.iwtit{ font-size: 56px; margin-bottom: 32px; font-family: TCB__; font-weight: normal; }
.iwtit span{ color: #ffb400; }
.iwrtxi p{ line-height: 28px; color: #888; }
.iwrtxi .ibtnmo{ margin-top: 15px; }
.iwhbtn{ position: absolute; bottom: 26px; font-size: 24px; font-family: calibrib; right: -260px; }
.iwhbtn:before{ content: ""; position: absolute; bottom: 10px; left: -120px; width: 100px; height: 3px; background: #ffb400; }
.incion{ padding: 50px 184px 70px 17.5%; }
.icuiuls{ display: flex; }
.icuiuls li{ width: 25%; padding: 0 15px; text-align: center; }
.icuiuls li h4{ font-size: 26px; margin-bottom: 26px; margin-top: 20px; padding-bottom: 15px; position: relative; font-family: calibrib; font-weight: normal; }
.icuiuls li h4:before{ content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 64px; height: 4px; background: #ffb400; }
.icuiuls li p{ line-height: 24px; color: #888; }

.inject{ padding: 54px 0 88px 0; position: relative; z-index: 0; }
.inject:before{ content: ""; position: absolute; top: 0; z-index: -1; left: 0; width: 86%; height: 50%; background: linear-gradient(126deg,#1239ac,#506dc4); }
.injetit{ display: flex; justify-content: space-between; align-items: center; }
.injetit .itibt,.injetit .itibt span{ color: #fff; }
.injetit .itibt{ width: 40%; }
.ijearr span{ display: inline-block; transition: all 0.3s; margin-left: 6px; cursor: pointer; text-align: center; line-height: 54px; width: 54px; height: 54px; border-radius: 54px; border: 1px solid #fff; color: #fff; }
.ijearr span i{ font-size: 22px; display: inline-block; }
.ije_prev i{ transform: rotate(180deg); }
.ijearr span:hover{ background: #ffb400; border: 1px solid #ffb400; color: #fff; }
.ijebo{ margin-top: 26px; overflow: hidden; padding-left: 18.5%; }
.ijegds .item{ margin-right: 20px; }
.ijeitem{ text-align: center; }
.ijeitem p{ font-size: 24px; font-family: calibrib; margin-top: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ijegds{ width: 118%; }
.ijeitem:hover .changpic img{ transform: scale(1.15); }

.innewc{ background: url(images/iponbs.jpg) no-repeat; background-size: cover; padding: 60px 156px 114px 18.5%; }
.inneuls{ margin-top: 12px; display: flex; }
.inneuls li{ width: 32%; margin-right: 2%; }
.inneuls li:last-child{ margin-right: 0; }
.innesitems .changpic{ border-radius: 5px; }
.inxts{ margin-top: 30px; }
.inxts h3{ font-size: 24px; font-family: calibrib; font-weight: normal; line-height: 28px; height: 56px; overflow: hidden; }
.inxts p{ line-height: 28px; height: 84px; color: #888; overflow: hidden; margin-top: 14px; }
.inxts .ibtnmo{ margin-top: 36px; transition: all 0.3s; }
.innesitems:hover .changpic img{ transform: scale(1.15); }
.innesitems:hover .inxts .ibtnmo{ transform: translateX(10px); }

.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.getbox{ width: 780px; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.allhide{ opacity: 0; z-index: -3; }

footer{ background: #1239ac;}
.fo_top{ padding: 65px 0 68px; position: relative; }
.fo_top:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 87%; height: 18px; background: #fff; }
.fomess{ display: flex; }
.fomlef{ width: 50%; }
.fomrig{ width: 50%; padding-left: 180px; }
.fomlef h3{ color: #fff; font-size: 46px; font-family: TCM__; }
.fomlef h3 a{ color: #fff; }
.formtxt{ width: 100%; position: relative; }
.formtxt input{ width: 100%; border-radius: 60px; font-size: 18px; font-family: calibri; padding-left: 32px; padding-right: 65px; background: #fff; height: 60px; }
.formtxt button{ position: absolute; cursor: pointer; top: 50%; right: 10px; transform: translateY(-50%); border: none; width: 44px; height: 44px; line-height: 44px; border-radius: 44px; background: #ffb400; color: #fff; }
.formtxt button i{ font-weight: bold; }
.formtxt button:hover{ background: #1239ac; }
.media{ float: right; margin-top: 35px; }
.media a{ margin-right: 30px; color: #fff; font-size: 30px; display: inline-block; }
.media a:hover{ transform: translateY(3px); }

.fo_nav{ width: 100%; overflow: hidden; display: flex; margin-top: 82px; justify-content: space-between; }
.fo_nav h5{ margin-bottom: 32px; color: #fff; text-transform: capitalize; font-size: 32px; font-family: TCM__; }
.f_item1{ width: 17%; }
.f_link li{ transition: all 0.3s; margin-bottom: 12px; color: rgba(255, 255, 255, 0.6); }
.f_link li a{ color: rgba(255, 255, 255, 0.8); display: inline-block; }
.f_link li:hover a{ color: #fff; transform: translateX(5px);  }
.f_item2{ width: 15%; }
.f_item3{ width: 27%; }
.f_item4{ width: 25%; }
.f_item4 .f_link li a,.f_item4 .f_link li span{ color: #fff; font-size: 20px; font-family: calibrib; }
.f_item4 .f_link li{ margin-bottom: 22px; }
.fob_cop{ background: #193faf; overflow: hidden; margin-top: 55px; padding: 24px 0; }
.fob_cop p{ float: left; color: #bebebe; }
.fob_cop a{ float: right; color: #bebebe; }
.fob_cop a:hover{ color: #fff; }


.l_fixed{ width: 85px; overflow: hidden; border-radius: 80px; text-align: center; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 8%); position: fixed; top: 30%; right: 0; z-index: 666; background: #fff; }
.l_fixed ul li{ padding: 20px 10px; position: relative; }
.l_fixed ul li:before{ content: ""; position: absolute; bottom: 0; left: 50%; height: 1px; transform: translateX(-50%); width: 65px; background: #ececec; }
.l_fixed ul li:last-child{ border-bottom: none; }
.l_fixed ul li i{ color: #1239ac; font-size: 30px; }
.l_fixed ul li p{ font-size: 13px; }
.l_fixed ul li:hover i{ color: #1239ac; }
.gzh_img{ position: absolute; top: 80px; visibility: hidden; opacity: 0; right: 82px; transition: all 0.3s; width: 130px; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 12%); }
.l_fixed ul li:hover .gzh_img{ top: 0; opacity: 1; visibility: visible; }
.l_fixed ul li:last-child:before{ display: none; }
.l_fixed ul li:first-child{ padding-top: 30px; }

.fo_cop{  color: #fff; overflow: hidden; text-align: center; background: rgba(20, 94, 44, 0.2); padding: 20px 0; margin-top: 62px; }
.fo_cop p{ font-size: 14px; color: #fff; }
.fo_cop p a{ color: #fff; }
.fo_cop p a:hover{ color: #fff; }

video{ width: 100%; display: block; /*opacity: 0.6; */}


.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; margin-top: 90px; }
.sub_nav{ position: absolute; top: 35%; left: 0; width: 100%; }
.sub_nav h2{ margin-bottom: 10px; font-size: 120px; font-weight: normal; text-transform: capitalize; color: #fff; font-family: TCB__; }
.sub_nav p{ color: #fff; font-size: 20px; }
.sub_nav p i{ display: inline-block; margin-right: 5px; color: #ffb400; font-size: 20px; }
.sub_nav p a{ color: #fff; }
.sub_nav p a:hover{ color: #ffb400; }
/*关于我们*/
.abess{ padding: 80px 0 108px; background: url(images/iponbs.jpg) no-repeat; background-size: cover; }
.aesbo{ display: flex; }
.abelef{ width: 52%; }
.aberig{ width: 48%; padding: 30px 0 0 44px; }
.aeuls{ width: 100%; overflow: hidden; }
.aeuls li{ width: 48%; margin-right: 4%; float: left; }
.aeuls li:last-child{ margin-right: 0; padding-top: 38px; }
.aberig h2{ font-size: 42px; line-height: 48px; font-weight: normal; font-family: TCB__; }
.aipt{ margin-top: 24px; }
.aipt p{ line-height: 26px; color: #888; }
.abtuls{ margin-top: 32px; }
.abtuls li{ margin-bottom: 12px; background: #e1e6f5; padding: 12px; }
.abtuls li:last-child{ margin-bottom: 0; }
.abtuls li p{ font-size: 20px; position: relative; padding-left: 34px; font-family: calibrib; }
.abtuls li p:before{ content: ""; position: absolute; top: 0; left: 0; width: 24px; height: 24px; background: url(images/dhics.png) no-repeat; background-size: cover; }
.ahivsv{ padding: 82px 0 86px; background: url(images/ahibgs.jpg) no-repeat; background-size: cover; }
.ahivhiv{ width: 100%; display: flex; }
.abhile{ width: 50%; padding-right: 110px; }
.abhiri{ width: 50%; }
.abhile .itibt span,.abhile .itibt h2{ color: #fff; }
.abhitxp{ margin-top: 32px; }
.abhitxp p{ line-height: 26px; color: #fff; }
.ahinr{ display: flex; }
.ahizb{ width: 142px; }
.ahiyb{ width: calc(100% - 142px); }
.ahnun{ position: relative; }
.ahnun:before{ content: ""; width: 3px; height: 100%; position: absolute; top: 0; left: 6px; background: #fff; }
.ahnun .item{ margin: 15px 0; cursor: pointer; }
.ahnun .item p{ position: relative; padding-left: 30px; font-family: TCM__; color: #fff; line-height: 30px; }
.ahnun .item p:before{ content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 12px; height: 12px; border-radius: 12px; background: #fff; }
.ahyswi{ position: relative; padding: 32px 0; }
.ahyear{ text-align: center; }
.ahyear h5{ color: #ffb400; font-size: 32px; font-weight: normal; margin: 15px 0; font-family: TCB__; }
.ahyear p{ line-height: 26px; color: #fff; }
.ahyswi .slick-slide img{ display: inline-block; }
.ahnun .slick-current p{ font-size: 28px; }
.ahyswi .ahy_prev,.ahyswi .ahy_next{ position: absolute; color: #fff; left: 50%; transform: translateX(-50%); cursor: pointer; }
.ahyswi .ahy_prev{ top: 0; }
.ahyswi .ahy_next{ bottom: 0; }
.ahyswi .ahy_prev i{ display: inline-block; transform: rotate(180deg); }

.abfac{ padding: 60px 0 100px; }
.ab_facswi{ margin-top: 40px; position: relative; }
#abfac-area{width:100%;margin:0 auto; position: relative;}
.ab_facswi .roundabout-holder{ width:950px;height:492px;margin:0px auto;}
.ab_facswi .roundabout-moveable-item{font-size:12px!important; border-radius: 10px; overflow: hidden; background: #000; height:auto;width:781px; cursor:pointer;}
.ab_facswi .roundabout-moveable-item img{height:100%;  width:100%; margin:0; opacity: 0.5; transition: all 0.3s; }
.ab_facswi .roundabout-moveable-item.roundabout-in-focus img{opacity: 1;}
.ab_facswi .roundabout-in-focus{cursor:auto;}
.ab_facswi .roundabout li{margin:0; background: #000;}
.afl_btn,.afr_btn{ position: absolute; z-index: 777; top: 50%; transform: translateY(-55%); display: inline-block; width: 50px; height: 50px; border-radius: 50px; border: 1px solid #fff; color: #fff; text-align: center; line-height: 48px; }
.afl_btn{ left: 10%; }
.afr_btn{ right: 10%; }
.afl_btn i,.afr_btn i{ font-weight: bold; display: inline-block; }
.afl_btn i{ transform: rotate(180deg); }
.afl_btn:hover,.afr_btn:hover{ background: #fff; color: #333; }
/*404*/
.no_fun{ text-align: center;margin-bottom: 60px;}
.no_fun h5{ font-size: 36px; margin-bottom: 30px; }
.no_fun p{ color: #888; line-height:30px; }
.no_fun a{ display: inline-block; margin-top: 34px; font-size: 20px; border-radius: 40px; padding: 16px 64px; background: #c81f21; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}
.aligncenter {
    display: block !important;
    margin: 0 auto!important;
}
.wpcf7 fieldset{display:none;}
.wpcf7-response-output,.wpcf7-validation-errors {display: none !important;}
span.wpcf7-not-valid-tip {display: none;}
.screen-reader-response {display: none !important;}


/*产品列表*/
.subcup{ position: absolute; bottom: -56px; left: 0; width: 100%; }
.sucunul{ display: flex; position: relative; padding-bottom: 30px; z-index: 0; }
.sucunul:before{ content: ""; position: absolute; bottom: 0; left: 0; z-index: -1; width: 100%; height: 116px; background: #fff; border-radius: 5px; box-shadow:0 4px 8px rgba(208, 208, 208, 0.17); }
.sucunul li{ width: 25%; }
.sucunul li a{ display: block; width: 100%; text-align: center; }
.sucunul li a i{ background: #ffb400; transition: all 0.3s; display: inline-block; border-radius: 10px; }
.sucunul li a p{ font-size: 24px; margin-top: 12px; font-family: calibrib; }
.sucunul li:hover i{ transform: translateY(5px); background: #1239ac; }


.prowar{ padding-bottom: 80px; background: #e6effb; }
.pat96{ padding-top: 96px; }

.prlisul{ display: flex; flex-wrap: wrap; }
.prlisul li{ width: 32%; margin-right: 2%; margin-bottom: 30px; }
.prlisul li:nth-of-type(3n){ margin-right: 0; }
.prlisul li .iphtxt{ padding: 32px 20px 40px; }
/*分页 结束*/
.digg4{ text-align:center; font-size: 20px; margin-top: 40px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:36px; border-radius: 40px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; height:36px; line-height: 36px; color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; background: #1239ac; }
.digg4 span.disabled { font-size: 30px; line-height:32px; font-weight: normal; color: #333;}
.digg4 a{ color: #a6a6a6; }
/*产品详情*/
.delmiv{ padding-bottom: 70px; }
.denif{ display: flex; }
.denilef{ width: 50%; }
.denirig{ width: 50%; padding-left: 34px; }
.deniswi{ position: relative; }
.denids .changpic{ border-radius: 5px; }
.dearr{ position: absolute; top: 45%; width: 100%; left: 0; }
.dearr span{ cursor: pointer; position: absolute; top: 0; display: inline-block; color: #fff; text-align: center; width: 38px; height: 38px; border-radius: 38px; line-height: 38px; background: #1239ac; }
.dearr span i{ display: inline-block; }
.dre_prev{ left: -16px; }
.dre_next{ right: -16px; }
.dre_prev i{ transform: rotate(180deg); }
.dearr span:hover{ background: #ffb400; color: #fff; }
.denirig h1{ font-size: 42px; padding-bottom: 12px; font-family: TCB__; border-bottom: 1px solid #e3e3e3; font-weight: normal; }
.deltxp{ margin-top: 25px; }
.deltxp p{ line-height: 26px; color: #888; }
.pro_lxbtn{ margin-top: 30px; position: relative; padding-right: 88px; }
.pro_lxbtn .pla{ font-size: 20px; font-family: calibrib; border-radius: 50px; overflow: hidden; background: #1239ac; position: relative; color: #fff; text-align: center; padding:14px 10px; width: 48%; display: inline-block; }
.pro_lxbtn .pla i{ display: inline-block; font-weight: normal; font-size: 20px; margin-right: 5px; }
.pro_lxbtn .pla *{ vertical-align: middle; }
.pro_lxbtn .pla:last-child{ margin-left: 2%; background: #ffb400; }
.pro_lxbtn .pla:hover{ transform: translateX(10px); color: #fff; }
.dshare{ margin-top: 30px; font-family: calibrib; }

.delwa{ background: #e6f1fb; display: flex; padding-left: 18%; }
.dewlef{ width: 47%; padding-top: 66px; }
.dewrig{ width: 53%; padding-left: 72px; }
.deh2t{ font-size: 52px; font-family: TCB__; font-weight: normal; margin-bottom: 30px; }
.delptp p{ line-height: 26px; color: #888; margin-bottom: 28px; }
.delptp p:last-child{ margin-bottom: 0; }

.dejco{ padding: 74px 0 50px; position: relative; }
.dejco .dejcpi{ position: absolute; top: 74px; left: 0; }
.dejtop{ padding-left: 472px; text-align: right; }
.dejtop .ibtnmo{ margin-top: 56px; }
.denusz{ display: flex; margin-top: 60px; }
.denusz li{ width: 31.5%; margin-right: 3%; }
.denusz li:last-child{ margin-right: 0; }
.denusz li b{ font-size: 68px; color: #1239ac; font-family: TCB__; font-weight: normal; }
.denusz li p{ color: #666; }
.debpn{ position: absolute; right: 0; bottom: 0; }


.dewus{ margin-top: 64px; background: url(images/dewchb.jpg) no-repeat; background-size: cover; padding: 60px 0 62px; }
.dewhy{ display: flex; flex-wrap: wrap; }
.dewhy li{ width: 49%; margin-right: 2%; margin-bottom: 30px; }
.dewhy li:nth-of-type(even){ margin-right: 0; }
.dewitem{ position: relative; padding-left: 45px; }
.dewitem i{ display: inline-block; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 80px; height: 80px; border-radius: 80px; line-height: 80px; background: #ffb400; }
.dewtxi{ width: 100%; background: #fff; transition: all 0.3s; padding: 34px 58px 0; min-height: 208px; box-shadow: 0 0 20px rgba(123, 133, 161, 0.13); }
.dewtxi h4{ font-size: 28px; margin-bottom: 12px; font-family: calibrib; font-weight: normal; }
.dewtxi p{ line-height: 26px; color: #888; }
.dewitem:hover .dewtxi{ background: #1239ac; color: #fff; }
.dewitem:hover .dewtxi p{ color: #fff; }

.depat{ padding: 56px 0; }
.tepata{ overflow-x: auto; width: 100%; }
.tepata table{ width: 100%; border-collapse: collapse;  }
.tepata table td{ border: 1px solid #e3d7d4; font-size: 16px; text-align: center; padding:13px 12px; }
.tepata table tr:first-child td{ font-weight: bold; color: #fff; background: #1239ac; }
.tepata table tr:nth-of-type(even) td{ background: #f3f5f7; }

.demeiv{ background: #e9f6fb; padding: 48px 0 50px; }
.demesfo{ overflow: hidden; }
.demesfo ul{ display: flex; flex-wrap: wrap; }
.demesfo li{ width: 49.5%; margin-right: 1%; margin-bottom: 12px; position: relative; overflow: hidden;}
.demesfo li:nth-of-type(even){ margin-right: 0; }
.demesfo input,.demesfo textarea{ border:1px solid #b2cbed; border-radius: 0; width: 100%; resize: none; font-family:calibril; background:#fff; color: #333; font-size: 18px; padding: 14px 16px; }
.demesfo textarea{ height:155px; }
.demesfo input::-webkit-input-placeholder,.demesfo textarea::-webkit-input-placeholder { color: #666;}
.demesfo input:-moz-placeholder,.demesfo textarea:-moz-placeholder {color: #666;}
.demesfo li:last-child, .demesfo li:nth-of-type(5){ width: 100%; float: none; margin-right: 0; }
.demesfo li:last-child{ width: 100% !important; float: none; margin-top: 10px; margin-bottom: 0; }
.demesfo li button{ width: 150px; transition: all 0.3s; cursor: pointer; padding: 0; font-size: 18px; text-transform: uppercase; font-family: calibrib; border: none; height: 45px; border-radius: 50px; background: #1239ac; color: #fff; display: inline-block; }
.demesfo li button:hover{ transform: translateX(10px); }

.derepl{ padding: 60px 0 100px; }
.derewar{ padding: 0 134px; }
.derewar .iphitem{ background: #eaf5fb; }

/*应用*/
.appwar{ padding-bottom: 100px; }
.pat92{ padding-top: 92px; }
.applist li{ margin-bottom: 50px; }
.soluliitem{ position: relative; z-index: 0; padding-bottom: 62px; overflow: hidden; }
.soluliitem:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: calc(100% - 68px); z-index: -1; background: #e9f6fb; }
.solul_lef{ float: left; width: 50%;  }
.solul_rig{ float: right; width: 50%; padding: 120px 0 0 40px; }
.applist li:nth-of-type(even) .solul_lef{ float: right; padding-right: 0; padding-left: 22px; }
.applist li:nth-of-type(even) .solul_rig{ float: left; padding: 110px 40px 0 0; }
.soluliitem a:hover .changpic img{ transform: scale(1.15); }
.solul_rig h3{ font-size: 22px; margin-bottom: 26px; font-weight: normal; font-family: calibrib; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.solul_rig p{ font-size: 18px; line-height: 28px; color: #888; height: 84px; overflow: hidden; }
.solul_rig .ibtnmo{ margin-top: 40px; transition: all 0.3s; }
.soluliitem a:hover .solul_rig .ibtnmo{ transform: translateX(10px); }
/*.soluliitem a:hover .solul_rig span{ transform: translateX(10px); background: #0d8166; color: #fff;}*/

/*news*/
.newswar{ padding-bottom: 90px; }
.neslist{ display: flex; flex-wrap: wrap; }
.neslist li{ width: 32%; margin-right: 2%; margin-bottom: 30px; }
.neslist li:nth-of-type(3n){ margin-right: 0; }
.nesitem a{ position: relative; width: 100%; display: block; padding-bottom: 280px; }
.nesitem a .changpic{ border-radius: 5px; }
.nestxiv{ position: absolute; bottom: 0; left: 0; padding: 32px 20px 30px; width: 94%; background: #fff; box-shadow: 0 0 15px rgba(211, 211, 211, 0.3); }
.nestxiv h3{ font-size: 24px; line-height: 28px; margin-bottom: 20px; height: 56px; font-weight: normal; font-family: calibrib; overflow: hidden;  }
.nestxiv p{ line-height: 28px; color: #888; height: 112px; overflow: hidden; }
.nestxiv .ibtnmo{ margin-top: 26px; transition: all 0.3s; }
.nesitem:hover .changpic img{ transform: scale(1.15); }
.nesitem:hover .ibtnmo{ transform: translateX(10px); }

.infocon{}
.infocon h1{font-size:26px; font-weight: normal; text-align: center; font-family: calibrib; margin-bottom: 14px; }
.infocon img{ width: auto; display: inline-block; margin: 10px 0; max-width: 100%; }
.infocon .time{ text-align: center; margin-bottom:30px;}
.infocon .other{  border-top: 1px solid #dbdbdb; padding-top:30px; margin-top:30px;}
.infocon .other div{ padding:5px 0;}
.infocon .other div b{ text-transform: uppercase; font-weight: normal; }
.infocon .other a:hover{ color: #1239ac; }
.infocon p{line-height:28px; margin-bottom: 18px; }

/*contact*/
.conwar{ padding-bottom: 50px; }
.conlxul{ display: flex; margin-top: 10px; }
.conlxul li{ width: 23.5%; position: relative; transition: all 0.3s; border-radius: 5px; padding: 64px 0 38px; margin-right: 2%; text-align: center; background: #1239ac; box-shadow: 0 4px 70px rgba(230, 230, 230, 0.28); }
.conlxul li:last-child{ margin-right: 0; }
.conlxul li i{ transition: all 0.3s; position: absolute; top: -32px; left: 50%; transform: translateX(-50%); display: inline-block; width: 78px; height: 78px; font-size: 35px; text-align: center; line-height: 78px; border-radius: 78px; background: #f0b02c; color: #fff; }
.conlxul li p{ margin-bottom: 8px; color: rgba(255, 255, 255, 0.8); }
.conlxul li a{ font-size: 22px; color: #fff; font-family: calibrib; }
.conlxul li span{ font-family: calibrib; font-size: 22px; color: #fff; display: inline-block; }
.conlxul li:hover i{ background: #fff; color: #f0b02c; }
.conlxul li:hover{ background: #ffb400; }

.cogivf{ margin-top: 45px; position: relative; overflow: hidden; z-index: 0; padding: 30px 28px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 1px solid #dbdbdb; box-shadow: 0 4px 8px rgba(169, 169, 169, 0.18); }
.cogivf:before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 130px; background: url(images/cogqb.jpg) no-repeat; background-size: cover; }
.cogivf h2{ font-size: 56px; color: #fff; margin-bottom: 18px; font-family: TCB__; font-weight: normal; }
.cogivf p{ color: #888; background: #fff; border: 1px solid #dfdfdf; padding: 16px 20px; border-radius: 5px; }
.cogivf .demesfo{ margin-top: 20px; }
.cogivf .demesfo input, .cogivf .demesfo textarea{ border: 1px solid #dfdfdf; border-radius: 5px; }

@media screen and (max-width: 1680px){
  .head_rcon{ width: 512px; right: -195px; }
  nav{ margin-right: 346px; }
  .logo{ left: -140px; }
  .banform{ right: 14.5%; }
  .inphov{ padding: 70px 120px 96px; }
  .iwhbtn{ right: -184px; }
  .iwhbtn:before{ width: 70px; left: -84px; }
  .inject:before{ width: 90%; }
  .ijebo{ padding-left: 14%; }
  .incion{ padding: 50px 120px 70px 13%; }
  .innewc{ padding: 60px 120px 114px 14%; }
  .sub_nav h2{ font-size: 84px; }
  .delwa{ padding-left: 14%; }
  .dewlef{ padding-top: 50px; }
  .dejco .dejcpi{ width: 670px; }
  .delptp p{ margin-bottom: 15px; }
  .debpn{ display: none; }
  .derewar{ padding: 0 120px; }
}

@media screen and (max-width: 1600px){
  .h_emi span{ font-size: 20px; }
  .head_rcon{ width: 468px; right: -162px; }
  nav li{ margin: 0 14px; }
  .banform{ right: 12.5%; padding: 28px; }
  .banform h3{ font-size: 32px; }
  .iayliv b{ font-size: 38px; }
  .itibt h2{ font-size: 36px; line-height: 40px; }
  .ialprtx,.ialinmo{ margin-top: 20px; }
  .inphov .itibt h2{ font-size: 46px; }
  .iwtit{ font-size: 46px; }
  .iwhbtn{ position: static; display: inline-block; margin-top: 12px; }
  .iwhbtn:before{ display: none; }
  .incion{ padding: 50px 120px 70px 11%; }
  .ijebo{ padding-left: 11%; }
  .innewc{ padding: 60px 110px 114px 11%; }
  .fo_top{ padding: 55px 0; }
  .fomlef h3{ font-size: 40px; }
  .fo_nav{ margin-top: 48px; }
  .fo_nav h5{ font-size: 28px; margin-bottom: 20px; }
  .fob_cop{ padding: 18px 0; margin-top: 35px; }
  .sub_nav h2{ font-size: 70px; }
  .delwa{ padding-left: 12%; }
  .deh2t{ font-size: 40px; margin-bottom: 12px; }
  .dejco .dejcpi{ width: 630px; }
}

@media screen and (max-width: 1440px){
  .logo{ left: -72px; }
  .head_rcon{ width: 456px; }
  .h_emi span,.h_emi p{ display: none; }
  .head_rcon{ width: 275px; right: -66px; }
  .h_emi i{ width: 55px; height: 55px; line-height: 55px; font-size: 26px; }
  nav{ margin-right: 248px; }
  .banform{ right: 8%; border-radius: 15px; padding: 20px; }
  .banmes input{ height: 46px; line-height: 46px; }
  .banmes{ margin-top: 12px; }
  .banform h3{ font-size: 28px; }
  .banmes ul li{ margin-bottom: 8px; }
  .iayliv{ right: -50px; }
  .iayliv b{ font-size: 30px; }
  .iayliv img{ height: 32px; }
  .ialipim{ display: none; }
  .ialprtx{ padding-left: 0; }
  .ialprtx .h_emi span, .ialprtx .h_emi p{ display: block; }
  .iabrigs{ padding-top: 0; }
  .iabcos{ align-items: center; }
  .inabivs{ padding: 95px 0 70px; }
  .inphov{ padding: 60px 80px 70px; }
  .inphov .itibt h2{ font-size: 40px; }
  .itibt h2{ margin-top: 10px; }
  .iphtxt h3{ font-size: 24px; }
  .iphtxt{ padding: 40px 16px 30px; }
  .inpdg .item{ margin: 0 6px; }
  .iphtxt em{ width: 65px; height: 65px; }
  .ivbbvi{ width: 100px; height: 100px; border-radius: 100px; }
  .ivbbvi i{ width: 80px; height: 80px; line-height: 80px; }
  .iwrtxi{ padding: 38px 0 26px 34px; }
  .iwtit{ font-size: 38px; margin-bottom: 15px; }
  .incion{ padding: 50px 110px 70px 6%; }
  .inject:before{ width: 97%; }
  .ijebo{ padding-left: 8%; }
  .ijeitem p{ font-size: 22px; margin-top: 14px; }
  .inject{ padding: 45px 0 60px 0; }
  .innewc{ padding: 60px 110px 80px 8%; }
  .inxts{ margin-top: 16px; }
  .inxts .ibtnmo{ margin-top: 20px; }
  .fomrig{ padding-left: 120px; }
  .fomlef h3{ font-size: 35px; }
  .fo_top{ padding: 35px 0 40px 0; }
  .fo_top:before{ width: 92%; height: 10px; }
  .fo_nav{ margin-top: 28px; }
  .fo_nav h5{ font-size: 26px; margin-bottom: 14px; }
  .fob_cop{ padding: 15px 0; margin-top: 25px; }
  .sub_nav h2{ font-size: 54px; }
  .pat96{ padding-top: 80px; }
  .delmiv{ padding-bottom: 50px; }
  .denirig h1{ font-size: 35px; }
  .pro_lxbtn{ margin-top: 20px; }
  .deh2t{ font-size: 34px; }
  .dewlef{ padding-top: 26px; }
  .dejco{ padding: 50px 0; }
  .dejtop{ padding-left: 45%; }
  .dejtop .ibtnmo{ margin-top: 28px; }
  .denusz li b{ font-size: 46px; }
  .dewus{ margin-top: 0; padding: 45px 0; }
  .dewtxi h4{ font-size: 25px; }
  .derepl{ padding: 50px 0 80px; }
  .pat92{ padding-top: 60px; }
  .nestxiv h3{ font-size: 22px; margin-bottom: 12px; }
  .nestxiv .ibtnmo{ margin-top: 15px; }
  .nestxiv{ padding: 15px; }
  .nesitem a{ padding-bottom: 180px; }
  .nestxiv p{ line-height: 26px; height: 78px; }
  .newswar{ padding-bottom: 80px; }
  .abwar .inabivs{ padding: 60px 0; }
  .abess{ padding: 75px 0; }
  .aberig h2{ font-size: 36px; line-height: 40px; }
  .ahivsv{ padding: 60px 0; }
  .abfac{ padding: 60px 0 80px; }
  .ab_facswi .roundabout-holder{ width: 600px; }
  .l_fixed ul li{ padding: 12px 10px; }
  .l_fixed{ width: 75px; }
  .l_fixed ul li:first-child{ padding-top: 20px; }
  .l_fixed ul li i{ font-size: 25px; }
  .delwa{ padding-left: 7%; }
}


@media screen and (max-width: 1366px){
  .warper{ width: 86%; }
  .banform{ right: 7%; }
  .itibt h2{ font-size: 32px; line-height: 34px; }
  .icuiuls li h4{ font-size: 22px; margin: 14px 0; }
  .ijebo{ padding-left: 7%; }
  .innewc{ padding: 60px 110px 80px 7%; }
  .media a{ font-size: 22px; }
  .sub_nav h2{ font-size: 46px; }
  .delptp p{ margin-bottom: 0; }
  .dejtop{ padding-left: 49%; }
  .cogivf h2{ font-size: 40px; }
  .derewar{ padding: 0 80px; }
}

@media screen and (max-width: 1280px){
  nav li{ margin: 0 12px; }
  .dejtop{ padding-left: 52%; }
  .denusz{ margin-top: 40px; }
  .aberig h2{ font-size: 32px; line-height: 35px; }
}

@media screen and (max-width: 1024px){
  #banner_home,.subbanner,.delivb{ margin-top: 62px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
  header,.position{ height: 62px; }
  .logo img,.position .logo img{ height:36px; width: auto; }
  .logo{ top: 12px; left: 0; }
  .warper{ width: 96%; }
  .head_rcon{ right: 52px; top: 7px; }
  .searchform{ top: 44px; }
  .l_fixed,.medialink{ 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:12px 15px; border-bottom:1px solid #2e2e2e; text-align: left;}
  nav li.on a, nav li:hover a{ background: #1239ac ; color: #fff; }
  #nav .nav-button i{ color: #fff; }
  body{ font-size: 16px; }
  nav li a:before{ display: none; }
  #nav .nav-button{ top: 13px; right: 0; background: #1239ac; }
  nav dl{ left: 0;  top: 0; padding: 0; border:none; width: auto; display: block !important; background: #434343;  position: inherit;  opacity: 1; height: auto !important;}
  nav li dd a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
  nav li dl dd a{ color: #fff !important; padding: 15px 22px; white-space: normal; font-size: 16px; }
  nav dl dd:hover div,nav li a:before{display: none;}
  nav li dl dd a:hover{ background: #1239ac !important;}
  nav dl dd{ border: none; }
  .ban_arrow span i{ font-size: 28px; }
  .h_emi i{ width: 45px; height: 45px; line-height: 45px; }
  .h_emi{ min-height: 45px; }
  .head_rcon{ width: 98px; }
  .h_emi{ width: 45px; padding-left: 0; }
  .banform,.ialinmo .h_emi{ display: none; }
  .inabivs{ padding: 45px 0; }
  .itibt h2{ font-size: 26px; line-height: 27px; }
  .ialprtx h3{ font-size: 20px; line-height: 30px; }
  .ilptxi p{ line-height: 24px; }
  .iabrigs{ width: 300px; }
  .iablefs{ width: calc(100% - 300px); padding-right: 32px; }
  .inphov{ padding: 45px 50px; }
  .inphov .itibt h2{ font-size: 32px; }
  .ihp_prev{ left: -30px; }
  .ihp_next{ right: -30px; }
  .inprow span i{ font-size: 28px; color: #1239ac; }
  .iphtxt p{ line-height: 24px; height: 72px; }
  .iphtxt .ibtnmo{ margin-top: 12px; }
  .iwrtxi p{ line-height: 24px; }
  .iwtit{ font-size: 28px; }
  .iwhbtn{ font-size: 20px; }
  .incion,.innewc{ padding: 38px 2%; }
  .icuiuls li{ padding: 0 10px; }
  .icuiuls li h4{ font-size: 20px; }
  .inject:before{ width: 100%; }
  .ijearr span{ width: 48px; height: 48px; line-height: 48px; }
  .ijebo{ padding-left: 2%; }
  .inxts h3{ font-size: 22px; }
  .inxts p{ line-height: 24px; height: 72px; }
  .fo_top,.f_item1,.subcup{ display: none; }
  .fo_nav{ margin-top: 0; }
  footer{ padding-top: 28px; }
  .fo_nav h5{ font-size: 22px; }
  .f_item4{ width: 33%; }
  .f_item2{ width: 19%; }
  .sub_nav h2{ font-size: 35px; }
  .pat96{ padding-top: 45px; }
  .prlisul li .iphtxt{ padding: 15px 15px 30px; }
  .digg4{ margin-top: 20px; }
  .prowar{ padding-bottom: 60px; }
  .denirig h1{ font-size: 32px; }
  .deltxp p{ line-height: 24px; }
  .pro_lxbtn{ padding-right: 0; }
  .delwa{ padding-left: 3%; align-items: center; }
  .dewrig{ padding-left: 24px; }
  .deh2t{ font-size: 28px; }
  .delptp p,.dewtxi p{ line-height: 24px; }
  .dewlef{ padding: 30px 0; }
  .dejco{ padding: 40px 0; }
  .dejco .dejcpi{ width: 50%; }
  .dejtop .ibtnmo{ margin-top: 14px; }
  .denusz{ margin-top: 25px; }
  .denusz li b{ font-size: 36px; }
  .dewitem{ padding: 0; }
  .dewitem i{ display: none; }
  .dewtxi h4{ font-size: 22px; }
  .dewtxi{ padding: 28px; min-height: auto; }
  .dewhy li{ margin-bottom: 20px; }
  .dewus{ padding: 45px 0 28px; }
  .depat{ padding: 42px 0; }
  .derewar{ padding: 0 20px; }
  .derepl{ padding: 40px 0 50px; }
  .soluliitem{ padding-bottom: 40px; }
  .solul_rig{ padding: 106px 0 0 24px; }
  .solulist li:nth-of-type(even) .solul_rig{ padding: 106px 24px 0 0; }
  .solul_rig h3{ margin-bottom: 10px; }
  .solul_rig .ibtnmo{ margin-top: 16px; }
  .applist li{margin-bottom: 30px;}
  .appwar,.newswar{ padding-bottom: 50px; }
  .infocon p{ line-height: 26px; margin-bottom: 10px; }
  .infocon .time{ margin-bottom: 14px; }
  .pat92{ padding-top: 45px; }
  .nestxiv p{ line-height: 24px; height: 72px; }
  .abwar .inabivs{ padding: 50px 0; }
  .ab_facswi .roundabout-holder{ width: 600px; height: 328px; }
  .ab_facswi .roundabout-moveable-item{ width: 520px; }
  .abfac,.ahivsv,.abess{ padding: 45px 0; }
  .abhile{ padding-right: 40px; }
}

@media screen and (max-width: 768px){
  .logo img, .position .logo img{ height: 25px; }
  .logo{ top: 19px; }
  .ban_arrow span i{ font-size: 25px; }
  .ban_prev{ left: 3%; }
  .ban_next{ right: 3%; }
  .inabivs{ padding: 38px 0; }
  .iabcos{ flex-wrap: wrap; }
  .iablefs{ width: 100%; padding: 0; }
  .iabrigs{ width: 100%; display: none; }
  .inphov{ padding: 30px; }
  .inwhvi{ position: static; margin-top: -50px; }
  .ivhwi{ flex-wrap: wrap; }
  .iwhle{ width: 100%; }
  .iwhri{ width: 100%; }
  .iwrtxi{ padding: 15px 12px; }
  .incion, .innewc{ padding: 24px 2%; }
  .ivbbvi i{ width: 60px; height: 60px; font-size: 22px; line-height: 60px; }
  .ivbbvi{ width: 80px; height: 80px; }
  .icuiuls{ flex-wrap: wrap; }
  .icuiuls li{ width: 50%; margin-bottom: 10px; }
  .icuiuls li img{ height: 30px; }
  .icuiuls li h4{ margin: 10px 0; }
  .inject{ padding: 40px 0; }
  .ijegds{ width: 100%; }
  .ijegds .item{ margin-right: 10px; }
  .injetit .itibt{ width: 50%; }
  .f_item2{ display: none; }
  .f_item3{ width: 40%; }
  .f_item4{ width: 49%; }
  .iphtxt h3{ font-size: 20px; }
  .pat96{ padding-top: 35px; }
  .prlisul li{ width: 49%; margin-bottom: 20px; }
  .prlisul li:nth-of-type(3n){ margin-right: 2%; }
  .prlisul li:nth-of-type(even){ margin-right: 0; }
  .prowar{ padding-bottom: 40px; }
  .denif{ flex-wrap: wrap; }
  .denilef{ width: 100%; }
  .denirig{ width: 100%; padding-left: 0; margin-top: 12px; }
  .denirig h1{ font-size: 28px; }
  .deltxp{ margin-top: 14px; }
  .delmiv{ padding-bottom: 40px; }
  .delwa,.dejco{ padding: 30px 3%; flex-wrap: wrap; }
  .dewlef{ padding: 0; width: 100%; }
  .dewrig{ width: 100%; padding-left: 0; margin-top: 12px; }
  .dejco .dejcpi{ width: 100%; position: static; }
  .dejtop{ padding: 0; text-align: left; margin-top: 12px; }
  .dewus{ padding: 32px 0 24px; }
  .depat{ padding: 34px 0; }
  .tepata table td{ padding: 8px; }
  .demeiv,.derepl{ padding: 35px 0; }
  .solul_lef{ padding-right: 0; }
  .solul_rig{ padding: 25px 0 0 15px; }
  .soluliitem:before{ height: 100%; }
  .soluliitem{ padding-bottom: 0; }
  .applist li:nth-of-type(even) .solul_rig{ padding: 25px 15px 0 0; }
  .applist li:nth-of-type(even) .solul_lef{ padding: 0; }
  .applist li{ margin-bottom: 12px; }
  .solul_rig h3{ margin-bottom: 10px; }
  .infocon .time{ margin: 12px 0; }
  .solul_rig p{ height: 56px; }
  .applist li{ margin-bottom: 12px; }
  .neslist li{ width: 49%; margin-bottom: 15px; }
  .neslist li:nth-of-type(3n){ margin-right: 2%; }
  .neslist li:nth-of-type(even){ margin-right: 0; }
  .pat92{ padding-top: 35px; }
  .infocon h1{ font-size: 24px; }
  .abwar .inabivs,.abfac, .ahivsv, .abess{ padding: 30px 0; }
  .aesbo{ flex-wrap: wrap; }
  .abelef{ width: 100%; }
  .aberig{ width: 100%; padding: 0; margin-top: 15px; }
  .aberig h2{ font-size: 26px; line-height: 30px; }
  .aipt,.abtuls{ margin-top: 12px; }
  .abtuls li{ margin-bottom: 6px; }
  .getbox{ width: 94%; }
  .ahivhiv{ flex-wrap: wrap; }
  .abhile{ width: 100%; padding-right: 0; }
  .abhiri{ width: 100%; margin-top: 12px; }
  .abhitxp{ margin-top: 15px; }
  .ahyear h5{ font-size: 25px; }
  .ab_facswi .roundabout-holder{ width: 360px; }
  .ab_facswi{ margin-top: 20px; }
  .conlxul{ flex-wrap: wrap; }
  .conlxul li{ width: 49%; padding: 24px 0; margin-bottom: 6px; }
  .conlxul li:nth-of-type(even){ margin-right: 0; }
  .conlxul li i{ top: 0; position: static; transform: translateX(0); width: 60px; height: 60px; line-height: 60px; font-size: 28px; }
  .conlxul li p{ margin-top: 8px; }
  .conlxul li a,.conlxul li span{ font-size: 20px; }
  .cogivf h2{ font-size: 30px; }
  .cogivf{ padding: 24px; margin-top: 30px; }
  .cogivf:before{ height: 102px; }
  .conwar{ padding-bottom: 30px; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #1239ac; }
  .head_rcon{ width: 84px; }
  .inabivs{ padding: 24px 0; }
  .itibt h2{ font-size: 22px; line-height: 23px; }
  .ialprtx h3{ line-height: 22px; }
  .ialprtx,.ilptxi{ margin-top: 10px; }
  .ilptxi p,.iwrtxi p,.icuiuls li p{ line-height: 22px; }
  .ibtnmo i{ width: 28px; height: 28px; margin-left: 5px; line-height: 28px; }
  .ibtnmo{ padding: 6px 6px 6px 16px; }
  .inphov .itibt h2{ font-size: 24px; }
  .itibt h2{ margin-top: 5px; }
  .inpswi { margin-top: 12px; }
  .inpdg .item{ margin: 0; }
  .inphov{ padding: 24px 10px; }
  .getbox iframe{ height: 250px; }
  .iwtit{ font-size: 23px; margin-bottom: 6px; }
  .iwrtxi{ padding: 15px 0; }
  .incion{ padding: 15px 2%; }
  .inject{ padding: 24px 0; }
  .injetit{ flex-wrap: wrap; }
  .injetit .itibt{ width: 100%; }
  .ijearr{ margin-top: 10px; }
  .ijearr span{ width: 32px; height: 32px; line-height: 30px; }
  .ijearr span i{ font-size: 15px; }
  .ijebo{ margin-top: 12px; }
  .inneuls{ flex-wrap: wrap; }
  .inneuls li{ width: 100%; margin-right: 0; margin-bottom: 10px; }
  .inneuls li:last-child{ margin-bottom: 0; }
  .inxts{ margin-top: 6px; }
  .inxts h3{ font-size: 20px; line-height: 26px; height: 52px; }
  .inxts p{ margin-top: 6px; }
  .inxts .ibtnmo{ margin-top: 8px; }
  .f_item3{ display: none; }
  .f_item4{ width: 100%; }
  .f_item4 .f_link li{ margin-bottom: 10px; }
  footer{ padding-top: 18px; }
  .f_item4 .f_link li a, .f_item4 .f_link li span{ font-size: 18px; }
  nav li>a{ font-size: 18px; }
  .sub_nav p{ display: none; }
  .sub_nav h2{ font-size: 25px; }
  .pat96{ padding-top: 15px; }
  .prlisul li .iphtxt{ padding: 10px 10px 15px; }
  .iphtxt p{ line-height: 22px; height: 66px; }
  .prlisul li{ margin-bottom: 12px; }
  .prowar{ padding-bottom: 30px; }
  .delmiv{ overflow: hidden; }
  .denirig h1{ font-size: 25px; }
  .deltxp p{ line-height: 22px; }
  .pro_lxbtn .pla{ font-size: 18px; padding: 10px; }
  .dshare,.pro_lxbtn{ margin-top: 10px; }
  .delmiv{ padding-bottom: 24px; }
  .delwa, .dejco{ padding: 20px 3%; }
  .deh2t{ font-size: 24px; margin-bottom: 6px; }
  .delptp p, .dewtxi p{ line-height: 22px; }
  .denusz li b{ font-size: 25px; }
  .denusz{ margin-top: 20px; flex-wrap: wrap; }
  .denusz li{ width: 100%; margin-right: 0; margin-bottom: 6px; }
  .dewus{ padding: 20px 0; }
  .dewtxi{ padding: 10px; }
  .dewtxi h4{ font-size: 20px; margin-bottom: 6px; }
  .dewhy li{ width: 100%; margin-right: 0; margin-bottom: 6px; }
  .depat,.demeiv, .derepl{ padding: 24px 0; }
  .demesfo li{ width: 100%; margin-bottom: 5px; margin-right: 0; }
  .derewar{ padding: 0 12px; }
  .solul_rig p{ height: 44px; }
  .solul_rig .ibtnmo{ display: none; }
  .applist li{ margin-bottom: 8px; }
  .solul_rig { padding: 20px 0 0 10px; }
  .solul_rig h3{ font-size: 20px; }
  .solul_rig p{ line-height: 22px; }
  .applist li:nth-of-type(even) .solul_rig{ padding: 20px 10px 0 0; }
  .pat92{ padding-top: 24px; }
  .appwar, .newswar{ padding-bottom: 24px; }
  .nestxiv{ width: 100%; position: static; }
  .nesitem a{ padding-bottom: 0; }
  .nesitem a .changpic{ border-radius: 0; }
  .nestxiv{ padding: 6px; }
  .nestxiv h3{ font-size: 19px; margin-bottom: 5px; line-height: 24px; height: 48px; }
  .nestxiv p{ line-height: 22px; height: 44px; }
  .nestxiv .ibtnmo{ margin-top: 9px; }
  .infocon h1{ font-size: 22px; }
  .infocon p{ line-height: 22px; }
  .infocon .other{ margin-top: 12px; padding-top: 12px; }
  .abwar .inabivs, .abfac, .ahivsv, .abess{ padding: 24px 0; }
  .aeuls li:last-child{ padding: 0; }
  .aberig h2{ font-size: 22px; line-height: 26px; }
  .aipt p{ line-height: 22px; }
  .ab_facswi .roundabout-holder{ width: 200px; height: 160px; }
  .ab_facswi .roundabout-moveable-item{ width: 240px; }
  .ab_facswi{ margin-top: 12px; }
  .conlxul{ margin-top: 0; }
  .conlxul li{ padding: 15px 0; }
  .conlxul li i{ width: 42px; height: 42px; line-height: 42px; font-size: 20px; }
  .conlxul li a, .conlxul li span{ word-wrap: break-word; font-size: 18px; }
  .cogivf{ margin-top: 20px; padding: 15px; }
  .cogivf h2{ font-size: 24px; margin-bottom: 8px; }
  .cogivf .demesfo{ margin-top: 12px; }
}