.international {
  background-image: url(../images/inter_bg.jpg);
  background-size: cover;
  padding: 4.6875vw 0 4.16vw;
}

.inter_tit {
  color: #132842;
  text-align: center;
  line-height: 1;
  margin-bottom: 4.42vw;
}

.inter_first {
  display: flex;
  justify-content: space-around;
}

.inter_first>div {
  width: 330px;
  position: relative;
  text-align: center;
  color: #64728d;
}

.inter_l {
  position: absolute;
  left: 0;
  top: 0;
}

.inter_r {
  position: absolute;
  right: 0;
  top: 0;
}

.inter_f {
  color: #2e67d8;
}

/*Ã¥Â¤Â§Ã¥ÂËœÃ¥Â±â‚¬Ã¦â€”Â¶Ã¤Â»Â£Ã¯Â¼Å’Ã¤Â¸ÂÃ§Â¡Â®Ã¥Â®Å¡Ã¦â‚¬Â§Ã¤Â¸Å½Ã¦â€”Â¥Ã¤Â¿Â±Ã¥Â¢Å¾Ã¯Â¼Å’Ã¤Â¼ÂÃ¤Â¸Å¡Ã¥Â¦â€šÃ¤Â½â€¢Ã¤Â¿ÂÃ¦Å’ÂÃ©Å¸Â§Ã¦â‚¬Â§Ã¥Â¢Å¾Ã©â€¢Â¿*/
.increase {
  text-align: center;
  padding: 5.72vw 0 6.77vw;
}

.increase_tit {
  color: #132842;
  margin-bottom: 30px;
  line-height: 1;
}

.increase_des {
  color: #64728d;
  margin-bottom: 5.2vw;
}

/*Ã©ÂÂ¢Ã¥Ââ€˜Ã¤Â¸ÂÃ¥ÂÅ’Ã¨Â§â€žÃ¦Â¨Â¡Ã¤Â¼ÂÃ¤Â¸Å¡Ã§Å¡â€žÃ¥â€¦Â¨Ã¤Â¸Å¡Ã¥Å Â¡Ã¥Å“ÂºÃ¦â„¢Â¯Ã¨Â§Â£Ã¥â€ Â³Ã¦â€“Â¹Ã¦Â¡Ë†*/
.plan_title {
  text-align: center;
  color: #132842;
  line-height: 1;
}

.plan_summary {
  text-align: center;
  color: #64728d;
  margin: 30px 0 4.16vw;
}

.plan_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.plan_list li {
  width: calc((100% - 160px)/3);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.plan_list li:nth-child(n+4) {
  margin-bottom: 0;
}

.plan_img {
  position: relative;
  height: 0;
  padding-bottom: 75.2%;
  overflow: hidden;
}

.plan_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

.plan_txt {
  position: absolute;
  width: 100%;
  padding: 0 40px;
  bottom: -30%;
  color: white;
  z-index: 2;
  transition: all 0.6s linear;
}
.plan_txt a{color: #FFF!important;}

.plan_des {
  margin: 5px 0 10px;
}

.plan_detail>div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.plan_detail img {
  margin-right: 15px;
}

.plan_list li::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.6s linear;
}

.plan_detail {
  overflow: hidden;
  transition: all 0.6s linear;
  opacity: 0;
}

.plan_list li:hover::after {
  opacity: 1;
}

.plan_list li:hover .plan_detail {
  opacity: 1;
}

.plan_list li:hover .plan_txt {
  bottom: 60px;
}

.plan_more {
  width: 216px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e67d8;
  border-radius: 5px;
  margin-top: 35px;
  cursor: pointer;
}
a.plan_more{color: #FFF;}

/*cean整合*/








.manyl {
  max-width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}

.many_b .manyl {
  animation: ml 0.5s ease-out;
}

.manyr {
  max-width: 30%;
  position: absolute;
  right: 0;
  top: 0;
}

.many_b .manyr {
  animation: mr 0.5s ease-out;
}

.manyl img {
  max-width: 100%;
}

.manyr img {
  max-width: 100%;
}

.many {
  padding: 5.46875vw 0 8.07vw;
}

/*Ã©ÂÂÃ¥Â¸Æ’Ã¥â€¦Â¨Ã¥â€ºÂ½Ã§Å¡â€žÃ©â€â‚¬Ã¥â€Â®Ã§Â½â€˜Ã§Â»Å“Ã¦ÂÂÃ¤Â¾â€ºÃ¦Å“Â¬Ã¥Å“Â°Ã¥Å’â€“Ã§Å¡â€žÃ¦Å“ÂÃ¥Å Â¡*/
.minister {
  background: #f7f9fb;
  padding: 4.6875vw 0;
}

.common_tit {
  color: #132842;
  text-align: center;
  line-height: 1;
}

.common_des {
  color: #64728d;
  text-align: center;
}

.minister_number {
  color: #2e67d8;
  line-height: 1;
}

.number_des {
  color: #64728d;
}

.number_flx {
  display: flex;
  justify-content: center;
}

.number_flx>div {
  margin: 0 95px;
}

.map {
  display: block;
  margin: 70px auto 0;
  max-width: 96%;
}

.approve_flx {
  display: flex;
  justify-content: space-around;
  width: 1440px;
  margin: auto;
  color: #64728d;
  text-align: center;
  margin-top: 3.38vw;
}

.approve_img {
  width: 60px;
  height: 65px;
  position: relative;
  margin: auto;
}

.approve_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bm {
  margin: 20px auto 5px;
}

.minister .common_des {
  margin: 30px auto 4.16vw;
}

/*Ã¥Â¦â€šÃ¦Å¾Å“Ã¦Æ’Â³Ã¨Â¿â€ºÃ¤Â¸â‚¬Ã¦Â­Â¥Ã¤Âºâ€ Ã¨Â§Â£Ã©â€¡â€˜Ã¨ÂÂ¶Ã¤ÂºÂ§Ã¥â€œÂÃ¦Ë†â€“Ã¨Â§Â£Ã¥â€ Â³Ã¦â€“Â¹Ã¦Â¡Ë†*/


/*Ã¥Â¼Â¹Ã§Âªâ€”*/
.ty_mask {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.ty_mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
}

.ty_mask>div {
  background: white;
  border-radius: 10px;
  width: 440px;
  position: relative;
  z-index: 2;
  padding: 40px;
}

.mask_close {
  position: absolute;
  right: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.4;
}

.phone_number {
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.phone_number .j {
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  height: 100%;
}

.phone_number input {
  width: calc(100% - 80px);
  padding: 0 20px;
  border: none;
}

.code {
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 30px;
}

.code input {
  width: calc(100% - 110px);
  padding-left: 20px;
  border: none;
}

.code a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #2e67d8;
  pointer-events: none;
  cursor: ne-resize;
}

.code-allow-get {
  pointer-events: unset !important;
  cursor: pointer !important;
}

.experience {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #2e67d8;
  color: white;
  margin-bottom: 30px;
}

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

.aggree a {
  color: #2e67d8;
}

.aggree input {
  margin-right: 5px;
}

.free {
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
  color: #132842;
}



.sove_mask {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.sove_mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
}

.sove_mask>div {
  background: white;
  border-radius: 10px;
  width: 440px;
  position: relative;
  z-index: 2;
  padding: 40px;
}

.sove_mask #rectangle,
.ty_mask #rectangle2 {
  background: url(../images/rectangle.png) no-repeat center;
  background-size: cover;
  z-index: 36;
  height: 29px;
  align-self: flex-start;
  margin-top: -13px;
  width: 133px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 0 0 8px;
  /* display: none; */
  visibility: hidden;
}

.sove_mask #rectangle .txt4,
.ty_mask #rectangle2 .txt4 {
  z-index: 37;
  width: 108px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 17px;
  text-align: left;
}

.sove_mask .apply-error {
  text-align: right;
  width: 100%;
  margin-bottom: 20px;
  color: red;
  display: block;
  position: absolute;
  bottom: -40px;
  display: none;
}

.fnt_62 {
  font-size: 62px;
}

.swiper-pagination-bullet-active {
  background: #2e67d8;
}




.item_hide {
  display: none;
}

.after-sale-dialog-content {
  padding: 12px 0 0 10px;
  display: flex;
}

.after-sale-dialog-content .phone_area {
  margin-left: 6px;
  margin-top: 20px;
}

.after-sale-dialog-content div {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}

.after-sale-dialog-content span {
  display: block;
  font-size: 10px;
  color: #848586;
  line-height: 20px;
}

.after-sale-dialog-center,
.after-sale-dialog-center2 {
  width: 194px;
  height: 84px;
  position: absolute;
  left: -190px;
  top: 6px;
  display: none;
}

.after-sale-dialog-content-bottom {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.after-sale-dialog-content-bottom span {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
  padding-left: 5px;
}

.after-sale-dialog-center,
.after-sale-dialog-center2 {
  width: 194px;
  height: 84px;
  position: absolute;
  left: -190px;
  top: 6px;
  display: none;
}

.after-sale-dialog-center img,
.after-sale-dialog-center2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.after-sale-dialog-cente-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.after-sale-dialog-center .dialog-box-item-text-title {
  font-weight: inherit;
  margin-bottom: 5px;
}

.after-sale-dialog-center .dialog-box-item-text-subtitle {
  line-height: 11px;
}

.dialog-box-item-text-title {
  font-size: 15px;
  color: #333333;
  line-height: 15px;
}

.dialog-box-item-text-subtitle {
  font-size: 11px;
  color: #777777;
  text-align: justify;
}

/* Ã¥ÂÂ³Ã¤Â¾Â§Ã¦â€šÂ¬Ã¦ÂµÂ®end */

@keyframes number {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

@media only screen and (max-width:1600px) {
  /*.fnt_62 {
    font-size: 40px;
  }
*/
  .inter_first .fnt_16 {
    font-size: 14px;
  }

  .banner_txt {
    width: 85%;
  }

  .banner_txt .left {
    /* float: left; */
    color: #fff;
  }

  .banner_txt .right {
    /* float: right; */
    padding: 35px;
    background-color: rgba(23, 36, 64, 0.88);
    border-radius: 10px;
    margin-right: 0;
    margin-top: 70px;
  }

  .vertical_l {
    padding-left: 10%;
  }

  .approve_flx {
    width: 80%;
  }

  .many_con>div>.swiper-container {
    width: 460px;
  }

  .many_txt img {
    margin-bottom: 25px;
  }

  .many_txt {
    height: 200px;
    padding: 35px 20px 0;
  }

  .banner_list {
    /* width: 68%; */
  }

  .inter_first>div {
    width: calc((100% - 60px)/5);
  }

  .plan_txt {
    padding: 0 20px;
  }

  .plan_list li {
    width: calc((100% - 80px)/3);
    margin-bottom: 20px;
  }

  .plan_list li:hover .plan_txt {
    bottom: 20px;
  }

  .plan_more {
    margin-top: 15px;
  }

  .plan_detail>div span {
    font-size: 12px;
  }

  .increase_tit {
    margin-bottom: 20px;
  }

  .plan_summary {
    margin: 20px 0 4.16vw;
  }

  .vertical_tit {
    margin-bottom: 15px;
  }

  .vertical_summary {
    margin-bottom: 20px;
  }

  .icon_flx {
    margin-bottom: 30px;
  }

  .obtain {
    margin-bottom: 40px;
  }

  .minister .common_des {
    margin: 20px auto 4.16vw;
  }
}

@media only screen and (max-width:1200px) {
  .banner_txt {
    width: 90%;
  }

  .vertical_l {
    padding-left: 5%;
  }

  .approve_flx {
    width: 90%;
  }
}

@media only screen and (max-width: 1440px) {
  .banner .banner_text {
    top: 59%;
    transform: translate(-50%, -59%);
  }

  .banner_txt .left {
    width: 70%;
  }

  .banner .right {
    padding: 30px;
  }

  .banner .right .p4 button {
    height: 40px;
    font-size: 16px;
  }

  .banner .right>div {
    width: 290px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .banner .right label {
    height: 40px;
    line-height: 40px;
  }

  .banner .right input {
    height: 40px;
  }

  .banner .right .p5 {
    padding-bottom: 6px;
    font-size: 14px;
  }

  .banner .left h2 {
    font-size: 45px;
  }

  .case_r_title b {
    font-size: 30px;
  }

  .case_r_title span {
    margin: 15px 0 110px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner .left h2 {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .banner .left h3 {
    margin-bottom: 15px;
  }

  .banner .right {
    padding: 20px 30px 25px;
  }

  .banner .right>div {
    margin-top: 10px;
  }

  .banner .right .p4 {
    margin-top: 20px;
  }

  .banner .right .p4 input {
    height: 45px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner {
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 15px;
  }

  .banner>img {
    height: 560px;
    width: auto;
  }

  .banner .banner_text {
    top: 70px;
    left: 20px;
    transform: translate(0, 0);
  }

  .banner .left {
    float: none;
    margin-bottom: 30px;
  }

  .banner .right {
    padding: 15px 15px 20px;
    float: none;
    width: 310px;
    box-sizing: border-box;
  }

  .banner .right h5 {
    font-size: 20px;
  }

  .banner .right p {
    font-size: 14px;
    width: 280px;
  }

  .banner .right label {
    width: 80px;
  }

  .banner .right p.p4 button {
    height: 40px;
    font-size: 15px;
  }

  .b_l2{margin: 0px;}
  .increase img{max-width: 80%;margin: 0px auto;}
  .plan_detail>div{display: none;}
  .m_obj{display: block;}
  .pc_obj{display: none;}
  .index_renke .renke_bg{height: 25rem;}

  .many{padding: 3vw 0px}
  .vertical_r>div{padding: 3vw;}
  .vertical_summary{width: 100%;}
  .icon_flx{display: flex;flex-flow: row wrap;justify-content: space-around;
      li{margin-right: 0px;}

  }

  .index_news_warp{padding-left: 5px;padding-right: 5px;}
  .index_news{width: 60%;
      .news_m{padding: 10px 0 0;}
      .news_m p{ width:50%;}
      .news_m p img{max-width:100%;height: auto;}
      .news_m ul{width: 48%;padding-left: 10px}
  }
  .index_wd{width: 39%;padding-top: 0px;}




  .sove{padding: 1rem 0.5rem 1rem}
  .sove .banner_search{width: 100%;}
  .foot .foot_flx{height: auto;padding: 10px;flex-flow: row wrap;}  
  .foot .foot_flx .foot_l{width: 100%;justify-content: space-between;}
  .foot .foot_flx .foot_l div{font-size: 1.2rem;}
 .foot .copyright{font-size: 1rem;margin-top:1rem;text-align: center;width: 100%;}
}

@media only screen and (max-width: 768px) {
  .w1440{padding: 0px;}
  .banner {
    padding-bottom: 0;margin-top: 4rem;
  }

  .banner>img {
    transform: translateX(-30rem);
  }
  .banner .left{width: 100%;}
  .fnt_62{font-size: 1.5rem;}
  .b_l2{margin: 0px;}
.plan_more{width: 100%;}
.plan_txt{padding: 0px;bottom: 0px;height: 100%;display: flex;align-items: center;justify-content: center;}
  /*.plan_list li:hover .plan_txt{bottom: 0px;}*/
  .plan_detail,.plan_des{display: none;}

  .vertical_flx{display: flex;flex-flow: row wrap;}
  .ts{display: none;}
  .ver_l{width: 95%;padding-top: 1rem;margin: 0px auto;}
  .vertical_l{white-space:nowrap;overflow-x:scroll;display:flex;}
  .vertical_l>div{width: 20%;height: 2rem;display: flex;font-size: 0.8rem;padding: 0px 5px;align-items: center;justify-content: center;margin:0px 0.5rem 0.5rem 0.5rem;}
  .vertical_summary{width: 95%;margin: 0px auto 20px auto;}
  .vertical_r{width: 100%;}
  .vertical_r .r_act{background-position: center center;background-repeat: no-repeat;background-size: cover;}
  .icon_flx{display: flex;flex-flow: row  nowrap;justify-content: space-around;}
  .icon_flx li{margin-right: 0px;}
  .icon_flx li .fnt_16{font-size: 12px;}
  .anli img{margin:0px 20px 10px 0px;}

  .index_renke .renke_bg{height: 20rem;}
  .img_box_pr{top: 1.5rem;padding: 0px;}
  .renke_content{display: flex;flex-flow: row wrap;justify-content: space-around;}
  .renke_content .item{width: 33%;font-size: 12px;}
  .renke_content .item .bm{margin-top: 0px;font-size: 12px}

  .index_youshi{width: 98%;margin: 0px auto;padding: 0px;}
  .index_youshi .m_obj img{width: 100%;}
  .index_youshi  .index_youshi_box{width: 100%;padding: 0px;}
  .index_youshi     .index_youshi_item .youshi_item_img{float: none;width: 100%;}
  .index_youshi     .index_youshi_item .youshi_item_content{float: none;width: 100%;}
  .index_youshi .index_youshi_title{display: flex;flex-flow: row nowrap;}
  .index_youshi .index_youshi_title h3{margin-right: 10px;}
  .index_youshi .index_youshi_title div{padding: 0px 1rem;}
  .index_youshi .index_youshi_content{margin-top: 10px;}
  .index_youshi     .index_youshi_content img,.index_youshi .index_youshi_content p img{width: 100%;}
  .index_youshi     .index_youshi_item3{display: flex;flex-flow: row wrap;}
  .index_youshi     .index_youshi_item3 .youshi_item_img{order: 2;}
   .index_youshi    .index_youshi_item3 .youshi_item_content{order: 1;}


  .index_news{width: 95%;margin: 0px auto;float: none;}
  .index_news .news_m{ padding:1rem;}
  .index_news .news_m p{width: 100%;float: none;}
  .index_news .news_m p img{width: 100%;height: auto;}
  .index_news .news_m ul{width: 100%;float: none;padding: 0px;}
  .index_wd{width: 95%;margin: 0px auto;float: none;padding-top: 0px;}
  .index_wd dl{width: 100%;}
  
}