/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  
  * {
    padding: 0;
    margin: 0;
  }
  h1,h2,h3,h4,p,span,input,textarea,ul,li,ol{
    margin: 0;
    padding: 0;
  }
  
  ul li {
    list-style: none;
    list-style-type:none;
  }
  form input:focus {
    outline: none;
  }
  a {
    text-decoration: none;
    color: #191919;
  }
  
  .main-w img {
    display: block;
    width: 100%;
  }
/*顶部*/
.top_nav {
    height: 40px;
    line-height: 40px;
    background-color: #f5f7fa;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
.top_center {
    width: 1200px;
    margin: 0 auto;
    *zoom: 1;
}
.top_center:before, .top_center:after {
    clear: both;
    display: block;
    display: table\9;
    content: "";
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.top_nav>.top_center>.f_l {
    width: 650px;
    margin-right: 0px;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666666;
}
.f_l, .fl {
    float: left;
}
.top_nav>.top_center>.f_l>a {
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}
.top_nav>.top_center>.f_r {
    width: 550px;
    text-align: right;
}
.f_r, .fr {
    float: right;
}
ul:before, ul:after {
    clear: both;
    display: block;
    display: table\9;
    content: "";
}
.top_nav>.top_center>.f_r>ul>li {
    color: #666666;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    margin-left: -4px;
}
.top_nav>.top_center>.f_r>ul>li>a {
    color: #666666;
}
.top_nav>.top_center>.f_r>ul>li>a>i {
    vertical-align: -1px;
    vertical-align: middle/0;
    margin-right: 2px;
}
.top_nav>.top_center>.f_r>ul>li:before {
    height: 14px;
    width: 1px;
    background-color: #999999;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
}
.top_nav>.top_center>.f_r>ul>li:first-child:before{width: 0;}
.top_nav>.top_center>.f_r>ul>li:last-child {
    padding-right: 0;
}
.top_nav>.top_center>.f_r>ul>li.mark>span>i {
    font-size: 13px;
    margin-right: 4px;
}
/*搜索部分*/
.index_head {
    height: 156px;
    background-color: #fff;
    padding-bottom: 20px;
}
.index_head>.top_center {
    height: 156px;
    padding-top: 28px;
}
.index_head>.top_center>.logo {
    width: 450px;
    float: left;
}
.index_head>.top_center>.search {
    width: 374px;
    float: left;
    padding-top: 16px;
    margin-right: 50px;
    margin-left: 50px;
}
.index_head>.top_center>.search>form {
    height: 40px;
    width: 100%;
    border: 2px solid #f64271;
    position: relative;
}
.index_head>.top_center>.search>form>i {
    position: absolute;
    left: 0px;
    top: 0;
    width: 36px;
    height: 36px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    font-size: 16px;
}
.index_head>.top_center>.search>form>input.sub {
    width: 18%;
    position: absolute;
    right: -2px;
    top: 0;
    border: none;
    background-color: #f64271;
    padding-left: 0;
    font-size: 14px;
    color: #fff;
    transition: all 0.2s linear;
}
.index_head>.top_center>.search>form>input {
    width: 70%;
    height: 100%;
    border: none;
    padding-left: 40px;
}
.index_head>.top_center>.search>form>input.sub.jg {
    background-color: #f64271;
    height: 40px;
    top: 0;
}
.index_head>.top_center>.tel {
    width: 226px;
    float: left;
    position: relative;
    padding-top: 9px;
}
.index_head>.top_center>.tel>i {
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    border: 2px solid #f64271;
    display: block;
    border-radius: 50%;
    color: #f64271;
    position: absolute;
    left: 6px;
    top: 12px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
}
.index_head>.top_center>.tel>div>span {
    font-size: 24px;
    color: #f64271;
    padding-left: 37px;
}
.index_head>.top_center>.tel>div>p {
    color: #666666;
    font-size: 14px;
    margin-top: 3px;
    text-align: left;
    margin-left:36px;
}
/*导航部分*/
.borderbottom{ border-bottom: 1px solid #f64271;}
.index_nav{background-color: #fff;}
.index_nav>.top_center{position: relative;}
.index_nav>.top_center *{box-sizing: border-box;}
.index_nav>.top_center>.list{width:220px;float: left;height: 44px;line-height: 44px;background-color: #f64271;float: left;position: relative;}
.index_nav>.top_center>.list>ul{height: 445px;z-index: 9999;position: absolute;width: 100%;background: rgba(0,0,0,0.6);top: 0px;padding-top: 6px;position: relative;}
.index_nav>.top_center>.list>ul>li{width: 100%;padding-left: 12px;border-left:4px solid transparent ;padding-top: 5px;padding-bottom: 10px;}
.index_nav>.top_center>.list>ul>li>a{color: #fff;text-align: left;display: block;border-left:2px solid transparent;line-height: normal;font-size: 16px;margin-bottom: 6px;position: relative;}
.index_nav>.top_center>.list>ul>li>a:after{
  content: ">";
  position: absolute;
  right: 20px;top: 3px;
  color: #fff;
  font-size: 20px;
}
.index_nav>.top_center>.list>ul>li>a:hover{color: #f64271;}
.index_nav>.top_center>.list>ul>li.active{border-left:2px solid #f64271;background-color: rgba(0,0,0,.2);padding-left: 14px;}
.index_nav>.top_center>.list>ul>li>ul{line-height: normal;}
.index_nav>.top_center>.list>ul>li>ul>li{display: inline-block;margin-right: 10px;}
.index_nav>.top_center>.list>ul>li>ul>li>span{font-size: 12px;color: #c9c9c9;}
.index_nav>.top_center>.list>ul>li>ul>li>a:hover{color: #f64271;}
.index_nav>.top_center>.list>span{display: block;text-align:left;font-size: 16px;color: #fff;padding-left:32px;}
.index_nav>.top_center>.list>span i:nth-child(2) {
    float: right;
    line-height: 45px;
    font-size: 22px;
}
.index_nav>.top_center>.list>span>i{margin-right: 15px;}
.index_nav>.top_center>.list>ul>li.active>.box{display: flex;}
.index_nav>.top_center>.list>ul>li>.box{width: 980px;background-color: #fff;position: absolute;left: 220px;top: 0;min-height: 445px;display: none;flex-flow: wrap row; border-top: 1px solid #eee;}
.index_nav>.top_center>.list>ul>li>.box>.i_l{width: 646px;padding-left: 66px;padding: 30px 20px;height: 440px;overflow-y: auto;}
.index_nav>.top_center>.list>ul>li>.box>.i_l>.list{position: relative;padding-left: 96px;margin-bottom: 8px;}
.index_nav>.top_center>.list>ul>li>.box>.i_l>.list>span{position: absolute;left: 0;top: 0;font-size: 16px;color: #f64271;line-height: normal;}
.index_nav>.top_center>.list>ul>li>.box>.i_l>.list>ul{line-height: normal;padding-top: 2px;border-bottom: 1px dashed #dddddd;padding-bottom: 2px;min-height:32px;}
.index_nav>.top_center>.list>ul>li>.box>.i_l>.list>ul>li{display: inline-block;margin-right: 15px;margin-bottom: 8px;position: relative;}
.index_nav>.top_center>.list>ul>li>.box>.i_l>.list>ul>li:after{content: "";width: 1px;height: 80%;background-color: #e2e2e2;display: block;position: absolute;top: 10%;right: -10px;}
.index_nav>.top_center>.list>ul>li>.box>.i_l>.list>ul>li>a{font-size: 14px;color: #666666;}
.index_nav>.top_center>.list>ul>li>.box>.i_l>.list>ul>li>a:hover{color: #f64271;}

.index_nav>.top_center>.list>ul>li>.box>.i_r{width: 334px;padding-left: 20px;padding-top: 30px;background-color: #f9fbfd;}
.index_nav>.top_center>.list>ul>li>.box>.i_r>ul>li{width: 138px;float: left;margin-right: 16px;margin-bottom: 7px;border: 1px solid #f5f5f5;}
.index_nav>.top_center>.list>ul>li>.box>.i_r>ul>li:hover{border: 1px solid #f64271;}
.index_nav>.top_center>.list>ul>li>.box>.i_r>ul>li>a{display: block;position: relative;}
.index_nav>.top_center>.list>ul>li>.box>.i_r>ul>li>a>p{color: #fff;font-size: 14px;text-align: center;line-height: normal;margin-top: 5px;position: absolute;bottom: 0;width: 100%;background:#fff;display: none;height: 100%;align-items: center;width: 100%;justify-content: center;padding: 0 5px;white-space: normal!important;}
.index_nav>.top_center>.list>ul>li>.box>.i_r>ul>li>a:hover>p{display: flex;color: #f64271;}
.index_nav>.top_center>.list>ul>li>.box>.i_r>ul>li>a>div{height: 58px;width: 100%;border: 1px solid #f7f7f7;border-radius:5px ;overflow: hidden;}
.index_nav>.top_center>.list>ul>li>.box>.i_r>ul>li>a>div>span{display: table-cell;vertical-align: middle;}
.index_nav>.top_center>.list>ul>li>.box>.i_r>ul>li>a>div>span>img{width: 100%;}
.index_nav>.top_center>.list>ul>li>.box>div>span{font-size: 16px;color: #333333;font-weight: bold;display: block;margin-bottom:8px;line-height: normal;}

.index_nav>.top_center>ul{width: 980px;float: left;}
.index_nav>.top_center>ul>li{float: left; width:104px; height: 44px;line-height: 44px;text-align: center;position: relative;}

.index_nav>.top_center>ul>li>ul{ position: relative; background: rgb(100 100 100 / 70%); z-index: 999999; }
.index_nav>.top_center>ul>li>ul>li{ height: 44px; line-height: 44px; text-align: center; }
.index_nav>.top_center>ul>li>ul>li a{ color: #c9c9c9; }
.index_nav>.top_center>ul>li>ul>li:hover{ background-color:#f64271;}
.index_nav>.top_center>ul>li>ul>li:hover a{color: #fff;}


.index_nav>.top_center>ul>li>a{color: #333;font-size: 16px;}
.index_nav>.top_center>ul>li>a:hover{color: #f64271;}
.index_nav>.top_center>ul>li>p{ height:20px; line-height:18px;position: absolute; top: -15px;  right: -10px;font-size: 12px;background: #f64271;  color: #ffffff;padding: 1px 5px;}
.index_nav>.top_center>ul>li>i{display: block;position: absolute;top: 0;right: 24px;transform: rotate(90deg);width: 0;height: 0;border: 5px solid;
    border-color: transparent transparent #f64271;}

.index_nav>.top_center>ul>li>b{width: 18px;height: 18px;background-color: #f12c20;display: block;position: absolute;right: 9px;top: 9px;line-height: 18px;font-size: 12px;color: #fff;}
.index_nav>.top_center>ul>li>b:before{content: "";border-top:5px solid transparent ;border-bottom:5px solid transparent ;border-right:5px solid #f12c20;border-left:5px solid transparent ;position: absolute;left: -10px;top: 4px;}

/*底部*/
.bottom {width:100%;padding-top:30px;background:#fff;position:relative;z-index:999;}
.bottom .bt_a {width:1200px;margin:0px auto;position:relative;z-index:9999;}
.bottom .bt_a .lj_lf {width:80px;font-size:14px;font-family:"微软雅黑";line-height:28px;}
.bottom .bt_a .lj_lf h2 {font-size:14px;font-weight:normal;}
.bottom .bt_a .lj_lf a {display:block;color:#ff4f4f;}
.bottom .bt_a .lj_rt {width:1120px;}
.bottom .bt_a .lj_rt ul li {float:left;font-size:14px;line-height:28px;margin-right:10px;}
.bottom .bt_a .lj_rt ul li a {color:#717171;}
.bottom .bt_a .lj_rt ul li a:hover {color:#f64271;}
.bottom .bt_b {width:1200px;margin:0px auto;overflow:hidden;}
.bottom .bt_b .zh_lf {width:730px;border-right:1px solid #dddddd;height:173px;margin-top:40px;}
.bottom .bt_b .zh_lf ul li {float:left;width:100px;margin-right:80px;}
.bottom .bt_b .zh_lf ul li dl {width:100%;}
.bottom .bt_b .zh_lf ul li dl dt {font-size:16px;line-height:35px;font-family:"微软雅黑";margin-bottom:10px;}
.bottom .bt_b .zh_lf ul li dl dt h3 {font-weight:normal;}
.bottom .bt_b .zh_lf ul li dl dd {line-height:27px;font-size:14px;font-family:"微软雅黑";}
.bottom .bt_b .zh_lf ul li dl dd i {font-style:normal;margin-right:5px;}
.bottom .bt_b .zh_lf ul li dl dd a:hover {color:#f64271;}
.bottom .bt_b .zh_rt {width:385px;margin-top:40px;}
.bottom .bt_b .zh_rt .bk_a p {font-size:14px;font-family:"微软雅黑";line-height:35px;}
.bottom .bt_b .zh_rt .bk_a h1 {font-size:24px;line-height:40px;}
.bottom .bt_b .zh_rt .bk_a .dj_wx {display:block;width:180px;height:40px;line-height:40px;border-radius:6px;background:#f64271;margin-top:15px;}
.bottom .bt_b .zh_rt .bk_a .dj_wx img {float:left;margin-left:40px;margin-top:6px;}
.bottom .bt_b .zh_rt .bk_a .dj_wx p {font-size:14px;color:#fff;margin-left:10px;line-height:40px;float:left;}
.bottom .bt_b .zh_rt .bk_b {margin-top:10px;}
.bottom .bt_c {width:100%;background:#383838;padding:15px 0px 15px 0px;overflow:hidden;margin-top:30px;}
.bottom .bt_c p {text-align:center;color:#fff;line-height:32px;}
.clear{clear:both;visibility:hidden}
/* 页面定位导航 */
.main-w {
  width: 1200px;
  margin: 0 auto;
}
.navls {
  height: 40px;
  padding: 40px 0 10px;
  border-bottom: 1px solid #dddada;
}
.navls .wz {
  float: left;
  font-size: 16px;
  font-weight: bold;
  width: 440px;
  line-height: 40px;
}
.navls .wz::before {
  content:"";
  display: inline-block;
  background: url(/static/pc/img/wz.png) no-repeat center;
  width: 21px;
  height: 23px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.navls .wz a:hover {
  color: #39a4ec;
}
