body {
    background-color: #f7f7f7 !important;
}
/*悬浮广告*/
.position_one{
    width: 185px;
    height: 238px;
    position: fixed;
    bottom: 5%;
    left: 1%;
    z-index: 1;
    /* display: none; */
}
.position_one img{
    width: 60%;
    height: auto;
}
.position_two{
    width: 200px;
    height: 337px;
    position: fixed;
    top: 25vh;
    right: 1%;
    z-index: 1;
    display: none;
}
.position_two img{
    width: 100%;
    height: auto;
}
/*顶部样式�?�?-banner结束*/
  .heid{
     width:100%;
     background-color: #fff;
     position: fixed;
     z-index: 10;
   }
  .headernav {
    width:100%;
    height:auto;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
  }
/*顶部第一个导�?*/
  .topnav{
      width:1200px;
      margin:0 auto;
      /* height:100px; */
      height: 50px;
  }
  .topnav_img{
    width: 23%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .topnav_img img{
    /*   width: 180px; */
    /* width: 141px; */
    /* height: 82px; */
    /* margin-top: 25px; */
    /* margin-top: 4px; */
	width: 127px;
	margin-top: 6px;
  }
  .topnav_m{
    width: 42%;
    float: left;
    /* margin-top:65px; */
    margin-top: 10px;
  }
  .topnav_m a{
    width: 57px;
    height: 14px;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    margin-left:10px;
  }
  .topnav_m a:hover{
      color: #306EBA;
      text-decoration: none;
  }
  .topnav_m span{
    margin-left: 10px;
  }
  .topnav_r{
    width: 31%;
    float: right;
    position: relative;
  }
  .topnav_r img{
    display: block;
    width: 117px;
    height: 42px;
    float: left;
    /* margin-top: 29px; */
    margin-top: 20px;
  }
  .topnav_r p{
    /* width: 70%; */
    height: 15px;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    float: left;
    margin-left: 5px;
    letter-spacing: 1.2px;
  }
  .topnav_r p:first-of-type {
    /* margin-top: 25px; */
    margin-top: 4px;
}
  /* .topnav_r p:last-child
  {
    font-size: 12px;
    letter-spacing: 15px;
    position: absolute;
    bottom: 6px;
    right: -16px;
  } */
  /*结束顶部第一个导�?*/


/*第二个导航开�?*/

  .bottomnav{
    width:100%;
    background:url(../images/nav.png);
	background-size:100%;
	border-bottom:2px solid;
	border-color:#f7f7f7;
  }
  .heidleft{
    width: 1200px;
    height:50px;
    margin:0 auto;
  }
  .bottomnav_n{
    float: left;
    width: 152px;
    height: 25px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 15px;
    margin: 0px 0px 0px 15px;
  }
  .bottomnav_n img {
      width: 100%;
  }
  .bottomnav_n span{
    width: 135px;
    height: 30px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #306EBA;
    line-height: 30px;
    margin-left:0px;
  }

  .heidleft ul{
    float: left;
    width: unset;
    display: block;
    height:100%;
    margin-left:0px;
	
  }
  .heidleft ul li{
      display: block;
      height:100%;
      float: left;
      margin-right: 0px;
      position: relative;
      padding:0 12px;
  }
  .heidleft ul li:hover{
      background:#EF8818;
}
  .heidleft ul li p{
      color:#fff;
      font-size: 14px;
      line-height: 38px;
      text-align: center;
      margin-top:6px;
  }
    .heidleft ul li img{
      width: 100%;
	  opacity: 1;
  }
.heidleft ul li a:hover{
  text-decoration: none;
}

/*第三个导航开�?*/
  .recommendnav{
    width:100%;
    background-color: #e2effe;
    height:27px;
	border-bottom:2px solid;
	border-color:#f7f7f7;
  }
  .heidleft1{
    width: 1200px;
    height:27px;
    margin:0 auto;
	font-size: 12px;
  }
    .heidleft1 ul{
    float: left;
    width: 100%;
    display: block;
    height:100%;
    margin-left:0px;
  }
  .heidleft1 ul li{
      display: block;
      height:100%;
      float: left;
      margin-right: 0px;
      position: relative;
      padding:0 10px;
  }
  .heidleft1 ul li p{
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      margin-top:5px;
	  color:#808080; 
  }
  .heidleft1 ul li p strong{

	  color:#727272; 
  }

  /*//banner*/
.swiper-container {
  width: 1200px;
  height: 100%;
}
.headernav .swiper-container {
    margin: 14px auto;
    margin-top: 0px;
    /* padding-top: 190px; */
    padding-top: 102px;
}
.swiper-slide {
  display: block;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
  width:100%;
}

/*导航结束*/


/*首页内容体开�?*/
/*热门留学项目*/
.content{
    width: 1200px;
    height: auto;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.popular_project{
    width: 50%;
    /* height: 500px; */
    float: left;
    background-color: #fff;
    /* margin-bottom: 30px; */
    padding: 30px;
}
.popular_project_title{
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
}
.popular_project_title span:first-child{
    width: 143px;
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.popular_project_title span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.popular_project div:last-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popular_project div:nth-child(2) img {
    transition: all 0.5s;
}
.popular_project div:nth-child(2) img:hover {
    transform: scale(1.05);
}
.popular_project div:nth-child(2) img:nth-child(1), .popular_project div:nth-child(2) img:nth-child(2) {
    margin-bottom: 15px;
}

/*优越留学强势项目*/
.strong_project{
    width: 48%;
    /* height: 500px; */
    float: right;
    background-color: #fff;
}
.strong_project_title{
    width: 100%;
    height: 30px;
    /* margin-left: 20px; */
    padding: 30px;
}
.strong_project_title span:first-child{
    width: 143px;
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.strong_project_title span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.strong_project_con{
    /* margin:30px 0 0 0; */
    float: left;
    width: 100%;
    margin-top: 30px;
}
.strong_project_con p{
    width: 140px;
    /*height: 135px;*/
    float: left;
    /* margin-top: 30px; */
}
.strong_project_con a:nth-child(5) p, .strong_project_con a:nth-child(6) p, .strong_project_con a:nth-child(7) p, .strong_project_con a:nth-child(8) p {
    margin: 50px auto;
}
.strong_project_con p img{
    width: 58px;
    height: 58px;
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}
.strong_project_con p:hover img {
    transform: scale(1.1);
}
.strong_project_con p span{
    width: 64px;
    height: 40px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin:0 auto;
    display: block;
}
.strong_project .hangkong_case_share_more a {
    margin-right: 50px;
}
/*评估*/
.pinggu{
    width: 1200px;
    height: auto;
	margin:0 auto; 
}
.pinggu img{
    width: 100%;
    height: auto;
    margin:0 auto;
}

/*名校案例分享*/
.case_sharing{
    width: 1200px;
    margin: 0px auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px;
}
.case_sharing_title{
    width: 100%;
    height: 30px;
}
.case_sharing_title.channel {
    background-color: #fff;
}
.case_sharing_title span:first-child{
    width: 143px;
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}

.case_sharing_title span:first-child a{
    width: 143px;
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}

.case_sharing_title span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}

.case_sharing_title span:last-child a{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}

.case_share_con{
    width: 100%;
    margin-top: 20px;
}
.case_share_con.channel {
    float: left;
    /* padding: 10px; */
    background-color: #fff;
}
.case_share_con div{
    width: 48%;
    float: left;
    height: 130px;
    background: #FCFDFD;
    border: 1px solid #9FA6B7;
    border-radius: 4px;
    margin-top: 15px;
    /* margin: 30px 36px 0 0; */
    overflow: hidden;
}
.case_share_con > div:nth-child(2n-1) {
    margin-right: 15px;
}
.case_share_con > div:nth-child(2n) {
    margin-left: 15px;
}

.case_sharing .hangkong_case_share_more a {
    margin-right: 15px;
}
.case_con{
    width: 95%;
    display: block;
    float: left;
}
.case_con .pic {
    width: 180px;
    height: 100px;
    display: block;
    float: left;
    margin: 12px 10px 10px 10px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
	border:2px solid #ffffff;
}
.case_con .pic img {
    width: 100%;
    transition: all 0.5s;
}
.case_list div:hover .pic img {
    transform: scale(1.1);
}
.case_con span.disc {
    width: 5px;
    height: 5px;
    background: #292929;
    display: block;
    float: left;
    margin: 18px 5px 0 0;
}
.case_con span.more {
    width: 70px;
    height: 30px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #233A7E;
    line-height: 30px;
    float: right;
    display: block;
}
.case_con p:nth-of-type(1){
    width: 61%;
    height: 30px;
    line-height: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #1A3C90;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_con p:nth-of-type(2){
    width: 59%;
    height: 6px;
    line-height: 26px;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #292929;
    float: left;
    display: block;
    overflow: hidden;
    margin-left: 10px;
}
.case_con p:nth-of-type(3){
    width: 59%;
    height: 60px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #373737;
    line-height: 20px;
    float: left;
    display: block;
    overflow: hidden;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.case_con a:hover{
    text-decoration: none;
}
.case_font{
    width: 5%;
    height: 100%;
    display: block;
    float: left;
    overflow: hidden;
}
.case_font img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.case_share_con div:hover .case_font img{
    transform: scale(1.2);
}
/*成功案例*/
.successful_cases{
    width: 1200px;
    margin: 0px auto;
    margin-top: 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.successful_cases_title{
    width: 100%;
    height: 30px;
    background: #fff;
}
.successful_cases_title span:first-child{
    width: 143px;
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.successful_cases_title span:first-child a{
    width: 143px;
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.successful_cases_title span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.successful_cases_title span:last-child a{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.successful_cases_con{
    width: 100%;
    float: left;
    background: #fff;
    /*padding: 25px 0 100px 0;*/
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.successful_cases_con > a {
    flex: 0 0 auto;
    width: 33%;
}
.successful_cases_con > a:nth-child(4) span,.successful_cases_con > a:nth-child(5) span,.successful_cases_con > a:nth-child(6) span {
    display: none;
}
.successful_cases_con div{
    /* width: 33.33%;
    float: left; */
}
.successful_cases_con div:hover img {
    transform: rotateY(360deg);
}

.successful_cases_con div img{
    width: 164px;
    height: 97px;
    margin:10px 10px 10px 10px;
    float: left;
    transition: all 1s;
}
.successful_cases_con div p:nth-of-type(1){
    width: 100%;
    height: 47px;
    line-height: 50px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #290A0D;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.successful_cases_con div p:nth-of-type(2){
    width: 100%;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #290A0D;
    float: left;
}
.successful_cases_con div p:nth-of-type(3){
    width: 100%;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #290A0D;
    float: left;
}

.successful_cases_con div span{
    /* width: 317px; */
    width: 95%;
    height: 1px;
    border: 1px solid #D1CCCC;
    float: left;
    margin: 30px 15px 30px 10px;
    clear: both;
}
.successful_cases_con .info {
    width: 50%;
    float: left;
}
.successful_cases_con .info > * {
    white-space: pre-wrap;

    line-height: 27px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #290A0D;
}
.successful_cases_con .info span {
    width: 100%;
    height: auto;
    border: 0;
    margin: 0;
}
.successful_cases .hangkong_case_share_more a {
    margin-right: 5px;
}

/*顾问*/
.guwen{
    width: 1200px;
    height: auto;
	text-align: center;
	position:relative;
	margin:0 auto; 
}
.guwen img{
    width: 100%;
    height: auto;
}

/*服务流程*/
.service{
    width: 1200px;
    margin: 0px auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 30px;
}
.service.m6 {
    /* margin-bottom: 60px; */
}
.service_title{
    width: 100%;
    height: 30px;
    background-color: #fff;
}
.service span:first-child{
    width: 143px;
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.service span:first-child a{
    width: 143px;
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.service span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.service span:last-child a{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.service_con{
    width: 100%;
    float: left;
    padding-top: 30px;
    /* padding-bottom: 40px; */
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_con div{
    /* width: 339px; */
    width: 30%;
    /* height: 470px; */
    /* float: left; */
    border: 1px solid #DCDCDC;
    border-radius: 10px 10px 0px 0px;
    /* margin-left: 10px; */
    transition: box-shadow 0.5s;
    padding-bottom: 20px;
}
.service_con div:hover {
    box-shadow: 2px 2px 10px #ccc;
}
/* .service_con div:nth-of-type(2){
    margin-left: 70px;
}
.service_con div:nth-of-type(3){
    margin-left: 70px;
} */

.service_con div img{
    width: 100%;
    height: 163px;
    display: block;
    margin: 0 auto;
}
.service_con div span{
    width: 100%;
    height: 40px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #1E1E1E;
    display: block;
    text-align: center;
}
.service_con div p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1E1E1E;
    padding-left: 50px;
}

/*为什么�?�择优越留学�?*/
.why_select{
    width: 1200px;
    margin: 30px auto;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}
.why_select_title{
    width: 275px;
    height: 50px;
    margin:0 auto;
    border-bottom: 2px solid #1A3C90;
}
.why_select_title span{
    width: 275px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #1E1E1E;
    text-align: right;
    margin:0 auto;
    display: block;
}
.why_select_con{
    width: 100%;
    float: left;
    padding: 45px 0;
    background-color: #fff;
    display: flex;
}
.why_select_con div{
    width: 18%;
    height: auto;
    float: left;
    margin: 0 12px 0 12px;
}
.why_select_con div img{
    width: 58px;
    height: 58px;
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}
.why_select_con div:hover img {
    transform: translateY(-10px);
}
.why_select_con div span{
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1A3C90;
    display: block;
    text-align: center;
}
.why_select_con div p{
    width: 100%;
    line-height: 23px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #676666;
}

/*首页内容体结�?*/


  /*底部�?�?*/
.footer{
    width:100%;
    height:auto;
    background:#353535;
    color: #FDFDFE;
}
.foot{
    width:1200px;
    height:auto;
    margin:0 auto;
}
.footer_about_tel{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.footer_about{
    width: 50%;
    float: left;
}
.footer_about_title{
    width: 100%;
    height: 30px;
}
.footer_about_title span:first-child{
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBFCFD;
    float: left;
    margin-right: 20px;
}
.footer_about_title span:last-child{
    width: 100px;
    height: 30px;
    line-height: 33px;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #FBFCFD;
    float: left;
}
.footer_about_con{
    width: 100%;
}
.footer_about_con a{
	font-size: 16px;
    font-family: Source Han Sans CN;
	color: #FDFDFE;
}
.footer_about_con a:hover{
	font-size: 16px;
    font-family: Source Han Sans CN;
	color: #FDFDFE;
}
.footer_about_con span{
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FDFDFE;
    float: left;
}
.footer_tel{
    width: 50%;
    float: left;
}
.footer_tel div{
    width: 100%;
    float: left;
}
.footer_tel div span{
    width: 90%;
    height: 55px;
    line-height: 35px;
    font-size: 33px;
    font-family: Arial;
    font-weight: bold;
    color: #F8F9FC;
    float: left;
    text-align: right;
}
.footer_tel div img{
    width: 37px;
    height: 24px;
    float: right;
    margin-top: 6px;
}



.footer_welcome{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.footer_welcome_title{
    width: 100%;
    height: 30px;
}
.footer_welcome_title span:first-child{
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBFCFD;
    float: left;
    margin-right: 20px;
}
.footer_welcome_title span:last-child{
    width: 100px;
    height: 30px;
    line-height: 33px;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #FBFCFD;
    float: left;
}
.footer_welcome_con{
    width: 100%;
    margin-top: 30px;
}
.footer_welcome_con p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FCFDFE;
}

.footer_link{
    width: 100%;
}
.footer_link_title{
    width: 100%;
}
.footer_link_title span{
    margin-top: 20px; 
	margin-bottom: 20px; 
    height: 30px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBFCFD;
    float: left;
}
.footer_link_con{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	text-align:left; 
	float: left;
}
.footer_link_con span a{
    line-height: 30px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FCFDFE;
}

.footer_feedback_qrcode{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.footer_feedback{
    width: 40%;
    float: left;
}
.footer_feedback_title{
    width: 100%;
    height: 30px;
}
.footer_feedback_title span:first-child{
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBFCFD;
    float: left;
    margin-right: 20px;
}
.footer_feedback_title span:last-child{
    width: 100px;
    height: 30px;
    line-height: 33px;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #FBFCFD;
    float: left;
}
.footer_feedback_con{
    width: 100%;
    margin-top: 20px;
}
.footer_feedback_con p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FCFDFE;
}
.footer_wx{
    width: 60%;
    float: left;
}
.footer_wx div{
    width: 20%;
    float: right;
	 text-align: center;
}
.footer_wx div span{
    width: 140px;
    height: 42px;
    line-height: 30px;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FBFCFD;
	padding-left: 20px; 
    float: right;
    text-align: center;
}

.footer_wx div img{
    width: 85px;
    height: 85px;
    margin-left: 20px;
	 text-align: center;
}
.footer_copyright{
    width: 1200px;
    margin: 0 auto;
}
.footer_copyright p{
    width: 475px;
    height: 100px;
    line-height: 110px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B1B1B1;
    text-align: center;
    margin: 0 auto;
}
.footer_copyright p a {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B1B1B1;
}

/*香港频道样式�?�?*/
.top_colleges{
    width: 1200px;
    margin: 30px auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}
.top_colleges_title{
    width: 100%;
    height: 30px;
    background-color: #fff;
}
.top_colleges_title span:first-child{
    width: 143px;
    height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.top_colleges_title span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}

.top_colleges_con{
    width: 100%;
    float: left;
    /* margin-bottom: 80px; */
    padding-top: 30px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_colleges_con_img{
    width: 32%;
    float: left;
    /* margin: 14px; */
    margin-bottom: 20px;
}
.top_colleges_img{
    width: 155px;
    height: 157px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    float: left;
    overflow: hidden;
}
.top_colleges_con.uk .top_colleges_img img {
    transition: all 0.5s;
    width: 100%;
    padding: 1rem;
}
.top_colleges_con .top_colleges_img img {
    transition: all 0.5s;
}
.top_colleges_con .top_colleges_img:hover img {
    transform: scale(1.1);
}
/* .top_colleges_img_margin1 img{
    margin:10px 18px 10px 18px;
}
.top_colleges_img_margin2 img{
    margin:10px 33px 10px 33px;
}
.top_colleges_img_margin3 img{
    margin:10px 5px 10px 5px;
}
.top_colleges_img_margin4 img{
    margin:32px 6px 32px 6px;
}
.top_colleges_img_margin5 img{
    margin:15px 12px 15px 12px;
}
.top_colleges_img_margin6 img{
    margin:18px 17px 18px 17px;
} */


.top_colleges_con_right{
    width: 54%;
    float: right;
}
.top_colleges_con div p:nth-of-type(1){
    width: 100%;
    height: 45px;
    line-height: 55px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    float: left;
}
.top_colleges_con div p:nth-of-type(2){
    width: 100%;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #999999;
    float: left;
}
.top_colleges_con div p:nth-of-type(3){
    width: 100%;
    float: left;
}
.top_colleges_con div p:nth-of-type(3) a{
    width: 100%;
    height: 35px;
    line-height: 45px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2D52AE;
}
.top_colleges_con div p:nth-of-type(3) a:hover{
   text-decoration: none;
}

.top_colleges_con div p:nth-of-type(4){
    width: 100%;
    float: left;
    margin-top: 12px;
}

.top_colleges_con div p:nth-of-type(4) span:last-child{
    width: 59px;
    height: 26px;
    background: #FFFFFF;
    border: 2px solid #306EBA;
    border-radius: 6px;
    float: right;
    margin-right: 15px;
    transition: all 0.5s;
}
.top_colleges_con div p:nth-of-type(4) span:last-child a{
    width: 100%;
    height: 26px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1A3C90;
    line-height: 20px;
    text-align: center;
    float: left;
    transition: all 0.5s;
}
.top_colleges_con div p:nth-of-type(4) span:last-child:hover {
    background-color: #1A3C90;
    border-color: #1A3C90;
}
.top_colleges_con div p:nth-of-type(4) span:last-child:hover a {
    color: #fff;
}
.top_colleges_con div p:nth-of-type(4) span:first-child{
    width: 59px;
    height: 26px;
    background: #306EBA;
    border-radius: 6px;
    float: right;
    transition: all 0.5s;
    border: 2px solid #306EBA;
}
.top_colleges_con div p:nth-of-type(4) span:first-child a{
    width: 100%;
    height: 26px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    float: left;
    transition: all 0.5s;
}
.top_colleges_con div p:nth-of-type(4) span:first-child:hover {
    background-color: #fff;
}
.top_colleges_con div p:nth-of-type(4) span:first-child:hover a {
    color: #306EBA;
}

/*热门专业推荐*/
.popular_major{
    width: 1200px;
    margin: 0px auto;
    margin-top: 30px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}
.popular_major .wrap {
    background: #fff;
    height: 100%;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.popular_major_title{
    width: 100%;
    height: 30px;
}
.popular_major_title span:first-child{
    width: 143px;
    height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.popular_major_title span:first-child a{
    width: 143px;
    height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.popular_major_title span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.popular_major_title span:last-child a{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.popular_major_con_img{
    width: 100%;
    float: left;
    /* margin: 35px 0 0 20px; */
    margin-bottom: 20px;
    border:1px solid red;
    background: #F8F9FC;
    border: 1px solid #C5C3C3;
}

.popular_major_img{
    width: 16%;
    float: left;
    margin-left: 30px;
}
.popular_major_img_margin1 img{
    width: 160px;
    /* height: 99px; */
    float: left;
    margin:15px 0 5px 10px;
}
.popular_major_img_margin2 img{
    /* width: 127px; */
    width: 160px;
    /* height: 102px; */
    float: left;
    margin:15px 0 5px 10px;
    /* margin:15px 0 5px 30px; */
}
.popular_major_img_margin3 img{
    /* width: 127px; */
    width: 160px;
    /* height: 102px; */
    float: left;
    margin:15px 0 5px 10px;
    /* margin:15px 0 5px 28px; */
}
.popular_major_img img {
    width: 203px;
    height: 124px;
    margin: 15px 0;
}
.popular_major_img span{
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    float: left;
    display: none;
    text-align: center;
}
.popular_major_con{
    width: 78%;
    float: right;
    padding-right: 20px;
}
.popular_major_con p:nth-of-type(1){
    width: 100%;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2E2E2E;
    line-height: 27px;
    margin-top: 8px;
}
.popular_major_con p:nth-of-type(2){
    width: 100%;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2E2E2E;
    line-height: 27px;
    margin-top: 5px;
}
.popular_major_con p:nth-of-type(3){
    width: 100%;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2E2E2E;
    line-height: 27px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.popular_major_con p span{
    width: 834px;
    height: 46px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A3C90;
    line-height: 26px;
}

.guwen_height{
    margin-bottom: 30px;
}


/*优越留学香港名校案例*/
.hangkong_case_sharing{
    width: 1200px;
    margin: 60px auto;
}
.hangkong_case_sharing_title{
    width: 100%;
    height: 30px;
}
.hangkong_case_sharing_title span:first-child{
    width: 143px;
    height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.hangkong_case_sharing_title span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.hangkong_case_share_con{
    width: 100%;
    float: left;
    background-color: #fff;
}
.hangkong_case_share_con div{
    width: 49%;
    float: left;
    height: 130px;
    background: #FCFDFD;
    border: 1px solid #9FA6B7;
    border-radius: 4px;
    margin-top: 15px;
    /* margin: 30px 36px 0 0; */
    overflow: hidden;
}
.hangkong_case_share_con > div:nth-child(2n-1) {
    margin-right: 5px;
}
.hangkong_case_share_con > div:nth-child(2n) {
    margin-left: 18px;
}
.hangkong_case_con{
    width: 93%;
    display: block;
    float: left;
}

.case_list img{
    /* width: 180px;
    height: 124px;
    display: block;
    float: left;
    margin: 17px 20px 17px 15px; */
    width: 100%;
    transition: all 0.5s;
}
.case_list div {
    overflow: hidden;
}
.case_list div:hover img {
    transform: scale(1.1);
}
.hangkong_case_con .pic {
    width: 180px;
    height: 124px;
    display: block;
    float: left;
    margin: 18px 10px 10px 10px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
}
.hangkong_case_con span{
    width: 5px;
    height: 5px;
    background: #292929;
    display: block;
    float: left;
    margin: 18px 5px 0 0;
}
.hangkong_case_con p:nth-of-type(1){
    width: 55%;
    height: 30px;
    line-height: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #1A3C90;
    float: left;
    display: block;
    overflow: hidden;
    margin-top: 7px;
}
.hangkong_case_con p:nth-of-type(2){
    width: 55%;
    height: 6px;
    line-height: 26px;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #292929;
    float: left;
    display: block;
    overflow: hidden;
    margin-left: 10px;
}
.hangkong_case_con p:nth-of-type(3){
    width: 55%;
    /* height: 60px; */
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #373737;
    line-height: 20px;
    float: left;
    display: block;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hangkong_case_con a{
    width: 70px;
    height: 25px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #233A7E;
    line-height: 30px;
    float: right;
    display: block;
}
.hangkong_case_con a:hover{
    text-decoration: none;
}
.hangkong_case_con .more {
    width: 70px;
    height: 30px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #233A7E;
    line-height: 30px;
    float: right;
    display: block;
}
.hangkong_case_font{
    width: 7%;
    height: 100%;
    display: block;
    float: left;
}
.hangkong_case_font img{
    width: 100%;
}
.hangkong_case_share_more{
    width: 100%;
    float: left;
    text-align: right;
}
/* .popular_major .hangkong_case_share_more, .hangkong_case_sharing .hangkong_case_share_more, .successful_cases .hangkong_case_share_more, .study_abroad_team .hangkong_case_share_more {
    background-color: #fff;
} */
.hangkong_case_share_more.channel {
    margin-bottom: 40px;
}
.hangkong_case_share_more a{
    width: 90px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    display: block;
    text-align: right;
    float: right;
    /* margin-right: 30px; */
}
.hangkong_case_share_more a img {
    margin-bottom: 3px;
}


/*优越留学香港留学团队*/
.study_abroad_team{
    width: 1200px;
    height: auto;
    margin: 0px auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #fff;
}
.study_abroad_team_title{
    width: 100%;
    height: 30px;
    background-color: #fff;
}
.study_abroad_team_title span:first-child{
    width: 143px;
    height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.study_abroad_team_title span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.study_abroad_team_title span:first-child a{
    width: 143px;
    height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.study_abroad_team_title span:last-child a{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.study_abroad_team_img {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.study_abroad_team_img div{
    /* width: 355px; */
    width: 31%;
    height: 226px;
    /* margin:34px 17px 0 17px; */
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
.study_abroad_team_img div img {
    transition: all 0.5s;
    width: 100%;
}
.study_abroad_team_img div:hover img {
    transform: scale(1.1);
}
.study_abroad_team_img div p{
    width: 100%;
    height: 70px;
    line-height: 70px;
    float: left;
    text-align: center;
    position: relative;
    bottom: 70px;
    background: rgba(42, 42, 43, 0.64);
}
.study_abroad_team_img div p span{
    font-size: 31px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    background: linear-gradient(
            0deg
            , #D2DBFB 4.150390625%, #EFF9FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*留学申请指导*/
.application_guidance{
    width: 1200px;
    height: auto;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin-top: 30px;
    padding: 30px;
}
.application_guidance_title{
    width: 100%;
    height: 30px;
    background-color: #fff;
}
.application_guidance_title span:first-child{
    width: 143px;
    height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.application_guidance_title span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.application_guidance_con{
    width: 100%;
    margin-bottom: 50px;
    float: left;
}
.application_guidance_con .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.application_guidance_con p{
    /* width: 19%; */
    height: 85px;
    float: left;
    margin-top: 70px;
    /* border-right: 1px dashed #CECCCC; */
    flex: 0 0 auto;
    width: auto;
}
.application_guidance_con p:nth-of-type(5){
    border:none;
}
.application_guidance_con p:nth-of-type(10){
    border:none;
}
.application_guidance_con p img{
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}
/* .application_guidance_con p:nth-child(1) img, .application_guidance_con p:nth-child(5) img {
    margin: unset;
}
.application_guidance_con p:nth-child(4) img, .application_guidance_con p:nth-child(8) img {
    margin: unset;
} */
.application_guidance_con p:hover img {
    transform: translateY(-10px);
}
.application_guidance_con p span{
    width: 64px;
    height: 40px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin:0 auto;
    display: block;
}

/*<!--左侧栏目内容(成功案例和数据列�?)-->*/
.lanmu{
    width: 1200px;
    height: auto;
    /* margin: 50px auto; */
    /* padding: 50px 0; */
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    padding: 15px;
}
.lanmu_successful_cases{
    width: 20%;
    height: 100%;
    float: left;
    border: 1px solid #D6D6D6;
}
.lanmu_successful_cases_title{
    width: 100%;
    height: 50px;
    /* background: #1A3C90; */
    background-image: url(../images/lanmu_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
 }
.lanmu_successful_cases_title span{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    display: block;
}

.lanmu_successful_cases_title span a{

    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    display: block;
}

.lanmu_successful_cases_con{
    width: 90%;
    height: auto;
    margin:0 auto;
}
.lanmu_successful_cases_con .bd div{
    width: 100%;
    height: auto !important;
    border-bottom: 2px dashed #CECCCC;
    padding: 15px 0 25px 0;
}
.lanmu_successful_cases_con .bd div:last-child{
    width: 100%;
    height: auto;
    border:none;
}
.lanmu_successful_cases_con img{
    width: 130px;
    height: 160px;
    margin:0 auto;
    display: block;
}
.lanmu_successful_cases_con span{
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    font-family: DINNextW1G;
    font-weight: 400;
    color: #232323;
    text-align: center;
    display: block;
    
    white-space: pre-wrap;
}
.lanmu_successful_cases_con p{
    width: 100%;
    /*height: 30px;*/
    line-height: 30px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
}


.lanmu_successful_cases1{
    width: 20%;
    height: 100%;
    float: left;
    border: 1px solid #D6D6D6;
}
.lanmu_successful_cases_title1{
    width: 100%;
    height: 50px;
    /* background: #1A3C90; */
    background-image: url(../images/lanmu_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
 }
.lanmu_successful_cases_title1 span{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    display: block;
}

.lanmu_successful_cases_title1 span a{

    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    display: block;
}


.lanmu_successful_cases_con1{
    width: 90%;
    height: auto;
    margin:0 auto;
}
.lanmu_successful_cases_con1 .bd div{
    width: 100%;
    height: auto !important;
    border-bottom: 2px dashed #CECCCC;
    padding: 20px 0 10px 0;
}
.lanmu_successful_cases_con1 .bd div:last-child{
    width: 100%;
    height: auto;
    border:none;
}
.lanmu_successful_cases_con1 img{
    width: 180px;
    height: 100px;
    margin:0 auto;
    display: block;
	box-shadow:0 0 3px rgba(0,0,0,.5);
	border-radius:5px
}
.lanmu_successful_cases_con1 span{
    width: 100%;
    height: 40px;
    line-height: 20px;
	margin-top: 10px;
    font-size: 14px;
    font-family: DINNextW1G;
    font-weight: 500;
    color: #232323;
    text-align: left;
    white-space: pre-wrap;
	overflow: hidden;    
	text-overflow: ellipsis;   
	display: -webkit-box;    -webkit-box-orient: vertical;   -webkit-line-clamp: 2;

}
.lanmu_successful_cases_con1 p{
    width: 100%;
    /*height: 30px;*/
    line-height: 30px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.lanmu_con{
    width: 78%;
    height: auto;
    float: right;
}
.lanmu_con.content {
    border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 15px;
    margin: 0;
    /* margin-right: 2rem; */
    display: block !important;
}
.lanmu_con_nav{
    width: 100%;
    height: 50px;
}
.lanmu_con_nav div{
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #306EBA;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lanmu_con_nav div a{
    width: 70px;
    height: auto;
	font-size: 16px;
}
.lanmu_con_nav div span{
    width: 70px;
    height: 18px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin: 0 10px 0 10px;
}
.lanmu_con_list{
    width: 100%;
    height: auto;
    background: #f7f7f7;
    border: 1px solid #D6D6D6;
    float: left;
    margin-bottom: 35px;
    position: relative;
}
.lanmu_con_list_img{
    width: 30%;
    float: left;
}
.lanmu_con_list_img .pic {
    width: 220px;
    height: 115px;
    margin:10px 20px 10px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
	border:2px solid #ffffff;
}
/*列表图片边框 border:1px solid #676767; */
.lanmu_con_list_img .pic img {
    width: 100%;
    transition: all 0.5s;
}
.lanmu_con_list_img .pic:hover img {
    transform: scale(1.1);
}
.lanmu_con_list_title{
    width: 68%;
    float: left;
}
.lanmu_con_list_title p:nth-of-type(1){
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1E1E1E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lanmu_con_list_title p:nth-of-type(1) a {
    font-size: 18px;
    color: #1E1E1E;
}
.lanmu_con_list_title p:nth-of-type(2){
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lanmu_con_list_icon{
    width: 40%;
    height: auto;
    float: left;
    margin-top: 8px;
	
}
.lanmu_con_list_icon span{
    width: 50%;
    float: left;
    display: block;
}
.lanmu_con_list_icon span:nth-of-type(1) img{
    width: 9px;
    height: 9px;
    float: left;
    margin: 10px 10px 10px 0;
}
.lanmu_con_list_icon span:nth-of-type(1) span{
    width: 80px;
    height: 30px;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    float: left;
    display: block;
}
.lanmu_con_list_icon span:nth-of-type(2) img{
    width: 12px;
    height: 8px;
    float: left;
    margin: 10px 10px 10px 0;
}
.lanmu_con_list_icon span:nth-of-type(2) span{
    width: 80px;
    height: 30px;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    float: left;
    display: block;
}

.lanmu_con_list_more{
    width: 10%;
    height: auto;
    float: left;
    margin-top: 100px;
    position: absolute;
    bottom: 8px;
    right: 10px;
}
.lanmu_con_list_more span{
    width: 75px;
    height: 24px;
    background: linear-gradient(to right, #043867, #235d96);
    border-radius: 4px;
    float: left;
}
.lanmu_con_list_more span a{
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FEFEFE;
    text-align: center;
    display: block;
}

/*page 分页样式*/
.page{
    width:60%;
    margin:0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.page a, .page span{
    height:30px;
    border:1px solid #EEEEEE;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    padding:5px 10px 5px 10px;
    margin:10px 10px 10px 0;
    display:inline-block;
    text-decoration: none;
}
.page .currentpage {
    background-color: #4C6EFE;
    color: #fff;
}
.page a:hover{
    color: #FDFDFD;
    background: #4C6EFE;
    text-decoration: none;
}
.page .total_count {
    display: none;
}

.lanmu_bottom{
    height: 30px;
}


/*推荐栏目*/
.recommended_column{
    width: 1200px;
    height: auto;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    margin-top: 30px;
    background-color: #fff;
}
.recommended_column_title{
    width: 100%;
    height: 30px;
    background-color: #fff;
}
.recommended_column_title span:first-child{
    width: 143px;
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.recommended_column_title span:first-child a{
    width: 143px;
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #306EBA;
}
.recommended_column_title span:last-child{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.recommended_column_title span:last-child a{
    width: 190px;
    height: 22px;
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.recommended_column_con{
    width: 100%;
    /* padding:40px 0; */
    float: left;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recommended_column_con_list{
    width: 31%;
    /* height: 242px; */
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 1px 3px 0px rgba(18, 18, 18, 0.21);
    padding:20px;
    float: left;
    overflow: hidden;
}
.recommended_column_con.con_common > * {
    width: 48%;
}
/* .recommended_column_con_list:nth-child(2){
    margin:0 35px 0 35px;
} */
.recommended_column_con_list div{
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed #CECCCC;
}
.recommended_column_con_list div span{
    width: 80%;
    height: 25px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0D0D0D;
    line-height: 25px;
    float: left;
}
.recommended_column_con_list div span a{
    width: 80%;
    height: 25px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0D0D0D;
    line-height: 25px;
    float: left;
}
.recommended_column_con_list div a{
    width: 20%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    display: block;
    float: left;
}

.recommended_column_con_list p{
    width: 100%;
    height: 32px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 32px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



.lanmu_content{
    width: 100%;
    float: left;
    /* padding-bottom: 60px; */
    padding-bottom: 5px;
}

/* S02 文章Title*/

.lanmu_content_title{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
	text-align: center;
}
.lanmu_content_title h4 {
	width: 100%;
	font-size: 20px;
	font-family: PingFang SC,Microsoft Yahei,Microsoft Yahei UI,Segoe UI,Tahoma,SimSun,sans-serif,Hiragino Sans GB;
	font-weight: 600;
	color: #1E1E1E;
	line-height: 35px;
	text-align: center;
}
.lanmu_content_title p{
	margin-left: 120px; 
	width: 90%;
    height: 42px;
}
.lanmu_content_title p span{
	margin-left: 30px; 
    height: 35px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #6d6d6d;
    line-height: 35px;
    display: block;
    float: left;
}
.lanmu_content_title div{
    margin:0 auto;
    width: 95%;
    height: 0.5em;
    background:
        linear-gradient(135deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%),
        linear-gradient(45deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%);
    background-size: 1em 1em;
    background-repeat: repeat-x, repeat-x;
	text-align: center;
}

/* F02 文章Title*/


/*S03 文章Content*/

.lanmu_content_con{
    width: 97%;
    margin:0 auto;
}

.lanmu_content_con * {
	/* width: 100%; */
	height: auto;
	font-size: 16px;
	font-family: PingFang SC,Microsoft Yahei,Microsoft Yahei UI,Segoe UI,Tahoma,SimSun,sans-serif,Hiragino Sans GB;
    line-height: 30px;
}
.lanmu_content_con p{
	margin-top: 15px; 
	margin-bottom: 15px; 
}
.lanmu_content_con img {
	/* width: auto;
	max-width: 100%; */
	margin: 10px;
}

.lanmu_content_weixin{
    width: 97%;
    margin:0 auto;
}

.lanmu_content_weixin pic{
    width: 40%;
    margin:0 auto;
}

.lanmu_content_weixin div img{
    width: 100px;
    height: 100px;
    float: left;
}

.lanmu_content_weixin p:nth-of-type{
    width: 60%;
    height: 6px;
    line-height: 30px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #292929;
    float: left;
    display: block;
    overflow: hidden;
    margin-left: 30px;
}

/*S01 内容里的推荐阅读*/

.recommended_content{
    margin-top: 20px; 
    width: 100%;
	/*background:url(../images/recommendedbg.jpg) left no-repeat;*/
    border: 1px solid #CCCCCC;
    border-radius: 0px 0px 10px 0px;
    box-shadow: 0px 1px 3px 0px rgba(18, 18, 18, 0.21);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recommended_content_1{
    width: 14%;
    display: flex;
	align-items: center;
	justify-content: center;
}
.recommended_content_1 img {
    max-width: 100px;
	margin: 0px;
}

.recommended_content_2{
    width: 9%;
    float: left;
    text-aligh: center; 
    font-size: 14px;
	line-height: 34px; 
    font-family: Source Han Sans CN;
}
.recommended_content_2 div{
    width: 90%;
    height: 0.5em;
    background:
        linear-gradient(135deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%),
        linear-gradient(45deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%);
    background-size: 1em 1em;
    background-repeat: repeat-x, repeat-x;
}

.recommended_content_3{
    width: 13%;
    float: left;
    margin-left: 0px;
    text-aligh: center; 
    font-size: 14px;
	line-height: 34px; 
    font-family: Source Han Sans CN;
}
.recommended_content_3 div{
    width: 90%;
    height: 0.5em;
    background:
        linear-gradient(135deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%),
        linear-gradient(45deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%);
    background-size: 1em 1em;
    background-repeat: repeat-x, repeat-x;
}
.recommended_content_3 span a{
    text-decoration: none;
}

.recommended_content_4{
    width: 60%;
    float: left;
    text-aligh: center; 
    font-size: 14px;
	line-height: 34px; 
    font-family: Source Han Sans CN;
}
.recommended_content_4 div{
    width: 90%;
    height: 0.5em;
    background:
        linear-gradient(135deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%),
        linear-gradient(45deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%);
    background-size: 1em 1em;
    background-repeat: repeat-x, repeat-x;
}
.recommended_content_4 span a{
    text-decoration: none;
}

/*F01 内容里的推荐阅读*/

.lanmu_content_bottom{
    width: 90%;
    height: auto;
    float: right;
    margin: 5px 0 5px 0;
    display:none
}
.lanmu_content_bottom_tab{
    width: 50%;
    height: 30px;
    float: left;
}
.lanmu_content_bottom_tab span{
    width: 50px;
    height: 10px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    float: left;
}
.lanmu_content_bottom_tab a{
    height: 20px;
    border: 1px solid #818181;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #878787;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
    margin-right: 10px;
}

.lanmu_content_bottom_author{
    width: 50%;
    float: left;
}
.lanmu_content_bottom_author span{
    width: 40%;
    height: 30px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    float: right;
}

/*F03 文章Content*/

.fulibao{position:fixed;left:1%;bottom:5%;z-index:1989888}
.fulibao img{width:80%}