.gradient {
  background-image: -moz-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -webkit-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -ms-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
}
.header {
  background-color: #1c8cb5;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
}
.header .container{
  width: 96%;
  max-width: 18rem;
}
.header .logo {
  height: 1rem;
  float: left;
  display: flex;
  align-items: center;
}
.header .logo a{
  margin-right: .1rem;
  color: #fff;
  font-size: 1.25em;
}
.header .logo a:hover{
  color: #fff;
}
.header .logo img {
  max-height: 0.5rem;
}
.header .search_log {
  float: right;
  height: 1rem;
  display: flex;
  align-items: center;
  margin-left: 0.25rem;
}
.header .search_log .item {
  position: relative;
  padding: 0 0.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header .search_log .item:last-of-type {
  padding-right: 0;
  border-right: 0;
  max-width: 1rem;
}
.header .search_log .label {
  color: #ffffff;
  line-height: 1;
}
.header .search_log .icon {
  width: 14px;
  height: 14px;
  background: url(../images/icon_search.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  flex-shrink:0;
}
.header .search_log .sub {
  position: absolute;
  right: 0.15rem;
  top: 100%;
  padding-top: 0.1rem;
  transform: translateY(-5px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}
.header .search_log .sub.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header .search_log .sub .sub-inner {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 0.1rem;
  border-radius: 0.04rem;
  position: relative;
}
.header .search_log .sub .sub-inner::before {
  content: '';
  width: 0 ;
  height: 0;
  border: 0.05rem solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  right: 0.1rem;
  top: -0.08rem;
}
.header .search_log .sub .search-box {
  width: 2.5rem;
  padding-right: 0.4rem;
  position: relative;
}
.header .search_log .sub .search-box .text {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  border-right: 1px solid #eee;
}
.header .search_log .sub .search-box .btn {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/icon_search_black.svg) center center no-repeat;
  background-size: 14px;
}
.header .search_log .sub .search-box .text {
  padding-left: 10px;
}
@media (min-width: 1025px) {
  .header .nav {
    float: right;
  }
  .header .nav em {
    display: block;
    min-width: 0.55rem;
    text-align: justify;
    text-align-last: justify;
  }
  .header .nav em a {
    font-size: 0.18rem;
    color: #fff;
    display: block;
    line-height: 1rem;
    font-weight: bold;
  }
  .header .nav li {
    float: left;
    padding: 0 0.12rem;
    position: relative;
  }
  .header .nav li em {
    position: relative;
  }
  .header .nav li em::after {
    content: '';
    width: 0;
    height: 0.04rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .header .nav li::after {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transform: translateX(50%);
  }
  .header .nav li:last-of-type::after {
    display: none;
  }
  .header .nav li .sub {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -5px);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    min-width: 100%;
  }
  .header .nav li .sub dl {
    background-color: #1c8cb5;
  }
  .header .nav li .sub dd {
    padding: 0 0.15rem;
    line-height: 0.4rem;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
  }
  .header .nav li .sub dd:last-of-type {
    border-bottom: 0;
  }
  .header .nav li .sub dd:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header .nav li .sub a {
    white-space: nowrap;
    color: #fff;
  }
  .header .nav li:hover .sub {
    transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
  }
  .header .nav li:hover em::after,
  .header .nav li.active em::after {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header .logo {
    height: 1.2rem;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
  }
  .header .logo img {
    height: 0.7rem;
    display: block;
  }
  .header .logo a{
    font-size: .2rem;
  }
  .header .search_log {
    height: 1.2rem;
  }
  .header .search_log .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .header .nav.active {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    left: 0;
    top: 1.2rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .nav.active ul {
    transform: translateX(0);
  }
  .header .nav ul {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 1.2rem;
    width: 5rem;
    right: 0;
    height: calc(100% - 1.2rem);
    overflow-y: auto;
    background-color: #1c8cb5;
    padding: 0.3rem 0.1rem 0.3rem;
    transform: translateX(100%);
    transition: 0.3s;
  }
  .header .nav a {
    color: #fff;
  }
  .header .nav li {
    padding: 0 0.1rem;
    line-height: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .nav em {
    position: relative;
    display: block;
  }
  .header .nav .sub {
    display: none;
    padding: 0 0.1rem;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 3;
  }
  .header .nav .has-sub em i {
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .nav .has-sub em i::before,
  .header .nav .has-sub em i::after {
    content: '';
    background-color: #fff;
    border-radius: 0.02rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
  .header .nav .has-sub em i::before {
    width: 100%;
    height: 0.03rem;
  }
  .header .nav .has-sub em i::after {
    width: 0.03rem;
    height: 100%;
  }
  .header .nav .has-sub em.active i::after {
    height: 0;
  }
  .header .nav .btn .item {
    padding: 0 0.08rem;
  }
  .header #open-menu {
    width: 0.6rem;
    height: 0.5rem;
    float: right;
    margin-top: 0.325rem;
    position: relative;
    margin-left: 0.2rem;
  }
  .header #open-menu::before,
  .header #open-menu::after {
    content: '';
  }
  .header #open-menu i,
  .header #open-menu::before,
  .header #open-menu::after {
    width: 100%;
    height: 0.05rem;
    background-color: #fff;
    position: absolute;
    transition: 0.3s;
    right: 0;
    margin: auto;
    border-radius: 0.02rem;
  }
  .header #open-menu i {
    top: 0;
    bottom: 0;
    width: 65%;
  }
  .header #open-menu::before {
    top: 0;
    right: 0;
  }
  .header #open-menu::after {
    bottom: 0;
    right: 0;
  }
  .header #open-menu.active::before {
    bottom: 0;
    transform: rotateZ(45deg);
  }
  .header #open-menu.active::after {
    top: 0;
    transform: rotateZ(-45deg);
  }
  .header #open-menu.active i {
    opacity: 0;
  }
  .header .search_log .item{
    padding: 0 0.15rem;
  }
}
.bottom {
  background-color: #1c8cb5;
  padding: 0.4rem 0 0.3rem;
}
.bottom .container {
  display: flex;
}
.bottom .left {
  width: 5.4rem;
  flex-shrink: 0;
  padding-bottom: 0.3rem;
}
.bottom .right {
  flex: 1;
}
.bottom .qrcode {
  display: flex;
  margin-bottom: 0.15rem;

}
.bottom .qrcode:last-of-type{
  margin-bottom: .95rem;
}
.bottom .qrcode .item {
  width: 1rem;
  margin-right: 0.15rem;
}
.bottom .qrcode .item img {
  border-radius: 0.04rem;
}
.bottom .mail .title {
  display: flex;
  line-height: 1;
  font-size: 0.18rem;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.bottom .mail .title h2 {
  font-weight: normal;
}
.bottom .mail .title .icon {
  width: 0.18rem;
  height: 0.14rem;
  background: url(../images/icon_mailbox.svg) center center / contain no-repeat;
  margin-right: 0.12rem;
}
.bottom .mail .des {
  padding-left: 0.3rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.4);
}
.bottom .nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.bottom .nav li {
  margin-left: 0.15rem;
}
.bottom .nav em {
  display: block;
  font-size: 0.18rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.bottom .nav em a {
  color: #ffffff;
}
.bottom .nav .sub dd {
  margin-bottom: 0.15rem;
}
.bottom .nav .sub dd a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
}
.bottom .other {
  display: flex;
  justify-content: space-between;
  padding-top: 0.2rem;
}
.bottom .other .column {
  font-size: 0;
  margin-bottom: 10px;
}
.bottom .other .column a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  display: inline-block;
  padding: 0 0.22rem;
  position: relative;
}
.bottom .other .column a:first-of-type {
  padding-left: 0;
}
.bottom .other .column a:last-of-type {
  padding-right: 0;
}
.bottom .other .column a:last-of-type::after {
  display: none;
}
.bottom .other .column a:hover {
  color: #fff;
}
.bottom .other .column a::after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(50%);
}
.bottom .other .copyright {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.4);
}
.bottom .other .copyright a {
  color: rgba(255, 255, 255, 0.4);
}
.bottom .other .copyright a:hover {
  color: #fff;
}
.bottom .other .friend {
  position: relative;
}
.bottom .other .friend h2 {
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.15rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.4);
  border-radius: 0.05rem;
  background-color: rgba(255, 255, 255, 0.102);
  position: relative;
  cursor: pointer;
}
.bottom .other .friend h2::after {
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 0.15rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scaleY(0.8);
  transition: 0.3s;
  transform-origin: 0.03rem 0.06rem;
}
.bottom .other .friend h2.active::after {
  transform: scaleX(0.8) rotate(-90deg);
}
.bottom .other .friend .sub {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
  max-height: 3rem;
  overflow-y: auto;
  display: none;
}
.bottom .other .friend .sub dd {
  padding: 0 0.15rem;
  line-height: 0.39rem;
  border-bottom: 1px solid #ccc;
}
.bottom .other .friend .sub dd a {
  color: #666;
  opacity: 0.6;
  font-size: 0.14rem;
}
.bottom .other .friend .sub dd a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .bottom .container {
    display: block;
  }
  .bottom .left {
    width: auto;
    display: flex;
    justify-content: center;
  }
  .bottom .left img {
    width: 3rem;
  }
  .bottom .qrcode {
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  .bottom .qrcode .item {
    width: 2rem;
    text-align: center;
  }
  .bottom .mail .title {
    justify-content: center;
    font-size: 0.3rem;
  }
  .bottom .mail .title .icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .bottom .mail .des {
    padding-left: 0;
    text-align: center;
    font-size: 0.24rem;
  }
  .bottom .nav {
    display: block;
  }
  .bottom .nav li {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.15rem;
    margin-left: 0;
  }
  .bottom .nav em {
    padding: 0 0.3rem;
    line-height: 3;
    margin-bottom: 0;
    font-size: 0.3rem;
    position: relative;
  }
  .bottom .nav em::before {
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    border: 0.04rem solid rgba(255, 255, 255, 0.4);
    border-radius: 0.03rem;
    position: absolute;
    right: 0.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    transition: 0.3s;
  }
  .bottom .nav em.active::before {
    transform: rotate(135deg);
  }
  .bottom .nav .sub {
    padding: 0 0.3rem;
    display: none;
  }
  .bottom .nav .sub dd {
    line-height: 3;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .bottom .nav .sub dd a {
    font-size: 0.28rem;
  }
  .bottom .other {
    display: block;
    text-align: center;
  }
  .bottom .other .info {
    margin-bottom: 0.15rem;
  }
  .bottom .other .friend {
    text-align: left;
  }
  .bottom .other .friend h2 {
    width: 100%;
    text-align: left;
    padding: 0 0.3rem;
    height: auto;
    line-height: 3;
    font-size: 0.3rem;
  }
  .bottom .other .friend h2::after {
    border-width: 10px;
  }
  .bottom .other .friend .sub dd {
    padding: 0 0.3rem;
    line-height: 0.8rem;
  }
  .bottom .other .friend .sub dd a {
    font-size: 0.24rem;
  }
  .bottom .other .column a {
    font-size: 0.24rem;
  }
  .bottom .other .copyright {
    font-size: 0.24rem;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .phone {
  display: none;
  width: 100%;
}
.banner .container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.banner .container h2 {
  font-size: 0.64rem;
  color: #ffffff;
  margin-bottom: 0.17rem;
}
.banner .container h3 {
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
  }
}
.loction {
  background-color: #f5f5f5;
}
.loction .container {
  display: flex;
  align-items: center;
  height: 0.8rem;
}
.loction .container * {
  font-size: 0.16rem;
  color: #999999;
}
.loction .container font {
  margin: 0 0.1rem;
  font-family: '宋体';
}
.loction .container span:last-of-type {
  width: 0;
  flex: 1;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.loction .container a:hover {
  color: #1c8cb5;
}
@media (max-width: 1024px) {
  .loction .container {
    height: 1rem;
  }
  .loction .container * {
    font-size: 0.24rem;
  }
}
.layout {
  display: flex;
  padding: 0.6rem 0;
}
.layout .sidebar {
  width: 2.6rem;
  flex-shrink: 0;
}
.layout .main_con {
  width: 0;
  flex: 1;
  padding-left: 0.6rem;
}
@media (max-width: 1024px) {
  .layout {
    display: block;
  }
  .layout .sidebar {
    width: auto;
  }
  .layout .main_con {
    padding-left: 0;
    padding-top: 0.3rem;
    width: 100%;
  }
}
.side_menu {
  border-radius: 0.1rem;
  overflow: hidden;
  position: sticky;
  top: 0.9rem;
}
.side_menu h2 {
  background: url(../images/column_bg.jpg) right bottom / cover no-repeat;
  padding: 0.25rem 0.2rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  pointer-events: none;
}
.side_menu h2 .cn {
  display: block;
  font-size: 0.28rem;
  margin-bottom: 0.06rem;
}
.side_menu h2 .en {
  font-size: 0.16rem;
  display: block;
}
.side_menu .column {
  display: none;
}
.side_menu .menu {
  background-color: #f5f5f5;
  padding: 0 0.2rem 0.2rem;
}
.side_menu .menu li em {
  display: block;
  line-height: 0.58rem;
  border-bottom: 1px solid transparent;
  position: relative;
}
.side_menu .menu li em a {
  font-size: 0.18rem;
  color: #555555;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.side_menu .menu li em a::after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-right: 0.02rem solid #bbb;
  border-top: 0.02rem solid #bbb;
  position: absolute;
  right: 0.02rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s;
}
.side_menu .menu li em a.active {
  color: #1c8cb5;
  border-color: #1c8cb5;
}
.side_menu .menu li em a.active::after {
  border-color: #1c8cb5;
}
.side_menu .menu li .sub {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.12rem 0.1rem;
  display: none;
}
.side_menu .menu li .sub dd a {
  display: block;
  line-height: 0.33rem;
  font-size: 0.16rem;
  color: #888888;
}
.side_menu .menu li .sub dd a.active {
  color: #1c8cb5;
}
.side_menu .menu li:hover,
.side_menu .menu li.active {
  border-color: #1c8cb5;
}
.side_menu .menu li:hover em a,
.side_menu .menu li.active em a {
  border-color: #1c8cb5;
  color: #1c8cb5;
}
.side_menu .menu li:hover em a::after,
.side_menu .menu li.active em a::after {
  border-color: #1c8cb5;
}
.side_menu .menu li.has-sub em::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.side_menu .menu li.has-sub.active em a::after {
  transform: rotate(135deg);
}
@media (max-width: 1024px) {
  .side_menu .menu {
    display: none;
  }
  .side_menu .menu li em {
    line-height: 0.8rem;
  }
  .side_menu .menu li em a {
    font-size: 0.28rem;
  }
  .side_menu .menu li .sub dd a {
    font-size: 0.24rem;
    line-height: 0.6rem;
  }
  .side_menu h2 {
    pointer-events: all;
    padding: 0.3rem 0.2rem;
  }
  .side_menu h2 .cn {
    display: none;
    font-size: 0.3rem;
  }
  .side_menu h2 .en {
    font-size: 0.16rem;
    display: none;
  }
  .side_menu h2.active .column::after {
    transform: rotate(135deg);
  }
  .side_menu .column {
    display: block;
    position: relative;
  }
  .side_menu .column::after {
    content: '';
    width: 0.12rem;
    height: 0.12rem;
    border-right: 0.02rem solid #fff;
    border-top: 0.02rem solid #fff;
    position: absolute;
    right: 0.02rem;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: 0.3s;
  }
}
.flex_box {
  display: flex;
}
@media (max-width: 1024px) {
  .flex_box {
    display: block;
  }
}
.about_tit {
  font-size: 0.42rem;
  color: #11689c;
  font-weight: bold;
  line-height: 1.2;
  word-break: break-word;
  white-space: pre-line;
}
.about_tit_sub {
  font-size: 0.3rem;
  line-height: 1.2;
  color: #11689c;
  margin-bottom: 0.1rem;
}
.about_tit_sub_en {
  font-size: 0.2rem;
  line-height: 1.2;
  color: #11689c;
}
.about_part01 {
  margin-bottom: 0.54rem;
}
.about_part01 .about_tit {
  margin-bottom: 0.3rem;
}
.about_part01 .flex_box {
  margin-bottom: 0.15rem;
}
.about_part01 .left_wrap {
  flex: 1;
}
.about_part01 .left_wrap .txt {
  font-size: 0.18rem;
  color: #333333;
  line-height: 2;
  font-weight: bold;
  text-align: justify;
}
.about_part01 .right_wrap {
  margin-left: 0.6rem;
  flex-shrink: 0;
}
.about_part01 .des {
  font-size: 0.18rem;
  color: #666666;
  line-height: 2;
  font-weight: bold;
  hyphens: auto;
}
@media (max-width: 1024px) {
  .about_part01 .left_wrap {
    margin-bottom: 0.15rem;
  }
  .about_part01 .left_wrap .txt {
    font-size: 0.3rem;
  }
  .about_part01 .right_wrap {
    text-align: center;
    margin-left: 0;
    width: 100%;
  }
  .about_part01 .des {
    font-size: 0.3rem;
  }
}
.about_part02 {
  padding: 0.6rem 0.4rem;
  margin-bottom: 0.9rem;
  min-height: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  border-radius: 0.06rem;
}
.about_part02 .about_tit {
  text-align: center;
  margin-bottom: 0.15rem;
}
.about_part02 .cn {
  font-size: 0.18rem;
  color: #333333;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 0.03rem;
}
.about_part02 .en {
  font-size: 0.18rem;
  color: #666666;
  line-height: 2;
}
@media (max-width: 1024px) {
  .about_part02 .en,
  .about_part02 .cn {
    font-size: 0.3rem;
  }
}
.about_part03 .about_tit {
  margin-bottom: 0.2rem;
}
.about_part03 .left_wrap {
  width: 4.6rem;
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.about_part03 .left_wrap img {
  width: 100%;
}
.about_part03 .right_wrap {
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.667;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .about_part03 .left_wrap {
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .about_part03 .left_wrap img {
    width: 100%;
  }
  .about_part03 .right_wrap {
    font-size: 0.3rem;
  }
}
.about_Hydrogen .about_part02 {
  text-align: center;
  margin-bottom: 0.35rem;
}
.about_part04 {
  margin-bottom: 0.6rem;
}
.about_part04 .about_tit {
  text-align: center;
  margin-bottom: 0.35rem;
}
.about_part04 .list {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  padding: 0.1rem 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.about_part04 .list .swiper-wrapper{
  width: auto;
  max-width: 100%;
}
.about_part04 .list .item {
  width: 25%;
  padding: 0 0.1rem;
  text-align: center;
  display: flex;
  height: auto !important;
}
.about_part04 .list a {
  padding: 0.6rem 0.2rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(149, 148, 148, 0.17);
  flex: 1;
}
.about_part04 .list .icon {
  width: 0.55rem;
  height: 0.55rem;
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}
.about_part04 .list .icon img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about_part04 .list h2 {
  font-size: 0.3rem;
  color: #11689c;
  line-height: 1.2;
  margin-bottom: 0.1rem;
  white-space: pre-line;
  min-height: 2.4em;
}
.about_part04 .list .des {
  font-size: 0.16rem;
  color: #333333;
  line-height: 2;
}
.about_part04 .list .swiper-pagination {
  position: static;
  transform: translateX(0) !important;
  padding-top: 0.3rem;
  width: 100% !important;
}
@media (max-width: 1024px) {
  .about_part04 .list .des {
    font-size: 0.24rem;
  }
  .about_part04 .list .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.about_part05 {
  margin-bottom: 0.6rem;
  text-align: center;
}
.about_part05 .about_tit {
  margin-bottom: 0.2rem;
}
.about_part05 .des {
  font-size: 0.18rem;
  color: #333333;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
@media (max-width: 1024px) {
  .about_part05 .des {
    font-size: 0.3rem;
  }
}
.about_part06 {
  margin-bottom: 0.8rem;
}
.about_part06 .about_tit {
  text-align: center;
  margin-bottom: 0.2rem;
}
.about_part06 .item {
  display: flex;
  align-items: center;
}
.about_part06 .item .pic {
  width: 50%;
}
.about_part06 .item .pic img {
  display: block;
  width: 100%;
}
.about_part06 .item .txt {
  width: 50%;
  padding-left: 0.8rem;
}
.about_part06 .item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.about_part06 .item:nth-of-type(2n) .txt {
  padding-left: 0;
  padding-right: 0.8rem;
}
.about_part06 .cn {
  font-size: 0.2rem;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.about_part06 .en {
  font-size: 16px;
  color: #666666;
  line-height: 1.75;
  font-weight: normal;
  hyphens: auto;
}
@media (max-width: 1024px) {
  .about_part06 .cn {
    font-size: 0.3rem;
  }
  .about_part06 .en {
    font-size: 0.28rem;
  }
  .about_part06 .item {
    display: block;
  }
  .about_part06 .item .pic {
    width: 100%;
  }
  .about_part06 .item .pic img {
    width: 100%;
  }
  .about_part06 .item .txt {
    width: 100%;
    padding-left: 0;
    padding: 0.2rem 0;
  }
}
.about_part07 .about_tit {
  text-align: center;
  margin-bottom: 0.3rem;
}
.about_part07 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.about_part07 .list .item {
  width: 10%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.about_part07 .list .item a {
  height: 0.8rem;
  position: relative;
  display: block;
  box-shadow: 0px 0px 13px 0px rgba(149, 148, 148, 0.17);
  background-color: #ffffff;
  border-radius: 0.1rem;
  transition: 0.3s;
  overflow: hidden;
}
.about_part07 .list .item a:hover {
  transform: translateY(-0.02rem);
  box-shadow: 0px 0px 13px 0px rgba(149, 148, 148, 0.37);
}
.about_part07 .list .item a img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
@media (max-width: 768px) {
  .about_part07 .list .item {
    width: 33.33%;
  }
}
.join {
  margin-bottom: 0.55rem;
}
.join .about_tit {
  margin-bottom: 0.5rem;
}
.join .item {
  padding: 0.15rem 0.3rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.25rem;
  box-shadow: 0px 0px 13px 0px rgba(149, 148, 148, 0.17);
  transition: 0.3s;
}
.join .item:hover {
  transform: translateY(-0.02rem);
  box-shadow: 0px 0px 13px 0px rgba(149, 148, 148, 0.37);
}
@media (max-width: 1024px) {
  .join .item {
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
}
.contact .about_tit {
  margin-bottom: 0.35rem;
}
.contact .des {
  font-size: 0.24rem;
  color: #333333;
}
@media (max-width: 1024px) {
  .contact .des {
    font-size: 0.3rem;
  }
}
.contactus .flex_box {
  align-items: center;
  background-color: #f6f8fa;
}
.contactus .pic {
  width: 6rem;
  flex-shrink: 0;
}
.contactus .pic img {
  width: 100%;
}
.contactus .txt {
  flex: 1;
  padding-left: 0.8rem;
}
.contactus .about_tit {
  padding-bottom: 0.3rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.contactus .about_tit::before {
  content: '';
  width: 0.72rem;
  height: 0.04rem;
  background-color: #11689c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contactus .list {
  font-size: 0.17rem;
  color: #333333;
  line-height: 2.274;
}
.contactus .list .item {
  display: flex;
  align-items: center;
}
.contactus .list .item img {
  max-width: 0.2rem;
  margin-right: 0.2rem;
}
@media (max-width: 1024px) {
  .contactus .pic {
    width: 100%;
  }
  .contactus .pic img {
    width: 100%;
  }
  .contactus .txt {
    padding: 0.3rem;
  }
  .contactus .list {
    font-size: 0.3rem;
  }
}
.news_list .item:first-of-type a {
  padding-top: 0;
}
.news_list .item a {
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 0.02rem solid #c9c9c9;
}
.news_list .item a:hover {
  border-color: #1c8cb5;
}
.news_list .item a:hover .pic img {
  transform: scale(1.2);
}
.news_list .item a:hover .txt h2 {
  color: #1c8cb5;
}
.news_list .item a:hover .txt .more {
  color: #1c8cb5;
}
.news_list .item a:hover .txt .more::after {
  border-left-color: #1c8cb5;
}
.news_list .item .pic {
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 0.5rem;
}
.news_list .item .pic img {
  width: 3.6rem;
  height: 2.4rem;
  object-fit: cover;
  transition: 0.5s;
}
.news_list .item .txt {
  display: flex;
  flex: 1;
}
.news_list .item .time {
  flex-shrink: 0;
  min-width: 0.7rem;
  padding: 0 0.05rem;
  height: 0.7rem;
  border: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 0.4rem;
}
.news_list .item .time .day {
  font-size: 0.3rem;
  font-family: "DIN";
  color: #999999;
}
.news_list .item .time .year {
  font-size: 0.16rem;
  font-family: "DIN";
  color: #999999;
}
.news_list .item .info {
  flex: 1;
}
.news_list .item .info h2 {
  font-size: 0.22rem;
  color: #333333;
  line-height: 1.455;
  margin-bottom: 0.17rem;
}
.news_list .item .info .des {
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.778;
  margin-bottom: 0.35rem;
}
.news_list .item .info .more {
  font-size: 0.14rem;
  color: #888888;
  line-height: 1;
  padding-right: 0.17rem;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.news_list .item .info .more::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.06rem solid transparent;
  border-left-color: #bbbbbb;
  margin-left: 0.1rem;
  transform: scaleY(0.7);
}
.news_list .item .info .phone_time {
  display: none;
}
@media (max-width: 1024px) {
  .news_list .item .pic {
    margin-right: 0.3rem;
  }
  .news_list .item .pic img {
    width: 2.4rem;
    height: 1.8rem;
    display: block;
  }
  .news_list .item .time {
    margin-right: 0.3rem;
    display: none;
  }
  .news_list .item .info h2 {
    -webkit-line-clamp: 1;
    margin-bottom: 0.05rem;
    font-size: 0.3rem;
  }
  .news_list .item .info .des {
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    font-size: 0.24rem;
  }
  .news_list .item .info .phone_time {
    display: block;
    font-size: 0.24rem;
    color: #888888;
    float: right;
    margin-top: 0.15rem;
  }
  .news_list .item .info .more {
    font-size: 0.24rem;
  }
  .news_list .item .info .more::after {
    border-width: 0.1rem;
  }
}
.Pages {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .a_first,
.Pages .a_end,
.Pages .p_jump {
  display: none;
}
.Pages .num {
  display: inline-block;
}
.Pages a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.03rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.16rem;
  font-family: "Roboto";
  background-color: #fff;
  margin: 0 0.025rem;
  border: 1px solid #fff;
  color: #888888;
  vertical-align: top;
  border: 1px solid transparent;
  background-color: #f5f5f5;
}
.Pages a:hover {
  border-color: #1c8cb5;
  color: #fff;
  background-color: #1c8cb5;
}
.Pages .a_cur {
  background-color: #1c8cb5;
  color: #fff;
  border-color: #1c8cb5;
}
.Pages .a_prev {
  margin-right: 0.175rem;
}
.Pages .a_next {
  margin-left: 0.175rem;
}
.Pages .a_prev,
.Pages .a_next {
  font-size: 0;
  position: relative;
  width: 0.8rem;
}
.Pages .a_prev::before,
.Pages .a_next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  z-index: 3;
  width: 0.08rem;
  height: 0.08rem;
  border-left: 0.03rem solid #888888;
  border-bottom: 0.03rem solid #888888;
  transform: rotate(45deg);
}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before {
  border-color: #fff;
}
.Pages .a_next::before {
  transform: rotate(225deg);
}
@media (max-width: 1024px) {
  .Pages a {
    font-size: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
.news_info {
  padding: 0.76rem;
  background-color: #f9f9f9;
}
.news_info .title {
  text-align: center;
  padding-bottom: 0.2rem;
  border-bottom: 0.02rem solid #dfdfdf;
}
.news_info .title h1 {
  font-size: 0.24rem;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.news_info .title .time {
  font-size: 0.16rem;
  color: #333333;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_info .title .time span {
  margin: 0 0.3rem;
}
@media (max-width: 1024px) {
  .news_info .title h1 {
    font-size: 0.34rem;
  }
  .news_info .title .time {
    font-size: 0.3rem;
  }
}
.news_info .content {
  padding: 0.4rem 0;
  color: #555555;
  line-height: 1.875;
  text-align: justify;
}
.news_info .content p {
  margin: 1em 0;
}
.news_info .jump .item {
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}
.news_info .jump .item span {
  color: #666666;
  flex-shrink: 0;
}
.news_info .jump .item a {
  color: #999;
  width: 0;
  flex: 1;
}
.news_info .jump .item a:hover {
  color: #1c8cb5;
}
@media (max-width: 1024px) {
  .news_info {
    padding: 0.3rem;
  }
}
@media (max-width: 768px) {
  .news_info .content {
    font-size: 14px;
  }
}
.report_list {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.report_list .item {
  width: 33.33%;
  padding: 0 0.2rem;
}
@media (max-width: 1024px) {
  .report_list .item {
    width: 50%;
  }
}
.report_list .item {
  margin-bottom: 0.3rem;
}
.report_list .item .inner {
  display: flex;
  box-shadow: 0px 0px 13px 0px rgba(149, 148, 148, 0.17);
  padding: 0.2rem;
}
.report_list .item .img {
  width: 1.5rem;
  flex-shrink: 0;
  border: 1px solid #ebf0f4;
  margin-right: 0.2rem;
}
.report_list .item .pic {
  display: block;
}
.report_list .item .pic {
  position: relative;
  padding-top: 140%;
  overflow: hidden;
}
.report_list .item .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.report_list .item .pic img:hover {
  transform: scale(1.1);
}
.report_list .item .txt {
  position: relative;
  display: flex;
  flex-direction: column;
}
.report_list .item .txt .h2 {
  font-size: 0.18rem;
  color: #555555;
  line-height: 1.556;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.report_list .item .txt .info {
  color: #888888;
  line-height: 1.375;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.report_list .item .txt .info > Div:first-child {
  flex: 1;
}
.report_list .item .txt .download {
  width: 0.12rem;
  height: 0.12rem;
  margin-top: 0.05rem;
  display: block;
  background: url(../images/icon_download.png) center center / contain no-repeat;
  cursor: pointer;
}
.report_list .item:hover .txt .h2 {
  color: #1c8cb5;
}
.report_list .item:hover .txt .download {
  background: url(../images/icon_download_active.png) center center / contain no-repeat;
}
@media (max-width: 1024px) {
  .report_list .item .img {
    width: 1.8rem;
  }
  .report_list .item .txt .h2 {
    font-size: 0.3rem;
  }
  .report_list .item .txt .info {
    font-size: 0.24rem;
  }
  .report_list .item .txt .download {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media (max-width: 768px) {
  .report_list .item {
    width: 100%;
  }
  .report_list .item .txt h2 {
    font-size: 15px;
  }
  .report_list .item .txt .info {
    font-size: 13px;
  }
}
.activity_list .item {
  margin-bottom: 0.2rem;
}
.activity_list .item a {
  display: flex;
  padding: 0.3rem 0.4rem 0.3rem 0.3rem;
  box-shadow: 0px 0px 13px 0px rgba(149, 148, 148, 0.17);
  background-color: #fff;
}
.activity_list .item .img {
  width: 4.7rem;
  margin-right: 0.6rem;
  flex-shrink: 0;
}
.activity_list .item .img .pic {
  position: relative;
  padding-top: 55%;
  overflow: hidden;
}
.activity_list .item .img .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.activity_list .item .img .pic img:hover {
  transform: scale(1.1);
}
.activity_list .item .txt {
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0 0.2rem;
  flex: 1;
}
.activity_list .item .txt .info {
  flex: 1;
}
.activity_list .item .txt h2 {
  font-size: 0.22rem;
  color: #1c8cb5;
  line-height: 1.455;
  margin-bottom: 0.2rem;
}
.activity_list .item .txt .tag {
  color: #fff;
  min-width: 0.9rem;
  padding: 0 0.15rem;
  line-height: 1.8;
  border-radius: 0.03rem;
  display: inline-block;
  margin-right: 0.15rem;
  background-image: -moz-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -webkit-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -ms-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  text-align: center;
}
.activity_list .item .txt .des {
  font-size: 0.16rem;
  color: #999999;
  line-height: 2;
  word-break: break-word;
  white-space: pre-line;
}
.activity_list .item .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activity_list .item .time span {
  font-size: 0.18rem;
  color: #1c8cb5;
}
.activity_list .item .time .btn {
  min-width: 1.2rem;
  text-align: center;
  padding: 0 0.15rem;
  line-height: 1.8;
  border-radius: 0.15rem;
  background-image: -moz-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -webkit-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -ms-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  color: #fff;
}
.activity_list .item .time .btn.done {
  background: #c6c6c6;
}
@media (max-width: 1024px) {
  .activity_list .item .img {
    width: 3.2rem;
    margin-bottom: 0.15rem;
  }
  .activity_list .item .txt {
    padding: 0;
  }
  .activity_list .item .txt h2 {
    -webkit-line-clamp: 1;
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
  }
  .activity_list .item .txt .des {
    -webkit-line-clamp: 2;
    font-size: 0.24rem;
  }
  .activity_list .item .time {
    display: block;
  }
  .activity_list .item .time span {
    font-size: 0.24rem;
    margin-top: 0.2rem;
    display: block;
  }
  .activity_list .item .time .btn {
    margin-top: 0.2rem;
    line-height: 3;
  }
}
@media (max-width: 1024px) {
  .activity_list .item a {
    display: block;
  }
  .activity_list .item .img {
    width: 100%;
  }
}
.activity_ban {
  position: relative;
  background-color: #f5f5f5;
  min-height: 0.8rem;
}
.activity_ban .loction {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent;
}
.activity_ban .loction * {
  color: #fff;
}
.activity_ban .loction a:hover {
  color: #1c8cb5;
}
@media (max-width: 1024px) {
  .activity_ban .loction {
    position: static;
  }
  .activity_ban .loction * {
    color: #999;
  }
}
.activity_ban img {
  display: block;
  width: 100%;
}
.back_tit {
  font-size: 0.42rem;
  color: #11689c;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
.activity_info .title {
  text-align: center;
  overflow: hidden;
  padding: 0.6rem 0;
  display: flex;
  justify-content: center;
}
.activity_info .title .inner {
  position: relative;
}
.activity_info .title .inner .cn {
  font-size: 0.34rem;
  color: #15699d;
  font-weight: bold;
  line-height: 0.8;
  position: relative;
  z-index: 2;
}
.activity_info .title .inner .en {
  font-size: 0.34rem;
  color: rgba(76, 135, 175, 0.71);
  font-weight: bold;
  line-height: 0.971;
  -moz-transform: matrix(1.13718885, 0, 0, 1.13718885, 0, 0);
  -webkit-transform: matrix(1.13718885, 0, 0, 1.13718885, 0, 0);
  -ms-transform: matrix(1.13718885, 0, 0, 1.13718885, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom, rgba(76, 135, 175, 0), #e1e1e1);
}
.activity_info .title .inner::before,
.activity_info .title .inner::after {
  content: '';
  width: 5.6rem;
  height: 0.08rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.activity_info .title .inner::before {
  right: calc(100% + 0.2rem);
  background-image: -moz-linear-gradient(0deg, #ffffff 0%, #11689c 100%);
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, #11689c 100%);
  background-image: -ms-linear-gradient(0deg, #ffffff 0%, #11689c 100%);
}
.activity_info .title .inner::after {
  left: calc(100% + 0.2rem);
  background-image: -moz-linear-gradient(0deg, #13699d 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(0deg, #13699d 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(0deg, #13699d 0%, #ffffff 100%);
}
.activity_info .content {
  padding: 0 0.82rem 0.6rem;
  position: relative;
}
.activity_info .content .sign {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.1rem;
  background-image: -moz-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -webkit-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -ms-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  color: #fff;
  font-size: 0.22rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.15rem;
  text-align: center;
}
.activity_info .btn {
  padding-bottom: 0.5rem;
  text-align: center;
}
.activity_info .btn a {
  display: inline-block;
  min-width: 2rem;
  padding: 0 0.2rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  background-image: -moz-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -webkit-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -ms-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  color: #fff;
  font-size: 0.22rem;
  font-weight: bold;
  transition: 0.3s;
}
.activity_info .intro {
  text-align: center;
  padding: 0.6rem 0 0.8rem;
}
.activity_info .intro h1 {
  margin-bottom: 0.3rem;
}
.activity_info .intro .des {
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.667;
}
@media (max-width: 1024px) {
  .activity_info .intro .des {
    font-size: 0.3rem;
  }
}
.guest {
  background-color: #f5f5f5;
  padding: 0.6rem 0 0.5rem;
  overflow: hidden;
}
.guest .back_tit {
  margin-bottom: 0.5rem;
}
.guest .list {
  padding: 0 1.2rem;
  position: relative;
}
.guest .guest_swiper {
  overflow: hidden;
}
.guest .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.guest .swiper-slide .pic {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.guest .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  border-radius: 50%;
}
.guest .swiper-slide .name {
  font-size: 0.2rem;
  color: #666666;
  line-height: 1.5;
}
.guest .swiper-pagination {
  position: static;
  padding-top: 0.45rem;
}
.guest .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1c8cb5;
}
.guest .guest_next {
  top: 0.8rem;
}
.guest .guest_prev {
  top: 0.8rem;
}
@media (max-width: 1024px) {
  .guest .list {
    padding: 0 0.5rem;
  }
  .guest .guest_next,
  .guest .guest_prev {
    width: 42px;
    height: 42px;
  }
  .guest .guest_next svg,
  .guest .guest_prev svg {
    width: 100%;
    height: 100%;
  }
  .guest .guest_prev {
    left: -10px;
    transform-origin: left 50%;
    transform: translateY(-50%) scale(0.7);
  }
  .guest .guest_next {
    right: -10px;
    transform-origin: right 50%;
    transform: translateY(-50%) scale(0.7);
  }
  .guest .swiper-slide .name {
    font-size: 0.3rem;
  }
}
.circle_next {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
.circle_next svg {
  width: 100%;
  height: 100%;
}
.circle_next svg:hover {
  transition: 0.3s;
}
.circle_next svg:hover path {
  stroke: #1c8cb5;
}
.circle_prev {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.circle_prev svg {
  width: 100%;
  height: 100%;
}
.circle_prev svg:hover {
  transition: 0.3s;
}
.circle_prev svg:hover path {
  stroke: #1c8cb5;
}
@media (max-width: 1024px) {
  .circle_next,
  .circle_prev {
    width: 42px;
    height: 42px;
    transform: translateY(-50%) scale(0.7);
  }
  .circle_next svg,
  .circle_prev svg {
    width: 100%;
    height: 100%;
  }
}
.activity_video {
  padding: 0.6rem 0;
}
.activity_video .back_tit {
  margin-bottom: 0.37rem;
}
.activity_video .video {
  width: 100%;
  padding-top: 33.125%;
  position: relative;
  border: 0.08rem solid #d4d4d4;
  background-color: #d4d4d4;
  border-radius: 0.04rem;
}
.activity_video .iframe {
  width: 100%;
}
.activity_video .iframe iframe {
  width: 100%;
  height: 8rem;
}
.activity_video .tcplayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.activity_video .vjs-poster {
  background-size: cover;
}
.activity_video .vjs-big-play-button {
  width: 0.9rem !important;
  height: 0.9rem !important;
  background: url(../images/icon_play.svg) center center / contain no-repeat !important;
}
.activity_video .vjs-big-play-button svg {
  display: none;
}
.activity_video .video-js {
  background-color: #012e58;
}
.activity_video .vjs-poster {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .activity_video .iframe iframe {
    width: 100%;
    height: 4rem;
  }
}
.activity_point {
  padding: 0.6rem 0 1.2rem;
  background-color: #f5f5f5;
}
.activity_point .back_tit {
  margin-bottom: 0.5rem;
}
.activity_point .left {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.activity_point .left a {
  display: block;
  position: relative;
}
.activity_point .left .pic {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.activity_point .left .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.activity_point .left .pic img:hover {
  transform: scale(1.1);
}
.activity_point .left .txt {
  width: 100%;
  line-height: 0.67rem;
  padding: 0 2rem 0 0.47rem;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.activity_point .left .txt span {
  color: #fff;
  font-size: 0.2rem;
}
.activity_point .left .news_pagi {
  position: absolute;
  right: 0.4rem;
  width: auto;
  left: auto;
  line-height: 0.67rem;
  bottom: 0;
}
.activity_point .left .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.activity_point .left .swiper-pagination-bullet-active {
  background-color: #1c8cb5;
}
.activity_point .left .news_prev,
.activity_point .left .news_next {
  width: 0.5rem;
  height: 0.7rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  margin-top: -0.67rem;
}
.activity_point .left .news_prev::after,
.activity_point .left .news_next::after {
  font-size: 0.2rem;
  color: #fff;
}
.activity_point .left .news_prev {
  left: 0;
}
.activity_point .left .news_next {
  right: 0;
}
@media (max-width: 1024px) {
  .activity_point .left {
    padding-bottom: 0 !important;
  }
  .activity_point .left .txt {
    line-height: 1rem;
  }
  .activity_point .left .txt span {
    font-size: 0.3rem;
  }
  .activity_point .left .news_pagi {
    line-height: 1rem;
  }
}
.activity_point .right {
  width: 50%;
  padding-left: 0.3rem;
  line-height: 0.6rem;
}
.activity_point .right a {
  font-size: 0.2rem;
  color: #666666;
  padding-left: 0.3rem;
  position: relative;
}
.activity_point .right a::after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  background-color: #1c8cb5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.activity_point .right a:hover {
  color: #1c8cb5;
}
@media (max-width: 1024px) {
  .activity_point .right {
    line-height: 0.8rem;
  }
  .activity_point .right a {
    font-size: 0.3rem;
  }
}
@media (max-width: 1024px) {
  .activity_point .left,
  .activity_point .right {
    width: 100%;
    padding-left: 0;
    padding: 0.1rem 0;
  }
}
.activity_scene {
  overflow: hidden;
  padding: 0.6rem 0;
}
.activity_scene .back_tit {
  margin-bottom: 0.4rem;
}
.activity_scene .swiper {
  padding: 0 0.7rem;
}
.activity_scene .scene-swiper {
  overflow: hidden;
  padding: 0 4.3rem;
}
.activity_scene .swiper-slide {
  padding-bottom: 0.6rem;
  position: relative;
}
.activity_scene .pic {
  padding-top: 66.3865%;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(43, 70, 95, 0.2);
  border-radius: 0.03rem;
  background-color: #f5f5f5;
}
.activity_scene .pic img {
  position: absolute;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  left: 0.1rem;
  top: 0.1rem;
  object-fit: cover;
}
.activity_scene .txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 0.22rem;
  color: #11689c;
  opacity: 0;
  text-align: center;
}
.activity_scene .swiper-slide-active .txt {
  opacity: 1;
}
.activity_scene .scene_next,
.activity_scene .scene_prev {
  top: 2rem;
}
@media (max-width: 1024px) {
  .activity_scene .swiper {
    padding: 0 0.6rem;
  }
  .activity_scene .scene-swiper {
    padding: 0 1rem;
  }
  .activity_scene .scene_next,
  .activity_scene .scene_prev {
    top: 1.1rem;
  }
}
.innovation {
  margin-left: -0.05rem;
  margin-right: -0.05rem;
}
.innovation .list {
  margin-left: -0.05rem;
  margin-right: -0.05rem;
  display: flex;
  flex-wrap: wrap;
}
.innovation .list .item {
  width: 33.33%;
  padding: 0 0.05rem;
}
@media (max-width: 1024px) {
  .innovation .list .item {
    width: 50%;
  }
}
.innovation .pic {
  position: relative;
  padding-top: 157.14%;
  overflow: hidden;
}
.innovation .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.innovation .pic img:hover {
  transform: scale(1.1);
}
.innovation .item {
  margin-bottom: 0.2rem;
}
.innovation .txt {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  color: #fff;
  padding: 0.3rem 0.3rem 0.4rem;
  z-index: 3;
  transform: translateY(-1.35rem);
  transition: 0.5s;
}
.innovation .txt h2 {
  font-size: 0.3rem;
  margin-bottom: 0.15rem;
}
.innovation .txt .des {
  font-size: 0.18rem;
  line-height: 1.778;
  margin-top: 1.4rem;
  transition: 0.5s;
}
.innovation a {
  display: block;
  position: relative;
  overflow: hidden;
}
.innovation a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 51, 105, 0), rgba(0, 51, 105, 0.8));
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.innovation a:hover::before {
  opacity: 1;
}
.innovation a:hover .txt {
  transform: translateY(-100%);
}
.innovation a:hover .txt .des {
  margin-top: 0;
  transition: 0s;
}
@media (max-width: 1024px) {
  .innovation .list .item {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .innovation .list .item {
    width: 100%;
  }
  .innovation .list a::before {
    opacity: 1;
  }
  .innovation .list a .txt {
    transform: translateY(-100%);
  }
  .innovation .list a .txt .des {
    margin-top: 0;
    transition: 0s;
    font-size: 14px;
  }
  .innovation .list a .txt h2 {
    font-size: 15px;
  }
}
.fuel .flex_box {
  margin-bottom: 0.7rem;
}
.fuel .flex_box .left {
  width: 6.6rem;
  margin-right: 0.6rem;
  flex-shrink: 0;
}
.fuel .flex_box .back_tit {
  text-align: left;
  margin-bottom: 0.15rem;
}
.fuel .flex_box .des {
  font-size: 0.18rem;
  color: #333333;
  line-height: 2;
}
.fuel .flex_box .right img {
  border-radius: 0.03rem;
}
@media (max-width: 1024px) {
  .fuel .flex_box .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .fuel .flex_box .right {
    width: 100%;
  }
  .fuel .flex_box .right img {
    width: 100%;
  }
  .fuel .flex_box .des {
    font-size: 0.3rem;
  }
}
.fuel .teeamwork {
  padding-bottom: 0.8rem;
}
.fuel .teeamwork .back_tit {
  margin-bottom: 0.3rem;
}
.fuel .teeamwork .list {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.fuel .teeamwork .list .item {
  width: 33.33%;
  padding: 0 0.125rem;
}
@media (max-width: 1024px) {
  .fuel .teeamwork .list .item {
    width: 50%;
  }
}
.fuel .teeamwork .list .item {
  display: flex;
  min-height: 1.6rem;
  margin-bottom: 0.15rem;
}
.fuel .teeamwork .list a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  font-size: 0.2rem;
  color: #333333;
  line-height: 1.5;
  word-break: break-word;
  white-space: pre-line;
  border-radius: 0.1rem;
  transition: 0.3s;
}
.fuel .teeamwork .list a:hover {
  box-shadow: 0px 0px 13px 0px rgba(149, 148, 148, 0.17);
  transform: translateY(-2px);
}
@media (min-width: 1025px) {
  .fuel .teeamwork .list .item a {
    background-color: #f9f9f9;
  }
  .fuel .teeamwork .list .item:nth-of-type(2n+1) a {
    background-color: #e7f1f7;
  }
}
@media (max-width: 1024px) {
  .fuel .teeamwork .list .item a {
    background-color: #e7f1f7;
    font-size: 0.3rem;
  }
  .fuel .teeamwork .list .item:nth-child(4n+1) a,
  .fuel .teeamwork .list .item:nth-child(4n) a {
    background-color: #f9f9f9;
  }
}
.college_mission {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.college_mission .item {
  padding: 0 0.2rem !important;
}
.college_mission h2 {
  font-size: 0.24rem !important;
  color: #333333 !important;
}
.college_course {
  margin-bottom: 0.7rem;
}
.college_course .list {
  display: flex;
  flex-wrap: wrap;
}
.college_course .list .item {
  width: 25%;
  padding: 0.6rem 0.23rem;
}
.college_course .list .first {
  font-size: 0.42rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #11689c !important;
}
.college_course .list h2 {
  font-size: 0.22rem;
  color: #333333;
  line-height: 1.364;
  word-break: break-word;
  white-space: pre-line;
  margin-bottom: 0.05rem;
}
.college_course .list .des {
  font-size: 0.16rem;
  color: #555555;
  line-height: 1.75;
  font-weight: lighter;
  word-break: break-word;
  white-space: pre-line;
  hyphens: auto;
}
@media (min-width: 1025px) {
  .college_course .item {
    background-color: #f9f9f9;
  }
  .college_course .item:nth-of-type(8n),
  .college_course .item:nth-of-type(8n-2),
  .college_course .item:nth-of-type(8n+1),
  .college_course .item:nth-of-type(8n+3) {
    background-color: #e5f1f8;
  }
}
@media (max-width: 1024px) {
  .college_course .item {
    width: 50% !important;
    background-color: #f9f9f9;
  }
  .college_course .item:nth-child(4n+1),
  .college_course .item:nth-child(4n) {
    background-color: #e5f1f8;
  }
  .college_course h2 {
    font-size: 0.3rem;
  }
  .college_course .des {
    font-size: 0.28rem;
  }
}
.college_consult .about_tit {
  text-align: center;
  margin-bottom: 0.4rem;
}
.college_consult .flex_box {
  justify-content: space-between;
  padding: 0.6rem 0.54rem;
  box-shadow: 0px 0px 13px 0px rgba(149, 148, 148, 0.17);
}
.college_consult .flex_box .item {
  display: flex;
  font-size: 0.18rem;
  color: #666666;
  line-height: 2.556;
}
.college_consult .flex_box .item .label {
  width: 0.9rem;
  text-align: justify;
  text-align-last: justify;
  margin-right: 0.05rem;
  min-width: 70px;
}
.college_consult .flex_box .right {
  text-align: right;
  color: #666666;
  line-height: 1.5;
}
.college_consult .flex_box .right img {
  margin-bottom: 0.1rem;
}
@media (max-width: 1024px) {
  .college_consult .flex_box .item {
    font-size: 0.24rem;
  }
  .college_consult .flex_box .item .label {
    width: 1.59rem;
  }
  .college_consult .flex_box .right {
    text-align: left;
  }
  .college_consult .flex_box .right img {
    min-width: 2rem;
  }
}
.ind_ban {
  overflow: hidden;
  position: relative;
}
.ind_ban .ban_pc {
  display: block;
  width: 100%;
}
.ind_ban .ban_phone {
  display: none;
  width: 100%;
}
.ind_ban .swiper-slide {
  position: relative;
}
.ind_ban .txt {
  text-align: center;
  position: absolute;
  width: 85%;
  max-width: 16rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ind_ban .txt h2 {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.ind_ban .txt h3 {
  font-size: 0.24rem;
  color: #ffffff;
  letter-spacing: 0.055rem;
  font-weight: normal;
  margin-bottom: 0.32rem;
}
.ind_ban .txt .more {
  display: inline-block;
  min-width: 1.6rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.05rem;
  transition: 0.3s;
  background-image: -moz-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -webkit-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -ms-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
}
.ind_ban .txt .more span {
  display: inline-flex;
  align-items: center;
}
.ind_ban .txt .more span::after {
  content: '';
  width: 0;
  height: 0;
  border: 0.06rem solid transparent;
  border-left-color: #fff;
  margin-left: 0.1rem;
  transform: scaleY(0.8);
}
.ind_ban .txt .more:hover {
  box-shadow: 0 0 0.05rem 0 rgba(89, 179, 149, 0.5);
}
.ind_ban .ban_pagi {
  bottom: 0.3rem !important;
}
.ind_ban .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  opacity: 0.5;
  background-color: #fff;
  transition: 0.3s;
}
.ind_ban .swiper-pagination-bullet-active {
  border-color: #fff;
  opacity: 1;
  width: 0.4rem;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .ind_ban .ban_pc {
    display: none;
  }
  .ind_ban .ban_phone {
    display: block;
  }
  .ind_ban .txt h2 {
    font-size: 0.4rem;
  }
  .ind_ban .txt h3 {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
  }
  .ind_ban .ban_pagi {
    bottom: 0.1rem !important;
  }
}
.ind_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.ind_title h2 {
  flex-shrink: 0;
}
.ind_title .cn {
  font-size: 0.48rem;
  color: #11689c;
  line-height: 1;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid #11689c;
  margin-bottom: 2px;
}
.ind_title .en {
  font-size: 0.14rem;
  color: rgba(17, 104, 156, 0.8);
  line-height: 1;
  padding-top: 0.1rem;
  border-top: 1px solid rgba(17, 104, 156, 0.8);
  letter-spacing: 0.015rem;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .ind_title {
    display: block;
  }
  .ind_title .en {
    letter-spacing: unset;
  }
}
.ind_news {
  padding: 0.6rem 0;
}
.ind_news .flex_box {
  justify-content: space-between;
}
.ind_news .left {
  width: 48.75%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ind_news .left .list {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-image: -moz-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -webkit-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -ms-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
}
.ind_news .left .list_bot {
  padding: 0 0.2rem;
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_news .left .list_bot .ind_news_title {
  width: 0 ;
  flex: 1;
  overflow: hidden;
}
.ind_news .left .list_bot .ind_news_title a {
  color: #fff;
  font-size: 0.18rem;
}
.ind_news .left .ind_news_pagi {
  position: static;
  width: auto;
  margin-left: 0.2rem;
}
.ind_news .left .ind_news_pagi .swiper-pagination-bullet {
  background-color: #fff;
}
.ind_news .ind_news_pic {
  flex: 1;
}
.ind_news .ind_news_pic .pic {
  position: relative;
  padding-top: 58.97%;
  overflow: hidden;
}
.ind_news .ind_news_pic .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.ind_news .ind_news_pic .pic img:hover {
  transform: scale(1.1);
}
.ind_news .ind_news_pic a {
  display: block;
  height: 100%;
}
.ind_news .right {
  width: 50%;
}
.ind_news .right .item {
  margin-bottom: 0.07rem;
}
.ind_news .right .item:last-of-type {
  margin-bottom: 0;
}
.ind_news .right a {
  display: flex;
  align-items: center;
  padding: 0.1rem 0 0.1rem 0.3rem;
  background-color: #f5f5f5;
  transition: 0.3s;
}
.ind_news .right a .info {
  padding: 0.1rem 0;
  padding-right: 0.85rem;
  flex: 1;
  border-right: 1px solid #eeeeee;
}
.ind_news .right a h2 {
  font-size: 0.2rem;
  color: #555555;
  line-height: 1.556;
  padding-left: 0.15rem;
  margin-bottom: 0.08rem;
  min-height: 3.112em;
}
.ind_news .right a .time {
  padding-left: 0.15rem;
  color: #bbbbbb;
}
.ind_news .right a .more {
  width: 1.2rem;
}
.ind_news .right a .more .icon {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/icon_sword.svg) center center / contain no-repeat;
  margin: 0 auto;
  transition: 0.3s;
}
.ind_news .right a:hover {
  box-shadow: 0px 0px 13px 0px rgba(149, 148, 148, 0.17);
}
.ind_news .right a:hover h2 {
  color: #1c8cb5;
}
.ind_news .right a:hover .more .icon {
  background: url(../images/icon_sword_active.svg) center center / contain no-repeat;
}
@media (max-width: 1024px) {
  .ind_news .left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .ind_news .left .list_bot {
    height: 1rem;
  }
  .ind_news .left .list_bot .ind_news_title a {
    font-size: 0.3rem;
  }
  .ind_news .left .ind_news_pagi .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .ind_news .right {
    width: 100%;
  }
  .ind_news .right a h2 {
    font-size: 0.3rem;
  }
  .ind_news .right a .more .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.act_tab_Box {
  overflow: hidden;
}
.act_tab_Box .swiper-slide {
  width: auto;
  padding-left: 0.5rem;
}
.act_tab_Box .swiper-slide span {
  display: block;
  padding: 0 0.25rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #555555;
  border-radius: 0.05rem;
  cursor: pointer;
  transition: 0.3s;
}
.act_tab_Box .swiper-slide-active span {
  background-image: -moz-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -webkit-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -ms-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  color: #fff;
}
@media (max-width: 1024px) {
  .act_tab_Box {
    margin-top: 0.3rem;
  }
  .act_tab_Box .swiper-slide {
    padding-left: 0.1rem;
  }
  .act_tab_Box .swiper-slide span {
    font-size: 0.35rem;
    padding: 0 0.3rem;
    line-height: 2;
  }
}
.act_list_wrap > .swiper-wrapper > .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.act_list_wrap > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.act_list_wrap .swiper-slide {
  background-color: #f5f5f5;
}
@media (max-width: 1024px) {
  .act_list_wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ind_activities {
  overflow: hidden;
  padding: 0.6rem 0;
  background-color: #f5f5f5;
}
.act_item_swiper {
  overflow: hidden;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  position: relative;
}
.act_item_swiper .swiper-slide {
  padding: 0 0.1rem;
}
.act_item_swiper .swiper-slide a {
  display: block;
  padding: 0.2rem 0.2rem 0.3rem;
  background-color: #fff;
}
.act_item_swiper .swiper-slide .pic {
  position: relative;
  padding-top: 66.66666667%;
  overflow: hidden;
}
.act_item_swiper .swiper-slide .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.act_item_swiper .swiper-slide .pic img:hover {
  transform: scale(1.1);
}
.act_item_swiper .swiper-slide .txt {
  padding-top: 0.2rem;
}
.act_item_swiper .swiper-slide .txt .tag {
  display: inline-block;
  min-width: 0.9rem;
  line-height: 0.3rem;
  border-radius: 0.03rem;
  background-color: #20a29e;
  text-align: center;
  padding: 0 0.1rem;
  color: #fff;
  margin-bottom: 0.12rem;
}
.act_item_swiper .swiper-slide .txt h2 {
  font-size: 0.22rem;
  color: #09507b;
  line-height: 1.5;
  min-height: 3em;
  margin-bottom: 0.2rem;
}
.act_item_swiper .swiper-slide .txt .time_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.act_item_swiper .swiper-slide .txt .time_wrap .time {
  font-size: 0.18rem;
  color: #09507b;
}
.act_item_swiper .swiper-slide .txt .time_wrap .btn {
  min-width: 1.2rem;
  text-align: center;
  padding: 0 0.15rem;
  line-height: 1.8;
  border-radius: 0.15rem;
  background-image: -moz-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -webkit-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  background-image: -ms-linear-gradient(0deg, #59b395 12%, #199d9f 51%, #11689c 100%);
  color: #fff;
}
.act_item_swiper .swiper-slide .txt .time_wrap .btn.done {
  background: #c6c6c6;
}
@media (max-width: 1024px) {
  .act_item_swiper .swiper-slide {
    align-self: stretch;
    height: auto;
    display: flex;
  }
  .act_item_swiper .swiper-slide a {
    height: 100%;
    width: 100%;
  }
  .act_item_swiper .swiper-slide .txt h2 {
    font-size: 0.3rem;
  }
  .act_item_swiper .swiper-slide .txt .tag {
    padding: 0 0.2rem;
    line-height: 0.5rem;
  }
  .act_item_swiper .swiper-slide .txt .time_wrap {
    display: block;
  }
  .act_item_swiper .swiper-slide .txt .time_wrap .time {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .act_item_swiper .swiper-slide .txt .time_wrap .btn {
    line-height: 0.5rem;
  }
}
.act_button {
  width: 0.35rem;
  height: 0.7rem;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  display: none;
}
.act_button::before {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #1c8cb5;
  transition: 0.3s;
}
.act_button::after {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  border-left: 0.03rem solid #fff;
  border-top: 0.03rem solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  transform: rotate(-45deg) translate(0.06rem, 0.04rem);
}
.act_button:hover::before {
  background-color: #5eae93;
}
.act_button_prev {
  left: -0.46rem;
}
.act_button_next {
  right: -0.46rem;
  transform: rotate(180deg);
}
.swiper-slide-active .act_button {
  display: block;
}
.ind_innovation {
  padding: 0.6rem 0;
}
.ind_innovation .ind_title {
  /* justify-content: center;
  text-align: center; */
}
.ind_innovation .ind_title .en {
  letter-spacing: unset;
}
@media (max-width: 1024px) {
  .ind_innovation .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
}
.ind_inno_list {
  overflow: hidden;
  position: relative;
}
.ind_inno_list .ind_inno_pagi {
  position: static;
  padding-top: 0.3rem;
}
.ind_inno_list .swiper-pagination-bullet {
  background-color: #1c8cb5;
}
.ind_inno_list .pic {
  position: relative;
  padding-top: 96.15%;
  overflow: hidden;
}
.ind_inno_list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.ind_inno_list .pic img:hover {
  transform: scale(1.1);
}
.ind_inno_list a {
  position: relative;
  display: block;
}
.ind_inno_list a:hover img {
  transform: scale(1.1);
}
.ind_inno_list .txt {
  position: absolute;
  padding: 40px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.36rem;
  color: #ffffff;
  font-weight: bold;
}
.ind_report {
  background-color: #f5f5f5;
  padding: 0.6rem 0;
}
.ind_report .ind_title {
  margin-bottom: 0.15rem;
}
.ind_report .ind_title .en {
  letter-spacing: 0.04rem;
}
.ind_report .report_list {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  overflow: hidden;
  height: 5.3rem;
}
.ind_report .report_list .item {
  padding: 0.15rem 0.1rem;
  margin-bottom: 0;
  height: 50%;
}
.ind_report .report_list .item .inner {
  background-color: #fff;
}
.ind_report .report_list .item:hover .more {
  color: #1c8cb5;
}
.ind_report .report_list .item:hover .more::after {
  border-left-color: #1c8cb5;
}
.ind_report .report_list .more {
  font-size: 0.14rem;
  color: #888888;
  line-height: 1;
  padding-right: 0.17rem;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ind_report .report_list .more::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.06rem solid transparent;
  border-left-color: #bbbbbb;
  margin-left: 0.1rem;
  transform: scaleY(0.7);
}
.ind_report .report_list .txt {
  padding: 0.15rem 0;
  display: flex;
  flex-direction: column;
}
.ind_report .report_list .txt .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ind_report .report_list .txt .info > div:first-child {
  flex: 1;
}
.ind_report .ind_report_next,
.ind_report .ind_report_prev {
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.08rem;
  background: url(../images/icon_sword_grey.svg) center center / contain no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
.ind_report .ind_report_next:hover,
.ind_report .ind_report_prev:hover {
  background: url(../images/icon_sword_active.svg) center center / contain no-repeat;
}
.ind_report .ind_report_prev {
  transform: rotate(180deg);
}
.ind_report .btn_group {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .ind_report .ind_title {
    display: flex;
  }
  .ind_report .report_list {
    height: 6.3rem;
  }
  .ind_report .report_list .item .txt .h2 {
    font-size: 0.28rem;
  }
  .ind_report .report_list .item .txt .info {
    font-size: 0.24rem;
  }
  .ind_report .report_list .item .txt .download {
    width: 0.3rem;
    height: 0.3rem;
  }
  .ind_report .ind_report_next,
  .ind_report .ind_report_prev {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.add {
  position: fixed;
  z-index: 21;
  width: 2rem;
}
.add .close_port {
  top: -20px !important;
  color: #bbb !important;
  background-color: #fff !important;
  border-radius: 3px 3px 0 0 ;
  border-color: #fff !important;
}
.add a {
  display: block;
}
.add img {
  border-radius: 3px 0 3px 3px;
  border: 2px solid #fff;
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .add {
    width: 3rem;
  }
  .add img {
    width: 100%;
  }
  .add .close_port {
    display: block !important;
    width: 0.4rem !important;
    height: 0.4rem !important;
    top: -0.4rem !important;
    line-height: 0.4rem !important;
  }
}
.add#move_port0 {
  left: 0;
  bottom: 0.2rem;
}
.add#move_port1 {
  right: 0;
  bottom: 0.2rem;
}
.add:hover .close_port {
  display: block !important;
}
.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .headerH {
    height: 1.2rem !important;
  }
}

.login {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 0.8rem);
    display: flex;
    flex-direction: column;
}

    .login .login-box {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0.6rem 0;
    }

@media (max-width: 1024px) {
    .login .login-box {
        justify-content: center;
    }
}

.login .bottom {
    background-color: transparent;
}

    .login .bottom .top-wrap {
        display: none;
    }

    .login .bottom .bot_wrap {
        color: #9fa0aa;
    }

        .login .bottom .bot_wrap .logo {
            display: none;
        }

        .login .bottom .bot_wrap a {
            color: #9fa0aa;
        }

.login .right_menu {
    display: none;
}

.login-box .inner {
    width: 100%;
    max-width: 420px;
    background-color: #fff;
}

.login-box .login_header {
    padding: 0.4rem 0.4rem 0;
    line-height: 1;
    font-weight: normal;
}

    .login-box .login_header .cn {
        font-size: 0.3rem;
        color: #000000;
    }

    .login-box .login_header .en {
        color: #bbbbbb;
        font-style: italic;
    }

.login-box .login_body {
    padding: 0 0.4rem 0.4rem;
}

.login-box .form-item {
    padding-top: 0.2rem;
}

.register .login-box .form-item {
    padding-top: .1rem;
}

.login-box .form-item .text {
    height: 0.55rem;
    line-height: 0.55rem;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.login-box .form-item .checkbox label {
    display: inline-flex;
    align-items: center;
    color: #888888;
    font-size: 0.14rem;
    cursor: pointer;
}

    .login-box .form-item .checkbox label i {
        width: 0.16rem;
        height: 0.16rem;
        border-radius: 0.02rem;
        border: 1px solid #1c8cb5;
        margin-right: 0.1rem;
        background-position: center;
        background-size: 0.12rem;
        background-repeat: no-repeat;
        transition: 0.3s;
    }

    .login-box .form-item .checkbox label input:checked + i {
        background-color: #1c8cb5;
        background-image: url(../images/icon_checked.svg);
    }

.login-box .form-item .submit {
    width: 100%;
    margin-top: 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.04rem;
    font-size: 0.2rem;
    color: #fff;
    background-color: #1c8cb5;
    transition: 0.3s;
    cursor: pointer;
}

    .login-box .form-item .submit:hover {
        background-color: #0098d6;
        box-shadow: 0 0 5px 0 #0098d6;
    }

.login-box .ver {
    display: flex;
}

    .login-box .ver .text {
        flex: 1;
    }

    .login-box .ver .getver {
        background-color: transparent;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

.login-box .back {
    text-align: center;
}

    .login-box .back a {
        color: #bbbbbb;
    }

        .login-box .back a:hover {
            color: #1c8cb5;
        }

.login-box .xieyi {
    align-items: center;
    justify-content: space-between;
    font-size: 0.14rem;
    color: #888888;
    line-height:2;
}

    .login-box .xieyi .blue {
        color: #1c8cb5;
    }

    .login-box .xieyi a {
        color: #888888;
    }

        .login-box .xieyi a:hover {
            color: #1c8cb5;
        }

.login-box .login_footer {
    background-color: #f5f5f5;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.14rem;
    color: #888888;
}

    .login-box .login_footer a {
        color: #000;
    }

        .login-box .login_footer a:hover {
            color: #1c8cb5;
        }

@media (max-width: 1024px) {
    .login-box .login_header .cn {
        font-size: 0.34rem;
    }

    .login-box .form-item .text {
        line-height: 0.8rem;
        height: 0.8rem;
    }

    .login-box .form-item .checkbox i {
        width: 0.2rem;
        height: 0.2rem;
    }

    .login-box .form-item .checkbox label {
        font-size: 0.2rem;
    }

    .login-box .form-item .submit {
        line-height: 0.8rem;
        height: 0.8rem;
    }

    .login-box .xieyi {
        font-size: 0.2rem;
    }

    .login-box .login_footer {
        font-size: 0.2rem;
        line-height: 0.8rem;
    }
}



#open-lan .label{
  display: flex;
  align-items: center;
}
#open-lan .label .icon{
  margin-right: .1rem;
  background-image: url('../images/icon_lan.svg');
}
#open-lan .sub {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 0.1rem;
  transform: translateY(-5px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 22;
  white-space: nowrap;
  min-width: 100%;
}
#open-lan:hover .sub{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#open-lan.sub.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#open-lan .sub-inner {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 0.1rem;
  border-radius: 0.04rem;
  position: relative;
}
#open-lan .sub .sub-inner::before {
  content: '';
  width: 0 ;
  height: 0;
  border: 0.05rem solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  right: 0.1rem;
  top: -0.08rem;
}
#open-lan .sub .lan-box {
  line-height: 2;
  text-align: center;
}
#open-lan .sub .lan-box a {
  display: block;
}
@media (max-width: 1024px) {
  #open-lan .label .txt{
    display: none;
  }
}