* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Microsoft YaHei;
  text-decoration: none;
}

.product_a {
  width: 264px;
  height: 57px;
  background: #DA453B;
  border-radius: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 53px;
  line-height: 57px;
}

.product_banner {
  width: 100%;
  height: 500px;
  background: url(/Public/Home/images/school_record_img/banner.png);
  background-size: 100% 100%;
}

.product_bj {
  width: 100%;
  height: 245px;
  background: linear-gradient(181deg, #378392 0%, rgba(55, 130, 145, 0.31) 69%, rgba(55, 131, 146, 0.02) 98%);
  /* background: linear-gradient(181deg, #FFA03C 0%, rgba(255 160 60 / 0%) 69%, rgba(255,160,60,0.02) 98%); */
}

.product_main {
  width: 1200px;
  margin: 0 auto;
  height: 156px;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 12px 94px 9px rgb(92 138 148 / 23%);
  border-radius: 10px;
}

.product_main li {
  width: 20%;
  text-align: center;
  margin: 0 29px;
}

.product_main li p {
  font-size: 18px;
  font-weight: bold;
  color: #D62436;
  line-height: 40px;
  margin-top: 20px;
}

.product_main li span {
  margin-top: 15px;
  display: block;
  color: #666666;
}

.product_main b {
  width: 59px;
  background: #FFFFFF;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #E4E4E4;
}

.product_main em {
  height: 100px;
  background: #FFFFFF;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  border-right: 1px solid #E4E4E4;
}

.product_title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

.product_title p {
  width: 45%;
  text-align: center;
  margin: 0 auto;
  font-size: 38px;
  font-weight: bold;
  line-height: 69px;
  color: #1C1C1C;
  background: url(/Public/Home/images/school_record_img/Famous_School_Plan.png) no-repeat;
  background-size: 100%;
}

.product_title p {
  width: 65%;
}

.product_title span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.product_apply {
  width: 1200px;
  margin: 0 auto;
}

.product_apply ul {
  display: flex;
  margin-top: 40px;
}

.product_apply_ul li {
  width: 577px;
  height: 160px;
  background: url(/Public/Home/images/school_record_img/record_B1.png) no-repeat;
}

.product_apply_ul li b {
  width: 19px;
  height: 87px;
  display: inline-block;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 52px;
  font-weight: bold;
  position: absolute;
  color: #FFFFFF;
  line-height: 23px;
}

.product_apply_ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 29px;
  margin-left: 95px;
}

/* .product_apply ul li{
    width: 24%;
    height: 110px;
    background: #FAFBF8;
    border-radius: 4px;
    margin-left:6px;
} */
.product_apply ul li:first-child {
  margin-left: 0;
}

/* .product_apply ul li:nth-child(3){
    width: 23%;
}
.product_apply ul li:nth-child(4) {
    width: 27%;
} */
.product_apply ul li img {
  width: 58px;
  height: 40.9px;
}

.product_apply ul li div {
  display: flex;
}

/* .product_apply ul li p{
    line-height: 46px;
    margin-left: 10px;
    font-size: 18px;
    color: #1C1C1C;
} */
.product_apply ul li span {
  font-size: 14px;
  font-weight: 400;
  width: 92%;
  margin: 0 auto;
  margin-top: 8px;
  display: block;
  color: #9B9B9B;
  line-height: 20px;
}

.apply_main {
  display: flex;
  position: relative;
  margin-top: 30px;
}

.apply_main_left {
  width: 638px;
  height: 233px;
  background: #FFFFFF;
  border: 2px solid #923D00;
  border-radius: 4px;
  padding: 10px 20px;
  z-index: 10;
}

.apply_main_left p {
  width: 545px;
  font-size: 16px;
  font-weight: 400;
  color: #1B1A1A;
  text-indent: 32px;
  letter-spacing: 1px;
  margin-top: 12px;
}

.apply_main_left a {
  width: 171px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #D62436;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #DB4151;
  display: block;
  padding-left: 20px;
  line-height: 42px;
  margin-top: 20px;
  position: relative;
}

/* .apply_main_left a em{
    width: 46px;
    height: 9px;
    display: inline-block;
    border-top: 2px solid #D62436;
} */
.apply_main_right {
  width: 570px;
  height: 212px;
  background: #358494;
  border-radius: 4px;
  position: absolute;
  right: 30px;
  top: 42px;
  padding: 16px;
}

.apply_main_left_img {
  position: absolute;
  right: 53px;
  top: 70px;
}

.through_ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
}

.through_ul_li {
  width: 273px;
  height: 422px;
  background: #FAFBF8;
  box-shadow: 0px 0px 16px 0px rgba(63, 93, 99, 0.23);
  border-radius: 4px;
  margin-left: 20px;
}

.through_ul_li img {
  width: 273px;
  height: 242px;
}

.through_ul_li p {
  width: 92%;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  color: #1C1C1C;
}

.through_ul_li p b {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #237F92;
  margin-right: 10px;
}

.through_ul_li span {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding: 0 10px 10px;
  display: block;
  position: relative;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.through_ul_li_a {
  width: 155px;
  height: 40px;
  border: 1px solid #F76C5F;
  border-radius: 4px;
  text-align: center;
  display: block;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 6px;
  color: #F76C5F;
}

.through_ul_li_a:hover {
  background: #F76C5F;
  border-radius: 4px;
  color: #FFFFFF;
}

.li_span_a {
  font-size: 16px;
  font-weight: 400;
  color: #F76C5F;
  position: absolute;
  right: 21px;
}

.li_span_a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.process {
  width: 100%;
  height: 780px;
  margin-top: 120px;
  background: #F5F5F5;
}

.process_title {
  width: 1325px;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
}

.process_title a {
  width: 330px;
  height: 57px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
  display: block;
  text-align: center;
  padding-top: 10px;
  background: url(/Public/Home/images/school_record_img/S2.png) no-repeat;
  background-size: 100%;
}

.active {
  color: #FFFFFF !important;
  background: url(/Public/Home/images/school_record_img/S1.png) no-repeat !important;
}

#consultant_btn {
  width: 198px;
  height: 50px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  color: #262626;
  margin-right: 40px;
}

#consultant_btn:last-child {
  margin-right: 0;
}

.tcon_li_con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 20px;
}

.tcon_li_main {
  width: 341px;
  height: 233px;
  background: #FFFFFF;
  border-bottom: 1px solid #358494;
  padding: 20px;
}

.tcon_li_main b {
  font-size: 18px;
  font-weight: bold;
  color: #201F1F;
  line-height: 27px;
}

.tcon_li_main p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
}

.advantage ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  background: #FFFFFF;
  margin-top: 30px;
}

.advantage ul li {
  width: 280px;
  height: 185px;
  margin-right: 26px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 1px 19px 2px rgba(44, 15, 3, 0.18);
}

.advantage ul li:last-child {
  margin-right: 0;
}

.advantage_li_div1 img {
  width: 100%;
  height: 110px;
}

.advantage_li_div1 p {
  font-size: 18px;
  font-weight: bold;
  color: #F4A03B;
  line-height: 35px;
}

.advantage_li_div1 span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.advantage_li_div2 {
  width: 280px;
  display: none;
  background: #FFFFFF;
  position: relative;
  box-shadow: 0px 1px 19px 2px rgb(44 15 3 / 18%);
}

.advantage_li_div2 p {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  background: #FFFFFF;
  text-align: center;
}

.advantage_li_div2 img {
  width: 100%;
  height: 147px;
}

.advantage_li_div2 span {
  padding: 20px;
  height: 106px;
  display: block;
  font-size: 16px;
  background: #0000009e;
  font-weight: 400;
  position: absolute;
  bottom: 4px;
  color: #FFFFFF;
}

.consultant {
  width: 100%;
  height: 798px;
  background: #F5F5F5;
}

.tcon_li ul {
  width: 1200px;
  margin: 0 auto;
  margin-top: 32px;
}

.consultant_main_ul {
  display: flex;
  margin-top: 32px;
}

.consultant_main_ul li {
  display: flex;
  margin-right: 45px;
}

.consultant_main_ul li:last-child {
  margin-right: 0;
}

.consultant_main_ul li img {
  width: 184px;
  height: 175px;
}

.consultant_main_ul li div {
  margin-left: 15px;
}

.consultant_main_ul li div p {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.consultant_main_ul li div span {
  width: 161px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.consultant_main_ul li div a {
  width: 161px;
  height: 38px;
  display: block;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #D62436;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #D62436;
  line-height: 38px;
  margin-top: 55px;
}

.consultant_main_ul li div a:hover {
  background: #F76C5F;
  border: 1px solid #F76C5F;
  border-radius: 4px;
  color: #FFFFFF;
}

.apply_case_main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
}

.apply_case ul li {
  width: 285px;
  height: 263px;
  margin-right: 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 19px 2px rgba(44, 15, 3, 0.11);
  border-radius: 4px;
}

.apply_case ul li:last-child {
  margin-right: 0;
}

.apply_case_main li div {
  padding: 20px;
}

.apply_case_main li b {
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  line-height: 24px;
}

.apply_case_main li p {
  font-size: 16px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 27px;
}

.apply_case_main li em {
  width: 50px;
  height: 3px;
  border-bottom: 3px solid #358494;
  display: block;
  margin: 6px 0;
}

.apply_case_main li p span {
  color: #666666;
}

.apply_case_main li a {
  width: 288px;
  height: 39px;
  display: block;
  line-height: 39px;
  font-size: 16px;
  font-weight: 400;
  color: #DA453B;
  text-align: center;
  background: #F7DECC;
  border-radius: 0px 0px 4px 4px;
}

.apply_case_main li a:hover {
  background: #358494;
  color: #FFFFFF;
}

.information_main {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  justify-content: space-evenly;
}

.information_main ul li {
  width: 307px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.information_main div img {
  width: 373px;
  height: 200px;
}

.information_main div p {
  width: 353px;
  height: 40px;
  background: #000000c9;
  border-radius: 0px 0px 4px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  position: absolute;
  bottom: 4px;
  padding-left: 20px;
}

.evaluation ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 20px;
}

.evaluation ul li {
  width: 284px;
  height: 160px;
  margin-right: 20px;
}

.evaluation ul li:last-child {
  margin-right: 0;
}

.evaluation ul li video {
  width: 100%;
  height: 164px;
}


.demo {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}

.demo h2 {
  font-size: 16px;
  height: 44px;
  color: #3366cc;
  margin-top: 40px;
}

.demo dl dt {
  font-size: 14px;
  color: #ff6600;
  margin-top: 30px;
  font-weight: 800;
}

.demo dl dt,
.demo dl dd {
  line-height: 22px;
}

.tabbtn {
  height: 48px;
  border: solid 1px #358494;
  line-height: 48px;
  background: #FFFFFF;
}

.tabbtn li {
  width: 50%;
  float: left;
  position: relative;
  margin: 0 0 0 -1px;
  text-align: center;
  font-size: 20px;
  border-right: 1px solid #efefef;
  cursor: pointer;
}

.tabbtn li:last-child {
  border-right: none;
}

.tabbtn li a {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  width: 214px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #666666;
  font-size: 20px;
}

.current {
  background: #358494 !important;
  color: #FFFFFF;
}

.tabcon {
  position: relative;
  /*必要元素*/
  height: 397px;
  overflow: hidden;
}

.tabcon .subbox {
  position: absolute;
  /*必要元素*/
  left: 0;
  top: 0;
}

.tabcon .sublist {
  height: 170px;
}

#leftcon .subbox {
  width: 9999em;
}

#leftcon .subbox .sublist {
  float: left;
  width: 1200px;
}

.sublist_main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 20px;
}

.sublist li {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}

.sublist li span {
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: 400;
  color: #ddd;
}

.tabbtn2 {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 22px;
}

.tabbtn2 li {
  border-right: 1px solid #efefef;
  cursor: pointer;
  width: 25%;
  height: 61px;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  background: #fff;
  /* background: url(/Public/Home/images/school_record_img/S2.png) no-repeat; */
}

.tabbtn2 li b {
  margin-top: 12px;
  display: inline-block;
  line-height: 15px;
}

.sublist_div {
  width: 1023px;
  margin: 0 auto;
  margin-top: 15px;
}

.sublist_div p {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 40px;
}

.sublist_div span {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.sublist ul a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #F14545;
  line-height: 30px;
  position: absolute;
  right: 30px;
  bottom: 100px;
}



.title_top {
  width: 1200px;
  height: 43px;
  background: #358494;
  border-radius: 4px 4px 0px 0px;
  margin-top: 20px;
  display: flex;
}

.title_top p {
  width: 133px;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  font-weight: bold;
  color: #FFFFFF;
  border-right: 1px solid #98BEC6;
}

.title_top p:last-child {
  border-right: none;
}

.title_conten {
  display: flex;
  border-bottom: 1px solid #98BEC6;
}

.title_conten b {
  width: 133px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 117px;
  border-right: 1px solid #98BEC6;
  border-left: 1px solid #98BEC6;
}

.title_conten p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  width: 109px;
  padding: 12px;
  text-align: center;
  border-right: 1px solid #98BEC6;
}