@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: 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: #efefef; }

.main-background-2 {
  background: #093ea3; }

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

.main-pad-2 {
  padding: 65px 0; }

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

.main-pad-4 {
  padding: 25px 0 0; }

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

.main-padtop-1 {
  padding-top: 35px; }

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

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

.main-martop-3 {
  margin-top: 65px; }
  @media screen and (max-width: 990px) {
    .main-martop-3 {
      margin-top: 35px; } }

.main-padBottom-1 {
  padding-bottom: 15px; }

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

.main-padleft-1 {
  padding-left: 25px; }
  @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.active2 .chtit {
  color: #000;
  background: url(../images/title-1-line2.png) no-repeat center center; }
.title-1.active2 .stxt {
  color: #9b9b9b; }
.title-1.active2 .arrow {
  border-color: #093ea3 transparent transparent transparent; }
.title-1 .chtit {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: url(../images/title-1-line1.png) no-repeat center center; }
.title-1 .stxt {
  margin-top: 10px;
  color: #fff;
  font-size: 18px; }
.title-1 .arrow {
  margin-top: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12px 0 12px;
  border-color: #fff transparent transparent transparent; }

.title-2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 30px;
  font-weight: bold; }
  .title-2 span {
    display: block;
    background: url(../images/hexin-titbg.png) no-repeat;
    width: 317px;
    height: 46px;
    margin: 15px auto 0;
    font-size: 14px;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 35px; }

.text-1 a {
  text-decoration: none;
  display: inline-block;
  width: 190px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  color: #333;
  font-size: 20px;
  border: 1px solid #ddd;
  transition: all .3s; }
  .text-1 a:hover {
    background: #093ea3;
    color: #fff; }

.picture-1 img {
  max-width: 100%; }

.searchbox-wrap {
  width: 85%;
  margin: 0 auto;
  background: #d4d4d4;
  transform: skewX(-45deg);
  padding: 15px 45px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 990px) {
    .searchbox-wrap {
      width: 100%;
      transform: skewX(0deg);
      padding: 10px; } }
  .searchbox-wrap:before {
    position: absolute;
    bottom: -70px;
    left: 36px;
    content: '';
    width: 0;
    height: 0;
    border-width: 35px 17px 35px 60px;
    border-color: #b9b9b9 transparent transparent transparent;
    border-style: solid;
    z-index: -1;
    transform: skewX(45deg); }
    @media screen and (max-width: 990px) {
      .searchbox-wrap:before {
        display: none; } }
  .searchbox-wrap .slt, .searchbox-wrap .srt {
    transform: skewX(45deg); }
    @media screen and (max-width: 990px) {
      .searchbox-wrap .slt, .searchbox-wrap .srt {
        transform: skewX(0deg); } }
  .searchbox-wrap .slt {
    float: left;
    display: inline-block;
    width: calc(100% - 285px);
    color: #333;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden; }
    @media screen and (max-width: 990px) {
      .searchbox-wrap .slt {
        width: 100%; } }
    .searchbox-wrap .slt span {
      float: left;
      width: 100px;
      font-weight: bold; }
    .searchbox-wrap .slt a {
      display: inline-block;
      float: left;
      color: #333;
      margin-right: 10px; }
  .searchbox-wrap .srt {
    float: right;
    width: 285px;
    position: relative; }
    @media screen and (max-width: 990px) {
      .searchbox-wrap .srt {
        width: 100%;
        margin-top: 5px; } }
    .searchbox-wrap .srt .textbox1 {
      float: left;
      width: 100%;
      height: 30px;
      background: #fff;
      border: none;
      outline: none;
      color: #333;
      font-size: 14px;
      padding: 0 35px 0 10px; }
    .searchbox-wrap .srt .submitbtn {
      position: absolute;
      top: 0;
      right: 0;
      width: 35px;
      height: 30px;
      background: url(../images/searchbox-icon1.png) no-repeat center center;
      border: none; }

.aboutbox-con .picbox {
  border: 5px solid #fff; }
@media screen and (max-width: 990px) {
  .aboutbox-con .conbox {
    margin-top: 25px; } }
.aboutbox-con .conbox a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all .3s; }
  .aboutbox-con .conbox a:hover {
    color: #ff7900; }
  .aboutbox-con .conbox a .title {
    font-size: 20px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    font-weight: bold; }
  .aboutbox-con .conbox a .con {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    height: 270px;
    overflow: hidden; }

.certificatebox-con .certificatebox-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }
  .certificatebox-con .certificatebox-carousel .item {
    display: block;
    text-decoration: none;
    margin: 0 10px;
    transition: all .3s; }
    .certificatebox-con .certificatebox-carousel .item:hover {
      opacity: .5; }
    .certificatebox-con .certificatebox-carousel .item .picbox {
      overflow: hidden; border:1px solid #d4d4d4;}
	  .certificatebox-con .certificatebox-carousel .item .conbox { height:40px; text-align:center; background:#d4d4d4; line-height:40px; color:#333333}
      .certificatebox-con .certificatebox-carousel .item .picbox .imgbox {
        overflow: hidden;
        background: #fff; }
        .certificatebox-con .certificatebox-carousel .item .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
.certificatebox-con .owl-theme .owl-controls {
  margin-top: 0; }
  @media screen and (max-width: 990px) {
    .certificatebox-con .owl-theme .owl-controls .owl-buttons {
      display: none; } }
  .certificatebox-con .owl-theme .owl-controls .owl-buttons .owl-prev, .certificatebox-con .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    left: -50px;
    top: 40%;
    width: 37px;
    height: 41px;
    background: url(../images/certificate-arrow.jpg) no-repeat;
    border-radius: 0;
    padding: 0;
    margin: 0; }
  .certificatebox-con .owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -50px;
    transform: rotate(180deg); }
.certificatebox-con .list {
  padding: 0 10px 20px; }
  .certificatebox-con .list a {
    display: block;
    text-decoration: none;
    transition: all .3s; }
    .certificatebox-con .list a:hover {
      opacity: .5; }
    .certificatebox-con .list a .picbox {
      overflow: hidden; }
      .certificatebox-con .list a .picbox .imgbox {
        overflow: hidden;
        background: #fff; }
        .certificatebox-con .list a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }

.productbox-con .p-ltside {
  padding-right: 10px; }
  .productbox-con .p-ltside .linkbox {
    background: #093ea3;
    padding: 10px; }
    .productbox-con .p-ltside .linkbox .link-wrap {
      background: #fff;
      padding: 10px; }
      .productbox-con .p-ltside .linkbox .link-wrap .lbox {
        margin-bottom: 10px; }
        .productbox-con .p-ltside .linkbox .link-wrap .lbox:last-child {
          margin-bottom: 0; }
        .productbox-con .p-ltside .linkbox .link-wrap .lbox .list {
          background: url(../images/ltside-listbg1.jpg) no-repeat;
          background-size: 100% 100%;
          padding: 0 15px 0 25px;
          display: block;
          height: 50px;
          text-align: left;
          color: #292929;
          line-height: 50px;
          font-size: 18px;
          text-decoration: none;
          overflow: hidden; }
          .productbox-con .p-ltside .linkbox .link-wrap .lbox .list:hover, .productbox-con .p-ltside .linkbox .link-wrap .lbox .list.on1 {
            background: url(../images/ltside-listbg-hover.jpg) no-repeat;
            background-size: 100% 100%;
            color: #fff; }
            .productbox-con .p-ltside .linkbox .link-wrap .lbox .list:hover .arrow, .productbox-con .p-ltside .linkbox .link-wrap .lbox .list.on1 .arrow {
              color: #fff; }
          .productbox-con .p-ltside .linkbox .link-wrap .lbox .list .tit {
            width: calc(100% - 32px); }
          .productbox-con .p-ltside .linkbox .link-wrap .lbox .list .arrow {
            font-size: 25px;
            width: 32px;
            font-style: normal;
            transform: scaleX(0.6);
            color: #093ea3; }
        .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: #093ea3; }
              .productbox-con .p-ltside .linkbox .link-wrap .lbox .list2 ul li a i {
                float: left;
                width: 10%;
                font-style: normal;
                color: #093ea3; }
              .productbox-con .p-ltside .linkbox .link-wrap .lbox .list2 ul li a span {
                display: inline-block;
                float: right;
                width: 88%; }
  .productbox-con .p-ltside .contactbox {
    background: #093ea3;
    padding: 20px;
    height: 278px; }
    .productbox-con .p-ltside .contactbox .c1box {
      font-size: 35px;
      color: #f0d700;
      font-weight: bold;
      font-family: "Arial"; }
    .productbox-con .p-ltside .contactbox .c2box {
      margin-top: 10px;
      color: #fff;
      font-size: 16px;
      line-height: 30px; }
.productbox-con .pcon .list {
  padding: 0 10px 20px; }
  .productbox-con .pcon .list a {
    display: block;
    text-decoration: none; }
    .productbox-con .pcon .list a:hover .conbox {
      color: #fff;
      background: #093ea3; }
    .productbox-con .pcon .list a .picbox {
      overflow: hidden; }
      .productbox-con .pcon .list a .picbox .imgbox {
        overflow: hidden; }
        .productbox-con .pcon .list a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
    .productbox-con .pcon .list a .conbox {
      background: #d4d4d4;
      margin-top: 1px;
      color: #333;
      font-size: 16px;
      height: 45px;
      line-height: 45px;
      overflow: hidden;
      text-align: center;
      transition: all .3s; }

.hexinbox-con {
  margin-top: -20px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  padding: 45px 25px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .hexinbox-con .list {
    width: 18%; }
    @media screen and (max-width: 990px) {
      .hexinbox-con .list {
        width: 25%; } }
    @media screen and (max-width: 480px) {
      .hexinbox-con .list {
        width: 50%; } }
    .hexinbox-con .list a {
      display: block;
      text-decoration: none;
      color: #333;
      font-size: 16px;
      text-align: center;
      line-height: 25px; }
      @media screen and (max-width: 990px) {
        .hexinbox-con .list a {
          font-size: 12px; } }
      .hexinbox-con .list a .iconbox {
        width: 150px;
        height: 150px;
        background: #fff;
        border-radius: 50%;
        border: 10px solid #093ea3;
        margin: 0 auto 15px;
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 990px) {
          .hexinbox-con .list a .iconbox {
            width: 120px;
            height: 120px;
            border: 5px solid #093ea3; } }
        .hexinbox-con .list a .iconbox img {
          max-width: 100%; }
      .hexinbox-con .list a .conbox {
        max-height: 50px;
        overflow: hidden; }

.buzhoubox-con .listbox {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .buzhoubox-con .listbox .list {
    width: 16.66%;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .buzhoubox-con .listbox .list {
        width: 33.33%; } }
    .buzhoubox-con .listbox .list a {
      display: block;
      text-decoration: none;
      position: relative;
      z-index: 2;
      color: #333;
      font-size: 20px;
      text-align: center; }
      @media screen and (max-width: 990px) {
        .buzhoubox-con .listbox .list a {
          font-size: 14px; } }
      .buzhoubox-con .listbox .list a:hover .iconbox {
        background: #093ea3; }
        .buzhoubox-con .listbox .list a:hover .iconbox img {
          -webkit-filter: invert(0);
          filter: invert(0);
          opacity: 1; }
      .buzhoubox-con .listbox .list a .iconbox {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        border: 3px solid #093ea3;
        margin: 0 auto 35px;
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s; }
        @media screen and (max-width: 990px) {
          .buzhoubox-con .listbox .list a .iconbox {
            margin: 0 auto; } }
        .buzhoubox-con .listbox .list a .iconbox img {
          -webkit-filter: invert(100%);
          filter: invert(100%);
          opacity: .3; }
      .buzhoubox-con .listbox .list a .line {
        border-bottom: 1px solid rgba(9, 62, 163, 0.5);
        position: relative; }
        @media screen and (max-width: 990px) {
          .buzhoubox-con .listbox .list a .line {
            display: none; } }
        .buzhoubox-con .listbox .list a .line:before {
          content: '';
          width: 1px;
          height: 33px;
          position: absolute;
          bottom: 0;
          left: 50%;
          background: rgba(9, 62, 163, 0.5); }
      .buzhoubox-con .listbox .list a .title {
        margin-top: 15px; }
.buzhoubox-con .phonebox .icon {
  display: inline-block;
  position: relative;
  top: -8px;
  margin-right: 10px; }
.buzhoubox-con .phonebox .txt {
  display: inline-block;
  font-size: 40px;
  color: #093ea3;
  font-family: "Impact"; }

.advantage-wrap .title-line {
  background: #093ea3;
  padding: 35px 0;
  text-align: center;
  position: relative; }
  .advantage-wrap .title-line img {
    max-width: 100%; }
  .advantage-wrap .title-line .arrow {
    position: absolute;
    left: 50%;
    margin-left: -110px;
    bottom: -46px; }
    .advantage-wrap .title-line .arrow img {
      max-width: 100%; }
.advantage-wrap .advantage-con {
  margin-top: -50px;
  padding: 100px 0 55px; }
  .advantage-wrap .advantage-con .alist:nth-child(2n+1) .picbox {
    float: right; }
  .advantage-wrap .advantage-con .alist:nth-child(2n+1) .conbox {
    float: left; }
  @media screen and (min-width: 991px) {
    .advantage-wrap .advantage-con .alist:nth-child(2) {
      position: relative;
      top: -20px; }
      .advantage-wrap .advantage-con .alist:nth-child(2) .picbox {
        text-align: left; } }
  @media screen and (min-width: 991px) {
    .advantage-wrap .advantage-con .alist:nth-child(3) .picbox {
      text-align: center; } }
  .advantage-wrap .advantage-con .alist .picbox {
    float: left;
    width: 45%;
    text-align: center; }
    @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;
        color: #f6bc00;
        font-size: 55px;
        font-family: "Arial";
        width: 80px;
        line-height: 55px;
        font-weight: bold; }
      .advantage-wrap .advantage-con .alist .conbox .titbox .tbox {
        float: right;
        width: calc(100% - 80px); }
        .advantage-wrap .advantage-con .alist .conbox .titbox .tbox .t1 {
          font-size: 27px;
          font-weight: bold;
          color: #093ea3;
          line-height: 30px; }
        .advantage-wrap .advantage-con .alist .conbox .titbox .tbox .t2 {
          margin-top: 5px;
          font-size: 15px;
          line-height: 20px;
          color: #acacac;
          font-family: "Arial";
          text-transform: uppercase; }
    .advantage-wrap .advantage-con .alist .conbox .con {
      margin-top: 15px; }
      .advantage-wrap .advantage-con .alist .conbox .con .list {
        overflow: hidden;
        line-height: 30px;
        font-size: 16px;
        color: #333; }

.newsbox-con .picbox {
  overflow: hidden;
  margin-bottom: 10px; }
  .newsbox-con .picbox a {
    text-decoration: none;
    display: block; }
    .newsbox-con .picbox a:hover .imgbox {
      transform: scale(1.2); }
    .newsbox-con .picbox a .imgbox {
      overflow: hidden;
      transition: all .3s; }
      .newsbox-con .picbox a .imgbox img {
        max-width: 100%;
        max-height: 100%; }
.newsbox-con .list {
  margin-bottom: 10px; }
  .newsbox-con .list a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    padding: 20px 0;
    color: #777;
    overflow: hidden; }
    @media screen and (min-width: 991px) {
      .newsbox-con .list a {
        padding: 32px 0; } }
    .newsbox-con .list a:hover .conbox .title {
      color: #093ea3; }
    .newsbox-con .list a .timebox {
      float: left;
      width: 100px;
      text-align: center; }
      .newsbox-con .list a .timebox span {
        display: block;
        font-size: 48px;
        color: #000;
        font-family: "Aria";
        font-weight: bold; }
        .newsbox-con .list a .timebox span:first-child {
          line-height: 50px; }
        .newsbox-con .list a .timebox span:nth-child(2) {
          margin-top: 3px;
          font-size: 14px; }
    .newsbox-con .list a .conbox {
      margin-top: -5px;
      float: right;
      width: calc(100% - 100px);
      padding: 0 15px 0 5px; }
      .newsbox-con .list a .conbox .title {
        font-size: 16px;
        color: #333;
        overflow: hidden;
        height: 30px;
        line-height: 30px; }
        .newsbox-con .list a .conbox .title span {
          display: inline-block;
          float: left;
          width: calc(100% - 100px);
          font-weight: bold; }
          .newsbox-con .list a .conbox .title span:nth-child(2) {
            font-weight: normal;
            float: right;
            font-size: 14px;
            color: #999;
            width: 80px;
            text-align: right; }
      .newsbox-con .list a .conbox .con {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        overflow: hidden; }

.contactbox-con {
  position: relative; }
  .contactbox-con .c1box {
    float: left;
    width: 50%;
    margin-bottom: 20px; }
    @media screen and (max-width: 990px) {
      .contactbox-con .c1box {
        width: 100%; } }
    @media screen and (min-width: 991px) {
      .contactbox-con .c1box {
        padding-left: 130px; } }
    .contactbox-con .c1box .c1 {
      font-size: 25px;
      color: #333;
      line-height: 30px; }
      .contactbox-con .c1box .c1 span {
        margin-top: 5px;
        display: block;
        font-size: 16px; }
    .contactbox-con .c1box .c2 {
      margin-top: 30px; }
      .contactbox-con .c1box .c2 .tit {
        overflow: hidden;
        font-size: 16px;
        color: #333; }
        .contactbox-con .c1box .c2 .tit i {
          float: left;
          margin-right: 10px; }
        .contactbox-con .c1box .c2 .tit span {
          margin-top: 8px;
          float: left; }
      .contactbox-con .c1box .c2 .con {
        font-size: 40px;
        font-weight: bold;
        color: #ff0000; }
    .contactbox-con .c1box .c3 {
      margin-top: 10px;
      font-size: 48px;
      color: #093ea3;
      font-family: "华文行楷"; }
  .contactbox-con .c2box {
    float: right;
    width: 50%; }
    @media screen and (max-width: 990px) {
      .contactbox-con .c2box {
        width: 100%;
        margin-top: 20px; } }
    .contactbox-con .c2box .title {
      font-size: 25px;
      color: #333;
      line-height: 30px; }
      .contactbox-con .c2box .title span {
        margin-top: 5px;
        display: block;
        font-size: 16px; }
    .contactbox-con .c2box .mbox {
      margin-top: 35px; }
      .contactbox-con .c2box .mbox .inputlist {
        overflow: hidden;
        margin-bottom: 5px;
        border: 1px solid #ccc;
        background: #fff; }
        .contactbox-con .c2box .mbox .inputlist .icon {
          float: left;
          height: 40px;
          line-height: 40px;
          background: #fff;
          width: 45px;
          text-align: center; }
        .contactbox-con .c2box .mbox .inputlist .textbox1 {
          float: left;
          width: calc(100% - 45px);
          height: 40px;
          border: none;
          border-left: 1px solid #ccc;
          outline: none;
          padding: 0 10px;
          font-size: 14px;
          color: #666; }
        .contactbox-con .c2box .mbox .inputlist .textbox2 {
          float: left;
          width: calc(100% - 45px);
          height: 110px;
          border: none;
          border-left: 1px solid #ccc;
          outline: none;
          padding: 10px;
          font-size: 14px;
          color: #666; }
        .contactbox-con .c2box .mbox .inputlist .submitbtn {
          height: 50px;
          width: 100%;
          border: none;
          background: #093ea3;
          color: #fff;
          outline: none;
          font-size: 18px;
          transition: all .3s; }
          .contactbox-con .c2box .mbox .inputlist .submitbtn:hover {
            background: #041942; }
  .contactbox-con .bg {
    position: absolute;
    left: -140px;
    bottom: -75px; }

.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% !important; height:auto !important;}
  @media screen and (max-width: 990px) {
    .about-con .conbox {
      font-size: 14px;
      line-height: 30px; } }

.info-con .list {
  padding: 0 10px 20px; }
  .info-con .list a {
    display: block;
    text-decoration: none; }
    .info-con .list a:hover .conbox {
      color: #fff;
      background: #093ea3; }
    .info-con .list a .picbox {
      overflow: hidden; }
      .info-con .list a .picbox .imgbox {
        overflow: hidden; }
        .info-con .list a .picbox .imgbox img {
          max-height: 100%;
          max-width: 100%; }
    .info-con .list a .conbox {
      background: #d4d4d4;
      margin-top: 1px;
      color: #333;
      font-size: 16px;
      height: 45px;
      line-height: 45px;
      overflow: hidden;
      text-align: center;
      transition: all .3s; }

.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: #c8c8c8;
      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: #ff7900; }
    .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 .ccon {
  font-size: 16px;
  color: #696969;
  line-height: 35px; }

.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 img {
  max-width: 100%; }
.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 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; width:100%; text-align:center;}
.product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px; }

.topbar-wrap {
  background: #e6e6e6;
  color: #8c8c8c;
  font-size: 14px;
  font-family: "宋体";
  overflow: hidden;
  line-height: 45px;
  height: 45px;
  overflow: hidden; }
  .topbar-wrap a {
    color: #8c8c8c; }
  .topbar-wrap span {
    margin: 0 8px; }

.header-wrap .header {
  height: 120px; }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 65px; } }
  .header-wrap .header .logo {
    line-height: 120px; }
    @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 {
    line-height: 120px;
    margin-left: 20px; }
    .header-wrap .header .stxt img {
      max-width: 100%; }
  .header-wrap .header .phonebox {
    margin-top: 35px;
    display: inline-block; }
    .header-wrap .header .phonebox .icon {
      margin-top: 17px;
      float: left;
      margin-right: 8px; }
    .header-wrap .header .phonebox .ptxt {
      float: left;
      font-size: 14px;
      color: #333;
      text-align: left; }
      .header-wrap .header .phonebox .ptxt span {
        display: block; }
        .header-wrap .header .phonebox .ptxt span:nth-child(2) {
          font-size: 30px;
          font-family: "Impact";
          color: #ff7900;
          line-height: 30px; }
  @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: #093ea3;
  height: 48px; }
  .nav-wrap.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 80; }
  .nav-wrap .nav-ul {
    background: url(../images/navline.jpg) no-repeat top right;
    height: 48px; }
    .nav-wrap .nav-ul .navlist {
      float: left;
      width: 12.5%;
      text-align: center;
      position: relative;
      z-index: 1; }
      .nav-wrap .nav-ul .navlist .listh1 {
        background: url(../images/navline.jpg) no-repeat top left;
        display: block;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        line-height: 48px; }
        .nav-wrap .nav-ul .navlist .listh1:hover, .nav-wrap .nav-ul .navlist .listh1.on {
          background: #08317e; }
      .nav-wrap .nav-ul .navlist .list2-ul {
        position: absolute;
        top: 48px;
        left: 0;
        display: none;
        background: #08317e;
        width: 100%; }
        .nav-wrap .nav-ul .navlist .list2-ul .list {
          line-height: 40px;
          position: relative; }
          .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: #020c1e; }
          .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: 30px; }
.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #093ea3;
    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: #093ea3;
      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: #093ea3; }
.content-wrap .ltside .linkbox {
  background: #093ea3;
  padding: 10px; }
  .content-wrap .ltside .linkbox .title-arrow {
    background: #093ea3;
    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 {
    background: #fff;
    padding: 10px; }
    .content-wrap .ltside .linkbox .link-wrap .lbox {
      margin-bottom: 10px; }
      .content-wrap .ltside .linkbox .link-wrap .lbox:last-child {
        margin-bottom: 0; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list {
        background: url(../images/ltside-listbg1.jpg) no-repeat;
        background-size: 100% 100%;
        padding: 0 15px 0 25px;
        display: block;
        height: 50px;
        text-align: left;
        color: #292929;
        line-height: 50px;
        font-size: 18px;
        text-decoration: none;
        overflow: hidden; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover, .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 {
          background: url(../images/ltside-listbg-hover.jpg) no-repeat;
          background-size: 100% 100%;
          color: #fff; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover .arrow, .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 .arrow {
            color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list .tit {
          width: calc(100% - 32px); }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list .arrow {
          font-size: 25px;
          width: 32px;
          font-style: normal;
          transform: scaleX(0.6);
          color: #093ea3; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list2 {
        display: none; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul {
          background: #fff;
          padding: 8px 0;
          border: 1px solid #ddd; }
          .content-wrap .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; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
              color: #093ea3; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
              float: left;
              width: 10%;
              font-style: normal;
              color: #093ea3; }
            .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
              display: inline-block;
              float: right;
              width: 88%; }
.content-wrap .ltside .contactbox {
  background: #093ea3;
  padding: 20px;
  height: 278px; }
  .content-wrap .ltside .contactbox .c1box {
    font-size: 35px;
    color: #f0d700;
    font-weight: bold;
    font-family: "Arial"; }
  .content-wrap .ltside .contactbox .c2box {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 30px; }

@media screen and (max-width: 990px) {
  .footer-wrap {
    margin-bottom: 75px; } }
.footer-wrap .footer .f1box {
  background: #093ea3;
  padding: 30px 0; }
  .footer-wrap .footer .f1box .fbox1 {
    overflow: hidden; }
    .footer-wrap .footer .f1box .fbox1 .title {
      float: left;
      width: 90px;
      color: #fff;
      border-right: 1px solid #fff; }
      .footer-wrap .footer .f1box .fbox1 .title span {
        display: block;
        text-transform: uppercase;
        font-size: 20px; }
        .footer-wrap .footer .f1box .fbox1 .title span:nth-child(1) {
          font-family: "Arial"; }
        .footer-wrap .footer .f1box .fbox1 .title span:nth-child(2) {
          font-size: 16px; }
    .footer-wrap .footer .f1box .fbox1 .conbox {
      padding-left: 25px;
      float: left;
      width: calc(100% - 90px);
      line-height: 50px; }
      .footer-wrap .footer .f1box .fbox1 .conbox a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        margin-right: 25px; }
  .footer-wrap .footer .f1box .fbox2 {
    padding: 65px 0 40px;
    overflow: hidden;
    color: #fff;
    font-size: 20px; }
    .footer-wrap .footer .f1box .fbox2 .list {
      float: left;
      border-right: 1px solid #fff;
      width: 27%;
      line-height: 35px; }
      .footer-wrap .footer .f1box .fbox2 .list:nth-child(2) {
        width: 33%;
        padding-left: 5%; }
      .footer-wrap .footer .f1box .fbox2 .list:nth-child(3) {
        padding-left: 5%;
        width: 40%;
        border-right: none; }
.footer-wrap .f2box {
  background: #e5e5e5;
  padding: 25px 0;
  overflow: hidden; }
  .footer-wrap .f2box .flogo {
    margin-top: 35px;
    float: left;
    width: 50%; }
    .footer-wrap .f2box .flogo img {
      max-width: 100%; }
  .footer-wrap .f2box .ccon {
    margin-top: 35px;
    float: left;
    width: 24%;
    font-size: 14px;
    color: #333;
    line-height: 30px; }
    @media screen and (max-width: 990px) {
      .footer-wrap .f2box .ccon {
        margin-top: 0;
        width: 100%;
        text-align: center; } }
  .footer-wrap .f2box .ewmbox {
    float: right;
    width: 26%; }
    .footer-wrap .f2box .ewmbox .list {
      float: left;
      text-align: center;
      margin-left: 25px; }
      .footer-wrap .f2box .ewmbox .list img {
        width: 110px; }
      .footer-wrap .f2box .ewmbox .list span {
        display: block; }

.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 */
