html {
  font-size: 0.8333333333vw;
}

.blue {
  color: #023858;
}

.c7070 {
  color: #707070;
}

.title_wrap {
  position: relative;
  z-index: 1;
}
.title_wrap h3 {
  font-size: clamp(24px, 3rem, 48px);
  color: #023858;
}
.title_wrap .sub {
  font-size: clamp(14px, 1.25rem, 20px);
  color: #707070;
  margin-top: 15px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .title_wrap .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  .title_wrap .sub {
    margin: 20px auto;
  }
}

.head_pc {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 3.125rem;
}
.head_pc .scroll_show {
  display: none;
}
.head_pc.fixed, .head_pc.active {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(158, 158, 158, 0.1);
}
.head_pc.fixed .nav li > a, .head_pc.active .nav li > a {
  color: #06233b;
}
.head_pc.fixed .nav li > a:hover, .head_pc.active .nav li > a:hover {
  color: #023858;
}
.head_pc.fixed .scroll_hide, .head_pc.active .scroll_hide {
  display: none;
}
.head_pc.fixed .scroll_show, .head_pc.active .scroll_show {
  display: block;
}
.head_pc .logo img {
  width: clamp(90px, 7.5rem, 120px);
}
.head_pc .nav li {
  position: relative;
  margin-left: 4.375rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.head_pc .nav li:first-child {
  margin-left: 0;
}
.head_pc .nav li > a {
  font-size: clamp(16px, 1.25rem, 20px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #06233b;
}
.head_pc .nav li:hover > a {
  color: #023858;
}
.head_pc .nav li:hover .drop_box {
  margin-top: 2px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0.2604vw 0.7813vw 0 rgba(49, 49, 49, 0.05);
}
.head_pc .drop_box {
  min-width: 220px;
  position: absolute;
  padding: 10px;
  top: 100%;
  left: 0px;
  margin-top: 1.0417vw;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(30, 36, 53, 0.18);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 12;
}
.head_pc .drop_box a {
  display: block;
  font-size: 15px;
  line-height: 1.5625vw;
  text-align: center;
}
.head_pc .drop_box a:hover {
  color: #114dbb !important;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .banner_info {
  left: 0;
  position: absolute;
  top: 12.375rem;
}

@media screen and (max-width:568px){
	.banner .banner_info {
	  left: 0;
	  position: absolute;
	  top: 30.375rem;
	}
}

.banner .banner_info .title {
  font-size: clamp(16px, 5rem, 80px);
  color: #fff;
  line-height: 1.2;
  max-width: 47.5rem;
}
@media (max-width: 640px) {
  .banner .banner_info .title {
    font-size: 20px;
    line-height: 30px;
    width: 90%;
	max-width: 90%;
  }
}
.banner .banner_info .text {
  max-width: 35.625rem;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 860px) {
  .banner .banner_info .text {
    font-size: 16px;
    margin-top: 15px;
	max-width: 90%;
  }
}
.banner .dot span {
  font-size: clamp(14px, 1.5rem, 24px);
  color: #fff;
}
.banner .dot .line {
  height: 1px;
  width: clamp(15px, 6.25rem, 100px);
  background-color: #fff;
  margin: 0 1.25rem;
}
.banner .navigation_box {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  z-index: 1;
}
.banner .navigation_box .swiper-next {
  margin-left: clamp(12px, 1.5625vw, 30px);
}
.banner .navigation_box img {
  width: clamp(35px, 3.125rem, 50px);
}
@media (max-width: 640px) {
  .banner .banner_img {
    height: 320px;
  }
}

.home_section_1 {
  padding: clamp(30px, 7.5rem, 120px) 0 clamp(30px, 11.875rem, 190px);
  background: url(../images/bg-1.jpg) 0 0 no-repeat;
}
.home_section_1 .list {
  margin-top: clamp(24px, 7.8125rem, 125px);
  padding-left: clamp(1px, 3.125rem, 50px);
  flex-wrap: wrap;
}
.home_section_1 .list li{
	width:16%;
}
.home_section_1 .list li span {
  display: block;
}
.home_section_1 .list li h3 {
  color: #023858;
  font-size: clamp(20px, 1.875rem, 24px);
  margin-top: clamp(16px, 1.875rem, 30px);
  text-align: center;
  font-family: "PlayfairDisplayBold";
}
.home_section_1 .list li .icon_box {
  height: 90px;
}
.home_section_1 .list li .icon_box img{
	margin:0 auto;
}

.home_section_2 {
  padding: clamp(30px, 7.8125rem, 125px) 0 clamp(30px, 8.125rem, 130px);
}
.home_section_2 .list_wrap {
  margin-top: clamp(20px, 1.875rem, 30px);
}
.home_section_2 .list_wrap .bg {
  height: 200px;
  background: url(../images/b1.png) center center no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 640px) {
  .home_section_2 .list_wrap .bg {
    display: none;
  }
}
.home_section_2 .list_wrap .list {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  padding: 0 clamp(15px, 3.125rem, 50px);
  gap: clamp(14px, 3.75rem, 60px);
}
@media (max-width: 640px) {
  .home_section_2 .list_wrap .list {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
.home_section_2 .list_wrap .list li {
  background-color: #f6f7f9;
  border-radius: 10px;
  padding: clamp(20px, 2.8125rem, 45px) 0 clamp(20px, 2.5rem, 40px);
}
.home_section_2 .list_wrap .list li .title {
  color: #707070;
  font-size: clamp(15px, 1.5rem, 24px);
  margin-top: clamp(15px, 1.25rem, 20px);
}
.home_section_2 .list_wrap .list li .icon_box {
  height: 90px;
}
@media (max-width: 640px) {
  .home_section_2 .list_wrap .list li .icon_box {
    height: 50px;
  }
  .home_section_2 .list_wrap .list li .icon_box img {
    height: 40px;
  }
}
.home_section_2 .list_wrap .list li .amount {
  font-size: clamp(16px, 3.75rem, 60px);
  margin-top: 16px;
}
.home_section_2 .list_wrap .list li .text {
  font-size: clamp(16px, 1.875rem, 30px);
  margin-top: 10px;
}
.home_section_2 .list_1 {
  margin-top: clamp(30px, 6.25rem, 100px);
  gap: clamp(15px, 5rem, 80px);
}
@media (max-width: 640px) {
  .home_section_2 .list_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home_section_2 .list_1 .title {
  font-size: clamp(16px, 3rem, 48px);
  margin-bottom: clamp(15px, 1.625rem, 26px);
}
@media (max-width: 640px) {
  .home_section_2 .list_1 .title {
    font-size: 20px;
  }
  .home_section_2 .list_1 .title br {
    display: none;
  }
}
.home_section_2 .list_1 .text {
  font-size: clamp(16px, 1.0417vw, 20px);
  line-height: 1.3;
}
.home_section_2 .map {
  margin-top: clamp(20px, 4.375rem, 70px);
}
.home_section_2 .map_text {
  /* margin-top: clamp(20px, 5rem, 80px); */
  width:860px;
  margin: clamp(20px, 5rem, 80px) auto 0;
}
.home_section_2 .map_text p {
  font-size: clamp(14px, 1.5rem, 24px);
  line-height: 1.2;
  text-align: left;
  }

.loadMore {
  display: none;
  font-size: 14px;
  height: 40px;
  background-color: #023858;
  width: 150px;
  color: #fff;
  border-radius: 20px;
  margin: 20px auto 0;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 720px) {
  .loadMore {
    display: block;
  }
}
.home_section_3 {
  background-color: #f6f7f9;
  padding: clamp(30px, 7.5rem, 120px) 0 clamp(30px, 11.875rem, 190px);
}
.home_section_3 .more {
  font-size: 16px;
  color: #313131;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .home_section_3 .more {
    display: none;
  }
}
.home_section_3 .list li {
  padding: clamp(20px, 5rem, 80px) 0;
  border-bottom: 1px solid #c4c4c4;
}
.home_section_3 .list li .l {
  width: 31.1%;
}
.home_section_3 .list li .l .date {
  font-size: clamp(14px, 1.125rem, 18px);
}
.home_section_3 .list li .l .title {
  padding-top: clamp(16px, 3.125rem, 50px);
  font-size: clamp(16px, 1.875rem, 30px);
  line-height: 1.15;
}
@media (max-width: 720px) {
  .home_section_3 .list li .l {
    width: 100%;
  }
}
.home_section_3 .list li .sub {
  width: 30.28%;
  font-size: clamp(14px, 1.25rem, 20px);
  color: #707070;
  margin-top: clamp(16px, 4.375rem, 70px);
  line-height: 1.3;
}
@media (max-width: 720px) {
  .home_section_3 .list li .sub {
    width: 100%;
  }
}
.home_section_3 .list li .poster {
  width: 30%;
}
@media (max-width: 720px) {
  .home_section_3 .list li .poster {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 720px) {
  .home_section_3 .list li a {
    display: block;
  }
}
.home_section_3 .partner_wrap {
  margin-top: clamp(30px, 11.25rem, 180px);
}
.home_section_3 .partner_wrap .partner_list {
  margin-top: clamp(20px, 5.625rem, 90px);
  row-gap: clamp(20px, 6.25rem, 100px);
}
@media (max-width: 640px) {
  .home_section_3 .partner_wrap .partner_list {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
	flex-wrap: wrap;
  }
  .hzhblist{display: block !important;}
  
  .hzhb_ico:nth-child(1){max-height: 20px !important;display: block;margin: 10px auto;}
  .hzhb_ico:nth-child(2){max-height: 30px !important;display: block;margin: 10px auto;}
  .hzhb_ico:nth-child(3){max-height: 40px !important;display: block;margin: 10px auto;}
}
.home_section_3 .partner_wrap .partner_list li {
  height: 100%;
}
.home_section_3 .partner_wrap .partner_list li a {
  height: 100%;
}

.footer_wrap .contact_form {
  padding: clamp(30px, 7.5rem, 120px) 0 clamp(30px, 3.125rem, 50px);
  border-bottom: 1px solid #989898;
}
@media (max-width: 720px) {
  .footer_wrap .contact_form {
    display: block;
  }
}
.footer_wrap .contact_form .left {
  width: 49.3%;
}
.footer_wrap .contact_form .left .form_wrap {
  margin-top: 20px;
}
.footer_wrap .contact_form .left .form_wrap .form_item {
  margin-bottom: 20px;
}
.footer_wrap .contact_form .left .form_wrap .form_item input {
  height: clamp(36px, 3.125rem, 50px);
  padding-left: clamp(14px, 1.25rem, 20px);
  border-radius: 6px;
  background-color: #f6f7f9;
  font-size: clamp(14px, 0.9375vw, 18px);
}
.footer_wrap .contact_form .left .form_wrap .form_item input::-webkit-input-placeholder {
  color: #959595;
}
.footer_wrap .contact_form .left .form_wrap .form_item input:-moz-placeholder {
  color: #959595;
}
.footer_wrap .contact_form .left .form_wrap .form_item input::-moz-placeholder {
  color: #959595;
}
.footer_wrap .contact_form .left .form_wrap .form_item input:-ms-input-placeholder {
  color: #959595;
}
.footer_wrap .contact_form .left .form_wrap .form_item input::placeholder {
  color: #959595;
}
.footer_wrap .contact_form .left .form_wrap .form_item textarea {
  height: 200px;
  border-radius: 6px;
  font-size: clamp(14px, 0.9375vw, 18px);
  background-color: #f6f7f9;
  padding: 16px;
}
.footer_wrap .contact_form .left .form_wrap .form_item textarea::-webkit-input-placeholder {
  color: #959595;
}
.footer_wrap .contact_form .left .form_wrap .form_item textarea:-moz-placeholder {
  color: #959595;
}
.footer_wrap .contact_form .left .form_wrap .form_item textarea::-moz-placeholder {
  color: #959595;
}
.footer_wrap .contact_form .left .form_wrap .form_item textarea:-ms-input-placeholder {
  color: #959595;
}
.footer_wrap .contact_form .left .form_wrap .form_item textarea::placeholder {
  color: #959595;
}
.footer_wrap .contact_form .left .submit {
  font-size: clamp(16px, 1.125rem, 18px);
  height: clamp(36px, 3.125rem, 50px);
  background-color: #023858;
  width: clamp(160px, 12.5rem, 200px);
  border-radius: 10px;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .footer_wrap .contact_form .left {
    width: 100%;
  }
  .footer_wrap .contact_form .left .submit {
    margin: auto;
  }
}
.footer_wrap .contact_form .right {
  width: 36%;
}
.footer_wrap .contact_form .right .list {
  margin-top: clamp(30px, 3.375rem, 54px);
}
.footer_wrap .contact_form .right .list li,.contactright .list li {
  padding: 20px 0;
  border-bottom: 1px solid #b5b5b5;
}
.footer_wrap .contact_form .right .list li img,.contactright .list li img {
  width: 37px;
}
.footer_wrap .contact_form .right .list li .t,.contactright .list li .t {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-bottom: 12px;
}
.footer_wrap .contact_form .right .list li .info,.contactright .list li .info {
  margin-left: clamp(15px, 1.875rem, 30px);
}
.footer_wrap .contact_form .right .list li .info .t1,.contactright .list li .info .t1 {
  font-size: clamp(14px, 1.25rem, 20px);
}
.footer_wrap .contact_form .right .list li:last-child ,.contactright .list li:last-child{
  border-bottom: 0;
}
.footer_wrap .contact_form .right .list li:last-child .t ,.contactright .list li:last-child .t{
  margin-bottom: clamp(15px, 1.25rem, 20px);
}
.footer_wrap .footer a img {
    margin: auto;
    height: 40px;
  }
@media (max-width: 720px) {
  .footer_wrap .contact_form .right .list li,.contactright .list li {
    padding: 14px 0;
  }
  .footer_wrap .contact_form .right .list li img ,.contactright .list li img{
    width: 28px;
  }
}
@media (max-width: 720px) {
  .footer_wrap .contact_form .right {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.footer_wrap .footer {
  padding: clamp(30px, 3.125rem, 50px) 0 clamp(30px, 5rem, 80px);
}
@media (max-width: 720px) {
  .footer_wrap .footer {
    display: block;
  }
  .footer_wrap .footer .l {
    display: block;
  }
  .footer_wrap .footer a {
    display: block;
  }
  .footer_wrap .footer a img {
    margin: auto;
    width: 90px;
	height:auto;
  }
  .footer_wrap .footer .text {
    margin-top: 16px;
    margin-left: 0 !important;
    font-size: 12px !important;
    text-align: center;
  }
  .footer_wrap .footer .nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  .footer_wrap .footer .nav a {
    padding: 0 3px;
    margin: 0 !important;
    font-size: 12px !important;
  }
}
.footer_wrap .footer .text {
  font-size: clamp(14px, 1.25rem, 20px);
  margin-left: clamp(15px, 2.5rem, 40px);
}
.footer_wrap .footer .nav a {
  color: #313131;
  font-size: clamp(14px, 1.25rem, 20px);
  margin-left: clamp(14px, 3.125rem, 50px);
}
.footer_wrap .footer .nav a:hover {
  color: #023858;
}

.u-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.conmmon_section {
  position: relative;
}
.conmmon_section .left {
  width: 31%;
  padding-top: 20.625rem;
  padding-left: 6.875rem;
}
.conmmon_section .poster {
  width: 69%;
}
.conmmon_section .title {
  font-size: clamp(24px, 5.625rem, 90px);
}
.conmmon_section .text {
  font-size: clamp(16px, 1.5rem, 24px);
  line-height: 1.34;
  margin-top: clamp(15px, 1.875rem, 30px);
  max-width: 390px;
}
.conmmon_section .bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 720px) {
  .conmmon_section .bg {
    display: none;
  }
  .conmmon_section .poster {
    width: 100%;
  }
  .conmmon_section .left {
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 20px;
    text-align: center;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .conmmon_section .left .title, .conmmon_section .left .text {
    color: #fff;
  }
}

.contact_section_2 {
  padding: clamp(30px, 10rem, 160px) 0 clamp(30px, 11.25rem, 180px);
}
@media (max-width: 720px) {
  .contact_section_2 {
    padding: 0;
  }
}
.contact_section_2 .content {
  background-color: #f6f7f9;
  padding: clamp(20px, 3.75rem, 60px);
}
.contact_section_2 .content .w {
  margin-top: clamp(20px, 3.125rem, 50px);
}
@media (max-width: 720px) {
  .contact_section_2 .content .w {
    display: block;
  }
}
.contact_section_2 .content .left {
  width: 48%;
}
@media (max-width: 720px) {
  .contact_section_2 .content .left {
    width: 100%;
  }
}
.contact_section_2 .content .left .sub {
  margin: 0 0 15px 0;
}
.contact_section_2 .content .left .form_wrap .form_item {
  margin-bottom: clamp(20px, 2.5rem, 40px);
}
.contact_section_2 .content .left .form_wrap .form_item input {
  height: clamp(36px, 3.125rem, 50px);
  padding-left: clamp(14px, 1.25rem, 20px);
  border: 1px solid #d2d2d2;
  background-color: #fff;
  font-size: clamp(14px, 0.9375vw, 18px);
}
.contact_section_2 .content .left .form_wrap .form_item input::-webkit-input-placeholder {
  color: #959595;
}
.contact_section_2 .content .left .form_wrap .form_item input:-moz-placeholder {
  color: #959595;
}
.contact_section_2 .content .left .form_wrap .form_item input::-moz-placeholder {
  color: #959595;
}
.contact_section_2 .content .left .form_wrap .form_item input:-ms-input-placeholder {
  color: #959595;
}
.contact_section_2 .content .left .form_wrap .form_item input::placeholder {
  color: #959595;
}
.contact_section_2 .content .left .form_wrap .form_item textarea {
  height: 200px;
  font-size: clamp(14px, 0.9375vw, 18px);
  background-color: #fff;
  padding: 16px;
}
.contact_section_2 .content .left .form_wrap .form_item textarea::-webkit-input-placeholder {
  color: #959595;
}
.contact_section_2 .content .left .form_wrap .form_item textarea:-moz-placeholder {
  color: #959595;
}
.contact_section_2 .content .left .form_wrap .form_item textarea::-moz-placeholder {
  color: #959595;
}
.contact_section_2 .content .left .form_wrap .form_item textarea:-ms-input-placeholder {
  color: #959595;
}
.contact_section_2 .content .left .form_wrap .form_item textarea::placeholder {
  color: #959595;
}
.contact_section_2 .content .left .submit {
  font-size: clamp(16px, 1.125rem, 18px);
  height: clamp(36px, 3.125rem, 50px);
  background-color: #023858;
  width: 100%;
  text-transform: uppercase;
}
.contact_section_2 .content .right {
  margin-left: 6.25rem;
}
@media (max-width: 720px) {
  .contact_section_2 .content .right {
    margin: 30px 0 0 0;
  }
}
.contact_section_2 .content .right .tit {
  font-size: clamp(16px, 2.5rem, 40px);
  margin-bottom: 30px;
}
/* .contact_section_2 .content .right .text {
  font-size: clamp(16px, 1.25rem, 20px);
}
.contact_section_2 .content .right .text p {
  margin-top: 20px;
}
.contact_section_2 .content .right li {
  margin-bottom: clamp(20px, 3.125rem, 50px);
}
.contact_section_2 .content .right li:last-child {
  margin-bottom: 0;
} */

.career_section_1 {
  padding: clamp(30px, 10rem, 160px) 0 clamp(30px, 11.25rem, 180px);
}
.career_section_1 ul {
  gap: clamp(15px, 2.5rem, 40px);
}
.career_section_1 ul li {
  cursor: pointer;
  background-color: #f6f7f9;
  padding: clamp(20px, 6.875rem, 110px) clamp(15px, 3.75rem, 60px) clamp(20px, 3.75rem, 60px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.career_section_1 ul li .title {
  font-size: clamp(16px, 2.25rem, 36px);
}
.career_section_1 ul li .sub {
  font-size: clamp(14px, 1.25rem, 20px);
  margin-top: 15px;
  line-height: 1.3;
}
.career_section_1 ul li .btn {
  margin-top: clamp(14px, 2.1875rem, 35px);
  font-size: clamp(14px, 1.25rem, 20px);
  border-radius: 30px;
  width: clamp(120px, 12.125rem, 194px);
  height: clamp(40px, 3.75rem, 60px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #023858;
}
.career_section_1 ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.career_section_1 ul li:hover .btn {
  background-color: #023858;
  color: #fff;
}

.mianbao_nav {
  padding: clamp(15px, 3.75rem, 60px) clamp(15px, 3.125rem, 50px);
  background-color: #f6f7f9;
}
.mianbao_nav a, .mianbao_nav span {
  font-size: clamp(14px, 1.25rem, 20px);
  color: #959595;
  padding: 0 3px;
}
.mianbao_nav a.cur, .mianbao_nav span.cur {
  color: #023858;
}
@media (max-width: 640px) {
  .mianbao_nav a, .mianbao_nav span {
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

.career_view_section {
  padding: clamp(30px, 7.5rem, 120px) 0 clamp(30px, 12.5rem, 200px);
}
@media (max-width: 720px) {
  .career_view_section .content {
    display: block;
  }
}
.career_view_section .career_view_left {
  width: 70.14%;
}
@media (max-width: 720px) {
  .career_view_section .career_view_left {
    width: 100%;
  }
}
.career_view_section .career_view_left .article_top {
  padding-bottom: clamp(20px, 2.25rem, 36px);
  border-bottom: 1px solid #dcdcdc;
}
.career_view_section .career_view_left .article_top .title {
  font-size: clamp(24px, 3rem, 48px);
}
.career_view_section .career_view_left .article_top .date {
  font-size: clamp(14px, 1.125rem, 18px);
  margin-top: clamp(15px, 1.875rem, 30px);
}
.career_view_section .career_view_left .main_content {
  line-height: 1.3;
  padding-top: clamp(20px, 4.375rem, 70px);
}
.career_view_section .career_view_left .main_content .text {
  margin-bottom: clamp(15px, 1.875rem, 30px);
}
.career_view_section .career_view_left .main_content p {
  font-size: clamp(16px, 1.375rem, 22px);
}
.career_view_section .career_view_left .main_content .text_item {
  margin-bottom: clamp(16px, 3.125rem, 50px);
}
.career_view_section .career_view_left .main_content .text_item:last-child {
  margin-bottom: 0;
}
.career_view_section .career_view_left .main_content img {
  margin: 0 auto 20px;
}
.career_view_section .career_view_left .bottom {
  background: url(../images/career_icon_1.png) 0 0 no-repeat;
  height: 180px;
  padding: 0 clamp(15px, 3.375rem, 54px) 0 clamp(15px, 10rem, 160px);
  margin-top: clamp(30px, 5rem, 80px);
}
.career_view_section .career_view_left .bottom .email {
  font-size: clamp(16px, 2.25rem, 36px);
}
.career_view_section .career_view_left .bottom .apply {
  width: clamp(120px, 11.875rem, 190px);
  height: clamp(40px, 3.75rem, 60px);
  background-color: #023858;
  border-radius: 30px;
}
@media (max-width: 720px) {
  .career_view_section .career_view_left .bottom {
    height: 80px;
    padding-left: 12px;
    -o-background-size: cover;
       background-size: cover;
  }
}
.career_view_section .career_view_right {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}
.career_view_section .career_view_right .title {
  font-size: clamp(20px, 1.875rem, 30px);
  padding-bottom: clamp(16px, 1.625rem, 26px);
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 720px) {
  .career_view_section .career_view_right {
    margin-top: 30px;
    margin-left: 0;
  }
}
.career_view_section .career_view_right .list {
  padding-top: clamp(16px, 2.5rem, 40px);
}
.career_view_section .career_view_right .list li {
  margin-bottom: clamp(16px, 3.125rem, 50px);
}
.career_view_section .career_view_right .list li:last-child {
  margin-bottom: 0;
}
.career_view_section .career_view_right .list li .date {
  font-size: clamp(16px, 1.5rem, 24px);
}
.career_view_section .career_view_right .list li .text {
  font-size: clamp(14px, 1.25rem, 20px);
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: clamp(20px, 1.875rem, 30px);
}

.news_list_section {
  background-color: #fff;
  padding: clamp(30px, 10rem, 160px) 0;
}
.news_list_section .list {
  margin-bottom: clamp(30px, 5rem, 80px);
}

.page a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 12px;
  font-size: 18px;
}
.page a.page_item:hover, .page a.page_item.active {
  background-color: #023858;
  color: #fff;
}
@media (max-width: 720px) {
  .page a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

.list_body .footer_wrap {
  background-color: #f6f7f9;
}
.list_body .footer_wrap input, .list_body .footer_wrap textarea {
  background: #fff !important;
}

.solutions_section_1 {
  padding: clamp(30px, 10rem, 160px) 0 clamp(30px, 11.25rem, 180px);
}
.solutions_section_1 .list {
  gap: clamp(15px, 2.5rem, 40px);
  margin-top: clamp(20px, 3.125rem, 50px);
}
@media (max-width: 640px) {
  .solutions_section_1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.solutions_section_1 .list li {
  border: 1px solid #dcdcdc;
  padding: clamp(20px, 3.75rem, 60px) clamp(15px, 1.875rem, 30px) clamp(15px, 1.875rem, 30px);
}
.solutions_section_1 .list li .icon_box {
  height: 120px;
}
@media (max-width: 640px) {
  .solutions_section_1 .list li .icon_box {
    height: 60px;
  }
  .solutions_section_1 .list li .icon_box img {
    height: 40px;
    margin: auto;
  }
}
.solutions_section_1 .list li .title {
  font-size: clamp(16px, 1.875rem, 24px);
  line-height: 1.45;
}
@media (max-width: 640px) {
  .solutions_section_1 .list li .title {
    text-align: center;
  }
}
.solutions_section_1 .list_1 {
  margin-top: clamp(20px, 5.625rem, 90px);
}
.solutions_section_1 .text_box {
  font-size: clamp(15px, 1.375rem, 22px);
  color: #707070;
  line-height: clamp(20px, 1.875rem, 30px);
  margin: clamp(20px, 5.375rem, 86px) 0 clamp(20px, 3.125rem, 50px);
}
.solutions_section_1 .solution_banner {
  position: relative;
  overflow: hidden;
}
.solutions_section_1 .solution_banner .banner_info {
  position: absolute;
  max-width: 640px;
  left: 5rem;
  top: 5rem;
  z-index: 1;
}
.solutions_section_1 .solution_banner .banner_info .year {
  font-size: clamp(20px, 6.25rem, 100px);
  margin-bottom: 1.875rem;
  line-height: 1;
}
.solutions_section_1 .solution_banner .banner_info .title {
  font-size: clamp(13px, 2.25rem, 36px);
  margin-bottom: 0.9375rem;
}
.solutions_section_1 .solution_banner .banner_info .text p {
  font-size: clamp(13px, 1.5rem, 24px);
  margin-bottom: 0.9375rem;
  line-height: 1.3;
}
.solutions_section_1 .solution_banner .naviga {
  position: absolute;
  z-index: 1;
  bottom: 3.125rem;
  width: 100%;
  padding: 0 5rem;
}
.solutions_section_1 .solution_banner .naviga img {
  width: clamp(36px, 3.625rem, 58px);
}
@media (max-width: 640px) {
  .solutions_section_1 .solution_banner .naviga {
    display: none;
  }
}

.tip_box {
  background-color: #f6f7f9;
  margin-top: 25px;
  padding: clamp(20px, 1.875rem, 30px) clamp(15px, 2.1875rem, 35px) clamp(15px, 2.1875rem, 35px);
}
.tip_box .text {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-top: 6px;
}

.solutions_index {
  padding: clamp(30px, 10rem, 160px) 0;
}
.solutions_index .router_list {
  margin-bottom: clamp(30px, 5rem, 80px);
}
@media (max-width: 640px) {
  .solutions_index .router_list {
    display: block;
  }
}
.solutions_index .router_list li {
  width: 48%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: clamp(20px, 3.125rem, 50px);
}
@media (max-width: 640px) {
  .solutions_index .router_list li {
    margin-bottom: 15px;
    width: 100%;
    height: 140px;
  }
}
.solutions_index .router_list li .text {
  font-size: clamp(18px, 2.5rem, 40px);
}
.solutions_index .router_list li .btn {
  width: clamp(120px, 12.1875rem, 195px);
  height: clamp(40px, 3.125rem, 60px);
  border-radius: 30px;
  border: 1px solid #023858;
  margin-top: clamp(15px, 2.8125rem, 45px);
  font-size: clamp(16px, 1.375rem, 22px);
}

.team_section_1 {
  padding: clamp(30px, 10rem, 160px) 0 0;
}

.team_section_1 .menu__list li{
	width:16.6%;
}
.team_section_1 .menu__list li img{
	margin:0 auto;
}

.team_section_1 .menu__list li .title {
  line-height: 1.2;
  font-size: clamp(20px, 1.875rem, 24px);
  text-align: center;
  font-family: "PlayfairDisplayBold";
}
@media (max-width: 720px) {
  .team_section_1 .menu__list li .title {
    text-align: center;
  }
}
.team_section_1 .menu__list li .icon_box {
  height: 110px;
}
@media (max-width: 1430px) {
  .team_section_1 .menu__list {
    width: 86%;
    margin: auto;
  }
  .team_section_1 .menu__list li .icon_box {
    height: 80px;
  }
  .team_section_1 .menu__list li .icon_box img {
    height: 60px;
  }
}
@media (max-width: 720px) {
  .team_section_1 .menu__list {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .team_section_1 .menu__list li {
    margin-bottom: 16px;
    width: 50%;
  }
  .team_section_1 .menu__list li .icon_box {
    height: 60px;
  }
  .team_section_1 .menu__list li .icon_box img {
    height: 40px;
    margin: auto;
  }
}
.team_section_1 .list {
  padding-bottom: clamp(30px, 9.375rem, 150px);
  border-bottom: 1px solid #d3d3d3;
}
.team_section_1 .list li {
  margin-top: clamp(20px, 9.375rem, 150px);
}
.team_section_1 .list li .info {
  font-size: clamp(16px, 1.375rem, 22px);
  line-height: 1.3;
  width: 51%;
}
.team_section_1 .list li .poster {
  width: 49%;
}
.team_section_1 .list li:nth-child(2n+1) {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.team_section_1 .list li:nth-child(2n+1) .info {
  padding-right: 5rem;
}
.team_section_1 .list li:nth-child(2n) .info {
  padding-left: 5rem;
}
@media (max-width: 720px) {
  .team_section_1 .list li {
    display: block;
  }
  .team_section_1 .list li .info {
    padding: 0 !important;
    padding-top: 20px !important;
    width: 100%;
    font-size: 20px;
  }
  .team_section_1 .list li .poster {
    width: 100%;
  }
}

.team_section_2 {
  padding: clamp(30px, 9.375rem, 150px) 0 clamp(30px, 15.625rem, 250px);
}
.team_section_2 .tab {
  margin: clamp(20px, 4.375rem, 70px) 0;
  white-space: nowrap;
  overflow-x: scroll;
}
.team_section_2 .tab::-webkit-scrollbar {
  display: none;
}
.team_section_2 .tab span {
  cursor: pointer;
  font-size: clamp(16px, 1.5rem, 24px);
  color: #707070;
  margin-right: 10px;
  width: 350px;
  height: 70px;
  border-radius: 35px;
  border: 1px solid #bbbbbb;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.team_section_2 .tab span:last-child {
  margin-right: 0;
}
.team_section_2 .tab span.active {
  color: #fff;
  border-color: transparent;
  background-color: #06233b;
}
@media (max-width: 720px) {
  .team_section_2 .tab span {
    width: auto;
    padding: 0 15px;
    height: 40px;
  }
}
.team_section_2 .list {
  row-gap: clamp(15px, 5rem, 80px);
  -webkit-column-gap: clamp(15px, 2.5rem, 40px);
     -moz-column-gap: clamp(15px, 2.5rem, 40px);
          column-gap: clamp(15px, 2.5rem, 40px);
}
@media (max-width: 620px) {
  .team_section_2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team_section_2 .list li {
  cursor: pointer;
}
.team_section_2 .list li .name {
  font-size: clamp(16px, 1.625rem, 26px);
  margin: clamp(15px, 1.875rem, 30px) 0 15px;
}
.team_section_2 .list li .text {
  font-size: clamp(14px, 1.25rem, 20px);
}
.team_section_2 .list li .avatar {
  position: relative;
}
.team_section_2 .list li .avatar .bg {
  font-size: clamp(14px, 1.125rem, 18px);
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 20px 20px;
  bottom: 0;
  z-index: 1;
}
.team_section_2 .list li .avatar .b {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 120px;
  background: url(../images/back_bg.png) center center no-repeat;
}

.team_view {
  padding: 0;
}
.team_view .uk-modal-dialog {
  width: 100vw;
  border-radius: 0;
  padding: 0;
}
.team_view .uk-modal-dialog .uk-modal-close {
  cursor: pointer;
  position: absolute;
  right: clamp(15px, 1.875rem, 30px);
  top: clamp(15px, 1.875rem, 30px);
}
.team_view .uk-modal-dialog .poster {
  width: 32%;
}
.team_view .uk-modal-dialog .info {
  width: 60rem;
  margin-left: 5.625rem;
  padding: 50px 0;
}
@media (max-width: 720px) {
  .team_view .uk-modal-dialog .info {
    width: 100%;
    margin-left: 0;
  }
}
.team_view .uk-modal-dialog .info .position {
  font-size: clamp(15px, 1.625rem, 26px);
  margin-bottom: 15px;
}
.team_view .uk-modal-dialog .info .name {
  font-size: clamp(20px, 3rem, 48px);
  margin-bottom: clamp(15px, 1.875rem, 30px);
}
.team_view .uk-modal-dialog .info .notice_box {
  background-color: #f6f7f9;
  padding: 20px clamp(15px, 1.875rem, 30px) clamp(15px, 1.875rem, 30px);
}
.team_view .uk-modal-dialog .info .notice_box p {
  font-size: clamp(15px, 1.375rem, 22px);
  margin-top: 10px;
  line-height: 1.4;
}
.team_view .uk-modal-dialog .info .text p {
  line-height: 1.4;
  margin-top: clamp(15px, 1.875rem, 30px);
  font-size: clamp(14px, 1.125rem, 18px);
}
@media (max-width: 1024px) {
  .team_view .box {
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .team_view .box .info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 720px) {
  .team_view .box {
    display: block;
    padding: 20px;
  }
  .team_view .box .poster {
    width: 100%;
  }
  .team_view .box .poster img {
    margin: auto;
  }
}

.about_section_1 .about_list {
  padding-bottom: clamp(30px, 10rem, 160px);
  margin-top: clamp(20px, 9.375rem, 150px);
}
@media (max-width: 720px) {
  .about_section_1 .about_list li {
    display: block;
    margin-bottom: 15px;
  }
}
.about_section_1 .about_list li .info {
  font-size: clamp(16px, 1.375rem, 22px);
  line-height: 1.3;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_section_1 .about_list li .info .inner {
  height: 88%;
  background: #f6f7f9;
}
.about_section_1 .about_list li .info .title {
  font-size: clamp(16px, 2.5rem, 40px);
}
.about_section_1 .about_list li .info .sub {
  color: #707070;
  font-size: clamp(14px, 1.125rem, 18px);
  line-height: 1.4;
  margin-top: clamp(15px, 1.875rem, 30px);
}
.about_section_1 .about_list li .poster {
  width: 36.43%;
}
@media only screen and (max-width: 1024px) {
  .about_section_1 .about_list li .poster img {
    height: 420px;
  }
}
@media (max-width: 720px) {
  .about_section_1 .about_list li .poster {
    width: 100%;
  }
  .about_section_1 .about_list li .poster img {
    height: auto;
  }
}
.about_section_1 .about_list li:nth-child(2n+1) {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about_section_1 .about_list li:nth-child(2n+1) .inner {
  padding: clamp(20px, 3.75rem, 60px) clamp(15px, 3.75rem, 60px) 0;
}
.about_section_1 .about_list li:nth-child(2n) .inner {
  padding: clamp(20px, 3.75rem, 60px) clamp(15px, 4.125rem, 66px);
}
@media (max-width: 720px) {
  .about_section_1 .about_list li .inner {
    padding: 20px 15px !important;
  }
  
  .home_section_1 .list li{
  	width:50%;
	margin-bottom: 20px;
  }
  
}

.morei{font-style: italic;text-decoration: underline;display: block;}
