/**

 @Author: mr.qiu
 @show: layui.com

 */


html,
body {
  position: relative;
  height: auto;
  background-color: #fff !important;
}

div {
  box-sizing: border-box;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  ;
}

a {
  text-decoration: none !important;
}

img {
  width: 100%;
}

input {
  border: none;
  outline: none;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}


/*   顶部小tip  */
.wrapper {
  width: 100%;
}

.wrapper .box-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.top-tip {
  height: 30px;
  line-height: 30px;
  color: #999;
  font-size: 12px;
  background: #f7f7f7;
}



.top-tip .lk {
  display: inline-block;
  width: 85px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.top-tip .lk.right {
  position: relative;
}

.top-tip .lk.right::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  width: 1px;
  height: 15px;
  background-color: #999;
}

.top-tip .ceshi::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 15px;
  background-color: #999;
}

/*    logo    */
.header {
  height: 150px;
  overflow: hidden;
  background-color: #fff;
  transition: all .3s;
}

.header .myheader {
  margin-top: 33px;
}

.header .myhead .logo {
  width: 100%;
}

.header .myhead .logo .logo-lk {
  display: block;
  width: 100%;
}

.header .spec1 {
  margin-top: 25px;
}

.header .phone-num {
  margin-left: 35px;
  padding-left: 28px;
  font-size: 14px;
  color: #999;
  background: url(../img/phone.png) no-repeat left;
}

.header .phone-num .red {
  font-size: 18px;
  font-weight: 500;
  color: #ab2421;
}


.header .search {
  display: flex;
  height: 40px;
  margin-top: 15px;
  /*border: 1px solid red;*/
}

.header .search input {
  float: left;
  flex: 4;
  height: 40px;
  outline: none;
  border: 1px solid #ab2421;
  box-sizing: border-box;
  padding-left: 10px;
}

.header .search button {
  float: right;
  flex: 1;
  height: 40px;
  background-color: #ab2421;
  color: white;
  border-style: none;
  outline: none;
}

.header .search button i {
  font-style: normal;
  font-size: 14px;
}

.header .search button:hover {
  font-size: 16px;
}



/* nav */
.nav {
  height: 50px;
  border-top: 1px solid #eee;
  background-color: #fff;
}


.nav .item {
  position: relative;
  width: 133px;
  line-height: 50px;
  text-align: center;
}

.nav .nav-logo {
  display: none;
}

.nav .item .lk {
  display: block;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.nav .item .lk.cur {
  color: #ab2421;
}

.nav .item .slide-nav {
  display: none;
  position: absolute;
  top: 48px;
  left: -10px;
  right: 0;
  width: 150px;
  margin: 0 auto;
  border-top: 2px solid #ab2421;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #fff;
  z-index: 999;
  box-sizing: border-box;
}

.nav .item:hover .slide-nav {
  display: block;
}

.nav .item .slide-nav .slide-item {
  width: 100%;
}

.nav .item .slide-nav .slide-item :hover {
  background: #ab2421
}

.nav .item .slide-nav .slide-item:hover .slide-lk {
  color: #fff;
}

.nav .item .slide-item .slide-lk {
  display: block;
  height: 100%;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.nav .item .lk:hover {
  color: #ab2421;
}

/* app-nav */
.model-nav-wrap {
  display: none;
  width: 100%;
}

.model-nav-wrap .model {
  height: 80px;
  margin: 15px 0 20px;
}

.model-nav-wrap .model .m-logo {
  float: left;
  margin-left: 15px;
}

.model-nav-wrap .model .brand {
  float: right;
  width: 75px;
  margin: 10px 15px 0;
}


.model-nav-wrap .m-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  transition: left .3s linear;
}

.model-nav-wrap .m-nav.current {
  left: 0;
}

.model-nav-wrap .m-nav .slide-logo {
  display: inline-block;
  width: 80%;
  margin: 15px;
}

.model-nav-wrap .m-nav .close {
  font-size: 16px;
  margin: 15px;
  cursor: pointer;
}


.model-nav-wrap .m-nav .left-slide {
  position: absolute;
  left: 0%;
  top: 0;
  width: 60%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}

.model-nav-wrap .left-slide .broader {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.model-nav-wrap .left-slide .m-item {
  position: relative;
  width: 100%;
  margin: 15px 0 0;
}

.model-nav-wrap .left-slide .m-item:last-child {
  margin-bottom: 15px;
}

.model-nav-wrap .left-slide .m-item .jiao {
  background: url(../img/jiao.png) no-repeat right;
  background-position: 90%;
  background-size: 15px;
}

.model-nav-wrap .left-slide .m-item .jiao.cur {
  background: url(../img/red-jiao.png) no-repeat right;
  background-position: 90%;
  background-size: 15px;
  color: #ab2421;
}

.model-nav-wrap .left-slide .m-item .sprit {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 0 0 15px;
  background: url(../img/css_sprites.png) no-repeat;
  transform: scale(.6);
}

.model-nav-wrap .left-slide .m-item .sprit.sprit1 {
  background-position: -10px -10px;
}

.model-nav-wrap .left-slide .m-item .sprit.sprit2 {
  background-position: -75px -10px;
}

.model-nav-wrap .left-slide .m-item .sprit.sprit3 {
  background-position: -10px -75px;
}

.model-nav-wrap .left-slide .m-item .sprit.sprit4 {
  background-position: -75px -75px;
}

.model-nav-wrap .left-slide .m-item .sprit.sprit5 {
  background-position: -140px -10px;
}

.model-nav-wrap .left-slide .m-item .sprit.sprit6 {
  background-position: -140px -75px;
}

.model-nav-wrap .left-slide .m-item .sprit.sprit7 {
  background-position: -10px -140px;
}

.model-nav-wrap .left-slide .m-item .sprit.sprit8 {
  background-position: -75px -10px;
}

.model-nav-wrap .left-slide .m-item .sprit.sprit9 {
  background-position: -140px -140px;
}


.model-nav-wrap .left-slide .m-item .red {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 0 0 15px;
  background: url(../img/red_css_sprites.png) no-repeat;
}

.model-nav-wrap .left-slide .m-item .red.sprit1 {
  background-position: -10px -10px;
}

.model-nav-wrap .left-slide .m-item .red.sprit2 {
  background-position: -75px -10px;
}

.model-nav-wrap .left-slide .m-item .red.sprit3 {
  background-position: -10px -75px;
}

.model-nav-wrap .left-slide .m-item .red.sprit4 {
  background-position: -75px -75px;
}

.model-nav-wrap .left-slide .m-item .red.sprit5 {
  background-position: -140px -10px;
}

.model-nav-wrap .left-slide .m-item .red.sprit6 {
  background-position: -140px -75px;
}

.model-nav-wrap .left-slide .m-item .red.sprit7 {
  background-position: -10px -140px;
}

.model-nav-wrap .left-slide .m-item .red.sprit8 {
  background-position: -75px -10px;
}

.model-nav-wrap .left-slide .m-item .red.sprit9 {
  background-position: -140px -140px;
}





.model-nav-wrap .left-slide .m-item a {
  display: block;
  /*height: 100%;*/
  padding-left: 64px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
}

.model-nav-wrap .left-slide .sub {
  display: none;
  width: 100%;
  background: #f3f4f6;
}

.model-nav-wrap .left-slide .sub .item {
  height: 50px;
}

.model-nav-wrap .left-slide .sub .item .lk {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #333;
}

.carousel {
  margin-top: 14.5rem;
}

.carousel .lkm {
  display: none;
}

/* 专业翻译 */

.zyly {
  position: relative;
  margin: 30px 0;
  padding: 0 15px;
}

.zyly .title-box {
  text-align: center;
}

.zyly .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.zyly .title-box .tit span {
  display: inline-block;
  color: #373d41;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #373d41;
}

.zyly .title-box .sup-tit {
  font-size: 16px;
  color: #44484a;
}

.carl {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-container {
  position: static;
  max-width: 1200px;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  width: 270px;
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.carl2 {
  display: none;
}

.carl3 {
  display: none;
}

@media screen and (max-width:1192px) and (min-width:768px) {
  .carl {
    display: none;
  }

  .carl2 {
    display: block;
  }

  .carl3 {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .carl {
    display: none;
  }

  .carl2 {
    display: none;
  }

  .carl3 {
    display: block;
  }

}






.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

.swiper-slide a {
  display: block;
  width: 100%;
}

.swiper-slide .slide-card {
  width: 100%;
  border: none;
}

.swiper-slide .slide-card .slide-card-body {
  padding: 30px 30px;
}

.swiper-slide .slide-card-1 {
  background: url(../img/pro1.jpg) no-repeat;
  background-size: cover;
}

.swiper-slide .slide-card-2 {
  background: url(../img/pro2.jpg) no-repeat;
  background-size: cover;
}

.swiper-slide .slide-card-3 {
  background: url(../img/pro3.jpg) no-repeat;
  background-size: cover;
}

.swiper-slide .slide-card-4 {
  background: url(../img/pro4.jpg) no-repeat;
  background-size: cover;
}

.swiper-slide .slide-card-5 {
  background: url(../img/pro5.jpg) no-repeat;
  background-size: cover;
}

.swiper-slide .slide-card-6 {
  background: url(../img/pro6.jpg) no-repeat;
  background-size: cover;
}

.swiper-slide .slide-card-7 {
  background: url(../img/pro7.jpg) no-repeat;
  background-size: cover;
}

.swiper-slide .slide-card-8 {
  background: url(../img/pro8.jpg) no-repeat;
  background-size: cover;
}

.swiper-slide .slide-card .card-title {
  height: 110px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  padding: 30px 0 0 20px;
  background: url(../img/kuang.png) no-repeat left;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-slide .slide-card .card-title p {
  font-size: 12px;
}

.swiper-slide .slide-card .word-grup {
  margin-top: 30px;
  margin-bottom: 60px;
}

.swiper-slide .slide-card .card-text {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-left: 45px;
  text-align: left;
}

.swiper-slide .slide-card .card-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
}






/* chose */
.chose {
  width: 100%;
  margin: 30px 0;
}


.chose .title-box {
  text-align: center;
  display:block;
}

.chose .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.chose .title-box .tit span {
  display: inline-block;
  color: #373d41;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #373d41;
}

.chose .choose-list {
  width: 100%;
  margin: 30px 0;
  background: url(../img/choose.jpg) no-repeat;
}

.chose .choose-list .list-wrap {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.chose .choose-list .item {
  width: 20%;
  height: 445px;
}

.chose .choose-list .item .item-icon {
  position: relative;
  width: 65px;
  height: 65px;
  margin: 110px auto 40px;
}

.chose .choose-list .item .item-icon:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.chose .choose-list .item .c-word {
  width: 180px;
  height: 70px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.chose .choose-list .item .c-word .tiao {
  margin-bottom: 0;
  line-height: 25px;
  font-size: 18px;
}

.chose .choose-list .item:nth-child(odd) {
  background-color: rgba(0, 0, 0, .5);
}


/* anli */
.anli {
  margin: 30px 0;
  padding: 0 15px;
}

.anli .title-box {
  text-align: center;
}

.anli .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.anli .title-box .tit span {
  display: inline-block;
  color: #373d41;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #373d41;
}

.anli .title-box .sup-tit {
  font-size: 16px;
  color: #44484a;
}

.anli .card-deck .card {
  border: none;
}

.anli .card-deck .card .img {
  position: relative;
}

.anli .card-deck .card .img:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #000;
}

.anli .card-deck .card .img:after {
  content: '';
  display: block;
  position: absolute;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

.anli .card-deck .card.bottom {
  margin-top: 60px;
}

.anli .card .card-body {
  margin-top: 60px;
}

.anli .card .card-body .card-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin: .75rem 0 1.5rem;
  color: #ab2421;
}


.anli .card .card-body .card-text {
  font-size: 24px;
  color: #666;
  text-align: center;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.anli .card .card-body .card-text .text-muted {
  position: relative;
  padding-left: .75rem;
}


.anli .card .card-body .add {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../img/add.png) no-repeat;
}


/* 客户评价 */
.evaluate {
  padding: 1.5rem .75rem;
  background: url(../img/evaluate.jpg) no-repeat;
}

.evaluate .title-box {
  text-align: center;
}

.evaluate .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.evaluate .title-box .tit span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.evaluate .title-box .sup-tit {
  font-size: 14px;
  color: #fff;
}

.evaluate .card-deck .card {
  position: relative;
  border-radius: 0;
  box-shadow: 1px 1px 10px 1px rgb(238, 238, 238);
  z-index: 1;
}

.evaluate .card-deck .card::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  background: url(../img/dou.png) no-repeat;
  z-index: -1;
}

.evaluate .card {
  margin-top: 1.5rem;
}

.card-t,
.little-tt,
.flag {
  font-size: 18px;
  line-height: 40px;
  color: #333;
  text-indent: 2em;
}

.flag {
  margin-top: 1.5rem;
  text-align: right;
}



/* 一站式 */
.one-stop {
  margin-top: 15px;
  padding: 0 15px;
}

.one-stop .title-box {
  text-align: center;
}

.one-stop .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.one-stop .title-box .tit span {
  display: inline-block;
  color: #373d41;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #373d41;
}

.one-stop .title-box .sup-tit {
  font-size: 16px;
  color: #44484a;
}

.one-stop .card-deck .card {
  border: none;
  box-shadow: 1px 1px 30px 10px #eee;
}

.one-stop .card .card-body .card-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: .75rem 0 1.5rem;
  color: #ab2421;
}

.one-stop .card .card-body .card-text {
  font-size: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.one-stop .card .card-body .card-text .text-muted {
  position: relative;
  padding-left: .75rem;
}

.one-stop .card .card-body .card-text .text-muted::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #ab2421;
  border-radius: 50%;
}

.one-stop .card .card-body .card-text.bottom {
  padding-bottom: .75rem;
  border-bottom: 1px solid #eee;

}

.one-stop .card .card-body .btn-primary {
  display: block;
  width: 130px;
  margin: 1.5rem auto .75rem;
  background-color: #ab2421;
  border: none;
}


/* 服务项目 */
.service {
  width: 100%;
  height: auto;
  margin-top: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.service .title-box {
  margin-top: 15px;
  padding: 0 15px;
  text-align: center;
}

.service .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.service .title-box .tit span {
  display: inline-block;
  color: #373d41;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #373d41;
}

.service .title-box .sup-tit {
  font-size: 16px;
  color: #44484a;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden
}

.clearfix {
  display: inline-block
}


.clearfix {
  display: block
}

.clearfix:after,
.fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  zoom: 1
}

.mr20 {
  margin-right: 20px
}

.zq-icon {
  display: inline-block;
  background: url(../img/s-icon.png) no-repeat;
}

.icon40x40 {
  width: 40px;
  height: 40px
}

.crad-area-icon1 {
  background-position: -10px -10px;
}

.crad-area-icon2 {
  background-position: -70px -10px;
}

.crad-area-icon3 {
  background-position: -10px -70px;
}

.crad-area-icon4 {
  background-position: -70px -70px;
}

.card-area {
  margin: 42px auto 30px;
  width: 1200px;
  position: relative;
}

.card-area .bg-e8e8e8 {
  background: #e8e8e8
}

.card-area .bg-e1e1e1 {
  background: #e1e1e1
}

.card-area .card-item {
  z-index: 4;
  transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
  position: relative;
  float: left;
  width: 17%;
  height: 521px;
  background-color: transparent
}



.card-area .card-item+.card-item {
  margin-left: -1px
}

.card-area .card-item .card {
  transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff
}

.card-area .card-item .card .card-content {
  width: 100%;
  line-height: 2
}

.card-area .card-item .card .card-content.content-first {
  transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.card-area .card-item .card .card-content.content-second {
  transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  line-height: 2
}

.card-area .card-item .card .card-content.content-second li {
  float: left;
  width: 50%
}

.card-area .card-item .card .card-content,
.card-area .card-item .card .card-title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1
}

.card-area .card-item .card .card-title {
  padding-top: 1px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
  height: 145px;
  line-height: 26px;
  font-size: 14px;
  top: 0;
  background: #ab2421;
  border-left: 1px solid #ab2421
}

.card-area .card-item .card .card-title .content {
  position: absolute;
  bottom: -2px;
  width: 100%
}

.card-area .card-item .card .card-title h1 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0
}

.card-area .card-item .card .card-title .short-info {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 20px
}

.card-area .card-item .card .card-title .zq-product-img {
  width: 40px;
  height: 40px;
  margin: 10px auto;
  position: relative
}

.card-area .card-item .card .card-title .zq-product-img img {
  position: absolute;
  left: 0;
  width: 100%
}

.card-area .card-item .card .card-title .zq-product-img .un-hover {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.card-area .card-item .card .card-title .zq-product-img .with-hover {
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}

.card-area .card-item .card .card-title .short-info,
.card-area .card-item .card .card-title .zq-product-img img,
.card-area .card-item .card .card-title h1 {
  transition: all .15s cubic-bezier(.4, 0, .2, 1) 0s
}

.card-area .card-item .card .card-content {
  height: 376px;
  position: absolute;
  top: 145px
}

.card-area .card-item .card .card-content.content-first .content-first-list {
  width: 100%;
  max-width: 250px;
  font-size: 16px;
  color: #373d41;
  margin-top: 47px;
  margin-bottom: 47px
}

.card-area .card-item .card .card-content.content-first .wap-word {
  display: none;
  font-size: 14px;
  padding: 5px;
  line-height: 24px;
  margin-top: 15px;
}

.card-area .card-item .content-first .wap-word .lk {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  line-height: 30px;
  color: #fff;
  background-color: #ab2421;
  border-radius: 15px;
}

.card-area .card-item .card .card-content.content-first .content-first-list li {
  margin-bottom: 30px
}

.card-area .card-item .card .card-content.content-first .content-first-list li a {
  color: #333;
}

.card-area .card-item .card .card-content.content-first li a.more {
  display: block;
  width: 60%;
  margin: 0 auto;
  background: #ab2421;
  color: #fff;
}

.card-area .card-item .card .card-content.content-second {
  width: 90%;
  left: 25px;
  font-size: 14px;
  color: #a9b0b4;
  text-align: left;
  /*padding-top: 26px*/
}

.card-area .card-item .card .card-content.content-second .main-head {
  color: #ab2421;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px
}

.card-area .card-item .card .card-content.content-second p {
  margin: 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* .card-area .card-item .card .card-content.content-second .main-tip {
  color: #232933
} */

.card-area .card-item .card .card-content.content-second .main-desc {
  color: #333;
  font-size: 16px;
  line-height: 30px
}

.card-area .card-item .card .card-content.content-second .main-btn {
  float: right;
  width: 160px;
  height: 38px;
  font-size: 16px !important;
  color: #fff;
  margin-top: 22px;
  margin-bottom: 33px;
  border-radius: 19px;
  background: #ab2421;
  border: none;
  cursor: pointer;
  transition: color .3s ease-in-out, background .3s ease-in-out
}

.card-area .card-item .card .card-content.content-second .main-btn:hover {
  color: #fff;
  background: #ab2421
}

.card-area .card-item .card .card-content.content-second .main-white-btn {
  cursor: pointer;
  width: 160px;
  height: 36px;
  border: 1px solid #ab2421;
  font-size: 16px !important;
  color: #ab2421;
  margin-top: 22px;
  margin-bottom: 33px;
  border-radius: 19px;
  background: #fff;
  transition: color .3s ease-in-out, background .3s ease-in-out
}

.card-area .card-item .card .card-content.content-second .main-white-btn:hover {
  color: #fff;
  background: #ab2421
}

.card-area .card-item .card .card-content .other-info {
  width: 105%;
  overflow: hidden;
  line-height: 22px;
 /* padding-top: 20px;*/
  font-size: 12px
}

.card-area .card-item .card .card-content .other-info .other-info-list {
  width: 27%;
  height: 70px;
  background: #f2f2f2;
  margin-right: 40px;
  padding: 0 0 0 10px;
  position: relative
}

.card-area .card-item .card .other-info .other-info-list:last-child {
  margin-right: 0;
}

.card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: url(../img/l-icon.png) no-repeat;
}



.card-area .card-item .card .card-content .other-info .other-info-list .list-context {
  color: #ab2421
}

.card-area .card-item .card .card-content .other-info .other-head {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 13px 0 0 0;
}

.card-area .card-item .card .card-content .other-info .other-desc {
  margin-top: 2px;
  font-size: 12px;
  color: #999
}

.card-area .card-item.active {
  z-index: 6;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  width: 49%;
  height: 535px
}

.card-area .card-item.active .card .card-title {
  height: 140px;
  top: -15px;
  border: none;
  background-size: cover;
}

.card-area .card-item .card .card-title.one-bg {
  background: url(../img/xm1.jpg) no-repeat;
  background-size: cover;
}

.card-area .card-item .card .card-title.two-bg {
  background: url(../img/xm2.jpg) no-repeat;
  background-size: cover;
}

.card-area .card-item .card .card-title.thre-bg {
  background: url(../img/xm3.jpg) no-repeat;
  background-size: cover;
}

.card-area .card-item .card .card-title.four-bg {
  background: url(../img/xm4.jpg) no-repeat;
  background-size: cover;
}

.card-area .card-item.active .card .card-title .short-info {
  color: #ffc3c2
}

.card-area .card-item.active .card .card-title h1 {
  color: #fff
}

.card-area .card-item.active .card .card-content.content-first {
  transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}

.card-area .card-item.active .card .card-content.content-second {
  transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}


/* 企业合作 */
.hezuo {
  width: 100%;
  height: auto;
  padding: 0 15px;
  box-sizing: border-box;
  background: url(../img/hezuo-bg.jpg) no-repeat;
  overflow: hidden;
}

.hezuo .wrap {
  margin: 30px auto;
}

.hezuo .title-box {
  text-align: center;
}

.hezuo .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.hezuo .title-box .tit span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.hezuo .title-box .sup-tit {
  font-size: 16px;
  color: #fff;
}

.hezuo .hezuo-list {
  width: 100%;
  margin: 30px 0;
}

.hezuo .item {
  float: left;
  width: 20%;
  background-color: #fff;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}


/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  margin: 30px 0;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.news .title-box {
  text-align: center;
}

.news .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.news .title-box .tit span {
  display: inline-block;
  color: #373d41;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #373d41;
}

.news .title-box .sup-tit {
  font-size: 16px;
  color: #44484a;
}

.news .index-news-wrap {
  width: 100%;
}

.news .news-img {
  float: left;
  width: 500px;
  padding: 0;
  background: #f0f0f0;
}

.news .news-img a {
  display: block;
}

.news .news-img .n-img {
  width: 100%;
}

.news .news-img .news-img-info {
  padding: 11px 15px;
  box-sizing: border-box;
}

.news .news-img .n-tit {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.news .news-img .n-info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #666;
}

.news .news-list {
  float: right;
  width: calc(100% - 43%);
  /*height: 100%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

.news .news-list .news-item {
  width: 100%;
  height: 25%;
  margin-bottom: 15px;
  background-color: #f0f0f0;
}

.news .news-list .news-item .lk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.news .news-list .news-item .lk .time {
  width: 85px;
  min-width: 85px;
  height: 85px;
  background: #b0b0b0;
}

.news .news-list .news-item .lk:hover .time {
  background-color: #ab2421;
}

.news .news-list .news-item .lk:hover .time .big,
.news .news-list .news-item .lk:hover .time .small {
  color: #fff;
}

.news .news-list .news-item .lk .time .big,
.news .news-list .news-item .lk .time .small {
  color: #333;
  text-align: center;
  margin-bottom: 0;
}

.news .news-list .news-item .lk .time .big {
  font-size: 28px;
  margin-top: 5px;
}

.news .news-list .news-item .lk .time .small {
  font-size: 12px;

}

.news .news-list .news-item .lk .time-info {
  width: calc(100% - 85px);
  padding: 1.94%;
  box-sizing: border-box;
}

.news .news-item .lk .time-info .tit {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  /*超出的空白区域不换行*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
}

.news .news-item .lk .time-info .tit-info {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  white-space: nowrap;
  /*超出的空白区域不换行*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;

}


/* 底部 */
.foot {
  width: 100%;
  height: auto;
  background: url(../img/foot-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.foot .wrap {
  margin: 30px auto;
}


.foot .tab-list {
  width: 100%;
}

.foot .item {
  width: 100%;
  /*height: 40px;*/
}

.foot .item.vb {
  margin-top: 40px;
}

.foot .item .tit,
.foot .item .info {
  display: inline-block;
  line-height: 40px;
  margin-bottom: 0;
  color: #fff;
}

.foot .item .tit {
  font-size: 16px;
  color: #fff;
}

.foot .item .info {
  margin-left: 30px;
  font-size: 14px;
  color: #ababab;
}

.foot .item .fgh {
  display: inline-block;
  margin-left: 68px;
}

.foot .address {
 /* width: 47%;*/
  margin-top: 20px;
  margin-right: 20px;
}

.foot .image-word {
  width: 100%;
}

.foot .image-word .left {
  float: left;
  margin-left: 15px;
}

.foot .image-word .right {
  float: right;
  margin-right: 15px;
  width: 320px;
  margin-top: 50px;
}

.foot .image-word .right .foot-logo {
  margin-top: 15px;
}

.foot .image-word .right .ewm1 {
  float: left;
  display: block;
  width: 130px;
}

.foot .image-word .right .ewm2 {
  float: right;
  display: block;
  width: 130px;
}

.foot .image-word .right .erweima a .qq {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.foot .image-word .right .phone-num {
  font-size: 16px;
  margin: 15px 0;
  color: #999;
  text-align: center;
}

.foot .image-word .right .phone-num .red {
  font-size: 30px;
  font-weight: 500;
  color: #ab2421;
}

.foot .left .address .tit {
  font-size: 18px;
  font-weight: 600;
  color: #ab2421;
}

.foot .left .address .message {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.foot .foot-tip {
  font-size: .06rem;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #000;
}

.foot-tips {
	width:129px;
	height:233px;
	position:fixed;
	bottom:50px;
	left:10px;
	z-index:9999;
	}
.close { text-align:right}
.kefu {height:219px;}










@media (min-width : 1200px) {
  .container {
    max-width: 1200px;
  }
}



@media (max-width : 1200px) {
  .top-tip {
    display: none;
  }

  .navbar-head {
    display: none;
  }

  .model-nav-wrap {
    display: block;
  }

  .news .news-list {
    width: 625px;
  }

  /* 底部 */
  .tab-list {
    display: none;
  }

  .card-area {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .carousel {
    margin-top: 0;
  }


  .chose .choose-list {
    background-size: cover;
  }


  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .chose .choose-list .item {
    width: 50%;
    height: 300px;
  }

  .chose .choose-list .item:nth-child(odd) {
    background: none;
  }

  .chose .choose-list .item.color {
    background: rgba(0, 0, 0, .5);
  }

  .chose .choose-list .item .item-icon {
    margin: 30px auto 40px;
  }

}

@media screen and (max-width:1192px) and (min-width:768px) {
  .carousel-item {
    height: 300px;
  }

  .carousel-item img {
    height: 100%;
  }

  .model-nav-wrap .model .m-logo {
    width: 580px;
  }

  .model-nav-wrap {
    display: block;
  }


  .news .news-img {
    width: 100%;
  }

  .news .news-list {
    width: 100%;
  }

  .news .news-list .news-item:nth-child(1) {
    margin-top: 15px;
  }

  /* .news .news-list .news-item:nth-child(1) {
    margin-top: 15px;
  } */

  .card-area .card-item {
    width: 25%;
  }

}



@media (max-width : 1146px) {
  .foot {
    background: url(../img/p-bg.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .foot .tab-list {
    display: none;
  }

  .foot .image-word .left {
    float: none;
  }

  .foot .image-word .right {
    float: none;
    margin: 0 auto;
  }

  .foot .image-word .bnm {
    margin: 0 auto;
  }

  .foot .image-word .address {
    width: 100%;
    text-align: center;
  }

  .foot .foot-tip {
    line-height: 25px;
  }

}


@media screen and (max-width:767px) {
  h1 {
    font-size: 1.5rem !important;
  }

  h2 {
    font-size: 1.9rem;
  }

  .carousel-item {
    height: 200px;
  }

  .carousel-item img {
    height: 100%;
  }

  .model-nav-wrap .model {
    height: 50px;
    margin: 10px 0;
  }

  .model-nav-wrap .model .m-logo {
    width: 233px;
    margin-top: 5px;
  }

  .model-nav-wrap .model .brand {
    width: 40px;
    margin-top: 5px;
  }

  .swiper-slide .slide-card .slide-card-body {
    padding: 30px 10px;
  }

  .hezuo .item {
    width: 33.33%;
  }

  .news .news-img {
    width: 100%;
  }

  .news .news-list {
    width: 100%;
  }

  .news .news-list .news-item:nth-child(1) {
    margin-top: 15px;
  }

  .hezuo .item.none {
    display: none;
  }

  .card-area {
    margin: 0 auto 1.5rem;  }

  .card-area .card-item {
    width: 50%;
    height: 145px;
    border: none;
  }

  .card-area .card-item .card .card-content.content-first,
  .card-area .card-item .card .card-content.content-second {
    display: none;
  }

  .card-area .card-item .card .card-title h1 {
    font-size: 16px;
  }

  .card-area .card-item .card .card-title .short-info {
    font-size: 12px;
  }

  .card-area .card-item .card .card-title .zq-product-img {
    margin: 4px auto;
  }

  .card-area .card-item .card .card-content {
    height: 340px;
  }

  .card-area .card-item .card .card-content.content-first .content-first-list {
    margin: 20px 0;
    height: 300px;
  }

  .card-area .card-item .card .card-content.content-first .content-first-list.first {
    display: none;
  }

  .card-area .card-item .card .card-content.content-first .content-first-list li {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .card-area .card-item .card .card-content.content-first .content-first-list.bnv li {
    margin-bottom: 10px;
  }

  .card-area .card-item .card .card-content.content-first .wap-word {
    display: block;
  }

  .evaluate {
    background: none;
  }

  .evaluate .title-box .tit span {
    color: #333;
    border-bottom: 1px solid #333;
  }

  .card-area .card-item+.card-item {
    margin-left: 0;
    margin-bottom: 1px
  }


  .anli .card-deck .card.bottom {
    margin-top: 0;
  }

  .chose .choose-list .item {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 50%;
    height: 120px;
  }

  .chose .choose-list .item .item-icon {
    width: 35px;
    height: 40px;
    margin-left: 5px;
  }

  .chose .choose-list .item .item-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -10%;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }

  .chose .choose-list .item .c-word {
    flex: 1;
    margin-top: 15px;
    padding: 0 10px;
    text-align: left;
  }

  .chose .choose-list .item .c-word.top {
    margin-top: 25px;
  }

  .chose .choose-list .item .c-word {
    font-size: 14px;
  }

  .carousel .lkm {
    display: block;
  }

  .carousel .xd {
    display: none;
  }

  .chose .choose-list {
    background: url(../img/choose.jpg) no-repeat 70%/30%;
    background-size: cover;
  }

  .chose .choose-list .item .c-word .tiao {
    font-size: 14px;
  }


}