@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; }

body {
  scrollbar-arrow-color: #fff;
  /*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
  /*滚动条凸出部分的颜色*/
  scrollbar-highlight-color: #000;
  /*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #000;
  /*滚动条阴影的颜色*/
  scrollbar-track-color: #3c992e;
  /*滚动条背景颜色*/
  scrollbar-base-color: black;
  /*滚动条的基本颜色*/
  Cursor: url(mouse.cur);
  /*自定义个性鼠标*/
  /*以上2项适用与：body、div、textarea、iframe*/ }

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 10px; }

::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  width: 10px;
  background-color: #fff;
  display: none; }

::-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: #3c992e; }

::-webkit-scrollbar-corner {
  /* 边角 */
  width: 10px;
  background-color: red; }

::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: red; }

@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; }

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: #0d990a; }

.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; }

/*公共*/
.cuya {
  font-family: "cuya"; }

@font-face {
  font-family: 'cuya';
  src: url("cuya.ttf"); }
._banner {
  margin-top: -110px; }

header {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.651); }
  header .logoImg {
    padding: 15px 0 1px 1%;
    width: 415px; }
    header .logoImg a {
      display: block;
      float: left; }

.top_tel {
  padding: 25px 0 0 0;
  width: 309px; }

.qh_nav {
  z-index: 9999;
  width: 48%;
  margin-left: 4%; }
  .qh_nav ul {
    width: 100%; }
  .qh_nav li {
    float: left;
    width: 14.2857142857%;
    height: 120px;
    line-height: 120px; }
    .qh_nav li a {
      color: #000;
      display: block;
      width: 100%;
      text-align: center;
      box-sizing: border-box;
      position: relative;
      height: 120px;
      line-height: 120px; }
      .qh_nav li a:hover {
        background: #3c992e;
        color: #fff; }
    .qh_nav li .act {
      background: #3c992e;
      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;
    border: 0; }
    .qh_nav .qh_nav1 ul a {
      width: 10%;
      color: #fff;
      margin: 20px 0.5% 0 0;
      display: inline-block;
      border: 0;
      border-radius: 5px; }
      .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; }
      .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: 120px; }

.tit {
  text-align: center;
  margin: 30px auto; }

.syry {
  background: url(rybj.jpg) bottom center no-repeat; }

.syalpic {
  display: flex; }
  .syalpic a {
    flex: 1;
    display: block;
    position: relative;
    margin-right: 15px; }
    .syalpic a:nth-of-type(3) {
      margin-right: 0; }
    .syalpic a:hover h4 {
      background: #000; }
    .syalpic a h4 {
      position: absolute;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      background: rgba(10, 164, 41, 0.596);
      z-index: 999;
      width: 100%;
      bottom: 0;
      left: 0;
      transition: all .3s; }
    .syalpic a img {
      width: 100%;
      display: block;
      margin: 0 auto; }

/*左右滚动*/
.syal {
  overflow: hidden;
  margin: 0px auto 0 auto;
  width: 1300px;
  background: url(al.jpg) top center no-repeat; }
  .syal li {
    float: left;
    margin-right: 10px;
    width: 336px; }
    .syal li a {
      display: block;
      box-sizing: border-box;
      overflow: hidden; }
      .syal li a img {
        display: block;
        transition: all .3s;
        height: 250px;
        margin: 0 auto; }
      .syal li a ol {
        color: #000;
        text-align: center;
        font-size: 18px;
        padding: 20px 0; }
      .syal li a:hover ol {
        background: #3c992e;
        color: #fff; }

#focus_Box {
  position: relative;
  width: 1180px;
  margin: 30px auto 0 auto;
  padding-top: 20px; }
  #focus_Box ul {
    position: relative;
    height: 440px; }
  #focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    overflow: hidden;
    border-radius: 20px; }
    #focus_Box li img {
      width: 98%;
      vertical-align: top;
      transition: .5s;
      border-radius: 30px; }
    #focus_Box li:hover img {
      transform: scale(1.05, 1.05); }
  #focus_Box .prev {
    background: url(btnl.png) no-repeat;
    left: -90px;
    top: 290px; }
    #focus_Box .prev:hover {
      left: -110px;
      opacity: 1; }
  #focus_Box .next {
    background: url(btnr.png) no-repeat;
    right: -90px;
    top: 290px; }
    #focus_Box .next:hover {
      right: -110px;
      opacity: 1; }
  #focus_Box a.imgs-scroll-btn {
    display: block;
    position: absolute;
    z-index: 110;
    top: 7px;
    right: 15px;
    width: 51px;
    height: 23px;
    overflow: hidden;
    background: url(share-btn.png) no-repeat;
    text-indent: -999px; }

#focus_Box .prev, #focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 51px;
  height: 101px;
  top: 131px;
  transition: 0.5s;
  opacity: 0.6; }

.sycp_fl {
  background: url(cpb.jpg) top center no-repeat;
  padding: 84px 0 0 0;
  margin: 20px 0 0 0; }

#home-posi {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px; }

.home-posi {
  width: 1400px;
  height: 280px;
  margin: 30px auto;
  overflow: hidden;
  position: relative; }

.lei {
  width: 1400px;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0px;
  overflow: hidden; }
  .lei dl {
    width: 230px;
    float: left;
    margin-right: 20px; }
    .lei dl a {
      transition: all .3s; }
      .lei dl a dt {
        margin-bottom: 10px; }
        .lei dl a dt img {
          width: 218px;
          height: 218px;
          border-radius: 50%;
          margin: 0 auto;
          display: block;
          border: 8px solid #0fbfb9;
          transition: all .3s; }
      .lei dl a dd {
        font-size: 18px;
        color: #000;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        display: block;
        background: #f51e36;
        color: #fff;
        margin-bottom: 20px;
        transition: all .3s; }
      .lei dl a:hover dt img {
        border: 8px solid #f51e36; }
      .lei dl a:hover dd {
        background: #0fbfb9; }

/*产品上下滚动*/
.sycp {
  margin-bottom: 20px;
  overflow: hidden;
  background: url(cpbj.jpg) 0 80px repeat-x; }

.rtCont {
  position: relative; }
  .rtCont ul {
    margin: 10px auto;
    width: 1300px;
    overflow: hidden; }
  .rtCont li {
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px; }
    .rtCont li a {
      display: block;
      position: relative;
      transition: all .2s ease; }
      .rtCont li a img {
        display: block;
        font-size: 0px;
        width: 208px;
        height: 208px;
        transition: all .2s ease;
        border: 10px solid #fff;
        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;
        color: #000;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        display: block;
        color: #000;
        margin-bottom: 20px;
        transition: all .3s; }
      .rtCont li a:hover img {
        border-color: #3c992e; }
      .rtCont li a:hover p {
        background: #3c992e;
        color: #fff; }

.sy_wz h3 {
  text-align: center;
  font-size: 44px;
  font-weight: normal; }
  .sy_wz h3 strong {
    font-weight: bold;
    color: #0aa428; }
  .sy_wz h3 em {
    display: block;
    font-size: 18px; }
.sy_wz .sy_wz_con {
  padding: 30px 0;
  margin: 20px auto 0 auto; }
  .sy_wz .sy_wz_con ul {
    display: flex; }
    .sy_wz .sy_wz_con ul li {
      flex: 1;
      text-align: center; }
      .sy_wz .sy_wz_con ul li span {
        color: #f9ae08;
        font-size: 60px;
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-align: center; }
      .sy_wz .sy_wz_con ul li em {
        color: #000;
        font-size: 16px; }
      .sy_wz .sy_wz_con ul li i {
        display: block;
        color: #888888;
        font-size: 16px; }
.sy_wz .wz_tel {
  width: 492px;
  height: 49px;
  line-height: 49px;
  color: #fff;
  background: #3c992e;
  border-radius: 30px;
  font-family: "cuya";
  font-size: 30px;
  padding-left: 60px;
  box-sizing: border-box;
  margin-left: 20%;
  margin-top: 20px; }
  .sy_wz .wz_tel span {
    margin-right: 20px;
    color: #fff; }
.sy_wz .wz_al a {
  margin-top: 20px;
  display: block;
  background: #000;
  color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  height: 49px;
  line-height: 49px;
  width: 200px;
  text-align: center;
  margin-left: 20px; }
  .sy_wz .wz_al a:hover {
    background: #f00018; }

.cp_tel {
  text-align: center;
  margin: 30px auto; }

.anliroll {
  height: 800px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden; }
  .anliroll li {
    float: left;
    width: 23.2558139535%;
    margin: 0 0 1% 1.4%; }
    .anliroll li a {
      display: block;
      overflow: hidden;
      position: relative; }
      .anliroll li a img {
        width: 100%;
        display: block;
        transition: all .5s; }
      .anliroll li a ol {
        color: #fff;
        width: 100%;
        transition: all .3s;
        font-size: 20px;
        box-sizing: border-box;
        position: absolute;
        bottom: -38px;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.733);
        text-align: center;
        padding: 15px; }
        .anliroll li a ol span {
          padding: 10px 20px;
          font-size: 14px;
          color: #fff;
          line-height: 20px;
          display: none; }
        .anliroll li a ol b {
          display: block; }
      .anliroll li a:hover img {
        transform: scaleX(1.2) scaleY(1.2); }
      .anliroll li a:hover ol {
        background: rgba(60, 153, 46, 0.815);
        color: #fff;
        bottom: 0px; }
        .anliroll li a:hover ol span {
          background: #fff;
          color: #000; }

.anliroll2 {
  height: 887px;
  width: 1400px;
  margin: 0 auto;
  overflow: hidden; }
  .anliroll2 li {
    float: left;
    width: 30.303030303%;
    margin: 0 0 1% 1.4%; }
    .anliroll2 li a ol {
      color: #fff;
      width: 100%;
      transition: all .3s;
      font-size: 20px;
      box-sizing: border-box;
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      background: rgba(54, 173, 169, 0.918);
      text-align: center;
      padding: 15px; }
      .anliroll2 li a ol span {
        display: block;
        padding: 10px 20px;
        font-size: 14px;
        color: #fff;
        line-height: 20px; }
    .anliroll2 li a:hover img {
      transform: scaleX(1.2) scaleY(1.2); }
    .anliroll2 li a:hover ol {
      background: #f51e36;
      color: #fff;
      bottom: 0px; }
      .anliroll2 li a:hover ol span {
        background: #fff;
        color: #000; }

.syys {
  background: url(1_14.jpg) center top no-repeat;
  height: 879px;
  position: relative; }
  .syys h2 {
    text-align: center;
    padding-top: 93px;
    margin-bottom: 60px; }
  .syys .syys1 {
    position: relative;
    margin-top: 90px; }
    .syys .syys1 img {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
    .syys .syys1 span {
      position: absolute;
      width: 30%;
      display: block;
      box-sizing: border-box; }
      .syys .syys1 span:nth-of-type(1) {
        left: 40px;
        top: -85px; }
      .syys .syys1 span:nth-of-type(2) {
        left: 0;
        top: 100px; }
      .syys .syys1 span:nth-of-type(3) {
        left: 40px;
        top: 280px; }
      .syys .syys1 span:nth-of-type(4) {
        right: 40px;
        top: -85px; }
      .syys .syys1 span:nth-of-type(5) {
        right: 0;
        top: 100px; }
      .syys .syys1 span:nth-of-type(6) {
        right: 40px;
        top: 280px; }
      .syys .syys1 span:nth-of-type(4) b, .syys .syys1 span:nth-of-type(5) b, .syys .syys1 span:nth-of-type(6) b {
        padding-left: 190px;
        width: 190px; }
        .syys .syys1 span:nth-of-type(4) b::before, .syys .syys1 span:nth-of-type(5) b::before, .syys .syys1 span:nth-of-type(6) b::before {
          right: 0px;
          width: 100px; }
      .syys .syys1 span:nth-of-type(4) i, .syys .syys1 span:nth-of-type(5) i, .syys .syys1 span:nth-of-type(6) i {
        text-align: right;
        float: right; }
      .syys .syys1 span:nth-of-type(1) b, .syys .syys1 span:nth-of-type(2) b, .syys .syys1 span:nth-of-type(3) b {
        padding-left: 90px;
        width: 260px; }
        .syys .syys1 span:nth-of-type(1) b::before, .syys .syys1 span:nth-of-type(2) b::before, .syys .syys1 span:nth-of-type(3) b::before {
          left: 0px;
          width: 100px; }
      .syys .syys1 span:nth-of-type(1) b::before {
        content: "01";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span:nth-of-type(2) b::before {
        content: "02";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span:nth-of-type(3) b::before {
        content: "03";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span:nth-of-type(4) b::before {
        content: "04";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span:nth-of-type(5) b::before {
        content: "05";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span:nth-of-type(6) b::before {
        content: "06";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span b {
        display: block;
        font-size: 30px;
        border-radius: 30px;
        color: #ff9c00;
        margin-bottom: 10px;
        height: 44px;
        line-height: 44px;
        position: relative; }
        .syys .syys1 span b::before {
          position: absolute;
          content: "";
          height: 100px;
          border-radius: 50%;
          color: #fff;
          font-size: 55px;
          text-align: center;
          line-height: 100px;
          z-index: 99;
          top: -30px; }
      .syys .syys1 span i {
        display: block;
        width: 307px;
        line-height: 160%;
        color: #fff; }

.synews {
  background: url(newsbj.jpg) center 190px no-repeat;
  overflow: hidden;
  margin-top: 30px;
  height: 795px; }
  .synews h2 {
    text-align: center; }

.news2 {
  position: relative;
  padding-top: 35px; }

.newsbt {
  text-align: center; }

.picFocus {
  width: 1300px;
  margin: 0 auto; }

.picFocus .fl {
  width: 49%; }

.news_0606 div.fl {
  width: 50%;
  overflow: hidden; }
  .news_0606 div.fl ul {
    width: 100%;
    height: 372px; }
    .news_0606 div.fl ul li {
      height: 138px;
      transition: .5s;
      margin-bottom: 21px;
      background: #eee; }
      .news_0606 div.fl ul li:first-child {
        border-top: none; }
      .news_0606 div.fl ul li a {
        display: block;
        height: 100%; }
      .news_0606 div.fl ul li .a1 {
        float: left;
        width: 28%;
        height: 100%;
        text-align: center;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #fff;
        overflow: hidden; }
        .news_0606 div.fl ul li .a1 img {
          height: 100%;
          margin: 0 -100%; }
      .news_0606 div.fl ul li .a2 {
        float: right;
        width: 72%;
        padding: 10px 15px;
        box-sizing: border-box; }
        .news_0606 div.fl ul li .a2 h5 {
          font-size: 17.5px;
          color: #242424;
          line-height: 30px;
          -webkit-transition: all .5s;
          transition: all .5s; }
        .news_0606 div.fl ul li .a2 p {
          font-size: 12.5px;
          color: #a5a5a5;
          line-height: 20px;
          -webkit-transition: all .5s;
          transition: all .5s; }
      .news_0606 div.fl ul li.on {
        background: #13a710; }
        .news_0606 div.fl ul li.on .a1 {
          color: #fff; }
        .news_0606 div.fl ul li.on .a2 h5 {
          color: #fff; }
        .news_0606 div.fl ul li.on .a2 p {
          color: #fff; }

#footer {
  background: #3a3a3a;
  width: 100%; }
  #footer h3 {
    font-size: 20px;
    font-weight: bold;
    color: #0aa428;
    position: relative;
    margin-bottom: 10px; }
    #footer h3 b {
      display: block;
      font-size: 20px;
      color: #fff; }
  #footer .f1 {
    width: 452px;
    margin-top: 30px; }
    #footer .f1 a {
      display: block;
      width: 48%;
      color: #fff;
      float: left;
      margin-bottom: 10px; }
  #footer .f2 {
    width: 329px;
    margin-top: 40px;
    color: #fff;
    line-height: 200%; }
    #footer .f2 p {
      color: #fff;
      line-height: 200%; }
  #footer .f3 {
    width: 320px;
    margin-left: 50px; }
    #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: #f00018;
    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: 446px;
  top: 0;
  left: 0;
  width: 100%; }
  .nb ul {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 180px;
    position: relative;
    z-index: 9998; }
    .nb ul a {
      width: 10%;
      display: inline-block;
      margin-left: 0.5%;
      margin-bottom: 15px; }
      .nb ul a img {
        border-radius: 50%;
        height: 146px;
        width: 146px;
        border: 6px solid #fff; }
      .nb ul a span {
        color: #fff;
        background: #3c992e;
        padding: 10px 13px;
        display: block;
        text-align: center;
        border-radius: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .nb ul a:hover {
        transform: translateY(-14px); }
        .nb ul a:hover img {
          border: 6px solid #3c992e; }
        .nb ul a:hover span {
          background: #000; }

.nb22 ul {
  width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding-top: 180px;
  position: relative;
  z-index: 9998; }
  .nb22 ul a {
    width: 13%;
    display: inline-block;
    margin-left: 0.5%;
    margin-bottom: 15px; }
    .nb22 ul a img {
      border-radius: 50%;
      height: 146px;
      width: 146px;
      border: 6px solid #fff; }
    .nb22 ul a span {
      color: #fff;
      background: #3c992e;
      padding: 10px 13px;
      display: block;
      text-align: center;
      border-radius: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .nb22 ul a:hover {
      transform: translateY(-14px); }
      .nb22 ul a:hover img {
        border: 6px solid #3c992e; }
      .nb22 ul a:hover span {
        background: #000; }

.nb1 {
  background: url(g.jpg) top center no-repeat;
  background-size: cover; }

.nb2 {
  background: url(g1.jpg) bottom center no-repeat #000; }

.nb3 {
  background: url(g2.jpg) bottom center no-repeat #000; }

.nb4 {
  background: url(g3.jpg) bottom center no-repeat #000; }

.nb5 {
  background: url(g4.jpg) bottom center no-repeat #000; }

.nb6 {
  background: url(g5.jpg) bottom center no-repeat #000; }

.sppic {
  display: none; }

.sppic1 img {
  display: none; }

.mapBox {
  height: 600px; }

.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; }

.n_main2 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 0px 2% 0 2%; }

.n_main3 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 0px 2% 0 2%; }

.nmain_r2 {
  width: 78%;
  margin: 0 auto; }

.nmain_l {
  width: 20%; }
  .nmain_l h1 {
    height: 95px;
    background: #3c992e;
    color: #fff;
    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;
    border-top: 0; }
    .nmain_l .nmenu div h3 {
      height: 50px;
      line-height: 50px;
      border-bottom: 1px solid #dddddd; }
      .nmain_l .nmenu div h3 a {
        display: block;
        background: #eee;
        padding-left: 30px;
        color: #fff;
        font-size: 18px;
        color: #000; }
        .nmain_l .nmenu div h3 a:hover {
          background: #ff0000;
          color: #fff; }
      .nmain_l .nmenu div h3 .act {
        background: #ff0000;
        color: #fff; }
    .nmain_l .nmenu div span {
      display: block; }
      .nmain_l .nmenu div span a {
        display: block;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #eee;
        padding-left: 50px;
        position: relative; }
        .nmain_l .nmenu div span a:before {
          content: "";
          width: 7px;
          height: 7px;
          display: block;
          border-bottom: 1px solid currentColor;
          border-right: 1px solid currentColor;
          margin: auto;
          transform: rotate(-45deg);
          position: absolute;
          top: 0;
          bottom: 0;
          left: 1.7em; }
        .nmain_l .nmenu div span a:hover {
          background: #ff0000;
          color: #fff; }
      .nmain_l .nmenu div span .act {
        background: #ff0000;
        color: #fff; }
  .nmain_l .l_lx {
    background: #327be3; }
    .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%; }
      .nmain_l .l_lx dd .cuya {
        color: #fff;
        font-size: 32px;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }

.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; }

.syys {
  background: url(1_14.jpg) center top no-repeat;
  height: 879px;
  position: relative; }
  .syys h2 {
    text-align: center;
    padding-top: 93px;
    margin-bottom: 60px; }
  .syys .syys1 {
    position: relative;
    margin-top: 90px; }
    .syys .syys1 img {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
    .syys .syys1 span {
      position: absolute;
      width: 30%;
      display: block;
      box-sizing: border-box; }
      .syys .syys1 span:nth-of-type(1) {
        left: 40px;
        top: -85px; }
      .syys .syys1 span:nth-of-type(2) {
        left: 0;
        top: 100px; }
      .syys .syys1 span:nth-of-type(3) {
        left: 40px;
        top: 280px; }
      .syys .syys1 span:nth-of-type(4) {
        right: 40px;
        top: -85px; }
      .syys .syys1 span:nth-of-type(5) {
        right: 0;
        top: 100px; }
      .syys .syys1 span:nth-of-type(6) {
        right: 40px;
        top: 280px; }
      .syys .syys1 span:nth-of-type(4) b, .syys .syys1 span:nth-of-type(5) b, .syys .syys1 span:nth-of-type(6) b {
        padding-left: 190px;
        width: 190px; }
        .syys .syys1 span:nth-of-type(4) b::before, .syys .syys1 span:nth-of-type(5) b::before, .syys .syys1 span:nth-of-type(6) b::before {
          right: 0px;
          width: 100px; }
      .syys .syys1 span:nth-of-type(4) i, .syys .syys1 span:nth-of-type(5) i, .syys .syys1 span:nth-of-type(6) i {
        text-align: right;
        float: right; }
      .syys .syys1 span:nth-of-type(1) b, .syys .syys1 span:nth-of-type(2) b, .syys .syys1 span:nth-of-type(3) b {
        padding-left: 90px;
        width: 260px; }
        .syys .syys1 span:nth-of-type(1) b::before, .syys .syys1 span:nth-of-type(2) b::before, .syys .syys1 span:nth-of-type(3) b::before {
          left: 0px;
          width: 100px; }
      .syys .syys1 span:nth-of-type(1) b::before {
        content: "01";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span:nth-of-type(2) b::before {
        content: "02";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span:nth-of-type(3) b::before {
        content: "03";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span:nth-of-type(4) b::before {
        content: "04";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span:nth-of-type(5) b::before {
        content: "05";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span:nth-of-type(6) b::before {
        content: "06";
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .syys .syys1 span b {
        display: block;
        font-size: 30px;
        border-radius: 30px;
        color: #ff9c00;
        margin-bottom: 10px;
        height: 44px;
        line-height: 44px;
        position: relative; }
        .syys .syys1 span b::before {
          position: absolute;
          content: "";
          height: 100px;
          border-radius: 50%;
          color: #fff;
          font-size: 55px;
          text-align: center;
          line-height: 100px;
          z-index: 99;
          top: -30px; }
      .syys .syys1 span i {
        display: block;
        width: 307px;
        line-height: 160%;
        color: #fff; }

.sygsjj {
  background: url(1_12.jpg) bottom center no-repeat;
  height: 799px;
  overflow: hidden;
  padding-top: 80px;
  box-sizing: border-box; }
  .sygsjj h2 {
    text-align: center; }
  .sygsjj .gs_con {
    width: 1057px;
    margin: 20px auto 30px auto;
    overflow: hidden;
    color: #fff;
    line-height: 200%; }
    .sygsjj .gs_con p {
      color: #fff;
      line-height: 200%;
      text-align: center;
      font-size: 18px; }
  .sygsjj .gs_con1 {
    width: 1254px;
    margin: 30px auto;
    display: flex; }
    .sygsjj .gs_con1 a {
      flex: 1;
      position: relative;
      height: 304px; }
      .sygsjj .gs_con1 a img {
        position: absolute;
        top: 0;
        left: 0; }
      .sygsjj .gs_con1 a h4 {
        text-align: center;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.576), rgba(0, 0, 0, 0));
        width: 100%;
        z-index: 225;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 50px 0;
        color: #fff;
        font-size: 32px;
        font-weight: normal; }
        .sygsjj .gs_con1 a h4 p {
          color: #fff;
          text-transform: uppercase;
          text-align: center; }

.gs_pic li {
  float: left;
  width: 32.2580645161%;
  margin-bottom: 20px;
  margin-left: 1%; }
  .gs_pic li img {
    width: 100%; }
  .gs_pic li ol {
    text-align: center; }

@media (max-width: 1626px) {
  .qh_nav {
    margin-left: 0; } }
@media (max-width: 1584px) {
  .qh_nav {
    width: 48%; } }
@media (max-width: 1460px) {
  .top_tel {
    display: none; }

  .qh_nav {
    width: 68%;
    float: right; } }

/*# sourceMappingURL=chen.css.map */

.showlist li dl a{text-transform: uppercase;}

