﻿@charset "UTF-8";
/*公共*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "微软雅黑";
  font-size: 16px; }

@media screen and (max-width: 900px) {
  body {
    font-size: 14px; } }

::selection {
  background: #042d97;
  color: #fff; }

::-moz-selection {
  background: #042d97;
  color: #fff; }

::-webkit-selection {
  background: #042d97;
  color: #fff; }

#showdata {
  display: none; }

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: 1360px;
  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("../fonts/cuya.ttf"); }
/*公共*/
header {
  width: 100%;
  margin: auto; }
  header .logo {
    overflow: hidden; }
  header .logoImg {
    margin: 15px 0 15px 0px; }
    header .logoImg a {
      display: block;
      float: left; }
  header .top_tel {
    float: right;
    margin-top: 30px; }
    header .top_tel span {
      width: 136px;
      display: inline-block;
      padding-left: 45px; }
      header .top_tel span strong {
        color: #e60012;
        font-size: 20px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
      header .top_tel span:nth-of-type(1) {
        background: url(../images/1_06.jpg) left top no-repeat;
        margin-right: 20px; }
      header .top_tel span:nth-of-type(2) {
        background: url(../images/1_08.jpg) left top no-repeat; }

.qh_nav {
  width: 100%;
  background: #333333;
  height: 60px;
  line-height: 60px; }
  .qh_nav li {
    float: left;
    line-height: 22px;
    width: 11.1111111111%; }
    .qh_nav li a {
      color: #fff;
      display: block;
      width: 100%;
      text-align: center;
      height: 60px;
      line-height: 60px;
      box-sizing: border-box;
      font-size: 18px;
      background: url(../images/top_bj.png) right no-repeat; }
      .qh_nav li a:hover {
        background: #1d2088;
        color: #fff; }
    .qh_nav li .act {
      background: #1d2088;
      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: 186px;
    padding: 20px 2%;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s;
    text-align: center;
    height: 580px; }
    .qh_nav .qh_nav1 ul a {
      width: 10%;
      color: #fff;
      margin: 20px 1% 0 0;
      display: block;
      float: left;
      height: 200px; }
      .qh_nav .qh_nav1 ul a span {
        color: #fff;
        text-align: center;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .3s;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .qh_nav .qh_nav1 ul a img {
        width: 100%;
        display: block;
        height: 150px; }
      .qh_nav .qh_nav1 ul a:hover {
        background: none; }
        .qh_nav .qh_nav1 ul a:hover span {
          color: #fff;
          background: linear-gradient(45deg, #1574cd, #60b62b); }
  .qh_nav .qh_nav1:hover ul {
    visibility: visible;
    opacity: 1;
    top: 170px; }

.wz_banx {
  overflow: hidden;
  padding: 20px 0 20px 0; }
  .wz_banx .lbanx {
    font-size: 20px;
    width: 277px;
    border-right: 1px solid #ebebeb;
    float: left; }
    .wz_banx .lbanx strong {
      font-size: 24px;
      padding-left: 20px; }
    .wz_banx .lbanx em {
      background: #e60029;
      color: #fff;
      display: block;
      width: 229px;
      margin: 5px 0;
      text-align: center;
      font-size: 18px; }
  .wz_banx .mbanx {
    width: 640px;
    border-right: 1px solid #ebebeb;
    margin: 0 40px;
    float: left; }
    .wz_banx .mbanx div {
      font-size: 14px;
      margin-top: 10px; }
    .wz_banx .mbanx form {
      width: 620px; }
      .wz_banx .mbanx form .key1 {
        width: 534px;
        border: 1px solid #ccc;
        font-size: 20px;
        height: 42px;
        line-height: 42px;
        color: #ccc; }
      .wz_banx .mbanx form .submit1 {
        height: 42px;
        line-height: 42px;
        color: #fff;
        border: 0;
        background: #e60029;
        padding: 0 15px 0 15px; }
  .wz_banx .rbanx {
    width: 300px;
    float: right; }
    .wz_banx .rbanx .rbanx1 {
      background: url(../images/tel.jpg) top right no-repeat;
      text-align: right;
      padding-right: 40px;
      color: #000;
      font-family: "cuya";
      font-size: 40px; }
      .wz_banx .rbanx .rbanx1 em {
        color: #000;
        font-size: 20px;
        display: block; }

.tit {
  margin: 69px auto 0px auto;
  font-size: 38px;
  line-height: 30px;
  text-align: center; }
  .tit b {
    color: #2e2e2e;
    margin: 15px auto;
    display: block;
    position: relative;
    background: url(../images/1_17.png) center 0px no-repeat;
    padding-top: 16px; }
  .tit em {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #df2030;
    font-size: 26px; }

/*产品上下滚动*/
.sycp {
  margin-top: 30px; }
  .sycp .sycp_fl {
    overflow: hidden;
    margin-top: 20px; }
    .sycp .sycp_fl span {
      float: left;
      width: 56px;
      display: inline-block;
      color: #fff;
      font-size: 24px;
      padding-top: 40px;
      text-align: center;
      box-sizing: border-box;
      height: 130px; }
    .sycp .sycp_fl .fl_gl, .sycp .sycp_fl .fl_pp, .sycp .sycp_fl .fl_jz {
    
      padding: 5px 5px;
      box-sizing: border-box; }
    .sycp .sycp_fl .fl_gl {
      width: 635px;
	  height:240px; }
      .sycp .sycp_fl .fl_gl span {
        background: url(../images/1_21.jpg) center 10px no-repeat; }
      .sycp .sycp_fl .fl_gl .fl_m {

 }
        .sycp .sycp_fl .fl_gl .fl_m a {
          color: #fff;
          background: #004e79;
          display: block;
          text-align: center;
          border-radius: 20px;
          padding: 5px 15px;
          float: left;
          margin-bottom: 5px;
          margin-right: 5px;
          width: 11%; }
    .sycp .sycp_fl .fl_pp {
      width: 1360px;
      margin-right: 15px; }
      .sycp .sycp_fl .fl_pp span {
        background: url(../images/1_24.jpg) center 10px no-repeat;
        float: left; }
      .sycp .sycp_fl .fl_pp .fl_m2 {
        width: 1350px;
        height: 175px; }
      .sycp .sycp_fl .fl_pp a {
        color: #fff;
        background: #b45809;
        display: block;
        font-size:18px;
        text-align: center;
        border-radius: 20px;
        padding: 10px 10px;
        float: left;
        margin-bottom: 5px;
        margin-right: 5px;
          margin-left: 5px;
        width: 236px; }
    .sycp .sycp_fl .fl_jz {
      width: 344px;     height: 240px;
}}
      .sycp .sycp_fl .fl_jz span {
        background: url(../images/1_27.jpg) center 10px no-repeat;
        width: 100px;
        float: left; }
      .sycp .sycp_fl .fl_jz .fl_m3 {

        height: 162px; }
        .sycp .sycp_fl .fl_jz .fl_m3 a {
          color: #fff;
          background: #b45809;
          display: block;
          text-align: center;
          border-radius: 20px;
          padding: 5px 15px;
          float: left;
          margin-bottom: 5px;
          margin-right: 5px; }

.sycp1 .sycp1_con {
  position: relative;
  height: 558px;
 }
  .sycp1 .sycp1_con a {
    position: absolute;
    display: block;
    background: linear-gradient(130deg, #8598b5, #edf5ff);
    padding: 30px 20px;
    box-sizing: border-box; }
    .sycp1 .sycp1_con a em {
      background: url(../images/mx.jpg) left top no-repeat;
      color: #eae418;
      padding-left: 40px;
      height: 50px;
      display: block; }
    .sycp1 .sycp1_con a img {
      position: absolute;
      right: 20px;
      bottom: 30px;
      transition: all .3s; }
    .sycp1 .sycp1_con a:hover img {
      transform: translateX(-4px); }
    .sycp1 .sycp1_con a h3 {
      font-size: 28px;
      text-transform: uppercase;
      color: #fff; }
    .sycp1 .sycp1_con a:nth-of-type(1) {
      width: 632px;
      height: 510px;
      top: 0;
      left: 0; }
      .sycp1 .sycp1_con a:nth-of-type(1) p {
        line-height: 200%;
        color: #fff;
        margin-top: 10px; }
    .sycp1 .sycp1_con a:nth-of-type(2) {
      width: 352px;
      height: 250px;
      top: 0;
      left: 644px; }
    .sycp1 .sycp1_con a:nth-of-type(3) {
      width: 352px;
      height: 250px;
      top: 0;
      right: 0; }
    .sycp1 .sycp1_con a:nth-of-type(4) {
      width: 352px;
      height: 250px;
      top: 260px;
      left: 644px; }
    .sycp1 .sycp1_con a:nth-of-type(5) {
      width: 352px;
      height: 250px;
      top: 260px;
      right: 0; }

.syhyyy {
  background: url(../images/hybj.jpg) top center #f5f5f5;
  height: 521px; }
  .syhyyy h2 {
    padding-top: 40px; }
  .syhyyy .syhyyy_1, .syhyyy .syhyyy_2 {
    display: flex;
    margin-top: 60px; }
    .syhyyy .syhyyy_1 a, .syhyyy .syhyyy_2 a {
      flex: 1;
      text-align: center;
      padding-top: 50px;
      display: block; }
      .syhyyy .syhyyy_1 a:hover, .syhyyy .syhyyy_2 a:hover {
        background: #fff;
        transform: translateY(-4px); }
  .syhyyy .syhyyy_1 a:nth-of-type(1) {
    background: url(../images/y1.png) top center no-repeat; }
  .syhyyy .syhyyy_1 a:nth-of-type(2) {
    background: url(../images/y2.png) top center no-repeat; }
  .syhyyy .syhyyy_1 a:nth-of-type(3) {
    background: url(../images/y3.png) top center no-repeat; }
  .syhyyy .syhyyy_1 a:nth-of-type(4) {
    background: url(../images/y4.png) top center no-repeat; }
  .syhyyy .syhyyy_1 a:nth-of-type(5) {
    background: url(../images/y5.png) top center no-repeat; }
  .syhyyy .syhyyy_1 a:nth-of-type(6) {
    background: url(../images/y6.png) top center no-repeat; }
  .syhyyy .syhyyy_1 a:nth-of-type(7) {
    background: url(../images/y7.png) top center no-repeat; }
  .syhyyy .syhyyy_1 a:nth-of-type(8) {
    background: url(../images/y8.png) top center no-repeat; }
  .syhyyy .syhyyy_2 a:nth-of-type(1) {
    background: url(../images/y9.png) top center no-repeat; }
  .syhyyy .syhyyy_2 a:nth-of-type(2) {
    background: url(../images/y10.png) top center no-repeat; }
  .syhyyy .syhyyy_2 a:nth-of-type(3) {
    background: url(../images/y11.png) top center no-repeat; }
  .syhyyy .syhyyy_2 a:nth-of-type(4) {
    background: url(../images/y12.png) top center no-repeat; }
  .syhyyy .syhyyy_2 a:nth-of-type(5) {
    background: url(../images/y13.png) top center no-repeat; }
  .syhyyy .syhyyy_2 a:nth-of-type(6) {
    background: url(../images/y14.png) top center no-repeat; }
  .syhyyy .syhyyy_2 a:nth-of-type(7) {
    background: url(../images/y15.png) top center no-repeat; }
  .syhyyy .syhyyy_2 a:nth-of-type(8) {
    background: url(../images/y16.png) top center no-repeat; }

.syjj {
  background: url(../images/1_33.jpg) top center no-repeat;
  height: 544px; }
  .syjj h3 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    padding-top: 60px; }
    .syjj h3 i {
      font-weight: normal;
      padding-left: 110px;
      position: relative; }
      .syjj h3 i::before {
        position: absolute;
        content: "";
        width: 80px;
        height: 2px;
        background: #fff;
        left: 10px;
        top: 30px; }
  .syjj a {
    text-align: center;
    width: 180px;
    display: block;
    margin: 60px auto 0 auto;
    border: 1px solid #fbff26;
    color: #fbff26;
    height: 30px;
    line-height: 30px; }
  .syjj .gs_con {
    color: #fff;
    width: 1100px;
    margin: 10px auto; }
    .syjj .gs_con p {
      color: #fff;
      line-height: 180%;
      text-align: center; }
  .syjj ul {
    display: flex;
    width: 1000px;
    margin: auto; }
    .syjj ul li {
      flex: 1;
      text-align: center; }
      .syjj ul li h5 {
        display: block;
        text-align: center;
        color: #e32715;
        background: #fff;
        width: 134px;
        height: 134px;
        line-height: 134px;
        border-radius: 50%;
        font-family: "cuya";
        font-size: 50px; }
      .syjj ul li p {
        color: #fff;
        margin-top: 5px; }

.syjj1 {
  margin: 40px auto;
  position: relative;
  height: 422px; }
  .syjj1 a {
    display: block;
    position: absolute; }
    .syjj1 a:nth-of-type(1) {
      left: 0;
      top: 0; }
    .syjj1 a:nth-of-type(2) {
      left: 160px;
      top: 0;
      width: 636px;
      height: 362px; }
      .syjj1 a:nth-of-type(2) img {
        width: 100%;
        height: 100%; }
    .syjj1 a:nth-of-type(3) {
      left: 807px;
      top: 0; }
    .syjj1 a:nth-of-type(4) {
      left: 1060px;
      top: 0; }
    .syjj1 a:nth-of-type(5) {
      left: 807px;
      top: 185px; }
    .syjj1 a:nth-of-type(6) {
      left: 1060px;
      top: 185px;
      overflow: hidden; }
    .syjj1 a:nth-of-type(3), .syjj1 a:nth-of-type(4), .syjj1 a:nth-of-type(5), .syjj1 a:nth-of-type(6) {
      width: 244px;
      height: 178px; }
      .syjj1 a:nth-of-type(3) img, .syjj1 a:nth-of-type(4) img, .syjj1 a:nth-of-type(5) img, .syjj1 a:nth-of-type(6) img {
        width: 100%;
        height: 100%; }

/*左右滚动*/
.syal3 {
  overflow: hidden;
  width: 1300px;
  margin: 27px auto;
  padding-bottom: 30px; }
  .syal3 li {
    float: left;
    margin-right: 20px;
    width: 200px; }
    .syal3 li a {
      display: block;
      box-sizing: border-box;
      overflow: hidden; }
      .syal3 li a img {
        display: block;
        width: 100%;
        transition: all .3s; }
      .syal3 li a ol {
        color: #000;
        text-align: center;
        font-size: 18px;
        height: 45px;
        line-height: 45px; }
      .syal3 li a:hover ol {
        background: #cc0000;
        color: #fff; }

.syal {
  background: url(../images/albj.jpg) top center no-repeat;
  height: 842px; }
  .syal h3 {
    background: #2352aa;
    color: #fff;
    text-align: center;
    padding: 30px 0; }
    .syal h3 img {
      display: block;
      width: 288px;
      margin: 0 auto;
      position: relative; }
    .syal h3 b {
      display: block;
      font-size: 38px; }
    .syal h3 em {
      font-size: 26px; }

#focus_Box {
  position: relative;
  width: 1180px;
  height: 440px;
  margin: 50px 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: #ffa200;
      color: #fff;
      font-size: 20px; }
    #focus_Box li p {
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 100%;
      height: 40px;
      line-height: 40px;
      color: #fff;
      background: #13a710;
      text-align: center;
      font-size: 18px;
      transition: all .3s; }
  #focus_Box .prev {
    background: url(../images/btnl.png) no-repeat;
    left: -90px;
    top: 290px; }
    #focus_Box .prev:hover {
      left: -110px;
      opacity: 1; }
  #focus_Box .next {
    background: url(../images/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(../images/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; }

.synews .synewsn {
  display: flex;
  margin-top: 50px; }
  .synews .synewsn li {
    flex: 1;
    background: #f4f4f4;
    margin-right: 20px;
    position: relative;
    transition: all .3s; }
    .synews .synewsn li:nth-of-type(3) {
      margin-right: 0; }
    .synews .synewsn li a {
      display: block; }
      .synews .synewsn li a img {
        width: 99.6%;
        display: block;
        border: 1px dotted #f1f1f1; }
    .synews .synewsn li h4 {
      padding: 20px;
      font-size: 18px;
      box-sizing: border-box; }
      .synews .synewsn li h4 p {
        font-weight: normal;
        color: #979797;
        font-size: 14px;
        margin-top: 5px; }
    .synews .synewsn li em {
      position: absolute;
      left: 0;
      top: 0;
      background: #d21e30;
      padding: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: normal; }
    .synews .synewsn li:hover {
      background: #d21e30; }
      .synews .synewsn li:hover h4 {
        color: #fff; }
        .synews .synewsn li:hover h4 a {
          color: #fff; }
        .synews .synewsn li:hover h4 p {
          color: #fff; }

.ys_wz {
  margin-top: 50px; }
  .ys_wz h3 {
    font-size: 40px; }
    .ys_wz h3 em {
      font-size: 18px;
      font-weight: normal; }
  .ys_wz .ys_wz_con {
    display: flex;
    text-align: center;
    margin-bottom: 30px; }
    .ys_wz .ys_wz_con span {
      flex: 1;
      margin-left: 30px;
      display: block; }
      .ys_wz .ys_wz_con span img {
        display: block;
        margin: 20px auto 0 auto; }
      .ys_wz .ys_wz_con span b {
        text-align: center;
        font-size: 20px;
        display: block;
        padding: 10px 0; }
      .ys_wz .ys_wz_con span p {
        text-align: center;
        color: #a8a8a8; }

.syhzpp {
  background: url(../images/pp.jpg) center bottom no-repeat; }

.anliroll {
  height: 220px;
  width: 1300px;
  margin: 0 auto; }
  .anliroll li {
    float: left;
    width: 23.2558139535%;
    background: #fff;
    margin: 2% 0 0 1.4%; }
    .anliroll li a {
      display: block;
      overflow: hidden;
      position: relative; }
      .anliroll li a h4 {
        overflow: hidden; }
      .anliroll li a img {
        width: 100%;
        display: block;
        transition: all .5s; }
      .anliroll li a ol {
        line-height: 90px;
        color: #555;
        width: 100%;
        transition: all .3s;
        font-size: 20px;
        border-bottom: 1px solid #e1dfdf;
        padding: 0 10px;
        box-sizing: border-box; }
        .anliroll li a ol a {
          color: #555;
          font-size: 20px; }
      .anliroll li a span {
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 6%;
        border: 1px solid #dcdcdc;
        border-radius: 999px;
        padding: 10px 20px; }
      .anliroll li a:hover {
        color: #fff; }
        .anliroll li a:hover img {
          transform: scaleX(1.2) scaleY(1.2); }
        .anliroll li a:hover ol {
          background: linear-gradient(45deg, #1574cd, #60b62b);
          color: #fff;
          padding-left: 25px; }
        .anliroll li a:hover span {
          background: #fff;
          color: #000;
          border: 1px solid #1574cd; }

#footer {
  background: #3a3a3a;
  position: relative; }

.footer_con {
  padding: 30px 0; }
  .footer_con ul {
    overflow: hidden;
    margin-bottom: 30px; }
    .footer_con ul li {
      display: block;
      float: left;
      color: rgba(255, 255, 255, 0.521);
      height: 360px; }
      .footer_con ul li a, .footer_con ul li p {
        color: rgba(255, 255, 255, 0.521); }
      .footer_con ul li h3 {
        color: #fff;
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 15px; }
    .footer_con ul li:nth-of-type(1) {
      width: 186px; }
      .footer_con ul li:nth-of-type(1) a {
        display: block;
        margin: 5px 0;
        float: left;
        width: 100%;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box; }
    .footer_con ul li:nth-of-type(2) {
      width: 186px;
      margin-right: 40px;
      padding-left: 40px;
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      padding-right: 20px; }
      .footer_con ul li:nth-of-type(2) a {
        display: block;
        margin: 5px 0;
        float: left;
        width: 100%;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box; }
    .footer_con ul li:nth-of-type(3) {
      width: 186px;
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .footer_con ul li:nth-of-type(3) a {
        display: block;
        margin: 5px 0;
        float: left;
        width: 100%;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box; }
    .footer_con ul li:nth-of-type(4) {
      width: 580px;
      float: right; }
      .footer_con ul li:nth-of-type(4) img {
        float: right; }
      .footer_con ul li:nth-of-type(4) h4 {
        color: #ff0000;
        font-size: 26px; }
      .footer_con ul li:nth-of-type(4) p {
        line-height: 180%; }

.footer2 {
  text-align: center;
  color: #ababab;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer2 p {
    color: #ababab;
    font-size: 16px; }
    .footer2 p img {
      padding-right: 15px;
      vertical-align: middle;
      float: right; }

/*地图*/
#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: 470px; }
  .nb b {
    position: absolute;
    bottom: 0px;
    margin: auto;
    text-align: center;
    width: 250px;
    font-size: 30px;
    color: #fff;
    background-image: linear-gradient(to top, #1574cd 0%, #1574cd 25%, #1574cd 50%, rgba(0, 69, 153, 0) 100%);
    left: 0;
    right: 0;
    padding: 10px 20px; }
    .nb b i {
      display: block;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 16px; }
  .nb img {
    width: 100%; }

.nb1 {
  background: url(../images/g.jpg) bottom center no-repeat; }

.nb2 {
  background: url(../images/1.jpg) bottom center no-repeat #000; }

.nb3 {
  background: url(../images/2.jpg) bottom center no-repeat #000; }

.nb4 {
  background: url(../images/3.jpg) bottom center no-repeat #000; }

.nb5 {
  background: url(../images/4.jpg) bottom center no-repeat #000; }

.nb6 {
  background: url(../images/6.jpg) bottom center no-repeat #000; }

.sppic {
  display: none; }

.sppic1 img {
  display: none; }

.newsc .listc ul, .newsc .listc li {
  width: 100%; }

.newsc .listc li {
  transition: .3s; }
  .newsc .listc li.grayc {
    background-color: #f8f8f8; }
  .newsc .listc li a {
    padding: 50px 0;
    display: block; }
  .newsc .listc li:nth-of-type(even) {
    background: #f7f7f7; }
  .newsc .listc li:hover {
    background-color: #0e4295; }
    .newsc .listc li:hover .numc img {
      border: 1px solid #fa1e2f; }
    .newsc .listc li:hover .centerc {
      left: -16px; }
.newsc .listc .centerc {
  width: 980px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  left: 0; }
.newsc .listc .numc {
  display: block;
  width: 104px;
  border-right: 1px solid #ddd;
  line-height: 60px;
  font-size: 72px;
  color: #d2d2d2; }
  .newsc .listc .numc img {
    width: 104px; }
.newsc .listc .fontc {
  display: block;
  width: 83.7%;
  font-size: 18px;
  line-height: 30px; }
  .newsc .listc .fontc .introc {
    font-size: 14px;
    color: #bbb; }
  .newsc .listc .fontc p {
    font-size: 18px; }

.newsc .listc li:hover .numc, .newsc .listc li:hover .fontc p, .newsc .listc li:hover .fontc .introc {
  color: #fff; }

.f-cbc:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.neaxtpg a {
  float: left;
  display: inline-block;
  width: 42%;
  text-align: center;
  padding: 10px 2%;
  border: 1px solid #ccc;
  margin: 0 1%; }

.neaxtpg a:hover {
  background: #0e4295;
  color: #fff; }

.neaxtpg {
  margin-bottom: 50px; }

.n_main {
  overflow: hidden;
  margin-top: 20px; }

.nmain_l {
  width: 21%; }
  .nmain_l h1 {
    height: 95px;
    background: #0048a6 url(../images/nlanbg.jpg) no-repeat right top;
    color: #fff;
    padding-left: 25px;
    font-size: 36px;
    font-weight: normal;
    padding-top: 45px;
    line-height: 30px;
    font-weight: bold;
    text-align: center; }
    .nmain_l h1 em {
      display: block;
      font-size: 18px;
      color: rgba(255, 255, 255, 0.733);
      font-weight: normal;
      text-align: center; }
  .nmain_l .nmenu {
    border: 1px solid #eee;
    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: rgba(0, 0, 0, 0.548); }
    .nmain_l .l_lx dt {
      height: 50px;
      line-height: 70px;
      font-size: 26px;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin: 0 20px; }
    .nmain_l .l_lx dd {
      padding: 20px 20px 20px 20px;
      box-sizing: border-box;
      color: #fff; }
      .nmain_l .l_lx dd p {
        color: #fff;
        line-height: 160%; }

.gs_conwz {
  line-height: 200%;
  margin-bottom: 20px; }
  .gs_conwz .ab_tit {
    font-size: 26px;
    color: #000; }
  .gs_conwz .abchan-tag {
    display: inline-block;
    background: url(../images/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: 1300px;
  margin: 0 auto; }

.nmain_r2 {
  width: 75%;
  margin: 0 auto; }

/*# sourceMappingURL=chen.css.map */
.csd01{ position:relative; margin-top:-50px; z-index:9999;}