@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: #00a040;
  /*滚动条背景颜色*/
  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: #00a040; }

::-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: #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; }

/*公共*/
header {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #00a040; }
  header .logoImg {
    margin: 0px 0 0px 10px; }
    header .logoImg a {
      display: block;
      float: left; }

.top_tel {
  padding: 25px 20px 0 0; }

.qh_nav {
  z-index: 9999;
  width: 59%; }
  .qh_nav ul {
    width: 100%; }
  .qh_nav li {
    float: left;
    line-height: 117px;
    height: 117px;
    width: 14.2857142857%; }
    .qh_nav li a {
      color: #fff;
      display: block;
      text-align: center;
      height: 117px;
      box-sizing: border-box;
      position: relative;
      display: block;
      font-size: 18px;
      width: 100%; }
      .qh_nav li a:nth-of-type(7) {
        margin-right: 0; }
      .qh_nav li a:before {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        bottom: 0px;
        height: 5px;
        transition: all .3s;
        visibility: hidden;
        opacity: 0;
        background: #ffcd00; }
      .qh_nav li a:hover {
        color: #fff;
        background: #ffcd00; }
    .qh_nav li .act {
      color: #fff;
      background: #ffcd00; }
  .qh_nav .qh_nav1 ul {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0px;
    top: 117px;
    padding: 20px 2%;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s;
    text-align: center; }
    .qh_nav .qh_nav1 ul:before {
      display: none; }
    .qh_nav .qh_nav1 ul a {
      width: 12%;
      color: #fff;
      margin: 0px 1% 0 0;
      display: inline-block; }
      .qh_nav .qh_nav1 ul a:before {
        display: none; }
      .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: 40px;
        line-height: 40px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .qh_nav .qh_nav1 ul a img {
        width: 100%;
        display: block;
        border-radius: 30px;
        border: 3px solid #fff; }
      .qh_nav .qh_nav1 ul a:hover {
        background: none; }
        .qh_nav .qh_nav1 ul a:hover span {
          color: #fff;
          background: #00a040; }
        .qh_nav .qh_nav1 ul a:hover img {
          border: 3px solid #00a040; }
        .qh_nav .qh_nav1 ul a:hover:before {
          display: none; }
  .qh_nav .qh_nav1:hover ul {
    visibility: visible;
    opacity: 1;
    top: 117px; }

._banner {
  margin-top: 117px; }

.tit {
  margin: 49px auto 29px auto;
  font-size: 40px;
  position: relative;
  background: url(logo2.png) left 0px no-repeat;
  padding-left: 220px;
  width: 400px; }
  .tit b {
    color: #000;
    margin: 45px auto 0 auto;
    display: block;
    position: relative;
    width: 648px;
    position: relative;
    padding-top: 10px;
    z-index: 5; }
  .tit i {
    color: #f9ae08;
    display: block;
    font-weight: 100;
    font-size: 30px; }
  .tit em {
    display: block;
    font-size: 54px;
    position: absolute;
    top: -15px;
    left: 220px;
    text-transform: uppercase;
    color: #e9e9e9;
    z-index: 0;
    font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal; }
  .tit u {
    width: 40px;
    height: 6px;
    background: #f9ae08;
    display: block;
    position: absolute;
    top: 50px;
    left: 440px; }

.pc-banner {
  background: url(top_main_bg01.jpg) no-repeat center bottom/100% auto;
  width: 100%;
  float: left; }

@media screen and (max-width: 668px) {
  .pc-banner {
    background-size: auto 100%; } }
.swiper-container {
  width: 100%;
  margin: 35px 0; }

@media screen and (max-width: 668px) {
  .swiper-container {
    margin: 20px 0 15px; } }
.swiper-slide {
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

@media screen and (max-width: 668px) {
  .swiper-slide {
    -webkit-transform: scale(0.97);
    transform: scale(0.97); } }
.swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

@media screen and (max-width: 668px) {
  .swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97); } }
.none-effect {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none; }

.swiper-slide a {
  background: #fff;
  padding: 10px;
  display: block;
  border-radius: 14px; }

@media screen and (min-width: 668px) {
  .swiper-slide a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    border: 10px solid #fff;
    content: "";
    width: 100%;
    height: 100%;
    background: url(top_slick_cover_bg01.png) 0 0 repeat;
    border-radius: 20px; } }
.swiper-slide-active a:after {
  background: none; }

@media screen and (max-width: 668px) {
  .swiper-slide a {
    padding: 5px;
    border-radius: 7px; } }
.swiper-slide img {
  width: 100%;
  border-radius: 14px;
  display: block; }

@media screen and (max-width: 668px) {
  .swiper-slide img {
    border-radius: 7px; } }
.swiper-pagination {
  position: relative;
  margin-bottom: 30px; }

.swiper-pagination-bullet {
  background: #00a040;
  margin-left: 4px;
  margin-right: 4px;
  width: 17px;
  height: 17px;
  opacity: 1;
  margin-bottom: 4px; }

.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #FFF;
  border: 6px solid #00a040;
  margin-bottom: 0; }

@media screen and (max-width: 668px) {
  .swiper-pagination {
    position: relative;
    margin-bottom: 20px; }

  .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 2px;
    margin-right: 2px;
    width: 8px;
    height: 8px;
    margin-bottom: 2px; }

  .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background: #FFF;
    border: 3px solid #00a0e9;
    margin-bottom: 0; } }
.button {
  width: 1000px;
  margin: 0 auto;
  bottom: 43px;
  position: relative; }

@media screen and (max-width: 668px) {
  .button {
    width: 70%;
    bottom: 22px; } }
.button div:hover {
  background-color: #2f4798; }

.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #2a8e58 center 50%/50% 50% no-repeat; }

.swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #2a8e58 center 50%/50% 50% no-repeat; }

@media screen and (max-width: 668px) {
  .button div {
    width: 28px;
    height: 28px; } }
/*左右滚动*/
.syal {
  overflow: hidden;
  width: 98%;
  margin: 0px auto 0px 2%;
  padding: 30px 0; }
  .syal .sl {
    width: 100%;
    margin: 0 auto; }
  .syal li {
    float: left;
    margin-right: 20px;
    width: 450px; }
    .syal li a {
      display: block;
      box-sizing: border-box;
      overflow: hidden; }
      .syal li a img {
        display: block;
        width: 97.5%;
        border: 5px solid #fff;
        transition: all .3s; }
      .syal li a ol {
        color: #000;
        text-align: center;
        font-size: 18px;
        padding: 20px 0; }
      .syal li a:hover img {
        border: 5px solid #feb400; }
      .syal li a:hover ol {
        background: #feb400;
        color: #fff; }

.syal2 .more2 {
  width: 190px;
  margin: 40px auto; }
  .syal2 .more2 a {
    background: #feb400;
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    transition: all .3s; }
    .syal2 .more2 a:hover {
      background: #2a8e58;
      width: 200px; }

.syal3 {
  overflow: hidden;
  position: relative; }
  .syal3 .syal4 {
    position: absolute;
    top: 0;
    right: 0; }
  .syal3 .syal3_l {
    width: 660px; }
  .syal3 .syal3_r {
    width: 60%; }
    .syal3 .syal3_r .tit {
      text-align: left;
      margin: 80px 0 0 20px; }
      .syal3 .syal3_r .tit b, .syal3 .syal3_r .tit em {
        text-align: left; }

#focus_Box {
  position: relative;
  width: 1180px;
  height: 440px;
  margin: 0px 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: 100%;
      height: 100%;
      vertical-align: top;
      transition: .5s;
      border-radius: 10px; }
    #focus_Box li:hover img {
      transform: scale(1.05, 1.05); }
    #focus_Box li:hover p {
      background: #003c9a;
      color: #fff;
      font-size: 20px; }
    #focus_Box li p {
      position: absolute;
      left: 0;
      top: 0px;
      width: 100%;
      height: 40px;
      line-height: 40px;
      color: #fff;
      background: #000;
      text-align: center;
      font-size: 18px;
      transition: all .3s; }
  #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 {
  overflow: hidden; }

.anliroll {
  height: 800px;
  width: 1300px;
  margin: 0 auto;
  overflow: hidden; }
  .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: 35px;
        color: #555;
        width: 100%;
        transition: all .3s;
        font-size: 20px;
        border-bottom: 1px solid #e1dfdf;
        padding: 10px 10px;
        box-sizing: border-box; }
        .anliroll li a ol a {
          color: #555;
          font-size: 20px; }
        .anliroll li a ol b {
          display: block;
          background: url(sj.png) left no-repeat;
          background-size: 30px 30px;
          padding-left: 35px; }
      .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; }

.synews {
  overflow: hidden;
  margin-top: 20px; }
  .synews dl {
    overflow: hidden;
    margin: 30px auto 50px auto; }
    .synews dl dt a {
      background: #eeeeee;
      display: block;
      position: relative;
      width: 32.5%;
      float: left;
      margin-right: 1%; }
      .synews dl dt a:last-child {
        margin-right: 0; }
      .synews dl dt a em {
        position: absolute;
        width: 92px;
        height: 92px;
        display: block;
        background: #cd0000;
        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 {
          font-size: 16px;
          color: #000;
          width: 150px;
          height: 40px;
          line-height: 40px;
          display: block;
          text-align: center;
          margin-top: 20px;
          transition: all .6s;
          border: 1px solid #ccc; }
      .synews dl dt a:hover {
        background: #cd0000; }
        .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: 300px;
          color: #fff; }

#footer {
  background: #00a040;
  width: 100%;
  padding: 60px 0 0 0;
  position: relative;
  height: 425px;
  box-sizing: border-box; }
  #footer .f1 {
    width: 368px; }
    #footer .f1 h3 {
      font-size: 26px;
      color: #fff;
      margin-bottom: 15px; }
    #footer .f1 h4 {
      color: #fff;
      margin-bottom: 10px;
      font-size: 16px;
      background: url(1_28.png) left top no-repeat;
      padding-left: 60px; }
      #footer .f1 h4 strong {
        color: #fff;
        font-size: 33px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        display: block; }
    #footer .f1 p {
      color: #fff;
      line-height: 160%; }
    #footer .f1 a {
      display: block;
      text-align: center;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: #fff;
      width: 80%;
      margin-top: 10px;
      background: #f9ae08;
      color: #fff; }
  #footer .f2 {
    width: 154px;
    margin-left: 40px; }
    #footer .f2 img {
      padding-right: 30px;
      border-right: 1px solid rgba(255, 255, 255, 0.299); }
  #footer .f3 {
    width: 350px;
    margin-left: 182px;
    color: #fff; }
    #footer .f3 a {
      display: block;
      float: left;
      color: #fff;
      margin: 0 30px 10px 0; }
  #footer .f4 {
    width: 200px; }
    #footer .f4 img {
      display: block; }
    #footer .f4 em {
      text-align: center;
      display: block;
      margin: 20px auto;
      color: #fff; }
  #footer .f5 {
    position: absolute;
    right: 0;
    top: 250px;
    color: #fff; }
    #footer .f5 a {
      color: #fff; }

.f6 {
  background: #000000;
  text-align: center;
  color: #fff; }
  .f6 p {
    color: #fff;
    text-align: center; }
  .f6 img {
    vertical-align: middle;
    margin: 0px 25px 0 0; }

/*地图*/
#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: 435px;
  margin-top: 110px; }
  .nb b {
    position: absolute;
    bottom: 0px;
    margin: auto;
    text-align: center;
    width: 250px;
    font-size: 30px;
    color: #fff;
    background-image: linear-gradient(to top, #00a040 0%, #00a040 25%, #00a040 50%, #00a040 100%);
    left: 0;
    right: 0;
    padding: 10px 20px; }
    .nb b i {
      display: block;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 16px; }
  .nb ul {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px; }
    .nb ul a {
      width: 11%;
      display: inline-block;
      margin-left: 5px;
      margin-bottom: 10px; }
      .nb ul a img {
        width: 100%;
        border-radius: 50%;
        height: 146px; }
      .nb ul a span {
        color: #fff;
        background: #000;
        padding: 10px 15px;
        display: block;
        text-align: center;
        border-radius: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .nb ul a:hover span {
        background: #00a040; }

.nb1 {
  background: url(g.jpg) bottom center no-repeat; }

.nb2 {
  background: url(g1.jpg) bottom center no-repeat; }

.nb3 {
  background: url(g2.jpg) bottom center no-repeat; }

.nb4 {
  background: url(g3.jpg) bottom center no-repeat; }

.nb5 {
  background: url(g4.jpg) bottom center no-repeat; }

.nb6 {
  background: url(g5.jpg) bottom center no-repeat; }

.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;
  margin-top: 0px; }

.nmain_l {
  width: 21%; }
  .nmain_l h1 {
    height: 95px;
    background: #00a040;
    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; }
    .nmain_l .nmenu li {
      line-height: 48px;
      font-size: 15px;
      border-bottom: 1px solid #eaeaea; }
      .nmain_l .nmenu li a {
        display: block;
        padding-left: 20px;
        position: relative;
        color: #6f6f6f;
        background: #f3f3f3; }
        .nmain_l .nmenu li 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;
          right: 1.5em; }
        .nmain_l .nmenu li a:hover {
          padding-left: 25px;
          color: #fff;
          background: #f9ae08; }
      .nmain_l .nmenu li .iconfont {
        position: absolute;
        right: 10px;
        font-size: 16px; }
      .nmain_l .nmenu li .act {
        background: #f9ae08;
        color: #fff; }
        .nmain_l .nmenu li .act .ion {
          color: #fff; }
        .nmain_l .nmenu li .act:hover {
          background: #f9ae08;
          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 0px 20px 15px;
      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: 1400px;
  margin: 0 auto; }

.nmain_r {
  width: 77%; }

.synews {
  overflow: hidden;
  padding-bottom: 50px; }

.news {
  margin-top: 30px; }

.news .newsbt {
  text-align: center; }

.news .warp {
  width: 1075px;
  margin: 0 auto; }

.picFocus {
  width: 1300px;
  margin: 0 auto; }

.picFocus .fl {
  width: 49%; }

.news_0606 div.fl {
  position: relative;
  overflow: hidden; }
  .news_0606 div.fl ._hd {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    width: 100%;
    height: 14px;
    text-align: center; }
    .news_0606 div.fl ._hd ul {
      display: inline-block; }
      .news_0606 div.fl ._hd ul li {
        float: left;
        width: 14px;
        height: 14px;
        overflow: hidden;
        margin: 0 5px;
        border-radius: 50%;
        background: #fff;
        font-size: 0; }
        .news_0606 div.fl ._hd ul li.on {
          background: #e1112a; }
  .news_0606 div.fl ._bd_ul ol {
    display: none; }
  .news_0606 div.fl .bd a {
    display: block; }
    .news_0606 div.fl .bd a img {
      width: 100%; }
.news_0606 div.fr {
  width: 48%;
  overflow: hidden; }
  .news_0606 div.fr ul {
    width: 100%;
    height: 372px; }
    .news_0606 div.fr ul li {
      height: 138px;
      transition: .5s;
      margin-bottom: 31px;
      background: #eee; }
      .news_0606 div.fr ul li:first-child {
        border-top: none; }
      .news_0606 div.fr ul li a {
        display: block;
        height: 100%; }
      .news_0606 div.fr 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.fr ul li .a1 img {
          height: 100%;
          margin: 0 -100%; }
      .news_0606 div.fr ul li .a2 {
        float: right;
        width: 72%;
        padding: 10px 15px;
        box-sizing: border-box; }
        .news_0606 div.fr ul li .a2 h5 {
          font-size: 17.5px;
          color: #242424;
          line-height: 30px;
          -webkit-transition: all .5s;
          transition: all .5s; }
        .news_0606 div.fr ul li .a2 p {
          font-size: 12.5px;
          color: #a5a5a5;
          line-height: 20px;
          -webkit-transition: all .5s;
          transition: all .5s; }
      .news_0606 div.fr ul li.on {
        background: #00a040; }
        .news_0606 div.fr ul li.on .a1 {
          color: #fff; }
        .news_0606 div.fr ul li.on .a2 h5 {
          color: #fff; }
        .news_0606 div.fr ul li.on .a2 p {
          color: #fff; }

.sygsjj {
  background: url(1_08.jpg) top center no-repeat;
  height: 799px;
  padding-top: 30px; }
  .sygsjj h2 {
    text-align: center;
    margin-top: 30px; }
  .sygsjj .gs_con {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
    color: #fff;
    line-height: 200%;
    text-align: center; }
    .sygsjj .gs_con p {
      color: #fff;
      line-height: 200%;
      text-align: center; }
    .sygsjj .gs_con a {
      width: 220px;
      background: #ff0000;
      color: #fff;
      height: 60px;
      line-height: 60px;
      text-align: center;
      display: block;
      float: right;
      border-radius: 30px;
      margin-top: 20px; }
      .sygsjj .gs_con a:hover {
        background: #60b62b; }
  .sygsjj dl {
    background: #f9ae08;
    overflow: hidden; }
    .sygsjj dl dt {
      float: left; }
      .sygsjj dl dt img {
        display: block; }
    .sygsjj dl dd {
      float: right;
      text-align: left;
      width: 635px;
      padding: 20px;
      box-sizing: border-box; }
      .sygsjj dl dd h3 {
        color: #fff;
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 10px; }
        .sygsjj dl dd h3 em {
          color: #fbcc83;
          font-size: 36px;
          text-transform: uppercase;
          margin-right: 10px;
          font-weight: bold; }
      .sygsjj dl dd .gs_fl a {
        display: block;
        width: 23%;
        float: left;
        background: #fff;
        margin-right: 10px;
        text-align: center;
        padding: 5px 0;
        margin-top: 5px;
        border-radius: 20px; }
      .sygsjj dl dd .gs_fl li:last-child {
        background: #ff0000; }

@media (max-width: 1666px) {
  .syal3 .syal3_r {
    width: 50%; } }

/*# sourceMappingURL=chen.css.map */
