/**

 @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 {
  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 .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,
.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 .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: 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 .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;
  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;
}

.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%;
  margin-left: 3rem;
  line-height: 2.3rem;
  margin-top: 1rem;
  /*text-indent: 1em;*/
}

.about-img-box .about-img {
  position: absolute;
  bottom: -12%;
  right: -10px;
}

.about-img-box .about-img img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}



.about-body .team-img {
  width: 300px;
}

.about-body .team {
  margin-top: 60px;
}

.about-body .team .title {
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #ab2421;
}

.about-body .team .team-vb .team-img {
  display: inline-block;
  width: 290px;
  margin-top: 50px;
  vertical-align: top;
}

.about-body .team .team-vb .team-right {
  display: inline-block;
  width: calc(100% - 300px);
}

.about-body .team .first-duan {
  margin: 30px 0;
  font-size: 16px;
  color: #333;
  /*text-indent: 1em;*/
}

.about-body .team .text-d {
  margin-left: 25px;
  font-size: 16px;
  color: #333;
}

.about-body .important {
  margin-top: 30px;
}


.about-body .important .title {
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #ab2421;
}

.about-body .important .suppot {
  width: 100%;
}

.about-body .important .suppot .important-left {
  display: inline-block;
  width: calc(100% - 300px);
}

.about-body .important .suppot .team-img {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  margin-top: 30px;
}


.about-body .important .first-duan {
  margin: 30px 0;
  font-size: 16px;
  color: #333;
  text-indent: 1em;
}

.about-body .important .text-d {
  margin-left: 30px;
  font-size: 16px;
  color: #333;
}

.about-body .team .text-d .yuan,
.about-body .important .text-d .yuan {
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-right: 5px;
  background-color: #ab2421;
  border-radius: 50%;
}


.our-flag {
  width: 100%;
  height: 105px;
  padding: 0 15px;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  background: url(../img/tw.png) no-repeat center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.our-flag .vbmsd {
  margin: 30px auto;
}

.our-flag span {
  color: #fff;
  font-weight: 600;
}



/* 服务项目页面 */
/* .servise {
 
} */

.servise .card {
  margin: 60px 0;
  border: none;
}

.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 {
  line-height: 30px;
}

/* 服务项目内页 */
.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 .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;
  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;
}


/* 企业合作 */
.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;
}


/* 专业领域 */
.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 .card-title {
  height: 110px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 0 0 20px;
  background: url(../img/kuang.png) no-repeat left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profession .card .card-title p {
  font-size: 12px;
}

.profession .card .word-grup {
  margin-top: 30px;
  margin-bottom: 60px;
}

.profession .card .card-text {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-left: 45px;
}

.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;
}

/* ---------------保密协议------------------ */
.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;
  z-index: 1;
}

.translation .translation-body .tran-img:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 3px solid #cfcfcf;
  z-index: -1;
}


/* -------------翻译流程------------- */
.process {
  margin-top: 30px;
}

.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-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;
}

















/* -----------------   联系我们   ------------- */
.contact {
  width: 100%;
}

.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 {
  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;
}

/* ------- 新闻中心 ------------- */
.news {
  width: 100%;
  margin: 0 0 1.5rem;
  overflow: hidden;
}

.news .list-box .item {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px 1px #eee;
  ;
}

.news .list-box .item a {
  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: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -o-justify-content: start;
  justify-content: start;
  width: 100%;
  color: #333;
}

.news .list-box .item a .news-img {
  width: 300px;
}


.news .list-box .item a .news-info {
  float: right;
  /*width: calc(100% - 315px);*/
  width: calc(100% - 12px);
  margin-left: 15px;
}

.news .list-box .item .news-info .tit {
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .list-box .item .news-info .supit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.news .list-box .item .news-info .time {
  display: inline-block;
  margin-top: 15px;
  padding: 0 15px;
  background: #ab2421;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.fy {
  width: 100%;
}

.more {
  display: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  text-align: center;
  color: #999;
}

.pagination {
  display: block;
  width: 455px;
  padding: 0;
  margin: 30px auto;
}

.pagination .pag-item {
  display: inline;
}

.pagination .pag-item .lk {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius: 5px;
}

.pagination .pag-item .lk.active {
  background-color: #ab2421;
  color: white;
  border: 1px solid #ab2421;
}

.pagination .pag-item .lk:hover:not(.active) {
  background-color: #ddd;
}

/* 合作客户 */
.together {
  padding: 0 15px;
}

.together .hezuo-list {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

.together .hezuo-list .item {
  float: left;
  width: 20%;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* ------ 新闻详情------- */
.nynews-tit-wrap {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.nynews-tit-wrap:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -17.5px;
  width: 35px;
  height: 10px;
  background: #ab2421;
}

.nynews-tit-wrap .nynews-tit {
  font-size: 32px;
  text-align: center;
  color: #333;
}

.nynews-tit-wrap .nynews-tip {
  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;
  width: 500px;
  margin: 0 auto;
}

.nynews-tit-wrap .nynews-tip .lib {
  display: block;
  color: #666;
  font-size: 16px;
}

.ny-news-body {
  margin-top: 30px;
  padding: 0 15px;
}

.ny-news-body .body-info {
  text-indent: 2em;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.ny-news-body .ny-news--img {
  display: block;
  max-width: 600px;
  margin: 0 auto 30px;
}

.more-list {
  padding: 0 15px;
  color: #666;
}

.more-list>p {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more-list .prev {
  float: left;
}

.more-list .next {
  float: right;
  text-align: right;
}

.more-list .prev .lk,
.more-list .next .lk {
  color: #666;
}

.more-list .prev .lk:hover,
.more-list .next .lk:hover {
  text-decoration: underline !important;
  color: #ab2421;
}


/* ----------------   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 .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 {
  padding: 0 15px;
}

.offer .offer-sup_tit {
  text-indent: 2em;
}

.offer .offer-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;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.offer .offer-item .offer-item-num {
  width: 30%;
  border: 1px solid #eee;
}

.offer .offer-item .offer-item-num .title {
  text-align: center;
  font-size: 24px;
  background: #ab2421;
  padding: 10px 0;
  color: #fff;
}

.offer .offer-item .offer-item-num.lang {
  height: 575px;
  margin-top: 30px;
}

.offer .offer-item .offer-item-num.bn {
  height: 100%;
}

.offer .offer-item .offer-item-num.lang .title {
  background: #bd504d;
}

.offer .offer-item .offer-item-num .ade {
  text-align: center;
}

.offer .offer-item .offer-item-num .tyu {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.offer .offer-item .offer-item-num .money {
  font-size: 24px;
  text-align: center;
  color: #ab2421;
}

.offer .offer-item .offer-item-num .xq {
  width: 50%;
  margin: 0 auto;
  background: #ab2421;
  text-align: center;
  margin: 15px auto;
  padding: 10px 0;
}

.offer .offer-item .offer-item-num .xq a {
  color: #fff;
}

.offer .offer-item .offer-item-num .offer_img {
  display: block;
  max-width: 300px;
  margin: 30px auto;
}













/* --------客户评价------------- */
.ny-evaluate {
  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 .d-left {
  text-align: left;
}

.ny-evaluate .eva-item .cup {
  text-align: right;
}

/* -----------翻译报价 -------------- */

.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;
}

.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: 160px;
  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);
}



.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 .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;
  float:left;
}


.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;
}

.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;
  }


  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

}



@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;
  }

  .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);*/
	 width: calc(100% - 22px);
  }

  .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;
  }

  .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 {
    font-size: 14px;
  }

  .more {
    display: block;
  }

  .toggle {
    height: 160px;
  }

  .chose .choose-list {
    background: url(../img/choose.jpg) no-repeat 70%/30%;
    background-size: cover;
  }

  .chose .choose-list .item .c-word.top {
    margin-top: 25px;
  }

  .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;
  }
  .chose .choose-list .item .c-word .tiao {
    font-size: 14px;
  }
  .breadcrumb {
    padding: .75rem 1.5rem
  }

}