@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; }

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; }

.w-auto {
  padding: 1% 6%;
  box-sizing: border-box; }

.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; }

/*公共*/
.header1 {
 /* position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;*/
  height: 87px;
  width: 100%;
  background: rgba(255, 255, 255, 0.72); }
  .header1 section {
    width: 100%; }
  .header1 .logoImg {
    padding: 10px 0 10px 0;
    float: left; }
  .header1 .qh_nav {
    width: 50%;
    height: 87px;
    float: right; }
    .header1 .qh_nav > ul {
      width: 100%;
      height: 87px; }
    .header1 .qh_nav li {
      display: block;
      height: 87px;
      width: 14%;
      float: left; }
      .header1 .qh_nav li a {
        color: #000;
        height: 81px;
        line-height: 85px;
        display: block;
        text-align: center;
        width: 100%;
        transition: all .3s; }
        .header1 .qh_nav li a:hover {
          /*color: #ffea00;
          background: url(/style/cp1.jpg);*/
		     color: #fff;
    background-color: #0891bd;
    border-bottom: 6px solid #047194;}
      .header1 .qh_nav li .act {
        /*background: url(/style/cp1.jpg);
        color: #ffea00;*/
		
        color: #fff;
    background-color: #0891bd;
    border-bottom: 6px solid #047194;}
    .header1 .qh_nav .qh_nav1 ul {
      visibility: hidden;
      opacity: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0;
      top: 87px;
      box-sizing: border-box;
      overflow: hidden;
      transition: .5s;
      padding-top: 20px;
      z-index: 9999999; }
      .header1 .qh_nav .qh_nav1 ul a {
        float: left;
        width: 10%;
        display: block;
        line-height: 25px;
        color: #000;
        margin: 0px 0 30px 1%;
        padding: 10px;
        box-sizing: border-box;
        height: auto;
        background: #fff; }
        .header1 .qh_nav .qh_nav1 ul a b {
          color: #000;
          text-align: center;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          transition: all .3s;
          padding: 10px 0;
          font-weight: normal; }
        .header1 .qh_nav .qh_nav1 ul a img {
          width: 100%;
          display: block; }
        .header1 .qh_nav .qh_nav1 ul a:hover {
          background: #fffb00; }
          .header1 .qh_nav .qh_nav1 ul a:hover b {
            color: #000; }
    .header1 .qh_nav .qh_nav1:hover ul {
      visibility: visible;
      opacity: 1; }

.change {
  background: rgba(255, 255, 255, 0.934);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  width: 100%; }

/*左右滚动*/
.syal {
  width: 1300px;
  overflow: hidden;
  margin: 50px auto;
  position: relative;
  padding: 20px; }
  .syal li {
   float: left;
    margin-right: 10px;
    width: 128px;
    margin-left: 5px; }
    .syal li a {
      display: block; }
      .syal li a img {
           display: block;
    width: 100px;
    border: 3px solid #ccc;
    border-radius: 50%;
    height: 100px;
    transition: all .3s;
    margin: 0 auto;}
      .syal li a ol {
           color: #5d5d5d;
    text-align: center;
    font-size: 16px;
    margin: 2px 0 0 0;
    position: relative;
    transition: all .3s;
    padding-top: 50px;}
        .syal li a ol::before {
          position: absolute;
          content: "";
          top: 10px;
          left: 48%;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: rgba(0, 0, 0, 0.16);
          z-index: 999;
          transition: all .3s; }
      .syal li a:hover ol {
        color: #0891bd; }
      .syal li a:hover ol::before {
        border-radius: 10%;
        background: #0891bd; }
      .syal li a:hover img {
        border: 3px solid #0891bd;
        transform: scale(1.1, 1.1); }
  .syal::before {
    position: absolute;
    content: "";
    bottom: 76px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.16);
    z-index: 1; }

/*产品上下滚动*/
.sycp {
  margin-top: 50px;
  position: relative;
  z-index: 1; }
  .sycp h2 {
    color: #f77d00;
    line-height: 20px;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 480px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 38px;
    font-weight: bold; }
    .sycp h2 em {
      display: block;
      color: #373737;
      font-size: 16px;
      margin-top: 18px;
      margin-bottom: 30px;
      font-weight: normal; }
    .sycp h2 i {
      color: #0891bd; }
  .sycp h2:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 15px;
    background: #cccccc;
    width: 60px;
    height: 1px; }
  .sycp h2:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 15px;
    background: #cccccc;
    width: 60px;
    height: 1px; }

.anliroll {
  height: 880px;
  width: 88%;
  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: #ff8717;
          color: #fff;
          padding-left: 25px; }
        .anliroll li a:hover span {
          background: #fff;
          color: #ff8717;
          border: 1px solid #ff8717; }

.sygsjj {
/*  background: url(/style/1_03.jpg) center top no-repeat;*/
      background: #eee;
  height: 734px;
  margin-top: 80px; }
  .sygsjj dl {
    padding-top: 102px; }
    .sygsjj dl dt {
      float: left;
      width: 49%;
      height: 486px; }
    .sygsjj dl dd {
      float: right;
      width: 51%;
      padding: 49px 30px;
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0.4); }
      .sygsjj dl dd h3 {
        font-size: 38px;
        color: #fff;
        position: relative;
        margin-bottom: 20px; }
        .sygsjj dl dd h3 em {
          text-transform: uppercase;
          font-weight: 100; }
        .sygsjj dl dd h3::before {
          position: absolute;
          content: "";
          left: 0;
          bottom: -5px;
          height: 1px;
          background: #fc8618;
          width: 200px; }
      .sygsjj dl dd .sygsjj_wz p {
        color: #fff;
        line-height: 180%; }
      .sygsjj dl dd .sygsjj_wz a {
        background: #ff8717;
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        margin-top: 30px;
        display: block;
        width: 130px; }
      .sygsjj dl dd .sygsjj_wz img {
        float: right;
        margin-right: 50px;
        margin-top: 30px; }

/*左右滚动*/
.al_pic {
  width: 1300px;
  overflow: hidden;
  margin: 60px auto 20px auto; }

.al_pic li {
  float: left;
  margin-right: 20px;
  width: 409px; }
  .al_pic li a:hover {
    background: #000;
    color: #fff; }
    .al_pic li a:hover ol {
      color: #fff;
      margin-left: 30px; }
      .al_pic li a:hover ol::before {
        width: 150px; }

.al_pic li a {
  display: block; }

.al_pic li a img {
  display: block;
  width: 100%; }

.al_pic li a ol {
  color: rgba(0, 0, 0, 0.616);
  text-align: left;
  font-size: 18px;
  margin: 15px 0 0 0;
  position: relative;
  height: 60px;
  transition: all .6s; }
  .al_pic li a ol::before {
    position: absolute;
    top: 15px;
    left: 100px;
    content: "";
    border-top: 1px solid #ccc;
    width: 100px;
    height: 1px;
    transition: all .6s; }

.syal_pic {
  background: url(/style/1_05.jpg) center repeat-y;
  height: 746px; 
  margin-top: 30px;
  }
  .syal_pic .slider, .syal_pic .slider .main, .syal_pic .slider .main .main-i {
    width: 1300px;
    margin: 0 auto;
    height: 712px;
    position: relative; }
  .syal_pic .slider .main {
    overflow: hidden; }
  .syal_pic .main-i img {
    width: 898px;
    position: absolute;
    top: 90px;
    right: 0;
    height: 712px; }
  .syal_pic .caption {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 9; }
  .syal_pic .caption h2 {
    line-height: 38px;
    position: relative; }
    .syal_pic .caption h2 b {
      font-size: 34px;
      color: #363636;
      position: relative; }
      .syal_pic .caption h2 b::before {
        position: absolute;
        right: -60px;
        top: -12px;
        content: "■";
        font-size: 80px;
        color: #ff8717; }
    .syal_pic .caption h2 em {
      color: #c4c4c4;
      font-size: 40px;
      font-family: Arial, Helvetica, sans-serif;
      display: block;
      text-transform: uppercase;
      position: relative; }
      .syal_pic .caption h2 em::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -15px;
        height: 6px;
        background: #fc8618;
        width: 100px; }
  .syal_pic .caption h3 {
    font-size: 18px;
    line-height: 40px;
    color: #000;
    margin-top: 60px;
    font-weight: normal; }
  .syal_pic .caption h4 {
    width: 170px;
    margin-top: 120px;
    border: 1px solid #ccc; }
    .syal_pic .caption h4 a {
      display: block;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-weight: normal; }
      .syal_pic .caption h4 a:nth-child(1) {
        color: #fff;
        background: #f98b1b; }
      .syal_pic .caption h4 a:hover {
        background: #000;
        color: #fff; }
  .syal_pic .ctrl {
    width: 100%;
    height: 13px;
    line-height: 13px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .syal_pic .ctrl .ctrl-i {
    display: inline-block;
    width: 80px;
    height: 13px;
    background-color: #dfdfdf;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-left: 1px;
    margin-right: 6px; }
  .syal_pic .ctrl .ctrl-i img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s; }
  .syal_pic .ctrl .ctrl-i:hover {
    background-color: #f0f0f0; }
  .syal_pic .ctrl .ctrl-i:hover img {
    bottom: 13px;
    /*鍥剧墖鍊掑奖*/
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
    opacity: 1; }
  .syal_pic .ctrl .ctrl-i-active,
  .syal_pic .ctrl .ctrl-i-active:hover {
    background-color: #f98b1b; }
  .syal_pic .ctrl-i-active:hover img {
    opacity: 0; }
  .syal_pic .slider .main .main-i {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transition: all .5s; }
  .syal_pic .slider .main .main-i h2 {
    margin-right: 45px; }
  .syal_pic .slider .main .main-i h3 {
    margin-right: -45px; }
  .syal_pic .slider .main .main-i h2,
  .syal_pic .slider .main .main-i h3 {
    -webkit-transition: all 1s .5s;
    opacity: 0; }
  .syal_pic .slider .main .main-i-active {
    opacity: 1;
    right: 0; }
  .syal_pic .slider .main .main-i-active h2,
  .syal_pic .slider .main .main-i-active h3 {
    margin-right: 0;
    opacity: 1; }

.syys {
  background: url(/style/1_07.jpg) center top no-repeat;
  overflow: hidden;
  height: 744px;
  margin-bottom: 50px; }
  .syys h3 {
    text-align: center;
    padding-top: 50px;
    font-size: 60px;
    color: #0891bd; }
    .syys h3 em {
      font-size: 80px;
      color: #fc8f20;
      margin-top: 2px;
      margin-bottom: 20px; }
  .syys h4 {
    font-size: 18px;
    color: #666666;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px; }
  .syys ul {
    margin: 60px auto; }
    .syys ul li {
      display: inline-block;
      background: #fff;
      width: 22%;
      box-shadow: 0 0 15px #ccc;
      height: 381px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      margin-left: 2%;
      position: relative;
      transition: all .3s; }
      .syys ul li::before {
        position: absolute;
        content: "";
        bottom: -26px;
        left: 48%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        z-index: 999;
        transition: all .3s;
        border: 15px solid #fc8f20; }
      .syys ul li img {
        display: block;
        margin: 30px auto; }
      .syys ul li span {
        display: block;
        text-align: center;
        font-size: 26px;
        color: #000;
        margin-bottom: 50px; }
      .syys ul li em {
        text-align: center;
        display: block;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.521);
        text-transform: uppercase; }
      .syys ul li:hover {
        transform: translate(0, -10px);
        box-shadow: 0 0 15px #0891bd; }
        .syys ul li:hover::before {
          border: 15px solid #0891bd; }
        .syys ul li:hover span {
          color: #0891bd; }

.synews h3 {
  color: #000;
  font-weight: normal;
  font-size: 45px;
      text-align: center; }
  .synews h3 b {
    color: #fc8f20; }
  .synews h3 em {
    display: block;
    font-size: 18px;
    text-transform: uppercase; }
  .synews h3 a {
    float: right;
    width: 78px;
    height: 78px;
    background: #fc8f20;
    color: #fff;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    padding-top: 22px;
    box-sizing: border-box;
    border-radius: 50%; }
    .synews h3 a:hover {
      background: #0891bd; }
.synews dl {
  overflow: hidden;
  margin: 30px auto 50px auto; }
  .synews dl dt {
    float: left;
    width: 42%; }
    .synews dl dt a {
      background: #eeeeee;
      display: block;
      position: relative; }
      .synews dl dt a em {
        position: absolute;
        width: 92px;
        height: 92px;
        display: block;
        background: #0891bd;
        top: 0;
        left: 0;
        text-align: center;
        color: #fff;
        font-size: 28px;
        padding-top: 15px; }
        .synews dl dt a em u {
          display: block;
          text-decoration: none;
          text-align: center;
          color: #fff;
          font-size: 16px; }
      .synews dl dt a img {
        width: 100%;
        height: 302px; }
      .synews dl dt a .l_news {
        padding: 14px 20px;
        box-sizing: border-box; }
        .synews dl dt a .l_news h5 {
          font-size: 18px;
          margin-bottom: 5px; }
        .synews dl dt a .l_news span {
          line-height: 200%;
          display: block; }
        .synews dl dt a .l_news i {
          color: #fff;
          font-size: 16px;
          background: #fc8f20;
          color: #fff;
          width: 150px;
          height: 40px;
          line-height: 40px;
          display: block;
          text-align: center;
          margin-top: 20px;
          transition: all .6s; }
      .synews dl dt a:hover {
        background: #0891bd; }
        .synews dl dt a:hover h5, .synews dl dt a:hover span {
          color: #fff; }
        .synews dl dt a:hover em {
          background: #fc8f20; }
        .synews dl dt a:hover .l_news i {
          width: 400px; }
  .synews dl dd {
    float: right;
    width: 56%; }
    .synews dl dd a {
      display: block;
      border: 1px solid #e6e6e6;
      margin-bottom: 20px;
      overflow: hidden;
      position: relative; }
      .synews dl dd a span {
        display: block;
        float: left;
        width: 20%;
        background: #dfdfdf;
        color: #8a8a98;
        height: 147px;
        text-align: center;
        padding-top: 40px;
        box-sizing: border-box;
        font-size: 38px;
        margin-right: 20px; }
        .synews dl dd a span u {
          display: block;
          text-align: center;
          font-size: 16px;
          text-decoration: none; }
      .synews dl dd a h6 {
        padding: 20px;
        box-sizing: border-box;
        font-weight: normal; }
        .synews dl dd a h6 b {
          display: block;
          font-weight: normal;
          font-size: 18px; }
        .synews dl dd a h6 em {
          display: block;
          margin-top: 10px;
          height: 50px;
          overflow: hidden;
          line-height: 180%;
          font-size: 14px;
          color: #9b9b9b; }
        .synews dl dd a h6 u {
          display: block;
          text-decoration: none;
          position: absolute;
          right: 0;
          bottom: 0;
          background: #000;
          color: #fff;
          padding: 5px 10px; }
      .synews dl dd a:hover {
        background: #0891bd; }
        .synews dl dd a:hover b, .synews dl dd a:hover em {
          color: #fff; }
        .synews dl dd a:hover h6 u {
          background: #fc8f20; }

/*底部*/
.db_link {
  overflow: hidden;
  border-top: 2px solid #f2f2f2; }
  .db_link dl {
    padding: 20px 0;
    overflow: hidden; }
    .db_link dl dt, .db_link dl dd {
      float: left;
      color: #646464; }
      .db_link dl dt a, .db_link dl dd a {
        color: #646464; }
    .db_link dl dt {
      font-size: 20px;
      width: 10%; }
    .db_link dl dd {
      width: 90%; }
      .db_link dl dd a {
        display: inline-block;
        padding: 10px 25px 5px 0; }

.footer_con {
  background: #0891bd; }
  .footer_con ul {
    overflow: hidden; }
    .footer_con ul li {
      float: left;
      padding: 30px 0 0 50px;
      box-sizing: border-box;
      height: 338px;
      border-left: 1px solid rgba(255, 255, 255, 0.432); }
      .footer_con ul li a {
        color: #fff; }
      .footer_con ul li h3 {
        font-size: 20px;
        color: #fff;
        font-weight: normal; }
    .footer_con ul li:nth-of-type(1) {
      width: 30%; }
      .footer_con ul li:nth-of-type(1) h3 {
        margin-bottom: 20px; }
      .footer_con ul li:nth-of-type(1) a {
        display: inline-block;
        width: 80%;
        line-height: 32px; }
    .footer_con ul li:nth-of-type(2) {
      width: 20%; }
      .footer_con ul li:nth-of-type(2) h3 {
        margin-bottom: 20px; }
      .footer_con ul li:nth-of-type(2) a {
        display: inline-block;
        width: 100%;
        line-height: 32px; }
    .footer_con ul li:nth-of-type(3) {
      width: 50%;
      float: right; }
      .footer_con ul li:nth-of-type(3) h4 {
        margin-bottom: 20px;
        background: url(/style/1_17.png) left top no-repeat;
        color: #fff;
        padding-left: 80px; }
        .footer_con ul li:nth-of-type(3) h4 span {
          font-size: 16px;
          display: block;
          color: #fff; }
        .footer_con ul li:nth-of-type(3) h4 b {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 30px; }
          .footer_con ul li:nth-of-type(3) h4 b a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 30px; }
      .footer_con ul li:nth-of-type(3) a {
        color: #fff; }
      .footer_con ul li:nth-of-type(3) .db_lx {
        position: relative; }
        .footer_con ul li:nth-of-type(3) .db_lx img:nth-of-type(1) {
          float: right;
    margin-right: 100px;
	  /*  border: 2px solid #ea9911;
    border-radius: 15px;*/ }
        .footer_con ul li:nth-of-type(3) .db_lx img:nth-of-type(2) {
          position: absolute;
          right: 0;
          top: 0; }
        .footer_con ul li:nth-of-type(3) .db_lx img:nth-of-type(3) {
          display: block;
          margin-top: 20px;
          margin-left: 350px; }
        .footer_con ul li:nth-of-type(3) .db_lx p {
          color: #fff;
          line-height: 180%; }

.footer2 {
  background: #0891bd;
  border-top: 1px solid #7db989;
  text-align: center;
  color: #fff;
  padding: 15px 0; }
  .footer2 p {
    text-align: center;
    color: #fff;
    font-size: 16px; }

/*地图*/
#dituContent {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f3f1ec;
  color: black;
  text-align: left;
  height: 400px; }

/*内页banner*/
.nb {
  background: url(/style/nb.jpg) top center no-repeat;
  height: 500px; }

.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 {
  width: 100%; }
  .n_main .nflahs {
    position: relative;
    overflow: hidden; }
    .n_main .nflahs h2 {
      text-align: center;
      position: absolute;
      width: 400px;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      box-sizing: border-box;
      font-size: 30px;
      background-image: linear-gradient(to top, rgba(1, 137, 53, 0.121) 0%, #0891bd 25%, #0891bd 50%, rgba(1, 137, 53, 0.107) 100%);
      color: #fff; }
      .n_main .nflahs h2 em {
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        color: #fff;
        font-weight: normal; }
      .n_main .nflahs h2 span {
        font-size: 30px;
        display: block;
           /* border: 1px solid #fff; */
    color: #000;
    background: #047194;
        text-align: center;
        margin-top: 20px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .n_main .nflahs h2 span a { color:#FF0000;
          font-size: 2rem; }
  .n_main .g_wz {
    padding: 30px 0px;
    box-sizing: border-box;
    line-height: 200%;
    max-width: 1300px;
    margin: 0 auto; }
    .n_main .g_wz p {
      line-height: 200%; }
  .n_main .g_wz1 img {
    width: 100%; }

.nav_t {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 30px;
  padding-left: 30px; }

.chr-top {
  border-bottom: 1px solid #eaeaea;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  width: 96%;
  margin: 0 auto;
  padding: 0 2%; }
  .chr-top h3 {
    font-size: 28px;
    color: #0891bd; }
    .chr-top h3 span {
      float: right;
      color: #6e6e6e;
      margin-top: 10px;
      font-size: 14px;
      font-weight: normal; }
      .chr-top h3 span i {
        color: #0891bd; }
      .chr-top h3 span a {
        color: #6e6e6e; }
    .chr-top h3 span a:hover {
      color: #0891bd; }
    .chr-top h3 u {
      text-transform: uppercase;
      font-size: 16px;
      font-style: normal;
      color: #a1a1a1;
      text-decoration: none;
      font-weight: normal; }

#home-posi {
  width: 100%;
  background: url(/style/cbj.jpg) center no-repeat;
  overflow: hidden;
  padding-bottom: 10px; }

.home-posi {
  width: 1300px;
  height: 220px;
  margin: 0px auto;
  overflow: hidden; }

.lei {
  width: 100%;
  overflow: hidden;
  display: flex; }
  .lei dl {
    flex: 1; }
    .lei dl a dt {
        width: 145px;
    height: 120px;
    /* margin-top: 39px; */
    margin: 10px auto;
    padding-top: 20px;}
      .lei dl a dt img {
        width: 100px;
    height: 100px;
    border-radius: 5%;
    display: block;
    border: 6px solid #fff;
    margin: 0 auto;
    transition: all .3s; }
    .lei dl a dd {
      font-size: 16px;
      color: #fff;
      text-align: center;
      height: 50px;
      display: block; }
    .lei dl a:hover dt img {
      border: 6px solid #f98b1b; }

.pnav {
  width: 100%;
  background: #fff; }

.pnav ul {
  text-align: center;
  width: 1300px;
  margin: 0 auto; }

.pnav ul li {
  margin: 10px 8px 0 10px;
  width: 143px;
  display: block;
  float: left; }

.pnav ul li a {
  display: block;
  transition: all .3s; }

.pnav ul li a img {
  border-radius: 5%;
  border: 6px solid #ccc;
  transition: 1s;
  width: 100px;
  height: 100px;    margin: 0 auto;
  display: block; }

.pnav ul li a p {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-top: 5px;
  height: 50px; }

.pnav ul li a:hover, ._act {
  transform: translateY(-14px); }

.pnav ul li a:hover img, ._act img {
  /*-webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);*/
  border: 4px solid #0891bd; }

.pnav ul li.hover a {
  transform: translateY(-14px); }

.pnav ul li.hover a img {
 /* -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg); */}

.pnav ul li a.act img {
 /* border: 4px solid #0891bd !important;*/ }

.pnav ul li a.act p {
 /* color: #0891bd !important;*/ }

.max-case {
  width: 646px;
  height: 486px;
  background: #eee;
  float: left;
  position: relative; }

.max-case li {
  width: 646px;
  height: 486px;
  overflow: hidden;
  position: relative; }

.max-case li > a {
  display: block; }

.max-case li > a > img {
  width: 646px;
  height: 486px;
  display: block; }

.max-case li strong {
  font-size: 20px;
  color: #000;
  line-height: 50px;
  text-align: center;
  width: 646px;
  display: block;
  font-weight: normal; }

.max-case li p {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 20px;
  color: #fff; }

.number {
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 99999;
  right: 10px;
  bottom: 5px;
  text-align: center; }

.number span {
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  color: #666;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 26px; }

.number-on {
  background: #fca321 !important;
  color: #fff !important; }

#showdata {
 /* display: none;*/ }

::selection {
  background: #ff7e25;
  color: #fff; }

::-moz-selection {
  background: #ff7e25;
  color: #fff; }

::-webkit-selection {
  background: #ff7e25;
  color: #fff; }

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
ol,
em,
i,
strong,
b,
u,
dd,
dt,
dl,
td,
table,
th,
tr,
a,
button,
input,
form {
  margin: 0;
  padding: 0; }

body,
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "微软雅黑", Arial;
  background: #fff; }
  @media all and (max-width: 860px) {
    body,
    html {
      font-size: 14px; } }

body {
  overflow-x: hidden; }

li,
ol {
  list-style: none; }

a,
u {
  color: inherit;
  text-decoration: none; }

img {
  border: 0; }

em {
  font-style: normal; }

button,
input[type='submit'] {
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
  outline: none; }

button:active,
input:active[type='submit'] {
  outline: none; }

input[type="password"],
input[type="checkbox"],
input[type="file"],
input[type="radio"],
input[type="text"],
textarea,
select {
  color: inherit;
  outline: 0px;
  border: 0;
  background: #fff; }

select {
  vertical-align: middle;
  height: 22px; }

section, article, aside, header, footer, hgroup, figure, figcaption, main, nav {
  display: block; }
#showdata li {
    float: left;
    width: 45%;
    margin-left: 1%;
}
.wrap {
  overflow: hidden;
  position: relative; }

.main {
  margin: auto;
  width: 1400px;
  box-sizing: border-box;
  position: relative; }

.main:after, .clear:after {
  content: '';
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important; }

@media all and (max-width: 1430px) {
  .main {
    width: 100%;
    padding: 0 15px; } }
.dba a,
.dbem em,
.dbimg img,
.dbspan span,
.dbi i,
.dbb b,
.dbu u,
.dbstrong strong {
  display: block; }

.db *:not(script) {
  display: block; }

.fff {
  color: #fff; }

.fl {
  float: left; }

.fr {
  float: right; }

.tac {
  text-align: center; }

.dn {
  display: none !important; }

.vh {
  visibility: hidden; }

.imp {
  font-family: Impact; }

a.logos {
  left: 20px;
  top: 10px;
  position: absolute;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: .3s;
  display: block; }
  a.logos.act {
    transform: scale(1.2) translateY(15px);
    transition-delay: .1s; }
  @media (max-width: 1300px) {
    a.logos {
      left: 20px; } }

@media (min-width: 600px) {
   #headerBtn {
   display:none;} }


#headerBtn {
  float: right;
  width: 40px;
  height: 40px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  margin-top: 15px;
  transition-delay: .4s;
  margin-top: 20px;
  margin-right: 15px; }
  #headerBtn i {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #414141;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    transition-delay: .4s; }
    #headerBtn i::before, #headerBtn i::after {
      content: '';
      position: absolute;
      width: inherit;
      height: inherit;
      background: #414141;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      left: 0;
      transition-delay: .4s; }
    #headerBtn i::before {
      top: 8px; }
    #headerBtn i::after {
      top: -8px; }
  #headerBtn.act {
    background: #130c0e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 85px;
    height: 85px;
    transition-delay: .1s; }
    #headerBtn.act i {
      background: transparent;
      transition-delay: .1s; }
      #headerBtn.act i::before, #headerBtn.act i::after {
        background: #fff;
        transition-delay: .1s; }
      #headerBtn.act i::before {
        transform: rotateZ(45deg) translateY(-5px) translateX(-6px); }
      #headerBtn.act i::after {
        transform: rotateZ(-45deg) translateY(5px) translateX(-6px); }

#openNav nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

#openNav {
  position: fixed;
  top: 0;
  left: 0;
  color: #130c0e;
  z-index: 9998;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  visibility: hidden; }
  #openNav i {
    position: absolute;
    background: #fff no-repeat top right;
    z-index: -1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-radius: 0 0 0 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #openNav nav {
    max-width: 1400px;
    width: 100%;
    z-index: 9;
    font-size: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    height: 100%;
    margin: 0 auto; }
    @media (max-width: 1400px) {
      #openNav nav {
        position: relative; } }
    @media (max-width: 480px) {
      #openNav nav {
        height: 100% !important; } }
  #openNav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #openNav #headerBtn {
    display: none; }
  #openNav ul {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    height: 0;
    margin: auto;
    height: 560px;
    bottom: 0;
    max-width: 1400px;
    width: 100%; }
    @media (max-width: 1400px) {
      #openNav ul {
        padding-top: 10%; } }
    @media (max-width: 850px) {
      #openNav ul {
        position: relative;
        top: 0;
        overflow-y: auto; } }
    @media (max-width: 480px) {
      #openNav ul {
        height: 100%; } }
  #openNav li {
    position: relative;
    width: 220px;
    float: left;
    padding-bottom: 20px;
    height: 280px;
    margin: 35px;
    box-sizing: border-box;
    font-size: 26px;
    line-height: 280px;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #ccc; }
    #openNav li a {
      font-size: 26px;
      padding-left: 30px;
      display: block; }
    @media (max-width: 1400px) {
      #openNav li {
        width: 23%;
        display: block;
        float: left;
        margin: 1%; } }
    @media (max-width: 850px) {
      #openNav li {
        width: 48%; } }
    @media (max-width: 480px) {
      #openNav li {
        width: 98%; }
        #openNav li:last-child {
          margin-bottom: 100px; } }
    #openNav li:hover {
      color: #14aeea; }
      #openNav li:hover::after {
        top: 0; }
      #openNav li:hover a {
        color: #fff; }
        #openNav li:hover a::before {
          background: #fff; }
        #openNav li:hover a::after {
          color: #fff; }
    #openNav li::before {
      content: '';
      height: 8px;
      background: #130c0e;
      width: 0;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      right: 0;
      margin: auto; }
    #openNav li::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 100%;
      right: 0;
      left: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background: url(/style/hover_bg.png) no-repeat center;
      width: 100%;
      height: 100%;
      display: block; }
    #openNav li a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      height: 0;
      line-height: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #openNav li a::before {
        content: '';
        height: 3px;
        width: 2em;
        display: block;
        position: absolute;
        top: -2em;
        right: 0;
        left: 0;
        margin: auto;
        background: #333;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      #openNav li a::after {
        content: attr(l-en);
        display: block;
        font-size: 14px;
        line-height: 6; }
  #openNav > div {
    height: 100%; }

.g_wz_lx ul li {
  width: 30%;
  display: inline-block;
  text-align: center; }

@media (max-width: 1310px) {
  .anliroll {
    width: 100%; }

  .w1300 {
    width: 100%; } }
@media (min-width: 1281px) {
  /*左右滚动*/
  .al_pic, .syal_pic {
    display: block; }

  .al_pic1, .sycp_lb, .syal_pic1 {
    display: none; } }
@media (max-width: 1280px) {
  .sygsjj {
    background: url(/style/1_03.jpg) left bottom no-repeat;
    overflow: hidden;
    height: auto;
    padding: 2%; }
    .sygsjj dl {
      padding-top: 0; }
      .sygsjj dl dt {
        width: 100%;
        float: none;
        height: auto; }
      .sygsjj dl dd {
        width: 100%;
        float: none;
        height: auto;
        padding: 50px 10px; }

  .max-case {
    width: 100%;
    margin: auto;
    height: auto;
    float: none; }

  .max-case li {
    width: 100%;
    overflow: hidden;
    height: auto; }

  .max-case li > a > img {
    width: 100%;
    height: auto;
    display: block; }

  .sycp_lb {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden; }
    .sycp_lb li {
      width: 32%;
      float: left;
      margin: 5px auto 0 1%; }
      .sycp_lb li a {
        display: block;
        background: #f77d00;
        color: #fff;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

  .anliroll li a ol {
    line-height: 40px; }

  .syal {
    width: 100%;
    margin: 20px auto; }
    .syal li {
      width: 22%; }
      .syal li a img {
        margin: 0 auto; }

  .syal li a ol {
    padding-top: 5px;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  /*左右滚动*/
  .al_pic1 {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 20px auto; }

  .al_pic1 li {
    float: left;
    margin-left: 2%;
    width: 48%;
    margin-bottom: 10px; }

  .al_pic1 li a {
    display: block;
    position: relative; }

  .al_pic1 li a img {
    display: block;
    width: 100%; }

  .al_pic1 li a ol {
    text-align: left;
    font-size: 18px;
    margin: 15px 0 0px 0;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.527);
    color: #fff;
    line-height: 50px;
    text-align: center; }

  .syys ul {
    text-align: center; }

  .syys ul li {
    width: 29%;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 50px; }

  .syys {
    height: auto;
    background-size: 100% 100%; }

  .syys ul li span {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #0891bd; }

  .syys ul li img {
    width: 40%; }

  .syys ul li em {
    font-size: 1rem; }

  .w1300 {
    width: 100%; }

  .db_lx {
    margin-bottom: 20px; }
    .db_lx img {
      display: none; }

  .footer_con ul li {
    overflow: hidden;
    background: none;
    height: auto; }

  .footer_con ul li:nth-of-type(1) {
    width: 49%; }

  #home-posi, .anliroll li a span, .syal li a ol::before, .syal::before, .al_pic, .syal_pic, .footer_con ul li:nth-of-type(3) .db_lx img:nth-of-type(3), .footer2, .footer_con ul li:nth-of-type(2) {
    display: none; }

  .sycp {
    margin-top: 20px; }

  .sycp h2 em {
    margin-bottom: 10px; }

  .sycp h2:before, .sycp h2:after {
    display: none; } }
@media (max-width: 1280px) {
  .qh_nav {
    display: none; }

  #headerBtn i, #headerBtn i::before, #headerBtn i::after {
    background: #0891bd; }

  #headerBtn {
    border: 1px solid #0891bd; }

  #openNav ul {
    top: 2%;
    width: 100%;
    max-width: 100%; }

  div.main {
    width: 100%; }

  .anliroll li a ol {
    font-size: 1rem; }

  .nflahs {
    height: 162px; }
    .nflahs img {
      height: 100%;
      width: 150%; }

  .n_main .g_wz {
    padding: 30px 4%;
    box-sizing: border-box;
    max-width: 100%; }

  .pnav ul {
    display: none; }

  .w-auto {
    padding: 1% 1%; }

  .n_main .nflahs h2 {
    width: 100%; } }
@media (max-width: 676px) {
  .sygsjj dl dd .sygsjj_wz img {
    float: none; }

  .syal li {
    width: 28%; }

  .syys h3 {
    font-size: 2rem; }

  .syys h3 em {
    font-size: 3rem; }

  .syys h4 {
    font-size: 1rem; }

  .syys ul {
    margin-top: 10px; }

  .synews dl {
    width: 96%;
    margin: 0 auto; }
    .synews dl dt, .synews dl dd {
      width: 100%;
      float: none; }

  .synews dl dd a {
    margin-top: 20px;
    margin-bottom: 0; }

  .db_link {
    display: none; }

  .footer_con ul li:nth-of-type(1), .footer_con ul li:nth-of-type(3) {
    width: 100%;
    float: none; }

  .footer_con ul li {
    padding-left: 10px; }

  /*底部导航*/
  .social_nav5 ul {
    height: 58px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #333534; }

  .social_nav5 ul li {
    width: 33.33%;
    float: left;
    position: relative;
    border-right: 1px solid #c2c5c6;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 12px;
    height: 58px;
    box-sizing: border-box;
    padding-top: 5px; }

  .social_nav5 ul li:last-child {
    border-right: none; }

  .social_nav5 ul li:first-child {
    border-left: none; }

  .social_nav5 ul li em {
    width: 23px;
    display: block;
    margin: 0 auto;
    padding: 2px 0 6px 0;
    color: #fff; }

  .social_nav5 ul li em img {
    width: 23px; }

  .social_nav5 ul li a {
    color: #fff;
    padding: 0; }

  #footer {
    margin-bottom: 58px; }

  .anliroll li {
    width: 48%; }

  .sygsjj {
    margin-top: 20px; }

  .sygsjj dl dd h3 {
    font-size: 2rem; }

  a.logos {
    left: 0; }
    a.logos img {
      width: 70%; }

  .header1 {
    height: 72px; }

  #headerBtn {
    margin-top: 10px; }

  .sycp h2 {
    font-size: 2rem;
    width: auto; }

  .chr-top h3 span {
    display: none; }

  .nflahs img {
    width: 100%; }

  #openNav li {
    height: 50px; }

  #openNav li a {
    display: block; }

  #openNav ul {
    top: 12%; }

  #headerBtn.act {
    width: 40px;
    height: 40px;
    margin-top: 31px; }

  ul.love li {
    width: 50%; }
    ul.love li img {
      width: 100%; }

  ul.love ol, .showlist li .t {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .g_wz_lx ul li {
    width: 100%;
    margin-bottom: 20px; }

  .max-case li p, .number {
    display: none; } }
@media (min-width: 677px) {
  .social_nav5 {
    display: none; } }
@media (max-width: 390px) {
  .sycp_lb li {
    width: 48%; 
   /*width: 32%;*/
float: left;
margin: 5px auto 0 1%;}

  .syal li {
    width: 41%; }

  .sygsjj dl dd .sygsjj_wz img {
    width: 90%; }

  .syys ul li {
    width: 43%; }

  .synews h3 {
    font-size: 2rem; }

  .synews h3 a {
    display: none; }

  .al_pic1 li a ol {
    font-size: 1rem;
    height: 30px;
    line-height: 30px; }

  .synews dl dd a {
    margin-bottom: 20px; }

  .footer_con ul li:nth-of-type(3) h4 {
    padding-left: 49px; } }

/*# sourceMappingURL=chen.css.map */
