  @charset "UTF-8";
@font-face {
  font-family: "zzh";
  src: url(/fonts/zzh.ttf);
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Î¢ÈíÑÅºÚ"; }

.container-fluid {
  max-width: 1170px !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: #0075c2; }

.main-background-2 {
  background: url(/images/bg1.jpg) no-repeat center center;
  background-size: cover; }

.main-pad-1 {
  padding: 35px 0; }

.main-pad-2 {
  padding: 75px 0; }
  @media screen and (max-width: 990px) {
    .main-pad-2 {
      padding: 35px 0; } }

.main-pad-3 {
  padding: 55px 0 0; }
  @media screen and (max-width: 990px) {
    .main-pad-3 {
      padding: 35px 0 0; } }

.main-martop-1 {
  margin-top: 35px; }

.main-martop-2 {
  margin-top: 15px; }

.main-martop-3 {
  margin-top: 10px; }

.main-marbottom-1 {
  margin-bottom: 35px; }

.main-marbottom-2 {
  margin-bottom: 15px; }

.main-padleft-1 {
  padding-left: 25px; }
  @media screen and (max-width: 990px) {
    .main-padleft-1 {
      padding-left: 0; } }

.main-padleft-2 {
  padding-left: 45px; }
  @media screen and (max-width: 990px) {
    .main-padleft-2 {
      padding-left: 0; } }

.main-padright-1 {
  padding-right: 20px; }
  @media screen and (max-width: 990px) {
    .main-padright-1 {
      padding: 0; } }

.no-paddingTop {
  padding-top: 0; }

.no-paddingBottom {
  padding-bottom: 0; }

@media screen and (min-width: 991px) {
  .col-md-13 {
    width: 20%; } }

.title-1.active2 .chtit {
  color: #fff;
  background: url(/images/title-1-line2.png) no-repeat center center; }
.title-1.active2 .stxt {
  background: #6fa8dc;
  font-size: 12px; }
.title-1 .chtit {
  font-size: 32px;
  font-weight: bold;
  color: #00a1e9;
  background: url(/images/title-1-line1.png) no-repeat center center; }
.title-1 .stxt {
  margin-top: 10px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  background: #0070c0; }

.text-1 a {
  text-decoration: none;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background: #00a1e9;
  font-size: 16px;
  transition: all .3s; }
  .text-1 a:hover {
    background: #0070c0; }

.productbox-con .list {
  padding: 0 10px 20px; }
  .productbox-con .list a {
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 16px;
    text-align: center; }
    .productbox-con .list a .picbox {
      overflow: hidden;
      border: 1px solid #ddd; }
      .productbox-con .list a .picbox .imgbox {
        overflow: hidden;
        background: #fff; }
        .productbox-con .list a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .productbox-con .list a .conbox {
      margin-top: 10px;
      line-height: 30px;
      height: 30px;
      overflow: hidden; }

.adbox-wrap {
  background: url(/images/adbox-bg1.jpg) no-repeat center center;
  background-size: cover;
  padding: 1px 0; }
  @media screen and (max-width: 990px) {
    .adbox-wrap {
      padding: 25px 0; } }
  .adbox-wrap .pic {
    overflow: hidden; }
    @media screen and (max-width: 990px) {
      .adbox-wrap .pic {
        text-align: center; } }
    .adbox-wrap .pic img {
      float: left;
      width: 230px; }
      @media screen and (max-width: 990px) {
        .adbox-wrap .pic img {
          display: inline-block;
          float: none; } }
      .adbox-wrap .pic img:nth-child(2) {
        width: 150px;
        margin-top: 10px; }
  .adbox-wrap .titbox {
    margin-top: 35px;
    color: #fff;
    text-align: center; }
    .adbox-wrap .titbox span {
      display: block;
      font-size: 36px; }
      .adbox-wrap .titbox span:nth-child(2) {
        margin-top: 10px;
        font-size: 24px; }
  .adbox-wrap .cconbox {
    margin-top: 15px; }
    .adbox-wrap .cconbox .c1box {
      overflow: hidden; }
      .adbox-wrap .cconbox .c1box .icon {
        margin-top: 10px;
        float: left;
        margin-right: 5px; }
      .adbox-wrap .cconbox .c1box .ptxt {
        float: left;
        color: #fff;
        font-size: 32px; }
    .adbox-wrap .cconbox .c2box {
      margin-top: 7px;
      color: #fff;
      font-size: 16px;
      line-height: 30px; }

.advantage-wrap .title-line .entit {
  font-size: 52px;
  font-weight: bold;
  color: #eeeeee;
  text-transform: uppercase;
  line-height: 52px; }
.advantage-wrap .title-line .chtit {
  font-size: 36px;
  color: #0075c2;
  line-height: 36px; }
  @media screen and (min-width: 991px) {
    .advantage-wrap .title-line .chtit {
      margin-top: -25px; } }
.advantage-wrap .title-line .line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: relative; }
  .advantage-wrap .title-line .line:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 350px;
    height: 25px;
    background: #0070c0; }
    @media screen and (max-width: 990px) {
      .advantage-wrap .title-line .line:before {
        width: 200px; } }
.advantage-wrap .advantage-con {
  margin-top: 55px; }
  .advantage-wrap .advantage-con .listbox {
    overflow: hidden; }
    @media screen and (min-width: 991px) {
      .advantage-wrap .advantage-con .listbox:nth-child(2n+1) .picbox {
        float: right; }
      .advantage-wrap .advantage-con .listbox:nth-child(2n+1) .conbox {
        float: left; } }
    .advantage-wrap .advantage-con .listbox .picbox {
      float: left;
      width: 500px;
      overflow: hidden; }
      @media screen and (max-width: 990px) {
        .advantage-wrap .advantage-con .listbox .picbox {
          width: 100%; } }
      .advantage-wrap .advantage-con .listbox .picbox .imgbox {
        overflow: hidden; }
        .advantage-wrap .advantage-con .listbox .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .advantage-wrap .advantage-con .listbox .conbox {
      float: right;
      width: calc(100% - 500px);
      background: #eee;
      padding: 30px; }
      @media screen and (max-width: 990px) {
        .advantage-wrap .advantage-con .listbox .conbox {
          width: 100%; } }
      @media screen and (min-width: 991px) {
        .advantage-wrap .advantage-con .listbox .conbox {
          height: 180px;
          margin-top: 45px; } }
      .advantage-wrap .advantage-con .listbox .conbox .titbox {
        font-size: 22px;
        font-weight: bold;
        color: #0075c2;
        overflow: hidden;
        line-height: 30px; }
        .advantage-wrap .advantage-con .listbox .conbox .titbox span {
          float: left;
          display: inline-block; }
          .advantage-wrap .advantage-con .listbox .conbox .titbox span:nth-child(2) {
            margin-left: 10px;
            font-size: 18px;
            font-weight: bold;
            color: #333333; }
      .advantage-wrap .advantage-con .listbox .conbox .line {
        width: 200px;
        height: 1px;
        background: #cccccc;
        margin: 10px 0; }
      .advantage-wrap .advantage-con .listbox .conbox .con .list {
        font-size: 14px;
        color: #666;
        line-height: 23px; }
        .advantage-wrap .advantage-con .listbox .conbox .con .list .icon {
          float: left;
          position: relative;
          width: 30px; }
          @media screen and (min-width: 991px) {
            .advantage-wrap .advantage-con .listbox .conbox .con .list .icon:before {
              content: '';
              position: absolute;
              left: 11px;
              top: 25px;
              height: 60px;
              width: 1px;
              background: #0075c2;
              z-index: 1; } }
        .advantage-wrap .advantage-con .listbox .conbox .con .list span {
          float: left;
          width: calc(100% - 30px); }

.aboutbox-con .conbox {
  color: #fff; }
  .aboutbox-con .conbox .con {
    height: 270px;
    overflow: hidden;
    text-indent: 2em;
    color: #fff;
    line-height: 30px;
    font-size: 14px; }
    .aboutbox-con .conbox .con p {
      margin-bottom: 0; }
  .aboutbox-con .conbox .morebtn {
    text-align: right; }
    .aboutbox-con .conbox .morebtn a {
      text-decoration: none;
      display: inline-block;
      width: 120px;
      height: 35px;
      border: 1px solid #fff;
      line-height: 33px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      transition: all .3s; }
      .aboutbox-con .conbox .morebtn a:hover {
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.8); }
.aboutbox-con .aboutpic-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }
  .aboutbox-con .aboutpic-carousel .item .picbox {
    overflow: hidden; }
    .aboutbox-con .aboutpic-carousel .item .picbox .imgbox {
      overflow: hidden; }
      .aboutbox-con .aboutpic-carousel .item .picbox .imgbox img {
        max-height: 100%;
        max-width: 100%; }
        @media screen and (min-width: 991px) {
          .aboutbox-con .aboutpic-carousel .item .picbox .imgbox img {
            height: 310px; } }
.aboutbox-con .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 15; }
  .aboutbox-con .owl-theme .owl-controls .owl-page {
    margin: 0 3px; }
    .aboutbox-con .owl-theme .owl-controls .owl-page span {
      background: #333;
      width: 10px;
      height: 10px;
      margin: 0;
      padding: 0;
      border-radius: 10px;
      opacity: .5; }
  .aboutbox-con .owl-theme .owl-controls .owl-page:hover span {
    opacity: 1; }
  .aboutbox-con .owl-theme .owl-controls .owl-page.active span {
    opacity: 1; }

.casebox-con {
  overflow: hidden;
  position: relative; }
  .casebox-con .bd ul {
    overflow: hidden;
    zoom: 1; }
    .casebox-con .bd ul li {
      margin: 0 1px;
      float: left;
      _display: inline;
      overflow: hidden;
      text-align: center;
      width: 300px; }
      .casebox-con .bd ul li a {
        text-decoration: none;
        display: block; }
        .casebox-con .bd ul li a:hover .picbox .imgbox {
          transform: scale(1.2); }
        .casebox-con .bd ul li a .picbox {
          overflow: hidden;
          border: 1px solid #ddd; }
          .casebox-con .bd ul li a .picbox .imgbox {
            overflow: hidden;
            transition: all 1s; }
            .casebox-con .bd ul li a .picbox .imgbox img {
              max-width: 100%;
              max-height: 100%; }

.newsbox-con .listbox {
  padding: 0 10px 20px; }
  @media screen and (min-width: 991px) {
    .newsbox-con .listbox {
      padding: 0 20px; } }
  .newsbox-con .listbox .title {
    color: #fff;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    font-size: 18px; }
  .newsbox-con .listbox .picbox {
    margin-top: 5px;
    overflow: hidden; }
    .newsbox-con .listbox .picbox .imgbox {
      overflow: hidden; }
  .newsbox-con .listbox .lbox {
    margin-top: 8px; }
    .newsbox-con .listbox .lbox .list {
      overflow: hidden;
      border-bottom: 1px dashed #fff;
      margin-bottom: 3px; }
      .newsbox-con .listbox .lbox .list a {
        text-decoration: none;
        display: block;
        color: #fff;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        transition: all .3s; }
        .newsbox-con .listbox .lbox .list a:hover {
          opacity: .5; }
        .newsbox-con .listbox .lbox .list a span {
          float: left;
          width: calc(100% - 120px); }
          .newsbox-con .listbox .lbox .list a span:nth-child(2) {
            float: right;
            width: 100px;
            text-align: right; }

.equipmentbox-con {
  overflow: hidden;
  position: relative; }
  .equipmentbox-con .bd ul {
    overflow: hidden;
    zoom: 1; }
    .equipmentbox-con .bd ul li {
      margin: 0 1px;
      float: left;
      _display: inline;
      overflow: hidden;
      text-align: center;
      width: 180px; }
      .equipmentbox-con .bd ul li a {
        text-decoration: none;
        display: block; }
        .equipmentbox-con .bd ul li a:hover .picbox .imgbox {
          transform: scale(1.2); }
        .equipmentbox-con .bd ul li a .picbox {
          overflow: hidden;
          border: 1px solid #ddd; }
          .equipmentbox-con .bd ul li a .picbox .imgbox {
            overflow: hidden;
            transition: all 1s; }
            .equipmentbox-con .bd ul li a .picbox .imgbox img {
              max-width: 100%;
              max-height: 100%; }

@media screen and (max-width: 990px) {
  .contactbox-con .c1box {
    margin-top: 25px; } }
.contactbox-con .c1box .mbox .inputlist {
  margin-bottom: 10px;
  overflow: hidden; }
  .contactbox-con .c1box .mbox .inputlist .textbox1 {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    background: #F7F9FB;
    padding: 0 10px;
    font-size: 18px;
    color: #666;
    outline: none; }
  .contactbox-con .c1box .mbox .inputlist .textbox2 {
    width: 100%;
    height: 80px;
    border: 1px solid #ddd;
    background: #F7F9FB;
    padding: 10px;
    font-size: 18px;
    color: #666;
    outline: none; }
  .contactbox-con .c1box .mbox .inputlist .textbox3 {
    float: left;
    width: 185px;
    height: 45px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 18px;
    color: #666;
    outline: none;
    margin-right: 10px; }
  .contactbox-con .c1box .mbox .inputlist span {
    float: left; }
    .contactbox-con .c1box .mbox .inputlist span img {
      height: 45px; }
  .contactbox-con .c1box .mbox .inputlist .submitbtn {
    width: 100%;
    height: 45px;
    background: #333;
    color: #fff;
    border: none;
    font-size: 16px;
    outline: none;
    transition: all .3s; }
    .contactbox-con .c1box .mbox .inputlist .submitbtn:hover {
      background: black; }
@media screen and (min-width: 991px) {
  .contactbox-con .c1box {
    padding: 0 35px; } }
.contactbox-con .c2box {
  margin-top: 20px; }
  .contactbox-con .c2box .mappic img {
    width: 100%; }
.contactbox-con .c3box {
  font-size: 18px;
  line-height: 45px;
  margin-bottom: 20px; }

.title-posit {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }
  .title-posit .tp {
    overflow: hidden; }
    .title-posit .tp .title {
      display: inline-block;
      float: left;
      color: #000;
      font-size: 20px;
      border-bottom: 1px solid #0075c2; }
    .title-posit .tp .posit {
      font-size: 14px;
      color: #999;
      padding-right: 15px; }
      .title-posit .tp .posit a {
        display: inline-block;
        color: #999; }

.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: #0075c2;
    position: relative;
    top: -17px; }

.case-con .list {
  padding: 0 10px 20px; }
  .case-con .list a {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    transition: all .3s; }
    .case-con .list a:hover .picbox .imgbox {
      transform: scale(1.2); }
    .case-con .list a .picbox {
      overflow: hidden; }
      .case-con .list a .picbox .imgbox {
        overflow: hidden;
        transition: all 1s; }
        .case-con .list a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .case-con .list a .conbox {
      line-height: 45px;
      height: 45px;
      overflow: hidden; }

.about-con {
  font-size: 16px;
  line-height: 35px;
  color: #333; margin-top:10px;}
  .about-con img {
    max-width: 100%;
    margin: 15px 0; }

.ny-news-con .nlist {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd; }
  .ny-news-con .nlist a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    font-family: "Î¢ÈíÑÅºÚ"; }
    .ny-news-con .nlist a:hover .picbox {
      opacity: .5; }
    .ny-news-con .nlist a:hover .conbox .title {
      color: #0075c2; }
    .ny-news-con .nlist a .picbox {
      float: left;
      width: 23%;
      transition: all .3s; }
      @media screen and (max-width: 990px) {
        .ny-news-con .nlist a .picbox {
          width: 35%; } }
    .ny-news-con .nlist a .conbox {
      float: right;
      width: 100%; }
      @media screen and (max-width: 990px) {
        .ny-news-con .nlist a .conbox {
          width: 100%; } }
      .ny-news-con .nlist a .conbox .title {
        font-size: 16px;
        color: #333;
        line-height: 25px;
        height: 25px;
        overflow: hidden; font-weight:bold;
        transition: all .3s; }
		.ny-news-con .nlist a .conbox .title span{ font-weight:normal; float:right; font-size:13px;}
      .ny-news-con .nlist a .conbox .con {
        margin-top: 8px;
        font-size: 14px;
        color: #7d7d7d;
        line-height: 28px;
        height: 56px;
        overflow: hidden; }
      .ny-news-con .nlist a .conbox .morebtn {
        margin-top: 8px;
        font-size: 18px;
        color: #7d7d7d;
        line-height: 30px;
        height: 30px;
        overflow: hidden; }
        .ny-news-con .nlist a .conbox .morebtn span {
          display: inline-block;
          float: left;
          width: calc(100% - 120px); font-size:13px;}
          .ny-news-con .nlist a .conbox .morebtn span:nth-child(2) {
            float: right;
            width: 90px;
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            background: #0075c2;
            border-radius: 20px;
            color: #fff;
            text-align: center;
            transition: all .3s; }

.news-details-con img {
  max-width: 100%; }
.news-details-con .biaoti {
  text-align: center;
  font-size: 2.2rem;
  color: #333;
  font-weight: bold; }
.news-details-con .timebox {
  margin: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #666; }
.news-details-con .conbox {
  font-size: 1.4rem;
  color: #666;
  line-height: 30px; }

.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 #ccc;
    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; }

.header-wrap .header {
  height: 105px; }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 65px; } }
  .header-wrap .header .logo {
    line-height: 105px; }
    @media screen and (max-width: 990px) {
      .header-wrap .header .logo {
        line-height: 65px; } }
    .header-wrap .header .logo img {
      max-width: 100%; }
      @media screen and (max-width: 990px) {
        .header-wrap .header .logo img {
          max-width: 90%; } }
  .header-wrap .header .hrtbox {
    float: right;
    margin-top: 20px; }
    .header-wrap .header .hrtbox .searchbox {
      margin-top: 15px;
      float: left;
      width: 325px; }
      .header-wrap .header .hrtbox .searchbox .textbox1 {
        float: left;
        width: calc(100% - 100px);
        height: 33px;
        border: 1px solid #ddd;
        padding: 0 10px;
        font-size: 14px;
        color: #666;
        outline: none; }
      .header-wrap .header .hrtbox .searchbox .submitbtn {
        float: left;
        width: 100px;
        height: 33px;
        border: none;
        background: #00a1e9;
        color: #fff;
        outline: none; }
        .header-wrap .header .hrtbox .searchbox .submitbtn:hover {
          background: #0075c2; }
    .header-wrap .header .hrtbox .phonebox {
      margin-left: 55px;
      float: left; }
      .header-wrap .header .hrtbox .phonebox .icon {
        float: left;
        width: 60px;
        margin-right: 8px; }
        .header-wrap .header .hrtbox .phonebox .icon img {
          max-width: 100%; }
      .header-wrap .header .hrtbox .phonebox .ptxt {
        float: left;
        width: 155px; }
        .header-wrap .header .hrtbox .phonebox .ptxt span {
          display: block;
          font-size: 14px;
          color: #0070c0;
          line-height: 20px; }
          .header-wrap .header .hrtbox .phonebox .ptxt span:nth-child(2) {
            color: #666;
            font-size: 20px;
            line-height: 23px; }
  @media screen and (max-width: 990px) {
    .header-wrap .header .menu {
      line-height: 65px;
      float: right; } }
  .header-wrap .header .menulist {
    display: none;
    font-size: 14px;
    position: absolute;
    top: 65px;
    right: -10px;
    width: 150px;
    background: #0075c2;
    text-align: center;
    z-index: 10; }
    .header-wrap .header .menulist a {
      display: block;
      line-height: 30px;
      color: #fff; }

.nav-wrap {
  height: 55px;
  background: #0075c2; }
  .nav-wrap .nav-ul .navlist {
    float: left;
    width: 14.25%;
    text-align: center;
    position: relative;
    z-index: 5; }
    .nav-wrap .nav-ul .navlist .listh1 {
      display: block;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      line-height: 55px;
      position: relative;
      transition: all .3s; }
      .nav-wrap .nav-ul .navlist .listh1:hover, .nav-wrap .nav-ul .navlist .listh1.on {
        background: #9fc5e8; }
    .nav-wrap .nav-ul .navlist .list2-ul {
      position: absolute;
      top: 55px;
      left: 0;
      display: none;
      background: #fff;
      width: 100%; }
      .nav-wrap .nav-ul .navlist .list2-ul .list {
        line-height: 35px;
        position: relative;
        background: #fff; }
        .nav-wrap .nav-ul .navlist .list2-ul .list a {
          display: block;
          text-decoration: none;
          color: #333;
          font-size: 14px; }
          .nav-wrap .nav-ul .navlist .list2-ul .list a:hover, .nav-wrap .nav-ul .navlist .list2-ul .list a.on {
            background: #9fc5e8;
            color: #fff; }
        .nav-wrap .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; }
          .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
            color: #fff;
            font-size: 14px; }

.banner-wrap {
  position: relative; }
  .banner-wrap .banner-carousel {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto; }
    .banner-wrap .banner-carousel .item {
      display: block; }
    .banner-wrap .banner-carousel img {
      display: block;
      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 {
        background: #333;
        width: 10px;
        height: 10px;
        margin: 0;
        padding: 0;
        border-radius: 10px;
        opacity: .5; }
    .banner-wrap .owl-theme .owl-controls .owl-page:hover span {
      opacity: 1; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      opacity: 1; }
  .banner-wrap .wbanner-carousel img {
    width: 100%; }

.searchbox-wrap {
  background: #eee;
  padding: 15px 0; }
  .searchbox-wrap .sbox {
    position: relative;
    overflow: hidden; }
    .searchbox-wrap .sbox .textbox1 {
      float: left;
      width: calc(100% - 100px);
      height: 33px;
      border: 1px solid #ddd;
      padding: 0 10px;
      font-size: 14px;
      color: #666;
      outline: none; }
    .searchbox-wrap .sbox .submitbtn {
      float: left;
      width: 100px;
      height: 33px;
      border: none;
      background: #00a1e9;
      color: #fff;
      outline: none; }
      .searchbox-wrap .sbox .submitbtn:hover {
        background: #0075c2; }

.content-wrap .contentbox {
  margin-bottom: 10px; }
.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #0075c2;
    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: #0075c2;
      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: #0075c2; }
.content-wrap .ltside .linkbox .title-arrow {
  background: #0075c2;
  color: #fff;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  font-weight: bold; }
.content-wrap .ltside .linkbox .link-wrap {
  margin-top: 5px; }
  .content-wrap .ltside .linkbox .link-wrap .lbox {
    margin-bottom: 3px; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list {
      background: #e9e9e9;
      display: block;
      height: 40px;
      line-height: 40px;
      text-align: left;
      font-size: 16px;
      text-decoration: none;
      color: #666;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden;
      position: relative;
      z-index: 10; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover {
        background: #0075c2;
        color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover .tit span {
          color: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 {
        background: #0075c2;
        color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 .tit span {
          color: #fff; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list2 {
      display: none; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul {
        background: #ededed;
        padding: 5px 10px 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: 50px;
            text-align: left;
            color: #696969;
            line-height: 50px;
            font-size: 1.4rem;
            text-decoration: none;
            overflow: hidden; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
              color: #0075c2; }
            .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: 20px; }
  .content-wrap .ltside .contactbox .title-arrow {
    background: #0075c2;
    color: #fff;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 30px;
    font-weight: bold; }
  .content-wrap .ltside .contactbox .cbox {
    background: #e9e9e9;
    color: #333;
    padding: 10px 15px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ"; }

.footer-wrap {
  /* @media screen and (max-width: $breakpoint){
     margin-bottom: 75px;
   }*/ }
  .footer-wrap .footer .f1box {
    background: #0075c2;
    color: #fff; }
    .footer-wrap .footer .f1box .box1 {
      padding: 30px 0;
      overflow: hidden; }
      .footer-wrap .footer .f1box .box1 .picbox {
        margin-top: 10px;
        float: left;
        width: 270px;
        text-align: center; }
      .footer-wrap .footer .f1box .box1 .cconbox {
        float: left;
        font-size: 16px;
        line-height: 30px; width:500px;}
      .footer-wrap .footer .f1box .box1 .ewmbox {
        float: left;
        width: 270px;
        text-align: center; }
        .footer-wrap .footer .f1box .box1 .ewmbox .pic {
          display: inline-block;
          width: 105px;
          text-align: center;
          color: #fff;
          font-size: 14px; }
          .footer-wrap .footer .f1box .box1 .ewmbox .pic img {
            width: 100%;
            border: 5px solid #fff; }
          .footer-wrap .footer .f1box .box1 .ewmbox .pic span {
            display: block;
            margin-top: 8px; }
    .footer-wrap .footer .f1box .box2 {
      font-size: 14px;
      line-height: 25px;
      padding: 15px 0; }
  .footer-wrap .footer .f2box {
    padding: 15px 0; }
    .footer-wrap .footer .f2box .tit {
      color: #333;
      font-size: 14px;
      font-weight: bold; }
    .footer-wrap .footer .f2box .con {
      margin-top: 10px; }
      .footer-wrap .footer .f2box .con a {
        color: #666;
        font-size: 14px;
        margin-right: 20px; }

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #292929;
  z-index: 999; }
  .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 */




/*ÊÖ»úµ×²¿*/
.hot{width:100%; height:58px; background:#191919; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }
