@charset "UTF-8";
@media (min-width: 1200px) {
  .vn {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .vn {
    padding: 0 15px;
  }
}

* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

.xymob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #f9f9f9;
}

.xymob-head-box {
  position: relative;
  height: 60px;
}

.xymob-head-box .xymob-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 70%;
  /*height: 30px;*/
  text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
  display: inline;
  font-size: 0;
}

.xymob-head-box .xymob-logo img {
  height: 50px;
}

.xymob-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto 0 auto 27px;
  width: 30px;
  height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #333333;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn span {
  margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.xymob-search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  text-align: center;
  line-height: 60px;
}

.xymob-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search-btn .icon-font:after {
  background-position: 0px -210px;
}

.xymob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #151515;
  padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}

.xymob-nav > li {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}

.xymob-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
  background: #1E1E1E;
  display: none;
}

.xymob-nav .xymob-sub-menu > li {
  border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.xymob-dlbtn {
  margin-top: 40px;
}

.xymob-dlbtn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #292e39;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.xymob-dlbtn a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
  background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
  background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
  background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

.xymob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0 15%;
  -webkit-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
}

.xymob-search .xymob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .xymob-search .xymob-search-close-btn {
    left: 15px;
  }
}

.xymob-search .xymob-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
}

.xymob-search .xymob-search-close-btn i:after {
  background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
  width: 20%;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
  padding: 0px;
  position: relative;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
  left: 0;
}

.x-header {
  background: #ffffff;
  padding: 1.30208333% 0;
}

.x-logo {
  float: left;
  width: 15.3125%;
}

.x-logo a {
  display: block;
}

.x-header-right {
  float: right;
  width: 25%;
  text-align: right;
}

.x-header-right #formsearch,
.x-header-right .x-login {
  display: inline-block;
  vertical-align: middle;
}

.x-header-right #formsearch {
  width: calc(100% - 100px);
  position: relative;
}

.x-header-right #formsearch:before {
  content: '|';
  position: absolute;
  left: 36px;
  top: 5px;
}

.x-header-right #formsearch #s_btn {
  float: left;
  outline: none;
  border: none;
  width: 35px;
  height: 30px;
  font-size: 0;
  background-image: url(../images/icon_spirit.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -210px;
}

.x-header-right #formsearch #keyword {
  float: left;
  background: none;
  outline: none;
  border: none;
  width: calc(100% - 35px);
  color: rgba(0, 0, 0, 0.8);
  margin-top: 5px;
  height: 20px;
  padding-left: 10px;
}

.x-header-right .x-login {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  line-height: 30px;
}

.x-header-right .x-login .username {
  max-width: 75px;
  vertical-align: -10px;
  display: inline-block;
}

.x-header-right .x-login a {
  color: #000;
}

.x-header-right .x-login a:hover {
  color: #ab001a;
}

/*头部*/
.sample-head1 {
  background: #0e2f52;
  font-size: 12px;
  color: rgba(238, 238, 238, 0.8);
  line-height: 46px;
}

.sample-head1 a {
  color: rgba(238, 238, 238, 0.8);
}

.sample-head1 .huanyin {
  float: left;
}

.sample-head1 .fenzhan {
  float: right;
}

.sample-head2 {
  background: #f9f9f9;
}

.sample-head2 .logo {
  line-height: 91px;
  float: left;
}

.sample-head2 .logo img {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .sample-head2 .logo {
    width: 23%;
  }
}

/*banner*/
.sample-banner .bb1 .slick-arrow {
  position: absolute;
  width: 50px;
  height: 75px;
  outline: none;
  border: none;
  font-size: 0px;
  z-index: 99999;
  padding: 0px;
}

@media (max-width: 768px) {
  .sample-banner .bb1 .slick-arrow {
    width: 35px;
    height: 50px;
  }
}

.sample-banner .bb1 .slick-prev {
  background: url(../images/lefts.jpg) no-repeat center center;
  top: 40%;
  left: 0;
  background-size: 100%;
}

.sample-banner .bb1 .slick-next {
  background: url(../images/rights.jpg) no-repeat center center;
  top: 40%;
  right: 0;
  background-size: 100%;
}

.sample-banner .bb1 img {
  width: 100%;
}

/*搜索*/
.sample-search {
  max-width: 1289px;
  margin: 0 auto;
  height: 74px;
  background: url(../images/sss.png) no-repeat center center;
  position: relative;
  margin-top: -24px;
}

.sample-search .hotsearch {
  float: left;
  line-height: 74px;
  font-size: 14px;
  color: #eeeeee;
  margin-left: 62px;
}

.sample-search .hotsearch a {
  color: #eeeeee;
  margin-right: 10px;
}

.sample-search #formsearchs {
  float: right;
  width: 224px;
  height: 32px;
  background: url(../images/ss.png) no-repeat center center;
  font-size: 0px;
  margin-top: 21px;
  margin-right: 62px;
}

.sample-search #formsearchs input {
  background: none;
  border: none;
  outline: none;
}

.sample-search #formsearchs #keyword {
  width: 80%;
  line-height: 32px;
  font-size: 14px;
}

.sample-search #formsearchs #s_btn {
  width: 20%;
  line-height: 32px;
}

/*关于我们*/
.sample-about {
  padding-top: 115px;
}

@media (max-width: 768px) {
  .sample-about {
    padding-top: 30px;
  }
}

.sample-about .about-left {
  float: left;
  width: 47.5%;
}

@media (max-width: 768px) {
  .sample-about .about-left {
    float: none;
    width: 100%;
  }
}

.sample-about .about-left .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: 20px;
}

.sample-about .about-left .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.sample-about .about-left .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.sample-about .about-left .slick-dots li.slick-active {
  background-color: #0e2f52;
}

.sample-about .about-right {
  float: right;
  width: 47.5%;
}

@media (max-width: 768px) {
  .sample-about .about-right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

.sample-about .about-right h3 {
  font-size: 36px;
  color: #0e2f52;
  line-height: 36px;
  color: #0e2f52;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .sample-about .about-right h3 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .sample-about .about-right h3 {
    font-size: 22px;
  }
}

.sample-about .about-right .about-contents {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .sample-about .about-right .about-contents {
    margin-top: 15px;
  }
}

.sample-about .about-right a {
  display: block;
  width: 129px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background: #f39300;
  margin-top: 25px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

/*数字滚动*/
.sample-number {
  border-bottom: 1px solid #999999;
  padding-bottom: 32px;
  margin-top: 90px;
}

@media (max-width: 768px) {
  .sample-number {
    margin-top: 30px;
  }
}

.sample-number .num-list {
  font-size: 0px;
}

.sample-number .num-list li {
  display: inline-block;
  width: 25%;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .sample-number .num-list li {
    width: 46%;
    margin-bottom: 20px;
  }
}

.sample-number .num-list li h2 {
  font-size: 60px;
  color: #0e2f52;
  line-height: 43px;
  font-family: "Arial";
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.sample-number .num-list li p {
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .sample-number .num-list li p {
    font-size: 16px;
  }
}

.sample-number .num-list li:nth-child(2) h2:after {
  content: "+";
  font-size: 28px;
  color: #0e2f52;
  position: absolute;
  right: -15px;
  top: -15px;
}

.sample-number .num-list li:nth-child(3) h2:after {
  content: "+";
  font-size: 28px;
  color: #0e2f52;
  position: absolute;
  right: -15px;
  top: -15px;
}

.sample-number .num-list li:nth-child(4) h2:after {
  content: "米";
  font-size: 28px;
  color: #0e2f52;
  position: absolute;
  right: -30px;
  top: -14px;
  font-family: "宋体";
}

/*产品中心*/
.sample-product {
  background: url(../images/product.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 96px;
  margin-top: 99px;
}

@media (max-width: 768px) {
  .sample-product {
    margin-top: 35px;
  }
}

.sample-product .title {
  text-align: center;
}

.sample-product .title h3 {
  font-size: 30px;
  color: #f39300;
  line-height: 30px;
  font-weight: 600;
}

.sample-product .title span {
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  line-height: 18px;
  margin-top: 20px;
}

.sample-product .pros-list {
  margin: 0 -12px;
  margin-top: 45px;
}

.sample-product .pros-list li {
  margin: 0 12px;
}

.sample-product .pros-list li a.img {
  display: block;
}

.sample-product .pros-list li a.img img {
  width: 100%;
}

.sample-product .pros-list li h3 {
  width: 70%;
  line-height: 57px;
  background: rgba(14, 47, 82, 0.9);
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -29px;
  z-index: 999;
  transition: all 0.3s;
  font-size: 20px;
  color: #ffffff;
}

.sample-product .pros-list li h3 a {
  color: #fff;
  text-decoration: none;
}

.sample-product .pros-list li .contents {
  padding: 55px 30px 45px 30px;
  background: #ffffff;
  position: relative;
}

.sample-product .pros-list li .contents span {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.sample-product .pros-list li a.mores {
  display: block;
  line-height: 65px;
  background: #f4f4f4;
  font-size: 16px;
  color: #666666;
  text-align: center;
  text-decoration: none;
}

.sample-product .pros-list li:hover a.mores {
  background: #f39300;
  color: #fff;
}

.sample-product .pros-list .slick-arrow {
  position: absolute;
  width: 97px;
  height: 97px;
  outline: none;
  border: none;
  font-size: 0px;
  z-index: 99999;
  padding: 0px;
}

.sample-product .pros-list .slick-prev {
  background: url(../images/lefts1.png) no-repeat center center;
  top: 40%;
  left: -25%;
}

.sample-product .pros-list .slick-next {
  background: url(../images/rights1.png) no-repeat center center;
  top: 40%;
  right: -25%;
}

/*我们的优势*/
.sample-youshi {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #fff;
}

@media (max-width: 768px) {
  .sample-youshi {
    padding-bottom: 30px;
  }
}

.sample-youshi .titles {
  text-align: center;
}

.sample-youshi .titles h3 {
  font-size: 30px;
  color: #f39300;
  line-height: 30px;
  font-weight: 600;
}

.sample-youshi .titles span {
  display: block;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 18px;
  margin-top: 20px;
}

.sample-youshi .youshi-con {
  margin-top: 50px;
  position: relative;
}

.sample-youshi .youshi-con .youshi-left {
  float: left;
  width: 49%;
}

@media (max-width: 768px) {
  .sample-youshi .youshi-con .youshi-left {
    float: none;
    width: 100%;
  }
}

.sample-youshi .youshi-con .youshi-left li {
  float: left;
  position: relative;
  width: 48%;
  height: 304px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 768px) {
  .sample-youshi .youshi-con .youshi-left li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.sample-youshi .youshi-con .youshi-left li a.img {
  display: block;
  line-height: 64px;
}

.sample-youshi .youshi-con .youshi-left li a.img img {
  max-width: 100%;
  margin-top: 34%;
  margin-bottom: 6%;
  transition: all 0.5s;
  position: relative;
}

.sample-youshi .youshi-con .youshi-left li a.img img:hover {
  transform: scale(1.1);
}

.sample-youshi .youshi-con .youshi-left li h3 {
  text-align: center;
  font-size: 18px;
  color: #fafafa;
  font-weight: 600;
  line-height: 18px;
}

.sample-youshi .youshi-con .youshi-left li h3 a {
  color: #fafafa;
  text-decoration: none;
}

.sample-youshi .youshi-con .youshi-left li span {
  display: block;
  font-size: 14px;
  color: #f1f1f1;
  text-align: center;
  line-height: 14px;
  margin-top: 12px;
  text-transform: uppercase;
}

.sample-youshi .youshi-con .youshi-left li:nth-child(1) {
  background: url(../images/li1.png) no-repeat center center;
}

.sample-youshi .youshi-con .youshi-left li:nth-child(2) {
  background: url(../images/li2.png) no-repeat center center;
}

.sample-youshi .youshi-con .youshi-left li:nth-child(3) {
  margin-top: 20px;
  background: url(../images/li3.png) no-repeat center center;
}

.sample-youshi .youshi-con .youshi-left li:nth-child(4) {
  margin-top: 20px;
  background: url(../images/li4.png) no-repeat center center;
}

.sample-youshi .youshi-con .youshi-left li:nth-child(2n) {
  float: right;
}

.sample-youshi .youshi-con .youshi-right {
  width: 49%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/tus.png) no-repeat center center;
  padding-left: 45px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sample-youshi .youshi-con .youshi-right {
    position: static;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 30px;
  }
}

.sample-youshi .youshi-con .youshi-right li {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .sample-youshi .youshi-con .youshi-right li {
    margin-top: 30px;
  }
}

.sample-youshi .youshi-con .youshi-right li a.img {
  display: block;
  float: left;
}

.sample-youshi .youshi-con .youshi-right li .wz {
  float: left;
  margin-left: 42px;
}

@media (max-width: 768px) {
  .sample-youshi .youshi-con .youshi-right li .wz {
    margin-left: 15px;
  }
}

.sample-youshi .youshi-con .youshi-right li .wz h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 20px;
}

.sample-youshi .youshi-con .youshi-right li .wz h3 a {
  color: #666666;
}

.sample-youshi .youshi-con .youshi-right li .wz span {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  margin-top: 18px;
}

/*横图*/
.sample-heng {
  background: url(../images/heng.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 68px;
  padding-bottom: 45px;
}

.sample-heng h3 {
  font-size: 40px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}

.sample-heng span {
  display: block;
  font-size: 48px;
  color: #f39300;
  font-weight: 600;
  line-height: 48px;
  margin-top: 45px;
  text-align: center;
}

.sample-heng p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .sample-heng h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .sample-heng span {
    font-size: 16px;
    line-height: 16px;
  }
  .sample-heng p {
    font-size: 16px;
  }
}

/*新闻中心*/
.sample-news {
  background: #f4f4f4;
  padding-top: 85px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .sample-news {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.sample-news .titles {
  text-align: center;
}

.sample-news .titles h3 {
  font-size: 30px;
  color: #f39300;
  line-height: 30px;
  font-weight: 600;
}

.sample-news .titles span {
  display: block;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}

.sample-news .news-list {
  text-align: justify;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .sample-news .news-list {
    margin-top: 20px;
  }
}

.sample-news .news-list li {
  position: relative;
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

@media (max-width: 768px) {
  .sample-news .news-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.sample-news .news-list:after {
  display: inline-block !important;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
}

.sample-news .news-list li {
  background: #fff;
}

.sample-news .news-list li .newleft {
  width: 44%;
  float: left;
}

@media (max-width: 768px) {
  .sample-news .news-list li .newleft {
    width: 100%;
    float: none;
  }
}

.sample-news .news-list li .newleft img {
  width: 100%;
}

.sample-news .news-list li .newright {
  width: 56%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
}

@media (max-width: 768px) {
  .sample-news .news-list li .newright {
    float: none;
    width: 100%;
  }
}

.sample-news .news-list li .newright h3 {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}

.sample-news .news-list li .newright span {
  display: block;
  line-height: 40px;
  text-indent: 30px;
  background: url(../images/time.png) no-repeat 0px;
  color: #666;
}

.sample-news .news-list li .newright p {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}

.sample-news .news-list li .newright a {
  width: 115px;
  height: 40px;
  border: 1px solid #e4e4e4;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  color: #999;
}

/*底部联系方式*/
.foot-contact {
  background: url(../images/heng2.png) no-repeat center fixed;
  min-height: 595px;
  position: relative;
  background-size: cover;
}

@media (max-width: 768px) {
  .foot-contact {
    min-height: 200px;
  }
}

.foot-contact h2 {
  font-size: 48px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding-top: 150px;
}

@media (max-width: 768px) {
  .foot-contact h2 {
    padding-top: 50px;
    font-size: 24px;
  }
}

.foot-contact h2 p {
  font-size: 50px;
  font-family: "Impact";
  letter-spacing: 3px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .foot-contact h2 p {
    font-size: 18px;
  }
}

/*底部*/
.sample-foot {
  background: #fafafa;
  padding-top: 44px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c0c0c0;
}

.sample-foot .lefts {
  float: left;
  width: 30.8%;
}

@media (max-width: 768px) {
  .sample-foot .lefts {
    float: none;
    width: 100%;
  }
}

.sample-foot .lefts .logos img {
  max-width: 100%;
}

.sample-foot .lefts .erweimas {
  margin-top: 35px;
}

.sample-foot .lefts .erweimas .a1 {
  float: left;
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 40px;
}

.sample-foot .lefts .erweimas .a1 img {
  max-width: 100%;
}

.sample-foot .lefts .erweimas .a2 {
  float: left;
  margin-left: 50px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 40px;
}

.sample-foot .lefts .erweimas .a2 img {
  max-width: 100%;
}

.sample-foot .xian {
  width: 1px;
  height: 88px;
  background: #d3d3d3;
  margin-left: 44px;
  float: left;
}

@media (max-width: 1024px) {
  .sample-foot .xian {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .sample-foot .xian {
    display: none;
  }
}

.sample-foot .mid {
  width: 39.5%;
  float: left;
  margin-left: 60px;
}

@media (max-width: 1024px) {
  .sample-foot .mid {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .sample-foot .mid {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}

.sample-foot .mid h3 {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

.sample-foot .mid .foot-link {
  font-size: 14px;
  color: #666666;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .sample-foot .mid .foot-link {
    margin-top: 10px;
  }
}

.sample-foot .mid .foot-link a {
  color: #666666;
}

.sample-foot .mid .foot-links {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
  margin-top: 10px;
}

.sample-foot .mid .foot-links a {
  color: rgba(51, 51, 51, 0.6);
}

.sample-foot .mid .regions {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
  margin-top: 10px;
}

.sample-foot .mid .regions a {
  color: rgba(51, 51, 51, 0.6);
}

.sample-foot .rights {
  float: right;
}

@media (max-width: 768px) {
  .sample-foot .rights {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

.sample-foot .rights h3 {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  font-weight: 400;
}

.sample-foot .rights .right-contents {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 22px;
}

@media (max-width: 768px) {
  .sample-foot .rights .right-contents {
    margin-top: 10px;
  }
}

.sample-foot2 {
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 22px;
}

.sample-foot2 a {
  color: rgba(51, 51, 51, 0.6);
}

@media (max-width: 768px) {
  body {
    padding-top: 30px;
  }
  .kf {
    display: none;
  }
  #m_div {
    display: none;
  }
}