@charset "UTF-8";
body,
html,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-family: '思源黑体 CN';
}

* {
  font-family: '思源黑体 CN' !important;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

.clearfix::before,
.clearfix::after {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.auto {
  margin: 0 auto;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

body {
  background-color: #ffffff;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.fyjh_page_box {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}

.fyjh_page_box #fyjh_swiper {
  width: 100%;
}

.fyjh_page_box #fyjh_swiper img {
  display: block;
  width: 100%;
}

.fyjh_page_box .part1_box {
  width: 100%;
  background-color: #eceefa;
  padding-top: 60px;
  padding-bottom: 55px;
}

.fyjh_page_box .part1_box .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background: url(../images/tit_bg.png) no-repeat center 0;
  padding-top: 30px;
  color: #2a2c58;
}

.fyjh_page_box .part1_box .title em {
  color: #d840a9;
}

.fyjh_page_box .part1_box ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/u_bg.png) no-repeat center center;
  margin-top: 35px;
}

.fyjh_page_box .part1_box ul li {
  width: 380px;
  height: 120px;
  text-align: center;
  background: url(../images/y_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 55px;
  position: relative;
  padding-top: 30px;
  box-sizing: border-box;
}

.fyjh_page_box .part1_box ul li p {
  font-size: 20px;
  color: #fff;
}

.fyjh_page_box .part1_box ul li a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
  display: block;
  width: 230px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #d840a9;
  border-radius: 5px;
}

.fyjh_page_box .part1_box ul li a:hover {
  box-shadow: 0px 3px 1px 1px #98258f;
}

.fyjh_page_box .part1_box ul li:nth-child(2n+1) {
  margin-right: 60px;
}

.fyjh_page_box .part1_box ul li:nth-child(-n+2) {
  margin-top: 15px;
}

.fyjh_page_box .part2_box {
  width: 100%;
  height: 825px;
  box-sizing: border-box;
  background: url(../images/part2_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 45px;
}

.fyjh_page_box .part2_box .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background: url(../images/tit_bg2.png) no-repeat center 0;
  padding-top: 15px;
  color: #fff;
}

.fyjh_page_box .part2_box .title em {
  color: #d840a9;
}

.fyjh_page_box .part2_box ul {
  width: 100%;
  padding: 60px 15px 0 15px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/z_bg.png) no-repeat center center;
  padding-top: 520px;
}

.fyjh_page_box .part2_box ul li {
  font-size: 18px;
  color: #fff;
  width: 288px;
  height: 110px;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px 25px;
  box-sizing: border-box;
}

.fyjh_page_box .part2_box ul li span {
  font-size: 16px;
}

.fyjh_page_box .part2_box ul li:nth-child(1) {
  position: absolute;
  left: 90px;
  top: 75px;
  text-align: end;
}

.fyjh_page_box .part2_box ul li:nth-child(2) {
  position: absolute;
  right: 82px;
  top: 75px;
}

.fyjh_page_box .part2_box ul li:nth-child(3) {
  position: absolute;
  left: 15px;
  top: 250px;
  text-align: end;
}

.fyjh_page_box .part2_box ul li:nth-child(4) {
  position: absolute;
  right: 15px;
  top: 250px;
}

.fyjh_page_box .part2_box ul li:nth-child(5) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  text-align: center;
}

.fyjh_page_box .part2_box .btn_box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 75px;
}

.fyjh_page_box .part2_box .btn_box a {
  width: 288px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  margin: 0 25px;
}

.fyjh_page_box .part2_box .btn_box a:hover {
  box-shadow: 0px 3px 1px 1px #98258f;
}

.fyjh_page_box .part2_box .btn_box .a1 {
  color: #d840a9;
  background-color: #fff;
}

.fyjh_page_box .part2_box .btn_box .a2 {
  color: #fff;
  background-color: #d840a9;
}

.fyjh_page_box .part3_box {
  width: 100%;
  background-color: #eceefa;
  padding-top: 60px;
  padding-bottom: 55px;
}

.fyjh_page_box .part3_box .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background: url(../images/tit_bg.png) no-repeat center 0;
  padding-top: 15px;
  color: #2a2c58;
}

.fyjh_page_box .part3_box .title em {
  color: #d840a9;
}

.fyjh_page_box .part3_box .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.fyjh_page_box .part3_box .content .l_cen {
  width: 538px;
  position: relative;
  padding-left: 40px;
  padding-top: 50px;
  box-sizing: border-box;
}

.fyjh_page_box .part3_box .content .l_cen img {
  position: absolute;
  left: 0;
  top: 0;
}

.fyjh_page_box .part3_box .content .l_cen .l_main {
  width: 500px;
  background-color: #fff;
  padding: 30px 0;
  padding-left: 170px;
  box-sizing: border-box;
  border-radius: 5px;
}

.fyjh_page_box .part3_box .content .l_cen .l_main .s_tit {
  width: 260px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #083ba8;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  text-align: end;
  padding-right: 25px;
  box-sizing: border-box;
}

.fyjh_page_box .part3_box .content .l_cen .l_main .p_box {
  padding-left: 126px;
  box-sizing: border-box;
  background: url(../images/liner1.png) no-repeat;
  background-size: 5% 96%;
  background-position: 30% 10px;
}

.fyjh_page_box .part3_box .content .l_cen .l_main .p_box p {
  font-size: 16px;
  color: #333;
  padding-top: 10px;
}

.fyjh_page_box .part3_box .content .r_cen {
  width: 610px;
}

.fyjh_page_box .part3_box .content .r_cen .top_peo {
  width: 100%;
  background: url(../images/r_len_img.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  padding: 28px 0;
  box-sizing: border-box;
}

.fyjh_page_box .part3_box .content .r_cen .top_peo .s_tit {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #d840a9;
  height: 48px;
  line-height: 48px;
  width: 138px;
  text-align: center;
  border-radius: 0 24px 24px 0;
}

.fyjh_page_box .part3_box .content .r_cen .top_peo ol {
  width: 100%;
  display: flex;
  padding-left: 25px;
  box-sizing: border-box;
  padding-top: 10px;
}

.fyjh_page_box .part3_box .content .r_cen .top_peo ol li {
  font-size: 16px;
  background: url(../images/liner2.png) no-repeat 0 center;
  padding-left: 20px;
  box-sizing: border-box;
}

.fyjh_page_box .part3_box .content .r_cen .top_peo ol li p {
  padding-top: 15px;
}

.fyjh_page_box .part3_box .content .r_cen .top_peo ol li p:nth-child(1) {
  padding-top: 10px;
}

.fyjh_page_box .part3_box .content .r_cen .top_peo ol li:nth-child(2) {
  margin-left: 40px;
}

.fyjh_page_box .part3_box .content .r_cen ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}

.fyjh_page_box .part3_box .content .r_cen ul li {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #083ba8;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #a7b8e1;
}

.fyjh_page_box .part3_box .content .r_cen .btn_box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 37px;
}

.fyjh_page_box .part3_box .content .r_cen .btn_box a {
  width: 288px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  margin: 0 25px;
}

.fyjh_page_box .part3_box .content .r_cen .btn_box a:hover {
  box-shadow: 0px 3px 1px 1px #98258f;
}

.fyjh_page_box .part3_box .content .r_cen .btn_box .a1 {
  color: #d840a9;
  background-color: #fff;
}

.fyjh_page_box .part3_box .content .r_cen .btn_box .a2 {
  color: #fff;
  background-color: #d840a9;
}

.fyjh_page_box .part4_box {
  width: 100%;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 55px;
}

.fyjh_page_box .part4_box .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background: url(../images/tit_bg.png) no-repeat center 0;
  padding-top: 15px;
  color: #2a2c58;
}

.fyjh_page_box .part4_box .title em {
  color: #d840a9;
}

.fyjh_page_box .part4_box ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.fyjh_page_box .part4_box ul li {
  width: 360px;
}

.fyjh_page_box .part4_box ul li .main {
  width: 100%;
  height: 210px;
  background: url(../images/fangan1_img.png) no-repeat;
  background-size: 100% 100%;
  padding: 40px 35px;
  box-sizing: border-box;
  text-align: end;
  color: #083ba8;
}

.fyjh_page_box .part4_box ul li .main p {
  font-size: 18px;
}

.fyjh_page_box .part4_box ul li .main span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}

.fyjh_page_box .part4_box ul li .main em {
  display: block;
  margin-top: 8px;
  width: 123px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #083ba8;
  float: right;
}

.fyjh_page_box .part4_box ul li a {
  display: block;
  width: 234px;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  color: #fff;
  background-color: #d840a9;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 20px auto;
}

.fyjh_page_box .part4_box ul li a img {
  vertical-align: middle;
  margin-left: 5px;
}

.fyjh_page_box .part4_box ul li a:hover {
  box-shadow: 0px 3px 1px 1px #98258f;
}

.fyjh_page_box .part4_box ul li:nth-child(2) .main {
  background: url(../images/fangan2_img.png) no-repeat;
  background-size: 100% 100%;
  color: #d840a9;
}

.fyjh_page_box .part4_box ul li:nth-child(2) .main em {
  background-color: #d840a9;
}

.fyjh_page_box .part4_box ul li:nth-child(3) .main {
  background: url(../images/fangan3_img.png) no-repeat;
  background-size: 100% 100%;
}

.fyjh_page_box .part5_box {
  width: 100%;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 55px;
}

.fyjh_page_box .part5_box .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background: url(../images/tit_bg.png) no-repeat center 0;
  padding-top: 15px;
  color: #2a2c58;
}

.fyjh_page_box .part5_box .title em {
  color: #d840a9;
}

.fyjh_page_box .part5_box .tab_span {
  width: 100%;
  display: flex;
  border-bottom: 2px solid #083ba8;
}

.fyjh_page_box .part5_box .tab_span span {
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}

.fyjh_page_box .part5_box .tab_span .active {
  color: #fff;
  background-color: #083ba8;
  border-radius: 10px 10px 0 0;
}

.fyjh_page_box .part5_box .tan_main {
  width: 100%;
}

.fyjh_page_box .part5_box .tan_main ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px 30px 20px;
  box-sizing: border-box;
  background-color: #f2f5fb;
  justify-content: space-between;
}

.fyjh_page_box .part5_box .tan_main ul li {
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
  margin-top: 30px;
}

.fyjh_page_box .part5_box .tan_main ul li p {
  width: 108px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 15px;
  color: #fff;
  font-size: 12px;
  background: url(../images/school_tit_bg.png) no-repeat;
  padding-left: 15px;
  box-sizing: border-box;
}

.fyjh_page_box .part5_box .tan_main ul li img {
  display: block;
  width: 100%;
}

.fyjh_page_box .part5_box .tan_main ul li .a_box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.fyjh_page_box .part5_box .tan_main ul li .a_box img {
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}

.fyjh_page_box .part5_box .tan_main ul li .a_box a {
  color: #fff;
  width: 113px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  margin: 0 10px;
  font-size: 14px;
}

.fyjh_page_box .part5_box .tan_main ul li .a_box .a1 {
  background-color: #d840a9;
}

.fyjh_page_box .part5_box .tan_main ul li .a_box .a1:hover {
  box-shadow: 0px 3px 1px 1px #98258f;
}

.fyjh_page_box .part5_box .tan_main ul li .a_box .a2 {
  background-color: #083ba8;
}

.fyjh_page_box .part5_box .tan_main ul li .a_box .a2:hover {
  box-shadow: 0px 3px 1px 1px #0f2b68;
}

.fyjh_page_box .part6_box {
  width: 100%;
}

.fyjh_page_box .part6_box .form2 {
  width: 100%;
  height: 120px;
  background: url(../images/form2_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fyjh_page_box .part7_box {
  width: 100%;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 55px;
}

.fyjh_page_box .part7_box .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background: url(../images/tit_bg.png) no-repeat center 0;
  padding-top: 15px;
  color: #2a2c58;
}

.fyjh_page_box .part7_box .title em {
  color: #d840a9;
}

.fyjh_page_box .part7_box .main {
  width: 100%;
  padding-top: 45px;
}

.fyjh_page_box .part7_box .main img {
  display: block;
  width: 100%;
}

.fyjh_page_box .part5_box .tan_main ul:nth-child(2) li p {
  width: 145px;
  background: url(../images/school_tit_bg2.png) no-repeat;
}

.hide {
  display: none !important;
}

::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
