@charset "UTF-8";
/*@font-face {
  font-family: "cyjbz";
  src: url(../fonts/cyjbz.ttf);
  font-weight: normal;
  font-style: normal;
}*/
body {
  font-family: "微软雅黑";
  overflow-x: hidden; }

.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 990px) {
    .container-fluid {
      padding: 0 2.0202020202vw; } }

.row {
  margin: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
  margin: 0; }

.lt {
  float: left; }

.rt {
  float: right; }

a {
  text-decoration: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.sizeCover {
  background-position: 50% 50%;
  background-size: cover; }

.main-background-1 {
  background: url(../images/bg1.jpg) no-repeat center center;
  background-size: cover; }

.main-background-2 {
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: cover; }

.main-background-3 {
  background: url(../images/bg3.jpg) no-repeat center center;
  background-size: cover; }

.main-background-4 {
  background: url(../images/bg4.jpg) no-repeat center center;
  background-size: cover; }

.main-background-5 {
  background: url(../images/about-bg1.jpg) no-repeat center center;
  background-size: cover; }

.main-background-6 {
  background: url(../images/about-bg2.jpg) no-repeat center center;
  background-size: cover; }

.main-background-7 {
  background: url(../images/about-bg3.jpg) no-repeat center center;
  background-size: cover; }

.main-background-8 {
  background: #f5f5f5; }

.main-pad-1 {
  padding: 35px 0; }

.main-pad-2 {
  padding: 70px 0; }
  @media screen and (max-width: 990px) {
    .main-pad-2 {
      padding: 35px 0; } }

@media screen and (max-width: 990px) {
  .main-pad-3 {
    padding: 45px 0; } }

.main-pad-4 {
  padding: 100px 0; }
  @media screen and (max-width: 990px) {
    .main-pad-4 {
      padding: 45px 0; } }

.main-pad-5 {
  padding: 100px 0 0; }
  @media screen and (max-width: 990px) {
    .main-pad-5 {
      padding-top: 35px; } }

.main-padtop-1 {
  padding-top: 35px; }

.main-martop-1 {
  margin-top: 55px; }
  @media screen and (max-width: 990px) {
    .main-martop-1 {
      margin-top: 35px; } }

.main-martop-2 {
  margin-top: 15px; }

.main-martop-3 {
  margin-top: 25px; }

.main-martop-4 {
  margin-top: 65px; }
  @media screen and (max-width: 990px) {
    .main-martop-4 {
      margin-top: 35px; } }

.main-martop-5 {
  margin-top: -120px; }
  @media screen and (max-width: 990px) {
    .main-martop-5 {
      margin-top: 0; } }

.main-padBottom-1 {
  padding-bottom: 45px; }

.main-marbottom-1 {
  margin-bottom: 35px; }

.main-marbottom-2 {
  margin-bottom: 25px; }

.main-padleft-1 {
  padding-left: 35px; }
  @media screen and (max-width: 990px) {
    .main-padleft-1 {
      padding-left: 0; } }

.main-padright-1 {
  padding-right: 35px; }
  @media screen and (max-width: 990px) {
    .main-padright-1 {
      padding: 0; } }

.no-paddingTop {
  padding-top: 0; }

.no-paddingBottom {
  padding-bottom: 0; }

.positionRelative {
  position: relative;
  z-index: 1;
  overflow: hidden; }

@media screen and (min-width: 991px) {
  .col-md-13 {
    width: 20%; } }

@media screen and (min-width: 991px) {
  .col-md-2-list1 {
    width: 23%; } }

@media screen and (min-width: 991px) {
  .col-md-10-list1 {
    width: 77%; } }

.title-1 {
  position: relative; }
  .title-1.active2 .titbox {
    float: left;
    width: 250px; }
    @media screen and (max-width: 990px) {
      .title-1.active2 .titbox {
        width: 100%; } }
  .title-1.active2 .trtbox {
    margin-top: 20px;
    float: right;
    width: calc(100% - 250px);
    text-align: right; }
    @media screen and (max-width: 990px) {
      .title-1.active2 .trtbox {
        width: 100%;
        text-align: left; } }
    .title-1.active2 .trtbox .choosebox a {
      text-decoration: none;
      display: inline-block;
      height: 27px;
      border-radius: 28px;
      color: #5a5a5a;
      font-size: 14px;
      padding: 0 10px;
      line-height: 27px;
      transition: all .3s;
      margin-bottom: 10px; }
      .title-1.active2 .trtbox .choosebox a:hover {
        background: #1a6fc9;
        color: #fff; }
    .title-1.active2 .trtbox .morebtn {
      position: relative;
      top: 0; }
  .title-1 .chtit {
    font-size: 30px;
    color: #0e0e0e;
    position: relative; }
    .title-1 .chtit span {
      margin-left: 10px;
      position: absolute;
      top: -15px; }
  .title-1 .entit {
    margin-top: 10px;
    display: inline-block;
    background: #1a6fc9;
    color: #fff;
    font-size: 14px;
    font-family: "Arial";
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0 20px; }
  .title-1 .morebtn {
    position: absolute;
    right: 0;
    top: 40px; }
    .title-1 .morebtn a {
      text-decoration: none;
      display: inline-block;
      width: 90px;
      height: 25px;
      border: 1px solid #ddd;
      line-height: 23px;
      text-align: center;
      text-transform: uppercase;
      color: #959595;
      font-size: 14px;
      font-family: "Arial";
      font-weight: normal;
      transition: all .3s; }
      .title-1 .morebtn a:hover {
        background: #000;
        color: #fff; }

.title-2 .t1 {
  font-size: 28px;
  color: #515151;
  line-height: 30px;
  height: 30px;
  overflow: hidden; }
.title-2 .t2 {
  text-transform: uppercase;
  font-size: 12px;
  color: #b8b8b8;
  margin-top: 8px; }
.title-2 .line {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: #1a6fc9;
  margin: 15px 0; }

.title-3 {
  color: #fff; }
  .title-3 .chtit {
    font-size: 30px; }
  .title-3 .entit {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Arial";
    margin-top: 5px; }

.text-1 {
  border-bottom: 1px solid #ddd; }
  .text-1 .choosebox a {
    float: left;
    display: inline-block;
    line-height: 90px;
    padding: 0 15px;
    color: #3c3c3c;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s; }
    @media screen and (max-width: 990px) {
      .text-1 .choosebox a {
        line-height: 35px;
        padding: 0 15px;
        font-size: 14px; } }
    .text-1 .choosebox a:hover, .text-1 .choosebox a.on {
      background: #167ad8;
      color: #fff; }
  .text-1 .title {
    float: left;
    display: inline-block;
    line-height: 90px;
    padding: 0 35px;
    color: #3c3c3c;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s; }
    @media screen and (max-width: 990px) {
      .text-1 .title {
        line-height: 35px;
        padding: 0 15px;
        font-size: 14px; } }
    .text-1 .title.on {
      background: #167ad8;
      color: #fff; }
  .text-1 .posit {
    float: right;
    line-height: 90px;
    color: #8c8c8c;
    font-size: 14px; }
    @media screen and (max-width: 990px) {
      .text-1 .posit {
        line-height: 35px; } }
    .text-1 .posit a {
      color: #8c8c8c; }

@media screen and (max-width: 990px) {
  .section:first-child {
    height: auto !important; } }
.section:first-child .fp-tableCell {
  height: auto !important; }

.aboutbox-con .conbox {
  float: left;
  width: 50%;
  padding-right: 55px; }
  @media screen and (max-width: 990px) {
    .aboutbox-con .conbox {
      width: 100%;
      padding-right: 0; } }
  .aboutbox-con .conbox .c1box {
    margin-top: 25px;
    font-size: 16px;
    color: #202020;
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
    position: relative; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .conbox .c1box {
        margin-top: 0; } }
    .aboutbox-con .conbox .c1box .titbox {
      font-size: 30px;
      color: #0e0e0e;
      font-weight: normal;
      position: relative;
      margin-bottom: 20px; }
      .aboutbox-con .conbox .c1box .titbox span {
        display: block;
        font-size: 14px;
        color: #fff;
        background: #167bd8;
        width: 155px;
        height: 25px;
        line-height: 25px;
        font-family: "arial";
        text-align: center; }
      .aboutbox-con .conbox .c1box .titbox:before {
        position: absolute;
        top: 0;
        left: 150px;
        content: '';
        background: url(../images/about-icon1.png) no-repeat;
        width: 36px;
        height: 25px; }
    .aboutbox-con .conbox .c1box .morebtn {
      position: absolute;
      right: 0;
      top: 40px; }
      .aboutbox-con .conbox .c1box .morebtn a {
        text-decoration: none;
        display: block;
        width: 90px;
        height: 25px;
        border: 1px solid #ddd;
        line-height: 23px;
        text-align: center;
        color: #000;
        font-size: 14px;
        font-family: "Arial";
        font-weight: normal;
        transition: all .3s; }
        .aboutbox-con .conbox .c1box .morebtn a:hover {
          background: #000;
          color: #fff; }
  .aboutbox-con .conbox .c2box {
    margin-top: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #ae905e; }
  .aboutbox-con .conbox .c3box {
    margin-top: 25px;
    position: relative; }
    .aboutbox-con .conbox .c3box:before {
      position: absolute;
      left: -60px;
      top: 10px;
      content: '';
      width: 40px;
      height: 1px;
      background: #000; }
      @media screen and (max-width: 990px) {
        .aboutbox-con .conbox .c3box:before {
          display: none; } }
    .aboutbox-con .conbox .c3box .con {
      font-size: 14px;
      color: #020204;
      line-height: 25px;
      height: 200px;
      overflow: hidden; }
  .aboutbox-con .conbox .c4box {
    margin-top: 25px;
    font-size: 55px;
    color: #e8e6e9;
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
    position: relative; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .conbox .c4box {
        font-size: 40px; } }
    .aboutbox-con .conbox .c4box a {
      position: absolute;
      bottom: 15px;
      left: 70px;
      text-decoration: none;
      display: block;
      width: 135px;
      height: 40px;
      background: #fff;
      border: 1px solid #ddd;
      line-height: 38px;
      text-align: center;
      color: #000;
      font-size: 14px;
      font-weight: normal;
      transition: all .3s; }
      .aboutbox-con .conbox .c4box a:hover {
        background: #aa8646;
        color: #fff; }
  .aboutbox-con .conbox .c5box .b1 {
    margin-top: 20px;
    float: left;
    font-size: 18px;
    color: #161616;
    width: 255px;
    padding-left: 5px;
    border-right: 1px solid #ddd; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .conbox .c5box .b1 {
        border-right: none; } }
    .aboutbox-con .conbox .c5box .b1 span {
      display: block; }
      .aboutbox-con .conbox .c5box .b1 span:nth-child(1) {
        font-weight: bold; }
      .aboutbox-con .conbox .c5box .b1 span:nth-child(2) {
        font-size: 16px; }
  .aboutbox-con .conbox .c5box .b2 {
    margin-top: 25px;
    float: left;
    width: calc(100% - 255px);
    padding-left: 20px; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .conbox .c5box .b2 {
        display: none; } }
    .aboutbox-con .conbox .c5box .b2 span {
      display: block;
      font-size: 14px;
      color: #b0b0b0; }
.aboutbox-con .showpic {
  float: right;
  width: 50%;
  background: url(../images/aboutbox-bg1.png) no-repeat;
  padding: 60px 55px 0 130px; }
  @media screen and (max-width: 990px) {
    .aboutbox-con .showpic {
      width: 100%;
      margin-top: 25px;
      padding: 0; } }
  .aboutbox-con .showpic .aboutbox-carousel {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .aboutbox-con .showpic .aboutbox-carousel .item {
      display: block;
      text-decoration: none; }
      .aboutbox-con .showpic .aboutbox-carousel .item .imgbox {
        overflow: hidden; }
        .aboutbox-con .showpic .aboutbox-carousel .item .imgbox img {
          max-width: 100%;
          max-height: 100%; }
          @media screen and (min-width: 991px) {
            .aboutbox-con .showpic .aboutbox-carousel .item .imgbox img {
              height: 510px; } }
  .aboutbox-con .showpic .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
    z-index: 15; }
    .aboutbox-con .showpic .owl-theme .owl-controls .owl-page {
      margin: 0 3px; }
      .aboutbox-con .showpic .owl-theme .owl-controls .owl-page span {
        opacity: 1;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 13px;
        height: 13px;
        margin: 0 2px;
        padding: 0; }
    .aboutbox-con .showpic .owl-theme .owl-controls .owl-page:hover span {
      background: #1a6fc9; }
    .aboutbox-con .showpic .owl-theme .owl-controls .owl-page.active span {
      background: #1a6fc9; }

.servicebox-con .s1box {
  width: 130px;
  float: left; }
  @media screen and (max-width: 990px) {
    .servicebox-con .s1box {
      width: 100%;
      float: none; } }
  @media screen and (min-width: 991px) {
    .servicebox-con .s1box {
      position: relative;
      top: 100px; } }
  .servicebox-con .s1box .titbox {
    background: #35227b;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 2px; }
    .servicebox-con .s1box .titbox .icon {
      margin-bottom: 10px; }
  .servicebox-con .s1box .conbox {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center; }
    .servicebox-con .s1box .conbox a {
      line-height: 40px;
      height: 40px;
      border-bottom: 1px dashed #eee;
      display: block;
      text-decoration: none;
      font-size: 14px;
      color: #545454;
      overflow: hidden; margin:0 5px;}
      .servicebox-con .s1box .conbox a:hover {
        color: #1a6fc9; }
.servicebox-con .s2box {
  width: calc(100% - 190px);
  float: right;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media screen and (max-width: 990px) {
    .servicebox-con .s2box {
      float: none;
      width: 100%;
      margin-top: 20px; } }
  .servicebox-con .s2box .list {
    width: 15%; }
    @media screen and (max-width: 990px) {
      .servicebox-con .s2box .list {
        width: 31.33%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 480px) {
      .servicebox-con .s2box .list {
        width: 48%;
        margin-bottom: 20px; } }
    .servicebox-con .s2box .list:nth-child(2n+2) a .iconbox {
      border: 3px solid #35227b; }
    .servicebox-con .s2box .list:nth-child(2n+2) a .round {
      background: #35227b; }
      .servicebox-con .s2box .list:nth-child(2n+2) a .round span {
        background: #35227b; }
    @media screen and (min-width: 991px) {
      .servicebox-con .s2box .list:nth-child(2) {
        position: relative;
        top: 115px; }
      .servicebox-con .s2box .list:nth-child(3) {
        position: relative;
        top: 60px; }
      .servicebox-con .s2box .list:nth-child(4) {
        position: relative;
        top: 20px; }
      .servicebox-con .s2box .list:nth-child(5) {
        position: relative;
        top: 60px; } }
    .servicebox-con .s2box .list a {
      text-decoration: none;
      display: block;
      text-align: center;
      position: relative;
      top: 0;
      transition: all .3s; }
      .servicebox-con .s2box .list a:hover {
        top: -5px; }
      .servicebox-con .s2box .list a .iconbox {
        display: inline-block;
        width: 145px;
        height: 145px;
        border: 3px solid #1a6fc9;
        text-align: center;
        background: #fff;
        padding-top: 25px; }
      .servicebox-con .s2box .list a .tit {
        margin-top: 10px;
        font-size: 16px;
        color: #545454;
        line-height: 25px;
        height: 50px;
        overflow: hidden; }
      .servicebox-con .s2box .list a .round {
        width: 24px;
        height: 24px;
        margin: 15px auto 0;
        border-radius: 50%;
        background: #1a6fc9;
        padding: 3px;
        position: relative; }
        .servicebox-con .s2box .list a .round:before {
          content: '';
          position: absolute;
          top: 30px;
          left: 12px;
          height: 250px;
          width: 2px;
          border-left: 1px dashed #caccce; }
        .servicebox-con .s2box .list a .round span {
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #1a6fc9;
          border: 3px solid #fff; }

.projectbox-con .projectbox-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .projectbox-con .projectbox-carousel .item {
    display: block; }
    .projectbox-con .projectbox-carousel .item .list {
      padding: 0 10px 20px; }
      .projectbox-con .projectbox-carousel .item .list a {
        text-decoration: none;
        display: block; }
        .projectbox-con .projectbox-carousel .item .list a:hover .picbox .imgbox {
          transform: scale(1.2); }
        .projectbox-con .projectbox-carousel .item .list a .picbox {
          overflow: hidden; }
          .projectbox-con .projectbox-carousel .item .list a .picbox .imgbox {
            overflow: hidden;
            transition: all .3s; }
            .projectbox-con .projectbox-carousel .item .list a .picbox .imgbox img {
              max-height: 100%;
              max-width: 100%; }
        .projectbox-con .projectbox-carousel .item .list a .conbox {
          margin-top: 10px;
          border-bottom: 1px solid #ddd;
          padding-bottom: 10px;
          position: relative; }
          .projectbox-con .projectbox-carousel .item .list a .conbox:before {
            content: '';
            position: absolute;
            right: 15px;
            top: 20px;
            background: url(../images/project-arrow.png) no-repeat;
            width: 15px;
            height: 10px; }
            @media screen and (max-width: 990px) {
              .projectbox-con .projectbox-carousel .item .list a .conbox:before {
                display: none; } }
          .projectbox-con .projectbox-carousel .item .list a .conbox .chtit {
            font-size: 16px;
            color: #363636;
            line-height: 25px;
            height: 25px;
            overflow: hidden; }
          .projectbox-con .projectbox-carousel .item .list a .conbox .entit {
            margin-top: 5px;
            font-size: 12px;
            color: #b6b6b6;
            font-family: "Arial";
            text-transform: uppercase;
            line-height: 20px;
            height: 20px;
            overflow: hidden; }
.projectbox-con .owl-theme .owl-controls {
  margin-top: 0; }
  @media screen and (max-width: 990px) {
    .projectbox-con .owl-theme .owl-controls .owl-buttons {
      display: none; } }
  .projectbox-con .owl-theme .owl-controls .owl-buttons .owl-prev, .projectbox-con .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #1a6fc9;
    color: #fff;
    font-family: "黑体";
    font-size: 24px;
    padding: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    left: -90px;
    top: 42%; }
  .projectbox-con .owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -90px; }

.newsbox-con {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .newsbox-con .listbox {
    width: 28.33%;
    position: relative; }
    @media screen and (min-width: 991px) {
      .newsbox-con .listbox:before {
        content: '';
        position: absolute;
        right: -13%;
        top: 0;
        height: 100%;
        width: 1px;
        background: #ddd; }
      .newsbox-con .listbox:nth-child(3):before {
        display: none; } }
    @media screen and (max-width: 990px) {
      .newsbox-con .listbox {
        width: 32.33%; } }
    @media screen and (max-width: 480px) {
      .newsbox-con .listbox {
        width: 100%;
        margin-bottom: 25px; } }
    .newsbox-con .listbox a {
      text-decoration: none;
      display: block; }
      .newsbox-con .listbox a:hover .picbox .imgbox {
        transform: scale(1.2); }
      .newsbox-con .listbox a .timebox {
        font-size: 18px;
        color: #222;
        font-family: "Arial"; }
        .newsbox-con .listbox a .timebox span {
          margin-right: 10px;
          font-size: 48px;
          font-weight: bold; }
      .newsbox-con .listbox a .title {
        font-size: 16px;
        color: #222;
        line-height: 25px;
        height: 50px;
        overflow: hidden; }
      .newsbox-con .listbox a .bqtxt {
        margin-top: 8px;
        font-size: 14px;
        color: #969696;
        text-transform: uppercase; }
      .newsbox-con .listbox a .picbox {
        margin-top: 15px;
        overflow: hidden; }
        .newsbox-con .listbox a .picbox .imgbox {
          overflow: hidden;
          transition: all .3s; }
          .newsbox-con .listbox a .picbox .imgbox img {
            max-width: 100%;
            max-height: 100%; }
      .newsbox-con .listbox a .conbox {
        margin-top: 15px;
        font-size: 14px;
        color: #666;
        line-height: 28px;
        height: 84px;
        overflow: hidden; }
      .newsbox-con .listbox a .morebtn {
        margin-top: 15px; }

.certificate-con .list {
  padding: 0 10px 20px; }
  .certificate-con .list a {
    text-decoration: none;
    display: block;
    border: 1px solid #eee; }
    .certificate-con .list a:hover .picbox .imgbox {
      transform: scale(1.2); }
    .certificate-con .list a .picbox {
      overflow: hidden; }
      .certificate-con .list a .picbox .imgbox {
        background: #fff;
        overflow: hidden;
        transition: all .3s; }
        .certificate-con .list a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .certificate-con .list a .conbox {
      line-height: 55px;
      height: 55px;
      font-size: 18px;
      text-align: center;
      overflow: hidden;
      color: #333;
      border-top: 1px solid #eee; }
      @media screen and (max-width: 990px) {
        .certificate-con .list a .conbox {
          font-size: 14px;
          line-height: 45px;
          height: 45px; } }

.news-con .list {
  margin-bottom: 35px; }
  .news-con .list:last-child {
    margin-bottom: 0; }
  .news-con .list a {
    text-decoration: none;
    display: block;
    overflow: hidden; }
    .news-con .list a:hover .l1box .picbox .imgbox {
      transform: scale(1.2); }
    .news-con .list a .l1box {
      width: calc(100% - 185px);
      padding-right: 35px;
      float: left;
      overflow: hidden; }
      @media screen and (max-width: 990px) {
        .news-con .list a .l1box {
          width: 100%;
          padding-right: 0; } }
      .news-con .list a .l1box .picbox {
        width: 25%;
        float: left;
        overflow: hidden; }
        @media screen and (max-width: 990px) {
          .news-con .list a .l1box .picbox {
            width: 35%; } }
        .news-con .list a .l1box .picbox .imgbox {
          overflow: hidden;
          transition: all .3s; }
      .news-con .list a .l1box .conbox {
        float: right;
        width: 72%; }
        @media screen and (max-width: 990px) {
          .news-con .list a .l1box .conbox {
            width: 62%; } }
        .news-con .list a .l1box .conbox .title {
          margin-top: 10px;
          font-size: 16px;
          color: #5a5a5a;
          line-height: 30px;
          height: 30px;
          overflow: hidden; }
        .news-con .list a .l1box .conbox .con {
          margin-top: 15px;
          font-size: 14px;
          color: #7a7a7a;
          line-height: 25px;
          height: 50px;
          overflow: hidden; }
        .news-con .list a .l1box .conbox .stxt {
          margin-top: 20px;
          font-size: 12px;
          color: #a5a5a5;
          text-transform: uppercase; }
          .news-con .list a .l1box .conbox .stxt span:first-child {
            text-decoration: underline; }
          .news-con .list a .l1box .conbox .stxt span:nth-child(2) {
            margin: 0 15px; }
    .news-con .list a .l2box {
      width: 185px;
      float: right;
      border-left: 1px solid #eee;
      padding-left: 35px; }
      @media screen and (max-width: 990px) {
        .news-con .list a .l2box {
          display: none; } }
      .news-con .list a .l2box span {
        color: #a5a5a5;
        display: block;
        font-weight: lighter; }
        .news-con .list a .l2box span:first-child {
          font-size: 48px; }
        .news-con .list a .l2box span:nth-child(2) {
          font-size: 24px; }
        .news-con .list a .l2box span:nth-child(3) {
          margin-top: 15px;
          font-family: "黑体";
          font-size: 30px;
          opacity: .5; }

.about-con .a1box .picbox {
  float: left;
  width: 50%; }
  @media screen and (max-width: 990px) {
    .about-con .a1box .picbox {
      width: 100%; } }
  .about-con .a1box .picbox .imgbox {
    overflow: hidden; }
    .about-con .a1box .picbox .imgbox img {
      max-height: 100%;
      max-width: 100%; }
.about-con .a1box .conbox {
  margin-top: 35px;
  float: right;
  width: 50%;
  padding-left: 35px; }
  @media screen and (max-width: 990px) {
    .about-con .a1box .conbox {
      width: 100%;
      padding-left: 0;
      margin-top: 25px; } }
  .about-con .a1box .conbox .con {
    font-size: 16px;
    color: #757575;
    line-height: 35px; }
.about-con .a2box .conbox {
  margin-top: 80px; }
  .about-con .a2box .conbox .tit {
    width: 300px;
    height: 137px;
    background: #fff;
    line-height: 137px;
    padding-left: 45px;
    font-size: 36px;
    font-weight: bold;
    color: #1a6fc9; }
    @media screen and (max-width: 990px) {
      .about-con .a2box .conbox .tit {
        width: 100%; } }
.about-con .a2box .acon {
  background: rgba(17, 43, 48, 0.34); }
  .about-con .a2box .acon .box .b1 {
    float: left;
    width: 300px;
    background: #1a6fc9;
    color: #fff;
    padding: 35px 25px 35px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    position: relative; }
    @media screen and (max-width: 990px) {
      .about-con .a2box .acon .box .b1 {
        width: 100%; } }
    .about-con .a2box .acon .box .b1:before {
      content: '';
      position: absolute;
      top: 0;
      left: 35px;
      background: url(../images/about-arrow1.png) no-repeat;
      width: 32px;
      height: 16px; }
    .about-con .a2box .acon .box .b1 span {
      display: block;
      font-weight: normal;
      font-size: 12px; }
  .about-con .a2box .acon .box .b2 {
    padding-top: 45px;
    float: right;
    padding-left: 50px;
    width: calc(100% - 300px);
    color: #fff;
    font-size: 16px;
    line-height: 40px; }
    @media screen and (max-width: 990px) {
      .about-con .a2box .acon .box .b2 {
        width: 100%;
        padding: 20px; } }
    .about-con .a2box .acon .box .b2 span {
      display: block; }
      .about-con .a2box .acon .box .b2 span:nth-child(2) {
        margin-top: 10px; }
.about-con .a3box .list {
  padding: 0 10px 20px; }
  .about-con .a3box .list a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    padding: 5px 5px 0;
    background: #fff;
    font-size: 16px;
    color: #202020;
    text-align: center; }
    .about-con .a3box .list a .picbox {
      overflow: hidden; }
      .about-con .a3box .list a .picbox .imgbox {
        overflow: hidden; }
        .about-con .a3box .list a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .about-con .a3box .list a .conbox {
      padding: 25px 20px;
      line-height: 30px; }
.about-con .a4box {
  text-align: center; }
  .about-con .a4box .conbox {
    font-size: 16px;
    color: #757575;
    line-height: 35px;
    letter-spacing: 1px; }
.about-con .a5box .list {
  padding: 0 10px 20px; }
  .about-con .a5box .list a {
    text-decoration: none;
    display: block; }
    .about-con .a5box .list a .timebox {
      font-size: 16px;
      color: #333; }
      .about-con .a5box .list a .timebox span {
        font-weight: bold;
        font-family: "黑体";
        font-size: 22px;
        margin-right: 5px; }
    .about-con .a5box .list a .picbox {
      margin-top: 15px;
      overflow: hidden; }
      .about-con .a5box .list a .picbox .imgbox {
        overflow: hidden; }
        .about-con .a5box .list a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
    .about-con .a5box .list a .conbox {
      margin-top: 15px;
      font-size: 14px;
      color: #414141;
      line-height: 28px;
      height: 84px;
      overflow: hidden; }
.about-con .a6box .listbox {
  margin-bottom: 45px;
  overflow: hidden; }
  @media screen and (min-width: 991px) {
    .about-con .a6box .listbox:nth-child(2n+2) a .picbox {
      float: right; }
    .about-con .a6box .listbox:nth-child(2n+2) a .conbox {
      float: left; } }
  .about-con .a6box .listbox a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    overflow: hidden; }
    .about-con .a6box .listbox a .picbox {
      width: 50%;
      float: left; }
      @media screen and (max-width: 990px) {
        .about-con .a6box .listbox a .picbox {
          width: 100%; } }
    .about-con .a6box .listbox a .conbox {
      float: right;
      width: 50%;
      padding: 20px;
      font-size: 16px;
      color: #757575;
      line-height: 30px; }
      @media screen and (max-width: 990px) {
        .about-con .a6box .listbox a .conbox {
          width: 100%; } }

.info-con .list {
  padding: 0 15px 30px; }
  .info-con .list a {
    text-decoration: none;
    display: block; }
    .info-con .list a:hover .picbox .imgbox {
      transform: scale(1.2); }
    .info-con .list a .picbox {
      overflow: hidden; }
      .info-con .list a .picbox .imgbox {
        overflow: hidden;
        transition: all .3s; }
        .info-con .list a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
    .info-con .list a .conbox {
      margin-top: 10px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      position: relative; }
      .info-con .list a .conbox:before {
        content: '';
        position: absolute;
        right: 15px;
        top: 20px;
        background: url(../images/project-arrow.png) no-repeat;
        width: 15px;
        height: 10px; }
        @media screen and (max-width: 990px) {
          .info-con .list a .conbox:before {
            display: none; } }
      .info-con .list a .conbox .chtit {
        font-size: 16px;
        color: #363636;
        line-height: 25px;
        height: 25px;
        overflow: hidden; }
      .info-con .list a .conbox .entit {
        margin-top: 5px;
        font-size: 12px;
        color: #b6b6b6;
        font-family: "Arial";
        text-transform: uppercase;
        line-height: 20px;
        height: 20px;
        overflow: hidden; }

.service-con .numListBox {
  float: left;
  width: 300px;
  border-right: 1px solid #eee; }
  @media screen and (max-width: 990px) {
    .service-con .numListBox {
      width: 100%;
      border-right: none; } }
  .service-con .numListBox .list {
    padding-right: 20px;
    transition: all .3s; }
    @media screen and (max-width: 990px) {
      .service-con .numListBox .list {
        padding-right: 0; } }
    .service-con .numListBox .list:hover {
      background: #1a6fc9; }
      .service-con .numListBox .list:hover a {
        border-bottom: 1px solid rgba(238, 238, 238, 0); }
        .service-con .numListBox .list:hover a .num {
          color: #fff; }
        .service-con .numListBox .list:hover a .title {
          color: #fff; }
        .service-con .numListBox .list:hover a .entit {
          color: #fff;
          opacity: .38; }
		  
    .service-con .numListBox .list.act {
      background: #1a6fc9; }
      .service-con .numListBox .list.act a {
        border-bottom: 1px solid rgba(238, 238, 238, 0); }
        .service-con .numListBox .list.act a .num {
          color: #fff; }
        .service-con .numListBox .list.act a .title {
          color: #fff; }
        .service-con .numListBox .list.act a .entit {
          color: #fff;
          opacity: .38; }

    .service-con .numListBox .list a {
      text-decoration: none;
      display: block;
      border-bottom: 1px solid #eee;
      padding-bottom: 25px;
      padding-top: 15px;
      padding-left: 15px; }
      .service-con .numListBox .list a .num {
        font-size: 48px;
        color: #3c3c3c;
        font-family: "Century Gothic"; }
      .service-con .numListBox .list a .title {
        font-size: 18px;
        color: #3c3c3c; }
      .service-con .numListBox .list a .entit {
        margin-top: 8px;
        font-size: 12px;
        color: #adadad;
        line-height: 20px; }
.service-con .slistBox {
  float: right;
  width: calc(100% - 350px); }
  @media screen and (max-width: 990px) {
    .service-con .slistBox {
      width: 100%;
      margin-top: 20px; } }
  .service-con .slistBox .list {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .service-con .slistBox .list a {
      text-decoration: none;
      display: block;
      overflow: hidden; }
      .service-con .slistBox .list a:hover .picbox .imgbox {
        transform: scale(1.2); }
      .service-con .slistBox .list a .picbox {
        float: left;
        width: 30%;
        overflow: hidden; }
        @media screen and (max-width: 990px) {
          .service-con .slistBox .list a .picbox {
            width: 35%; } }
        .service-con .slistBox .list a .picbox .imgbox {
          overflow: hidden;
          transition: all .3s; }
          .service-con .slistBox .list a .picbox .imgbox img {
            max-height: 100%;
            max-width: 100%; }
      .service-con .slistBox .list a .conbox {
        float: right;
        width: 67%; }
        @media screen and (max-width: 990px) {
          .service-con .slistBox .list a .conbox {
            width: 62%; } }
        .service-con .slistBox .list a .conbox .title {
          margin-top: 10px;
          font-size: 18px;
          color: #3f3f3f;
          line-height: 30px;
          height: 30px;
          overflow: hidden; }
        .service-con .slistBox .list a .conbox .con {
          margin-top: 10px;
          font-size: 14px;
          color: #949494;
          line-height: 25px;
          height: 75px;
          overflow: hidden; }
        .service-con .slistBox .list a .conbox .morebtn {
          margin-top: 15px;
          font-size: 14px;
          color: #3f3f3f;
          text-transform: uppercase; }

.booking-con .titlebox {
  font-size: 24px;
  color: #666; }
  .booking-con .titlebox span {
    display: block;
    font-size: 16px;
    margin-top: 10px; }
.booking-con .mbox {
  margin-top: 35px; }
  .booking-con .mbox form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .booking-con .mbox .textbox1 {
    width: 32.33%;
    height: 45px;
    border: 1px solid #fff;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    outline: none; }
    @media screen and (max-width: 990px) {
      .booking-con .mbox .textbox1 {
        width: 100%; } }
  .booking-con .mbox .textbox2 {
    width: 100%;
    height: 145px;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
    color: #666;
    outline: none;
    margin-bottom: 35px; }
  .booking-con .mbox .submitbtn {
    width: 140px;
    height: 50px;
    border: none;
    color: #fff;
    font-size: 16px;
    background: #1a6fc9;
    transition: all .3s; }
    .booking-con .mbox .submitbtn:hover {
      background: #0e3d6f; }

.contact-con .conbox .title {
  font-size: 24px;
  color: #666; }
  .contact-con .conbox .title span {
    display: block;
    font-size: 16px;
    margin-top: 5px; }
.contact-con .conbox .con {
  margin-top: 35px;
  font-size: 14px;
  color: #555;
  line-height: 28px; }
  @media screen and (max-width: 990px) {
    .contact-con .conbox .con {
      margin-top: 20px; } }

.contact-con .conbox .stxt {
  margin-top: 60px;
  font-size: 14px;
  color: #555;
  line-height: 25px; }
  @media screen and (max-width: 990px) {
    .contact-con .conbox .stxt {
      margin-top: 20px; } }


.adbanner-wrap {
  height: 100%; max-height:610px; }
  @media screen and (max-width: 990px) {
    .adbanner-wrap {
      height: 180px; } }

.title-posit {
  border-bottom: 1px solid #ddd;
  overflow: hidden; }
  .title-posit .tp {
    overflow: hidden;
    line-height: 60px;
    height: 60px; }
    .title-posit .tp .title {
      color: #000;
      font-size: 18px;
      float: left;
      font-weight: bold; }
    .title-posit .tp .posit {
      float: right;
      font-size: 14px;
      color: #000; }
      .title-posit .tp .posit a {
        text-decoration: none;
        display: inline-block;
        color: #000; }
        .title-posit .tp .posit a:hover {
          color: #53c234; }

.w-title-posit .title {
  font-size: 26px;
  color: #333;
  text-transform: uppercase; }
  .w-title-posit .title span {
    display: block;
    font-size: 20px; }
.w-title-posit .line-wrap {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  text-align: center; }
  .w-title-posit .line-wrap .line {
    margin-top: 15px;
    display: inline-block;
    width: 90px;
    height: 3px;
    background: #04a1f1;
    position: relative;
    top: -17px; }

.news-details-con {
  font-size: 14px;
  line-height: 28px;
  color: #666; }
  .news-details-con img {
    max-width: 100%; }
  .news-details-con .tit {
    text-align: center;
    font-size: 24px;
    color: #292929;
    line-height: 30px; }
  .news-details-con .timebox {
    text-align: center;
    color: #666;
    font-size: 12px;
    margin: 0 0 10px; }

.product-details-con img {
  max-width: 100%; }
.product-details-con .picbox {
  margin-bottom: 20px;
  text-align: center; }
  .product-details-con .picbox img {
    border: 1px solid #ddd;
    max-width: 100%; }
.product-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px; }

#fp-nav {
  top: 45%;
  z-index: 0; }
  #fp-nav.right {
    right: 35px; }
  #fp-nav ul li {
    width: auto;
    margin-bottom: 15px; }
    #fp-nav ul li:hover a.active span {
      border-radius: 0;
      width: 37px;
      height: 2px;
      background: #1a6fc9; }
    #fp-nav ul li a {
      display: block;
      text-align: right; }
      #fp-nav ul li a.active span, #fp-nav ul li a:hover span {
        border-radius: 0;
        width: 37px;
        height: 2px;
        background: #1a6fc9; }
      #fp-nav ul li a span {
        border-radius: 0;
        display: inline-block;
        width: 18px;
        height: 2px;
        background: #b7b7b7;
        position: relative; }
    #fp-nav ul li .fp-tooltip {
      color: #333;
      font-size: 18px;
      font-weight: bold;
      opacity: 1;
      width: auto;
      top: 10px; }
      #fp-nav ul li .fp-tooltip.right {
        right: 40px; }

.header-wrap .header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 65px; position:relative;background: rgba(0, 0, 0, 0.4);} }
  .header-wrap .header .logo {
    margin-top: 25px;
    height: 51px;
    overflow: hidden; }

    .header-wrap .header .logo img {
      position: relative;
      top: -51px;
      max-width: 100%; }
    @media screen and (max-width: 990px) {
      .header-wrap .header .logo {
        margin-top: 13px; }
		.header-wrap .header .logo img { max-width:160px; top:-41px;}
		}
  .header-wrap .header .nav-ul {
    height: 100px; }
    .header-wrap .header .nav-ul .navlist {
      float: left;
      width: 12.5%;
      text-align: center;
      position: relative;
      z-index: 1; }
      .header-wrap .header .nav-ul .navlist .listh1 {
        line-height: 100px;
        display: block;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s; position:relative }
		.header-wrap .header .nav-ul .navlist .listh1:before{content:""; display:block;width:0;height:2px;background:#fff; position:absolute; left:50%; bottom:15px; transform: translateX(-50%); transition:0.5s}
        .header-wrap .header .nav-ul .navlist .listh1:hover, .header-wrap .header .nav-ul .navlist .listh1.on {
          color: #fff;}
		  .header-wrap .header .nav-ul .navlist:hover .listh1:before{width:35%;}
		  .header-wrap .header .nav-ul .navlist .listh1.on:before{width:35%;}
		  
      .header-wrap .header .nav-ul .navlist .list2-ul {
        position: absolute;
        top: 100px;
        left: 0;
        display: none;
        background: #fff;
        width: 180px; }
        .header-wrap .header .nav-ul .navlist .list2-ul .list {
          line-height: 35px;
          position: relative;
          background: #1a6fc9; }
          .header-wrap .header .nav-ul .navlist .list2-ul .list a {
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 14px; }
            .header-wrap .header .nav-ul .navlist .list2-ul .list a:hover, .header-wrap .header .nav-ul .navlist .list2-ul .list a.on {
              background: #0e3d6f; }
          .header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul {
            display: none;
            width: 150px;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            left: 100%;
            top: 0; }
            .header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
              color: #fff;
              font-size: 14px; }
  .header-wrap .header .phonebox {
    padding-left: 50px;
    margin-top: 37px;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "Arial";
    border-right: 1px solid #fff;
    line-height: 25px; }
    .header-wrap .header .phonebox i {
      margin-top: 3px;
      display: inline-block;
      float: left;
      width: 35px;
      height: 16px;
      overflow: hidden; }
      .header-wrap .header .phonebox i img {
        position: relative;
        top: -16px; }
    .header-wrap .header .phonebox span {
      display: inline-block;
      float: left; }
  .header-wrap .header .searchbox {
    margin-top: 40px; }
    @media screen and (max-width: 990px) {
      .header-wrap .header .searchbox {
        margin-top: 25px; } }
    .header-wrap .header .searchbox .s1 {
      height: 19px;
      overflow: hidden; }
      .header-wrap .header .searchbox .s1 img {
        position: relative;
        top: -19px; }
    .header-wrap .header .searchbox .s2 {
      display: none;
      position: absolute;
      top: 75px;
      right: 0;
      width: 200px;
      background: rgba(26, 111, 201, 0.8);
      padding: 5px; }
      @media screen and (max-width: 990px) {
        .header-wrap .header .searchbox .s2 {
          top: 65px; } }
      .header-wrap .header .searchbox .s2 .textbox1 {
        float: left;
        width: calc(100% - 60px);
        height: 25px;
        background: #fff;
        border: none;
        padding: 0 10px;
        color: #666;
        font-size: 12px;
        outline: none; }
      .header-wrap .header .searchbox .s2 .submitbtn {
        float: right;
        width: 60px;
        height: 25px;
        line-height: 25px;
        background: #fff;
        color: #666;
        font-size: 12px;
        border: none;
        border-left: 1px solid #ddd;
        outline: none; }
  .header-wrap .header .menu {
    margin-top: 23px; }
    .header-wrap .header .menu a {
      display: block;
      overflow: hidden;
      height: 23px; }
      .header-wrap .header .menu a img {
        position: relative;
        top: -23px; }
  .header-wrap .header .menulist {
    display: none;
    font-size: 14px;
    position: absolute;
    top: 65px;
    right: -10px;
    width: 150px;
    background: #1a6fc9;
    text-align: center;
    z-index: 10; }
    .header-wrap .header .menulist a {
      display: block;
      line-height: 34px;
      color: #fff; }
  .header-wrap .header.active {
    position: fixed; }
    .header-wrap .header.active .logo img {
      top: 0; }
    .header-wrap .header.active .nav-ul {
      height: 100px; }
      .header-wrap .header.active .nav-ul .navlist .listh1 {
        color: #4f4f4f; }
        .header-wrap .header.active .nav-ul .navlist .listh1:hover, .header-wrap .header.active .nav-ul .navlist .listh1.on {
          color: #1a6fc9; }
    .header-wrap .header.active .phonebox {
      color: #167bd8;
      border-right-color: #ddd; }
      .header-wrap .header.active .phonebox i img {
        top: 0; }
    .header-wrap .header.active .searchbox {
      position: relative; }
      .header-wrap .header.active .searchbox .s1 img {
        top: 0; }
    .header-wrap .header.active .menu a img {
      top: 0; }

.banner-wrap {
  position: relative;
  height: 100%; }
  @media screen and (max-width: 990px) {
    .banner-wrap {
      height: auto; } }
  .banner-wrap .banner-carousel {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%; }
    .banner-wrap .banner-carousel .owl-wrapper {
      height: 100% !important; }
    .banner-wrap .banner-carousel .owl-wrapper-outer {
      height: 100% !important; }
    .banner-wrap .banner-carousel .owl-item {
      height: 100%; }
    .banner-wrap .banner-carousel .item {
      display: block;
      height: 100%; }
      .banner-wrap .banner-carousel .item .pic {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px; }
    .banner-wrap .banner-carousel img {
      max-width: 100%; }
  .banner-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 15; }
    .banner-wrap .owl-theme .owl-controls .owl-page {
      margin: 0 3px; }
      .banner-wrap .owl-theme .owl-controls .owl-page span {
        opacity: 1;
        background: #fff;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin: 0 4px;
        padding: 0; }
    .banner-wrap .owl-theme .owl-controls .owl-page:hover span {
      background: #1a6fc9; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: #1a6fc9; }
  .banner-wrap .wbanner-carousel img {
    width: 100%; }

.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #2cb8ff;
    background-size: cover;
    overflow: hidden;
    font-family: '微软雅黑';
    font-size: 16px;
    color: #fff;
    text-indent: 1em;
    cursor: pointer;
    position: relative; }
    .content-wrap .w-ltside .mb .tit-show .title:before {
      content: '';
      position: absolute;
      right: 10px;
      top: 20px;
      background: url(../images/show-arrow.png) no-repeat;
      width: 14px;
      height: 9px; }
    .content-wrap .w-ltside .mb .tit-show .title .arrow {
      float: right;
      margin-right: 15px; }
    .content-wrap .w-ltside .mb .tit-show .title .icon {
      margin-right: 10px; }
.content-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%; }
  .content-wrap .w-ltside .show-hide .div2 {
    display: block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: #eee;
    color: #707070;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #fff; }
    .content-wrap .w-ltside .show-hide .div2 a {
      display: block;
      color: #707070;
      text-decoration: none; }
    .content-wrap .w-ltside .show-hide .div2:hover a {
      background: #53c234;
      color: #fff; }
  .content-wrap .w-ltside .show-hide .div3 {
    display: none; }
    .content-wrap .w-ltside .show-hide .div3 ul {
      margin: 0;
      padding: 0; }
      .content-wrap .w-ltside .show-hide .div3 ul li {
        display: block;
        height: 34px;
        line-height: 34px;
        list-style: none;
        text-align: center;
        background: #fff;
        overflow: hidden;
        border-bottom: 1px solid #eee; }
        .content-wrap .w-ltside .show-hide .div3 ul li a {
          text-decoration: none;
          display: block;
          overflow: hidden;
          color: #666; }
          .content-wrap .w-ltside .show-hide .div3 ul li a:hover {
            color: #53c234; }
.content-wrap .ltside .linkbox .title-arrow {
  border-top: 5px solid #2cb8ff;
  background: #04a1f1;
  color: #fff;
  height: 80px;
  padding-left: 25px;
  line-height: 75px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold; }
  .content-wrap .ltside .linkbox .title-arrow .tit span {
    font-weight: normal;
    font-size: 12px;
    font-family: "Arial"; }
.content-wrap .ltside .linkbox .link-wrap {
  margin-top: 5px; }
  .content-wrap .ltside .linkbox .link-wrap .lbox {
    margin-bottom: 5px; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list {
      background: #e5e5e5;
      display: block;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      text-decoration: none;
      color: #000;
      overflow: hidden;
      position: relative;
      z-index: 10;
      text-transform: uppercase;
      padding: 0 20px; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover {
        background: #53c234;
        color: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 {
        background: #53c234;
        color: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list:before {
        content: '';
        position: absolute;
        top: 2%;
        left: .5%;
        width: 99%;
        height: 96%;
        border: 1px solid #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list .tit {
        float: left;
        width: calc(100% - 40px); }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list .arrow {
        float: left;
        width: 40px;
        color: #b1b1b1; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list2 {
      display: none;
      padding: 8px 0; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li {
        border-bottom: 1px dashed #ccc; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a {
          padding-left: 20px;
          display: block;
          height: 40px;
          text-align: left;
          color: #696969;
          line-height: 40px;
          font-size: 14px;
          text-decoration: none;
          overflow: hidden; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
            color: #53c234; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
            font-style: normal;
            float: left;
            width: 10%; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
            float: left;
            width: 80%; }
.content-wrap .ltside .contactbox {
  margin-top: 30px; }
  .content-wrap .ltside .contactbox .title-arrow {
    border-top: 5px solid #2cb8ff;
    background: #04a1f1;
    color: #fff;
    height: 80px;
    padding-left: 25px;
    line-height: 75px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold; }
    .content-wrap .ltside .contactbox .title-arrow .tit span {
      font-weight: normal;
      font-size: 12px;
      font-family: "Arial"; }
  .content-wrap .ltside .contactbox .cbox {
    margin-top: 5px;
    font-size: 14px;
    color: #222;
    background: #fff;
    border: 1px solid #ddd; }
    .content-wrap .ltside .contactbox .cbox .phonebox {
      border-bottom: 1px solid #eee;
      padding: 15px 25px;
      overflow: hidden; }
      .content-wrap .ltside .contactbox .cbox .phonebox .icon {
        margin-top: 10px;
        float: left;
        width: 50px; }
      .content-wrap .ltside .contactbox .cbox .phonebox .ptxt {
        float: left;
        width: calc(100% - 50px);
        font-size: 14px;
        color: #000; }
        .content-wrap .ltside .contactbox .cbox .phonebox .ptxt span {
          display: block; }
          .content-wrap .ltside .contactbox .cbox .phonebox .ptxt span:nth-child(2) {
            font-size: 24px;
            color: #53c234;
            font-family: "Arial";
            font-weight: bold; }
    .content-wrap .ltside .contactbox .cbox .con {
      padding: 20px;
      font-size: 14px;
      line-height: 25px; }
      .content-wrap .ltside .contactbox .cbox .con span {
        font-size: 15px;
        font-weight: bold; }

.footer2 {
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  line-height: 45px; }
  .footer2 .flogo {
    float: left;
    text-align: center;
    width: 45%;
    margin-top: 130px; }
  .footer2 .conbox {
    float: right;
    width: 55%; }
    .footer2 .conbox .list {
      overflow: hidden; }
      .footer2 .conbox .list i {
        float: left;
        width: 55px; }
      .footer2 .conbox .list span {
        float: left;
        width: calc(100% - 55px); }

@media screen and (max-width: 990px) {
  .footer-wrap {
    margin-bottom: 70px; } 
 .news-details-con .tit { font-size:18px;}
	}
.footer-wrap .footer .f1box {
  background: #292929;
  padding: 55px 0;
  color: #fff; }
  .footer-wrap .footer .f1box .box1 {
    float: left;
    width: 33.33%; }
    .footer-wrap .footer .f1box .box1 .title img {
      max-width: 100%; }
    .footer-wrap .footer .f1box .box1 .conbox {
      margin-top: 20px;
      font-size: 14px;
      color: #c1c1c1;
      line-height: 30px; }
    .footer-wrap .footer .f1box .box1 .iconbox {
      margin-top: 25px; }
      .footer-wrap .footer .f1box .box1 .iconbox a {
        text-decoration: none;
        display: inline-block;
        margin-right: 15px;
        transition: all .3s; }
        .footer-wrap .footer .f1box .box1 .iconbox a:hover {
          opacity: .5; }
  .footer-wrap .footer .f1box .box2 {
    padding-left: 55px;
    float: left;
    width: 36.33%;
    overflow: hidden; }
    .footer-wrap .footer .f1box .box2 .listbox {
      float: left;
      width: 40%; }
      .footer-wrap .footer .f1box .box2 .listbox:nth-child(2) {
        width: 60%; }
      .footer-wrap .footer .f1box .box2 .listbox .title {
        font-size: 16px; }
      .footer-wrap .footer .f1box .box2 .listbox .conbox {
        margin-top: 20px; }
        .footer-wrap .footer .f1box .box2 .listbox .conbox a {
          line-height: 30px;
          display: block;
          color: #fff;
          font-size: 14px; }
  .footer-wrap .footer .f1box .box3 {
    float: left;
    width: 30.33%;
    padding-left: 55px; }
    .footer-wrap .footer .f1box .box3 .title {
      font-size: 16px; }
    .footer-wrap .footer .f1box .box3 .conbox {
      margin-top: 20px; }
    .footer-wrap .footer .f1box .box3 .list {
      display: inline-block;
      margin-right: 10px; }
      .footer-wrap .footer .f1box .box3 .list img {
        width: 115px; }
.footer-wrap .footer .f2box {
  background: #1a1a1a;
  padding: 25px 0;
  text-align: center;
  color: #6c6c6c;
  font-size: 14px;
  line-height: 25px; }

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #292929;
  z-index: 80; }
  .hot-wrap .list {
    height: 75px;
    width: 25%;
    float: left;
    display: block; }
    .hot-wrap .list:hover {
      background: #191919; }
    .hot-wrap .list a {
      text-decoration: none;
      display: block;
      text-align: center; }
      .hot-wrap .list a i {
        display: block;
        padding-bottom: .2em;
        padding-top: .5em; }
      .hot-wrap .list a span {
        font-size: 1rem;
        color: #fff; }

/*# sourceMappingURL=style.css.map */

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; border-bottom:1px dashed #b6b6b6; font-size:18px; color:#000; line-height:30px; padding-bottom:15px; text-align:center;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:14px; color:#7a7a7a; padding:15px 0;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.xwxq_txt {overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.xwxq_txt span{overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.xwxq_txt img{ max-width:100% !important; height:auto !important;}
