


<!--头部样式-->
.navbar{width: 100%;border: none;margin: 0px;}
#menu{padding-left: 30px;float: left; width: 80%;}
#menu>li>a{font-size: 16px;line-height: 0px;padding-top:40px;color: #000000;font-family: "arial black";font-weight: bold;text-decoration: none;}
#menu>li>a:hover,.login>.btn>a:hover{color:#c7a05f;text-decoration: none;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition:all 0.5s;}
.login{margin-left: 30px;float: right;}
.login>.btn{background: none;margin-top: 25px;display: inline-block;border: 1px solid #000000;border-radius: 8px;}
.login>.btn>a{border: none;background:none; color: #000000;font-family: "arial black";font-weight: bold;}
#menu>li>a{padding-left:20px;padding-right: 20px;}
#btn_login,#btn_register{padding: 0px;}
@media (max-width: 767px) {
	.navbar-nav>li{text-align: center;background: #000000;color: white;}
	.collapse.navbar-collapse{background: #000000;}
	#menu{width: 100%;}
	#menu>li>a,.login>.btn>a{color: #FFFFFF;}
	.login>.btn{background: none;display: inline-block;border: 1px solid #FFFFFF;border-radius: 8px;}
	.login{text-align: center;float: none;margin-left: 0px;}
	.login_span{color: #FFFFFF;}
	}
#myModal1,#myModal2{position: fixed;top: 100px;}	
.login_form{margin: 0 auto;}
.login_header{width: 80%;margin: 0 auto;height: 93px;line-height: 93px;text-align: center;background: linear-gradient(60deg, #000000, #4D4D4D);border-radius: 8px;
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);}
.login_header>h3{color: #FFFFFF;padding-top: 35px;font-family: "Roboto Slab", "Times New Roman", serif;}
.login-form_p{margin-top: 20px;margin-bottom: 20px; color: dimgrey;}
@media (min-width: 767px){
	#modalall_register{width: 400px;margin-top: 150px;}
	#modalall_contact{width: 600px;margin-top: 150px;}
	}				                    				                    															                    
.input-group .input-group-addon {border: 0;background: transparent;padding: 0px 15px 0px 35px;}
.card-signup .card-content {
padding: 0px 30px 0px 10px;
}
.form-control, .form-group .form-control {
    border: 0;
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}
@media (max-width: 767px){
	#modalall_register,#modalall_contact{margin-top: 50px;}
	}
.modal-dialog{margin-top: 50px;}
.login-content>.form-group{width: 90%;margin-bottom: 35px;}
.login-button{color: white;outline: none;color: #FFFFFF;border-radius: 10px;width: 30%;height:35px;background: linear-gradient(60deg, #000000, #4D4D4D); margin: 0 auto;margin-top: 20px;margin-bottom: 20px;}
.login-button>a{height: 35px;line-height: 35px;color: #FFFFFF;}
.login-button>a:hover,#reform>a:hover{color:#c7a05f;text-decoration: none;}
#reform>a{color: #c7a05f;padding-bottom: 20px;}
#reform>a{color:#c7a05f;}
#SendCode{color: #c7a05f;}
.Cilcksendcode{width: 90%;text-align: right;margin-bottom: 20px;}

@media (min-width:1300px){
		
		#login_page{position:absolute;top: 0px;right: 140px;}
	}
	
	@media (max-width:1300px) and(min-width:1200px){

		#login_page{position:absolute;top: 65px;right: 200px;}
	}
	@media (max-width:1237px)and(min-width:1186px){
		
		#login_page{position:absolute;top: 65px;right: 0px;z-index: 1000;}
	}
	@media (max-width:1186px)and(min-width:1175px){
		
		#login_page{position:absolute;top: 65px;right: 250px;}
	}
	@media (max-width:1175px)and(min-width:1123px){
		
	#login_page{position:absolute;top: 65px;right: 220px;}
	}
	@media (max-width:1123px)and(min-width:1113px){
	
	#login_page{position:absolute;top: 65px;right: 200px;}
	}
	@media (max-width:1113px)and(min-width:900px){
	
	#login_page{position:absolute;top: 65px;right: 200px;}
	}
  @media (max-width:900px)and(min-width:860px){
	
	#login_page{position:absolute;top: 65px;right: 200px;}
	}
	@media (max-width:860px)and(min-width:800px){
	
	#login_page{position:absolute;top: 65px;right: 100px;}
	}
	@media (max-width:769px) and(min-width:800px){
	
	#login_page{position:absolute;top: 65px;right: 10px;}
	}

	/*教练咨询模态框*/
	.add_contact{width: 90%;margin: 0 auto;}
	#contact_zixun{padding-top: 20px;}
	.contact_h5{color: darkgray;}
/*公共样式*/
.left {
  float: left; }

.right {
  float: right; }

.w100 {
  width: 100%; }

.pc {
  display: block; }

.mob {
  display: none; }

@media (max-width:767px) {
	.pc {
	  display: none; }
	
	.mob {
	  display: block; }
	
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden; }

.btn {
  /*display: block;*/
  text-align: center;
  border-radius: 8px; }

.centerCon, .greyArea, .whiteArea, .centerArea, .roleArea, .indexTop, .methodPlus, .aboutUs2 .teamCon, .managerPic {
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.greyArea, .whiteArea {
  width: 100%; }

.greyArea {
  background: #f7f7f7; }

.whiteArea {
  background: #fff; }

.centerArea {
 }

.borderBox, .banner {
  box-sizing: border-box; }

.role1 {
  color: #149ad8; }

.role2 {
  color: #c3006f; }

.role3 {
  color: #ec6e05; }

.role4 {
  color: #25974c; }

.role5 {
  color: #898989; }

.role6 {
  color: #cab167; }

.bigBtn {
  background: #c7a05f;
  width: 300px;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  margin: 60px auto 0 auto; }
  .bigBtn:hover {
    background: #b68c47; }

.bigBlackBtn {
  background: #fff;
  border: 1px solid #333333;
 /* width: 300px;*/
  font-size: 16px;
  font-weight: 550;
  color: #333;
  line-height: 45px;
  margin: 30px auto 0 auto; }
  .bigBlackBtn:hover {
    background: #c7a05f;
    color: #fff; 
		border: none;}

/*公共头部*/
.indexNav a {
  color: #fff; }

.indexLoginBtn {
  width: 110px;
  height: 35px;
  border: 1px solid #fff;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  position: absolute;
  right: 140px;
  top: 19px;
  color: #fff;
  display: inline-block; }
  .indexLoginBtn a {
    color: #fff; }

header {
  height: 75px;
  width: 100%;
  background: #f9f9fa;
  background-size: auto 44px;
  display: inline-block;
  font-size: 0;
  position: fixed;
  z-index: 50; }
  header img {
    position: absolute;
    top: 15px;
    left: 59px;
    height: 44px; }
  header nav {
    position: absolute;
    top: 30px;
    left: 237px;
    display: inline-block; }
    header nav a {
			float: left;
			display: block;
      color: #000;
      font-size: 16px;
      margin: 0 13px;
      padding-bottom: 5px;
      font-weight: 600; }
      header nav a:hover {
        border-bottom: 2px solid #000;
        transition: all 0.2s ease-in-out;
        text-decoration: none !important; }
  header .loginBtn {
		float: right;
    width: 110px;
    height: 35px;
    border: 1px solid #000;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    position: absolute;
    right: 140px;
    top: 19px;
    display: inline-block; }
    header .loginBtn a {
      color: #000; }
@media (min-width:768px) and(max-width:1335px){
	
}
.mobHeader {
  height: 75px;
  width: 100%;
  display: inline-block;
  font-size: 0;
  background: #f9f9fa;
  position: fixed;
  z-index: 9999; }
  .mobHeader img {
    position: absolute;
    top: 20px;
    left: 30px;
    height: 35px; }

/*公共底部*/
footer {
  background: #333;
  width: 100%;
  position: relative;
  overflow: hidden; }
  footer .footerCon {
    width: 1140px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    overflow: hidden; }
    footer .footerCon p {
      font-size: 16px;
      color: #fff; }
    footer .footerCon .footerLeft {
      /**/width: 530px; }
      footer .footerCon .footerLeft img {
        height: 31px;
        padding-bottom: 30px; }
      footer .footerCon .footerLeft p {
        color: #ccc;
        line-height: 24px; }
    footer .footerCon .footerCenter {
      margin-left: 80px;
      width: 236px; }
      footer .footerCon .footerCenter p:first-child {
        font-weight: 600;
        padding-bottom: 15px; }
      footer .footerCon .footerCenter p:nth-child(2) {
        color: #ccc;
        padding-bottom: 15px; }
      footer .footerCon .footerCenter p:nth-child(4) {
        color: #ccc;
        padding: 15px 0; }
      footer .footerCon .footerCenter p:nth-child(5) {
        font-size: 30px;
        padding-bottom: 15px; }
      footer .footerCon .footerCenter p:nth-child(6) {
        font-size: 14px;
        color: #ccc; }
      footer .footerCon .footerCenter .registerBtn {
        background: #c7a05f;
        color: #fff;
        font-size: 16px;
        line-height: 45px;
        width: 105px; }
    footer .footerCon .footerRight {
      width: 165px;
      float: right;
      text-align: right; }
      footer .footerCon .footerRight p:first-child {
        font-weight: 600;
        padding-bottom: 15px; }
      footer .footerCon .footerRight p:nth-child(2) {
        color: #ccc;
        padding-bottom: 15px; }
      footer .footerCon .footerRight img {
        width: 120px; }
  footer .footerLine {
    width: 1140px;
    margin: 0 auto;
    border-top: 1px solid #727578;
    line-height: 50px;
    font-size: 14px;
    color: #ccc;
    text-align: center; }

/*角色*/
.roleArea {
  width: 100%; }
  .roleArea img {
    width: 100%; }

.roleCon {
  padding: 98px 0 78px 0; }
  .roleCon .showAll {
    color: #4c4c4c;
    font-size: 14px;
    border: 1px solid #7b7b7b;
    border-radius: 5px;
    line-height: 35px;
    width: 90px;
    position: absolute;
    top: 0;
    right: 0; }
  .roleCon h1, .roleCon h2, .roleCon h5 {
    font-size: 24px; }
  .roleCon h1 {
    color: #333;
    line-height: 32px; }
  .roleCon h2 {
    color: #4c4c4c;
    padding-bottom: 17px; }
  .roleCon h3, .roleCon h4, .roleCon p {
    color: #808080; }
  .roleCon h3 {
    font-size: 20px; }
  .roleCon h4 {
    font-size: 18px; }
  .roleCon h5 {
    color: #fff;
    line-height: 32px; }
  .roleCon p {
    font-size: 16px;
    font-weight: 450; }
    .roleCon p em {
      color: #4c4c4c;
      font-weight: bold; }
  .roleCon .roleListCon {
    display: inline-block;
    font-size: 0; }
    .roleCon .roleListCon li {
      display: inline-block;
      width: 358px;
      background: #fff;
      box-sizing: border-box;
      margin-right: 33px;
      margin-top: 30px;
      box-shadow: 1px 5px 1px #ededed; }
      .roleCon .roleListCon li:nth-child(3n) {
        margin-right: 0; }
  .roleCon .classTitle {
    background: #333335 url(../images/classBg.png) no-repeat top center;
    box-sizing: border-box;
    padding: 20px 0 10px 20px;
    width: 100%;
    height: 176px;
    display: inline-block;
    position: relative; }
    .roleCon .classTitle .classTitleCon {
      width: 60%; }
      .roleCon .classTitle .classTitleCon p {
        color: #c5c5c6;
        line-height: 30px;
        padding-bottom: 5px; }
      .roleCon .classTitle .classTitleCon span {
        text-align: center;
        display: inline-block;
        width: 68px;
        line-height: 20px;
        font-size: 12px;
        background: url(../images/scoreBg.png) no-repeat top center;
        background-size: 100% 100%;
        color: #fff; }
        .roleCon .classTitle .classTitleCon span:last-child {
          margin-top: 5px;
          background: url(../images/tjBg.png) no-repeat top center;
          background-size: 100% 100%;
          color: #333335;
          font-weight: 450; }
  .roleCon .classCon {
    box-sizing: border-box;
    padding: 25px 20px;
    display: inline-block;
    width: 100%; }
    .roleCon .classCon h4 {
      padding: 8px 0 5px 0;
      font-weight: 450; }
    .roleCon .classCon p {
      padding-top: 15px;
      line-height: 24px; }
    .roleCon .classCon span {
      border: 1px solid #e6e6e6;
      line-height: 24px;
      border-radius: 5px;
      display: inline-block;
      padding: 0 10px;
      font-size: 14px;
      color: #808080;
      margin-top: 20px;
      margin-right: 10px; }
  .roleCon .joinUs {
    width: 100%;
    display: inline-block;
    border-top: 2px solid #f1f1f1;
    margin-top: 70px;
    padding-top: 60px; }
    .roleCon .joinUs h1 {
      font-size: 32px;
      color: #333;
      text-align: center; }
    .roleCon .joinUs .joinBtn {
      width: 360px;
      height: 110px;
      text-align: center;
      background: #fff;
      box-shadow: 1px 5px 1px #ededed;
      box-sizing: border-box;
      padding: 30px 0;
      display: inline-block;
      margin: 40px 60px 0 150px;
      font-size: 18px; }
      .roleCon .joinUs .joinBtn p {
        padding-bottom: 14px;
        color: #333; }
        .roleCon .joinUs .joinBtn p:last-child {
          color: #c7a05f;
          font-weight: bold;
          padding-bottom: 0; }
      .roleCon .joinUs .joinBtn:last-child {
        margin: 40px 0 0 60px; }

/*公共banner*/
.banner {
  width: 100%;
  height: 446px;
  background: url(../images/bannerbg.png) no-repeat top center;
  text-align: center;
  padding-top: 160px; }
  .banner h1 {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 35px; }

.shareBtn {
  background: #c7a05f;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  width: 175px;
  display: inline-block; }
  .shareBtn:hover {
    background: #b68c47; }

.registerBtn {
  background: #c7a05f;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  width: 105px;
  display: inline-block;
  margin-left: 15px; }
  .registerBtn:hover {
    background: #b68c47; }

/*index中间内容页*/
.indexTop {
  width: 100%;
  height: 900px;
  background: url(../images/indexTopBg.png) no-repeat top center; }
  .indexTop h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    padding-top: 327px;
    padding-bottom: 67px;
    text-align: center; }

.methodPlus {
 /*width: 1110px;*/ 
	margin: 0 auto;
  padding: 35px 0; }
  .methodPlus h4 {
    color: #666;
    text-align: center;
    font-size: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e6e6; }
  .methodPlus .methodPic {
    display: inline-block;
    font-size: 0;
    padding-top: 15px; }
    .methodPlus .methodPic img {
      display: inline-block;
      vertical-align: top;
      margin-right: 42px; }
      .methodPlus .methodPic img:last-child {
        margin-right: 0; }

.indexCon h1 {
  font-size: 34px; }
.indexCon h2 {
  font-size: 24px; }
.indexCon h3 {
  font-size: 22px; }
.indexCon h4 {
  font-size: 20px; }
.indexCon h5 {
  font-size: 16px; }
.indexCon p {
  font-size: 14px; }

.indexItem1 {
  padding: 100px 0; }
  .indexItem1 h1, .indexItem1 h2 {
    text-align: center; }
  .indexItem1 h1 {
    padding-bottom: 53px; }
  .indexItem1 h2 {
    color: #737373;
    line-height: 34px; }
  .indexItem1 ul {
    display: inline-block;
    font-size: 0;
    padding-top: 87px; }
    .indexItem1 ul li {
      display: inline-block;
      /*width: 285px;*/
      box-sizing: border-box;
      padding: 0 15px;
      text-align: center; }
      .indexItem1 ul li h3 {
        padding: 18px 0;
        color: #444444;
        font-weight: 500; }
      .indexItem1 ul li h5 {
        color: #4c4c4c;
        line-height: 28px; }


.indexBanner1 {
  width: 100%;
  position: relative;
  height: 526px;
  background: url(../images/indexBanner1.png) no-repeat top center; }
  .indexBanner1 .textCon {
    position: absolute;
    top: 183px;
    right: 20%;
    color: #fff; }
    .indexBanner1 .textCon h1 {
      padding-bottom: 70px; }
    .indexBanner1 .textCon h5 {
      line-height: 24px; }

.indexItem2 {
  padding: 100px 0 90px 0; }
  .indexItem2 h1 {
    padding-bottom: 65px;
    text-align: center;
    color: #4c4c4c; }
  .indexItem2 ul {
    /*display: inline-block;*/
    font-size: 0; }
    .indexItem2 ul li {
     /* display: inline-block;
      width: 380px;*/
      box-sizing: border-box;
      border: 1px solid #e0e0e0;
      text-align: center;
      padding-top: 100px;
      color: #4c4c4c;
      height: 170px; }
      .indexItem2 ul li:hover {
        color: #fff;
        transition: all 0.3s ease-in-out; }
      .indexItem2 ul li:first-child {
        background: url(../images/role1.png) no-repeat center 25px;
        border-right: none;
        /*border-bottom: none;*/ }
        .indexItem2 ul li:first-child:hover {
          background: #1f252a url(../images/role1Hover.png) no-repeat center 25px; }
      .indexItem2 ul li:nth-child(2) {
        background: url(../images/role2.png) no-repeat center 25px;
        border-right: none;
        border-bottom: none; }
        .indexItem2 ul li:nth-child(2):hover {
          background: #1f252a url(../images/role2Hover.png) no-repeat center 25px; }
      .indexItem2 ul li:nth-child(3) {
        border-bottom: none;
        background: url(../images/role3.png) no-repeat center 25px; }
        .indexItem2 ul li:nth-child(3):hover {
          background: #1f252a url(../images/role3Hover.png) no-repeat center 25px; }
      .indexItem2 ul li:nth-child(4) {
        border-right: none;
        background: url(../images/role4.png) no-repeat center 25px; }
        .indexItem2 ul li:nth-child(4):hover {
          background: #1f252a url(../images/role4Hover.png) no-repeat center 25px; }
      .indexItem2 ul li:nth-child(5) {
        border-right: none;
        background: url(../images/role5.png) no-repeat center 25px; }
        .indexItem2 ul li:nth-child(5):hover {
          background: #1f252a url(../images/role5Hover.png) no-repeat center 25px; }
      .indexItem2 ul li:last-child {
        background: url(../images/role6.png) no-repeat center 25px; }
        .indexItem2 ul li:last-child:hover {
          background: #1f252a url(../images/role6Hover.png) no-repeat center 25px; }
      .indexItem2 ul li h5 {
        padding-bottom: 7px;
        font-weight: 500; }

.indexBanner2 {
  width: 100%;
  position: relative;
  height: 526px;
  background: url(../images/indexBanner2.png) no-repeat top center; }
  .indexBanner2 .textCon {
    position: absolute;
    top: 183px;
    left: 20%;
    color: #fff; }
    .indexBanner2 .textCon h1 {
      padding-bottom: 30px; }
    .indexBanner2 .textCon h5 {
      line-height: 24px; }


.indexItem3 {
  padding: 90px 0; }
  .indexItem3 ul {
  /*  display: inline-block;*/
    font-size: 0; }
    .indexItem3 ul li {
			margin-top: 30px;

      text-align: center;
      display: inline-block;
      vertical-align: top; }
      .indexItem3 ul li h4 {
        padding: 20px 0;
        color: #4c4c4c;
        font-weight: 700; }
      .indexItem3 ul li h5 {
        color: #999;
        line-height: 28px;
        font-weight: 400; }
      .indexItem3 ul li .indexItem3Btn {
        border: 1px solid #1f252a;
        color: #1f252a;
        font-size: 14px;
        width: 200px;
        line-height: 40px;
        display: inline-block;
        font-weight: 400;
        margin-top: 25px; }
        .indexItem3 ul li .indexItem3Btn:hover {
          background: #1f252a;
          color: #fff;
          transition: all 0.3s ease-in-out; }



#action_li1{ background: url(../images/role1.png) no-repeat center 25px;}
#action_li1:hover{ background: #1f252a url(../images/role1Hover.png) no-repeat center 25px;}
#action_li2{ background: url(../images/role2.png) no-repeat center 25px;}
#action_li2:hover{ background: #1f252a url(../images/role2Hover.png) no-repeat center 25px;}
#action_li3{ background: url(../images/role3.png) no-repeat center 25px;}
#action_li3:hover{ background: #1f252a url(../images/role3Hover.png) no-repeat center 25px;}
#action_li4{ background: url(../images/role4.png) no-repeat center 25px;}
#action_li4:hover{ background: #1f252a url(../images/role4Hover.png) no-repeat center 25px;}
#action_li5{ background: url(../images/role5.png) no-repeat center 25px;}
#action_li5:hover{ background: #1f252a url(../images/role5Hover.png) no-repeat center 25px;}
#action_li6{ background: url(../images/role6.png) no-repeat center 25px;}
#action_li6:hover{ background: #1f252a url(../images/role6Hover.png) no-repeat center 25px;}
/*meetings中间内容页*/
.meetingsCon h2 {
  font-size: 24px;
  color: #4c4c4c;
  line-height: 48px; }
.meetingsCon h3 {
  font-size: 22px;
  color: #333333;
  line-height: 48px; }
.meetingsCon h4 {
  font-size: 20px;
  color: #808080; }
.meetingsCon h5 {
  font-size: 18px;
  color: #808080;
  line-height: 24px; }
.meetingsCon p {
  font-size: 16px;
  color: #808080; }

.meetings1 {
  padding: 100px 0 70px 0; }
  .meetings1 h4 {
    line-height: 28px; }
  .meetings1 .meetings-item {
    margin-top: 30px;
    background: #fff;
    height: 251px;
    box-shadow: 1px 2px 15px #ededed; }
    .meetings1 .meetings-item .img1 {
      width: 845px; }
    .meetings1 .meetings-item .img2 {
      width: 255px; }
    .meetings1 .meetings-item:nth-child(2) {
      margin-left: 40px; }
    .meetings1 .meetings-item:nth-child(4) {
      margin: 30px 40px 0 40px; }
    .meetings1 .meetings-item:nth-child(5) {
      margin-right: 40px; }
    .meetings1 .meetings-item p {
      padding: 0 20px;
      line-height: 22px; }

.meetings2 {
  padding: 73px 0 80px 0;
  display: inline-block;
  font-size: 0; }

.coachList {
  display: inline-block;
  padding-left: 2px;
  padding-bottom: 5px;
  vertical-align: top; }
  .coachList li {
    display: inline-block;
    position: relative;
    background: #fff;
    width: 259px;
    box-shadow: 0 0 5px #d9d9d9;
    box-sizing: border-box;
    padding: 20px 0;
    margin-right: 33.33333333px;
    margin-top: 30px;
    text-align: center; }
    .coachList li h3 {
      font-size: 22px;
      color: #333333;
      line-height: 48px; }
    .coachList li h5 {
      font-size: 18px;
      color: #808080;
      line-height: 24px; }
    .coachList li:nth-child(4n) {
       }
    .coachList li .role {
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 12px;
      color: #808080; }
    .coachList li p {
      color: #808080;
      font-size: 14px;
      display: inline-block;
      margin-top: 25px;
      margin-right: 5px;
      border: 1px solid #e6e6e6;
      line-height: 28px;
      padding: 0 5px;
      border-radius: 5px; }
  .coachList img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: top; }

.meetings3 {
  padding: 70px 0 80px 0;
  display: inline-block;
  font-size: 0; }
  .meetings3 .innerPicItem {
    width: 360px;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    padding-top: 5px; }
    .meetings3 .innerPicItem:nth-child(3n) {
      margin-right: 0; }
  .meetings3 h4 {
    padding-bottom: 30px; }
  .meetings3 p {
    line-height: 50px; }

.meetingsSlider {
  background: url(../images/quotation.png) no-repeat top center;
  background-size: 1140px 158px;
  height: 158px;
  box-sizing: border-box;
  margin-top: 25px; }
  .meetingsSlider .swiper-container {
    width: 880px;
    height: 158px;
    box-sizing: border-box;
    padding-top: 35px;
    margin: 0 auto; }
  .meetingsSlider h4 {
    color: #000;
    text-align: right; }
  .meetingsSlider h5 {
    line-height: 36px; }

.swiper-pagination-bullet {
  background: #fff !important;
  border: 1px solid #333 !important; }

.swiper-pagination-bullet-active {
  background: #333 !important;
  border: 1px solid #333 !important; }

.logos {
  padding: 70px 0 90px 0;
  display: inline-block;
  font-size: 0; }
  .logos h4 {
    padding-bottom: 4px; }
  .logos .pc ul {
    display: inline-block; }
    .logos .pc ul li {
      display: inline-block;
      width: 206px;
      height: 74px;
      border: 1px solid #f2f2f2;
      text-align: center;
      margin-top: 26px;
      margin-right: 25px; }
      .logos .pc ul li:nth-child(5n) {
        margin-right: 0; }
      .logos .pc ul li img {
        width: 204px;
        height: 72px;
        object-fit: contain; }

/*公开课筛选*/
.chooseCon {
  padding: 72px 0 65px 0;
  display: inline-block;
  font-size: 0; }
  .chooseCon .roleList {
    display: inline-block;
    /*width: 1140px; */}
  .chooseCon .pagination {
    margin: 0 auto;
    border-top: none;
    width: 650px; }
    .chooseCon .pagination a {
      margin: 0 5px; }
  .chooseCon .roleCon {
    padding: 0; }
    .chooseCon .roleCon ul li {
      margin-top: 0;
      margin-bottom: 30px; }
      .chooseCon .roleCon ul li .coachMessageCon {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        .chooseCon .roleCon ul li .coachMessageCon .name {
          font-size: 20px;
          color: #333;
          padding-top: 0; }
        .chooseCon .roleCon ul li .coachMessageCon .coachTitle {
          font-size: 16px;
          color: #808080;
          padding-top: 10px; }
.indexItem2 ul li{border: 1px solid #e0e0e0;}
.select {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  display: inline-block; }
  .select ul {
    display: inline-block;
    font-size: 0; }
  .select .select-list {
    padding: 28px 0; }
  .select dl {
    zoom: 1;
    position: relative;
    line-height: 24px; }
    .select dl:after {
      content: " ";
      display: block;
      clear: both;
      height: 0;
      overflow: hidden; }
  .select dt {
    width: 100px;
    margin-bottom: 5px;
    float: left;
    text-align: left;
    color: #000;
    font-size: 16px;
    height: 24px;
    line-height: 24px; }
  .select dd {
    float: left;
    display: inline;
    margin: 0 0 5px 5px; }
  .select a {
    display: inline-block;
    white-space: nowrap;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 10px;
    text-decoration: none;
    color: #4c4c4c;
    font-size: 16px;
    border-radius: 5px; }
  .select .selected a {
    color: #fff;
    background-color: #333; }
  .select .selected .role1, .select .selected .role2, .select .selected .role3, .select .selected .role4, .select .selected .role5, .select .selected .role6 {
    color: #fff; }
  .select input, .select section {
    clear: both;
    padding-top: 10px;
    display: none; }
  .select .chooseSelect {
    width: 1140px;
    padding: 22px 80px;
    box-sizing: border-box;
    border-top: 1px solid #ddd; }
  .select label {
    font-size: 16px;
    display: block;
    float: left;
    line-height: 40px;
    padding: 0 35px 0 20px;
    text-align: center;
    color: #4c4c4c;
    background: url(../images/arrowDown.png) no-repeat 66px center; }
  .select label:hover {
    cursor: pointer; }
  .select #tab1:checked ~ #content1, .select #tab2:checked ~ #content2, .select #tab3:checked ~ #content3, .select #tab4:checked ~ #content4 {
    display: block; }
  .select input:checked + label {
    border-radius: 5px 5px 0 0;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    text-decoration: none;
    background: url(../images/arrowUp.png) no-repeat 60px center; }

.select-result dt {
  font-weight: bold; }

.select-no {
  color: #999; }

/*关于我们*/
.aboutUsCon h1 {
  font-size: 30px;
  color: #333333; }
.aboutUsCon h2 {
  font-size: 24px;
  color: #333; }
.aboutUsCon h3 {
  font-size: 24px;
  color: #808080; }
.aboutUsCon h4 {
  font-size: 20px;
  color: #808080; }
.aboutUsCon h5 {
  font-size: 18px;
  color: #808080; }
.aboutUsCon p {
  font-size: 14px;
  color: #999; }

.aboutUs1 {
  padding: 102px 0 35px 0; }
  .aboutUs1 h1 {
    text-align: center;
    padding-bottom: 17px; }
  .aboutUs1 h3 {
    padding-bottom: 45px;
    line-height: 32px; }

.aboutUs2 {
  padding: 60px 0 100px 0; }
  .aboutUs2 .teamCon {
    width: 800px; }
    .aboutUs2 .teamCon h1 {
      text-align: center; }
    .aboutUs2 .teamCon h2 {
      line-height: 30px; }
    .aboutUs2 .teamCon p {
      line-height: 24px; }
    .aboutUs2 .teamCon td {
      width: 50%;
      text-align: center;
      padding-top: 40px; }

.aboutUs3 {
  padding: 65px 0;
  text-align: center; }
  .aboutUs3 h1 {
    padding-bottom: 15px; }
  .aboutUs3 h4 {
    line-height: 32px; }
  .aboutUs3 .address {
    display: inline-block;
    font-size: 0;
    width: 100%; }
  .aboutUs3 .addressCon {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 50%;
    padding-top: 40px; }
    .aboutUs3 .addressCon img {
      width: 100%;
      padding-bottom: 20px; }
    .aboutUs3 .addressCon:first-child {
      padding-right: 20px; }
    .aboutUs3 .addressCon:last-child {
      padding-left: 20px; }
    .aboutUs3 .addressCon h5 {
      line-height: 30px; }
    .aboutUs3 .addressCon em {
      color: #4c4c4c;
      font-style: normal; }

.aboutUs4 {
  padding-bottom: 90px; }
  .aboutUs4 .aboutUsTel {
    border-top: 1px solid #e6e6e6;
    padding-top: 70px; }
    .aboutUs4 .aboutUsTel em {
      font-size: 30px;
      color: #4c4c4c; }

/*管理者页面*/
.managerPic {
  width: 100%; }
  .managerPic img {
    width: 100%; }

.managerCon {
  padding: 120px 0; }
  .managerCon h1 {
    font-size: 30px;
    color: #333333;
    padding-bottom: 35px; }
  .managerCon p {
    color: #808080;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 30px; }

/*咨询*/
.advisoryCon h1 {
  font-size: 24px;
  color: #4c4c4c;
  padding-bottom: 15px; }
.advisoryCon h2 {
  font-size: 22px;
  color: #333; }
.advisoryCon h3 {
  font-size: 20px;
  color: #333; }
.advisoryCon h4 {
  font-size: 20px;
  color: #808080;
  padding-bottom: 35px; }
.advisoryCon h5 {
  font-size: 18px;
  color: #808080; }

.advisory1 {
  padding: 110px 0 60px 0; }
  .advisory1 ul {
    display: inline-block;
    font-size: 0; }
    .advisory1 ul li {
      display: inline-block;
      vertical-align: top;
      width: 285px; }
      .advisory1 ul li h3 {
        padding-bottom: 18px; }
      .advisory1 ul li h5 {
        line-height: 32px; }

.advisory2 {
  padding: 70px 0 90px 0;
  display: inline-block;
  font-size: 0; }

.advisory3 {
  padding: 70px 0 24px 0;
  display: inline-block;
  font-size: 0; }
  .advisory3 .solution {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 66px;
    width: 50%;
    border-right: 1px dashed #d9d9d9;
    box-sizing: border-box; }
    .advisory3 .solution:nth-child(2n-1) {
      padding-right: 100px; }
    .advisory3 .solution:nth-child(2n) {
      padding-left: 30px;
      border-right: none; }
    .advisory3 .solution td {
      padding-top: 20px; }
    .advisory3 .solution .downloadBtn {
      font-size: 14px;
      line-height: 25px;
      border-radius: 8px;
      border: 1px solid #4c4c4c;
      color: #4c4c4c;
      width: 60px; }
.downloadBtn:hover{background:#c7a05f;border:none;color: #ffffff;}

/*企业会员*/
.bigBtn{color: #FFFFFF;background: #000000;}
.bigBtn:hover{color: #ffffff;background:#c7a05f;}
.memberCon h1, .memberCon h3 {
  color: #333; }
.memberCon h2, .memberCon h4, .memberCon h5 {
  color: #808080; }
.memberCon h1 {
  font-size: 30px;
  text-align: center; }
  .memberCon h1:first-child {
    padding-bottom: 15px; }
  .memberCon h1:nth-child(2) {
    padding-bottom: 80px; }
.memberCon h2 {
 font-size: 24px;
  line-height: 32px; }
.memberCon .pt {
  padding-top: 80px;
  padding-bottom: 20px; }
.memberCon h3, .memberCon h5 {
  font-size: 18px; }
.memberCon h4 {
  font-size: 18px; }

.member1 {
  padding: 105px 0 80px 0; }
  .member1 ul {
    display: inline-block;
    font-size: 0; }
    .member1 ul li {
      display: inline-block;
      width: 350px;
      background: #222222;
      text-align: center;
      line-height: 110px;
      color: #fff;
      font-size: 20px;
      border-radius: 8px;
      margin-right: 45px;
      margin-top: 30px;
      box-shadow: 1px 1px 20px #ebebeb; }
      .member1 ul li:nth-child(3n) {
        margin-right: 0; }
      .member1 ul li:hover {
        background: #fff;
        color: #4c4c4c;
        transition: all 0.3s easy-in-out; }

.member2 {
  padding: 90px 0; }
  .member2 h2 {
    text-align: center;
    padding: 10px 0; }
  .member2 ul {
    width: 100%;
    display: inline-block;
    font-size: 0; }
    .member2 ul li {
      display: inline-block;
      text-align: center;
      vertical-align: top;
      margin-top: 80px; }
      .member2 ul li h3 {
        padding: 20px 0;
        font-weight: 500; }
      .member2 ul li h4 {
        line-height: 30px; }
      .member2 ul li:nth-child(1) {
        width: 40%; }
      .member2 ul li:nth-child(2) {
        width: 40%; }
      .member2 ul li:nth-child(3) {
        width: 30%; }
      .member2 ul li:nth-child(4) {
        width: 40%; }
      .member2 ul li:nth-child(5) {
        width: 30%; }
  .member2 .ml {
    margin-left: 10%; }
  .member2 .ml2 {
    margin-left: 3.66666666%; }

.member3 {
  padding: 70px 0 80px 0; }
  .member3 h2 {
    text-align: center;
    padding: 10px 0; }
  .member3 ul {
    display: inline-block;
    font-size: 0; }
    .member3 ul li {
      width: 350px;
      display: inline-block;
      box-sizing: border-box;
      padding: 60px 20px 30px 20px;
      font-weight: 400;
      margin-right: 45px;
      text-align: center;
      background: #fff;
      margin-top: 65px;
      box-shadow: 0 0 5px #d9d9d9; }
      .member3 ul li:last-child {
        margin-right: 0; }
      .member3 ul li img {
        padding-bottom: 10px; }
      .member3 ul li h4 {
        line-height: 24px;
        font-size: 16px; }
      .member3 ul li h5 {
        margin-top: 22px;
        line-height: 26px; }
      .member3 ul li .showAll {
        color: #4c4c4c;
        border: 1px solid #4c4c4c;
        line-height: 35px;
        width: 90px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 8px;
        margin-top: 40px;
        display: inline-block; }
        .member3 ul li .showAll:hover {
          background: #333;
          color: #fff; }

.member4 {
  padding: 90px 0 100px 0; }
  .member4 .memberCenter {
    width: 745px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .member4 .memberCenter h2 {
      padding: 40px 0 30px 0; }
    .member4 .memberCenter p {
      font-size: 18px;
      line-height: 30px;
      color: #808080; }
  .member4 .joinMemberBtn {
    text-align: center;
    background: #c7a05f;
    color: #fff;
    font-size: 16px;
    width: 145px;
    line-height: 45px;
    margin: 60px auto 0 auto; }
    .member4 .joinMemberBtn:hover {
      background: #b68c47; }

/*招聘*/
.employmentCon {
  text-align: center;
  display: inline-block;
  font-size: 0;
  padding: 100px 0 110px 0; }
  .employmentCon h1 {
    font-size: 30px;
    color: #333333;
    line-height: 46px;
    padding-bottom: 30px; }
  .employmentCon h2 {
    font-size: 26px;
    color: #333;
    padding-bottom: 15px; }
  .employmentCon h3 {
    font-size: 18px;
    color: #808080;
    line-height: 28px; }
  .employmentCon h4 {
    font-size: 24px;
    color: #808080;
    line-height: 32px; }
  .employmentCon a {
    color: #c7a05f;
    font-weight: 500;
    font-size: 14px;
    padding-top: 50px;
    display: inline-block; }
  .employmentCon ul li {
    display: inline-block;
    width: 350px;
    margin-right: 45px;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 25px;
    box-shadow: 1px 1px 15px #ededed; }
    .employmentCon ul li h1 {
      padding-bottom: 20px; }
    .employmentCon ul li:nth-child(3n) {
      margin-right: 0; }
  .employmentCon .pt115 {
    padding-top: 115px; }

.overlayCon {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  cursor: default; }

.overlayCon:target {
  display: block; }

.popup {
  top: -100%;
  right: 0;
  left: 50%;
  z-index: 81;
  width: 920px;
  height: 80%;
  overflow: scroll;
  position: fixed;
  box-sizing: border-box;
  padding: 30px 100px 80px 100px;
  background: #fff;
  -webkit-transform: translate(-50%, -600%);
  -ms-transform: translate(-50%, -600%);
  -o-transform: translate(-50%, -600%);
  transform: translate(-50%, -600%); }
  .popup h1 {
    font-size: 26px;
    color: #000;
    text-align: center;
    padding-bottom: 40px; }
    .popup h1 em {
      border-bottom: 2px solid #000;
      padding-bottom: 5px; }
  .popup h2 {
    font-size: 22px;
    color: #000;
    padding-bottom: 10px; }
  .popup h3 {
    color: #333;
    font-size: 18px;
    padding-bottom: 10px; }
  .popup p {
    color: #808080;
    font-size: 18px;
    line-height: 24px; }
  .popup span {
    padding-top: 25px;
    display: inline-block; }
  .popup .desc-wrapper {
    display: inline-block;
    width: 100%;
    height: 95px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 35px; }

.overlayCon:target + .popup {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 10%; }

.close {
  top: -10px;
  right: 0px;
  width: 25px;
  height: 25px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  color: #000; }
  .close .iconfont {
    font-size: 25px; }

.entry {
  position: relative;
  overflow: hidden;
  border-bottom: 1px dashed #d9d9d9; }
  .entry .applyBtn {
    border: 1px solid #000;
    text-align: center;
    border-radius: 5px;
    line-height: 25px;
    padding: 0 10px;
    color: #000;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 20px; }
    .entry .applyBtn:hover {
      background: #333;
      color: #fff; }

.more-link {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  font-size: 14px;
  color: #000; }

.more-link:after {
  content: "\2193";
  margin-left: 8px;
  font-size: 30px; }

.more-link.open:after {
  content: "\2191"; }

/*干货分享*/
.shareCon {
  padding: 70px 0 50px 0; }
  .shareCon h1 {
    font-size: 24px;
    color: #000; }
  .shareCon h2 {
    font-size: 18px;
    color: #000;
    padding-bottom: 22px;
    font-weight: bold; }
  .shareCon h5 {
    font-size: 16px;
    color: #999;
    padding-bottom: 30px;
    padding-top: 20px; }
  .shareCon .shareList {
    width: 750px; }
    .shareCon .shareList .shareListCon {
      display: inline-block;
      font-size: 0; }
      .shareCon .shareList .shareListCon li {
        background: #fff;
        width: 750px;
        box-sizing: border-box;
        padding: 40px 20px;
        display: inline-block;
        margin-bottom: 20px;
        box-shadow: 1px 3px 1px #ededed; }
        .shareCon .shareList .shareListCon li p {
          font-size: 18px;
          color: #808080;
          line-height: 30px; }
        .shareCon .shareList .shareListCon li a {
          color: #c7a05f; }
  .shareCon .shareRight {
    width: 390px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 37px; }
    .shareCon .shareRight p {
      font-size: 18px;
      color: #4c4c4c;
      line-height: 30px; }
    .shareCon .shareRight a {
      color: #c7a05f;
      font-size: 18px;
      line-height: 28px; }
      .shareCon .shareRight a em {
        color: #4c4c4c;
        font-style: normal; }

.pagination {
  border-top: 1px solid #e6e6e6;
  padding-top: 48px;
  width: 750px;
  text-align: center; }
  .pagination ul, .pagination li {
    list-style: none;
    display: inline;
    padding-left: 0px; }
  .pagination li:hover a {
    color: #fdfdfd;
    background-color: #1d1f20;
    border: solid 1px #1d1f20; }
  .pagination li.active a {
    color: #fdfdfd;
    background-color: #1d1f20;
    border: solid 1px #1d1f20; }
  .pagination li:first-child {
    float: left; }
    .pagination li:first-child a:after {
      content: "上一页"; }
  .pagination li:last-child {
    float: right; }
    .pagination li:last-child a:after {
      content: "下一页"; }
  .pagination li a {
    font-size: 14px;
    border: solid 1px #d7d7d7;
    border-radius: 5px;
    color: #7d7d7d;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 6px 10px; }

/*干货分享文章详情页*/
article {
  width: 100%;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  padding: 60px 40px;
  box-shadow: 1px 5px 1px #ededed; }
  article h1 {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    padding-bottom: 30px; }
  article h2 {
    font-size: 16px;
    color: #999;
    padding-bottom: 45px; }
  article p {
    font-size: 20px;
    color: #808080;
    line-height: 30px; }

.readAll {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 50%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	background: #c7a05f;
	border-radius: 10px;
	margin-top: 40px;
	transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition:all 0.5s;}
.readAll:hover{width: 100%;color: #ffffff;}
/*专家智库*/
.expertCon {
  padding: 95px 0 40px 0;
  display: inline-block;
  font-size: 0; }
  .expertCon h2 {
    font-size: 24px;
    color: #4c4c4c;
    line-height: 48px; }
  .expertCon h4 {
    font-size: 20px;
    color: #808080; }

/*专家智库详细页*/
.coachDetailsCon {
  padding-bottom: 50px; }
  .coachDetailsCon h1 {
    font-size: 30px;
    color: #333;
    padding-bottom: 10px;
    line-height: 56px; }
  .coachDetailsCon h2 {
    font-size: 20px;
    color: #000; }
  .coachDetailsCon h3 {
    font-size: 20px;
    color: #333; }
  .coachDetailsCon h4 {
    font-size: 20px;
    color: #808080; }
  .coachDetailsCon h5 {
    font-size: 16px;
    color: #333; }
  .coachDetailsCon p {
    font-size: 16px;
    color: #808080; }
  .coachDetailsCon .detailsLeft {
    width: 750px;
    float: left;
    margin-right: 30px; }
    .coachDetailsCon .detailsLeft .detailsCon {
      margin-top: 50px;
      box-sizing: border-box;
      padding: 40px 20px;
      display: inline-block;
      box-shadow: 1px 5px 1px #ededed;
      background: #fff;
      font-size: 0;
      width: 100%; }
      .coachDetailsCon .detailsLeft .detailsCon h2 {
        padding-bottom: 27px; }
        .coachDetailsCon .detailsLeft .detailsCon h2 em {
          font-style: normal;
          padding-bottom: 3px;
          border-bottom: 2px solid #000; }
      .coachDetailsCon .detailsLeft .detailsCon .coachDetailsName {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px 40px 30px;
        border-bottom: 1px solid #b2b2b2;
        vertical-align: top;
        margin-bottom: 20px; }
        .coachDetailsCon .detailsLeft .detailsCon .coachDetailsName .avatar {
          border-radius: 50%;
          width: 150px;
          height: 150px;
          object-fit: cover;
          object-position: top;
          display: inline-block;
          vertical-align: top; }
        .coachDetailsCon .detailsLeft .detailsCon .coachDetailsName .coachNameCon {
          display: inline-block;
          width: 460px;
          padding-left: 40px;
          vertical-align: top; }
          .coachDetailsCon .detailsLeft .detailsCon .coachDetailsName .coachNameCon h5 {
            font-size: 18px;
            padding: 17px 0; }
          .coachDetailsCon .detailsLeft .detailsCon .coachDetailsName .coachNameCon .tags {
            border-radius: 5px;
            border: 1px solid #b3b3b3;
            color: #4c4c4c;
            font-size: 16px;
            line-height: 28px;
            padding: 0 10px;
            display: inline-block;
            margin-right: 10px; }
      .coachDetailsCon .detailsLeft .detailsCon .classListCon {
        display: inline-block; }
        .coachDetailsCon .detailsLeft .detailsCon .classListCon h3 {
          padding-bottom: 18px; }
        .coachDetailsCon .detailsLeft .detailsCon .classListCon h4 {
          line-height: 28px; }
        .coachDetailsCon .detailsLeft .detailsCon .classListCon ul {
          display: inline-block; }
          .coachDetailsCon .detailsLeft .detailsCon .classListCon ul li {
            display: inline-block;
            border-bottom: 1px dashed #d9d9d9;
            padding-bottom: 30px;
            margin-bottom: 30px; }
            .coachDetailsCon .detailsLeft .detailsCon .classListCon ul li .classTags {
              display: inline-block;
              border-radius: 5px;
              border: 1px solid #e6e6e6;
              padding: 0 10px;
              line-height: 25px;
              color: #808080;
              font-size: 14px;
              margin-right: 10px;
              margin-top: 28px; }
            .coachDetailsCon .detailsLeft .detailsCon .classListCon ul li:last-child {
              border-bottom: none;
              margin-bottom: 0;
              padding-bottom: 0; }
      .coachDetailsCon .detailsLeft .detailsCon .commentList {
        display: inline-block; }
        .coachDetailsCon .detailsLeft .detailsCon .commentList li {
          display: inline-block;
          width: 100%;
          padding-bottom: 30px;
          margin-top: 30px;
          border-bottom: 1px dashed #d9d9d9; }
          .coachDetailsCon .detailsLeft .detailsCon .commentList li .studentAvatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            object-position: top;
            display: inline-block;
            vertical-align: top; }
          .coachDetailsCon .detailsLeft .detailsCon .commentList li .studentCommentCon {
            display: inline-block;
            padding-left: 25px;
            width: 565px;
            vertical-align: top; }
            .coachDetailsCon .detailsLeft .detailsCon .commentList li .studentCommentCon p {
              color: #999;
              font-size: 16px;
              padding-bottom: 15px; }
              .coachDetailsCon .detailsLeft .detailsCon .commentList li .studentCommentCon p:last-child {
                font-size: 18px;
                color: #333;
                line-height: 26px; }
              .coachDetailsCon .detailsLeft .detailsCon .commentList li .studentCommentCon p em {
                font-size: 20px;
                color: #000;
                font-style: normal; }
  .coachDetailsCon .detailsRight {
    float: right;
    width: 360px;
    margin-top: 50px; }
    .coachDetailsCon .detailsRight .detailsRightCon {
      background: #fff;
      margin-bottom: 20px;
      box-shadow: 1px 5px 1px #ededed;
      width: 300px;
      padding: 40px 30px;
      display: inline-block;
      font-size: 0; }
      .coachDetailsCon .detailsRight .detailsRightCon h5 {
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 18px; }
        .coachDetailsCon .detailsRight .detailsRightCon h5 img {
          vertical-align: top; }
      .coachDetailsCon .detailsRight .detailsRightCon .iconfont {
        font-size: 24px; }
      .coachDetailsCon .detailsRight .detailsRightCon .moreComment {
        margin-top: 20px; }
      .coachDetailsCon .detailsRight .detailsRightCon ul {
        display: inline-block; }
        .coachDetailsCon .detailsRight .detailsRightCon ul li {
          display: inline-block;
          width: 300px;
          margin-top: 30px; }
          .coachDetailsCon .detailsRight .detailsRightCon ul li:last-child {
            margin-bottom: 0; }
          .coachDetailsCon .detailsRight .detailsRightCon ul li img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            object-position: top;
            display: inline-block;
            vertical-align: top; }
          .coachDetailsCon .detailsRight .detailsRightCon ul li .moreCoach {
            display: inline-block;
            width: 230px;
            padding-left: 10px;
            vertical-align: top; }
            .coachDetailsCon .detailsRight .detailsRightCon ul li .moreCoach p {
              font-size: 18px;
              padding-bottom: 10px;
              color: #333; }
              .coachDetailsCon .detailsRight .detailsRightCon ul li .moreCoach p:last-child {
                color: #808080; }
  .coachDetailsCon .counts {
    display: inline-block;
    width: 100px;
    box-sizing: border-box;
    border-right: 1px solid #b3b3b3;
    text-align: center; }
    .coachDetailsCon .counts:last-child {
      border-right: none; }
    .coachDetailsCon .counts p {
      font-size: 16px;
      color: #333;
      padding-bottom: 10px; }
    .coachDetailsCon .counts h1 {
      line-height: 30px;
      padding-bottom: 0;
      font-weight: 300; }

.read-more-state {
  display: none; }

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease; }

.read-more-wrap {
  font-size: 18px;
  color: #808080;
  line-height: 30px; }

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 1000px; }

.read-more-state ~ .read-more-trigger:before {
  content: '\2193 显示更多'; }

.read-more-state:checked ~ .read-more-trigger:before {
  content: '\2191 收起'; }

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  color: #333;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding-top: 40px; }

.moreComment {
  width: 300px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #333;
  text-align: center;
  margin: 40px auto 0 auto;
  outline: none;
  background: #fff; }
  .moreComment:hover {
    background: #333;
    color: #fff; }

/*近期公开课详细页面*/
.classDetaisTop {
  padding-top: 50px;
  display: inline-block;
  font-size: 0;
  width: 100%; }
  .classDetaisTop .cdTopLeft {
    display: inline-block;
    font-size: 0;
    width: 750px;
    margin-right: 30px; }
    .classDetaisTop .cdTopLeft .play {
      display: inline-block;
      font-size: 0;
      width: 100%;
      height: 420px;
      position: relative;
      background: #343436 url(../images/classBigPic.png) no-repeat top center; }
      .classDetaisTop .cdTopLeft .play .playBtn {
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 110px;
        background: #fff;
        font-size: 18px;
        border-radius: 8px;
        color: #000000;
        line-height: 45px; }
    .classDetaisTop .cdTopLeft .classMessage {
      width: 100%;
      display: inline-block;
      font-size: 0;
      padding: 40px 20px 0 20px;
      box-sizing: border-box;
      position: relative;
      background: #fff; }
      .classDetaisTop .cdTopLeft .classMessage .classTags {
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #e6e6e6;
        padding: 0 10px;
        line-height: 25px;
        color: #808080;
        font-size: 14px;
        margin-right: 10px;
        margin-top: 20px; }
      .classDetaisTop .cdTopLeft .classMessage .classCounts {
        text-align: center;
        width: 100px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        position: absolute;
        right: 0; }
      .classDetaisTop .cdTopLeft .classMessage .tags1 {
        top: 40px;
        background: url(../images/tagBg1.png) no-repeat top center;
        color: #fff; }
      .classDetaisTop .cdTopLeft .classMessage .tags2 {
        top: 80px;
        background: url(../images/tagBg2.png) no-repeat top center;
        color: #333; }
      .classDetaisTop .cdTopLeft .classMessage h1 {
        font-size: 30px;
        padding: 28px 0 40px 0;
        color: #000; }
      .classDetaisTop .cdTopLeft .classMessage img {
        width: 80px;
        height: 80px;
        display: inline-block;
        vertical-align: top;
        object-position: top;
        object-fit: cover;
        border-radius: 50%; }
      .classDetaisTop .cdTopLeft .classMessage .cdCon {
        display: inline-block;
        font-size: 0;
        border-bottom: 1px solid #b2b2b2;
        padding-bottom: 70px; }
      .classDetaisTop .cdTopLeft .classMessage .classDetailsText {
        display: inline-block;
        font-size: 0;
        width: calc(100% - 105px);
        margin-left: 25px;
        vertical-align: top; }
        .classDetaisTop .cdTopLeft .classMessage .classDetailsText h2 {
          font-size: 24px;
          color: #333;
          padding-bottom: 10px; }
        .classDetaisTop .cdTopLeft .classMessage .classDetailsText h3 {
          font-size: 20px;
          color: #333;
          padding-bottom: 15px; }
        .classDetaisTop .cdTopLeft .classMessage .classDetailsText p {
          font-size: 20px;
          color: #808080;
          line-height: 30px; }
  .classDetaisTop .cdTopRight {
    display: inline-block;
    font-size: 0;
    width: 360px;
    vertical-align: top; }
    .classDetaisTop .cdTopRight .cdTopRightCon {
      background: #fff;
      box-shadow: 1px 5px 1px #ededed;
      width: 100%;
      box-sizing: border-box;
      padding: 30px;
      margin-bottom: 20px;
      display: inline-block; }
      .classDetaisTop .cdTopRight .cdTopRightCon h4 {
        font-size: 18px;
        color: #333;
        padding-bottom: 20px;
        font-weight: bold; }
        .classDetaisTop .cdTopRight .cdTopRightCon h4 em {
          font-size: 14px;
          color: #333333;
          font-style: normal;
          font-weight: normal; }
      .classDetaisTop .cdTopRight .cdTopRightCon h1 {
        font-size: 48px;
        padding-bottom: 35px;
        padding-left: 25px;
        color: #000; }
        .classDetaisTop .cdTopRight .cdTopRightCon h1 em {
          font-size: 24px;
          font-style: normal; }
      .classDetaisTop .cdTopRight .cdTopRightCon h5 {
        font-size: 18px;
        color: #808080;
        padding-bottom: 20px;
        padding-left: 25px; }
        .classDetaisTop .cdTopRight .cdTopRightCon h5 .iconfont {
          font-size: 16px;
          color: #808080; }
      .classDetaisTop .cdTopRight .cdTopRightCon .iconfont {
        font-size: 20px;
        color: #333; }
      .classDetaisTop .cdTopRight .cdTopRightCon .bigBtn {
        margin-top: 30px; }
      .classDetaisTop .cdTopRight .cdTopRightCon p {
        font-size: 18px;
        color: #333;
        line-height: 24px; }

.cdLeftText {
  width: 100%;
  display: inline-block;
  border-bottom: none;
  padding: 50px 0 30px 0; }
  .cdLeftText h3 {
    font-size: 20px;
    color: #000;
    padding-bottom: 25px; }
    .cdLeftText h3 em {
      font-style: normal;
      border-bottom: 2px solid #000;
      padding-bottom: 5px; }
  .cdLeftText p {
    font-size: 20px;
    color: #808080;
    line-height: 30px;
    padding-bottom: 45px; }
  .cdLeftText .entry-content {
    overflow: hidden; }
  .cdLeftText .more-link {
    position: relative;
    text-align: center;
    padding-top: 30px; }
  .cdLeftText td {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #b2b2b2;
    border-right: none;
    font-size: 20px;
    color: #808080;
    line-height: 30px; }
    .cdLeftText td p {
      padding-bottom: 0;
      border-left: 1px solid #b2b2b2;
      padding-left: 20px;
      line-height: 30px; }
    .cdLeftText td:nth-child(2n) {
      border-left: none;
      border-right: 1px solid #b2b2b2; }

.training {
  padding: 20px;
  display: inline-block;
  box-sizing: border-box;
  width: 750px;
  background: #fff;
  vertical-align: top;
  box-shadow: 1px 5px 1px #ebebeb;
  margin: 45px 0; }
  .training h2 {
    font-size: 20px;
    color: #000;
    padding-bottom: 25px; }
    .training h2 em {
      font-style: normal;
      border-bottom: 2px solid #000;
      padding-bottom: 5px; }
  .training ul {
    display: inline-block;
    width: 100%;
    font-size: 0; }
    .training ul li {
      width: 33.3333333%;
      display: inline-block;
      box-sizing: border-box;
      padding-right: 15px;
      font-size: 0; }
      .training ul li .videoImg {
        width: 100%;
        height: 130px;
        position: relative;
        display: inline-block; }
        .training ul li .videoImg .videoBg {
          width: 100%;
          height: 130px; }
        .training ul li .videoImg .playCircleBtn {
          width: 29px;
          height: 29px;
          display: inline-block;
          position: absolute;
          right: 5px;
          bottom: 5px; }
      .training ul li h4 {
        font-size: 16px;
        color: #4c4c4c;
        padding: 10px;
        line-height: 22px; }
      .training ul li p {
        display: inline-block;
        font-size: 12px;
        padding-left: 10px;
        color: #808080; }
        .training ul li p:last-child {
          float: right;
          padding-right: 10px; }
      .training ul li:last-child {
        padding-right: 0; }

.retroaction {
  padding: 20px;
  display: inline-block;
  box-sizing: border-box;
  width: 750px;
  background: #fff;
  box-shadow: 1px 5px 1px #ebebeb;
  margin-bottom: 45px;
  vertical-align: top; }
  .retroaction h2 {
    font-size: 20px;
    color: #000;
    padding-bottom: 25px; }
    .retroaction h2 em {
      font-style: normal;
      border-bottom: 2px solid #000;
      padding-bottom: 5px; }
  .retroaction .commentList {
    display: inline-block; }
    .retroaction .commentList li {
      display: inline-block;
      width: 100%;
      padding-bottom: 30px;
      margin-top: 30px;
      border-bottom: 1px dashed #d9d9d9; }
      .retroaction .commentList li .studentAvatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        object-position: top;
        display: inline-block;
        vertical-align: top; }
      .retroaction .commentList li .studentCommentCon {
        display: inline-block;
        padding-left: 25px;
        width: 565px;
        vertical-align: top; }
        .retroaction .commentList li .studentCommentCon p {
          color: #999;
          font-size: 16px;
          padding-bottom: 15px; }
          .retroaction .commentList li .studentCommentCon p:last-child {
            font-size: 18px;
            color: #333;
            line-height: 26px; }
          .retroaction .commentList li .studentCommentCon p em {
            font-size: 20px;
            color: #000;
            font-style: normal; }

.recentClass {
  display: inline-block;
  font-size: 0; }
  .recentClass li {
    width: 100%;
    margin-top: 25px;
    display: inline-block; }

.calendar {
  width: 60px;
  display: inline-block;
  margin-right: 25px;
  text-align: center;
  vertical-align: top; }
  .calendar .day {
    border: 1px solid #b3b3b3;
    border-bottom: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    border-radius: 5px 5px 0 0; }
  .calendar .month {
    border: 1px solid #333;
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    background: #333;
    line-height: 20px;
    color: #fff;
    padding: 0;
    border-radius: 0 0 5px 5px; }
  .calendar .address {
    font-size: 14px;
    color: #333;
    padding: 10px 0; }

.recentClassList {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 85px); }

/* 方法+ */
.methodPlusCon {
  text-align: center; }
  .methodPlusCon h1, .methodPlusCon h2, .methodPlusCon h3 {
    color: #333333; }
  .methodPlusCon h1 {
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 15px; }
  .methodPlusCon h2 {
    font-size: 36px; }
  .methodPlusCon h3 {
    font-size: 30px;
    line-height: 50px; }
  .methodPlusCon p {
    font-size: 24px;
    color: #808080;
    line-height: 36px; }
  .methodPlusCon ul {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 0; }
    .methodPlusCon ul li {
      display: inline-block;
      width: 33.3333333%; }

.methodPlus1 {
  padding: 100px 0 120px 0; }
  .methodPlus1 h3 {
    padding-bottom: 70px; }
  .methodPlus1 ul {
    margin-top: 20px; }
    .methodPlus1 ul li {
      padding-top: 80px; }

.methodPlus2 {
  padding: 70px 0; }

.methodPlus3 {
  padding: 80px 0; }
  .methodPlus3 h3 {
    padding-bottom: 70px; }
  .methodPlus3 ul li .bigBlackBtn {
    margin-top: 85px; }

.methodPlus4 {
  padding: 75px 0; }
  .methodPlus4 h3 {
    padding-bottom: 20px; }
  .methodPlus4 .bigBlackBtn {
    margin-top: 70px; }

/*移动端*/
@media (min-width: 319px) and (max-width: 800px) {

	.cdLeftText td {
		font-size: .4rem;
 }
  .pc {
    display: none; }

  .mob {
    display: block; }

  .centerConMob, .centerArea {
    margin: 0 auto;
    position: relative;
    overflow: hidden; }

  .centerArea {
    width: 94%; }

  /*移动端公共头部*/
  header {
    background: #fff; }
    header img {
      position: absolute;
      top: 20px;
      left: 30px;
      height: 35px; }

  .button_container {
    position: absolute;
    top: 20px;
    right: 30px;
    height: 27px;
    width: 35px;
    z-index: 100;
    transition: opacity .25s ease; }
    .button_container.active .top {
      transform: translateY(11px) translateX(0) rotate(45deg);
      background: #333; }
    .button_container.active .middle {
      opacity: 0;
      background: #fff; }
    .button_container.active .bottom {
      transform: translateY(-11px) translateX(0) rotate(-45deg);
      background: #333; }
    .button_container span {
      background: #333;
      border: none;
      height: 5px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .35s ease; }
      .button_container span:nth-of-type(2) {
        top: 11px; }
      .button_container span:nth-of-type(3) {
        top: 22px; }

  .overlay {
    position: fixed;
    background: #202429;
    top: 75px;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden; }
    .overlay.open {
      opacity: 1;
      visibility: visible;
      height: calc(100% - 75px);
      z-index: 99; }
      .overlay.open li {
        animation: fadeInRight .5s ease forwards;
        animation-delay: .35s; }
        .overlay.open li:nth-of-type(2) {
          animation-delay: .4s; }
        .overlay.open li:nth-of-type(3) {
          animation-delay: .45s; }
        .overlay.open li:nth-of-type(4) {
          animation-delay: .50s; }
    .overlay .overlay-menu {
      position: relative;
      height: 70%;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      font-weight: 400;
      text-align: center; }
    .overlay ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: inline-block;
      position: relative;
      height: 100%; }
      .overlay ul li {
        display: block;
        min-height: 50px;
        position: relative;
        opacity: 0;
        color: #fff; }
        .overlay ul li a {
          color: #fff; }
          .overlay ul li a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0%;
            transform: translateX(-50%);
            height: 3px;
            background: #fff;
            transition: .35s; }

  .loginMob {
    display: inline-block; }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%; }
    100% {
      opacity: 1;
      left: 0; } }
  /*移动端公共底部*/
  footer .footerCon {
    width: 94%; }
    footer .footerCon p {
      font-size: .5rem; }
    footer .footerCon .footerCenter {
      margin-left: 0;
      width: 60%; }
      footer .footerCon .footerCenter p:first-child {
        font-weight: 600;
        padding-bottom: 15px; }
      footer .footerCon .footerCenter p:nth-child(2) {
        line-height: .8rem;
        padding-bottom: 15px; }
      footer .footerCon .footerCenter p:nth-child(4) {
        padding: 15px 0; }
      footer .footerCon .footerCenter p:nth-child(5) {
        font-size: .8rem;
        padding-bottom: 15px; }
      footer .footerCon .footerCenter p:nth-child(6) {
        font-size: .4rem; }
      footer .footerCon .footerCenter .registerBtn {
        font-size: .5rem;
        line-height: 1.2rem; }
    footer .footerCon .footerRight {
      width: 40%; }
      footer .footerCon .footerRight img {
        width: 90px; }
  footer .footerLine {
    width: 94%;
    line-height: 1.5rem;
    font-size: .3rem; }

  /*移动端角色*/
  .roleArea {
    background: #333333;
    text-align: center;
    padding: .3rem 0 1rem 0; }
    .roleArea img {
      width: 100%; }
    .roleArea .shareBtn, .roleArea .registerBtn {
      background: #c7a05f;
      color: #fff;
      font-size: .5rem;
      line-height: 1.4rem;
      width: 160px;
      margin-top: .5rem;
      margin-bottom: 0; }

  .roleCon {
    padding: .7rem 0 1rem 0; }
    .roleCon h1, .roleCon h2, .roleCon h5 {
      font-size: .6rem; }
    .roleCon h1 {
      line-height: .8rem; }
    .roleCon h2 {
      padding-bottom: .3rem; }
    .roleCon h3 {
      font-size: .5rem;
      line-height: .7rem; }
    .roleCon h4 {
      font-size: .45rem; }
    .roleCon h5 {
      line-height: .75rem; }
    .roleCon p {
      font-size: .4rem; }
    .roleCon .showAllMob {
      background: #1f252a;
      color: #fff;
      font-size: .4rem;
      border-radius: 5px;
      line-height: 1.2rem;
      width: 60%;
      margin-left: 20%;
      margin-top: 1rem; }
    .roleCon ul li {
      width: 100%;
      margin-top: .8rem; }
      .roleCon ul li:nth-child(3n) {
        margin: .8rem 0 0 0; }

  /*移动端index页面*/
  .indexTop {
    background: url(../images/indexTopBgMob.png) no-repeat top center;
    background-size: 100% 100%;
    height: auto; }
    .indexTop .mob {
      padding: 80px 0 60px 0;
      text-align: center; }
      .indexTop .mob h1 {
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 0; }
    .indexTop .button_container span {
      background: #fff; }

  .registerBtn {
    width: 175px;
    margin-bottom: .7rem; }

  .methodPlus {
    width: 90%;
    padding: .4rem 0; }
    .methodPlus .methodPic img {
      width: 33.333333333%;
      margin-right: 0; }

  .indexCon h1 {
    font-size: .7rem; }
  .indexCon h2 {
    font-size: .5rem; }
  .indexCon h3 {
    font-size: .45rem; }
  .indexCon h4 {
    font-size: .4rem; }
  .indexCon h5 {
    font-size: .35rem; }
  .indexCon p {
    font-size: .3rem; }

  .indexItem1 {
    padding: .7rem 0; }
    .indexItem1 h1 {
      padding-bottom: .5rem; }
    .indexItem1 ul {
      padding-top: .8rem; }
      .indexItem1 ul li {
        width: 50%;
        padding-top: .8rem; }
        .indexItem1 ul li h5 {
          line-height: .5rem; }

  .indexBanner1 {
    background: url(../images/indexBanner1Mob.png) no-repeat center center;
    padding: 1.5rem 1.2rem;
    box-sizing: border-box;
    height: auto; }
    .indexBanner1 .textCon {
      position: relative;
      width: 100%;
      top: 0;
      right: 0;
      text-align: center; }
      .indexBanner1 .textCon h1 {
        line-height: 1.2rem;
        padding-bottom: .6rem; }
      .indexBanner1 .textCon h5 {
        font-size: .4rem; }

  .indexItem2 {
    padding: 1rem 0; }
    .indexItem2 h1 {
      line-height: 1.2rem;
      padding-bottom: 0; }
    .indexItem2 ul {
      padding-top: .5rem; }
      .indexItem2 ul li {
        
        border: none;
        padding-top: 100px;
        color: #4c4c4c;
        height: 170px; }
        .indexItem2 ul li:first-child {
          border: 1px solid #e0e0e0;
          }
        .indexItem2 ul li:nth-child(2) {
          border-right: none;
          border-top: 1px solid #e0e0e0;
          border-bottom: 1px solid #e0e0e0; }
        .indexItem2 ul li:nth-child(3) {
          border-right: 1px solid #e0e0e0;
          border-top: none;
          border-bottom: 1px solid #e0e0e0; }
        .indexItem2 ul li:nth-child(4) {
          border-right: none;
          border-top: none;
          border-bottom: 1px solid #e0e0e0; }
        .indexItem2 ul li:nth-child(5) {
          border-right: 1px solid #e0e0e0;
          border-top: none;
          border-bottom: 1px solid #e0e0e0; }
        .indexItem2 ul li:nth-child(6) {
          border-right: none;
          border-top: none;
          border-bottom: 1px solid #e0e0e0; }

  .indexBanner2 {
    background: url(../images/indexBanner2Mob.png);
    height: auto;
    padding: 1.5rem 1.2rem;
    box-sizing: border-box; }
    .indexBanner2 .textCon {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      text-align: center; }
      .indexBanner2 .textCon h1 {
        line-height: 1.2rem;
        padding-bottom: .6rem; }
      .indexBanner2 .textCon h5 {
        font-size: .4rem; }

  .indexItem3 {
    padding: .5rem 0 1.5rem 0; }
    .indexItem3 ul li {
      margin-top: 1rem; }
      .indexItem3 ul li .indexItem3Btn {
        font-size: .4rem;
        line-height: 1rem;
        margin-top: .3rem; }

  /*移动端meetings页面*/
  .banner {
    background: url(../images/bannerbgMob.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 2.3rem;
    height: 400px; }
    .banner h1 {
      font-size: 1.2rem;
      font-weight: 550;
      padding-bottom: .4rem; }
    .banner .shareBtn, .banner .registerBtn {
      background: #c7a05f;
      color: #fff;
      font-size: .5rem;
      line-height: 1.4rem;
      width: 160px;
      margin-top: 2.2rem; }

  .meetingsCon h2 {
    font-size: .6rem;
    line-height: 1.2rem; }
  .meetingsCon h3 {
    font-size: .55rem;
    line-height: 1.1rem; }
  .meetingsCon h4 {
    font-size: .45rem;
    font-weight: 300; }
  .meetingsCon h5 {
    font-size: .4rem;
    line-height: .8rem; }
  .meetingsCon p {
    font-size: .4rem; }

  .meetings1 {
    padding: .5rem 0; }
    .meetings1 .meetings-item {
      margin-top: .5rem;
      width: 100%;
      height: auto; }
      .meetings1 .meetings-item .img2 {
        width: 100%; }
      .meetings1 .meetings-item:nth-child(2) {
        margin-left: 0; }
      .meetings1 .meetings-item:nth-child(4) {
        margin-left: 0;
        margin-right: 0; }
      .meetings1 .meetings-item p {
        display: block;
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-left: .3rem;
        font-size: .4rem;
        line-height: .8rem; }

  .meetings2 {
    padding: .5rem 0; }

  .coachList li {
    width: 99%;
    text-align: left;
    box-sizing: border-box;
    padding: .1rem .3rem; }
    .coachList li img {
      display: inline-block;
      vertical-align: top; }
    .coachList li .coachMessage {
      width: 200px;
      display: inline-block;
      vertical-align: top;
      padding-left: .3rem; }
    .coachList li .role {
      right: 10px;
      font-size: .3rem;
      text-align: right; }

  .bigBtn {
    width: 80%;
    font-size: .5rem;
    line-height: 1.5rem;
    margin: .5rem auto .2rem auto; }

  .meetings3 {
    padding: .5rem 0; }
    .meetings3 .innerPicItem {
      width: 100%;
      margin-right: 0px; }
      .meetings3 .innerPicItem img {
        width: 100%; }

  .meetingsSlider {
    background: url(../images/quotationMob.png) no-repeat top center;
    background-size: 100% auto;
    margin-top: 25px; }
    .meetingsSlider .swiper-container {
      width: 75%;
      padding-top: .3rem; }
      .meetingsSlider .swiper-container h5 {
        color: #b2b2b2;
        font-size: .4rem;
        line-height: .55rem; }

  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important; }

  .logos {
    padding: .5rem 0; }
    .logos .mob ul li {
      width: 48%;
      margin-right: 4%;
      margin-top: .4rem;
      box-sizing: border-box;
      display: inline-block;
      padding: .2rem;
      border: 1px solid #f2f2f2; }
      .logos .mob ul li:nth-child(2n) {
        margin-right: 0; }
      .logos .mob ul li img {
        width: 100%; }

  /*移动端关于我们页面*/
  .aboutUsCon h1 {
    font-size: .7rem; }
  .aboutUsCon h2 {
    font-size: .6rem; }
  .aboutUsCon h3 {
    font-size: .55rem; }
  .aboutUsCon h4 {
    font-size: .5rem; }
  .aboutUsCon h5 {
    font-size: .4rem; }
  .aboutUsCon p {
    font-size: .4rem; }

  .aboutUs1 {
    padding: 30px 0; }
    .aboutUs1 h3 {
      text-align: left; }

  .aboutUs2 {
    padding: 30px 0; }
    .aboutUs2 .teamCon {
      width: 90%; }

  .aboutUs3 {
    padding: 30px 0; }
    .aboutUs3 .addressCon {
      width: 100%;
      padding: 1rem 0 0 0; }
      .aboutUs3 .addressCon:first-child {
        padding-right: 0px; }
      .aboutUs3 .addressCon:last-child {
        padding-left: 0px; }

  .aboutUs4 {
    padding-bottom: 30px; }
    .aboutUs4 .aboutUsTel {
      padding-top: 30px;
      text-align: center; }
      .aboutUs4 .aboutUsTel h5 {
        padding-bottom: .4rem; }

  /*移动端管理者页面*/
  .managerCon {
    padding: 50px 0; }
    .managerCon h1 {
      font-size: .8rem;
      padding-bottom: .5rem; }
    .managerCon p {
      font-size: .5rem;
      line-height: .8rem;
      padding-bottom: .8rem; }

  /*移动端咨询页面*/
  .advisoryCon h1 {
    font-size: .65rem;
    padding-bottom: 15px; }
  .advisoryCon h2 {
    font-size: .6rem;
    color: #333; }
  .advisoryCon h3 {
    font-size: .5rem;
    color: #333; }
  .advisoryCon h4 {
    font-size: .45rem;
    padding-bottom: 35px; }
  .advisoryCon h5 {
    font-size: .4rem; }

  .advisory1 {
    padding: 30px 0; }
    .advisory1 h4 {
      padding-bottom: 0; }
    .advisory1 ul li {
      width: 50%;
      box-sizing: border-box;
      margin-top: 1rem;
      border-right: 1px solid #e6e6e6; }
      .advisory1 ul li:nth-child(2n-1) {
        padding-right: 0.3rem; }
      .advisory1 ul li:nth-child(2n) {
        padding-left: .5rem;
        border-right: none; }

  .advisory2 {
    padding: 30px 0; }
    .advisory2 h4 {
      line-height: .7rem; }

  .advisory3 {
    padding-top: 30px; }
    .advisory3 h4 {
      line-height: .7rem; }
    .advisory3 .solution {
      width: 100%;
      margin-bottom: .8rem;
      border: none; }
      .advisory3 .solution:first-child {
        margin-bottom: 0; }
      .advisory3 .solution h5 {
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        width: 260px; }
      .advisory3 .solution:nth-child(2n-1), .advisory3 .solution:nth-child(2n) {
        padding: 0; }

  /*移动端企业会员*/
  .memberCon h1, .memberCon h3 {
    color: #333; }
  .memberCon h2, .memberCon h4, .memberCon h5 {
    color: #808080; }
  .memberCon h1 {
    font-size: .6rem; }
    .memberCon h1:first-child {
      padding-bottom: 0; }
    .memberCon h1:nth-child(2) {
      padding-bottom: 30px; }
  .memberCon h2 {
    font-size: .5rem;
    line-height: .8rem; }
  .memberCon .pt {
    padding-top: 30px;
    padding-bottom: 10px; }
  .memberCon h3, .memberCon h4, .memberCon h5 {
    font-size: 16px; }

  .member1 {
    padding: 40px 0; }
    .member1 h1 {
      line-height: 1rem; }
    .member1 ul {
      padding: 0 5%;
      width: 90%;
      margin: 0 auto; }
      .member1 ul li {
        width: 100%;
        font-size: .5rem;
        margin-right: 0; }

  .member2 {
    padding: 40px 0; }
    .member2 .ml {
      margin-left: 0; }
    .member2 .ml2 {
      margin-left: 0; }
    .member2 ul li {
      width: 100%;
      margin-top: 40px; }

  .member3 {
    padding: 40px 0; }
    .member3 ul li {
      width: 100%;
      margin-right: 0;
      margin-top: 1rem; }

  .member4 {
    padding: 40px 0; }
    .member4 .memberCenter {
      width: 90%; }

  /*移动端招聘*/
  .employmentCon {
    padding: 40px 0; }
    .employmentCon h1 {
      font-size: .6rem; }
    .employmentCon h2 {
      font-size: .55rem; }
    .employmentCon h3 {
      font-size: .45rem; }
    .employmentCon h4 {
      font-size: .5rem;
      text-align: left; }
    .employmentCon ul li {
      width: 100%;
      margin-right: 0; }
    .employmentCon .pt115 {
      padding-top: 50px; }

  .popup {
    width: 90%;
    padding: 1rem .3rem; }
    .popup h1 {
      font-size: .6rem;
      padding-bottom: 1rem; }
    .popup h2 {
      font-size: .55rem;
      padding-bottom: .3rem; }
    .popup h3 {
      font-size: .5rem;
      padding-bottom: .3rem; }
    .popup p {
      color: #808080;
      font-size: .45rem;
      line-height: .6rem; }
    .popup span {
      padding-top: .5rem; }

  .entry-content {
    padding-bottom: 1rem; }

  .entry .applyBtn {
    border-radius: 5px;
    line-height: 1rem;
    width: 60%;
    color: #fff;
    font-size: .4rem;
    position: static;
    background: #000;
    margin: .5rem auto; }

  .close {
    top: 0;
    right: .2rem; }

  .more-link {
    bottom: 5px;
    font-size: .4rem; }

  /*移动端干货分享*/
  .shareCon {
    padding: 30px 0; }
    .shareCon h1 {
      font-size: .6rem;
      line-height: 1rem; }
    .shareCon h2 {
      font-size: 18px;
      color: #000;
      padding-bottom: 22px; }
    .shareCon h5 {
      font-size: .5rem; }
    .shareCon .shareList {
      width: 100%; }
      .shareCon .shareList .shareListCon li {
        width: 100%; }
        .shareCon .shareList .shareListCon li p {
          font-size: .4rem; }
    .shareCon .shareRight {
      padding: 30px 0 0 0; }
      .shareCon .shareRight h2 {
        font-size: .5rem; }
      .shareCon .shareRight a {
        font-size: .5rem;
        line-height: .8rem; }
      .shareCon .shareRight p {
        font-size: .5rem;
        line-height: .8rem; }

  .pagination {
    width: 100%;
    padding-top: 20px; }

  /*移动端干货分享文章详情页*/
  article {
    padding: 20px; }
    article h1 {
      font-size: .6rem;
      line-height: 1rem;
      padding-bottom: .3rem; }
    article h2 {
      font-size: .5rem;
      padding-bottom: 1rem; }
    article p {
      font-size: .45rem;
      line-height: .7rem; }

  .readAll {
    color: #ffffff;
    font-size: .55rem;
     }

  /*移动端专家智库*/
  .expertCon {
    padding: 30px 0; }
    .expertCon h2 {
      font-size: .6rem;
      line-height: 1.2rem; }
    .expertCon h4 {
      font-size: .45rem; }

  /*移动端专家智库详细页*/
  .coachDetailsCon {
    padding-bottom: 30px; }
    .coachDetailsCon h1 {
      font-size: .7rem;
      padding-bottom: 10px;
      line-height: 1rem; }
    .coachDetailsCon h2 {
      font-size: .65rem; }
    .coachDetailsCon h3 {
      font-size: .55rem;
      line-height: .7rem; }
    .coachDetailsCon h4 {
      font-size: .55rem; }
    .coachDetailsCon h5 {
      font-size: .4rem; }
    .coachDetailsCon p {
      font-size: .4rem; }
    .coachDetailsCon .detailsLeft {
      width: 100%;
      margin-right: 0; }
      .coachDetailsCon .detailsLeft .detailsCon {
        margin-top: .5rem;
        padding: .7rem 0; }
        .coachDetailsCon .detailsLeft .detailsCon .coachDetailsName {
          text-align: center;
          padding: 0 0 .7rem 0;
          border-bottom: none; }
          .coachDetailsCon .detailsLeft .detailsCon .coachDetailsName .avatar {
            margin-bottom: .4rem; }
          .coachDetailsCon .detailsLeft .detailsCon .coachDetailsName .coachNameCon {
            width: 100%;
            text-align: center;
            padding-left: 0; }
            .coachDetailsCon .detailsLeft .detailsCon .coachDetailsName .coachNameCon h5 {
              font-size: .45rem;
              padding: .7rem 0; }
            .coachDetailsCon .detailsLeft .detailsCon .coachDetailsName .coachNameCon .tags {
              font-size: .35rem;
              line-height: .45rem;
              margin-right: .2rem;
              padding: 0 .2rem; }
        .coachDetailsCon .detailsLeft .detailsCon .classListCon {
          padding: .6rem .3rem; }
          .coachDetailsCon .detailsLeft .detailsCon .classListCon ul li .classTags {
            font-size: .4rem; }
        .coachDetailsCon .detailsLeft .detailsCon .commentList {
          padding: 0 .3rem; }
          .coachDetailsCon .detailsLeft .detailsCon .commentList li .studentCommentCon {
            padding-left: 15px;
            width: calc(100% - 75px); }
            .coachDetailsCon .detailsLeft .detailsCon .commentList li .studentCommentCon p {
              font-size: .4rem;
              line-height: .6rem;
              padding-bottom: .3rem; }
              .coachDetailsCon .detailsLeft .detailsCon .commentList li .studentCommentCon p em {
                font-size: .55rem; }
              .coachDetailsCon .detailsLeft .detailsCon .commentList li .studentCommentCon p:last-child {
                font-size: .5rem;
                line-height: .7rem; }
      .coachDetailsCon .detailsLeft .aboutCoach {
        padding: .6rem .3rem; }
    .coachDetailsCon .detailsRight {
      width: 100%; }
      .coachDetailsCon .detailsRight .detailsRightCon {
        width: 100%;
        padding: .6rem .3rem;
        box-sizing: border-box; }
        .coachDetailsCon .detailsRight .detailsRightCon ul li {
          width: 100%; }
          .coachDetailsCon .detailsRight .detailsRightCon ul li .moreCoach {
            width: calc(100% - 70px); }
            .coachDetailsCon .detailsRight .detailsRightCon ul li .moreCoach p {
              font-size: .45rem; }
    .coachDetailsCon .counts {
      width: 33.33333333%; }

  .countsMob {
    width: 100%;
    border-top: .4rem solid #f7f7f7;
    border-bottom: .4rem solid #f7f7f7;
    display: inline-block;
    padding: .6rem 0;
    box-sizing: border-box;
    background: #fff; }

  .moreComment {
    background: #333;
    color: #fff;
    font-size: .4rem; }

  /*移动端公开课筛选页面*/
  .dropMask {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: none; }

  .dropDown {
    position: relative; }
    .dropDown .job-module .retrie {
      position: relative;
      z-index: 102; }
      .dropDown .job-module .retrie dt {
        overflow: hidden; }
        .dropDown .job-module .retrie dt a {
          position: relative;
          float: left;
          width: 33.333333333%;
          box-sizing: border-box;
          line-height: 1.5rem;
          font-size: .5rem;
          color: #808080;
          text-align: center;
          border-bottom: 1px solid #eee;
          background: url(../images/arrowDown.png) no-repeat 80% center; }
          .dropDown .job-module .retrie dt a:hover {
            color: #000; }
          .dropDown .job-module .retrie dt a:last-child {
            background: none; }
        .dropDown .job-module .retrie dt #shaixuan {
          width: 33.333333333%; }
          .dropDown .job-module .retrie dt #shaixuan img {
            height: .5rem;
            vertical-align: middle; }
          .dropDown .job-module .retrie dt #shaixuan .up {
            color: #333;
            background: none; }
      .dropDown .job-module .retrie dd {
        position: relative; }
    .dropDown .job-module .slide {
      position: absolute;
      top: 0px;
      left: 0;
      z-index: 104;
      display: none;
      width: 100%;
      overflow-y: auto;
      background-color: #fff; }
      .dropDown .job-module .slide li {
        display: block;
        height: 1.5em;
        box-sizing: border-box;
        border-bottom: 1px solid #eee; }
        .dropDown .job-module .slide li a {
          display: block;
          text-align: left;
          padding: 0 .5rem;
          box-sizing: border-box;
          background-color: transparent;
          line-height: 1.5rem;
          font-size: .45rem;
          color: #808080; }
          .dropDown .job-module .slide li a .selected {
            background-color: #f6f6f6;
            color: #000; }
          .dropDown .job-module .slide li a .select {
            background-color: #fff; }
    .dropDown .screen {
      background-color: #f7f7f7 !important;
      color: #808080; }
      .dropDown .screen .top {
        padding: .6rem .3rem;
        box-sizing: border-box; }
      .dropDown .screen .hd {
        margin-bottom: 10px;
        padding: .5rem 0;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        background: #fff; }
        .dropDown .screen .hd .list {
          overflow: hidden;
          background: #fff; }
      .dropDown .screen .title {
        padding: 0 0 .5rem .3rem;
        box-sizing: border-box;
        color: #000;
        font-size: .5rem;
        border-bottom: 1px solid #eee; }
      .dropDown .screen .list {
        padding-top: .5rem;
        overflow: hidden; }
        .dropDown .screen .list .button {
          font-size: .4rem;
          color: #808080;
          float: left;
          border: none;
          box-sizing: border-box;
          margin-left: 2%;
          width: 30%;
          line-height: 1rem;
          background: #f7f7f7;
          text-align: center;
          margin-top: 3%;
          border-radius: 5px;
          outline: none;
          border: 2px solid #f7f7f7; }
        .dropDown .screen .list .sx1 {
          border: 2px solid #000;
          color: #000;
          background: #e6e6e6; }
      .dropDown .screen .bd {
        padding: 5% 0; }
        .dropDown .screen .bd .j {
          padding: 5% 5% 1%;
          overflow: hidden;
          position: relative; }
          .dropDown .screen .bd .j:nth-child(2) {
            float: right; }
          .dropDown .screen .bd .j .line {
            width: 8%;
            height: 1px;
            background: #606060;
            position: absolute;
            top: 50% !important;
            left: 45% !important;
            margin: 0 !important; }
        .dropDown .screen .bd .txt {
          border: none;
          width: 40%;
          border-radius: 30px;
          background: #F7F7F7;
          padding: 2% 0;
          text-align: center;
          color: #BFBFBF;
          float: left; }
          .dropDown .screen .bd .txt::-webkit-input-placeholder {
            color: #BFBFBF; }
      .dropDown .screen .ft {
        margin-top: 10%;
        overflow: hidden; }
        .dropDown .screen .ft input {
          float: left;
          border: 0;
          font-size: .5rem;
          padding: .2rem .5rem;
          border: 1px solid #000;
          width: 49.5%; }
        .dropDown .screen .ft .submit {
          margin-right: 1%;
          color: #000;
          background: #fff; }
        .dropDown .screen .ft .reset {
          background: #000;
          color: #fff; }

  .chooseCon {
    padding: 30px 0; }
    .chooseCon .roleList {
      width: 100%; }
      .chooseCon .roleList .roleListCon li {
        width: 100%; }
    .chooseCon .pagination {
      margin: 0 auto;
      width: 100%; }
      .chooseCon .pagination a {
        margin: 0 5px; }
    .chooseCon .dropDown, .chooseCon .rightChoose {
      float: left;
      text-align: center;
      position: relative; }

  /*移动端近期公开课详细页面*/
  .p0 {
    width: 100%; }

  .classDetaisTop {
    padding-top: 0; }
    .classDetaisTop .allPadding {
      width: 100%;
      display: inline-block;
      padding: 0 .3rem;
      box-sizing: border-box; }
    .classDetaisTop .cdTopLeft {
      width: 100%;
      margin-right: 0; }
      .classDetaisTop .cdTopLeft .play {
        height: 210px;
        background-size: 100% 100%; }
        .classDetaisTop .cdTopLeft .play .playBtn {
          width: 3rem;
          font-size: .45rem;
          line-height: 1rem; }
      .classDetaisTop .cdTopLeft .classMessage {
        padding: 1rem 0; }
        .classDetaisTop .cdTopLeft .classMessage .classCounts {
          width: 2.3rem;
          font-size: .3rem;
          line-height: .6rem;
          background-size: 100% 100%;
          height: .6rem; }
        .classDetaisTop .cdTopLeft .classMessage .tags1 {
          top: .8rem; }
        .classDetaisTop .cdTopLeft .classMessage .tags2 {
          top: 1.5rem; }
        .classDetaisTop .cdTopLeft .classMessage h1 {
          font-size: .7rem;
          line-height: 1rem; }
        .classDetaisTop .cdTopLeft .classMessage .classDetailsText {
          width: calc(100% - 90px);
          margin-left: 10px; }
          .classDetaisTop .cdTopLeft .classMessage .classDetailsText h2 {
            font-size: .55rem;
            padding-bottom: .4rem;
            padding-top: .3rem; }
          .classDetaisTop .cdTopLeft .classMessage .classDetailsText h3 {
            font-size: .4rem;
            padding-bottom: .5rem;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden; }
        .classDetaisTop .cdTopLeft .classMessage .cdCon {
          border-bottom: none;
          padding-bottom: .3rem; }
          .classDetaisTop .cdTopLeft .classMessage .cdCon p {
            font-size: .4rem;
            color: #808080;
            line-height: .6rem;
            padding-top: .4rem; }
    .classDetaisTop .cdTopRight {
      width: 100%; }
      .classDetaisTop .cdTopRight .cdTopRightCon {
        padding: .8rem .3rem;
        box-shadow: none; }
        .classDetaisTop .cdTopRight .cdTopRightCon h4 {
          font-size: .45rem;
          padding-bottom: .4rem; }
          .classDetaisTop .cdTopRight .cdTopRightCon h4 strong {
            font-style: normal;
            padding-bottom: .2rem;
            border-bottom: 2px solid #333; }
        .classDetaisTop .cdTopRight .cdTopRightCon h1 em {
          font-size: .4rem; }
        .classDetaisTop .cdTopRight .cdTopRightCon h5 {
          font-size: .4rem;
          padding-bottom: .4rem;
          padding-left: .3rem; }
        .classDetaisTop .cdTopRight .cdTopRightCon p {
          font-size: .5rem;
          line-height: .7rem; }
    .classDetaisTop .bigBtn {
      width: 40%;
      display: inline-block;
      font-size: .4rem; }
    .classDetaisTop .bigBlackBtn {
      background: #333;
      color: #fff;
      width: 40%;
      display: inline-block;
      font-size: .4rem; }

  .border10 {
    border-top: 15px solid #f7f7f7;
    border-bottom: 15px solid #f7f7f7; }

  .cdLeftText {
    padding: .5rem .3rem;
    box-sizing: border-box; }
    .cdLeftText h3 {
      font-size: .45rem;
      padding-bottom: .5rem; }
    .cdLeftText p {
      font-size: .4rem;
      line-height: .6rem;
      padding-bottom: .7rem; }
    .cdLeftText table {
      border: 1px solid #b2b2b2; }
    .cdLeftText td {
      border: none;
      padding: .3rem;
      border-bottom: 1px solid #b2b2b2; }
      .cdLeftText td p {
        border-left: none;
        font-size: .4rem; }

  .retroaction {
    padding: .5rem .3rem;
    width: 100%;
    margin-bottom: 0;
    margin-top: 15px; }
    .retroaction h2 {
      font-size: .45rem; }
    .retroaction .commentList {
      padding: 0 .3rem; }
      .retroaction .commentList li .studentCommentCon {
        padding-left: 15px;
        width: calc(100% - 75px); }
        .retroaction .commentList li .studentCommentCon p {
          font-size: .4rem;
          line-height: .6rem;
          padding-bottom: .3rem; }
          .retroaction .commentList li .studentCommentCon p em {
            font-size: .55rem; }
          .retroaction .commentList li .studentCommentCon p:last-child {
            font-size: .5rem;
            line-height: .7rem; }

  .training {
    padding: .5rem .3rem;
    width: 100%;
    box-shadow: 1px 5px 1px #ebebeb;
    margin: .5rem 0; }
    .training ul li {
      width: 50%; }
      .training ul li .videoImg {
        height: 100px; }
        .training ul li .videoImg .videoBg {
          width: 100%;
          height: 100px; }
      .training ul li h4 {
        font-size: .4rem;
        padding: .3rem;
        line-height: .6rem; }
      .training ul li p {
        font-size: .3rem;
        padding-left: .3rem; }
        .training ul li p:last-child {
          padding-right: .3rem; }
    .training h2 {
      font-size: .45rem; }

  .lastEM {
    font-size: .45rem;
    color: #333; }
    .lastEM em {
      font-style: normal;
      padding-bottom: .2rem;
      border-bottom: 2px solid #333; }

  .recentClass {
    padding: 0 .7rem; }

  /* 移动端方法+ */
  .methodPlusCon h1 {
    font-size: 1rem; }
  .methodPlusCon h2 {
    font-size: .8rem; }
  .methodPlusCon h3 {
    font-size: .6rem;
    line-height: 1rem; }
  .methodPlusCon p {
    font-size: .55rem;
    line-height: .7rem; }
  .methodPlusCon ul {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 0; }
    .methodPlusCon ul li {
      display: inline-block; }

  .methodPlus1 {
    padding: 1rem 0; }
    .methodPlus1 h3 {
      padding-bottom: 1rem; }
    .methodPlus1 p {
      line-height: .9rem; }
    .methodPlus1 ul {
      margin-top: 20px; }
      .methodPlus1 ul li {
        width: 50%;
        padding-top: 2rem; }

  .methodPlus2 {
    padding: 1rem 0 0 0; }
    .methodPlus2 ul li {
      width: 100%;
      padding-bottom: 1rem; }

  .methodPlus3 {
    padding: 1rem 0 0 0; }
    .methodPlus3 h3 {
      padding-bottom: 1rem; }
    .methodPlus3 ul li {
      width: 100%;
      padding-bottom: 2rem; }
      .methodPlus3 ul li .bigBlackBtn {
        width: 70%;
        background: #333;
        color: #fff;
        margin-top: 1rem; }
				.methodPlus3 ul li .bigBlackBtn:hover {
					
					background: #c7a05f;
					 }

  .methodPlus4 {
    padding: 1rem 0; }
    .methodPlus4 h3 {
      padding-bottom: 20px; }
    .methodPlus4 .bigBlackBtn {
      background: #333;
      color: #fff;
      margin-top: 1rem; }
			.methodPlus4 .bigBlackBtn:hover {
				background:#c7a05f;
				}
			 }
.coachList li:hover{background:#c7a05f;}
.coachList li:hover h3{color: #FFFFFF;}
.coachList li:hover h5{color: #FFFFFF;}
.coachList li:hover p{color: #FFFFFF;}
.coachList li:hover .role{color: #FFFFFF;}
.coachList li:hover i{color: #FFFFFF;}
/*# sourceMappingURL=msup.css.map */

.prev,.next{float: none;}
		.pagination>li:last-child,.pagination>li:first-child{float: none;}
		.pagination{margin: 0 auto;}
	
	/* 	
		overflow:hidden; 
		white-space:nowrap;
		text-overflow:ellipsis;

	超出两行显示点点点
	 overflow: hidden;
	 text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical; 
	 */	
	
	
/* 技术预算页面开始 */	
.budg_title_h3{
	font-size:.82rem;
	line-height: 1.1rem;
	font-family:MicrosoftYaHei;
	font-weight:bold;
	color: #000000;
	text-align: center;
	letter-spacing: 2px;
}
.budg_title_h3 span{
	color: #CCA152;
}
.budg_tag_p{
	font-size:.37rem;
	line-height: .6rem;
	font-family:MicrosoftYaHeiLight;
	font-weight:400;
	color: #999999;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
}
#budgets_one_pc{
	width: 100%;
	background: #FFFFFF;
	padding-top:1.6rem;
}
#budgets_one_pc .col-xs-12{
	padding-top: 35px;
}
#budgets_one_pc .one_p1{
	font-size:20px;
	font-family:MicrosoftYaHei;
	font-weight:bold;
	line-height: 32px;
	color: #666666;
	padding-top: 20px;
}


#budgets_two_pc{
	padding-top: 1.9rem;
}
#budgets_two_pc .tab_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: .5rem;
	flex-wrap: wrap;
}
#budgets_two_pc .tab_top .text-center{
	padding-top: .5rem;
	cursor:pointer;
}
#budgets_two_pc .tab_top .text-center p{
	font-size:.4rem;
	font-family:MicrosoftYaHei;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #000000;
}
#budgets_two_pc .tab_top .text-center .hx{
	width: 60px;
	height: 3px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 10px;
}
#budgets_two_pc .tab_top .active p{
	color: #CCA152;
}
#budgets_two_pc .tab_top .active .hx{
	background: #CCA152;
}
.special_btn{
	margin: 0 auto;
	background:linear-gradient(90deg,rgba(204,161,82,1),rgba(238,188,96,1));
	border-radius: 29px;
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:bold;
	color: #FFFFFF;
	text-align: center;
	height: 58px;
	line-height: 58px;
}
#budgets_two_pc .special_btn{
	width: 381px;
	margin-top: 30px;
}
#budgets_two_pc .tab_content .single{
	display: none;
	padding-top: 10px;
}
#budgets_two_pc .tab_content .shows{
	display: block;
}
#budgets_two_pc .tab_content .single li{
	list-style: none;
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-shadow:0px 2px 6px 0px rgba(50,50,50,0.16);
border-radius:10px;
}
#budgets_two_pc .single li .left{
	width: 35.5%;
	padding-left: 5%;
	padding-right: 10px;
	
}
#budgets_two_pc .single li .left .p1{
	font-size:20px;
	font-family:MicrosoftYaHei;
	font-weight:bold;
	color: #CCA152;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-top: 55px;
}
#budgets_two_pc .single li .left .p2{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color: #666666;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-top: 10px;
	padding-bottom: 45px;
}
#budgets_two_pc .single li .right p{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color: #666666;
	word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:4;
  overflow: hidden;
	padding: 28px 0 0px 0px;
	line-height: 26px;
	
}
#budgets_two_pc .single li .right{
	width: 64.5%;
	padding-left: 10px;
	padding-right: 7%;
	padding-bottom: 28px;
}
#budgets_two_pc .course{
	padding: 70px 10px 0px 10px;
}

#budgets_two_pc .course .item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 13px 10px;
	margin-top: 10px;
	border: 3px solid #FFFFFF;
}
#budgets_two_pc .course .add_bord{
	border: 3px solid #CCA152;
}
#budgets_two_pc .course .left{
	width: 23%;
}
#budgets_two_pc .course .left img{
	width: 100%;
	box-shadow: 0px 0px 10px 5px #dbe9fc;
}
#budgets_two_pc .course .right{
	width: 77%;
	padding-left: 23px;
}
#budgets_two_pc .course .right .title{
	display: flex;
	justify-content: space-between;
}

#budgets_two_pc .course .right .title .le{
	width: 70%;
	font-size:22px;
	font-family:MicrosoftYaHei;
	font-weight:normal;
	color: #333333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

#budgets_two_pc .course .right .title .ri{
	width: 30%;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:normal;
	color: #989898;
	text-align: right;
	padding-right: 5px;
	line-height: 20px;
	height: 20px;

}

#budgets_two_pc .course .right .title .ri span{
	padding-right: 5px;
}

#budgets_two_pc .course .right  .sp1{
	width: 83px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	background:linear-gradient(90deg,rgba(204,161,82,1),rgba(238,188,96,1));
	color: #FFFFFF;
	align-self: baseline;
}
#budgets_two_pc .course .right .mess{
	margin-top: 10px;
	display: flex;
	
}
#budgets_two_pc .course .right  .sp2{
	color:#333333;
	font-size: 16px;
	letter-spacing: 3px;
	font-family:MicrosoftYaHei;
	line-height: 24px;
	margin-left: 10px;
	font-weight: normal;
/* 	width: 80%; */
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	flex: 1;
}
#budgets_two_pc .course .right .mess_le .sp2{
	width: 80%;
}
#budgets_two_pc .course .right .ts_mess{
	display: flex;
	justify-content: space-between;
}
#budgets_two_pc .course .mess_le{
	width: 85%;
}
#budgets_two_pc .course .mess_ri{
	width: 15%;
	text-align: right;
	padding-right: 10px;
}
#budgets_two_pc .course .right .mess_ri a{
	width: 90px;
	line-height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	font-family:MicrosoftYaHei;
	text-align: center;
	background:linear-gradient(90deg,rgba(204,161,82,1),rgba(238,188,96,1));
	display: inline-block;
	border-radius: 25px;
	margin-top: 25px;
	
}
#budgets_two_pc .xux{
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #B6BBBF;
	margin-top: 15px;
}





#budgets_three_pc{
	padding-top: 80px;
}
#budgets_three_pc .budgets_three_pc_p1{
	font-size:20px;
	font-family:MicrosoftYaHeiLight;
	font-weight:400;
	padding: 20px 0px 35px 0px;
	text-align: center;
	color: #666666;
}
#budgets_three_pc .p1{
	font-size:22px;
	font-family:Source Han Sans CN;
	font-weight:400;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #666666;
}
#budgets_three_pc .p2{
	font-size:18px;
	text-transform: uppercase;
	font-family:Source Han Sans CN;
	font-weight:400;
	padding: 9px 0px 0px 0px;
	text-align: center;
	color: #666666;
	line-height: 24px;
}
#budgets_three_pc .row {
	display: flex;
	justify-content: space-between;
}
#budgets_three_pc .row .text-center{
	width: 32%;
	text-align: center;
	padding: 0 15px;
}

#budgets_three_pc .row .haveborder{
	width:2px;
height:258px;
background:linear-gradient(0deg,rgba(255,255,255,1) 4%,rgba(120,120,120,1) 49%,rgba(255,255,255,1) 100%);
}

#budgets_three_pc .special_btn{
	width: 599px;
	height: 58px;
	line-height: 58px;
	margin: 0 auto;
	margin-top: 30px;
}



#budgets_four_pc{
	padding-top:100px;
}

#budgets_four_pc .item .all{
	display: flex;
	padding: 50px;
	width: 100%;
}
#budgets_four_pc .item .all .left{
	width:17% ;
}
#budgets_four_pc .item .all .right{
	width:83% ;
	padding-left: 30px;
}
#budgets_four_pc img{
	width: 100%;
}
#budgets_four_pc .carousel-inner{
	width: 100%;
	margin: 0 auto;
	margin-top: 37px;
}
#budgets_four_pc a{
	background: none;
}
#budgets_four_pc #carousel-example-generic{
	width: 100%;
	box-shadow:0px 2px 6px 0px rgba(50,50,50,0.16);
	border-radius:10px;
	width: 90%;
	margin: 0 auto;
}

#budgets_four_pc .glyphicon-chevron-right:before,#budgets_four_pc .glyphicon-chevron-left:before{
	color: #cca152;
}
#budgets_four_pc  .carousel-control{
	opacity: 1;
	text-shadow: none;
}

#budgets_four_pc  .p1{
	font-size:20px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color: #333333;
}
#budgets_four_pc  .p2{
	font-size:18px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color: #333333;
	margin-top: 10px;
	line-height: 28px;
}


.budgets_logo .pc{font-size: .7rem;text-align: center;line-height: 1.05rem;margin-top: 1rem;margin-bottom: 1.3rem;}
.budgets_logo li{width: 20%;height:2rem ;text-align: left;float: left;margin-bottom: 1rem;} 
.logo_img_b{width: 90%;height:2rem;border:1px solid rgba(170,170,170,1);border-radius:10px 10px 10px 10px;align-items: center;display: flex;}
@media (max-width:992px) and (min-width:767px) {
	.budgets_logo li{height:1.5rem ;} 
	.logo_img_b{height:1.5rem;}
}
.budgets_logo li img{width: 100%;}
.budgets_logo .mob{font-size: .6rem;text-align: center;line-height: 1.05rem;margin-top: 1rem;margin-bottom: .7rem;}
.budgets_logo .mob li{width: 50%;height:1.5rem;text-align: center;}
.budgets_logo .mob li img{width: 90%;}



.budgets_message{width: 100%;box-shadow:0px 2px 6px 0px rgba(50,50,50,0.38);padding-top: 60px;}
.budgets_message form{margin: 0 auto;margin-top: 30px; width: 60%;}
.budgets_message input{width: 90%;height: 41px;margin-left: 10px;background: none;outline: none;border:1px solid #aaaaaa;padding-left: 10px;}
.budgets_message li{margin-bottom: 30px;list-style:none;}
#mess_submit{margin: 60px 0px;width:355px;height:58px;line-height: 58px;background:linear-gradient(90deg,rgba(204,161,82,1),rgba(238,188,96,1));border-radius: 40px;color: #FFFFFF;outline: none;border: none;}
#mess_submit:hover{border: none;}
@media (max-width:767px)  {
.budgets_message form{width: 100%;}
#mess_submit{
	width: 100%;
	margin: 20px 0px;
}
}

.slo_all{width: 100%;height:360px;}
.slo_img1{float: left;width: 12%;}
.slo_img1 img,.slo_img2 img{width: 100%;}
.slo_img2{float: right;width: 12%;}
.slo_text{width: 75%;float: left;margin-left: 1%;}
.slo_text p{line-height:.8rem;font-size:.5rem ;text-align: left;margin-top:1.3rem;color: #4c4c4c;}
.carousel-indicators li{border: 1px solid #333333;}
.carousel-indicators .active{background: #333333;}
.hengxian{width: 30px;height:1px;border-bottom: 1px solid #000000;float: left;margin-top:.4rem;}
#right_person{float: right;color: #000000;margin-top: 10px;margin-right: 15px;text-align: right;}
.slo_all_mob{width: 100%;height:281px;}

.modal-footer p{font-size:.7rem;text-align: center;line-height: 1rem;padding-top: 10px;}
.modal-body img{width: 40%;}

.kejian img{width: 100%;}
.budgets_plan li a{color: #000000;}
/* 技术专题页面结束 */

/* 登录页面微信登录样式开始 */
.checkbox label{line-height: 1rem !important;}
.login_wechat{float: right;width: 75px;height: 1rem;}
.wechat_img1{width: 40px !important;display: none;margin-left: 10px;}
.wechat_img2{display: block;color: #000000;height: 1rem;line-height: 1rem;}
.wechat_a:hover .wechat_img1 {display: block;}
.wechat_a:hover .wechat_img2 {display: none;}
/* 登录页面微信登录样式结束 */





/* operate PC页面开始*/
.operate{max-width: 1920px;margin: 0 auto;}
.operate_banner_pc{max-width: 1920px;height: 540px;background:url(../images/banner/operate.png) no-repeat center center;text-align: center;}
.operate_banner_pc h1{font-weight: 400;font-size: 40px;padding-top: 74px;line-height: 55px;font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;}
.operate_banner_pc img{margin-top: 10px;}
.operate_banner_pc .op_p1{font-size: 16px;margin-top: 12px;}
.operate_banner_pc .op_hx{width: 651px;height: 1px;background:#000000;margin: 0 auto;margin-top: 12px;}
.operate_banner_pc .op_p2{color:#807e7e;font-size: 16px;padding-top: 16px;padding-bottom: 16px;}
.operate_banner_pc span{color: #13abee;font-size: 18px;}
.operate_banner_pc .op_span{text-decoration: line-through;}
.operate_banner_pc .op_btn{width: 425px;height: 46px;margin: 0 auto;margin-top: 50px;text-align: center;}
.operate_banner_pc .op_btn a{padding: 14px 16px;background:#0090ff;color: #FFFFFF;border-radius: 5px;font-size: 16px;}
/* .operate_banner_pc .op_btn a:first-child{float: left;} */
.operate_banner_pc .op_btn a:last-child{text-align: center;}
.op_daohang_pc{width: 100%;height: 100px;box-shadow:0px 15px 10px -15px #e8e8e8;background: #FFFFFF;}
.op_daohang_pc>ul{width: 460px;height: 100px;margin: 0 auto;}
.op_daohang_pc>ul>li{list-style: none;float: left;width: 100px;height: 100px;text-align: center;}
.op_daohang_pc>ul>li a{color: #333333;width: 100%;height: 100px;line-height: 100px;font-size: 24px;}
.op_current_a{color: #1fa2dc !important;padding-bottom: 5px !important;border-bottom: 4px solid #1fa2dc;}
.op_content_pc>.op_show{display: block;}
.op_content_pc li{display: none;list-style: none;}



.op_table_pc{max-width: 1140px;height: auto;margin: 0 auto;margin-top: 70px;}
.op_table_pc p{text-align: center;font-size: 32px;margin-top: 43px;margin-bottom: 43px;line-height: 48px;}
.op_table_pc .table_title{width: 100%;}
.op_table_pc .table_title td{width: 25%;height:80px;line-height: 80px;border-bottom: 2px solid #FFFFFF;border-right:2px solid #FFFFFF ;background:#dcf2fc;color: #666666;text-align: center;}
.op_table_pc .table_text{width: 100%;} 
.op_table_pc .table_text td{border-right:2px solid #FFFFFF ;background:#dcf2fc;color: #666666;text-align: center;} 
.op_table_pc .table_text .dt{width: 25%;height:185px;border-bottom: 2px solid #FFFFFF;}
.op_table_pc .table_text .xt td{height: 70px;width: 100%;border-bottom: 2px solid #FFFFFF;line-height: 70px;border-right: none;}
.op_table_pc a{padding: 15px 22px;background:#12aaee; color: #FFFFFF;font-size: 16px;border-radius: 5px;}
.op_table_pc .table_img{width: 80px;height: 50px;margin: 0 auto;margin-top: 34px;margin-bottom: 53px;text-align: center;}
.op_table_pc .table_img img{margin-bottom: 10px;}
.op_table_pc .table_img span{font-size: 18px; color: #12aaee;margin-top: 10px;}


.tab_one_pc .main_one{height: 631px;background:url(../images/op_bg_01.png) no-repeat center center;text-align: center;margin-bottom: 73px;}
.tab_one_pc .main_one h5{font-size: 40px;color: #FFFFFF;padding-top: 68px;font-weight: 400;}
.tab_one_pc .main_one h6{font-size: 18px;color: #d9f3ff;padding-top: 19px;}
.tab_one_pc .main_one .one_text{max-width: 895px;margin: 0 auto;height: 318px;}
.tab_one_pc .main_one .one_text .one_text-le,
.tab_one_pc .main_one .one_text .one_text-ri{float: left;width: 252px;text-align: center;margin-top: 97px;}
.tab_one_pc .main_one .one_text .one_text-ri{float: right;}
.tab_one_pc .one_text-bufen{height: 192px;width: 100%;}
.tab_one_pc .main_one .one_text h5{font-size: 16px;color: #12aaee;padding-top: 0;}
.tab_one_pc .main_one .one_text .hx{width: 30px;height: 2px;background: #12aaee;margin: 0 auto;margin-top: 10px;margin-bottom: 10px;}
.tab_one_pc .main_one .one_text p{font-size: 14px;color: #808080;line-height: 24px;}

.tab_one_pc .main_two{height: 625px;background: #edf8ff;text-align: center;}
.tab_one_pc .main_two h5,.tab_one_pc .main_three h5,.tab_one_pc .main_four h5{font-size: 40px;color: #000000;padding-top: 68px;font-weight: 400;}
.tab_one_pc .main_two h6,.tab_one_pc .main_three h6,.tab_one_pc .main_four h6{font-size: 18px;color: #808080;padding-top: 19px;}
.tab_one_pc .main_two_text{max-width: 1140px;margin: 0 auto;height: 375px;margin-top: 40px;}
.tab_one_pc .main_two_li{width: 95%;height: 375px;text-align: center;background:#FFFFFF;border-radius: 6px;box-shadow:0px 0px 10px  #c0e9fc;}
.tab_one_pc .main_two_li img{margin-top: 59px;margin-bottom: 39px;}
.tab_one_pc .main_two_li h6{font-size: 24px;color: #000000;padding-bottom: 43px;font-weight: 400;}
.tab_one_pc .main_two_li p{font-size: 18px;color: #808080;line-height: 24px;}

.tab_one_pc .main_three{background:url(../images/op_bg_02.png) no-repeat center center;height: 685px;text-align: center;}
.tab_one_pc .main_three_con{max-width: 1140px;margin: 0 auto;text-align: center;}
.tab_one_pc .main_three_title{width: 100%;height: 66px;margin-top: 60px;}
.tab_one_pc .main_three_title li{display: block;float: left;text-align: center;border-bottom: 1px solid #bee6ff;height: 66px;line-height: 66px;font-size: 24px;color: #808080;}
.tab_one_pc .main_three h5{padding-top: 90px;}
.main_three_text{width: 100%;height:261px;border: 1px solid #bee6ff;border-top: none;}
.main_three_text li{list-style: none;display: none;}
.main_three_text .kec_show{display: block;}
.tab_one_pc .kec_active{border:1px solid #bee6ff ;border-bottom: none!important;color: #12aaee!important;}
.teacher_con1{margin-left: 62px;height: 200px;padding-top: 55px;float: left;}
.teacher_con1 p{float: left;padding-top: 0!important;font-size: 24px!important;text-align: left;padding-bottom:10px;}
.teacher_con1 ul{float: left;text-align: left;}
.teacher_con1 li{display: block;font-size: 18px;line-height: 30px;margin-left: 20px;}
.teacher_con2{height: 260px;float: right;margin-top: 8px;width: 32%;}
.teacher_con2 img{float: left;}
.teacher_con2 div{float: left;margin-top: 110px;text-align: left;}
.teacher_con2 p{font-size: 24px!important;text-align: left!important;padding-bottom: 10px;}
.teacher_con2 span{font-size: 18px;padding-top: 10px;}

.tab_one_pc .main_four{height: 955px;text-align: center;max-width: 1920px;}
.tab_one_pc .main_four_main{height: 160px;}
.tab_one_pc .main_four_con{max-width: 930px;margin: 0 auto;height: 100px;padding-top: 30px;}
.tab_one_pc .shuzi{font-size: 80px;float: left;color: #d7d7d7;width: 11.5%;font-family: "arial, helvetica, sans-serif";}
.tab_one_pc .main_four_text{float: left;width: 87%;text-align: left;}
.tab_one_pc .main_four_text .dwz{text-align: left!important;color: #666666;padding: 0!important;line-height: 24px;font-size: 20px;margin-top: 10px;}
.tab_one_pc .main_four_text .xwz{line-height: 24px;font-size: 16px;color: #808080;margin-top: 12px;}
.active_four{background: #12aaee;}
.active_four .shuzi{color: #7cd6fe!important;}
.active_four .dwz,.active_four .xwz{color: #FFFFFF!important;}
.tab_one_pc .main_four .four_btn{width: 100%;height: 100px;margin-top: 64px;}
.tab_one_pc .main_four a{background: #12aaee;margin: 0 auto;padding: 21px 69px;color: #FFFFFF;border-radius: 5px;font-size: 22px;}


.tab_one_pc .main_five{background:url(../images/op_bg_03.png) no-repeat center center;height: 1879px;text-align: center;border-top: 1px solid transparent;margin-top: 10px;}
.tab_one_pc .main_five h5{font-size: 40px;font-weight: 400;letter-spacing: 1px;margin-top: 86px;}
.tab_one_pc .main_five_one{max-width: 1140px;margin: 0 auto;margin-top: 30px;height: 750px;}
.tab_one_pc .text_con{width: 100%;height: 354px;background: #edf8ff;border-radius: 10px;text-align: left;}
.tab_one_pc .text_con_main{width: 85%;height:354px;margin: 0 auto;margin-top: 20px;}
.text_con_main p{font-size: 19px;color: #000000;margin-bottom: 20px;}
.text_con_main span{font-size: 16px;color: #808080;line-height: 30px;}
.kkk1{width: 100%;height: 20px;}
.main_five_two{height: 430px;max-width: 1140px;margin: 0 auto;}
.main_five_two h5{font-size: 40px;color: #FFFFFF;font-weight: 400;letter-spacing: 0!important;}
.main_five_two p{margin-top:50px;line-height:34px;font-size: 16px;text-align: left;color: #FFFFFF;padding-left: 10px;padding-right: 10px;}
.main_five_three{max-width: 1140px;height: 350px;margin: 0 auto;}
.qiye{width: 100%;margin-top: 30px;height: 250px;}
.qiye_logo{width: 20%;float:left;margin-top: 24px;}
.qiye_logo_main{width: 90%;border: 1px solid #f2f2f2;box-shadow: 0px 0px 20px #c0e9fc;height: 72px;overflow: hidden;}
.qiye_logo_main img{width: 100%;}
.main_five_four{max-width: 1140px;height:400px;margin: 0 auto;}
.main_five_four .gundong{width: 100%;height: 288px;border-radius: 10PX;box-shadow: 0px 0px 20px #c0e9fc;margin-top: 24px;}
.main_five_four .gundong_img {width: 95%;height: 280px;margin: 0 auto;padding-top: 35px;}
.main_five_four .gundong_img li{display: block;float: left;width: 30%;margin-right: 35px;height: 280px!important;}
.main_five_four .gundong_img li span{font-size: 16px;color: #808080;}

.tab_one_pc .main_six{background:url(../images/op_bg_04.png) no-repeat center center;height: 563px;text-align: center;}
.main_six ul{max-width: 1140px;height: auto;margin: 0 auto;}
.main_six h5{font-size: 40px;color: #FFFFFF;padding-top: 65px;}
.main_six  .fangkuang{width: 100%%;height:132px;background: #FFFFFF;}
.main_six  ul li h6{font-size: 20px;color: #FFFFFF;font-weight: 400;padding-top: 0;}
.main_six  ul li{display: block!important;width: 50%;float: left;text-align: left;margin-top: 40px;}
.main_six  ul li .main{width: 95%;}
.main_six  ul li:nth-child(2) .main,
.main_six  ul li:nth-child(4) .main{float: right;}
.main_six  .fangkuang p{padding-top: 15px;padding-left: 20px;color: #808080;font-size: 16px;line-height: 24px;}



.tab_two_pc .two_main{max-width: 1025px;margin: 0 auto;}
.tab_two_pc .two_main_con{width: 100%;height:363px ;margin-top: 67px;}
.tab_two_pc .two_img{width: 87px;height: 363px;background:url(../images/op_img10.png) no-repeat center top;float: left;text-align: center;width: 8.5%;}
.tab_two_pc .two_img p{font-size: 24px;color: #FFFFFF;margin-top: 21px;}
.tab_two_pc .two_text{width: 78.34%;height: 363px;float: left;margin-left:25px;}
.tab_two_pc .two_text p{font-size: 20px;color: #12aaee;margin-top: 14px;}
.tab_two_pc .two_text span{font-size: 16px;color: #000000;line-height: 24px;}
.kkk2{width: 100%;height: 15px;}
.tab_two_pc .lan{width: 100%;height:238px;background: #eaf7ff;margin-top: 32px;}
.tab_two_pc .lan h1{color: #333333;font-size: 16px;margin-left: 36px;line-height: 24px;}
.kkk3{width: 100%;height: 24px;}
.kkk4{width: 95%;height: 1px;background:#5cc2ff;margin: 0 auto;margin-top: 19px;}
.tab_two_pc .lan ul{width: 697px;margin: 0 auto;height: 120px;margin-top: 25px;}
.tab_two_pc .lan ul li{width: 50%;float: left;text-align: left;font-size: 16px;color: #666666;display: block;height: 25px;line-height: 24px;}

.tab_two_pc .two_foot{height: 455px;width: 100%;margin: 0 auto;text-align: center;background: #edf8ff;margin-top: 66px;}
.tab_two_pc .two_foot h5{font-size: 40px;color: #333333;padding-top: 70px;font-weight: 400;}
.tab_two_pc .two_foot ul{max-width: 1140px;margin: 0 auto;}
.tab_two_pc .two_foot ul li{width:30%;height: 175px;background:#FFFFFF;border-radius: 7px;box-shadow: 0px 0px 20px #c0e9fc;float: left;margin-top: 48px;display: block;margin-left: 20px;}
.tab_two_pc .two_li_con{width:90%;height:110px;margin: 0 auto;margin-top: 44px;text-align: left;}
.tab_two_pc .two_foot ul li h6{font-size: 20px;color: #333333;text-align: left;}
.kkk5{width: 100%;height: 2px;background: #ace0ff;margin-top: 15px;margin-bottom: 12px;}
.tab_two_pc .two_foot ul li p{font-size: 18px;color: #000000;line-height: 30px;}
.tab_two_pc .two_foot ul li span{color:#808080;}


/* operate WAP页面开始 */
.op_banner_wap_h5{font-size:  .65rem;line-height: .9rem;}
.op_banner_wap img{margin-top: .3rem;}
.op_banner_wap .op_p1{font-size:.3rem;line-height: .5rem;margin-top: .3rem;}
.op_banner_wap .op_hx{width: 90%;margin: 0 auto;height: 1px;background:#839199;margin-top: 7px;margin-bottom: 6px;}
.op_banner_wap .op_p2{color:#807e7e;font-size: .3rem;margin-bottom: .2rem;}
.op_banner_wap span{font-size: .3rem;color: #13abee;margin-bottom: .9rem;}
.op_banner_wap .op_span{text-decoration: line-through;}
.op_banner_wap .op_btn a{padding: .3rem .4rem;border-radius: 4px;background: #0090ff;color: #FFFFFF;font-size: .3rem;margin-top: 1rem;}
.op_banner_wap .op_btn{margin-top: 1rem;}

.wap_main{width: 100%;height: auto;}
.tab_menu_main{width: 100%;height: 1.56rem;border-bottom: 1px solid #f5f5f5;background: #FFFFFF;}
.tab_menu{width: 95%;margin: 0 auto;}
.tab_menu li{width: 50%;text-align: center;height: 1.56rem;line-height: 1.56rem;float: left;}
.tab_menu li a{color: #000000;font-size: .46rem;}
.menu_active{color: #1fa2dc!important;padding-bottom: 5px!important;border-bottom: 2px solid #1fa2dc;}
.tab_con .tab-con_li{display: none;}
.con_active{display: block!important;}
.tab_con{width: 100%;}
.tab_con .pp1{font-size: .3rem;color: #808080;margin-top: .9rem;margin-bottom: .5rem;text-align: center;}
.tab_con .pp2{font-size: .56rem;color: #333333;text-align: center;line-height: .8rem;}
.tab_con_table{width: 95%;margin: 0 auto;text-align: center;}
.tab_con_table p{color: #666666;font-size: .3rem;text-align: center;margin: .6rem 0rem;line-height: .6rem;}
.tab_con_table p span{color: #12aaee;}
.tab_con_table table{width: 100%;}
.tab_con_table table td{background: #dcf2fc;width: 50%;height: 55px;line-height: 55px;border-bottom: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;font-size: .3rem;color: #666666;}
.tab_con_table table td a{padding: 13px 32px;background: #12aaee;color: #FFFFFF;border-radius: 5px;}
.wap_table_img_op{width: 50px;height: 35px;margin:0 auto;margin-top: 10px;text-align: center;cursor: pointer;}
.wap_table_img_op span{font-size: .3rem;color: #12aaee;}
.wap_table_img_op img{width: 50px;margin-bottom: 3px;}
.op_wap_main1{background:url(../images/op_wap_bg1.png) no-repeat center top;width: 100%;height:15rem;background-size: cover;margin-top: 26px;}
.op_wap_main1 .hh1{font-size: .61rem;padding-top: 1.2rem;text-align: center;color: #FFFFFF;font-weight: 400;padding-bottom: 13px;}
.op_wap_main1 .pp3{font-size:.3rem;text-align: center;color: #d9f3ff;padding-bottom: 1rem;}
.op_wap_main1 ul{width: 95%;margin: 0 auto;}
.op_wap_main1 ul li{width: 50%;float: left;height: 6rem;margin-top: 7px;}
.wap_main1_con{width: 98%;height: 6rem;border-radius: 4px;background: #FFFFFF;box-shadow: 0px 0px 10px #daeef7;text-align: left;overflow: hidden;}
.wap_main1_con .hh2{font-size: .3rem;color: #12aaee;padding-top: .6rem;margin-left: 8px;font-weight: 400;}
.wap_main1_con .hx1{width:25px;height: 2px;background: #12aaee;margin: 9px 0;margin-left: 8px;}
.wap_main1_con p{margin-left: 8px;margin-right: 8px;font-size: .25rem;color: #808080;line-height: .6rem;}
.op_wap_main2{width: 100%;height: auto;text-align: center;margin-top: 2rem;padding-bottom: 1rem;background: #edf8ff;}
.hh3{font-size:.6rem;padding-top: 22px;font-weight: 400;text-align: center;}
.op_wap_main2 .pp4,.op_wap_main4 .pp4{color: #808080;font-size: .3rem;padding-top: 10px;padding-bottom: 18px;line-height: .6rem;text-align: center;}
.main2_con{width: 95%;margin: 0 auto;height: 8.5rem;border-radius: 5px;background: #FFFFFF;box-shadow: 0px 0px 10px #d6edf7;}
.main2_con_zhuy{width: 87%;margin: 0 auto;height:7rem ;}
.kk6{width: 100%;height: .7rem;}
.main2_con_zhuy li{width: 100%;height: 2.4rem;}
.main2_con_zhuy li .img_3{float: left;width:2rem;height: 2.4rem;}
.main2_con_zhuy li img{width:2rem;}
.main2_con_zhuy li .wenzi{float: left;height: 2.4rem;text-align: left;width:6.5rem;color: ;}
.main2_con_zhuy li p{font-size: .5rem;padding-bottom: 7px;}
.main2_con_zhuy li span{font-size: .3rem;color: #808080;line-height: .5rem;}
.op_wap_main3{background:url(../images/op_wap_bg2.png) no-repeat center top;width: 100%;height: 12rem;background-size: cover;}
.op_wap_main3 .tea_menu{width: 95%;height:1.2rem;line-height: 1.2rem;margin: 0 auto;margin-top: .9rem;background: #ffffff}
.tea_menu li{width: 33.3%;float: left;text-align: center;color:#808080;border-bottom: 1px solid  #bee6ff;}
.op_wap_main3 .tea_con{width: 95%;height:7rem;border: 1px solid #bee6ff;margin: 0 auto;border-top: none;background: #ffffff}
.active_wap_menu{border:1px solid #bee6ff;border-bottom: none!important;color: #12aaee!important;}
.tea_con li{display: none;width: 90%;margin: 0 auto;}
.active_wap_con{display: block!important;}
.tea_con p{font-size: .5rem;padding-top: .6rem;padding-bottom:.6rem ;}
.tea_con span{font-size: .4rem; color: #333333;line-height: .6rem;}

.op_wap_main4 ul{width: 95%;margin: 0 auto;}
.op_wap_main4 ul li{width:100%;background: #ffffff;height: 4.92rem;border-radius: 5px;box-shadow: 0px 0px 10px #d6edf7;margin-top: 10px;}
.main4_wap_con{width: 90%;margin: 0 auto;padding-top: .3rem;}
.main4_wap_con .shuzi{width: 23%;float: left;color: #7cd6fe;font-size: 1.5rem;font-weight: 300;}
.main4_wap_con .text_wap{width: 77%;float: left;}
.main4_wap_con .text_wap .dwz{font-size: .5rem;color: #12aaee;font-weight: 400;margin-top: 10px;}
.main4_wap_con .text_wap .xwz{font-size: .3rem;color: #808080;line-height: .6rem;margin-top: 10px;}
.op_wap_main4 .four_btn{width: 100%;text-align: center;height: 2.5rem;}
.op_wap_main4 .four_btn a{background: #12aaee;border-radius: 5px;margin: 0 auto;padding: 13px 25px;color:#FFFFFF;font-size: .3rem;} 
.kkk6{width: 100%;height: 1rem;}
.op_wap_main5 img{vertical-align:sub!important;}
.main5_wap_con{background:url(../images/op_wap_bg3.png) no-repeat center top;width: 100%;background-size: cover;}
.main5_wap_con .hh3{color: #FFFFFF;}
.main5_wap_con p{font-size:.3rem ;color: #d9f3ff;line-height: .65rem;padding: 17px 10px;}
.op_wap_main6 .hh3{padding-top: 35px;padding-bottom: 20px;}
.op_wap_main6 ul{width: 90%;margin: 0 auto;height: 5.8rem;}
.op_wap_main6 ul li{width:50%;margin: 0 auto;height:1.55rem;float: left;margin-bottom: 10px;}
.op_wap_main6 .main6_wap_con{width: 95%;margin: 0 auto;overflow: hidden;height:1.55rem;border: 1px solid #f1f6f9;border-radius: 5px;box-shadow: 0px 0px 10px #d6edf7;}
.op_wap_main7 .gundong_img_wap{width: 95%;margin: 0 auto;margin-top: .5rem;height: 4.9rem;}
.op_wap_main7 .gundong_img_wap li{margin-left: .4rem;background: #ffffff;box-shadow:0px 0px 8px 1px #bde5f7;text-align: center;border-radius: 5px;border: 1px solid #f1f7f9;margin-bottom: .3rem;}
.op_wap_main7 .gundong_img_wap li img{width: 5.8rem;margin: 0 auto;margin-top: .3rem;padding-bottom: 6px;}
.op_wap_main7 .gundong_img_wap li span{color: #808080;font-size: .3rem;}
.op_wap_main7 .gundong_img_wap ul{height: 4.7rem!important;}
.op_wap_main8{background:url(../images/op_wap_bg4.png) no-repeat center top;width: 100%;height: 16rem;background-size: cover;margin-top: 1rem;}
.op_wap_main8 .hh3{color: #FFFFFF;margin-bottom: .5rem;}
.main8_con li{width: 95%;margin: 0 auto;margin-bottom: .9rem;}
.main8_con .ques{width: 100%;margin: 0 auto;font-size: .57rem;color: #FFFFFF;}
.main8_con .ans{width: 100%;background:url(../images/op_wap_bg5.png) no-repeat;height: 5.16rem;color: #808080;background-size: cover;margin-top:5px ;}
.main8_con .ans p{padding: 14px;padding-top: .9rem;line-height: .7rem;font-size: .4rem;}
#que_hidden{width: 100%;height:13rem;background: #12aaee;}
.que_wap_chan{width: 100%;height:1.5rem;text-align: center;}
.que_wap_chan img{width: 50px;}
.que_wap_chan span{font-size: .3rem;color: #FFFFFF;}

.wap_mulu{width: 95%;margin: 0 auto;}
.wap_mulu li{width: 100%;height: 8rem;margin-top: .8rem;}
.wap_mulu .two_img{width: 1.34rem;height: 8rem;background:url(../images/op_img10.png) no-repeat center top;float: left;text-align: center;background-size: 100%;}
.wap_mulu .two_img p{margin-top: .3rem;color: #FFFFFF;font}
.wap_mulu .two_text{width: 8.5rem;float: right;height: 7rem;}
.wap_mulu .two_text p{font-size: .46rem;color:#12aaee ;margin-bottom: .3rem;}
.wap_mulu .two_text span{font-size: .34rem;color: #333333;line-height: .6rem;}
.wap_mulu .lan{width: 100%;height:6.1rem;background: #f4fbff;margin-top: .5rem;}
.wap_mulu .lan h1{font-size: .34rem;color: #333333;font-weight: 400;padding-left: .3rem;padding-right: .3rem;padding-top:.3rem;line-height: .6rem;}
.kkk7{width: 95%;margin: 0 auto;background: #5cc2ff;height: 1px;margin-top: .3rem;}
.wap_mulu li{float: left;font-size:.3rem;}
.wap_fot{width: 100%;height: 8.7rem;background: #edf8ff;}
.wap_fot li{float: left;text-align: left;width: 50%;height: 3rem;}
.wap_fot_con{width: 97%;height: 3rem;background: #FFFFFF;border: 1px solid #f1f6f9;border-radius: 5px;box-shadow: 0px 0px 10px #d6edf7;}
.wap_fot ul{width: 95%;margin: 0 auto;}
.main_fot{width: 90%;margin: 0 auto;}
.main_fot h5{font-size: .35rem;font-weight: 400;margin-top: .4rem;line-height: .5rem;}
.hx2{width: 100%;height: 1px;background: #ace0ff;margin-top: .3rem;}
.main_fot p{font-size: .3rem;margin-top: .3rem;}
.main_fot p span{color: #808080;line-height: .5rem;}
.wap_fot ul{margin-top: .5rem;}

/* 微服务专题页面开始 */
.wechat_ser{max-width: 1920px;margin: 0 auto;}
.wechat_banner_pc{max-width: 1920px;height: 538px;background:url(../images/banner/wechat_pc_banner.png) no-repeat center center;text-align: center;}
.wechat_banner_pc h1{font-weight: 400;font-size: 40px;padding-top: 122px;font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;}
.wechat_banner_pc .op_p1{font-size: 16px;margin-top: 12px;line-height: 24px;}
.wechat_banner_pc .op_hx{width: 651px;height: 1px;background:#000000;margin: 0 auto;margin-top: 12px;}
.wechat_banner_pc .op_btn{width: 100%;height: 60px;margin-top: 40px;}
.wechat_banner_pc .op_btn a{padding: 15px 25px;background: #ff6e0e;color: #FFFFFF;border-radius: 7px;}
.wechat_banner_wap h1{font-size:.73rem!important;color: #000000!important;font-weight: 400;}
.wechat_banner_wap .op_p1{font-size: .34rem;line-height: .51rem;}
.wechat_banner_wap .op_hx{width: 90%;height: 1px;background:#000000;margin: 0 auto;margin-top:.3rem;}
.wechat_banner_wap .op_p2{font-size: .43rem;line-height: .7rem;margin-top:.2rem;}
.adver_pc{width: 100%;height: 100px;background:#ff861d;}
.adver_pc .con{max-width: 863px;margin: 0 auto;height:70px;padding-top: 30px;}
.adver_pc p{font-size: 24px;color: #FFFFFF;margin-top: 10px;float: left;font-weight: 400;}
.adver_pc a{padding: 14px 24px;background:#ffffff;float: right;color: #ff861d;border-radius: 4px;font-size: 18px;}
.adver_mob{height: 2rem;width: 100%;background:#ff861d;/* 背景色为橘色 */}
.adver_mob .con{width: 95%;margin: 0 auto;}
.adver_mob p{font-size: .4rem;color: #FFFFFF;float: left;line-height: .6rem;padding-top: .4rem;}
.adver_mob .con{float: right;margin-top: .1rem;}
.adver_mob a{padding:11px 25px;background:#FFFFFF;color: #ff861d;float:right;font-size: .4rem;margin-top: .4rem;margin-right: .1rem;border-radius: 5px;}

.wechat_table_pc{max-width: 1140px;height: auto;margin: 0 auto;margin-top: 70px;}
.wechat_table_pc .table_title{width: 100%;}
.wechat_table_pc .table_title td{width: 25%;height:80px;line-height: 80px;border-bottom: 2px solid #FFFFFF;border-right:2px solid #FFFFFF ;background:#ffe9db;color: #666666;text-align: center;}
.wechat_table_pc .table_text{width: 100%;} 
.wechat_table_pc .table_text td{border-right:2px solid #FFFFFF ;background:#ffe9db;color: #666666;text-align: center;} 
.wechat_table_pc .table_text .dt{width: 25%;height:185px;border-bottom: 2px solid #FFFFFF;}
.wechat_table_pc .table_text .xt td{height: 70px;width: 100%;border-bottom: 2px solid #FFFFFF;line-height: 70px;border-right: none;}
.wechat_table_pc a{padding: 15px 22px;background:#ff861d; color: #FFFFFF;font-size: 16px;border-radius: 5px;}
.wechat_table_pc .table_img{width: 80px;height: 50px;margin: 0 auto;margin-top: 34px;margin-bottom: 53px;text-align: center;}
.wechat_table_pc .table_img img{margin-bottom: 10px;}
.wechat_table_pc .table_img span{font-size: 18px; color: #ff861d;margin-top: 10px;}

.wechat_table_wap_main{width: 95%;margin: 0 auto;text-align: center;}
.wechat_table_wap_main p{color: #666666;font-size: .3rem;text-align: center;margin: .6rem 0rem;line-height: .8rem;}
.wechat_table_wap_main p span{color: #ff861d;}
.wechat_table_wap_main table{width: 100%;}
.wechat_table_wap_main table td{background: #ffe9db;width: 50%;height: 55px;line-height: 55px;border-bottom: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;font-size: .3rem;color: #666666;}
.wechat_table_wap_main table td a{padding: 13px 32px;background: #ff861d;color: #FFFFFF;border-radius: 5px;}
.wap_table_img{width: 200px;height: 75px;margin:0 auto;margin-top: 10px;text-align: center;cursor: pointer;}
.wap_table_img span{font-size: .3rem;color: #ff861d;}
.wap_table_img img{width: 50px;margin-bottom: 3px;}

.wechat_ser .main1{width: 100%;height: auto;background:#fff3e7;}
.wechat_ser .main1_con_pc{max-width: 1140px;margin: 0 auto;}
.wechat_ser .main1_con_pc h1{font-size:40px;padding-top: 68px;padding-bottom: 46px;text-align: center;font-weight: 400;}
.wechat_ser .main1_con_pc p{font-size: 16px;line-height: 34px;padding-bottom: 73px;color: #4c4c4c;text-align: left;padding-left: 10px;padding-right: 10px;}
.wechat_ser .main1_con_mob{width: 95%;margin: 0 auto;}
.wechat_ser .main1_con_mob h1{font-size:.69rem;padding-top: 1rem;padding-bottom: .5rem;text-align: center;}
.wechat_ser .main1_con_mob p{font-size: .43rem;line-height:.7rem;padding-bottom: 1rem;color: #4c4c4c;text-align: left;}



.wechat_ser .main2_pc{width: 100%;height:629px;background:url(../images/wechat_pc_main2.png) no-repeat center top;background-size: cover;}
.wechat_ser .main2_pc h1{font-size:40px;padding-top: 68px;padding-bottom: 46px;text-align: center;color: #FFFFFF;font-weight: 400;}
.wechat_ser .main2_pc .main2_pc_con{max-width: 900px;margin: 0 auto;}
.wechat_ser .main2_pc_con .le,.wechat_ser .main2_pc_con .ri{float: left;width:230px;height:350px;text-align: left;margin-top: 54px;}
.wechat_ser .main2_pc_con .le li{margin-bottom: 45px;padding-left: 15px;}
.wechat_ser .main2_pc_con .ri li{margin-bottom: 60px;padding-left: 15px;}
.wechat_ser .main2_pc_con .we_hx1{width:30px;height: 2px;background:#ff861d;}
.wechat_ser .main2_pc_con p{font-size: 20px;color: #4c4c4c;line-height:30px;margin-top: 20px;}
.wechat_ser .main2_pc_con .ri{float:right;}
.wechat_ser .main2_mob{width: 100%;background:url(../images/wechat_wap_main2.png) no-repeat center top;background-size: cover;height: 11rem;}
.wechat_ser .main2_mob h1{font-size:.69rem;padding-top: 1rem;padding-bottom: .6rem;text-align: center;color: #FFF3E7;}
.wechat_ser .main2_mob_con{width: 95%;margin: 0 auto;}
.wechat_ser .main2_mob_con .le{width:49%;float: left;background:#FFFFFF;border-radius: 5px;box-shadow: 0px 0px 10px #ff8a3c;padding-top: 14px;padding-left: 10px;height: 7.5rem;}
.wechat_ser .main2_mob_con .ri{width:49%;float: right;background:#FFFFFF;border-radius: 5px;box-shadow: 0px 0px 10px #ff8a3c;padding-top: 14px;padding-left: 10px;height: 7.5rem;}
.wechat_ser .main2_mob_con li{margin-bottom: .8rem;padding: }
.wechat_ser .main2_mob_con li .we_hx1{width:24px;height: 2px;background:#ff861d;margin-bottom: .3rem;}
.wechat_ser .main2_mob_con li p{color: #4c4c4c;font-size: .35rem;line-height: .6rem;}

.wechat_ser .main3_pc .bt{font-size:40px;padding-top: 68px;padding-bottom: 20px;text-align: center;font-weight: 400;}
.wechat_ser .main3_pc .p1{color: #808080;font-size: 18px;text-align: center;}
.wechat_ser .main3_pc .tab_daohang{max-width:1140px;margin: 0 auto;height:88px;margin-top: 10px;}
.wechat_ser .main3_pc .tab_daohang li{height: 88px;line-height: 88px;text-align: center;}
.wechat_ser .main3_pc .tab_daohang a{padding: 7px 36px;border: 1px solid #ff861d;border-radius: 20px;color: #ff861d;font-size: 24px;font-weight:400;}
.wechat_ser .main3_pc .tab_daohang .act{background:#ff861d;color: #FFFFFF;}
.wechat_ser .main3_pc .tab_main{max-width: 1144px;margin: 0 auto;}
.wechat_ser .main3_pc .tab_main .act_con{display: block!important;}
.wechat_ser .main3_pc .tab_main li{display: none;}
.wechat_ser .main3_pc{z-index: 10000;}
.wechat_ser .main3_pc .tab_mian_li1,.wechat_ser .main3_pc .tab_mian_li2,.wechat_ser .main3_pc .tab_mian_li3{width: 100%;background:url(../images/wechat_pc_tec1.png) no-repeat center center;background-size: cover;height: 870px;padding-left: 21px;padding-top: 22px;z-index: 100;}
.wechat_ser .main3_pc .kec_con{float: left;height:420px;}
.wechat_ser .main3_pc .kec_con h1{font-size:48px;color: #ff861d;}
.wechat_ser .main3_pc .kec_con h6{font-size:20px;margin-top: 14px;}
.wechat_ser .main3_pc .kec_con p{font-size:16px;color: #4c4c4c;line-height: 26px;margin-top: 21px;}
.wechat_ser .main3_pc .tab_mian_li2{background:url(../images/wechat_pc_tec2.png) no-repeat center center;}
.wechat_ser .main3_pc .tab_mian_li3{background:url(../images/wechat_pc_tec3.png) no-repeat;height: 470px;}

.wechat_ser .main3_mob .bt{font-size:.69rem;padding-top:1rem;padding-bottom:.3rem;text-align: center;font-weight: 400;}
.wechat_ser .main3_mob .p1{color: #808080;font-size: .4rem;text-align: center;line-height: .6rem;}
.wechat_ser .main3_mob .tab_daohang_wap{width: 90%;margin: 0 auto;height: 1.4rem;margin-top: .5rem;}
.wechat_ser .main3_mob .tab_daohang_wap li{text-align: center;float: left;padding:0px .4rem;margin-top: .4rem;}
.wechat_ser .main3_mob .tab_daohang_wap a{padding: .2rem .6rem;border: 1px solid #ff861d;border-radius: 16px;color: #ff861d;font-size: .4rem;font-weight:400;}
.wechat_ser .main3_mob .tab_daohang_wap .act{background:#ff861d;color: #FFFFFF;}
.wechat_ser .main3_mob .tab_main_wap{max-width: 95%;margin: 0 auto;margin-top: .4rem;}
.wechat_ser .main3_mob .tab_main_wap li{display: none;}
.wechat_ser .main3_mob .tab_main_wap .act_con{display: block!important;}
.wechat_ser .main3_mob .tab_mian_li1{width: 100%;background:url(../images/wechat_wap_tec1.png) no-repeat;background-size: cover;height: 23.5rem;padding-left: .3rem;padding-top: .5rem;margin: 0 auto;}
.wechat_ser .main3_mob .tab_mian_li2{width: 100%;background:url(../images/wechat_wap_tec2.png) no-repeat;background-size: cover;height: 23.5rem;padding-left: .3rem;padding-top: .5rem;margin: 0 auto;}
.wechat_ser .main3_mob .tab_mian_li3{width: 100%;background:url(../images/wechat_wap_tec3.png) no-repeat;background-size: cover;height: 12rem;padding-left: .3rem;padding-top: .5rem;margin: 0 auto;}
.wechat_ser .main3_mob .kec_con{float: left;height:11.8rem;padding: 0 .3rem;width: 50%;}
.wechat_ser .main3_mob .kec_con h1{font-size:1.4rem;color: #ff861d;}
.wechat_ser .main3_mob .kec_con h6{font-size:.4rem;margin-top: .4rem;}
.wechat_ser .main3_mob .kec_con p{font-size:.25rem;color: #4c4c4c;line-height: .6rem;margin-top:.4rem;}



.wechat_ser .main4_pc{width: 100%;margin: 0 auto;background:url(../images/wechat_pc_bg1.png) no-repeat;background-size: cover;height: 530px;z-index: -100;margin-top: 30px;}
.wechat_ser .main4_pc ul{max-width: 1140px;margin: 0 auto;}
.wechat_ser .main4_pc h1{text-align: center;font-size: 40px;color: #FFFFFF;padding-top: 74px;font-weight: 400;}
.wechat_ser .main4_pc p{font-size: 16px;line-height: 34px;color: #FFFFFF;text-align:left;font-weight: 400;padding-top: 42px;padding-left: 10px;padding-right: 10px;}
.wechat_ser .main4_mob{width: 100%;margin: 0 auto;background:url(../images/wechat_wap_bg1.png) no-repeat;background-size: cover;height:15rem;z-index: -100;margin-top: 1rem;}
.wechat_ser .main4_mob ul{width:95%;margin: 0 auto;}
.wechat_ser .main4_mob h1{text-align: center;font-size: .7rem;color: #FFFFFF;padding-top:1.3rem;font-weight: 400;}
.wechat_ser .main4_mob p{font-size:.4rem;line-height: .7rem;color: #FFFFFF;text-align:left;font-weight: 400;padding-top: .6rem;}




.wechat_ser .main5_pc{max-width: 1140px;margin: 0 auto;}
.wechat_ser .main5_pc h1{font-size: 40px;text-align: center;padding-top: 100px;font-weight: 400;}
.wechat_ser .main5_pc .qiye{width: 100%;margin-top: 30px;height: 250px;}
.wechat_ser .main5_pc .qiye_logo{width: 20%;float:left;margin-top: 24px;}
.wechat_ser .main5_pc .qiye_logo_main{width: 90%;border: 1px solid #f2f2f2;box-shadow: 0px 0px 20px #ffede1;height: 72px;overflow: hidden;}
.wechat_ser .main5_pc .qiye_logo_main img{width: 100%;}
.wechat_ser .main5_mob h1{font-size: .7rem;line-height: 1rem;margin-top: 1.3rem;text-align: center;font-weight: 400;}
.wechat_ser .main5_mob ul{width: 95%;margin: 0 auto;margin-top: .5rem;height: 6rem;}
.wechat_ser .main5_mob li{width: 50%;float: left;margin-bottom: .4rem;}
.wechat_ser .main5_mob .main5_mob_con{width: 95%;margin: 0 auto;border: 1px solid #f2f2f2;box-shadow: 0px 0px 10px #ffede1;overflow: hidden;height: 1.4rem;}


.wechat_ser .main6_pc{width: 100%;margin: 0 auto;background:url(../images/wechat_pc_bg2.png) no-repeat center center;background-size: cover;height: 514px;margin-top: 50px;}
.wechat_ser .main6 .h11{font-size: 40px;text-align: center;padding-top:70px;font-weight: 400;}
.wechat_ser .main6 .h22{font-size: 18px;text-align: center;padding-top: 20px;font-weight: 400;color: #808080;}
.wechat_ser .main6_pc .tec_men{height: 70px;line-height: 70px;max-width: 1140px;margin: 0 auto;}
.wechat_ser .main6_pc .tec_men li{float: left;width: 50%;border-bottom: 1px solid #ffcfb0;font-size: 24px;text-align: center;color:#808080;}
.wechat_ser .main6_pc .tec_men .act{color: #ff6e0e;border:1px solid #ffcfb0;border-bottom: none!important;}
.wechat_ser .main6_pc .tec_con{max-width: 1140px;margin: 0 auto;height: 340px;border:1px solid #ffcfb0;border-top: none;background: #FFFFFF;}
.kbb1{width: 100%;height: 40px;}
.wechat_ser .main6_pc .tec_con li{display: none;}
.wechat_ser .main6_pc #tec_pc_img{text-align: center;}
.wechat_ser .main6_pc .act_con{display: block!important;}
.wechat_ser .main6_pc img{width: 95%;margin: 0 auto;margin-top: 30px;text-align: center;}
.wechat_ser .main6_pc .act_con h5{font-size:24px;padding-top:34px;text-align: left;padding-left:50px;font-weight: 400;}
.wechat_ser .main6_pc .act_con .tec-name{width:77px;margin-left: 50px;font-size: 24px;float: left;margin-top: 23px;}
.wechat_ser .main6_pc .act_con .tec_jieshao{font-size:20px;float: left;color: #333333;margin-top: 23px;line-height: 30px;padding-bottom: 40px;margin-left: 50px;}
.wechat_ser .main6_mob{width: 100%;height: 13rem;background:url(../images/wechat_wap_bg2.png) no-repeat center center;background-size: cover;margin-top: 20px;}
.wechat_ser .main6_mob h1,.wechat_ser .main7_mob h1{font-size: .7rem;text-align: center;font-weight: 400;}
.wechat_ser .main6_mob img{width: 100%;margin: 0 auto;margin-top: 1rem;}
.wechat_ser .main6_mob .tec_men_wap{width: 95%;margin: 0 auto;height:1.1rem;line-height: 1.1rem;margin-top: 1rem;}
.wechat_ser .main6_mob .tec_men_wap li{width: 50%;float: left;color:#808080;font-size:.4rem;text-align: center;border-bottom: 1px solid #ffcfb0;}
.wechat_ser .main6_mob  #tec_wap_img{text-align: center;}
.wechat_ser .main6_mob .tec_men_wap .act{color: #ff6e0e;border:1px solid #ffcfb0;border-bottom: none!important;}
.wechat_ser .main6_mob .tec_con_wap{width: 95%;margin: 0 auto;border:1px solid #ffcfb0;border-top: none;background: #FFFFFF;height: 9.5rem;}
.wechat_ser .main6_mob .tec_con_wap li{display: none;}
.wechat_ser .main6_mob .act_con{display: block!important;}
.wechat_ser .main6_mob .tec_con_wap h5{font-size: .5rem;padding: .2rem .6rem .3rem .6rem;line-height: .7rem;font-weight: 400;}
.wechat_ser .main6_mob .tec_jieshao{font-size:.4rem ;line-height: .7rem;color:#333333;padding-left: .6rem;padding-right: .6rem;}
.wechat_ser .main7_pc{width: 100%;margin: 0 auto;background:url(../images/wechat_wap_bg3.png) no-repeat center center;background-size: cover;height: 1510px;}
.wechat_ser .main7_pc h1,.wechat_ser .main8_pc h1{font-size: 40px;color: #333333;padding-top: 110px;font-weight: 400;text-align: center;padding-bottom: 55px;}
.wechat_ser .main7_pc .main7_one{max-width: 1140px;height:760px;margin: 0 auto;}
.wechat_ser .main7_pc .main7_one .text_con{width: 98%;background: #fff3eb;height: 360px;margin-bottom: 30px;border-radius: 10px;}
.wechat_ser .main7_pc .text_con_main{width: 90%;margin: 0 auto;padding-top: 32px;}

.wechat_ser .main7_mob{width: 100%;margin-top:1.3rem;text-align: center;}
.wechat_ser .main7_mob img{width: 95%;text-align: center;margin-top: .6rem;}
.wechat_ser .main7_pc .main7_two{max-width: 1140px;margin: 0 auto;}
.wechat_ser .main7_pc .main7_two h1{padding-top: 90px;padding-bottom: 0px;}
.wechat_ser .main7_pc .main7_two .gundong{width: 100%;height: 288px;border-radius: 10PX;box-shadow: 0px 0px 20px #ffe9db;margin-top: 24px;}
.wechat_ser .main7_pc .main7_two .gundong_img {width: 95%;height: 280px;margin: 0 auto;padding-top: 35px;}
.wechat_ser .main7_pc .main7_two .gundong_img li{display: block;float: left;width: 30%;margin-right: 35px;height: 280px!important;text-align: center;}
.wechat_ser .main7_pc .main7_two .gundong_img li span{font-size: 16px;color: #808080;text-align: center;}
.wechat_ser .main7_mob h1{margin-top: 1.4rem;}
.wechat_ser .main7_mob .gundong_img_wap{width: 95%;margin: 0 auto;margin-top: .5rem;height: 4.9rem;}
.wechat_ser .main7_mob .gundong_img_wap li{margin-left: .4rem;background: #ffffff;box-shadow:0px 0px 8px 1px #ffe9db;text-align: center;border-radius: 5px;border: 1px solid #f1f7f9;margin-bottom: .3rem;}
.wechat_ser .main7_mob .gundong_img_wap li img{width: 5.8rem;margin: 0 auto;margin-top: .3rem;padding-bottom: 6px;}
.wechat_ser .main7_mob .gundong_img_wap li span{color: #808080;font-size: .3rem;}
.wechat_ser .main7_mob .gundong_img_wap ul{height: 4.7rem!important;}

.wechat_ser .main8_pc{width: 100%;margin: 0 auto;background:url(../images/wechat_pc_fot.png) no-repeat center center;background-size: cover;height: 523px;}
.wechat_ser .main8_pc h1{font-size:40px;padding-top: 30px;color: #FFFFFF;text-align: center;padding-bottom: 0;}
.wechat_ser .main8_pc ul{max-width: 1140px;margin: 0 auto;}
.wechat_ser .main8_pc ul li{width: 50%;float: left;margin-top: 37px;}
.sanjiao_up{ width:0;height:0;border-width:0 12px 13px;border-style:solid;border-color:transparent transparent #FFFFFF;margin-top: 5px;margin-left: 15px;}
.wechat_ser .main8_pc h6{font-size: 20px;color: #FFFFFF;font-weight: 400;padding-top: 0;}
.wechat_ser .main8_pc .fangkuang{width: 100%%;height:132px;background: #FFFFFF;}
.wechat_ser .main8_pc ul li .main{width: 95%;}
.wechat_ser .main8_pc ul li:nth-child(2) .main,
.wechat_ser .main8_pc ul li:nth-child(4) .main{float: right;}
.wechat_ser .main8_pc .fangkuang p{padding-top: 15px;padding-left: 20px;color: #808080;font-size: 16px;line-height: 24px;}
.wechat_ser .main8_mob{background:url(../images/wechat_wap_bg4.png) no-repeat center top;width: 100%;height: 17rem;background-size: cover;margin-top: 1rem;}
.wechat_ser .main8_mob h1{font-size: .7rem;color: #FFFFFF;font-weight: 400;}
.wechat_ser .main8_mob .hh3{color: #FFFFFF;margin-bottom: .5rem;}
.wechat_ser .main8_mob li{width: 95%;margin: 0 auto;margin-bottom: .9rem;}
.wechat_ser .main8_mob .ques{width: 100%;margin: 0 auto;font-size: .57rem;color: #FFFFFF;}
.wechat_ser .main8_mob .ans{width: 100%;background:url(../images/op_wap_bg5.png) no-repeat;height: 5.16rem;color: #808080;background-size: cover;margin-top:5px ;}
.wechat_ser .main8_mob .ans p{padding: 14px;padding-top: .9rem;line-height: .7rem;font-size: .4rem;}
#que_hidden{width: 100%;height:5rem;background:#ff6e0e;}
.que_wap_chan{width: 100%;height:1.5rem;text-align: center;}
.que_wap_chan img{width: 50px;}
.que_wap_chan span{font-size: .3rem;color: #FFFFFF;}

.dibu_btn{width: 100%;height: 1.5rem;text-align: center;background: #ff861d;}
.dibu_btn a{height: 1.5rem;line-height: 1.5rem;color: #FFFFFF;font-size: .5rem;}




/* 公开课专题页面 */
.open_c{
	max-width: 1920px;
	margin: 0 auto;
}
/* pruduct页面开始 */
	/* banner图开始 */
.open_c .dbanner{
	width: 100%;
	margin: 0 auto;
	height: 405px;
}
@media (max-width:930px) and (min-width:767px) {
	.open_c .dbanner{
		min-height: 450px!important;
	}	
}
.open_c .zbanner{
	max-width: 900px;
	margin: 0 auto;
}
.open_c .dbanner .le_img{
	float: left;
	width: 28%;
}
.open_c .dbanner .text{
	float: right;
	text-align: left;
	width: 65%;
}
.open_c .dbanner .text .row{
	margin-left: 0px;
	margin-right: 0px;
}

.open_c .dbanner .title{
	width: 135px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 10px;
	line-height: 32px;
	text-align: center;
	margin-top: 60px;
}
.open_c .dbanner .dian{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	font-size: 14.77px;
}

.open_c .dbanner .dian:last-child{
	margin-left: 5px;
}
.open_c .dbanner h1{
	font-size: 35px;
	margin-top: 19px;
	margin-bottom: 19px;
	color: #FFFFFF;
}
.open_c .dbanner h4{
	font-size: 15px;
	color: #FFFFFF;
}
.open_c .dbanner .but{
	margin-top: 40px;
}
.open_c .dbanner .but a{
	display: inline-block;
	width: 135px;
	text-align: center;
	padding: 11px 0px;
	border-radius: 10px;
	margin-right: 33px;
	color: #FFFFFF;
	font-size: 13.4px;
}
.open_c .dbanner .place{
	margin-top: 40px;
	width: 100%;
  height: 22px;
	line-height: 22px;
	font-size: 14px;
}
.open_c .dbanner .place-01 img{
	float: left;
	margin-right: 5px;
}
.open_c .dbanner .place-01 p{
	font-size: 12px;
	line-height: 25px;
}
.open_c .dbanner .place-01{
	float: left;
	color: #FFFFFF;
	width: 33%;
	padding-bottom: 15px;
}
@media (max-width:767px) and (min-width:200px) {
	.open_c .dbanner{
		height: auto;


	}
	.open_c .dbanner .text{
		text-align: left;
		width: 95%;
		margin: 0 auto;
	}
	.open_c .dbanner .text{
		float: none;
		padding-top: 30px;
	}
	.open_c .dbanner .title{
		margin-top: 0px;
	}
	.open_c .dbanner h1{
		font-size: 30px;
		margin-top: 25px;
		line-height: 40px;
	}
	.open_c .dbanner h4{
		font-size: 18px;
		color: #FFFFFF;
	}
	.open_c .dbanner .but{
		margin-top: 30px;
	}
	.open_c .dbanner .but a{
		margin-bottom: 20px;
		width: 45%;
		margin-right: 0px;
	}
	.open_c .dbanner .but a:last-child{
		float: right;
	}
	.open_c .dbanner .place{
		margin-top: 20px;
		height: auto;
	}
	.open_c .dbanner .place-01{
		
	}
}

/* banner图结束 */



/* main1开始 */
.open_c	.main1{
	max-width: 900px;
	margin: 0 auto;
}

.open_c	.main1 h3{
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 24px;
	text-align: center;
	font-family: "Source Han Sans";
}
.open_c	.main1 .hangshu{
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.open_c	.main1 p{
	margin-top: 20px;
	font-size:16.67px;
	line-height: 30px;
	text-align: left;
	font-family: "Source Han Sans";
}

.open_c	.main1 .mark{
	width: 24px;
	height: 23px;
	border-radius: 50%;
	text-align: center;
  line-height: 10px;
	font-size: 26px;
	color: #FFFFFF;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	cursor: pointer;
}
.open_c .main1 .more{
	margin-top: 20px;
	margin-bottom: 50px;
}
.open_c .main1 h2{
	font-size: 20px;
}

@media (max-width:767px) and (min-width:200px){
	.open_c	.main1{
		width: 90%;
		margin: 0 auto;
	}
	.open_c .main1 h3{
		font-size: .6rem;
		line-height: .8rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.open_c .main1 p{
		font-size: .4rem;
		line-height: .6rem;
		margin-top:0px;
		font-family: "Source Han Sans";
	}
	.open_c .main1 .more{
		margin-top: .3rem;
		margin-bottom: 1rem;
	}
	.open_c .main1 .mark{
		width: .5rem;
		height: .5rem;
		font-size: .4rem;
		line-height: .35rem;
	}
	.open_c .main1 h2{
		font-size: .45rem;
	}
}
/* main1结束 */

/* 横幅开始公共 */
.open_c .hengfu{
	max-width: 1920px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height:38px;
	padding: 10px 15px 10px 15px;
	font-family: "Source Han Sans";
}
@media (min-width:200px) and (max-width:767px) {
	.open_c .hengfu{
		width: 100%;
		line-height:1.3rem;
		text-align: center;
		color: #FFFFFF;
		font-size: .5rem;
		font-weight: bold;
	}	
}
/* 横幅结束公共 */
/* 图片部分开始 */
.open_c .dimg{
	max-width:900px;
	margin: 0 auto;
}
.open_c .img img{
	width: 100%;
}
/* 图片部分结束 */

/* 讲师介绍开始 */
.open_c .teacher{
	max-width: 900px;
	margin: 0 auto;
	margin-top: 40px;
}
.open_c .teacher .col-lg-3 img{
	width: 82%;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	margin-top: 7px;	
	margin-bottom: 15px;
		margin-left: 9%;
}
.open_c .teacher .col-lg-3 p{
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	font-family: "Source Han Sans";
}
.open_c .teacher .col-lg-9 .text{
	border-left: 1px solid #666666;
	padding-left: 7%;
	margin-left: 5%;
	margin-bottom: 55px;
}
.open_c .teacher .col-lg-9{
	padding-left: 0;
}
.open_c .teacher .col-lg-3{
	padding-right: 0;

}
.open_c .teacher .col-lg-9 p{
	font-size: 16px;
	color: #444444;
	line-height: 28px;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 17px;
	font-family: "Source Han Sans";
}
.open_c .teacher_wap{
	padding: 15px;
}
.open_c .teacher_wap .img{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.open_c .teacher_wap img{
	width: 50%;
	border-radius: 50%;
}
.open_c .teacher_wap p{
	font-size: .4rem;
	line-height: .6rem;
	text-align: left;
	margin-top: .5rem;
}
.open_c .teacher_wap .img p{
	font-size: .5rem;
	text-align: center;
	line-height:.7rem;
	margin-top: .2rem;
}
/* 讲师介绍结束 */
/* 课程大纲开始 */
.open_c .outline{
	max-width:900px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.open_c .outline li{
	width: 100%;
	margin-bottom: 10px;
	font-size: 16.67px;
}
.open_c .outline .title {
	height: 53px;
	line-height: 53px;	
}
.open_c .outline .title p{
	float: left;
	line-height: 55px;
	padding-left: 30px;
	color: #000000;
	font-family: "Source Han Sans";
}
.open_c .show_dagang{
	display: none;
}
.open_c .outline .title .jiantou{
	float: right;
}
.open_c .outline .title span{
	float: right;
	line-height: 53px;
	padding-right: 38px;
}
.open_c .outline .row{
	max-width: 998px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
.open_c .outline .cont{
	display: none;
}
#upp{
	display: none;
}
#downn{
	display: block;
}
.open_c .outline .cont p{
	font-size: 15.7px;
	line-height: 28px;
	text-align: left;
	padding-left: 15%;
	padding-right: 4%;
	color: #444444;
	padding-top: 15px;
	padding-bottom: 15px;
}
.open_c .outline .cont_two p{
	width: 100%;
	margin-top: 8px;
	margin-bottom: 10px;
}
.open_c .outline .chakan{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	cursor: pointer;
}
.open_c .outline .chakan img{
	width: 28px;
	margin: 0 auto;
}
.open_c .outline .chakan p{
	font-size: 15.63px;
	padding-top: 17px;
	cursor: pointer;
	font-family: "Source Han Sans";

}

/* 手机端开始 */
@media (min-width:200px) and (max-width:767px)  {
	.open_c .outline{
		width: 100%;
		margin-top: .5rem;
		margin-bottom: .5rem;		
	}
	.open_c .outline .title{
		width:95%;
		margin: 0 auto;
		height: 1rem;
		line-height: 1rem;
	}
	.open_c .outline li{
		margin-bottom: 10px;
	}
	.open_c .outline .title p{
		line-height: 1rem;
		font-size: .4rem;
		padding-left: 15px;
	}
	.open_c .outline .title span{
		font-size: .5rem;
		line-height: 1rem;
		padding-right: 15px;
	}
	.open_c .outline .cont{
		width: 95%;
		margin: 0 auto;
	}
	.open_c .outline .cont p{
		font-size: .4rem;
		line-height: .6rem;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.open_c .outline .chakan{
		padding-top: .1rem;
	}
	.open_c .outline .chakan img{
		width: 20px;
	}
	.open_c .outline .chakan p{
		padding-top: .3rem;
		padding-bottom: .4rem;
		font-size: .4rem;
	}
	.open_c .outline .cont_two p{
		margin-bottom: 0px;
	}
	
}
/* 课程大纲结束 */

 
/* 点评开始 */
.open_c .koubei{
	max-width: 900px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 30px;
}
.open_c .koubei img{
	width: 8%;
	float: left;
}
.open_c .koubei img:last-child{
	float: right;
}
.open_c .koubei .text{
	width: 75%;	
	float: left;
	margin-left: 4%;
	padding-top: 40px;
}
.open_c .koubei .text div{
	margin-bottom: 40px;
}
.open_c .koubei .text div p{
	font-size: 17.19px;
	line-height: 28.13px;
	font-family: "Source Han Sans";
}
.open_c .koubei .text div p:last-child{
	text-align: right;
}
/* 手机端开始 */
.open_c .koubei_wap{
	width: 95%;
	margin: 0 auto;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.open_c .koubei_wap img{
	width: 100%;
}
.open_c .koubei_wap .text{
	width: 95%;
	margin: 0 auto;
}
.open_c .koubei_wap .text div{
	margin-bottom: .7rem;
}
.open_c .koubei_wap .text p{
	font-size: .4rem;
	line-height: .6rem;
	padding-top: .3rem;
}
.open_c .koubei_wap .text p:last-child{
	text-align: right;
}
/* 点评结束 */


/* 课程价格开始 */
.open_c .price{
	max-width:900px;
	margin: 0 auto;
	padding-bottom: 54px;
}
.open_c .price table{
	width: 100%;
}
.open_c .price .table_title{
	margin-top: 59px;	
}
.open_c .price td{
	width: 25%;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	border-right: none;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #666666;
	font-size: 13.84px;
	font-family: "Source Han Sans";
}
.open_c .price .table_text .dt{
	line-height: 30px;
	vertical-align:middle
}
.open_c .price .table_text .xt td{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #FFFFFF;
}
.open_c .price .table_text a{
	padding: 10px 15px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px;
}
.open_c .price_wap{
	padding-left: 15px;
	padding-right: 15px;
}
.open_c .price_wap p{
	font-size: .4rem;
	line-height: .7rem;
	text-align: center;
	margin-top: .5rem;
}
.open_c .price_wap table{
	margin-top: .5rem;
	width: 100%;
	margin-bottom: 1rem;
}
.open_c .price_wap td{
	height: 1.5rem;
	line-height: 1.5rem;
	width: 50%;
	font-size: .3rem;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: center;
}
.open_c .price_wap a{
	width: 70%;
	margin: 0 auto;
	height: 1rem;
	line-height: 1rem;
	border-radius: 10px;
	margin-top: .35rem;
	display: block;
	color: #FFFFFF;
}
/* 课程价格结束 */
/* 为什么选择msup开始 */
.open_c .why{
 max-width: 930px;	
 margin: 0 auto;
 margin-top: 58px;
 padding-bottom: 30px;
}
.open_c .why .col-lg-4{
	height: 310px;
}
.open_c .why .text_con{
	width: 97%;
	height: 290px;
	border-radius: 15px;
	margin: 0 auto;
	
}
.open_c .why .text_con .text_con_main{
	width: 90%;
	margin: 0 auto;
}
.open_c .why .text_con .text_con_main img{
	width: 100px;
}
.open_c .why .text_con_main p {
    font-size: 15.63px;
    color: #000000;
    margin-bottom: 10px;
		font-family: "Source Han Sans";
}
.open_c .why .text_con_main span {
    font-size: 14.06px;
    color: #808080;
    line-height: 23.5px;
		font-family: "Source Han Sans";
}
.open_c .why_wap{
	text-align: center;
}
.open_c .why_wap img{
	  margin: 0 auto;
		margin-bottom: .5rem;
		width: 90%;
}
/* 为什么选择msup结束 */
.open_c .qiye{
	max-width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}
.open_c .qiye .qiye_logo {
    width: 20%;
    float: left;
    margin-top: 24px;
}
.open_c .qiye .qiye_logo_main {
    width: 90%;
    height: 58px;
    overflow: hidden;
		margin: 0 auto;
}
.open_c .qiye{
	height: auto;
	margin-bottom: 30px;
}
@media (min-width:200px) and (max-width:767px)  {
	.open_c .qiye{
		width: 100%;
		margin: 0 auto;
		margin-top:.5rem;
		text-align: center;
	}
	.open_c .qiye .qiye_logo {
	    width:50%;
	    float: left;
	    margin-top: .5rem;
	}
	.open_c .qiye .qiye_logo_main {
	    width: 80%;
	    height: 1.3rem;
	    overflow: hidden;
			margin: 0 auto;
	}
	.open_c .qiye_logo_main img{
		width: 80%!important;
		margin: 0 auto;
	}	
	.open_c .qiye{
		margin-bottom: 1rem;
	}
	
}

.open_c  .pictrue_show{
	max-width: 900px;
	margin: 0 auto;
	margin-top: 25px;
	height: 300px;
}
.open_c  .pictrue_show .gundong {
    width: 100%;
    height: 280px;
    border-radius: 10PX;
    margin-top: 24px;
}
.open_c  .pictrue_show .gundong_img {
    width: 95%;
    height: 260px;
    margin: 0 auto;
    padding-top: 25px;
}
.open_c  .pictrue_show .gundong_img li{
	display: block;
	margin-left: 35px;
	height: 280px!important;
}
.open_c  .pictrue_show .gundong_img li{
	 text-align: center;
	 font-size: 16px;
	 color: #808080;
 }
.open_c .pictrue_show_wap{
	margin-top: 1rem;
	margin-bottom: 1rem;
	 
 }
.open_c .pictrue_show_wap .gundong_img_wap{
	 width: 95%;
	 margin: 0 auto;
	 margin-top: .5rem;
	 height: 4.9rem;
	}
.open_c .pictrue_show_wap .gundong_img_wap li{
	 margin-left: .4rem;
	 background: #ffffff;
	 text-align: center;
	 border-radius: 5px;
	 margin-bottom: .3rem;
	 width: 6.5rem;
	 height: 4.7rem;
	 float: left;
}
.open_c .pictrue_show_wap .gundong_img_wap li img{
	width: 5.8rem;
	margin: 0 auto;
	margin-top: .3rem;
	padding-bottom: 6px;
}
.open_c .pictrue_show_wap .gundong_img_wap li span{
	color: #808080;
	font-size: .3rem;
}
.open_c .pictrue_show_wap .gundong_img_wap ul{
	height: 4.7rem!important;
}
.open_c .question{
	height: 563px;
	text-align: center;
}
.open_c .question ul{
	max-width: 1140px;
	height: auto;
	margin: 0 auto;
}
.open_c .question h5{
	font-size: 31.25px;
	color: #FFFFFF;
	padding-top: 47px;
}
.open_c .question  .fangkuang{
	width: 100%%;
	height:132px;
	background: #FFFFFF;
}
.open_c .question  ul li h6{
	font-size: 15.83px;
	color: #FFFFFF;
	font-weight: 400;
	padding-top: 0;
}
.open_c .question  ul li{
	display: block!important;
	width: 50%;
	float: left;
	text-align: left;
	margin-top: 40px;
}
.open_c .question  ul li .main{
	width: 95%;
}
.open_c .question  ul li:nth-child(2) .main,.open_c .question  ul li:nth-child(4) .main{
	float: right;
}
.open_c .question  .fangkuang p{
	padding-top: 15px;
	padding-left: 20px;
	color: #808080;
	font-size: 12.5px;
	line-height: 22px;
}
.open_c .question_wap{
	width: 100%;
	height: 20rem;
	background-size: cover;
	margin-top: 1rem;
}
.open_c .question_wap .hh3{
	color: #FFFFFF;
	margin-bottom: .5rem;
}
.open_c .question_wap.main8_con li{
	width: 95%;
	margin: 0 auto;
	margin-bottom: .9rem;
}
.open_c .question_wap.main8_con .ques{
	width: 100%;
	margin: 0 auto;
	font-size: .57rem;
	color: #FFFFFF;
}
.open_c .question_wap.main8_con .ans{
	width: 100%;
	background:url(../images/op_wap_bg5.png) no-repeat;
	height: 5.16rem;
	color: #808080;
	background-size: cover;
	margin-top:5px;
}
.open_c .question_wap.main8_con .ans p{
	padding: 14px;
	padding-top: .9rem;
	line-height: .7rem;
	font-size: .4rem;
}
.open_c .product .question_wap #que_hidden{
	width: 100%;
	height:13rem;
}













.open_c	.product .dbanner{
	background: #00abf2;
}
.open_c	.product .dian{
	background: #00abf2;
}
.open_c	.product .title{
	color: #00abf2;	
}
.open_c	 .product .dbanner .but a{
	background: #0088c0;	
}
.open_c .product .main1 h2{
	color:#00abf2 ;
}
.open_c .product .main1 .mark{
	background: #00abf2;
}
.open_c .product .hengfu{
	background: #00abf2;
}
.open_c	.product .outline .title{
	background: #dcf2fc;
}
.open_c	.product .outline .title .first_p,.open_c	.product .outline .title span{
	color: #00abf2;
}
.open_c .product .outline .cont_one p,.open_c .product .outline .cont_two p{
	border: 2px solid #dcf2fc;	
}
.open_c .product .outline .chakan p{
	color: #00abf2;
}
.open_c .product .price td{
	background: #dcf2fc;
}
.open_c .product .price .table_text a{
	background:#12aaee ;
}
.open_c .product .price_wap span{
	color: #00abf2;
}
.open_c .product .price_wap td{
	background: #dcf2fc;	
}
.open_c .product .price_wap a{
	background:#12aaee ;	
}
.open_c .product .why .text_con{
	background:#d9f2fd;	
}
.open_c .product .qiye .qiye_logo_main{
	border: 1px solid #f2f2f2;
	box-shadow: 0px 10px 20px #c0e9fc;	
}

.open_c .product .pictrue_show .gundong{
	box-shadow: 0px 0px 20px #c0e9fc;	
}
.open_c .product .pictrue_show_wap .gundong_img_wap li{
	 box-shadow:0px 0px 8px 1px #bde5f7;
	 border: 1px solid #f1f7f9;
}
.open_c .product .question{
	background:url(../images/op_bg_04.png) no-repeat center center;
}
.open_c .product .question_wap{
	background:url(../images/op_wap_bg4.png) no-repeat center top;
}
.open_c .product .question_wap #que_hidden{
	background: #12aaee;
}








.open_c	.test .dbanner{
	background: #666666;
}
.open_c	.test .dian{
	background: #666666;
}
.open_c	.test .title{
	color: #666666;	
}
.open_c	 .test .dbanner .but a{
	background: #434343;	
}
.open_c .test .main1 h2{
	color:#666666 ;
}
.open_c .test .main1 .mark{
	background: #666666;
}
.open_c .test .hengfu{
	background: #666666;
}
.open_c	.test .outline .title{
	background: #efefef;
}
.open_c	.test .outline .title .first_p,.open_c	.test .outline .title span{
	color: #666666;
}
.open_c .test .outline .cont_one p,.open_c .test .outline .cont_two p{
	border: 2px solid #efefef;	
}
.open_c .test .outline .chakan p{
	color: #666666;
}
.open_c .test .price td{
	background: #efefef;
}
.open_c .test .price .table_text a{
	background:#666666 ;
}
.open_c .test .price_wap span{
	color: #666666;
}
.open_c .test .price_wap td{
	background: #efefef;	
}
.open_c .test .price_wap a{
	background:#666666 ;	
}
.open_c .test .why .text_con{
	background:#efefef;	
}
.open_c .test .qiye .qiye_logo_main{
	border: 1px solid #f2f2f2;
	box-shadow: 0px 10px 20px #f2f2f2;	
}
.open_c .test .pictrue_show .gundong{
	box-shadow: 0px 0px 20px #f2f2f2;	
}
.open_c .test .pictrue_show_wap .gundong_img_wap li{
	 box-shadow:0px 0px 8px 1px #e8e8e8;
	 border: 1px solid #e8e8e8;
}
.open_c .test .question{
	background:url(../images/public-course/test_que.png) no-repeat center center;
}
.open_c .test .question_wap{
	background:#666666;
}
.open_c .test .question_wap #que_hidden{
	background: #666666!important;
}






.open_c	.engineer .dbanner{
	background: #c9b168;
}
.open_c	.engineer .dian{
	background: #c9b168;
}
.open_c	.engineer .title{
	color: #c9b168;	
}
.open_c	 .engineer .dbanner .but a{
	background: #94824d;	
}
.open_c .engineer .main1 h2{
	color:#c9b168 ;
}
.open_c .engineer .main1 .mark{
	background: #c9b168;
}
.open_c .engineer .hengfu{
	background: #c9b168;
}
.open_c	.engineer .outline .title{
	background: #f7f3e8;
}
.open_c	.engineer .outline .title .first_p,.open_c	.engineer .outline .title span{
	color: #c9b168;
}
.open_c .engineer .outline .cont_one p,.open_c .engineer .outline .cont_two p{
	border: 2px solid #f7f3e8;	
}
.open_c .engineer .outline .chakan p{
	color: #c9b168;
}
.open_c .engineer .price td{
	background: #f9f7f0;
}
.open_c .engineer .price .table_text a{
	background:#c9b168 ;
}
.open_c .engineer .price_wap span{
	color: #c9b168;
}
.open_c .engineer .price_wap td{
	background: #f9f7f0;	
}
.open_c .engineer .price_wap a{
	background:#c9b168 ;	
}
.open_c .engineer .why .text_con{
	background:#f9f7f0;	
}
.open_c .engineer .qiye .qiye_logo_main{
	border: 1px solid #f2f2f2;
	box-shadow: 0px 10px 10px #efe6cb;	
}
.open_c .engineer .pictrue_show .gundong{
	box-shadow: 0px 0px 10px #efe6cb;	
}
.open_c .engineer .pictrue_show_wap .gundong_img_wap li{
	 box-shadow:0px 0px 8px 1px #efe6cb;
	 border: 1px solid #e8e8e8;
}
.open_c .engineer .question{
	background:url(../images/public-course/engineer_que.png) no-repeat center center;
}
.open_c .engineer .question_wap{
	background:#c9b168;
}
.open_c .engineer .question_wap #que_hidden{
	background: #c9b168!important;
}





.open_c	.exploit .dbanner{
	background: #009944;
}
.open_c	.exploit .dian{
	background: #009944;
}
.open_c	.exploit .title{
	color: #009944;	
}
.open_c	 .exploit .dbanner .but a{
	background: #00672e;	
}
.open_c .exploit .main1 h2{
	color:#009944 ;
}
.open_c .exploit .main1 .mark{
	background: #009944;
}
.open_c .exploit .hengfu{
	background: #009944;
}
.open_c	.exploit .outline .title{
	background: #e5f5ec;
}
.open_c	.exploit .outline .title .first_p,.open_c	.exploit .outline .title span{
	color: #009944;
}
.open_c .exploit .outline .cont_one p,.open_c .exploit .outline .cont_two p{
	border: 2px solid #e5f5ec;	
}
.open_c .exploit .outline .chakan p{
	color: #009944;
}
.open_c .exploit .price td{
	background: #d9f0e3;
}
.open_c .exploit .price .table_text a{
	background:#009944 ;
}
.open_c .exploit .price_wap span{
	color: #009944;
}
.open_c .exploit .price_wap td{
	background: #d9f0e3;	
}
.open_c .exploit .price_wap a{
	background:#009944 ;	
}
.open_c .exploit .why .text_con{
	background:#fbfdfc;	
}
.open_c .exploit .qiye .qiye_logo_main{
	border: 1px solid #d8efe2;
	box-shadow: 0px 10px 10px #d8efe2;	
}
.open_c .exploit .pictrue_show .gundong{
	box-shadow: 0px 0px 10px #d8efe2;	
}
.open_c .exploit .pictrue_show_wap .gundong_img_wap li{
	 box-shadow:0px 0px 8px 1px #d8efe2;
	 border: 1px solid #d8efe2;
}
.open_c .exploit .question{
	background:url(../images/public-course/exploit_que.png) no-repeat center center;
}
.open_c .exploit .question_wap{
	background:#009944;
}
.open_c .exploit .question_wap #que_hidden{
	background: #009944!important;
}




.open_c	.archit .dbanner{
	background: #ff771d;
}
.open_c	.archit .dian{
	background: #ff771d;
}
.open_c	.archit .title{
	color: #ff771d;	
}
.open_c	 .archit .dbanner .but a{
	background: #cc5f17;	
}
.open_c .archit .main1 h2{
	color:#ff771d ;
}
.open_c .archit .main1 .mark{
	background: #ff771d;
}
.open_c .archit .hengfu{
	background: #ff771d;
}
.open_c	.archit .outline .title{
	background: #fff1e8;
}
.open_c	.archit .outline .title .first_p,.open_c	.archit .outline .title span{
	color: #ff771d;
}
.open_c .archit .outline .cont_one p,.open_c .archit .outline .cont_two p{
	border: 2px solid #fff1e8;	
}
.open_c .archit .outline .chakan p{
	color: #ff771d;
}
.open_c .archit .price td{
	background: #ffebdd;
}
.open_c .archit .price .table_text a{
	background:#ff771d ;
}
.open_c .archit .price_wap span{
	color: #ff771d;
}
.open_c .archit .price_wap td{
	background: #ffebdd;	
}
.open_c .archit .price_wap a{
	background:#ff771d ;	
}
.open_c .archit .why .text_con{
	background:#fff1e8;	
}
.open_c .archit .qiye .qiye_logo_main{
	border: 1px solid #fff2ea;
	box-shadow: 0px 10px 10px #fff2ea;	
}
.open_c .archit .pictrue_show .gundong{
	box-shadow: 0px 0px 10px #fff2ea;	
}
.open_c .archit .pictrue_show_wap .gundong_img_wap li{
	 box-shadow:0px 0px 8px 1px #fff2ea;
	 border: 1px solid #fff2ea;
}
.open_c .archit .question{
	background:url(../images/public-course/archit_que.png) no-repeat center center;
}
.open_c .archit .question_wap{
	background:#ff771d;
}
.open_c .archit .question_wap #que_hidden{
	background: #ff771d!important;
}



.open_c	.team .dbanner{
	background: #e4007f;
}
.open_c	.team .dian{
	background: #e4007f;
}
.open_c	.team .title{
	color: #e4007f;	
}
.open_c	 .team .dbanner .but a{
	background: #ae0061;	
}
.open_c .team .main1 h2{
	color:#e4007f ;
}
.open_c .team .main1 .mark{
	background: #e4007f;
}
.open_c .team .hengfu{
	background: #e4007f;
}
.open_c	.team .outline .title{
	background: #fce5f2;
}
.open_c	.team .outline .title .first_p,.open_c	.team .outline .title span{
	color: #e4007f;
}
.open_c .team .outline .cont_one p,.open_c .team .outline .cont_two p{
	border: 2px solid #fce5f2;	
}
.open_c .team .outline .chakan p{
	color: #e4007f;
}
.open_c .team .price td{
	background: #fce5f2;
}
.open_c .team .price .table_text a{
	background:#e4007f ;
}
.open_c .team .price_wap span{
	color: #e4007f;
}
.open_c .team .price_wap td{
	background: #fce5f2;	
}
.open_c .team .price_wap a{
	background:#e4007f ;	
}
.open_c .team .why .text_con{
	background:#fce5f2;	
}
.open_c .team .qiye .qiye_logo_main{
	border: 1px solid #fef3f9;
	box-shadow: 0px 10px 10px #fef3f9;	
}
.open_c .team .pictrue_show .gundong{
	box-shadow: 0px 0px 10px #fff2ea;	
}
.open_c .team .pictrue_show_wap .gundong_img_wap li{
	 box-shadow:0px 0px 8px 1px #fef3f9;
	 border: 1px solid #fef3f9;
}
.open_c .team .question{
	background:url(../images/public-course/team_que.png) no-repeat center center;
}
.open_c .team .question_wap{
	background:#e4007f;
}
.open_c .team .question_wap #que_hidden{
	background: #e4007f!important;
}




/* mot专题页面 */
.mot .row{
	margin-left: 0px;
	margin-right: 0px;
}
.mot .part_one{
	background: #fbfbfb;
	width: 100%;
	height: 445px;
}
.mot .part_onez{
	max-width: 1007px;
	margin: 0 auto;
}
.mot .part_one .le{
	float: left;
	width: 48%;
}
.mot .part_one .le img{
	width: 100%;
}
.mot .part_one .ri{
	float: right;
	width: 42%;
}
.mot .part_one h1{
	font-size: 55px;
	padding-top: 85px;
	font-weight: bold;
	line-height: 70px;
	color: #3e3a39;
}
.mot .part_one p{
	color: #555555;
	font-size: 22px;
	line-height: 40px;
	padding-top: 50px;
}

.mot .part_two{
	width: 100%;
	background: #ffffff;
}
.mot .part_twoz{
	max-width: 1027px;
	margin: 0 auto;
	padding-top: 102px;
	padding-bottom: 95px;
}
.mot .titl{
	font-size: 32px;
	color: #222222;
	text-align: center;
	letter-spacing: 2px;
}
.mot .part_two p{
	font-size: 18px;
	color: #808080;
	line-height: 32px;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.mot .part_three{
	width: 100%;
	background: #fbfbfb;	
}
.mot .part_threez{
	max-width: 1007px;
	margin: 0 auto;
	padding-top: 66px;
	padding-bottom: 55px;
	
}
.mot .part_three ul{
	width: 100%;
	margin-top: 64px;
}
.mot .part_three li{
	float: left;
	width: 50%;
	height: 170px;
}
.mot .part_three li .liz{
	width: 73.8%;
	float: left;
}
.mot .part_three li:nth-child(2n) .liz{
	float: right;
}
.mot .part_three li .le{
	float: left;
	width: 35.2%;
}
.mot .part_three li .ri{
	float: right;
	width: 64.8%;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	padding-top: 10px;
}
.mot .part_three li img{
	width: 100%;
}
.mot .part_four{
	width: 100%;
	background: #ffffff;
}
.mot .part_fourz{
	padding-top: 55px;
	padding-bottom: 100px;
	max-width: 1007px;
	margin: 0 auto;
}
.mot .titl_two{
	font-size: 20px;
	color: #808080;
	padding-top: 20px;
	text-align: center;
	line-height: 36px;
}

.mot .part_fourz  ul{
	margin-top: 60px;
}
.mot .part_fourz li{
	width: 28%;
	float: left;
	text-align: center;
}
.mot .part_fourz h3{
	font-size: 20px;
	color: #333333;
	padding-bottom: 15px;
}
.mot .part_fourz p{
	font-size: 16px;
	color: #808080;
	line-height: 28px;
}
.mot .part_fourz li:nth-child(2),.mot .part_fourz li:nth-child(3){
	margin-left: 7%;
}
.mot .part_five{
	width: 100%;
	background: #fbfbfb;
}
.mot .part_fivez{
	padding-top: 54px;
	padding-bottom: 90px;
	max-width: 1007px;
	margin: 0 auto;
}
.mot .part_fivez .biao{
	max-width: 937px;
	margin: 0 auto;
	margin-top: 85px;
}
.mot .part_fivez li{
	float: left;
	width: 50%;
	list-style: none;
	margin-bottom: 40px;
	text-align: left;
}
.mot .part_fivez li:nth-child(2n){
	text-align: right;
}
.mot .part_fivez h2{
	font-size: 22px;
	color: #333333;
	display: inline-block;
}
.mot .part_fivez input{
	width: 70%;
	border: 1px solid #848484;
	outline: none;
	height: 29px;
	line-height: 29px;
	background: #fbfbfb;
}
.mot .part_fivez  a{
	margin-top: 24px;
	width: 187px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	display:block;
	margin: 0 auto;
	background: #1b1b1b;
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 18px;
}
.mot .part_six{
	width: 100%;
	background: #FFFFFF;
	padding-top: 117px;
	padding-bottom: 143px;
}
.mot .part_sixz{
	max-width: 1007px;
	margin: 0 auto;
}
.mot .part_sixz .top ul{
	padding-top: 60px;
	padding-bottom: 45px;
}
.mot .part_sixz .top li{
	width: 22.5%;
	float: left;
	margin-left: 3%;
	border: 1px solid #f4f4f4;
	box-shadow: 0px 0px 10px #f4f4f4;
	text-align: center;
	min-height: 245px;
}
.mot .part_sixz .top li:hover{
	box-shadow: 0px 0px 15px #e2e2e2;
	transition: all .3s;
}
.mot .part_sixz .top li:first-child{
	margin-left: 0px;
}
.mot .part_sixz .top li img{
	width: 100%;
	padding-top: 40px;
}
.mot .part_sixz .top li .p1{
	font-size: 18px;
	line-height: 25px;
	color: #2e2624;
	height: 68px;
}
.mot .part_sixz .top li:hover .p1{
	color: #c9b168;
	transition: all .3s;
}
.mot .part_sixz .top li .p2{
	font-size: 14px;
	line-height: 25px;
	color: #898989;
	padding-left: 10px;
	padding-right: 10px;
	
}
.mot .part_six .bottom .le{
	width: 15%;
	float: left;
}
.mot .part_six .bottom .le li{
	height: 65px;
	line-height: 65px;
	width: 100%;
	background: #ffffff;
	border: 1px solid #efefef;
	border-radius: 15px;
	box-shadow: 0px 0px 5px #f6f6f6;
	margin-bottom: 14px;
	cursor: pointer;
}
.mot .part_six .bottom .le .liz{
	width: 93%;
	margin-left:10px;
	background: #ffffff;
	border-radius:0px 15px 15px 0px;
	height:63px;
	line-height: 63px;
}

.mot .part_six .bottom .le .liz img{
	width:25%;
	float: left;
	margin-top: 14px;
	margin-left: 10%;
	margin-right: 3%;
}
.mot .part_six .bottom .le  .liz_ri{
	font-size: 18px;
	font-weight: bold;
	color: #009fe8;
}
.mot .part_six .bottom .le li:nth-child(2) .liz_ri{
	color: #ed6b1a;
}
.mot .part_six .bottom .le li:nth-child(3) .liz_ri{
	color: #009844;
}
.mot .part_six .bottom .le li:nth-child(4) .liz_ri{
	color: #c9b168;
}
.mot .part_six .bottom .le li:nth-child(5) .liz_ri{
	color: #d20e76;
}
.mot .part_six .bottom .le li:nth-child(6) .liz_ri{
	color: #9e9e9f;
}
.mot .part_six .bottom .le li:hover{
	background: #64c4f0;
  box-shadow: 0px 0px 10px #f6f6f6;
	transition: all .3s;
}
.mot .part_six .bottom .le li:hover .liz{
	background: #fbfbfb;
	transition: all .3s;
}
.mot .part_six .bottom .le li:nth-child(2):hover{
	background: #ed6b1a;
}
.mot .part_six .bottom .le li:nth-child(3):hover{
	background: #009844;
}
.mot .part_six .bottom .le li:nth-child(4):hover{
	background: #c9b168;
}
.mot .part_six .bottom .le li:nth-child(5):hover{
	background: #d20e76;
}
.mot .part_six .bottom .le li:nth-child(6):hover{
	background: #9e9e9f;
}

.mot .part_six .bottom .le .active_0{
	background: #64c4f0;
	transition: all .3s;
}
.mot .part_six .bottom .le .active_1{
	background: #ed6b1a;
	transition: all .3s;
}
.mot .part_six .bottom .le .active_2{
	background: #009844;
	transition: all .3s;
}
.mot .part_six .bottom .le .active_3{
	background: #c9b168;
	transition: all .3s;
}
.mot .part_six .bottom .le .active_4{
	background: #d20e76;
	transition: all .3s;
}
.mot .part_six .bottom .le .active_5{
	background: #9e9e9f;
	transition: all .3s;
}
.mot .part_six .bottom .ri{
	width: 82%;
	float: right;
}
.mot .part_six .bottom .ri li{
	display: none;
	width: 100%;
	height: auto;
	border: 1px solid #f4f4f4;
	box-shadow: 0px 0px 5px #f4f4f4;
	height: 460px;
	border-radius: 15px;
	overflow-x: hidden;
  overflow-y: scroll;
	padding-left: 4%;
	padding-right: 4%;
}
.mot .part_six .bottom .ri .show{
	display: block;
}
.mot .part_six .bottom .ri li .liz{
	padding-top: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f4f4f4;
}
.mot .part_six .bottom .ri h4{
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	padding-bottom: 10px;
}
.mot .part_six .bottom .ri h5{
	font-size: 18px;
	line-height: 28px;
	color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; 
	overflow: hidden;
}
.mot .part_six .bottom .ri .liz:hover h4{
	color: #c9b168;
	transition: all .3s;
}

/* mot手机端 */
.mot_wap .row{
	margin: 0px;
}
.mot_wap .part_one{
	background: #fbfbfb;
	width: 100%;
	padding:.3rem;
	text-align: center;
}
.mot_wap .part_one img{
	width: 100%;
}
.mot_wap .part_one h1{
	font-size: .8rem;
	color: #3e3a39;
	padding-bottom: .4rem;

}
.mot_wap .part_one p{
	font-size: .5rem;
	line-height: .8rem;
	padding-bottom: .5rem;
	color: #808080;
}
.mot_wap .part_two{
	width: 100%;
	background: #ffffff;
	padding: .3rem;
	padding-top: .8rem;
}
.mot_wap .titl{
	font-size: .55rem;
	text-align: center;
	letter-spacing: 1px;
	line-height: .7rem;	
	color: #3e3a39;
}
.mot_wap .part_two p{
	font-size: .3rem;
	line-height: .6rem;
	color: #808080;
	padding: .3rem .3rem .5rem .3rem;
}
.mot_wap .part_three{
	background: #fbfbfb;
	padding: 1rem;
}
.mot_wap .part_three li .le{
	float: left;
	width: 35%;
}
.mot_wap .part_three li:nth-child(2n) .le{
	float: right;
}
.mot_wap .part_three li:nth-child(2n) .ri{
	float: left;
	text-align: right;
}
.mot_wap .part_three li .ri{
	float: left;
	width:65%;
	font-size: .3rem;
	line-height: .5rem;
	color: #666666;
	padding-top: .3rem;
}
.mot_wap .part_three ul{
	margin-top: 1rem;
}
.mot_wap .part_three img{
	width: 90%;
}
.mot_wap .part_four{
	background: #ffffff;
  padding: 1rem .3rem;
	
}
.mot_wap .titl_two{
	font-size: .3rem;
	color: #808080;
	padding-top: .3rem;
	text-align: center;
	line-height: .6rem;
}
.mot_wap .part_four li{
	width: 32%;
	float: left;
	text-align: center;
	margin-left: 2%;
	margin-top: .5rem;
}
.mot_wap .part_four li:first-child{
	margin-left: 0;
}
.mot_wap .part_four img{
	width: 80%;
	margin: 0 auto;
}
.mot_wap .part_four h3{
	font-size: .5rem;
	line-height: .7rem;
}
.mot_wap .part_four p{
	font-size: .3rem;
	color: #808080;
	line-height: .5rem;
	padding-top: .3rem;
}
.mot_wap .part_five{
	width: 100%;
	background: #fbfbfb;
	padding: 1rem .6rem;
}
.mot_wap .part_five li{
	width: 50%;
	float: left;
	list-style: none;
	margin-top: .5rem;
}
.mot_wap .part_five li:nth-child(2n) input{
	float: right;
}
.mot_wap .part_five li:nth-child(2n) h2{
	float: right;
}

.mot_wap .part_five h2{
	font-size: .4rem;
	float: left;
	display: inline-block;
	width: 25%;
}
.mot_wap .part_five input{
	float: left;
	width: 65%;
	outline: none;
	border: 1px solid #808080;
	background: #fbfbfb;
}
.mot_wap .part_five a{
	width: 4rem;
	height: 1rem;
	line-height: 1rem;
	background: #1b1b1b;
  color: #FFFFFF;
  border-radius: 10px;
  font-size: .3rem;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: .8rem;
}
.mot_wap .part_six{
	background: #ffffff;
	padding: 1rem .6rem;
}
.mot_wap .part_six li{
	width: 50%;
	float: left;
	list-style:none;
	margin-top: .5rem;
	text-align: center;
	height: 4rem;
}
.mot_wap .part_six .p1{
	font-size: .5rem;
	line-height: .8rem;
	padding-left: .3rem;
	padding-right: .3rem;
}
.mot_wap .part_six .p2{
	font-size: .4rem;
	line-height: .6rem;
	color: #898989;
}
.mot_wap .part_six img{
	width: 100%;
	padding-top: .5rem;
}
.mot_wap .part_sev{
	padding: .3rem .6rem;
	padding-bottom: 1rem;
}
.mot_wap .part_sev .daohang{
	float: left;
	width: 25%;
}
.mot_wap .part_sev .daohang li{
	height: 1rem;
	line-height: 1rem;
	border: 1px solid #efefef;
	box-shadow: 0px 0px 5px #f6f6f6;
	border-radius: 10px;
	text-align: center;
	margin-bottom: .4rem;
}
.mot_wap .part_sev .daohang li:first-child p{
	color: #009fe8;
}
.mot_wap .part_sev .daohang li:nth-child(2) p{
	color: #ed6b1a;
}
.mot_wap .part_sev .daohang li:nth-child(3) p{
	color: #009844;
}
.mot_wap .part_sev .daohang li:nth-child(4) p{
	color: #c9b168;
}
.mot_wap .part_sev .daohang li:nth-child(5) p{
	color: #d20e76;
}
.mot_wap .part_sev .daohang li:nth-child(6) p{
	color: #9e9e9f;
}
.mot_wap .part_sev .daohang .active_0 p{
	color: #ffffff!important;
}
.mot_wap .part_sev .daohang .active_1 p{
	color: #ffffff!important;
}
.mot_wap .part_sev .daohang .active_2 p{
	color: #ffffff!important;
}
.mot_wap .part_sev .daohang .active_3 p{
	color: #ffffff!important;
}
.mot_wap .part_sev .daohang .active_4 p{
	color: #ffffff!important;
}
.mot_wap .part_sev .daohang .active_5 p{
	color: #ffffff!important;
}
.mot_wap .part_sev .daohang .active_0{
	background: #009fe8;
}
.mot_wap .part_sev .daohang .active_1{
	background: #ed6b1a;
}
.mot_wap .part_sev .daohang .active_2{
	background: #009844;
}
.mot_wap .part_sev .daohang .active_3{
	background: #c9b168;
}
.mot_wap .part_sev .daohang .active_4{
	background: #d20e76;
}
.mot_wap .part_sev .daohang .active_5{
	background: #9e9e9f;
}

.mot_wap .part_sev .content{
	float: right;
	width: 73%;
}
.mot_wap .part_sev .content li{
	display: none;
	border: 1px solid #efefef;
	box-shadow: 0px 0px 5px #f6f6f6;
	border-radius: 10px;
	padding: .3rem;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 8rem;
}
.mot_wap .part_sev .content .show{
	display: block;
}
.mot_wap .part_sev .content li .liz{
	padding: .5rem 0 .3rem 0;
	border-bottom: 1px solid #efefef;
}
.mot_wap .part_sev .content li h4{
	font-size: .5rem;
	line-height: .7rem;
}
.mot_wap .part_sev .content li h5{
	font-size: .4rem;
	line-height: .6rem;
	color: #808080;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
	padding-top: .2rem;
}