@charset "utf-8";
/*
    * Busy 收集 整理
 */
/*雅虎（YUI 3）reset*/
/*Normalize.css*/
html,
body {
  font-family: '微软雅黑';
  background: #f4f4f4;
}
.boxsize {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.banner {
  width: 100%;
  height: 205px;
  background: url(../images/acca_banner.png);
  background-size: 100% 100%;
  margin-top: 60px;
  color: #fff;
  padding-top: 28px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.banner .wrapper {
  padding: 0 348px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.banner .wrapper h5 {
  font-size: 50px;
  font-weight: bold;
}
.banner .wrapper h6 {
  font-size: 16px;
  margin-top: 10px;
}
.banner .wrapper div {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.banner .wrapper div a {
  width: 192px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #2a4c7e;
  color: #fff;
  font-size: 16px;
}
.container {
  *zoom: 1;
  margin-top: 20px;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container .left {
  width: 300px;
  min-height: 600px;
  float: left;
  display: inline;
}
.container .left .tab {
  margin-bottom: 1px;
}
.container .left .tab .tf_title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #2a4c7e;
  color: #fff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.container .left .tab .tab_child {
  padding-bottom: 25px;
  background: #fff;
  text-indent: 12px;
  display: none;
}
.container .left .tab .tab_child a {
  height: 36px;
  line-height: 36px;
  display: block;
  border-bottom: 1px dashed #cccccc;
}
.container .left .tab .tab_child.active {
  display: block;
}
.container .left .free_link {
  width: 100%;
  /* height: 330px; */
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 0px 15px 20px 15px;
  margin-top: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.container .left .free_link a {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #2a4c7e;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 20px;
  text-decoration: none;
  font-size: 16px;
}
.container .left .free_link .free_select {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .left .free_link .free_select select {
  width: 48%;
  height: 30px;
  border: 1px solid #2a4c7e;
  outline: none;
  text-indent: 8px;
}
.container .left .free_link h3 {
  font-size: 16px;
  color: #333;
  padding: 15px 0;
  background: #fff;
  text-align: center;
  font-weight: bold;
}
.container .left .free_link .free_input {
  margin-top: 20px;
}
.container .left .free_link .free_input input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #2a4c7e;
  outline: none;
  text-indent: 10px;
}
.container .left .join_acca {
  width: 100%;
  height: 300px;
  background: #fff;
  text-align: center;
}
.container .left .join_acca h6 {
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  font-size: 20px;
}
.container .left .join_acca div {
  *zoom: 1;
  margin-top: 20px;
  padding: 0 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.container .left .join_acca div:before,
.container .left .join_acca div:after {
  display: table;
  content: "";
}
.container .left .join_acca div:after {
  clear: both;
}
.container .left .join_acca div p {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.container .left .join_acca div p img {
  margin-right: 10px;
}
.container .right {
  width: 880px;
  float: right;
  min-height: 1120px;
  background: #fff;
  position: relative;
}
.container .right .ptitle {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #d5d5d5;
  text-indent: 45px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 45px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.container .right .text_content {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 26px 15px 100px 15px;
}
.container .right .text_content .wrap {
  position: relative;
  overflow: hidden;
}
.container .right .text_content .wrap p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin-bottom: 10px;
  text-indent: 2em;
  font-size: 14px;
  /*display: inline-block;*/
}
.container .right .article2 .text_content p img{
  display: block !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.container .right .text_content .wrap span {
  display: inline-block;
  text-indent: 0;
  font-size: 16px;
}
.container .right .text_content .wrap .if_acca {
  width: 610px;
  position: relative;
}
.container .right .text_content .wrap .if_acca .four_intro p {
  text-indent: 0;
  width: 50%;
  display: inline-block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0px;
}
.container .right .text_content .wrap .if_acca .four_intro p span {
  text-indent: 0;
}
.container .right .text_content .wrap .if_acca img.accaimg {
  position: absolute;
  top: 60px;
  right: -246px;
}
.container .right a.loading_more {
  width: 192px;
  height: 41px;
  line-height: 41px;
  background: #2a4c7e;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  margin-left: -96px;
  bottom: 37px;
  z-index: 2;
}
.container .right .placeholder_div {
  width: 100%;
  height: 90px;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.containe_hf {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.containe_hf .acca_hf {
  height: 112px;
  background: url(../images/acca_hf.png);
  background-size: 100% 100%;
  margin: 20px auto;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  transition: all 1s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.containe_hf .acca_hf:hover {
  transition: all 1s ease;
  transform: scale(1.1);
}
.containe_hf .acca_hf h5 {
  font-size: 50px;
  font-weight: bold;
}
.containe_hf .acca_hf h6 {
  font-size: 16px;
  margin-top: 5px;
}
.test_consult {
  width: 100%;
  background: #f5f5f6;
  height: 514px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.test_consult .provide_title {
  text-align: center;
}
.test_consult .provide_title img {
  margin: 15px 0;
}
.test_consult .provide_title h5 {
  font-size: 42px;
  color: #222328;
}
.test_consult .provide_title h6 {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.test_consult .test {
  width: 100%;
  height: 514px;
  margin-top: 20px;
  *zoom: 1;
}
.test_consult .test:before,
.test_consult .test:after {
  display: table;
  content: "";
}
.test_consult .test:after {
  clear: both;
}
.test_consult .test .test_left {
  width: 914px;
  float: left;
  display: inline;
  height: 100%;
  background: #fff;
  padding: 10px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.test_consult .test .test_left .on {
  display: block;
}
.test_consult .test .test_left .tab {
  *zoom: 1;
  border-bottom: 1px solid #2a4c7e;
  padding-left: 10px;
}
.test_consult .test .test_left .tab:before,
.test_consult .test .test_left .tab:after {
  display: table;
  content: "";
}
.test_consult .test .test_left .tab:after {
  clear: both;
}
.test_consult .test .test_left .tab li.cur {
  background: #2a4c7e;
  color: #fff;
}
.test_consult .test .test_left .tab li {
  width: 97px;
  height: 32px;
  line-height: 32px;
  color: #333;
  font-size: 18px;
  float: left;
  margin-right: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}
.test_consult .test .test_left .tab li:hover {
  cursor: pointer;
}
.test_consult .test .test_left section {
  display: none;
  width: 100%;
  height: 468px;
  padding: 30px 0 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *zoom: 1;
}
.test_consult .test .test_left section:before,
.test_consult .test .test_left section:after {
  display: table;
  content: "";
}
.test_consult .test .test_left section:after {
  clear: both;
}
.test_consult .test .test_left section .scale_img {
  width: 360px;
  /*height: 100%;*/
  overflow: hidden;
  float: left;
  display: inline;
}
.test_consult .test .test_left section .scale_img .one_img {
  width: 100%;
  height: 266px;
  position: relative;
}
.test_consult .test .test_left section .scale_img .one_img p {
  width: 100%;
  height: 44px;
  line-height: 44px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.test_consult .test .test_left section .scale_img .one_img img {
  width: 100%;
  height: 100%;
}
.test_consult .test .test_left section .scale_img .two_img {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.test_consult .test .test_left section .scale_img .two_img p {
  width: 174px;
  height: 152px;
}
.test_consult .test .test_left section .scale_img .two_img p img {
  width: 100%;
  height: 92px;
}
.test_consult .test .test_left section .scale_img .two_img p span {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.test_consult .test .test_left section img.left_img {
  width: 100%;
  height: 100%;
  transition: .5s all ease;
}
.test_consult .test .test_left section img.left_img:hover {
  transform: scale(1.1);
  transition: .5s all ease;
}
.test_consult .test .test_left section .right_info {
  width: 525px;
  height: 100%;
  float: right;
  display: inline;
}
.test_consult .test .test_left section .right_info .one_news {
  width: 100%;
  height: 211px;
}
.test_consult .test .test_left section .right_info .one_news a {
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.test_consult .test .test_left section .right_info .one_news a:hover {
  color: #2a4c7e;
}
.test_consult .test .test_left section .right_info .one_news p {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 30px;
}
.test_consult .test .test_left section .right_info .more_news {
  height: 255px;
  width: 100%;
}
.test_consult .test .test_left section .right_info .more_news a {
  color: #666;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.test_consult .test .test_left section .right_info .more_news a:hover {
  color: #2a4c7e;
}
.test_consult .test .test_left section .right_info .more_news a i {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #666;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.test_consult .test .test_right {
  width: 286px;
  float: right;
  display: inline;
  height: 100%;
  background: #fff;
}
.test_consult .test .test_right .top_date {
  width: 236px;
  height: 336px;
  background: url(../images/acca_time.png);
  background-size: 100% 100%;
  margin: 36px 0 0 30px;
}
.test_consult .test .test_right .top_date p.title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.test_consult .test .test_right .top_date .ditance_test {
  height: 122px;
  border-bottom: 2px solid #0a4a7a;
}
.test_consult .test .test_right .top_date .ditance_test p {
  font-size: 16px;
  text-align: center;
}
.test_consult .test .test_right .top_date .ditance_test .reciprocal {
  *zoom: 1;
  padding: 16px 0;
  text-align: center;
}
.test_consult .test .test_right .top_date .ditance_test .reciprocal:before,
.test_consult .test .test_right .top_date .ditance_test .reciprocal:after {
  display: table;
  content: "";
}
.test_consult .test .test_right .top_date .ditance_test .reciprocal:after {
  clear: both;
}
.test_consult .test .test_right .top_date .ditance_test .reciprocal .day {
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #2a4c7e;
  font-size: 46px;
  font-weight: bold;
  margin-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.test_consult .test .test_right .top_date .ditance_test .reciprocal .day:last-child {
  margin-right: 5px;
}
.test_consult .test .test_right .top_date .ditance_test .reciprocal span {
  font-size: 24px;
  vertical-align: bottom;
  display: inline-block;
}
.test_consult .test .test_right .bottom_data a.jctj {
  width: 68px;
  height: 24px;
  line-height: 24px;
  display: block;
  background: #2a4c7e;
  color: #fff;
  text-align: center;
  margin: 25px auto 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.test_consult .test .test_right .bottom_data div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 35px 0 45px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.test_consult .test .test_right .bottom_data div p {
  text-align: center;
}
.test_consult .test .test_right .bottom_data div p i {
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  display: block;
}
.test_consult .test .test_right .bottom_data div p i img {
  display: block;
  margin: 0 auto;
}
.test_consult .test .test_right .bottom_data div p span {
  color: #2a4c7e;
}
.lesson_recommend {
  height: 269px;
  background: #fff;
  margin-top: 20px;
  padding: 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.lesson_recommend .ptitle {
  border-bottom: 1px solid #2a4c7e;
  padding-left: 10px;
}
.lesson_recommend .ptitle span {
  width: 97px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  margin-right: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  display: inline-block;
  background: #2a4c7e;
  color: #fff;
}
.lesson_recommend .swiper-container-recently {
  width: 92%;
  overflow: hidden;
  margin: 30px auto 0;
}
.lesson_recommend .swiper-container-recently .live_img img {
  width: 212px;
  height: 137px;
}
.lesson_recommend .swiper-container-recently .live_title {
  text-align: center;
  height: 41px;
  line-height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-button-prev {
  background-image: url(../images/ac_left.png) !important;
  width: 24px !important;
  height: 68px !important;
  left: 15px;
}
.swiper-button-next {
  background-image: url(../images/ac_right.png) !important;
  width: 24px !important;
  height: 68px !important;
  right: 15px;
}
