body,
html {
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN-Bold", "Source Han Sans CN";
  line-height: 1.5;
}


/* 鍒嗛〉寮€濮� */

.gg_page {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 20px auto 50px;
}

.gg_page ul {
  display: inline-block;
  margin: 20px 0;
}

.gg_page ul li {
  display: inline-block;
  border: 1px solid #E5E5E5;
  margin: auto 2px;
  background: #fff;
}

.gg_page ul li a {
  display: inline-block;
  padding: 0 10px;
  /*margin: 0 5px;*/
  /*background-color: #f4f4f5;*/
  color: #333;
  min-width: 12px;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  font-size: 14px;
}

.gg_page ul li span {
  display: inline-block;
  padding: 0 10px;
  /* margin: 0 5px; */
  /* background-color: #f4f4f5; */
  color: #333;
  min-width: 12px;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  font-size: 14px;
  /*font-weight: bold;*/
}

.gg_page .active.current span {
  background-color: #0E6CEC !important;
  color: #fff !important;
}

.gg_page ul li a:hover {
  /*font-weight: bold;*/
  color: #0E6CEC !important;
}


/* 鍒嗛〉缁撴潫 */


/* 鐧诲綍娉ㄥ唽寮€濮� */

.login {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: block;
  margin: auto;
}

.login_con {
  margin: 60px 108px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  background: #fff;
  border-radius: 20px;
  /* width: auto;
    height: 99vh;
    overflow: hidden;
    display: block;
    margin: auto 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 20px; */
}

.login_con_l {
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
  float: left;
}

.login_con_l h1 {
  font-size: 70px;
  color: #2D75FF;
  text-align: center;
  margin-top: 150px;
}

.login_con_r {
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  margin: auto;
  float: right;
}

.login_con_r_a {
  width: 540px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.login_con_r_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  /* margin-top: 70px; */
  margin-top: 3vh;
}

.login_con_r_t h1 {
  font-size: 46px;
  color: #2D75FF;
  text-align: center;
  font-weight: normal;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN-Bold", "Source Han Sans CN";
}

.login_con_r_t h2 {
  font-size: 32px;
  color: #2D75FF;
  text-align: center;
  font-weight: normal;
  margin-top: 15px;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN-Bold", "Source Han Sans CN";
}

.login_con_r_c {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.login_con_r_c form {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.login_con_r_c_t {
  width: 480px;
  height: 70px;
  border-radius: 50px;
  background: rgba(204, 204, 204, .18);
  display: flex;
  align-items: center;
  margin: 20px auto;
  padding: 0 30px;
}

.login_con_r_c_t img {
  width: 25px;
  height: 32px;
}

.login_con_r_c_t input {
  width: calc(100% - 50px);
  height: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-left: 25px;
  border: none;
  padding: 0;
  background: none;
  font-size: 22px;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN-Bold", "Source Han Sans CN";
}

.login_con_r_c_t input::placeholder {
  color: #999999;
  background: none;
}

.login_con_r_c_a {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

.login_con_r_c_a_l {
  width: 50%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.login_con_r_c_a_l p {
  font-size: 22px;
  color: #333333;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN-Bold", "Source Han Sans CN";
}

.login_con_r_c_a_l p a {
  color: #2D75FF;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN-Bold", "Source Han Sans CN";
}

.login_con_r_c_a_r {
  width: 50%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.login_con_r_c_a_r a {
  font-size: 22px;
  color: #2D75FF;
  width: 100%;
  text-align: right;
  display: block;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN-Bold", "Source Han Sans CN";
}

.login_con_r_c_b {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.login_btn {
  width: 100%;
  height: 70px;
  overflow: hidden;
  display: block;
  margin: auto;
  background: #2D75FF;
  border-radius: 50px;
  /* margin-top: 45px; */
  margin-top: 2vh;
}

.login_btn a {
  font-size: 28px;
  color: #FFFFFF !important;
  text-align: center;
  display: block;
  line-height: 70px;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN-Bold", "Source Han Sans CN";
}

.login_con_r_c_c {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  /* margin-top: 35px; */
  margin-top: 1vh;
}

.login_con_r_c_c span {
  background: url(../images/icon_off.png) no-repeat center;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.login_con_r_c_ac span {
  background: url(../images/icon_on.png) no-repeat center !important;
  background-size: 100% 100% !important;
}

.login_con_r_c_c p {
  font-size: 22px;
  color: #333333;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN-Bold", "Source Han Sans CN";
}

.login_con_r_c_c p a {
  color: #2D75FF;
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN-Bold", "Source Han Sans CN";
}

.login_con_r_c_e {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
}

.login_con_r_c_c_l {
  width: calc(100% - 166px);
  margin-right: 10px;
  height: 70px;
  background: rgba(204, 204, 204, .18);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.login_con_r_c_c_l img {
  width: 25px;
  height: 32px;
}

.login_con_r_c_c_l input {
  width: calc(100% - 50px);
  height: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
  padding: 0;
  border: none;
  background: none;
  font-size: 22px;
  margin-left: 25px;
}

.login_con_r_c_c_l input::placeholder {
  color: #999999;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.login_con_r_c_c {
  display: flex;
  align-items: center;
}

.login_con_r_c_c_r {
  width: 166px;
  height: 70px;
  border-radius: 50px;
  background: rgba(45, 117, 255, .18);
}

#btnSendCode1 {
  font-size: 22px;
  color: #2D75FF;
  display: block;
  border: none;
  text-align: center;
  background: none;
  width: 100%;
  line-height: 70px;
}

/* .login_con_r_c_c_r a {
  font-size: 22px;
  color: #2D75FF;
  text-align: center;
  display: block;
  line-height: 70px;
} */


/* 鐧诲綍娉ㄥ唽缁撴潫 */


/* 棣栭〉寮€濮� */


/* banner鍥惧紑濮� */

.ind_banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  position: relative;
  margin-top: 76px;
}

.ind_banner_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.ind_banner_t img {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

#banner .swiper-pagination-bullet {
  background: #fff;
  width: 16px;
  height: 8px;
  opacity: 0.8;
  border-radius: 20px;
}

#banner .swiper-pagination-bullet-active {
  width: 60px;
  height: 8px;
  border-radius: 20px;
  background: #fff;
  opacity: 1;
}


/* banner鍥剧粨鏉� */

.ind_first {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  background: #F2F5F7;
}

.ind_first_con {
  max-width: 1360px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.ind_first_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-top: 80px;
}

.ind_first_title_l {
  width: calc(100% - 50px);
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ind_first_title_l img {
  width: 42px;
  height: 42px;
}

.ind_first_title_l h1 {
  font-size: 32px;
  color: #333333;
  font-weight: normal;
}

.ind_first_title_l p {
  font-size: 16px;
  color: #999999;
  margin-left: 20px;
  position: relative;
  top: 6px;
  left: 0;
}

.ind_first_title_r {
  width: 50px;
  height: auto;
  overflow: hidden;
  display: block;
}

.ind_first_title_r a {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.ind_first_title_r a p {
  font-size: 16px;
  color: #333333;
}

.ind_first_title_r a img {
  width: 10px;
  height: 14px;
}

.ind_first_center {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  padding: 30px 10px;
  background: #fff;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 80px;
}

.ind_first_center_l {
  width: 657px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  float: left;
}

.ind_first_center_l ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  list-style: none;
}

.ind_first_center_l ul li {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  padding: 15px;
  background: #F5F7FA;
  border-radius: 10px;
  margin-bottom: 20px;
}

.ind_first_center_l ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.ind_first_center_l ul li a {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
}

.ind_first_center_l_l {
  width: 260px;
  height: 185px;
  overflow: hidden;
  display: block;
  margin: auto;
}

.ind_first_center_l_l img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
}

.ind_first_center_l_r {
  width: calc(100% - 270px);
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-left: 10px;
}

.ind_first_center_l_r h1 {
  font-size: 22px;
  color: #1A1A1A;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ind_first_center_l_r p {
  font-size: 18px;
  color: #999999;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ind_first_center_l_r span {
  font-size: 18px;
  color: #999999;
  margin-top: 20px;
  display: block;
}

.ind_first_center_r {
  width: calc(100% - 680px);
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  float: right;
  margin-left: 20px;
}

.ind_first_center_r ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  list-style: none;
  background: #F5F7FA;
  border-radius: 10px;
}

.ind_first_center_r ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 27px;
}

.ind_first_center_r ul li a {
  width: auto;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto 15px;
}

.ind_first_center_r ul li a b {
  width: 7px;
  height: 6px;
  overflow: hidden;
  display: block;
  background: #2D75FF;
  border-radius: 50%;
  float: left;
  position: relative;
}

.ind_first_center_r ul li a h1 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  margin-left: 5px;
  float: left;
  width: calc(100% - 100px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ind_first_center_r ul li a span {
  float: right;
  font-size: 16px;
  color: #999999;
  width: 100px;
}

.ind_three {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.ind_three .ind_two_list {
  display: none;
}

.ind_three .ind_two_list:nth-child(1) {
  display: block;
}

.ind_three_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 55px;
  margin-bottom: 175px;
}

.ind_three_list ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  list-style: none;
}

.ind_three_list ul li {
  width: 325px;
  height: 296px;
  overflow: hidden;
  display: block;
  margin: auto;
  float: left;
  margin-right: 15px;
  border-radius: 10px;
  background: #fff;
}

.ind_three_list ul li:nth-child(4n+4) {
  margin-right: 0;
}

.ind_three_list_t {
  width: 100%;
  height: 186px;
  overflow: hidden;
  display: block;
  margin: auto;
}

.ind_three_list_t img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
}

.ind_three_list_c {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 10px;
  padding: 0 18px;
}

.ind_three_list_c h1 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ind_three_list_b {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-top: 32px;
}

.ind_three_list_b_l {
  width: calc(100% - 142px);
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
  padding-left: 18px;
}

.ind_three_list_b_l img {
  width: 14px;
  height: 18px;
}

.ind_three_list_b_l p {
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ind_three_list_b_r {
  width: 142px;
  height: 40px;
  overflow: hidden;
  display: block;
  background: #2D75FF;
  border-radius: 8px 0 8px 0;
}

.ind_three_list_b_r span {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  display: block;
}

.ind_two {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  background: #fff;
}

.ind_two_nav {
  width: calc(100% - 170px);
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.ind_two_nav_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.ind_two_nav_list ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  list-style: none;
}

.ind_two_nav_list ul li {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto 20px;
  float: left;
  position: relative;
  padding-bottom: 5px;
}

.ind_two_nav_list ul li a {
  font-size: 16px;
  color: #999999;
}

.ind_two_nav_list_ac::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #2D75FF;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.ind_two_nav_list_ac a {
  color: #2D75FF;
}

.ind_two_list {
  margin-top: 65px;
  margin-bottom: 130px;
}

.ind_two_list ul li {
  border: 1px solid #ECECEC;
  margin-right: 13px;
}

.ind_two_list .ind_three_list_b {
  margin-top: 20px;
  padding: 0 18px;
  width: auto;
}

.ind_two_list .ind_three_list_b_l {
  margin: 0;
  padding: 0;
}

.ind_two_list .ind_three_list_b_r {
  width: 108px;
  height: 40px;
  border-radius: 20px;
}


/* 棣栭〉缁撴潫 */


/* 鏂伴椈璧勮寮€濮� */

.news {
  max-width: 1360px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 76px;
}

.news_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.news_crumb {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.news_crumb p {
  font-size: 16px;
  color: #8D8D8D;
  line-height: 70px;
}

.news_crumb p a {
  color: #8D8D8D;
  margin: auto 3px;
}

.news_center {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.news_nav {
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: block;
  margin: auto;
  border-bottom: 1px solid #E3E3E3;
}

.news_nav ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  text-align: center;
}

.news_nav ul li {
  display: inline-block;
  margin: auto 45px;
  overflow: hidden;
  position: relative;
}

.news_nav ul li a {
  font-size: 26px;
  color: #666666;
  line-height: 90px;
}

.news_nav_ac::after {
  content: '';
  width: 60px;
  height: 4px;
  overflow: hidden;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  background: #0E6CEC;
  border-radius: 3px;
}

.news_nav_ac a {
  font-size: 30px !important;
  color: #333333 !important;
}

.news_list {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto 80px;
}

.news_list ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  list-style: none;
}

.news_list ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 50px;
  border-bottom: 1px solid #DBDBDB;
}

.news_list ul li a {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.news_list_l {
  width: 192px;
  height: 140px;
  overflow: hidden;
  display: block;
  margin: auto;
  float: left;
}

.news_list_l img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
}

.news_list_r {
  width: calc(100% - 230px);
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  float: right;
  margin-left: 35px;
}

.news_list_r h1 {
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_list_r p {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_list_r span {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: 25px;
}


/* 鏂伴椈璧勮缁撴潫 */


/* 鏂伴椈璧勮-璇︽儏寮€濮� */

.news_detail {
  margin: auto 130px;
  overflow: hidden;
  display: block;
}

.news_detail_title {
  margin-top: 50px;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}

.news_detail_title h1 {
  font-size: 30px;
  color: #333333;
  text-align: center;
  font-weight: normal;
}

.news_detail_title p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}

.news_detail_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 130px;
}

.news_detail_con p {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}

.news_detail_con p img{
	max-width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}
/* 鏂伴椈璧勮-璇︽儏缁撴潫 */


/* 涓撻」璇剧▼寮€濮� */

.special {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_top {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px 15px;
}

.special_top_l {
  float: left;
  width: 80px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_top_l p {
  font-size: 16px;
  color: #333333;
  padding: 5px 0;
}

.special_top_r {
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  float: right;
}

.special_nav {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_nav ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  list-style: none;
}

.special_nav ul li {
  overflow: hidden;
  display: block;
  margin: auto 10px;
  float: left;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.special_nav ul li a {
  font-size: 16px;
  color: #8D8D8D;
}

.special_nav_ac {
  background: rgba(45, 117, 255, .15);
  border-radius: 5px;
}

.special_nav_ac a {
  color: #2D75FF !important;
}

.special_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_con_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 32px;
}

.special_con_title h1 {
  font-size: 28px;
  color: #333333;
  font-weight: normal;
}

.special_con_title p {
  font-size: 16px;
  color: #8D8D8D;
  margin-left: 15px;
  position: relative;
  top: 5px;
}

.special_con_title p span {
  color: #2D75FF;
}

.special_center {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_list ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 40px;
}

.special_list ul li {
  width: 307px;
  height: 296px;
  overflow: hidden;
  display: block;
  margin: auto;
  float: left;
  border-radius: 10px;
  margin-top: 20px;
  background: #fff;
  margin-right: 13px;
  border: 1px solid #ECECEC;
}

.special_list ul li:nth-child(4n+4) {
  margin-right: 0;
}

.special_list ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_list_t {
  width: 100%;
  height: 186px;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_list_t img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_list_b {
  width: 100%;
  height: 110px;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_list_b h1 {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  padding: 0 18px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.special_list_c {
  margin: auto 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.special_list_c p {
  font-size: 14px;
  color: #999999;
}

.special_list_c span {
  width: 108px;
  height: 40px;
  overflow: hidden;
  display: block;
  background: #2D75FF;
  border-radius: 30px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}


/* 涓撻」璇剧▼缁撴潫 */


/* 涓撻」璇剧▼-璇︽儏寮€濮� */

.special_detail {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_detail_top {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_detail_top .video-js {
  width: 100%;
  height: 700px;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_detail_top img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_detail_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_detail_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_detail_title_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 10px;
}

.special_detail_title_t h1 {
  font-size: 32px;
  color: #333333;
  font-weight: normal;
}

.special_detail_title_b {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 30px;
}

.special_detail_title_b p {
  font-size: 16px;
  color: #999999;
}

.special_detail_title_b span {
  padding: 8px 14px;
  background: #E8EFFC;
  font-size: 16px;
  color: #2D75FF;
  text-align: center;
  border-radius: 5px;
  margin-left: 20px;
}

.special_detail_bottom {
  border: 1px solid #ECECEC;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin: auto;
}

.special_detail_bottom_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  border-bottom: 1px solid #DCDCDC;
}

.special_detail_bottom_t h1 {
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  line-height: 70px;
  margin: auto 20px;
  position: relative;
}

.special_detail_bottom_t h1::after {
  content: '';
  width: 80px;
  height: 2px;
  overflow: hidden;
  display: block;
  margin: auto;
  background: #2D77EA;
  position: absolute;
  bottom: 0;
  left: 5px;
}

.special_detail_bottom_c {
  padding: 42px 30px 70px;
}

.special_detail_bottom_c p {
  font-size: 24px;
  color: #333333;
}

.special_detail_bottom_c p:nth-child(1) {
  margin-bottom: 45px;
}

.special_detail_bottom_c img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 40px;
}


/* 涓撻」璇剧▼-璇︽儏缁撴潫 */


/* 涓汉涓績寮€濮� */

.person {
  max-width: 1360px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 76px;
}

.person_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

.person_l {
  width: 168px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  float: left;
  background: #fff;
  border-radius: 8px;
}

.person_l ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  list-style: none;
}

.person_l ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  position: relative;
}

.person_l ul li a {
  font-size: 16px;
  color: #333333;
  padding-left: 25px;
  line-height: 60px;
  width: auto;
  height: 100%;
  overflow: hidden;
  display: block;
}

.person_l_ac a {
  background: rgba(45, 117, 255, .16);
}

.person_l_ac a {
  color: #2D75FF !important;
}

.person_l_ac>a::before {
  content: '';
  width: 6px;
  height: 60px;
  overflow: hidden;
  display: block;
  margin: auto;
  background: #2D75FF;
  position: absolute;
  top: 0;
  left: 0;
}

.person_r {
  width: calc(100% - 190px);
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  margin-left: 20px;
  float: right;
  border: 1px solid #ECECEC;
  padding-bottom: 60px;
}

.person_l_ac .person_ul {
  display: block;
}

.person_ul {
  display: none;
  background: #fff;
}

.person_ul li a {
  padding-left: 40px !important;
}

.person_l_ac .person_ul ul li a {
  background: #dde9ff7d !important;
}

.person_l_ac .person_ul ul li a {
  color: #333 !important;
}

.person_r_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.person_r_title {
  width: 100%;
  height: 65px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  border-bottom: 1px solid #EBEBEB;
}

.person_r_title h1 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  margin-left: 20px;
  line-height: 65px;
}

.person_r_c {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto 65px;
  margin-top: 30px;
  padding-bottom: 50px;
}

.person_r_c_l {
  width: 100px;
  height: 100px;
  /* overflow: hidden; */
  display: block;
  margin: auto;
  float: left;
  position: relative;
}

.person_r_c_l img {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: block;
  margin: auto;
  border-radius: 50%;
}

.person_r_c_l input {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.person_r_c_l span {
  width: 90px;
  height: 28px;
  overflow: hidden;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -45px;
  background: #2D75FF;
  border-radius: 20px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
}

.person_r_c_xian {
  float: right;
  width: calc(100% - 165px);
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
  border-left: 1px solid #E9E9E9;
  margin-left: 60px;
}

.person_r_c_c {
  width: 50%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.person_form {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-left: 45px;
}

.person_form form {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.person_form_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
}

.person_form_t:nth-last-child(1) {
  margin: 0;
}

.person_form_t label {
  width: 80px;
  height: auto;
  overflow: hidden;
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: right;
}

.person_form_t label span {
  color: #FF0000;
}

.person_form_t input {
  width: 290px;
  height: 40px;
  overflow: hidden;
  display: block;
  border: 1px solid #E6E6E6;
  outline: none;
  font-size: 16px;
  color: #999999;
  padding: 0 10px;
}

.person_form_c {
  display: flex;
  align-items: center;
  height: 40px;
}

.person_form_c_t {
  margin-right: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.person_form_c_t span {
  background: url(../images/icon_offa.png) no-repeat center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.person_form_c_t p {
  font-size: 16px;
  color: #333333;
}

.person_form_c_ac span {
  background: url(../images/icon_ona.png) no-repeat center !important;
  background-size: 100% 100% !important;
}

.person_form_t_mima {
  height: 40px;
  display: flex;
  align-items: center;
}

.person_form_t_mima p {
  font-size: 16px;
  color: #333333;
}

.person_form_t_mima a {
  font-size: 16px;
  color: #2D75FF;
  margin-left: 20px;
}

.person_r_con {
  margin: auto 40px;
  height: auto;
  overflow: hidden;
  display: block;
}

.person_r_con_title {
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
  background: #EEF2F9
}

.person_r_con_title h1 {
  font-size: 20px;
  color: #333333;
  margin-left: 10px;
  font-weight: normal;
}

.person_r_con_title p {
  font-size: 14px;
  color: #2D75FF;
  margin-left: 15px;
}

.person_r_form {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 20px auto;
}

.person_r_form form {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.person_r_form_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 20px auto;
}

.person_r_form_t label {
  font-size: 16px;
  color: #333333;
  width: 120px;
  text-align: right;
}

.person_r_form_t label span {
  color: #FF0000;
}

.person_r_form_t input {
  width: 410px;
  height: 40px;
  overflow: hidden;
  display: block;
  border: 1px solid #E6E6E6;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
}

.person_r_form_t input::placeholder {
  color: #999999;
}

.person_r_form_t_select {
  display: flex;
  align-items: center;
}

.person_r_form_t_select select {
  width: 127px;
  /*height: 40px;*/
  border: 1px solid #E6E6E6;
  font-size: 16px;
  color: #999999;
  padding: 10px 10px;
  margin-right: 20px;
  outline: none;
}

.person_r_form_t_select_a select {
  width: 25.7%;
  height: 40px;
  border: 1px solid #E6E6E6;
  font-size: 16px;
  color: #999999;
  padding: 0 10px;
  margin-right: 20px;
  outline: none;
}

.person_r_form_t_select select:nth-last-child(1) {
  margin-right: 0;
}

.person_r_form_t_item {
  display: flex;
  align-items: center;
  line-height: 40px;
}

.person_r_form_t_a {
  margin-right: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.person_r_form_t_a span {
  background: url(../images/icon_offa.png) no-repeat center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.person_r_form_t_a p {
  font-size: 16px;
  color: #333333;
}

.person_r_form_t_ac span {
  background: url(../images/icon_ona.png) no-repeat center !important;
  background-size: 100% 100% !important;
}

.person_r_form_t_ac p {
  color: #2D75FF;
}

.person_r_form_b {
  width: 430px;
  height: 45px;
  overflow: hidden;
  display: block;
  margin-left: 120px;
  background: #2D75FF;
  border-radius: 2px;
}

.person_r_form_b a {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 45px;
  display: block;
}


/* 涓汉涓績缁撴潫 */


/* 瀛︿範璁板綍寮€濮� */

.learn {
  margin: auto 65px;
  overflow: hidden;
  display: block;
  margin-top: 10px;
  margin-bottom: 45px;
}

.learn_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.learn_list ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 40px;
}

.learn_list ul li {
  width: 31.5%;
  height: 296px;
  overflow: hidden;
  display: block;
  margin: auto;
  float: left;
  border-radius: 10px;
  margin-top: 20px;
  background: #fff;
  margin-right: 24px;
  border: 1px solid #ECECEC;
}

.learn_list ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
}

.learn_list ul li:nth-child(3n+3) {
  margin-right: 0;
}


/* .learn_list ul li:nth-child(4n+4) {
    margin-right: 24px;
} */


/* 瀛︿範璁板綍缁撴潫 */


/* 鎴戠殑娑堟伅寮€濮� */

.my_news {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto 30px;
}

.my_news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 5px;
}

.my_news_list ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  list-style: none;
  margin-bottom: 60px;
}

.my_news_list ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #D8D8D8;
}

.my_news_list ul li a {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.my_news_list_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.my_news_list_t_l {
  width: calc(100% - 200px);
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  float: left;
}

.my_news_list_t_l img {
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: block;
  margin: auto;
  float: left;
  margin-right: 10px;
}

.my_news_list_t_l h1 {
  font-size: 22px;
  color: #1A1A1A;
  float: left;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 50px);
}

.my_news_list_t_r {
  width: 200px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  float: right;
}

.my_news_list_t_r span {
  font-size: 16px;
  color: #919199;
  text-align: right;
  display: block;
}

.my_news_list_c {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 18px;
}

.my_news_list_c p {
  font-size: 16px;
  color: #8D8D8D;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* 鎴戠殑娑堟伅缁撴潫 */


/* 进修申请-申请列表开始 */

.jinxiu {
  width: 100%;
  min-height: 300px;
  height: auto;
  overflow: auto;
  display: block;
  margin: auto;
}

.jinxiu_table {
  overflow: auto;
  border: 1px solid #EBEBEB;
}

.jinxiu_table tr th {
  padding: 16px 7px;
  text-align: center;
  font-size: 14px;
  color: #6C757D;
  background: #FAFAFA;
  border: 1px solid #EBEBEB;
}

.jinxiu_table tr td {
  padding: 16px 0px;
  text-align: center;
  font-size: 14px;
  color: #6C757D;
  border: 1px solid #EBEBEB;
}

.jinxiu_table tr td c {
  color: #EBEBEB;
  display: inline-block;
  margin: auto 5px;
}

.jinxiu_table tr td a {
  color: #295AEB;
}

.person_r_form_t textarea {
  width: 405px;
  min-height: 100px;
  overflow: hidden;
  display: block;
  border: 1px solid #E6E6E6;
  font-size: 16px;
  color: #999999;
  padding: 10px;
  resize: auto;
}

.person_r_form_t textarea::placeholder {
  color: #999;
}

.jinxiuadd .person_r_form_t {
  display: block;
}

.jinxiuadd .person_r_form_t label {
  float: left;
  line-height: 40px;
}

.jinxiuadd .person_r_form_t textarea {
  float: left;
}

.person_r_title a {
  font-size: 16px;
  color: #fff;
  background: #295AEB;
  border-radius: 3px;
  padding: 5px 10px;
  margin-right: 20px;
}

.jinxiu_table tr td d {
  color: #4caf50;
}

.jinxiu_table tr td e {
  color: #f44336;
}


/* 进修申请-申请列表结束 */


/* 我的学员开始 */

.mystudent {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.mystudent_t {
  width: auto;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.mystudent_t p {
  font-size: 14px;
  color: #6C757D;
}

.mystudent_t input {
  width: 130px;
  border: 1px solid #EBEBEB;
  padding: 7px 10px;
  font-size: 14px;
  color: #6C757D;
  border-radius: 2px;
  outline: none;
}

.mystudent_t input::placeholder {
  color: #6C757D;
}

.mystudent_t select {
  width: 122px;
  border: 1px solid #EBEBEB;
  padding: 6px 10px;
  font-size: 14px;
  color: #AFB4B8;
  border-radius: 2px;
  /*line-height: 36px;*/
  outline: none;
  /*height: 33px;*/
  background: none;
}

.shaixuan {
  width: 80px !important;
  height: 33px !important;
  background: #2d75ff !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  color: #fff !important;
  text-align: center !important;
  line-height: 33px !important;
  border: none !important;
  padding: 0 !important;
}


/* 我的学员 */


/* 拒绝理由弹窗开始 */

.juTan {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: none;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 999;
}

.juTan_con {
  width: 500px;
  height: 300px;
  overflow: hidden;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 3px;
  padding: 20px;
}

.juTan_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.juTan_title h1 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.juTan_title img {
  width: 20px;
  height: auto
}

.juTan_center {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 20px auto;
}

.juTan_center textarea {
  width: 92%;
  height: 120px;
  overflow: auto;
  display: block;
  margin: auto;
  border: none;
  background: #f3f3f3;
  padding: 20px;
  font-size: 16px;
}

.juTan_bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 40px;
}

.juTan_bottom_btn {
  width: 100px;
  height: 40px;
  overflow: hidden;
  display: block;
  margin: auto;
  background: #295AEB;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  line-height: 40px;
}


/* 拒绝理由弹窗结束 */


/* 查看弹窗开始 */

.seeTan {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: none;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 999;
}

.seeTan_con {
  width: 50%;
  height: 55vh;
  overflow: hidden;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 3px;
  padding: 20px;
}

.seeTan_title {
  width: auto;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.seeTan_title h1 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}

.seeTan_title img {
  width: 25px;
  height: auto;
}

.seeTan_center {
  width: 100%;
  height: 50vh;
  overflow: auto;
  display: block;
  margin: auto;
}

.seeTan_center_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.seeTan_center_t span {
  font-size: 16px;
  color: #333;
}

.seeTan_center_t p {
  font-size: 16px;
  color: #777;
}

.seeTan_center_con {
  width: 100%;
  min-height: 50vh;
  overflow: hidden;
  display: block;
  margin: auto;
}


/* 查看弹窗结束 */

/* 通过弹窗开始 */

.tongTan {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: none;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 999;
}

.tongTan_con {
  width: 400px;
  height: 200px;
  overflow: hidden;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 3px;
  padding: 20px;
}

.tongTan_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tongTan_title img {
  width: 20px;
  height: auto
}

.tongTan_center {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 40px auto;
}

.tongTan_center h1 {
  font-size: 26px;
  color: #333;
  text-align: center;
}

.tongTan_bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
}

.tongTan_bottom a {
  width: 100px;
  height: 40px;
  overflow: hidden;
  display: block;
  margin: auto 10px;
  background: #cccfd7;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  line-height: 40px;
}

.tongTan_confirm {
  background: #295AEB !important;
}


/* 通过弹窗结束 */


/* 查看按钮弹窗开始 */
.showTan {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: none;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 999;
}

.juTan_center p {
  height: 40vh;
  overflow: auto;
}

/* 查看按钮弹窗结束 */



.interlinkage {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.interlinkage_con {
  max-width: 1360px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
}

.interlinkage_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 30px auto 50px;
}

.interlinkage_list ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  list-style: none;
}

.interlinkage_list ul li {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 10px 0;
  margin-right: 20px;
}

.interlinkage_list ul li a {
  font-size: 20px;
  color: #333;
  display: block;
  text-align: center;
}

.interlinkage_list ul li:hover a {
  color: #2D75FF;
}



.person_l_ac .person_ul ul li .person_ulac {
  color: #0057ff !important;
}
