/**

 @Author: mr.qiu
 @show: layui.com

 */

html, body {
  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 {
  vertical-align: middle;
}

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 .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, .nav .item .lk.cur {
  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 .m-logo img {
  width: 100%;
}

.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 .slide-logo img {
  width: 100%;
}

.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: 80%;
  height: 100%;
  background: #fff;
}

.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 .jiao {
  background: url(../img/jiao.png) no-repeat right;
  background-position: 90%;
}

.model-nav-wrap .left-slide .m-item .jiao.cur {
  background: url(../img/red-jiao.png) no-repeat right;
  background-position: 90%;
  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;
}

@media screen {
  .carousel-item {
    transition: transform 6s ease-in-out !important;
  }
}

.toggle {
  width: 100%;
  margin-top: 14.5rem;
  height: 320px;
}

.toggle_about {
  background: url(../img/about-bg.jpg) no-repeat 34%/255%;
  background-size: cover;
}

.toggle_anli {
  background: url(../img/anli.jpg) no-repeat 28%/255%;
  background-size: cover;
}

.toggle_contact {
  background: url(../img/contact.jpg) no-repeat 34%/255%;
  background-size: cover;
}

.toggle_fy {
  background: url(../img/fy.jpg) no-repeat 50%/255%;
  background-size: cover;
}

.toggle_news {
  margin-top: 16.5rem;
  background: url(../img/news.jpg) no-repeat 28%/255%;
  background-size: cover;
}

.toggle_offer {
  background: url(../img/offer.jpg) no-repeat 63%/255%;
  background-size: cover;
}

.toggle_zyly {
  background: url(../img/zyly.jpg) no-repeat 31%/255%;
  background-size: cover;
}

.toggle_fwxm {
  background: url(../img/fwxm.jpg) no-repeat 65%/255%;
  background-size: cover;
}

/* about */

.about {
  width: 100%;
}

.about .title-box {
  margin-top: 1.5rem;
  text-align: center;
}

.about .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.about .title-box .tit span {
  display: inline-block;
  color: #373d41;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #373d41;
}

.about .title-box .sup-tit {
  font-size: 16px;
  color: #44484a;
}

.about-body {
  width: 100%;
  margin-top: 30px;
}

.about-img-box {
  position: relative;
  /*height: 100%;*/
  padding: 15px 0;
  background: #f0f0f0;
}

.about-img-box .muted {
  display: inline-block;
  width: 58%;
  font-size: 19px;
  margin-left: 3rem;
  line-height: 2.3rem;
  margin-top: 1rem;
  text-indent: 2em;
}

.about-img-box .about-img {
  position: absolute;
  top: 17%;
  right: 3rem;
}

.about-img-box .about-img img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.about-body .team {
  margin-top: 30px;
  font-size: 16px;
}

.about-body .team img {
  float: left;
  margin: 30px 30px 0 0;
}

.about-body .team-right {
  margin-bottom: 30px;
}

.about-body .team-right img {
  float: right;
  margin: 0 0 0 30px;
}

.about-body .team .text-d ,
.about-body .important .text-d  {
  position: relative;
}

.about-body .team .text-d:after ,
.about-body .important .text-d:after {
  display: inline-block;
  content:'';
  position: absolute;
  top: 10px;
  left: -15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ab2421;
}

/* 服务项目页面 */
.servise .card {
  margin: 0 0 30px;
}

.servise .card.no-border {
  margin-top: 30px;
  border: none;
}

.servise .card .title-wrapper {
  position: relative;
  width: 100%;
}

.servise .card .title-wrapper.one {
  background: url(../img/xm1.jpg) no-repeat;
}
.servise .card .title-wrapper.two {
  background: url(../img/xm2.jpg) no-repeat;
}
.servise .card .title-wrapper.thre {
  background: url(../img/xm3.jpg) no-repeat;
}

.servise .card .title-wrapper .card-title {
  margin-bottom: 0;
  line-height: 100px;
  font-size: 24px;
  text-align: center;
}
.servise .card .title-wrapper .card-title a {
  color: #fff;
}

.servise .card .img-box {
  position: relative;
  height: 250px;
  z-index: 0;
}

.servise .card a {
  color: #333;
}

.servise .card .img-box img {
  height: 250px;
}

.servise .card .img-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 250px;
  border: 2px solid #ab2421;
  box-sizing: border-box;
  z-index: -1;
}

.servise .card .card-body .card-title {
  color: #ab2421;
  font-size: 24px;
  font-weight: 600;
}

.servise .card .card-body .card-text {
  position: relative;
  margin-left: 15px;
  line-height: 30px;
}
.servise .card-group .card-body .card-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #ab2421;
  border-radius: 50%;
}

/* 服务项目内页 */

.servise-content {
  margin: 30px 0;
  padding: 0 15px;
}

.servise-content .servise-ny-pc {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.servise-content .servise-ny-nav {
  width: 220px;
  max-height: 680px;
  border: 1px solid #ddd;
  background: #f5f5f5;
}

.servise-content .servise-ny-nav.max-sd {
  max-height: 452px;
}

.servise-content .servise-ny-nav .lk {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.servise-content .servise-ny-nav .lk.cur {
  background: #ab2421;
  color: #fff;
}

.servise-content .servise-ny-nav .lk:last-child {
  border: none;
}

.servise-content .content-list {
  flex: 1;
  margin-left: 45px;
  margin-top: 15px;
}

.servise-content .content-list .servise-content-body {
  display: none;
}

.servise-content .content-list .servise-content-info {
  font-size: 16px;
  color: #333;
  text-indent: 2em;
}

.servise-content .content-list .servise-content-info.s-right {
  text-align: right;
}

/* yidong */

.wap-container {
  display: none;
  width: 100%;
  padding: 0 15px;
}

.swiper1 {
  width: 100%;
  background: #f5f5f5;
}

.swiper1 .selected {
  background: #ab2421;
  color: #fff;
}

.swiper1 .swiper-slide {
  width: 33.33%;
  text-align: center;
  font-size: 16px;
  height: 50px;
  /* 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;
  cursor: pointer;
}

.swiper1 .svge {
  width: 60%;
  text-align: center;
  font-size: 16px;
  height: 50px;
  /* 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;
  cursor: pointer;
}

.swiper1.anli-box .swiper-slide {
  width: 5%;
}

.swiper2 {
  width: 100%;
}

.swiper2 .swiper-slide {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding: 0 15px;
  line-height: 30px;
  color: #333;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

.swiper2 .swiper-slide .wap {
  margin-top: 30px;
}

.swiper2 .swiper-slide .wap .wap-content-title {
  text-indent: 2em;
  margin-bottom: 0;
}

.swiper2 .swiper-slide .wap .wap-content-info {
  text-indent: 0;
  margin-bottom: 0;
}

/* --------------客户案例页面------------------------- */

.breadcrumb {
  margin-bottom: 0;
  padding: .75rem .3rem;
  background: none;
  border-bottom: 1px dashed #eee;
}

.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: #333;
}

.breadcrumb .breadcrumb-item.active {
  color: #ab2421;
}

/* anli */

.anli {
  margin: 0 0 1.5rem;
  padding: 0 15px;
}

.anli .title-box {
  margin-top: 1.5rem;
  text-align: center;
}

.anli .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.anli .title-box .tit span {
  display: inline-block;
  color: #373d41;
  padding-bottom: 5px;
  font-weight: 600;
  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;
}

/* 一站式 */

.one-stop {
  margin: 15px 0 30px;
  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;
  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;
}

.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-deck .card .btn {
  width: 50%;
  margin: 0 auto 30px;
  background: #ab2421;
  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;
  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;
}

.hezuo .item img {
  width: 100%;
}

/* 专业领域 */

.profession .card {
  border: none;
}

.profession .card-1 {
  background: url(../img/pro1.jpg) no-repeat;
  background-size: cover;
}

.profession .card-2 {
  background: url(../img/pro2.jpg) no-repeat;
  background-size: cover;
}

.profession .card-3 {
  background: url(../img/pro3.jpg) no-repeat;
  background-size: cover;
}

.profession .card-4 {
  background: url(../img/pro4.jpg) no-repeat;
  background-size: cover;
}

.profession .card-5 {
  background: url(../img/pro5.jpg) no-repeat;
  background-size: cover;
}

.profession .card-6 {
  background: url(../img/pro6.jpg) no-repeat;
  background-size: cover;
}

.profession .card-7 {
  background: url(../img/pro7.jpg) no-repeat;
  background-size: cover;
}

.profession .card-8 {
  background: url(../img/pro8.jpg) no-repeat;
  background-size: cover;
}

.profession .card-9 {
  background: url(../img/pro9.jpg) no-repeat;
  background-size: cover;
}

.profession .card-10 {
  background: url(../img/pro10.jpg) no-repeat;
  background-size: cover;
}

.profession .card-11 {
  background: url(../img/pro11.jpg) no-repeat;
  background-size: cover;
}

.profession .card-12 {
  background: url(../img/pro12.jpg) no-repeat;
  background-size: cover;
}

.profession .card-13 {
  background: url(../img/pro13.jpg) no-repeat;
  background-size: cover;
}

.profession .card-14 {
  background: url(../img/pro14.jpg) no-repeat;
  background-size: cover;
}

.profession .card .tt-box {
  position: relative;
  display: table;
  height: 110px;
}

.profession .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;
}

.profession .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;
}

.profession .card .card-title p {
  font-size: 12px;
}

.profession .card .word-grup {
  margin-top: 30px;
  margin-bottom: 30px;
}

.profession .card .card-text {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.profession .card .card-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

/* 专业领域内页 */

.pro-content {
  width: 100%;
  margin-top: 30px;
}

.pro-content .card {
  border: none;
  box-shadow: 1px 1px 30px 1px #eee;
}

.pro-content .card .pro-img {
  width: 100px;
  height: 100px;
  margin: 30px auto 0;
}

.pro-content .card .card-body .card-title {
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding-top: 15px;
}

.pro-content .card .card-body .card-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30%;
  margin-left: -15%;
  height: 1px;
  background: #eee;
}

.pro-content .row-cols-lg-4>* {
  flex: 0 0 20%;
  max-width: 20%;
  margin-right: 80px;
}

.pro-content .row-cols-lg-4>*:last-child {
  margin-right: 0;
}

.pro-content .pro-word {
  width: 100%;
  padding: 0 15px;
}

.pro-content .pro-word .word-info {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-indent: 2em;
}

.term {
  margin-top: 50px;
  padding: 0 15px;
}

.term .title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #ab2421;
}

.tran-table {
  width: 100%;
}

.tran-table .table-head {
  width: 100%;
  font-size: 20px;
  line-height: 49px;
  text-align: center;
  background: #ab2421;
  color: #fff;
  border-top: 1px solid #ab2421;
  border-left: 1px solid #ab2421;
  border-right: 1px solid #ab2421;
}

.tran-table .table-bordered td {
  padding: .75rem .15rem;
  border: 1px solid #ab2421;
  text-align: center;
  vertical-align: middle;
}

.tran-table .table-bordered td.color {
  background: #efd2d0;
}

.tran-table .table-bordered td.padding {
  width: 24%;
}

/* .tran-img .img-box  {
  overflow-x: scroll;
}
 */

.term .term-list {
  font-size: 16px;
  color: #333;
  line-height: 45px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.term .term-list:nth-child(odd) {
  background: #f4f4f4;
}

.term .term-list:nth-child(even) {
  background: #f8f8f8;
}

.term .term-list .num-item {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #333;
  line-height: 45px;
  background: #dfdfdf;
}

.quality-commitment {
  width: 100%;
}

.quality-commitment .quality-commitment-item {
  font-size: 16px;
  line-height: 30px;
}



.specialties-info .info-item img  {
  float: left;
  margin-right: 30px;
  width: 500px;
  height: 337px;
}

/* ---------------保密协议------------------ */

.translation {
  width: 100%;
  padding: 0 15px;
}

.translation .title {
  font-size: 18px;
  color: #ab2421;
  line-height: 30px;
}

.translation .translation-body {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

.translation .translation-body .tran-list {
  padding-right: 30px;
}

.translation .translation-body .tran-list .tran-item {
  margin-bottom: .4rem;
}

.translation .translation-body .tran-img {
  position: relative;
  width: 520px;
  margin-top: 60px;
  z-index: 1;
}

.translation .translation-body .tran-img img {
  height: 130px;
}

.translation .translation-body .tran-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 100%;
  height: 130px;
  margin-top: -15px;
  border: 3px solid #cfcfcf;
  z-index: -1;
}

/* -------------翻译流程------------- */

.process {
  margin-top: 30px;
}

.process img {
  width: 100%;
}

.process-item {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 15px 30px;
  border-bottom: 1px dashed #ddd;
}

.process-item:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.process-item .p-item-img {
  width: 360px;
}

.process-item .p-item-img img {
  height: 100%;
}

.process-item .p-item-info {
  flex: 1;
  margin-left: 15px;
}

.process-item .p-item-info .title-num {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ab2421;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
}

.process-item .p-item-info .title {
  margin-left: 15px;
  font-size: 24px;
  color: #ab2421;
}

.process-item .p-item-info .item-info {
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
}

/* -------------翻译实力------------- */

.strength {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.strength .str-second {
  margin-top: 30px;
}

/* --------------  严格质控 ----------------------- */

.strict-wrapper .card {
  width: 270px;
  margin: 0 auto;
  border: none;
}

.strict-wrapper .card-body .card-title {
  text-align: center;
  color: #333;
}

/* =======================anlineiye ------------*/

.anli_ny {
  width: 100%;
}

.anli_ny .anli-first {
  margin-bottom: 30px;
}

.anli_ny .anli-first .no-padding {
  padding: 0;
}

.anli_ny .m-top {
  margin-top: 30px;
}

.anli_ny .anli-first .title {
  height: 50px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  background: url(../img/lr-bian.png) no-repeat center;
}

.anli_ny .list-numb {
  margin-bottom: 0;
  line-height: 27px;
}


.anli_ny .top-yu img {
  float: left;
  margin-right: 30px;
  width: 380px;
  margin-bottom: .5rem;
}

.anli_ny .top-yu .lib-list {
  width: calc(100% - 400px);
}

/* -----------------   联系我们   ------------- */

.contact {
  width: 100%;
  margin-top: 1.5rem;
}

.contact .top {
  margin-top: 15px;
}

.contact .title {
  padding: 3px 0 3px 33px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  background: url(../img/address-icon.png) no-repeat left;
  background-size: 3% 50%;
}

.contact .contact-message {
  padding-left: 33px;
}

.contact .contact-message .mesage {
  line-height: 30px;
}

.contact .border-bottom {
  border-bottom: 1px dashed #eee !important;
}

.c-form {
  margin-bottom: 30px;
  padding: 0 15px;
}

.c-form .online-box {
  max-width: 1200px;
  /*height: 100%;*/
  padding: 30px 80px;
  box-shadow: 1px 1px 10px 1px #eee;
}

.c-form .online-box .top {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.c-form .online-box .top input {
  display: block;
  width: 30%;
  height: 45px;
  padding-left: 15px;
  background: #f7f7f7;
}

.c-form .online-box .middle input {
  display: block;
  width: 100%;
  height: 45px;
  margin-top: 30px;
  padding-left: 15px;
  background: #f7f7f7;
}

.c-form .online-box .bottom textarea {
  width: 100%;
  height: 120px;
  margin-top: 30px;
  padding-left: 15px;
  background: #f7f7f7;
  border: none;
}

.c-form .online-box .send {
  display: block;
  width: 120px;
  margin: 25px auto 0;
  background: #ab2421;
  color: #fff;
  text-align: center;
  line-height: 40px;
  outline: none;
  ;
  border: none;
  border-radius: 5px;
}

/* 合作客户 */

.together {
  padding: 0 15px;
}

.zmkh h2 {
  width: 100%;
  text-align: center;
}

.zmkh h2 strong {
  font-size: 16px;
}

.zmkh dl {
  width: 20%;
  margin-bottom: 10px;
  text-align: center;
  float: left
}

.zmkh dl dt {
  height: 50px;
  line-height: 50px;
}

.zmkh dl dt img {
  vertical-align: middle
}

.zmkh dl dd {
  height: 50px;
  padding-top: 20px;
}

/* ----------------   kouyufanyi      ------------- */

.ny-server-top {
  background: #eaeaea;
  overflow: hidden;
}

.ny-server-top .m-s {
  margin: 30px 0;
  background: #fff;
}

.ny-server-top .m-s .tit-box {
  float: left;
  width: 90px;
  height: 385px;
  background: #ab2421;
}

.ny-server-top .m-s .title {
  height: 100%;
  color: #fff;
  writing-mode: vertical-rl;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-rl;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  text-align: center;
  letter-spacing: 15px;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  /* align-content: center; */
  /* vertical-align: middle; */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.ny-server-top .m-s .tit-info {
  margin-left: 90px;
  height: 385px;
  padding: 35px 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.ny-server-top .m-s .tit-info .mit-tit, .ny-server-top .m-s .tit-info .mail {
  font-size: 16px;
  color: #333;
}

.ny-server-top .m-s .tit-info .mail {
  margin-top: 30px;
  line-height: 37px;
}

.ny-server img {
  width: 100%;
}
.ny-server .services-box {
  padding: 0 15px;
}
.ny-server .services-box:nth-child(1) {
  margin-top: 30px;
}

.ny-server .services-box .title {
  font-size: 24px;
  text-align: center;
}

.ny-server .services-box .title-info {
  font-size: 16px;
}

.ny-server .jchy {
  width: 100%;
  margin-top: 1.5rem;
}

.ny-server .jchy .border-bottom {
  border-bottom: 1px dashed #ddd !important;
}

.ny-server .jchy .title {
  color: #ab2421;
  font-size: 24px;
  font-weight: 600;
}

.ny-server .jchy .tit-in {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.ny-server .jchy .sty {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.ny-server .jchy .word-text {
  line-height: 30px;
}

.ny-server .some-anli {
  width: 100%;
}

.ny-server .some-anli .title {
  color: #ab2421;
  font-size: 24px;
  font-weight: 600;
}

.ny-server .some-anli .row {
  padding: 0;
}

.ny-server .some-anli .row .some-anli-tit {
  text-align: center;
  line-height: 50px;
  color: #333;
}

.ny-server .some-anli .row .some-anli-tit:hover {
  color: #ab2421;
  cursor: pointer;
}

.ny-server .tscy {
  width: 100%;
  padding: 0 15px;
}

.ny-server .tscy .title {
  color: #ab2421;
  font-size: 24px;
  font-weight: 600;
}

.ny-server .tscy .tit-info {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.ny-server .some-anli .row .some_anli-tit {
  padding: 0 20px;
  text-align: center;
  line-height: 30px;
  color: #333;
}

.ny-server .some-anli .row .one-tit {
  margin-top: 15px;
  font-size: 24px;
  text-align: center;
}

.ny-server .another {
  width: 100%;
  padding: 0 15px;
  margin-top: 30px;
}

.ny-server .another .title {
  color: #ab2421;
  font-size: 24px;
}

.ny-server .another .another-bg {
  max-width: 1200px;
  padding: 70px 30px;
  background: url(../img/another-bg.jpg) no-repeat center;
  background-size: cover;
}

.ny-server .another .yuan-style {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 600;
  padding-left: 15px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ny-server .another .yuan-style:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 48%;
  left: 0;
  border-radius: 50%;
  background: #ab2421;
}

/* ----------- 语种报价  ------------- */

.offer {
  margin-bottom: 30px;
}

.offer .tit {
  font-size: 24px;
  text-align: center;
}

.offer .row ul {
  margin-left: 30px;
  padding-left: 15px;
}

.offer .row ul .item {
  position: relative;
  height: 45px;
  padding-left: 15px;
  line-height: 45px;
}


.offer .row ul.guojia1 .item  i,
.offer .row ul.guojia2 .item  i,
.offer .row ul.guojia3 .item  i,
.offer .row ul.guojia4 .item  i,
.offer .row ul.guojia5 .item  i {
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 45px;
  height: 45px;
  transform: scale(.6);
}

.offer .row ul.guojia1 .item  .sp {
  background: url(../img/guojia1.png) no-repeat;
}
.offer .row ul.guojia2 .item  .sp {
  background: url(../img/guojia2.png) no-repeat;
}
.offer .row ul.guojia3 .item  .sp {
  background: url(../img/guojia3.png) no-repeat;
}
.offer .row ul.guojia4 .item  .sp {
  background: url(../img/guojia4.png) no-repeat;
}
.offer .row ul.guojia5 .item  .sp {
  background: url(../img/guojia5.png) no-repeat;
}

.offer .row ul.guojia1 .item  .sprit1 {
  background-position: -10px -10px;
}
.offer .row ul.guojia1 .item  .sprit2 {
  background-position: -75px -10px;
}
.offer .row ul.guojia1 .item  .sprit3 {
  background-position: -10px -75px;
}
.offer .row ul.guojia1 .item  .sprit4 {
  background-position: -75px -75px;
}
.offer .row ul.guojia1 .item  .sprit5 {
  background-position: -140px -10px;
}
.offer .row ul.guojia1 .item  .sprit6 {
  background-position: -140px -75px;
}
.offer .row ul.guojia1 .item  .sprit7 {
  background-position: -10px -140px;
}


.offer .row ul.guojia2 .item  .sprit1 {
  background-position: -10px -10px;
}
.offer .row ul.guojia2 .item  .sprit2 {
  background-position: -75px -10px;
}
.offer .row ul.guojia2 .item  .sprit3 {
  background-position: -10px -75px;
}
.offer .row ul.guojia2 .item  .sprit4 {
  background-position: -75px -75px;
}
.offer .row ul.guojia2 .item  .sprit5 {
  background-position: -140px -10px;
}
.offer .row ul.guojia2 .item  .sprit6 {
  background-position: -140px -75px;
}
.offer .row ul.guojia2 .item  .sprit7 {
  background-position: -10px -140px;
}


.offer .row ul.guojia3 .item  .sprit1 {
  background-position: -10px -10px;
}
.offer .row ul.guojia3 .item  .sprit2 {
  background-position: -75px -10px;
}
.offer .row ul.guojia3 .item  .sprit3 {
  background-position: -10px -75px;
}
.offer .row ul.guojia3 .item  .sprit4 {
  background-position: -75px -75px;
}
.offer .row ul.guojia3 .item  .sprit5 {
  background-position: -140px -10px;
}
.offer .row ul.guojia3 .item  .sprit6 {
  background-position: -140px -75px;
}
.offer .row ul.guojia3 .item  .sprit7 {
  background-position: -10px -140px;
}

.offer .row ul.guojia4 .item  .sprit1 {
  background-position: -10px -10px;
}
.offer .row ul.guojia4 .item  .sprit2 {
  background-position: -75px -10px;
}
.offer .row ul.guojia4 .item  .sprit3 {
  background-position: -10px -75px;
}
.offer .row ul.guojia4 .item  .sprit4 {
  background-position: -75px -75px;
}
.offer .row ul.guojia4 .item  .sprit5 {
  background-position: -140px -10px;
}
.offer .row ul.guojia4 .item  .sprit6 {
  background-position: -140px -75px;
}
.offer .row ul.guojia4 .item  .sprit7 {
  background-position: -10px -140px;
}

.offer .row ul.guojia5 .item  .sprit1 {
  background-position: -10px -10px;
}
.offer .row ul.guojia5 .item  .sprit2 {
  background-position: -75px -10px;
}
.offer .row ul.guojia5 .item  .sprit3 {
  background-position: -10px -75px;
}
.offer .row ul.guojia5 .item  .sprit4 {
  background-position: -75px -75px;
}
.offer .row ul.guojia5 .item  .sprit5 {
  background-position: -140px -10px;
}
.offer .row ul.guojia5 .item  .sprit6 {
  background-position: -140px -75px;
}
.offer .row ul.guojia5 .item  .sprit7 {
  background-position: -10px -140px;
}




.offer .h-money {
  margin-top: 30px;
}

.offer .h-money .for-free {
  font-size: 24px;
  font-weight: 600;
}


.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
  position: relative;
  min-height: 1px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}
@media (max-width: 1200px) {
  .offer .row ul {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col-xs-1-5 {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .col-xs-1-5 {
    width: 50%;
  }
}

/* --------客户评价------------- */

.ny-evaluate {
  margin-bottom: 30px;
  padding: 0 15px;
}

.ny-evaluate .eva-item, .ny-evaluate .e-mail {
  margin-top: 15px;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  color: #595c5f;
  line-height: 30px;
  box-shadow: 1px 1px 10px 1px #eee;
}

.ny-evaluate .eva-item .k_info, .ny-evaluate .e-mail .k_info {
  text-indent: 2em;
}

.ny-evaluate .eva-item, .ny-evaluate .e-mail .text-right {
  display: block;
  text-align: right;
}

.ny-evaluate .eva-item .d-left {
  text-align: left;
}

.ny-evaluate .eva-item .client-img {
  display: block;
  max-width: 630px;
  margin: 0 auto;
}

.ny-evaluate .eva-item .cup {
  font-size: 16px;
  text-align: right;
}

.ny-evaluate .eva-item .company {
  padding-left: 10%;
  color: #333;
  font-size: 16px;
}

.ny-evaluate .eva-item .specia {
  color: #ab2421;
  font-size: 24px;
}

.ny-evaluate .eva-item .color-red {
  font-size: 16px;
  color: #ab2421
}

/* -----------翻译报价 -------------- */

.servise-content .servise-ny-nav.offer-box {
  max-height: 140px;
}

.servise-content .servise-content-body .tit {
  font-size: 20px;
  text-align: center;
  color: #ab2421;
}

.wap-container .swiper-slide .tit {
  font-size: 20px;
  text-align: center;
  color: #ab2421;
}

.wap-container .swiper-wrapper {
  height: 100% !important;
}

.wap-container .swiper-slide .servise-content-info {
  font-size: 14px;
  margin-bottom: 0;
}

.wap-container .swiper-slide .syu-img {
  width: 100%;
  overflow-x: auto;
}

.wap-container .swiper-slide .syu-img img {
  display: block;
  width: 580px;
}

.chose {
  width: 100%;
}

.chose .title-box {
  margin-top: 1.5rem;
  text-align: center;
}

.chose .title-box .y-tit {
  font-size: 32px;
  color: #d2d2d2;
}

.chose .title-box .tit span {
  display: inline-block;
  color: #373d41;
  padding-bottom: 5px;
  border-bottom: 1px solid #373d41;
}

.evaluate {
  padding: 1.5rem .75rem 0;
  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;
  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: 14px;
  line-height: 40px;
  color: #595c5f;
  text-indent: 2em;
}

.flag {
  margin-top: 1.5rem;
  text-align: right;
}

.servise-content-body .money-table {
  width: 905px;
  overflow-x: auto;
}

.servise-content-body .table-bordered {
  border: none;
}

.servise-content-body .money-table table td {
  padding: .75rem 0;
  vertical-align: middle;
}

/* 底部 */

.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 .tab-list .item {
  width: 100%;
  height: 40px;
}

.foot .tab-list .item.vb {
  margin-top: 40px;
}

.foot .tab-list .item .tit, .foot .tab-list .item .info {
  display: inline-block;
  line-height: 40px;
  margin-bottom: 0;
  color: #fff;
}

.foot .tab-list .item .tit {
  font-size: 16px;
  color: #fff;
}

.foot .tab-list .item .info {
  margin-left: 30px;
  font-size: 14px;
  color: #ababab;
}

.foot .tab-list .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 .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;
  }
  .pro-content .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 0;
  }
  .translation .translation-body {
    flex-direction: column;
  }
  .translation .title {
    font-size: 20px;
  }
  .translation .translation-body .tran-img, .translation .translation-body .tran-list {
    max-width: 100%;
    margin: 30px auto 0;
  }
  .translation .translation-body .tran-list .tran-item {
    margin-bottom: 1rem;
  }
  .translation .translation-body .tran-img {
    width: 240px;
  }
  .fy {
    display: none;
  }
  /* 底部 */
  .tab-list {
    display: none;
  }
  .card-area {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .toggle {
    margin-top: 0;
  }
  .row {
    padding: 0 15px;
    margin: 0;
  }
  .process-item {
    padding: 0 15px 15px;
  }
  .process-item .p-item-img {
    display: none;
  }
  .process-item .p-item-info {
    margin-left: 0;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .translation .translation-body .tran-list {
    padding-right: 0;
  }
  .foot .left .address .message {
    font-size: 16px;
  }
  .foot .left .address .tit {
    font-size: 20px;
  }
}

@media (max-width:1043px) {
  .about-body {
    margin-top: 0;
    padding: 0 15px;
  }
  .about-img {
    position: static !important;
    width: 100%;
    margin: 0 auto;
  }
  .about-info {
    float: right;
  }
  .about-info .muted {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 0;
  }
  .about-img-box {
    background: none;
  }
  .about-body .team {
    margin-top: .75rem;
  }
  .about-body .team .text-d, .about-body .important .text-d {
    margin-left: 0;
  }
  .about-body .team .text-d .yuan, .about-body .important .text-d .yuan {
    display: none;
  }
}

@media screen and (max-width:1192px) and (min-width:768px) {
  .model-nav-wrap .model .m-logo {
    width: 580px;
  }
  .model-nav-wrap {
    display: block;
  }
  .about-img-box .muted {
    width: calc(100%-400px);
    margin-left: 1.5rem;
  }
  .servise .card {
    margin-left: 15px;
  }
  .strict-wrapper .card {
    width: 230px;
  }
  .our-flag .vbmsd {
    margin: 19px auto;
  }

  .about-img img {
    display: block !important;
    margin: 0 auto;
  }
}

@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;
  }
  .ny-server .jchy .title, .ny-server .jchy .tit-in {
    padding: 0 15px;
  }
  .ny-server .some-anli .title {
    padding: 0 15px;
  }
}

@media screen and (max-width:767px) {
  h1, h2 {
    font-size: 1.3rem !important;
  }
  .servise-breadcrumb {
    margin-top: 0;
  }
  .model-nav-wrap .model {
    height: 50px;
    margin: 10px 0;
  }
  .process-item .p-item-info .title {
    font-size: 1.3rem;
  }
  .process-item .p-item-info .title-num {
    width: 25px;
    height: 25px;
    background-color: #ab2421;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
  }
  .model-nav-wrap .model .m-logo {
    width: 233px;
    margin-top: 5px;
  }
  .model-nav-wrap .model .brand {
    width: 40px;
    margin-top: 5px;
  }
  .hezuo .item {
    width: 33.33%;
  }
  .hezuo .item.none {
    display: none;
  }
  .about {
    margin: 0 0 1.5rem;
  }
  .about-body .our-flag {
    width: 100%;
  }
  .servise {
    margin: 0 15px;
  }
  .servise .card:nth-child(odd) {
    margin-left: 0;
  }
  .servise .card {
    margin: 30px 0;
    border: none;
  }
  .servise .card .img-box {
    margin-left: 15px;
  }
  .servise .card .card-body {
    padding: 1.25rem 0;
  }
  .servise .card .card-body .card-title {
    margin-top: 15px;
    font-size: 22px;
    text-align: center;
  }
  .profession .row-cols-1>* {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
  }
  .pro-content .card .pro-img {
    margin: 20px auto 0;
  }
  .pro-content .row-cols-1>* {
    -ms-flex: 0 0 49%;
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0;
    margin-right: 34px;
  }
  .pro-content .card .card-body {
    padding: 1.25rem 0 1rem;
  }
  .pro-content .row-cols-1>*:nth-child(even) {
    margin-right: 0;
  }
  .profession .card .card-body {
    padding: 1.25rem .5rem;
  }
  .profession .card .word-grup {
    margin-bottom: 30px;
  }
  .servise-content {
    margin: 0;
    padding: 0;
  }
  .wap-container {
    display: block;
    padding: 0;
  }
  .servise-ny-pc_box {
    display: none;
  }
  .translation .translation-body .tran-img {
    margin: 0 0 15px 10px;
  }
  .translation .translation-body .tran-list {
    max-width: 100%;
    margin: 0 0 15px 10px;
  }
  .contact .border-show {
    border-bottom: 1px dashed #eee !important;
  }
  .c-form .online-box {
    padding: 15px 15px;
  }
  .c-form .online-box .top {
    display: block;
  }
  .c-form .online-box .top input {
    width: 100%;
    margin-top: 25px;
  }
  .c-form .online-box .top input:nth-child(1) {
    margin-top: 0;
  }
  .news .list-box .item a .news-img {
    width: 175px;
  }
  .news .list-box .item a .news-info {
    width: calc(100% - 190px);
  }
  .news .list-box .item .news-info .time {
    margin-top: 0;
  }
  .news .list-box .item .news-info .supit {
    margin-bottom: 0;
    line-height: 20px;
  }
  .nynews-tit-wrap .nynews-tip .lib.none {
    display: none;
  }
  .nynews-tit-wrap .nynews-tip {
    width: 360px;
  }
  .more-list .prev, .more-list .next {
    float: none;
    text-align: left;
    width: 100%;
  }
  .offer .offer-item {
    display: block;
    width: 100%;
  }
  .offer .offer-item .offer-item-num {
    width: 100%;
    border: 1px solid #eee;
  }
  .offer .offer-item .offer-item-num.bn {
    margin-top: 30px;
  }
  .together .hezuo-list .item {
    float: left;
    width: 33%;
  }
  .together .hezuo-list .item.none {
    display: none;
  }
  .more {
    display: block;
  }
  .toggle {
    height: 160px;
  }
  .contact .title {
    padding: 3px 0 3px 33px;
    font-size: 1.4rem;
    color: #333;
    background: url(../img/address-icon.png) no-repeat left;
    background-size: 5% 50%;
  }
  .strict-wrapper .card {
    width: 270px;
  }
  .about-body .important .suppot .important-left, .about-body .team .team-vb .team-right {
    display: block;
    width: 100%;
  }
  .about-body .important .suppot .team-img, .about-body .team .team-vb .team-img {
    display: block;
    margin: 0 auto;
  }
  .our-flag .vbmsd {
    margin: 8px auto;
  }
  .anli_ny .anli-first .title {
    background: none;
    border-bottom: 1px solid #eee;
  }
  .ny-server-top .m-s {
    margin: 0;
  }
  .ny-server-top .m-s .tit-box {
    float: none;
    width: 100%;
    height: 60px;
    background: #ab2421;
  }
  .ny-server-top .m-s .title {
    height: 100%;
    line-height: 60px;
    writing-mode: initial;
    text-align: center;
  }
  .ny-server-top .m-s .tit-info {
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 15px 15px 0;
    box-sizing: border-box;
    overflow: auto;
  }
  .ny-server-top .m-s .tit-info .mail {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .ny-server .jchy .title {
    margin-top: 30px;
  }
  .ny-server .another .another-bg {
    padding: 30px 0;
  }
  .breadcrumb {
    padding: .75rem 1.5rem
  }
  .zmkh dl {
    width: 33%;
  }

  .specialties-info .info-item img  {
    width: 100%;
    margin-right: 0;
  }

  .about-body .team img {
    width: 100%;
    margin: 30px 0;
  }

}