/**

 @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%;
/*    left: 100%;*/
    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;
  padding: 0 1.3rem;
  line-height: 50px;
  text-align: center;
}

.nav .item .lk.cur {
  color: #ab2421;
}

.nav .nav-logo {
  display: none;
}

.nav .item .lk {
  display: block;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.nav .item .slide-nav {
  display: none;
  position: absolute;
  top: 48px;
  left: 50%;
  right: 0;
  width: 216px;
  margin-left: -103px;
  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%;
  height: 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;
}

.carousel-item {
  height: inherit;
/*  max-height: 440px;*/
}


/* 专业翻译 */

.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;
  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 {
  height: 415px;
  padding: 30px 15px 15px;
}

.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 .tt-box {
  position: relative;
  display: table;
  height: 110px;
}

.swiper-slide .slide-card .tt-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../img/kuang.png) no-repeat left;
}

.swiper-slide .slide-card .card-title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 0 20px;
  text-align: left;
}

.swiper-slide .slide-card .card-title p {
  font-size: 12px;
}

.swiper-slide .slide-card .word-grup {
  margin-top: 30px;
  margin-bottom: 20px;
}

.swiper-slide .slide-card .card-text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  flex-direction: column;
}

/* chose */

.chose {
  width: 100%;
  margin: 30px 0;
}

.chose .title-box {
  text-align: center;
}

.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: 280px;
}

.chose .choose-list .item .item-icon {
  position: relative;
  width: 65px;
  height: 65px;
  margin: 75px 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;
  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 .card-text .text-muted:after {
  content:'';
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ab2421;
}

.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-deck .card .btn {
  width: 50%;
  margin: 0 auto 30px;
  background: #ab2421;
  color: #fff;
}

.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;
}

.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;
}


.service .card-group {
  margin-bottom: 30px;
}

.service .card-group .card-body {
  width: 100%;
}

.service .card-group .card-body .card-text {
  position: relative;
  margin-left: 15px;
  font-size: 16px;
}
.service .card-group .card-body .card-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #ab2421;
  border-radius: 50%;
}
.service .card-group .card-body .card-text a {
  color: #333;
}

.service .card .title-wrapper {
  position: relative;
  width: 100%;
}

.service .card .title-wrapper.one {
  background: url(../img/xm1.jpg) no-repeat;
}
.service .card .title-wrapper.two {
  background: url(../img/xm2.jpg) no-repeat;
}
.service .card .title-wrapper.thre {
  background: url(../img/xm3.jpg) no-repeat;
}

.service .card .title-wrapper .card-title {
  margin-bottom: 0;
  line-height: 100px;
  font-size: 24px;
  text-align: center;
}
.service .card .title-wrapper .card-title a {
  color: #fff;
}



/* 企业合作 */

.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;
}

/* 底部 */

.foot {
  width: 100%;
  height: auto;
  background: url(../img/foot-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.foot .wrap {
  margin: 30px auto;
}

.foot .company-slogan {
  margin: 20px 0;
  padding-bottom: 20px;
  color: #fff;
  border-bottom: 1px dashed #444;
}

.foot .company-slogan .tit, .foot .company-slogan .y-tit {
  text-align: center;
}

.foot .company-slogan .tit {
  font-size: 1.6rem;
}

.foot .company-slogan .y-tit {
  font-size: 1.4rem;
  color: #eee;
}

.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;
  width: calc(100% - 350px);
  margin-left: 15px;
}

.foot .image-word .right {
  float: right;
  margin-right: 15px;
  width: 320px;
}

.foot .image-word .right .foot-logo {
  margin-top: 15px;
}

.foot .image-word .right .foot-logo img {
  width: 100%;
}

.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: 26px;
  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: 170px;
  }
  .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: 20px 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;
    width: 100%;
  }
  .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: 175px;
  }
  .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;
  }
 
  .evaluate {
    background: none;
  }
  .evaluate .title-box .tit span {
    color: #333;
    border-bottom: 1px solid #333;
  }
  .anli .card-deck .card.bottom {
    margin-top: 0;
  }
  .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;
  }
}