.kandian_box{ clear:both;width:100%; margin:0px auto; }
.kandian_box h2{ font-size:30px; text-align:center; width:100%; line-height:75px; color:#131f67; }



.vertical {
  padding-top:0;  clear:both; margin-top:30px;
}


@media (max-width: 1023px) {
.kandian_box h2{ font-size:20px; text-align:center; width:100%; line-height:430px; color:#131f67; }
}



@media (max-width: 640px) {
.kandian_box h2{ font-size:16px; text-align:center; width:100%; line-height:30px; color:#131f67; }


.vertical {
  margin-top:10px;
}

}


.vertical_title {
  text-align: center;
  color: #132842;
  margin-bottom: 4.16vw;
  line-height: 1;
}

.vertical_l>div {
  width: 79%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 0;
}



.vertical_l .l_act {
  color: white;
  background: #2e67d8;
}

.vertical_l>div:last-child {
  margin-bottom: 0;
}

.ts {
  margin-top: 30px;
  width: 79%;
  text-align: center;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  cursor: pointer;
}


@media (max-width: 640px) {

.vertical_l>div {
  width: 100%;
  height: 30px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border-radius: 0;
   text-align:center;
   line-height:30px;
}

.ts {
  margin-top: 0px;
  width: 100%;
  text-align: center;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}



}


.ts.l_act {
  color: white;
  background: #2e67d8;
}


.ts.l_act a{ color:#fff;}
.ts.l_act a:hovedr{ color:#fff;}

.vertical_bg {
  background: #eef1f3;
}

.ver_l {
  width: 26%;
  padding-left: calc((100% - 1440px)/2);
  padding-top:3vw;
}

.vertical_r {
  width: 74%;
}







.vertical_r>div {
  background-size: cover;
  padding: 2vw 4vw;
  display: none;
}

.vertical_r .r_act {
  display: block;
}

.vertical_summary {
  color: #64728d;
  line-height: 1.6em;
  margin-bottom: 25px;
  width: 555px;
}

.r_act .vertical_summary {
  animation: myfirst 0.6s ease-out;
}

.vertical_flx {
  display: flex;
}

@media (max-width: 640px) {
.ver_l {
  width: 100%;
  padding-left:0;
  padding-top:0;
}

.vertical_r {
  width: 100%;
}


.vertical_flx { display:block;}

.vertical_summary {

  line-height:24px;
  margin-bottom: 10px;
  width: 100%;
}




}



.obtain {
  border-radius: 0;
  width:180px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #2e67d8;
  margin-bottom: 20px;
  cursor: pointer;
  font-size:15px;
}

a:hover.obtain { background: #309DFA;}


.r_act .obtain {
  animation: myfirst 1s ease-out;
}

.anli {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.r_act .anli {
  animation: myfirst 1.4s ease-out;
}

.anli img {
  margin-right: 35px;
}

.anli_tit {
  margin-bottom: 20px;
  color: #132842;
}

.r_act .anli_tit {
  animation: myfirst 1.2s ease-out;
}

.icon_flx {
  display: flex;
  color: #64728d;
  margin-bottom: 25px;
}

.r_act .icon_flx {
  animation: myfirst 0.8s ease-out;
}

.icon_flx li {
  margin-right: 40px;
}

.icon_flx li:last-child {
  margin-right: 0px;
}

.vertical_img {
  width: 45px;
  height: 31px;
  position: relative;
  margin: 0 auto;
  margin-bottom:10px;
}

.vertical_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width:100%;
}

.vertical_tit {
  margin-bottom: 15px;
  color: #132842;
  font-size:18px;
}

.r_act .vertical_tit {
  animation: myfirst 0.4s ease-out;
}

@keyframes myfirst {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}


.fnt_18 {
  font-size: 18px;
}
.fnt_16{
  font-size: 16px;
}
.fnt_38 {
  font-size: 20px;
}



@media (max-width: 640px) {
.fnt_18 {
  font-size: 16px;
}
.fnt_16{
  font-size: 14px;
}
.fnt_38 {
  font-size: 16px;
}

.icon_flx li {
  margin-right: 1%; width:31.33%; display:inline-block;
}
.icon_flx{ display: inline-block; margin-bottom:10px; width:100%;}

.vertical_tit {
  margin-bottom: 5px;
  font-size:16px;
}


.obtain {
  border-radius: 0;
  width:35%;
  max-width:120px;
  height: 35px;
  display: block;
  margin:0 auto;
  text-align:center;
  line-height:35px;

  background: #2e67d8;
  margin-bottom: 10px;

  font-size:14px;
}



.anli {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  width:100%;
}

.r_act .anli {
  animation: myfirst 1.4s ease-out;
}

.anli img {
  margin-right: 0;
  max-width:100%;
}



}