.wrapper {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.wrapper:after {
  content: '';
  display: block;
  clear: both;
}





.fixed_right{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: none;
}
.fixed_right .block{
    width: 60px;
    height: 60px;
    position: relative;
    margin-bottom: 1px;
}
.fixed_right a{
    display: block;
    width: 100%;
    height: 100%;
    background: #002060;
    text-align: center;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.fixed_right .block .cell:before{
  content: '';
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 5px;
}
.fixed_right .block:nth-of-type(1) .cell:before{
  background-image: url('../images/f_icon1.png');
}
.fixed_right .block:nth-of-type(2) .cell:before{
  background-image: url('../images/f_icon2.png');
}
.fixed_right .block:nth-of-type(3) .cell:before{
  background-image: url('../images/f_icon3.png');
}
.fixed_right .cell{
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}
.fixed_right .ewm_block{
    position: absolute;
    right: 60px;
    bottom: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.fixed_right .ewm_block img{
    width: 110px;
    display: block;
}
.fixed_right .ewm_block p{
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 8px;
}
.fixed_right .block:hover a{
    background: #000;
}
.fixed_right .block:hover .ewm_block{
    opacity: 1;
    visibility: visible;
}
.fixed_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 10;
    display: none;
}
.fixed_form .close {
    position: absolute;
    top: 18px;
    right: 25px;
    width: 32px;
    height: 32px;
    background: url(../images/close.png) center no-repeat;
    cursor: pointer;
}
.fixed_form .content {
    width: 610px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -288px 0 0 -305px;
    background: #23212a;
    padding: 45px;
}
.fixed_form h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.fixed_form p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.fixed_form .box {
    margin-top: 20px;
}
.fixed_form .box input,
.fixed_form .box select {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    color: #636363;
}
.fixed_form .box select{
  background-position: 96% center;
  background-repeat: no-repeat;
  background-image: url(../images/down.png);
}
.fixed_form .box textarea {
    width: 100%;
    height: 140px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
.fixed_form .box button {
    width: 100%;
    height: 50px;
    background: #002060;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.form_page{
  padding: 5vw 0;
  background-image: url('../images/form_bg.png');
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.form_page .main{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
}
.form_page .top_main{
  padding: 25px 30px;
}
.form_page .top_main h3{
  font-size: 26px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 10px;
}
.form_page .top_main p{
  font-size: 14px;
  line-height: 1.6;
  color: #505050;
}
.form_page .top_main .info{
  max-width: 295px;
  border-top: 1px solid #bbbbbb;
  margin-top: 10px;
  padding-top: 10px;
}
.form_page .center_main{
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 15px 30px;
}
.form_page .center_main .box{
  padding: 15px 0;
}
.form_page .box h3{
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.form_page .box h3 span{
  color: #FF3824;
}
.form_page .box input[type="text"],
.form_page .box select{
  width: 260px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #C3C9D0;
  border-radius: 2px;
  font-size: 14px;
  color: #505050;
  background: #fff;
}
.form_page .box select{
  background: #fff url('../images/down.png') calc(100% - 15px) center no-repeat;
}
.form_page .box textarea{
  width: 100%;
  height: 150px;
  display: block;
  padding: 10px;
  border: 1px solid #C3C9D0;
  border-radius: 2px;
  font-size: 14px;
  color: #505050;
  background: #fff;
}
.form_page .bottom_main{
  padding: 30px 0 50px;
}
.form_page .bottom_main a{
  width: 130px;
  line-height: 30px;
  display: block;
  margin: 0 auto;
  background: #002060;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 1500px) {

  .fixed_form .content {
    width: 460px;
  }
  .fixed_form h3 {
      font-size: 16px;
      margin-bottom: 10px;
  }
  .fixed_form p {
      font-size: 14px;
  }
  .fixed_form .box input,
  .fixed_form .box select {
      height: 40px;
  }
  .fixed_form .box textarea {
      height: 100px;
  }
  .fixed_form .box button {
      height: 40px;
      font-size: 16px;
  }
}


@media screen and (max-width: 992px) {
  body{
    padding-bottom: 40px;
  }
  .wrapper {
    width: 90%;
  }

  .mNavBtn {
    display: block;
    width: 24px;
    height: 16px;
    right: 10px;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 15;
  }

  .mNavBtn.active .line2 {
    display: none;
  }

  .mNavBtn.active .line1 {
    transform: rotate(45deg);
    top: 7px;
  }

  .mNavBtn.active .line3 {
    transform: rotate(-45deg);
    bottom: 7px;
  }

  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #002060;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .mNavBtn span.line1 {
    top: 0;
  }

  .mNavBtn span.line2 {
    top: 7px;
  }

  .mNavBtn span.line3 {
    bottom: 0;
  }

  
  .fixed_right{
    left: 0;
    display: block !important;
    font-size: 0;
  }
  .fixed_right .block{
    width: 33.33%;
    height: 40px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #fff;
  }
  .fixed_right .block:last-of-type{
    border: none;
  }
  .fixed_right .ewm_block{
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
  }
  .fixed_right .block .cell:before{
    display: none;
  }
  .fixed_form .close {
    top: 7px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .fixed_form .content {
      width: 90%;
      margin: 0;
      left: 5%;
      padding: 15px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
  }
  .fixed_form .box {
      margin-top: 10px;
  }
  .form_page .top_main h3{
    font-size: 22px;
  }
  .form_page .box input[type="text"], .form_page .box select{
    width: 100%;
    display: block;
  }
}
.comm_banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.comm_banner:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.3);
  z-index: 1;
}
.comm_banner.short {
  height: 37.5vw;
}
.comm_banner.short_s{
  height: 25vw;
}
.comm_banner.long {
  height: calc(100vh - 100px);
}
.comm_banner .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.comm_banner h3 {
  font-size: 90px;
  font-family: 'moolbor';
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1;
}
.comm_banner p {
  font-size: 40px;
  margin-top: -30px;
}
.comm_banner p:after {
  content: '';
  width: 40px;
  height: 4px;
  background: #fff;
  display: block;
  margin-top: 36px;
}
.comm_banner .desc {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

.comm_load {
  padding-bottom: 6.25vw;
  text-align: center;
  line-height: 28px;
}
.comm_load a {
  display: block;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/load.png");
}

.comm_title h3 {
  font-family: 'moolbor';
  text-transform: uppercase;
  font-size: 80px;
  color: #002060;
  letter-spacing: 3px;
  line-height: 1;
  height: 46px;
}
.comm_title p {
  font-size: 34px;
  color: #222;
  margin-top: 10px;
}

.comm_crumbs {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comm_crumbs a, .comm_crumbs span {
  display: inline-block;
  vertical-align: middle;
}
.comm_crumbs a {
  color: #999;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_crumbs a:hover {
  color: #002060;
}
.comm_crumbs a.index {
  width: 16px;
  height: 14px;
  background: url("../images/abroad/icon9.png") center no-repeat;
}
.comm_crumbs span {
  color: #333;
}

.drag_a_p {
  width: 260px;
  height: 100px;
  position: relative;
}
.drag_a_p:before {
  content: '';
  width: 235px;
  height: 0;
  border: 1px dashed #999;
  position: absolute;
  left: 0px;
  top: 24px;
}
.drag_a_p .s_circle {
  width: 36px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: move;
  background-position: center;
  background-repeat: no-repeat;
}
.drag_a_p .b_circle {
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.drag_a_p p {
  font-size: 15px;
  color: #555;
  position: absolute;
  bottom: 0;
  left: 0;
}

.drag_show {
  display: none;
}

.video_pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.video_pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close.png") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
.video_pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video_pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 70vh;
  max-width: 70vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comm_section1 {
  padding-bottom: 5vw;
  overflow: hidden;
}
.comm_section1 .list {
  margin-top: 5vw;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.comm_section1 .list .img_block {
  width: 63%;
  overflow: hidden;
}
.comm_section1 .list .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section1 .list .txt_block {
  position: absolute;
  top: 0;
  left: 63%;
  right: 0;
  bottom: 0;
  border-top: 5px solid #002060;
}
.comm_section1 .list .txt_block .info {
  position: absolute;
  top: 5vw;
  left: 4vw;
  right: 4vw;
}
.comm_section1 .list .txt_block .info h3 a {
  font-size: 28px;
  color: #333;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section1 .list .txt_block .info p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.comm_section1 .list .txt_block .p_block {
  position: absolute;
  bottom: 5vw;
  left: 4vw;
  right: 4vw;
}
.comm_section1 .list .txt_block .p_block p {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 12px;
}
.comm_section1 .list .txt_block .p_block p:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 12px 0 0;
}
.comm_section1 .list .txt_block .p_block p.icon4:before {
  background-image: url("../images/train/icon1.png");
}
.comm_section1 .list .txt_block .p_block p.icon5:before {
  background-image: url("../images/train/icon2.png");
}
.comm_section1 .list .txt_block .p_block p.icon6:before {
  background-image: url("../images/train/icon3.png");
}
.comm_section1 .list:hover .img_block img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.comm_section1 .list:hover .txt_block h3 a {
  color: #002060;
}

.comm_section2 {
  background: #fff;
  padding: 4.5vw 0;
}
.comm_section2 .check {
  padding: 1.8vw 0;
  border-top: 1px solid #eeeeee;
  overflow: hidden;
}
.comm_section2 .check:nth-of-type(1) {
  padding-top: 0;
  border-top: none;
}
.comm_section2 .check:last-of-type {
  padding-bottom: 0;
}
.comm_section2 .check i.s {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.comm_section2 .check .label {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  margin: 15px 0 0 1.8vw;
}
.comm_section2 .check .item_block {
  margin-left: 170px;
}
.comm_section2 .check .item {
  font-size: 0;
}
.comm_section2 .check .item a.txt {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 5px 0;
  font-size: 15px;
  color: #333;
  line-height: 50px;
  padding: 0 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section2 .check .item a.txt.active, .comm_section2 .check .item a.txt:hover {
  background: #002060;
  color: #fff;
}
.comm_section2 .country {
  font-size: 0;
}
.comm_section2 .country a {
  display: inline-block;
  vertical-align: top;
  margin-right: 3vw;
  cursor: pointer;
}
.comm_section2 .country a i {
  width: 7.5vw;
  height: 7.5vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section2 .country a p {
  font-size: 15px;
  color: #333;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section2 .country a:nth-of-type(1) i {
  background-image: url("../images/abroad/icon2.png");
}
.comm_section2 .country a:nth-of-type(2) i {
  background-image: url("../images/abroad/icon3.png");
}
.comm_section2 .country a:nth-of-type(3) i {
  background-image: url("../images/abroad/icon4_1.png");
}
.comm_section2 .country a:nth-of-type(4) i {
  background-image: url("../images/abroad/icon5_1.png");
}
.comm_section2 .country a.active i {
  background-color: #002060;
  border-color: #002060;
}
.comm_section2 .country a.active p {
  color: #002060;
}
.comm_section2 .country a:nth-of-type(1).active i {
  background-image: url("../images/abroad/icon2_on.png");
}
.comm_section2 .country a:nth-of-type(2).active i {
  background-image: url("../images/abroad/icon3_on.png");
}
.comm_section2 .country a:nth-of-type(3).active i {
  background-image: url("../images/abroad/icon4_on.png");
}
.comm_section2 .country a:nth-of-type(4).active i {
  background-image: url("../images/abroad/icon5_on.png");
}

.comm_section3 {
  position: relative;
}
.comm_section3 .right {
  width: 50%;
  margin-left: 50%;
  position: relative;
  border-top: 1px solid transparent;
  margin-top: -1px;
  z-index: 2;
}
.comm_section3 .right .img_block {
  overflow: hidden;
  z-index: 1;
}
.comm_section3 .right .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section3 .right .img_block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.comm_section3 .right .img_block.video_block {
  position: relative;
  margin-top: 11.4vw;
}
.comm_section3 .right .img_block.video_block a {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/train/icon17.png");
  background-size: contain;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section3 .right .img_block.video_block a:hover {
  background-image: url("../images/train/icon18.png");
}
.comm_section3 .right .txt_block {
  background: #fff;
  padding: 0 5vw;
  width: 75%;
  height: 22.8vw;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}
.comm_section3 .right .txt_block.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-delay: 300ms;
}
.comm_section3 .right .txt_block h3 {
  font-size: 24px;
  color: #333;
  line-height: 34px;
}
.comm_section3 .right .txt_block h3:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #002060;
  display: block;
  margin: 2vw auto 0;
}
.comm_section3 .right .txt_block p {
  font-size: 14px;
  color: #999;
  letter-spacing: 10px;
}
.comm_section3 .right .txt_block p:before {
  content: '“';
  width: 50px;
  display: block;
  height: 30px;
  line-height: 70px;
  padding-left: 10px;
  margin: 3vw auto 15px;
  font-family: 'Arial';
  font-size: 80px;
  color: #333;
}
.comm_section3 .right .txt_block .tel {
  font-size: 24px;
  font-family: 'Reznor';
  color: #002060;
}
.comm_section3 .right .txt_block .tel span {
  display: block;
  width: 100px;
  margin: 2.5vw auto 20px;
  font-size: 16px;
  font-family: 'Arial';
  color: #333;
  padding-top: 20px;
  background: url("../images/train/icon16.png") center top no-repeat;
}
.comm_section3 .left {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  z-index: 2;
}
.comm_section3 .left .logo {
  width: 11.4vw;
  height: 11.4vw;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/about/img5.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
}
.comm_section3 .left .logo img {
  max-height: 80%;
  max-width: 80%;
}
.comm_section3 .left .txt_block {
  width: 100%;
  height: 100%;
}
.comm_section3 .left .txt_block .cell {
  padding: 0 7vw 0 14vw;
}
.comm_section3 .left .txt_block .desc {
  font-size: 15px;
  color: #666666;
  line-height: 2;
  text-align: justify;
  margin-top: 4.5vw;
}

.comm_section4 {
  padding: 6vw 0;
  overflow: hidden;
}
.comm_section4 .txt_block {
  padding: 5vw 0 10vw;
  position: relative;
}
.comm_section4 .txt_block .box {
  width: 38%;
  margin-left: 62%;
  background: url("../images/exchange/img2.png") center top no-repeat;
}
.comm_section4 .txt_block .box h3 {
  font-size: 36px;
  color: #333;
  position: relative;
  padding: 3vw 0;
}
.comm_section4 .txt_block .box h3 span {
  color: #002060;
  display: block;
}
.comm_section4 .txt_block .box h3:before {
  content: '';
  width: 40px;
  height: 4px;
  background: #002060;
  position: absolute;
  left: 0;
  top: 0;
}
.comm_section4 .txt_block .box p {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  text-align: justify;
  position: relative;
  z-index: 2;
}
.comm_section4 .txt_block .box .en_txt {
  height: 300px;
  font-size: 500px;
  color: rgba(238, 238, 238, 0.8);
  font-family: 'moolbor';
  text-transform: uppercase;
  letter-spacing: 25px;
  position: absolute;
  right: -20vw;
  bottom: -5vw;
  z-index: 1;
  line-height: 1;
}
.comm_section4 .lists {
  font-size: 0;
  position: relative;
  z-index: 2;
}
.comm_section4 .list {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 5vw) / 2);
  overflow: hidden;
}
.comm_section4 .list:nth-of-type(1) .box, .comm_section4 .list:nth-of-type(2) .box {
  margin-top: 0;
}
.comm_section4 .list:nth-of-type(odd) {
  margin-right: 2.5vw;
}
.comm_section4 .list:nth-of-type(even) {
  margin-left: 2.5vw;
}
.comm_section4 .list .box {
  margin-top: 6vw;
}
.comm_section4 .list .img_block {
  overflow: hidden;
  position: relative;
}
.comm_section4 .list .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section4 .list .img_block span {
  width: 5vw;
  height: 5vw;
  background-color: #002060;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/exchange/icon1.png");
  position: absolute;
  bottom: 0;
  left: 0;
}
.comm_section4 .list .img_block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.comm_section4 .list h3 {
  margin: 1.5vw 0;
}
.comm_section4 .list h3 a {
  display: block;
  font-size: 20px;
  color: #333;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section4 .list p {
  font-size: 15px;
  color: #999;
  line-height: 28px;
}
.comm_section4 .list:hover h3 a {
  color: #002060;
}

.comm_section5 {
  background: #f7f7f7;
  padding: 10vw 0;
  overflow: hidden;
}
.comm_section5 .left {
  width: 50%;
  position: relative;
  padding: 7.8vw 0 0 7.8vw;
  float: left;
  position: relative;
  z-index: 2;
}
.comm_section5 .left:before {
  content: '';
  width: 7.8vw;
  height: 7.8vw;
  background: url("../images/about/img6.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.comm_section5 .left .img_block {
  overflow: hidden;
}
.comm_section5 .left .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section5 .left .img_block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.comm_section5 .right {
  width: 38%;
  float: right;
  padding-top: 2.5vw;
  position: relative;
  z-index: 2;
}
.comm_section5 .right .desc {
  font-size: 15px;
  color: #666666;
  line-height: 2;
  text-align: justify;
  margin-top: 4.5vw;
}
.comm_section5 .en_txt {
  height: 300px;
  font-size: 500px;
  color: rgba(238, 238, 238, 0.8);
  font-family: 'moolbor';
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  left: -5vw;
  bottom: 0;
  z-index: 1;
  line-height: 1;
}

.comm_section6 {
  background: #f7f7f7;
  padding-bottom: 5vw;
  overflow: hidden;
}
.comm_section6 .list {
  margin-top: 5vw;
  position: relative;
  overflow: hidden;
}
.comm_section6 .list .logo_block {
  width: 150px;
  height: 150px;
  border: 1px solid #dddddd;
  background: #fff;
  position: absolute;
  left: calc(43% - 72px);
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 15px));
  -moz-transform: translateY(calc(-50% - 15px));
  -ms-transform: translateY(calc(-50% - 15px));
  transform: translateY(calc(-50% - 15px));
  z-index: 2;
}
.comm_section6 .list .logo_block:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/case/img12.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: -30px;
  z-index: 1;
}
.comm_section6 .list .logo_block .logo {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 2;
}
.comm_section6 .list .logo_block .logo img {
  max-width: 100%;
  max-height: 100%;
}
.comm_section6 .list .img_block {
  width: 43%;
  margin: 23px 0;
  background: #fff;
  overflow: hidden;
}
.comm_section6 .list .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section6 .list .txt_block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 43%;
  background: #fff;
  padding: 4.5vw 2.5vw;
  padding-left: 140px;
}
.comm_section6 .list .txt_block h3 {
  position: relative;
}
.comm_section6 .list .txt_block h3 .t {
  display: block;
  font-size: 22px;
  color: #333;
  margin-right: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comm_section6 .list .txt_block h3 .label {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
}
.comm_section6 .list .txt_block h3 span {
  color: #666;
  font-weight: bold;
}
.comm_section6 .list .txt_block h3 .type {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 15px;
  background: #eeeeee;
  font-size: 14px;
  color: #999;
}
.comm_section6 .list .txt_block h4 {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  font-family: 'Arial';
  margin-top: 10px;
}
.comm_section6 .list .txt_block .desc {
  margin-top: 1.8vw;
  padding-top: 1.8vw;
  border-top: 1px solid #eeeeee;
}
.comm_section6 .list .txt_block .desc p {
  text-align: justify;
  font-size: 15px;
  color: #666;
  line-height: 2;
  overflow: hidden;
  max-height: 150px;
}
.comm_section6 .list .txt_block .p_block {
  margin-top: 1.8vw;
  padding-top: 1.8vw;
  border-top: 1px solid #eeeeee;
}
.comm_section6 .list .txt_block .p_block p {
  font-size: 15px;
  color: #666;
  line-height: 2;
  padding-left: 100px;
  position: relative;
  min-height: 30px;
}
.comm_section6 .list .txt_block .p_block p .t{
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}

.comm_section6 .list .txt_block .p_block p .t:before {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.comm_section6 .list .txt_block .p_block p span {
  margin-right: 15px;
}
.comm_section6 .list .txt_block .p_block p:nth-of-type(1) .t:before {
  background-image: url("../images/abroad/icon4.png");
}
.comm_section6 .list .txt_block .p_block p:nth-of-type(2) .t:before {
  background-image: url("../images/abroad/icon5.png");
}
.comm_section6 .list .txt_block .p_block p:nth-of-type(3) .t:before {
  background-image: url("../images/abroad/icon6.png");
}
.comm_section6 .list .txt_block .p_block p:nth-of-type(4) .t:before {
  background-image: url("../images/abroad/icon7.png");
}
.comm_section6 .list .txt_block .p_block p:nth-of-type(5) .t:before {
  background-image: url("../images/abroad/icon8.png");
}
.comm_section6 .list:hover .img_block img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.comm_section6 .list:hover .txt_block h3 a {
  color: #002060;
}

.comm_section7 {
  padding-top: 10vw;
}
.comm_section7 .comm_title {
  max-width: 50%;
}
.comm_section7 .infor {
  margin-top: 3vw;
  font-size: 15px;
  color: #666;
  line-height: 2;
  max-width: calc(100% - 30vw);
}
.comm_section7 .txt_block {
  width: 25vw;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  background-image: url("../images/train/img15.jpg");
}
.comm_section7 .txt_block .btn {
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  cursor: pointer;
}
.comm_section7 .txt_block .btn.prev {
  background-image: url("../images/train/icon19.png");
}
.comm_section7 .txt_block .btn.next {
  background-image: url("../images/train/icon20.png");
}
.comm_section7 .txt_block .item .box {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}
.comm_section7 .txt_block .item.slick-active .box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.comm_section7 .txt_block h3 {
  margin: 3vw 0 2vw;
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  height: 72px;
}
.comm_section7 .txt_block span {
  content: '';
  width: 14px;
  height: 4px;
  background: #fff;
  display: block;
}
.comm_section7 .txt_block .desc {
  margin: 2.5vw 0 3.5vw;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  height: 1px;
}
.comm_section7 .txt_block .desc p {
  position: absolute;
  top: 0;
  left: 40%;
}
.comm_section7 .txt_block .num {
  font-size: 130px;
  font-family: 'Reznor';
  color: #fff;
  line-height: 1;
}
.comm_section7 .img_slick {
  margin-top: 5vw;
}
.comm_section7 .img_slick img {
  display: block;
  width: 100%;
}

.news_main {
  background: #f7f7f7;
}
.news_main .lists {
  padding-bottom: 6.25vw;
}
.news_main .list {
  margin-top: 6.25vw;
  position: relative;
}
.news_main .list .img_block {
  width: 43%;
  margin-left: 56%;
  overflow: hidden;
}
.news_main .list .img_block img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_main .list .txt_block {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-bottom: 2px solid #ddd;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_main .list .txt_block .date {
  font-size: 22px;
  color: #002060;
  text-transform: uppercase;
  font-family: 'moolbor';
}
.news_main .list .txt_block .date span {
  font-family: 'Reznor';
  font-size: 50px;
  display: block;
  margin-top: -5px;
}
.news_main .list .txt_block h3 {
  margin: 2.5vw 0;
}
.news_main .list .txt_block h3 a {
  display: block;
  font-size: 22px;
  color: #333;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_main .list .txt_block p {
  font-size: 15px;
  line-height: 2;
  color: #666;
}
.news_main .list:hover .img_block img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news_main .list:hover .txt_block {
  border-color: #002060;
}
.news_main .list:hover .txt_block a {
  color: #002060;
}

.news_detail .banner {
  padding: 7.5vw 0;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.news_detail .banner h3 {
  font-size: 36px;
}
.news_detail .banner .label {
  margin-top: 20px;
  font-size: 14px;
}
.news_detail .banner .label span {
  margin: 0 10px;
}
.news_detail .content .ope {
  padding: 3.5vw 0 2.5vw;
  border-bottom: 1px solid #eeeeee;
}
.news_detail .content .ope a.back {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_detail .content .ope a.back:hover {
  color: #002060;
}
.news_detail .content .ope .share {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.news_detail .content .ope .share a {
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: -3px 0 0 5px;
  padding: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_detail .content .ope .share a.qq {
  background-image: url("../images/share1.png");
}
.news_detail .content .ope .share a.wx {
  background-image: url("../images/share2.png");
}
.news_detail .content .ope .share a.sina {
  background-image: url("../images/share3.png");
}
.news_detail .content .ope .share a.qq:hover {
  background-image: url("../images/share1_on.png");
}
.news_detail .content .ope .share a.wx:hover {
  background-image: url("../images/share2_on.png");
}
.news_detail .content .ope .share a.sina:hover {
  background-image: url("../images/share3_on.png");
}
.news_detail .content .detail {
  padding: 3.5vw 0 6vw;
  font-size: 16px;
  line-height: 1.8;
}
.news_detail .content .detail img {
  max-width: 100%;
}
.news_detail .content .other {
  padding: 2vw 0 7vw;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.news_detail .content .other a {
  font-size: 16px;
  color: #333;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 48%;
}
.news_detail .content .other a span {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_detail .content .other a.prev {
  float: left;
  text-align: left;
  padding-left: 40px;
  background-image: url("../images/prev_1.png");
  background-position: left center;
}
.news_detail .content .other a.next {
  float: right;
  text-align: right;
  padding-right: 40px;
  background-image: url("../images/next_1.png");
  background-position: right center;
}
.news_detail .content .other a:hover {
  color: #002060;
}
.news_detail .content .other a:hover span {
  color: #002060;
}
.news_detail .content .other a.prev:hover {
  background-image: url("../images/prev_2.png");
}
.news_detail .content .other a.next:hover {
  background-image: url("../images/next_2.png");
}
.news_detail .position {
  background: #f8f8f8;
  padding: 7vw 0;
}
.news_detail .position h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 3.5vw;
}
.news_detail .position .items {
  font-size: 0;
}
.news_detail .position .item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.news_detail .position .item .img_block {
  overflow: hidden;
}
.news_detail .position .item .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_detail .position .item h3 {
  margin: 2.5vw 0 10px;
}
.news_detail .position .item h3 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  color: #333;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_detail .position .item p {
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_detail .position .item:nth-of-type(2) {
  margin: 0 5%;
}
.news_detail .position .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news_detail .position .item:hover h3 a {
  color: #002060;
}

.case_main {
  background: #f7f7f7;
}
.case_main .tab {
  font-size: 0;
  background: #fff;
}
.case_main .tab a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 3vw 13vw;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.case_main .tab a i {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #002060;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.case_main .tab a h3 {
  font-size: 18px;
  color: #333;
  padding-bottom: 6px;
  margin-left: 125px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.case_main .tab a p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  margin-left: 125px;
  height: 52px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.case_main .tab a:nth-of-type(1) i {
  background-image: url("../images/case/icon1.png");
}
.case_main .tab a:nth-of-type(2) i {
  background-image: url("../images/case/icon2.png");
}
.case_main .tab a.active, .case_main .tab a:hover {
  background: #002060;
}
.case_main .tab a.active i, .case_main .tab a:hover i {
  border-color: #fff;
}
.case_main .tab a.active h3, .case_main .tab a:hover h3 {
  color: #fff;
}
.case_main .tab a.active p, .case_main .tab a:hover p {
  color: #ffd5d9;
}
.case_main .tab a:nth-of-type(1).active i, .case_main .tab a:nth-of-type(1):hover i {
  background-image: url("../images/case/icon1_on.png");
}
.case_main .tab a:nth-of-type(2).active i, .case_main .tab a:nth-of-type(2):hover i {
  background-image: url("../images/case/icon2_on.png");
}

.case_detail2 {
  background: #f8f8f8;
  padding-bottom: 7vw;
}
.case_detail2 .banner {
  padding-bottom: 17vw;
}
.case_detail2 .content .main {
  margin-top: -10vw;
  background: #fff;
  padding: 0 5vw;
}

.about_main .comm_banner .wrapper {
  text-align: right;
}
.about_main .comm_banner .wrapper .main {
  text-align: left;
  display: inline-block;
}

.contact_faq .comm_banner h4 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.contact_faq .comm_banner h4 span {
  font-size: 70px;
  font-family: 'moolbor';
  margin-right: 10px;
}
.contact_faq .comm_banner .form {
  max-width: 600px;
  width: 90%;
  margin: 30px auto 0;
  background: #fff;
  position: relative;
  padding-right: 80px;
}
.contact_faq .comm_banner .form input {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  font-size: 16px;
}
.contact_faq .comm_banner .form button {
  width: 80px;
  height: 60px;
  background-color: #002060;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/contact/icon1.png");
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact_faq .comm_banner .form button:hover {
  background-color: #000;
}
.contact_faq .section1 {
  padding: 8vw 0;
  background: #fff;
}
.contact_faq .section1 .left {
  width: 300px;
  float: left;
  text-align: center;
  background: url("../images/contact/img2.jpg") center no-repeat;
  background-size: cover;
  padding: 2.5vw 3vw 7vw;
}
.contact_faq .section1 .left h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 3vw;
}
.contact_faq .section1 .left a {
  display: block;
  margin-bottom: 1.5vw;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.contact_faq .section1 .left a:before {
  content: '';
  width: 4px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.contact_faq .section1 .right {
  margin-left: 360px;
}
.contact_faq .section1 .right h2 {
  font-size: 24px;
  color: #002060;
  padding: 1.3vw 2vw;
  background: #f7f7f7;
}
.contact_faq .section1 .right .list {
  border-bottom: 1px solid #e5e5e5;
}
.contact_faq .section1 .right .list h3 {
  padding: 2vw;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
.contact_faq .section1 .right .list h3:after {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  margin-top: 5px;
  background-image: url("../images/contact/icon2.png");
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact_faq .section1 .right .list .info {
  background: #f7f7f7;
  padding: 2.5vw;
  display: none;
}
.contact_faq .section1 .right .list .info p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-align: justify;
}
.contact_faq .section1 .right .list .info img {
  display: block;
  max-width: 100%;
  margin: 2vw auto 0;
}
.contact_faq .section1 .right .list:hover h3 {
  background: #eeeeee;
}
.contact_faq .section1 .right .list.active h3 {
  background: #eee;
}
.contact_faq .section1 .right .list.active h3:after {
  background-image: url("../images/contact/icon3.png");
}

.contact_coop .section1 {
  padding: 8vw 0;
  border-bottom: 1px solid #eee;
}
.contact_coop .section1 p {
  font-size: 15px;
  line-height: 2;
  color: #666666;
}
.contact_coop .section1 p.desc {
  color: #222;
}
.contact_coop .section1 h3 {
  font-size: 16px;
  color: #222;
  margin: 3vw 0 10px;
}
.contact_coop .section1 .info {
  margin-top: 3vw;
  font-size: 0;
}
.contact_coop .section1 .info span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
  color: #002060;
}
.contact_coop .section1 .info span:before {
  content: '';
  width: 36px;
  height: 36px;
  background-color: #002060;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -3px 15px 0 0;
}
.contact_coop .section1 .info span:nth-of-type(1) {
  font-family: 'Arial';
  margin-right: 35px;
}
.contact_coop .section1 .info span:nth-of-type(1):before {
  background-image: url("../images/contact/icon4.png");
}
.contact_coop .section1 .info span:nth-of-type(2):before {
  background-image: url("../images/contact/icon5.png");
}

.contact_join .section1 {
  position: relative;
  padding-top: 10vw;
}
.contact_join .section1:before {
  content: '';
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7f7f7;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/contact/img7.png");
  background-size: 100% auto;
}
.contact_join .section1 .main h3 {
  font-size: 40px;
  color: #222;
  line-height: 48px;
  max-width: 59%;
}
.contact_join .section1 .main p {
  font-size: 15px;
  line-height: 2;
  color: #666;
  max-width: 59%;
  margin: 3.5vw 0;
}
.contact_join .section1 .main .img_block {
  overflow: hidden;
}
.contact_join .section1 .main .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact_join .section1 .main .img_block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.contact_join .section1 .main .pos_txt {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #222;
  line-height: 28px;
}
.contact_join .section1 .main .pos_txt:after {
  content: '';
  width: 1px;
  height: 330px;
  background: #002060;
  display: block;
  margin-top: 3vw;
}
.contact_join .section2 {
  padding: 10vw 0;
}
.contact_join .section2 .comm_title {
  max-width: 50%;
}
.contact_join .section2 .lists_box {
  margin-top: 4vw;
}
.contact_join .section2 .list_tit {
  font-size: 0;
  padding: 0 30px;
  padding-bottom: 1.8vw;
}
.contact_join .section2 .list_tit span {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #666;
}
.contact_join .section2 .list_tit span:nth-of-type(1) {
  width: 21%;
}
.contact_join .section2 .list_tit span:nth-of-type(2) {
  width: 28%;
}
.contact_join .section2 .list_tit span:nth-of-type(3) {
  width: 40%;
}
.contact_join .section2 .list_tit span:nth-of-type(4) {
  width: 11%;
}
.contact_join .section2 .list .show {
  padding: 25px 30px;
  font-size: 0;
  cursor: pointer;
}
.contact_join .section2 .list .show span {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #333;
}
.contact_join .section2 .list .show span:nth-of-type(1) {
  width: 21%;
}
.contact_join .section2 .list .show span:nth-of-type(2) {
  width: 28%;
}
.contact_join .section2 .list .show span:nth-of-type(3) {
  width: 40%;
}
.contact_join .section2 .list .show span:nth-of-type(4) {
  width: 11%;
}
.contact_join .section2 .list .hide {
  display: none;
}
.contact_join .section2 .list .hide h2 {
  padding: 25px 30px;
  background: #002060;
  font-size: 15px;
  color: #fff;
}
.contact_join .section2 .list .hide h2 span {
  width: 16px;
  height: 16px;
  float: right;
  margin-top: 2px;
  background: url("../images/contact/icon6.png") center no-repeat;
  cursor: pointer;
}
.contact_join .section2 .list .hide .info {
  border: 3px solid #002060;
  border-top: none;
  padding: 3.5vw;
  font-size: 0;
}
.contact_join .section2 .list .hide .info .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 20px;
}
.contact_join .section2 .list .hide .info .item h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 1.5vw;
}
.contact_join .section2 .list .hide .info .item p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.contact_join .section2 .list .hide .info .item p a {
  color: #002060;
}
.contact_join .section2 .list .hide .info .item:nth-of-type(odd) {
  padding-right: 4vw;
}
.contact_join .section2 .list:nth-of-type(odd) .show {
  background: #f7f7f7;
}

.train_main {
  background: #f7f7f7;
}

.train_detail .comm_section3 {
  padding-bottom: 10vw;
  background: #f7f7f7;
}
.train_detail .comm_section3 .en_txt {
  height: 300px;
  font-size: 500px;
  color: rgba(238, 238, 238, 0.5);
  font-family: 'moolbor';
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  left: -3vw;
  bottom: 0;
  z-index: 1;
  line-height: 1;
}
.train_detail .section2 {
  position: relative;
  padding: 10vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/train/img11.jpg");
  z-index: 2;
}
.train_detail .section2 .main {
  width: 50%;
  margin-left: 50%;
}
.train_detail .section2 .desc {
  font-size: 15px;
  line-height: 2;
  color: #666;
  margin: 3vw 0;
}
.train_detail .section2 .items {
  font-size: 0;
}
.train_detail .section2 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 2vw);
  margin: 0 2vw 2vw 0;
  background: #002060;
  padding: 1.5vw 1vw;
}
.train_detail .section2 .item i {
  display: block;
  height: 34px;
  background-position: left center;
  background-repeat: no-repeat;
}
.train_detail .section2 .item h3 {
  font-size: 18px;
  color: #fff;
  margin-top: 2.5vw;
}
.train_detail .section2 .item p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.train_detail .section2 .pen {
  position: absolute;
  width: 12vw;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}
.train_detail .section3 {
  background: #f7f7f7;
  padding: 10vw 0;
}
.train_detail .section3 .comm_title {
  max-width: 50%;
}
.train_detail .section3 .items {
  margin-top: 4.5vw;
  font-size: 0;
}
.train_detail .section3 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 60px);
  margin: 0 30px;
}
.train_detail .section3 .item:first-of-type {
  margin-left: 0;
}
.train_detail .section3 .item:last-of-type {
  margin-right: 0;
}
.train_detail .section3 .item .img_block {
  overflow: hidden;
  position: relative;
}
.train_detail .section3 .item .img_block img {
  display: block;
  width: 100%;
}
.train_detail .section3 .item .img_block i {
  height: 103px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -51px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.train_detail .section3 .item .txt_block {
  background: #fff;
  padding: 25px 25px 40px;
}
.train_detail .section3 .item .txt_block h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.train_detail .section3 .item .txt_block p {
  font-size: 15px;
  color: #666;
}
.train_detail .section3 .item:hover .img_block i {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.exchange_main {
  background: #f8f8f8;
}

.exchange_detail1 .section1 {
  position: relative;
  padding: 10vw 0;
  overflow: hidden;
}
.exchange_detail1 .section1 .left {
  width: 50%;
  float: left;
  position: relative;
  z-index: 2;
}
.exchange_detail1 .section1 .left .img_block {
  margin-top: 5vw;
  max-width: 30vw;
}
.exchange_detail1 .section1 .left .img_block img {
  width: 100%;
  display: block;
}
.exchange_detail1 .section1 .right {
  width: 50%;
  float: left;
  padding-left: 3vw;
  padding-top: 2.5vw;
  position: relative;
  z-index: 2;
}
.exchange_detail1 .section1 .right .tab_tit {
  font-size: 0;
  border-bottom: 1px solid #eeeeee;
}
.exchange_detail1 .section1 .right .tab_tit span {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: calc((100% - 360px) / 2);
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
}
.exchange_detail1 .section1 .right .tab_tit span:before {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.exchange_detail1 .section1 .right .tab_tit span:nth-of-type(3) {
  margin-right: 0;
}
.exchange_detail1 .section1 .right .tab_tit span:nth-of-type(1):before {
  background-image: url("../images/exchange/icon2.png");
}
.exchange_detail1 .section1 .right .tab_tit span:nth-of-type(2):before {
  background-image: url("../images/exchange/icon3.png");
}
.exchange_detail1 .section1 .right .tab_tit span:nth-of-type(3):before {
  background-image: url("../images/exchange/icon4.png");
}
.exchange_detail1 .section1 .right .tab_tit span.active, .exchange_detail1 .section1 .right .tab_tit span:hover {
  color: #002060;
  border-color: #002060;
}
.exchange_detail1 .section1 .right .tab_tit span:nth-of-type(1).active:before, .exchange_detail1 .section1 .right .tab_tit span:nth-of-type(1):hover:before {
  background-image: url("../images/exchange/icon2_on.png");
}
.exchange_detail1 .section1 .right .tab_tit span:nth-of-type(2).active:before, .exchange_detail1 .section1 .right .tab_tit span:nth-of-type(2):hover:before {
  background-image: url("../images/exchange/icon3_on.png");
}
.exchange_detail1 .section1 .right .tab_tit span:nth-of-type(3).active:before, .exchange_detail1 .section1 .right .tab_tit span:nth-of-type(3):hover:before {
  background-image: url("../images/exchange/icon4_on.png");
}
.exchange_detail1 .section1 .right .tab_cont {
  margin-top: 6.5vw;
}
.exchange_detail1 .section1 .right .tab_cont .child {
  display: none;
}
.exchange_detail1 .section1 .right .tab_cont p {
  font-size: 15px;
  line-height: 2;
  color: #666;
}
.exchange_detail1 .section1 .en_txt {
  height: 300px;
  font-size: 500px;
  color: rgba(238, 238, 238, 0.8);
  font-family: 'moolbor';
  text-transform: uppercase;
  letter-spacing: 25px;
  position: absolute;
  left: -2vw;
  top: 32vw;
  z-index: 1;
  line-height: 1;
}
.exchange_detail1 .section2 {
  position: relative;
}
.exchange_detail1 .section2 .left {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background: url("../images/exchange/img10.jpg") center no-repeat;
  background-size: cover;
  padding: 0 11vw 0 13vw;
}
.exchange_detail1 .section2 .left .cell_box {
  height: 100%;
  position: relative;
}
.exchange_detail1 .section2 .left .cell_box:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 2px dotted #3d3d3d;
}
.exchange_detail1 .section2 .left h4 {
  font-size: 22px;
  color: #fff;
  font-family: 'moolbor';
  text-transform: uppercase;
}
.exchange_detail1 .section2 .left h3 {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  margin-top: 3vw;
}
.exchange_detail1 .section2 .left .items {
  margin-top: 7vw;
  position: relative;
}
.exchange_detail1 .section2 .left .items i {
  width: 39px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/exchange/icon5.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
}
.exchange_detail1 .section2 .left .item {
  margin-bottom: 2.5vw;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.exchange_detail1 .section2 .left .item:last-of-type {
  margin-bottom: 0;
}
.exchange_detail1 .section2 .left .item span {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.exchange_detail1 .section2 .left .item span.num {
  font-size: 20px;
  width: 50px;
  font-family: 'Reznor';
}
.exchange_detail1 .section2 .left .item span.txt {
  font-size: 16px;
  position: relative;
}
.exchange_detail1 .section2 .left .item span.txt:after {
  content: '';
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #002060;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.exchange_detail1 .section2 .left .item span.z {
  position: relative;
  z-index: 2;
}
.exchange_detail1 .section2 .left .item:after {
  content: '';
  width: 2px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}
.exchange_detail1 .section2 .left .item.active span {
  color: #fff;
}
.exchange_detail1 .section2 .left .item.active span.txt:after {
  width: calc(100% + 50px);
}
.exchange_detail1 .section2 .right {
  width: 50%;
  margin-left: 50%;
  position: relative;
}
.exchange_detail1 .section2 .right .img_slick img {
  width: 100%;
  display: block;
}
.exchange_detail1 .section2 .right .txt_block {
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/train/img15.jpg") center no-repeat;
  background-size: cover;
  padding: 3vw 3vw 5vw;
  z-index: 2;
}
.exchange_detail1 .section2 .right .txt_block .btn {
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  cursor: pointer;
}
.exchange_detail1 .section2 .right .txt_block .btn.prev {
  background-image: url("../images/train/icon19.png");
}
.exchange_detail1 .section2 .right .txt_block .btn.next {
  background-image: url("../images/train/icon20.png");
}
.exchange_detail1 .section2 .right .txt_block .item {
  position: relative;
}
.exchange_detail1 .section2 .right .txt_block .item .box {
  overflow: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}
.exchange_detail1 .section2 .right .txt_block .item.slick-active .box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.exchange_detail1 .section2 .right .txt_block h3 {
  margin: 3vw 0 2vw;
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  height: 72px;
  padding-right: 22%;
}
.exchange_detail1 .section2 .right .txt_block span {
  content: '';
  width: 14px;
  height: 4px;
  background: #fff;
  display: block;
}
.exchange_detail1 .section2 .right .txt_block .desc {
  margin-top: 2.5vw;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}
.exchange_detail1 .section2 .right .txt_block .num {
  font-size: 100px;
  font-family: 'Reznor';
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 2px;
}
.exchange_detail1 .section3 {
  padding: 10vw 0;
}
.exchange_detail1 .section3 .comm_title p {
  max-width: 30%;
}
.exchange_detail1 .section3 .items {
  margin: 0 -20px;
  margin-top: 5vw;
  font-size: 0;
}
.exchange_detail1 .section3 .item {
  position: relative;
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.exchange_detail1 .section3 .item .img_block {
  overflow: hidden;
}
.exchange_detail1 .section3 .item .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.exchange_detail1 .section3 .item .txt_block {
  position: absolute;
  bottom: 3vw;
  left: 2.5vw;
  right: 2.5vw;
  color: #fff;
}
.exchange_detail1 .section3 .item .txt_block h3 {
  font-size: 20px;
}
.exchange_detail1 .section3 .item .txt_block p {
  font-size: 14px;
  font-family: 'Arial';
}
.exchange_detail1 .section3 .item:hover .img_block img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.exchange_detail1 .section3 .slick-arrow{
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d4d4d4;
  font-size: 0;
  cursor: pointer;
  transition: all .3s ease;
}
.exchange_detail1 .section3 .slick-prev{
  left: -60px;
  background-image: url(../images/train/icon19.png);
}
.exchange_detail1 .section3 .slick-next{
  right: -60px;
  background-image: url(../images/train/icon20.png);
}
.exchange_detail1 .section3 .slick-arrow:hover{
  background-color: #002060;
}
.exchange_detail1 .section3 .slick-dots{
  text-align: center;
  margin-top: 10px;
}
.exchange_detail1 .section3 .slick-dots li{
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d4d4d4;
}
.exchange_detail1 .section3 .slick-dots li.slick-active{
  background-color: #002060;
}
.exchange_detail1 .section3 .slick-dots button{
  display: none;
}


.exchange_detail1 .section4 {
  background: #f7f7f7;
  padding: 10vw 0;
}
.exchange_detail1 .section4 .comm_title h3 {
  line-height: 0.7;
  height: 110px;
  padding-top: 20px;
}
.exchange_detail1 .section4 .left {
  width: 50%;
  float: left;
}
.exchange_detail1 .section4 .left .desc {
  font-size: 15px;
  line-height: 2;
  color: #666;
  margin: 3.5vw 0 5vw;
  text-align: justify;
}
.exchange_detail1 .section4 .left .date {
  font-size: 18px;
  color: #333;
  position: relative;
  padding-left: 60px;
}
.exchange_detail1 .section4 .left .date span {
  font-size: 14px;
  color: #999;
  display: block;
}
.exchange_detail1 .section4 .left .date:before {
  content: '';
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/exchange/icon6.png");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.exchange_detail1 .section4 .right {
  width: 28.6vw;
  float: right;
  position: relative;
  padding: 3.5vw 2vw 0 0;
}
.exchange_detail1 .section4 .right:before {
  content: '';
  width: 7.8vw;
  height: 7.8vw;
  background: url("../images/about/img6.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.exchange_detail1 .section4 .right img {
  width: 100%;
  display: block;
}
.exchange_detail1 .section5 {
  position: relative;
  padding-bottom: 6.25vw;
}
.exchange_detail1 .section5 .comm_title h3, .exchange_detail1 .section5 .comm_title p {
  color: #fff;
}
.exchange_detail1 .section5 .left {
  background: #f7f7f7;
}
.exchange_detail1 .section5 .main {
  width: 58%;
  padding: 9vw 12vw 9vw 13vw;
  background: url("../images/exchange/img16.jpg");
  background-size: cover;
}
.exchange_detail1 .section5 .main .desc {
  margin: 1.5vw 0 4vw;
  font-size: 15px;
  color: #fff;
}
.exchange_detail1 .section5 .main form {
  max-width: 450px;
  width: 100%;
}
.exchange_detail1 .section5 .main form .box {
  margin-bottom: 35px;
}
.exchange_detail1 .section5 .main form .box input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  color: #999;
}
.exchange_detail1 .section5 .main form .box textarea {
  display: block;
  width: 100%;
  height: 120px;
  font-size: 15px;
  color: #999;
  padding: 15px;
  resize: vertical;
}
.exchange_detail1 .section5 .main form button {
  display: block;
  height: 50px;
  border: 2px solid #fff;
  font-size: 15px;
  color: #fff;
  width: 100%;
  background: none;
  cursor: pointer;
  transition: all .3s ease;
}
.exchange_detail1 .section5 .main form button:hover{
  background-color: #fff;
  color: #002060;
}
.exchange_detail1 .section5 .right {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 6.25vw;
}
.exchange_detail1 .section5 .right .bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.exchange_detail2 .section2 {
  position: relative;
  padding-bottom: 6.25vw;
}
.exchange_detail2 .section2 .comm_title h3, .exchange_detail2 .section2 .comm_title p {
  color: #fff;
}
.exchange_detail2 .section2 .left {
  background: #f7f7f7;
}
.exchange_detail2 .section2 .main {
  width: 58%;
  padding: 9vw 12vw 9vw 13vw;
  background: url("../images/exchange/img16.jpg");
  background-size: cover;
}
.exchange_detail2 .section2 .main .desc {
  margin: 5vw 0;
  font-size: 15px;
  color: #fff;
  line-height: 2;
  max-width: 70%;
}
.exchange_detail2 .section2 .main .info {
  display: inline-block;
  border: 4px solid #f1d0d3;
  padding: 3vw 5vw;
  text-align: left;
  font-size: 15px;
  line-height: 34px;
  color: #fefefe;
}
.exchange_detail2 .section2 .right {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 6.25vw;
}
.exchange_detail2 .section2 .right .bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.exchange_detail2 .section2 .right .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.4vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.exchange_detail2 .section2 .right .logo img {
  width: 100%;
  display: block;
}
.exchange_detail2 .section3 {
  padding: 8vw 0;
  background: #fff;
  position: relative;
}
.exchange_detail2 .section3 .bg {
  position: absolute;
  width: 70%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.exchange_detail2 .section3 .bg img {
  display: block;
  width: 100%;
}
.exchange_detail2 .section3 .bg img.dot {
  position: absolute;
  right: 0;
  top: 0;
}
.exchange_detail2 .section3 .comm_title {
  max-width: 50%;
}
.exchange_detail2 .section3 .main {
  margin-top: 7vw;
  position: relative;
  font-size: 0;
}
.exchange_detail2 .section3 .main:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 44%;
  height: 0;
  border: 1px dashed #e3e3e3;
}
.exchange_detail2 .section3 .main .btn {
  width: 9px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 44%;
  margin-top: -7px;
  cursor: pointer;
}
.exchange_detail2 .section3 .main .btn.prev {
  left: 2.5vw;
  background-image: url("../images/exchange/icon8.png");
}
.exchange_detail2 .section3 .main .btn.next {
  right: 2.5vw;
  background-image: url("../images/exchange/icon9.png");
}
.exchange_detail2 .section3 .main .left {
  box-shadow: 0 5px 30px #eee;
  width: 34%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
}
.exchange_detail2 .section3 .main .left .img_block {
  overflow: hidden;
}
.exchange_detail2 .section3 .main .left .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.exchange_detail2 .section3 .main .left .txt_block {
  padding: 1.5vw 2vw 1vw;
  background: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.exchange_detail2 .section3 .main .left .txt_block h3 {
  font-size: 22px;
  color: #333;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.exchange_detail2 .section3 .main .left .txt_block .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.exchange_detail2 .section3 .main .left .txt_block .desc p{
  min-height: 48px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.exchange_detail2 .section3 .main .left:hover .txt_block{
  background-color: #002060;
  top: 0 !important;
}
.exchange_detail2 .section3 .main .left:hover .txt_block .desc{
  height: 86%;
}
.exchange_detail2 .section3 .main .left:hover .txt_block h3,
.exchange_detail2 .section3 .main .left:hover .txt_block p{
  color: #fff;
}
.exchange_detail2 .section3 .main .right {
  width: 66%;
  display: inline-block;
  vertical-align: middle;
}
.exchange_detail2 .section3 .main .right .item .img_block {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #002060;
  border-radius: 50%;
  padding: 4px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  cursor: pointer;
}
.exchange_detail2 .section3 .main .right .item .img_block img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.exchange_detail2 .section3 .main .right .item h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 2vw;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  line-height: 24px;
}
.exchange_detail2 .section3 .main .right .item.slick-current .img_block {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.exchange_detail2 .section3 .main .right .item.slick-current h3 {
  margin-top: 1vw;
  font-size: 20px;
}
.exchange_detail2 .section3 .m_items {
  display: none;
}
.exchange_detail2 .section4 {
  padding: 9vw 0;
  background: #f7f7f7;
}
.exchange_detail2 .section4 .comm_title {
  text-align: center;
}
.exchange_detail2 .section4 .main {
  margin-top: 10vw;
  position: relative;
  font-size: 0;
}
.exchange_detail2 .section4 .left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  /*position: absolute;
  top: 0;
  left: 0;
  bottom: 0;*/
  -webkit-transform: translateY(-4vw);
  -moz-transform: translateY(-4vw);
  -ms-transform: translateY(-4vw);
  transform: translateY(-4vw);
  padding: 3vw 4.5vw;
  background: url("../images/exchange/img22.jpg");
  background-size: cover;
  overflow: hidden;
}
.exchange_detail2 .section4 .left .cell_box {
  height: 100%;
  position: relative;
}
.exchange_detail2 .section4 .left .cell_box:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px dotted #ff4b4b;
}
.exchange_detail2 .section4 .left .desc {
  padding: 0 3.5vw 0 5vw;
  font-size: 15px;
  color: #fff;
  line-height: 2;
  position: relative;
}
.exchange_detail2 .section4 .left .desc:before {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/exchange/icon7.png");
  position: absolute;
  top: 5px;
  left: calc((5vw - 26px) / 2);
  display: none;
}
.exchange_detail2 .section4 .left .items {
  margin-top: 4vw;
  position: relative;
}
.exchange_detail2 .section4 .left .items i {
  width: 26px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/exchange/icon7.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.exchange_detail2 .section4 .left .items .item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}
.exchange_detail2 .section4 .left .items .item:after {
  content: '';
  width: 2px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}
.exchange_detail2 .section4 .left .items .item span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.exchange_detail2 .section4 .left .items .item span.num {
  font-family: 'Reznor';
  font-size: 20px;
  width: 50px;
}
.exchange_detail2 .section4 .left .items .item span.txt {
  font-size: 16px;
  width: calc(100% - 50px);
}
.exchange_detail2 .section4 .left .number {
  font-family: 'Reznor';
  font-size: 130px;
  color: #fff;
  text-align: right;
  line-height: 1;
}
.exchange_detail2 .section4 .right {
  width: 50%;
  padding: 5.5vw 6.5vw;
  background: #fff;
  /*margin-left: 50%;*/
  display: inline-block;
  vertical-align: top;
}
.exchange_detail2 .section4 .right h3 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
}
.exchange_detail2 .section4 .right span {
  width: 14px;
  height: 4px;
  background: #313131;
  display: block;
  margin: 2.5vw 0;
}
.exchange_detail2 .section4 .right p {
  font-size: 15px;
  color: #666;
  line-height: 2;
  text-align: justify;
  margin-bottom: 3vw;
  height: 90px;
  overflow: hidden;
}
.exchange_detail2 .section4 .right img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.abroad_school {
  background: #f7f7f7;
}

.abroad_pro {
  background: #f7f7f7;
}

.abroad_school_detail {
  background: #f7f7f7;
  border-bottom: 1px solid #eeeeee;
}
.abroad_school_detail .left {
  width: 260px;
  text-align: center;
  position: fixed;
  top: calc(100px + 7vw);
  left: 0;
}
.abroad_school_detail .left a {
  display: block;
  margin-bottom: 1vw;
  font-size: 15px;
  color: #333;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}
.abroad_school_detail .left a.active, .abroad_school_detail .left a:hover {
  color: #002060;
}
.abroad_school_detail .left a.active:before, .abroad_school_detail .left a:hover:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: -2px;
  background: #002060;
  position: absolute;
  top: 50%;
  right: calc(50% + 50px);
}
.abroad_school_detail .right {
  margin-left: 260px;
  background: #fff;
  padding: 7vw 0 4vw;
}
.abroad_school_detail .right .block {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}
.abroad_school_detail .section1 {
  padding: 4vw 0 3vw;
  font-size: 0;
}
.abroad_school_detail .section1 .left_cont {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.abroad_school_detail .section1 .left_cont h3 {
  font-size: 28px;
  color: #333;
}
.abroad_school_detail .section1 .left_cont h3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
  margin-left: 20px;
  color: #fff;
  background: #002060;
}
.abroad_school_detail .section1 .left_cont h4 {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: 'Arial';
}
.abroad_school_detail .section1 .left_cont .addr {
  font-size: 14px;
  color: #666;
  margin: 1vw 0 1.5vw;
  padding-left: 30px;
  background: url("../images/abroad/icon10.png") left center no-repeat;
  line-height: 20px;
}
.abroad_school_detail .section1 .left_cont .position {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding-left: 105px;
  position: relative;
  min-height: 24px;
}
.abroad_school_detail .section1 .left_cont .position .t{
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 30px;
  font-weight: normal;
  background: url("../images/abroad/icon11.png") left center no-repeat;
}
.abroad_school_detail .section1 .left_cont .position span {
  color: #333;
  display: inline-block;
  vertical-align: top;
}
.abroad_school_detail .section1 .left_cont .position span:after {
  content: '|';
  font-size: 14px;
  color: #ddd;
  margin: 0 15px;
}
.abroad_school_detail .section1 .left_cont .position span:last-of-type:after {
  display: none;
}
.abroad_school_detail .section1 .left_cont .btns {
  margin-top: 2.5vw;
  font-size: 0;
}
.abroad_school_detail .section1 .left_cont .btns a {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
}
.abroad_school_detail .section1 .left_cont .btns a:nth-of-type(1) {
  background: #002060;
}
.abroad_school_detail .section1 .left_cont .btns a:nth-of-type(2) {
  background: #434343;
}
.abroad_school_detail .section1 .right_cont {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 3.8vw;
  padding-top: 30px;
  padding-left: 30px;
}
.abroad_school_detail .section1 .right_cont:before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 15px;
  right: 4.5vw;
  background: url("../images/abroad/img13.jpg");
  z-index: 1;
}
.abroad_school_detail .section1 .right_cont .img_block {
  width: 10.4vw;
  height: 10.4vw;
  border: 10px solid #000;
  text-align: center;
  position: relative;
  z-index: 2;
}
.abroad_school_detail .section1 .right_cont .img_block .cell_box {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid #eee;
  background: #fff;
  -webkit-transform: translate(-40px, -40px);
  -moz-transform: translate(-40px, -40px);
  -ms-transform: translate(-40px, -40px);
  transform: translate(-40px, -40px);
}
.abroad_school_detail .section1 .right_cont .img_block .cell_box img {
  max-width: 100%;
  max-height: 100%;
}
.abroad_school_detail .section1 .right_cont:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 37px;
  background: url("../images/abroad/img12.png") center no-repeat;
  background-size: contain;
  z-index: 3;
}
.abroad_school_detail .section2 {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding: 1.5vw 0;
  font-size: 0;
}
.abroad_school_detail .section2 .item {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding-left: 3vw;
}
.abroad_school_detail .section2 .item p {
  font-size: 15px;
  color: #666;
}
.abroad_school_detail .section2 .item h3 {
  font-size: 18px;
  color: #002060;
  margin-top: 5px;
}
.abroad_school_detail .section3 {
  margin-top: 5vw;
  position: relative;
}
.abroad_school_detail .section3 .top_block {
  height: 5vw;
  border-top: 2px dotted #ddd;
  border-left: 2px dotted #ddd;
  border-radius: 100px 0 0;
  position: relative;
  z-index: 1;
}
.abroad_school_detail .section3 .top_block:before {
  content: '带你去了解院校详情 ~';
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.abroad_school_detail .section3 .top_block:after {
  content: '';
  position: absolute;
  right: 0;
  top: -11px;
  width: 20px;
  height: 20px;
  background: url("../images/abroad/icon13.jpg") center no-repeat;
}
.abroad_school_detail .section3 .top_block .plane1 {
  width: 36px;
  height: 39px;
  position: absolute;
  top: -20px;
  left: calc(50% - 160px);
  background: url("../images/abroad/icon12.png");
}
.abroad_school_detail .section3 .top_block .plane2 {
  width: 36px;
  height: 39px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: url("../images/abroad/icon12.png");
  left: -19px;
  top: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.abroad_school_detail .section3 .top_block .plane2.active {
  opacity: 1;
}
.abroad_school_detail .section3 .sec_block {
  padding-left: 4vw;
  position: relative;
}
.abroad_school_detail .section3 .sec_block:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px dotted #dddddd;
}
.abroad_school_detail .section3 .sec_block .sec {
  margin-top: 4vw;
  position: relative;
}
.abroad_school_detail .section3 .sec_block .sec:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  background: #002060;
  top: 15px;
  left: -4vw;
  z-index: 2;
}
.abroad_school_detail .section3 .sec_block .sec:first-of-type {
  margin-top: 0;
}
.abroad_school_detail .section3 .sec_block .sec h2 {
  font-size: 20px;
  color: #333;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.abroad_school_detail .section3 .sec_block .sec h2:before {
  content: '';
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.abroad_school_detail .section3 .sec_block .sec .cont {
  margin-top: 3.5vw;
}
.abroad_school_detail .section3 .sec_block .sec .cont h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 1.5vw;
  margin-top: 1.5vw;
}
.abroad_school_detail .section3 .sec_block .sec .cont p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: justify;
}
.abroad_school_detail .section3 .sec_block .sec .cont img {
  display: block;
  max-width: 100%;
  margin-top: 1.5vw;
}
.abroad_school_detail .section3 .sec_block .s1 h2:before {
  background-image: url("../images/abroad/icon14.png");
}
.abroad_school_detail .section3 .sec_block .s2 h2:before {
  background-image: url("../images/abroad/icon15.png");
}
.abroad_school_detail .section3 .sec_block .s3 h2:before {
  background-image: url("../images/abroad/icon16.png");
}
.abroad_school_detail .section3 .sec_block .s4 h2:before {
  background-image: url("../images/abroad/icon17.png");
}

.abroad_pro_detail .comm_banner p:after {
  opacity: 0;
}
.abroad_pro_detail .section1 {
  padding: 10vw 0;
  overflow: hidden;
}
.abroad_pro_detail .section1 .left {
  width: 50%;
  float: left;
}
.abroad_pro_detail .section1 .left .comm_title {
  padding-left: 13vw;
}
.abroad_pro_detail .section1 .left .img_block {
  margin-top: 6vw;
  max-width: 84%;
}
.abroad_pro_detail .section1 .left .img_block img {
  display: block;
  width: 100%;
}
.abroad_pro_detail .section1 .right {
  width: 50%;
  float: left;
  padding-right: 13vw;
  font-size: 15px;
  line-height: 2;
  color: #666;
  text-align: justify;
}
.abroad_pro_detail .section2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 8vw;
}
.abroad_pro_detail .section2 .block {
  position: relative;
}
.abroad_pro_detail .section2 .left {
  width: 50vw;
  padding: 7.5vw 0;
  padding-left: 13vw;
}
.abroad_pro_detail .section2 .left .comm_title h3, .abroad_pro_detail .section2 .left .comm_title p {
  color: #fff;
}
.abroad_pro_detail .section2 .left .items {
  margin-top: 3.5vw;
  color: #fff;
}
.abroad_pro_detail .section2 .left .item {
  padding-left: 60px;
  color: #fff;
  margin-bottom: 30px;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
.abroad_pro_detail .section2 .left .item:before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.abroad_pro_detail .section2 .left .item:last-of-type {
  margin-bottom: 0;
}
.abroad_pro_detail .section2 .left .item:nth-of-type(1):before {
  background-image: url("../images/abroad/icon18.png");
}
.abroad_pro_detail .section2 .left .item:nth-of-type(2):before {
  background-image: url("../images/abroad/icon19.png");
}
.abroad_pro_detail .section2 .left .item h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.abroad_pro_detail .section2 .left .item p {
  font-size: 15px;
  max-width: 90%;
}
.abroad_pro_detail .section2 .right {
  position: absolute;
  right: 13vw;
  bottom: 0;
  width: calc(100% - 50vw - 13vw);
  height: calc(100% + 14vw);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/abroad/img19.jpg");
}
.abroad_pro_detail .section2 .right img {
  width: 10.5vw;
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.abroad_pro_detail .section3 {
  margin-top: -8vw;
  padding-bottom: 10vw;
  position: relative;
  z-index: 2;
  background: #fff;
  margin-left: 13vw;
  overflow: hidden;
}
.abroad_pro_detail .section3 .left {
  width: calc(50vw - 13vw);
  float: left;
}
.abroad_pro_detail .section3 .left img {
  display: block;
  width: 100%;
}
.abroad_pro_detail .section3 .right {
  width: calc(100% - 50vw);
  float: left;
  padding: 7vw 0 0 7vw;
}
.abroad_pro_detail .section3 .right .desc {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin: 3vw 0;
}
.abroad_pro_detail .section3 .right .p_block p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  line-height: 30px;
}
.abroad_pro_detail .section3 .right .p_block p span {
  color: #666;
}
.abroad_pro_detail .section4 {
  padding: 12vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/abroad/img26.jpg");
}
.abroad_pro_detail .section4 .block {
  margin-left: 13vw;
  position: relative;
}
.abroad_pro_detail .section4 .comm_title {
  max-width: 50%;
}
.abroad_pro_detail .section4 .comm_title p {
  color: #fff;
}
.abroad_pro_detail .section4 .btn {
  position: absolute;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #676767;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.abroad_pro_detail .section4 .btn.prev {
  right: calc(13vw + 55px);
  background-image: url("../images/prev_3.png");
}
.abroad_pro_detail .section4 .btn.next {
  right: 13vw;
  background-image: url("../images/next_3.png");
}
.abroad_pro_detail .section4 .btn:hover {
  background-color: #676767;
}
.abroad_pro_detail .section4 .slick {
  margin-top: 5vw;
}
.abroad_pro_detail .section4 .slick:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  background: #737373;
}
.abroad_pro_detail .section4 .slick:after {
  content: '';
  width: 36px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
}
.abroad_pro_detail .section4 .slick .slick-list {
  padding-left: 28vw;
}
.abroad_pro_detail .section4 .slick .item {
  width: 35vw;
  color: #fff;
}
.abroad_pro_detail .section4 .slick .item .box {
  padding: 0 2vw;
  border-left: 1px solid #fff;
  position: relative;
}
.abroad_pro_detail .section4 .slick .item .box:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: -3px;
  background: #fff;
  border-radius: 50%;
}
.abroad_pro_detail .section4 .slick .item .box:nth-of-type(1) {
  padding-bottom: 3.5vw;
}
.abroad_pro_detail .section4 .slick .item .box:nth-of-type(1):after {
  bottom: -3px;
}
.abroad_pro_detail .section4 .slick .item .box:nth-of-type(2) {
  padding-top: 3.5vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.abroad_pro_detail .section4 .slick .item .box:nth-of-type(2):after {
  top: -2px;
}
.abroad_pro_detail .section4 .slick .item .box h3 {
  font-size: 20px;
  margin-bottom: 1.5vw;
}
.abroad_pro_detail .section4 .slick .item .box p {
  font-size: 15px;
  line-height: 2;
  color: #999;
  height: 60px;
  overflow: hidden;
}
.abroad_pro_detail .section4 .m_slick {
  display: none;
}
.abroad_pro_detail .section5 {
  padding: 9vw 0;
  background: #fff;
  font-size: 0;
  position: relative;
}
.abroad_pro_detail .section5 .block {
  padding: 0 13vw;
  position: relative;
}
.abroad_pro_detail .section5 .comm_title {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.abroad_pro_detail .section5 .item {
  width: 50%;
  margin-top: 3.5vw;
}
.abroad_pro_detail .section5 .item.inline {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.abroad_pro_detail .section5 .item h3 {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  color: #333;
  top: 0;
}
.abroad_pro_detail .section5 .item span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: 'Arial';
}
.abroad_pro_detail .section5 .item p {
  font-size: 15px;
  color: #666;
  line-height: 2;
  text-align: justify;
  padding-left: 50px;
  margin-top: 20px;
  position: relative;
  width: 80%;
}
.abroad_pro_detail .section5 .item p span {
  background: #959595;
  top: 5px;
}
.abroad_pro_detail .section5 .img_block {
  position: absolute;
  right: 0;
  width: 50vw;
  bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.abroad_pro_detail .section5 .drag_a_p {
  margin-top: 6vw;
}
.abroad_pro_detail .section6 {
  background: #f7f7f7;
  padding: 10vw 13vw;
}
.abroad_pro_detail .section6 .comm_title {
  max-width: 50%;
}
.abroad_pro_detail .section6 .comm_section4 {
  padding: 4vw 0 0;
}
.abroad_pro_detail.blue .comm_title h3 {
  color: #3955b7;
}
.abroad_pro_detail.blue .comm_title h3:after, .abroad_pro_detail.blue .comm_title p:after {
  background: #3955b7;
}
.abroad_pro_detail.blue .img_scale:after {
  background: #3955b7;
}
.abroad_pro_detail.blue .section1 .img_block img.img2 {
  display: none;
}
.abroad_pro_detail.blue .section2 {
  background-image: url("../images/abroad/img20.jpg");
}
.abroad_pro_detail.blue .section4 .slick:after {
  background-image: url("../images/abroad/icon20.png");
}
.abroad_pro_detail.blue .section5 .item h3 span {
  background: #3955b7;
}
.abroad_pro_detail.blue .section5 .drag_a_p .s_circle {
  background-image: url("../images/abroad/icon20.png");
}
.abroad_pro_detail.blue .section5 .drag_a_p .b_circle {
  border-color: #3955b7;
}
.abroad_pro_detail.blue .section5 .drag_show a {
  background: #3955b7;
}
.abroad_pro_detail.red .section1 .img_block img.img1 {
  display: none;
}
.abroad_pro_detail.red .section2 {
  background-image: url("../images/abroad/img21.jpg");
}
.abroad_pro_detail.red .section4 .slick:after {
  background-image: url("../images/abroad/icon21.png");
}
.abroad_pro_detail.red .section5 .item h3 span {
  background: #002060;
}
.abroad_pro_detail.red .section5 .drag_a_p .s_circle {
  background-image: url("../images/abroad/icon21.png");
}
.abroad_pro_detail.red .section5 .drag_a_p .b_circle {
  border-color: #002060;
}
.abroad_pro_detail.red .section5 .drag_show a {
  background: #002060;
}

.translate_main .section1 {
  height: calc(100vh - 100px);
  font-size: 0;
  position: relative;
}
.translate_main .section1 .left {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.translate_main .section1 .left .bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.translate_main .section1 .right {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 7vw;
}
.translate_main .section1 .right:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  border-left: 1px solid #eeeeee;
}
.translate_main .section1 .right span {
  width: 2px;
  height: 4vw;
  position: absolute;
  top: 13.5vw;
  left: 0;
  background: #002060;
}
.translate_main .section1 .right .cell {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
.translate_main .section1 .right .cell h3 {
  font-family: 'moolbor';
  font-size: 90px;
  line-height: 1;
  color: #002060;
  text-transform: uppercase;
  letter-spacing: 3px;
  white-space: nowrap;
}
.translate_main .section1 .right .cell h4 {
  font-size: 40px;
  color: #222;
  margin-top: -30px;
}
.translate_main .section1 .right .cell p {
  margin-top: 2vw;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.translate_main .section1 .txt_block {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  background: #002060;
  padding: 3.5vw;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}
.translate_main .section1 .txt_block h3 {
  font-family: 'moolbor';
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.translate_main .section1 .txt_block h4 {
  font-size: 18px;
  color: #fff;
  margin-top: -10px;
}
.translate_main .section1 .txt_block h4:after {
  content: '';
  display: block;
  height: 1px;
  background: #d15763;
  margin-top: 1.5vw;
}
.translate_main .section1 .txt_block.active {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  transition-delay: 300ms;
}
.translate_main .section2 {
  background: #f7f7f7;
  padding: 13vw 0 7vw;
}
.translate_main .section2 .left {
  width: 61%;
  float: left;
}
.translate_main .section2 .left .desc {
  font-size: 15px;
  color: #666;
  line-height: 2;
  margin-top: 2.5vw;
  max-width: 80%;
  text-align: justify;
}
.translate_main .section2 .left .items {
  width: 80%;
  font-size: 0;
}
.translate_main .section2 .left .items .item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 3vw;
}
.translate_main .section2 .left .items .item i {
  display: block;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.translate_main .section2 .left .items .item h3 {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}
.translate_main .section2 .left .items .item p {
  max-width: 250px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 10px;
}
.translate_main .section2 .right {
  width: 39%;
  float: left;
  position: relative;
}
.translate_main .section2 .right:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #002060;
}
.translate_main .section2 .right .img_block {
  -webkit-transform: translate(-2vw, 2vw);
  -moz-transform: translate(-2vw, 2vw);
  -ms-transform: translate(-2vw, 2vw);
  transform: translate(-2vw, 2vw);
  overflow: hidden;
}
.translate_main .section2 .right .img_block img {
  display: block;
  width: 100%;
}
.translate_main .section2 .right span {
  position: absolute;
  bottom: 3vw;
  right: 2vw;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.translate_main .comm_section7 .txt_block .desc {
  height: auto;
}
.translate_main .comm_section7 .txt_block .num {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
}
.translate_main .section4 {
  padding: 9vw 0 5vw;
}
.translate_main .section4 .comm_title {
  max-width: 70%;
}
.translate_main .section4 .desc {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  margin: 3vw 0;
}
.translate_main .section4 .items {
  font-size: 0;
  margin: 0 -1.5vw;
}
.translate_main .section4 .item {
  width: calc(25% - 3vw);
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5vw 2vw;
}
.translate_main .section4 .item .img_block {
  overflow: hidden;
}
.translate_main .section4 .item .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.translate_main .section4 .item h3 {
  margin: 2vw 0 10px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.translate_main .section4 .item p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.translate_main .section4 .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.translate_main .section4 .slick-arrow{
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d4d4d4;
  font-size: 0;
  cursor: pointer;
  transition: all .3s ease;
}
.translate_main .section4 .slick-prev{
  left: -60px;
  background-image: url(../images/train/icon19.png);
}
.translate_main .section4 .slick-next{
  right: -60px;
  background-image: url(../images/train/icon20.png);
}
.translate_main .section4 .slick-arrow:hover{
  background-color: #002060;
}
.translate_main .section4 .slick-dots{
  text-align: center;
  margin-top: 10px;
}
.translate_main .section4 .slick-dots li{
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d4d4d4;
}
.translate_main .section4 .slick-dots li.slick-active{
  background-color: #002060;
}
.translate_main .section4 .slick-dots button{
  display: none;
}
.translate_main .section5 {
  background: #f7f7f7;
  padding-top: 7vw;
}
.translate_main .section5 .title {
  text-align: center;
}
.translate_main .section5 .title h3 {
  font-size: 30px;
  color: #222;
}
.translate_main .section5 .title p {
  font-size: 15px;
  line-height: 2;
  color: #666;
  margin-top: 20px;
}
.translate_main .section5 .main {
  margin-top: 6vw;
  font-size: 0;
}
.translate_main .section5 .main .cell_box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  height: 37.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.translate_main .section5 .main .cell_box i {
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.translate_main .section5 .main .cell_box p {
  font-size: 15px;
  line-height: 2;
  margin-top: 2vw;
  width: 80%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.translate_main .section5 .main .cell_box:hover p {
  margin-bottom: 1vw;
}
.translate_main .section5 .main .left i {
  border-color: #fff;
  background-image: url("../images/translate/icon5.png");
}
.translate_main .section5 .main .left p {
  color: #fff;
}
.translate_main .section5 .main .right i {
  border-color: #002060;
  background-image: url("../images/translate/icon6.png");
}
.translate_main .section5 .main .right p {
  color: #333;
}

 .comm_banner:after{
  background: rgba(255,255,255,.3);
}
 .comm_banner h3 {
  color: #002060;
}
 .comm_banner p {
  font-size: 50px;
  color: #222;
}
 .comm_banner p:after {
  opacity: 0;
}
 .comm_banner .desc {
  color: #333;
}
 .index_banner .slick-dots {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 5;
}
 .index_banner .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #e5e5e5;
  margin: 0 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
 .index_banner .slick-dots li:hover {
  background-color: #002060;
}
 .index_banner .slick-dots li.slick-active {
  width: 24px;
  background-color: #002060;
}
 .index_banner .slick-dots button {
  display: none;
}
 .section2 {
  padding-top: 10vw;
  background: #fff;
}
 .section2 .top_block .left {
  max-width: 70%;
}
 .section2 .top_block .right {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 38%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
 .section2 .bot_block {
  margin: 0 20px 20px;
  margin-top: 7vw;
  position: relative;
}
 .section2 .bot_block .left {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img2.jpg");
}
 .section2 .bot_block .left .cell_box {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
 .section2 .bot_block .left .cell_box h3 {
  font-size: 34px;
  line-height: 43px;
  color: #fff;
}
 .section2 .bot_block .left .cell_box .img_block {
  margin: 3.5vw 0;
}
 .section2 .bot_block .left .cell_box p {
  font-size: 15px;
  line-height: 2;
  color: #fff;
}
 .section2 .bot_block .right {
  width: 50%;
  margin-left: 50%;
}
 .section2 .bot_block .right .item {
  padding: 4.5vw 7vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
 .section2 .bot_block .right .item h3 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 3vw;
}
 .section2 .bot_block .right .item p {
  font-size: 15px;
  line-height: 28px;
  max-width: 430px;
}
 .section2 .bot_block .right .item:nth-of-type(1) h3 {
  color: #fff;
}
 .section2 .bot_block .right .item:nth-of-type(1) p {
  color: #fff;
}
 .section2 .bot_block .right .item:nth-of-type(2) h3 {
  color: #002060;
}
 .section2 .bot_block .right .item:nth-of-type(2) p {
  color: #222;
}
 .section3 {
  background: #f7f7f7;
}
 .section3 .comm_title {
  max-width: 60%;
}
 .section3 .desc {
  font-size: 15px;
  color: #666;
  margin-top: 30px;
}
 .section3 .main {
/*  padding-top: 6vw;*/
  position: relative;
}
 .section3 .main .left {
  width: 67%;
  position: relative;
}
 .section3 .main .left .img_slick {
  z-index: 1;
}
 .section3 .main .left .img_slick .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(80vh - 100px);
}
 .section3 .main .left .txt_block {
  width: 25vw;
  position: absolute;
  right: 0;
  top: 14vh;
  padding: 3vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  background-image: url("../images/img15.jpg");
}
 .section3 .main .left .txt_block .en {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'moolbor';
  position: relative;
}
 .section3 .main .left .txt_block .en:after {
  content: '';
  width: 26px;
  height: 25px;
  background: url("../images/index/icon5.png") center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
 .section3 .main .left .txt_block .item .box {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}
 .section3 .main .left .txt_block .item.slick-active .box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
 .section3 .main .left .txt_block h3 {
  margin: 1vw 0 1vw;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  line-height: 36px;
}
 .section3 .main .left .txt_block span {
  content: '';
  width: 14px;
  height: 4px;
  background: #fff;
  display: block;
}
 .section3 .main .left .txt_block .desc {
  margin: 2.5vw 0 3.5vw;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
 .section3 .main .left .txt_block .desc p {

}
 .section3 .main .left .txt_block .num {
  font-size: 60px;
  font-family: impact;
  color: #fff;
}
 .section3 .main .left .btns {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 260px;
  height: 100px;
  background: #fff;
  text-align: center;
  font-size: 0;
}
 .section3 .main .left .btns .btn {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

 .section3 .main .right {
  width: 33%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../images/img16.jpg);
  padding: 0 10vw 0 8vw;
}
 .section3 .main .right .cell_box {
  height: 100%;
  position: relative;
}
 .section3 .main .right .cell_box:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 2px dotted #70787e;
}
 .section3 .main .right .cell_box .top_line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 100%;
  border-left: 2px dotted #ddd;
}
 .section3 .main .right .cell_box .plane_box {
  position: absolute;
  right: 2px;
  bottom: calc(100% + 6vw + 36px);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
}
 .section3 .main .right .cell_box .plane_box p {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1;
}
 .section3 .main .right .cell_box .plane_box p span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'moolbor';
}
 .section3 .main .right .cell_box .plane_box .plane {
  width: 39px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon3.png");
  margin: 20px auto 0;
  position: relative;
}
 /*.section3 .main .right .cell_box .plane_box .plane.white {
  background-image: url("../images/index/icon4.png");
}*/
 .section3 .main .right h4 {
  font-size: 22px;
  color: #fff;
  font-family: 'moolbor';
  text-transform: uppercase;
}
 .section3 .main .right h3 {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
}
 .section3 .main .right .items {
  margin-top: 7vw;
}
 .section3 .main .right .item {
  margin-bottom: 2.5vw;
  position: relative;
  /*padding-right: 30px;*/
  cursor: pointer;
}
 .section3 .main .right .item:last-of-type {
  margin-bottom: 0;
}
 .section3 .main .right .item span {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
 .section3 .main .right .item span.num {
  font-size: 20px;
  width: 40px;
  font-family: 'Reznor';
}
 .section3 .main .right .item span.txt {
  font-size: 16px;
  position: relative;
}
 .section3 .main .right .item span.txt:after {
  content: '';
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #002060;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
 .section3 .main .right .item span.z {
  position: relative;
  z-index: 2;
}
 .section3 .main .right .item:after {
  content: '';
  width: 2px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}
 .section3 .main .right .item.active span {
  color: #fff;
}
 .section3 .main .right .item.active span.txt:after {
  width: calc(100% + 50px);
}
 .section4 {
  padding: 10vw 0;
}
 .section4 .wrapper .comm_title {
  max-width: 70%;
}
 .section4 .wrapper .desc {
  font-size: 15px;
  color: #666;
  margin-top: 30px;
}
 .section4 .wrapper a {
  width: 300px;
  line-height: 60px;
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: center;
  border: 2px solid #dcdcdc;
  font-size: 14px;
  color: #666;
  padding-right: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
 .section4 .wrapper a:before {
  content: '';
  width: 56px;
  height: 2px;
  background: #dcdcdc;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 20px 0 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
 .section4 .wrapper a:hover {
  background: #002060;
  border-color: #002060;
  color: #fff;
}
 .section4 .wrapper a:hover:before {
  background: #fff;
}
 .section4 .items {
  margin-top: 6vw;
  font-size: 0;
  overflow-x: hidden;
}
 .section4 .items .block {
  position: relative;
  white-space: nowrap;
}
 .section4 .items .item {
  display: inline-block;
  vertical-align: top;
  width: 56vw;
  position: relative;
  margin-right: 4vw;
  white-space: normal;
}
 .section4 .items .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/index/img21.png") center bottom no-repeat;
  background-size: cover;
  z-index: 1;
}
 .section4 .items .item .img_block {
  overflow: hidden;
}
 .section4 .items .item .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 .section4 .items .item .txt_block {
  position: absolute;
  left: 3vw;
  right: 3vw;
  bottom: 3vw;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: 70px;
}
 .section4 .items .item .txt_block h3 {
  font-size: 30px;
}
 .section4 .items .item .txt_block h3 a {
  color: #fff;
}
 .section4 .items .item .txt_block h3:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #fff;
  display: block;
  margin-bottom: 30px;
}
 .section4 .items .item .txt_block p {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  margin-top: 10px;
}
 .section4 .items .item .txt_block a.more {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: -25px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon2.png");
  background-size: contain;
}
 .section4 .items .item:hover .img_block img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
 .section4 .items .item:hover .txt_block {
  bottom: 5vw;
}
 .section4 .drag {
  width: 56vw;
  margin: 3vw auto 0;
}
 .section4 .drag .plane_box {
  position: relative;
  height: 39px;
}
 .section4 .drag .plane_box .plane {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon8.png");
  background-size: contain;
  cursor: pointer;
}
 .section4 .drag .line {
  margin: 15px 0;
  position: relative;
  height: 4px;
  background: #dcdcdc;
}
 .section4 .drag .line span {
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  height: 4px;
  background: #002060;
}
 .section4 .drag p {
  font-size: 14px;
  color: #666;
  margin-left: 7.5vw;
}
 .section5 {
  position: relative;
}
 .section5 .main {
  position: absolute;
  top: 12vh;
  left: 13vw;
}
 .section5 .main .comm_title h3,  .section5 .main .comm_title p {
  color: #fff;
}
 .section5 .main .desc {
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
}
 .section5 .txt_block .item {
  position: absolute;
  left: calc(13vw + 50px);
  bottom: calc(43vh - 250px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
 .section5 .txt_block .item h3 {
  font-size: 34px;
  color: #fff;
}
 .section5 .txt_block .item p {
  font-size: 24px;
  color: #fff;
  font-family: 'moolbor';
  text-transform: uppercase;
}
 .section5 .txt_block .item a.more {
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon2.png");
  background-size: contain;
  margin-top: 35px;
}
 .section5 .txt_block .item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
 .section5 .m_slick {
  display: none;
}
 .section6 {
  background: #fff;
  padding: 10vw 0;
}
 .section6 .stu {
  width: 81%;
  margin-left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
 .section6 .stu .map img {
  width: 100%;
  display: block;
}
 .section6 .stu .item {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
 .section6 .stu .item img {
  display: block;
}
 .section6 .stu .item:nth-of-type(1) {
  top: 15.7%;
  left: 19%;
}
 .section6 .stu .item:nth-of-type(2) {
  bottom: 18%;
  left: 26.36%;
}
 .section6 .stu .item:nth-of-type(3) {
  top: 10px;
  left: 40%;
}
 .section6 .stu .item:nth-of-type(4) {
  top: 41.4%;
  left: 40.42%;
}
 .section6 .stu .item:nth-of-type(5) {
  top: 24.5%;
  left: 55%;
}
 .section6 .stu .item:nth-of-type(6) {
  top: 76.2%;
  left: 51.8%;
}
 .section6 .stu .item:nth-of-type(7) {
  top: 17.2%;
  left: 78.6%;
}
 .section6 .stu .item:nth-of-type(8) {
  top: 69%;
  left: 83.4%;
}
 .section6 .stu .item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  border-color: #002060;
}
 .section6 .main {
  max-width: 60%;
}
 .section6 .main .desc {
  font-size: 15px;
  color: #666;
  margin-top: 30px;
}
 .section6 .main .info {
  margin: 4.5vw 0 9vw;
}
 .section6 .main .info:before {
  content: '';
  width: 54px;
  height: 60px;
  background: url("../images/index/icon1.png");
  display: block;
}
 .section6 .main .info p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  max-width: 440px;
  margin-top: 30px;
}
 .section6 .main .drag_a_p {
  height: 50px;
}
 .section6 .main .drag_a_p .s_circle {
  background-image: url("../images/abroad/icon21.png");
}
 .section6 .main .drag_a_p .b_circle {
  border-color: #002060;
}
 .section7 {
  background: #f7f7f7;
  padding: 10vw 0;
}
 .section7 .top_block {
  position: relative;
}
 .section7 .top_block .comm_title {
  max-width: 70%;
}
 .section7 .top_block .desc {
  font-size: 15px;
  color: #666;
  margin-top: 30px;
}
 .section7 .top_block a {
  width: 300px;
  line-height: 60px;
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: center;
  border: 2px solid #dcdcdc;
  font-size: 14px;
  color: #666;
  padding-right: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
 .section7 .top_block a:before {
  content: '';
  width: 56px;
  height: 2px;
  background: #dcdcdc;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 20px 0 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
 .section7 .top_block a:hover {
  background: #002060;
  border-color: #002060;
  color: #fff;
}
 .section7 .top_block a:hover:before {
  background: #fff;
}
 .section7 .items {
  margin-top: 5vw;
  font-size: 0;
}
 .section7 .items .item {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
 .section7 .items .item:nth-of-type(2) {
  margin-left: 6%;
}
 .section7 .items .item .img_block {
  overflow: hidden;
  position: relative;
}
 .section7 .items .item .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
 .section7 .items .item .img_block .date {
  position: absolute;
  top: 2vw;
  left: 2vw;
  background: #002060;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: 'moolbor';
  text-transform: uppercase;
  padding: 10px 15px 5px;
}
 .section7 .items .item .img_block .date span {
  display: block;
  font-size: 40px;
  font-family: 'Reznor';
  line-height: 1;
  margin-top: -5px;
}
 .section7 .items .item h3 {
  margin: 2vw 0;
  font-size: 22px;
}
 .section7 .items .item h3 a {
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
 .section7 .items .item p {
  font-size: 15px;
  line-height: 2;
  color: #666;
}
 .section7 .items .item:hover .img_block img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
 .section7 .items .item:hover h3 a {
  color: #002060;
}





.case_main2 .items {
  padding-bottom: 5vw;
  overflow: hidden;
  font-size: 0;
}
.case_main2 .list {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 5vw;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.case_main2 .list:nth-of-type(odd){
  margin-right: 2%;
}
.case_main2 .list .img_block {
  width: 50%;
  overflow: hidden;
}
.case_main2 .list .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.case_main2 .list .txt_block {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  border-top: 5px solid #002060;
}
.case_main2 .list .txt_block .info h3 a {
  font-size: 20px;
  color: #333;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.case_main2 .list .txt_block .info h3 span{
  float: right;
  color: #002060;
  font-size: 14px;
}
.case_main2 .list .txt_block .info p {
  font-size: 16px;
  color: #666;
  margin: 12px 0 30px;
}
.case_main2 .list .txt_block .info p:before{
  content: '';
  width: 2px;
  height: 16px;
  background: #002060;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.case_main2 .list .txt_block .p_block p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.case_main2 .list .txt_block .p_block p:last-of-type{
  margin-bottom: 0;
}
.case_main2 .list .txt_block .p_block p:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
/*.case_main2 .list .txt_block .p_block p.icon1:before {
  background-image: url("../images/case/icon3.png");
}*/
.case_main2 .list .txt_block .p_block p.icon2:before {
  background-image: url("../images/case/icon4.png");
}
.case_main2 .list .txt_block .p_block p.icon3:before {
  background-image: url("../images/case/icon5.png");
}
.case_main2 .list:hover .img_block img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.case_main2 .list:hover .txt_block h3 a {
  color: #002060;
}



@media screen and (min-width: 992px) {
  .img_scale {
    position: relative;
  }
  .img_scale:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #002060;
    z-index: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .img_scale.first:after {
    width: 100%;
  }
  .img_scale.last:after {
    right: 0;
    left: auto;
    width: 0;
  }

  .tit_scale h3, .tit_scale p {
    position: relative;
  }
  .tit_scale h3 span, .tit_scale p span {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .tit_scale h3:after, .tit_scale p:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #002060;
    z-index: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .tit_scale.first h3:after, .tit_scale.first p:after {
    width: 80%;
  }
  .tit_scale.first h3:after {
    transition-delay: 0s;
  }
  .tit_scale.first p:after {
    transition-delay: 200ms;
  }
  .tit_scale.last h3:after, .tit_scale.last p:after {
    right: 20%;
    left: auto;
    width: 0;
  }
  .tit_scale.last h3 span, .tit_scale.last p span {
    opacity: 1;
  }
  .tit_scale.last h3:after {
    transition-delay: 200ms;
  }
  .tit_scale.last p:after {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 1600px) {
  .train_detail .section2 .item p {
    font-size: 13px;
  }

  .translate_main .section1 .right .cell h3 {
    font-size: 64px;
  }

  .translate_main .section1 .right .cell h4 {
    font-size: 30px;
  }

   .section2 .bot_block {
    margin-top: 5vw;
  }

   .section2 .bot_block .left .cell_box h3 {
    font-size: 28px;
    line-height: 38px;
  }

   .section2 .bot_block .right .item h3 {
    font-size: 22px;
    line-height: 30px;
  }

   .section2 .bot_block .right .item p {
    line-height: 26px;
  }

   .section2 .bot_block .left .cell_box .img_block {
    margin: 2.5vw 0;
  }

   .section3 .main .left .txt_block h3 {
    margin: 1.5vw 0;
  }

   .section3 .main .left .txt_block h3,
   .section3 .main .right h3 {
    font-size: 24px;
    line-height: 30px;
  }

   .section3 .main .right .items {
    margin-top: 4vw;
  }

   .section3 .main .left .txt_block .desc {
    margin: 2vw 0;
  }

   .section3 .main .left .txt_block .num {
    font-size: 100px;
  }

   .section4 .items .item .txt_block h3 {
    font-size: 24px;
  }

  .ind_box .banner .numwrap .num {
    top: -5px;
  }

  .ind_box .banner .numwrap .num span {
    font-size: 65px;
  }

  .ind_box .banner .numwrap {
    bottom: 38vh;
  }

   .section5 .txt_block .item h3 {
    font-size: 28px;
  }

   .section5 .txt_block .item a.more {
    margin-top: 25px;
  }

   .section5 .main {
    top: 8vh;
  }

   .section5 .main .desc {
    margin-top: 15px;
  }

   .section6 .stu {
    width: 75%;
  }

   .section6 .main .info p {
    max-width: 360px;
  }
}
@media screen and (max-width: 1500px) {
  .comm_banner.long {
    height: calc(100vh - 80px);
  }

  .comm_banner h3 {
    font-size: 70px;
  }

  .comm_banner p {
    font-size: 30px;
  }

  .comm_banner p:after {
    margin-top: 25px;
  }

  .comm_title h3 {
    font-size: 58px;
    height: 34px;
  }

  .comm_title p {
    font-size: 26px;
    margin-top: 5px;
  }

  .comm_section3 .left .txt_block .desc,
  .comm_section5 .right .desc {
    font-size: 14px;
    line-height: 26px;
  }

  .comm_section3 .left .txt_block .desc {
    margin-top: 2vw;
  }

  .comm_section3 .right .txt_block h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .comm_section3 .right .txt_block p:before {
    margin: 2vw auto 10px;
  }

  .comm_section5 {
    padding: 7vw 0;
  }

  .comm_section5 .en_txt,
  .train_detail .comm_section3 .en_txt,
  .exchange_detail1 .section1 .en_txt,
  .comm_section4 .txt_block .box .en_txt {
    font-size: 450px;
    height: 250px;
  }

  .comm_section4 .txt_block .box h3 {
    font-size: 26px;
  }

  .comm_section4 .list h3 a {
    font-size: 18px;
  }

  .comm_section4 .list p {
    font-size: 14px;
    line-height: 24px;
  }

  .comm_section4 .list .box {
    margin-top: 4vw;
  }

  .abroad_pro_detail .section1 {
    padding: 7vw 0;
  }

  .abroad_pro_detail .section1 .right {
    font-size: 14px;
    line-height: 26px;
  }

  .abroad_pro_detail .section2 .right {
    height: calc(100% + 9vw);
  }

  .abroad_pro_detail .section3 {
    padding-bottom: 7vw;
  }

  .abroad_pro_detail .section3 .right .desc {
    font-size: 14px;
  }

  .abroad_pro_detail .section3 .right .p_block p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .abroad_pro_detail .section4 {
    padding: 7vw 0;
  }

  .abroad_pro_detail .section4 .slick .item .box h3 {
    font-size: 18px;
    margin-bottom: 1vw;
  }

  .abroad_pro_detail .section4 .slick .item .box:nth-of-type(1) {
    padding-bottom: 2vw;
  }

  .abroad_pro_detail .section4 .slick .item .box:nth-of-type(2) {
    padding-top: 2vw;
  }

  .abroad_pro_detail .section5 {
    padding: 7vw 0;
  }

  .abroad_pro_detail .section6 {
    padding: 7vw 13vw;
  }

  .abroad_pro_detail .section5 .item h3 {
    font-size: 16px;
  }

  .abroad_pro_detail .section5 .item span {
    top: -3px;
  }

  .abroad_pro_detail .section5 .item p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .abroad_pro_detail .section5 .item p span {
    top: 2px;
  }

  .comm_section2 .check {
    padding: 15px 0;
  }

  .comm_section2 .check .label {
    margin-top: 10px;
  }

  .comm_section2 .check i.s {
    margin-top: 10px;
  }

  .comm_section2 .check .item_block {
    margin-left: 140px;
  }

  .comm_section2 .check .item a.txt {
    line-height: 40px;
  }

  .comm_section2 .country a {
    margin-right: 2vw;
  }

  .comm_section6 .list .logo_block {
    width: 120px;
    height: 120px;
  }

  .comm_section6 .list .txt_block {
    padding-left: 90px;
  }

  .comm_section6 .list .txt_block h3 .t {
    font-size: 20px;
  }

  .comm_section6 .list .txt_block h3 .type {
    padding: 5px 12px;
  }

  .comm_section6 .list .txt_block h4 {
    font-size: 12px;
  }

  .comm_section6 .list .txt_block .p_block {
    padding-top: 1.2vw;
    margin-top: 1.5vw;
  }

  .comm_section6 .list .txt_block .p_block p {
    font-size: 14px;
    min-height: 28px;
  }

  .comm_section6 .list .txt_block .desc {
    padding-top: 1.2vw;
    margin-top: 1.5vw;
  }

  .comm_section6 .list .txt_block .desc p {
    font-size: 14px;
    line-height: 26px;
    max-height: 130px;
  }

  .abroad_school_detail .section1 .left_cont .btns a {
    line-height: 40px;
    width: 140px;
  }

  .abroad_school_detail .section1 .left_cont h3 {
    font-size: 24px;
  }

  .abroad_school_detail .section1 .left_cont .position {
    font-size: 15px;
  }

  .abroad_school_detail .section2 .item h3 {
    font-size: 16px;
  }

  .abroad_school_detail .section3 .sec_block .sec h2 {
    font-size: 18px;
  }

  .abroad_school_detail .section3 .sec_block .sec .cont h3 {
    font-size: 18px;
  }

  .abroad_school_detail .section3 .sec_block .sec .cont p {
    font-size: 15px;
    line-height: 26px;
  }

  .case_main .tab a {
    padding: 2vw 10vw;
  }

  .case_main .tab a h3,
  .case_main .tab a p {
    margin-left: 110px;
  }

  .comm_section1 .list .txt_block .info {
    top: 3vw;
    left: 3vw;
    right: 3vw;
  }

  .comm_section1 .list .txt_block .p_block {
    left: 3vw;
    right: 3vw;
    bottom: 3vw;
  }

  .comm_section1 .list .txt_block .info h3 a {
    font-size: 24px;
  }

  .comm_section1 .list .txt_block .p_block p {
    font-size: 16px;
  }

  .news_detail .banner h3 {
    font-size: 28px;
  }

  .news_detail .banner .label {
    margin-top: 10px;
  }

  .contact_faq .comm_banner h4 {
    font-size: 30px;
  }

  .contact_faq .comm_banner h4 span {
    font-size: 60px;
  }

  .contact_faq .comm_banner .form input,
  .contact_faq .comm_banner .form button {
    height: 50px;
  }

  .contact_faq .section1 .right h2 {
    font-size: 20px;
  }

  .contact_faq .section1 .right .list h3 {
    font-size: 16px;
    padding: 1.2vw 2vw;
  }

  .contact_faq .section1 .right .list .info p {
    font-size: 14px;
    line-height: 24px;
  }

  .contact_faq .section1 .left h3 {
    font-size: 18px;
  }

  .contact_join .section1 .main h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .contact_join .section2 .list .show {
    padding: 20px 30px;
  }

  .contact_join .section2 .list .hide h2 {
    padding: 15px 30px;
  }

  .comm_section4 .txt_block .box {
    width: 46%;
    margin-left: 54%;
  }

  .exchange_detail1 .section1 .left .img_block {
    max-width: 36vw;
  }

  .exchange_detail1 .section1 .right .tab_cont {
    margin-top: 3vw;
  }

  .exchange_detail1 .section2 .left h3 {
    font-size: 24px;
  }

  .exchange_detail1 .section2 .right .txt_block {
    width: 55%;
  }

  .exchange_detail1 .section2 .right .txt_block h3 {
    font-size: 24px;
  }

  .exchange_detail1 .section2 .right .txt_block .num {
    font-size: 80px;
  }

  .exchange_detail1 .section2 .left {
    padding: 0 8vw 0 10vw;
  }

  .exchange_detail1 .section1 {
    padding: 7vw 0;
  }

  .exchange_detail1 .section3 {
    padding: 7vw 0;
  }

  .exchange_detail1 .section4 {
    padding: 7vw 0;
  }

  .exchange_detail1 .section4 .comm_title h3 {
    height: 90px;
  }

  .exchange_detail1 .section5 .main form .box {
    margin-bottom: 20px;
  }

  .train_detail .section2 .pen {
    -webkit-transform: translatey(-40%);
    -moz-transform: translatey(-40%);
    -ms-transform: translatey(-40%);
    transform: translatey(-40%);
  }

  .train_detail .section2 .item h3 {
    font-size: 16px;
    margin-top: 2vw;
  }

  .train_detail .section2 .item p {
    font-size: 12px;
  }

  .train_detail .section2 {
    padding: 7vw 0;
  }

  .train_detail .section3 {
    padding: 7vw 0;
  }

  .comm_section7 {
    padding-top: 7vw;
  }

  .comm_section7 .txt_block h3 {
    font-size: 24px;
  }

  .comm_section7 .txt_block .num {
    font-size: 100px;
  }

  .train_detail .section3 .item {
    width: calc(25% - 30px);
    margin: 0 15px;
  }

  .translate_main .section1 {
    height: calc(100vh - 80px);
  }

  .translate_main .section2 .left .items .item {
    margin-top: 2vw;
    padding-right: 20px;
  }

  .comm_section7 .infor {
    max-width: calc(100% - 40vw);
  }

  .translate_main .section4 .item h3 {
    font-size: 16px;
  }

  .translate_main .section5 .title h3 {
    font-size: 24px;
  }

  .translate_main .section5 .main .cell_box i {
    width: 100px;
    height: 100px;
  }

  .translate_main .section5 .main .cell_box p {
    line-height: 26px;
  }

  .exchange_detail2 .section2 .main .info {
    padding: 2vw 4vw;
  }

  .exchange_detail2 .section2 .main .desc {
    max-width: 100%;
  }

  .exchange_detail2 .section4 .right h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .exchange_detail2 .section4 .left .desc {
    font-size: 14px;
    line-height: 24px;
  }

  .exchange_detail2 .section4 .left .number {
    font-size: 100px;
  }

  .exchange_detail2 .section4 .left .items .item span.txt {
    font-size: 14px;
    width: calc(100% - 50px);
  }

  .exchange_detail2 .section4 .left {
    padding: 2vw 4vw;
  }
  .exchange_detail2 .section4 .left .items .item{
    margin-bottom: 10px;
  }

  .exchange_detail2 .section4 .left .items .item span.num {
    width: 30px;
  }

  .exchange_detail2 .section4 .right p {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
  }

  .exchange_detail2 .section2 .main {
    padding: 9vw 12vw 9vw 10vw;
  }

  .exchange_detail2 .section4 {
    padding: 7vw 0;
  }

   .comm_banner p {
    font-size: 40px;
  }

   .section2,
   .section3 {
    padding-top: 7vw;
  }

   .section2 .top_block .right {
    max-width: 30%;
  }

   .section4,
   .section6,
   .section7 {
    padding: 7vw 0;
  }

   .section3 .main .right {
    padding: 0 7vw 0 5vw;
  }

   .section3 .main .left .txt_block .desc {
    font-size: 14px;
    line-height: 24px;
  }

   .section3 .main .left .txt_block .num {
    font-size: 80px;
  }

   .section4 .wrapper a,
   .section7 .top_block a {
    width: 220px;
    padding: 0;
    line-height: 46px;
    bottom: 35px;
  }

   .section4 .wrapper a:before,
   .section7 .top_block a:before {
    width: 30px;
  }

   .section4 .items .item .txt_block h3 {
    font-size: 20px;
  }

   .section7 .items .item h3 {
    font-size: 18px;
    margin: 15px 0;
  }

   .section7 .items .item p {
    font-size: 14px;
    line-height: 26px;
  }

   .section4 .items .item .txt_block a.more {
    bottom: 0;
  }

   .section5 .txt_block .item {
    bottom: calc(40vh - 250px);
    left: calc(10vw + 60px);
  }

  .ind_box .banner .numwrap {
    left: 10vw;
  }

   .section5 .txt_block .item h3 {
    font-size: 24px;
  }

   .section5 .main {
    left: 10vw;
  }

  .ind_box .banner .circle span:nth-child(1) {
    top: 20%;
  }

  .ind_box .banner .circle span:nth-child(2) {
    top: 55%;
  }

  .ind_box .banner .circle span:nth-child(3) {
    top: 86%;
  }
  .case_main2 .list .txt_block{
    padding: 15px;
  }
  .case_main2 .list .txt_block .info h3 a{
    font-size: 18px;
  }
  .case_main2 .list .txt_block .info p{
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .case_main2 .list .txt_block .p_block{
    bottom: 15px;
  }
  .case_main2 .list .txt_block .p_block p{
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1366px) {
  .comm_section3 .left .txt_block .cell {
    padding: 0 7vw 0 10vw;
  }

  .comm_section5 .en_txt,
  .train_detail .comm_section3 .en_txt,
  .exchange_detail1 .section1 .en_txt,
  .comm_section4 .txt_block .box .en_txt {
    font-size: 400px;
    height: 220px;
  }

  .abroad_pro_detail .section3 .right {
    padding: 5vw 0 0 5vw;
  }

  .abroad_pro_detail .section3 .right .desc {
    margin: 2vw 0;
  }

  .comm_section6 .list .txt_block {
    padding: 3vw 2.5vw;
    padding-left: 80px;
  }

  .comm_section2 .check {
    padding: 10px 0;
  }

  .case_main .tab a p br {
    display: none;
  }

  .comm_section1 .list .txt_block .p_block p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .contact_join .section1 .main h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .contact_join .section1 {
    padding-top: 7vw;
  }

  .contact_join .section2 {
    padding: 7vw 0;
  }

  .news_main .list .txt_block h3 {
    margin: 1.5vw 0;
  }

  .news_main .list .txt_block h3 a {
    font-size: 20px;
  }

  .news_main .list .txt_block .date span {
    font-size: 42px;
  }

  .train_detail .section2 .item {
    width: calc(33.33% - 1vw);
    margin: 0 1vw 1vw 0;
  }

  .train_detail .section2 .item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .train_detail .section3 .item .txt_block {
    padding: 15px 20px 25px;
  }

  .comm_section7 .txt_block {
    width: 30vw;
  }

  .translate_main .section2 .left .desc {
    margin-top: 2vw;
    font-size: 14px;
    line-height: 26px;
  }

  .translate_main .section2 .left .items .item i {
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .translate_main .section2 .left .items .item h3 {
    margin-top: 10px;
  }

  .translate_main .section2 .left .items .item p {
    margin-top: 5px;
  }

   .section2 .top_block .right {
    font-size: 14px;
    line-height: 24px;
  }

   .section2 .bot_block .left .cell_box h3 {
    font-size: 24px;
  }

   .section2 .bot_block .left .cell_box p {
    font-size: 14px;
    line-height: 26px;
  }

   .section2 .bot_block .right .item {
    padding: 3.5vw 6vw;
  }

   .section2 .bot_block .right .item h3 {
    font-size: 18px;
    margin-bottom: 2vw;
  }

   .section2 .bot_block .right .item p {
    font-size: 14px;
    line-height: 24px;
  }

   .section2 .bot_block .left .cell_box .img_block {
    margin: 2vw 0;
  }

   .section3 .main .left .txt_block h3,
   .section3 .main .right h3 {
    font-size: 20px;
    line-height: 26px;
  }

   .section3 .main .right .item span.txt {
    font-size: 14px;
  }

   .section3 .main .right .item {
    margin-bottom: 1.5vw;
  }

   .section3 .main .right .items {
    margin-top: 3vw;
  }

   .section3 .main .right h3 {
    margin-top: 2vw;
  }

   .section3 .main .left .btns {
    width: 180px;
    height: 70px;
  }

   .section3 .main .left .btns .btn {
    margin: 0 10px;
  }

   .section5 .txt_block .item {
    bottom: 4vh;
  }

   .section5 .txt_block .item a.more {
    margin-top: 15px;
  }

   .section6 .main .info p {
    font-size: 14px;
    line-height: 24px;
  }

   .section6 .stu {
    width: 70%;
  }

   .section4 .items .item .txt_block p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .comm_title h3 {
    font-size: 48px;
    height: 30px;
  }

  .comm_title p {
    font-size: 22px;
  }

  .comm_section3 .right .txt_block {
    padding: 0 20px;
  }

  .comm_section3 .right .txt_block h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .comm_section3 .right .txt_block p {
    letter-spacing: 5px;
  }

  .comm_section3 .left .txt_block .cell {
    padding: 0 6vw;
  }

  .comm_section3 .left .txt_block .desc,
  .comm_section5 .right .desc {
    line-height: 24px;
  }

  .comm_section5 .en_txt,
  .train_detail .comm_section3 .en_txt,
  .exchange_detail1 .section1 .en_txt,
  .comm_section4 .txt_block .box .en_txt {
    font-size: 300px;
    height: 160px;
  }

  .comm_section5 .right {
    width: 44%;
  }

  .comm_section5 .right .desc {
    margin-top: 2vw;
  }

  .comm_section4 .txt_block .box h3 {
    font-size: 22px;
  }

  .abroad_pro_detail .section1 .right {
    line-height: 24px;
  }

  .abroad_pro_detail .section2 .right {
    height: calc(100% + 4vw);
  }

  .abroad_pro_detail .section3 .right .p_block p {
    font-size: 14px;
    line-height: 24px;
  }

  .abroad_pro_detail .section4 .slick .item {
    width: 40vw;
  }

  .abroad_pro_detail .section4 .slick .item .box p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }

  .comm_section6 .list .txt_block .p_block p {
    line-height: 24px;
    min-height: 24px;
  }

  .abroad_school_detail .section2 .item h3 {
    font-size: 14px;
  }

  .abroad_school_detail .section1 .left_cont h3 {
    font-size: 20px;
  }

  .case_main .tab a i {
    width: 60px;
    height: 60px;
  }

  .case_main .tab a h3,
  .case_main .tab a p {
    margin-left: 80px;
  }

  .case_main .tab a h3 {
    font-size: 16px;
  }

  .case_main .tab a p {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
  }

  .comm_section1 .list .txt_block .p_block p {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .comm_section1 .list .txt_block .info h3 a {
    font-size: 20px;
  }

  .contact_faq .section1 .left {
    width: 240px;
  }

  .contact_faq .section1 .right {
    margin-left: 280px;
  }

  .exchange_detail1 .section1 .right .tab_cont p {
    font-size: 14px;
    line-height: 24px;
  }

  .exchange_detail1 .section2 .left .items {
    margin-top: 3vw;
  }

  .exchange_detail1 .section2 .left .item span.txt {
    font-size: 14px;
  }

  .exchange_detail1 .section2 .right .txt_block {
    width: 65%;
  }

  .exchange_detail1 .section4 .left .desc {
    margin: 2.5vw 0;
    font-size: 14px;
    line-height: 24px;
  }

  .exchange_detail1 .section2 .left h3 {
    font-size: 20px;
  }

  .exchange_detail1 .section2 .right .txt_block h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }

  .news_main .list .txt_block p {
    font-size: 14px;
    line-height: 24px;
  }

  .comm_section7 .txt_block {
    width: 35vw;
  }

  .comm_section7 .txt_block h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }

  .translate_main .section1 .right .cell h3 {
    font-size: 52px;
  }

  .translate_main .section1 .right .cell h4 {
    font-size: 24px;
    margin-top: -15px;
  }

  .exchange_detail2 .section4 .left .items {
    margin-top: 3vw;
  }

  .exchange_detail2 .section4 .left .number {
    font-size: 60px;
  }

   .section6 .main .info {
    margin: 3vw 0;
  }

   .section6 .main .info p {
    max-width: 250px;
  }

   .section6 .stu .item img {
    width: 60px;
  }
  .case_main .items{
    margin: 0 -6vw;
  }
  .case_main2 .list .txt_block .info h3 a{
    font-size: 16px;
  }
  .case_main2 .list .txt_block .p_block p{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .drag_a_p {
    display: none;
  }

  .drag_show {
    display: block;
    margin: 15px auto 0;
  }
  .drag_show a {
    display: block;
    margin: 0 auto;
    width: 120px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }

  .comm_banner.long {
    height: 40vh;
  }

  .comm_banner.short {
    height: 40vh;
  }

  .comm_banner h3 {
    font-size: 40px;
  }

  .comm_banner p {
    font-size: 20px;
    margin-top: -5px;
  }

  .comm_banner p:after {
    margin-top: 15px;
  }

  .comm_banner .desc {
    font-size: 14px;
    line-height: 20px;
  }

  .comm_title {
    text-align: center;
  }

  .comm_title h3 {
    font-size: 36px;
    height: auto;
    line-height: 0.7;
    padding-top: 10px;
  }

  .comm_title p {
    font-size: 18px;
    margin-top: -5px;
  }

  .comm_section3 {
    width: 90%;
    margin: 0 auto;
    padding: 6vw 0;
  }

  .comm_section3 .right {
    width: 100%;
    margin-left: 0;
  }

  .comm_section3 .right .txt_block,
  .comm_section3 .right .txt_block.active {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
  }

  .comm_section3 .right .txt_block {
    width: 90%;
    left: 5%;
    top: 50%;
    padding: 20px;
    height: auto;
  }

  .comm_section3 .right .txt_block h3 {
    font-size: 15px;
  }

  .comm_section3 .right .txt_block p {
    letter-spacing: 2px;
  }

  .comm_section3 .left {
    position: static;
    margin-top: 20px;
  }

  .comm_section3 .left .logo {
    display: none;
  }

  .comm_section3 .left .txt_block .cell {
    padding: 0;
  }

  .comm_section3 .left .txt_block .desc,
  .comm_section5 .right .desc {
    line-height: 24px;
    margin-top: 15px;
  }

  .comm_section5 {
    padding: 6vw 0;
  }

  .comm_section5 .left {
    width: 100%;
    padding: 15vw 0 0 15vw;
  }

  .comm_section5 .left:before {
    width: 15vw;
    height: 15vw;
  }

  .comm_section5 .right {
    width: 100%;
    margin-top: 20px;
  }

  .comm_section5 .en_txt,
  .train_detail .comm_section3 .en_txt,
  .exchange_detail1 .section1 .en_txt,
  .comm_section4 .txt_block .box .en_txt {
    display: none;
  }

  .comm_section4 .txt_block {
    padding: 0;
  }

  .comm_section4 .txt_block .box {
    width: 100%;
    margin-left: 0;
  }

  .comm_section4 .txt_block .box h3 {
    font-size: 18px;
    text-align: center;
    padding: 15px 0 0;
  }

  .comm_section4 .txt_block .box p {
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    margin: 15px auto 0;
  }

  .comm_section4 .txt_block .box h3:before {
    left: 50%;
    margin-left: -20px;
  }

  .comm_section4 .lists {
    margin-top: 15px;
  }

  .comm_section4 .list {
    display: block;
    margin: 0 auto 15px !important;
    width: 90%;
  }

  .comm_section4 .list .box {
    margin-top: 0;
  }

  .comm_section4 .list .img_block span {
    width: 50px;
    height: 50px;
  }

  .comm_section4 .list h3 {
    margin: 10px 0 5px;
  }

  .comm_section4 .list h3 a {
    font-size: 17px;
  }

  .comm_section4 .list p {
    line-height: 22px;
  }

  .abroad_pro_detail .section1 {
    padding: 6vw 0;
    width: 90%;
    margin: 0 auto;
  }

  .abroad_pro_detail .section1 .left {
    width: 100%;
    float: none;
  }

  .abroad_pro_detail .section1 .left .comm_title {
    padding: 0;
  }

  .abroad_pro_detail .section1 .left .img_block {
    max-width: 100%;
  }

  .abroad_pro_detail .section1 .right {
    width: 100%;
    float: none;
    margin-top: 15px;
    padding: 0;
  }

  .abroad_pro_detail .section2 .left {
    width: 100%;
    padding: 6vw 5vw;
  }

  .abroad_pro_detail .section2 .right {
    display: none;
  }

  .abroad_pro_detail .section2 .left .item {
    padding-left: 50px;
  }

  .abroad_pro_detail .section2 .left .item h3 {
    font-size: 15px;
  }

  .abroad_pro_detail .section3 {
    padding: 6vw 5vw;
    margin: 0;
  }

  .abroad_pro_detail .section3 .left {
    width: 100%;
    float: none;
  }

  .abroad_pro_detail .section3 .right {
    padding: 0;
    margin-top: 15px;
    width: 100%;
  }

  .abroad_pro_detail .section3 .right .desc {
    margin: 15px 0;
    line-height: 24px;
  }

  .abroad_pro_detail .section3 .right .p_block p {
    font-size: 15px;
  }

  .abroad_pro_detail .section4 {
    padding: 6vw 5vw;
  }

  .abroad_pro_detail .section4 .block {
    margin: 0;
  }

  .abroad_pro_detail .section4 .comm_title {
    max-width: 100%;
  }

  .abroad_pro_detail .section4 .slick {
    display: none;
  }

  .abroad_pro_detail .section4 .m_slick {
    display: block;
    margin-top: 15px;
  }

  .abroad_pro_detail .section4 .m_slick h3 {
    font-size: 15px;
    color: #fff;
    text-align: center;
  }

  .abroad_pro_detail .section4 .m_slick h3:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 10px auto 0;
  }

  .abroad_pro_detail .section4 .m_slick p {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    line-height: 24px;
    max-width: 80%;
  }

  .abroad_pro_detail .section4 .m_slick p br {
    display: none;
  }

  .abroad_pro_detail .section4 .btns {
    text-align: center;
    font-size: 0;
    margin-top: 15px;
  }

  .abroad_pro_detail .section4 .btn {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 36px;
    height: 36px;
  }

  .abroad_pro_detail .section5 {
    padding: 6vw 5vw;
  }

  .abroad_pro_detail .section5 .block {
    padding: 0;
  }

  .abroad_pro_detail .section5 .comm_title {
    width: 100%;
    display: block;
  }

  .abroad_pro_detail .section5 .item {
    width: 100%;
    margin-top: 15px;
  }

  .abroad_pro_detail .section5 .item.inline {
    margin-top: 15px;
    display: block;
  }

  .abroad_pro_detail .section5 .item h3 {
    font-size: 15px;
  }

  .abroad_pro_detail .section5 .item p {
    width: 100%;
  }

  .abroad_pro_detail .section5 .img_block {
    display: none;
  }

  .abroad_pro_detail .section6 {
    padding: 6vw 5vw;
  }

  .abroad_pro_detail .section6 .comm_title {
    max-width: 100%;
  }

  .abroad_pro_detail .section6 .comm_section4 {
    padding-top: 0;
  }

  .comm_section2 .country a i {
    width: 50px;
    height: 50px;
    background-size: 70% auto;
    margin-bottom: 5px;
  }

  .comm_section2 .country a p {
    font-size: 12px;
  }

  .comm_section2 .check {
    padding: 5px 0;
  }

  .comm_section2 .check i.s {
    width: 24px;
    height: 24px;
    background-size: contain;
    margin-top: 2px;
  }

  .comm_section2 .check .label {
    font-size: 12px;
    margin-top: 2px;
  }

  .comm_section2 .check .item_block {
    margin-left: 85px;
  }

  .comm_section2 .check .item a.txt {
    line-height: 30px;
    margin: 2px 4px 2px 0;
    padding: 0 5px;
    font-size: 12px;
  }

  .comm_section6 .list {
    margin-top: 15px;
  }

  .comm_section6 .list .img_block {
    width: 100%;
    margin: 0;
  }

  .comm_section6 .list .txt_block {
    position: static;
    padding: 15px 20px;
  }

  .comm_section6 .list .txt_block h3 .t {
    font-size: 16px;
  }

  .comm_section6 .list .txt_block h3 .type {
    padding: 3px 5px;
    line-height: 16px;
  }

  .comm_section6 .list .logo_block {
    display: none;
  }

  .abroad_school_detail .left {
    display: none !important;
  }

  .abroad_school_detail .right {
    margin-left: 0;
    padding: 6vw 5vw;
  }

  .abroad_school_detail .right .block {
    width: 100%;
  }

  .comm_crumbs {
    padding-bottom: 12px;
  }

  .abroad_school_detail .section1 .right_cont {
    display: none;
  }

  .abroad_school_detail .section1 .left_cont {
    width: 100%;
  }

  .abroad_school_detail .section1 .left_cont h3 {
    font-size: 18px;
  }

  .abroad_school_detail .section1 .left_cont .position {
    font-size: 14px;
    line-height: 24px;
  }

  .abroad_school_detail .section1 .left_cont .btns a {
    width: 120px;
    line-height: 36px;
  }

  .abroad_school_detail .section2 {
    padding: 10px 0;
  }

  .abroad_school_detail .section2 .item p {
    font-size: 12px;
  }

  .abroad_school_detail .section2 .item h3 {
    font-size: 12px;
  }

  .abroad_school_detail .section3 .top_block .plane1,
  .abroad_school_detail .section3 .top_block .plane2 {
    display: none;
  }

  .abroad_school_detail .section3 .top_block {
    height: 24px;
  }

  .abroad_school_detail .section3 .sec_block .sec:before {
    left: calc(-4vw - 1px);
  }

  .abroad_school_detail .section3 .sec_block .sec {
    margin-top: 25px;
  }

  .abroad_school_detail .section3 .sec_block .sec h2 {
    font-size: 16px;
    padding-bottom: 15px;
  }

  .abroad_school_detail .section3 .sec_block .sec .cont h3 {
    font-size: 16px;
  }

  .abroad_school_detail .section3 .sec_block .sec .cont p {
    font-size: 14px;
    line-height: 24px;
  }

  .case_main .tab a {
    padding: 10px 5vw;
  }

  .case_main .tab a p {
    display: none;
  }

  .case_main .tab a i {
    width: 40px;
    height: 40px;
    background-size: auto 20px;
    border-width: 1px;
  }

  .case_main .tab a h3 {
    line-height: 40px;
    margin-left: 50px;
    padding-bottom: 0;
  }

  .comm_section6 .list .txt_block .desc p {
    line-height: 24px;
    max-height: none;
  }

  .comm_section1 .list {
    margin-top: 15px;
  }

  .comm_section1 .list .img_block {
    width: 100%;
  }

  .comm_section1 .list .txt_block {
    position: static;
    padding: 15px 20px;
  }

  .comm_section1 .list .txt_block .info {
    position: static;
  }

  .comm_section1 .list .txt_block .p_block {
    position: static;
    margin-top: 15px;
  }

  .comm_section1 .list .txt_block .info h3 a {
    font-size: 16px;
    font-weight: bold;
  }

  .case_detail2 .banner {
    padding: 10vw 0 20vw;
  }

  .news_detail .banner h3 {
    font-size: 20px;
  }

  .news_detail .content .detail {
    font-size: 14px;
  }

  .news_detail .content .other a {
    font-size: 14px;
  }

  .news_detail .content .other a.prev {
    padding-left: 30px;
  }

  .news_detail .content .other a.next {
    padding-right: 30px;
  }

  .news_detail .content .other a span {
    margin-bottom: 3px;
  }

  .news_detail .content .ope .share {
    display: none;
  }

  .contact_coop .section1 .info span {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 8px 0 8px 50px;
  }

  .contact_coop .section1 .info span:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -18px 0 0;
  }

  .contact_faq .comm_banner h4 {
    font-size: 20px;
  }

  .contact_faq .comm_banner h4 span {
    font-size: 40px;
  }

  .contact_faq .comm_banner .form {
    margin-top: 15px;
  }

  .contact_faq .comm_banner .form input,
  .contact_faq .comm_banner .form button {
    height: 40px;
  }

  .contact_faq .section1 {
    padding: 6vw 0;
  }

  .contact_faq .section1 .left {
    width: 100%;
    padding: 5vw 0;
    float: none;
  }

  .contact_faq .section1 .left a {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    margin: 0 10px;
    font-size: 14px;
  }

  .contact_faq .section1 .right {
    margin: 0;
  }

  .contact_faq .section1 .right h2 {
    font-size: 16px;
    line-height: 46px;
    padding: 0 15px;
  }

  .contact_faq .section1 .right .list h3 {
    line-height: 36px;
    padding: 0 15px;
    font-size: 15px;
  }

  .contact_faq .section1 .right .list .info {
    padding: 15px;
  }

  .contact_join .section1 .main .pos_txt {
    display: none;
  }

  .contact_join .section1:before {
    display: none;
  }

  .contact_join .section1 {
    padding-top: 6vw;
  }

  .contact_join .section2 {
    padding: 6vw 0;
  }

  .contact_join .section1 .main h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
  }

  .contact_join .section1 .main p {
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    margin: 15px 0;
  }

  .contact_join .section2 .comm_title {
    max-width: 100%;
  }

  .contact_join .section2 .list_tit {
    padding: 0 10px 10px;
  }

  .contact_join .section2 .list_tit span {
    font-size: 12px;
  }

  .contact_join .section2 .list .show span {
    font-size: 12px;
  }

  .contact_join .section2 .list .show {
    padding: 10px;
  }

  .contact_join .section2 .list .hide h2 {
    padding: 10px;
    font-size: 14px;
  }

  .contact_join .section2 .list .hide .info {
    padding: 15px;
  }

  .contact_join .section2 .list .hide .info .item {
    width: 100%;
  }

  .contact_join .section2 .list .hide .info .item h3 {
    font-size: 14px;
  }

  .contact_join .section2 .list .hide .info .item p {
    line-height: 24px;
  }

  .exchange_detail1 .section1 {
    padding: 6vw 0;
  }

  .exchange_detail1 .section1 .left {
    width: 100%;
    float: none;
  }

  .exchange_detail1 .section1 .left .img_block {
    max-width: none;
    margin-top: 15px;
  }

  .exchange_detail1 .section1 .right {
    width: 100%;
  }

  .exchange_detail1 .section1 .right .tab_tit {
    text-align: center;
  }

  .exchange_detail1 .section1 .right .tab_tit span {
    font-size: 14px;
    width: 90px;
    padding-bottom: 10px;
    margin-right: 2px;
  }

  .exchange_detail1 .section1 .right .tab_tit span:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .exchange_detail1 .section2 .left {
    display: none;
  }

  .exchange_detail1 .section2 .right {
    width: 100%;
    margin-left: 0;
  }

  .exchange_detail1 .section2 .right .txt_block {
    width: 100%;
    position: relative;
    padding: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: -40vw;
    z-index: 2;
  }

  .exchange_detail1 .section2 .right .txt_block h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
    padding-right: 60px;
  }

  .exchange_detail1 .section2 .right .txt_block .num {
    font-size: 60px;
  }

  .exchange_detail1 .section2 .right .txt_block .item .box {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .exchange_detail1 .section3 {
    padding: 6vw 0;
  }

  .exchange_detail1 .section3 .comm_title p {
    max-width: none;
  }

  .exchange_detail1 .section3 .items {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .exchange_detail1 .section3 .item {
    width: 100%;
    margin: 0 0 15px;
  }

  .exchange_detail1 .section3 .item .txt_block h3 {
    font-size: 18px;
  }

  .exchange_detail1 .section4 {
    padding: 6vw 0;
  }

  .exchange_detail1 .section4 .left {
    width: 100%;
    float: none;
  }

  .exchange_detail1 .section4 .comm_title h3 {
    height: auto;
  }

  .exchange_detail1 .section4 .left .desc {
    margin: 15px 0;
  }

  .exchange_detail1 .section4 .right {
    width: 100%;
    float: none;
    padding: 9vw 9vw 0 0;
  }

  .exchange_detail1 .section5 .main {
    width: 100%;
    padding: 6vw 5vw;
  }

  .exchange_detail1 .section5 .right {
    display: none;
  }

  .exchange_detail1 .section4 .right:before {
    width: 18vw;
    height: 18vw;
  }

  .news_main .list {
    margin-top: 15px;
  }

  .news_main .list .img_block {
    width: 100%;
    margin: 0;
  }

  .news_main .list .txt_block {
    position: static;
    width: 100%;
    padding: 12px;
    background: #fff;
  }

  .news_main .list .txt_block .date {
    font-size: 20px;
  }

  .news_main .list .txt_block .date span {
    font-size: 30px;
  }

  .news_main .list .txt_block h3 a {
    font-size: 16px;
    margin: 8px 0;
    font-weight: bold;
  }

  .train_detail .comm_section3 .right .txt_block {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
  }

  .comm_section3 .right .img_block.video_block {
    margin-top: 6vw;
  }

  .train_detail .section2,
  .train_detail .section3 {
    padding: 6vw 0;
  }

  .train_detail .section2 .pen {
    display: none;
  }

  .train_detail .section2 .main {
    width: 100%;
    margin-left: 0;
  }

  .comm_section7 {
    padding-top: 6vw;
    overflow: hidden;
  }

  .train_detail .section2 .desc {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
  }

  .train_detail .section2 .item {
    padding: 10px;
  }

  .train_detail .section2 .item h3 {
    font-size: 14px;
  }

  .train_detail .section2 .item p {
    line-height: 16px;
    height: 32px;
    white-space: normal;
  }

  .train_detail .section3 .comm_title {
    max-width: 100%;
  }

  .train_detail .section3 .items {
    margin-top: 15px;
  }

  .train_detail .section3 .item {
    width: 48%;
    margin: 1% !important;
  }

  .train_detail .section3 .item .img_block i {
    height: 60px;
    margin-top: -30px;
  }

  .train_detail .section3 .item .txt_block {
    padding: 15px;
  }

  .train_detail .section3 .item .txt_block h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .comm_section7 .comm_title {
    max-width: 100%;
  }

  .comm_section7 .txt_block {
    position: static;
    width: 112%;
    padding: 20px;
    margin: 15px -6% 0;
  }

  .comm_section7 .txt_block h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .comm_section7 .txt_block .num {
    font-size: 60px;
  }

  .comm_section7 .txt_block .desc p {
    left: 20%;
  }

  .comm_section7 .img_slick {
    margin-top: 0;
  }

  .comm_section7 .txt_block .item .box {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }

  .translate_main .section1 {
    height: 40vh;
  }

  .translate_main .section1 .left {
    width: 100%;
    display: block;
  }

  .translate_main .section1 .right {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 0;
    bottom: 0;
  }

  .translate_main .section1 .right .cell {
    padding: 0;
  }

  .translate_main .section1 .right:after {
    display: none;
  }

  .translate_main .section1 .right span {
    display: none;
  }

  .translate_main .section1 .right .cell h3 {
    font-size: 30px;
    color: #fff;
  }

  .translate_main .section1 .right .cell h4 {
    font-size: 18px;
    color: #fff;
    margin-top: -5px;
  }

  .translate_main .section1 .right .cell p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
  }

  .translate_main .section1 .txt_block {
    display: none;
  }

  .translate_main .section2 {
    padding: 6vw 0;
  }

  .translate_main .section2 .left {
    width: 100%;
    float: none;
  }

  .translate_main .section2 .left .desc {
    max-width: 100%;
    margin-top: 15px;
    line-height: 24px;
  }

  .translate_main .section2 .left .items {
    width: 100%;
  }

  .translate_main .section2 .left .items .item i {
    margin: 0 auto;
  }

  .translate_main .section2 .left .items .item {
    margin-top: 15px;
    text-align: center;
  }

  .translate_main .section2 .right {
    width: 90%;
    margin: 15px auto 0;
    float: none;
  }

  .comm_section7 .infor {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .translate_main .comm_section7 .txt_block .num {
    font-size: 60px;
  }

  .translate_main .section4 .comm_title {
    max-width: 100%;
  }

  .translate_main .section4 .desc {
    margin: 15px 0;
    font-size: 14px;
    line-height: 24px;
  }

  .translate_main .section4 .items {
    margin: 0;
  }

  .translate_main .section4 .item {
    width: 48%;
    margin: 1%;
  }

  .translate_main .section4 .item h3 {
    font-size: 14px;
  }

  .translate_main .section4 .item p {
    font-size: 12px;
    line-height: 20px;
  }

  .translate_main .section5 .title h3 {
    font-size: 18px;
  }

  .translate_main .section5 .title p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .translate_main .section5 .main {
    margin-top: 15px;
  }

  .translate_main .section5 .main .cell_box {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .translate_main .section5 .main .cell_box i {
    width: 80px;
    height: 80px;
    background-size: auto 50%;
  }

  .translate_main .section5 .main .cell_box p {
    height: auto;
    font-size: 14px;
    line-height: 24px;
  }

  .translate_main .section5 .main .cell_box p br {
    display: none;
  }

  .exchange_detail2 .slick-dots {
    font-size: 0;
    text-align: center;
    margin-top: 2.5vw;
  }
  .exchange_detail2 .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #e5e5e5;
    margin: 0 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
  }
  .exchange_detail2 .slick-dots li:hover {
    background-color: #002060;
  }
  .exchange_detail2 .slick-dots li.slick-active {
    width: 24px;
    background-color: #002060;
  }
  .exchange_detail2 .slick-dots button {
    display: none;
  }

  .exchange_detail2 .section2 {
    padding-bottom: 0;
  }

  .exchange_detail2 .section2 .main {
    width: 100%;
    padding: 6vw 5vw;
  }

  .exchange_detail2 .section2 .right {
    display: none;
  }

  .exchange_detail2 .section2 .main .desc {
    font-size: 14px;
    line-height: 24px;
  }

  .exchange_detail2 .section2 .main .info {
    width: 100%;
    font-size: 14px;
  }

  .exchange_detail2 .section3 .bg {
    display: none;
  }

  .exchange_detail2 .section3 .main {
    display: none;
  }

  .exchange_detail2 .section3 .comm_title {
    max-width: 100%;
  }

  .exchange_detail2 .section3 .m_items {
    display: block;
    margin-top: 15px;
    font-size: 0;
  }
  .exchange_detail2 .section3 .m_items .m_item {
    width: 48%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
  }
  .exchange_detail2 .section3 .m_items .m_item .img_block {
    width: 100%;
    overflow: hidden;
  }
  .exchange_detail2 .section3 .m_items .m_item .img_block img {
    width: 100%;
    display: block;
  }
  .exchange_detail2 .section3 .m_items .m_item h3 {
    margin: 8px 0 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .exchange_detail2 .section3 .m_items .m_item p {
    font-size: 12px;
  }

  .exchange_detail2 .section4 .left {
    display: none;
  }

  .exchange_detail2 .section4 .right {
    width: 100%;
    margin-left: 0;
  }

  .exchange_detail2 .section4 .main {
    margin-top: 15px;
  }

  .exchange_detail2 .section4 .right .item {
    padding: 0 5px;
  }

  .exchange_detail2 .section4 .right h3 {
    font-size: 18px;
    line-height: 26px;
  }

   .comm_banner p {
    font-size: 18px;
  }

   .section2,
   .section3 {
    padding-top: 6vw;
  }

   .section2 {
    padding-bottom: 6vw;
  }

   .section2 .top_block .left {
    max-width: 100%;
  }

   .section2 .top_block .right {
    position: static;
    max-width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 15px;
  }

   .section2 .bot_block {
    margin: 15px 0 0;
  }

   .section2 .bot_block .left {
    position: static;
    width: 100%;
    padding: 30px 20px;
  }

   .section2 .bot_block .left .cell_box {
    width: 100%;
  }

   .section2 .bot_block .left .cell_box h3 {
    font-size: 18px;
    line-height: 26px;
  }

   .section2 .bot_block .left .cell_box .img_block {
    margin: 0;
  }

   .section2 .bot_block .left .cell_box .img_block img {
    height: 100px;
  }

   .section2 .bot_block .left .cell_box p {
    line-height: 24px;
  }

   .section2 .bot_block .right {
    width: 100%;
    margin-left: 0;
  }

   .section2 .bot_block .right .item {
    padding: 30px 20px;
    text-align: center;
  }

   .section2 .bot_block .right .item h3 {
    margin-bottom: 15px;
  }

   .section3 {
    padding-bottom: 6vw;
  }

   .section3 .comm_title {
    max-width: 100%;
  }

   .section3 .desc {
    margin-top: 15px;
  }

   .section3 .main .right {
    display: none;
  }

   .section3 .main .left {
    width: 100%;
  }

   .section3 .main .left .img_slick .item {
    height: 36vh;
  }

   .section3 .main .left .txt_block {
    position: static;
    width: 100%;
    padding: 25px 20px;
  }

   .section3 .main .left .btns {
    width: 120px;
    height: 50px;
    position: static;
    margin: 10px auto 0;
  }

   .section3 .main .left .btns .btn {
    margin: 0;
    width: 50px;
    background-size: 25px auto;
  }

   .section3 .main .left .txt_block .num {
    font-size: 60px;
  }

   .section3 .main .left .txt_block .desc p {
    left: 20%;
  }

   .section3 .main .left .txt_block h3 {
    font-size: 20px;
    margin: 15px 0;
  }

   .section3 .main .left .txt_block .item .box {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }

   .section4 .wrapper .comm_title {
    max-width: 100%;
  }

   .section4 .wrapper .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

   .section4 .wrapper a,  .section7 .top_block a {
    position: static;
    width: 160px;
    line-height: 40px;
    display: block;
    margin: 15px auto 0;
  }

   .section4 .drag {
    display: none;
  }

   .section4 .items .block {
    white-space: normal;
    padding: 0 5vw;
  }

   .section4 .items .item {
    display: block;
    margin: 10px 0;
    width: 100%;
  }

   .section4 .items .item .txt_block h3 {
    font-size: 16px;
  }

   .section4 .items .item .txt_block p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
  }

   .section4 .items .item .txt_block h3:before {
    margin-bottom: 15px;
  }

   .section4 .items .item .txt_block a.more {
    bottom: 0;
  }

   .section4,
   .section6,
   .section7 {
    padding: 6vw 0;
  }

   .section6 .main {
    max-width: 100%;
  }

   .section6 .main .desc {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
  }

   .section6 .main .info {
    margin: 15px 0;
  }

   .section6 .main .info:before {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    background-size: contain;
  }

   .section6 .main .info p {
    max-width: 100%;
    margin-top: 15px;
    text-align: center;
  }

   .section6 .stu {
    position: relative;
    width: 100%;
    margin-top: 15px;
  }

   .section6 .stu .item img {
    width: 36px;
  }

   .section6 .drag_show a {
    background: #002060;
  }

   .section7 .top_block .comm_title {
    max-width: 100%;
  }

   .section7 .items {
    margin-top: 15px;
  }

   .section7 .items .item {
    width: 100%;
    margin: 8px 0 !important;
  }

   .section7 .items .item .img_block .date span {
    font-size: 32px;
  }

   .section7 .items .item h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }

   .section7 .items .item p {
    line-height: 24px;
  }

  .ind_box {
    display: none;
  }

   .section5 .main {
    top: 5vw;
    left: 5vw;
    right: 5vw;
    z-index: 2;
  }

   .section5 .main .desc {
    text-align: center;
  }

   .section5 .txt_block {
    display: none;
  }

   .section5 .m_slick {
    display: block;
  }
   .section5 .m_slick .item {
    height: 50vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
   .section5 .m_slick .item .txt {
    position: absolute;
    left: 10vw;
    right: 10vw;
    bottom: 10vw;
    color: #fff;
  }
   .section5 .m_slick .item .txt h3 {
    font-size: 18px;
  }
   .section5 .m_slick .item .txt h3 a {
    color: #fff;
  }
   .section5 .m_slick .item .txt p {
    font-size: 14px;
    text-transform: uppercase;
    margin: 8px 0 15px;
  }
   .section5 .m_slick .item .txt a.more {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/icon2.png");
    background-size: contain;
  }
   .section5 .m_slick .slick-dots {
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 2;
  }
   .section5 .m_slick .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #e5e5e5;
    margin: 0 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
  }
   .section5 .m_slick .slick-dots li.slick-active {
    width: 24px;
  }
   .section5 .m_slick .slick-dots button {
    display: none;
  }
  .case_main .items{
    margin: 0;
  }
  .case_main2 .list:nth-of-type(odd){
    margin-right: 0;
  }
  .case_main2 .list{
    width: 100%;
    margin-top: 10px;
  }
  .case_main2 .list .img_block{
    width: 100%;
  }
  .case_main2 .list .txt_block{
    position: relative;
    padding: 15px;
    left: 0;
  }
  .case_main2 .list .txt_block .info p{
    margin: 10px 0;
  }
  .case_main2 .list .txt_block .p_block p{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .comm_banner h3 {
    font-size: 30px;
  }

  .comm_banner p {
    font-size: 18px;
  }
}