/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    outline:none;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

 a:link{text-decoration:none;outline: none;}
 
 a:visited{text-decoration:none;outline: none;}
  
 a:hover{text-decoration:none;outline: none;}
  
 a:active{text-decoration:none;outline: none;}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 0 0;
}

dd {
    margin: 0 0 0 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 0;list-style: none;
    list-style-image: none;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    display: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0
}

::-webkit-input-placeholder {
    color: #b4b4b4;
}

::-ms-input-placeholder {
    color: #b4b4b4;
}

.clearfix:after {
    content: "";
    overflow: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html, body {
    font-family:"微软雅黑"
}
body {
    font-size: 14px;
    line-height: 1.50;
    color: #333;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
}
em{font-style:normal;}
section {
    background-color: #ffffff;
    padding: 40px 0 60px;
    margin: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twoline {
overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.fourline {
overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.fiveline {
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  }
.container{width:1400px;margin:0 auto;}
/*-- iconfont样式 --*/
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4037565 */
  src: url('//at.alicdn.com/t/c/font_4037565_c32ax4za2km.woff2?t=1684742842569') format('woff2'),
       url('//at.alicdn.com/t/c/font_4037565_c32ax4za2km.woff?t=1684742842569') format('woff'),
       url('//at.alicdn.com/t/c/font_4037565_c32ax4za2km.ttf?t=1684742842569') format('truetype');
}
.iconfont {
    font-family: iconfont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'aqum';  /* project id 2309757 */
    src: url('../fonts/AQUM-2-CLASSIC-2.eot');
    src: url('../fonts/AQUM-2-CLASSIC-2.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AQUM-2-CLASSIC-2.woff2') format('woff2'),
    url('../fonts/AQUM-2-CLASSIC-2.woff') format('woff'),
    url('../fonts/AQUM-2-CLASSIC-2.ttf') format('truetype');
}
@font-face {
  font-family: 'num';  /* project id 2309757 */
  src: url('../fonts/GOTHIC_0.eot');
  src: url('../fonts/GOTHIC_0.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GOTHIC_0.woff2') format('woff2'),
  url('../fonts/GOTHIC_0.woff') format('woff'),
  url('../fonts/GOTHIC_0.ttf') format('truetype');
}
@font-face {
  font-family: 'numb';  /* project id 2309757 */
  src: url('../fonts/GOTHICB.eot');
  src: url('../fonts/GOTHICB.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GOTHICB.woff2') format('woff2'),
  url('../fonts/GOTHICB.woff') format('woff'),
  url('../fonts/GOTHICB.ttf') format('truetype'),
  url('../fonts/GOTHICB.svg#iconfont') format('svg');
}
.aqum{
    font-family: aqum !important;
    font-style: normal;
}
.num{
  font-family: num !important;
  font-style: normal;
}
.numb{
  font-family: numb !important;
  font-style: normal;
}
/*头部样式*/
.header{z-index:1000;height:95px;width:100%;transition: all .5s;background:#fff;position: relative;}
.header_info{padding:0 3.125%;}

.header .logoWrap .logoImg{padding-top:23px;}
.header .navMenu{opacity: 1.0;
    filter: Alpha(opacity=100);
    transition: all 0.3s;-webkit-transition: all .3s;
    transform-origin: left center;-webkit-transform-origin: left center;margin-top:27px;margin-left:120px;margin-right:50px;}
.header .showOpen{opacity: 0;
    filter: Alpha(opacity=0);
    transform: scale3d(0, 0, 0);-webkit-transform:scale3d(0, 0, 0);}
.header .navMenu li{float:left;width:107px;padding-bottom:25px;margin:0 17.5px}
.header .navMenu li .subMenu{position: absolute;top:94px;width:100%;background:rgba(255,255,255,.96);border-top:2px solid #022B9F;box-sizing: border-box;display: none;left:0;}
.header .navMenu li .subMenu li{width: 220px;padding:0;margin:0;}
.header .navMenu li .subMenu li a{font-size:17px;line-height:85px;font-weight:normal;color:#333;text-align: center;cursor: pointer;}
.header .navMenu li .subMenu li a:before{content:'';width:1px;left:0;height:85px;background:-webkit-linear-gradient(270deg,rgba(232,232,232,.18),#E8E8E8,rgba(116,116,116,.06));background:linear-gradient(270deg,rgba(232,232,232,.18),#E8E8E8,rgba(116,116,116,.06));position: absolute;top:0;}
.header .navMenu li .subMenu li:last-child a:after{content:'';width:1px;right:0;height:85px;background:-webkit-linear-gradient(270deg,rgba(232,232,232,.18),#E8E8E8,rgba(116,116,116,.06));background:linear-gradient(270deg,rgba(232,232,232,.18),#E8E8E8,rgba(116,116,116,.06));position: absolute;top:0;}
.header .navMenu li>a{color:#000;display: block;line-height:43px;font-size:17px;box-sizing: border-box;position: relative;text-align: center;}
.header .navMenu li>a i{font-weight:400;display: none;}
.header .navMenu li.cur>a{color:#fff;background:-webkit-linear-gradient(45deg,#0B39BC,#022B9F);background:linear-gradient(45deg,#0B39BC,#022B9F);border-radius: 5px;box-shadow: 0 3px 6px rgba(5,9,114,.48);}
.header .navMenu li.cur>a:after{content:'';position: absolute;bottom:-25px;left:50%;width:30px;height:4px;background:#022B9F;margin-left:-15px;border-radius: 4px;}
.header .navMenu li .line{position: absolute;width:0;height:5px;background:#F18D00;top:78px;left:50%;transition: all .3s;-webkit-transition: all .3s;}
.header .tel{display: flex;margin-top:26px;}
.header .tel .iconfont{width:40px;height:40px;border:1px solid #DFDFDF;border-radius: 50%;line-height: 40px;font-size:22px;text-align: center;color:#888;margin-right:8px;}
.header .tel .right{font-size:14px;color:#666;line-height: 1;}
.header .tel .right p{font-size:24px;color:#022B9F;line-height: 32px;}
/* .header .navMenu li:hover .line{width:16px;margin-left:-8px;} */
@media screen and (min-width:768px){
  .header .navMenu li:hover .subMenu{display:flex;-webkit-animation: anBox .3s;animation: anBox .3s;justify-content: center;}
  .header .navMenu li:hover .subMenu li a:hover{color:#022B9F;}
}
.header .navMenu li .proMenu{padding-top:50px;height:425px;}
.header .navMenu li .proMenu li{width:198px;position: relative;}
.header .navMenu li .proMenu li a.name{font-size:18px;color:#022B9F;margin-bottom:23px;line-height: 24px;} 
.header .navMenu li .proMenu li a{font-size:16px;line-height: 35px;color:#333;text-align: left;box-sizing: border-box;padding-left:34px;}
.header .navMenu li .proMenu li a:before{display: none;}
.header .navMenu li .proMenu li:last-child a:after{display: none;}
.header .navMenu li .proMenu li:after{content:'';width:1px;right:0;height:366px;background:-webkit-linear-gradient(270deg,rgba(232,232,232,.18),#E8E8E8,rgba(116,116,116,.06));background:linear-gradient(270deg,rgba(232,232,232,.18),#E8E8E8,rgba(116,116,116,.06));position: absolute;top:0;}
.header .navMenu li .proMenu li:last-child:after{display: none;}
.header .search{margin-top:28px;position: relative;}
.header .search .icons{background:none;width:40px;height:40px;border-radius: 50%;text-align: center;line-height: 40px;font-size:14px;}
.header .search .two{display: none;}
.header .search .iconfont{font-size:28px;color:#222;cursor: pointer;}
.header .search .searchWrap{position: absolute;top:-5px;right:55px;width:370px;height:50px;border-radius:6px;background:#fff;padding-right:50px;border:1px solid #DFDFDF;
    transform: scale3d(0, 0, 0);-webkit-transform: scale3d(0, 0, 0);
    transform-origin: right center;-webkit-transform-origin: right center;
    transition: all 0.5s;-webkit-transition: all 0.5s;
    opacity: 0;
    filter: Alpha(opacity=0);}
.header .search .searchWrap input{width:100%;height:48px;border-radius:6px;background:#fff;text-indent: 10px;border:0;padding:0;font-size:14px;vertical-align: top;}
.header .search .searchWrap .iconfont{position: absolute;font-size:26px;color:#292c31;right:20px;top:0;line-height:50px;}
.header .search.showSearch .two{display: block;}
.header .search.showSearch .one{display: none;}
.header .search.showSearch .searchWrap{opacity: 1.0;
    filter: Alpha(opacity=100);
    transform: scale3d(1, 1, 1);-webkit-transform: scale3d(1, 1, 1);}

/* 底部样式 */
.footWrap{padding:55px 0 0 0;position: relative;background:url(../images/foot_bg.png) no-repeat center top #101C3E;}
.footWrap .container{position: relative;padding-right:130px;box-sizing: border-box;}
.footWrap .left{padding-left:305px;position: relative;}
.footWrap .left .poa{width:305px;left:0;top:0;position: absolute;line-height: 1;}
.footWrap .left img{margin-bottom:25px;}
.footWrap .left .poa .aqum{display: block;font-size:35px;color:#fff;line-height: 1;}
.footWrap .left .poa  span{font-size:14px;color:#666C7E;}
.footWrap .left .poa .foot_contact{padding-top:20px;border-top:1px solid rgba(135,143,167,.1);margin-top:20px;}
.footWrap .left p{font-size:14px;line-height: 30px;color:#E4EBFF;}
.footWrap .mid{float:none;width:100%;overflow: hidden;display: flex;display: -webkit-flex;justify-content: flex-end;padding-top:15px;}
.footWrap .mid dl{width:15%;}
.footWrap .mid dl:last-child{width:25%;max-width: none;}
.footWrap .mid dl dt{line-height: 1;margin-bottom:20px;font-size:15px;}
.footWrap .mid dl dt a{color:#E4EBFF;font-weight:bold;}
.footWrap .mid dl dd{line-height: 30px;font-size:14px;}
.footWrap .mid dl dd a{color:#848DA5;transition: all .4s;-webkit-transition: all .4s;}
 .footWrap .mid dl dd a:hover{color:#E4EBFF;}
.footWrap  .fr{width:125px;text-align: right;position: absolute;right:0;top:15px;}
.footWrap  .fr p{font-size:14px;text-align: center;color:#fff;margin-top:10px;}
.friendlink{line-height: 30px;border-bottom: 1px solid rgba(135,143,167,.08);font-size:14px;color:#666C7E;padding:40px 0 20px;}
.friendlink a{color:#666c7e;margin:0 10px;}
.copyright{padding:21px 0 23px 0;font-size:14px;text-align: center;}
.copyright p{margin:0;color:#666C7E;}
.copyright p a{color:#666C7E;}
.copyright p span{margin-right:20px;}
.copyright p a:last-of-type{margin-left:20px;}
/* 分页 */
.pages,.pageList{height:auto!important;font-size:14px;}
.page a{display: inline-block;line-height:30px;margin:0 5px;padding:0 12px;border:1px solid #e5e5e5;color:#666;}

/* 上一篇下一篇 */
.other{border-top:1px solid #eaedf4;margin-top:20px;line-height:92px}
.other a{color:#71737b;transition: all .3s;-webkit-transition: all .3s;}
.other a:hover{color:#215ffe;}
.other .fl,.other .fr{margin:0;width:39.82%;font-size:14px;color:#a0a4b1;}
.other .fr {text-align: right;}
/* 右侧悬浮 */
.sidebar{position: fixed;width:44px;z-index:100;right:0;bottom:18%;height:44px;border-radius:6px 0 0 6px;background: #022B9F;line-height: 1;display: none;}
.sidebar a{display: flex;width:44px;height:44px;align-items: center;justify-content: center;}
.sidebar a .iconfont{font-size:20px;color:#fff;}

@keyframes anBox{
  from{top:107px;opacity: 0;}
  to{top:94px;opacity: 1;}
}
@-webkit-keyframes anBox{
  from{top:107px;opacity: 0;}
  to{top:94px;opacity: 1;}
}
@media screen and (max-width:1900px){
  .header_info{padding: 0 2%;}
  .header .navMenu li{margin:0 10px;}
}
@media screen and (max-width:1760px){
  .header .navMenu{margin-left:70px;}
}
@media screen and (max-width:1700px){
  .header .navMenu{margin-left:50px;}
  .header .navMenu li{margin:0 5px;}
}
@media screen and (max-width:1600px){
  .header .navMenu{margin-left:30px;margin-right:30px;}
  .header .navMenu li{margin:0;}
}
@media screen and (max-width:1450px){
  .header .navMenu li{width:110px;}
  .header .logoWrap .logoImg{width:15%;padding-top:30px;}
}
@media screen and (max-width:1400px){
  .header_info{padding: 0 1%;}
  .header .navMenu{margin-left:20px;margin-right:0px;}
  .container{width:96%;}
}
@media screen and (max-width:1300px){
  .header .tel{display: none;}
  .logoWrap{display: flex;justify-content: space-between;}
}
@media screen and (max-width:1030px){
  .header .navMenu li{width:100px;}
  .footWrap .mid{display: none;}
  .footWrap .left{padding:0;}
  .footWrap .left .poa{position: static;}
}
@media screen and (max-width:768px) {
  .header{height:1.2rem;}
  .header_info{padding:0;}
  .header .logoWrap{padding:0 .2rem;}
  .header .logoWrap .logoImg{padding-top:.3rem;width:auto;}
  .header .logoWrap .logoImg img{height:.6rem;}
  .header .navMenu{position: fixed;height:100vh;top:0;right:-100%;margin-top:0;width:60%;background: #fff;float:none;overflow-y: scroll;box-sizing: border-box;z-index:10;padding:.6rem .4rem;}
  .header .navMenu li{float:none;width:100%;margin-right:0;padding-bottom:0;}
  .header .navMenu>li{border-bottom: 1px solid #efefef;}
  .header .navMenu li>a{line-height:1rem;font-size:.3rem;padding-bottom: 0;color:#333;text-align: left;padding-left:.3rem;}
  .header .navMenu li>a i{display: inline-block;font-size:.26rem;color:#999;transition: all .3s;-webkit-transition: all .3s;position: absolute;
    right: 0;
    top: 0;}
  .header .navMenu li.rotate>a i{transform: rotate(180deg);-webkit-transform: rotate(180deg);}
  .header .navMenu li.cur>a{background:none;box-shadow: none;color:#022B9F;}
  .header .navMenu li.cur a:after{display: none;}
  .header .search{top:.24rem;display: flex;align-items: center;right:.2rem;position: absolute;margin-top:0;}
  .header .search .icons{width:.6rem;height:.6rem;line-height: .6rem;border:0;}
  .header .search .iconfont{font-size:.46rem;}
  .header .search .menu_icon{display: block;margin-left:.06rem;}
  .header .search .searchWrap{width:5.2rem;height:.8rem;top:-.05rem;right:1.1rem;padding-right:.8rem;border-radius: .06rem;}
  .header .search .searchWrap .iconfont{font-size:.44rem;line-height: .8rem;right:.2rem;border-radius: .06rem;}
  .header .search .searchWrap input{height:.8rem;font-size:.26rem;}
  .header .navMenu li .subMenu{position: relative;top:0;border:0;padding:0;}
  .header .navMenu li .subMenu li{width:auto;}
  .header .navMenu li .subMenu li a{font-size:.28rem;line-height: .64rem;text-align: left;padding-left:.5rem;}
  .header .navMenu li .subMenu li:last-child a:after{display: none;}
  .header .navMenu li .subMenu li a.nextlevel{padding-left:.7rem;}
  .header .navMenu li .subMenu li a:before{display: none;}
  .header .navMenu li .proMenu{height:auto;}
  .header .navMenu li .proMenu li{margin-bottom:.2rem;}
  .header .navMenu li .proMenu li:after{display: none;}
  .header .navMenu li .proMenu li a.name {
    font-size: .28rem;
    margin-bottom: .23rem;
    line-height: .34rem;
}
  .header .navMenu .close_btn {display: block;position: absolute;right:.2rem;top:.2rem;font-size:.42rem;color:#333;z-index:2;}
  .footWrap{padding:.38rem 0 0 0;}
  .footWrap .container{padding-right:0;}
  .footWrap .left{padding-left:0;text-align: center;}
  .footWrap .left .poa{position: static;width:100%;}
  .footWrap .left img{height:.8rem;margin:0 auto .2rem;}
  .footWrap .left .poa .aqum{font-size:.45rem;}
  .footWrap .left .poa span{font-size:.24rem;}
  .footWrap .left .poa .foot_contact {
    padding-top: .2rem;
    margin-top: .2rem;
   }
  .footWrap .mid{display: none;}
  .footWrap .fr{position: static;text-align: center;margin:0 auto;float:none;width:auto;}
  .footWrap .fr span{font-size:.24rem;display: none;}
  .footWrap .fr .wx{width:2.2rem;margin:.2rem auto .2rem;}
  .footWrap .fr .wx p{font-size:.24rem;line-height: .3rem;text-align: center;}
  .footer .links{line-height: .48rem;padding:.2rem 0;font-size:.24rem;}
  .copyright {
    padding: .21rem 0 .23rem 0;
    font-size: .24rem;
  }
  .footWrap .fr p { font-size: .4rem; color: #fff; margin: .09rem 0; }
  .footWrap  .fr p.bold{font-size:.4rem;line-height: .54rem;margin:0;}
  .friendlink {
    line-height: .4rem;
    border-bottom: 1px solid rgba(135,143,167,.08);
    font-size: .24rem;
    padding: .2rem 0;
  }
  .friendlink a{margin:0 .1rem;}
  .pages .tcdPageCode a,.pageList .tcdPageCode a{min-width:.42rem;height:.42rem;margin:0 .05rem;line-height: .4rem;border-radius: .06rem;font-size:.24rem;}
}