body{font-size:14px; font-family:"微软雅黑";}
.fr{ float:right;}
.fl{ float:left;}
.fn{ float:none;}
.f2{ font-size:12px;}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration: none;vertical-align: top;}
ul,li{padding:0px; margin:0px; list-style:none;}
ul li a:hover{ color:#42a04d;}
div a:hover{ color:#42a04d;}
input,form,select,textarea{ margin:0px;padding:0px; outline:medium; border:0; border-radius:0; background:none; font-family:"微软雅黑"; font-size:14px;}
i,em{ font-style:normal;}
.mo{ margin: 0 auto;}
.most{ width:100%; height:auto; overflow:hidden; display:block;}
.roundBorder{border-radius: 15px;} 
.clear{ clear:both; height:0; overflow:hidden;} 
.dsk{ width:100%; height:100%; display:block; overflow:hidden;}
/*定位*/
.pr{ position: relative;}
.pa{ position: absolute;}
.pf{ position: fixed;}

/*块级转换*/
.db { display: block;}
.dn { display: none;}
.di { display: inline;}
.dib { display: inline-block;}

/*清除浮动*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{*zoom:1;}

a { 
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lazy{width:100%;height:100%;background: url(https://qn-zmhx.tillbest.com/public/pc/images/loading.gif) 50% no-repeat;}

.w1460 { width: 1460px; margin: 0 auto;}

.header {
  width: 100%;
  z-index: 991;
}



.top {
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  position: relative;
}

.top-close {
  width: 25px;
  height: 25px;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  right: 20px;
  /*left: 20px;*/
}

.city {
  width: 120px;
  height: 40px;
  font-size: 12px;
  position: relative;
}

.city-pick {
    height: 40px;
    padding: 0 11px 0 11px;
    border: 1px solid #f2f2f2;
  border-top: none;
  border-bottom: none;
  line-height: 40px;
    background-color: #f2f2f2;
  overflow: hidden;
  cursor: pointer;
}

.city-pick i {
  color: #05b56a;
  font-size: 16px;
}

.city-pick em {
  color: #05b56a;
}

.city-slide {
  position: absolute;
    top: 39px;
    z-index: 707;
    display: none;
    width: 406px;
    height: auto;
    border: 1px solid #d8d8d8;
}

.city:hover .city-pick {
  border-left: 1px #d8d8d8 solid;
  border-right: 1px #d8d8d8 solid;
  background: #f4f4f4;
}

.city:hover .city-slide {
  display: block;
}

.city-tit {
  width: 100%;
    height: 38px;
  border-bottom: 1px #d8d8d8 solid;
  background: #f4f4f4;
}

.city-tit span {
  float: left;
    width: 60px;
    margin-left: 26px;
    line-height: 38px;
    color: #333;
    text-align: center;
  cursor: pointer; 
  height: 37px;
    color: #00af63;
    border-bottom: 2px #00af63 solid;
}

.city-list {
  padding: 10px 0 9px 36px;
  background: #fff;
}

.city-list ul {
  overflow: hidden;
}

.city-list li {
  float: left;
    width: 62px;
    overflow: hidden;
    color: #666;
    text-align: left;
    height: 28px;
    line-height: 28px;
}

.city-list li a {
  font-size: 12px;
    color: #666;
}

.city-list li.row-end {
  width: 60px;
}

.top-link {
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-align: right;
}

.top-link a {
  color: #666;
}

.top-link span {
  margin: 0 10px;
  color: #d9d9d9;
  font-size: 12px;
}

.header-inner {
  width: 100%;
  padding: 15px 0;
  background: #fff;
  transition: all 0.3s;
}

.logo {
  width: 200px;
  height: 60px;
  overflow: hidden;
  transition: all 0.3s;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
  height: 60px;
  transition: all 0.3s;
}

.nav-list {
  width: 880px;
  margin-left: 178px;
}

.nav-list li {
  padding: 20px;
  padding-bottom: 0;
  float: left;
  transition: all 0.3s;
  position: relative;
}

.nav-link {
  display: block;
  height: 40px;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
  
}

.nav-link.active {
  color: #05b56a;
  /* border-bottom: 2px #05b56a solid;
  font-weight: bold; */
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/nav-bar.jpg) no-repeat left bottom;
  background-size: 100% 2px;
}

.nav-slide {
  display: none;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.05);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99;
}

.nav-slide a {
  display: block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}

.nav-slide a:hover {
  color: #666;
  background: #f2f2f2;
}

.nav-list li:hover .nav-slide {
  display: block;
}

.phone {
  padding-top: 15px;
}

.phone b {
  display: inline-block;
  padding-left: 32px;
  font-size: 24px;
  color: #333;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/phone.png) no-repeat left center;
}

.header-move {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 991;
}

.header-move .top {
  overflow: hidden;
  height: 0;
}

.header-move .header-inner {
  padding: 0;
}

.header-move .logo {
  width: 130px;
  height: 40px;
  padding: 10px 0;
}

.header-move .logo img {
  height: 40px;
}

.header-move .nav-list li {
  padding: 0;
}

.header-move .nav-link {
  padding: 20px;
  padding-bottom: 0;
}

.header-move .nav-link.active {
  color: #fff;
  background-size: 100% 100%;
}


.banner {
  width: 100%;
  height: 550px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.banner-slide {
  width: 100%;
  height: 550px;
  background: #fff;
}

.banner-slide .swiper-pagination-bullet {
  width: 30px;
  height: 1px;
  border-radius: 0;
  background: #fff;
}

.banner-tab {
  width: 280px;
  height: 420px;
  border-radius: 6px;
  background: rgba(0,0,0,.6);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -730px;
  z-index: 99;
}

.banner-ti {
  padding: 0 40px;
  padding-top: 30px;
  margin-bottom: 15px;
}

.banner-ti ul {
  overflow: hidden;
}

.banner-ti li {
  width: 100px;
  float: left;
  text-align: center;
}

.banner-ti li a {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 22px;
  color: #fff;
}

.banner-ti li a:hover {
  color: #fff;
}

.banner-ti li.active a {
  color: #dc2d75;
  border-bottom: 2px #dc2d75 solid;
}

.banner-tab-tips {
  margin-bottom: 24px;
  font-size: 14px;
  color: #ccc;
  text-align: center;
}

.banner-baojia {
  padding: 0 40px;
}

.banner-baojia ul {
  margin-bottom: 10px;
}

.banner-baojia li {
  margin-bottom: 20px;
  position: relative;
}

.banner-baojia li input {
  width: 180px;
  height: 40px;
  padding: 0 10px;
  background: #fff;
}

.banner-baojia li em {
  position: absolute;
  top: 10px;
  right: 10px;
}

.baojia-btn {
  margin-bottom: 15px;
}

.baojia-btn input {
  width: 200px;
  height: 40px;
  background: #dc2d75;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.baojia-btn input:hover {
  color: #fff;
  background: #f30064;
}

.baojia-tips {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.q-list {
  width: 1460px;
  margin: 0 auto;
  padding: 40px 0;
}

.q-list ul {
  display: flex;
  justify-content: space-between;
}

.q-list li {
  width: 280px;
  height: 128px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  transition: all 0.3s;
}

.q-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.q-list a {
  width: 280px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.q-list img {
  width: 80px;
  height: 80px;
}

.q-info {
  width: 160px;
  height: 80px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.q-info h3 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}

.q-info p {
  font-size: 14px;
  color: #888;
}

.huanxin {
  width: 1460px;
  margin: 0 auto 50px;
}

.index-tit {
  padding: 35px 0;
  text-align: center;
}

.index-tit h3 {
  margin-bottom: 20px;
  font-size: 46px;
  color: #333;
  font-weight: normal;
}

.index-tit p {
  font-size: 14px;
  color: #888;
  font-family: arial;
  text-transform: uppercase;
}

.huanxin-ti {
  width: 260px;
}

.huanxin-ti li {
  border-bottom: 1px #fff solid;
  background: #ebebeb;
}

.huanxin-ti li a {
  display: block;
  padding-left: 120px;
  height: 109px;
  font-size: 18px;
  color: #333;
  line-height: 109px;
}

.huanxin-ti li a:hover {
  color: #333;
}

.h-icon1 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon1.png) no-repeat 45px center;
}

.h-icon2 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon2.png) no-repeat 45px center;
}

.h-icon3 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon3.png) no-repeat 45px center;
}

.h-icon4 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon4.png) no-repeat 45px center;
}

.h-icon5 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon5.png) no-repeat 45px center;
}

.h-icon6 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon6.png) no-repeat 45px center;
}

.h-icon7 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon7.png) no-repeat 45px center;
}

.huanxin-ti li.active {
  background: #dc2d75;
  border-bottom: 1px #dc2d75 solid;
}

.huanxin-ti li.active a {
  color: #fff;
}

.huanxin-ti li.active .h-icon1 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon1-h.png) no-repeat 45px center;
}

.huanxin-ti li.active .h-icon2 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon2-h.png) no-repeat 45px center;
}

.huanxin-ti li.active .h-icon3 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon3-h.png) no-repeat 45px center;
}

.huanxin-ti li.active .h-icon4 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon4-h.png) no-repeat 45px center;
}

.huanxin-ti li.active .h-icon5 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon5-h.png) no-repeat 45px center;
}

.huanxin-ti li.active .h-icon6 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon6-h.png) no-repeat 45px center;
}

.huanxin-ti li.active .h-icon7 {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/h-icon7-h.png) no-repeat 45px center;
}

.huanxin-con {
  width: 1180px;
}

.huanxin-top {
  margin-bottom: 20px;
}

.huanxin-item {
  width: 580px;
  height: 375px;
  overflow: hidden;
}

.huanxin-wrap a {
  display: block;
  position: relative;
}

.huanxin-wrap img {
  transition: all 0.3s;
}

.huanxin-new {
  width: 100%;
  height: 100%;
  transform: scale(2);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.huanxin-wrap a:hover .huanxin-new {
  transform: scale(1);
  opacity: 1;
}


.huanxin-long {
  width: 1180px;
  height: 375px;
  overflow: hidden;
}

.process {
  margin-bottom: 50px;
}

.process-list {
  width: 1500px;
  margin: 0 auto;
}

.process-list ul {
  display: flex;
  justify-content: space-between;
}

.process-list li {
  width: 150px;
  text-align: center;
  position: relative;
}

.process-list h3 {
  font-weight: normal;
  font-size: 18px;
  color: #333;
}

.process-list p {
  font-size: 14px;
  color: #999;
}

.process-list i {
  display: block;
  width: 78px;
  height: 18px;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/p-arrow.png) no-repeat;
  position: absolute;
  top: 36px;
  right: -64px;
}

.index-case {
  margin-bottom: 50px;
}

.index-case-top {
  margin-bottom: 50px;
}

.index-case-big {
  width: 1100px;
  height: 600px;
  position: relative;
}

.flag {
  display: block;
  width: 54px;
  height: 47px;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/flag.png) no-repeat;
  position: absolute;
  top: 0;
  left: 22px;
  z-index: 9;
}

.play-icon {
  display: block;
  width: 43px;
  height: 50px;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/play.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -22px;
  z-index: 9;
}

.index-case-big-img {
  width: 1100px;
  height: 600px;
  overflow: hidden;
}

.index-case-big-img a {
  display: block;
}

.index-case-big-img img {
  height: 600px;
  transition: all 0.3s;
}

.index-case-big:hover .index-case-big-img img {
  transform: scale(1.1);
}

.index-case-bar {
  width: 1020px;
  height: 100px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.index-case-item {
  display: flex;
  align-items: center;
  height: 70px;
}

.index-case-pic {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}

.index-case-pic a {
  display: block;
}

.index-case-pic img {
  width: 70px;
  height: 70px;
}

.index-case-info {
  color: #fff;
}

.index-case-info h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.index-case-info p {
  font-size: 16px;
}

.index-case-count {
  display: flex;
  align-items: center;
}

.index-case-count p {
  font-size: 18px;
  color: #fff;
}

.index-case-count b {
  font-size: 36px;
  color: #05b56a;
}

.index-case-count a {
  margin-left: 20px;
  color: #fff;
  font-size: 18px;
}

.index-case-count i {
  color: #f35336;
}

.index-case-v {
  width: 330px;
  height: 600px;
}

.case-v-slide {
  height: 600px;
}

.case-v-img {
  width: 330px;
  height: 180px;
  overflow: hidden;
  position: relative;
}

.case-v-img a {
  display: block;
}

.case-v-img img {
  height: 180px;
  transition: all 0.3s;
}

.case-v-img:hover img {
  transform: scale(1.1);
}

.case-v-img span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.case-v-img.active span {
  display: none;
}

.case-v-next,.case-v-prev {
  width: 330px;
  height: 44px;
  position: absolute;
  left: 0;
  z-index: 9;
  background-color: rgba(0,0,0,.7);
  background-repeat: no-repeat;
  background-position:  center center;
  cursor: pointer;
}

.case-v-next {
  background-image: url(https://qn-zmhx.tillbest.com/public/pc/images/case-down.png);
  bottom: 0;
}

.case-v-prev {
  background-image: url(https://qn-zmhx.tillbest.com/public/pc/images/case-up.png);
  top: 0;
}


.case-slide {
  height: 150px;
}

.index-case-img {
  width: 220px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.index-case-img a {
  display: block;
}

.index-case-img img {
  height: 150px;
  transition: all 0.3s;
}

.index-case-img:hover img {
  transform: scale(1.1);
}

.index-case-img span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.case-slide .swiper-slide.case-active span {
  display: none;
}

.case-next,.case-prev {
  width: 30px;
  height: 150px;
  position: absolute;
  top: 0;
  z-index: 9;
  background-color: rgba(0,0,0,.7);
  background-repeat: no-repeat;
  background-position:  center center;
  cursor: pointer;
}

.case-next {
  background-image: url(https://qn-zmhx.tillbest.com/public/pc/images/case-right.png);
  right: 0;
}

.case-prev {
  background-image: url(https://qn-zmhx.tillbest.com/public/pc/images/case-left.png);
  left: 0;
}

.index-team {
  padding: 50px 0;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/team-bg.jpg) no-repeat;
  background-size: cover;
}

.index-team .index-tit h3 {
  color: #fff;
}

.index-team .index-tit p {
  color: #fff;
}

.index-team .team-big-slide {
  margin-bottom: 30px;
}

.index-team-item {
  display: flex;
  justify-content: space-between;
}

.index-team-img {
  width: 420px;
  height: 450px;
  overflow: hidden;
  background: #fff;
}

.index-team-img a {
  display: block;
}

.index-team-img img {
  height: 450px;
  transition: all 0.3s;
}

.index-team-img:hover img {
  transform: scale(1.1);
}

.index-team-info {
  width: 730px;
  padding-top: 30px;
}

.index-team-label {
  padding: 20px 0;
  margin-bottom: 15px;
}

.index-team-label span {
  display: inline-block;
  width: 130px;
  height: 34px;
  margin-right: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #d0d0d0;
}

.index-team-label span.active {
  background: #dc2d75;
  color: #fff;
}

.index-team-name {
  margin-bottom: 30px;
  color: #fff;
}

.index-team-name h3 {
  font-weight: normal;
  font-size: 30px;
}

.index-team-name p {
  font-size: 14px;
}

.index-team-tips {
  margin-bottom: 30px;
  font-size: 14px;
  color: #ccc;
}

.index-team-show {
  display: flex;
  justify-content: space-between;
}

.index-team-show-img {
  width: 340px;
  height: 206px;
  overflow: hidden;
  background: #fff;
}

.index-team-show-img a {
  display: block;
}

.index-team-show-img img {
  height: 206px;
  transition: all 0.3s;
}

.index-team-show-img:hover img {
  transform: scale(1.1);
}

.team-small-slide .swiper-slide {
  opacity: 0.5;
}

.team-small-slide .swiper-slide.active-nav {
  opacity: 1;
}

.team-small-img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  /*background: #fff;*/
  overflow: hidden;
  cursor: pointer;
}

.team-small-img img {
  border-radius: 50%;
}

.team-small-name {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.index-zhibo {
  padding: 50px 0;
}

.zhibo-tab {
  margin-bottom: 45px;
}

.zhibo-tab ul {
  display: flex;
  justify-content: center;
}

.zhibo-tab li {
  width: 140px;
  height: 34px;
  margin: 0 10px;
}

.zhibo-tab li a {
  display: block;
  background: #d1d1d1;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.zhibo-tab  li.active a {
  background: #dc2d75;
  color: #fff;
}


.zhibo-tabs {
  margin-bottom: 45px;
}

.zhibo-tabs ul {
  display: flex;
  /*justify-content: center;*/
}

.zhibo-tabs li {
  width: 140px;
  height: 34px;
  margin: 0 10px;
}

.zhibo-tabs li a {
  display: block;
  background: #d1d1d1;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.zhibo-tabs  li.active a {
  background: #dc2d75;
  color: #fff;
}




.index-zhibo .zhibo-slide {
  padding: 15px;
}

.index-gl-wrap {
  height: 490px;
}

.index-zhibo-item {
  width: 320px;
  margin-right: 50px;
  transition: all 0.3s;
}

.index-zhibo-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.index-zhibo-img {
  width: 320px;
  height: 200px;
  overflow: hidden;
}

.index-zhibo-img a {
  display: block;
}

.index-zhibo-img img {
  height: 200px;
  transition: all 0.3s;
}

.index-zhibo-img:hover img {
  transform: scale(1.1);
}

.index-zhibo-info {
  padding: 30px;
  padding-top: 60px;
  background: #fff;
  text-align: center;
  position: relative;
}

.index-zhibo-pic {
  width: 80px;
  height: 80px;
  border: 2px #fff solid;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -42px;
  z-index: 9;
}

.index-zhibo-pic a {
  display: block;
}

.index-zhibo-info h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.index-zhibo-info b {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #00af63;
}

.index-zhibo-info p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
}

.index-zhibo-btn {
  display: block;
  width: 150px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  background: #888;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.index-zhibo-btn:hover {
  background: #dc2d75;
  color: #fff;
}

.zhibo-next,.zhibo-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 80px;
  z-index: 9;
  background-color: rgba(0,0,0,.7);
  background-repeat: no-repeat;
  background-position:  center center;
  cursor: pointer;
}

.zhibo-next {
  background-image: url(https://qn-zmhx.tillbest.com/public/pc/images/case-right.png);
  right: 15px;
}

.zhibo-prev {
  background-image: url(https://qn-zmhx.tillbest.com/public/pc/images/case-left.png);
  left: 15px;
}

.index-msn {
  padding: 75px 0 95px;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/msn-bg.jpg) no-repeat;
  background-size: cover;
}

.index-msn .index-tit h3 {
  color: #fff;
}

.index-msn .index-tit p {
  color: #fff;
}

.msn-item {
  padding: 0 100px;
}

.msn-top {
  display: flex;
  margin-bottom: 30px;
}

.msn-pic {
  width: 75px;
  height: 75px;
  margin-right: 30px;
  border-radius: 50%;
  border: 2px #fff solid;
  background: #fff;
  overflow: hidden;
}

.msn-pic img {
  width: 75px;
  height: 75px;
}

.msn-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 75px;
}

.msn-info p {
  font-size: 14px;
  color: #fff;
}

.msn-info a {
  color: #fff;
}

.msn-info i {
  color: #d20808;
}

.msn-con {
  font-size: 14px;
  color: #fff;
  height:98px;
}

.index-gl {
  padding: 50px 0;
}

.index-gl-left {
  width: 930px;
}

.index-gl-item {
  width: 400px;
}

.index-gl-img {
  width: 400px;
  height: 220px;
  overflow: hidden;
}

.index-gl-img a {
  display: block;
}

.index-gl-img img {
  height: 220px;
  transition: all 0.3s;
}

.index-gl-img:hover img {
  transform: scale(1.1);
}

.index-gl-info {
  padding: 28px 0;
}

.index-gl-info span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #888;
}

.index-gl-name {
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
}

.index-gl-name a {
  color: #333;
}

.index-gl-con {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  height: 75px;
    overflow: hidden;
}

.index-gl-link a {
  font-size: 14px;
  color: #333;
}

.index-gl-right {
  width: 400px;
}

.index-gl-right li {
  margin-bottom: 23px;
  overflow: hidden;
}

.index-gl-right-img {
  width: 100px;
  height: 70px;
  overflow: hidden;
}

.index-gl-right-img a {
  display: block;
}

.index-gl-right-img img {
  height: 70px;
  transition: all 0.3s;
}

.index-gl-right-img:hover img {
  transform: scale(1.1);
}

.index-gl-right-info {
  width: 280px;
}

.index-gl-right-info span {
  font-size: 12px;
  color: #888;
}

.index-gl-right-name {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}

.index-gl-right-name a {
  color: #333;
}

.index-gl-right-con {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #888;
}

.index-counter {
  padding: 15px 0;
  background: #05b56a;
}

.index-counter-list {
  display: flex;
  justify-content: space-between;
}

.index-counter-item {
  width: 180px;
  text-align: center;
  color: #fff;
}

.index-counter-item b {
  font-size: 48px;
}

.index-counter-item p {
  font-size: 14px;
}

.footer {
  padding-bottom: 90px;
  background: #333;
}

.footer-top {
  padding: 30px 0;
  border-bottom: 1px #4d4d4d solid;
}

.link {
  width: 1055px;
  line-height: 30px;
}

.link p {
  font-size: 14px;
  color: #fff;
}

.link a {
  margin: 5px;
  margin-left: 0;
  color: #ccc;
}

.footer-contact {
  text-align: center;
  color: #00af63;
  margin-right: 60px;
}

.footer-contact b {
  display: inline-block;
  padding-left: 30px;
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/phone2.png) no-repeat left center;
}

.footer-btm {
  padding: 30px 0;
}

.footer-info {
  width: 970px;
}

.footer-nav {
  margin-bottom: 30px;
}

.footer-nav a {
  margin-right: 48px;
  font-size: 14px;
  color: #fff;
}

.footer-right {
  margin-bottom: 30px;
  font-size: 12px;
  color: #ccc;
}

.copyright {
  font-size: 12px;
  color: #ccc;
}

.footer-qr {
  /*width: 250px;*/
  width: 360px;
}

.footer-qr-item {
  width: 100px;
  text-align: center;
  /*margin-right: 60px;*/
}

.footer-qr-item img {
  margin-bottom: 10px;
}

.footer-qr-item p {
  font-size: 12px;
  color: #ccc;
}

/* 产品列表 */
.old {
  padding: 50px 0;
}

.old-tit {
  margin-bottom: 50px;
  text-align: center;
}

.old-item {
  margin-bottom: 70px;
}

.old-bar {
  margin-bottom: 20px;
  overflow: hidden;
}

.old-bar span {
  font-size: 28px;
  color: #dc2d75;
  font-weight: bold;
}

.old-bar a {
  float: right;
  font-size: 14px;
  color: #666;
}

.old-big {
  width: 700px;
  height: 600px;
  position: relative;
}

.old-big-box {
  width: 360px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -180px;
  z-index: 9;
}

.old-big-box h3 {
  font-size: 36px;
}

.old-big-box p {
  font-size: 24px;
}

.old-big-box a {
  font-size: 14px;
  color: #fff;
}

.old-right {
  width: 730px;
}

.old-top {
  margin-bottom: 30px;
}

.old-right a {
  display: block;
}

.old-right div {
  height: 285px;
  overflow: hidden;
  position: relative;
}

.old-right img {
  height: 285px;
  transition: all 0.3s;
}

/*.old-top-img:hover img {
  transform: scale(1.1);
}

.old-long:hover img {
  transform: scale(1.1);
}*/

.old-right div a:hover .huanxin-new {
  transform: scale(1);
  opacity: 1;
}

.old-right span {
  display: block;
  width: 100%;
  height: 50px;
  background: rgba(0,0,0,.5);
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.old-top-img {
  width: 350px;
}

.old-long {
  width: 730px;
}

.color1{
  background: rgba(220,45,117,.8);
}

.color2{
  background: rgba(80,170,21,.8);
}

.color3{
  background: rgba(182,86,15,.8);
}

.color4{
  background: rgba(10,163,150,.8);
}

.color5{
  background: rgba(21,58,158,.8);
}

.pink {
  background: rgba(220,45,117,.8);
}

.green {
  background: rgba(80,170,21,.8);
}

.zong {
  background: rgba(182,86,15,.8);
}

.qing {
  background: rgba(10,163,150,.8);
}

.blue {
  background: rgba(21,58,158,.8);
}

/* 产品详情 */
.your-position {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #f7f7f7;
  font-size: 14px;
  color: #333;
}

.your-position a {
  color: #333;
}

.inside-content {
  padding: 70px 0;
}

.zz-wrap {
  margin-bottom: 70px;
}

.zz-tit {
  margin-bottom: 50px;
  text-align: center;
  font-size: 40px;
  color: #333;
}

.zz-tit em {
  color: #dc2d75;
}

.zz-item {
  width: 1460px;
  height: 450px;
  position: relative;
}

.zz-box {
  width: 460px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -230px;
  z-index: 9;
}

.zz-box b {
  font-size: 40px;
}

.zz-box h3 {
  font-size: 80px;
}

.zz-box p {
  font-size: 30px;
}

.six-wrap {
  margin-bottom: 70px;
}

.six-ti {
  margin-bottom: 20px;
}

.six-ti ul {
  display: flex;
  justify-content: space-between;
}

.six-ti li {
  width: 235px;
  height: 50px;
}

.six-ti li a {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  background: #d9d9d9;
}

.six-ti li.active a {
  background: #dc2d75;
  color: #fff;
}

.six-img {
  width: 1460px;
  height: 600px;
  position: relative;
}

.six-img img {
  height: 600px;
}

.six-info {
  width: 250px;
  height: 200px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,.7);
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -100px;
  z-index: 9;
}

.brand {
  margin-bottom: 70px;
}

.brand-list {
  width: 1140px;
  margin: 0 auto;
}

.brand-list ul {
  width: 105%;
}

.brand-list li {
  width: 165px;
  height: 98px;
  float: left;
  margin-right: 29px;
  margin-bottom: 29px;
  border: 1px #e6e6e6 solid;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.ser {
  margin-bottom: 70px;
  padding: 50px 0;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/ser-bg.jpg) no-repeat;
  background-size: cover;
}

.ser .zz-tit {
  color: #fff;
}

.ser-bar {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.ser-item {
  width: 470px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
}

.ser-bar .ser-item:last-child {
  text-align: left;
}

.ser-item img {
  width: 92px;
  height: 92px;
}

.ser-info {
  width: 340px;
  color: #fff;
}

.ser-info h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 24px;
}

.ser-info p {
  font-size: 14px;
}

.xiaoguo {
  margin-bottom: 70px;
}

.xiaoguo .xiaoguo-slide {
  padding-bottom: 50px;
}

.xiaoguo-slide img {
  height: 400px;
}

.xiaoguo-slide .swiper-pagination-bullet-active {
  background: #f30064;
}

.yuyue-bar {
  display: flex;
  justify-content: space-between;
}

.yuyue-bar input[type="text"] {
  width: 400px;
  height: 50px;
  padding: 0 10px;
  background: #d9d9d9;
}

.yuyue-bar input[type="submit"] {
  width: 120px;
  height: 50px;
  background: #dc2d75;
  color: #fff;
  cursor: pointer;
}

.yuyue-bar input[type="submit"]:hover {
  background: #ff1c79;
}


.yuyue-bar input[type="button"] {
  width: 120px;
  height: 50px;
  background: #dc2d75;
  color: #fff;
  cursor: pointer;
}

.yuyue-bar input[type="button"]:hover {
  background: #ff1c79;
}

/* 翻新案例 */
.classify {
  margin-bottom: 20px;
  padding: 0 20px;
  background: #f7f7f7;
}

.classify li {
  padding: 10px 0;
  display: flex;
  line-height: 20px;
  border-bottom: 1px #e6e6e6 solid;
}

.classify li:last-child {
  border-bottom: none;
}

.classify span {
  display: inline-block;
  margin: 5px;
  margin-left: 0;
  font-size: 14px;
  color: #333;
}

.classify-bar {
  flex: 1;
}

.classify-bar a {
  display: inline-block;
  padding: 0 10px;
  margin: 5px;
  margin-left: 0;
  font-size: 14px;
  color: #333;
}

.classify-bar a.active {
  background: #dc2d75;
  color: #fff;
}

.gongneng-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  background: #f7f7f7;
}

.toops {
  line-height: 40px;
}

.toops a {
  display: inline-block;
  width: 86px;
  height: 40px;
  border-right: 1px #e6e6e6 solid;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.toops i {
  font-size: 12px;
}

.toops a.active i {
  color: #dc2d75;
}

.caser-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.caser-list ul:after {
  display: block;
  content: '';
  width: 450px;
}

.caser-list li {
  width: 450px;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.caser-img {
  height: 240px;
  overflow: hidden;
}

.caser-img a {
  display: block;
}

.caser-img img {
  height: 240px;
  transition: all 0.3s;
}

.caser-img:hover img {
  transform: scale(1.1);
}

.caser-info {
  padding: 30px;
  padding-top: 50px;
  text-align: center;
  position: relative;
}

.caser-pic {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px #fff solid;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  z-index: 9;
  overflow: hidden;
}

.caser-pic img {
  height: 78px;
  width: 100%;
}

.caser-info span {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.caser-info h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 24px;
  color: #dc2d75;
}

.caser-info p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #333;
}

.caser-info em {
  color: #dc2d75;
}

.caser-info a {
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  background: #e6e6e6;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}

.caser-info a:hover {
  color: #fff;
  background: #dc2d75;
}

/* 翻新案例详情 */
.design-tit {
  margin-bottom: 40px;
  font-size: 30px;
  color: #dc2d75;
}


.designer-left {
  width: 1000px;
}

.designer-right {
  width: 350px;
}

.design-list li {
  margin-bottom: 40px;
}

.manage {
  padding: 20px 40px;
  margin-bottom: 40px;
  background: #f2f2f2;
}

.manage-img {
  width: 110px;
  height: 110px;
  margin-right: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.manage-img img {
  height: 110px;
}

.manage-info h3 {
  font-size: 24px;
  color: #333;
}

.manage-info p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.manage-info a {
  display: block;
  width: 150px;
  height: 34px;
  background: #dc2d75;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
}

.manage-info a:hover {
  background: #f30064;
  color: #fff;
}

.design-in-tit {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

.designer-left .yuyue-bar input[type="text"] {
  margin-right: 10px;
}

.designer-item {
  margin-bottom: 40px;
  padding: 20px;
  padding-top: 0;
  background: #f2f2f2;
}

.designer-case {
  margin-bottom: 45px;
}

.designer-case-tit {
  line-height: 70px;
  margin-bottom: 20px;
  border-bottom: 1px #ccc solid;
  font-size: 30px;
  color: #333;
}

.designer-case-con {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.designer {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #ccc solid;
}

.designer-img {
  width: 310px;
  height: 330px;
  margin-bottom: 20px;
  background: #fff;
}

.designer-img img {
  height: 330px;
}

.designer-btn {
  display: flex;
  justify-content: space-between;
}

.designer-btn a {
  display: block;
  width: 140px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  background: #dc2d75;
}

.designer-btn a:hover {
  background: #f30064;
  color: #fff;
}

.designer-free h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
  color: #dc2d75;
}

.designer-free input[type="text"] {
  width: 290px;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 20px;
  background: #fff;
}

.designer-free input[type="submit"] {
  width: 310px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background: #dc2d75;
  cursor: pointer;
}

.designer-free input[type="submit"]:hover {
  background: #f30064;
}

.tuijian-tit {
  margin-bottom: 14px;
  font-size: 30px;
  color: #333;
}

/* 翻新攻略 */
.inside-banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.gonglue-list {
  width: 1280px;
  margin: 0 auto;
}

.gonglue-list li {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #ccc solid;
}

.gonglue-img {
  width: 400px;
  height: 220px;
  overflow: hidden;
}

.gonglue-img a {
  display: block;
}

.gonglue-img img {
  height: 220px;
  transition: all 0.3s;
}

.gonglue-img:hover img {
  transform: scale(1.1);
}

.gonglue-info {
  width: 835px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gonglue-name {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #333;
}

.gonglue-name a {
  color: #333;
}

.gonglue-con {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
}

.gonglue-info span {
  font-size: 14px;
  color: #333;
}

/* 翻新攻略封面页 */
.fengmian-nav {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.fengmian-nav a {
  color: #333;
}

.fengmian-show {
  margin-bottom: 60px;
}

.fengmian-show>div {
  height: 400px;
  position: relative;
}

.fengmian-img {
  height: 400px;
  overflow: hidden;
}

.fengmian-img a {
  display: block;
}

.fengmian-img img {
  height: 400px;
  transition: all 0.3s;
}

.fengmian-img:hover img {
  transform: scale(1.1);
}

.fengmian-name {
  width: 100%;
  height: 62px;
  padding: 0 30px;
  box-sizing: border-box;
  background: rgba(0,0,0,.6);
  line-height: 62px;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.fengmian-name a {
  color: #fff;
}

.fengmian-long {
  width: 950px;
}

.fengmian-short {
  width: 470px;
}

.fengmian-item {
  margin-bottom: 60px;
  padding: 30px;
  background: #f2f2f2;
}

.fengmian-tit {
  margin-bottom: 20px;
  overflow: hidden;
}

.fengmian-tit span {
  font-size: 24px;
  color: #333;
}

.fengmian-tit a {
  float: right;
  color: #dc2d75;
}

.diary-list {
  width: 440px;
}

.diary-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  line-height: 38px;
}

.diary-list li a {
  color: #333;
}

.news-big {
  width: 400px;
  margin-right: 60px;
}

.news-big-img {
  width: 400px;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}

.news-big-img a {
  display: block;
}

.news-big-img img {
  height: 300px;
  transition: all 0.3s;
}

.news-big-img:hover img {
  transform: scale(1.1);
}

.news-big-name {
  font-size: 18px;
  color: #333;
}

.news-big-name a {
  color: #333;
}

.news-mid {
  width: 450px;
}

.news-mid li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #ccc solid;
}

.news-mid li:last-child {
  border-bottom: none;
}

.news-mid-name {
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
}

.news-mid-name a {
  color: #333;
}

.news-mid-con {
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}

.news-mid-link {
  color: #333;
}

.news-list {
  width: 440px;
}

.news-list li {
  margin-bottom: 20px;
  overflow: hidden;
}

.news-list-img {
  width: 120px;
  height: 100px;
  overflow: hidden;
  background: #fff;
}

.news-list-img a {
  display: block;
}

.news-list-img img {
  height: 100px;
  transition: all 0.3s;
}

.news-list-img:hover img {
  transform: scale(1.1);
}

.news-list-info {
  width: 300px;
  padding-top: 15px;
}

.news-list-name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.news-list-name a {
  color: #333;
}

.news-list-con {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.zhishi ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zhishi li {
  width: 670px;
  margin-bottom: 20px;
  overflow: hidden;
}

.zhishi-img {
  width: 280px;
  height: 180px;
  background: #fff;
}

.zhishi-img a {
  display: block;
}

.zhishi-img img {
  height: 180px;
  transition: all 0.3s;
}

.zhishi-img:hover img {
  transform: scale(1.1);
}

.zhishi-info {
  width: 370px;
  padding-top: 20px;
}

.zhishi-name {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zhishi-name a {
  color: #333;
}

.zhishi-con {
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}

.zhishi-link {
  font-size: 14px;
  color: #333;
}

.comment-list li {
  width: 320px;
  float: left;
  margin-right: 40px;
}

.comment-list li:last-child {
  margin-right: 0;
}

.comment-img {
  width: 320px;
  height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}

.comment-img a {
  display: block;
}

.comment-img img {
  height: 250px;
  transition: all 0.3s;
}

.comment-img:hover img {
  transform: scale(1.1);
}

.comment-name {
  font-size: 18px;
  color: #333;
}

.comment-name a {
  color: #333;
}

.wenda ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wenda ul:after {
  display: block;
  content: '';
  width: 420px;
}

.wenda li {
  width: 420px;
  margin-bottom: 40px;
}

.wenda-name {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wenda-name a {
  color: #333;
}

.wenda-con {
  font-size: 14px;
  color: #666;
}

/* 翻新攻略详情页 */
.article {
  margin-bottom: 130px;
}

.article-left {
  width: 1000px;
}

.article-right {
  width: 280px;
}

.article-right .banner-tab {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  margin-bottom: 50px;
}

.article-tit {
  width: 1000px;
  margin-bottom: 45px;
}

.article-tit h3 {
  font-size: 30px;
  margin-bottom: 28px;
  font-weight: normal;
}

.article-tit p {
  font-size: 14px;
  color: #888;
}

.article-con {
  margin-bottom: 100px;
}

.article-page {
  height: 50px;
  padding: 0 10px;
  background: #e6e6e6;
  overflow: hidden;
  line-height: 50px;
}

.article-page a {
  float: left;
  font-size: 14px;
  color: #333;
}

.article-page a:last-child {
  float: right;
}

.tuijian-more {
  padding: 20px;
  border-radius: 6px;
  background: #e6e6e6;
}

.tuijian-more-tit {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}

.tuijian-more-tit h3 {
  font-weight: normal;
}

.tuijian-item {
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
}

.tuijian-item-img {
  width: 110px;
  height: 80px;
  overflow: hidden;
}

.tuijian-item-img a {
  display: block;
}

.tuijian-item-img img {
  height: 80px;
  transition: all 0.3s;
}

.tuijian-item-img:hover img {
  transform: scale(1.1);
}

.tuijian-item-info {
  width: 123px;
}

.tuijian-item-info a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.tuijian-item-info p {
  font-size: 12px;
  color: #666;
}

.tuijian-list li {
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px #ccc solid;
}

.tuijian-list li a {
  font-weight: bold;
  color: #333;
}

/* 服务团队 */
.team-link {
  padding-left: 20px;
}

.team-link span {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.team-link a {
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 14px;
  color: #333;
}

.team-link a.active {
  background: #dc2d75;
  color: #fff;
}

.team-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.team-list ul:after {
  display: block;
  content: '';
  width: 420px;
}

.team-list li {
  width: 420px;
  margin-bottom: 80px;
}

.team-img {
  width: 420px;
  height: 450px;
  margin-bottom: 40px;
  overflow: hidden;
}

.team-img a {
  display: block;
}

.team-img img {
  height: 450px;
  transition: all 0.3s;
}

.team-img:hover img {
  transform: scale(1.1);
}

.team-info {
  text-align: center;
}

.team-name {
  margin-bottom: 24px;
}

.team-name a {
  font-size: 30px;
  color: #333;
}

.team-name p {
  font-size: 14px;
  color: #666;
}

.team-con {
  height: 46px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
}

.team-btn {
  display: flex;
  justify-content: space-between;
}

.team-btn a {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  background: #ccc;
}

.team-btn a:hover {
  background: #f30064;
  color: #fff;
}



/* 工地直播 */
.gd-list ul {
  
}

.gd-list li {
  width: 320px;
  float: left;
  margin-right: 60px;
  margin-bottom: 40px;
}

.gd-list li.row-end {
  margin-right: 0;
}

/* 品质保障 */
.youshi {
  margin-bottom: 70px;
}

.youshi-tit {
  margin-bottom: 30px;
  font-size: 36px;
  color: #333;
  text-align: center;
}

.youshi-list ul {
  display: flex;
  justify-content: space-between;
}

.youshi-list li {
  width: 450px;
}

.youshi-img {
  height: 300px;
}

.youshi-img img {
  height: 300px;
}

.youshi-info b {
  display: block;
  font-size: 72px;
  color: #e6e6e6;
  line-height: 72px;
}

.youshi-info h3 {
  margin-bottom: 25px;
  font-size: 30px;
  color: #dc2d75;
}

.liucheng {
  padding: 60px 0;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/liucheng-bg.jpg) no-repeat;
  background-size: cover;
}

.liucheng-tit {
  margin-bottom: 70px;
  text-align: center;
  color: #fff;
}

.liucheng-tit h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 36px;
}

.liucheng-tit p {
  font-size: 14px;
}

.liucheng .process-list li h3 {
  color: #fff;
}

.liucheng .process-list li p {
  color: #fff;
}

.yanshou {
  padding: 70px 0;
}

.yanshou-tit {
  margin-bottom: 30px;
  text-align: center;
}

.yanshou-tit h3 {
  margin-bottom: 20px;
  font-size: 36px;
  color: #333;
}

.yanshou-tit em {
  font-weight: normal;
}

.yanshou-tit p {
  font-size: 14px;
  color: #666;
}

.yanshou-list ul {
  display: flex;
  justify-content: space-between;
}

.yanshou-list li {
  width: 350px;
}

.yanshou-img {
  margin-bottom: 28px;
  height: 200px;
}

.yanshou-img img {
  height: 200px;
}

.yanshou-info {
  text-align: center;
}

.yanshou-info h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 24px;
  color: #333;
}

.yanshou-info p {
  font-size: 14px;
  color: #333;
}

.tixi {
  padding: 80px 0;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/tixi-bg.jpg) no-repeat;
  background-size: cover;
}

.tixi .yanshou-tit h3 {
  color: #fff;
}

.tixi .yanshou-tit p {
  color: #fff;
}

.tixi-list ul {
  display: flex;
  justify-content: space-around;
}

.tixi-list li {
  width: 200px;
  text-align: center;
}

.tixi-list img {
  margin-bottom: 10px;
}

.tixi-list p {
  font-size: 18px;
  color: #fff;
}

.true {
  padding: 70px 0;
}

/* 视频案例 */
.videos-left {
  width: 1040px;
}

.videos li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #ccc solid;
  overflow: hidden;
}

.videos-img {
  width: 400px;
  height: 240px;
  overflow: hidden;
}

.videos-img a {
  display: block;
}

.videos-img img {
  height: 240px;
  transition: all 0.3s;
}

.videos-img:hover img {
  transform: scale(1.1);
}

.videos-info {
  width: 600px;
}

.videos-tit {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px #ccc solid;
}

.videos-name {
  margin-bottom: 15px;
  font-size: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videos-name a {
  color: #333;
}

.videos-tit span {
  font-size: 14px;
  color: #888;
}

.videos-con {
  margin-bottom: 30px;
  height: 44px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}

.videos-btn {
  overflow: hidden;
}

.videos-btn a {
  display: block;
  width: 160px;
  height: 34px;
  margin-right: 30px;
  float: left;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  background: #d9d9d9;
}

.videos-btn a:hover {
  background: #dc2d75;
  color: #fff;
}

/* 优惠活动 */
.off-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.off-list li {
  width: 650px;
  margin-bottom: 70px;
}

.off-img {
  width: 650px;
  height: 330px;
  margin-bottom: 30px;
  overflow: hidden;
}

.off-img a {
  display: block;
}

.off-img img {
  height: 330px;
  transition: all 0.3s;
}

.off-img:hover img {
  transform: scale(1.1);
}

.off-top {
  margin-bottom: 35px;
}

.off-name {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #333;
}

.off-name a {
  color: #333;
}

.off-top p {
  font-size: 14px;
  color: #888;
}

.off-btn {
  overflow: hidden;
}

.off-btn a {
  display: block;
  width: 160px;
  height: 40px;
  float: left;
  margin-right: 30px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  background: #d9d9d9;
}

.off-btn a:hover {
  background: #dc2d75;
  color: #fff;
}

.about-content {
  margin-bottom: 60px;
}

.about-info {
  width: 650px;
}

.about-info h3 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: normal;
  color: #333;
}

.about-info b {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #dc2d75;
}

.about-info p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.about-img {
  width: 660px;
}

.about-list ul {
  display: flex;
  border-left: 1px #e6e6e6 solid;
}

.about-list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  background: #f7f7f7;
  border-right: 1px #e6e6e6 solid;
  font-size: 16px;
  color: #333;
}

.fengcai {
  padding: 70px 0;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/fengcai-bg.jpg) no-repeat;
  background-size: cover;
}

.fengcai-tit {
  margin-bottom: 50px;
  text-align: center;
  font-size: 36px;
  color: #fff;
}

.fengcai .fengcai-slide {
  padding-bottom: 50px;
}

.fengcai-img {
  width: 450px;
  height: 300px;
  overflow: hidden;
}

.fengcai-img a {
  display: block;
}

.fengcai-img img {
  height: 300px;
  transition: all 0.3s;
}

.fengcai-img:hover img {
  transform: scale(1.1);
}

.fengcai-slide .swiper-pagination-bullet {
  background: #fff;
}

.map-wrap {
  margin-bottom: 70px;
}

.map-con {
  width: 1000px;
}

.map-ti {
  width: 400px;
}

.map-ti li {
  margin-bottom: 20px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  background: #d9d9d9;
  color: #333; 
}

.map-ti li.active {
  background: #dc2d75;
  color: #fff;
}

.map-ti a {
  display: block;
  color: #333;
}

.map-ti li.active a {
  color: #fff;
}

.map-ti h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
}

.map-ti p {
  font-size: 14px;
}

/* 弹窗 */
.calc {
  position: relative;
}

.calc-img {
  position: absolute;
  top: -198px;
  left: 0;
}

.layui-layer-page .layui-layer-content {
    overflow: inherit !important;
}

.calc-left {
  width: 410px;
  height: 370px;
  padding: 40px;
  border-right: 1px #f2f2f2 solid;
}

.calc-tit {
  margin-bottom: 35px;
}

.calc-tit span {
  font-size: 20px;
  color: #333;
}

.calc-tit em {
  font-size: 12px;
  color: #dc2d75;
}

.calc-list li {
  margin-bottom: 20px;
  padding-left: 106px;
  position: relative;
}

.calc-list span {
  display: block;
  width: 106px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
}

.calc-list em {
  color: #dc2d75;
}

.calc-bar {
  width: 256px;
  position: relative;
}

.calc-bar select {
  width: 256px;
  height: 34px;
  padding: 0 10px;
  border: 1px #ccc solid;
}

.calc-bar input[type="text"] {
  width: 236px;
  height: 34px;
  padding: 0 10px;
  border: 1px #ccc solid;
}

.calc-bar i {
  position: absolute;
  top: 7px;
  right: 10px;
}

.calc-pick a {
  display: inline-block;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/dot1.png) no-repeat left center;
}

.calc-pick a.active {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/dot2.png) no-repeat left center;
}

.calc-btn {
  display: block;
  width: 138px;
  height: 138px;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/calc-btn.png) no-repeat;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -69px;
}

.calc-right {
  width: 344px;
  /*padding-top: 44px;*/
  padding-top: 100px;
  margin-right: 50px;
}

.calc-right-tit {
  margin-bottom: 35px;
  text-align: center;
  font-size: 20px;
  color: #333;
}

.calc-right-tit em {
  font-size: 30px;
  color: #dc2d75;
}

.calc-count {
  height: 205px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px #ccc solid;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}

.calc-right-tips {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  color: #666;
}

/* 工地直播详情页 */
.live {
  margin-bottom: 150px;
}

.live-nav {
  width: 83px;
  background: #fff;
}

.live-nav a {
  display: block;
  height: 45px;
  border-bottom: 1px #ccc solid;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  color: #333;
}

.live-nav a.active {
  background: #dc2d75;
  color: #fff;
  border-bottom: 1px #dc2d75 solid;
}

.fixed {
  top: 60px;
  left: 50%;
  margin-left: -730px;
  position: fixed;
}

.live-list {
  width: 916px;
  border-left: 1px #ccc solid;
}

.live-tit {
  padding-left: 23px;
  padding-bottom: 30px;
  border-bottom: 1px #ccc solid;
  font-size: 30px;
  color: #333;
}

.live-img {
  padding: 30px;
}

.live-img img {
  height: 570px;
}

.live-img2 {
  padding: 30px;
}

.live-img2 img {
  width: 725px;
  height: 400px;
}

/* 登录注册 */
.regi-wrap {
  padding-top: 140px;
  padding-bottom: 110px;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/regi-bg.jpg) no-repeat center center;
  background-size: cover;
}

.regi-box {
  padding: 50px 70px 0;
  border-radius: 10px;
  background: #fff;
  width: 730px;
  height: 450px;
  margin: 0 auto;
}

.regi-box h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #dc2d75;
  font-weight: normal;
  text-align: center;
}

.regi-box li {
  margin-bottom: 30px;
  overflow: hidden;
}

.regi-in {
  width: 340px;
  position: relative;
}

.regi-in input {
  width: 300px;
  height: 48px;
  padding: 0 20px;
  border-radius: 4px;
  background: #e6e6e6;
}

.code-btn {
  color: #dc2d75;
  position: absolute;
  top: 15px;
  right: 20px;
}

.regi-box li span {
  display: inline-block;
  padding-left: 20px;
  color: #666;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/gdot1.jpg) no-repeat left center;
}

.regi-box li span.active {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/gdot2.jpg) no-repeat left center;
}

.regi-box li span a {
  color: #666;
}

.regi-box li span a:hover {
  color: #dc2d75;
}

.regi-box li em {
  float: right;
  color: #dc2d75;
}

.regi-btn {
  padding-top: 20px;
  text-align: center;
}

.regi-btn input {
  width: 340px;
  height: 48px;
  border-radius: 4px;
  background: #dc2d75;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.regi-btn input:hover {
  background: #f30064;
}


.sign-box {
  width: 340px;
  height: 445px;
  margin: 0 auto;
  padding: 55px 30px 0;
  border-radius: 4px;
  background: #fff;
}

.sign-box h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #dc2d75;
  font-weight: normal;
  text-align: center;
}

.sign-box li {
  margin-bottom: 30px;
}

.sign-box li input {
  width: 300px;
  height: 48px;
  padding: 0 20px;
  border-radius: 4px;
  background: #e6e6e6;
}

.sign-bar {
  padding: 30px 0;
  overflow: hidden;
}

.sign-bar span {
  display: inline-block;
  padding-left: 20px;
  color: #666;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/gdot1.jpg) no-repeat left center;
}

.sign-bar span.active {
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/gdot2.jpg) no-repeat left center;
}

.sign-bar a {
  float: right;
  color: #dc2d75;
}

.regi-now {
  padding-top: 30px;
  text-align: right;
}

.regi-now a {
  color: #dc2d75;
}

/* 底部条 */
.btm-float {
  display: none;
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 980;
}

.btm-long {
  width: 100%;
  height: 90px;
  background: rgba(0,0,0,.7);
  position: absolute;
  bottom: 0;
  left: 0;
}

.btm-float-wrap {
  width: 1060px;
  height: 90px;
  margin: 0 auto;
  position: relative;
}

.btm-close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://qn-zmhx.tillbest.com/public/pc/images/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  right: -50px;
}

.open-float {
  width: 20px;
  height: 80px;
  padding: 0 15px;
  padding-top: 10px;
  background: rgba(0,0,0,.7);
  line-height: 14px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: fixed;
  left: -50px;
  bottom: 0;
  z-index: 980;
  cursor: pointer;
}

.daiyan {
  position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -500px;
    width: 322px;
    height: 179px;
}

.btm-float-in {
  width: 680px;
}

.btm-txt {
  height: 40px;
  width: 140px;
  margin-top: 25px;
  margin-right: 10px;
    font-size: 14px;
  color: #333;
  text-indent: 8px;
  background: #fff;
}



.btm-float-btn {
  width: 140px;
  margin-top: 25px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background-color: #dc2c75;
    cursor: pointer;
}

.btm-float-in select {
  float: left;
  margin-right: 10px;
  margin-top: 25px;
  width: 110px;
  height: 40px;
  padding: 0 10px;
  background: #fff;
}

.mm {
  width: 98px;
  /*height: 271px;*/
  height: 137px;
  position: fixed;
  bottom: 200px;
  left: 0;
  z-index: 99;
  cursor: pointer;
}


/* 设计师详情页 */
.fer {
  margin-bottom: 60px;
}

.fer-left {
  width: 1000px;
}

.fer-img {
  width: 420px;
  height: 450px;
  box-shadow: 10px 10px 10px rgba(0,0,0,.1);
}

.fer-img img {
  width: 420px;
  height: 450px;
}

.fer-info {
  width: 500px;
}

.fer-name {
  padding-top: 15px;
  margin-bottom: 30px;
}

.fer-name h3 {
  font-size: 36px;
  color: #333;
}

.fer-name p {
  font-size: 16px;
  color: #333;
}

.fer-con {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.fer-btn {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px #666 solid;
}

.fer-btn a {
  display: block;
  width: 180px;
  height: 40px;
  background: #dc2d75;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.fer-btn a:hover {
  background: #ea0966;
  color: #fff;
}

.fer-tips {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}

.fer-right {
  width: 350px;
  background: #f2f2f2;
}

.fer-right img {
  height: 168px;
}

.fer-right-info {
  padding: 35px 25px;
}

.fer-right-info p {
  margin-bottom: 15px;
  font-size: 22px;
  color: #f30064;
}

.fer-right-bar {
  margin-bottom: 18px;
}

.fer-right-bar input[type="text"] {
  width: 280px;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  font-size: 14px;
}

.fer-right-bar input[type="submit"] {
  width: 300px;
  height: 40px;
  background: #dc2d75;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.fer-right-bar input[type="submit"]:hover {
  background: #dc2c75;
}

/* 问答 */
.wenwen {
  width: 1280px;
  margin: 0 auto;
}

.wenwen li {
  padding: 10px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
  overflow: hidden;
}

.wenwen-img {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  overflow: hidden;
}

.wenwen-img a {
  display: block;
}

.wenwen-img img {
  width: 148px;
  height: 148px;
}

.wenwen-info {
  padding-top: 10px;
  width: 1040px;
}

.wenwen-name {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wenwen-name a {
  color: #333;
}

.wenwen-con {
  font-size: 14px;
  line-height: 24px;
  color: #888;
}

/* 表单弹窗 */
.biaodan-popp {
  width: 400px;
  height: 350px;
  padding: 50px;
  padding-bottom: 0;
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -250px;
  z-index: 991;
}

.biaodan-popp p {
  margin-bottom: 30px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.biaodan-bar {
  margin-bottom: 25px;
}

.biaodan-bar input[type="text"] {
  width: 380px;
  height: 50px;
  padding: 0 10px;
  background: #fff;
  font-size: 16px;
}

.biaodan-bar input[type="submit"] {
  width: 400px;
  height: 50px;
  background: #dc2c75;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.biaodan-bar input[type="submit"]:hover {
  background: #ea0966;
}

.xuanfu {
  width: 70px;
  position: fixed;
  /*top: 270px;*/
  bottom: 200px;
  right: 10px;
  z-index: 999;
}

.xuanfu li {
  margin-bottom: 2px;
  width: 70px;
  height: 70px;
  position: relative;
}

.xuanfu-link {
  display: block;
  width: 70px;
  height: 60px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #222;
}

.xuanfu-link:hover {
  background: #dc2c75;
  color: #fff;
}

.xuanfu-link img {
  width: 30px;
  height: 30px;
}

.xuanfu-qr {
  display: none;
  padding: 6px;
  width: 108px;
  background: #dc2c75;
  position: absolute;
  top: -60px;
  left: -125px;
  z-index: 9;
}

.xuanfu-qr-item {
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.xuanfu-qr-item img {
}

.xuanfu li:hover .xuanfu-qr {
  display: block;
}



.ke-content {
    font-size: 10pt;
}
.ke-content pre {
    font-size:9pt;
    font-family:Courier New,Arial;
    border:1px solid #ddd;
    border-left:5px solid #6CE26C;
    background:#f6f6f6;
    padding:5px;
    white-space: pre-wrap;
}

.ke-content code {
    margin: 0 2px;
    padding: 0 5px;
    white-space: nowrap;
    border: 1px solid #DDD;
    background-color: #F6F6F6;
    border-radius: 3px;
}

.ke-content pre>code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: none;
    background: transparent;
}

.ke-content pre code {
    background-color: transparent;
    border: none;
}

.ke-content p {
/*            margin: 0 0 15px 0;
    margin-bottom:15pt;*/
    margin: 5px 0;
    /*margin-bottom:15pt;*/
    line-height:1.5;
    letter-spacing: 1px;
}

.ke-content div.ref {border:1px solid #ddd;margin:0 0 10px 0;padding:2px;font-size:9pt;background:#ffe;color: #333;}
.ke-content div.ref h4 {margin:0;padding:1px 3px;background:#CC9966;color:#fff;font-size:9pt;font-weight:normal;}
.ke-content div.ref .ref_body {margin:0;padding:2px;line-height:20px;color: #333;font-size:9pt;}


.ke-content blockquote {margin:15px 10px;border:2px solid #eee;padding:5px 5px 5px 35px;background:#f4f5f7 url('https://qn-zmhx.tillbest.com/public/pc/images/blockquote.gif') no-repeat left top;color:#060;font-size:9pt;}



  .team-small-slide .swiper-slide-thumb-active {
  opacity: 1;
  }

    .index-team-name {
    position: relative;
  }

  .index-team-name a {
  display: inline-block;
    width: 130px;
    height: 34px;
    margin-right: 40px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    background: #dc2d75;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 120px;
  margin-top: -17px;
  }

  .index-team-name a:hover {
    background: #e80e68;
    color: #fff;
  }