﻿@charset "UTF-8";
@font-face {
  font-family: "zzh";
  src: url(../fonts/zzh.ttf);
  font-weight: normal;
  font-style: normal; }
31body {
  font-family: "微软雅黑"; }

.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: #eee; }

.main-pad-1 {
  padding: 45px 0; }

.main-pad-2 {
  padding: 65px 0; }

.main-padtop-1 {
  padding-top: 35px; }

.main-martop-1 {
  margin-top: 45px; }

.main-martop-2 {
  margin-top: 15px; }

.main-padBottom-1 {
  padding-bottom: 15px; }

.main-marbottom-1 {
  margin-bottom: 35px; }

.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; }

@media screen and (min-width: 991px) {
  .col-md-13 {
    width: 20%; } }

.title-1 .chtit {
  font-size: 30px;
  font-weight: bold;
  color: #292929; }
  .title-1 .chtit span {
    color: #122a88; }
.title-1 .stxt {
  font-size: 16px;
  color: #696969;
  margin-top: 8px; }
.title-1 .line {
  margin-top: 8px; }

.title-2 {
  background: #fff;
  height: 40px;
  overflow: hidden; }
  .title-2 span {
    float: left;
    display: inline-block;
    background: #122a88;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold; }
  .title-2 a {
    padding-right: 10px;
    line-height: 40px;
    display: inline-block;
    float: right;
    color: #c6c6c6;
    font-size: 12px;
    font-family: "Arial";
    text-transform: uppercase; }

.searchbox-wrap {
  background: #122a88;
  color: #fff;
  overflow: hidden;
  padding: 40px 0; }
  @media screen and (max-width: 990px) {
    .searchbox-wrap {
      padding: 25px 0; } }
  .searchbox-wrap .s1box {
    float: left;
    width: 400px;
    padding-right: 40px;
    text-align: center;
    border-right: 1px solid #fff; }
    .searchbox-wrap .s1box .s1 {
      font-size: 28px;
      font-weight: lighter; }
      .searchbox-wrap .s1box .s1 span {
        font-weight: bold;
        color: #aaf03a; }
    .searchbox-wrap .s1box .s2 {
      font-size: 14px; }
  .searchbox-wrap .s2box {
    float: right;
    width: calc(100% - 400px);
    padding: 0 45px;
    border-right: 1px solid #fff; }
    @media screen and (max-width: 990px) {
      .searchbox-wrap .s2box {
        width: 100%;
        padding: 0 10px;
        border-right: none; } }
    .searchbox-wrap .s2box .s1 {
      position: relative; }
      .searchbox-wrap .s2box .s1 .textbox1 {
        width: 100%;
        height: 37px;
        border: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        font-size: 12px;
        color: #fff;
        background: none;
        outline: none; }
      .searchbox-wrap .s2box .s1 .submitbtn {
        position: absolute;
        right: 0;
        top: 8px;
        background: url(../images/searchbox-icon1.png) no-repeat;
        width: 21px;
        height: 19px;
        border: none;
        outline: none; }
      .searchbox-wrap .s2box .s1 ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff; }
      .searchbox-wrap .s2box .s1 ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff; }
      .searchbox-wrap .s2box .s1 :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff; }
    .searchbox-wrap .s2box .s2 {
      line-height: 35px;
      height: 35px;
      overflow: hidden; }
      .searchbox-wrap .s2box .s2 span {
        float: left; }
      .searchbox-wrap .s2box .s2 a {
        display: inline-block;
        margin-left: 10px;
        float: left;
        color: #fff; }

.aboutbox-con {
  position: relative; }
  .aboutbox-con .picbox {
    height: 345px; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .picbox {
        height: auto; } }
    .aboutbox-con .picbox video {
      width: 100%; }
  .aboutbox-con .conbox {
    background: #fff url(../images/about-conbg1.jpg) no-repeat right bottom;
    background-size: cover;
    padding: 45px 35px; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .conbox {
        padding: 20px; } }
    .aboutbox-con .conbox .titbox {
      text-align: center; }
      .aboutbox-con .conbox .titbox span {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #292929; }
        .aboutbox-con .conbox .titbox span:nth-child(2) {
          margin-top: 5px;
          font-size: 14px;
          color: #999;
          font-weight: normal;
          text-transform: uppercase; }
    .aboutbox-con .conbox .con {
      margin-top: 5px;
      font-size: 14px;
      color: #696969;
      line-height: 25px;
      height: 124px;
      overflow: hidden; }
    .aboutbox-con .conbox .morebtn a {
      margin: 55px auto 0;
      display: block;
      text-decoration: none;
      width: 155px;
      height: 40px;
      line-height: 40px;
      color: #fff;
      font-size: 12px;
      background: #122a88;
      text-align: center;
      transition: all .3s; }
      .aboutbox-con .conbox .morebtn a:hover {
        background: #060e2e; }
      .aboutbox-con .conbox .morebtn a i {
        margin-right: 8px; }
  .aboutbox-con .yybg {
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 100%;
    text-align: center; }
    .aboutbox-con .yybg img {
      max-width: 100%; }

.productbox-con .p-ltside {
  padding-right: 20px; }
  .productbox-con .p-ltside .linkbox .title-arrow {
    background: url(../images/ltside-titbg.jpg) no-repeat right bottom;
    background-size: cover;
    height: 80px;
    line-height: 80px;
    padding: 0 30px 0 45px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold; }
    .productbox-con .p-ltside .linkbox .title-arrow i {
      margin-right: 20px; }
  .productbox-con .p-ltside .linkbox .link-wrap .lbox .list {
    padding-left: 30px;
    display: block;
    height: 50px;
    text-align: left;
    color: #292929;
    line-height: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #ddd; }
    .productbox-con .p-ltside .linkbox .link-wrap .lbox .list:hover, .productbox-con .p-ltside .linkbox .link-wrap .lbox .list.on1 {
      background: #6fc21d;
      border-color: #6fc21d;
      color: #fff; }
      .productbox-con .p-ltside .linkbox .link-wrap .lbox .list:hover .arrow, .productbox-con .p-ltside .linkbox .link-wrap .lbox .list.on1 .arrow {
        background: #fff;
        color: #6fc21d; }
    .productbox-con .p-ltside .linkbox .link-wrap .lbox .list .tit {
      float: left;
      width: 65%; }
    .productbox-con .p-ltside .linkbox .link-wrap .lbox .list .arrow {
      margin-top: 17px;
      margin-right: 25px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 1px solid #ddd;
      line-height: 18px;
      overflow: hidden;
      color: #858585;
      font-style: normal;
      text-align: center;
      font-family: "黑体";
      font-size: 1.2rem; }
  .productbox-con .p-ltside .linkbox .link-wrap .lbox .list2 {
    display: none; }
    .productbox-con .p-ltside .linkbox .link-wrap .lbox .list2 ul {
      background: #fff;
      padding: 8px 0;
      border: 1px solid #ddd; }
      .productbox-con .p-ltside .linkbox .link-wrap .lbox .list2 ul li a {
        padding-left: 40px;
        display: block;
        height: 35px;
        text-align: left;
        color: #292929;
        line-height: 35px;
        font-size: 1.4rem;
        text-decoration: none;
        overflow: hidden; }
        .productbox-con .p-ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
          color: #6fc21d; }
        .productbox-con .p-ltside .linkbox .link-wrap .lbox .list2 ul li a i {
          float: left;
          width: 10%;
          font-style: normal;
          color: #6fc21d; }
        .productbox-con .p-ltside .linkbox .link-wrap .lbox .list2 ul li a span {
          float: left;
          width: 80%; }
  .productbox-con .p-ltside .contactbox {
    background: url(../images/ltside-contactbg.jpg) no-repeat right bottom;
    background-size: cover;
    color: #fff;
    padding: 30px 25px; }
    .productbox-con .p-ltside .contactbox .c1box {
      overflow: hidden;
      font-size: 18px;
      font-family: "Impact"; }
      .productbox-con .p-ltside .contactbox .c1box i {
        float: left;
        width: 40px; }
      .productbox-con .p-ltside .contactbox .c1box span {
        float: left;
        width: calc(100% - 40px); }
    .productbox-con .p-ltside .contactbox .line {
      background: #fff;
      width: 100%;
      height: 1px;
      margin: 20px 0; }
    .productbox-con .p-ltside .contactbox .c2box {
      overflow: hidden; }
      .productbox-con .p-ltside .contactbox .c2box .icon {
        float: left;
        margin-top: 5px;
        width: 40px; }
      .productbox-con .p-ltside .contactbox .c2box .ptxt {
        float: left; }
        .productbox-con .p-ltside .contactbox .c2box .ptxt span {
          display: block; font-size:18px;}
          .productbox-con .p-ltside .contactbox .c2box .ptxt span:nth-child(2) {
            font-size: 18px;
            font-family: "Impact"; }
.productbox-con .pcon .plist {
  padding: 0 10px 20px; }
  .productbox-con .pcon .plist a {
    text-decoration: none;
    display: block;
    border: 1px solid #eee;
    padding: 5px 5px 0;
    color: #292929;
    font-size: 14px;
    text-align: center; }
    .productbox-con .pcon .plist a:hover .picbox .showcn {
      top: 0; }
    .productbox-con .pcon .plist a .picbox {
      border: 1px solid #eee;
      overflow: hidden;
      position: relative; }
      .productbox-con .pcon .plist a .picbox .imgbox {
        overflow: hidden;
        background: #fff; }
        .productbox-con .pcon .plist a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
      .productbox-con .pcon .plist a .picbox .showcn {
        position: absolute;
        top: 800px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/product-showbg.png) no-repeat center center;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        transition: all .3s; }
        .productbox-con .pcon .plist a .picbox .showcn .tit {
          margin-top: 30%;
          line-height: 25px;
          height: 25px;
          overflow: hidden; }
    .productbox-con .pcon .plist a .conbox {
      line-height: 45px;
      height: 45px;
      overflow: hidden; }

.advantage-wrap .title-line {
  background: url(../images/advantage-titbg1.jpg) no-repeat center center;
  text-align: center;
  padding: 35px 0; }
  .advantage-wrap .title-line img {
    max-width: 100%; }
.advantage-wrap .advantage-con .alist {
  overflow: hidden;
  padding: 25px 0; }
  .advantage-wrap .advantage-con .alist:nth-child(2n+1) .picbox {
    float: right; }
  .advantage-wrap .advantage-con .alist:nth-child(2n+1) .conbox {
    float: left; }
  .advantage-wrap .advantage-con .alist:nth-child(2) {
    background: #eee; }
    @media screen and (min-width: 991px) {
      .advantage-wrap .advantage-con .alist:nth-child(2) .picbox {
        position: relative;
        left: -80px; } }
  @media screen and (min-width: 991px) {
    .advantage-wrap .advantage-con .alist:nth-child(3) .picbox {
      position: relative;
      right: -80px; } }
  .advantage-wrap .advantage-con .alist .picbox {
    float: left;
    width: 45%; }
    @media screen and (max-width: 990px) {
      .advantage-wrap .advantage-con .alist .picbox {
        width: 100%; } }
    .advantage-wrap .advantage-con .alist .picbox img {
      max-width: 100%; }
  .advantage-wrap .advantage-con .alist .conbox {
    float: right;
    width: 55%; }
    @media screen and (max-width: 990px) {
      .advantage-wrap .advantage-con .alist .conbox {
        width: 100%; } }
    .advantage-wrap .advantage-con .alist .conbox .titbox {
      margin-top: 45px;
      overflow: hidden; }
      .advantage-wrap .advantage-con .alist .conbox .titbox .num {
        float: left;
        background: url(../images/advantage-numbg.png) no-repeat;
        color: #fff;
        font-size: 36px;
        width: 79px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        padding-left: 10px; }
      .advantage-wrap .advantage-con .alist .conbox .titbox .tbox {
        float: right;
        width: calc(100% - 95px); }
        .advantage-wrap .advantage-con .alist .conbox .titbox .tbox .t1 {
          font-size: 24px;
          font-weight: bold;
          color: #292929; }
        .advantage-wrap .advantage-con .alist .conbox .titbox .tbox .t2 {
          margin-top: 5px;
          font-size: 16px;
          color: #696969; }
    .advantage-wrap .advantage-con .alist .conbox .con {
      margin-top: 40px; }
      .advantage-wrap .advantage-con .alist .conbox .con .list {
        overflow: hidden;
        line-height: 30px;
        margin-bottom: 10px; }
        .advantage-wrap .advantage-con .alist .conbox .con .list .icon {
          float: left;
          width: 20px;
          color: #acf232; }
        .advantage-wrap .advantage-con .alist .conbox .con .list .cn {
          float: right;
          width: calc(100% - 20px);
          font-size: 16px;
          color: #696969; }

.casebox-con {
  margin-bottom: 30px; }
  .casebox-con .top {
    position: relative;
    margin-bottom: 5px; }
    .casebox-con .top .swiper-slide {
      position: relative; }
      .casebox-con .top .swiper-slide .conbox {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 22px;
        padding: 0 15px;
        line-height: 55px;
        height: 55px;
        overflow: hidden; }
    .casebox-con .top .swiper-button {
      top: 0;
      margin-top: 0;
      width: 50%;
      height: 100%;
      background: none; }
      .casebox-con .top .swiper-button.swiper-button-prev {
        position: absolute;
        left: 0;
        top: calc(100% + 5px);
        width: 18px;
        height: 89px;
        border-radius: 0;
        font-family: "黑体";
        color: #fff;
        background: #d2d2d2;
        padding: 0;
        margin: 0;
        line-height: 89px;
        text-align: center;
        font-size: 20px;
        transition: all .3s; }
        .casebox-con .top .swiper-button.swiper-button-prev:hover {
          background: #122a88; }
      .casebox-con .top .swiper-button.swiper-button-next {
        position: absolute;
        top: calc(100% + 5px);
        right: 0;
        width: 18px;
        height: 89px;
        border-radius: 0;
        font-family: "黑体";
        color: #fff;
        background: #d2d2d2;
        padding: 0;
        margin: 0;
        line-height: 89px;
        text-align: center;
        font-size: 20px;
        transition: all .3s; }
        .casebox-con .top .swiper-button.swiper-button-next:hover {
          background: #122a88; }
  .casebox-con .bbot {
    position: relative;
    overflow: hidden;
    padding: 0 28px; }
    .casebox-con .bbot .li {
      position: relative;
      cursor: pointer; }
      .casebox-con .bbot .li img {
        max-width: 100%;
        max-height: 100%;
        height: 85px; }
      .casebox-con .bbot .li .text {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        color: #fff;
        line-height: 24px;
        background: rgba(0, 0, 0, 0.3); }
    .casebox-con .bbot .conbox {
      text-align: center;
      color: #666;
      font-size: 16px;
      line-height: 45px;
      height: 45px;
      overflow: hidden; }
    .casebox-con .bbot .swiper-slide {
      float: left;
      width: 33.33%;
      padding: 0 2px; }
      @media screen and (max-width: 990px) {
        .casebox-con .bbot .swiper-slide {
          width: 33.33%; } }
      .casebox-con .bbot .swiper-slide.active-nav .li {
        border: solid 2px #122a88; }
      .casebox-con .bbot .swiper-slide .li {
        border: 2px solid #ddd; }
    .casebox-con .bbot .swiper-button {
      display: none; }

.newsbox-con .nlist {
  margin-bottom: 12px; }
  .newsbox-con .nlist a {
    text-decoration: none;
    display: block;
    background: #fff;
    padding: 10px;
    overflow: hidden; }
    .newsbox-con .nlist a:hover .conbox .tit {
      color: #122a88; }
    .newsbox-con .nlist a:hover .addbox span {
      background: #122a88; }
    .newsbox-con .nlist a .timebox {
      float: left;
      width: 75px;
      text-align: center; }
      .newsbox-con .nlist a .timebox span {
        display: block;
        font-size: 14px;
        color: #696969; }
        .newsbox-con .nlist a .timebox span:first-child {
          font-size: 36px;
          font-weight: bold;
          font-family: "Arial"; }
    .newsbox-con .nlist a .line {
      margin-top: 20px;
      float: left;
      width: 15px;
      height: 2px;
      background: #122a88; }
    .newsbox-con .nlist a .conbox {
      margin-left: 15px;
      float: left;
      width: calc(100% - 235px); }
      @media screen and (max-width: 990px) {
        .newsbox-con .nlist a .conbox {
          width: calc(100% - 105px); } }
      .newsbox-con .nlist a .conbox .tit {
        font-size: 18px;
        font-weight: bold;
        color: #212121;
        line-height: 25px;
        height: 25px;
        overflow: hidden; }
      .newsbox-con .nlist a .conbox .con {
        margin-top: 5px;
        font-size: 14px;
        color: #696969;
        line-height: 23px;
        height: 46px;
        overflow: hidden; }
    .newsbox-con .nlist a .addbox {
      float: right;
      width: 130px;
      margin-top: 30px; }
      @media screen and (max-width: 990px) {
        .newsbox-con .nlist a .addbox {
          display: none; } }
      .newsbox-con .nlist a .addbox span {
        float: right;
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #fff;
        background: #545454;
        text-align: center; }

.about-con .picbox {
  text-align: center;
  margin-bottom: 20px; }
  .about-con .picbox img {
    max-width: 100%; }
.about-con .conbox {
  font-size: 16px;
  line-height: 35px; }
.about-con .conbox img{ max-width: 100%; height: auto;}

  @media screen and (max-width: 990px) {
    .about-con .conbox {
      font-size: 14px;
      line-height: 30px; } }
.product-con { overflow:hidden;}
.product-con .plist {
width:31.333%; margin-left:1%; margin-right:1%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 10px; float:left;}
  .product-con .plist a {
    text-decoration: none;
    display: block;
    overflow: hidden; }
    .product-con .plist a:hover .picbox {
      opacity: .5; }
    .product-con .plist a .picbox {
      width: 100%;
      border: 1px solid #ddd;
      transition: all .3s; }
      @media screen and (max-width: 640px) {
.product-con .plist {
width:48%; margin-left:1%; margin-right:1%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 6px; float:left;}
	  
        .product-con .plist a .picbox {
          width: 100%;
          margin-bottom: 0px; }
		  }
      .product-con .plist a .picbox .imgbox {
        background: #fff;
        height: 255px;
        line-height: 255px;
        overflow: hidden; width:100%;}
        .product-con .plist a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
    .product-con .plist a .conbox { width:100%; height:36px; line-height:36px; padding-top:5px;}
	@media screen and (max-width: 1024px) {
	.product-con .plist a .picbox .imgbox{ height:200px; line-height:200px;}
	}
      @media screen and (max-width: 640px) {
        .product-con .plist a .conbox {
          width: 100%; }	  
		  
		  .product-con .plist a .picbox .imgbox{ height:160px; line-height:160px;}
		  }
      .product-con .plist a .conbox .title {
        font-size: 14px;
        color: #122a88;
        overflow: hidden; width:100%; text-align:center; }
        .product-con .plist a .conbox .title span {
          display: inline-block;}
          .product-con .plist a .conbox .title span:first-child {
            font-size: 16px;
            font-weight: bold;}
          .product-con .plist a .conbox .title span:nth-child(2) {
            float: right;
            width: 80px;
            text-align: right; }
      .product-con .plist a .conbox .con {
        margin-top: 25px;
        font-size: 12px;
        color: #333; }
        .product-con .plist a .conbox .con .list {
          line-height: 25px;
          max-height: 50px;
          overflow: hidden; }
          .product-con .plist a .conbox .con .list span {
            color: #122a88; }

.title-posit {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd; }
  .title-posit .tp {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1px; }
    .title-posit .tp .title {
      display: inline-block;
      float: left;
      color: #000;
      font-size: 18px;
      font-weight: bold; }
    .title-posit .tp .posit {
      font-size: 12px;
      color: #404040; }
      .title-posit .tp .posit a {
        display: inline-block;
        color: #404040; }

.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: #06065a;
    position: relative;
    top: -17px; }

.news-con .nlist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc; }
  .news-con .nlist a {
    display: block;
    text-decoration: none; }
    .news-con .nlist a:hover .picbox {
      opacity: .5; }
    .news-con .nlist a:hover .conbox .morebtn {
      background: #6fc21d; }
    .news-con .nlist a .picbox {
      width: 20%;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      @media screen and (max-width: 990px) {
        .news-con .nlist a .picbox {
          width: 35%; } }
    .news-con .nlist a .conbox {
      width: 78%; }
      @media screen and (max-width: 990px) {
        .news-con .nlist a .conbox {
          width: 63%; } }
      .news-con .nlist a .conbox .tit {
        margin-top: 10px;
        font-size: 1.6rem;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        color: #2b2b2b;
        font-weight: bold; }
      .news-con .nlist a .conbox .con {
        margin-top: 10px;
        font-size: 1.2rem;
        color: #878787;
        line-height: 20px;
        height: 40px;
        overflow: hidden; }
      .news-con .nlist a .conbox .morebtn {
        float: right;
        margin-top: 10px;
        width: 80px;
        height: 30px;
        border-radius: 3px;
        background: #122a88;
        color: #fff;
        font-size: 1.2rem;
        line-height: 30px;
        text-align: center;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }

.contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px; }
  .contact-con .mappic img {
    width: 100%; }
.contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px; }
.contact-con .ccon .cn {
  font-size: 16px;
  color: #696969;
  line-height: 32px; }

.case-con .clist {
  padding: 0 10px 20px; }
  .case-con .clist a {
    text-decoration: none;
    display: block;
    color: #333;
    text-align: center; }
    .case-con .clist a:hover .picbox {
      opacity: .5; }
    .case-con .clist a .picbox {
      overflow: hidden;
      transition: all .3s; }
      .case-con .clist a .picbox .imgbox {
        overflow: hidden; }
        .case-con .clist a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
          @media screen and (min-width: 991px) {
            .case-con .clist a .picbox .imgbox img {
              height: 230px; } }
    .case-con .clist a .conbox {
      margin-top: 10px;
      line-height: 25px;
      height: 25px;
      overflow: hidden;
      font-size: 16px; }

.news-details-con .tit {
  text-align: center;
  margin-bottom: 15px; }
  .news-details-con .tit span {
    font-size: 2.4rem;
    border-bottom: 1px solid #0196dc;
    padding-bottom: 5px;
    color: #292929; }
.news-details-con .pic {
  margin: 10px 0;
  text-align: center; }
  .news-details-con .pic img {
    max-width: 100%; }
.news-details-con .con p {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px; }

.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 .buybtn{
      text-align: center;
      margin: 20px 0 0;
    }
    .product-details-con .buybtn a{
      text-decoration: none;
      width: 100px;
      height: 35px;
      line-height: 35px;
      border-radius: 5px;
      color: #fff;
      background: #0196dc;
      display: inline-block;
    }
    .product-details-con .buybtn a:hover{
      background: blue;
    }
.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 {
  border-top: 5px solid #122a88;
  height: 135px; }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 65px; } }
  .header-wrap .header .logo {
    line-height: 130px; }
    @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: 60%; } }
  .header-wrap .header .stxt {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    margin-left: 10px;
    margin-top: 51px;
    font-size: 14px;
    color: #999; }
    .header-wrap .header .stxt span {
      display: block; }
      .header-wrap .header .stxt span:first-child {
        color: #122a88;
        font-size: 18px;
        margin-bottom: 3px; }
  .header-wrap .header .linkbox {
    display: inline-block;
    width: 230px;
    height: 39px;
    line-height: 34px;
    background: #122a88;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin-right: 30px; }
    .header-wrap .header .linkbox:before {
      content: '';
      position: absolute;
      left: -30px;
      top: 0;
      background: url(../images/header-bg1.png) no-repeat;
      width: 30px;
      height: 39px; }
    .header-wrap .header .linkbox:after {
      content: '';
      position: absolute;
      right: -30px;
      top: 0;
      background: url(../images/header-bg1.png) no-repeat;
      width: 30px;
      height: 39px;
      transform: rotateY(180deg); }
    .header-wrap .header .linkbox a {
      color: #fff; }
    .header-wrap .header .linkbox span {
      margin: 0 7px; }
  .header-wrap .header .phonebox {
    margin-top: 20px;
    width: 100%;
    display: inline-block; }
    .header-wrap .header .phonebox .p1 {
      font-size: 14px;
      color: #424242; }
      .header-wrap .header .phonebox .p1 i {
        margin-right: 5px; }
    .header-wrap .header .phonebox .p2 {
      font-size: 26px;
      font-weight: bold;
      color: #424242;
      font-family: "Arial"; }
  @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: #06065a;
    text-align: center;
    z-index: 10; }
    .header-wrap .header .menulist a {
      display: block;
      line-height: 30px;
      color: #fff; }

.nav-wrap {
  background: #122a88;
  height: 45px; }
  .nav-wrap .nav-ul {
    border-left: 1px solid #fff; }
    .nav-wrap .nav-ul .navlist {
      float: left;
      width: 14.28%;
      text-align: center;
      position: relative;
      z-index: 1;
      border-right: 1px solid #fff; }
      .nav-wrap .nav-ul .navlist .listh1 {
        background: #122a88;
        display: block;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        line-height: 45px; }
        .nav-wrap .nav-ul .navlist .listh1:hover, .nav-wrap .nav-ul .navlist .listh1.on {
          background: #6fc21d; }
      .nav-wrap .nav-ul .navlist .list2-ul {
        border-top: 2px solid #fff;
        position: absolute;
        top: 45px;
        left: 0;
        display: none;
        background: #6fc21d;
        width: 100%; }
        .nav-wrap .nav-ul .navlist .list2-ul .list {
          line-height: 35px;
          position: relative;
          border-bottom: 1px solid #fff; }
          .nav-wrap .nav-ul .navlist .list2-ul .list a {
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 16px; }
            .nav-wrap .nav-ul .navlist .list2-ul .list a:hover, .nav-wrap .nav-ul .navlist .list2-ul .list a.on {
              background: #3c6910; }
          .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.clickable .owl-page {
      margin: 0 3px; }
      .banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
        opacity: 1;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #ddd;
        width: 10px;
        height: 10px;
        margin: 0;
        padding: 0; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
      background: #122a88; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: #122a88; }
  .banner-wrap .wbanner-carousel img {
    width: 100%; }

.content-wrap .contentbox {
  margin-bottom: 60px; }
.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #122a88;
    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: #6fc21d;
      color: #fff; }
    .content-wrap .w-ltside .show-hide .div2.on1 a {
      background: #6fc21d;
      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: #6fc21d; }
.content-wrap .ltside .linkbox .title-arrow {
  background: #122a88;
  color: #fff;
  text-align: center;
  height: 95px;
  padding: 20px 0 0 10px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase; }
  .content-wrap .ltside .linkbox .title-arrow .icon {
    margin-top: 10px;
    float: left;
    width: 60px; }
  .content-wrap .ltside .linkbox .title-arrow .tit {
    margin-left: 5px;
    margin-top: 10px;
    text-align: left;
    float: left; }
    .content-wrap .ltside .linkbox .title-arrow .tit span {
      display: block;
      font-size: 14px;
      font-weight: normal; }
.content-wrap .ltside .linkbox .link-wrap {
  margin-top: 5px; }
  .content-wrap .ltside .linkbox .link-wrap .list {
    display: block;
    height: 45px;
    text-align: left;
    line-height: 45px;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 1px;
    background: #fff;
    color: #2f2f2f;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    overflow: hidden; }
    .content-wrap .ltside .linkbox .link-wrap .list:hover {
      background: #6fc21d;
      color: #fff !important; }
      .content-wrap .ltside .linkbox .link-wrap .list:hover i.icon {
        background: #122a88; }
      .content-wrap .ltside .linkbox .link-wrap .list:hover i.arrow {
        color: #fff;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
    .content-wrap .ltside .linkbox .link-wrap .list.on1 {
      background: #6fc21d;
      color: #fff !important; }
      .content-wrap .ltside .linkbox .link-wrap .list.on1 i.icon {
        background: #122a88; }
      .content-wrap .ltside .linkbox .link-wrap .list.on1 i.arrow {
        transform: rotate(90deg);
        color: #fff;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
    .content-wrap .ltside .linkbox .link-wrap .list i.arrow {
      font-style: normal;
      display: inline-block;
      margin-right: 10px;
      font-size: 1.8rem; }
    .content-wrap .ltside .linkbox .link-wrap .list i.icon {
      width: 5px;
      height: 30px;
      margin-top: 7px;
      margin-right: 10px;
      background: #fff;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .content-wrap .ltside .linkbox .link-wrap .list span {
      display: inline-block;
      float: left;
      width: 75%; }
  .content-wrap .ltside .linkbox .link-wrap .list2 {
    margin-bottom: 1px;
    display: none; }
    .content-wrap .ltside .linkbox .link-wrap .list2 ul li a {
      background: #eee;
      display: block;
      height: 38px;
      text-align: left;
      text-indent: 1.2em;
      color: #282828;
      line-height: 38px;
      font-size: 1.4rem;
      text-decoration: none;
      border-bottom: 1px solid #fff;
      overflow: hidden; }
      .content-wrap .ltside .linkbox .link-wrap .list2 ul li a:hover {
        color: #122a88; }
        .content-wrap .ltside .linkbox .link-wrap .list2 ul li a:hover i {
          opacity: 1; }
      .content-wrap .ltside .linkbox .link-wrap .list2 ul li a i {
        margin-top: 10px;
        width: 2px;
        height: 15px;
        float: left;
        display: inline-block;
        background: #235691;
        opacity: 0; }
      .content-wrap .ltside .linkbox .link-wrap .list2 ul li a span {
        margin-right: 10px; }
.content-wrap .ltside .contactbox {
  margin-top: 15px; }
  .content-wrap .ltside .contactbox .title-arrow .title {
    margin: 0;
    font-size: 2.4rem;
    color: #3d4b65; }
  .content-wrap .ltside .contactbox .con {
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 20px; }
    .content-wrap .ltside .contactbox .con .ctit {
      font-size: 1.6rem;
      color: #333;
      font-weight: bold;
      margin-bottom: 10px; }
    .content-wrap .ltside .contactbox .con .clist {
      margin-bottom: 5px; }
      .content-wrap .ltside .contactbox .con .clist i {
        float: left;
        margin-right: 10px;
        width: 12px; }
      .content-wrap .ltside .contactbox .con .clist p {
        text-transform: uppercase;
        word-wrap: break-word;
        width: 136px;
        float: left;
        color: #333;
        font-size: 1.5rem;
        margin-bottom: 0; }
        .content-wrap .ltside .contactbox .con .clist p span {
          display: block;
          color: #333; }
          .content-wrap .ltside .contactbox .con .clist p span.ptxt {
            color: #0341a8; }
    .content-wrap .ltside .contactbox .con .zxbtn {
      margin-top: 10px;
      border-top: 1px solid #ccc;
      padding-top: 10px; }
      .content-wrap .ltside .contactbox .con .zxbtn a {
        width: 100%;
        height: 35px;
        background: #122a88;
        color: #fff;
        display: block;
        line-height: 35px;
        text-decoration: none;
        text-align: center;
        transition: all .3s; }
        .content-wrap .ltside .contactbox .con .zxbtn a:hover {
          background: #6fc21d; }
.ss .c1box p a:hover {
          background: #6fc21d; }
@media screen and (max-width: 990px) {
  .footer-wrap {
    margin-bottom: 75px; } }
.footer-wrap .footer .f1box {
  background: #313131;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  height: 60px;
  overflow: hidden; }
  .footer-wrap .footer .f1box a {
    display: inline-block;
    margin-left: 18px;
    color: #fefefe;
    opacity: .4; }
    .footer-wrap .footer .f1box p{
      float: right;
      width: calc(100% - 80px); font-size:15px;
    }
	.footer-wrap .footer .f1box p a{ color:#fff;}
  .footer-wrap .footer span{ font-size:16px;}
.footer-wrap .footer .f2box {
  background: #122a88;
  padding: 35px 0;
  overflow: hidden; }
  .footer-wrap .footer .f2box .listbox {
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 30px; }
    .footer-wrap .footer .f2box .listbox:nth-child(1) {
      width: 32%;
      padding-right: 55px; }
      .footer-wrap .footer .f2box .listbox:nth-child(1) .conbox {
        overflow: hidden; }
        .footer-wrap .footer .f2box .listbox:nth-child(1) .conbox .list {
          float: left;
          width: 50%; }
          .footer-wrap .footer .f2box .listbox:nth-child(1) .conbox .list a {
            color: #fff;margin: 0 0 10px; }
    .footer-wrap .footer .f2box .listbox:nth-child(2) {
      width: 40%; }
    .footer-wrap .footer .f2box .listbox:nth-child(3) {
      width: 23%; }
    .footer-wrap .footer .f2box .listbox .title {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 8px; }
    .footer-wrap .footer .f2box .listbox .conbox a {
      color: #6b6b6b;
      display: block; }
    .footer-wrap .footer .f2box .listbox .ewmbox {
      overflow: hidden; }
      .footer-wrap .footer .f2box .listbox .ewmbox .list {
        float: left;
        margin-left: 15px;
        text-align: center; }
        .footer-wrap .footer .f2box .listbox .ewmbox .list span {
          display: block;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 10px; }
        .footer-wrap .footer .f2box .listbox .ewmbox .list img {
          width: 120px; }
.footer-wrap .footer .f3box {
  background: #122a88;
  position: relative; }
  .footer-wrap .footer .f3box .fbox {
    padding: 0 0 25px;
    color: #fff;
    font-size: 14px;
    line-height: 25px; }
    @media screen and (max-width: 990px) {
      .footer-wrap .footer .f3box .fbox {
        text-align: center;
        padding: 10px 0; } }
    .footer-wrap .footer .f3box .fbox .flt {
      float: left;
      opacity: .4; }
      @media screen and (max-width: 990px) {
        .footer-wrap .footer .f3box .fbox .flt {
          display: block;
          float: none; } }
  .footer-wrap .footer .f3box .backtop {
    position: absolute;
    right: 15%;
    bottom: 35%; }

.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 */
