@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: #0046aa;
  /*滚动条背景颜色*/
  scrollbar-base-color: black;
  /*滚动条的基本颜色*/
  Cursor: url(mouse.html);
  /*自定义个性鼠标*/
  /*以上2项适用与：body、div、textarea、iframe*/ }

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 10px; }

::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  display: none;
  width: 10px;
  background-color: #fff; }

::-webkit-scrollbar:horizontal {
  height: 10px; }

::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 10px; }

::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  background-color: #000;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 10px;
  border-radius: 5px;
  background: #0046aa; }

::-webkit-scrollbar-corner {
  /* 边角 */
  width: 10px;
  background-color: red; }

::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: red; }

@media screen and (max-width: 900px) {
  body {
    font-size: 14px; } }

::selection {
  background: #042d97;
  color: #fff; }

::-moz-selection {
  background: #042d97;
  color: #fff; }

::-webkit-selection {
  background: #042d97;
  color: #fff; }

body {
  /*overflow-x: hidden;*/ }

img {
  border: 0; }

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.clearfix {
  zoom: 1; }

em, i {
  font-style: normal; }

a {
  font-size: 16px;
  transition: all .3s; }

a:hover {
  text-decoration: none;
  color: #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; }

/*公共*/
.top_wz {
  background: #0046aa;
  color: #fff;
  height: 46px;
  line-height: 46px;
  font-size: 14px; }
  .top_wz span {
    display: block;
    color: #fff; }
  .top_wz em {
    float: right; }
    .top_wz em a {
      color: #fff;
      color: #fff; }

.top_l {
  padding: 30px 0; }

.top_r .tel {
  width: 270px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  margin-top: 30px;
  padding-left: 60px; }
  .top_r .tel b {
    display: block;
    color: #f2800e;
    font-size: 30px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic; }

.top_tel {
  padding: 35px 1% 0 0;
  width: 180px; }

.qh_nav {
  width: 100%;
  background: #0051c7;
  overflow: hidden; }
  .qh_nav ul {
    width: 1400px;
    margin: 0 auto; }
  .qh_nav li {
    float: left;
    line-height: 53px;
    height: 53px;
    width: 10%; }
    .qh_nav li a {
      color: #fff;
      display: block;
      width: 100%;
      text-align: center;
      height: 53px;
      box-sizing: border-box;
      position: relative;
      border-right: 1px dotted rgba(255, 255, 255, 0.521); }
      .qh_nav li a:hover {
        background: #f39800;
        color: #fff; }
    .qh_nav li .act {
      background: #f39800;
      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: 296px;
    padding: 20px 2%;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s;
    text-align: center;
    border: 0; }
    .qh_nav .qh_nav1 ul a {
      width: 10.6%;
      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: 259px;
    z-index: 6666; }

/*左右滚动*/
.syal {
  overflow: hidden;
  width: 100%;
  margin: 0px auto 60px auto; }

.nmain_r {
  width: 76%; }

/*产品上下滚动*/
.sycp {
  margin-bottom: 80px;
  overflow: hidden; }

.tit {
  margin: 39px auto 0px auto;
  font-size: 38px;
  background: url("../UploadFiles/bj/logo2.png") left no-repeat;
  padding-left: 110px;
  height: 108px;
  width: 790px;
  box-sizing: border-box; }
  .tit b {
    color: #191919;
    margin: 0px auto;
    display: block;
    position: relative;
    font-size: 46px;
    padding-top: 10px;
    font-weight: normal; }
    .tit b u {
      color: #e00303;
      font-weight: bold;
      text-decoration: none; }
    .tit b font {
      color: #0f7fca;
      font-weight: bold; }
  .tit i {
    color: #0f7fca;
    font-size: 38px;
    font-weight: normal;
    padding-left: 10px; }
  .tit em {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #6c6c6c; }

.sycp_fl {
  background: url("../UploadFiles/bj/cpb.jpg") top center no-repeat;
  margin: 20px 0 0 0; }

.anliroll {
  height: 800px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden; }
  .anliroll li {
    float: left;
    width: 23.2558139535%;
    margin: 2% 0 0 1.4%; }
    .anliroll li a {
      display: block;
      overflow: hidden;
      padding: 10px;
      background: #e9e9e9; }
      .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;
        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-radius: 999px;
        padding: 10px 20px; }
      .anliroll li a:hover {
        color: #fff;
        background: #0051c7; }
        .anliroll li a:hover img {
          transform: scaleX(1.2) scaleY(1.2); }
        .anliroll li a:hover ol {
          background: #0051c7;
          color: #fff;
          padding-left: 25px; }
        .anliroll li a:hover span {
          background: #fff;
          color: #000; }

.anliroll11 {
  height: 800px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden; }
  .anliroll11 li {
    float: left;
    width: 23.2558139535%;
    margin: 2% 0 0 1.4%; }
    .anliroll11 li a {
      display: block;
      overflow: hidden;
      padding: 10px;
      background: #e9e9e9; }
      .anliroll11 li a h4 {
        overflow: hidden; }
      .anliroll11 li a img {
        width: 100%;
        display: block;
        transition: all .5s; }
      .anliroll11 li a ol {
        line-height: 35px;
        color: #555;
        width: 100%;
        transition: all .3s;
        font-size: 20px;
        padding: 10px 10px;
        box-sizing: border-box; }
        .anliroll11 li a ol a {
          color: #555;
          font-size: 20px; }
        .anliroll11 li a ol b {
          display: block;
          font-weight: normal;
          font-size: 14px;
          overflow: hidden;
	      text-overflow:ellipsis;
	      white-space: nowrap;}
        .anliroll11 li a ol i {
          float: right;
          padding: 0 15px;
          border: 1px solid #ccc;
          background: #0046aa;
          color: #fff; }
      .anliroll11 li a span {
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 6%;
        border-radius: 999px;
        padding: 10px 20px; }
      .anliroll11 li a:hover {
        color: #fff;
        background: #0051c7; }
        .anliroll11 li a:hover img {
          transform: scaleX(1.2) scaleY(1.2); }
        .anliroll11 li a:hover ol {
          background: #0051c7;
          color: #fff;
          padding-left: 15px; }
        .anliroll11 li a:hover span {
          background: #fff;
          color: #000; }

.gg1 {
  background: url("../UploadFiles/bj/gg.jpg") top center no-repeat;
  height: 265px; }

.gg2 {
  background: url("../UploadFiles/bj/gg1.jpg") top center no-repeat;
  height: 243px; }

.gg3 {
  background: url("../UploadFiles/bj/gg2.jpg") top center no-repeat;
  height: 265px; }

.synews {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px; }
  .synews .synews_l {
    width: 670px; }
    .synews .synews_l .synews_l1 {
      padding: 20px 0;
      overflow: hidden; }
      .synews .synews_l .synews_l1 a {
        display: block; }
        .synews .synews_l .synews_l1 a img {
          float: left;
          width: 40%;
          margin-right: 20px; }
        .synews .synews_l .synews_l1 a h5 {
          font-size: 18px; }
        .synews .synews_l .synews_l1 a p {
          color: #000;
          margin: 10px 0 30px 0; }
        .synews .synews_l .synews_l1 a i {
          background: #ff0000;
          color: #fff;
          text-align: center;
          padding: 3px 25px; }
    .synews .synews_l .synews_l2 a {
      display: block;
      height: 50px;
      line-height: 50px;
      background: url("../UploadFiles/bj/news_tb.jpg") left no-repeat;
      padding-left: 40px;
      border-bottom: 1px dotted #ccc; }
      .synews .synews_l .synews_l2 a i {
        float: right; }
  .synews .synews_r {
    width: 461px; }
    .synews .synews_r .synews_r1 a {
      display: block;
      margin-top: 20px; }
      .synews .synews_r .synews_r1 a h4 {
        line-height: 30px;
        background: url("../UploadFiles/bj/w.jpg") left no-repeat;
        padding-left: 30px;
        color: #de0000; }
      .synews .synews_r .synews_r1 a p {
        line-height: 20px;
        background: url(../UploadFiles/bj/d.jpg) left top no-repeat;
        text-indent: 18px; }

.linksdb {
  background: url("../UploadFiles/bj/linkbj.png") center 20px no-repeat #f2f2f2;
  height: 159px; }
  .linksdb div {
    width: 1150px;
    margin: 0px auto;
    padding-top: 80px; }
  .linksdb li {
    float: left;
    padding-right: 20px; }

#footer {
  background: #3a3a3a;
  width: 100%; }
  #footer h3 {
    font-size: 26px;
    font-weight: bold;
    color: #e90000;
    position: relative;
    margin-bottom: 10px; }
    #footer h3 b {
      display: block;
      font-size: 20px;
      color: #fff; }
  #footer .f1 {
    width: 400px;
    margin-top: 30px; }
    #footer .f1 a {
      display: block;
      width: 49%;
      color: #fff;
      float: left;
      margin-bottom: 10px; }
  #footer .f2 {
    width: 324px;
    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 .f4 {
    margin-top: 30px;
    width: 153px; }
    #footer .f4 a {
      display: block;
      color: #fff; }
  #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; }

.rtCont {
  position: relative;
  margin: 20px 0 0 0;
  padding-top: 10px; }
  .rtCont ul {
    margin: 0px auto;
    width: 1400px;
    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: 148px;
        height: 148px;
        transition: all .2s ease;
        border: 5px 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: 30px;
        line-height: 30px;
        border-radius: 30px;
        display: block;
        color: #000;
        margin-bottom: 60px;
        transition: all .3s; }
      .rtCont li a:hover img {
        border-color: #f51e36; }
      .rtCont li a:hover p {
        background: #0051c7;
        color: #fff; }

/*地图*/
#dituContent {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f3f1ec;
  color: black;
  text-align: left;
  height: 400px; }

#home-posi {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px; }

.home-posi {
  width: 1400px;
  height: 280px;
  margin: 10px auto;
  overflow: hidden;
  position: relative; }

.lei {
  width: 1400px;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0px;
  overflow: hidden; }
  .lei dl {
    width: 134px;
    float: left;
    margin-right: 20px; }
    .lei dl a {
      transition: all .3s; }
      .lei dl a dt {
        margin-bottom: 10px; }
        .lei dl a dt img {
          width: 134px;
          height: 134px;
          border-radius: 50%;
          margin: 0 auto;
          display: block;
          border: 8px solid #fff;
          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;
        color: #000;
        margin-bottom: 20px;
        transition: all .3s;
        font-size: 16px; }
      .lei dl a:hover dt img {
        border: 8px solid #0f7fca; }
      .lei dl a:hover dd {
        background: #0f7fca;
        color: #fff; }

/*内页banner*/
.nb {
  position: relative;
  height: 416px; }
  .nb ul {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 200px; }
    .nb ul a {
      width: 11%;
      display: inline-block;
      margin-left: 0.5%;
      margin-bottom: 15px; }
      .nb ul a img {
        width: 100%;
        border-radius: 50%;
        height: 166px;
        border: 4px solid #fff; }
      .nb ul a span {
        color: #fff;
        background: #ffa200;
        padding: 10px 13px;
        display: block;
        text-align: center;
        border-radius: 20px; }
      .nb ul a:hover span {
        background: #60b62b; }

.nb1 {
  background: url(g.html) 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: #0048a6 url(nlanbg.html) 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(pcat_xian.html) 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; }

.lx_l {
  width: 50%; }
  .lx_l h2 {
    font-size: 22px;
    margin-bottom: 30px; }

.lx_r {
  width: 48%; }
  .lx_r h2 {
    font-size: 22px;
    margin-bottom: 30px; }

.syys {
  position: relative;
  overflow: hidden;
  background: url("../UploadFiles/bj/ysb.jpg") top center no-repeat #fbfbfb; }
  .syys h2 {
    text-align: center;
    padding-top: 53px;
    margin-bottom: 30px; }
  .syys span, .syys b, .syys i {
    display: block; }
  .syys span {
    font-size: 32px;
    margin-bottom: 30px;
    padding-left: 70px; }
    .syys span b {
      color: #0051c7;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px dotted #000; }
    .syys span i {
      font-size: 16px;
      line-height: 180%; }
    .syys span:nth-of-type(1) {
      background: url(s1.jpg) left top no-repeat; }
    .syys span:nth-of-type(2) {
      background: url(s2.jpg) left top no-repeat; }
  .syys .syys2 {
    margin-top: 90px;
    overflow: hidden; }
    .syys .syys2 .ys2_l {
      width: 606px; }
    .syys .syys2 .ys2_r {
      width: 687px; }
  .syys .syys3 {
    margin-top: 20px;
    overflow: hidden;
    height: 426px;
    padding: 10px 0; }
    .syys .syys3 .ys3_l {
      width: 486px; }
    .syys .syys3 .ys3_r {
      width: 706px; }
      .syys .syys3 .ys3_r span b {
        color: #0051c7;
        border-bottom: 1px dotted #fff; }
      .syys .syys3 .ys3_r span i {
        color: #000; }
      .syys .syys3 .ys3_r span:nth-of-type(1) {
        background: url(s3.jpg) left top no-repeat; }
      .syys .syys3 .ys3_r span:nth-of-type(2) {
        background: url(s4.jpg) left top no-repeat; }

.sy_wz h3 {
  text-align: center;
  font-size: 44px;
  font-weight: normal; }
  .sy_wz h3 strong {
    font-weight: bold;
    color: #000; }
  .sy_wz h3 em {
    display: block;
    font-size: 18px; }
.sy_wz .sy_wz_con {
  background: #f1f1f1;
  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: #e41019;
        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; }

.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); }

.sygsjj {
  background: url(../UploadFiles/bj/1_12.jpg) top center no-repeat;
  height: 580px; }
  .sygsjj dl dt {
    float: right;
    width: 52%; }
    .sygsjj dl dt h3 {
      color: #000;
      font-size: 50px;
      padding-top: 60px;
      position: relative;
      float: right;
      margin-bottom: 90px; }
      .sygsjj dl dt h3 em {
        display: block;
        color: #000;
        font-weight: normal;
        font-size: 34px;
        text-transform: uppercase; }
      .sygsjj dl dt h3 b {
        color: #ff0000; }
		 .sygsjj dl dt sp {
     float: left;
     width: 52%;}
  .sygsjj dl dd {
    float: left;
    width: 20%; }
  .sygsjj .gs_con {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    color: #fff;
    line-height: 200%; }
    .sygsjj .gs_con p {
      color: #fff;
      line-height: 200%; }
    .sygsjj .gs_con a {
      width: 160px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      border: 1px solid #fff;
      display: block;
      float: right;
      border-radius: 30px; }
      .sygsjj .gs_con a:hover {
        background: #ff9c00;
        color: #fff; }

@media (max-width: 1460px) {
  .top_tel {
    display: none; } }

/*# sourceMappingURL=chen.css.map */
