@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "GothamBook";
  background: #ffffff;
}
ul,form,p,a,img,table,tr,td,li,dd,dt,dl,span {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}
img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
ul > li {
  list-style: none;
}
ol,
ul,
li {
  list-style: none;
}
.banner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.banner .carouse {
  max-height: 916px;
  overflow: hidden;
}
.banner .slideItem {
  position: relative;
}
.banner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}
.banner .dotList {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
}
.banner .dotList ul {
  text-align: center;
}
.banner .dotList ul li {
  position: relative;
  margin: 0 5px;
  width: 18px;
  height: 18px;
  background: url("../images/sjb.png") no-repeat center;
}
.banner .dotList ul li.active {
  background: url("../images/sjl.png") no-repeat center;
}
.banner.hide {
  display: none;
}
.banner .carousel-control.left {
  left: 55px;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 50%;
  background-position: -35px 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.banner .carousel-control.right {
  right: 105px;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 50%;
  background-position: -35px 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.banner .carousel-control.right:hover,
.banner .carousel-control.left:hover {
  color: #5C9BD9;
  border-color: #5C9BD9;
}
@media screen and (max-width: 991px) {
  .banner {
    display: block;
  }
  .banner .dotList {
    bottom: 10px;
  }
  .banner .dotList ul li {
    margin: 0 5px;
  }
  .banner.hide {
    display: block;
  }
  .n-banner {
    display: none;
  }
  .banner .slideItem {
    overflow: hidden;
  }
  .banner video {
    -o-object-position: inherit;
       object-position: inherit;
    -o-object-fit: inherit;
       object-fit: inherit;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slide .slideItem .banner-img {
  width: 100%;
  cursor: pointer;
}
.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}
.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}
.slide .dotList {
  text-align: center;
  margin-top: 20px;
}
.slide .dotList ul li {
  display: inline-block;
  width: 21px;
  height: 15px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.slide .dotList ul li.active {
  background-position: 0 0;
}
.slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 999;
}
.slide .carousel-control.left {
  left: 55px;
  background-position: 0;
  cursor: pointer;
}
.slide .carousel-control.right {
  right: 55px;
  background-position: 0;
  cursor: pointer;
}
.slide .slidedetail {
  display: none;
}
.imgtoVideo img {
  width: 100%;
}
.imgtoVideo > div {
  padding: 1px;
  position: relative;
  cursor: pointer;
  width: 49%;
  display: inline-block;
}
.imgtoVideo > div:hover .imgtoVideoDetail {
  display: block;
}
.imgtoVideo .imgtoVideoDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  display: none;
}
.imgtoVideo .imgtoVideoDetail > div {
  background: rgba(0, 98, 197, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  width: 100%;
  height: 100%;
  text-align: center;
}
.imgtoVideo .tovideo .imgtoVideoDetail {
  display: block;
}
.imgtoVideo .tovideo .imgtoVideoDetail > div {
  background: #0c2d47;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 17%;
}
.imgtoVideo .imgtoVideoDetail .fa-search {
  color: #fff;
  font-size: 25px;
  margin-top: 21%;
}
.contentIV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(20, 43, 73, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  margin: 0 auto;
  z-index: -999;
  max-width: 1024px;
  display: none;
}
#picturetoVideo .carouse .slideItem {
  display: table;
  height: 100%;
}
#picturetoVideo .carouse .slideItem > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#picturetoVideo .carouse .slideItem .banner-img {
  max-width: 100%;
  width: auto;
}
.closeContentIV {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}
.slide .slide-count {
  display: none;
}
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.eot") format("embedded-opentype"), url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NHaasGroteskTXPro-Bd";
  src: url("../fonts/NHaasGroteskTXPro75Bd.eot");
  src: url("../fonts/NHaasGroteskTXPro75Bd.eot") format("embedded-opentype"), url("../fonts/NHaasGroteskTXPro75Bd.woff2") format("woff2"), url("../fonts/NHaasGroteskTXPro75Bd.woff") format("woff"), url("../fonts/NHaasGroteskTXPro75Bd.ttf") format("truetype"), url("../fonts/NHaasGroteskTXPro75Bd.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NHaasGroteskTXPro-Rg";
  src: url("../fonts/NHaasGroteskTXPro55Rg.eot");
  src: url("../fonts/NHaasGroteskTXPro55Rg.eot") format("embedded-opentype"), url("../fonts/NHaasGroteskTXPro55Rg.woff2") format("woff2"), url("../fonts/NHaasGroteskTXPro55Rg.woff") format("woff"), url("../fonts/NHaasGroteskTXPro55Rg.ttf") format("truetype"), url("../fonts/NHaasGroteskTXPro55Rg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}
.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}
.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}
.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}
.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}
.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}
.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}
@font-face {
  font-family: "iconfont";
  /* Project id 3430849 */
  src: url("../fonts/iconfont.woff2_t=1653907269773") format("woff2"), url("../fonts/iconfont.woff_t=1653907269773") format("woff"), url("../fonts/iconfont.ttf_t=1653907269773") format("truetype");
  font-display: swap;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-yizhanshifuwu:before {
  content: "\e62d";
}
.icon-chuangxin:before {
  content: "\e6b8";
}
.icon-shuyi_jinqian-jiage:before {
  content: "\e614";
}
.icon-yuyan:before {
  content: "\e613";
}
.icon-youxiang:before {
  content: "\e623";
}
.icon-edit:before {
  content: "\e611";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-download:before {
  content: "\e7a0";
}
.icon-download1:before {
  content: "\e7a7";
}
.icon-search4:before {
  content: "\e7b2";
}
.icon-address:before {
  content: "\e7bc";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-phone:before {
  content: "\e7c8";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-address1:before {
  content: "\e7c3";
}
.icon-contact1:before {
  content: "\e7c4";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-fax1:before {
  content: "\e7ca";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-phone2:before {
  content: "\e7d0";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-youbian:before {
  content: "\e60f";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.icon-shangchuan:before {
  content: "\e602";
}
.icon-top2:before {
  content: "\e637";
}
.icon-qiyegongchangjianzhu:before {
  content: "\e802";
}
.icon-tuandui:before {
  content: "\e68c";
}
.icon-chuangxinchanpin:before {
  content: "\e603";
}
.icon-zhiliang-xianxing:before {
  content: "\e88b";
}
.icon-sanjiao2:before {
  content: "\e601";
}
.icon-tuichu:before {
  content: "\e60c";
}
.icon-jingyan:before {
  content: "\e60b";
}
.icon-gongchengshi:before {
  content: "\e739";
}
.icon-shouye:before {
  content: "\e65d";
}
.icon-a-youjianchakanyoujianfasongyoujianshouyoujian-02:before {
  content: "\e917";
}
.icon-home:before {
  content: "\e624";
}
/*-------------contact start---------------------------------------------------------------*/
.contact-pc {
  position: fixed;
  top: 42%;
  z-index: 999;
  right: 4px;
  text-align: right;
}
.iconfontwhatsapp {
  color: #3AC34C;
  font-size: 20px;
}
.contact-pc li {
  position: relative;
  margin-bottom: 2px;
  width: 34px;
  height: 35px;
  background: #565353;
  border-radius: 5px;
}
.contact-pc li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.contact-pc li .ewm {
  position: absolute;
  top: 0;
  left: 125px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}
.contact-pc li.ewm-box:hover .ewm {
  left: -125px;
}
.contact-pc li .ewm {
  position: absolute;
  top: 0;
  left: 125px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}
.contact-pc li.ewm-box:hover .ewm {
  left: -125px;
}
.contact-pc li i {
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  color: #FFFFFF;
}
.contact-pc li:hover {
  /* font-size: 26px; */
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #004B8B;
  color: #FFFFFF;
}
.contact-pc li:hover > i {
  background: transparent;
}
.contact-phone {
  position: fixed;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
  display: none;
  z-index: 999;
}
.contact-phone li {
  width: 20%;
  height: 100%;
  float: left;
  position: relative;
  background: #565353;
}
.contact-phone li:hover .iconfont {
  /* color: #fff; */
  color: #FFFFFF;
}
.contact-phone li a {
  display: block;
  heswiper-button-previght: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.contact-phone li .ewm {
  position: absolute;
  bottom: 40px;
  right: 50%;
  margin-right: -50px;
  display: none;
  max-width: 100px;
  width: 100px;
  height: 100px;
  display: none;
}
.contact-pc li i {
  color: #FFFFFF;
}
.small-phone {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-pc {
    display: none;
  }
  .copyright-mid {
    padding-bottom: 80px;
  }
  .small-phone {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #565353;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .small-phone > li {
    display: block;
    background: #565353;
    width: 20%;
    text-align: center;
    padding: 10px 0px;
  }
  .small-phone > li > a i {
    font-size: 20px;
    color: #FFFFFF;
  }
  .small-phone > li:hover {
    background: #004B8B;
  }
  .weixin > img {
    position: absolute;
    z-index: 100;
    top: -120px;
    left: 58%;
    display: none;
    /* transform: translate(-50%); */
  }
}
/* contact end */
.daohang-fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #FFFFFF;
  top: 0;
}
.banner-sw {
  margin-top: 158px;
  position: relative;
  z-index: 1;
}
.pc {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.yiqer {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.daohang-logo-top-kuang .logo {
  display: block;
  font-size: 0;
  min-width: 309px;
  width: 309px;
  min-height: 84px;
  height: 84px;
}
.daohang-logo-top-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4px;
}
.daohang-logo-top-kuang form {
  width: 29%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #9E9E9E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.daohang-logo-top-kuang form input {
  border: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  padding-left: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  outline: none;
}
.daohang-logo-top-kuang form .dhtj {
  width: 40px;
  height: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.daohang-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.daohang-logo-top-kuang form i {
  position: absolute;
  right: 10px;
  font-size: 24px;
  color: #666666;
  z-index: 1;
}
.daohang-icon i {
  font-size: 40px;
  margin-right: 16px;
  color: #666666;
}
.daohang-icon a:hover {
  color: #004B8B;
}
.dh-icon-title {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.dh-icon-neirong {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.daohang-logo-top-kuang form input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
  font-family: "GothamBook";
  font-weight: bold;
  color: #9B9B9B;
  opacity: 1;
}
.daohang-logo-top-kuang form input:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  font-family: "GothamBook";
  font-weight: bold;
  color: #9B9B9B;
  opacity: 1;
}
.daohang-logo-top-kuang form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
  font-family: "GothamBook";
  font-weight: bold;
  color: #9B9B9B;
  opacity: 1;
}
.daohang-logo-top-kuang form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
  font-family: "GothamBook";
  font-weight: bold;
  color: #9B9B9B;
  opacity: 1;
}
.dah-nei {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dah-nei > ul {
  width: 81.7142857143%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dah-nei > ul > li > a {
  width: auto;
  height: auto;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  padding-top: 18px;
  padding-bottom: 22px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}
.dah-nei > ul > li > a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background: #FFFFfF;
  bottom: 20px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.dah-nei > ul > li > a:hover::before {
  width: 100%;
}
.dah-nei > ul > li.active a::before {
  width: 100%;
}
.dah-nei > ul > li div ul li.active a {
  color: #004B8B;
}
.yuyankuang {
  width: 82px;
  height: 42px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-right: 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.yyindex-kuang {
  height: 0px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  background: #004B8B;
  right: 0;
  padding-left: 2%;
  padding-right: 2%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: 0;
  top: 34px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.yuyankuang.active .yyindex-kuang {
  height: auto;
}
.yyindex-kuang a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  word-break: break-all;
}
.yyindex-kuang a:hover {
  text-decoration: underline;
}
.daohang-neirong {
  background: #004B8B;
}
.yuyankuang i {
  color: #FFFFFF;
  font-size: 12px;
}
.yuyankuang .yyi {
  color: #FFFFFF;
  font-size: 26px;
}
.dah-nei > ul > li {
  position: relative;
}
.dah-nei > ul > li .yiji-kuang {
  position: absolute;
  left: -100%;
  padding-top: 3px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: none;
}
.dah-nei > ul > li .yiji-kuang ul > li:hover > div {
  display: block;
}
.dah-nei > ul > li:hover .yiji-kuang {
  display: block;
}
.yiji-kuang > ul {
  width: 277px;
  padding-top: 8px;
  padding-bottom: 16px;
  background: #FFFFFF;
}
.yiji-kuang > ul > li a {
  width: 100%;
  font-size: 18px;
  display: block;
  font-weight: 400;
  color: #191919;
  line-height: 24px;
  padding-top:6px; padding-bottom:6px;
  padding-left: 19px;
  padding-right: 19px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.yiji-kuang > ul > li a:hover {
  color: #004B8B;
}
.yiji-kuang ul li div {
  left: 100%;
  position: absolute;
  width: 254px;
  top: auto;
  margin-top: -44px;
  padding-left: 3px;
  display: none;
}
.yiji-kuang ul li div ul {
  background: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 19px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-mobilenav {
  display: none;
}
@media screen and (max-width: 999px) {
  .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .mbnav-wp_seach > form > .box-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    height: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }
  .mbnav-wp_seach > form > .box-form > .box-text {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: transparent;
    outline: none;
  }
  .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    background: transparent;
  }
  .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
    font-size: 20px;
  }
  .mbnav-list {
    margin-top: 20px;
  }
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  .m-mobilenav .mbnav-btn {
    position: fixed;
    z-index: 2;
    top: 32px;
    left: 17px;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    width: 26px;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #043F71;
  }
  .m-mobilenav .mbnav-btn.active .line {
    background-color: #FFFFFF;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #FFFFFF;
  }
  .m-mobilenav .mbnav-btn.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background: transparent;
    top: 50px;
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    color: #FFFFFF;
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(51, 51, 51, 0.98);
    top: 0;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFFFFF;
    -webkit-transform: scale(1.1) translate(60px, -35px);
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    -o-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -webkit-transition: 0.5s 0.1s;
    -o-transition: 0.5s 0.1s;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043F71;
  }
}
@media screen and (max-width: 1420px) {
  .pc {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1219px) {
  .daohang-icon i {
    margin-right: 6px;
  }
  .daohang-icon:last-child {
    margin-left: 10px;
  }
  .dh-icon-neirong,
.dh-icon-title {
    font-size: 14px;
  }
  .daohang-icon i {
    font-size: 38px;
  }
  .daohang-logo-top-kuang form {
    height: 40px;
  }
  .daohang-logo-top-kuang form input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px;
  }
  .daohang-logo-top-kuang form input:-o-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
  }
  .daohang-logo-top-kuang form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
  }
  .daohang-logo-top-kuang form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px;
  }
  .daohang-logo-top-kuang form {
    width: 25%;
  }
}
@media screen and (max-width: 999px) {
  .daohang-icon, .dah-nei > ul {
    display: none;
  }
  .daohang-logo-top-kuang form {
    display: none;
  }
  .yuyankuang {
    position: absolute;
    right: 17px;
    top: 24px;
    background: #004B8B;
  }
  .banner-sw {
    margin-top: 84px;
  }
  .daohang-logo-top-kuang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .daohang-fixed {
    position: relative;
  }
  .banner-sw {
    margin-top: 0;
  }
  .banner .carousel-control.right,
.banner .carousel-control.left {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .daohang-logo-top-kuang .logo {
    min-width: auto;
    min-height: auto;
    width: 140px;
    height: auto;
  }
  .yuyankuang {
    width: 60px;
    height: 34px;
  }
  .yuyankuang {
    right: 10px;
    top: 8px;
  }
  .yuyankuang .yyi {
    font-size: 20px;
  }
  .m-mobilenav .mbnav-btn {
    left: 10px;
    top: 12px;
  }
  .daohang-logo-top-kuang {
    height: 50px;
  }
  .yyindex-kuang {
    top: 28px;
  }
}
.dibu-index-mid {
  background: #333333;
  padding-top: 81px;
}
.qishidata {
  font-size: 25px;
  font-family: "NHaasGroteskTXPro-Rg";
  font-weight: normal;
  color: #FFFFFF;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.qishidata span {
  width: 40px;
  height: 1px;
  background: #FFFFFF;
}
.db-index-kuang:nth-child(1) {
  width: 180px;
}
.db-index-kuang:nth-child(1) ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 126px;
}
.db-index-kuang:nth-child(1) ul li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.db-index-kuang ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.dibu-logo {
  display: block;
  font-size: 0px;
  margin-top: 7px;
  height: 33px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF; font-family: "NHaasGroteskTXPro-Bd";
}
.db-index-kuang ul {
  margin-top: 26px;
}
.db-index-kuang > ul > li:hover a {
  color: #E32117;
}
.db-index-kuang a:hover {
  color: #E32117;
}
.db-index-kuang ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
}
.db-index-kuang {
  width: 18.7%;
}
.db-index-kuang:nth-child(2) {
  margin-left: -3.8%;
}
.db-index-kuang:nth-child(3) {
  width: 13.5714285714%;
}
.db-index-kuang:nth-child(4) {
  width: 31.9% !important;
}
.db-index-kuang ul form input,
.db-index-kuang ul form textarea {
  outline: none;
  width: 100%;
  height: 100%;
  border: 0px;
  border: 1px solid #FFFFFF;
  background: transparent;
  padding-left: 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #ffffff;
}
.db-index-kuang ul form textarea {
  padding-top: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.db-index-kuang ul form input::-webkit-input-placeholder,
.db-index-kuang ul form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFFFFF;
  font-size: 16px;
  font-family: "GothamBook";
  font-weight: 400;
  color: #D5D5D5;
  opacity: 1;
}
.db-index-kuang ul form input:-o-placeholder,
.db-index-kuang ul form textarea:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
  font-size: 16px;
  font-family: "GothamBook";
  font-weight: 400;
  color: #D5D5D5;
  opacity: 1;
}
.db-index-kuang ul form input::-moz-placeholder,
.db-index-kuang ul form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  font-size: 16px;
  font-family: "GothamBook";
  font-weight: 400;
  color: #D5D5D5;
  opacity: 1;
}
.db-index-kuang ul form input:-ms-input-placeholder,
.db-index-kuang ul form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFFFFF;
  font-size: 16px;
  font-family: "GothamBook";
  font-weight: 400;
  color: #D5D5D5;
  opacity: 1;
}
.db-index-kuang ul form {
  width: 100%;
}
.db-index-kuang ul form p {
  width: 47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 36px;
  margin-bottom: 17px;
}
.db-index-kuang ul form .tart {
  width: 100%;
  height: 78px;
}
.db-index-kuang ul form span {
  width: 6px;
  height: 5px;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #FF0000;
  position: relative;
  top: 10px;
  margin-right: 7px;
}
.db-index-kuang form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.requ-mid {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.requ-img {
  display: block;
  font-size: 0;
  min-width: 126px;
  min-height: 36px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  margin-left: 10px;
  margin-right: 10px;
}
.requ-img  img{ max-height:36px; vertical-align:middle;}
.db-index-kuang ul form .requ-mid p {
  width: 100%;
}
.db-index-kuang ul form .cap-in {
  max-width: 144px;
}
.db-index-kuang ul form .indexsend {
  background: #E32117;
  border: 1px solid #E32117;
  color: #FFFFFF;
  max-width: 129px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  padding-left: 0px;
  cursor: pointer;
}
.db-in-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fxzj-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 29px;
}
.fxzj-index a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  background: #2D8EF5;
  margin-right: 9px;
  color: #FFFFFF;
}
.fxzj-index a:nth-child(2) {
  background: #CA3028;
}
.fxzj-index a:nth-child(3) {
  background: #3B519A;
}
.fxzj-index a:nth-child(4) {
  background: #067AAB;
}
.fxzj-index a:nth-child(5) {
  background: #DB210C;
}
.fxzj-index a:nth-child(6) {
  background: #A440AA;
}
.fxzj-index a:hover {
  border-radius: 10px;
}
.dibu-index-mid {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.41);
}
.dibulianjie-kuang p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.dibulianjie-kuang p a {
  color: #FFFFFF;
}
.dibulianjie-kuang p a:hover {
  color: #004B8B;
}
.dibulianjie-mid {
  text-align: center;
  background: #333333;
  padding-top: 24px;
  padding-bottom: 27px;
}
.db-index-kuang:last-child {
  max-width: 446px !important;
  width: 100% !important;
}
@media screen and (max-width: 1219px) {
  .db-index-kuang ul li,
.db-index-kuang ul li a,
.dibulianjie-kuang p {
    font-size: 14px;
  }
  .dibu-index-mid {
    padding-bottom: 30px;
  }
  .db-index-kuang:nth-child(2) {
    margin-left: 0%;
  }
  .db-index-kuang:last-child {
    max-width: 355px !important;
  }
  .db-index-kuang:nth-child(3) {
    min-width: 140px;
  }
}
@media screen and (max-width: 999px) {
  .dibu-index-mid {
    padding-top: 20px;
  }
  .db-in-kuang {
    display: none;
  }
  .qishidata {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; display:none
  }
  .fxzj-index {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fxzj-index a {
    margin-left: 3px;
    margin-right: 3px;
  }
  .dibulianjie-mid {
    padding-top: 10px;
  }
  .dibulianjie-kuang p:nth-child(1) {
    display: none;
  }
  .dibu-index-mid {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .dibulianjie-mid {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .yiqer {
    width: 95%;
  }
}
.wa-in-img {
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 0px;
  padding-bottom: 79.7%;
}
.wa-in-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.wa-in-n-kuang {
  width: 24%;
}
.wa-in-n-n {
  position: relative;
  border: 1px solid #CCCCCC;
}
.yinyingkuang {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.yinyingkuang a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-family: "NHaasGroteskTXPro-Rg";
  font-weight: normal;
  color: #FFFFFF;
  line-height: 26px;
}
.wa-in-n-kuang:hover .yinyingkuang {
  height: 100%;
}
.wain-n-title {
  width: auto;
  height: auto;
  padding-left: 1%;
  padding-right: 1%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 28px;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 14px;
}
.wain-n-title:hover {
  color: #004B8B;
}
.wa-in-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 44px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: bold;
  color: #191919;
  line-height: 60px;
}
.wa-in-neirong {
  text-align: center;
  display: block;
  max-width: 870px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
}
.wa-index-mid {
  padding-top: 82px;
}
.wa-in-kkuang {
  margin-top: 57px;
}
.wa-in-n-kuang {
  margin-bottom: 26px;
  margin-left: 1.3%;
}
.wa-in-n-kuang.no-bianju {
  margin-left: 0px;
}
.wa-in-kkuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.our-index-left {
 width: 40.03125%; text-align:center;
}
.our-in-le-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 44px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 14px;
}
.our-in-le-neirong {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-index-mid {
  background: url(../images/in-bj.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
  padding-top: 81px;
  margin-top: 100px;
  padding-bottom: 58px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.our-in-r-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  height: auto;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  line-height: 30px;
  margin-bottom: 9px;
}
.our-in-r-neirong {
  display: block;
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 10px;
}
.our-index-right {
  width:51.40625%;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  box-sizing:border-box;
  padding-left: 3.7%;
  padding-right: 3.7%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 11px;
  margin-right: 2%;
}
.our-index-right i {
  font-size: 40px;
  color: #004B8B;
}
.our-hengxian {
  width: 40px;
  height: 3px;
  background: #004B8B;
}
.our-index-mid a:hover {
  color: #004B8B;
}
.wa-index-kuang a:hover {
  color: #004B8B;
}
@media screen and (max-width: 1720px) {
  .our-index-mid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .our-index-right {
    max-width: none;
    width: 55%;
  }
  .our-index-left {
    max-width: none;
    width: 40%;
  }
}
@media screen and (max-width: 999px) {
  .our-hengxian {
    margin-left: auto;
    margin-right: auto;
  }
  .wa-index-mid {
    padding-top: 30px;
  }
  .wa-in-kkuang {
    margin-top: 30px;
  }
  .our-index-mid {
    margin-top: 20px;
    padding-top: 50px;
  }
  .wa-in-title {
    font-size: 36px;
    line-height: 44px;
  }
  .wain-n-title {
    margin-top: 8px;
  }
  .wa-in-n-kuang {
    margin-bottom: 16px;
  }
  .yinyingkuang {
    display: none;
  }
  .our-index-mid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .our-index-left {
    width: 100%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .our-index-right {
    width: 95%;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 0px; margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .our-index-mid {
    padding-top: 20px;
  }
  .our-in-le-title {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 44px;
  }
  .our-in-le-neirong {
    text-align: center;
  }
  .our-in-r-title {
    margin-bottom: 8px;
  }
  .our-in-r-neirong {
    margin-bottom: 10px;
  }
  .wain-n-title {
    font-size: 14px;
    line-height: 20px;
  }
  .wa-in-kkuang {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wa-in-n-kuang,
.wa-in-n-kuang.no-bianju {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .wa-in-title {
    font-size: 20px;
    line-height: 30px;
  }
  .wa-in-neirong {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }
  .wa-in-kkuang {
    margin-top: 10px;
  }
  .our-in-le-title {
    font-size: 20px;
    line-height: 30px;
  }
  .our-in-le-neirong {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .our-in-r-title {
    font-size: 18px;
    line-height: 22px;
  }
  .our-in-r-neirong {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .our-index-mid {
    background: #404040;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .wa-in-kkuang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wa-in-n-kuang {
    width: 48% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .wain-n-title {
    font-size: 12px;
    margin-top: 6px;
  }
}
.oem-in-le-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.oem-index-left {
  width: 49.8958333333%;
}
.oem-in-le-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.oem-index-mid {
  background: url(../images/stop.png) no-repeat right bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 175px;
}
.oem-index-right {
  width: 30%;
  margin-left: 2.55%;
}
.oem-index-right a:hover {
  color: #004B8B;
}
.oem-in-contact {
  width: 153px;
  height: 40px;
  background: #E32117;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 38px;
  display: block;
  text-align: center;
  margin-top: 53px;
}
.oem-in-r-title {
  width: auto;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 44px;
  font-family: "NHaasGroteskTXPro-Bd";
  color: #191919;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.oem-in-r-title > span {
  color: #004B8B;
}
.oem-in-r-top {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  margin-top: 32px;
}
.oem-in-r-neirong {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 35px;
}
.exp-index-mid {
  background: url(../images/lanse.jpg) no-repeat;
  margin-top: 75px;
  padding-bottom: 87px;
  background-size: cover;
}
.exp-in-kuang {
  text-align: center;
  padding-top: 58px;
}
.exp-in-kuang i {
  font-size: 36px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 35px;
}
.exp-in-big {
  font-size: 63px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #FFFFFF;
  line-height: 66px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exp-in-big a{ color:#fff}
.exp-in-big span {
  font-size: 18px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #FFFFFF;
  line-height: 30px;
  margin-left: 12px;
}
.exp-in-kuang {
  width: 24.83%;
}
.exp-in-name {
  display: block;
  font-size: 18px;
  font-family: "NHaasGroteskTXPro-Rg";
  font-weight: normal;
  color: #FFFFFF;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  margin-top: 9px;
}
.exp-in-kuang a:hover {
  color: #000000;
}
.exp-index-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-index-nek {
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  font-size: 18px;
  margin-top: 32px;
}
.about-in-k-title {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 44px;
  font-family: "NHaasGroteskTXPro-Bd";
  color: #191919;
  font-weight: bold;
  line-height: 50px;
}
.about-index-kuang {
  padding-top: 82px;
}
.about-index-nek p a{ color:#333333}
.about-index-nek a.lianjie {
  color: #E32117 !important;
  text-decoration: underline;
}
.about-index-nek a.lianjie:hover{ color:#333333 !important}
.appl-in-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 44px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: bold;
  color: #191919;
  line-height: 50px;
  text-align: center;
}
.appl-in-neirong {
  max-width: 866px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  margin-bottom: 62px;
}
.appl-index-neirong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.appl-in-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.appl-in-kkuang {
  width: 24.2708333333%;
  margin-left: 0.9%;
  position: relative;
}
.appl-in-kkuang.no-bianju {
  margin-left: 0px;
}
.appl-in-n-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
  margin-top: 15px;
  padding-left: 1%;
  padding-right: 1%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.appl-in-nei-kuang {
  position: absolute;
  left: 0;
  right: 0;
  top: 53px;
  text-align: center;
}
.appl-in-nei-kuang .hengxian {
  width: 54px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background: #333;
}
.appl-in-kkuang:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.applic-index-mid {
  padding-top: 121px;
}
.applic-index-kuang a:hover {
  color: #004B8B;
}
.la-in-n-img {
  display: block;
  font-size: 0;
  overflow: hidden;
  text-align: center;
}
.late-in-n-kuang:hover .la-in-n-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.lates-index-neirong {
  max-width: 1350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.la-in-view {
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #E32117;
  line-height: 29px;
}
.lates-index-neirong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.late-in-n-kuang {
  width: 24.2962962963%;
  margin-left: 0.7%;
}
.la-in-n-kuang.no-bianju {
  margin-left: 0px;
}
.la-in-n-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 28px;
  height:84px;
}
.la-in-n-kuang {
  width: auto;
  height: auto;
  padding-left: 3.1%;
  padding-right: 3.1%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  padding-top: 9px;
  padding-bottom: 21px;
}
.la-in-n-data {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.lates-index-mid {
  padding-bottom: 116px;
  padding-top: 108px;
}
.late-in-n-kuang:hover .la-in-n-title,
.late-in-n-kuang:hover .la-in-view {
  color: #004B8B;
}
.lates-index-mid .appl-in-neirong {
  margin-top: 17px;
  margin-bottom: 69px;
}
.late-in-n-kuang {
  background: #FFFFFF;
}
@media screen and (max-width: 1400px) {
  .oem-index-mid {
    margin-top: 90px;
  }
  .oem-in-contact {
    margin-top: 20px;
  }
  .oem-in-r-neirong {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1380px) {
  .lates-index-neirong {
    width: 95%;
  }
}
@media screen and (max-width: 1219px) {
  .applic-index-mid,
.lates-index-mid {
    padding-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  .oem-index-mid {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .oem-index-left {
    width: 100%;
    text-align: center;
  }
  .oem-index-right {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
  }
  .oem-in-contact {
    margin-left: auto;
    margin-right: auto;
  }
  .oem-in-r-top,
.oem-in-r-neirong {
    margin-top: 10px;
  }
  .oem-index-mid {
    background: transparent;
  }
  .exp-index-mid {
    margin-top: 20px;
  }
  .about-index-kuang {
    padding-top: 20px;
  }
  .exp-index-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .exp-in-kuang {
    width: 48%;
  }
  .oem-in-r-title {
    font-size: 36px;
    line-height: 44px;
  }
  .oem-in-r-top {
    font-size: 18px;
  }
  .oem-in-r-neirong {
    font-size: 16px;
  }
  .exp-in-kuang i {
    margin-bottom: 10px;
  }
  .exp-in-kuang {
    padding-top: 30px;
  }
  .exp-index-mid {
    padding-bottom: 30px;
  }
  .about-index-nek {
    font-size: 16px;
  }
  .appl-in-neirong,
.lates-index-mid .appl-in-neirong {
    margin-top: 14px;
    margin-bottom: 42px;
  }
  .appl-in-title {
    font-size: 36px;
    line-height: 44px;
  }
  .lates-index-mid {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .oem-in-r-title {
    font-size: 20px;
  }
  .exp-in-big {
    font-size: 30px;
    line-height: 36px;
  }
  .exp-in-big span {
    font-size: 16px;
  }
  .exp-in-kuang i {
    font-size: 28px;
  }
  .exp-in-name {
    font-size: 16px;
    margin-top: 0px;
    line-height: 22px;
  }
  .about-in-k-title,
.appl-in-title {
    font-size: 20px;
    line-height: 30px;
  }
  .about-index-nek {
    margin-top: 10px;
    font-size: 12px;
  }
  .appl-index-neirong {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .appl-in-kkuang {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .appl-in-nei-kuang {
    top: 20px;
  }
  .applic-index-mid {
    padding-top: 20px;
  }
  .oem-in-r-top,
.oem-in-r-neirong {
    font-size: 12px;
  }
  .oem-in-contact {
    width: 100px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .appl-in-neirong {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .appl-in-n-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .lates-index-mid {
    padding-top: 20px;
  }
  .lates-index-neirong {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .late-in-n-kuang {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .appl-in-neirong, .lates-index-mid .appl-in-neirong {
    margin-bottom: 22px;
  }
  .lates-index-mid {
    padding-bottom: 10px;
  }
  .la-in-n-title {
    font-size: 14px; font-size:1.4rem; line-height:20px; height:60px;
  }
  .la-in-n-data {
    line-height: 20px;
    font-size: 14px;
  }
  .la-in-view {
    font-size: 12px;
  }
  .la-in-n-kuang {
    text-align: center;
  }
}
@media screen and (max-width: 460px) {
  .late-in-n-kuang, .appl-in-kkuang, .exp-in-kuang {
    width: 100%;
  }
  .la-in-n-title{ height:auto !important}
}
.about-k-title {
  font-size: 26px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #191919;
  line-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-k-title span {
  width: 66px;
  height: 2px;
  background: #191919;
  margin-left: 18px;
}
.about-k-left {
  width: 39.5833333333%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 33%;
  margin-right: 2.7%;
  float: left;
  position: relative;
}
.about-k-left iframe {
  position: absolute;
  border: 0px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.about-k-right {
  float: none;
}
.fenye-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.about-k-r-biaotuo {
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
  margin-bottom: 26px;
  margin-top: 23px;
}
.about-k-r-n {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
  margin-bottom: 36px;
}
.about-mid {
  margin-top: 79px;
}
.about-our-mid {
  background: url(../images/1-aboutbj.jpg) no-repeat;
  background-size: cover;
  margin-top: 75px;
  padding-bottom: 24px;
  padding-top: 52px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.about-our-kuang .about-k-title {
  color: #FFFFFF;
}
.about-our-kuang .about-k-title span {
  background: #FFFFFF;
}
.about-our-kuang .about-k-title {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ab-our-neirong {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
  padding-left: 3px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 9px;
}
.ab-our-k-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ab-our-k-top i {
  font-size: 45px;
  color: #004B8B;
  margin-right: 10px;
}
.ab-our-k-top p {
  font-size: 26px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #004B8B;
  line-height: 44px;
}
.ab-our-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 70px;
}
.about-our-nei-kuang {
  background: #FFFFFF;
  width: 48.4166666667%;
  padding-left: 1.5%;
  padding-right: 3%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 19px;
  padding-bottom: 59px;
  margin-bottom: 49px;
}
.about-our-nei-kuang:last-child {
  width: 100%;
}
.ste-k-top-right {
  width:100%;
}
.ste-k-top-left {
  font-size: 28px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #191919;
  line-height: 40px;
  width: 30%;
}
.ste-kuang-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ste-k-top-right {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.ste-mid {
  padding-top: 78px;
}
.ste-k-top-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 66px;
}
.ste-k-top-bottom p:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ste-k-top-bottom p {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 23.6979166667%;
  margin-left: 1.7%;
}
.ste-k-top-bottom p.no-bianju {
  margin-left: 0px;
}
.plastic-k {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 31.6666666667%;
  margin-bottom: 32px;
}
.plastic-k:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.plastic-neirong-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.plastic-mid {
  margin-top: 89px;
}
.plastic-neirong-kuang {
  margin-top: 72px;
}
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
     -moz-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
     -moz-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size:44px;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
     -moz-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s top, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s left, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s right, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
     -moz-transform-origin: right top;
      -ms-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
     -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
     -moz-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
     -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: opacity, height, -o-transform;
  -moz-transition-property: transform, opacity, height, -moz-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform, -moz-transform, -o-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
     -moz-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  margin: 0px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "";
}
.led-kuang-annu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 18px;
}
.led-kuang-left {
  width: 40.777%;
}
.led-title {
  font-size: 28px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #191919;
  line-height: 40px;
  margin-bottom: 11px;
}
.led-neirong {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.led-kuang-annu .swiper-button-prev {
  margin-right: 8px;
}
.led-kuang-annu .swiper-button-prev,
.led-kuang-annu .swiper-button-next {
  width: 38px;
  height: 38px;
  color: #666666;
  border: 2px solid #666666;
  border-radius: 50%;
}
.led-kuang-annu .swiper-button-prev:hover,
.led-kuang-annu .swiper-button-next:hover {
  color: #004B8B;
  border: 2px solid #004B8B;
}
.led-mid {
  margin-top: 54px;
  margin-bottom:20px;
}
.led-kuang-right {
  width: 57.3333333333%;
  margin-bottom: 13px;
}
.swi-si-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.swi-si-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zswiper .swi-si-img:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.led-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certif-mid {
  background: #EFEFEF;
  margin-top: 164px;
  padding-top: 63px;
}
.cer-title {
  font-size: 28px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #191919;
  text-align: center;
  line-height: 30px;
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999980000000000000000000000;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: left 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  -moz-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  -moz-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}
.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -webkit-calc(2% + 6px);
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
/*# sourceMappingURL=baguetteBox.css.map */
* {
  margin: 0px;
  padding: 0px;
}
html {
  font-size: 62.5%;
  height: 100%;
}
a {
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}
ol, ul, li {
  list-style: none;
}
table, embed, video {
  max-width: 100%;
}
input, textarea {
  border: none;
  background: none;
  font-family: inherit;
}
input[type=submit], textarea[type=submit] {
  cursor: pointer;
}
input[type=checkbox], textarea[type=checkbox] {
  cursor: pointer;
}
input[type=radio], textarea[type=radio] {
  cursor: pointer;
}
input:focus, textarea:focus {
  outline: none;
}
textarea {
  resize: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
em, i {
  font-style: normal;
}
.c-fl {
  float: left;
}
.c-fr {
  float: right;
}
.c-cb {
  clear: both;
}
.c-mg {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.c-oh {
  overflow: hidden;
}
.c-nomt {
  margin-top: 0 !important;
}
.c-nomr {
  margin-right: 0 !important;
}
.c-nomb {
  margin-bottom: 0 !important;
}
.c-noml {
  margin-left: 0 !important;
}
.c-nofont {
  line-height: 0;
  font-size: 0;
}
.c-nobg {
  background: none !important;
}
.f-box {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
  .f-box {
    width: 950px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .f-box {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
[class*=-item] .item-pic {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
[class*=-item] .item-pic img {
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}
[class*=-item] .item-pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
[class*=-item] .item-title {
  overflow: hidden;
}
[class*=-item] .item-title a:hover {
  color: #333;
}
[class*=-item] .item-desc {
  overflow: hidden;
}
[class*=-item] .item-desc a {
  display: block;
}
[class*=-item] .item-desc a:hover {
  color: #333;
}
/* 鏍峰紡 */
.m-hcert {
  padding-top: 8px;
  padding-bottom: 98px;
}
.m-hcert .box-btn {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 30px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.m-hcert .box-btn.prev {
  left: 0;
  background-image: url("../images/jtl2.png.html");
}
.m-hcert .box-btn.prev:hover {
  background-image: url("../images/jtl3.png.html");
}
.m-hcert .box-btn.next {
  right: 0;
  background-image: url("../images/jtr2.png.html");
}
.m-hcert .box-btn.next:hover {
  background-image: url("../images/jtr3.png.html");
}
.m-hcert .box-lunbo {
  position: relative;
  margin-top: 69px;
  padding-left: 65px;
  padding-right: 65px;
}
.m-hcert .box-lunbo1 {
  display: none \9 ;
}
.m-hcert .box-lunbo1 .box-list {
  position: relative;
  height: 377px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.m-hcert .box-lunbo1 .list-item {
  position: absolute;
  top: 0;
  width: 270px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}
.m-hcert .box-lunbo1 .list-item1 {
  z-index: 1;
  left: 0;
  -webkit-transform: rotateY(42deg) scale(0.85);
  -moz-transform: rotateY(42deg) scale(0.85);
  transform: rotateY(42deg) scale(0.85);
}
.m-hcert .box-lunbo1 .list-item2 {
  z-index: 2;
  left: 185px;
  -webkit-transform: rotateY(42deg) scale(0.85);
  -moz-transform: rotateY(42deg) scale(0.85);
  transform: rotateY(42deg) scale(0.85);
}
.m-hcert .box-lunbo1 .list-item3 {
  z-index: 3;
  left: 405px;
  margin: 0 auto;
}
.m-hcert .box-lunbo1 .list-item4 {
  z-index: 2;
  left: 615px;
  -webkit-transform: rotateY(-42deg) scale(0.85);
  -moz-transform: rotateY(-42deg) scale(0.85);
  transform: rotateY(-42deg) scale(0.85);
}
.m-hcert .box-lunbo1 .list-item5 {
  z-index: 1;
  left: 810px;
  -webkit-transform: rotateY(-42deg) scale(0.85);
  -moz-transform: rotateY(-42deg) scale(0.85);
  transform: rotateY(-42deg) scale(0.85);
}
.m-hcert .box-lunbo1 .list-item6 {
  left: 100%;
  -webkit-transform: rotateY(-42deg) scale(0.85);
  -moz-transform: rotateY(-42deg) scale(0.85);
  transform: rotateY(-42deg) scale(0.85);
}
.m-hcert .box-lunbo1 .list-item0 {
  left: -270px;
}
.m-hcert .box-lunbo2 {
  display: none;
  display: block \9 ;
}
.m-hcert .box-lunbo2 .box-list {
  width: 1000%;
  overflow: hidden;
}
.m-hcert .box-lunbo2 .list-item {
  float: left;
  margin-right: 0.14%;
  width: 1.9%;
}
@media screen and (max-width: 1219px) {
  .m-hcert .box-lunbo1 {
    display: none;
  }
  .m-hcert .box-lunbo2 {
    display: block;
  }
  .m-hcert .box-lunbo2 .list-item {
    width: 2.4%;
  }
}
@media screen and (max-width: 767px) {
  .m-hcert {
    padding: 30px 0;
  }
  .m-hcert .box-lunbo {
    margin-top: 30px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .m-hcert .box-lunbo2 .list-item {
    margin-right: 0.2%;
    width: 4.9%;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot_v=4.7.0.html");
  src: url("../fonts/fontawesome-webfont.eot_.html") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2_v=4.7.0.html") format("woff2"), url("../fonts/fontawesome-webfont.woff_v=4.7.0.html") format("woff"), url("../fonts/fontawesome-webfont.ttf_v=4.7.0.html") format("truetype"), url("../fonts/fontawesome-webfont.svg_v=4.7.0.html") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
       animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-animation: fa-spin 1s infinite steps(8);
       animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
         transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
         transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
       transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
       transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
       transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.m-hcert .box-btn {
  color: #666666;
  border: 2px solid #666666;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.m-hcert .box-btn:hover {
  color: #004B8B;
  border: 2px solid #004B8B;
}
.m-hcert .box-lunbo1 .list-item {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.m-hcert .box-lunbo1 .list-item3 {
  filter: blur(0);
  -webkit-filter: blur(0);
}
.box-lunbo2 {
  position: unset;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.smallswiper {
  display: none;
  padding-bottom: 60px;
}
.smallswiper .swiper-button-prev {
  margin-right: 10px;
}
.smallswiper .swiper-button-next {
  margin-left: 10px;
}
.smallswiper .swiper-button-prev,
.smallswiper .swiper-button-next {
  min-width: 39px;
  min-height: 39px;
  color: #666666;
  border: 2px solid #666666;
  border-radius: 50%;
}
.smallswiper .swiper-button-prev:hover,
.smallswiper .swiper-button-next:hover {
  color: #004B8B;
  border-color: #004B8B;
}
@media screen and (max-width: 1219px) {
  .certif-mid {
    margin-top: 40px;
  }
  .m-hcert .box-lunbo {
    margin-top: 40px;
  }
  .m-hcert {
    padding-bottom: 30px;
  }
  .smallswiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .about-mid {
    margin-top: 50px;
  }
  .about-our-mid {
    padding-top: 30px;
    margin-top: 40px;
  }
  .ab-our-mid {
    margin-top: 40px;
  }
  .led-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .led-kuang-left {
    width: 100%;
    text-align: center;
  }
  .led-kuang-annu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .led-kuang-right {
    max-width: 660px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-mid {
    margin-top: 20px;
  }
  .about-k-left {
    width: 100%;
    max-width: 475px;
    padding-bottom: 55%;
    margin-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-k-left {
    float: none;
  }
  .about-k-right {
    text-align: center;
  }
  .about-k-title {
    font-size: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-k-title span {
    width: 30px;
  }
  .about-k-r-biaotuo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .about-k-r-n {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .ab-our-k-top p {
    font-size: 18px;
    line-height: 30px;
  }
  .ab-our-k-top i {
    font-size: 30px;
  }
  .ab-our-neirong {
    font-size: 12px;
  }
  .about-our-nei-kuang {
    padding: 2%;
  }
  .about-our-nei-kuang {
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
  }
  .ab-our-k-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ste-mid {
    padding-top: 30px;
  }
  .ste-kuang-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ste-k-top-left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .led-title {
    font-size: 20px;
    line-height: 26px;
  }
  .ste-k-top-right,
.led-neirong {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }
  .plastic-mid {
    margin-top: 30px;
  }
  .ste-k-top-bottom,
.plastic-neirong-kuang {
    margin-top: 20px;
  }
  .certif-mid {
    padding-top: 20px;
  }
  .cer-title {
    font-size: 20px;
    line-height: 30px;
  }
  .m-hcert {
    display: none;
  }
  .smallswiper {
    margin-top: 30px;
  }
  .led-mid {
    margin-top: 20px;
	margin-bottom:20px;
  }
  .ste-k-top-bottom,
.plastic-neirong-kuang {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .plastic-k {
    width: 49%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .ste-k-top-bottom p {
    width: 49%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .led-kuang-annu .swiper-button-prev, .led-kuang-annu .swiper-button-next,
.smallswiper .swiper-button-prev, .smallswiper .swiper-button-next {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
  .certif-mid {
    margin-top: 20px;
  }
  .smallswiper {
    padding-bottom: 30px;
  }
}
.pro-kuang-left {
  width: 21.0714285714%;
}
.pro-kuang-ul {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #FBFBFB;
  margin-top: 21px;
}
.pro-title {
  display: block;
  font-size: 22px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #191919;
  line-height: 40px;
  padding-left: 17px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.pro-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #191919;
}
.pro-title a {
  color: #191919;
}
.pro-title a:hover {
  color: #004B8B;
}
.pro-title i {
  color: #191919;
  cursor: pointer;
  visibility: hidden;
}
.cru-kkuang {
  color: #FFFFFF;
}
.cru-kkuang i,
.cru-kkuang a {
  color: #FFFFFF;
}
.crumb-mid {
  position: absolute;
  width: 100%;
  top: 31.2%;
}
.crumb-title {
  font-size: 46px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #F2F2F2;
  line-height: 54px;
  margin-bottom: 19px;
}
.crumb-hengxian {
  width: 78px;
  height: 3px;
  background: #FFFFFF;
}
.cru-kkuang {
  margin-top: 4.66%;
}
.cru-kkuang > i {
  font-size: 22px;
  margin-right: 14px;
}
.cru-kkuang {
  font-size: 18px;
  font-family: "NHaasGroteskTXPro-Rg";
  font-weight: normal;
  color: #FFFFFF;
  line-height: 44px;
}
.cru-kkuang span {
  margin-left: 4px;
  margin-right: 4px;
}
.cru-kkuang .active {
  text-decoration: underline;
}
.cru-kkuang a:hover {
  text-decoration: underline;
}
.pro-kuang-ul > ul > li {
  border-bottom: 1px solid #DFDFDF;
}
.pro-kuang-ul > ul > li > p > a {
  padding-left: 2.9%;
}
.pro-kuang-ul > ul > li > p > i {
  color: #949494;
  cursor: pointer;
  margin-right: 2%;
}
.pro-kuang-ul > ul > li > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-kuang-ul > ul > li > p a {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 56px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.products-kuang {
  margin-top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.pro-kuang-ul a:hover {
  color: #004B8B;
}
.pro-kuang-ul > ul > li.active p a {
  color: #004B8B;
}
.pro-kuang-ul > ul > li.active p i::before {
  content: "\e600";
}
.pro-kuang-ul > ul > li > ul > li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding-left: 14.6%;
  line-height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro-kuang-ul > ul > li > ul > li a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #D8D8D8;
  border-radius: 50%;
}
.pro-kuang-ul > ul > li ul {
  margin-left: 10px;
}
.pro-kuang-ul > ul > li > ul > li.active > a {
  color: #004B8B;
}
.pro-kuang-ul > ul > li > ul > li.active > a::before {
  background: #004B8B;
}
.pro-kuang-ul > ul > li > ul > li a:hover {
  color: #004B8B;
}
.pro-kuang-ul > ul > li > ul > li a:hover::before {
  background: #004B8B;
}
.pro-kuang-ul > ul > li ul {
  height: 0px;
  overflow: hidden;
  margin-top: 0px;
}
.pro-kuang-ul > ul > li.active ul {
  height: auto;
  margin-top: 8px;
  margin-bottom: 21px;
}
.pro-kuang-ul > ul > li:last-child {
  border-bottom: 0px;
}
.tags-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tags-top a {
  width: auto;
  height: auto;
  font-size: 22px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #191919;
  line-height: 50px;
  margin-left: 10px;
}
.tags-kuang > a {
  font-size: 18px;
  display: block;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.tags-kuang > a:hover {
  color: #004B8B;
}
.tags-mid {
  background: #FBFBFB;
  padding: 8px 12px 24px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 31px;
  margin-bottom: 80px;
}
.pro-rig-title {
  font-size: 22px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #191919;
  line-height: 38px;
    margin-bottom: 16px;
}
.pro-kuang-right {
  width: 75.7857142857%;
}
.pro-r-itl-neirong {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 38px;
}
.pro-list-img {
  display: block;
  font-size: 0;
  border: 1px solid #BFBFBF;
  overflow: hidden;
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 100%;
}
.pro-list-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width:100%;
  height:100%;
}
.pro-list-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pro-list-kuang {
  width: 23.8454288407%;
  margin-bottom: 69px;
  margin-left: 1.5%;
}
.pro-list-kuang:hover .pro-l-n-title,
.pro-list-kuang:hover .pro-l-n-neirong {
  color: #004B8B;
}
.pro-list-kuang:hover .pro-li-ce a {
  background: #004B8B;
}
.pro-list-kuang.no-bianju {
  margin-left: 0px;
}
.pro-li-ce input {
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: #FAFBFE;
  border: 1px solid #A4A4A4;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}
.pro-li-ce a {
  width: 135px;
  height: 37px;
  background: #9D9D9D;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 33px;
}
.pro-l-n-title {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 25px;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.pro-l-n-neirong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-bottom: 18px;
}
.pro-li-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-list-neirong {
  padding-left: 1%;
  padding-right: 1%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 12px;
  font-family: "NHaasGroteskTXPro-Rg";
}
.pro-right-list form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/*-------------page-start--------------------------------------------------------------------*/
.page {
  clear: both;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 74px;
  width: 100%;
  margin-bottom: 117px;
}
.page a,
.page span {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  margin: 0 4px 8px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  width: 34px;
  border: 1px solid transparent;
  height: 28px;
  border-radius: 5px;
  line-height: 28px;
}
.page a.big {
  min-width: 65px;
  margin-left: 2px;
}
.page a:hover,
.page a.page-active {
  background: #004B8B;
  border: 1px solid #004B8B;
  color: #FFFFFF;
}
@media only screen and (max-width: 1219px) {
  .page a {
    font-size: 14px;
  }
  .page a.big {
    min-width: 60px;
  }
}
.page .add-form {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-family: "GothamBook";
  padding-right: 30px;
  background: url(../images/atd.png) no-repeat right center;
}
.page .add-form .add-btn {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  min-width: 185px;
  padding: 0 5px;
  margin-left: 2px;
  font-weight: 300;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFFFFF;
  min-width: 192px;
  height: 44px;
  background: #004B8B;
  border: 1px solid #004b8b;
  border-radius: 5px;
  line-height: 30px;
}
.page .add-form .add-btn:hover {
  background-color: #fff;
  color: #333333;
}
@media only screen and (max-width: 1219px) {
  .page .add-form {
    margin-left: 5px;
  }
}
/*-------------page-end--------------------------------------------------------------------*/
@media screen and (max-width: 1219px) {
  .pro-kuang-ul > ul > li > p a {
    font-size: 16px;
    line-height: 50px;
  }
  .tags-kuang > a {
    font-size: 16px;
  }
  .cru-kkuang {
    margin-top: 1.8%;
  }
  .crumb-mid {
    top: 16%;
  }
  .pro-kuang-ul > ul > li > ul > li a {
    font-size: 14px;
    line-height: 32px;
    padding-left: 10%;
  }
  .pro-kuang-ul > ul > li > ul > li a::before {
    left: 10px;
    top: 6px;
  }
  .pro-kuang-ul > ul > li.active ul {
    margin-top: 0px;
  }
  .pro-kuang-left {
    width: 24%;
  }
  .pro-kuang-right {
    width: 73%;
  }
}
@media screen and (max-width: 999px) {
  .products-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pro-kuang-right {
    width: 100%;
  }
  .pro-kuang-left {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .crumb-kuang {
    text-align: center;
  }
  .crumb-hengxian {
    margin-left: auto;
    margin-right: auto;
  }
  .products-kuang {
    margin-top: 28px;
  }
  .crumb-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .cru-kkuang {
    line-height: 30px;
    margin-top: 10px;
  }
  .pro-kuang-ul > ul > li > ul > li a::before {
    left: 10%;
  }
  .pro-kuang-right {
    text-align: center;
  }
  .pro-r-itl-neirong {
    margin-bottom: 20px;
  }
  .pro-list-kuang {
    margin-bottom: 30px;
  }
  .page {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pro-r-itl-neirong {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .pro-rig-title {
    font-size: 20px;
    line-height: 30px;
	 margin-bottom: 6px;
  }
  .pro-l-n-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .pro-list-neirong {
    padding-top: 6px;
  }
  .pro-l-n-neirong {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .pro-li-ce a {
    width: 100px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .page .add-form .add-btn {
    font-size: 1.4rem;
    min-width: 162px;
    min-height: 38px;
    height: 38px;
  }
  .page a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .crumb-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .crumb-hengxian {
    width: 46px;
    height: 2px;
  }
  .cru-kkuang {
    font-size: 12px;
    line-height: 20px;
  }
  .cru-kkuang > i {
    font-size: 18px;
    margin-right: 4px;
  }
  .pro-title {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tags-kuang {
    text-align: center;
  }
  .tags-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cru-kkuang {
    margin-top: 4px;
  }
  .tags-mid {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .pro-right-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pro-list-kuang {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .page {
    margin-top: 10px;
  }
}
.picScroll-top {
  min-width: 95px;
  max-width: 95px;
  overflow: hidden;
  position: relative;
}
.picScroll-top .prev,
.picScroll-top .next {
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.picScroll-top .prev i,
.picScroll-top .next i {
  font-size: 28px;
  cursor: pointer;
  color: #B9B9B9;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.picScroll-top .prev i:hover,
.picScroll-top .next i:hover {
  border-color: #333333;
  color: #333333;
}
.picScroll-top .bd {
  margin-top: 12px;
}
.picScroll-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-top .bd ul li {
  text-align: center;
  zoom: 1;
  margin-bottom: 12px;
  border: 1px solid #BFBFBF;
}
.picScroll-top .bd ul li .pic {
  text-align: center;
}
.picScroll-top .bd ul li .pic img {
  width: 100%;
  height: 74px;
  background: #FFFFFF;
  display: block;
}
.picScroll-top .bd ul li .pic a:hover img {
  border-color: #999;
}
.cp-xqleft {
  width: 51.1666666667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cp-bigtu {
  margin-left: 2%;
  display: block;
  font-size: 0px;
  border: 1px solid #BFBFBF;
}
.cp-xqright {
  width: 45.8333333333%;
}
/* fangdajing start */
.zoomPad {
  position: relative;
  float: left;
  z-index: 90;
  cursor: crosshair;
}
.cp-xqleft:hover img {
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
  -moz-transition: all 0ms;
  transition: all 0ms;
}
.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}
.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.zoomWindow {
  position: absolute;
  left: 0%;
  top: 30px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  /* addd */
  overflow: hidden;
  z-index: 110;
}
.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
/* fangdajing end */
.pro-xq-mid {
  padding-top: 29px;
}
.cp-xqright h1 {
  font-size: 28px;
  font-weight: 400;
  color: #191919;
  line-height: 42px;
  margin-top: 19px;
  margin-bottom: 15px;
}
.cp-xqright .xinghao { font-size: 18px; font-size:1.8rem; line-height:30px; margin-top:10px}
.cp-xq-nierong {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.cp-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 44px;
  margin-bottom: 28px;
}
.cp-share > span {
  font-size: 18px;
  font-family: "NHaasGroteskTXPro-Rg";
  font-weight: normal;
  color: #333333;
  line-height: 30px;
  margin-right: 10px;
}
.cp-in-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cp-in-kuang a {
  display: block;
  text-align: center;
  width: 196px;
  height: 45px;
  background: #E32117;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 45px;
  margin-right: 12px;
}
.pro-xq-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 96px;
}
.cp-in-kuang a:hover {
  color: #333333;
}
.de-k-top-left {
  width: 100%;
  background: #FFFFFF;
  padding-left: 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 22px;
  padding-right: 24px;
  padding-bottom: 37px;
  box-sizing: border-box;
}
.de-k-top-right {
  width: 100%;
  background: #FFFFFF;
  padding-left: 23px;
  padding-right: 10px;
  padding-top: 22px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.descr-kuang-top {
}
.de-k-t-le-title {
  font-size: 26px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
}
.de-k-t-rig-neirong,
.de-k-t-le-neirong {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 16px;
}
.de-k-t-rig-neirong p {
  word-break: break-all;
}
.descr-mid {
  padding-top: 63px;
  background: #F7F7F7;
  padding-bottom: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-bottom: 76px;
}
.er-er-img {
  display: block;
  font-size: 0;
  margin-top: 31px;
}
.prod-title {
  font-size: 26px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
}
.prod-neirong {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-top: 21px;
  margin-bottom: 45px;
}
.pr-img-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.pr-img-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pr-img-k {
  width: 32.9166666667%;
  margin-bottom: 20px;
  margin-left: 0.6%;
}
.pr-img-k.no-bianju {
  margin-left: 0px;
}
.pr-img-name {
  width: autp;
  height: autp;
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
  text-align: center;
  margin-top: 6px;
}
.prod-img-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.applic-kuang {
  width: 24.1666666667%;
  margin-bottom: 10px;
  margin-left: 1.1%;
}
.applic-kuang.no-bianju {
  margin-left: 0px;
}
.app-k-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.app-k-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.app-k-name {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
  text-align: center;
  margin-top: 3px;
}
.applic-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.prod-mid {
  margin-top: 49px;
}
.relaswiper .wa-in-n-n:hover .yinyingkuang {
  height: auto;
}
.rel-name {
  display: block;
  padding-left: 1%;
  padding-right: 1%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
}
.rela-top-title {
  font-size: 26px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
}
.rela-top-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 34px;
}
.rela-top-annu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rela-top-annu .swiper-button-next {
  margin-left: 15px;
}
.rela-top-annu .swiper-button-prev,
.rela-top-annu .swiper-button-next {
  width: 28px;
  height: 28px;
  border: 2px solid #333333;
  color: #333333;
  border-radius: 50%;
}
.rela-top-annu .swiper-button-prev:hover,
.rela-top-annu .swiper-button-next:hover{  color: #125793; border: 2px solid #125793;}
.rela-top-title:hover,
.rel-name:hover {
  color: #004B8B;
}
.relate-mid {
  margin-top: 72px;
}
.tags-xq-kuang {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 24px;
}
.tags-xq-mid {
  padding-top: 88px;
  padding-bottom: 146px;
}
.tags-xq-kuang a {
  color: #191919;
}
.tags-xq-kuang a:hover {
  color: #004B8B;
}
.smcpxq-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}
.cpxqsamllswiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cpxqsamllswiper {
  display: none;
}
.cpxqsamllswiper .swiper-button-next,
.cpxqsamllswiper .swiper-button-prev {
  position: absolute;
  top: 40%;
  width: 20px;
  height: 30px;
  color: #333333;
  background: #CCCCCC;
}
.cpxqsamllswiper .swiper-button-next:hover,
.cpxqsamllswiper .swiper-button-prev:hover {
  color: #004B8B;
}
.cpxqsamllswiper .swiper-button-prev {
  left: 0;
  right: auto;
}
.cpxqsamllswiper .swiper-button-next {
  right: 0;
  left: auto;
}
@media screen and (max-width: 999px) {
  .pro-xq-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .zoomPad {
    cursor: auto;
  }
  .zoomPup, .zoomWindow {
    display: none !important;
  }
  .cp-xqleft {
    width: 100%;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
  .cp-xqright {
    width: 100%;
    text-align: center;
  }
  .cp-share {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cp-in-kuang {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cp-in-kuang a {
    width: 174px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .pro-xq-kuang {
    margin-bottom: 38px;
  }
  .tags-xq-mid {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .descr-mid {
    padding-bottom: 40px;
  }
  .prod-mid {
    margin-top: 20px;
  }
  .prod-neirong {
    margin-bottom: 30px;
  }
  .relate-mid {
    margin-top: 42px;
  }
  .app-k-name, .rel-name {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .pr-img-name {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cp-xqright h1 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
  }
.cp-xqright .xinghao { font-size: 16px; font-size:1.6rem; line-height:24px; margin-top:10px}
  .cp-xq-nierong {
    font-size: 12px;
  }
  .cp-share > span {
    font-size: 12px;
  }
  .cp-in-kuang a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .descr-mid {
    padding-top: 30px;
  }
  .descr-kuang-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .de-k-top-left,
.de-k-top-right {
    width: 100%;
    text-align: center;
    padding: 2%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-bottom: 20px;
  }
  .de-k-t-le-title {
    font-size: 20px;
  }
  .de-k-t-le-neirong {
    font-size: 12px;
    margin-top: 4px;
  }
  .de-k-t-rig-neirong {
    margin-top: 4px;
    font-size: 12px;
  }
  .prod-title {
    font-size: 20px;
    text-align: center;
  }
  .prod-neirong {
    font-size: 12px;
    text-align: center;
  }
  .prod-img-kuang {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pr-img-k {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .prod-neirong {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .rela-top-title {
    font-size: 20px;
  }
  .rela-top-kuang {
    margin-bottom: 10px;
  }
  .relate-mid {
    margin-top: 20px;
  }
  .tags-xq-kuang {
    font-size: 12px;
  }
  .applic-mid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .applic-kuang {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
  .app-k-name, .rel-name, .pr-img-name {
    font-size: 12px;
  }
  .prod-mid {
    margin-top: 0px;
  }
}
@media screen and (max-width: 620px) {
  .cp-xqleft {
    display: none;
  }
  .cpxqsamllswiper {
    display: block;
  }
  .descr-mid {
    padding-bottom: 22px;
  }
  .tags-xq-mid {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.appl-k-t-con:hover {
  color: #333333;
}
.appl-k-t-con {
  width: 153px;
  height: 40px;
  text-align: center;
  display: block;
  background: #E32117;
  border-radius: 8px;
  font-size: 16px;
  font-family: "NHaasGroteskTXPro-Rg";
  font-weight: normal;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 4px;
}
.appl-k-top-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 24px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #191919;
  line-height: 30px;
  display: block;
  margin-bottom: 29px;
}
.appl-k-top-neirong {
  width: auto;
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.appl-k-t-left {
  width: 68.75%;
}
.appl-kuang-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.appl-kuang-top a:hover {
  color: #004B8B;
}
.appl-mid {
  background: #f3f5f6;
  padding-top: 53px;
}
.apl-k-nei {
  background: #ECECEC;
  padding-left: 14px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 26px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.appl-k-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 70px;
}
.appl-k-kuang {
  width: 31.6666666667%;
  margin-bottom: 55px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: 2.4%;
}
.appl-k-kuang.no-bianju {
  margin-left: 0px;
}
.appl-k-kuang a:hover {
  color: #004B8B;
}
.apl-k-n-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
  margin-bottom: 17px;
}
.apl-k-n-neirong {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  height:120px;
}
.app-k-k-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.appl-k-kuang:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.appl-k-mid .page {
  margin-top: 62px;
  margin-bottom: 0px;
}
.appl-mid {
  padding-bottom: 143px;
}
@media screen and (max-width: 1219px) {
  .appl-k-mid .page {
    margin-top: 40px;
  }
  .appl-mid {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 999px) {
  .appl-kuang-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .appl-k-t-left {
    width: 100%;
    text-align: center;
  }
  .appl-k-top-title {
    margin-bottom: 10px;
  }
  .appl-k-t-con {
    margin-top: 20px;
  }
  .appl-k-mid {
    margin-top: 40px;
  }
  .apl-k-nei {
    padding: 10px;
  }
  .appl-k-kuang {
    text-align: center;
  }
  .apl-k-n-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .apl-k-n-neirong {
    font-size: 16px;
  }
  .appl-k-kuang {
    margin-bottom: 28px;
  }
  .appl-k-mid .page {
    margin-top: 6px;
  }
  .appl-mid {
    padding-bottom: 40px;
  }
  .appl-mid {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .appl-k-top-title {
    font-size: 20px;
  }
  .appl-k-top-neirong {
    font-size: 12px;
  }
  .appl-k-t-con {
    width: 100px;
    font-size: 14px;
  }
  .apl-k-n-title {
    font-size: 14px;
    line-height: 20px;
  }
  .apl-k-n-neirong {
    font-size: 12px;
    line-height: 22px;
	height:88px;
  }
  .appl-k-mid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .appl-k-kuang {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 390px) {
  .appl-k-kuang {
    width: 100%;
  }
}
.appliac-left {
  width: 67.9166666667%;
}
.appliac-right {
  width: 30%;
  background: #FFFFFF;
  box-shadow: 0px 7px 12px 0px rgba(51, 51, 51, 0.2);
  padding-left: 19px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 64px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.applica-xq-mid {
  background: #f3f5f6;
  padding-top: 39px;
  padding-bottom: 120px;
}
.apl-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 6px;
}
.apl-share > span {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
}
.aplica-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../images/3-2bj.png);
  background-size: cover;
  height: 83px;
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.apl-qiehuan a,
.apl-qiehuan span {
  width: 30px;
  height: 30px;
  border: 2px solid #333333;
  color: #333333;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.apl-qiehuan a:hover {
  border-color: #004B8B;
  color: #004B8B;
}
.apl-qiehuan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 8px;
}
.apl-qiehuan a,
.apl-qiehuan span {
  margin-left: 5px;
  margin-right: 5px;
}
.apl-share > span {
  margin-right: 5px;
}
.aplica-contact > h1 {
  font-size: 22px;
  font-weight: 400;
  color: #191919;
  line-height: 32px;    font-family: "NHaasGroteskTXPro-Bd";
}
.aplic-conta {
  font-size: 18px;
  margin-top: 44px;
  font-weight: 400;
  line-height: 30px;
}
.aplic-conta > strong {
  color: #191919;
  font-weight: 400;
}
.aplic-conta p {
  width: auto;
  height: auto;
  font-weight: 400;
  color: #333333;
}
.aplica-contact .shijian{ font-size:18px; font-size:1.8rem; line-height:30px; color:#333333; margin-top:24px;}
.aplica-contact .shijian i{color:#333333;font-size:18px; font-size:1.8rem; margin-right:2px;  }
.aplica-contact {
  margin-top: 31px;
}
.applica-xq-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.app-ri-title {
  font-size: 20px;
  font-weight: 400;
  color: #004B8B;
  line-height: 46px;
}
.appliac-right form {
  width: 303px;
  height: 45px;
  background: #F0F0F0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 6px;
  margin-bottom: 31px;
  margin-left: 4px;
}
.appliac-right form input {
  width: 100%;
  height: 100%;
}
.appliac-right form .sub-ap {
  background-color: red;
  position: relative;
  width: 79px;
  height: 70%;
  background: transparent;
  border-left: 2px solid #666666;
  z-index: 2;
}
.appliac-right form i {
  position: absolute;
  right: 18px;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  z-index: 1;
}
.apxq-la-view {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #333333;
  line-height: 20px;
}
.apxq-la-left {
  width: 36.4%;
}
.apxq-la-left {
  display: block;
  font-size: 0;
  overflow: hidden;
  margin-right: 4%;
}
.apxq-la-left:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.apxq-la-title {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: -10px;
}
.ap-la-data {
  font-size: 16px;
  font-family: "NHaasGroteskTXPro-Rg";
  font-weight: normal;
  color: #666666;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.apxq-la-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 37px;
}
.apxq-la-right {
  width: 56%;
}
.apxq-la-kuang {
  width: 100%;
}
.appl-xq-late .app-ri-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.appl-xq-late .app-ri-title:hover {
  color: #333333;
}
.apxq-lates-mid a:hover {
  color: #004B8B;
}
.apxq-lates-mid {
  margin-top: 10px;
}
.keywo-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 13px;
}
.keywo-kuang a {
  min-width: 49%;
  padding-top: 9px;
  padding-bottom: 11px;
  padding-left: 1%;
  padding-right: 1%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #F3F3F3;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  display: inline-block;
  margin-bottom: 12px;
}
.keywo-kuang a:hover {
  color: #004B8B;
}
.keywo-mid {
  margin-top: 57px;
}
.apxq-hot-mid .app-ri-title:hover {
  color: #333333;
}
.appxq-img {
  display: block;
}
.appxq-name {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  margin-top: 3px;
}
.appxq-name:hover {
  color: #004B8B;
}
.apxq-hot-mid {
  margin-top: 8px;
}
.apxq-hot-kuang {
  margin-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.appxq-img {
  display: block;
  font-size: 0;
  overflow: hidden;
  border: 1px solid #BFBFBF;
}
.appxq-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.apxq-h-kk {
  width: 48.8%;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .apxq-la-kuang {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 999px) {
	.aplica-contact .shijian{ font-size:16px; font-size:1.6rem; line-height:24px; color:#333333; margin-top:15px;}
  .applica-xq-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .appliac-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .appliac-right {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .appliac-right {
    padding: 20px;
    text-align: center;
  }
  .appliac-right form {
    width: 100%;
  }
  .apxq-la-kuang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .apxq-la-left,
.apxq-la-right {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .apxq-la-title {
    margin-top: 10px;
  }
  .ap-la-data {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .aplica-contact {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .aplica-contact > h1 {
    font-size: 20px;
  }
  .aplic-conta {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .app-ri-title {
    line-height: 30px;
  }
  .apxq-la-title {
    font-size: 14px;
    line-height: 20px;
  }
  .ap-la-data {
    font-size: 12px;
  }
  .apxq-la-view {
    font-size: 14px;
  }
  .keywo-kuang a {
    font-size: 14px;
  }
  .appxq-name {
    font-size: 12px;
  }
  .keywo-mid {
    margin-top: 30px;
  }
  .applica-xq-mid {
    padding-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .aplica-left-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  .apl-qiehuan {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .apl-share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    font-size: 14px;
  }
  .apl-share > span {
    font-size: 14px;
  }
  .applica-xq-mid {
    padding-bottom: 30px;
  }
  .keywo-kuang a {
    width: 100%;
  }
}
.news-kk-left {
  width: 27.75%;
  display: block;
  font-size: 0;
  overflow: hidden;
}
.news-kk-right {
  width: 71%;
  background: #ffffff;
  padding-left: 34px;
  padding-top: 26px;
  padding-right: 20px;
  padding-bottom: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.news-kk-title {
  width: auto;
  height: auto;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
}
.news-kk-data {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  margin-top: 7px;
}
.news-kk-neirong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 21px;
}
.news-kk {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #333333;
  line-height: 34px;
  margin-top: 26px;
  display: block;
}
.news-kk-left:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-kk-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
.news-mid {
  background: #f3f5f6;
  padding-top: 46px;
}
.news-kk-neirong {
  position: relative;
  padding-left: 23px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  max-width: 680px;
}
.news-kk-neirong::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #004B8B;
}
.news-kk-right:hover a {
  color: #004B8B;
}
.news-kuang .page {
  margin-bottom: 0px;
}
.news-kuang {
  padding-bottom: 110px;
}
@media screen and (max-width: 1219px) {
  .news-kk-kuang {
    margin-bottom: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .news-kk-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-kk-left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .news-kk-right {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .news-kk-neirong {
    max-width: none;
  }
  .news-kuang {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-mid {
    padding-top: 30px;
  }
  .news-kk-data,
.news-kk-neirong {
    font-size: 12px;
    line-height: 20px;
  }
  .news-kk {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .news-kk-neirong {
    margin-top: 10px;
    padding-left: 10px;
  }
  .news-kk-left {
    margin-bottom: 10px;
  }
  .news-kk-right {
    padding: 10px;
  }
}
.con-con-left {
  width: 51.4166666667%;
  background: #F0EFF2;
  border-radius: 10px;
  padding-top: 31px;
  padding-left: 32px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.con-con-right {
  width: 44.9166666667%;
}
.con-c-title {
  font-size: 46px;
  font-family: "NHaasGroteskTXPro-Bd";
  font-weight: normal;
  color: #191919;
  line-height: 56px;
}
.con-c-ertitle {
  font-size: 24px;
  font-weight: 400;
  color: #191919;
  line-height: 42px;
  margin-top: 66px; text-transform:uppercase;
}
.con-con-kuang {
  margin-top: 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con-left-neirong {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 42px;
  margin-top: 21px;
}
.con-left-neirong a {
  color: #191919;
}
.con-left-neirong a:hover {
  color: #004B8B;
}
.con-left-neirong > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.addcontact {
  font-size: 18px;
  font-weight: normal;
  color: #191919;
  line-height: 32px;
  margin-top: 7px;
}
.con-co-right-top {
  border-radius: 10px;
  background: #F0F1F3;
  padding-top: 25px;
  padding-bottom: 21px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 16px;
}
.con-co-right-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5.1%;
  padding-right: 5%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.con-co-right-top i {
  min-width: 80px;
  min-height: 80px;
  background: #004B8B;
  border-radius: 5px;
  font-size: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  margin-right: 3.9%;
}
.con-yj-jj {
  font-size: 18px;
  font-weight: 400;
  color: #004B8B;
  line-height: 34px;
}
.con-con-right form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.con-con-right form p {
  width: 48.6%;
  height: 50px;
  background: #F0F1F3;
  position: relative;
  margin-bottom: 22px;
  border-radius: 5px;
}
.con-con-right form p span {
  position: absolute;
  font-size: 18px;
  color: #FF0000;
  left: 10px;
  top: 16px;
}
.con-con-right form input,
.con-con-right form textarea {
  width: 100%;
  height: 100%;
  border: 0px;
  background: transparent;
  padding-left: 23px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.con-con-right form input::-webkit-input-placeholder,
.con-con-right form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 18px;
  font-family: "GothamBook";
  font-weight: 400;
  color: #A2A2A2;
}
.con-con-right form input:-o-placeholder,
.con-con-right form textarea:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 18px;
  font-family: "GothamBook";
  font-weight: 400;
  color: #A2A2A2;
}
.con-con-right form input::-moz-placeholder,
.con-con-right form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 18px;
  font-family: "GothamBook";
  font-weight: 400;
  color: #A2A2A2;
}
.con-con-right form input:-ms-input-placeholder,
.con-con-right form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 18px;
  font-family: "GothamBook";
  font-weight: 400;
  color: #A2A2A2;
}
.con-con-right form textarea {
  padding-top: 15px;
}
.con-con-right form .tear {
  width: 100%;
  height: 118px;
}
.con-con-right form .yzm {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.con-con-right form .yzm a {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 146px;
  height: 48px;
  border: 1px solid #858585;
  border-radius: 5px;
  margin-left: 5.3%;
  background:#f3fbfe;
}
.con-con-right form .seed {
  width: 100%;
  height: 60px;
  background: #E32117;
  border-radius: 10px;
  font-size: 18px;
  font-family: "NHaasGroteskTXPro-Rg";
  font-weight: normal;
  color: #FFFFFF;
  line-height: 20px;
  padding-left: 0px;
  margin-top: 21px;
}
.ditu-ifame {
  margin-top: 50px;
  position: relative;
  height: 0px;
  padding-bottom: 19.84375%;
  margin-bottom: 177px;
}
.ditu-ifame iframe {
  border: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1219px) {
  .ditu-ifame {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 999px) {
  .con-con-kuang {
    margin-top: 40px;
  }
  .con-con-left {
    width: 100%;
  }
  .con-con-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .con-con-left {
    padding: 20px;
  }
  .con-con-right {
    width: 100%;
    margin-top: 30px;
  }
  .con-c-ertitle {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .con-c-title {
    font-size: 20px;
    line-height: 26px;
  }
  .con-c-ertitle {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
  }
  .con-left-neirong {
    font-size: 12px;
    line-height: 30px;
  }
  .con-left-neirong {
    margin-top: 10px;
  }
  .addcontact {
    font-size: 12px;
    line-height: 30px;
  }
  .con-co-right-top i {
    min-width: 40px;
    min-height: 40px;
    font-size: 30px;
  }
  .con-yj-jj {
    font-size: 12px;
  }
  .con-co-right-top {
    padding: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .con-co-right-top i {
    margin-left: auto;
    margin-right: auto;
  }
  .con-yj-jj {
    width: 100%;
    text-align: center;
  }
  .con-con-right form .seed {
    height: 41px;
  }
  .ditu-ifame {
    padding-bottom: 31%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .con-con-right form p {
    width: 100%;
  }
  .con-con-right form .yzm p {
    width: -webkit-calc(100% - 166px);
    width: -moz-calc(100% - 166px);
    width: calc(100% - 166px);
  }
}
.yinyingkuang a:hover {
  color: #ffffff;
}
.about-index-kuang a:hover,
.applic-index-topk a:hover {
  color: #004B8B;
}
.wuone{ font-size:14px; font-size:1.4rem; line-height:30px; color:#333; margin:20px 0px;}
.listcart {
	width: 100%;
	margin-top: 40px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #043F71;
	cursor: pointer;
	border: 1px solid #043F71;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	border: #fff solid 1px;
	background: #fff;
	color: #043F71
}
 @media screen and (max-width:999px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-top: 1rem
}
}
.xunpanc a{color:#333}
.xunpanc a:hover{ color:#043F71}
.xunpanc{ margin:15px 0px; width:100%;}
.cp-share .at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}
.cp-share .at-resp-share-element .at-icon {
  width: 30px !important;
  height: 30px !important;
   border-radius: 50% !important;
}
.cp-share .at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 50% !important;
}
.cp-share .at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 30px !important;
  height: 30px !important;
    border-radius: 50% !important;
}
.cp-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}
.cp-share .at-resp-share-element .at-icon {
  width: 30px !important;
  height: 30px !important;    border-radius: 50% !important;
}
.cp-share .at-style-responsive .at-share-btn {
  padding: 0 !important;
}
.cp-share .at-resp-share-element .at-share-btn .at-icon-wrapper {
  width:30px !important;
  height: 30px !important;
      border-radius: 50% !important;
}
.cp-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.pro1-top { padding: 19px 0;} 
.pro1-txt .pro1-descc { overflow: hidden;font-size: 18px; font-size: 1.8rem; line-height: 28px;   font-weight: 400;  color: #333333;  } 
.pro1-txt .pro1-descc a{color: #004B8B;} 
.pro1-txt .more_btn { display: none; color: #004B8B; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-top: 10px; margin-bottom: 10px;} 
 
.pro1-txt .more_btn span { color: #004B8B;cursor: pointer;font-weight: bold; } 