@font-face {
  font-family: 'DINPro-Light';
  src: url("../otf/dinpro-light.otf");
}
@font-face {
  font-family: 'DINPro-Regular';
  src: url("../otf/dinpro-regular_0.otf");
}
@font-face {
  font-family: 'DINPro-Medium';
  src: url("../otf/dinpro-medium.otf");
}
@font-face {
  font-family: 'DINPro-Bold';
  src: url("../otf/dinpro-bold.otf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes line_1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes ringScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes imgScale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wave1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10vw, -80px);
    -moz-transform: translate(-10vw, -80px);
    -ms-transform: translate(-10vw, -80px);
    transform: translate(-10vw, -80px);
  }
  100% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
}
@keyframes wave2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10vw, -30px);
    -moz-transform: translate(10vw, -30px);
    -ms-transform: translate(10vw, -30px);
    transform: translate(10vw, -30px);
  }
  100% {
    -webkit-transform: translate(-15vw, 10px);
    -moz-transform: translate(-15vw, 10px);
    -ms-transform: translate(-15vw, 10px);
    transform: translate(-15vw, 10px);
  }
}
@keyframes ringMove {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.wrapper {
  width: 86vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.dom_loaded .header .nav li {
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.dom_loaded .header .nav li .drop {
  -webkit-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  -moz-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  -ms-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
}
.dom_loaded .header .sub_nav {
  -webkit-transition: all 0.2s 0.4s;
  -moz-transition: all 0.2s 0.4s;
  -ms-transition: all 0.2s 0.4s;
  transition: all 0.2s 0.4s;
}
.dom_loaded .header .search_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 60px;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.index:after {
  content: '';
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
.header.bg {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header.down .nav li {
  padding: 20px 0;
}
.header .logo {
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -25px;
  z-index: 3;
}
.header .logo img {
  display: block;
  height: 50px;
}
.header .nav {
  text-align: center;
  font-size: 0;
}
.header .nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  padding: 35px 0;
}
.header .nav li a.single {
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #787675;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 992px) {
  .header .nav li .drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    border-top: 1px solid #f7f7f7;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.01);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .header .nav li .drop .left, .header .nav li .drop .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .header .nav li .drop .left {
    background-color: #fff;
    text-align: right;
    padding: 4.5vw 0;
  }
  .header .nav li .drop .left .box {
    display: inline-block;
    text-align: left;
    width: 28vw;
    max-width: 520px;
  }
  .header .nav li .drop .left a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 54px;
    color: #333;
    text-indent: 3vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .nav li .drop .left a:after {
    content: '';
    width: 10px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../png/icon-5.png");
    position: absolute;
    right: 3vw;
    top: 50%;
    margin-top: -8px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .nav li .drop .left a:hover {
    background-color: #f7f7f7;
  }
  .header .nav li .drop .left a:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header .nav li .drop .right {
    background-color: #f7f7f7;
    padding: 4.5vw 6vw;
    text-align: left;
  }
  .header .nav li .drop .right img {
    width: 382px;
    display: block;
  }
  .header .nav li .drop .right h3 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .header .nav li:hover a.single {
    color: #007bc7;
  }
  .header .nav li:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
    -moz-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
    -ms-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
  }
}
.header .nav li.active a.single {
  color: #007bc7;
}
.header .ope {
  position: absolute;
  right: 114px;
  top: 50%;
  margin-top: -10px;
  font-size: 0;
}
.header .ope a.link {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  border-radius: 12px;
  background-color: #007bc7;
  text-align: center;
}
.header .ope .lang {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
}
.header .ope .lang a.icon {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-2.png");
}
.header .ope .lang .box {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.header .ope .lang .box a {
  display: block;
  width: 80px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  background-color: #333;
  margin-top: 1px;
}
.header .ope .lang .box a:first-of-type {
  margin-top: 0;
}
.header .ope .lang .box:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -6px;
}
.header .ope .lang:hover .box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .ope .search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.header .ope .search a.icon {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-3.png");
}
.header .nav_btn {
  width: 24px;
  height: 14px;
  right: 60px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
  z-index: 3;
}
.header .nav_btn span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #787675;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: 40% center;
}
.header .nav_btn span.line1 {
  top: 0;
}
.header .nav_btn span.line2 {
  top: 6px;
}
.header .nav_btn span.line3 {
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .header .nav_btn.active span {
    background-color: #fff;
  }
}
.header .nav_btn.active .line2 {
  display: none;
}
.header .nav_btn.active .line1 {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.header .nav_btn.active .line3 {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.header .sub_nav {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.header .sub_nav .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.header .sub_nav .cont {
  height: 86vh;
  display: flex;
}
.header .sub_nav .left_box {
  width: 30%;
  position: relative;
}
.header .sub_nav .left_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ededed;
  z-index: 1;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1) 0.3s;
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1) 0.3s;
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1) 0.3s;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1) 0.3s;
}
.header .sub_nav .left_box .block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 18vh 0 0 12.5vw;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: opacity 0.15s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: opacity 0.15s cubic-bezier(0.4, 0, 0, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.header .sub_nav .left_box .block a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 5.925vh;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .sub_nav .left_box .block a:after {
  content: '';
  width: 4px;
  height: 20px;
  background-color: #007bc7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .sub_nav .left_box .block a:hover, .header .sub_nav .left_box .block a.active {
  color: #007bc7;
}
.header .sub_nav .left_box .block a:hover:after, .header .sub_nav .left_box .block a.active:after {
  opacity: 1;
}
.header .sub_nav .center_box {
  width: 40%;
  position: relative;
}
.header .sub_nav .center_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1) 0.15s;
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1) 0.15s;
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1) 0.15s;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1) 0.15s;
}
.header .sub_nav .center_box .block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: opacity 0.15s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: opacity 0.15s cubic-bezier(0.4, 0, 0, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.header .sub_nav .center_box .child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 18vh 6.7vw 0;
  display: none;
}
.header .sub_nav .center_box .child.active {
  display: block;
}
.header .sub_nav .center_box .child h3 {
  font-size: 14px;
  color: #808080;
  line-height: 5.925vh;
}
.header .sub_nav .center_box .child p {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
  height: 72px;
  overflow: hidden;
}
.header .sub_nav .center_box .child .a_block {
  margin-top: 5vh;
}
.header .sub_nav .center_box .child a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 5.925vh;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .sub_nav .center_box .child a:hover {
  color: #007bc7;
}
.header .sub_nav .right_box {
  width: 30%;
  position: relative;
}
.header .sub_nav .right_box .block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.header .sub_nav .right_box .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .sub_nav .right_box .bg.active {
  opacity: 1;
  visibility: visible;
}
.header .sub_nav.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.header .sub_nav.active .left_box:before {
  transition-delay: 0s;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.header .sub_nav.active .left_box .block {
  opacity: 1;
  transition-delay: .1s;
}
.header .sub_nav.active .center_box:before {
  transition-delay: .15s;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.header .sub_nav.active .center_box .block {
  opacity: 1;
  transition-delay: .25s;
}
.header .sub_nav.active .right_box .block {
  transition-delay: .3s;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.header .search_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 5;
  background-color: rgba(0, 123, 199, 0.9);
  padding: 120px 30px;
  opacity: 0;
  visibility: hidden;
}
.header .search_box.active {
  opacity: 1;
  visibility: visible;
}
.header .search_box .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../png/close-1.png");
  cursor: pointer;
}
.header .search_box form {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding-left: 70px;
}
.header .search_box form:before {
  content: '';
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-4.png");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .2;
}
.header .search_box input {
  display: block;
  width: 100%;
  height: 8.33vw;
  background-color: transparent;
  font-size: 40px;
  color: #fff;
}
.header .search_box .tip {
  font-size: 16px;
  color: #fff;
  margin-top: 2.5vw;
}

/* footer */
.footer .top_box {
  padding: 6vw 0 5vw;
  background-color: #ffffff;
}
.footer .info_box {
  overflow: hidden;
}
.footer .info_box .logo {
  float: left;
}
.footer .info_box .logo img {
  display: block;
}
.footer .info_box .tel {
  float: right;
  text-align: right;
}
.footer .info_box .tel span {
  display: block;
  font-size: 40px;
  line-height: 1;
  color: #007bc7;
  font-family: 'DINPro-Light';
}
.footer .info_box .tel p {
  font-size: 12px;
  color: #a6a6a6;
}
.footer .link_box {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
  font-size: 0;
}
.footer .link_box h3 {
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin-bottom: 40px;
}
.footer .link_box h3 a {
  color: #333;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .link_box h3 a:hover {
  color: #007bc7;
}
.footer .link_box .boxes {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 290px);
}
.footer .link_box .boxes .box {
  display: inline-block;
  vertical-align: top;
  width: 16%;
}
.footer .link_box .boxes .a_block a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #a6a6a6;
  margin-bottom: 14px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .link_box .boxes .a_block a:last-of-type {
  margin-bottom: 0;
}
.footer .link_box .boxes .a_block a:hover {
  color: #007bc7;
}
.footer .link_box .ewm {
  display: inline-block;
  vertical-align: top;
  width: 290px;
}
.footer .link_box .ewm h3 {
  text-align: right;
}
.footer .link_box .ewm .e_item {
  font-size: 0;
  text-align: center;
}
.footer .link_box .ewm .item {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  margin-right: 10px;
}
.footer .link_box .ewm .item:last-of-type {
  margin-right: 0;
}
.footer .link_box .ewm .item img {
  display: block;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.footer .link_box .ewm .item p {
  font-size: 12px;
  color: #808080;
  margin-top: 10px;
}
.footer .link_box .ewm .addr {
  margin-top: 2.5vw;
  text-align: right;
}
.footer .link_box .ewm .addr a {
  font-size: 12px;
  color: #a6a6a6;
  display: inline-block;
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../png/icon-1.png");
}
.footer .link_box .ewm .addr a:hover {
  color: #007bc7;
}
.footer .bot_box {
  background-color: #f3f3f3;
  padding: 40px 0;
}
.footer .b_link_box {
  text-align: center;
  font-size: 0;
}
.footer .b_link_box a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #333;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .b_link_box a:after {
  content: '|';
  font-size: 12px;
  color: #333;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.footer .b_link_box a:last-of-type:after {
  display: none;
}
.footer .b_link_box a:hover {
  color: #007bc7;
}
.footer .share {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 0;
}
.footer .share a {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
  padding: 0;
}
.footer .share a[data-cmd="weixin"] {
  background-image: url("../png/share-1.png");
}
.footer .share a[data-cmd="tsina"] {
  background-image: url("../png/share-2.png");
}
.footer .share a[data-cmd="fbook"] {
  background-image: url("../png/share-3.png");
}
.footer .share a[data-cmd="twi"] {
  background-image: url("../png/share-4.png");
}
.footer .share a[data-cmd="linkedin"] {
  background-image: url("../png/share-5.png");
}
.footer .copyright {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 12px;
  line-height: 24px;
  color: #333;
  margin-top: -24px;
}

@media screen and (max-width: 1600px) {
  .header .nav li {
    margin: 0 15px;
    padding: 20px 0;
  }

  .header.down .nav li {
    padding: 15px 0;
  }

  .header .nav li a.single {
    font-size: 16px;
  }

  .header .nav li .drop .right h3 {
    font-size: 20px;
  }

  .header .nav li .drop .left a {
    line-height: 46px;
  }

  .header .ope .lang,
  .header .ope .search {
    margin-left: 20px;
  }

  .header .ope {
    right: 110px;
  }

  .header .sub_nav .left_box .block a,
  .header .sub_nav .center_box .child a {
    font-size: 16px;
  }

  .header .sub_nav .center_box .child p {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
  }

  .header .sub_nav .center_box .child .a_block {
    margin-top: 20px;
  }

  .header .sub_nav .left_box .block a,
  .header .sub_nav .center_box .child a {
    line-height: 6vh;
  }

  .header .search_box input {
    font-size: 28px;
  }

  .footer .link_box h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .footer .info_box .tel span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1300px) {
  .header .nav {
    padding-right: 50px;
  }

  .header .nav li {
    margin: 0 6px;
  }

  .header .nav li a.single {
    font-size: 14px;
  }

  .header .sub_nav .center_box .child {
    padding: 18vh 5vw 0;
  }

  .header .sub_nav .center_box .child p {
    font-size: 18px;
  }

  .header .nav li .drop .right img {
    width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .header .logo {
    margin-top: -17px;
  }
  .header .logo img {
    height: 34px;
  }
  .header .nav {
    padding-right: 0;
  }
  .header .nav li {
    margin: 0 4px;
  }
  .header .ope {
    right: 99px;
  }
  .header .ope .lang, .header .ope .search {
    margin-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 56px;
    padding: 0;
    background-color: #fff;
  }

  .header .logo {
    left: 20px;
    margin-top: -18px;
  }

  .header .logo img {
    height: 36px;
  }

  .header .nav_btn {
    right: 20px;
  }

  .header .ope {
    right: 60px;
  }

  .header .ope .lang, .header .ope .search {
    margin-left: 10px;
  }

  .header .ope a.link {
    width: 80px;
  }

  .header .nav {
    position: fixed;
    width: 100vw;
    top: 56px;
    left: 100%;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 4vh 10vw 0;
    border-top: 1px solid #e6e6e6;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .nav.active {
    left: 0;
  }

  .header .nav li {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }

  .header .nav li a.single {
    line-height: 40px;
  }

  .header .nav li .drop {
    padding-bottom: 10px;
    margin-top: -10px;
  }

  .header .nav li .drop .left {
    font-size: 0;
  }
  .header .nav li .drop .left a {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 0 0;
    font-size: 12px;
    color: #333;
    line-height: 16px;
  }

  .header .nav li .drop .right {
    display: none;
  }

  .header .search_box .close {
    width: 40px;
    height: 40px;
    background-size: auto 20px;
  }

  .header .search_box form {
    padding-left: 40px;
  }

  .header .search_box form:before {
    width: 24px;
    height: 24px;
  }

  .header .search_box input {
    height: 60px;
    font-size: 16px;
  }

  .header .search_box .tip {
    font-size: 14px;
    margin-top: 15px;
  }

  .footer .top_box {
    padding: 30px 0;
  }

  .footer .link_box {
    display: none;
  }

  .footer .info_box .logo {
    float: none;
  }

  .footer .info_box .logo img {
    height: 40px;
    margin: 0 auto;
  }

  .footer .info_box .tel {
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  .footer .info_box .tel span {
    font-size: 26px;
  }

  .footer .bot_box {
    padding: 15px 0;
  }

  .footer .share {
    display: none;
  }

  .footer .copyright {
    position: static;
    margin-top: 10px;
    text-align: center;
    line-height: 18px;
  }
}
@media screen and (max-width: 320px) {
  .header .ope .lang a.icon {
    width: 16px;
    height: 16px;
  }

  .header .ope .search a.icon {
    width: 16px;
    height: 16px;
  }

  .header .ope a.link {
    width: 70px;
  }

  .header .logo img {
    height: 30px;
  }

  .header .logo {
    margin-top: -15px;
  }
}
/* common */
.inner_page {
  padding-top: 120px;
}

.inner_banner {
  position: relative;
  overflow: hidden;
}
.inner_banner img {
  display: block;
  width: 100%;
}
.inner_banner .comm_crumbs {
  position: absolute;
  top: 30px;
  left: 60px;
  right: 60px;
  z-index: 2;
}

.comm_crumbs {
  font-size: 14px;
  color: #fff;
}
.comm_crumbs a {
  color: #fff;
}
.comm_crumbs a:after {
  content: '';
  width: 7px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/crumbs.png");
}
.comm_crumbs a:last-of-type:after {
  display: none;
}

.comm_subnav {
  font-size: 0;
  border-bottom: 1px solid #d9d9d9;
}
.comm_subnav .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.comm_subnav .item:after {
  content: '';
  width: 1px;
  height: 24px;
  background-color: #d9d9d9;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.comm_subnav .item:last-of-type:after {
  display: none;
}
.comm_subnav .item a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 100px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_subnav .item:hover a, .comm_subnav .item.active a {
  color: #007bc7;
  border-color: #007bc7;
}
.comm_subnav.item_3 .item {
  width: 33.33%;
}
.comm_subnav.item_4 .item {
  width: 25%;
}
.comm_subnav.item_5 .item {
  width: 20%;
}
.comm_subnav.item_8 .item {
  width: 12.5%;
}

.inner_tit {
  text-align: center;
  font-size: 42px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}

.comm_section1 {
  font-size: 0;
}
.comm_section1 .item {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .comm_section1 .item {
    width: calc((100% - 48px) / 3);
    margin: 24px 24px 0 0;
  }
  .comm_section1 .item:nth-of-type(1), .comm_section1 .item:nth-of-type(2), .comm_section1 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .comm_section1 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.comm_section1 .item .img_block {
  overflow: hidden;
}
.comm_section1 .item .txt_block {
  padding: 1.5vw 2vw;
}
.comm_section1 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  height: 210px;
  object-fit: cover;
}
.comm_section1 .item h3 {
  font-size: 20px;
  color: #333;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.comm_section1 .item p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  height: 96px;
  overflow: hidden;
  margin-top: 10px;
}
.comm_section1 .item.small h3 {
  font-size: 18px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}
.comm_section1 .item.small p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
}
.comm_section1 .item.video .img_block {
  position: relative;
}
.comm_section1 .item.video .img_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.comm_section1 .item.video .img_block:after {
  content: '';
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/play.png");
  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%);
  z-index: 2;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 992px) {
  .comm_section1 .item:hover .img_block:before {
    opacity: 0;
  }
  .comm_section1 .item:hover .img_block:after {
    background-image: url("../png/play-on.png");
  }
  .comm_section1 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .comm_section1 .item:hover h3 {
    color: #007bc7;
  }
}

.comm_pages {
  font-size: 0;
  text-align: center;
}
.comm_pages ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.comm_pages ul li a,.comm_pages ul li span {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  color: #666;
  line-height: 38px;
  text-align: center;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_pages ul li:first-of-type a, .comm_pages ul li:last-of-type a {
  width: 60px;
}
.comm_pages ul li:nth-of-type(1) a, .comm_pages ul li:nth-last-of-type(1) a {
  background-position: center;
  background-repeat: no-repeat;
}

.comm_pages ul li:hover a, .comm_pages ul li.active a {
  border-color: #007bc7;
  background-color: #007bc7;
  color: #fff;
}
.comm_pages .disabled a{color: #ccc;}
.video_pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
}
.video_pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video_pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../png/close-1.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;
  z-index: 2;
}
.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%;
  z-index: 2;
  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%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comm_section2 .map {
  height: 33.33vw;
}
.comm_section2 .cont {
  padding: 20px;
}
.comm_section2 .cont h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
}
.comm_section2 .cont p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  white-space: nowrap;
}
.comm_section2 .cont a {
  display: block;
  width: 140px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  background-color: #007bc7;
  border-radius: 16px;
  text-align: center;
  margin-top: 15px;
}
.comm_section2 .cont a:before {
  content: '';
  width: 12px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}

.comm_share {
  position: absolute;
  top: 6vw;
  right: calc(100% + 40px);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.comm_share.visi {
  opacity: 0;
}
.comm_share span {
  margin-top: 20px;
  height: 1px;
  background-color: #e6e6e6;
  display: block;
}
.comm_share a {
  display: block;
  width: 40px;
  height: 40px !important;
  padding: 0 !important;
  margin: 10px 0 0 !important;
  float: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_share a:first-of-type {
  border-radius: 50%;
  background-color: #cbebff;
  background-image: url("../png/share-6.png");
}
.comm_share a.wx {
  background-image: url("../png/share-7.png");
}
.comm_share a.wx:hover {
  background-image: url("../png/share-2-on.png");
}
.comm_share a.sina {
  background-image: url("../png/share-8.png");
}
.comm_share a.sina:hover {
  background-image: url("../png/share-3-on.png");
}
.comm_share a.qq {
  background-image: url("../png/share-9.png");
}
.comm_share a.qq:hover {
  background-image: url("../png/share-4-on.png");
}

/* index */
.index_main .index_tit {
  text-align: center;
}
.index_main .index_tit h4 {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  opacity: .05;
}
.index_main .index_tit h3 {
  font-size: 48px;
  line-height: 1;
  margin-top: -30px;
}
.index_main .section1 {
  position: relative;
  overflow: hidden;
}
.index_main .section1 .slick {
  position: relative;
}
.index_main .section1 .slick .item {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_main .section1 .slick .item a{ position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.index_main .section1 .ope {
  position: absolute;
  bottom: 180px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}
.index_main .section1 .ope ul {
  display: inline-block;
  vertical-align: middle;
}
.index_main .section1 .ope ul li {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 20px;
  position: relative;
  margin-left: 10px;
}
.index_main .section1 .ope ul li:first-of-type {
  margin-left: 0;
}
.index_main .section1 .ope ul li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.index_main .section1 .ope ul li span {
  position: absolute;
  left: 0;
  top: 9px;
  height: 2px;
  background-color: #007bc7;
}
.index_main .section1 .ope a {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../png/icon-7.png");
  margin-left: 20px;
}
.index_main .section1 .ope a.play {
  background-image: url("../png/icon-8.png");
}
.index_main .section1 .link {
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 60px;
  font-size: 0;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.index_main .section1 .link .items {
  transform-origin: bottom;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.index_main .section1 .link .items.active {
  -webkit-transform: rotateX(100deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(100deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(100deg) translate3d(0, 0, 0);
  transform: rotateX(100deg) translate3d(0, 0, 0);
}
.index_main .section1 .link .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .index_main .section1 .link .item {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.index_main .section1 .link .item:nth-of-type(2) {
  transition-delay: .1s;
}
.index_main .section1 .link .item:nth-of-type(3) {
  transition-delay: .2s;
}
.index_main .section1 .link .item a {
  display: block;
  padding: 2vw;
  position: relative;
}
.index_main .section1 .link .item h3 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  padding-right: 60px;
}
.index_main .section1 .link .item h4 {
  font-size: 12px;
  line-height: 1;
  color: #bfbfbf;
  text-transform: uppercase;
  margin-top: 10px;
  padding-right: 60px;
}
.index_main .section1 .link .item img {
  height: 70%;
  position: absolute;
  top: 15%;
  right: 27%;
}
.index_main .section1 .link .item span {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2vw;
  top: 50%;
  margin-top: -20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-1-white.png");
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index_main .section1 .link .item:nth-of-type(1) span {
  background-image: url("../png/icon-9.png");
}
.index_main .section1 .link .item:hover span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 992px) {
  .index_main .section1 .link.active .item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.index_main .section2 {
  padding: 4.5vw 0 8vw;
  position: relative;
  overflow: hidden;
}
.index_main .section2 .bg_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.index_main .section2 .bg_box .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-animation: imgScale 20s linear infinite;
  -moz-animation: imgScale 20s linear infinite;
  -ms-animation: imgScale 20s linear infinite;
  animation: imgScale 20s linear infinite;
}
.index_main .section2 .bg_box .bg.active {
  opacity: 1;
}
.index_main .section2 .cont_box {
  position: relative;
  z-index: 2;
}
.index_main .section2 .index_tit {
  position: relative;
  z-index: 2;
}
.index_main .section2 .index_tit h4, .index_main .section2 .index_tit h3 {
  color: #fff;
}
.index_main .section2 .dots_box {
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
.index_main .section2 .dots_box img {
  display: block;
  width: 100%;
}
.index_main .section2 .dots_box .dot {
  position: absolute;
  width: 38px;
  height: 38px;
  margin: -19px 0 0 -19px;
  cursor: pointer;
  z-index: 2;
}
.index_main .section2 .dots_box .dot i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  opacity: .5;
}
.index_main .section2 .dots_box .dot i:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
.index_main .section2 .dots_box .dot .layer {
  width: 12.5vw;
  height: 12.5vw;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 2000px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(-2000px - 6.25vw) 0 0 calc(-2000px - 6.25vw);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
}
.index_main .section2 .dots_box .dot .txt {
  position: absolute;
  bottom: 0;
  padding-bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.index_main .section2 .dots_box .dot .icon {
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index_main .section2 .dots_box .dot h3 {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-top: 20px;
  white-space: nowrap;
}
.index_main .section2 .dots_box .dot:nth-of-type(1) {
  left: 13.958%;
  top: 61.722%;
}
.index_main .section2 .dots_box .dot:nth-of-type(2) {
  left: 26.4%;
  top: 95.69%;
}
.index_main .section2 .dots_box .dot:nth-of-type(3) {
  left: 38.28%;
  top: 94.258%;
}
.index_main .section2 .dots_box .dot:nth-of-type(4) {
  left: 50%;
  top: 76.55%;
}
.index_main .section2 .dots_box .dot:nth-of-type(5) {
  left: 61.98%;
  top: 57.9%;
}
.index_main .section2 .dots_box .dot:nth-of-type(6) {
  left: 73.75%;
  top: 30.143%;
}
.index_main .section2 .dots_box .dot:nth-of-type(7) {
  left: 85.57%;
  top: 1%;
}
.index_main .section2 .dots_box .dot.active {
  z-index: 1;
}
.index_main .section2 .dots_box .dot.active .layer {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.index_main .section2 .dots_box .dot.active .txt {
  opacity: 0;
}
.index_main .section2 .txt_box {
  position: relative;
  z-index: 2;
  width: 70vw;
  max-width: 940px;
  margin: 0 auto;
  font-size: 0;
  margin-top: 8vw;
}
.index_main .section2 .txt_box .num {
  display: inline-block;
  vertical-align: top;
  width: 12vw;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: 'DINPro-Medium';
}
.index_main .section2 .txt_box .num span.curr {
  color: #007bc7;
  font-size: 60px;
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
}
.index_main .section2 .txt_box .txts {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 12vw);
  background: rgba(0, 123, 199, 0.8);
  padding: 20px 30px;
}
.index_main .section2 .txt_box .txt {
  display: none;
}
.index_main .section2 .txt_box .txt.active {
  display: block;
}
.index_main .section2 .txt_box .txt h3 {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.index_main .section2 .txt_box .txt p {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  height: 108px;
  overflow: hidden;
  margin: 15px 0;
}
.index_main .section2 .txt_box .txt a {
  display: block;
  width: 120px;
  position: relative;
  font-size: 18px;
  color: #fff;
  padding-top: 18px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.index_main .section2 .txt_box .txt a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background-color: #fff;
  transform-origin: left center;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.index_main .section2 .txt_box .txt a:hover:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.index_main .section2 .m_box {
  display: none;
}
.index_main .section3 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../jpg/img-8.jpg");
}
.index_main .section3 .main {
  position: relative;
}
.index_main .section3 .index_tit h4 {
  color: #333;
}
.index_main .section3 .index_tit h3 {
  color: #333;
}
.index_main .section3 .slick {
  margin-top: 4vw;
  padding-bottom: 4vw;
}
.index_main .section3 .slick .item {
  padding-right: 2.5vw;
}
.index_main .section3 .slick .item .img_block {
  position: relative;
}
.index_main .section3 .slick .item .img_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #007bc7;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.index_main .section3 .slick .item .img_block .hidden {
  position: relative;
  z-index: 2;
}
.index_main .section3 .slick .item .txt_block {
  padding: 1.5vw 1.4vw 0 2.5vw;
}
.index_main .section3 .slick .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.index_main .section3 .slick .item .date {
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-family: 'DINPro-Medium';
}
.index_main .section3 .slick .item h3 {
  font-size: 22px;
  line-height: 36px;
  color: #333;
  height: 72px;
  overflow: hidden;
  margin: 15px 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.index_main .section3 .slick .item p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  height: 72px;
  overflow: hidden;
}
.index_main .section3 .slick .item span {
  display: block;
  margin-top: 30px;
  width: 120px;
  position: relative;
  font-size: 18px;
  color: #007bc7;
  padding-top: 18px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.index_main .section3 .slick .item span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background-color: #007bc7;
}
@media screen and (min-width: 992px) {
  .index_main .section3 .slick .item:hover .img_block:before {
    -webkit-transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  .index_main .section3 .slick .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index_main .section3 .slick .item:hover h3 {
    color: #007bc7;
  }
  .index_main .section3 .slick .item:hover span {
    opacity: 1;
  }
}
.index_main .section3 .slick-list {
  padding-left: 60px;
}
.index_main .section3 .slick-dots {
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  white-space: nowrap;
}
.index_main .section3 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c2c3c5;
  margin: 0 8px;
  cursor: pointer;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section3 .slick-dots li.slick-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #007bc7;
}
.index_main .section3 .slick-dots button {
  display: none;
}
.index_main .section3 .btn {
  position: absolute;
  bottom: -5px;
  width: 12px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}
.index_main .section3 .btn.prev {
  background-image: url("../png/prev-1.png");
}
.index_main .section3 .btn.prev:hover {
  background-image: url("../png/prev-2.png");
}
.index_main .section3 .btn.next {
  background-image: url("../png/next-1.png");
}
.index_main .section3 .btn.next:hover {
  background-image: url("../png/next-2.png");
}
.index_main .section4 .single_box {
  overflow: hidden;
}
.index_main .section4 .single_box a {
  display: block;
  padding: 9.5vw 0 5vw;
  position: relative;
}
.index_main .section4 .single_box .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.index_main .section4 .single_box .txt {
  z-index: 2;
}
.index_main .section4 .single_box .box {
  max-width: 540px;
  float: right;
}
.index_main .section4 .single_box .box h3 {
  font-size: 48px;
  line-height: 1.25;
  color: #fff;
}
.index_main .section4 .single_box .box span {
  display: block;
  margin-top: 5vw;
  width: 120px;
  position: relative;
  font-size: 18px;
  color: #fff;
  padding-top: 18px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.index_main .section4 .single_box .box span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background-color: #fff;
  transform-origin: left center;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.index_main .section4 .single_box:hover .bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index_main .section4 .single_box:hover .box span:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.index_main .section4 .half_box {
  font-size: 0;
}
.index_main .section4 .half_box .item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.index_main .section4 .half_box .item a {
  display: block;
  padding: 6vw 9vw;
  position: relative;
}
.index_main .section4 .half_box .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.index_main .section4 .half_box .item .txt {
  position: relative;
  z-index: 2;
}
.index_main .section4 .half_box .item h3 {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .section4 .half_box .item p {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .section4 .half_box .item span {
  display: block;
  margin-top: 5vw;
  width: 120px;
  position: relative;
  font-size: 18px;
  color: #fff;
  padding-top: 18px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.index_main .section4 .half_box .item span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background-color: #fff;
  transform-origin: left center;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.index_main .section4 .half_box .item span:hover:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.index_main .section4 .half_box .item:hover .bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index_main .section4 .half_box .item:hover span:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.index_main .section5 {
  position: relative;
}
.index_main .section5 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.index_main .section5 .bg-box .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease;
  animation: imgScale 20s linear infinite;
}
.index_main .section5 .bg-box .bg.active {
  opacity: 1;
}
.index_main .section5 .cont-box {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4.5vw 0 8vw;
  position: relative;
  z-index: 2;
}
.index_main .section5 .index_tit {
  position: relative;
  z-index: 2;
}
.index_main .section5 .index_tit h4, .index_main .section5 .index_tit h3 {
  color: #fff;
}
.index_main .section5 .block {
  margin-top: 4vw;
  font-size: 0;
}
.index_main .section5 .txt-box {
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: middle;
}
.index_main .section5 .txt-box .item {
  max-width: 650px;
  width: 80%;
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_main .section5 .txt-box .item span {
  display: inline-block;
  font-size: 100px;
  line-height: 1;
  font-family: 'DINPro-Medium';
  color: rgba(255, 255, 255, 0.1);
}
.index_main .section5 .txt-box .item .box {
  margin-top: -40px;
}
.index_main .section5 .txt-box .item h3 {
  font-size: 42px;
  line-height: 1.2;
  color: #fff;
}
.index_main .section5 .txt-box .item p {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  margin: 20px 0 30px;
}
.index_main .section5 .txt-box .item a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding-right: 3vw;
  padding-top: 15px;
  position: relative;
}
.index_main .section5 .txt-box .item a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  transform-origin: left center;
  transition: transform .6s ease;
}
.index_main .section5 .txt-box .item a:hover:before {
  transform: scaleX(0);
}
.index_main .section5 .txt-box .item.active {
  display: block;
}
.index_main .section5 .img-box {
  width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.index_main .section5 .img-box .item {
  border: none;
  cursor: pointer;
}
.index_main .section5 .img-box .item .box {
  margin: 10px 0;
  position: relative;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: all .3s ease;
}
.index_main .section5 .img-box .item .img {
  background-color: #000;
  overflow: hidden;
  border-radius: 5px;
}
.index_main .section5 .img-box .item img {
  display: block;
  width: 100%;
  transition: opacity .3s ease;
}
.index_main .section5 .img-box .item span {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
}
.index_main .section5 .img-box .item:hover img, .index_main .section5 .img-box .item.slick-current img {
  opacity: .7;
}
.index_main .section5 .img-box .item:hover span, .index_main .section5 .img-box .item.slick-current span {
  opacity: 1;
}
.index_main .section5 .img-box .item.slick-current .box {
  background-color: #2a7cca;
  border-color: #2a7cca;
}
.index_main .section5 .img-box .slick-arrow {
  display: block;
  width: 60px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  font-size: 0;
  background-color: transparent;
  cursor: pointer;
}
.index_main .section5 .img-box .slick-prev {
  background-image: url("../png/prev-3.png");
}
.index_main .section5 .img-box .slick-next {
  background-image: url("../png/next-3.png");
}
.index_main .section5 .m_box {
  display: none;
}

/* about */
.about_honor_tit {
  font-size: 0;
}
.about_honor_tit .inner_tit {
  width: calc(100% - 424px);
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.about_honor_tit .a_box {
  width: 424px;
  display: inline-block;
  vertical-align: middle;
}
.about_honor_tit .a_box a {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  font-size: 18px;
  line-height: 52px;
  color: #333;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_honor_tit .a_box a:last-of-type {
  margin-left: 24px;
}
.about_honor_tit .a_box a:hover, .about_honor_tit .a_box a.active {
  background-color: #007bc7;
  color: #fff;
  border-color: #007bc7;
}

.about_leader .section1 {
  padding: 6vw 0;
  border-bottom: 10px solid #f3f3f3;
}
.about_leader .section1 .img_block {
  position: relative;
  margin-top: 3vw;
}
.about_leader .section1 .img_block .img {
  width: 66.66%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.about_leader .section1 .img_block .img img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.about_leader .section1 .img_block .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about_leader .section1 .img_block:before, .about_leader .section1 .img_block:after {
  content: '';
  width: 69px;
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.about_leader .section1 .img_block:before {
  top: 0;
  left: 0;
  background-image: url("../png/icon-10.png");
}
.about_leader .section1 .img_block:after {
  bottom: 0;
  right: 0;
  background-image: url("../png/icon-11.png");
}
.about_leader .section1 .para {
  margin-top: 4.5vw;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-align: justify;
}
.about_leader .section1 .info {
  text-align: right;
  margin-top: 3vw;
}
.about_leader .section1 .info span, .about_leader .section1 .info img {
  display: inline-block;
  vertical-align: middle;
}
.about_leader .section1 .info span {
  font-size: 18px;
  color: #333;
}
.about_leader .section1 .info img {
  margin-left: 40px;
}

.about_duty .section1 {
  padding: 6vw 0;
}
.about_duty .section1 .items {
  font-size: 0;
  margin-top: 40px;
  display: flex;
}
.about_duty .section1 .item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e1e3e5;
  padding: 3vw 2vw;
}
@media screen and (min-width: 992px) {
  .about_duty .section1 .item {
    width: calc((100% - 72px) / 4);
    margin-right: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .about_duty .section1 .item:last-of-type {
    margin-right: 0;
  }
}
.about_duty .section1 .item .icon {
  height: 72px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_duty .section1 .item h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  margin-top: 3vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_duty .section1 .item p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_duty .section1 .item:nth-of-type(1) .icon {
  background-image: url("../png/icon-3-1.png");
}
.about_duty .section1 .item:nth-of-type(1):hover .icon {
  background-image: url("../png/icon-3-1-on.png");
}
.about_duty .section1 .item:nth-of-type(2) .icon {
  background-image: url("../png/icon-3-2.png");
}
.about_duty .section1 .item:nth-of-type(2):hover .icon {
  background-image: url("../png/icon-3-2-on.png");
}
.about_duty .section1 .item:nth-of-type(3) .icon {
  background-image: url("../png/icon-3-3.png");
}
.about_duty .section1 .item:nth-of-type(3):hover .icon {
  background-image: url("../png/icon-3-3-on.png");
}
.about_duty .section1 .item:nth-of-type(4) .icon {
  background-image: url("../png/icon-3-4.png");
}
.about_duty .section1 .item:nth-of-type(4):hover .icon {
  background-image: url("../png/icon-3-4-on.png");
}
@media screen and (min-width: 992px) {
  .about_duty .section1 .item:hover {
    background-color: #007bc7;
    border-color: #007bc7;
    box-shadow: 0 20px 40px rgba(0, 123, 199, 0.3);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .about_duty .section1 .item:hover h3, .about_duty .section1 .item:hover p {
    color: #fff;
  }
}
.about_duty .section2 {
  padding: 6vw 0;
  background-color: #f5f5f5;
}
.about_duty .section2 .items {
  margin-top: 40px;
}
.about_duty .section2 .item h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_duty .section3 {
  padding: 6vw 0;
  border-bottom: 10px solid #f3f3f3;
}
.about_duty .section3 .items {
  font-size: 0;
  margin-top: 40px;
}
.about_duty .section3 .item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  position: relative;
  padding-left: 60px;
}
@media screen and (min-width: 992px) {
  .about_duty .section3 .item {
    width: 50%;
    margin-top: 24px;
  }
  .about_duty .section3 .item:nth-of-type(1), .about_duty .section3 .item:nth-of-type(2) {
    margin-top: 0;
  }
}
.about_duty .section3 .item .year {
  width: 120px;
  text-align: center;
  background-color: #fff;
  font-size: 32px;
  line-height: 72px;
  color: #007bc7;
  font-family: 'DINPro-Bold';
  position: absolute;
  top: 25px;
  left: 0;
}
.about_duty .section3 .item .box {
  border: 1px solid #007bc7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_duty .section3 .item .box a {
  display: block;
  padding: 50px 100px;
}
.about_duty .section3 .item .box h3 {
  font-size: 24px;
  line-height: 1;
  color: #007bc7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_duty .section3 .item .box p {
  font-size: 18px;
  color: #808080;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.about_duty .section3 .item .box .more {
  height: 24px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../png/icon-12.png");
}
@media screen and (min-width: 992px) {
  .about_duty .section3 .item:hover .box {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.about_honor_pic .section1 {
  padding: 6vw 0;
  border-bottom: 10px solid #f3f3f3;
}
.about_honor_pic .section1 .items {
  font-size: 0;
  margin: 4vw 0 3vw;
}
.about_honor_pic .section1 .item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .about_honor_pic .section1 .item {
    width: calc((100% - 72px) / 4);
    margin: 2vw 24px 0 0;
  }
  .about_honor_pic .section1 .item:nth-of-type(1), .about_honor_pic .section1 .item:nth-of-type(2), .about_honor_pic .section1 .item:nth-of-type(3), .about_honor_pic .section1 .item:nth-of-type(4) {
    margin-top: 0;
  }
  .about_honor_pic .section1 .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.about_honor_pic .section1 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.about_honor_pic .section1 .item h3 {
  padding: 20px 24px 0;
  font-size: 18px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .about_honor_pic .section1 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.about_honor_txt .section1 {
  padding: 6vw 0;
  border-bottom: 10px solid #f3f3f3;
}
.about_honor_txt .section1 .time_slick {
  padding: 0 120px 24px;
  position: relative;
  margin-top: 6vw;
}
.about_honor_txt .section1 .time_slick:before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../jpg/img-10.jpg");
  background-size: 100% 1px;
}
.about_honor_txt .section1 .time_slick .item {
  text-align: center;
  cursor: pointer;
}
.about_honor_txt .section1 .time_slick .item span {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #bfbfbf;
  font-family: 'DINPro-Regular';
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about_honor_txt .section1 .time_slick .item:after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
  display: block;
  margin: 10px auto 0;
}
.about_honor_txt .section1 .time_slick .item.active span {
  color: #007bc7;
  font-family: 'DINPro-Bold';
}
.about_honor_txt .section1 .time_slick .slick-arrow {
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -24px;
  font-size: 0;
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
}
.about_honor_txt .section1 .time_slick .slick-prev {
  left: -120px;
  background-image: url("../png/prev.png");
}
.about_honor_txt .section1 .time_slick .slick-prev:hover {
  background-image: url("../png/prev-on.png");
}
.about_honor_txt .section1 .time_slick .slick-next {
  right: -120px;
  background-image: url("../png/next.png");
}
.about_honor_txt .section1 .time_slick .slick-next:hover {
  background-image: url("../png/next-on.png");
}
.about_honor_txt .section1 .time_cont {
  margin-top: 5vw;
  min-height: 25vw;
}
.about_honor_txt .section1 .time_cont .child {
  display: none;
  position: relative;
}
.about_honor_txt .section1 .time_cont .year {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25vw;
  line-height: 1.2;
  color: #f7f7f7;
  font-family: 'DINPro-Bold';
  z-index: 1;
}
.about_honor_txt .section1 .time_cont .year:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), white);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
  z-index: 1;
}
.about_honor_txt .section1 .time_cont ul {
  position: relative;
  z-index: 2;
}
.about_honor_txt .section1 .time_cont ul li {
  width: 50%;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 50px;
}
.about_honor_txt .section1 .time_cont ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #007bc7;
  position: absolute;
  top: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.about_honor_txt .section1 .time_cont ul li:after {
  content: '';
  width: 1px;
  height: 60px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: -5px;
  z-index: 1;
}
.about_honor_txt .section1 .time_cont ul li:last-of-type {
  padding-bottom: 0;
}
.about_honor_txt .section1 .time_cont ul li:last-of-type:after {
  display: none;
}
.about_honor_txt .section1 .time_cont ul li:nth-of-type(odd) {
  margin-left: 50%;
  padding-left: 4vw;
}
.about_honor_txt .section1 .time_cont ul li:nth-of-type(odd):before {
  left: -10px;
}
.about_honor_txt .section1 .time_cont ul li:nth-of-type(odd):after {
  left: 0;
}
.about_honor_txt .section1 .time_cont ul li:nth-of-type(even) {
  padding-right: 4vw;
  text-align: right;
}
.about_honor_txt .section1 .time_cont ul li:nth-of-type(even):before {
  right: -10px;
}
.about_honor_txt .section1 .time_cont ul li:nth-of-type(even):after {
  right: 0;
}

.about_history .years {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 6;
  display: none;
}
.about_history .years.visi {
  visibility: hidden;
}
.about_history .years .year {
  margin: 10px 0;
  font-size: 0;
  cursor: pointer;
  text-align: right;
}
.about_history .years span.text {
  font-size: 16px;
  line-height: 24px;
  color: #b2b2b2;
  font-family: 'DINPro-Light';
  display: inline-block;
  vertical-align: middle;
}
.about_history .years span.line {
  width: 30px;
  height: 1px;
  background: #cccccc;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.about_history .years .active span.text {
  font-size: 20px;
  color: #333;
}
.about_history .years .active span.line {
  width: 60px;
  background-color: #007bc7;
}
.about_history .section1 {
  padding: 6vw 0;
  border-bottom: 10px solid #f3f3f3;
}
.about_history .section1 .inner_tit {
  text-align: left;
}
.about_history .section1 .items {
  margin-top: 3vw;
  position: relative;
}
.about_history .section1 .items:before {
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  background-color: #d9d9d9;
  z-index: 1;
}
.about_history .section1 .items .line {
  width: 1px;
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  background-color: #007bc7;
  position: absolute;
  z-index: 2;
}
.about_history .section1 .items .block {
  position: relative;
  z-index: 3;
}
.about_history .section1 .item .year {
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 36px;
  font-family: 'DINPro-Bold';
  color: #808080;
  line-height: 118px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_history .section1 .item ul {
  padding: 40px 0;
  margin-left: 60px;
}
.about_history .section1 .item ul li {
  margin-bottom: 4vw;
  padding-left: 9vw;
  position: relative;
}
.about_history .section1 .item ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-13.png");
  position: absolute;
  left: -10px;
  top: 36px;
}
.about_history .section1 .item ul li h3 {
  font-size: 36px;
  color: #007bc7;
  line-height: 1;
}
.about_history .section1 .item ul li .para {
  margin-top: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.about_history .section1 .item ul li .para p {
  padding-left: 24px;
  position: relative;
}
.about_history .section1 .item ul li .para p:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}
.about_history .section1 .item ul li:last-of-type {
  margin-bottom: 0;
}
.about_history .section1 .item ul li.active:before {
  background-image: url("../png/icon-5-on.png");
}
.about_history .section1 .item.active .year {
  color: #007bc7;
  border-color: #007bc7;
}

.about_intro .inner_banner .inner_tit {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about_intro .section1 {
  font-size: 0;
  position: relative;
  margin-top: -60px;
}
.about_intro .section1 .item {
  display: inline-block;
  vertical-align: top;
  padding: 30px 2vw;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 992px) {
  .about_intro .section1 .item {
    width: calc((100% - 72px) / 4);
    margin-right: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .about_intro .section1 .item:last-of-type {
    margin-right: 0;
  }
}
.about_intro .section1 .item i {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 48px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.about_intro .section1 .item .txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
}
.about_intro .section1 .item .num {
  font-size: 14px;
  color: #333;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about_intro .section1 .item .num span {
  font-size: 32px;
  color: #007bc7;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about_intro .section1 .item p {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about_intro .section1 .item:nth-of-type(1) i {
  background-image: url("../png/icon-6-1.png");
}
.about_intro .section1 .item:nth-of-type(2) i {
  background-image: url("../png/icon-6-2.png");
}
.about_intro .section1 .item:nth-of-type(3) i {
  background-image: url("../png/icon-6-3.png");
}
.about_intro .section1 .item:nth-of-type(4) i {
  background-image: url("../png/icon-6-4.png");
}
@media screen and (min-width: 992px) {
  .about_intro .section1 .item:hover {
    background-color: #007bc7;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 123, 199, 0.3);
  }
  .about_intro .section1 .item:hover .num {
    color: #fff;
  }
  .about_intro .section1 .item:hover .num span {
    color: #fff;
  }
  .about_intro .section1 .item:hover p {
    color: #fff;
  }
  .about_intro .section1 .item:nth-of-type(1):hover i {
    background-image: url("../png/icon-6-1-on.png");
  }
  .about_intro .section1 .item:nth-of-type(2):hover i {
    background-image: url("../png/icon-6-2-on.png");
  }
  .about_intro .section1 .item:nth-of-type(3):hover i {
    background-image: url("../png/icon-6-3-on.png");
  }
  .about_intro .section1 .item:nth-of-type(4):hover i {
    background-image: url("../png/icon-6-4-on.png");
  }
}
.about_intro .section2 {
  font-size: 0;
  padding: 6vw 0;
  border-bottom: 1px solid #e6e6e6;
}
.about_intro .section2 .txt_block {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}
.about_intro .section2 .txt_block .box {
  display: inline-block;
  max-width: 720px;
  width: 43vw;
  text-align: left;
  padding-right: 3vw;
}
.about_intro .section2 .txt_block .label {
  width: 120px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #007bc7;
}
.about_intro .section2 .txt_block h3 {
  font-size: 36px;
  line-height: 1.4;
  color: #333;
  margin: 20px 0 30px;
}
.about_intro .section2 .txt_block p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
}
.about_intro .section2 .txt_block a {
  display: block;
  width: 180px;
  font-size: 16px;
  color: #808080;
  line-height: 52px;
  border: 1px solid #e6e6e6;
  text-align: center;
  margin-top: 2.5vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_intro .section2 .txt_block a:after {
  content: '';
  width: 9px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-14.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_intro .section2 .txt_block a:hover {
  background-color: #007bc7;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 123, 199, 0.3);
}
.about_intro .section2 .txt_block a:hover:after {
  background-image: url("../png/icon-7-on.png");
}
.about_intro .section2 .img_block {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.about_intro .section2 .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 992px) {
  .about_intro .section2 .img_block:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.about_intro .section3 {
  padding: 6vw 0;
}
.about_intro .section3 .inner_tit {
  font-weight: normal;
}
.about_intro .section3 .img_block {
  margin-top: 40px;
}
.about_intro .section3 .img_block img {
  display: block;
  width: 100%;
}
.about_intro .section4 {
  position: relative;
  background-color: #000;
}
.about_intro .section4 .tab_tit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 2;
  font-size: 0;
}
.about_intro .section4 .tab_tit .wrapper {
  margin-bottom: -6px;
}
.about_intro .section4 .tab_tit .slick-track {
  padding-bottom: 6px;
}
.about_intro .section4 .tab_tit .item {
  display: inline-block;
  vertical-align: top;
  width: 14.28%;
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 90px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.about_intro .section4 .tab_tit .item i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  background-color: transparent;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.about_intro .section4 .tab_tit .item i:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.about_intro .section4 .tab_tit .item:hover, .about_intro .section4 .tab_tit .item.active {
  background-color: #007bc7;
}
.about_intro .section4 .tab_tit .item:hover i, .about_intro .section4 .tab_tit .item.active i {
  background-color: #fff;
}
.about_intro .section4 .tab_tit .item:hover i:after, .about_intro .section4 .tab_tit .item.active i:after {
  background-color: #007bc7;
}
.about_intro .section4 .tab_cont {
  position: relative;
  z-index: 1;
}
.about_intro .section4 .tab_cont .child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width:100%;
}
.about_intro .section4 .tab_cont .child.active {
  opacity: 1;
  visibility: visible;
}
.about_intro .section4 .tab_cont .child:nth-of-type(1) {
  position: relative;
}
.about_intro .section4 .tab_cont .child .img_block {
  position: relative;
  overflow: hidden;
}
.about_intro .section4 .tab_cont .child .img_block img {
  display: block;
  width: 100%;
  -webkit-animation: imgScale 20s linear infinite;
  -moz-animation: imgScale 20s linear infinite;
  -ms-animation: imgScale 20s linear infinite;
  animation: imgScale 20s linear infinite;
}
.about_intro .section4 .tab_cont .child .img_block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.about_intro .section4 .tab_cont .child .txt_block {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
.about_intro .section4 .tab_cont .child .txt_block h3 {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.about_intro .section4 .tab_cont .child .txt_block .para {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  margin-top: 20px;
  max-width: 660px;
  width: 70%;
}
.about_intro .section4 .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 11px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  cursor: pointer;
}
.about_intro .section4 .slick-prev {
  left: -3.125vw;
  background-image: url("../png/prev-4.png");
}
.about_intro .section4 .slick-next {
  right: -3.125vw;
  background-image: url("../png/next-4.png");
}
.about_intro .section5 {
  font-size: 0;
}
.about_intro .section5 .item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.about_intro .section5 .item .img_block {
  overflow: hidden;
}
.about_intro .section5 .item .img_block img {
  display: block;
  width: 100%;
}
.about_intro .section5 .item .txt_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 6vw;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.about_intro .section5 .item .txt_block h3 {
  font-size: 36px;
  color: #fff;
}
.about_intro .section5 .item .txt_block h3:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 15px auto;
}
.about_intro .section5 .item .txt_block p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.about_intro .section5 .item .txt_block:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about_intro .section5 .item.active .txt_block {
  background-color: rgba(0, 123, 199, 0.9);
}
.about_intro .section5 .item.active .txt_block:after {
  opacity: 1;
}
.about_intro .section6 {
  padding: 4.5vw 0 6vw;
  overflow: hidden;
}
.about_intro .section6 .inner_tit {
  font-weight: normal;
}
.about_intro .section6 .para {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  text-align: center;
  margin-top: 15px;
}
.about_intro .section6 .cont {
  position: relative;
}
.about_intro .section6 .line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about_intro .section6 .line img {
  display: block;
  width: 200vw;
  margin-left: -16vw;
}
.about_intro .section6 .line img:nth-of-type(1) {
  -webkit-animation: wave1 10s ease-in-out alternate infinite;
  -moz-animation: wave1 10s ease-in-out alternate infinite;
  -ms-animation: wave1 10s ease-in-out alternate infinite;
  animation: wave1 10s ease-in-out alternate infinite;
}
.about_intro .section6 .line img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: wave2 10s ease-in-out alternate infinite;
  -moz-animation: wave2 10s ease-in-out alternate infinite;
  -ms-animation: wave2 10s ease-in-out alternate infinite;
  animation: wave2 10s ease-in-out alternate infinite;
}
.about_intro .section6 .main {
  position: relative;
  margin: 7vw auto;
  width: 410px;
  height: 410px;
  z-index: 2;
}
.about_intro .section6 .main .ring {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .3;
}
.about_intro .section6 .main .ring span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #007bc7;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: ringScale 1.5s linear infinite;
  -moz-animation: ringScale 1.5s linear infinite;
  -ms-animation: ringScale 1.5s linear infinite;
  animation: ringScale 1.5s linear infinite;
}
.about_intro .section6 .main .ring span:nth-of-type(2) {
  animation-delay: .5s;
}
.about_intro .section6 .main .ring span:nth-of-type(3) {
  animation-delay: 1s;
}
.about_intro .section6 .main .txt {
  width: 100%;
  height: 100%;
  border: 4px solid #007bc7;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.about_intro .section6 .main .txt span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  font-size: 36px;
  color: #333;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about_intro .section6 .main .dot {
  position: absolute;
  border-radius: 50%;
  z-index: 3;
  -webkit-animation: ringMove 3s linear infinite;
  -moz-animation: ringMove 3s linear infinite;
  -ms-animation: ringMove 3s linear infinite;
  animation: ringMove 3s linear infinite;
}
.about_intro .section6 .main .dot:nth-of-type(1), .about_intro .section6 .main .dot:nth-of-type(2), .about_intro .section6 .main .dot:nth-of-type(3) {
  width: 200px;
  height: 200px;
  text-align: center;
}
.about_intro .section6 .main .dot:nth-of-type(1) span, .about_intro .section6 .main .dot:nth-of-type(2) span, .about_intro .section6 .main .dot:nth-of-type(3) span {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.about_intro .section6 .main .dot:nth-of-type(1) {
  background-color: #007bc7;
  left: -340px;
  top: 180px;
}
.about_intro .section6 .main .dot:nth-of-type(2) {
  background-color: #99cae9;
  left: 50px;
  top: 280px;
  animation-delay: .9s;
}
.about_intro .section6 .main .dot:nth-of-type(3) {
  background-color: #3395d2;
  left: 520px;
  top: 85px;
  animation-delay: .2s;
}
.about_intro .section6 .main .dot:nth-of-type(4) {
  width: 30px;
  height: 30px;
  background-color: #6dabde;
  left: -430px;
  top: 160px;
  animation-delay: 1.5s;
}
.about_intro .section6 .main .dot:nth-of-type(5) {
  width: 60px;
  height: 60px;
  background-color: #00acee;
  left: -110px;
  top: 200px;
  animation-delay: .5s;
}
.about_intro .section6 .main .dot:nth-of-type(6) {
  width: 23px;
  height: 23px;
  background-color: #88abda;
  left: 450px;
  top: 325px;
  animation-delay: .8s;
}
.about_intro .section6 .main .dot:nth-of-type(7) {
  width: 76px;
  height: 76px;
  background-color: #88abda;
  left: 810px;
  top: 240px;
  animation-delay: .3s;
}
.about_intro .section7 {
  padding: 12vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about_intro .section7 .inner_tit {
  font-weight: normal;
  color: #fff;
}
.about_intro .section7 .para {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

/* sitemap */
.sitemap_page .section1 {
  padding: 6vw 0;
  border-bottom: 10px solid #f3f3f3;
}
.sitemap_page .section1 .item {
  padding: 2vw 0;
  border-bottom: 1px solid #e6e6e6;
}
.sitemap_page .section1 a.btn {
  display: inline-block;
  vertical-align: middle;
  width: calc((100% - 120px) / 6);
  max-width: 220px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -ms-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
.sitemap_page .section1 h3 a.btn {
  display: block;
  background-color: #007bc7;
  color: #fff;
}
.sitemap_page .section1 .link {
  margin-top: 24px;
  font-size: 0;
}
.sitemap_page .section1 .link a.btn {
  background-color: #e6e6e6;
  margin-right: 24px;
  margin-top: 24px;
  color: #666;
}
@media screen and (min-width: 992px) {
  .sitemap_page .section1 .link a.btn:nth-of-type(1), .sitemap_page .section1 .link a.btn:nth-of-type(2), .sitemap_page .section1 .link a.btn:nth-of-type(3), .sitemap_page .section1 .link a.btn:nth-of-type(4), .sitemap_page .section1 .link a.btn:nth-of-type(5), .sitemap_page .section1 .link a.btn:nth-of-type(6) {
    margin-top: 0;
  }
  .sitemap_page .section1 .link a.btn:nth-of-type(6n) {
    margin-right: 0;
  }
  .sitemap_page .section1 .link a.btn:hover {
    background-color: #007bc7;
    color: #fff;
  }
}
.sitemap_page .section1 .link .txt_box {
  display: inline-block;
  vertical-align: middle;
  margin-left: -24px;
}
.sitemap_page .section1 .link a.txt {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #333;
  margin-left: 4vw;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sitemap_page .section1 .link a.txt:hover {
  color: #007bc7;
}

/* news */
.news_report .section1 {
  padding: 6vw 0;
  background-color: #f7f7f7;
}
.news_report .section1 .items {
  margin-bottom: 3vw;
}

.news_topic .section1 {
  padding: 6vw 0;
  background-color: #f7f7f7;
}
.news_topic .section1 .items {
  margin-bottom: 3vw;
  font-size: 0;
}
.news_topic .section1 .item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .news_topic .section1 .item {
    width: calc(50% - 12px);
    margin: 24px 24px 0 0;
  }
  .news_topic .section1 .item:nth-of-type(1), .news_topic .section1 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .news_topic .section1 .item:nth-of-type(even) {
    margin-right: 0;
  }
}
.news_topic .section1 .item .img_block {
  overflow: hidden;
}
.news_topic .section1 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.news_topic .section1 .item h3 {
  padding: 30px 40px;
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 992px) {
  .news_topic .section1 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news_topic .section1 .item:hover h3 {
    color: #007bc7;
  }
}

.news_impression .section1 {
  padding: 6vw 0;
  background-color: #f7f7f7;
}
.news_impression .section1 .items {
  margin-bottom: 3vw;
  font-size: 0;
}
.news_impression .section1 .item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .news_impression .section1 .item {
    width: calc((100% - 48px) / 3);
    margin: 24px 24px 0 0;
  }
  .news_impression .section1 .item:nth-of-type(1), .news_impression .section1 .item:nth-of-type(2), .news_impression .section1 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .news_impression .section1 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.news_impression .section1 .item .img_block {
  overflow: hidden;
}
.news_impression .section1 .item .txt_block {
  padding: 2vw;
  font-size: 0;
}
.news_impression .section1 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.news_impression .section1 .item h3 {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 32px);
  padding-right: 10px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news_impression .section1 .item span {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-15.png");
}
@media screen and (min-width: 992px) {
  .news_impression .section1 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news_impression .section1 .item:hover h3 {
    color: #007bc7;
  }
}

.news_topic_detail .topic_info {
  font-size: 0;
  background-color: #007bc7;
  padding: 30px 0;
}
.news_topic_detail .topic_info .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.news_topic_detail .topic_info .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.news_topic_detail .section1 {
  padding: 6vw 0 4.5vw;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
}
.news_topic_detail .section1 .txt_block {
  width: 44.45%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 3vw;
}
.news_topic_detail .section1 .img_block {
  width: 55.55%;
  display: inline-block;
  vertical-align: middle;
}
.news_topic_detail .section1 .inner_tit {
  text-align: left;
  font-weight: normal;
}
.news_topic_detail .section1 .para {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
  text-align: justify;
}
.news_topic_detail .section1 img {
  display: block;
  width: 100%;
}
.news_topic_detail .section2 {
  padding: 4.5vw 0;
  border-bottom: 1px solid #e6e6e6;
}
.news_topic_detail .section2 .inner_tit {
  font-weight: normal;
}
.news_topic_detail .section2 .slick {
  margin-top: 40px;
  position: relative;
}
.news_topic_detail .section2 .slick img {
  display: block;
  width: 100%;
}
.news_topic_detail .section2 .slick-arrow {
  width: 22px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news_topic_detail .section2 .slick-arrow.show {
  opacity: 1;
}
.news_topic_detail .section2 .slick-prev {
  left: 40px;
  background-image: url("../png/prev-5.png");
}
.news_topic_detail .section2 .slick-next {
  right: 40px;
  background-image: url("../png/next-5.png");
}
.news_topic_detail .section2 .ope {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 40px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
}
.news_topic_detail .section2 .ope .tit {
  float: left;
}
.news_topic_detail .section2 .ope .num {
  float: right;
  font-family: 'DINPro-Regular';
}
.news_topic_detail .section3 {
  padding: 4.5vw 0;
  border-bottom: 1px solid #e6e6e6;
}
.news_topic_detail .section3 .inner_tit {
  font-weight: normal;
}
.news_topic_detail .section3 .big_slick {
  margin-top: 40px;
}
.news_topic_detail .section3 .big_slick .item {
  position: relative;
}
.news_topic_detail .section3 .big_slick .item img {
  display: block;
  width: 100%;
}
.news_topic_detail .section3 .big_slick .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.news_topic_detail .section3 .big_slick .item a {
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/play-2.png");
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 2;
}
.news_topic_detail .section3 .big_slick .item a:hover {
  background-image: url("../png/play-on-2.png");
}
.news_topic_detail .section3 .small_slick {
  margin: 10px -5px 0;
}
.news_topic_detail .section3 .small_slick .item {
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  background-size: cover;
 background-position: center;
}
.news_topic_detail .section3 .small_slick .item img {
  display: block;
  width: 100%;
      opacity: 0;
}
.news_topic_detail .section3 .small_slick .item h3 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}
.news_topic_detail .section3 .small_slick .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #007bc7;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news_topic_detail .section3 .small_slick .item:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 1;
}
.news_topic_detail .section3 .small_slick .item.slick-current:before {
  opacity: 1;
}
.news_topic_detail .section4 {
  padding: 4.5vw 0;
  border-bottom: 1px solid #e6e6e6;
}
.news_topic_detail .section4 .inner_tit {
  font-weight: normal;
}
.news_topic_detail .section4 .items {
  font-size: 0;
  margin-top: 40px;
}
.news_topic_detail .section4 .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.news_topic_detail .section4 .item a {
  display: block;
  color: #333;
  padding-left: 25px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news_topic_detail .section4 .item a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.news_topic_detail .section4 .item a:hover {
  color: #007bc7;
}
.news_topic_detail .section4 .item h3, .news_topic_detail .section4 .item span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 60px;
}
.news_topic_detail .section4 .item h3 {
  width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_topic_detail .section4 .item span {
  width: 120px;
  text-align: right;
  font-family: 'DINPro-Regular';
}
@media screen and (min-width: 992px) {
  .news_topic_detail .section4 .item:nth-of-type(odd) {
    padding-right: 40px;
    border-right: 1px solid #e6e6e6;
  }
  .news_topic_detail .section4 .item:nth-of-type(even) {
    padding-left: 40px;
  }
}
.news_topic_detail .section5 {
  padding: 4.5vw 0 6vw;
  border-bottom: 10px solid #f3f3f3;
}
.news_topic_detail .section5 .inner_tit {
  font-weight: normal;
}
.news_topic_detail .section5 .items {
  font-size: 0;
  margin-top: 40px;
}
.news_topic_detail .section5 .item {
  display: inline-block;
  vertical-align: top;
  height: 80px;
  border: 1px solid #e6e6e6;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .news_topic_detail .section5 .item {
    width: calc((100% - 120px) / 6);
    margin: 24px 24px 0 0;
  }
  .news_topic_detail .section5 .item:nth-of-type(1), .news_topic_detail .section5 .item:nth-of-type(2), .news_topic_detail .section5 .item:nth-of-type(3), .news_topic_detail .section5 .item:nth-of-type(4), .news_topic_detail .section5 .item:nth-of-type(5), .news_topic_detail .section5 .item:nth-of-type(6) {
    margin-top: 0;
  }
  .news_topic_detail .section5 .item:nth-of-type(6n) {
    margin-right: 0;
  }
}
.news_topic_detail .section5 .item img {
  width: auto;
  max-width: 70%;
  max-height: 70%;
}
@media screen and (min-width: 992px) {
  .news_topic_detail .section5 .item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
}

.news_detail .section1 {
  padding: 4.5vw 0 6vw;
  font-size: 0;
  border-bottom: 10px solid #f3f3f3;
}
.news_detail .left_block {
  width: 68%;
  display: inline-block;
  vertical-align: top;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
.news_detail .left_block .top_block {
  padding-bottom: 2vw;
  border-bottom: 1px solid #e6e6e6;
}
.news_detail .left_block .top_block h3 {
  font-size: 32px;
  color: #333;
}
.news_detail .left_block .top_block .info {
  margin-top: 10px;
  font-size: 0;
}
.news_detail .left_block .top_block .info span {
  font-size: 16px;
  color: #808080;
  margin-left: 2vw;
}
.news_detail .left_block .top_block .info span:nth-of-type(1) {
  margin-left: 0;
}
.news_detail .left_block .cont_box {
  margin-top: 2vw;
  font-size: 16px;
  line-height: 28px;
  color: #808080;
}
.news_detail .left_block .cont_box p {
  text-indent: 2em;
}
.news_detail .left_block .cont_box img {
  max-width: 100%;
  margin: 0 auto;
}
.news_detail .left_block .back_btn {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #cbebff;
  border-radius: 50%;
  margin: 3vw auto 0;
  text-align: center;
}
.news_detail .left_block .back_btn span {
  display: block;
  font-size: 14px;
  color: #007bc7;
}
.news_detail .left_block .back_btn span:before {
  content: '';
  width: 32px;
  height: 24px;
  display: block;
  margin: 0 auto 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/return.png");
}
.news_detail .left_block .other_block {
  margin-top: 3vw;
}
.news_detail .left_block .other_block .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
  padding: 20px 30px;
  border: 1px solid #e6e6e6;
  border-top-width: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_detail .left_block .other_block .item:last-of-type {
  margin-left: 24px;
}
.news_detail .left_block .other_block .item span {
  font-size: 18px;
  color: #333;
}
.news_detail .left_block .other_block .item a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  height: 48px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .news_detail .left_block .other_block .item:hover {
    border-top-color: #007bc7;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .news_detail .left_block .other_block .item:hover a {
    color: #007bc7;
  }
}
.news_detail .right_block {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
}
.news_detail .right_block h3 {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}
.news_detail .right_block a.link {
  display: block;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  padding-left: 25px;
  position: relative;
}
.news_detail .right_block a.link:hover {
  color: #007bc7;
}
.news_detail .right_block a.link:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #333;
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%;
}
.news_detail .right_block a.more {
  display: block;
  line-height: 60px;
  background: #007bc7;
  font-size: 16px;
  color: #fff;
  padding-left: 24px;
  position: relative;
}
.news_detail .right_block a.more:after {
  content: '';
  width: 15px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../png/icon-16.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_detail .right_block a.more:hover:after {
  right: 30px;
}

/* contact */
.contact_page .section1 {
  padding: 4.5vw 0 6vw;
  border-bottom: 10px solid #f3f3f3;
}
.contact_page .section1 .items {
  font-size: 0;
  display: flex;
}
.contact_page .section1 .item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
}
@media screen and (min-width: 992px) {
  .contact_page .section1 .item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    padding: 3vw 2vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contact_page .section1 .item:last-of-type {
    margin-right: 0;
  }
}
.contact_page .section1 .item h3 {
  font-size: 24px;
  color: #007bc7;
  line-height: 1;
}
.contact_page .section1 .item h3:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #007bc7;
  display: block;
  margin-top: 24px;
}
.contact_page .section1 .item p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .contact_page .section1 .item:hover {
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.contact_page .section1 .info {
  margin-top: 24px;
  font-size: 0;
}
.contact_page .section1 .info .box {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  height: 120px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contact_page .section1 .info .box {
    width: calc(50% - 12px);
  }
}
.contact_page .section1 .info .box h3 {
  font-size: 16px;
  color: #808080;
}
.contact_page .section1 .info .box p {
  font-size: 40px;
  color: #007bc7;
  line-height: 1;
  font-family: 'DINPro-Regular';
  margin-top: 5px;
}
.contact_page .section1 .info a {
  margin-left: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_page .section1 .info a span {
  font-size: 24px;
  color: #007bc7;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contact_page .section1 .info a span:before {
  content: '';
  width: 27px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-17.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 15px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_page .section1 .info a:hover {
  background-color: #007bc7;
  border-color: #007bc7;
  box-shadow: 0 10px 30px rgba(0, 123, 199, 0.3);
}
.contact_page .section1 .info a:hover span {
  color: #fff;
}
.contact_page .section1 .info a:hover span:before {
  background-image: url("../png/icon-1-on.png");
}
.contact_page .section1 .form {
  margin-top: 4.5vw;
  background-color: #f7f7f7;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../png/img-1.png");
  padding: 4.5vw 4.5vw 8vw;
}
.contact_page .section1 .form .inner_tit {
  text-align: left;
  font-weight: normal;
}
.contact_page .section1 .form p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
}
.contact_page .section1 .form form {
  margin-top: 2.5vw;
  font-size: 0;
}
.contact_page .section1 .form .f_box {
  margin-top: 24px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .contact_page .section1 .form .f_box:nth-of-type(1), .contact_page .section1 .form .f_box:nth-of-type(2) {
    margin-top: 0;
  }
  .contact_page .section1 .form .f_box.half {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
  }
  .contact_page .section1 .form .f_box.ml {
    margin-left: 24px;
  }
}
.contact_page .section1 .form .f_box img {
  height: 58px;
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
}
.contact_page .section1 .form .f_box input, .contact_page .section1 .form .f_box textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #a6a6a6;
  border: 1px solid #d9d9d9;
  font-family: 'Microsoft YaHei';
}
.contact_page .section1 .form .f_box input {
  height: 60px;
  padding: 0 20px;
}
.contact_page .section1 .form .f_box textarea {
  height: 120px;
  padding: 10px 20px;
}
.contact_page .section1 .form .f_box button {
  width: 100%;
  height: 60px;
  background-color: #007bc7;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

.join_index .inner_banner .item {
  position: relative;
  text-align: center;
}
.join_index .inner_banner .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.join_index .inner_banner .txt h3 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
}
.join_index .inner_banner .txt p {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  height: 64px;
  overflow: hidden;
  margin-top: 30px;
}
.join_index .inner_banner .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 3;
}
.join_index .inner_banner .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 20px;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.join_index .inner_banner .slick-dots li:first-of-type {
  margin-left: 0;
}
.join_index .inner_banner .slick-dots li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.join_index .inner_banner .slick-dots li button {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 9px;
  height: 2px;
  background-color: #007bc7;
}
.join_index .inner_banner .slick-dots li.slick-active button {
  -webkit-animation: line_1 3.3s linear forwards;
  -moz-animation: line_1 3.3s linear forwards;
  -ms-animation: line_1 3.3s linear forwards;
  animation: line_1 3.3s linear forwards;
}
.join_index .section1 {
  padding: 12px;
  font-size: 0;
}
.join_index .section1 a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media screen and (min-width: 992px) {
  .join_index .section1 a {
    width: calc((100% - 24px) / 3);
    margin-left: 12px;
  }
  .join_index .section1 a:first-of-type {
    margin-left: 0;
  }
  .join_index .section1 a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.join_index .section1 img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.join_index .section1 .cell_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.join_index .section1 h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
}
.join_index .section1 h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
}

.join_subnav {
  background-color: #f5f5f5;
}
.join_subnav .links {
  float: left;
  font-size: 0;
}
.join_subnav .links a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #333;
  line-height: 78px;
  border-bottom: 2px solid transparent;
  margin-right: 7vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join_subnav .links a:after {
  content: '';
  width: 1px;
  height: 24px;
  background-color: #d9d9d9;
  position: absolute;
  right: -3.5vw;
  top: 50%;
  margin-top: -12px;
}
.join_subnav .links a:last-of-type {
  margin-right: 0;
}
.join_subnav .links a:last-of-type:after {
  display: none;
}
.join_subnav .links a:hover, .join_subnav .links a.active {
  color: #007bc7;
  border-color: #007bc7;
}
.join_subnav .curr {
  float: right;
  font-size: 0;
  padding: 20px 0;
}
.join_subnav .curr a {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  border-radius: 18px;
  background-color: #fff;
  text-align: center;
  margin-left: 24px;
  border: 2px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join_subnav .curr a:hover, .join_subnav .curr a.active {
  background-color: #007bc7;
  color: #fff;
  border-color: transparent;
}
.join_subnav.pos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.join_subnav.pos .links a {
  color: #fff;
}
.join_subnav.pos .links a:after {
  background-color: #fff;
}
.join_subnav.pos .curr a {
  border-color: transparent;
}

.join_1 .inner_tit {
  font-weight: normal;
}
.join_1 .para {
  font-size: 18px;
  line-height: 2;
  color: #808080;
  max-width: 1200px;
  margin: 40px auto;
  text-align: center;
}
.join_1 .section1 {
  padding: 4.5vw 0 6vw;
}
.join_1 .section1 .items {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.join_1 .section1 .item {
  display: inline-block;
  vertical-align: top;
}
.join_1 .section1 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.join_1 .section1 .item:nth-of-type(1) {
  width: 40%;
}
.join_1 .section1 .item:nth-of-type(2) {
  width: 58%;
  margin-left: 2%;
}
.join_1 .section1 .item:nth-of-type(3), .join_1 .section1 .item:nth-of-type(4), .join_1 .section1 .item:nth-of-type(5) {
  width: 32%;
  margin-top: 2%;
}
.join_1 .section1 .item:nth-of-type(4), .join_1 .section1 .item:nth-of-type(5) {
  margin-left: 2%;
}
.join_1 .section1 .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.join_1 .section2 {
  padding: 6vw 0;
  background-color: #f5f5f5;
}
.join_1 .section2 .items {
  font-size: 0;
  display: flex;
}
.join_1 .section2 .item {
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 2.5vw 3.5vw;
}
@media screen and (min-width: 992px) {
  .join_1 .section2 .item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .join_1 .section2 .item:last-of-type {
    margin-right: 0;
  }
}
.join_1 .section2 .item:nth-of-type(1) {
  background-image: url("../jpg/img-21.jpg");
}
.join_1 .section2 .item:nth-of-type(2) {
  background-image: url("../jpg/img-22.jpg");
}
.join_1 .section2 .item:nth-of-type(3) {
  background-image: url("../jpg/img-23.jpg");
}
.join_1 .section2 .item p {
  font-size: 18px;
  line-height: 2;
  color: #808080;
}
@media screen and (min-width: 992px) {
  .join_1 .section2 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.join_1 .section3 {
  padding: 6vw 0;
  border-bottom: 10px solid #f3f3f3;
}
.join_1 .section3 .items {
  font-size: 0;
}
.join_1 .section3 .item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
}
@media screen and (min-width: 992px) {
  .join_1 .section3 .item {
    width: calc((100% - 72px) / 4);
    margin: 24px 24px 0 0;
  }
  .join_1 .section3 .item:nth-of-type(1), .join_1 .section3 .item:nth-of-type(2), .join_1 .section3 .item:nth-of-type(3), .join_1 .section3 .item:nth-of-type(4) {
    margin-top: 0;
  }
  .join_1 .section3 .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.join_1 .section3 .item .txt_block {
  padding: 20px 24px;
}
.join_1 .section3 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.join_1 .section3 .item .date {
  font-size: 16px;
  color: #808080;
  line-height: 1;
  font-family: 'DINPro-Regular';
}
.join_1 .section3 .item h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  height: 48px;
  margin: 15px 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.join_1 .section3 .item p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  height: 72px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .join_1 .section3 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .join_1 .section3 .item:hover h3 {
    color: #007bc7;
  }
}
.join_1 .section3 .more {
  margin-top: 40px;
}
.join_1 .section3 .more a {
  display: block;
  margin: 0 auto;
  width: 180px;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  background-color: #007bc7;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join_1 .section3 .more a:after {
  content: '';
  width: 9px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-18.png");
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.join_1 .section3 .more a:hover {
  box-shadow: 0 10px 30px rgba(0, 123, 199, 0.3);
}
.join_1 .section3 .more a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.join_2 .section1 {
  padding: 4.5vw 0 6vw;
  border-bottom: 10px solid #f3f3f3;
}
.join_2 .search_box {
  font-size: 0;
}
.join_2 .search_box .inner_tit {
  width: 55.56%;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
.join_2 .search_box form {
  width: 44.44%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.join_2 .search_box form input {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #808080;
  padding: 0 20px;
}
.join_2 .search_box form button {
  width: 140px;
  height: 60px;
  background-color: #007bc7;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.join_2 .filter_box {
  border: 1px solid #e6e6e6;
  margin-top: 40px;
}
.join_2 .filter_box .item {
  position: relative;
  padding-left: 182px;
  border-top: 1px solid #e6e6e6;
}
.join_2 .filter_box .item:first-of-type {
  border: none;
}
.join_2 .filter_box .item .head_t {
  width: 180px;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  background-color: #f5f5f5;
  text-align: center;
}
.join_2 .filter_box .item .head_t span {
  display: inline-block;
  font-size: 20px;
  color: #333;
  width: 84px;
  text-align-last: justify;
}
.join_2 .filter_box .item .a_link {
  border-left: 1px solid #e6e6e6;
  padding: 10px 36px;
  font-size: 0;
}
.join_2 .filter_box .item .a_link a {
  display: inline-block;
  vertical-align: top;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 0 25px;
  margin: 5px 2.5vw 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join_2 .filter_box .item .a_link a:hover, .join_2 .filter_box .item .a_link a.active {
  background-color: #007bc7;
  color: #fff;
}
.join_2 .cont_box {
  margin-top: 3vw;
}
.join_2 .cont_box .tip {
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.join_2 .rec_list {
  font-size: 0;
  margin: 24px 0 3vw;
}
.join_2 .rec_list .item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  padding: 0 2vw;
}
@media screen and (min-width: 992px) {
  .join_2 .rec_list .item {
    width: calc((100% - 48px) / 3);
    margin: 24px 24px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .join_2 .rec_list .item:nth-of-type(1), .join_2 .rec_list .item:nth-of-type(2), .join_2 .rec_list .item:nth-of-type(3) {
    margin-top: 0;
  }
  .join_2 .rec_list .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.join_2 .rec_list .item .top_box {
  padding: 2vw 0;
}
.join_2 .rec_list .item h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.join_2 .rec_list .item .info {
  font-size: 0;
  margin-top: 3vw;
}
.join_2 .rec_list .item .info span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #808080;
  line-height: 24px;
  margin-left: 3vw;
}
.join_2 .rec_list .item .info .addr {
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../png/icon-19.png");
  margin-left: 0;
}
.join_2 .rec_list .item .date {
  font-size: 20px;
  color: #808080;
  line-height: 24px;
  font-family: 'DINPro-Regular';
  margin-top: 1vw;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../png/icon-20.png");
}
.join_2 .rec_list .item .bot_box {
  padding: 1.5vw 0;
  border-top: 1px solid #e6e6e6;
}
.join_2 .rec_list .item .bot_box a {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 1vw);
  font-size: 16px;
  line-height: 36px;
  color: #808080;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join_2 .rec_list .item .bot_box a:nth-of-type(2) {
  margin-left: 2vw;
}
.join_2 .rec_list .item .bot_box a:hover {
  border-color: #007bc7;
  background-color: #007bc7;
  color: #fff;
}
.join_2 .rec_list .item .hide {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .join_2 .rec_list .item:hover {
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}

.join_3 .inner_tit {
  font-weight: normal;
}
.join_3 .section1 {
  padding: 4.5vw 0;
}
.join_3 .section1 .items {
  font-size: 0;
  margin: 40px -12px 0;
  padding-bottom: 4vw;
}
.join_3 .section1 .item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .join_3 .section1 .item {
    width: calc((100% - 78px) / 4);
    margin: 0 12px;
  }
}
.join_3 .section1 .item .img_block {
  overflow: hidden;
}
.join_3 .section1 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.join_3 .section1 .item h3 {
  padding: 24px 24px 0;
  font-size: 18px;
  line-height: 1;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .join_3 .section1 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.join_3 .section1 .slick-dots {
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
}
.join_3 .section1 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c2c3c5;
  margin: 0 8px;
  cursor: pointer;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join_3 .section1 .slick-dots li.slick-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #007bc7;
}
.join_3 .section1 .slick-dots button {
  display: none;
}
.join_3 .section1 .btn {
  position: absolute;
  bottom: -5px;
  width: 12px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}
.join_3 .section1 .btn.prev {
  background-image: url("../png/prev-1.png");
}
.join_3 .section1 .btn.prev:hover {
  background-image: url("../png/prev-2.png");
}
.join_3 .section1 .btn.next {
  background-image: url("../png/next-1.png");
}
.join_3 .section1 .btn.next:hover {
  background-image: url("../png/next-2.png");
}
.join_3 .section2 {
  background-color: #f5f5f5;
  padding: 4.5vw 0 6vw;
}
.join_3 .section2 .items {
  font-size: 0;
  margin-top: 40px;
}
.join_3 .section2 .items a {
  display: inline-block;
  vertical-align: top;
  padding: 3.5vw 0;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .join_3 .section2 .items a {
    width: calc((100% - 72px) / 4);
    margin: 24px 24px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .join_3 .section2 .items a:nth-of-type(1), .join_3 .section2 .items a:nth-of-type(2), .join_3 .section2 .items a:nth-of-type(3), .join_3 .section2 .items a:nth-of-type(4) {
    margin-top: 0;
  }
  .join_3 .section2 .items a:nth-of-type(4n) {
    margin-right: 0;
  }
}
.join_3 .section2 .items a i {
  display: block;
  height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.join_3 .section2 .items a h3 {
  font-size: 24px;
  line-height: 1;
  color: #333;
  margin-top: 20px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.join_3 .section2 .items a h4 {
  font-size: 12px;
  line-height: 1;
  color: #808080;
  margin-top: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.join_3 .section2 .items a:nth-of-type(1) i {
  background-image: url("../png/icon-2-1.png");
}
@media screen and (min-width: 992px) {
  .join_3 .section2 .items a:nth-of-type(1):hover i {
    background-image: url("../png/icon-2-1-on.png");
  }
}
.join_3 .section2 .items a:nth-of-type(2) i {
  background-image: url("../png/icon-2-2.png");
}
@media screen and (min-width: 992px) {
  .join_3 .section2 .items a:nth-of-type(2):hover i {
    background-image: url("../png/icon-2-2-on.png");
  }
}
.join_3 .section2 .items a:nth-of-type(3) i {
  background-image: url("../png/icon-2-3.png");
}
@media screen and (min-width: 992px) {
  .join_3 .section2 .items a:nth-of-type(3):hover i {
    background-image: url("../png/icon-2-3-on.png");
  }
}
.join_3 .section2 .items a:nth-of-type(4) i {
  background-image: url("../png/icon-2-4.png");
}
@media screen and (min-width: 992px) {
  .join_3 .section2 .items a:nth-of-type(4):hover i {
    background-image: url("../png/icon-2-4-on.png");
  }
}
.join_3 .section2 .items a:nth-of-type(5) i {
  background-image: url("../png/icon-2-5.png");
}
@media screen and (min-width: 992px) {
  .join_3 .section2 .items a:nth-of-type(5):hover i {
    background-image: url("../png/icon-2-5-on.png");
  }
}
.join_3 .section2 .items a:nth-of-type(6) i {
  background-image: url("../png/icon-2-6.png");
}
@media screen and (min-width: 992px) {
  .join_3 .section2 .items a:nth-of-type(6):hover i {
    background-image: url("../png/icon-2-6-on.png");
  }
}
.join_3 .section2 .items a:nth-of-type(7) i {
  background-image: url("../png/icon-2-7.png");
}
@media screen and (min-width: 992px) {
  .join_3 .section2 .items a:nth-of-type(7):hover i {
    background-image: url("../png/icon-2-7-on.png");
  }
}
.join_3 .section2 .items a:nth-of-type(8) i {
  background-image: url("../png/icon-2-8.png");
}
@media screen and (min-width: 992px) {
  .join_3 .section2 .items a:nth-of-type(8):hover i {
    background-image: url("../png/icon-2-8-on.png");
  }
}
@media screen and (min-width: 992px) {
  .join_3 .section2 .items a:hover {
    background-color: #007bc7;
    box-shadow: 0 10px 30px rgba(0, 123, 199, 0.4);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .join_3 .section2 .items a:hover h3 {
    color: #fff;
  }
  .join_3 .section2 .items a:hover h4 {
    color: rgba(255, 255, 255, 0.5);
  }
}
.join_3 .section2 .more {
  margin-top: 40px;
}
.join_3 .section2 .more a {
  display: block;
  margin: 0 auto;
  width: 180px;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  background-color: #007bc7;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join_3 .section2 .more a:after {
  content: '';
  width: 9px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-18.png");
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.join_3 .section2 .more a:hover {
  box-shadow: 0 10px 30px rgba(0, 123, 199, 0.3);
}
.join_3 .section2 .more a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.recruit_popups {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  display: none;
}
.recruit_popups .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.recruit_popups .close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/close.png");
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  cursor: pointer;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.recruit_popups .wrapper {
  background-color: #fff;
}
.recruit_popups .cell_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.recruit_popups .pop_item {
  padding: 8vh 6vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #007bc7;
  background-image: url("../jpg/img-32.jpg");
  background-size: 100% auto;
}
.recruit_popups .pop_item .tit {
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
.recruit_popups .pop_item .s_span {
  font-size: 0;
  margin-top: 2vw;
}
.recruit_popups .pop_item .s_span span {
  display: inline-block;
  vertical-align: top;
  width: 21.333%;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recruit_popups .pop_item .s_span span:nth-of-type(4n-3) {
  width: 36%;
}
.recruit_popups .boxes {
  padding: 4.5vh 2vw 10vh 6vw;
}
.recruit_popups .scroll {
  padding-right: 4vw;
  max-height: 36vh;
  overflow: auto;
}
.recruit_popups .box {
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
}
.recruit_popups .box:first-of-type {
  border: none;
}
.recruit_popups .box h4 {
  font-size: 24px;
  color: #333;
  line-height: 1;
}
.recruit_popups .box .para {
  font-size: 14px;
  line-height: 36px;
  color: #808080;
  margin-top: 15px;
}
.recruit_popups .box .para a {
  color: #007bc7;
}
.recruit_popups a.apply {
  display: block;
  width: 25vw;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background-color: #007bc7;
}

.chain_page .inner_tit {
  font-weight: normal;
}
.chain_page .section1 {
  padding: 4.5vw 0 6vw;
}
.chain_page .section1 .items {
  font-size: 0;
  margin-top: 40px;
}
.chain_page .section1 .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media screen and (min-width: 992px) {
  .chain_page .section1 .item {
    width: calc((100% - 48px) / 3);
    margin: 3vw 24px 0 0;
  }
  .chain_page .section1 .item:nth-of-type(1), .chain_page .section1 .item:nth-of-type(2), .chain_page .section1 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .chain_page .section1 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.chain_page .section1 .item:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #e6e6e6;
}
.chain_page .section1 .item:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #007bc7;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.chain_page .section1 .item .txt_block {
  padding: 30px;
}
.chain_page .section1 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.chain_page .section1 .item h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
}
.chain_page .section1 .item p {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  height: 72px;
  overflow: hidden;
  margin-top: 20px;
}
.chain_page .section1 .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.chain_page .section1 .item:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.chain_page .section2 {
  background-color: #f5f5f5;
  padding: 6vw 0;
}
.chain_page .section2 .cont {
  margin-top: 3vw;
  height: auto;
}
.chain_page .section2 .cont:after {
  content: '';
  display: block;
  clear: both;
}
.chain_page .section2 .left_cont {
  width: calc(100% - 400px);
  float: left;
  height: 100%;
  text-align: center;
}
.chain_page .section2 .left_cont img {
  width: auto;
  max-width: 98%;
}
.chain_page .section2 .right_cont {
  width: 400px;
  float: right;
  height: 100%;
  position: relative;
}
.chain_page .section2 .right_cont h3 {
  font-size: 18px;
  color: #333;
}
.chain_page .section2 .right_cont .tel {
  font-size: 36px;
  color: #007bc7;
  line-height: 1;
  font-family: 'DINPro-Regular';
  margin-top: 15px;
}
.chain_page .section2 .right_cont .select {
  position: relative;
  margin-top: 30px;
}
.chain_page .section2 .right_cont .select input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #808080;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.chain_page .section2 .right_cont .select:after {
  content: '';
  width: 18px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-21.png");
  z-index: 3;
}
.chain_page .section2 .right_cont .select ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 123, 199, 0.1);
  border-top: 1px solid #f5f5f5;
  z-index: 1;
  display: none;
      height: 300px;
    overflow-y: scroll;
}
.chain_page .section2 .right_cont .select ul li {
  font-size: 16px;
  color: #808080;
  line-height: 50px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.chain_page .section2 .right_cont .select ul li:hover {
  background: #007bc7;
  color: #fff;
}
.chain_page .section2 .right_cont .select.open {
  z-index: 2;
}
.chain_page .section2 .right_cont .select.open ul {
  display: block;
}
.chain_page .section2 .right_cont .branch {
  margin-top: 24px;
  font-size: 0;
}
.chain_page .section2 .right_cont .branch .img {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}
.chain_page .section2 .right_cont .branch .img img {
  display: block;
  width: 100%;
}
.chain_page .section2 .right_cont .branch .txt {
  width: calc(100% - 160px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.chain_page .section2 .right_cont .branch .txt .name {
  font-size: 16px;
  color: #333;
}
.chain_page .section2 .right_cont .branch .txt p {
  font-size: 16px;
  color: #808080;
  margin-top: 5px;
}
.chain_page .section2 .right_cont .tip {
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
.chain_page .section2 .right_cont .lists {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 350px;
  overflow: auto;
  padding-right: 20px;
  height: 300px;
}
.chain_page .section2 .right_cont .lists .list {
  padding-top: 30px;
}
.chain_page .section2 .right_cont .lists .list h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.chain_page .section2 .right_cont .lists .list p {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  margin-top: 10px;
}

/* investor */
.investor_subnav {
  text-align: center;
  font-size: 0;
}
.investor_subnav a {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  font-size: 20px;
  line-height: 56px;
  color: #333;
  border: 2px solid #e6e6e6;
  margin: 0 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.investor_subnav a:hover, .investor_subnav a.active {
  background-color: #007bc7;
  color: #fff;
  border-color: #007bc7;
}

.investor_report .section1 {
  padding-bottom: 6vw;
  border-bottom: 10px solid #f3f3f3;
}
.investor_report .section1 .block {
  padding-top: 4.5vw;
}
.investor_report .section1 .year {
  font-family: 'DINPro-Regular';
  font-weight: normal;
  text-align: left;
}
.investor_report .section1 .items {
  margin-top: 40px;
  font-size: 0;
}
.investor_report .section1 .item {
  display: inline-block;
  vertical-align: top;
  border-bottom: 4px solid #005b94;
  position: relative;
}
@media screen and (min-width: 992px) {
  .investor_report .section1 .item {
    width: calc((100% - 48px) / 3);
    margin: 24px 24px 0 0;
  }
  .investor_report .section1 .item:nth-of-type(1), .investor_report .section1 .item:nth-of-type(2), .investor_report .section1 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .investor_report .section1 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.investor_report .section1 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.investor_report .section1 .item .txt {
  padding: 0 2vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.investor_report .section1 .item .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.investor_report .section1 .item .txt h4 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .investor_report .section1 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.investor_bulletin .section1 {
  padding: 4.5vw 0 6vw;
  border-bottom: 10px solid #f3f3f3;
}
.investor_bulletin .section1 .items {
  margin-bottom: 3vw;
}
.investor_bulletin .section1 .items a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.investor_bulletin .section1 .items a h3, .investor_bulletin .section1 .items a span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 80px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.investor_bulletin .section1 .items a h3 {
  width: calc(100% - 180px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.investor_bulletin .section1 .items a span {
  width: 180px;
  text-align: right;
  font-family: 'DINPro-Regular';
}
@media screen and (min-width: 992px) {
  .investor_bulletin .section1 .items a:hover {
    border-color: #007bc7;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.investor_govern .section1 {
  padding: 4.5vw 0 6vw;
  border-bottom: 10px solid #f3f3f3;
}
.investor_govern .cont_box_1 {
  margin-top: 5vw;
}
.investor_govern .cont_box_1 .inner_tit {
  font-weight: normal;
}
.investor_govern .cont_box_1 .img_box {
  margin-top: 40px;
}
.investor_govern .cont_box_1 .img_box img {
  display: block;
  width: 80%;
  max-width: 1128px;
  margin: 0 auto;
}
.investor_govern .cont_box_2 {
  margin-top: 3vw;
}
.investor_govern .cont_box_2 .items {
  margin-bottom: 3vw;
  font-size: 0;
}
.investor_govern .cont_box_2 .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
}
@media screen and (min-width: 992px) {
  .investor_govern .cont_box_2 .item {
    width: calc(50% - 12px);
    margin: 24px 24px 0 0;
  }
  .investor_govern .cont_box_2 .item:nth-of-type(1), .investor_govern .cont_box_2 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .investor_govern .cont_box_2 .item:nth-of-type(even) {
    margin-right: 0;
  }
}
.investor_govern .cont_box_2 .item .img_block {
  width: 42%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.investor_govern .cont_box_2 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.investor_govern .cont_box_2 .item .txt_block {
  width: 58%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 2vw;
}
.investor_govern .cont_box_2 .item h3 {
  font-size: 32px;
  line-height: 1;
  color: #333;
}
.investor_govern .cont_box_2 .item p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
  height: 192px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .investor_govern .cont_box_2 .item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.investor_govern .cont_box_3 {
  margin-top: 3vw;
}
.investor_govern .cont_box_3 .items {
  margin-bottom: 3vw;
}
.investor_govern .cont_box_3 .items a {
  display: block;
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 0 40px;
  font-size: 0;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.investor_govern .cont_box_3 .items a:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .investor_govern .cont_box_3 .items a:hover {
    background-color: #007bc7;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.investor_govern .cont_box_3 .items h3, .investor_govern .cont_box_3 .items span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 90px;
}
.investor_govern .cont_box_3 .items h3 {
  width: calc(100% - 180px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.investor_govern .cont_box_3 .items span {
  width: 180px;
  text-align: right;
  font-family: 'DINPro-Regular';
}

.investor_service .section1 {
  padding: 4.5vw 0 6vw;
  border-bottom: 10px solid #f3f3f3;
}
.investor_service .cont_box_1 {
  margin-top: 3vw;
}
.investor_service .cont_box_1 .items {
  font-size: 0;
  display: flex;
}
.investor_service .cont_box_1 .items .item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
}
@media screen and (min-width: 992px) {
  .investor_service .cont_box_1 .items .item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    padding: 2vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .investor_service .cont_box_1 .items .item:last-of-type {
    margin-right: 0;
  }
}
.investor_service .cont_box_1 .items .item h3, .investor_service .cont_box_1 .items .item h4 {
  font-size: 24px;
  line-height: 1;
}
.investor_service .cont_box_1 .items .item h3 {
  color: #007bc7;
}
.investor_service .cont_box_1 .items .item h3:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #007bc7;
  display: block;
  margin-top: 24px;
}
.investor_service .cont_box_1 .items .item h4 {
  color: #333;
  margin-top: 20px;
}
.investor_service .cont_box_1 .items .item p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .investor_service .cont_box_1 .items .item:hover {
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.investor_service .cont_box_1 .form {
  margin-top: 4.5vw;
  background-color: #f7f7f7;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../png/img-1.png");
  padding: 4.5vw 4.5vw 8vw;
}
.investor_service .cont_box_1 .form .inner_tit {
  text-align: left;
  font-weight: normal;
}
.investor_service .cont_box_1 .form p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
}
.investor_service .cont_box_1 .form form {
  margin-top: 2.5vw;
  font-size: 0;
}
.investor_service .cont_box_1 .form .f_box {
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .investor_service .cont_box_1 .form .f_box {
    width: calc((100% - 48px) / 3);
  }
  .investor_service .cont_box_1 .form .f_box:nth-of-type(1), .investor_service .cont_box_1 .form .f_box:nth-of-type(2), .investor_service .cont_box_1 .form .f_box:nth-of-type(3) {
    margin-top: 0;
  }
  .investor_service .cont_box_1 .form .f_box:last-of-type {
    width: calc(66.66% - 8px);
  }
  .investor_service .cont_box_1 .form .f_box.ml {
    margin-left: 24px;
  }
}
.investor_service .cont_box_1 .form .f_box img {
  height: 58px;
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
}
.investor_service .cont_box_1 .form .f_box input, .investor_service .cont_box_1 .form .f_box textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #a6a6a6;
  border: 1px solid #d9d9d9;
  font-family: 'Microsoft YaHei';
}
.investor_service .cont_box_1 .form .f_box input {
  height: 60px;
  padding: 0 20px;
}
.investor_service .cont_box_1 .form .f_box textarea {
  height: 120px;
  padding: 10px 20px;
}
.investor_service .cont_box_1 .form .f_box button {
  width: 100%;
  height: 60px;
  background-color: #007bc7;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
.investor_service .cont_box_2 {
  margin-top: 3vw;
}
.investor_service .cont_box_2 .items {
  margin-bottom: 3vw;
  font-size: 0;
}
.investor_service .cont_box_2 .item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .investor_service .cont_box_2 .item {
    width: calc((100% - 48px) / 3);
    margin: 3vw 24px 0 0;
  }
  .investor_service .cont_box_2 .item:nth-of-type(1), .investor_service .cont_box_2 .item:nth-of-type(2), .investor_service .cont_box_2 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .investor_service .cont_box_2 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.investor_service .cont_box_2 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.investor_service .cont_box_2 .item h3 {
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 24px 24px 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 992px) {
  .investor_service .cont_box_2 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .investor_service .cont_box_2 .item:hover h3 {
    color: #007bc7;
  }
}

/* consumer */
.consumer_service .section1 {
  padding: 6vw 0;
}
.consumer_service .section1 .items {
  font-size: 0;
  display: flex;
}
.consumer_service .section1 .item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  padding: 2.5vw;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .consumer_service .section1 .item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  .consumer_service .section1 .item:last-of-type {
    margin-right: 0;
  }
}
.consumer_service .section1 .item h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
}
.consumer_service .section1 .item .tel {
  font-size: 42px;
  line-height: 42px;
  color: #007bc7;
  font-family: 'DINPro-Regular';
  margin-top: 15px;
}
.consumer_service .section1 .item .email {
  font-size: 24px;
  font-family: 'Arial';
  color: #007bc7;
  line-height: 42px;
  margin-top: 15px;
}
.consumer_service .section1 .item p {
  font-size: 20px;
  color: #007bc7;
  margin-top: 15px;
}
.consumer_service .section1 .item a {
  display: block;
  margin: 24px auto 0;
  width: 180px;
  line-height: 54px;
  font-size: 16px;
  color: #fff;
  background-color: #007bc7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_service .section1 .item a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 123, 199, 0.3);
}
.consumer_service .section2 {
  padding-bottom: 6vw;
  border-bottom: 10px solid #f3f3f3;
}
.consumer_service .section2 .inner_tit {
  text-align: left;
  font-weight: normal;
}
.consumer_service .section2 .para {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 2;
  color: #808080;
}
.consumer_service .section2 .para b {
  color: #333;
}

.consumer_promise .inner_tit {
  font-weight: normal;
}
.consumer_promise .section1 {
  padding: 4.5vw 0;
  border-bottom: 1px solid #e6e6e6;
}
.consumer_promise .section1 .para {
  max-width: 990px;
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 2;
  color: #808080;
}
.consumer_promise .section2 {
  padding: 4.5vw 0 6vw;
  border-bottom: 10px solid #f3f3f3;
}
.consumer_promise .section2 .items {
  font-size: 0;
  margin-top: 30px;
}
.consumer_promise .section2 .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .consumer_promise .section2 .item {
    width: calc((100% - 72px) / 4);
    margin: 30px 24px 0 0;
  }
  .consumer_promise .section2 .item:nth-of-type(1), .consumer_promise .section2 .item:nth-of-type(2), .consumer_promise .section2 .item:nth-of-type(3), .consumer_promise .section2 .item:nth-of-type(4) {
    margin-top: 0;
  }
  .consumer_promise .section2 .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.consumer_promise .section2 .item i {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
.consumer_promise .section2 .item h3 {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 30px 0;
}
.consumer_promise .section2 .item p {
  font-size: 14px;
  line-height: 24px;
}
.consumer_promise .section2 .item .show {
  padding-top: 12px;
  position: relative;
}
.consumer_promise .section2 .item .show span {
  font-size: 24px;
  line-height: 1;
  color: #ccc;
  font-family: 'DINPro-Regular';
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 12px;
  padding: 0 5px;
}
.consumer_promise .section2 .item .show .box {
  padding: 3vw 28px;
  border: 1px solid #e6e6e6;
  border-bottom: 3px solid #007bc7;
}
.consumer_promise .section2 .item .show i {
  background-color: #007bc7;
  box-shadow: 0 10px 30px rgba(0, 123, 199, 0.3);
}
.consumer_promise .section2 .item .show h3 {
  color: #333;
}
.consumer_promise .section2 .item .show p {
  color: #808080;
  height: 96px;
  overflow: hidden;
}
.consumer_promise .section2 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  background-color: #007bc7;
  padding: 3vw 28px;
  border-bottom: 3px solid #005b94;
  box-shadow: 0 20px 40px rgba(0, 123, 199, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_promise .section2 .item .hide i {
  background-color: #fff;
}
.consumer_promise .section2 .item .hide h3, .consumer_promise .section2 .item .hide p {
  color: #fff;
}
.consumer_promise .section2 .item:hover {
  z-index: 2;
}
.consumer_promise .section2 .item:hover .hide {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.consumer_detail .inner_banner .item {
  position: relative;
  text-align: center;
}
.consumer_detail .inner_banner .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 3;
}
.consumer_detail .inner_banner .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 20px;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.consumer_detail .inner_banner .slick-dots li:first-of-type {
  margin-left: 0;
}
.consumer_detail .inner_banner .slick-dots li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.consumer_detail .inner_banner .slick-dots li button {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 9px;
  height: 2px;
  background-color: #007bc7;
}
.consumer_detail .inner_banner .slick-dots li.slick-active button {
  -webkit-animation: line_1 3.3s linear forwards;
  -moz-animation: line_1 3.3s linear forwards;
  -ms-animation: line_1 3.3s linear forwards;
  animation: line_1 3.3s linear forwards;
}
.consumer_detail .inner_banner .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.consumer_detail .inner_banner .txt h3 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.consumer_detail .inner_banner .txt a {
  display: block;
  width: 180px;
  font-size: 16px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  background-color: #007bc7;
  margin: 2vw auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_detail .inner_banner .txt a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 123, 199, 0.3);
}
.consumer_detail .section1 {
  padding: 4.5vw 0;
  border-bottom: 1px solid #e6e6e6;
}
.consumer_detail .section1 .inner_tit {
  font-weight: normal;
}
.consumer_detail .section1 .img_block {
  margin-top: 40px;
  overflow: hidden;
}
.consumer_detail .section1 .img_block img {
  display: block;
  width: 100%;
}
.consumer_detail .section1 .txt_block {
  margin-top: 40px;
}
.consumer_detail .section1 .txt_block p {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.consumer_detail .section1 .txt_block a {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  background-color: #007bc7;
  border-radius: 16px;
  text-align: center;
  margin: -3px 0 0 20px;
}
.consumer_detail .section1 .txt_block a:before {
  content: '';
  width: 12px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}
.consumer_detail .section1 .txt_block .para {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin-top: 10px;
}
.consumer_detail .section2 {
  padding: 4.5vw 0;
}
.consumer_detail .section2 .slick {
  margin-top: 40px;
}
.consumer_detail .section2 .slick .item {
  padding: 0 1.5vw;
  opacity: .3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_detail .section2 .slick .item .box {
  position: relative;
  overflow: hidden;
}
.consumer_detail .section2 .slick .item .box:after {
  content: '';
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  bottom: -2px;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_detail .section2 .slick .item img {
  width: 100%;
  display: block;
}
.consumer_detail .section2 .slick .item h3 {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  right: 2vw;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_detail .section2 .slick .item.slick-center {
  opacity: 1;
}
.consumer_detail .section2 .slick .item.slick-center .box:after {
  opacity: 1;
}
.consumer_detail .section2 .slick .item.slick-center h3 {
  opacity: 1;
}
.consumer_detail .section2 .slick-arrow {
  position: absolute;
  width: 26px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -24px;
  font-size: 0;
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.consumer_detail .section2 .slick-arrow.show {
  opacity: 1;
}
.consumer_detail .section2 .slick-arrow.slick-prev {
  left: 9vw;
  background-image: url("../png/prev-6.png");
}
.consumer_detail .section2 .slick-arrow.slick-next {
  right: 9vw;
  background-image: url("../png/next-6.png");
}

.consumer_activity .inner_tit {
  font-weight: normal;
}
.consumer_activity .inner_banner .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.consumer_activity .inner_banner .txt h3 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.consumer_activity .section1 {
  padding: 5vw 0 4.5vw;
  border-bottom: 1px solid #e6e6e6;
  background-position: center 4vw;
  background-repeat: no-repeat;
  
  background-size: 48% auto;
}
.consumer_activity .section1 .items {
  margin-top: 40px;
  font-size: 0;
  display: flex;
}
.consumer_activity .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  padding: 2.5vw;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_activity .section1 .item:last-of-type {
  margin-right: 0;
}
.consumer_activity .section1 .item h3 {
  font-size: 24px;
  line-height: 1;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_activity .section1 .item h3:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #007bc7;
  display: block;
  margin: 15px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_activity .section1 .item p {
  font-size: 18px;
  color: #808080;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_activity .section1 .item a {
  display: block;
  width: 140px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  background-color: #007bc7;
  border-radius: 16px;
  text-align: center;
  margin: 24px auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consumer_activity .section1 .item a:before {
  content: '';
  width: 12px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .consumer_activity .section1 .item:hover {
    background-color: #007bc7;
    box-shadow: 0 10px 40px rgba(0, 123, 199, 0.3);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .consumer_activity .section1 .item:hover h3, .consumer_activity .section1 .item:hover p {
    color: #fff;
  }
  .consumer_activity .section1 .item:hover h3:after {
    background-color: #fff;
  }
  .consumer_activity .section1 .item:hover a {
    background-color: #fff;
    color: #007bc7;
  }
  .consumer_activity .section1 .item:hover a:before {
    background-image: url("../png/icon-2-on.png");
  }
}
.consumer_activity .section2 {
  padding: 4.5vw 0;
}
.consumer_activity .section2 .img_box {
  margin-top: 40px;
  position: relative;
}
.consumer_activity .section2 .img_box .box {
  overflow: hidden;
}
.consumer_activity .section2 .img_box .box img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.consumer_activity .section2 .img_box .box:nth-of-type(1) {
  width: 66.11%;
}
.consumer_activity .section2 .img_box .box:nth-of-type(2), .consumer_activity .section2 .img_box .box:nth-of-type(3) {
  width: 32.22%;
  position: absolute;
  right: 0;
}
.consumer_activity .section2 .img_box .box:nth-of-type(2) {
  top: 0;
}
.consumer_activity .section2 .img_box .box:nth-of-type(3) {
  bottom: 0;
}
.consumer_activity .section2 .img_box .box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.consumer_activity .section2 .para {
  font-size: 16px;
  line-height: 32px;
  color: #808080;
  margin-top: 40px;
}
.consumer_activity .section3 a {
  display: block;
  font-size: 32px;
  color: #fff;
  line-height: 10.4vw;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../jpg/img-7.jpg");
}

.consumer_store .section1 {
  height: calc(100vh - 120px);
  position: relative;
}
.consumer_store .section1 .map {
  width: 66.66%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.consumer_store .section1 .map .cont {
  padding: 20px;
}
.consumer_store .section1 .map .cont h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
}
.consumer_store .section1 .map .cont p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  white-space: nowrap;
}
.consumer_store .section1 .map .cont a {
  display: block;
  width: 140px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  background-color: #007bc7;
  border-radius: 16px;
  text-align: center;
  margin-top: 15px;
}
.consumer_store .section1 .main_info {
  width: 33.33%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #007bc7;
  padding: 5vw 3vw 3vw;
}
.consumer_store .section1 .main_info .inner_tit {
  text-align: left;
  font-weight: normal;
  color: #fff;
}
.consumer_store .section1 .main_info .filter {
  font-size: 0;
  margin-top: 24px;
}
.consumer_store .section1 .main_info .filter select {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
  height: 50px;
  border: 1px solid #fff;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 16px 10px;
  background-image: url("../png/icon-22.png");
}
.consumer_store .section1 .main_info .filter select:nth-of-type(2) {
  margin-left: 24px;
}
.consumer_store .section1 .main_info .filter select option {
  font-size: 14px;
  color: #333;
}
.consumer_store .section1 .main_info .lists {
  position: absolute;
  left: 3vw;
  right: 3vw;
  bottom: 3vw;
  top: calc(5vw + 130px);
  overflow: auto;
  padding-right: 20px;
}
.consumer_store .section1 .main_info .lists .list {
  padding: 2vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.consumer_store .section1 .main_info .lists .list h3 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.consumer_store .section1 .main_info .lists .list .info {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin-top: 10px;
}
.consumer_store .section1 .main_info .lists .list a {
  display: none;
}

/* business */
.business_page .left_dots {
  position: fixed;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: visibility 0.3s ease;
  -moz-transition: visibility 0.3s ease;
  -ms-transition: visibility 0.3s ease;
  transition: visibility 0.3s ease;
}
.business_page .left_dots .dot {
  position: relative;
  padding-left: 46px;
  cursor: pointer;
}
.business_page .left_dots .dot:before {
  content: '';
  width: 12px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 17px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.business_page .left_dots .dot span {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.business_page .left_dots .dot:hover:before, .business_page .left_dots .dot.active:before {
  width: 24px;
}
.business_page .left_dots .dot:hover span, .business_page .left_dots .dot.active span {
  opacity: 1;
}
.business_page .left_dots.visi {
  visibility: hidden;
}
.business_page .section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.business_page .section .txt_block {
  height: calc(100vh - 90px);
  text-align: right;
  padding: 0 60px;
  background-color: rgba(0, 0, 0, 0.3);
}
.business_page .section .cont {
  display: inline-block;
  width: 40vw;
  max-width: 710px;
}
.business_page .section .box {
  height: 480px;
  padding: 0 3vw;
}
.business_page .section .inner_tit {
  font-weight: normal;
  color: #fff;
  text-align: left;
}
.business_page .section p {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  color: #fff;
  text-align: justify;
}
.business_page .section .btns {
  margin-top: 24px;
}
.business_page .section .btns a {
  display: block;
  font-size: 24px;
  line-height: 108px;
  text-align: center;
  border: 6px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business_page .section .btns.half a {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
}
.business_page .section .btns.half a:nth-of-type(2) {
  margin-left: 24px;
}
.business_page .section1 .box {
  background: -webkit-linear-gradient(-50deg, #3f80ec, #4843d1);
  background: -o-linear-gradient(-50deg, #3f80ec, #4843d1);
  background: -moz-linear-gradient(-50deg, #3f80ec, #4843d1);
  background: linear-gradient(-50deg, #3f80ec, #4843d1);
}
.business_page .section1 .btns a:nth-of-type(1) {
  background-color: #007bc7;
  color: #fff;
}
.business_page .section1 .btns a:nth-of-type(1):before {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-23.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.business_page .section1 .btns a:nth-of-type(2) {
  background-color: #fff;
  color: #007bc7;
}
.business_page .section1 .btns a:nth-of-type(2):before {
  content: '';
  width: 27px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-24.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.business_page .section1 .btns a:nth-of-type(2):hover:before {
  background-image: url("../png/icon-2-on-2.png");
}
.business_page .section1 .btns a:hover {
  color: #fff;
  background-color: #4843d1;
}
.business_page .section2 .box {
  background: -webkit-linear-gradient(-50deg, #f08947, #f76d02);
  background: -o-linear-gradient(-50deg, #f08947, #f76d02);
  background: -moz-linear-gradient(-50deg, #f08947, #f76d02);
  background: linear-gradient(-50deg, #f08947, #f76d02);
}
.business_page .section2 .btns a {
  border-color: #fff;
  color: #fff;
}
.business_page .section2 .btns a:before {
  content: '';
  width: 27px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-25.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.business_page .section2 .btns a:hover {
  background-color: #f76d02;
  border-color: transparent;
}
.business_page .section3 .box {
  background: -webkit-linear-gradient(-50deg, #c895f0, #a84af0);
  background: -o-linear-gradient(-50deg, #c895f0, #a84af0);
  background: -moz-linear-gradient(-50deg, #c895f0, #a84af0);
  background: linear-gradient(-50deg, #c895f0, #a84af0);
}
.business_page .section3 .btns a:nth-of-type(1) {
  background-color: #fff;
  color: #007bc7;
}

.business_page .section3 .btns a:nth-of-type(1):before {
  content: '';
  width: 27px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-4-hover.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.business_page .section3 .btns a:nth-of-type(2):before {
  content: '';
  width: 27px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-26.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}

.business_page .section3 .btns a:nth-of-type(2) {
  border-color: #fff;
  color: #fff;
}
.business_page .section3 .btns a:hover {
  background-color: #a84af0;
  color: #fff;
  border-color: transparent;
}
.business_page .section4 .box {
  background: -webkit-linear-gradient(-50deg, #8f9144, #58612e);
  background: -o-linear-gradient(-50deg, #8f9144, #58612e);
  background: -moz-linear-gradient(-50deg, #8f9144, #58612e);
  background: linear-gradient(-50deg, #8f9144, #58612e);
}
.business_page .section4 .btns a {
  border-color: #fff;
  color: #fff;
}
.business_page .section4 .btns a:before {
  content: '';
  width: 32px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-26.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.business_page .section4 .btns a:hover {
  background-color: #58612e;
  border-color: transparent;
}
.business_page .section5 .box {
  background: -webkit-linear-gradient(-50deg, #ebc182, #daab65);
  background: -o-linear-gradient(-50deg, #ebc182, #daab65);
  background: -moz-linear-gradient(-50deg, #ebc182, #daab65);
  background: linear-gradient(-50deg, #ebc182, #daab65);
}
.business_page .section5 .btns a {
  border-color: #fff;
  color: #fff;
}
.business_page .section5 .btns a:before {
  content: '';
  width: 32px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-26.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.business_page .section5 .btns a:hover {
  background-color: #daab65;
  border-color: transparent;
}
.business_page .section6 .box {
  background: -webkit-linear-gradient(-50deg, #e23950, #d62278);
  background: -o-linear-gradient(-50deg, #e23950, #d62278);
  background: -moz-linear-gradient(-50deg, #e23950, #d62278);
  background: linear-gradient(-50deg, #e23950, #d62278);
}
.business_page .section6 .btns a {
  border-color: #fff;
  color: #fff;
}
.business_page .section6 .btns a:before {
  content: '';
  width: 32px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-27.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.business_page .section6 .btns a:hover {
  background-color: #d62278;
  border-color: transparent;
}
.business_page .section7 .box {
  background: -webkit-linear-gradient(-50deg, #5fd2aa, #5fbabe);
  background: -o-linear-gradient(-50deg, #5fd2aa, #5fbabe);
  background: -moz-linear-gradient(-50deg, #5fd2aa, #5fbabe);
  background: linear-gradient(-50deg, #5fd2aa, #5fbabe);
}
.business_page .section7 .btns a {
  border-color: #fff;
  color: #fff;
}
.business_page .section7 .btns a:before {
  content: '';
  width: 32px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-28.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.business_page .section7 .btns a:hover {
  background-color: #5fbabe;
  border-color: transparent;
}





.business_page .section8 .box {
  background: -webkit-linear-gradient(-50deg, #c7ced8, #9faab7);
  background: -o-linear-gradient(-50deg, #c7ced8, #9faab7);
  background: -moz-linear-gradient(-50deg, #c7ced8, #9faab7);
  background: linear-gradient(-50deg, #c7ced8, #9faab7);
}
.business_page .section8 .btns a {
  border-color: #fff;
  color: #fff;
}
.business_page .section8 .btns a:before {
  content: '';
  width: 32px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-28.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.business_page .section8 .btns a:hover {
  background-color: #9faab7;
  border-color: transparent;
}





.business_page .section9 .box {
  background: -webkit-linear-gradient(-50deg, #84f5de, #499dc0);
  background: -o-linear-gradient(-50deg, #84f5de, #499dc0);
  background: -moz-linear-gradient(-50deg, #84f5de, #499dc0);
  background: linear-gradient(-50deg, #84f5de, #499dc0);
}
.business_page .section9 .btns a {
  border-color: #fff;
  color: #fff;
}
.business_page .section9 .btns a:before {
  content: '';
  width: 32px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-28.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.business_page .section9 .btns a:hover {
  background-color: #499dc0;
  border-color: transparent;
}






.business_page .section10 .box {
  background: -webkit-linear-gradient(-50deg, #fbc5bc, #fea4a4);
  background: -o-linear-gradient(-50deg, #fbc5bc, #fea4a4);
  background: -moz-linear-gradient(-50deg, #fbc5bc, #fea4a4);
  background: linear-gradient(-50deg, #fbc5bc, #fea4a4);
}
.business_page .section10 .btns a {
  border-color: #fff;
  color: #fff;
}
.business_page .section10 .btns a:before {
  content: '';
  width: 32px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../png/icon-28.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}
.business_page .section10 .btns a:hover {
  background-color: #fea4a4;
  border-color: transparent;
}




/* search */
.search_page .section1 {
  padding: 6vw 0;
  font-size: 0;
  border-bottom: 10px solid #f3f3f3;
}
.search_page .section1 .left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 400px);
  border: 1px solid #f2f2f2;
  padding: 30px 40px 50px;
}
.search_page .section1 .left .items {
  margin-bottom: 3vw;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.search_page .section1 .left .item {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  line-height: 70px;
  padding-right: 90px;
  text-align: left;
}
.search_page .section1 .left .item a {
  font-size: 16px;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.search_page .section1 .left .item span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #808080;
}
.search_page .section1 .left .item:hover a {
  color: #007bc7;
}
.search_page .section1 .right {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  width: 360px;
  border: 1px solid #f2f2f2;
  border-top: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search_page .section1 .right h3 {
  line-height: 60px;
  background-color: #007bc7;
  font-size: 20px;
  color: #fff;
  text-indent: 40px;
}
.search_page .section1 .right a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 70px;
  text-indent: 40px;
  border-top: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_page .section1 .right a.active, .search_page .section1 .right a:hover {
  color: #007bc7;
}

@media screen and (max-width: 1600px) {
  .inner_page {
    padding-top: 90px;
  }

  .comm_subnav .item a {
    font-size: 16px;
    line-height: 70px;
  }

  .comm_section1 .item.small h3 {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }

  .comm_section1 .item h3 {
    font-size: 16px;
  }

  .comm_section1 .item p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }

  .comm_share {
    right: calc(100% + 20px);
  }

  .inner_tit {
    font-size: 32px;
  }

  .sitemap_page .section1 a.btn {
    font-size: 16px;
    line-height: 50px;
  }

  .sitemap_page .section1 .link a.txt {
    font-size: 16px;
  }

  .news_topic .section1 .item h3 {
    font-size: 18px;
    padding: 20px 30px;
  }

  .news_impression .section1 .item h3 {
    font-size: 16px;
  }

  .news_impression .section1 .item .txt_block {
    padding: 15px 20px;
  }

  .news_detail .right_block h3 {
    font-size: 26px;
  }

  .news_detail .left_block .top_block h3 {
    font-size: 26px;
  }

  .news_detail .right_block a.link {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .news_detail .right_block a.link:before {
    top: 11px;
  }

  .news_detail .left_block .back_btn {
    width: 90px;
    height: 90px;
  }

  .join_index .inner_banner .txt h3 {
    font-size: 40px;
  }

  .join_index .inner_banner .txt p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }

  .join_index .section1 h3 {
    font-size: 26px;
  }

  .join_index .section1 h4 {
    font-size: 12px;
  }

  .join_3 .section1 .item h3 {
    font-size: 16px;
  }

  .join_3 .section2 .items a i {
    height: 46px;
  }

  .join_3 .section2 .items a h3 {
    font-size: 20px;
  }

  .join_subnav .curr a {
    font-size: 16px;
    line-height: 30px;
    width: 140px;
  }

  .join_subnav .links a {
    font-size: 16px;
    line-height: 68px;
  }

  .join_subnav .curr {
    padding: 18px 0;
  }

  .join_2 .search_box form input {
    height: 50px;
  }

  .join_2 .search_box form button {
    width: 120px;
    height: 50px;
    font-size: 16px;
  }

  .join_2 .filter_box .item .head_t span {
    font-size: 16px;
    width: 70px;
  }

  .join_2 .filter_box .item .a_link a {
    font-size: 14px;
    line-height: 28px;
    margin: 5px 1.5vw 5px 0;
  }

  .join_2 .cont_box .tip {
    font-size: 18px;
  }

  .join_2 .rec_list .item h3 {
    font-size: 20px;
  }

  .join_2 .rec_list .item .info span {
    font-size: 16px;
  }

  .join_2 .rec_list .item .date {
    font-size: 16px;
  }

  .recruit_popups .pop_item .tit {
    font-size: 24px;
  }

  .recruit_popups .pop_item .s_span span {
    line-height: 24px;
  }

  .recruit_popups .box h4 {
    font-size: 20px;
  }

  .recruit_popups .box .para {
    line-height: 28px;
  }

  .recruit_popups a.apply {
    line-height: 50px;
  }

  .join_1 .para {
    font-size: 16px;
  }

  .join_1 .section2 .item p {
    font-size: 16px;
  }

  .join_1 .section3 .item h3 {
    font-size: 16px;
  }

  .join_1 .section3 .item .txt_block {
    padding: 20px 15px;
  }

  .join_1 .section3 .more a {
    line-height: 46px;
  }

  .investor_subnav a {
    width: 200px;
    font-size: 18px;
    line-height: 50px;
  }

  .investor_service .cont_box_2 .item h3 {
    font-size: 16px;
    padding: 20px 20px 0;
  }

  .investor_service .cont_box_1 .items .item h3, .investor_service .cont_box_1 .items .item h4,
  .contact_page .section1 .item h3 {
    font-size: 20px;
  }

  .investor_service .cont_box_1 .items .item p,
  .contact_page .section1 .item p {
    font-size: 14px;
    line-height: 24px;
  }

  .investor_service .cont_box_1 .form .f_box input,
  .contact_page .section1 .form .f_box input {
    height: 50px;
  }

  .investor_service .cont_box_1 .form .f_box button,
  .contact_page .section1 .form .f_box button {
    height: 50px;
    font-size: 18px;
  }

  .investor_service .cont_box_1 .form .f_box img,
  .contact_page .section1 .form .f_box img {
    height: 48px;
  }

  .investor_report .section1 .item .txt h3 {
    font-size: 20px;
  }

  .investor_report .section1 .item .txt h4 {
    font-size: 12px;
  }

  .investor_govern .cont_box_3 .items h3, .investor_govern .cont_box_3 .items span,
  .investor_bulletin .section1 .items a h3, .investor_bulletin .section1 .items a span {
    font-size: 18px;
    line-height: 70px;
  }

  .investor_govern .cont_box_2 .item h3 {
    font-size: 24px;
  }

  .investor_govern .cont_box_2 .item p {
    font-size: 14px;
    line-height: 24px;
    height: 168px;
    margin-top: 15px;
  }

  .contact_page .section1 .info .box {
    height: 100px;
  }

  .contact_page .section1 .info .box h3 {
    font-size: 14px;
  }

  .contact_page .section1 .info .box p {
    font-size: 32px;
  }

  .contact_page .section1 .info a span {
    font-size: 20px;
  }

  .about_duty .section1 .item h3 {
    font-size: 20px;
  }

  .about_duty .section1 .item p {
    font-size: 14px;
    line-height: 24px;
  }

  .about_duty .section1 .item .icon {
    height: 60px;
  }

  .about_duty .section3 .item .box h3 {
    font-size: 20px;
  }

  .about_duty .section3 .item .box p {
    font-size: 16px;
  }

  .about_duty .section3 .item .year {
    font-size: 26px;
  }

  .about_duty .section3 .item .box a {
    padding: 40px 60px 40px 80px;
  }

  .about_history .section1 .item ul li h3 {
    font-size: 26px;
  }

  .about_history .section1 .item ul li .para {
    font-size: 16px;
    line-height: 30px;
  }

  .about_history .section1 .item ul li .para p:before {
    top: 12px;
  }

  .about_history .section1 .item .year {
    width: 100px;
    height: 100px;
    line-height: 98px;
    font-size: 26px;
  }

  .about_history .section1 .item ul {
    margin-left: 50px;
  }

  .about_history .section1 .items:before {
    left: 50px;
  }

  .about_history .section1 .items .line {
    left: 50px;
  }

  .about_honor_tit .a_box a {
    width: 160px;
    font-size: 16px;
    line-height: 46px;
  }

  .about_honor_pic .section1 .item h3 {
    font-size: 16px;
    padding: 15px 0 0;
  }

  .about_honor_txt .section1 .time_slick .item span {
    font-size: 20px;
  }

  .about_honor_txt .section1 .time_cont ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .about_leader .section1 .para {
    font-size: 16px;
    line-height: 30px;
  }

  .about_leader .section1 .info span {
    font-size: 16px;
  }

  .about_leader .section1 .img_block:before, .about_leader .section1 .img_block:after {
    width: 50px;
    height: 50px;
  }

  .consumer_activity .inner_banner .txt h3,
  .consumer_detail .inner_banner .txt h3 {
    font-size: 48px;
  }

  .consumer_activity .section1 .item h3 {
    font-size: 20px;
  }

  .consumer_activity .section1 .item p {
    font-size: 16px;
  }

  .comm_section2 .cont {
    padding: 15px 0;
  }

  .comm_section2 .cont h3 {
    font-size: 20px;
  }

  .consumer_activity .section3 a {
    font-size: 26px;
  }

  .consumer_promise .section2 .item h3 {
    font-size: 18px;
    margin: 20px 0;
  }

  .consumer_promise .section2 .item .show .box,
  .consumer_promise .section2 .item .hide {
    padding: 30px 20px;
  }

  .consumer_service .section1 .item h3 {
    font-size: 20px;
  }

  .consumer_service .section1 .item p {
    font-size: 16px;
  }

  .consumer_service .section1 .item .email {
    font-size: 20px;
  }

  .consumer_service .section1 .item .tel {
    font-size: 32px;
  }

  .consumer_service .section1 .item a {
    width: 140px;
    line-height: 46px;
  }

  .consumer_detail .inner_banner .txt a {
    width: 160px;
    line-height: 48px;
  }

  .consumer_detail .section1 .txt_block p {
    font-size: 20px;
  }

  .consumer_detail .section2 .slick .item h3 {
    font-size: 20px;
  }

  .news_topic_detail .section2 .ope {
    font-size: 20px;
  }

  .news_topic_detail .section3 .small_slick .item h3 {
    font-size: 14px;
  }

  .news_topic_detail .section3 .big_slick .item a {
    width: 60px;
    height: 60px;
  }

  .news_topic_detail .section4 .item h3, .news_topic_detail .section4 .item span {
    font-size: 16px;
    line-height: 50px;
  }

  .news_topic_detail .section5 .item {
    height: 70px;
  }

  .news_topic_detail .topic_info .item {
    font-size: 16px;
  }

  .news_topic_detail .topic_info .item span {
    font-size: 20px;
  }

  .business_page .section .box {
    height: auto;
    padding: 4vw 3vw;
  }

  .business_page .section p {
    font-size: 14px;
    line-height: 24px;
  }

  .business_page .section .btns a {
    font-size: 20px;
    line-height: 88px;
  }

  .business_page .left_dots .dot span {
    font-size: 14px;
  }

  .chain_page .section1 .item .txt_block {
    padding: 24px;
  }

  .chain_page .section1 .item h3 {
    font-size: 18px;
  }

  .chain_page .section1 .item p {
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    margin-top: 10px;
  }

  .chain_page .section2 .cont {
    height: 90vh;
  }



  .chain_page .section2 .right_cont h3 {
    font-size: 16px;
  }

  .chain_page .section2 .right_cont .tel {
    font-size: 26px;
    margin-top: 10px;
  }

  .chain_page .section2 .right_cont .select {
    margin-top: 20px;
  }

  .chain_page .section2 .right_cont .select input {
    height: 50px;
    font-size: 16px;
  }

  .chain_page .section2 .right_cont .select ul li {
    font-size: 15px;
    line-height: 46px;
  }

  .chain_page .section2 .right_cont .branch .txt p {
    font-size: 14px;
  }

  .chain_page .section2 .right_cont .tip {
    font-size: 16px;
    padding: 15px 0;
  }

  .chain_page .section2 .right_cont .lists {
    top: 300px;
  }

  .chain_page .section2 .right_cont .lists .list {
    padding-top: 24px;
  }

  .chain_page .section2 .right_cont .lists .list h4 {
    font-size: 16px;
  }

  .chain_page .section2 .right_cont .lists .list p {
    font-size: 14px;
  }

  .consumer_store .section1 .main_info .filter {
    margin-top: 15px;
  }

  .consumer_store .section1 .main_info .filter select {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    width: calc(50% - 5px);
  }

  .consumer_store .section1 .main_info .filter select:nth-of-type(2) {
    margin-left: 10px;
  }

  .consumer_store .section1 .main_info .lists .list h3 {
    font-size: 18px;
  }

  .consumer_store .section1 .main_info .lists {
    top: calc(5vw + 100px);
  }

  .consumer_store .section1 .main_info .lists .list .info {
    font-size: 14px;
    line-height: 24px;
  }

  .consumer_store .section1 .map .cont h3 {
    font-size: 20px;
  }

  .consumer_store .section1 .map .cont {
    padding: 15px;
  }

  .about_intro .section1 {
    margin-top: -47px;
  }

  .about_intro .section1 .item {
    padding: 20px 2vw;
  }

  .about_intro .section1 .item .num span {
    font-size: 26px;
  }

  .about_intro .section1 .item i {
    width: 60px;
    height: 40px;
  }

  .about_intro .section1 .item .txt {
    width: calc(100% - 60px);
  }

  .about_intro .section4 .tab_tit .item {
    line-height: 70px;
  }

  .about_intro .section2 .txt_block h3,
  .about_intro .section4 .tab_cont .child .txt_block h3,
  .about_intro .section5 .item .txt_block h3,
  .about_intro .section6 .main .txt span {
    font-size: 28px;
  }

  .about_intro .section4 .tab_cont .child .txt_block .para {
    line-height: 30px;
  }

  .about_intro .section2 .txt_block a {
    width: 160px;
    line-height: 48px;
  }

  .about_intro .section6 .main {
    width: 360px;
    height: 360px;
  }

  .about_intro .section6 .main .dot:nth-of-type(1), .about_intro .section6 .main .dot:nth-of-type(2), .about_intro .section6 .main .dot:nth-of-type(3) {
    width: 150px;
    height: 150px;
  }

  .about_intro .section6 .main .dot:nth-of-type(1) span, .about_intro .section6 .main .dot:nth-of-type(2) span, .about_intro .section6 .main .dot:nth-of-type(3) span {
    font-size: 18px;
    line-height: 26px;
  }

  .about_intro .section6 .main .dot:nth-of-type(5) {
    left: -90px;
  }

  .about_intro .section6 .main .dot:nth-of-type(4) {
    left: -330px;
  }

  .about_intro .section6 .main .dot:nth-of-type(1) {
    left: -290px;
  }

  .about_intro .section6 .main .dot:nth-of-type(3) {
    left: 480px;
  }

  .about_intro .section6 .main .dot:nth-of-type(7) {
    left: 630px;
  }

  .about_intro .section7 .para {
    font-size: 16px;
  }

  .index_main .section1 .link .item img {
    right: 18%;
  }

  .index_main .index_tit h4 {
    font-size: 50px;
  }

  .index_main .index_tit h3 {
    font-size: 36px;
  }

  .index_main .section2 .dots_box .dot .icon {
    height: 30px;
  }

  .index_main .section2 .txt_box .txt h3 {
    font-size: 28px;
  }

  .index_main .section2 .txt_box .num span.curr {
    font-size: 48px;
  }

  .index_main .section2 .txt_box .txt p {
    font-size: 16px;
    height: 96px;
  }

  .index_main .section3 .slick .item .date {
    font-size: 16px;
  }

  .index_main .section3 .slick .item h3 {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin: 10px 0;
  }

  .index_main .section2 .txt_box .txt a,
  .index_main .section3 .slick .item span,
  .index_main .section4 .single_box .box span,
  .index_main .section4 .half_box .item span {
    font-size: 16px;
    width: 100px;
    padding-top: 10px;
  }

  .index_main .section4 .single_box a {
    padding: 8vw 0;
  }

  .index_main .section4 .single_box .box h3 {
    font-size: 32px;
  }

  .index_main .section4 .single_box .box span {
    margin-top: 3vw;
  }

  .index_main .section4 .half_box .item a {
    padding: 5vw 6vw;
  }

  .index_main .section4 .half_box .item h3 {
    font-size: 26px;
  }

  .index_main .section4 .half_box .item p {
    font-size: 16px;
  }

  .index_main .section4 .half_box .item span {
    margin-top: 3vw;
  }

  .index_main .section5 .txt-box {
    width: calc(100% - 170px);
  }

  .index_main .section5 .txt-box .item span {
    font-size: 80px;
  }

  .index_main .section5 .txt-box .item .box {
    margin-top: -30px;
  }

  .index_main .section5 .txt-box .item h3 {
    font-size: 32px;
  }

  .index_main .section5 .txt-box .item p {
    font-size: 16px;
  }

  .index_main .section5 .txt-box .item a {
    font-size: 16px;
    padding-top: 10px;
  }

  .index_main .section5 .img-box {
    width: 160px;
  }

  .index_main .section5 .img-box .item .box {
    margin: 8px 0;
    padding: 8px;
  }

  .index_main .section5 .img-box .item span {
    font-size: 16px;
  }

  .search_page .section1 .left {
    width: calc(100% - 340px);
  }

  .search_page .section1 .left .item {
    line-height: 60px;
  }

  .search_page .section1 .left .item a {
    font-size: 15px;
  }

  .search_page .section1 .right {
    width: 300px;
  }

  .search_page .section1 .right h3 {
    line-height: 50px;
    font-size: 18px;
  }

  .search_page .section1 .right a {
    line-height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .inner_tit {
    font-size: 26px;
  }

  .join_3 .section2 .items a h3 {
    font-size: 18px;
  }

  .join_3 .section2 .more a {
    line-height: 46px;
  }

  .investor_subnav a {
    width: 180px;
    font-size: 16px;
    line-height: 44px;
  }

  .join_2 .rec_list .item h3 {
    font-size: 18px;
  }

  .investor_service .cont_box_1 .items .item h3, .investor_service .cont_box_1 .items .item h4 {
    font-size: 18px;
  }

  .investor_report .section1 .item .txt h3 {
    font-size: 18px;
  }

  .investor_govern .cont_box_3 .items h3, .investor_govern .cont_box_3 .items span,
  .investor_bulletin .section1 .items a h3, .investor_bulletin .section1 .items a span {
    font-size: 16px;
    line-height: 60px;
  }

  .consumer_activity .inner_banner .txt h3,
  .consumer_detail .inner_banner .txt h3 {
    font-size: 40px;
  }

  .consumer_detail .inner_banner .txt a {
    width: 140px;
    line-height: 40px;
  }

  .consumer_detail .section1 .txt_block .para,
  .consumer_activity .section2 .para {
    font-size: 14px;
  }

  .news_topic_detail .section1 .para {
    font-size: 14px;
  }

  .business_page .section .btns a {
    line-height: 68px;
    font-size: 18px;
  }

  .business_page .section .cont {
    width: 54vw;
  }

  .chain_page .section2 .right_cont .tip,
  .chain_page .section2 .right_cont h3 {
    font-size: 14px;
  }

  .chain_page .section2 .right_cont .select input {
    height: 40px;
    font-size: 14px;
  }

  .chain_page .section2 .right_cont .select ul li {
    font-size: 14px;
    line-height: 36px;
  }

  .chain_page .section2 .right_cont .lists {
    top: 290px;
  }

  .consumer_store .section1 .main_info {
    padding: 40px 3vw;
  }

  .consumer_store .section1 .main_info .lists {
    bottom: 40px;
    top: 140px;
  }

  .about_intro .section2 .txt_block p {
    font-size: 14px;
    line-height: 24px;
  }

  .about_intro .section4 .tab_cont .child .txt_block .para {
    font-size: 14px;
    line-height: 24px;
  }

  .about_intro .section5 .item .txt_block p {
    font-size: 14px;
    line-height: 24px;
  }

  .about_intro .section6 .main {
    width: 300px;
    height: 300px;
  }

  .about_intro .section6 .main .dot:nth-of-type(1), .about_intro .section6 .main .dot:nth-of-type(2), .about_intro .section6 .main .dot:nth-of-type(3) {
    width: 140px;
    height: 140px;
  }

  .about_intro .section6 .main .dot:nth-of-type(1) span, .about_intro .section6 .main .dot:nth-of-type(2) span, .about_intro .section6 .main .dot:nth-of-type(3) span {
    font-size: 16px;
    line-height: 26px;
  }

  .about_intro .section6 .main .dot:nth-of-type(5) {
    left: -80px;
    top: 160px;
    width: 40px;
    height: 40px;
  }

  .about_intro .section6 .main .dot:nth-of-type(2) {
    top: 240px;
  }

  .about_intro .section6 .main .dot:nth-of-type(6) {
    left: 360px;
    top: 280px;
  }

  .about_intro .section6 .main .dot:nth-of-type(4) {
    left: -280px;
    top: 120px;
  }

  .about_intro .section6 .main .dot:nth-of-type(1) {
    left: -240px;
    top: 150px;
  }

  .about_intro .section6 .main .dot:nth-of-type(3) {
    left: 360px;
    top: 60px;
  }

  .about_intro .section6 .main .dot:nth-of-type(7) {
    left: 500px;
    top: 200px;
  }

  .index_main .section2 .dots_box .dot .txt {
    padding-bottom: 55px;
  }

  .index_main .section2 .dots_box .dot h3 {
    margin-top: 15px;
  }

  .index_main .section2 .txt_box .txt h3 {
    font-size: 24px;
  }

  .index_main .section5 .txt-box .item span {
    font-size: 70px;
  }

  .index_main .section5 .txt-box .item .box {
    margin-top: -20px;
  }

  .index_main .section5 .txt-box .item h3 {
    font-size: 28px;
  }

  .index_main .section5 .img-box {
    width: 140px;
    margin: 5px 0;
    padding: 5px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    width: 90vw;
  }

  .inner_page {
    padding-top: 56px;
  }

  .inner_banner .comm_crumbs {
    top: 10px;
    left: 20px;
    right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .comm_subnav {
    padding: 10px 0;
  }

  .comm_subnav .item {
    width: 25% !important;
  }

  .comm_subnav .item:after {
    display: none;
  }

  .comm_subnav .item a {
    font-size: 14px;
    line-height: 24px;
  }

  .comm_pages ul li {
    margin: 0 2px;
  }

  .comm_pages ul li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .comm_pages ul li:first-of-type a,
  .comm_pages ul li:last-of-type a {
    width: 50px;
  }

  .comm_section1 .item {
    width: 100%;
    margin-top: 15px;
  }
  .comm_section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .comm_section1 .item .txt_block {
    padding: 15px;
  }

  .comm_section1 .item.small h3 {
    height: auto;
  }

  .sitemap_page .section1 {
    padding: 30px 0;
  }

  .sitemap_page .section1 .item {
    padding: 15px 0;
  }

  .sitemap_page .section1 .link {
    margin-top: 5px;
  }

  .sitemap_page .section1 a.btn {
    font-size: 14px;
    line-height: 36px;
    width: calc((100% - 10px) / 3);
  }

  .sitemap_page .section1 .link a.btn {
    margin: 5px 5px 0 0;
  }
  .sitemap_page .section1 .link a.btn:nth-of-type(3n) {
    margin-right: 0;
  }

  .sitemap_page .section1 .link .txt_box {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }

  .sitemap_page .section1 .link a.txt {
    font-size: 14px;
    line-height: 24px;
  }

  .news_report .section1 {
    padding: 30px 0;
  }

  .news_report .section1 .items {
    margin-bottom: 20px;
  }

  .news_topic .section1 {
    padding: 30px 0;
  }

  .news_topic .section1 .items {
    margin-bottom: 20px;
  }

  .news_topic .section1 .item {
    width: 100%;
    margin-top: 15px;
  }
  .news_topic .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .news_topic .section1 .item h3 {
    font-size: 16px;
    padding: 10px 15px;
  }

  .news_impression .section1 {
    padding: 30px 0;
  }

  .news_impression .section1 .items {
    margin-bottom: 20px;
  }

  .news_impression .section1 .item {
    width: 100%;
    margin-top: 15px;
  }
  .news_impression .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .news_impression .section1 .item .txt_block {
    padding: 10px 15px;
  }

  .news_detail .section1 {
    padding: 30px 0;
  }

  .news_detail .left_block {
    width: 100%;
    padding-right: 0;
    border: none;
  }

  .news_detail .left_block .top_block h3 {
    font-size: 20px;
  }

  .news_detail .left_block .top_block .info span {
    font-size: 14px;
  }

  .news_detail .left_block .top_block {
    padding-bottom: 15px;
  }

  .news_detail .left_block .cont_box {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .news_detail .left_block .back_btn {
    width: 60px;
    height: 60px;
    margin-top: 20px;
  }

  .news_detail .left_block .back_btn span:before {
    width: 24px;
    height: 18px;
  }

  .news_detail .left_block .back_btn span {
    font-size: 12px;
  }

  .news_detail .left_block .other_block {
    margin-top: 20px;
    border: 1px solid #e6e6e6;
  }

  .news_detail .left_block .other_block .item {
    width: 100%;
    border: none;
    padding: 15px;
  }

  .news_detail .left_block .other_block .item:last-of-type {
    margin: 0;
    border-top: 1px solid #e6e6e6;
  }

  .news_detail .left_block .other_block .item span {
    font-size: 16px;
  }

  .news_detail .left_block .other_block .item a {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news_detail .right_block {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .news_detail .right_block h3 {
    font-size: 20px;
  }

  .news_detail .right_block a.link {
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 15px;
  }

  .news_detail .right_block a.link:before {
    top: 10px;
  }

  .news_detail .right_block a.more {
    line-height: 50px;
  }

  .join_index .inner_banner .slick,
  .consumer_detail .inner_banner .slick {
    width: 160vw;
    margin-left: -30vw;
  }

  .join_index .inner_banner .slick-dots,
  .consumer_detail .inner_banner .slick-dots {
    bottom: 0;
  }

  .join_index .inner_banner .txt h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .join_index .inner_banner .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    height: 40px;
  }

  .join_index .section1 a {
    width: 100%;
    margin-top: 12px;
  }
  .join_index .section1 a:nth-of-type(1) {
    margin-top: 0;
  }

  .join_index .section1 h3 {
    font-size: 20px;
  }

  .join_subnav {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .join_subnav.pos {
    background-color: #fff;
    position: static;
  }

  .join_subnav .links {
    float: none;
    text-align: center;
  }

  .join_subnav .links a {
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px;
  }

  .join_subnav.pos .links a {
    color: #333;
  }

  .join_subnav .curr {
    padding: 0;
    margin-top: 10px;
    float: none;
    text-align: center;
  }

  .join_subnav .curr a {
    width: 90px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px;
  }

  .join_3 .section1 {
    padding: 30px 0;
  }

  .inner_tit {
    font-size: 20px;
  }

  .join_3 .section1 .items {
    margin: 20px 0 0;
    padding-bottom: 30px;
  }

  .join_3 .section1 .item {
    width: calc(50% - 5px);
    margin: 0 5px;
  }

  .join_3 .section1 .item h3 {
    padding: 10px 15px;
    text-align: center;
  }

  .join_3 .section2 {
    padding: 30px 0;
  }

  .join_3 .section2 .items {
    margin-top: 20px;
  }

  .join_3 .section2 .items a {
    width: calc(50% - 5px);
    margin: 15px 10px 0 0;
    padding: 20px 15px;
  }
  .join_3 .section2 .items a:nth-of-type(1), .join_3 .section2 .items a:nth-of-type(2) {
    margin-top: 0;
  }
  .join_3 .section2 .items a:nth-of-type(even) {
    margin-right: 0;
  }

  .join_3 .section2 .items a i {
    height: 40px;
  }

  .join_3 .section2 .items a h3 {
    font-size: 16px;
    margin-top: 15px;
  }

  .join_3 .section2 .more {
    margin-top: 20px;
  }

  .join_3 .section2 .more a {
    width: 140px;
    font-size: 14px;
    line-height: 40px;
  }

  .join_2 .section1 {
    padding: 30px 0;
  }

  .join_2 .search_box .inner_tit {
    width: 100%;
    text-align: center;
  }

  .join_2 .search_box form {
    width: 100%;
    margin-top: 20px;
  }

  .join_2 .search_box form input {
    height: 40px;
  }

  .join_2 .search_box form button {
    width: 100px;
    height: 40px;
  }

  .join_2 .filter_box {
    margin-top: 20px;
  }

  .join_2 .filter_box .item {
    padding-left: 82px;
  }

  .join_2 .filter_box .item .head_t {
    width: 80px;
  }

  .join_2 .filter_box .item .head_t span {
    font-size: 14px;
    width: 60px;
  }

  .join_2 .filter_box .item .a_link {
    padding: 8px 10px;
  }

  .join_2 .filter_box .item .a_link a {
    font-size: 12px;
    line-height: 20px;
    padding: 0 15px;
    margin: 2px 2px 2px 0;
  }

  .join_2 .cont_box {
    margin-top: 15px;
  }

  .join_2 .cont_box .tip {
    font-size: 16px;
  }

  .join_2 .rec_list {
    margin: 15px 0 20px;
  }

  .join_2 .rec_list .item {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
  .join_2 .rec_list .item:nth-of-type(1) {
    margin-top: 0;
  }

  .join_2 .rec_list .item .top_box {
    padding: 15px 0;
  }

  .join_2 .rec_list .item h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .join_2 .rec_list .item .info span {
    font-size: 14px;
    margin-left: 20px;
  }

  .join_2 .rec_list .item .info .addr {
    background-size: auto 16px;
    padding-left: 20px;
  }

  .join_2 .rec_list .item .date {
    font-size: 14px;
    padding-left: 20px;
    background-size: auto 14px;
  }

  .join_2 .rec_list .item .bot_box {
    padding: 15px 0;
  }

  .join_2 .rec_list .item .bot_box a {
    font-size: 14px;
  }

  .recruit_popups .pop_item {
    padding: 30px 20px;
  }

  .recruit_popups .pop_item .tit {
    font-size: 18px;
  }

  .recruit_popups .pop_item .s_span {
    display: none;
  }

  .recruit_popups .boxes {
    padding: 20px;
  }

  .recruit_popups .box {
    padding: 15px 0;
  }

  .recruit_popups .box h4 {
    font-size: 16px;
    font-weight: bold;
  }

  .recruit_popups .box .para {
    line-height: 24px;
    margin-top: 10px;
  }

  .recruit_popups a.apply {
    width: 120px;
    font-size: 14px;
    line-height: 36px;
  }

  .recruit_popups .scroll {
    max-height: 60vh;
  }

  .join_1 .section1 {
    padding: 30px 0;
  }

  .join_1 .para {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
  }

  .join_1 .section2 {
    padding: 30px 0;
  }

  .join_1 .section2 .items {
    display: block;
  }

  .join_1 .section2 .item {
    margin-top: 15px;
    padding: 20px;
  }
  .join_1 .section2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .join_1 .section2 .item p {
    font-size: 14px;
    line-height: 24px;
  }

  .join_1 .section3 {
    padding: 30px 0;
  }

  .join_1 .section3 .item {
    width: 100%;
    margin-top: 15px;
  }
  .join_1 .section3 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .join_1 .section3 .item .txt_block {
    padding: 15px;
  }

  .join_1 .section3 .item .date {
    font-size: 14px;
  }

  .join_1 .section3 .item h3 {
    margin: 10px 0;
    height: auto;
  }

  .join_1 .section3 .more a {
    width: 140px;
    line-height: 40px;
    font-size: 14px;
  }

  .join_1 .section3 .more {
    margin-top: 20px;
  }

  .investor_service .section1 {
    padding: 30px 0;
  }

  .investor_subnav a {
    width: auto;
    font-size: 14px;
    line-height: 36px;
    border-width: 1px;
    margin: 1%;
    padding: 0 10px;
  }

  .investor_service .cont_box_2 {
    margin-top: 30px;
  }

  .investor_service .cont_box_2 .items {
    margin-bottom: 20px;
  }

  .investor_service .cont_box_2 .item {
    width: 100%;
    margin-top: 15px;
  }
  .investor_service .cont_box_2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .investor_service .cont_box_2 .item h3 {
    padding: 10px 15px;
    font-weight: bold;
  }

  .investor_service .cont_box_1 {
    margin-top: 20px;
  }

  .investor_service .cont_box_1 .items,
  .contact_page .section1 .items {
    display: block;
  }

  .investor_service .cont_box_1 .items .item,
  .contact_page .section1 .item {
    width: 100%;
    margin-top: 15px;
    padding: 20px;
  }
  .investor_service .cont_box_1 .items .item:nth-of-type(1),
  .contact_page .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .investor_service .cont_box_1 .items .item h3, .investor_service .cont_box_1 .items .item h4,
  .contact_page .section1 .item h3 {
    font-size: 16px;
  }

  .investor_service .cont_box_1 .items .item h3,
  .contact_page .section1 .item h3 {
    font-weight: bold;
  }

  .investor_service .cont_box_1 .items .item h3:after,
  .contact_page .section1 .item h3:after {
    margin-top: 15px;
  }

  .investor_service .cont_box_1 .items .item h4 {
    margin-top: 15px;
  }

  .investor_service .cont_box_1 .form,
  .contact_page .section1 .form {
    margin-top: 20px;
    padding: 20px;
  }

  .investor_service .cont_box_1 .form p,
  .contact_page .section1 .form p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .investor_service .cont_box_1 .form form,
  .contact_page .section1 .form form {
    margin-top: 15px;
  }

  .investor_service .cont_box_1 .form .f_box,
  .contact_page .section1 .form .f_box {
    width: 100%;
    margin-top: 10px;
  }
  .investor_service .cont_box_1 .form .f_box:nth-of-type(1),
  .contact_page .section1 .form .f_box:nth-of-type(1) {
    margin-top: 0;
  }

  .investor_service .cont_box_1 .form .f_box input,
  .contact_page .section1 .form .f_box input {
    height: 40px;
    font-size: 14px;
  }

  .investor_service .cont_box_1 .form .f_box img,
  .contact_page .section1 .form .f_box img {
    height: 38px;
    width: 70px;
  }

  .investor_service .cont_box_1 .form .f_box button,
  .contact_page .section1 .form .f_box button {
    height: 40px;
    font-size: 16px;
  }

  .investor_report .section1 {
    padding-bottom: 30px;
  }

  .investor_report .section1 .block {
    padding-top: 30px;
  }

  .investor_report .section1 .items {
    margin-top: 20px;
  }

  .investor_report .section1 .item {
    width: 100%;
    margin-top: 15px;
  }
  .investor_report .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }
	.news_detail .left_block .cont_box p,.news_detail .left_block .cont_box span,.news_detail .left_block .cont_box div,.news_detail .left_block .cont_box strong,.news_detail .left_block .cont_box dl,.news_detail .left_block .cont_box li,.news_detail .left_block .cont_box a {
	  text-indent:0 !important;
	}
  .investor_report .section1 .item .txt {
    padding: 0 20px;
  }

  .investor_govern .section1 {
    padding: 30px 0;
  }

  .investor_govern .cont_box_3 {
    margin-top: 20px;
  }

  .investor_govern .cont_box_3 .items a {
    padding: 0 20px;
  }

  .investor_govern .cont_box_3 .items h3, .investor_govern .cont_box_3 .items span,
  .investor_bulletin .section1 .items a h3, .investor_bulletin .section1 .items a span,
  .news_topic_detail .section4 .item h3, .news_topic_detail .section4 .item span {
    font-size: 14px;
    line-height: 40px;
  }

  .investor_govern .cont_box_3 .items span,
  .investor_bulletin .section1 .items a span,
  .news_topic_detail .section4 .item span {
    width: 90px;
  }

  .investor_govern .cont_box_3 .items h3,
  .investor_bulletin .section1 .items a h3,
  .news_topic_detail .section4 .item h3 {
    width: calc(100% - 90px);
  }

  .investor_govern .cont_box_3 .items {
    margin-bottom: 20px;
  }

  .investor_govern .cont_box_2 .items {
    margin-bottom: 20px;
  }

  .investor_govern .cont_box_2 {
    margin-top: 20px;
  }

  .investor_govern .cont_box_2 .item {
    width: 100%;
    margin-top: 15px;
  }
  .investor_govern .cont_box_2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .investor_govern .cont_box_2 .item h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .investor_govern .cont_box_2 .item p {
    font-size: 12px;
    line-height: 20px;
    height: 120px;
    margin-top: 10px;
  }

  .investor_govern .cont_box_2 .item .txt_block {
    padding: 0 10px;
  }

  .investor_govern .cont_box_1 {
    margin-top: 20px;
  }

  .investor_govern .cont_box_1 .img_box {
    margin-top: 20px;
  }

  .investor_govern .cont_box_1 .img_box img {
    width: 100%;
  }

  .investor_bulletin .section1 {
    padding: 30px 0;
  }

  .investor_bulletin .section1 .items {
    margin-bottom: 20px;
  }

  .contact_page .section1 {
    padding: 30px 0;
  }

  .contact_page .section1 .info {
    margin-top: 15px;
  }

  .contact_page .section1 .info .box {
    width: 100%;
    height: 70px;
  }

  .contact_page .section1 .info a {
    margin-left: 0;
    margin-top: 15px;
  }

  .contact_page .section1 .info .box p {
    font-size: 24px;
  }

  .contact_page .section1 .info a span {
    font-size: 16px;
  }

  .contact_page .section1 .form .f_box textarea {
    font-size: 14px;
    height: 80px;
  }

  .about_duty .section1 {
    padding: 30px 0;
  }

  .about_duty .section1 .items {
    margin-top: 20px;
    display: block;
  }

  .about_duty .section1 .item {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }
  .about_duty .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about_duty .section1 .item .icon {
    width: 50px;
    height: 50px;
    float: left;
  }

  .about_duty .section1 .item h3 {
    font-size: 16px;
    margin: 0 0 0 70px;
  }

  .about_duty .section1 .item p {
    margin: 10px 0 0 70px;
  }

  .about_duty .section2 {
    padding: 30px 0;
  }

  .about_duty .section2 .items {
    margin-top: 20px;
  }

  .about_duty .section3 {
    padding: 30px 0;
  }

  .about_duty .section3 .items {
    margin-top: 35px;
  }

  .about_duty .section3 .item {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .about_duty .section3 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about_duty .section3 .item .year {
    font-size: 20px;
    line-height: 30px;
    width: 60px;
    left: 15px;
    top: -15px;
  }

  .about_duty .section3 .item .box a {
    padding: 30px 15px 15px;
  }

  .about_duty .section3 .item .box h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .about_duty .section3 .item .box p {
    font-size: 14px;
    margin-top: 10px;
  }

  .about_history .years {
    display: none !important;
  }

  .about_history .section1 {
    padding: 30px 0;
  }

  .about_history .section1 .inner_tit {
    text-align: center;
  }

  .about_history .section1 .items {
    margin-top: 20px;
  }

  .about_history .section1 .items:before,
  .about_history .section1 .items .line {
    display: none;
  }

  .about_history .section1 .item .year {
    width: 100%;
    height: auto;
    line-height: 40px;
    background-color: #007bc7;
    border: none;
    color: #fff;
    border-radius: 0;
  }

  .about_history .section1 .item ul {
    margin-left: 0;
    padding: 20px 0;
  }

  .about_history .section1 .item ul li {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .about_history .section1 .item ul li:before {
    display: none;
  }

  .about_history .section1 .item ul li h3 {
    font-size: 20px;
    padding-left: 20px;
    font-weight: bold;
  }

  .about_history .section1 .item ul li .para {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .about_history .section1 .item ul li .para p {
    padding-left: 20px;
  }

  .about_history .section1 .item ul li .para p:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }

  .about_honor_pic .section1 {
    padding: 30px 0;
  }

  .about_honor_tit .inner_tit {
    width: 100%;
    text-align: center;
  }

  .about_honor_tit .a_box {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  .about_honor_tit .a_box a {
    width: 120px;
    font-size: 14px;
    line-height: 36px;
  }

  .about_honor_tit .a_box a:last-of-type {
    margin-left: 10px;
  }

  .about_honor_pic .section1 .items {
    margin: 20px 0;
  }

  .about_honor_pic .section1 .item {
    width: 100%;
    margin-top: 15px;
  }
  .about_honor_pic .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about_honor_pic .section1 .item h3 {
    padding: 10px 15px;
    font-weight: bold;
  }

  .about_honor_txt .section1 .time_slick {
    margin-top: 20px;
    padding: 0 60px 18px;
  }

  .about_honor_txt .section1 .time_slick:before {
    bottom: 18px;
  }

  .about_honor_txt .section1 .time_slick .slick-arrow {
    width: 36px;
    height: 36px;
    bottom: -18px;
  }

  .about_honor_txt .section1 .time_slick .slick-prev {
    left: -60px;
  }

  .about_honor_txt .section1 .time_slick .slick-next {
    right: -60px;
  }

  .about_honor_txt .section1 .time_slick .item span {
    font-size: 16px;
  }

  .about_honor_txt .section1 .time_cont {
    margin-top: 20px;
  }

  .about_honor_txt .section1 .time_cont ul li {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
  }

  .about_honor_txt .section1 .time_cont ul li:before {
    width: 10px;
    height: 10px;
    border-width: 2px;
    top: 7px;
  }

  .about_honor_txt .section1 .time_cont ul li:nth-of-type(odd):before {
    left: -5px;
  }

  .about_honor_txt .section1 .time_cont ul li:nth-of-type(even):before {
    right: -5px;
  }

  .about_leader .section1 {
    padding: 30px 0;
  }

  .about_leader .section1 .img_block:before, .about_leader .section1 .img_block:after {
    width: 24px;
    height: 24px;
  }

  .about_leader .section1 .img_block {
    margin-top: 20px;
  }

  .about_leader .section1 .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .about_leader .section1 .info span {
    font-size: 14px;
  }

  .about_leader .section1 .info img {
    margin-left: 20px;
    width: 70px;
  }

  .consumer_activity .inner_banner .txt h3,
  .consumer_detail .inner_banner .txt h3 {
    font-size: 20px;
  }

  .consumer_activity .section1 {
    padding: 40px 0 30px;
  }

  .consumer_activity .inner_tit {
    line-height: 26px;
  }

  .consumer_activity .section1 .items {
    margin-top: 20px;
    display: block;
  }

  .consumer_activity .section1 .item {
    width: 100%;
    margin: 15px 0 0;
    padding: 15px;
  }
  .consumer_activity .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .consumer_activity .section1 .item p {
    font-size: 14px;
  }

  .consumer_activity .section1 .item h3,
  .consumer_service .section1 .item h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .consumer_activity .section1 .item a,
  .comm_section2 .cont a {
    width: 120px;
    font-size: 14px;
    margin-top: 10px;
  }

  .consumer_activity .section2 {
    padding: 30px 0;
  }

  .consumer_activity .section2 .img_box {
    margin-top: 20px;
    font-size: 0;
  }

  .consumer_activity .section2 .img_box .box:nth-of-type(1) {
    width: 100%;
  }

  .consumer_activity .section2 .img_box .box:nth-of-type(2), .consumer_activity .section2 .img_box .box:nth-of-type(3) {
    width: 49%;
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-top: 2%;
  }

  .consumer_activity .section2 .img_box .box:nth-of-type(3) {
    margin-left: 2%;
  }

  .consumer_activity .section2 .para {
    margin-top: 15px;
    line-height: 24px;
  }

  .comm_section2 .map {
    height: 300px;
  }

  .comm_section2 .cont h3 {
    font-size: 16px;
  }

  .comm_section2 .cont p {
    font-size: 12px;
    line-height: 20px;
  }

  .consumer_activity .section3 a {
    font-size: 16px;
    line-height: 50px;
  }

  .consumer_promise .section1 {
    padding: 30px 0;
  }

  .consumer_promise .section1 .para {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .consumer_promise .section2 {
    padding: 30px 0;
  }

  .consumer_promise .section2 .item {
    width: 100%;
    margin-top: 20px;
  }

  .consumer_promise .section2 .item .hide {
    display: none !important;
  }

  .consumer_promise .section2 .item h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .consumer_promise .section2 .item .show p {
    height: auto;
  }

  .consumer_service .section1 {
    padding: 30px 0;
  }

  .consumer_service .section1 .items {
    display: block;
  }

  .consumer_service .section1 .item {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }
  .consumer_service .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .consumer_service .section1 .item .tel {
    font-size: 24px;
    line-height: 1;
    margin-top: 10px;
  }

  .consumer_service .section1 .item .email {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }

  .consumer_service .section1 .item p {
    font-size: 14px;
    margin-top: 10px;
  }

  .consumer_service .section1 .item a {
    width: 120px;
    line-height: 36px;
    margin-top: 10px;
  }

  .consumer_service .section2 {
    padding-bottom: 30px;
  }

  .consumer_service .section2 .para {
    margin-top: 20px;
    padding-top: 15px;
  }

  .consumer_service .section2 .para {
    font-size: 14px;
    line-height: 24px;
  }

  .consumer_detail .inner_banner .txt a {
    width: 120px;
    font-size: 14px;
    line-height: 36px;
    margin-top: 15px;
  }

  .consumer_detail .section1 {
    padding: 30px 0;
  }

  .consumer_detail .section1 .img_block {
    margin-top: 20px;
  }

  .consumer_detail .section1 .txt_block {
    margin-top: 15px;
  }

  .consumer_detail .section1 .txt_block p {
    font-size: 16px;
  }

  .consumer_detail .section1 .txt_block a {
    display: block;
    margin-left: 0;
    width: 120px;
    font-size: 14px;
  }

  .consumer_detail .section1 .txt_block .para {
    line-height: 24px;
  }

  .consumer_detail .section2 {
    padding: 30px 0;
  }

  .consumer_detail .section2 .slick {
    margin-top: 20px;
  }

  .consumer_detail .section2 .slick .item h3 {
    font-size: 16px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .consumer_detail .section2 .slick-dots {
    text-align: center;
    margin-top: 15px;
    font-size: 0;
  }
  .consumer_detail .section2 .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: #bfbfbf;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .consumer_detail .section2 .slick-dots li.slick-active {
    background-color: #007bc7;
  }
  .consumer_detail .section2 .slick-dots button {
    display: none;
  }

  .news_topic_detail .topic_info {
    padding: 15px 0;
  }

  .news_topic_detail .topic_info .item {
    width: 100%;
    font-size: 14px;
  }
  .news_topic_detail .topic_info .item:nth-of-type(1) {
    margin-top: 5px;
  }

  .news_topic_detail .topic_info .item span {
    font-size: 16px;
    width: 80px;
    padding-right: 0;
    font-weight: bold;
  }

  .news_topic_detail .section1 {
    padding: 30px 0;
  }

  .news_topic_detail .section1 .txt_block {
    width: 100%;
    padding-right: 0;
  }

  .news_topic_detail .section1 .inner_tit {
    text-align: center;
  }

  .news_topic_detail .section1 .para {
    margin-top: 15px;
    line-height: 24px;
  }

  .news_topic_detail .section1 .img_block {
    width: 100%;
    margin-top: 15px;
  }

  .news_topic_detail .section2 {
    padding: 30px 0;
  }

  .news_topic_detail .section2 .slick {
    margin-top: 20px;
  }

  .news_topic_detail .section2 .ope {
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
  }

  .news_topic_detail .section2 .ope .tit {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news_topic_detail .section3 {
    padding: 30px 0;
  }

  .news_topic_detail .section3 .big_slick {
    margin-top: 20px;
  }

  .news_topic_detail .section3 .big_slick .item a {
    width: 40px;
    height: 40px;
  }

  .news_topic_detail .section3 .small_slick .item h3 {
    display: none;
  }

  .news_topic_detail .section4 {
    padding: 30px 0;
  }

  .news_topic_detail .section4 .items {
    margin-top: 20px;
  }

  .news_topic_detail .section4 .item {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }

  .news_topic_detail .section4 .item a {
    padding-left: 15px;
  }

  .news_topic_detail .section5 {
    padding: 30px 0;
  }

  .news_topic_detail .section5 .items {
    margin-top: 20px;
  }

  .news_topic_detail .section5 .item {
    width: calc((100% - 20px) / 3);
    height: 60px;
    margin: 10px 10px 0 0;
  }
  .news_topic_detail .section5 .item:nth-of-type(1), .news_topic_detail .section5 .item:nth-of-type(2), .news_topic_detail .section5 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .news_topic_detail .section5 .item:nth-of-type(3n) {
    margin-right: 0;
  }

  .business_page .left_dots {
    display: none !important;
  }

  .business_page .section .cont {
    width: 100%;
  }

  .business_page .section .txt_block {
    padding: 40px 10vw;
    min-height: calc(100vh - 56px);
  }

  .business_page .section .box {
    padding: 20px;
  }

  .business_page .section p {
    margin-top: 10px;
  }

  .business_page .section .btns {
    margin-top: 10px;
  }

  .business_page .section .btns.half a {
    width: calc(50% - 5px);
  }

  .business_page .section .btns.half a:nth-of-type(2) {
    margin-left: 10px;
  }

  .business_page .section .btns a {
    font-size: 16px;
    line-height: 40px;
    border-width: 2px;
  }

  .business_page .section1 .btns a:nth-of-type(1):before,
  .business_page .section1 .btns a:nth-of-type(2):before,
  .business_page .section2 .btns a:before,
  .business_page .section4 .btns a:before,
  .business_page .section5 .btns a:before,
  .business_page .section6 .btns a:before,
  .business_page .section7 .btns a:before {
    margin-right: 10px;
  }

  .chain_page .section1 {
    padding: 30px 0;
  }

  .chain_page .section1 .items {
    margin-top: 20px;
  }

  .chain_page .section1 .item {
    width: 100%;
    margin-top: 15px;
  }
  .chain_page .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .chain_page .section1 .item .txt_block {
    padding: 20px 0;
  }

  .chain_page .section1 .item h3 {
    font-weight: bold;
    font-size: 16px;
  }

  .chain_page .section1 .item p {
    line-height: 24px;
    height: auto;
  }

  .chain_page .section2 {
    padding: 30px 0;
  }

  .chain_page .section2 .cont {
    margin-top: 20px;
    height: auto;
  }

  .chain_page .section2 .right_cont {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .chain_page .section2 .right_cont .tel {
    font-size: 24px;
  }

  .chain_page .section2 .right_cont .select {
    margin-top: 10px;
  }

  .chain_page .section2 .right_cont .branch {
    margin-top: 10px;
  }

  .chain_page .section2 .right_cont .branch .img {
    width: 120px;
  }

  .chain_page .section2 .right_cont .branch .txt {
    width: calc(100% - 120px);
    padding-left: 15px;
  }

  .chain_page .section2 .right_cont .branch .txt .name {
    font-size: 14px;
  }

  .chain_page .section2 .right_cont .branch .txt p {
    font-size: 12px;
  }

  .chain_page .section2 .right_cont .lists {
    position: static;
    padding-right: 10px;
  }

  .chain_page .section2 .right_cont .lists .list {
    padding-top: 20px;
  }

  .chain_page .section2 .right_cont .lists .list h4 {
    font-weight: bold;
  }

  .chain_page .section2 .left_cont {
    width: 100%;
    float: none;
  }

  .consumer_store .section1 {
    height: auto;
  }

  .consumer_store .section1 .map {
    display: none;
  }

  .consumer_store .section1 .main_info {
    position: static;
    width: 100%;
  }

  .consumer_store .section1 .main_info .lists {
    position: static;
  }

  .consumer_store .section1 .main_info {
    padding: 30px 20px;
  }

  .consumer_store .section1 .main_info .lists .list {
    padding: 15px 0;
  }

  .consumer_store .section1 .main_info .lists .list h3 {
    font-size: 16px;
  }

  .consumer_store .section1 .main_info .lists .list a {
    display: block;
    width: 80px;
    font-size: 14px;
    color: #007bc7;
    background-color: #fff;
    border-radius: 16px;
    line-height: 32px;
    margin-top: 10px;
    text-align: center;
  }

  .about_intro .section1 {
    margin-top: 30px;
  }

  .about_intro .inner_banner .inner_tit {
    display: none;
  }

  .about_intro .section1 .item {
    width: calc(50% - 5px);
    margin: 10px 10px 0 0;
    padding: 15px;
  }
  .about_intro .section1 .item:nth-of-type(1), .about_intro .section1 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .about_intro .section1 .item:nth-of-type(even) {
    margin-right: 0;
  }

  .about_intro .section1 .item i {
    width: 40px;
    height: 30px;
  }

  .about_intro .section1 .item .txt {
    width: calc(100% - 40px);
  }

  .about_intro .section1 .item .num span {
    font-size: 20px;
  }

  .about_intro .section2 {
    padding: 30px 0;
  }

  .about_intro .section2 .txt_block {
    width: 100%;
    padding: 0 5vw;
  }

  .about_intro .section2 .txt_block .box {
    width: 100%;
    max-width: 100%;
  }

  .about_intro .section2 .txt_block .label {
    width: 100px;
    font-size: 14px;
    margin: 0 auto;
  }

  .about_intro .section2 .txt_block h3, .about_intro .section4 .tab_cont .child .txt_block h3, .about_intro .section5 .item .txt_block h3, .about_intro .section6 .main .txt span {
    font-size: 16px;
    font-weight: bold;
  }

  .about_intro .section2 .txt_block h3 {
    margin: 15px 0;
    text-align: center;
  }

  .about_intro .section2 .txt_block a {
    width: 140px;
    font-size: 14px;
    line-height: 36px;
    margin: 15px auto 0;
  }

  .about_intro .section2 .img_block {
    width: 100%;
    margin-top: 20px;
  }

  .about_intro .section3 {
    padding: 30px 0;
  }

  .about_intro .section3 .img_block {
    margin-top: 20px;
  }

  .about_intro .section4 {
    background-color: #fff;
    padding-bottom: 30px;
  }

  .about_intro .section4 .tab_tit {
    display: none;
  }

  .about_intro .section4 .tab_cont .child {
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  .about_intro .section4 .tab_cont .child .txt_block {
    position: static;
    padding: 15px 0;
  }

  .about_intro .section4 .tab_cont .child .txt_block h3 {
    color: #333;
    text-align: center;
  }

  .about_intro .section4 .tab_cont .child .txt_block .para {
    color: #808080;
    width: 100%;
    margin-top: 10px;
  }

  .about_intro .section4 .slick-dots {
    text-align: center;
    font-size: 0;
  }
  .about_intro .section4 .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: #bfbfbf;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .about_intro .section4 .slick-dots li.slick-active {
    background-color: #007bc7;
  }
  .about_intro .section4 .slick-dots button {
    display: none;
  }

  .about_intro .section5 .item {
    width: 100%;
  }

  .about_intro .section5 .item .img_block img {
    width: 140vw;
    margin-left: -20vw;
  }

  .about_intro .section6 {
    padding: 30px 0;
  }

  .about_intro .section6 .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .about_intro .section6 .main {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
  }

  .about_intro .section6 .main .ring,
  .about_intro .section6 .line {
    display: none !important;
  }

  .about_intro .section6 .main .txt {
    border: none;
  }

  .about_intro .section6 .main .txt span {
    position: static;
    display: block;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .about_intro .section6 .main .dot:nth-of-type(4),
  .about_intro .section6 .main .dot:nth-of-type(5),
  .about_intro .section6 .main .dot:nth-of-type(6),
  .about_intro .section6 .main .dot:nth-of-type(7) {
    display: none;
  }

  .about_intro .section6 .main .dot {
    position: static;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    width: calc((100vw - 40px) / 3) !important;
    height: calc((100vw - 40px) / 3) !important;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .about_intro .section6 .main .dot:nth-of-type(3) {
    margin-right: 0;
  }

  .about_intro .section6 .main .dots {
    font-size: 0;
    margin-top: 20px;
    padding: 0 10px;
  }

  .about_intro .section6 .main .dot:nth-of-type(1) span, .about_intro .section6 .main .dot:nth-of-type(2) span, .about_intro .section6 .main .dot:nth-of-type(3) span {
    font-size: 12px;
    line-height: 20px;
  }

  .about_intro .section7 {
    padding: 50px 0;
  }

  .about_intro .section7 .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .index_main .section1 .slick .item {
    height: 33vh;
    MARGIN-TOP: 56PX;
  }

  .index_main .section1 .link {
    position: static;
  }

  .index_main .section1 .ope {
    display: none;
  }

  .index_main .section1 .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 3;
  }
  .index_main .section1 .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 20px;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
  }
  .index_main .section1 .slick-dots li:first-of-type {
    margin-left: 0;
  }
  .index_main .section1 .slick-dots li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .index_main .section1 .slick-dots li button {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    background-color: #007bc7;
  }
  .index_main .section1 .slick-dots li.slick-active button {
    -webkit-animation: line_1 3.3s linear forwards;
    -moz-animation: line_1 3.3s linear forwards;
    -ms-animation: line_1 3.3s linear forwards;
    animation: line_1 3.3s linear forwards;
  }

  .index_main .section1 .ope a {
    display: none;
  }

  .index_main .section1 .link .item {
    width: 100%;
    box-shadow: none;
  }

  .index_main .section1 .link .item a {
    padding: 20px;
  }

  .index_main .section1 .link .item span {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    right: 20px;
  }

  .index_main .section2 {
    padding: 30px 0;
  }

  .index_main .section2 .index_tit h4, .index_main .section2 .index_tit h3 {
    color: #333;
  }

  .index_main .index_tit h4 {
    font-size: 24px;
  }

  .index_main .index_tit h3 {
    font-size: 20px;
    margin-top: -15px;
  }

  .index_main .section2 .dots_box,
  .index_main .section2 .txt_box {
    display: none;
  }

  .index_main .section2 .bg_box {
    display: none;
  }

  .index_main .section2 .m_box {
    display: block;
    margin-top: 20px;
    padding: 0 5vw;
  }
  .index_main .section2 .m_box .img_block {
    overflow: hidden;
  }
  .index_main .section2 .m_box img {
    display: block;
    width: 100%;
  }
  .index_main .section2 .m_box h3 {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
  }
  .index_main .section2 .m_box p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
  }
  .index_main .section2 .m_box a {
    display: block;
    padding-top: 10px;
    width: 100px;
    font-size: 16px;
    color: #333;
    position: relative;
    margin-top: 15px;
  }
  .index_main .section2 .m_box a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background-color: #c1c1c1;
  }

  .index_main .section2 .slick-dots {
    text-align: center;
    font-size: 0;
    margin-top: 15px;
  }
  .index_main .section2 .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: #bfbfbf;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .index_main .section2 .slick-dots li.slick-active {
    background-color: #007bc7;
  }
  .index_main .section2 .slick-dots button {
    display: none;
  }

  .index_main .section3 {
    padding: 30px 0;
  }

  .index_main .section3 .slick {
    margin: 20px 5vw 0;
  }

  .index_main .section3 .slick-list {
    padding-left: 0;
  }

  .index_main .section3 .slick .item {
    padding: 0 2px;
  }

  .index_main .section3 .slick .item .txt_block {
    padding: 15px 0;
  }

  .index_main .section3 .slick .item h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    font-weight: bold;
  }

  .index_main .section3 .slick .item span {
    display: none;
  }

  .index_main .section3 .slick-dots li,
  .join_3 .section1 .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .index_main .section4 .single_box a {
    padding: 40px 0;
  }

  .index_main .section4 .single_box .box {
    float: none;
    max-width: 100%;
  }

  .index_main .section4 .single_box .box h3 {
    font-size: 20px;
  }

  .index_main .section4 .single_box .box span {
    margin-top: 15px;
  }

  .index_main .section4 .half_box .item {
    width: 100%;
  }

  .index_main .section4 .half_box .item a {
    padding: 40px 5vw;
  }

  .index_main .section4 .half_box .item h3 {
    font-size: 20px;
  }

  .index_main .section4 .half_box .item p {
    font-size: 14px;
    margin-top: 10px;
  }

  .index_main .section4 .half_box .item span {
    margin-top: 15px;
  }

  .index_main .section5 {
    padding: 30px 0;
    background-color: #f9f9f9;
  }

  .index_main .section5 .index_tit h4, .index_main .section5 .index_tit h3 {
    color: #333;
  }

  .index_main .section5 .cont-box {
    padding: 0;
    background-color: transparent;
  }

  .index_main .section5 .bg-box,
  .index_main .section5 .block {
    display: none;
  }

  .index_main .section5 .m_box {
    display: block;
    margin-top: 20px;
    padding: 0 5vw;
  }
  .index_main .section5 .m_box .img_block {
    overflow: hidden;
  }
  .index_main .section5 .m_box img {
    display: block;
    width: 100%;
  }
  .index_main .section5 .m_box h3 {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
  }
  .index_main .section5 .m_box p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
  }
  .index_main .section5 .m_box a {
    display: block;
    padding-top: 10px;
    width: 100px;
    font-size: 16px;
    color: #333;
    position: relative;
    margin-top: 15px;
  }
  .index_main .section5 .m_box a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background-color: #c1c1c1;
  }

  .index_main .section5 .slick-dots {
    text-align: center;
    font-size: 0;
    margin-top: 15px;
  }
  .index_main .section5 .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: #bfbfbf;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .index_main .section5 .slick-dots li.slick-active {
    background-color: #007bc7;
  }
  .index_main .section5 .slick-dots button {
    display: none;
  }

  .search_page .section1 {
    padding: 30px 0;
  }

  .search_page .section1 .left {
    width: 100%;
    padding: 15px;
  }

  .search_page .section1 .left .item {
    line-height: 40px;
  }

  .search_page .section1 .right {
    margin: 15px 0 0;
    width: 100%;
  }

  .search_page .section1 .right h3 {
    text-indent: 20px;
  }

  .search_page .section1 .right a {
    line-height: 40px;
    text-indent: 20px;
  }
}


/*2022-03-25 CSS*/
.footer .link_box .boxes .box{width:12.5%;}
.footer .link_box .ewm .addr{margin-top:1.5vw;}
.footer .link_box h3{margin-bottom:30px;}
.footLink{ position:relative; display:block; border:1px solid #ddd;margin-top:1.5vw; z-index:3}
.footLval{ line-height:46px; padding:0 30px 0 15px; height:46px; overflow:hidden; font-size:14px; color:#666}
.footLval:after{content:""; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #999; position:absolute; right:15px; top:20px;}
.footOption{ width:100%; left:0; top:45px; background:#fff; position:absolute; border:1px solid #ddd; padding:5px 0; transition:all 0.5s ease; transform:scaleY(0); transform-origin:center top; visibility:hidden; opacity:0;}
.footLink:hover .footOption{opacity:1; transform:scaleY(1); visibility:visible;}
.footOption div{ max-height:150px; overflow-y:auto;}
.footLink_a{ display:block; line-height:22px; padding:4px 15px; font-size:12px; color:#AEAEAE}
.footLink_a:hover{ color:#007bc7;}
@media (max-width:1559px){
.footer .link_box h3{margin-bottom:20px;}
}
@media (max-width:1199px){
.footer .link_box h3{font-size:13px;}
}
@media (max-width:1600px) and (min-width:1300px){
.header .nav li{ margin:0 8px;}
.header .nav li a.single{font-size:15px;}
.header .nav{padding-right:30px;}
}
.service-wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .service-wrapper { display: block; position: fixed; bottom: 15%; right: 0; padding: 18px 15px; border-radius: 12px 0px 0px 12px; background: linear-gradient(356deg, #FFB8A1 5.84%, #FF774B 96.07%); color: #fff; overflow: hidden; z-index: 4; }
  .service-title { font-size: 18px; font-weight: bold; text-align: center; padding-bottom: 8px; }
  .service-desc { font-size: 12px; text-align: center; }
  .service-btn { display: inline-block; margin: 12px auto 0; padding: 5px 30px; background: rgba(255, 255, 255, 0.9); border-radius: 100px; color: #FF5C27; text-align: center; font-size: 12px; cursor: pointer; }
  .service-close { position: absolute; top: 0; left: 0; width: 24px; height: 24px; cursor: pointer; background: url('../service-close.html') no-repeat center; }
}
