* {
    margin: 0;
    padding: 0;

  }
@font-face {
  font-family: 'iconfont';
  src: url('font-family/iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
  url('../font-family/iconfont.woff') format('woff'),
  url('../font-family/iconfont.ttf') format('truetype'),
  url('../font-family/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:8px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
  html{
     width: 100%;
     height: 100%;
  }
  body {
    width: 100%;
    height: 100%;
    font-family:'微软雅黑 CN';
    overflow-x: hidden;
    font-size: 16px;
  }
  .ty {
    width: 100%;
    overflow: hidden;
    outline:none;
  }
  img{
    width: 100%;
  }
  /*  <!-- 顶部导航样式 --> */
  /*顶部*/
  .banner {
    width: 100%;
    /* height: 142px; */
    position: fixed;
    top: 0;
    z-index: 100;
  }
  
  /*标语等*/
  .ban_top {
    width: 100%;
    height: 0.5rem;
    background-color: #eb2763;
  }
  /* 菜单 */
  .ban_bot {
    width: 100%;
    background-color: rgba(0,0,0, 0.5);
  }
  .ban_bot>div{ 
    width: 68.314%;
    height: 8.5rem;
    margin: 0 auto;
  }
  .ban_bot_left {
    float: left;
    width: 20%;
    display: list-item;
    list-style: none;
    line-height: 8.5rem;
  }
  .ban_bot_left >a> img {
      width: 70%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
  /*总菜单 */
  .ban_bot_right {
        float: right;
        height: 100%;
        line-height: 8.5rem;
  }
  .ban_bot_right > img {
    display: none;
  }
  .ban_bot_right > .navbar-right {
    width: 100%;
    /* margin: -0.5rem 27% 1.25rem auto; */
    /* font-size: 0.9375rem; */
    height: 100%;
 
  }
  /* 设置ul和li的样式 */
  .ban_bot_right ul,
  .ban_bot_right li {
    list-style: none;
    margin: 0;
    float: left;
  }
  /* 一级菜单 */
  .ban_bot_right > ul > li{
    padding: 0 1.5vw 0 1.5vw;
    position: relative;
    height: 100%;
  }
  .ban_bot_right > ul > li > a {
    font-size: 0.9vw;
    color: #ffffff;
    line-height: 8.5rem;
    text-align: center;
    display: block;
    height: 100%;
    text-decoration: none;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用*/
  }
  /* 右边箭头 */
.indicator{
  width: 5px;
  height: 10px;
  float: right;
  margin-right: 4rem;
}
.iconfont{
  font-size: 12px;
    line-height: 16px;
    height: auto;
    background-color: transparent!important;
}
  a {
    text-decoration: none;
    color: rgba(0,0,0, 0.5);
  }
  .ban_bot_right > ul > a:hover {
    color: #ffffff;
    background-color: #eb2763;
  }
  /* 设置二级菜单绝对定位，并隐藏 */
  .ban_bot_right > ul > li > .dropdown-menu {
    background-color: rgba(0,0,0, 0.5);
    position: absolute;
    display: none;
    left: 0%;
    margin-left: 1.5vw;

  }
  /* 设置二级菜单的li的样式 */
  .ban_bot_right > ul > li > .dropdown-menu > li {
    float: none;
    width: 100%;
  }
  /* 鼠标放在一级菜单上，显示二级菜单 */
  .ban_bot_right > ul > li:hover .dropdown-menu {
    display: block;
    float: left;
  }
  /* 在一级菜单中，鼠标放上去的样式 */
  .ban_bot_right > ul > li > a:hover {
    background-color: #eb2763;
    color: #ffffff;
    text-decoration: none;
  }
  
  /* 二级菜单 */
  .ban_bot_right > ul > li > .dropdown-menu > li > a {
    font-size: 0.9vw;
    color: white;
    background-color: rgba(0,0,0, 0.5);
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 2rem;
  }
  .dropdown-menu {
    min-width: 20rem;
}
  /* 在二级菜单中，鼠标放上去的样式 */
  .ban_bot_right > ul > li > .dropdown-menu > li > a:hover {
    color: white;
    text-decoration: none;
    background-color: #eb2763;
  }
  /* CONTACT */
  .ban_bot_right> ul >.Contact{
    border:2px solid #A09FA0;
    padding: 0.3vw 0.5vw;
    width: 15.5%;
    height: 1.8vw;
    text-align: center;
    /* line-height:6.5rem; */
    text-decoration: none;
    color: #ffffff;
    font-size: 0.9vw;
    margin-left: 1.5vw;
  }
  .nav-right,.Contact1 {
    display: none;
  }
  /* 轮播图 */
  .ty_pic{
    width: 100%;
    height: auto;
  }
  .ty_Pic{
    display: none;
  }
  .ty_pic>.swiper-container>.swiper-wrapper>.swiper-slide{
    height: auto;
  }
  .ty_pic>.swiper-container>.swiper-wrapper>.swiper-slide>img{
    width: 100%;
    /* height:100%; */
  }
.swiper-container>.swiper-button-next, .swiper-container-rtl>.swiper-button-prev {
  background-size: 0;
}
  .ty_pic>.swiper-container>.swiper-button-next,.swiper-container>#pic_btn_r{
    width: 3.8vw;
    height: 0vw;
    background-color: transparent;
  }
.swiper-container>#pic_btn_l{
     right:4.8%; 
  }
  .swiper-container>#pic_btn_r{
    left:4%; 
 }
  /* 田杨老师 */
.ty_about{
  position: relative;
  width: 100%;
  height: 46vw;
}
.ty_arC{
 display: none;
}
  .ty_about>div{
    width: 68.314%;
    margin: 0 auto;
    height: inherit;
    padding-top: 4.2vw;
  }
.ty_left{
  padding-top: 5vw;
  padding-bottom: 2.5vw;
}
  .ty_about>div>.ty_right{
    position: absolute;
    width: 53%;
    right: 14%;
    top: 15%;
    z-index: -1;
  }
  .ty_about>div>.ty_right>img{
    width: 95%;
    /* width: auto; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .ty_left{
    z-index: 3;
    width: 50%;
    /* float: left; */
    z-index: 1;
  }
  .ty_left_title{
    padding-bottom: 2rem; 
  }
  .ty_left_title>p{
    font-size: 0.83vw;
  }
  .ty_left_title>p:nth-of-type(1){
    font-size: 2.1vw;
     color: #eb2763;
  }
  .ty_left_introduce{
    width: 100%;
    background-color: #eb2763;
    color: #ffffff;
    padding: 2rem;
    opacity: 0.7;
  }
  .ty_left_introduce>p{
    text-align: justify;
    line-height: 2vw;
  }
  .ty_left_num{
    height: 10vw;
    padding: 2rem;
  }
  .ty_left_num>div{
    width: 33%;
    float: left;
  }
  .counter{
    color: #eb2763;
    font-size: 1.9vw;
  }
  .ty_left_num>div{
    text-align: left;
    padding-left: 2vw;
  }
  .ty_left_num>div>p{
    color: #919191;
    font-size: 0.8vw;
  }
  .ty_left_num>div:nth-of-type(1),.ty_left_num>div:nth-of-type(2),.ty_left_num>div:nth-of-type(3){
    padding-bottom: 0.8rem;
  }
  .ty_left_num>div:nth-of-type(1),.ty_left_num>div:nth-of-type(2){
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
  }
  .ty_left_num>div:nth-of-type(3){
    border-bottom: 1px solid #f3f3f3;
  }
  .ty_left_num>div:nth-of-type(5){
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
  }
   /* 四家子公司 */
   .ty_arc{
    width: 100%;
    height: 34vw;
    position: relative;
    overflow: hidden;
  }
  .ty_arc>img{
    width: 100%;
    height:100%;
    position: absolute;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .ty_arc>.ty_arc_top {
    width: 68.314%;
    margin: 0 auto;
    color: #fff;
    padding-top: 6vw;
  }
  .ty_arc_top_list>.ty_arc_top_title{
    width: 13.7vw;
    margin-bottom: 4vw;
    text-align: center;
    float: right;
 }
 .ty_arc_top_list>.ty_arc_top_title>p{
   font-size: 0.8vw;
 }
 .ty_arc_top_list>.ty_arc_top_title>p:nth-of-type(1){
    font-size: 2.1vw;
 }
 .ty_arc_top_list>li{
   list-style: none;
   width: 100%;
   height: auto;
   float: right;
   /* text-align: -webkit-right; */
   /* text-align: right; */
 }
 .ty_arc_top_list{
   width: 100%;
   overflow: hidden;
 }
 .ty_arc_top_list>li>a{
  color: #ffffff;
  font-size: 1vw;
  height: 2.5vw;
  display: block;
  width: 13.7vw;
  float: inherit;
   line-height: 2.5vw;
   text-align: center;
   text-decoration: none;
   border: 1px solid #ffffff;
   margin-bottom: 0.6vw;
   /* padding: 0.8vw 3vw; */
}
.ty_arc_top_list>li:nth-of-type(1)>a{
  color: #eb2763;
  background-color: #ffffff;
}
.ty_arc_top_list>li>a:hover{
  color: #eb2763;
  background-color: #ffffff;
}
.ty_arc_top_list>li:nth-of-type(1)>.ty_arc_left{
  display: block;
}
.ty_arc_top_list>li:nth-of-type(2)>.ty_arc_left,.ty_arc_top_list>li:nth-of-type(3)>.ty_arc_left,.ty_arc_top_list>li:nth-of-type(4)>.ty_arc_left{
  display: none;
}
.ty_arc_top_list>li>.ty_arc_left {
  width: 38%;
  color: white;
  /* background-color: rgba(255,100,97,.5); */
  text-align: left;
  position: absolute;
  top: 18%;
  left: 16%;
  list-style: none;
  animation: myfirst 0.2s;
  -webkit-animation: myfirst 0.2s; /* Safari 与 Chrome */
}
@keyframes myfirst
{
    from { left:-18%;}
    to {left: 16%;}
}
 
@-webkit-keyframes myfirst /* Safari 与 Chrome */
{
  from { left:-18%;}
  to {left: 16%;}
}
.ty_arc_top>.ty_arc_top_list>li>.ty_arc_body{
  display: inline-block;
  width: 33%;
  color: white;
  /* background-color: rgba(255,100,97,.5); */
  text-align: left;
  position: absolute;
  top: 25%;
  left: 16%;
  list-style: none;
} 
/* 沈阳田杨 */
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_title{
 margin-bottom: 1vw;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_title>p:nth-of-type(1){
 font-size: 2.1vw;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_content,.ty_left_introduce>p{
font-size: 0.8vw;
text-align: justify;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_content>p{
display: inline-block;
margin-bottom: 1vw;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_footer{
width: 90%;
float: left;
font-size: 0.8vw;
margin-top: 2.5vw;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_footer>p{
  /* white-space: nowrap; */
  margin: 0;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_footer>span:nth-of-type(2){
  padding-left: 1vw;
}

/* 集团切换 */
.ty_jt{
  width: 100%;
  /* height:40vw; */
}
.ty_jt>.swiper-container>.swiper-pagination>.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  background: transparent;
  opacity: 1;
}
.ty_jt>.swiper-container>.swiper-pagination>.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  opacity: 1;
  background: transparent;
  border: 1px solid #eb2763;
}
.ty_jt>.swiper-container>.swiper-wrapper>.swiper-slide>p{
  position: absolute;
}
.ty_jt>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-title{
  top: 10%;
    left: 0%;
    right: 0%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 1vw;
}
.ty_jt>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-content{
  top: 16%;
  /* left: 35%; */
  width: 100%;
  text-align: center;
  color: #eb2763;
  font-size: 1.5vw;
}
.ty_jt>.swiper-container>.swiper-wrapper>.swiper-slide>img{
  width: 100%;
  height: 100%;
}

#btn_contact{
  width: 12vw;
  height: 2vw;
  background-color: #000;
  opacity: 0.3;
  left: 45%;
  position: absolute;
  bottom: 7%;
  z-index: 2;
  border-radius: 25px;
}
.ty_jt>.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 8%;
  left: 1%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.2vw;
}
#jt_btn_l{
  width: 2vw;
  height: 2vw;
  left: 46%;
  top: 92%;
  background-color: transparent;
  outline: none;
  border: 0;
  background-size: 15px;
}

#jt_btn_r{
  width: 2vw;
  height: 2vw;
  right: 44%;
  top: 92%;
  outline: none;
  border: 0;
  background-size: 15px;
}
/* 直营连锁 */
.ty_ls{
  width: 100%;
  /* height: 42vw; */
}
.ty_ls1{
   display: none;
}
.ty_ls_left>hr{
  width: 3rem;
  margin-top: 2vw;
  margin-bottom: 3vw;
  border: 0;
  border-top: 1px solid #000;
}

.ty_ls>.swiper-container>.swiper-wrapper>.swiper-slide{
 width: 100%;
 padding-top: 6.615vw;
 overflow: hidden;
}
.ty_ls_left,.ty_ls_right{
  float: left;
}
.ty_ls>.swiper-container>.swiper-button-next, .swiper-container>.swiper-button-prev {
  width: 2vw;
  height: 2vw;
  background-color: black;
}
#ls_btn_l{
  left: 16.5%;
  top: 90%;
  outline: none;
  border: 0;
  background-size: 17px;
}
#ls_btn_r{
  left: 19%;
  top: 90%;
  outline: none;
  border: 0;
  background-size: 17px;
}
.ty_ls_body{
  width: 68.314%;
  margin: 0 auto;
  padding-bottom: 4vw;
  overflow: hidden;
}
.ty_ls_left{
  width: 44%;
  float: left;
}
.ty_ls_right{
  width: 30.1049vw;
  height: 29.063vw;
  padding-top: 3.1vw;
  float: right;
}
.ty_ls_right>img{
  width: auto;
  height:100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ty_ls_right_t{
    width: 54.2%;
    height: 150px;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 6.615vw;
    background-color: #eb2763;
}
.ty_ls_right_b{
  width: 17.3vw;
  height: 3vw;
  position: absolute;
  right: 21vw;
  top: 34vw;
  z-index: -1;
  background-color: #333333;
}
.ty_ls_left_title{
  width: 100%;
  /* padding-bottom: 1vw; */
}
.ty_ls_left_title>p:nth-of-type(1){
  font-size: 2.1vw;
  color: #eb2763;
}
.ty_ls_left_content{
  font-size: 0.83vw;
 width: 100%;
}
.ty_ls_left_content>p{
  line-height: 1.5vw;
    padding-bottom: 1vw;
    margin: 0;
}
.ty_ls_left_content>p:nth-of-type(1){
  font-size: 2.1vw;
}
/* 业绩分析 */
.ty_ana{
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.ty_ana_phone{
  display: none;
}
.ty_ana>div{
  width: 68.314%;
  margin: 0 auto;
  padding-top: 3vw;
  padding-bottom: 5vw;
}
.ty_ana>div>div{
  width: 100%;
}
.ty_ana>div>div>div{
  width: 45%;
  float: left;
}
.ty_ana>div>div>div>img{
  width: 60%;
  float: left;
}
.ty_ana_l{
  height: 5.5vw;
  padding-top: 6.3vw;
  text-align: center;
  padding-bottom: 7vw;
}
.ty_ana_l_title{
  font-size: 2.1vw;
  color: #eb2763;
}
#swiper-4>.swiper-wrapper{
  width: auto;
    /* height: 385px; */
    padding-bottom: 75px;
}
.ty_ana>.swiper-container-3d {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}
#swiper-4>.swiper-wrapper>.swiper-slide>img{
  width: 100%;
}
.ty_ana_l_body{
  font-size: 0.75vw;
  padding-bottom: 1.3vw;
}
  .ty_ana_l>hr {
    margin: 0 auto;
    width: 3%;
    border: 0;
    border-bottom: 1px solid;

}

.ty_ana_r>.swiper-wrapper>.swiper-slide{
  
	-webkit-transform: scale(0.7);
	/* margin: 1px; */
	transform: scale(0.7);
	margin-top: 70px;
	margin-bottom: 70px;
}
.ty_ana_r>.swiper-wrapper>.swiper-slide-active {
	-webkit-transform: scale(0.9);
	/* margin: 1px; */
	transform: scale(0.9);
	margin-top: 70px;
	margin-bottom: 70px;
}
#ana_btn_l{
  width: 2vw;
  height: 2vw;
  left: 44%;
    top: 95%;
  outline: none;
  border: 0;
  background-color: transparent;
  background-size: 0.8vw;
}
#ana_btn_r{
  width: 2vw;
  height: 2vw;
  right: 43%;
  top: 95%;
  outline: none;
  border: 0;
  background-color: transparent;
  background-size:0.8vw;
}
#pagination-3{
  position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    left: 6px;
    bottom: 10.2%;
}
#pagination-3>.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: .8;
  border: 1px solid #000;
  margin: 0.2vw;
}
#pagination-3>.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  opacity: 1;
  outline: none;
  border: 1px solid #eb2763;
  background: transparent;
}
#abtn_contact {
  width: 12vw;
  height: 2.5vw;
  background-color: rgba(255,255,255,0.5);
  left: 42%;
  position: absolute;
  top: 84%;
  z-index: 2;
  border-radius: 25px;
}
.ty_ana>.swiper-container-horizontal>.swiper-pagination-bullets>.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: transparent;
  opacity: 1;
}
.ty_ana>.swiper-container-horizontal>.swiper-pagination-bullets>.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  opacity: 1;
  background: transparent;
  border: 1px solid #eb2763;
}
.ty_ana>.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 4%;
}
.layer-mask {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	transition: all 0.5s;
	background-color: #3e3e3e;
	position: absolute;
	left: 0;
	top: 0;
  right: 0;
}

.swiper-slide-active .layer-mask {
	display: none;
}
/* 学习机构 */
.ty_Learn{
  background-color: #eb2763;
  width: 100%;
  height: auto;
}
.ty_Learn_t{
  width: 100%;
  height: 40vw;
}
.ty_Learn_t>div{
  width: 68.314%;
  margin: 0 auto;
  position: relative;
}
.ty_Learn_t_l{
   width: 30%;
   position: absolute;
   left: 0%;
   z-index: 2;
   padding-top: 5vw;
}
.ty_Learn_t_l>form{
    background-color: #ffffff;
    border: 11px solid #f593b1;
    padding: 2vw;
}
.form-group>.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-left-width:0px;
  border-top-width:0px;
  border-right-width:0px;
  border-bottom-color:black;
  border-radius: 0%;
  box-shadow: none;
  outline: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus{
  outline: none;
}
.ty_Learn_t_l>form>.btn{
  width: 7rem;
  margin:0 auto;
  background-color: #eb2763;
  color: #fff;
  border: none; 
  margin-top: 1.6vw;
  margin-left: 5vw;
 }
 .ty_Learn_t_l>form>.btn:focus{
   outline: none;
 }
.ty_Learn_t_l_t_t{
  padding-bottom: 2vw;
}
.ty_Learn_t_l_t_t>p{
  margin: 0;
  font-weight: 600;
}
.ty_Learn_t_l_t_t>.ty_Learn_t_l_t_title{
  font-size: 2.1vw;
  color: #eb2763;
  font-weight: 500;
}
.ty_Learn_t_c{
  width: 19%;
  position: absolute;
  left: 34%;
  z-index: 2;
  padding-top: 9.5vw;
  color: #fff;
}
.ty_Learn_t_c_top{
  width: 100%;
  padding-bottom:2vw; 
}
.ty_Learn_t_c_top_city{
  position: relative;;
}
.ty_Learn_t_c_top_city>span:nth-of-type(1){
  font-size: 2.1vw;
}
.ty_Learn_t_c_top_city>span:nth-of-type(3){
  padding-left: 0.5vw;
}
.jia{
  position: absolute;
  font-size: 1.2vw;
}
/* +城市 */
.ty_Learn_t_c_cen{
  text-align: left;
}
.ty_Learn_t_c_cen>ul>li{
  display: -webkit-inline-box;
  font-size: 0.8vw;
  text-align: left;
}
.ty_Learn_t_c_bot{
  width: 100%;
  padding-top: 0.5vw;
}
.ty_Learn_t_r{
  width: 50%;
  position: absolute;
  z-index: 0;
  width: 60%;
  left: 38%;
  z-index: 0;
  /* overflow: hidden; */
}
.ty_Learn_t_r>div{
  width: 90rem;
  height: 50rem;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.ty_Learn_b{
 width: 100%;
 margin-top: 2rem;
 position: relative;
 z-index: 2;
}
.ty_Learn_b>div{
  width: 68.314%;
  margin: 0 auto; 
}
.ty_Learn_b_t{
  width: 30%;
  margin: 0 auto;
  color: #fff;
  font-size: 2.1vw;
  text-align: center;
}
.ty_Learn_b_t_title{
  font-size: 2.1vw;
}
.ty_Learn_b_t_body{
font-size: 0.83vw;
margin-bottom: 1.5vw;
white-space: nowrap;
}
.ty_Learn_b_t>hr{
  width: 10%;
  background-color: transparent;
  margin: 0 auto;
  border-top: 1px solid #F7AEC4;
  padding-top: 1vw;
  padding-bottom: 0.5vw;
}
.ty_Learn_b_b{
  width: 100%;
}
.ty_Learn_b_b>div{
  width: 100%;
  /* margin-bottom: 0.2vw; */
  overflow: hidden;
  padding-bottom: 5vw;
  padding-left: 3%;

}
.ty_Learn_b_b>div>img{
  width: 147px;
    height: 58px;
    float: left;
    margin-right: 0.3vw;
    margin-bottom: 0.3vw;
    background-color: #f3f3f3;
}
/* footer */
.footer{
 width: 100%;
 padding-top: 2.8vw;
padding-bottom: 2.8vw;
 overflow: hidden;
 background-color: #333333;
}
.footer>div{
  width: 68.314%;
  margin: 0 auto;
}
.footer_up{
   width: 100%;
   overflow: hidden;
}
.footer_up_left{
  width: 36.5%;
  float: left;
  /* padding-bottom: 1vw; */
  /* border-bottom:1px solid #efefef; */
}
.footer_up_left>hr{
  width: 87%;
  float: left;
  margin: 0 auto;
  /* padding-right: 1vw; */
  padding-left: -1vw;
  margin-top: 1vw;
}
.footer_up_left>ul{
  overflow: hidden;
}
.footer_up_left>ul>li{
  width: calc(100% / 5);
  height: 1vw;
  line-height: 1vw;
  white-space: nowrap;
  text-align: center;
  float: left;
  border-right:1px solid #efefef;
}
.footer_up_left>ul>li>a{
  text-decoration: none;
  color: #efefef;
  font-size: 0.9vw;
}
.footer_up_left>ul>li>a:hover{
  color: #eb2763;
  text-decoration: none;
}
.footer_up_left>ul>li:first-child{
  text-align: left;
  width: 11%;
}
.footer_up_left>ul>li:last-child{
  padding-right: 0;
  border-right:none;
}
.footer_up_right{
  width: 40%;
  float: right;
}
.footer_up_right>div{
  margin-left: 3.8vw;
float: left;
}
.footer_up_right>div:first-child{
  margin-left: 0;
}
.footer_up_right>div:first-child>a>span{
  float: left;
  font-size: 1.1vw;
  padding-left: 0.5vw;
  color: #efefef;
  vertical-align: middle;
}
.footer_up_right>div:first-child>a>img{
  vertical-align: middle;
    float: left;
}
.footer_up_right>div>a>img,.footer_up_right>div>img{
  width: 1.68vw;
}
.footer_up_right>div>a>img:nth-of-type(2), .footer_up_right>div>img:nth-of-type(2){
  display: none;
}
.footer_up_right>div>img:hover,.footer_up_right>div>a>img:hover{
  cursor: pointer;
}
.footer_down{
  width: 100%;
  overflow: hidden;
  padding-top: 1vw;
}
.footer_down>div{
  margin: 0 auto;
  padding-right: 1vw;
}
.footer_down>div>p,.footer_down>div>p>a{
 color: #efefef;
 font-size: 0.8vw;
}
.footer_down>div>p>a{
  margin-right:10px;
}
.footer_down>div>p>a:hover{
  text-decoration: none;
}
.footer_down_left{
  float:right;
}
.footer_down_right{
  float: left;
}
.blockUI {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  display: none;
}
.alert_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 5;
  min-width: 250px;
  max-width: 420px;
  width: 50%;
  text-align: center;
  padding: 45px 70px;
  box-sizing: border-box;
}
.wechat_alert img {
  width: 90%;
}
.wechat_alert p {
  margin-bottom: 10px;
}
.confirm {
  padding: 7.5px 10%;
  border-radius: 5px;
  background-color: #eb2763;
  color: #fff;
  cursor: pointer;
}
/*ipad  */
@media only screen and (min-width: 768px) and (max-width:1024px){
  .banner {
    width: 100%;
    height: 7.5rem;
    z-index: 100;
    position: fixed;
    top: 0;
  }
  .banner > .ban_top {
    display: none;
  }
  /* .ban_bot {
    padding-top: 2%;
  } */
  .ban_bot>div {
    width: 90%;
    margin: 0 auto;
}
  .ban_bot_left {
    margin: 1rem 0 0 0;
    float: left;
    width: 25%;
    line-height: 5.5rem;
    padding-top: 0;
}
  .ban_bot_left > img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .ban_bot_right {
    float: right;
    width: 4%;
    margin-right: 0;
    display: list-item;
    list-style: none;
    padding-top: 0;
  }
  .ban_bot_right > ul > li {
    padding: 0 0 0 1.5vw;
    position: relative;
}
  .ban_bot_right>.Contact1 {
    position: absolute;
    display: block;
    right: 13vw;
    top: 3rem;
    border: 1px solid #A09FA0;
    padding: 0.3vw 0.5vw;
    height: 3.5vw;
    text-align: center;
    line-height: 3vw;
    text-decoration: none;
    color: #ffffff;
    font-size: 2vw;
}
  .ban_bot_right > img {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .ban_bot_right > .navbar-right {
    display: none;
  }
  .ban_bot_right > ul > li > ul {
    display: none;
    background-color: rgba(0,0,0, 0.5);
  }
.ban_bot_right > ul > li > ul:nth-of-type(5){
    height:10vw;
  }
  .ban_bot_right ul,
  .ban_bot_right li {
    width: 100%;
  }
  .ban_bot_right > .nav-right {
    display: none;
    position: absolute;
    left: 0;
    top: 8.5rem;
    color: #ffffff;
    background-color: rgba(0,0,0, 0.5);
  }
  .ban_bot_right > ul > li {
    width: 100%;
    padding-left: 0;
  }
  .ban_bot_right > ul > li > a {
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    line-height: 11vw;
    padding-left: 2rem;
    font-size: 2vw;
    border-bottom: 1px dashed #adafb2;
  }
  .nav-right > li > ul > li {
    padding: 0 0 0 2rem;
    line-height: 10vw;
    border-bottom: 1px dashed #adafb2;
  }
  .nav-right > li > ul > li > a {
    width: 100%;
    color: white;
  }
  .nav-right > li > ul > li:hover {
    background-color: #eb2763;
  }
  .ty_pic{
    display: none;
  }
  .ty_Pic{
    width: 100%;
    /* height: 193px; */
    overflow: hidden;
    position: relative;
    display: block;
  }
  .ty_Pic>img{
    width: 100%;
    height:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .ty_Pic>img:nth-of-type(2){
    position: absolute;
    width: 15.8%;
    height: 36.7%;
    top: 40%;
    left: 42%;
    z-index: 2;
  }
  .ty_Pic>img:nth-of-type(1){
    position: relative;
  }
/* 田杨老师 */
.ty_about {
  height: auto;
}
.ty_about>div {
 width: 100%;
}
.ty_about>div>.ty_right {
position: absolute;
width: 89%;
left: 9%;
z-index: -1;
}
  .ty_left {
    z-index: 3;
    width: 100%;
}
  .ty_left_title {
    padding-left: 3rem;
    padding-bottom: 34vw;
}
.ty_left_title>p {
  font-size: 2.8vw;
}
.ty_left_title>p:nth-of-type(1) {
  font-size: 7vw;
}
.ty_left_introduce {
  width: 94%;
  margin: 0 auto;
  opacity: 1;
}
.ty_left_introduce>p {
line-height: 6vw;
font-size: 3vw;
}
.ty_left_num>div {
width: 50%;
text-align: center;
padding-bottom: 3vw;
}

.ty_left_num>div>span{
  font-size:3vw;
}
.ty_left_num>div>.counter {
  color: #eb2763;
  font-size: 10vw;
  font-family: 'Palatino Linotype';
}
.ty_left_num>div>p {
font-size: 4vw;
}
.ty_left_num>div:nth-of-type(1), .ty_left_num>div:nth-of-type(2), .ty_left_num>div:nth-of-type(3) {
padding-bottom: 2.9vw;
}
.ty_left_num>div:nth-of-type(1), .ty_left_num>div:nth-of-type(2) {

border-right:0;
border-bottom: 1px solid #f3f3f3;
}
.ty_left_num>div:nth-of-type(2n){
border-left: 1px solid #f3f3f3;
border-bottom: 1px solid #f3f3f3;
}
.ty_left_num>div:nth-of-type(5) {
border-right:0;
border-left:0;
}
.ty_left_num>div:nth-of-type(6) {
  border-bottom: 0;
}
  .ty_about>div>.ty_right {
    position: absolute;
    width: 85%;
    top: 6%;
    right: -1vw;
    z-index: -1;
}
.counter {
  color: #eb2763;
  font-size: 5vw;
}
/* 企业切换 */
.ty_jt>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-title {
  top: 22%;
  width: 100%;
  color: #ffffff;
  font-size: 2.5vw;
}
.ty_jt>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-content {
  top: 41%;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  width: 100%;
  margin: auto;
}
.ty_jt>.swiper-container-horizontal>.swiper-pagination-bullets {
  display: none;
}
#btn_contact {
   display: none;
}
#jt_btn_l {
  width: 4vw;
  height: 11vw;
  left: 2%;
  top: 40%;
  background-color: transparent;
 }
 #jt_btn_r {
  width: 4vw;
  height: 11vw;
  right: 2%;
  top: 40%;
 }
 /* 集团架构 */
 .ty_arc {
  height: auto;
  }
  .ty_arc>.ty_arc_top {
    width: 89%;
  }
  .ty_arc_top_list>.ty_arc_top_title {
    width: 100%;
    margin-bottom: 4vw;
    text-align: center;
    padding-right: 0;
 }
 .ty_arc_top_list>.ty_arc_top_title>p:nth-of-type(1) {
  font-size: 5vw;
 }
 .ty_arc_top_list>li {
  text-align: -webkit-center;
  text-align: center;
  position: relative;
 }
 .ty_arc_top_list>li>a {
  font-size: 3.92vw;
  height: 8.5vw;
  display: block;
  width: 100%;
  line-height: 8.5vw;
  text-align: center;
  margin-bottom: 1vw;
 }
 .ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_footer {
  font-size: 3vw;
}
 .ty_arc_top_list>li:nth-of-type(1)>.ty_arc_left {
  display: none;
 }
 .ty_arc_top_list>li>.ty_arc_left {
  width: 100%;
  /* height: 70vw; */
  background-color: #f593b1;
  font-size: 4vw;
  position: static;
  top: 8vw;
  left: 0;
  padding: 3vw 3vw 21vw 3vw;
 }
 .ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_title{
   width: 100%;
 }
 .ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_title>p:nth-of-type(1) {
  font-size: 4vw;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_content {
  font-size: 3vw;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_title>p {
  font-size: 0.1vw;
}
 /* 直营连锁 */
 .ty_ls {
  width: 100%;
  /* height: 57vw; */
}
.ty_ls>.swiper-container>.swiper-button-next, .swiper-container>.swiper-button-prev {
  width: 4vw;
  height: 4vw;
  background-color: black;
}
.ty_ls_body {
  width: 90%;
}
.ty_ls_left_title>p:nth-of-type(1) {
  font-size: 5vw;
}
.ty_ls_left_content>p {
  line-height: 2vw;
}
.ty_ls>.swiper-container>#ls_btn_l {
  left: 88%;
  top: 92%;
  outline: none;
  border: 0;
 }
 .ty_ls>.swiper-container>#ls_btn_r {
  left: 93%;
  top: 92%;
  outline: none;
  border: 0;
 }
 .ty_ls_left_content>p:nth-of-type(1) {
  font-size: 3vw;
}
.ty_ls_right {
  overflow: hidden;
  margin-right: 9rem;
}
/* 业绩分析 */
.ty_ana {
  width: 100%;
}
 .ty_ana>div {
  width: 90%;
  margin: 0 auto;
}
 .ty_ana_l_title {
  font-size: 5vw;
 }
 .ty_ana_l_body {
  font-size: 0.75vw;
  padding-bottom: 1.3vw;
}
.ty_ana_l {
  padding-bottom: 14vw;
}
 .ty_ana_l>hr {
  margin: 0 auto;
  width: 5%;
  border-bottom: 1px solid black;
 }
 
 .ty_ana>.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: none;
 }
 #abtn_contact {
  display: none;
 }
 #ana_btn_l {
  width: 5vw;
  height: 5vw;
  left: 0%;
  top: 50%;
  /* background-color: #eb2763; */
  background-color: rgba(0,0,0,0.2);
  background-size: 14px;
 }
 #ana_btn_r {
  width: 5vw;
  height: 5vw;
  left: 95%;
  top: 50%;
  background-color: rgba(0,0,0,0.2);
  background-size: 14px;
 }
/* 地图 */
.ty_Learn {
  height: auto;
  background-color: #fff;
}
.ty_Learn_t {
 width: 100%;
 height: auto;
 background-color: #eb2763;
}
 .ty_Learn_t>div {
  width: 90%;
  margin: 0 auto;
  height: 150vw;
  position: relative;
}
.ty_Learn_t_l {
  width: 100%;
  left: 0%;
  top: 64%;
}
.ty_Learn_t_c {
  width: 100%;
  position: absolute;
  left: 0;
  top: 37%;
}
.ty_Learn_t_c_top_city>span:nth-of-type(1) {
  font-size: 5vw;
  font-family: 'Palatino Linotype';
}
.ty_Learn_t_c_cen>ul>li {
  font-size: 2.3vw;
  display: inline-flex;
  text-align: justify;
}
.ty_Learn_t_c_bot {
  font-size: 2vw;
  padding-top: 3vw;
}
.ty_Learn_t_l_t_t>.ty_Learn_t_l_t_title {
  font-size: 3.5vw;
}
 .ty_Learn_t_r {
  width: 100%;
  left: -10%;
  top: 0;
  z-index: 0;
 }
 .ty_Learn_t_r>div {
  width: 110vw;
  height: 90vw;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
 }
 .ty_Learn_t_l>form>.btn {
  width: 20%;
  margin-left: 42%;
 }
 .ty_Learn_b {
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  padding-top: 5vw;
}
.ty_Learn_b_t>hr {
  width: 16%;
  color: black;
  margin: 0 auto;
  border-top: 1px solid #000;
  padding-top: 0;
}
 .ty_Learn_b>div {
  width: 88%;
 }
 .ty_Learn_b>div>.ty_Learn_b_t {
  width: 30%;
  margin: 0 auto;
  color:#000;
  font-size: 2.1vw;
  text-align: center;
 }
 .ty_Learn_b_t_title {
  font-size: 5vw;
    color: #eb2763;
    margin: 0 0 0 0;
 }
 .ty_Learn_b_b{
  padding-top: 1vw;
  margin-bottom: 5vw;
 }
 .ty_Learn_b_b>div {
  width: 100%;
  margin-bottom: 0vw;
  overflow: hidden;
  padding-left: 0;
}
.ty_Learn_b_b>div>img {
  margin-bottom: 1vw;
  margin-right: 0.3vw;
  margin-left: 0.3vw;
  background-color: #f3f3f3;
  width: 24%;
 }
 /* 底部 */
 .footer {
  height: auto;
 }
 .footer>div {
  width: 90%;
  padding-bottom: 0;
}
.footer>div:nth-of-type(2){
  width: 100%;
  background-color: #646464;
}
 .footer_up_left {
  width: 57%;
  float: left;
  padding-top: 2vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #efefef;
 }
 .footer_up_left>ul>li>a {
  font-size:1.5vw;
  padding-right: 1vw;
  padding-left: 1vw;
}
.footer_up_left>ul>li:first-child {
  border-left: 1px solid #efefef;
}
.footer_up_left>ul>li:last-child {
  border-right: 1px solid #efefef;
 }
 .footer_up_right>div:first-child {
  margin-left: 0;
  margin-right: 0;
}
.footer_up_left>ul>li {
  height: 3vw;
  line-height: 3vw;
}
.footer_up_right{
  width: 100%;
  padding-left: 12vw;
}
 .footer_up_right>div {
  width: calc(100% / 4);
  margin-left: 0;
  text-align: left;
}
 .footer_up_right>div>a>img,.footer_up_right>div>img {
  width: 6vw;
 }
 .footer_up_right>div:first-child>a>span,.footer_down,.footer_up_left{
  display: none;
 }
}
/*phone*/
@media only screen and (min-width: 320px) and (max-width: 767px){
  .banner {
    width: 100%;
    height: 6rem;
    position: relative;
  }
  .banner > .ban_top {
    display: none;
  }
  .ban_bot{
    height: 6rem;
  }
  .ban_bot>div {
    width: 100%;
    height: 6rem !important;
    margin: 0 auto;
}
  .ban_bot_left {
    float: none;
    width: 50%;
    line-height: 6rem;
    padding-top: 0;
    margin-left: 2rem;
}
.ban_bot_left>a{
  width: 70%;
  height: 70%;
  display: list-item;
  text-decoration: none;
  line-height: 6rem;
}
  .ban_bot_left>a>img {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .ban_bot_right {
    height: auto;
    line-height: 6rem;
    padding-top: 0%;
    float: none;
  }
  .ban_bot_right > ul > li {
    padding: 0 0 0 1.5vw;
    position: relative;
}
  .ban_bot_right > img {
    display: block;
    position: relative;
    width: 6vw;
    margin: -11% 0 5% 86%;
  }
  .ban_bot_right > .navbar-right {
    display: none;
  }
  .ban_bot_right > ul > li > ul {
      display: none;
      position: static;
      height: max-content;
  }
  .ban_bot_right ul,
  .ban_bot_right li {
    width: 100%;
  }
  .ban_bot_right>.Contact1 {
    position: absolute;
    display: block;
    right: 7rem;
    top: 2rem;
    border: 1px solid #A09FA0;
    padding: 0.5vw 0.5vw;
    height: 2rem;
    text-align: center;
    line-height: 1.5rem;
    text-decoration: none;
    color: #ffffff;
    font-size: 2vw;
}
  .ban_bot_right > .nav-right {
    position: static;
    height: auto;
    background-color: rgba(0,0,0, 0.5);
  }
  .ban_bot_right > ul > li {
      width: 100%;
      display: inline-table;
      /* line-height: 8.5rem; */
      height: auto;
      padding-left: 0;
  }
  .ban_bot_right > ul > li > a {
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    padding-left: 2rem;
    font-size: 5vw;
    border-bottom: 1px dashed #adafb2;
  }
  .nav-right > li > ul > li {
    padding:1rem 0 1rem 6vw;
    border-bottom: 1px dashed #adafb2;
  }
  .nav-right > li > ul > li > a {
    font-size: 5vw;
    width: 100%;
    color: white;
  }
  .nav-right > li > ul > li:hover {
    background-color: #eb2763;
  }
  /* 图片 */
  .ty_pic{
    display: none;
  }
  .ty_Pic{
    width: 100%;
    height: 193px;
    overflow: hidden;
    position: relative;
    display: block;
  }
  .ty_Pic>img{
    width: 100%;
    height:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .ty_Pic>img:nth-of-type(2){
    position: absolute;
    width: 15.8%;
    height: 36.7%;
    top: 40%;
    left: 42%;
    z-index: 2;
  }
  .ty_Pic>img:nth-of-type(1){
    position: relative;
  }
  /* 田杨老师 */
  .ty_about {
    height: auto;
}
.ty_about>div {
  width: 100%;
}
.ty_about>div>.ty_right {
  position: absolute;
  width: 89%;
  left: 9%;
  top: 7%;
  z-index: -1;
}
    .ty_left {
      z-index: 3;
      width: 100%;
  }
    .ty_left_title {
      padding-left: 3rem;
      padding-bottom: 34vw;
  }
  .ty_left_title>p {
    font-size: 2.8vw;
  }
  .ty_left_title>p:nth-of-type(1),.ty_arc_top_list>.ty_arc_top_title>p:nth-of-type(1),.ty_ana_l_title{
    font-size: 7vw;
    margin: 0;
  }
  .ty_left_introduce {
    opacity: 1;
 }
.ty_left_introduce>p {
  line-height: 6vw;
  font-size: 3vw;
 }
 .ty_left_num>div {
  width: 50%;
  text-align: center;
  padding-bottom: 3vw;
  }

  .ty_left_num>div>span{
    font-size:3vw;
  }
  .ty_left_num>div>.counter {
    color: #eb2763;
    font-size: 10vw;
 }
 .ty_left_num>div>p {
  font-size: 4vw;
 }
 .ty_left_num>div:nth-of-type(1), .ty_left_num>div:nth-of-type(2), .ty_left_num>div:nth-of-type(3) {
  padding-bottom: 2.9vw;
}
 .ty_left_num>div:nth-of-type(1), .ty_left_num>div:nth-of-type(2) {
 
  border-right:0;
  border-bottom: 1px solid #f3f3f3;
}
.ty_left_num>div:nth-of-type(2n){
  border-left: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.ty_left_num>div:nth-of-type(5) {
  border-right:0;
  border-left:0;
  }
  .ty_left_num>div:nth-of-type(6) {
    border-bottom: 0;
 }
 /* 集团架构 */
 .ty_arc {
  height: auto;
  }
  .ty_arc>.ty_arc_top {
    width: 89%;
  }
  .ty_arc_top_list>.ty_arc_top_title {
    width: 100%;
    margin-bottom: 4vw;
    text-align: center;
    padding-right: 0;
 }
 .ty_arc_top_list>li {
  text-align: -webkit-center;
  text-align: center;
  position: relative;
 }
 .ty_arc_top_list>li>a {
   font-size: 6vw;
    height: 11.5vw;
    display: block;
    width: 100%;
    line-height: 10.5vw;
    text-align: center;
   margin-bottom: 3vw;
 }
 .ty_arc_top_list>li:nth-of-type(1)>.ty_arc_left {
  display: none;
 }
 .ty_arc_top_list>li>.ty_arc_left {
  width: 100%;
  height: auto;
  background-color: #f593b1;
  font-size: 4vw;
  position: static;
  margin-top: 4rem;
  padding: 6vw 5vw 27vw 5vw;
 }
 .ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_title{
   width: 100%;
 }
 .ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_title>p:nth-of-type(1) {
  font-size: 6vw;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_content,.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_footer{
  font-size: 4vw;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_footer>span{
  white-space: nowrap;
}
.ty_arc_top_list>li>.ty_arc_left>.ty_arc_left_footer>span:nth-of-type(2) {
  padding-left: 0;
}
 /* 企业切换 */
.ty_jt>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-title {
  top: 22%;
    color: #ffffff;
    font-size: 3.5vw;
}
.ty_jt>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-content {
  top: 41%;
    left: 0;
    right: 0;
    color: #fff;
    width: 80%;
    text-align: center;
    font-size: 4.5vw;
    margin: auto;
}
.ty_jt>.swiper-container-horizontal>.swiper-pagination-bullets {
  display: none;
}
#btn_contact {
   display: none;
}
#jt_btn_l {
  width: 4vw;
  height: 11vw;
  left: 2%;
  top: 50%;
  background-color: transparent;
 }
 #jt_btn_r {
  width: 4vw;
  height: 11vw;
  right: 2%;
  top: 50%;
 }
 /* 直营连锁 */
.ty_ls1{
  width: 100%;
  height: auto;
   display: block;
}
.ty_ls{
   display: none;
}
 .ty_ls_body {
  width: 90%;
 }
 .ty_ls_left {
  width: 100%;
  float: left;
}
.ty_ls_left>hr {
  width: 6%;
  border: 0;
  margin-left: 46%;
  border-top: 1px solid #000;
  margin-bottom: 4vw;
}
 .ty_ls_left_title {
  text-align: center;
 }
 .ty_ls_left_title>p:nth-of-type(1) {
  font-size: 5vw;
  color: #eb2763;
}
.ty_ls_left_content>p:nth-of-type(1) {
  display: none;
}
.ty_ls_left_content {
  font-size: 3vw;
  float: left;
  padding-top: 4vw;
}
.ty_ls_left_content>p {
  line-height: 5vw;
  padding-bottom: 1vw;
  margin: 0;
}
.ty_ls_left_footer{
  width: 100%;
  font-size: 1vw;
}
.ty_ls_left>.hr-1{
  width: 4%;
  border: 0;
  border-top: 2px solid #000;
  margin-bottom: 2vw;
  margin-left: 0;
}
.email- {
  /* padding-left: 7vw; */
  white-space: nowrap;
}
 .ty_ls_right {
  width: 100%;
    height: 40.5vw;
    padding-top: 0;
    float: left;
}
 .ty_ls_right_t,.ty_ls_right_b {
  display: none;
 }
 .ty_ls1>#swiper-5>#ls_btn_l1 {
  left: 80%;
  top: 97%;
  border: 0;
  outline: none;
  background-size: 10px;
 }
 .ty_ls1>#swiper-5>#ls_btn_r1 {
  left: 86%;
  top: 97%;
  border: 0;
  outline: none;
  background-size: 10px;
 }
 .ty_ls1>.swiper-container>.swiper-button-next, .ty_ls1>.swiper-container>.swiper-button-prev {
  width: 5vw;
  height: 5vw;
  background-color: black;
 }
 .ty_jt {
  width: 100%;
  height: 50vw;
}
.ty_jt>.swiper-container{
  height: 100%;
}
.ty_jt>.swiper-container>.swiper-wrapper>.swiper-slide{
  height: 50vw;
    overflow: hidden;
}
.ty_jt>.swiper-container>.swiper-wrapper>.swiper-slide>img {
  width: 150%;
    margin-left: -25%;
}
 /* 业绩分析 */
 .ty_ana{
display: none;
 }
.ty_ana_phone{
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 5vw;
}
 .ty_ana>div {
  width: 90%;
  margin: 0 auto;
}
 .ty_ana>div>div>div>img {
  width: 100%;
  float: left;
}
.ty_ana_l {
  padding-bottom: 23vw;
}
.ty_ana_l_body {
  font-size: 3vw;
  padding-bottom: 1vw;
}
.ty_arc_top_list>.ty_arc_top_title>p,.ty_Learn_b_t_body{
  font-size: 3vw;
}
.ty_Learn_b_t_body {
  margin-bottom: 3vw;
}
.ty_ana>div>div>div>img:nth-of-type(2){
  display: none;
}
 .ty_ana_l>hr {
  margin: 0 auto;
  width: 5%;
  border-bottom: 1px solid black;
 }
 .ty_ana>.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: none;
 }
 #abtn_contact {
  display: none;
 }
 .ty_ana_b{
  width: 100%;
  /* margin: auto; */
  margin-left: 4%;
  overflow: hidden;
 }
 .ty_ana_b>div{
 width: 45%;
 float: left;
 margin-bottom: 3vw;
 }
 .ty_ana_b>div:nth-of-type(2n+1){
   margin-right: 2vw;
 }
 /* 地图 */
 .ty_Learn {
  height: auto;
  background-color: transparent;
}
.ty_Learn_t {
  width: 100%;
  height: auto;
  background-color: #eb2763;
}
 .ty_Learn_t>div {
  width: 90%;
  margin: 0 auto;
  height: inherit;
  position: static;
}
.ty_Learn_t_l,.ty_Learn_t_c,.ty_Learn_t_r{
  width: 100%;
position: static;
}
.ty_Learn_t_l>form>.form-group>.form-control{
  font-size: 3vw;
}
.ty_Learn_t_l>form {
  padding: 7vw;
}
.ty_Learn_t_c {
  padding-top: 0;
  margin-top: -16vw;
}
.ty_Learn_t_c_top_city>span:nth-of-type(1) {
  font-size: 5vw;
  font-family: 'Palatino Linotype';
}
.ty_Learn_t_c_cen>ul>li {
  display: -webkit-inline-box;
  font-size: 3vw;
  text-align: left;
}
.jia {
  font-size: 3vw;
}
.ty_Learn_t_l_t_t>.ty_Learn_t_l_t_title {
  font-size: 5vw;
}
.ty_Learn_t_l_t_t>p {
  margin: 0;
  font-size: 3vw;
}
 .ty_Learn_t_r {
  margin-left: -15vw;
 }
 .ty_Learn_t_r>div {
  width: 115vw;
  height: 95vw;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
 }
 .ty_Learn_t_l>form>.btn {
  width: 32%;
  margin-left: 33%;
 }
 .ty_Learn_b {
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  padding-top: 9vw;
}
.ty_Learn_t_l_t_t {
  padding-bottom: 5vw;
}
.ty_Learn_b_t>hr {
  width: 16%;
  color: black;
  margin: 0 auto;
  border-top: 1px solid #000;
  padding-top: 0;
}
 .ty_Learn_b>div {
  width: 90%;
 }
 .ty_Learn_b>div>.ty_Learn_b_t {
  width: 40%;
  margin: 0 auto;
  color:#000;
  font-size: 2.1vw;
  text-align: center;
 }
 .ty_Learn_b_t_title {
  font-size: 7vw;
    color: #eb2763;
    margin: 0 0 0 0;
 }
 .ty_Learn_b_b{
  padding-top: 3vw;
  margin-bottom: 5vw;
 }
 .ty_Learn_b_b>div {
  width: 100%;
  margin-bottom: 0vw;
  overflow: hidden;
}
.ty_Learn_t_c_top_city>span:nth-of-type(3) {
  padding-left: 3vw;
}
.ty_Learn_b_b>div>img {
  margin-bottom: 1vw;
  margin-right: 3vw;
  background-color: #f3f3f3;
  width: 29%;
  height: auto;
}
 /* 底部 */
 .footer {
  height: auto;
 }
 .footer>div {
  width: 90%;
  padding-bottom: 0;
}
.footer>div:nth-of-type(2){
  width: 100%;
  background-color: #646464;
}
 .footer_up_left {
  width: 100%;
  float: left;
  padding-top: 2vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #efefef;
 }
 .footer_up_left>ul>li>a {
  text-decoration: none;
  color: #efefef;
  font-size: 3vw;
  padding-right: 3vw;
  padding-left: 2.5vw;
}
.footer_up_left>ul>li:first-child {
  border-left: 1px solid #efefef;
}
.footer_up_left>ul>li:last-child {
  border-right: 1px solid #efefef;
 }
 .footer_up_right {
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 15%;
 }
 .footer_up_right>div {
  margin-left: 0;
  width: calc(100% / 4);
  /* text-align: center; */
}
 .footer_up_right>div>img,.footer_up_right>div>a>img{
  width: 6vw;
 }
 .footer_up_left>ul>li {
  height: 4vw;
  line-height: 4vw;
}
 .footer_up_right>div:first-child>a>span,.footer_down,.footer_up_left{
  display: none;
 }

}