@charset "UTF-8";
/*公共*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "微软雅黑";
  font-size: 16px; }

@media screen and (max-width: 900px) {
  body {
    font-size: 14px; } }

::selection {
  background: #042d97;
  color: #fff; }

::-moz-selection {
  background: #042d97;
  color: #fff; }

::-webkit-selection {
  background: #042d97;
  color: #fff; }

#showdata {
  display: none; }

.cuya {
  font-family: "cuya"; }

@font-face {
  font-family: 'cuya';
  src: url("cuya.ttf"); }
body {
  scrollbar-arrow-color: #fff;
  /*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
  /*滚动条凸出部分的颜色*/
  scrollbar-highlight-color: #000;
  /*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #000;
  /*滚动条阴影的颜色*/
  scrollbar-track-color: #0046aa;
  /*滚动条背景颜色*/
  scrollbar-base-color: black;
  /*滚动条的基本颜色*/
  Cursor: url(mouse.cur);
  /*自定义个性鼠标*/
  /*以上2项适用与：body、div、textarea、iframe*/ }

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 10px; }

::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  display: none;
  width: 10px;
  background-color: #fff; }

::-webkit-scrollbar:horizontal {
  height: 10px; }

::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 10px; }

::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  background-color: #000;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 10px;
  border-radius: 5px;
  background: #0046aa; }

::-webkit-scrollbar-corner {
  /* 边角 */
  width: 10px;
  background-color: red; }

::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: red; }

body {
  overflow-x: hidden; }

img {
  border: 0; }

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.clearfix {
  zoom: 1; }

em, i {
  font-style: normal; }

a {
  font-size: 16px;
  transition: all .3s; }

a:hover {
  text-decoration: none;
  color: #e51e01; }

.w1300 {
  max-width: 1300px;
  margin: 0 auto; }

.w1200 {
  max-width: 1200px;
  margin: 0 auto; }

.fl {
  float: left; }

.fr {
  float: right; }

.h30 {
  height: 30px; }

.h60 {
  height: 60px; }

.f14 {
  font-size: 14px; }

.f18 {
  font-size: 18px; }

.db {
  display: block; }

.dib {
  display: inline-block; }

/*公共*/
.top_t {
  background: #2b58c0;
  height: 36px;
  line-height: 36px; }
  .top_t span {
    color: #fff; }
  .top_t strong {
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background: url(tel.png) left no-repeat;
    padding-left: 20px; }
    .top_t strong b {
      font-size: 22px; }

header {
  width: 100%;
  background: white; }
  header .logoImg a {
    display: block;
    float: left; }

.qh_nav {
  z-index: 9999; }
  .qh_nav ul {
    width: 687px; }
  .qh_nav li {
    float: left;
    width: 16.6666666667%; }
    .qh_nav li a {
      color: #000;
      display: block;
      width: 100%;
      text-align: center;
      height: 108px;
      line-height: 108px;
      box-sizing: border-box; }
      .qh_nav li a em {
        color: #ccc;
        text-transform: uppercase;
        font-size: 12px;
        display: block; }
      .qh_nav li a:hover {
        background: #9ccb31;
        color: #fff; }
    .qh_nav li .act {
      background: #9ccb31;
      color: #fff; }
  .qh_nav .qh_nav1 ul {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0px;
    top: 96px;
    padding: 20px 2%;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s;
    text-align: center;
    height: 580px; }
    .qh_nav .qh_nav1 ul a {
      width: 10%;
      color: #fff;
      margin: 20px 1% 0 0;
      display: block;
      float: left;
      height: 200px; }
      .qh_nav .qh_nav1 ul a span {
        color: #fff;
        text-align: center;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .3s;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .qh_nav .qh_nav1 ul a img {
        width: 100%;
        display: block;
        height: 150px; }
      .qh_nav .qh_nav1 ul a:hover {
        background: none; }
        .qh_nav .qh_nav1 ul a:hover span {
          color: #fff;
          background: linear-gradient(45deg, #1574cd, #60b62b); }
  .qh_nav .qh_nav1:hover ul {
    visibility: visible;
    opacity: 1;
    top: 133px; }

.tit {
  margin: 49px auto 0px auto;
  font-size: 42px;
  line-height: 70px;
  text-align: center;
  background: url(logo2.png) left no-repeat;
  width: 473px; }
  .tit b {
    color: #2b58c0;
    margin: 15px auto;
    display: block; }
  .tit i {
    color: #515151;
    font-weight: normal; }
  .tit em {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    font-weight: normal; }

/*产品上下滚动*/
.sycp {
  margin-bottom: 80px;
  overflow: hidden;
  background: url(cpb.jpg) center 140px no-repeat; }

.anliroll {
  height: 880px;
  width: 96%;
  margin: 0 auto; }
  .anliroll li {
    float: left;
    width: 23.2558139535%;
    background: #fff;
    margin: 2% 0 0 1.4%; }
    .anliroll li a {
      display: block;
      overflow: hidden;
      position: relative; }
      .anliroll li a h4 {
        overflow: hidden; }
      .anliroll li a img {
        width: 100%;
        display: block;
        transition: all .5s; }
      .anliroll li a ol {
        line-height: 90px;
        color: #555;
        width: 100%;
        transition: all .3s;
        font-size: 20px;
        border-bottom: 1px solid #e1dfdf;
        padding: 0 10px;
        box-sizing: border-box; }
        .anliroll li a ol a {
          color: #555;
          font-size: 20px; }
      .anliroll li a span {
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 6%;
        border: 1px solid #dcdcdc;
        border-radius: 999px;
        padding: 10px 20px; }
      .anliroll li a:hover {
        color: #fff; }
        .anliroll li a:hover img {
          transform: scaleX(1.2) scaleY(1.2); }
        .anliroll li a:hover ol {
          background: linear-gradient(45deg, #1574cd, #60b62b);
          color: #fff;
          padding-left: 25px; }
        .anliroll li a:hover span {
          background: #fff;
          color: #000;
          border: 1px solid #1574cd; }

.rtCont {
  position: relative;
  margin: 20px 0 20px 0;
  padding-top: 10px; }
  .rtCont ul {
    margin: 50px auto;
    width: 1400px;
    overflow: hidden; }
  .rtCont li {
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-left: 5px; }
    .rtCont li a {
      display: block;
      position: relative;
      transition: all .2s ease; }
      .rtCont li a img {
        display: block;
        font-size: 0px;
        width: 198px;
        height: 198px;
        transition: all .2s ease;
        border: 10px solid rgba(255, 255, 255, 0.61);
        border-radius: 50%;
        -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 10px; }
      .rtCont li a p {
        font-size: 18px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        display: block;
        background: #fff;
        color: #000;
        margin-bottom: 20px;
        transition: all .3s;
        border: 1px solid #0068ff; }
      .rtCont li a:hover img {
        border-color: #0068ff; }
      .rtCont li a:hover p {
        background: #0068ff;
        color: #fff; }

.synews {
  overflow: hidden;
  padding-top: 30px;
  background: url(nbj.jpg) top center no-repeat;
  height: 704px;
  margin-top: 120px; }
  .synews h2 {
    color: #fff;
    margin-top: 20px; }
    .synews h2 b, .synews h2 i {
      color: #fff; }
  .synews dl {
    padding: 50px;
    box-sizing: border-box; }
    .synews dl dt {
      width: 434px; }
      .synews dl dt .synews_l a img {
        width: 100%;
        display: block; }
      .synews dl dt .synews_l a h5 {
        position: relative;
        display: block;
        margin: 20px 0 5px 0; }
      .synews dl dt .synews_l a p {
        margin: 0px 0 10px 0;
        color: #565656; }
      .synews dl dt .synews_l a i {
        color: #565656;
        font-weight: normal; }
    .synews dl dd {
      width: 703px; }
      .synews dl dd a {
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px; }
        .synews dl dd a i {
          position: absolute;
          right: 0;
          top: 0; }
        .synews dl dd a:hover h5 {
          color: #9ccb31; }
        .synews dl dd a img {
          float: left;
          width: 25%; }
        .synews dl dd a h5 {
          float: right;
          display: block;
          width: 70%;
          font-weight: normal;
          font-weight: 16px; }
          .synews dl dd a h5 p {
            color: #565656;
            font-size: 14px;
            margin-top: 10px; }

#footer {
  background: #3a3a3a;
  width: 100%; }
  #footer h3 {
    font-size: 29px;
    font-weight: bold;
    color: #9ccb31;
    position: relative;
    margin-bottom: 10px; }
    #footer h3 b {
      display: block;
      font-size: 20px;
      color: #fff;
      font-weight: normal; }
  #footer .f1 {
    width: 452px;
    margin-top: 30px; }
    #footer .f1 a {
      display: block;
      width: 48%;
      color: #fff;
      float: left;
      margin-bottom: 10px; }
  #footer .f2 {
    width: 464px;
    margin-top: 40px;
    color: #fff;
    line-height: 180%; }
    #footer .f2 p {
      color: #fff;
      line-height: 180%; }
  #footer .f3 {
    width: 320px; }
    #footer .f3 img {
      display: block; }
  #footer .f5 {
    text-align: center;
    padding: 20px 0;
    background: #282828; }
    #footer .f5 p {
      text-align: center;
      color: #fff; }
      #footer .f5 p img {
        vertical-align: middle;
        margin-left: 10px; }

/*地图*/
#dituContent {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f3f1ec;
  color: black;
  text-align: left;
  height: 400px; }

.zs_fl {
  text-align: center; }
  .zs_fl li {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 30px;
    background: #1574cd;
    color: #fff;
    margin: 0 5px 5px 0;
    transition: all .3s; }
    .zs_fl li a {
      display: block;
      color: #fff; }
    .zs_fl li:hover {
      background: linear-gradient(#60b62b, #1574cd); }

/*内页banner*/
.nb {
  position: relative;
  height: 570px; }
  .nb b {
    position: absolute;
    bottom: 0px;
    margin: auto;
    text-align: center;
    width: 250px;
    font-size: 30px;
    color: #fff;
    background-image: linear-gradient(to top, #1574cd 0%, #1574cd 25%, #1574cd 50%, rgba(0, 69, 153, 0) 100%);
    left: 0;
    right: 0;
    padding: 10px 20px; }
    .nb b i {
      display: block;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 16px; }
  .nb img {
    width: 100%; }

.nb1 {
  background: url(g.jpg) bottom center no-repeat; }

.nb2 {
  background: url(1.jpg) bottom center no-repeat; }

.nb3 {
  background: url(2.jpg) bottom center no-repeat; }

.nb4 {
  background: url(3.jpg) bottom center no-repeat; }

.nb5 {
  background: url(4.jpg) bottom center no-repeat; }

.nb6 {
  background: url(6.jpg) bottom center no-repeat; }

.sppic {
  display: none; }

.sppic1 img {
  display: none; }

.newsc .listc ul, .newsc .listc li {
  width: 100%; }

.newsc .listc li {
  transition: .3s; }
  .newsc .listc li.grayc {
    background-color: #f8f8f8; }
  .newsc .listc li a {
    padding: 50px 0;
    display: block; }
  .newsc .listc li:nth-of-type(even) {
    background: #f7f7f7; }
  .newsc .listc li:hover {
    background-color: #0e4295; }
    .newsc .listc li:hover .numc img {
      border: 1px solid #fa1e2f; }
    .newsc .listc li:hover .centerc {
      left: -16px; }
.newsc .listc .centerc {
  width: 980px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  left: 0; }
.newsc .listc .numc {
  display: block;
  width: 104px;
  border-right: 1px solid #ddd;
  line-height: 60px;
  font-size: 72px;
  color: #d2d2d2; }
  .newsc .listc .numc img {
    width: 104px; }
.newsc .listc .fontc {
  display: block;
  width: 83.7%;
  font-size: 18px;
  line-height: 30px; }
  .newsc .listc .fontc .introc {
    font-size: 14px;
    color: #bbb; }
  .newsc .listc .fontc p {
    font-size: 18px; }

.newsc .listc li:hover .numc, .newsc .listc li:hover .fontc p, .newsc .listc li:hover .fontc .introc {
  color: #fff; }

.f-cbc:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.neaxtpg a {
  float: left;
  display: inline-block;
  width: 42%;
  text-align: center;
  padding: 10px 2%;
  border: 1px solid #ccc;
  margin: 0 1%; }

.neaxtpg a:hover {
  background: #0e4295;
  color: #fff; }

.neaxtpg {
  margin-bottom: 50px; }

.n_main {
  overflow: hidden;
  margin-top: 20px; }

.nmain_l {
  width: 21%; }
  .nmain_l h1 {
    height: 95px;
    background: #0048a6 url(nlanbg.jpg) no-repeat right top;
    color: #fff;
    padding-left: 25px;
    font-size: 36px;
    font-weight: normal;
    padding-top: 45px;
    line-height: 30px;
    font-weight: bold;
    text-align: center; }
    .nmain_l h1 em {
      display: block;
      font-size: 18px;
      color: rgba(255, 255, 255, 0.733);
      font-weight: normal;
      text-align: center; }
  .nmain_l .nmenu {
    border: 1px solid #eee; }
    .nmain_l .nmenu li {
      line-height: 48px;
      font-size: 15px;
      border-bottom: 1px solid #eaeaea; }
      .nmain_l .nmenu li .act {
        background: #ff0000;
        color: #fff;
        padding-left: 25px; }
      .nmain_l .nmenu li a {
        display: block;
        padding-left: 20px;
        position: relative;
        color: #6f6f6f; }
        .nmain_l .nmenu li a:hover {
          background: #f3f3f3;
          padding-left: 25px; }
      .nmain_l .nmenu li .iconfont {
        position: absolute;
        right: 10px;
        font-size: 16px; }
      .nmain_l .nmenu li ._act {
        background: #0048a6;
        color: #fff; }
        .nmain_l .nmenu li ._act .ion {
          color: #fff; }
        .nmain_l .nmenu li ._act:hover {
          background: #0048a6;
          color: #fff; }
          .nmain_l .nmenu li ._act:hover .ion {
            color: #fff; }
  .nmain_l .l_lx {
    background: rgba(0, 0, 0, 0.548); }
    .nmain_l .l_lx dt {
      height: 50px;
      line-height: 70px;
      font-size: 26px;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin: 0 20px; }
    .nmain_l .l_lx dd {
      padding: 20px 20px 20px 20px;
      box-sizing: border-box;
      color: #fff; }
      .nmain_l .l_lx dd p {
        color: #fff;
        line-height: 160%; }

.gs_conwz {
  line-height: 200%;
  margin-bottom: 20px; }
  .gs_conwz .ab_tit {
    font-size: 26px;
    color: #000; }
  .gs_conwz .abchan-tag {
    display: inline-block;
    background: url(pcat_xian.gif) repeat-x center;
    padding: 0 20px;
    font-size: 16px;
    color: #6e6e6e; }
    .gs_conwz .abchan-tag span {
      display: block;
      padding: 0 10px;
      background: #fff;
      color: darkgrey; }

.gs_wz {
  margin-top: 20px;
  line-height: 200%; }

.gs_wz p {
  line-height: 200%;
  margin-bottom: 15px; }

.chr-top {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 18px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .chr-top h3 {
    font-size: 24px;
    color: #000; }
    .chr-top h3 span {
      float: right;
      color: #6e6e6e;
      margin-top: 10px;
      font-size: 14px;
      font-weight: normal; }
      .chr-top h3 span i {
        color: #000; }
      .chr-top h3 span a {
        color: #6e6e6e; }
    .chr-top h3 span a:hover {
      color: #000; }
    .chr-top h3 u {
      text-transform: uppercase;
      font-size: 16px;
      font-style: normal;
      text-decoration: none; }

.nmain_r1 {
  width: 95%;
  margin: 0 auto; }

.sygsjj {
  background: url(gbj.jpg) top center no-repeat;
  position: relative;
  height: 638px; }
  .sygsjj h3 {
    padding: 125px 0 10px 0; }
  .sygsjj .gs_con {
    color: #fff;
    width: 747px;
    margin: 30px 0;
    line-height: 220%; }
    .sygsjj .gs_con p {
      color: #fff;
      line-height: 220%; }
  .sygsjj ul {
    display: flex;
    width: 1000px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    z-index: 999; }
    .sygsjj ul li {
      flex: 1;
      text-align: center; }
      .sygsjj ul li img {
        transition: all 0.5s; }
      .sygsjj ul li span {
        display: block;
        text-align: center;
        color: #000; }
      .sygsjj ul li:hover img {
        transform: rotateY(360deg); }

/*# sourceMappingURL=chen.css.map */
