@charset "UTF-8";

/*@import '../font/font.css';*/
@font-face {
  font-family: "Helvetica Neue", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  font-family: "Helvetica Neue", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body,
#page,
html {
  overflow-x: hidden;
}

.top_img {
  text-align: center;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*header start*/
.m-width-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.m-width-1600 {
  width: 84%;
  max-width: 1920px;
  margin: 0 8%;
}

.afrer_no:after {
  display: none;
}

.textcenter {
  text-align: center !important;
  justify-content: center !important;
}

.textleft {
  text-align: left !important;
}

.text_end {
  justify-content: flex-end;
}

.text_start {
  justify-content: flex-start;
}

.f45 {
  font-size: 28px;
}

.text2m {
  text-indent: 2em;
}

.padd-90 {
  padding: 90px 0;
}

.paddtop-0 {
  padding-top: 0 !important;
}

.paddbot-90 {
  padding-bottom: 90px;
}

.paddtop-90 {
  padding-top: 90px;
}

.paddbot-50 {
  padding-bottom: 50px;
}

.paddtop-70 {
  padding-top: 70px;
}

.marbot-0 {
  margin-bottom: 0 !important;
}

.martop-0 {
  margin-top: 0 !important;
}

.bgccc {
  background-color: #f8f9fb;
}

.nobg {
  background: none !important;
}

.noimgbg {
  background-image: none !important;
}

.w_50 {
  width: 50% !important;
  box-sizing: border-box;
}

.w_30 {
  width: 33.33%;
  box-sizing: border-box;
}

.font_normal {
  font-weight: normal !important;
}

.font_bold {
  font-weight: bold !important;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.disflex {
  display: flex;
}

.themebg {
  background-color: #00adbb;
}

.themecolor {
  color: #00adbb !important;
}

.fffc {
  color: #FFF !important;
}

.bgfff {
  background-color: #FFF;
}

.nav_pc ul li {
  font-size: 18px;
  height: 100%;
  line-height: 100px;
}

.nav_pc li a {
  display: block;
  font-weight: bold;
  position: relative;
}

.nav_pc li a:after {
  transition: all 0.3s;
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 3px solid #00adbb;
  width: 0;
}

.nav_pc li.hover a:after {
  width: 100%;
}

.nav_pc li.hover a {
  color: #00adbb;
}

.nav_pc .logo {
  padding: 35px 0;
}

.nav_pc ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
}

.nav_pc li {
  /* width: 12.5%; */
  padding: 0 2%;
}

.header-box {
  position: relative;
  height: 100px;
}

.header-box>.logo {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -20px;
  /* top: 35px; */
}

.header-box>.head_right {
  position: absolute;
  right: 40px;
  top: 0;
  font-weight: bold;
}

.header-box>.head_right .login {
  font-size: 18px;
}

.head_right .btn {
  color: #FFF;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 20px;
  margin-right: 25px;
}

.head_right .btn:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.head_right a:hover {
  color: #00adbb;
}

.head_right {
  height: 100px;
  align-items: center;
}

.banner .btn_block a {
  padding: 13px 25px;
}

.btn_block a {
  font-size: 18px;
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 25px;
  align-items: center;
  border: 1px solid #FFF;
  color: #00adbb;
}

.btn_block.type2 a {
  border: none;
  padding: 13px 20px;
}

.btn_block.type2 a:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}

.btn_block a:nth-child(2) i,
.btn_block a.yy i {
  background: url("../images/sfl_02.png") no-repeat;
}

.btn_block a.yy.morecase i {
  background: url("../images/gengduo.png") no-repeat;
  background-size: 22px;
}

.btn_block a.yy.morecase:hover i,
.btn_block a.yy.morecase.hover i {
  background: url("../images/gengduo2.png") no-repeat;
  background-size: 22px;
}

.btn_block i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/sfl_01.png") no-repeat;
  margin-right: 10px;
}

.btn_block a:hover,
.btn_block a.hover {
  background: #00adbb;
  color: #fff;
}

.btn_block a:hover i {
  background: url("../images/sfl_1.png") no-repeat;
}

.btn_block a:nth-child(2):hover i,
.btn_block a.yy:hover i {
  background: url("../images/sfl_2.png") no-repeat;
}

.btn_block {
  margin-top: 55px;
}

.btn_block a img {
  margin-right: 10px;
}

/*header end*/
/*main*/
.news_title_grid {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
  color: #181818;
}

.news_title_grid h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 30px;
  font-weight: normal;
}

.news_title_grid h2.f45 {
  font-size: 28px;
}

.news_title_grid>span {
  display: block;
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}

.news_title_grid>span.small_tips {
  font-size: 16px;
  line-height: 1.5;
}

.news_title_grid>p {
  /* font-size: 16px;
	line-height: 1.5;
	margin-top: 35px; */
}

.line_block {
  background: #00adbb;
  border-radius: 25px;
  height: 7px;
  width: 85px;
  display: inline-block;
}

/**/
.online_center_proinfo .text {
  /* padding-top: 35px; */
}

.online_center_proinfo .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #292929;
  font-weight: normal;
}

/**/
.borbox {
  box-shadow: 0 15px 5px 0px rgba(0, 0, 0, 0.05);
}

.borbox4 {
  box-shadow: 0 15px 5px 5px rgba(0, 0, 0, 0.02);
}

.borbox5 {
  box-shadow: 0 8px 16px 5px rgba(0, 0, 0, 0.02);
}

.borbox6 {
  box-shadow: 0 8px 24px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.borbox6:hover {
  box-shadow: 0 8px 24px 5px rgba(0, 0, 0, 0.25);
}

.c_k_tab_item ul li {
  float: left;
  width: 33.33%;
  font-size: 16px;
  line-height: 1.7;
}

.c_k_tab_item.case_360_item ul li {
  width: 20%;
}

.c_k_tab_item.case_gj_item ul li {
  width: 25%;
}

.c_k_tab_item.case_qianzhi_item ul li {
  width: 50%;
}

.c_k_tab_item.case_rencai_item ul li {
  width: 16.66%;
}

.c_k_tab_item {
  border: 1px solid #eaeaea;
}

.c_k_tab_item li>a {
  color: #222222;
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: normal;
}

.c_k_tab_item a:after {
  position: absolute;
  content: '';
  right: -1px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  border-right: 1px solid #eaeaea;
}

.c_k_tab_item a i {
  width: 46px;
  height: 43px;
  display: inline-block;
  background: url("../images/key_icon1.png") no-repeat;
  margin-right: 15px;
  /* background-size: contain !important; */
}

.c_k_tab_item li:nth-child(2) i {
  background: url("../images/key_icon2.png") no-repeat;
}

.c_k_tab_item li:nth-child(3) i {
  background: url("../images/key_icon3.png") no-repeat;
}

.c_k_tab_item .hover i {
  background: url("../images/key_icon01.png") no-repeat;
}

.c_k_tab_item li:nth-child(2).hover i {
  background: url("../images/key_icon02.png") no-repeat;
}

.c_k_tab_item li:nth-child(3).hover i {
  background: url("../images/key_icon03.png") no-repeat;
}

.c_k_tab_item a.themebg:before {
  position: absolute;
  content: '';
  left: 50%;
  width: 0;
  margin-left: -7px;
  bottom: -10px;
  height: 0;
  border-style: solid;
  border-width: 10px 14px 0 14px;
  border-color: #00adbb transparent transparent transparent;
}

.c_k_tab_item a.themebg {
  color: #FFF;
}

.c_k_tab_item li img {
  height: 44px;
  margin-right: 20px;
}

.renzhi_c_key .c_k_tab_box .c_k_tab_box_block:nth-child(1) {
  background: none;
}

.renzhi_c_key .c_k_tab_box .c_k_tab_box_block {
  padding: 80px 0;
}

.kaoshi_c_key.renzhi_c_key .c_k_tab_box .c_k_tab_box_block {
  padding: 0;
}

.renzhi_c_key .c_k_tab_box .text {
  width: auto;
}

.renzhi_c_key .c_k_tab_box .c_k_tab_box_block:nth-child(odd) .fl {
  text-align: left;
}

.c_k_tab_box .c_k_tab_box_block .fl {
  text-align: center;
  /* background: url('../images/centerimg.png') 50% 50% no-repeat; */
}

.c_k_tab_box .c_k_tab_box_block .fl img,
.c_k_tab_box .c_k_tab_box_block .fr img {
  width: 100%;
  max-width: max-content;
}

.c_k_tab_box .c_k_tab_box_block.tab_box_block_360 .fl {
  width: 60%;
}

.c_k_tab_box .c_k_tab_box_block.tab_box_block_360 .fr {
  width: 40%;
}

.c_k_tab_box .c_k_tab_box_block:nth-child(4) {
  background-image: url("../images/vr_bg4.jpg");
}

.c_k_tab_box .c_k_tab_box_block {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.c_k_tab_box .c_k_tab_box_block:nth-child(1) {
  background-image: url("../images/vr_bg1.png");
  background-position: 50% 0%;
}

.c_k_tab_box .c_k_tab_box_block:nth-child(2) {
  background-image: url("../images/vr_bg2.jpg");
}

.c_k_tab_box .c_k_tab_box_block:nth-child(3) {
  background-image: url("../images/vr_bg3.jpg");
}

.c_k_tab_box .text h3 {
  font-size: 24px;
  margin-bottom: 35px;
  width: 100%;
}

.c_k_tab_box.job_why_do .fl {
  position: relative;
}

.c_k_tab_box.job_why_do .fl:after {
  content: '';
  position: absolute;
  height: 100%;
  border-right: 1px solid #959595;
  right: 0;
  top: 0;
}

.c_k_tab_box.job_why_do .text h3 {
  font-size: 24px;
}

.c_k_tab_box.job_why_do .text img {
  margin: 0 auto 15px;
}

.c_k_tab_box.job_why_do .text {
  padding: 0 100px;
}

.c_k_tab_box.job_why_do .text strong {
  font-size: 16px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 1.5;
}

.c_k_tab_box.job_why_do .text em {
  color: #444;
  margin-bottom: 10px;
}

.c_k_tab_box .tab_box_block_jiagou .text h3 {
  font-size: 30px;
}

.c_k_tab_box_block .fr,
.c_k_tab_box .text {
  display: flex;
  color: #292929;
}

.c_k_tab_box_block:nth-child(2n) .fr {
  /* justify-content: flex-end; */
}

/* .c_k_tab_box_block .fr {
	justify-content: center;
} */
.c_k_tab_box .text {
  font-size: 14px;
  flex-wrap: wrap;
  align-content: center;
  width: 380px;
  align-items: center;
}

.c_k_tab_box .text em {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 14px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.c_k_tab_box .text.f24 em {
  font-size: 24px;
  line-height: 1.3;
}

.c_k_tab_box .text.f24 {
  width: auto;
}

.c_k_tab_box .text.f24 em:after {
  top: 10px;
}

.c_k_tab_box .text.tit_text em {
  font-size: 30px;
  margin-bottom: 0;
}

.c_k_tab_box .text.tit_text li {
  margin-bottom: 20px;
}

.renzhi_c_key .c_k_tab_box .text em {
  line-height: 1.5;
}

.renzhi_c_key .c_k_tab_box .text em:after {
  top: 8px;
  margin-top: 0;
}

.c_k_tab_box .text p {
  padding-left: 20px;
  color: #292929;
  line-height: 1.5;
}

.c_k_tab_box .text .btn {
  padding: 13px 30px;
  border-radius: 25px;
  /* min-width: 170px; */
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-top: 30px;
}

.c_k_tab_box .btn .clock {
  display: inline-block;
  width: 22px;
  height: 23px;
  background: url("../images/jfa_06_on.png") no-repeat;
  margin-right: 10px;
}

.c_k_tab_box .btn:hover {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #00adbb;
}

.c_k_tab_box .btn:hover .clock {
  background: url("../images/jfa_06_on2.png") no-repeat;
}

.c_k_tab_box .text em:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 2px solid #00adbb;
  border-radius: 50%;
  margin-top: -3px;
}

.c_k_tab_box .text ul {
  width: 100%;
}

.c_k_tab_box .text li {
  margin-bottom: 30px;
}

.c_k_tab_box.top_bot_small .text li {
  margin-bottom: 20px;
}

.c_k_tab_box .text.rck_text li {
  margin-bottom: 5px;
}

.c_k_tab_box .text li:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.c_k_tab_box .tab_box_block_360 .text em {
  margin-bottom: 0;
}

.c_k_tab_box .tab_box_block_360 .text li {
  margin-bottom: 25px;
}

.c_k_tab_box_block {
  /* padding: 75px 0; */
  /* height: 512px; */
  /* margin-top: 10px; */
  display: none;
}

.c_k_tab_box_block:nth-child(1) {
  display: block;
}

.c_k_tab_box {
  margin-top: 10px;
}

.c_k_tab_box.borbox5,
.c_k_tab_box.borbox6 {
  margin: 50px auto;
}

/* .c_k_tab_box_block>div>div {
	width: 50%;
} */
.c_k_tab_box_block .fr {
  width: 40%;
  text-align: left;
}

.c_k_tab_box_block .fl {
  width: 60%;
}

.tab_box_block_rck .f45 {
  margin-bottom: 30px;
}

.c_k_tab_box_block.tab_box_block_rck .fl,
.c_k_tab_box_block.tab_box_block_rck .fr {
  width: 50%;
}

.c_k_tab_box_block.tab_box_block_rck .text em {
  font-size: 14px;
  color: #504f4f;
}

.c_k_tab_box_block.tab_box_block_rencai .fl,
.c_k_tab_box_block.tab_box_block_rencai .fr {
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
  margin-top: 60px;
  margin-bottom: 60px;
}

.c_k_tab_box_block.tab_box_block_rencai .fl {
  position: relative;
}

.c_k_tab_box_block.tab_box_block_rencai .fl:after {
  content: '';
  position: absolute;
  border-right: 1px solid #eaeaea;
  height: 100%;
  right: 0;
  top: 0;
}

.c_k_tab_box .tab_box_block_rencai .text em {
  margin-bottom: 0;
}

.c_k_tab_box_block .fl.single_lef {
  width: 100%;
}

.c_k_tab_box_block:nth-child(2n)>div {
  flex-flow: row-reverse;
}

.c_k_tab_box_block.job_tab_block:nth-child(2n)>div,
.c_k_tab_box_block.tab_box_block_rencai:nth-child(2n)>div,
.c_k_tab_box_block.tab_box_block_rck:nth-child(2)>div {
  flex-flow: initial;
}

.c_k_tab_box_block.job_tab_block .fl,
.c_k_tab_box_block.job_tab_block .fr {
  width: 50%;
}

.c_k_tab_box_block.job_tab_block .text {
  padding: 0 100px;
}

.c_k_tab_box_block.job_tab_block li strong {
  line-height: 1.5;
}

/**/
.online_ar_pro_ys {
  padding-top: 10px;
}

.online_ar_pro_ys ul {
  padding: 60px 0 100px;
  display: flex;
  justify-content: space-between;
}

.online_ar_pro_ys ul li {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  position: relative;
  padding: 100px 15px 30px 15px;
  float: left;
  width: 22.5%;
  box-sizing: border-box;
  /* margin-right: 3.25%; */
  margin-right: 30px;
}
.pc360 .online_ar_pro_ys1 ul li{
  padding-top: 10px;
  /* background: #f8f9fb;
  border: 0; */
}

.online_ar_pro_ys.zong_ar_pro_ys ul li {
  border: none;
  width: 30%;
}

.online_ar_pro_ys.special_ys ul li {
  width: 30%;
  margin-right: 55px;
  padding: 110px 35px 30px 35px;
}

.online_ar_pro_ys.special_ys .text h3 {
  margin-bottom: 13px;
}

.online_ar_pro_ys dl {
  /* padding-top: 40px; */
}

.online_ar_pro_ys dd {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  padding-left: 20px;
}

.online_ar_pro_ys .blue_yuan {
  position: absolute;
  left: 0;
  top: 10px;
}

.blue_yuan {
  width: 6px;
  height: 6px;
  border: 2px solid #00adbb;
  border-radius: 50%;
  margin-top: -3px;
  display: inline-block;
  margin-right: 10px;
}

.online_ar_pro_ys li:nth-last-child(1) {
  margin-right: 0;
}

.online_ar_pro_ys li>img {
  position: absolute;
  top: -55px;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -55px;
  transition: all 0.2s;
  border-radius: 50%;
}

.pc360 .online_ar_pro_ys1 li>img{
  position: relative;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  transition: all 0.2s;
  border-radius: 50%;
  display: block;
}

.online_ar_pro_ys .text h3 {
  font-size: 18px;
  margin-bottom: 23px;
  line-height: 1.5;
}

.pc360 .online_ar_pro_ys1 .text h3{
  font-size: 16px;
  text-align: left;
}

.online_ar_pro_ys.zong_ar_pro_ys .text {
  width: auto;
}

.c_k_tab_box_block .online_ar_pro_ys ul {
  padding: 10px 0 70px;
}

.online_ar_pro_ys.zong_ar_pro_ys .text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.online_ar_pro_ys .text p {
  line-height: 1.7;
  color: #222;
  font-size: 16px;
  box-sizing: border-box;
}

.pc360 .online_ar_pro_ys1 .text p {
  line-height: 20px;
  color: #222;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 20px;
  text-align: left !important;
}

.online_ar_pro_ys .text.p2 p {
  color: #292929;
}

.online_ar_pro_ys.rencai_answer_ques ul li {
  padding: 100px 20px 30px;
}

.online_ar_pro_ys.xinli_pcpg ul li {
  width: 33.33%;
  padding: 50px 15px 30px 15px;
}

.online_ar_pro_ys.qianzhi_jianjie ul li {
  width: 50%;
  padding: 50px 15px 30px 15px;
}

.online_ar_pro_ys.xinli_pcpg .line_block,
.online_ar_pro_ys.qianzhi_jianjie .line_block {
  display: block;
}

.online_ar_pro_ys.xinli_pcpg .text {
  padding: 0 20px 20px;
}

.online_ar_pro_ys.rencai_answer_ques h3 {
  margin-bottom: 0;
}

.online_ar_pro_ys.rencai_answer_ques p {
  text-align: left;
}

.online_ar_pro_ys.rencai_answer_ques.rencai_answer_type2 ul li {
  padding: 60px 20px 30px;
}

.online_ar_pro_ys.rencai_answer_ques .text p,
.online_ar_pro_ys.rck_m_ys .text p {
  padding-left: 15px;
  background: url("../images/dot.png") no-repeat 0 10px;
}

.online_ar_pro_ys.rck_m_ys li>img {
  width: 155px;
  height: 155px;
  top: -77.5px;
  margin-left: -77.5px;
}

.online_ar_pro_ys.rencai_find_duice .text p {
  padding-left: 15px;
  background: url("../images/dot.png") no-repeat 0 10px;
  width: 100%;
}

.online_ar_pro_ys.rencai_find_duice p strong {
  color: #212121;
}

.online_ar_pro_ys.rencai_find_duice li {
  width: 33.33%;
}

.online_ar_pro_ys.rencai_answer_ques .text.textleft p {
  background: none;
  padding-left: 0;
}

.online_ar_pro_ys.rencai_answer_ques .text.textleft .line_block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.online_ar_pro_ys.rencai_answer_ques .text .themecolor {
  padding-top: 10px;
}

.online_ar_pro_ys.rencai_answer_ques li img {
  width: 164px;
  height: 164px;
  top: -82px;
  margin-left: -82px;
}

.online_center_ad {
  background: url("../images/jfa_29.jpg") no-repeat 50% 50%;
  height: 350px;
}

.online_center_ad.rencai_ad {
  background: url("../images/rencai_cen_bg.jpg") no-repeat 50% 50%;
}

.online_center_ad .text {
  display: flex;
  height: 100%;
  align-content: center;
  flex-wrap: wrap;
}

.online_center_ad .text h2,
.online_center_ad .text p {
  width: 100%;
  color: #FFF;
}

.online_center_ad .text h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

.online_center_ad .text p {
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 10px;
}

.online_center_ad.center_ad_job .text p {
  line-height: 1.5;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 24px;
  margin-bottom: 0;
}

.online_center_ad .btn {
  min-width: 190px;
  color: #00adbb;
  box-sizing: border-box;
  padding: 15px 0;
  align-items: center;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 18px;
}

.online_center_ad .btn .clock {
  width: 22px;
  height: 23px;
  background: url("../images/jfa_06_on2.png") no-repeat;
  margin-right: 10px;
}

.online_center_ad .btn .menulist {
  background: url("../images/wendanglei_huaban.png") no-repeat;
  width: 22px;
  height: 23px;
  margin-right: 10px;
}

.online_center_ad .btn:hover {
  background: #00adbb;
  color: #FFF;
}

.online_center_ad .btn:hover .clock {
  background: url("../images/jfa_06_on.png") no-repeat;
}

.online_center_ad .btn:hover .menulist {
  background: url("../images/wendanglei_huaban2.png") no-repeat;
}

.online_center_hezuo {
  padding-top: 0.1px;
}

.online_center_hezuo ul li {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  background: #FFF;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.online_center_hezuo li a {
  text-align: center;
}

.online_center_hezuo li:hover {
  box-shadow: 0 15px 5px 0px rgba(0, 0, 0, 0.05);
}

.online_center_hezuo li img {
  width: 90%;
  position: relative;
  transform: scale(1);
  transition: all 0.3s;
  max-width: max-content;
}

.online_center_hezuo li:hover img {
  transform: scale(1.1);
}

.online_center_hezuo li:nth-child(5n) {
  margin-right: 0;
}

.more_btn {
  color: #FFF;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 25px;
  display: flex;
  align-content: center;
}

.more_btn:hover {
  color: inherit;
}

.more_btn.boxshadow {
  box-shadow: 0 10px 20px 0 rgba(0, 137, 187, 0.3);
}

.more_btn em {
  width: 18px;
  height: 19px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: url("../images/dell.png") no-repeat;
  position: relative;
  right: -15px;
  transition: all 0.3s;
  /* display: flex;
	align-items: center;
	justify-content: center; */
}

.more_btn:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.more_btn:hover em {
  transform: rotate(180deg);
}

.more_gird {
  padding: 50px 0 85px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.online_center_other {
  background: url("../images/jfa_30.jpg") no-repeat 50% 50%;
  height: 385px;
}

.online_center_other .text {
  display: flex;
  color: #444;
  height: 100%;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.online_center_other h2,
.online_center_other p,
.online_center_other span {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.online_center_other h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

.online_center_other span {
  margin-top: 20px;
  font-size: 18px;
  font-family: 'gothambook';
}

.online_center_other p {
  margin-bottom: 40px;
}

.online_center_bot_news>div {
  width: 48%;
}

.online_center_bot_news .news_title_grid h2 {
  margin-bottom: 50px;
  font-size: 18px;
}

.news_pdf_list li {
  margin-bottom: 30px;
  overflow: hidden;
}

.news_pdf_list li span {
  background: url("../images/jfa_07.png") no-repeat 0% 50%;
  padding-left: 30px;
  font-size: 14px;
  display: inline-block;
  width: 70%;
  font-weight: normal;
  white-space: nowrap;
  /*规定段落中的文本不进行换行*/
  overflow: hidden;
  /*内容会被修剪，并且其余内容是不可见的。*/
  text-overflow: ellipsis;
  /*显示省略号来代表被修剪的文本*/
}

.news_pdf_list li:hover span {
  color: #00adbb;
}

.news_pdf_list li a {
  color: #292929;
}

.news_other_list.news_pdf_list li span {
  background: url("../images/jfa_05.png") no-repeat 0% 50%;
}

.news_other_list.news_pdf_list li i {
  width: auto;
  height: auto;
  color: #999;
  background: none;
}

.news_pdf_list li i {
  float: right;
  background: url("../images/jfa_04.png") no-repeat 0% 50%;
  width: 18px;
  height: 17px;
  display: inline-block;
  font-size: 16px;
}

.product_info_yuan {
  background: url("../images/chanpin_infobg.png") no-repeat 50% 100%;
  background-size: 35%;
  height: 440px;
  line-height: 1;
  position: relative;
  padding: 80px 0 0;
  margin-bottom: 40px;
}

.product_info_yuan h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.product_info_yuan p {
  font-size: 18px;
  line-height: 1.5;
}

.product_info_yuan ul li {
  width: 530px;
  position: relative;
}

.product_info_yuan ul li:nth-child(1) {
  margin: 0 auto;
  left: 10%;
}

.product_info_yuan li:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
}

.product_info_yuan li:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
}

.man_peo_tese {
  background: url("../images/cptsbg.png") no-repeat 50% 50%;
  height: 733px;
}

.man_peo_tese.special_ys {
  background: url("../images/sp_pc_ysbg.jpg") no-repeat 50% 50%;
  height: 726px;
}

.man_peo_tese.special_ys.kaoshi_youshi {
  background: url("../images/laoshi_pc_ysbg.jpg") no-repeat 50% 50%;
  height: 630px;
}

.man_peo_tese.special_ys ul li {
  border: none;
}

.man_peo_tese.special_ys ul li:nth-child(2n),
.man_peo_tese.special_ys ul li {
  padding: 100px 30px 40px;
}

.man_peo_tese.special_ys li em {
  position: absolute;
  left: 50%;
  width: 90px;
  height: 90px;
  top: -45px;
  margin-left: -45px;
}

@keyframes living {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
    /*圆形放大的同时，透明度逐渐减小为0*/
  }
}

.man_peo_tese.special_ys li em:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/yuan_an.png") no-repeat;
  background-size: 100%;
  animation: living 1s ease-in infinite;
}

.man_peo_tese.special_ys li em:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/yuan_an.png") no-repeat;
  background-size: 100%;
  animation: living 0.5s 1s linear infinite;
}

.man_peo_tese ul {
  display: flex;
  justify-content: space-between;
  padding-top: 110px;
}

.man_peo_tese.gaoceng_pc_ts ul {
  padding-top: 65px;
}

.man_peo_tese ul li {
  margin-right: 30px;
  border: 3px solid rgba(85, 109, 120, 0.5);
  padding: 100px 40px 40px;
  position: relative;
  border-radius: 10px;
  width: 32%;
  float: left;
  box-sizing: border-box;
}

.man_peo_tese ul li:nth-child(2n) {
  padding: 40px 40px 100px;
}

.man_peo_tese li:nth-child(2n) a>img {
  top: auto;
  bottom: -68px;
}

.man_peo_tese ul li:nth-last-child(1) {
  margin-right: 0;
}

.man_peo_tese li a>img {
  position: absolute;
  left: 50%;
  width: 136px;
  height: 136px;
  margin-left: -68px;
  top: -68px;
}

.man_peo_tese .text {
  color: #FFF;
  font-size: 16px;
}

.man_peo_tese.kaoshi_youshi .text {
  color: #292929;
}

.man_peo_tese.kaoshi_youshi ul li {
  width: 15%;
  margin-right: 0;
  padding: 100px 0px 40px;
}

.man_peo_tese .text p {
  line-height: 1.5;
}

.man_peo_tese .text h3 {
  font-size: 24px;
  margin-bottom: 28px;
}

.man_peo_proys ul {
  display: flex;
  justify-content: space-between;
  /* width: calc(100% + 65px); */
  max-width: 1920px;
  margin: 0 auto;
}

.man_peo_proys ul li {
  /* width: 28%; */
  margin-right: 165px;
  padding: 55px 35px 40px 180px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  max-width: 425px;
  display: flex;
  align-items: center;
}

.man_peo_proys.rencai_ys ul {
  padding-left: 0;
  max-width: 1600px;
}

.man_peo_proys.rencai_ys li {
  margin-right: 30px;
  /* padding: 55px 35px 40px 150px; */
  padding: 0px 0px 0px 150px;
  width: 24%;
  box-sizing: border-box;
  min-height: 135px;
}

.man_peo_proys.rencai_ys .text {
  padding: 30px 30px 30px 0;
}

.man_peo_proys.rencai_ys.rencai_find_grid li {
  width: 33.33%;
  max-width: max-content;
}

.man_peo_proys.rencai_ys li img {
  width: 108px;
  height: 108px;
  left: 25px;
  margin-top: -54px;
}

.man_peo_proys ul li:nth-last-child(1) {
  margin-right: 0;
}

.man_peo_proys li img {
  position: absolute;
  width: 170px;
  height: 170px;
  top: 50%;
  left: 10px;
  margin-top: -75px;
  margin-left: 0;
}

.man_peo_proys h3 {
  margin-bottom: 15px;
}

.text_type.text h3 {
  font-size: 24px;
  color: #2c2c2c;
}

.text_type.text p {
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  font-weight: normal;
}

.border_def {
  border: 1px solid #eaeaea;
}

.gaoceng_top_bg {
  text-align: center;
  height: 632px;
  margin-top: 40px;
}

.zong_top_bg .gaoceng_top_bg {
  height: 375px;
}

.zong_top_bg h3 {
  text-align: center;
  padding: 40px 0 80px;
  font-size: 18px;
}

.c_k_tab_item.case_360_item a i {
  background: url(../images/case_icon1.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item a.themebg i {
  background: url(../images/case_icon01.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item li:nth-child(2) a i {
  background: url(../images/case_icon2.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item li:nth-child(2) a.themebg i {
  background: url(../images/case_icon02.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item li:nth-child(3) a i {
  background: url(../images/case_icon3.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item li:nth-child(3) a.themebg i {
  background: url(../images/case_icon03.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item li:nth-child(4) a i {
  background: url(../images/case_icon4.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item li:nth-child(4) a.themebg i {
  background: url(../images/case_icon04.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item li:nth-child(5) a i {
  background: url(../images/case_icon5.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item li:nth-child(5) a.themebg i {
  background: url(../images/case_icon05.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_gj_item a i {
  background: url(../images/jg_key_icon1.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_gj_item a.themebg i {
  background: url(../images/jg_key_icon01.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_gj_item li:nth-child(2) a i {
  background: url(../images/jg_key_icon2.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_gj_item li:nth-child(2) a.themebg i {
  background: url(../images/jg_key_icon02.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_gj_item li:nth-child(3) a i {
  background: url(../images/jg_key_icon3.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_gj_item li:nth-child(3) a.themebg i {
  background: url(../images/jg_key_icon03.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_gj_item li:nth-child(4) a i {
  background: url(../images/jg_key_icon4.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_gj_item li:nth-child(4) a.themebg i {
  background: url(../images/jg_key_icon04.png) no-repeat 50% 50%;
}

/*考试系统切换图片*/
.c_k_tab_item.case_360_item.case_ks_item li:nth-child(1) a i {
  background: url(../images/ks_case_icon1.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_ks_item li:nth-child(1) a.themebg i {
  background: url(../images/ks_case_icon01.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_ks_item li:nth-child(2) a i {
  background: url(../images/ks_case_icon2.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_ks_item li:nth-child(2) a.themebg i {
  background: url(../images/ks_case_icon02.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_ks_item li:nth-child(3) a i {
  background: url(../images/ks_case_icon3.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_ks_item li:nth-child(3) a.themebg i {
  background: url(../images/ks_case_icon03.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_ks_item li:nth-child(4) a i {
  background: url(../images/ks_case_icon4.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_ks_item li:nth-child(4) a.themebg i {
  background: url(../images/ks_case_icon04.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_ks_item li:nth-child(5) a i {
  background: url(../images/ks_case_icon5.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_ks_item li:nth-child(5) a.themebg i {
  background: url(../images/ks_case_icon05.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rencai_item a i {
  background: url(../images/step_icon1.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rencai_item a.themebg i {
  background: url(../images/step_icon01.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rencai_item li:nth-child(2) a i {
  background: url(../images/step_icon2.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rencai_item li:nth-child(2) a.themebg i {
  background: url(../images/step_icon02.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rencai_item li:nth-child(3) a i {
  background: url(../images/step_icon3.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rencai_item li:nth-child(3) a.themebg i {
  background: url(../images/step_icon03.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rencai_item li:nth-child(4) a i {
  background: url(../images/step_icon4.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rencai_item li:nth-child(4) a.themebg i {
  background: url(../images/step_icon04.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rencai_item li:nth-child(5) a i {
  background: url(../images/step_icon5.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rencai_item li:nth-child(5) a.themebg i {
  background: url(../images/step_icon05.png) no-repeat 50% 50%;
}

.c_k_tab_item.tab_item_rc_build a i {
  background: url(../images/build_key_icon1.png) no-repeat 50% 50%;
}

.c_k_tab_item.tab_item_rc_build a.themebg i {
  background: url(../images/build_key_icon01.png) no-repeat 50% 50%;
}

.c_k_tab_item.tab_item_rc_build li:nth-child(2) a i {
  background: url(../images/build_key_icon2.png) no-repeat 50% 50%;
}

.c_k_tab_item.tab_item_rc_build li:nth-child(2) a.themebg i {
  background: url(../images/build_key_icon02.png) no-repeat 50% 50%;
}

.c_k_tab_item.tab_item_rc_build li:nth-child(3) a i {
  background: url(../images/build_key_icon3.png) no-repeat 50% 50%;
}

.c_k_tab_item.tab_item_rc_build li:nth-child(3) a.themebg i {
  background: url(../images/build_key_icon03.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_qianzhi_item a i {
  background: url(../images/qianzhi_key_icon1.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_qianzhi_item a.themebg i {
  background: url(../images/qianzhi_key_icon01.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_qianzhi_item li:nth-child(2) a i {
  background: url(../images/qianzhi_key_icon2.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_qianzhi_item li:nth-child(2) a.themebg i {
  background: url(../images/qianzhi_key_icon02.png) no-repeat 50% 50%;
}

/**/
.c_k_tab_item.case_rck_item a i {
  background: url(../images/ren_build_key_icon1.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rck_item a.themebg i {
  background: url(../images/ren_build_key_icon01.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rck_item li:nth-child(2) a i {
  background: url(../images/ren_build_key_icon2.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rck_item li:nth-child(2) a.themebg i {
  background: url(../images/ren_build_key_icon02.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rck_item li:nth-child(3) a i {
  background: url(../images/ren_build_key_icon3.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_rck_item li:nth-child(3) a.themebg i {
  background: url(../images/ren_build_key_icon03.png) no-repeat 50% 50%;
}

/**/
.c_k_tab_item.case_xiaoyuan_item li {
  width: 50%;
}

.c_k_tab_item.case_xiaoyuan_item a i {
  background: url(../images/xiaoyuan_icon1.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_xiaoyuan_item a.themebg i {
  background: url(../images/xiaoyuan_icon01.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_xiaoyuan_item li:nth-child(2) a i {
  background: url(../images/xiaoyuan_icon2.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_xiaoyuan_item li:nth-child(2) a.themebg i {
  background: url(../images/xiaoyuan_icon02.png) no-repeat 50% 50%;
}

.apply_app_list li {
  border-radius: 10px;
  padding: 40px 20px;
  color: #FFF;
  box-sizing: border-box;
  width: 24%;
  margin-top: 55px;
  text-align: left;
}

.apply_app_list li h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.apply_app_list.top li {
  margin-right: 30px;
}

.apply_app_list.bot {
  justify-content: space-between;
}

.apply_app_list li:nth-last-child(1) {
  margin-right: 0 !important;
}

.apply_app_list .blue_yuan {
  border-color: #FFF;
}

.apply_app_list a {
  color: #FFF;
}

.apply_app_list dl dd {
  font-size: 14px;
  line-height: 1.5;
}

.bgred {
  /* 标准语法 */
  background: linear-gradient(45deg, #eb785d, #eb5e67);
  box-shadow: 0 8px 18px 0px rgba(255, 102, 112, 0.38);
}

.bgblue {
  /* 标准语法 */
  background: linear-gradient(45deg, #389afd, #417cfa);
  box-shadow: 0 8px 18px 0px rgba(57, 151, 252, 0.38);
}

.bg_light_green {
  /* 标准语法 */
  background: linear-gradient(45deg, #5dd3d5, #6de5c1);
  box-shadow: 0 8px 18px 0px rgba(93, 211, 214, 0.38);
}

.bg_yellow {
  /* 标准语法 */
  background: linear-gradient(45deg, #ffd634, #ffc43f);
  box-shadow: 0 8px 18px 0px rgba(255, 196, 57, 0.38);
}

.bgzise {
  /* 标准语法 */
  background: linear-gradient(45deg, #a94dd4, #8e42d8);
  box-shadow: 0 8px 18px 0px rgba(165, 76, 212, 0.38);
}

.bg_dark_green {
  /* 标准语法 */
  background: linear-gradient(45deg, #5ec8eb, #5db9d4);
  box-shadow: 0 8px 18px 0px rgba(94, 200, 235, 0.38);
}

.bg_dark_yellow {
  /* 标准语法 */
  background: linear-gradient(45deg, #ffc36e, #f89a4e);
  box-shadow: 0 8px 18px 0px rgba(255, 110, 2, 0.38);
}

ul.zong_ys_list {
  flex-wrap: wrap;
}

.zong_ys_list .text.text_type h3 {
  margin-bottom: 10px;
}

.zong_ys_list .text.text_type p {
  color: #333;
}

.zong_ys_list li {
  box-shadow: 0 8px 18px 0px rgba(206, 206, 206, 0.38);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  padding-left: 145px;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}

.zong_ys_list li:nth-last-child(1),
.zong_ys_list li:nth-last-child(2) {
  margin-bottom: 0;
}

.zong_ys_list li:nth-child(2n) {
  margin-right: 0;
}

.zong_ys_list li em {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.goujian_kehu_dot ul {
  display: flex;
  justify-content: space-between;
}

.goujian_kehu_dot ul li {
  width: 23%;
  box-sizing: border-box;
  padding: 40px 40px 30px;
  color: #FFF;
  /* background: url('../images/kehu_bg1.png') no-repeat 50% 50%; */
  /* background-size: 100%; */
  height: 160px;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.goujian_kehu_dot li:after {
  position: absolute;
  content: '';
  left: 50%;
  width: 0;
  margin-left: -15px;
  bottom: -10px;
  height: 0;
  /* border-style: solid; */
  border-width: 10px 14px 0 14px;
  border-color: #eb6465 transparent transparent transparent;
}

.goujian_kehu_dot li:nth-child(2):after {
  border-color: #3b90fc transparent transparent transparent;
}

.goujian_kehu_dot li:nth-child(3):after {
  border-color: #62d8ce transparent transparent transparent;
}

.goujian_kehu_dot li:nth-child(4):after {
  border-color: #ffd038 transparent transparent transparent;
}

.goujian_kehu_dot p {
  font-size: 16px;
  line-height: 1.3;
  /* position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%); */
}

.c_k_tab_box_block.tab_box_block_jiagou {
  padding: 25px 0 0 0;
}

.waht_rencai_pd {
  text-align: center;
}

.waht_rencai_pd .text {
  padding: 60px 200px 50px;
}

.waht_rencai_pd .line_block,
.online_ar_pro_ys.rencai_answer_type2 .line_block {
  margin: 20px auto;
  height: 4px;
  width: 60px;
}

.waht_rencai_pd h3 {
  font-size: 24px;
}

.waht_rencai_pd p {
  font-size: 14px;
  color: #222;
  line-height: 1.5;
  text-align: left;
}

.rc_xg_list li {
  width: 23%;
  box-sizing: border-box;
}

.rc_xg_list img {
  width: 100%;
  max-width: max-content;
}

.rc_xg_list .text {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.rc_xg_list .text .text_top {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 15px;
}

.rc_xg_list .text .text_top i {
  color: #eaeaea;
}

.rc_xg_list .text h3 {
  font-size: 22px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rc_xg_list .text p {
  color: #888;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rc_xg_gonglue .text {
  padding: 0 35px 35px;
}

.rc_xg_gonglue img {
  margin-bottom: 25px;
  width: 100%;
  /* max-width: max-content; */
}

.rc_xg_gonglue li {
  width: 25%;
  margin-right: 35px;
}

.rc_xg_gonglue li .btn.themebg {
  color: #FFF;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 7px;
  font-size: 16px;
  margin-top: 25px;
}

.rc_xg_case img {
  margin: 0 auto;
}

.rc_xg_case li {
  padding: 0 35px 35px;
  margin-right: 35px;
}

.rencai_icon_line1 {
  width: 100%;
  height: 46px;
  background: url("../images/rc_case_ico.jpg") no-repeat 50% 50%;
}

.xy_tab_tit {
  font-size: 28px;
  color: #01acba;
}

.xy_tab_text h4 {
  font-size: 20px;
  width: 100%;
  margin: 20px 0 30px;
}

.xy_tab_text li {
  font-size: 14px;
  color: #444;
  font-weight: normal;
}

.xy_tab_text.text li p {
  line-height: 2;
}

.text_type_rck {
  text-align: left;
}

.text_type_rck h3 {
  font-size: 20px;
  color: #212121;
  margin: 25px 0;
  line-height: 1.2;
}

.text_type_rck p {
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.5;
}

.job_pc_list li {
  border-radius: 8px;
  padding: 30px 30px;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  width: 19%;
}

.job_pc_list h3 {
  height: 60px;
  line-height: 30px;
  align-content: center;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.job_pc_list h3 span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rck_case_list ul {
  flex-wrap: wrap;
}

.rck_case_list li,
.job_top_list li {
  border-radius: 8px;
  padding: 30px 40px;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  width: 32%;
}

.rck_case_list li:nth-child(1) p {
  padding-left: 20%;
  text-align: left;
}

.rck_case_list li:nth-child(1) p em {
  margin-right: 10px;
}

.rck_case_list li:nth-child(3n) {
  margin-right: 0;
}

.dot {
  background: url("../images/dot.png") no-repeat;
  display: inline-block;
  width: 6px;
  height: 7px;
}

.rck_inner_case {
  background: url("../images/rck_inner_bg.png") no-repeat;
  height: 723px;
}

.rck_inner_case .online_ar_pro_ys img {
  width: 100px;
  height: 100px;
  top: -50px;
  margin-left: -50px;
}

.rck_inner_case .online_ar_pro_ys li {
  padding: 50px 15px 30px 15px;
}

.rck_inner_case .online_ar_pro_ys ul {
  padding-bottom: 0;
  padding-top: 30px;
}

.rck_inner_case .more_gird {
  padding: 20px 0 0;
}

.rck_inner_case .online_ar_pro_ys .text p {
  color: #444;
}

.rck_inner_case .online_ar_pro_ys {
  padding-top: 0;
}

.valfenxi_img img {
  width: 100%;
}

.rck_bot_grid {
  background: url("../images/rck_bot_bg.jpg") 50% 50%;
}

.rck_bot_grid .more_gird {
  padding-top: 0;
  margin-top: -20px;
}

.job_pingce_case {
  background: url("../images/job_pingce_casebg.jpg") repeat-y 50% 0%;
}

.job_pingce_case li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.job_pingce_case li:nth-child(3n) {
  margin-right: 0;
}

.job_pingce_case .job_case_m_list {
  flex-wrap: wrap;
}

.job_case_m_list li {
  position: relative;
  overflow: hidden;
}

.job_case_m_list li img {
  width: 100%;
  max-width: max-content;
}

.job_case_m_list p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #FFF;
  padding: 25px 0;
  text-align: center;
  line-height: 1.5;
  background: rgba(0, 173, 187, 0.5);
  transform: translateY(100%);
  transition: all 0.3s;
}

.job_case_m_list li:hover p {
  transform: translateY(0%);
}

/*main --end*/
/*footer start*/
.footer {
  background: #222;
  color: #FFF;
}

.foot_nav_erji ul li,
.foot_nav_top ul li {
  float: left;
}

.foot_nav_erji li>h3 {
  display: none;
}

.foot_nav_top li.fr,
.foot_nav_erji li.fr {
  float: right;
  width: 20%;
}

.foot_nav_top ul li {
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}

.foot_nav_top {
  border-bottom: 1px solid #2d2d2d;
}

.foot_nav_erji a {
  color: #FFF;
}

.foot_nav_erji ul {
  padding-top: 30px;
}

.foot_nav_erji ul li:nth-child(1),
.foot_nav_top ul li:nth-child(1) {
  width: 210px;
}

.foot_nav_erji ul li:nth-child(2),
.foot_nav_top ul li:nth-child(2) {
  width: 11%;
}

.foot_nav_erji ul li:nth-child(3),
.foot_nav_top ul li:nth-child(3) {
  width: 8%;
}

.foot_nav_erji ul li:nth-child(4),
.foot_nav_top ul li:nth-child(4) {
  width: 8%;
}

.foot_nav_erji ul li:nth-child(5),
.foot_nav_top ul li:nth-child(5) {
  width: 12%;
}

.foot_nav_erji ul li:nth-child(6),
.foot_nav_top ul li:nth-child(6) {
  width: 19%;
}

.foot_nav_erji li:nth-child(1) h3 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: normal;
}

.foot_nav_erji li:nth-child(1) h3 em {
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding-top: 8px;
}

.foot_nav_erji dl dd {
  padding-bottom: 45px;
}

.foot_nav_erji .ewm dd {
  text-align: center;
}

.foot_nav_erji .ewm img {
  margin-bottom: 20px;
}

.foot_nav_erji dd a,
.foot_nav_erji .text p {
  color: #939393;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s;
}

.foot_nav_erji dd a {
  border-bottom: 3px solid #222;
}

.foot_nav_erji dd:hover a,
.foot_nav_erji dd.hover a {
  border-color: #00adbb;
  color: #FFF;
}

.foot_nav_erji .text p {
  text-decoration: underline;
}

.foot_nav_erji li dl {
  overflow: hidden;
}

.foot_nav_erji li:nth-last-child(2) dd,
.foot_nav_erji li:nth-last-child(1) dd {
  float: left;
  margin-right: 15px;
}

.foot_nav_erji li:nth-last-child(1) dd img {
  width: 100px;
}

/*footer end*/
/*轮播图start*/
.banner {
  max-width: 1920px;
  margin: 0 auto 0;
  width: 100%;
  /* background: #FFFFFF; */
  /* padding-top: 110px; */
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

/* .pc360 .banner .swiper-slide1{
  background: #00c5ce;
} */

.banner  .swiper-button-prev {
  width: 12px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_03.png") center no-repeat;
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 999;
}

.banner .swiper-button-next {
  width: 12px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_04.png") center no-repeat;
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 999;
}

.pc360 .banner_slide_360{
  width: auto;
  margin: 0 8%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}


.pc360 .banner .kh-wrap{
  width: 31%;
  float: left;
  margin-right: 2%;
  background-color: #fafafa;
}

.pc360 .banner .kh-inner{
  position: relative;
  padding: 30px 20px 10px;
  box-shadow: 0 16px 16px 0 rgba(55,69,103,.02), 0 8px 8px 0 rgba(235,240,252,.02);
  border: 1px solid #e1e6f0;
  background-image: url(../images/campus_u9311.png);
  background-position: right bottom;
  background-size: 100px;
  background-repeat: no-repeat;
  height: 100%;
}

.pc360 .banner .kh-inner h3{
  font-size: 16px;
  line-height: 30px;
}

.pc360 .banner .kh-inner h3 img{
  margin-right: 10px;
  width: 30px;
  float: left;
  display: block;
  height: 30px;
}

.pc360 .banner .kh-inner p{
  line-height: 24px;
  font-size: 14px;
  color: #999;
  padding: 0;
  margin: 20px 0;
  line-height: 24px;
  min-height: 100px;
}

.pc360 .banner .kh-inner .btn-wrap {
  width: 100%;
  position: absolute;
  bottom: 30px;
}

.pc360 .banner .kh-inner .btn-wrap a{
  margin-top: 20px;
  padding: 6px 20px;
  border-radius: 3px;
  color: #ffff;
  font-size: 14px;
  background-color: rgba(113, 160, 249, 1);
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}




.banner .bg-box img {
  width: 100%;
  height: auto;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
  height: auto;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: inherit;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: all 0.6s;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.5);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 550;
  color: #FFF;
  width: 100%;
}

/* .pc360 .banner .text{
  position: relative;
  padding: 80px 0;
  display:flex;
} */

.banner_slide.banner .text {
  color: #292929;
}

.text_p.textcenter {
  position: relative;
}

.text_p.textcenter .btn_block {
  justify-content: center;
  /*position: absolute;
  bottom: 70px;*/
  margin-top:0px;
}

.text_p.textcenter p strong {
  font-size: 18px;
}

.text_p.textcenter .btn_block a {
  border: none;
}

.banner .text_p {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.banner .btn_block {
  width: 100%;
}

.banner .textcenter h1 {
  font-size: 34px;
  margin-bottom: 40px;
  line-height: 1.2;
}

.banner .text_p h1 {
  display: block;
  line-height: 2;
  width: 100%;
}

.banner .text_p>div.inner-20 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.pc360 .banner .text1 .text_p>div.inner-20{
  width:50%;
}

.pc360 .banner .text1 .text_p>div.inner-img{
  width:50%;
}

.pc360 .banner .text1 .text_p>div.inner-img img{
  max-height: 350px;
  margin: auto;
  display: block
}

.banner .text_p>div {
  width: 100%;
}

.banner p {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.5;
  max-width: 560px;
  /* max-width: 600px; */
}

.banner .text_p.textcenter p {
  max-width: max-content;
  margin-bottom: 60px;
}

.banner p strong {
  font-size: 18px;
}

.banner h2 {
  font-size: 40px;
  /* font-weight: normal; */
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.2;
}

.banner .type2 h2 {
  font-size: 34px;
}

.banner h2 em {
  display: block;
  font-size: 30px;
  padding-top: 15px;
  font-weight: normal;
  /* max-width: 560px; */
  /* line-height: 1.5; */
}

.main-box .banner h2,
.main-box .banner p {
  color: #181818;
  padding-right: 50%;
}

.sub_01c_h1 em.em1 {
  display: block;
}

.banner_slide {
  position: relative;
}

.banner_slide .banner_sp {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: -30px;
  z-index: 999;
  text-align: center;
}

.banner_slide .banner_sp span {
  opacity: 1;
  background-color: #b1b5be;
  border-radius: 0px;
  margin: 0px 5px;
  height: 3px;
  width: 90px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.banner_slide .banner_sp span i {
  width: 0px;
  height: 3px;
  background-color: #00adbb;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.banner_slide .banner_sp span.on i {
  width: 100%;
  transition: 6s linear;
  -webkit-transition: 6s linear;
  -o-transition: 6s linear;
  -moz-transition: 6s linear;
}

.swiper-slide .banner-content {
  transform: translateY(-200px);
  opacity: 0;
  transition: all .6s;
}

.ani-slide .banner-content {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.inner-banner {
  padding-top: 110px;
}

.inner-banner .ib-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner .ib-inner .ib-tit {
  text-align: center;
}

.inner-banner .ib-inner .ib-tit h4 {
  display: inline-block;
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px #000000;
  font-weight: normal;
  position: relative;
}

.inner-banner .ib-inner .ib-tit h4:after {
  content: '';
  width: 69px;
  height: 10px;
  background: url(../images/inner-banner-tit-l.png) no-repeat center;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -5px;
}

.inner-banner .ib-inner .ib-tit h4:before {
  content: '';
  width: 69px;
  height: 10px;
  background: url(../images/inner-banner-tit-r.png) no-repeat center;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -5px;
}

.crumbs-box {
  padding: 12px 0;
}

.crumbs-box a {
  color: #bfbfbf;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B24249;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #bfbfbf;
}

.crumbs-box span {
  color: #bfbfbf;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #00adbb;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a {
  display: inline-flex;
  font-size: 20px;
  color: #293341;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  background: transparent;
  border: 1px solid #e6e7e8;
}

.page-box .page-inner .page-list {
  display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
  color: #FFFFFF;
  background: #b24249;
  border: 1px solid #b24249;
  transition: all 0.4s;
}

.page-box .page-inner a.prev {
  background: url(../images/page-left.png) no-repeat center;
}

.page-box .page-inner a.next {
  background: url(../images/page-right.png) no-repeat center;
}

.page-box .page-inner a.prev.all {
  background: url(../images/page-left-01.png) no-repeat center;
}

.page-box .page-inner a.next.all {
  background: url(../images/page-right-01.png) no-repeat center;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}

/*分页 end*/
.nav-box {
  display: none;
}

.rightfr ul li .rtf_c .rtfc_c p.p2 {
  font-family: sans-serif;
}

.video_grid {
  position: relative;
}

.paly_fade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 199;
  cursor: pointer;
}

/*公共样式定义 end*/
/*1202 --start*/
.banner .text_p.pass_b_text h2 {
  margin-bottom: 20px;
}

.banner .text_p.pass_b_text ul {
  width: 100%;
  display: flex;
}

.banner .text_p.pass_b_text ul li {
  margin-right: 25px;
  display: flex;
  align-items: center;
}

.banner .text_p.pass_b_text ul .icon {
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("../images/pass/b_icon.jpg") no-repeat;
  margin-right: 7px;
}

.banner .text_p.pass_b_text p {
  font-size: 30px;
}

.online_ar_pro_ys .text {
  cursor: pointer;
}

.online_ar_pro_ys.pass_ys li {
  width: 48%;
}

.online_ar_pro_ys.pass_ys li>img {
  width: 160px;
  height: 160px;
  margin-left: -80px;
}

.online_ar_pro_ys .text p.f16 {
  font-size: 16px;
  color: #888;
}

.c_k_tab_box.pass_tab_box .c_k_tab_box_block {
  padding: 50px 0;
}

.c_k_tab_box.pass_tab_box .c_k_tab_box_block .text {
  width: auto;
}

.c_k_tab_box.pass_tab_box .c_k_tab_box_block .text li em {
  line-height: 1.5;
}

.c_k_tab_item.case_360_item.case_pass_index_item li:nth-child(1) a i {
  background: url(../images/pass/pass_index_ys_icon1.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_pass_index_item li:nth-child(1).hover a i {
  background: url(../images/pass/pass_index_ys_icon01.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_pass_index_item li:nth-child(2) a i {
  background: url(../images/pass/pass_index_ys_icon2.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_pass_index_item li:nth-child(2).hover a i {
  background: url(../images/pass/pass_index_ys_icon02.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_pass_index_item li:nth-child(3) a i {
  background: url(../images/pass/pass_index_ys_icon3.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_pass_index_item li:nth-child(3).hover a i {
  background: url(../images/pass/pass_index_ys_icon03.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_pass_index_item li:nth-child(4) a i {
  background: url(../images/pass/pass_index_ys_icon4.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_pass_index_item li:nth-child(4).hover a i {
  background: url(../images/pass/pass_index_ys_icon04.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_pass_index_item li:nth-child(5) a i {
  background: url(../images/pass/pass_index_ys_icon5.png) no-repeat 50% 50%;
}

.c_k_tab_item.case_360_item.case_pass_index_item li:nth-child(5).hover a i {
  background: url(../images/pass/pass_index_ys_icon05.png) no-repeat 50% 50%;
}

.online_ar_pro_ys.rencai_find_duice.pass_ys .text p {
  background: url("../images/pass/dot.png") no-repeat 0 5px;
}

.online_ar_pro_ys.rencai_find_duice.pass_ys li {
  padding: 100px 0 30px;
  position: relative;
  background: rgba(248, 248, 252, 0.2);
}

.online_ar_pro_ys.rencai_find_duice.pass_ys li img {
  z-index: 501;
}

.online_ar_pro_ys.rencai_find_duice.pass_ys li h3 {
  background: #f8f8fc;
  font-size: 24px;
  padding: 0 30px;
}

.online_ar_pro_ys.rencai_find_duice.pass_ys li h3 small {
  padding: 10px 0 40px;
  line-height: 1.5;
  font-size: 18px;
  display: block;
  color: rgba(43, 43, 43, 0.5);
  font-weight: normal;
}

.online_ar_pro_ys.rencai_find_duice.pass_ys li:after {
  z-index: 500;
  background: #f8f8fc;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  height: 100px;
}

.online_ar_pro_ys.rencai_find_duice.pass_ys li .text {
  padding: 40px 50px 0;
}

.online_ar_pro_ys.rencai_find_duice.pass_ys li .text p {
  margin-bottom: 15px;
}

.online_ar_pro_ys.rencai_find_duice.pass_ys li .text p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.pass_index_usvalue li {
  width: 32%;
  margin-right: 2%;
  border-radius: 8px;
  cursor: pointer;
}

.pass_index_usvalue li:nth-last-of-type(1) {
  margin-right: 0;
}

.pass_index_usvalue li:hover h3 {
  background: linear-gradient(155deg, #62e1c3, #00bfca);
  color: #FFF;
}

.pass_index_usvalue li:hover h3 small {
  color: #FFF;
}

.pass_index_usvalue li:hover .text:after {
  color: #00BFCA;
}

.pass_index_usvalue h3 {
  height: 160px;
  display: flex;
  align-content: center;
  color: #212121;
  font-size: 28px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}

.pass_index_usvalue h3 em {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.pass_index_usvalue h3 small {
  color: #666666;
  font-size: 20px;
  font-weight: normal;
  display: block;
  width: 100%;
  flex-shrink: 0;
}

.pass_index_usvalue .text {
  padding: 70px 60px;
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.pass_index_usvalue .text:after {
  content: '01';
  position: absolute;
  left: 50%;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #e5e5e5;
  font-size: 22px;
  color: #444444;
  text-align: center;
  line-height: 50px;
  margin-left: -25px;
}

.pass_index_usvalue li:nth-of-type(2) .text:after {
  content: '02';
}

.pass_index_usvalue li:nth-of-type(3) .text:after {
  content: '03';
}

.pass_index_usvalue .text p {
  line-height: 1.5;
}

.pass_liaojie_more li {
  width: 50%;
  padding: 80px 110px;
}

.pass_liaojie_more h3 {
  color: #000;
  font-size: 36px;
  margin-bottom: 20px;
}

.pass_liaojie_more p {
  color: #888;
  line-height: 1.5;
}

.pass_liaojie_more ul {
  border-radius: 15px;
}

.pass_liaojie_more .more_btn {
  width: 180px;
  text-align: center;
  justify-content: center;
  margin-top: 50px;
}

.banner.banner_newsadd {
  background-color: #00BFCA;
  height: 610px;
}

.banner.banner_newsadd .swiper-slide {
  display: flex;
}

.banner.banner_newsadd .tips {
  font-size: 20px;
  margin-top: 20px;
}

.banner.banner_newsadd .bg-box {
  position: absolute;
  right: 20px;
  top: 0;
  width: 50%;
  height: 610px;
  display: flex;
  align-items: center;
}

.banner.banner_newsadd .bg-box img {
  width: 100%;
  max-width: max-content;
}

.flexre {
  flex-direction: row-reverse;
}

.flexnormal {
  flex-direction: row !important;
}

.pass_case_tab .c_k_tab_box_block.job_tab_block .fl {
  text-align: left;
}

.pass_case_tab .c_k_tab_box_block.job_tab_block .text {
  padding: 0;
}

.pass_case_tab .c_k_tab_box_block.job_tab_block .text p {
  padding-left: 0;
  color: #888;
  font-size: 18px;
}

.pass_case_tab .c_k_tab_box_block.job_tab_block:nth-of-type(2n)>div {
  flex-direction: row;
}

.pass_case_tab .c_k_tab_box_block.job_tab_block:nth-of-type(1) {
  background-color: #f8f9fb;
}

.pass_case_tab h3 small {
  font-size: 20px;
  color: #00BFCA;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  font-weight: normal;
}

.pass_case_tab h4 {
  color: #292929;
  background: url("../images/pass/duigou.png") no-repeat 0 50%;
  padding: 10px 0 10px 20px;
  background-size: 15px;
  font-size: 20px;
}

.pass_mehu_info .text {
  width: 53%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.pass_mehu_info .text h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
}

.pass_mehu_info .text p {
  line-height: 1.5;
  color: #888;
  font-size: 18px;
}

.pass_mehu_info .mh_left {
  width: 47%;
  flex-shrink: 0;
  text-align: center;
}

.pass_mehu_info .mh_left img {
  width: 100%;
  max-width: max-content;
}

.pass_mehu_info .more_btn {
  margin-top: 40px;
}

.pass_mehu_info .more_btn .arrow {
  font-family: monospace !important;
  line-height: 19px;
  background-image: none;
}

.pass_mehu_info .more_btn:hover .arrow {
  transform: rotate(0);
}

.menhu_base_app li {
  text-align: center;
  width: 50%;
}

.menhu_base_app li:nth-of-type(2) h4 {
  color: #96D700;
}

.menhu_base_app li:nth-of-type(2) h3 {
  background-color: #96D700;
}

.menhu_base_app .text {
  width: 430px;
  padding: 30px 105px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 8px;
}

.menhu_base_app h4 {
  font-size: 24px;
  color: #00BFCA;
}

.menhu_base_app p {
  font-size: 18px;
  line-height: 1.5;
  color: #888;
}

.menhu_base_app .img_grid {
  margin: 30px 0;
}

.menhu_base_app .line_block {
  width: 15px;
  height: 2px;
  background: #d2d2d2;
  border-radius: 0px;
  margin: 15px auto;
  transition: all 0.3s;
}

.menhu_base_app h3 {
  display: inline-block;
  padding: 12px 40px;
  background-color: #00BFCA;
  color: #FFF;
  width: 222px;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
}

.menhu_base_app ul {
  justify-content: space-between;
}

.borbox7 {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.06);
}

.menhu_ours_power ul {
  justify-content: space-between;
}

.menhu_ours_power li {
  text-align: center;
  padding: 50px;
  width: 32%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.menhu_ours_power li:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background-color: #00BFCA;
  left: 0;
}

.menhu_ours_power li:hover .line_block {
  background: #00adbb
}

.menhu_ours_power .icon {
  margin: 0 auto 30px;
  display: inline-block;
}

.menhu_ours_power h3 {
  color: #2B2B2B;
  font-size: 24px;
}

.menhu_ours_power p {
  font-size: 16px;
  line-height: 1.5;
  color: #888;
}

.menhu_ours_power .line_block {
  width: 50px;
  height: 3px;
  background: #e5e5e5;
  border-radius: 1px;
  margin: 30px auto;
}

.tech_info .disflex {
  flex-wrap: wrap;
}

.tech_info .text {
  width: 100%;
  margin-bottom: 40px;
}

.tech_info .mh_left {
  text-align: center;
  width: 100%;
}

.tech_info .mh_left img {
  margin: 0 auto;
}

.rencai_answer_type2.pass_api_info ul {
  padding: 0px;
}

.rencai_answer_type2.pass_api_info .text h3 {
  font-size: 24px;
}

.rencai_answer_type2.pass_api_info .text p {
  color: #888;
  font-size: 16px;
}

.btn_block i.video {
  background: url("../images/pass/shipin.png") no-repeat 50% 50%;
  background-size: 100%;
}

.btn_block a:hover i {
  background: url("../images/pass/shipin2.png") no-repeat 50% 50%;
  background-size: 100%;
}

@media screen and (max-width: 1260px) {

  .pass_mehu_info .mh_left,
  .pass_mehu_info .text {
    width: 100%;
  }

  .pass_mehu_info>.disflex {
    flex-wrap: wrap;
  }

  .flexwrap {
    flex-wrap: wrap;
  }

  .banner.banner_newsadd {
    height: 100%;
  }

  .banner.banner_newsadd .wap-box img {
    width: 80%;
    margin-bottom: 30px;
  }

  .banner.banner_newsadd .btn_block {
    justify-content: space-between;
  }

  .banner.banner_newsadd .btn_block a {
    width: 40%;
  }

  .banner.banner_newsadd .bg-box {
    display: none;
  }

  .banner .text_p.pass_b_text ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .banner .text_p.pass_b_text h2,
  .banner .text_p.pass_b_text ul li {
    color: #FFF;
  }

  .banner .text_p.pass_b_text ul li {
    margin-bottom: 20px;
    width: 50%;
    margin-right: 0;
  }

  .banner .text_p.pass_b_text p {
    color: #FFF;
    font-size: 20px;
    max-width: 100%;
    text-align: center;
  }

  .banner.banner_newsadd .swiper-slide {
    flex-direction: column-reverse;
    text-align: center;
    color: #FFF;
  }

  .pass_index_usvalue ul {
    flex-wrap: wrap;
  }

  .pass_index_usvalue ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .pass_liaojie_more li {
    padding: 20px;
  }

  .pass_liaojie_more h3,
  .pass_index_usvalue h3 {
    font-size: 20px;
  }

  .online_ar_pro_ys.rencai_find_duice.pass_ys li {
    margin-top: 80px;
  }

  .online_ar_pro_ys.rencai_find_duice.pass_ys li img {
    position: absolute;
    top: -80px;
  }

  .online_ar_pro_ys.pass_ys li>img {
    margin-left: 0;
  }
}

/*1202 --end*/
@media only screen and (max-width: 1600px) {
  .pass_index_usvalue {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* .inner-20 {
  box-sizing: border-box;
  padding-left: 20px !important;
  padding-right: 20px !important;
} */
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {

  .banner h2 em,
  .text_type_rck h3 {
    font-size: 20px;
  }

  .c_k_tab_box .text h3,
  .banner .text_p h1,
  .banner .type2 h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .banner p strong {
    font-size: 20px;
  }

  .c_k_tab_box .text em,
  .c_k_tab_box .text.tit_text em,
  .c_k_tab_box .text.f24 em，.news_pdf_list li span {
    font-size: 14px;
  }

  .renzhi_c_key .c_k_tab_box .text em:after {
    top: 5px;
  }

  .c_k_tab_item li>a {
    padding: 30px 5%;
  }

  .nav_pc ul li {
    font-size: 16px;
    padding: 0 1%;
  }

  .man_peo_proys ul {
    padding-left: 0;
  }

  .man_peo_proys ul li {
    margin-right: 90px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 140px;
  }

  .man_peo_proys li img {
    width: 120px;
    height: 120px;
    left: 10px;
    margin-top: -55px;
  }

  .news_title_grid {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .news_title_grid h2,
  .online_center_ad .text h2,
  .online_center_other h2,
  .online_center_bot_news .news_title_grid h2 {
    font-size: 26px;
    /* margin-bottom: 0px; */
  }

  .online_ar_pro_ys .text h3 {
    font-size: 18px;
  }
  .pc360 .online_ar_pro_ys1 .text h3{
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .nav_pc ul li {
    font-size: 14px;
    padding: 0 1%;
  }
}

@media only screen and (max-width: 1000px) {

.banner .text_p{
  display: block;
}
  .banner .text_p h1 {
      margin-bottom: 0;
    font-size: 20px;
    line-height: 1.8;
  }

  .news_title_grid h2 {
    font-size: 30px;
  }

  .online_ar_pro_ys.rck_m_ys li>img {
    margin-left: 0;
  }

  .online_ar_pro_ys.rencai_answer_ques .text p,
  .online_ar_pro_ys.rck_m_ys .text p,
  .rck_case_list li:nth-child(1) p {
    padding-left: 0;
    background: none;
  }

  .banner .text_p.textcenter p,
  .tab_box_block_rck .f45 {
    margin-bottom: 4px;
  }

  .rck_bot_grid .more_gird {
    margin-top: 0;
  }

  .c_k_tab_box.job_why_do .text {
    padding: 0;
  }

  .job_why_do .fl,
  .job_why_do .fr {
    width: 100%;
  }

  .c_k_tab_box_block.job_tab_block .text {
    padding: 0;
  }

  .job_why_do>div.disflex {
    flex-wrap: wrap;
  }

  .news_title_grid>span {
    line-height: 1.5;
  }

  .rck_inner_case {
    height: auto;
    background-repeat: repeat-y;
  }

  .rck_inner_case .online_ar_pro_ys img {
    margin-left: 0;
  }

  .nav-box {
    display: block;
  }

  .c_k_tab_box_block .online_ar_pro_ys ul {
    padding: 30px 0 30px;
  }

  .online_ar_pro_ys.rencai_find_duice .text {
    text-align: left;
  }

  .rc_xg_list.disflex,
  .job_pc_list ul,
  .job_top_list ul {
    flex-wrap: wrap;
  }

  .rck_case_list li,
  .job_top_list li,
  .job_pc_list li,
  .job_pingce_case li {
    margin-right: 0;
  }

  .job_pingce_case li p {
    transform: translateY(0);
  }

  .rc_xg_gonglue li,
  .rc_xg_case li {
    margin-right: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .online_ar_pro_ys.rencai_answer_ques ul li {
    padding: 20px;
  }

  .online_ar_pro_ys.rencai_answer_ques li img {
    margin-left: 0;
    top: auto;
  }

  .c_k_tab_box_block.tab_box_block_rencai .fl:after {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
    height: auto;
    right: 0;
    left: 0;
    top: auto;
    bottom: -20px;
    width: 100%;
  }

  .c_k_tab_box_block.tab_box_block_rencai .fl,
  .c_k_tab_box_block.tab_box_block_rencai .fr {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .waht_rencai_pd .text {
    padding: 20px;
  }

  .man_peo_proys.rencai_ys li {
    margin-right: 0;
  }

  .banner_slide .banner_sp {
    bottom: 0;
  }

  .product_info_yuan ul li,
  .product_info_yuan ul li:nth-child(1) {
    margin-bottom: 15px;
  }

  .text_img img {
    width: 100%;
  }

  .goujian_kehu_dot ul li {
    margin-bottom: 30px;
  }

  .goujian_kehu_dot ul {
    flex-wrap: wrap;
  }

  .c_k_tab_item li>a {
    padding: 15px 5%;
    line-height: 1.2;
    height: 100%;
    box-sizing: border-box;
  }

  .c_k_tab_item ul {
    display: flex;
  }

  .c_k_tab_item ul li {
    font-size: 14px;
  }

  .c_k_tab_item a.themebg:before {
    display: none;
  }

  .c_k_tab_item a i {
    display: none;
  }

  .apply_app_list.disflex {
    flex-wrap: wrap;
  }

  .apply_app_list.top li {
    margin-right: 0;
  }

  .zong_ys_list li:nth-last-child(2) {
    margin-bottom: 4%;
  }

  .renzhi_c_key .c_k_tab_box .c_k_tab_box_block {
    padding: 20px 0;
  }

  .renzhi_c_key .c_k_tab_box .c_k_tab_box_block:nth-child(odd) .fl {
    text-align: center;
  }

  .man_peo_tese.special_ys {
    height: auto !important;
  }

  .man_peo_tese.special_ys {
    background-size: cover !important;
  }

  .man_peo_tese.special_ys li em {
    position: relative;
    left: auto;
    margin-left: 0;
    display: inline-block;
  }

  .c_k_tab_box .c_k_tab_box_block:nth-child(1) {
    background: none;
  }

  .c_k_tab_box .text .btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .c_k_tab_box .c_k_tab_box_block {
    height: auto;
  }

  .c_k_tab_box_block .fr,
  .c_k_tab_box .text {
    justify-content: center;
  }

  .c_k_tab_box .text {
    width: 100%;
  }

  .gaoceng_top_bg {
    height: auto;
  }

  .gaoceng_top_bg img {
    width: 95%;
    max-width: max-content;
  }

  .product_info_yuan li:nth-child(3),
  .product_info_yuan li:nth-child(2) {
    position: initial;
  }

  .man_peo_tese ul {
    padding-top: 20px;
  }

  .product_info_yuan ul li:nth-child(1) {
    left: 0;
  }

  .product_info_yuan {
    background: none;
    height: auto;
    padding: 20px 0 0 0;
  }

  .online_center_other p {
    line-height: 1.5;
  }

  .news_pdf_list li span {
    width: 60%;
  }

  .sm_100 {
    width: 100% !important;
    max-width: 100% !important;
  }


  .sm_100_d {
        padding: 0 20px;
  }
  .flex_wrap {
    flex-wrap: wrap;
  }

  .man_peo_tese {
    background-repeat: repeat-y;
    padding: 20px 0;
  }

  .man_peo_tese ul li,
  .man_peo_tese ul li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }

  .man_peo_proys ul li {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px 20px 20px 110px;
  }

  .man_peo_proys li img {
    left: 0;
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }

  .man_peo_tese li {
    text-align: center;
  }

  .man_peo_tese li a>img {
    position: initial;
    width: 100px;
    height: 100px;
    margin-left: 0px;
    top: 0;
    margin-bottom: 15px;
  }

  .text_type.text h3 {
    line-height: 1.5;
  }

  .man_peo_tese li:nth-child(2n) a>img {
    top: -68px;
    bottom: auto;
  }

  .man_peo_tese {
    height: auto;
  }

  .banner p {
    line-height: 1.5;
  }

  .banner p strong,
  .online_center_ad.center_ad_job .text p {
    font-size: 16px;
  }

  .foot_nav_erji ul h3 {
    display: block;
  }

  .foot_nav_top {
    display: none;
  }

  .head_right {
    background: none;
    color: #00adbb;
    padding: 10px 0;
    display: none;
  }

  .banner .text {
   position: relative;
        background:#00adbb;
  }
  .banner .text_p.textcenter p{
    font-size: 14px;
    line-height: 1.3;
  }

  .header-box>.head_right .login {
    font-size: 14px;
  }

  .banner h2,
  .online_ar_pro_ys .text h3 {
    font-size: 28px;
  }

  .btn_block a {
    width: 100%;
    font-size: 14px;
    margin-right: 0;
    background: #00adbb;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .btn_block a:nth-child(1) i {
    background: url(../images/sfl_1.png) no-repeat;
  }

  .btn_block a:nth-child(2) i {
    background: url(../images/sfl_2.png) no-repeat;
  }

  .banner h2,
  .news_title_grid h2,
  .news_title_grid>span {
    margin-bottom: 20px;
  }

  .news_title_grid h2,
  .c_k_tab_box .text h3,
  .online_center_ad .text h2,
  .online_center_other h2,
  .online_center_bot_news .news_title_grid h2,
  .news_title_grid h2.f45,
  .f45,
  .xy_tab_tit,
  .xy_tab_text h4 {
    font-size: 26px;
    line-height: 1.5;
  }

  .c_k_tab_box .text h3 {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
  }

  .news_title_grid>span,
  .online_center_ad .text p,
  .text_type.text h3 {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .btn_block,
  .c_k_tab_box_block>.disflex,
  .online_ar_pro_ys ul {
    flex-wrap: wrap !important;
    margin-top: 20px;
    padding: 20px 0;
  }

  .text_p.textcenter .btn_block {
    position: initial;
    padding: 0;
  }
  .text_p.textcenter .btn_block a{
    padding: 4px 10px;
    width: auto;
  }

  .online_ar_pro_ys ul {
    padding: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .online_ar_pro_ys ul li {
    /* margin-bottom: 100px; */
    margin-right: 0 !important;
    margin-bottom: 15px;
    padding: 20px 15px 20px 15px;
  }

  .online_ar_pro_ys li>img {
    position: initial;
    top: 0;
    margin-left: 0;
    width: 110px;
    height: 110px;
  }

  .news_title_grid {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .online_center_hezuo ul li {
    width: 48%;
    margin-right: 4%;
  }

  .online_center_hezuo ul li:nth-child(5n) {
    margin-right: 4%;
  }

  .online_center_hezuo ul li:nth-child(10n) {
    margin-right: 0%;
  }

  .online_center_hezuo ul li:nth-child(2n) {
    margin-right: 0%;
  }

  .c_k_tab_box .c_k_tab_box_block,
  .c_k_tab_box .c_k_tab_box_block:nth-child(2),
  .c_k_tab_box .c_k_tab_box_block:nth-child(3) {
    background-image: none;
    padding-bottom: 15px;
  }

  .header-box {
    /* display: flex;
		align-items: center;
		justify-content: space-between; */
  }

  .header-box>.head_right {
    top: auto;
    /* transform: translateY(-50%); */
    position: initial;
  }

  .header-box>.logo {
    left: 10px;
    position: relative;
    margin-top: 0;
    top: 21px;
    float: left;
  }

  .header-box,
  .head_right {
    height: auto;
  }

  .c_k_tab_box_block>div>div,
  .online_ar_pro_ys ul li,
  .online_center_bot_news>div,
  .foot_nav_erji ul li {
    width: 100% !important;
  }

  .foot_nav_erji dl dd,
  .foot_nav_erji h3 {
    padding-bottom: 10px;
  }

  .foot_nav_erji .text p {
    padding-left: 15px;
    padding-bottom: 10px;
  }

  .foot_nav_erji dl dd {
    float: left;
    margin-left: 15px;
  }

  .paddbot-90 {
    padding-bottom: 20px;
  }

  .paddtop-70 {
    padding-top: 20px;
  }

  .paddtop-90 {
    padding-top: 20px;
  }

  .c_k_tab_box_block {
    height: auto;
  }

  #menuPc,
  .nav_pc,
  .c_k_tab_box.job_why_do .fl:after {
    display: none;
  }

  #page {
    background: #FFFFFF;
  }

  .btn-nav {
    position: relative;
    background: transparent;
    border: none;
    padding: 21px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
    margin-right: 10px;
  }

  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #00adbb;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }

  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }

  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }

  .mm-opening .middleo {
    width: 0;
  }

  .banner {
     padding-top: 50px; 
  }

  .banner .bg-box {
    display: none;
  }

  .banner-content {
    display: none;
  }

/*  .banner .wap-box {
    display: block;
  }*/
}

@media only screen and (max-width: 600px) {
  .pc360 .banner_slide_360{
    display: block;
  }

  .pc360 .banner .kh-wrap {
    width: auto;
    margin: 20px 8% 0;
    float: none;
  }
  .pc360 .banner .kh-inner{
    padding-bottom: 20px;
  }
  .pc360 .banner .text1 .text_p>div.inner-img{
    display: none;
  }
  .pc360 .banner .text1{
    width: 100%;
  }
  .zong_top_bg .gaoceng_top_bg{
    height: auto;
  }
}