@charset "UTF-8";
/*头部*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 72px;
  background: #001149;
  box-sizing: border-box;
}

.header .container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 4.1667vw;
}

.header .main {
  position: relative;
  z-index: 20;
}

.header .logo {
  display: block;
  width: 130px;
  position: relative;
  z-index: 30;
}

.header .logo img {
  display: block;
  width: 100%;
}

.header .nav {
  margin-left: 3.6458vw;
}

.header .nav li {
  float: left;
  margin-right: 2.6042vw;
}

.header .nav li:last-child {
  margin-right: 0;
}

.header .nav li .link {
  display: block;
  font-size: 0.8333vw;
  line-height: 68px;
  color: rgba(255, 255, 255, 0.8);
}

.header .nav li:hover .link {
  font-weight: bold;
  color: #27C2FB;
}

.header .nav .active .link {
  font-weight: bold;
  border-bottom: 4px solid #27C2FB;
  color: #27C2FB;
}

.header .right {
  display: flex;
  align-items: center;
  height: 24px;
  margin-top: 26px;
}

.header .right .search {
  width: 20px;
  height: 20px;
  background: url("../images/search.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.header .right .link {
  display: flex;
  align-items: center;
  font-size: 0.8333vw;
  line-height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 1.6667vw;
  margin-left: 1.4583vw;
  color: #ffffff;
}

.header .right .link:last-child {
  padding-left: 1.4583vw;
}

.header .right i {
  display: block;
  width: 23px;
  height: 24px;
  background: url("../images/pro_icon.png") no-repeat;
  background-size: cover;
  margin-right: 0.8333vw;
}

.header .right img {
  display: block;
  width: 66px;
}

.header .right .forNews {
  display: none;
}

.header .language {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 1.6667vw;
}

.header .language p {
  font-size: 0.8333vw;
  line-height: 24px;
  padding: 0 1.666vw 0 3.4778vw;
  color: #ffffff;
  cursor: pointer;
  background: url(../images/language_icon.png) no-repeat 1.6667vw center;
  background-size: 1.1458vw 1.1458vw;
}

.header .language p::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 7px;
  margin-top: -3.5px;
  background: url(../images/language_arrow.png) no-repeat;
  background-size: cover;
}

.header .language ul {
  position: absolute;
  left: 0;
  top: 24px;
  background: #001149;
  z-index: 10;
  width: 100%;
  padding-top: 22px;
  display: none;
}

.header .language a {
  display: block;
  text-align: center;
  font-size: 0.8333vw;
  line-height: 40px;
  color: #ffffff;
}

.header .language a:hover {
  color: #27C2FB;
}

.header .sub-main {
  position: absolute;
  left: 0;
  top: 73px;
  background: #ffffff;
  padding: 3.4375vw 0 5.2083vw;
  width: 100%;
  display: none;
}

.header .sub-main::after {
  content: '';
  width: 36.3021vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #FAFAFA;
  z-index: 10;
}

.header .sub-main .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  width: 72.9167vw;
  padding: 0;
}

.header .sub-main .container .left {
  width: 14.9479vw;
  padding-top: 0.625vw;
}

.header .sub-main .container h4 {
  font-size: 1.9792vw;
  line-height: 2.6042vw;
  color: #000;
  font-weight: bold;
}

.header .sub-main .container .info {
  font-size: 14px;
  line-height: 1.4889;
  color: #333;
  margin-top: 0.7813vw;
}

.header .sub-main .container .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 13.5417vw;
  height: 2.6042vw;
  box-sizing: border-box;
  padding: 0 1.1458vw 0 1.4583vw;
  font-size: 0.8333vw;
  background: linear-gradient(90deg, rgba(9, 120, 255, 0.9) -6.85%, rgba(91, 211, 17, 0.9) 109.68%);
  color: #ffffff;
  margin-top: 2.1875vw;
}

.header .sub-main .container .more i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
}

.header .sub-main .container .more:hover i {
  margin-right: -10px;
}

.header .sub-main .container .mid {
  display: flex;
  justify-content: space-between;
  width: 22.0833vw;
  flex-wrap: wrap;
  padding-top: 1.1458vw;
}

.header .sub-main .container .mid a {
  display: flex;
  justify-content: space-between;
  height: 1.6667vw;
  font-size: 0.8333vw;
  color: #000;
  width: 8.6458vw;
  border-bottom: 1px solid #B3B3B3;
  margin-bottom: 2.8125vw;
}

.header .sub-main .container .mid a i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR_hb.png") no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translateX(-10px);
}

.header .sub-main .container .mid a:hover i {
  opacity: 1;
  transform: translateX(0px);
}

.header .sub-main .container .pic {
  width: 22.2917vw;
}

.header .sub-main .container .pic img {
  display: block;
  width: 100%;
}

.header .search-erify {
  position: absolute;
  left: 0;
  top: 72px;
  width: 100%;
  height: 72px;
  background: rgba(0, 17, 73, 0.85);
  z-index: 10;
  display: none;
}

.header .search-erify .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

.header .search-erify .text {
  display: block;
  width: 31.25vw;
  height: 30px;
  background: url("../images/search.png") no-repeat left center;
  background-size: 20px 20px;
  padding-left: 40px;
  font-size: 14px;
  color: #ffffff;
  border: none;
  margin-left: 230px;
}

.header .search-erify .close {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/close_w.png") no-repeat;
  background-size: cover;
  margin-right: 88px;
}

.header .search-erify .close:hover {
  transform: rotate(180deg);
}

.aside {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.aside a {
  display: block;
  width: 120px;
}

.aside img {
  display: block;
  width: 100%;
}

.search-erify .text::-webkit-input-placeholder {
  color: #ffffff;
}

.search-erify .text::-moz-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.search-erify .text::-ms-input-placeholder {
  color: #ffffff;
}

.m-header {
  display: none;
}

.sb-header {
  background: #ffffff;
  border-bottom: 1px solid #F2F2F2;
  height: 73px;
}

.sb-header::after {
  content: '';
  width: 36.3021vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #FAFAFA;
}

.sb-header .nav li .link {
  color: #333;
}

.sb-header .nav li .link:hover {
  color: #27C2FB;
}

.sb-header .nav .active .link {
  color: #27C2FB;
}

.sb-header .right .search {
  background-image: url("../images/search_b.png");
}

.sb-header .right a {
  color: #333;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
}

.sb-header .right i {
  background-image: url("../images/pro_b_icon.png");
}

.sb-header .right img {
  display: none;
}

.sb-header .right .forNews {
  display: block;
}

.sb-header .language p {
  color: #333;
}

/*底部*/
.footer {
  background: #333;
  padding-top: 4.375vw;
}

.footer .top {
  border-bottom: 1px solid #636363;
  padding-bottom: 3.3854vw;
}

.footer .top .container {
  display: flex;
  justify-content: space-between;
}

.footer .top .nav {
  width: 35.1563vw;
  display: flex;
  flex-wrap: wrap;
}

.footer .top .nav .item {
  width: 10.3125vw;
  margin-bottom: 1.5417vw;
}

.footer .top .nav .item:nth-child(4n) {
  width: 4.1667vw;
}

.footer .top .nav .item:last-child {
  width: 13.5417vw;
}

.footer .top .nav .title {
  font-size: 1.0417vw;
  line-height: 1.3542vw;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.9375vw;
}

.footer .top .nav a {
  display: block;
  font-size: 0.7813vw;
  line-height: 1.4583vw;
  color: #ffffff;
  opacity: 0.6;
}

.footer .top .nav a:hover {
  opacity: 1;
}

.footer .top .nav .info {
  width: 100%;
  font-size: 1.0417vw;
  line-height: 1.875;
  color: #ffffff;
}

.footer .top .right {
  width: 21.875vw;
  text-align: right;
}

.footer .tel {
  font-size: 0.9375vw;
  line-height: 2.7083vw;
  color: #ffffff;
  margin-top: -0.4167vw;
}

.footer .tel span {
  font-size: 1.875vw;
  font-weight: bold;
}

.footer .service {
  margin-top: 0.5208vw;
}

.footer .service .item {
  margin-bottom: 0.4167vw;
  text-align: right;
  color: #ffffff;
  font-size: 0.9375vw;
  line-height: 1.4583vw;
}

.footer .service .link {
  display: block;
  text-align: right;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  text-decoration: underline;
  color: #ffffff;
  margin-top: 1.6667vw;
}

.footer .pics {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.3333vw;
}

.footer .pics .step {
  width: 6.6667vw;
  margin-bottom: 1.5625vw;
}

.footer .pics .step img {
  display: block;
  width: 100%;
}

.footer .pics .step p {
  font-size: 0.8333vw;
  line-height: 1.1458vw;
  text-align: center;
  color: #ffffff;
  margin-top: 0.4167vw;
}

.footer .bot {
  position: relative;
  z-index: 10;
}

.footer .bot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}

.footer .bot .copy {
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 20px;
}

.footer .bot .copy a {
  display: flex;
  align-items: center;
  color: #ffffff;
  line-height: 20px;
  margin-left: 2.3958vw;
}

.footer .bot .copy a img {
  display: block;
  width: 20px;
}

.footer .friend-select {
  box-sizing: border-box;
  width: 84px;
  height: 30px;
  position: relative;
  z-index: 10;
  background: url("../images/arrowT.png") no-repeat right center;
  background-size: 12px 7px;
}

.footer .friend-select p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
}

.footer .friend-select ul {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 240px;
  background: #333;
  display: none;
}

.footer .friend-select ul li {
  font-size: 14px;
  line-height: 30px;
}

.footer .friend-select ul li a {
  display: block;
  color: #ffffff;
}

/*通用*/
.website {
  height: 76px;
  background: #ffffff;
  box-shadow: 0px 7px 20px -9px rgba(0, 0, 0, 0.35);
  position: sticky;
  top: 72px;
  z-index: 98;
}

.website .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
}

.website .left {
  display: flex;
}

.website .left a,
.website .left span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-right: 10px;
}

.website .left a:hover {
  color: #237AE4;
}

.website .left i {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url("../images/home.png") no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.website .left .last {
  color: #237AE4;
}

.website .nav {
  display: flex;
}

.website .nav a {
  display: block;
  font-size: 16px;
  line-height: 74px;
  color: #333;
  margin-left: 2.7083vw;
}

.website .nav a:hover {
  color: #237AE4;
}

.website .nav .active {
  color: #237AE4;
  border-bottom: 2px solid #237AE4;
  padding: 0 0.625vw;
}

.sub-title {
  font-size: 2.1875vw;
  line-height: 2.4479vw;
  color: rgba(0, 0, 0, 0.8);
}

.sub-title span {
  font-size: 1.0417vw;
  color: #9D9D9D;
  letter-spacing: -0.03em;
  margin-left: 0.9375vw;
  text-transform: capitalize;
}

.adv-link {
  display: block;
  margin-bottom: 1.0417vw;
}

.adv-link img {
  display: block;
  width: 100%;
}

.swiper-solution {
  position: relative;
}

.swiper-solution .swiper-container {
  padding-bottom: 2.0833vw;
}

.swiper-solution .swiper-container .swiper-slide {
  cursor: pointer;
}

.swiper-solution .swiper-container .swiper-slide:hover .imgBg {
  transform: scale(1.1, 1.1);
}

.swiper-solution .pic {
  height: 13.5417vw;
  overflow: hidden;
}

.swiper-solution .imgBg {
  height: 13.5417vw;
}

.swiper-solution .main {
  padding-top: 0.9375vw;
}

.swiper-solution .main .name {
  font-size: 0.8333vw;
  line-height: 1.1458vw;
  color: #000;
}

.swiper-solution .main .txt {
  font-size: 14px;
  line-height: 21px;
  color: #666;
  margin-top: 0.8333vw;
}

.swiper-solution .swiper-button-next,
.swiper-solution .swiper-button-prev {
  width: 0.6771vw;
  height: 1.25vw;
  background: url("../images/sw_arrow.png") no-repeat;
  background-size: cover;
  top: 6.1458vw;
  left: -3.75vw;
  margin: 0;
}

.swiper-solution .swiper-button-next:hover,
.swiper-solution .swiper-button-prev:hover {
  background-image: url("../images/sw_h_arrow.png");
}

.swiper-solution .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: -3.75vw;
}

.swiper-solution .swiper-pagination {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  bottom: 0;
  left: 0;
}

.swiper-solution .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.3646vw;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  box-sizing: border-box;
}

.swiper-solution .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  width: 12px;
  height: 12px;
  border: 2px solid #237AE4;
}

/*首页*/
.home {
  overflow: hidden;
}

.home .swiper-banner {
  height: 100vh;
}

.home .swiper-banner .imgBg {
  display: block;
  height: 100vh;
}

.home .swiper-banner video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: auto;
  object-fit: cover;
}

.home .swiper-banner .container {
  display: flex;
  height: 100vh;
  align-items: center;
}

.home .swiper-banner .container img {
  display: block;
  width: 35.1563vw;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
}

.home .swiper-banner .txt-pic {
  width: 35.1563vw;
  position: absolute;
  left: 13.5417vw;
  top: 50%;
  transform: translateY(-50%);
}

.home .swiper-banner .video-pic .txt-pic {
  display: none;
}

.home .swiper-banner .yin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.home .swiper-banner .ani-slide img {
  opacity: 1;
  transform: translateY(0px);
}

.home .swiper-banner .swiper-button-next,
.home .swiper-banner .swiper-button-prev {
  width: 1.6667vw;
  height: 1.6667vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
  left: auto;
  right: 9.375vw;
  top: auto;
  bottom: 2.6042vw;
  margin: 0;
}

.home .swiper-banner .swiper-button-prev {
  transform: rotate(180deg);
  right: 12.3958vw;
}

.home .swiper-banner .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 12px;
  bottom: 3.125vw;
  box-sizing: border-box;
  width: 50%;
  padding-left: 9.375vw;
}

.home .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.7813vw 0 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  box-sizing: border-box;
}

.home .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
}

.home .map-box {
  padding: 7.2917vw 0 7.8125vw;
  position: relative;
}

.home .map-box .title {
  font-size: 2.3958vw;
  line-height: 2.7083vw;
  color: rgba(0, 0, 0, 0.8);
}

.home .map-box .title span {
  display: block;
  font-weight: 300;
}

.home .map-box .en {
  font-size: 0.9375vw;
  line-height: 1.125;
  color: #939393;
  margin-top: 0.5208vw;
  width: 27.6042vw;
}

.home .map-box p {
  font-size: 0.8333vw;
  line-height: 0.9375vw;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 2.6042vw;
}

.home .map-box .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 13.5417vw;
  height: 2.6042vw;
  box-sizing: border-box;
  padding: 0 1.4583vw;
  font-size: 0.8333vw;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(9, 120, 255, 0.9) -6.85%, rgba(91, 211, 17, 0.9) 109.68%);
  margin-top: 2.6042vw;
}

.home .map-box .more i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
}

.home .map-box .more:hover i {
  margin-right: -10px;
}

.home .map-box .list {
  margin-top: 7.375vw;
  width: 26.7708vw;
}

.home .map-box .list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9375vw;
  line-height: 3.6458vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.home .map-box .list .num {
  font-size: 1.3542vw;
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home .map-box .list .num span {
  font-size: 2.9167vw;
  font-weight: bold;
  margin-right: 0.5208vw;
}

.home .map-box .list .txt {
  font-size: 0.9375vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 3.6458vw;
}

.home .map-box .mp {
  display: block;
  width: 60%;
  position: absolute;
  left: 32%;
  top: 0;
  z-index: -1;
}

.home .case-box {
  display: flex;
  justify-content: space-between;
}

.home .case-box .item {
  width: 32.7777vw;
  overflow: hidden;
  position: relative;
  height: 32.2917vw;
  cursor: pointer;
}

.home .case-box .small {
  width: 15.6251vw;
}

.home .case-box .active {
  width: 67.1354vw;
}

.home .case-box .active .main {
  padding: 6.25vw 5.9896vw 0;
  box-sizing: border-box;
  text-align: left;
}

.home .case-box .active .img {
  justify-content: flex-start;
}

.home .case-box .active .img .st {
  display: none;
}

.home .case-box .active .img .dt {
  display: block;
}

.home .case-box .active .txt {
  display: block;
}

.home .case-box .active .action {
  display: flex;
}

.home .case-box .imgBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 67.1354vw;
  height: 32.2917vw;
  z-index: 5;
}

.home .case-box .main {
  position: relative;
  z-index: 10;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding-top: 10.9375vw;
}

.home .case-box .img {
  display: flex;
  justify-content: center;
  height: 4.6875vw;
}

.home .case-box .img img {
  display: block;
  max-height: 4.6875vw;
}

.home .case-box .img .dt {
  display: none;
}

.home .case-box .name {
  font-size: 1.4583vw;
  line-height: 2.5vw;
  color: #ffffff;
  font-weight: bold;
}

.home .case-box .en {
  font-size: 13px;
  color: #ffffff;
}

.home .case-box .txt {
  font-size: 0.8333vw;
  line-height: 1.3542vw;
  color: #ffffff;
  width: 23.75vw;
  margin-top: 1.5625vw;
  font-weight: 350;
  display: none;
}

.home .case-box .action {
  display: none;
  margin-top: 1.5625vw;
}

.home .case-box .action a {
  display: flex;
  align-items: center;
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.7708vw;
  margin-right: 2.3438vw;
}

.home .case-box .action a i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
  margin-left: 0.7292vw;
}

.home .case-m-box {
  display: none;
}

.home .news-box {
  background: url("../img/news_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 5.625vw 0 6.6667vw;
  position: relative;
  overflow: hidden;
}

.home .news-box .bg {
  position: absolute;
  left: 40.1042vw;
  top: -12.9688vw;
  width: 129.9479vw;
  z-index: 5;
  animation-name: breath;
  animation-duration: 24s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left bottom;
  display: none;
}

.home .news-box .container {
  position: relative;
  z-index: 10;
}

.home .news-box .title h4 {
  font-size: 2.3958vw;
  line-height: 2.7083vw;
  color: #ffffff;
  font-weight: normal;
}

.home .news-box .title h4 span {
  font-size: 1.25vw;
  margin-left: 0.7292vw;
}

.home .news-box .title .link {
  display: flex;
  align-items: center;
  height: 1.875vw;
  font-size: 0.9375vw;
  color: #ffffff;
  position: relative;
}

.home .news-box .title .link::before {
  content: '';
  width: 3.8542vw;
  height: 2px;
  bottom: -2px;
  left: 0;
  position: absolute;
  background: #fff;
}

.home .news-box .title .link:hover i {
  right: -10px;
}

.home .news-box .title i {
  display: block;
  width: 1.3542vw;
  height: 1.3542vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
  margin-left: 0.8333vw;
  right: 0;
  position: relative;
}

.home .news-box .swiper-news {
  margin-top: 2.0833vw;
  height: 26.0417vw;
  padding-bottom: 2.7083vw;
}

.home .news-box .swiper-news .swiper-slide {
  height: 12.5vw;
}

.home .news-box .swiper-news a {
  display: block;
  box-sizing: border-box;
  height: 12.5vw;
  padding: 1.0417vw 1.6667vw 0;
  position: relative;
  background: #fff;
}

.home .news-box .swiper-news a::before {
  content: '';
  width: 0;
  height: 4px;
  background: #27C2FB;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: all .5s ease-in-out;
}

.home .news-box .swiper-news a:hover {
  background: url("../img/color_bg.jpg") no-repeat center center;
  background-size: cover;
}

.home .news-box .swiper-news a:hover .name,
.home .news-box .swiper-news a:hover .txt,
.home .news-box .swiper-news a:hover .time {
  color: #ffffff;
}

.home .news-box .swiper-news a:hover .name i,
.home .news-box .swiper-news a:hover .txt i,
.home .news-box .swiper-news a:hover .time i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
}

.home .news-box .swiper-news a:hover::before {
  width: 100%;
}

.home .news-box .swiper-news .name {
  font-size: 1.5625vw;
  line-height: 2.5vw;
  color: rgba(0, 0, 0, 0.8);
}

.home .news-box .swiper-news .txt {
  font-size: 0.9375vw;
  line-height: 1.3542vw;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 1.0417vw;
  font-weight: 300;
}

.home .news-box .swiper-news .time {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.6667vw;
  left: 0;
  bottom: 1.1458vw;
  display: flex;
  align-items: center;
  font-size: 0.8333vw;
  line-height: 1.0417vw;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.6);
}

.home .news-box .swiper-news .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  bottom: 0;
}

.home .news-box .swiper-news .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.4167vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  box-sizing: border-box;
}

.home .news-box .swiper-news .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  width: 12px;
  height: 12px;
  border: 2px solid #27C2FB;
}

.home .solut-box {
  padding: 4.1667vw 0;
}

.home .solut-box .title {
  margin-bottom: 2.3438vw;
}

.home .solut-box .title h4 {
  font-size: 2.3958vw;
  line-height: 2.7083vw;
  color: #000;
  font-weight: normal;
}

.home .solut-box .title h4 span {
  font-size: 1.25vw;
  margin-left: 0.7292vw;
  color: #9D9D9D;
}

/*关于我们*/
.about-banner {
  position: relative;
}

.about-banner img {
  width: 100%;
}

.about-banner .main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 1.0417vw;
}

.about-banner .main h3 {
  font-size: 2.3958vw;
  line-height: 2.7083vw;
  color: #ffffff;
}

.about-banner .main h3 span {
  font-weight: 300;
  display: block;
}

.about-banner .main .en {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  color: #ffffff;
  max-width: 27.0833vw;
  margin-top: 0.5208vw;
}

.about-banner .main p {
  font-size: 0.8333vw;
  line-height: 0.9375vw;
  color: #ffffff;
  margin-top: 2.5vw;
}

.about-banner .main .txt {
  font-size: 1.0417vw;
  line-height: 1.7102;
  color: #ffffff;
  letter-spacing: -0.03em;
  max-width: 30.7292vw;
  margin-top: 1.0417vw;
}

.about-banner .main .tel {
  font-size: 0.9375vw;
  line-height: 2.7083vw;
  margin-top: 2.6042vw;
  color: #ffffff;
}

.about-banner .main .tel span {
  font-size: 1.6667vw;
}

.about-banner .main .tel .num {
  font-size: 2.1875vw;
  font-weight: bolder;
  letter-spacing: 0.03em;
}

.about-banner .main .btn {
  display: flex;
  width: 13.5417vw;
  height: 2.6042vw;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.0417vw 0 1.5625vw;
  font-size: 0.8333vw;
  color: #ffffff;
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
  margin-top: 3.9063vw;
}

.about-banner .main .btn i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
}

.about-banner .main .btn:hover i {
  margin-right: -0.5208vw;
}

.about-banner .data-list {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 10.4167vw;
  background: rgba(0, 0, 0, 0.2);
}

.about-banner .data-list .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10.4167vw;
  padding: 0 10.4167vw;
  box-sizing: border-box;
}

.about-banner .data-list .item {
  position: relative;
}

.about-banner .data-list .item::after {
  content: '';
  width: 1px;
  height: 5.8333vw;
  position: absolute;
  right: -6.4583vw;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}

.about-banner .data-list .item:last-child::after {
  display: none;
}

.about-banner .data-list p {
  font-size: 0.9375vw;
  color: #ffffff;
  line-height: 1.1458vw;
}

.about-banner .data-list .num {
  font-size: 1.3542vw;
  font-weight: 500;
  line-height: 3.6458vw;
  color: #ffffff;
}

.about-banner .data-list .num span {
  font-size: 2.9167vw;
  font-weight: bolder;
}

.about-banner .anchor {
  position: absolute;
  left: 0;
  bottom: 72px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.about .profile {
  padding: 5.8333vw 0 5.7292vw;
  background: url("../images/map.png") no-repeat 35.9375vw 3.4375vw;
  background-size: 58.2292vw 40.6771vw;
  box-sizing: border-box;
  min-height: 45.3125vw;
}

.about .profile .main {
  margin-top: 4.0625vw;
}

.about .profile .year {
  font-size: 3.0729vw;
  line-height: 3.5937vw;
  font-weight: bolder;
  text-transform: uppercase;
  color: #000;
}

.about .profile .year span {
  color: #237AE4;
  font-weight: bolder;
}

.about .profile .en {
  font-size: 0.8854vw;
  line-height: 1.5625vw;
  margin-top: 0.5208vw;
  color: #9D9D9D;
  letter-spacing: -0.03em;
}

.about .profile .name {
  font-size: 1.375vw;
  line-height: 2.3958vw;
  color: #000;
  letter-spacing: -0.03em;
}

.about .profile .txt {
  font-size: 0.9375vw;
  line-height: 1.9271vw;
  max-width: 26.5833vw;
  margin-top: 2.0833vw;
}

.about .profile .pic {
  width: 29.6875vw;
  margin-top: 3.9063vw;
}

.about .profile .pic img {
  display: block;
  width: 100%;
}

.about .culture {
  background: url("../img/culture_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 5.4688vw 0 7.0313vw;
}

.about .culture .culture-box {
  display: flex;
  justify-content: space-between;
  margin-top: 2.0833vw;
}

.about .culture .item {
  position: relative;
  overflow: hidden;
}

.about .culture .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 0.3125vw solid #27C2FB;
}

.about .culture .item .box {
  padding: 0.9375vw 1.7188vw 0;
  box-sizing: border-box;
  height: 7.0833vw;
  background: rgba(35, 122, 228, 0.85);
}

.about .culture .item .name {
  font-size: 1.3542vw;
  color: #ffffff;
  line-height: 2.2917vw;
  letter-spacing: -0.03em;
}

.about .culture .item .txt {
  font-size: 0.7813vw;
  line-height: 1.25vw;
  color: #ffffff;
  margin-top: 0.5208vw;
}

.about .culture .item:hover .imgBg {
  transform: scale(1.1, 1.1) !important;
}

.about .culture .left {
  width: 48.125vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about .culture .left .item {
  width: 23.5417vw;
}

.about .culture .left .item:first-child {
  width: 100%;
  margin-bottom: 0.9896vw;
}

.about .culture .left .item:first-child .box {
  width: 23.5417vw;
}

.about .culture .left .imgBg {
  height: 17.8125vw;
}

.about .culture .right {
  width: 23.75vw;
}

.about .culture .right .imgBg {
  height: 36.6146vw;
}

.team {
  padding: 5.5208vw 0 6.7708vw;
}

.team .chairman {
  background: #F9F9F9;
  height: 29.6875vw;
  display: flex;
  justify-content: space-between;
  margin-top: 2.3438vw;
}

.team .chairman .info {
  width: 33.3333vw;
  padding: 3.5417vw 0 0 2.7083vw;
}

.team .chairman .en {
  font-size: 4.1667vw;
  line-height: 7.3958vw;
  color: #EEE;
  text-transform: uppercase;
  font-weight: bolder;
}

.team .chairman .imgBg {
  width: 24.6875vw;
  box-sizing: border-box;
  position: relative;
}

.team .chairman .imgBg::after {
  content: '';
  width: 100%;
  height: 0.4167vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
}

.team .name {
  font-size: 1.875vw;
  line-height: 2.1875vw;
  color: rgba(0, 0, 0, 0.8);
  margin-top: -3.75vw;
}

.team .position {
  font-size: 0.9375vw;
  line-height: 1.4583vw;
  margin-top: 0.9375vw;
  color: #333;
}

.team .txt {
  font-size: 13px;
  line-height: 1.7798;
  margin-top: 1.5625vw;
  color: #5F5F60;
}

.team h5 {
  font-size: 0.8333vw;
  width: 92px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
  margin-top: 2.3438vw;
}

.team .honor-list {
  font-size: 14px;
  line-height: 1.5625vw;
  color: #5F5F60;
  margin-top: 0.5208vw;
}

.team .team-main {
  display: flex;
  justify-content: space-between;
  margin-top: 5.8333vw;
}

.team .team-main .list {
  width: 50.8333vw;
}

.team .team-main .item {
  border-bottom: 1px solid #DDDFE1;
  padding-bottom: 2.2396vw;
  margin-bottom: 2.5vw;
  display: flex;
  justify-content: space-between;
}

.team .team-main .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.team .team-main .item .pic {
  width: 17.0833vw;
  height: 20.5208vw;
  position: relative;
  overflow: hidden;
}

.team .team-main .item .pic::after {
  content: '';
  width: 100%;
  height: 0.4167vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
}

.team .team-main .item .pic .imgBg {
  height: 100%;
}

.team .team-main .item .main {
  width: 30.1042vw;
}

.team .team-main .item .name {
  font-size: 1.4583vw;
  margin: 0;
  line-height: 2.6042vw;
}

.team .team-main .item .position {
  line-height: 1.7798;
  margin-top: 0;
}

.team .team-main .item h5 {
  margin-top: 3.75vw;
}

.team .team-main .item:hover .imgBg {
  transform: scale(1.1, 1.1);
}

.team .team-main .right {
  width: 17.9688vw;
}

.brand .lead {
  padding: 5.625vw 0 3.6458vw;
}

.brand .lead .pic {
  margin: 4.0625vw auto 0;
  width: 66.6667vw;
}

.brand .lead .pic img {
  display: block;
  width: 100%;
}

.brand .lead .lead-box {
  margin-top: 4.1667vw;
  background: url("../img/lead_bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  height: 25.5208vw;
  padding: 2.6042vw 0 0 2.9688vw;
}

.brand .lead .lead-box .title {
  font-size: 2.1875vw;
  line-height: 3.75vw;
  position: relative;
  color: #ffffff;
  font-weight: 300;
}

.brand .lead .lead-box .title::before {
  content: '';
  width: 7.6042vw;
  height: 2px;
  background: #27C2FB;
  position: absolute;
  left: 0;
  bottom: 0;
}

.brand .lead .lead-box .en {
  font-size: 0.8854vw;
  line-height: 1.0652;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 1.5625vw;
  width: 26.0417vw;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.brand .lead .lead-box .info {
  font-size: 1.1458vw;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2.0298;
  letter-spacing: 0.22em;
  margin-top: 1.3542vw;
}

.brand .lead .lead-box .main {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30.5729vw;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.brand .lead .lead-box .main img {
  display: block;
  width: 100%;
}

.brand .lead .lead-box .main .left {
  position: relative;
  z-index: 10;
  width: 7.2917vw;
}

.brand .lead .lead-box .main .left h5 {
  box-sizing: border-box;
  width: 5.7292vw;
  height: 1.5625vw;
  border: 0.1563vw solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7813vw;
  color: #ffffff;
  font-weight: bold;
}

.brand .lead .lead-box .main .left .ch {
  font-size: 1.0417vw;
  width: 5.7292vw;
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
  line-height: 1.16;
  margin-top: 0.2083vw;
  text-transform: uppercase;
}

.brand .lead .lead-box .main .left .num {
  font-size: 3.8542vw;
  width: 5.7292vw;
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
  line-height: 3.4375vw;
}

.brand .lead .lead-box .main .left .txt {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 0.625vw;
}

.brand .lead .lead-box .main .right {
  position: relative;
  z-index: 10;
  width: 16.3542vw;
}

.brand .lead .lead-box .main .right .name {
  font-size: 1.0417vw;
  line-height: 1.4583vw;
  color: #ffffff;
  font-weight: bold;
}

.brand .lead .lead-box .main .right .txt {
  font-size: 14px;
  line-height: 1.25vw;
  color: rgba(255, 255, 255, 0.76);
  margin-top: 0.4167vw;
}

.brand .lead .lead-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.8;
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
}

.brand .lead .m-pic {
  display: none;
}

.brand .lead .m-pic img {
  display: block;
  width: 100%;
}

.brand .overview {
  padding: 1.3542vw 0 4.6875vw;
  background: url("../images/overview_bg.png") no-repeat center bottom;
}

.brand .overview .info {
  font-size: 13px;
  line-height: 1.7448;
  color: #5F5F60;
  margin-top: 0.625vw;
}

.brand .overview .list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.9792vw;
}

.brand .overview .item {
  width: 22.9167vw;
  background: #ffffff;
  box-shadow: 0px 9px 36px rgba(3, 42, 81, 0.0196802), 0px 3.75998px 15.0399px rgba(3, 42, 81, 0.0282725), 0px 2.01027px 8.04107px rgba(3, 42, 81, 0.035), 0px 1.12694px 4.50776px rgba(3, 42, 81, 0.0417275), 0px 0.59851px 2.39404px rgba(3, 42, 81, 0.0503198), 0px 0.24905px 0.99621px rgba(3, 42, 81, 0.07);
  position: relative;
  box-sizing: border-box;
  padding: 1.4063vw 1.5625vw 0.7292vw;
}

.brand .overview .item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.2083vw;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(90deg, rgba(9, 120, 255, 0.9) -6.85%, rgba(91, 211, 17, 0.9) 109.68%);
}

.brand .overview .name {
  font-size: 1.1458vw;
  line-height: 1.7102;
  color: #000;
}

.brand .overview .txt {
  font-size: 14px;
  line-height: 1.7102;
  color: #666;
  margin-top: 0.2604vw;
  min-height: 70px;
}

.brand .overview .pic {
  margin-top: 0.5208vw;
}

.brand .overview .pic img {
  display: block;
  width: 100%;
}

.brand .country {
  background: url("../img/country_bg.jpg") no-repeat;
  background-size: cover;
  padding: 3.4896vw 0 3.5417vw;
}

.brand .country .container {
  display: flex;
  justify-content: space-between;
}

.brand .country .left {
  width: 30.2083vw;
  padding-top: 1.8229vw;
}

.brand .country .left h5 {
  font-size: 2.1875vw;
  line-height: 1.7102;
  background: linear-gradient(180deg, #5BD311 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.brand .country .left .en {
  font-size: 0.9896vw;
  line-height: 1.7102;
  color: #ffffff;
  opacity: 0.4;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.brand .country .left .txt {
  font-size: 14px;
  line-height: 1.7102;
  color: #ffffff;
  margin-top: 1.5625vw;
}

.brand .country .left .data {
  display: flex;
  margin-top: 4.1667vw;
}

.brand .country .left .item {
  width: 9.375vw;
  margin-right: 3.6458vw;
}

.brand .country .left .num {
  font-size: 1.25vw;
  line-height: 2.6042vw;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid #4ADFFF;
}

.brand .country .left .num span {
  font-size: 2.7604vw;
  font-weight: bolder;
  margin-right: 0.625vw;
}

.brand .country .left p {
  font-size: 14px;
  line-height: 1.7102;
  color: #F2F2F2;
  margin-top: 0.2604vw;
}

.brand .country .country-swiper {
  width: 36.9792vw;
}

.brand .country .country-swiper .imgBg {
  height: 24.2188vw;
}

.brand .country .country-swiper .name {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 0.2083vw solid #27C2FB;
  background: rgba(35, 122, 228, 0.95);
  font-size: 0.9375vw;
  line-height: 2.8125vw;
  padding: 0 1.25vw;
  width: 100%;
  color: #ffffff;
}

.brand .country .country-swiper .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  height: 12px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  bottom: 1.0417vw;
  padding-right: 1.1458vw;
  z-index: 10;
}

.brand .country .country-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
}

.brand .country .country-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  border: 2px solid #ffffff;
  opacity: 1;
}

.brand .state {
  padding: 4.0625vw 0 5.625vw;
}

.brand .state h5 {
  font-size: 1.875vw;
  line-height: 2.1875vw;
  color: rgba(0, 0, 0, 0.8);
}

.brand .state .en {
  font-size: 1.0417vw;
  line-height: 1.5625vw;
  margin-top: 0.5208vw;
  color: #9D9D9D;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.brand .state .info {
  font-size: 14px;
  color: #333;
  line-height: 1.7102;
  width: 38.0208vw;
  margin-top: 1.0417vw;
}

.brand .state .list {
  display: flex;
  justify-content: space-between;
  margin-top: 2.6042vw;
}

.brand .state .item {
  width: 35.1563vw;
}

.brand .state .item:hover .imgBg {
  transform: scale(1.1, 1.1);
}

.brand .state .pic {
  height: 17.9688vw;
  overflow: hidden;
}

.brand .state .imgBg {
  height: 17.9688vw;
}

.brand .state .main {
  margin-top: 0.7813vw;
}

.brand .state .name {
  font-size: 0.9375vw;
  line-height: 1.7102;
  color: #000;
}

.brand .state .txt {
  font-size: 14px;
  line-height: 1.7192;
  margin-top: 0.5208vw;
  max-width: 28.125vw;
  color: #666;
}

/*新闻中心*/
.news {
  padding-bottom: 9.375vw;
}

.news .news-top {
  background: url("../img/newstop_bg.jpg") no-repeat;
  background-size: cover;
  padding: 5.5208vw 0 4.6875vw;
}

.news .news-swiper {
  margin-top: 3.75vw;
}

.news .news-swiper .swiper-slide:hover .imgBg {
  transform: scale(1.1, 1.1);
}

.news .news-swiper a {
  display: flex;
  justify-content: space-between;
}

.news .news-swiper .pic {
  width: 23.9583vw;
  height: 16.4063vw;
  overflow: hidden;
}

.news .news-swiper .pic .imgBg {
  height: 100%;
}

.news .news-swiper .main {
  width: 39.5833vw;
}

.news .news-swiper .name {
  font-size: 1.875vw;
  line-height: 2.6042vw;
  color: #333;
}

.news .news-swiper .txt {
  font-size: 0.7813vw;
  line-height: 1.6302;
  color: #666;
  margin-top: 0.5208vw;
}

.news .news-swiper .swiper-button-next,
.news .news-swiper .swiper-button-prev {
  width: 1.6667vw;
  height: 1.6667vw;
  background: url("../images/sw_n_arrow.png") no-repeat;
  background-size: cover;
  top: auto;
  left: auto;
  bottom: 0.4167vw;
  right: 3.2292vw;
  margin: 0;
  z-index: 20;
}

.news .news-swiper .swiper-button-next:hover,
.news .news-swiper .swiper-button-prev:hover {
  background-image: url("../images/sw_nh_arrow.png");
}

.news .news-swiper .swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}

.news .news-swiper .swiper-pagination {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 12px;
  bottom: 0.9375vw;
  left: 33.3333vw;
}

.news .news-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.7813vw 0 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  box-sizing: border-box;
}

.news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  width: 12px;
  height: 12px;
  border: 2px solid #237AE4;
}

.news .date {
  width: 5.7292vw;
  height: 5.7292vw;
  background: linear-gradient(116.26deg, #0978FF -2.6%, #5BD311 103.31%);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0.5208vw 0 0 0.625vw;
}

.news .date .day {
  font-size: 2.8125vw;
  line-height: 2.6042vw;
  font-weight: bolder;
  color: #ffffff;
}

.news .date p {
  font-size: 0.7813vw;
  line-height: 1.3542vw;
  color: #ffffff;
  font-weight: bolder;
}

.news .news-main {
  padding-top: 3.3333vw;
}

.news .news-main .container {
  display: flex;
  justify-content: space-between;
}

.news .news-main .news-list {
  width: 47.1354vw;
}

.news .news-main .news-list ul {
  padding-bottom: 1.875vw;
}

.news .news-main .news-list li {
  margin-bottom: 1.0417vw;
  padding-bottom: 1.3021vw;
  border-bottom: 1px solid #DDDFE1;
}

.news .news-main .news-list li:last-child {
  border-bottom: none;
}

.news .news-main .news-list li a {
  display: flex;
  justify-content: space-between;
  padding: 0 1.0417vw;
}

.news .news-main .news-list li .main {
  width: 37.7604vw;
  box-sizing: border-box;
  padding-right: 5.4688vw;
  position: relative;
}

.news .news-main .news-list li .main::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 0.5208vw;
  height: 0.9375vw;
  background: url("../images/arrow_nr.png") no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.news .news-main .news-list li .name {
  font-size: 1.0938vw;
  line-height: 1.1458vw;
  color: #333;
}

.news .news-main .news-list li .txt {
  font-size: 13px;
  line-height: 1.1979vw;
  color: #666;
  margin-top: 0.5208vw;
}

.news .news-main .news-list li .author {
  font-size: 13px;
  line-height: 1.1979vw;
  color: #CECED1;
  margin-top: 0.5208vw;
}

.news .news-main .news-list li:hover .name {
  color: #237AE4;
}

.news .news-main .news-list li:hover .main::after {
  right: -1.0417vw;
}

.news .news-main .news-list .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 24.375vw;
  height: 3.6458vw;
  box-sizing: border-box;
  padding: 0 1.5625vw;
  font-size: 1.0417vw;
  color: #fff;
  background: linear-gradient(116.26deg, #0978FF -2.6%, #5BD311 103.31%);
  margin-top: 1.875vw;
}

.news .news-main .news-list .more i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
}

.news .news-main .news-list .more:hover i {
  margin-right: -0.5208vw;
}

.news .news-main .right {
  width: 22.1354vw;
}

.news .news-main .right .adv-link {
  margin-bottom: 1.3021vw;
}

.news .news-search {
  background: url("../images/news_search_bg.png") no-repeat;
  background-size: cover;
  margin-bottom: 1.3021vw;
  box-sizing: border-box;
  padding: 1.3542vw 1.875vw 3.3854vw;
  position: relative;
  z-index: 10;
}

.news .news-search .title {
  font-size: 0.9896vw;
  line-height: 1.6667vw;
  color: #222;
  font-weight: bold;
}

.news .news-search .en {
  font-size: 0.8333vw;
  line-height: 1.1458vw;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}

.news .news-search .select {
  width: 100%;
  position: relative;
  z-index: 10;
  height: 3.125vw;
  border-radius: 0.5208vw;
  background: #ffffff;
  margin-top: 1.0417vw;
}

.news .news-search .select::after {
  content: '';
  width: 0.5208vw;
  height: 0.9375vw;
  background: url("../images/arrow_nr.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 1.0417vw;
  top: 50%;
  margin-top: -0.4688vw;
  transform: rotate(90deg);
}

.news .news-search .select p {
  font-size: 14px;
  line-height: 3.125vw;
  padding: 0 1.0417vw;
  color: #999;
}

.news .news-search .select ul {
  position: absolute;
  left: 0;
  top: 3.125vw;
  z-index: 20;
  background: #ffffff;
  border-radius: 0.5208vw;
  width: 100%;
  display: none;
  max-height: 12.5vw;
  overflow-y: auto;
}

.news .news-search .select ul li {
  padding: 0 1.0417vw;
  font-size: 14px;
  line-height: 2.5vw;
  color: #666;
  cursor: pointer;
}

.news .news-search .select ul li:hover {
  color: #27C2FB;
}

.news .news-search .search-box {
  margin-top: 0.7813vw;
  position: relative;
}

.news .news-search .search-box .text {
  border: none;
  background: #ffffff;
  border-radius: 0.5208vw;
  font-size: 14px;
  color: #999;
  box-sizing: border-box;
  padding: 0 1.0417vw;
  width: 100%;
  height: 3.125vw;
}

.news .news-search .search-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125vw;
  height: 3.125vw;
  background: url("../images/search_n.png") no-repeat center center;
  background-size: 1.0417vw 1.0417vw;
  border: none;
}

.newsDet .header {
  background: #ffffff;
  border-bottom: 1px solid #F2F2F2;
  height: 73px;
}

.newsDet .header .nav li .link {
  color: #333;
}

.newsDet .header .nav li .link:hover {
  color: #27C2FB;
}

.newsDet .header .nav .active .link {
  color: #27C2FB;
}

.newsDet .header .right .search {
  background-image: url("../images/search_b.png");
}

.newsDet .header .right .link {
  color: #333;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
}

.newsDet .header .right i {
  background-image: url("../images/pro_b_icon.png");
}

.newsDet .header .right img {
  display: none;
}

.newsDet .header .right .forNews {
  display: block;
}

.newsDet .header .language {
  border-left-color: rgba(51, 51, 51, 0.3);
}

.newsDet .header .language p {
  color: #333;
  background-image: url(../images/language_sp_icon.png);
}

.newsDet .header .language p::after {
  background-image: url(../images/language_sp_arrow.png);
}

.newsDet .header .language ul {
  background: #ffffff;
}

.newsDet .header .language a {
  color: #333;
}

.newsDet .header .language a:hover {
  color: #27C2FB;
}

.newsDet .back {
  width: 4.6875vw;
  height: 4.6875vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(116.26deg, #0978FF -2.6%, #5BD311 103.31%);
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  position: fixed;
  left: 13.5417vw;
  top: 7.3958vw;
  z-index: 1001;
}

.newsDet .back i {
  display: block;
  width: 0.8333vw;
  height: 0.8333vw;
  background: url("../images/back_icon.png") no-repeat;
  background-size: cover;
  margin-bottom: 0.3125vw;
}

.newsDet .newsDet-main {
  padding: 7.3958vw 0;
}

.newsDet .newsDet-main .container {
  box-sizing: border-box;
  padding-left: 9.8958vw;
}

.newsDet .newsDet-main .top {
  border-bottom: 1px solid #E9E9E9;
  padding: 0 11.4583vw 1.875vw 0;
}

.newsDet .newsDet-main .name {
  font-size: 1.6667vw;
  line-height: 2.1875vw;
  color: #333;
  font-weight: bold;
}

.newsDet .newsDet-main .date {
  font-size: 1.0417vw;
  color: #999;
  font-style: initial;
  font-weight: bold;
  line-height: 1.3542vw;
  margin-top: 0.7813vw;
}

.newsDet .newsDet-main .date span {
  color: #333;
}

.newsDet .newsDet-main .content {
  margin-top: 2.6042vw;
  padding-right: 11.4583vw;
  font-size: 0.7813vw;
  line-height: 1.3542vw;
  color: #666;
}

.newsDet .newsDet-main .content p {
  margin-bottom: 1.0417vw;
}

.newsDet .newsDet-main .content img {
  display: block;
  max-width: 100%;
  margin: 1.0417vw auto;
}

.newsDet .newsDet-main .news-page {
  display: flex;
  justify-content: space-between;
  margin-top: 2.0833vw;
  padding-right: 11.4583vw;
}

.newsDet .newsDet-main .news-page a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 85px;
  height: 30px;
  background: #AFAFAF;
  padding: 0 0.8333vw;
  font-size: 12px;
  color: #ffffff;
}

.newsDet .newsDet-main .news-page a i {
  display: block;
  width: 5px;
  height: 8px;
  background: url("../images/news_arrow.png") no-repeat;
  background-size: cover;
}

.newsDet .newsDet-main .news-page a:hover {
  background: linear-gradient(116.26deg, #0978FF -2.6%, #5BD311 103.31%);
}

.newsDet .newsDet-main .news-page a:last-child i {
  transform: rotate(180deg);
}

.honor {
  background: url("../img/honor_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 5.5208vw 0 5.7292vw;
}

.honor .main {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6458vw;
}

.honor .left {
  width: 18.4896vw;
}

.honor .year-box {
  background: linear-gradient(116.26deg, #0978FF -2.6%, #5BD311 103.31%);
  padding: 2.7604vw 0 10.9375vw 1.9271vw;
}

.honor .year-box h5 {
  font-size: 1.25vw;
  color: #ffffff;
  box-sizing: border-box;
  width: 6.875vw;
  height: 2.0833vw;
  border: 0.1563vw solid #ffffff;
  color: #ffffff;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
}

.honor .year-box .title {
  font-size: 1.25vw;
  line-height: 1.7102;
  color: #ffffff;
}

.honor .year-box .list {
  margin-top: 2.1875vw;
}

.honor .year-box .list a {
  display: block;
  font-size: 1.7708vw;
  line-height: 2.2917vw;
  font-weight: bolder;
  color: #ffffff;
  position: relative;
}

.honor .year-box .list a:hover {
  color: #27C2FB;
}

.honor .year-box .list .active {
  margin-bottom: 1.3021vw;
}

.honor .year-box .list .active a {
  color: #27C2FB;
  font-size: 2.8125vw;
  line-height: 3.2292vw;
}

.honor .year-box .list .active a::after {
  content: '';
  width: 10.9375vw;
  height: 0.2604vw;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.1563vw;
  background: #27C2FB;
}

.honor .main-fixed {
  justify-content: flex-end;
}

.honor .main-fixed .left {
  position: fixed;
  left: 13.5417vw;
  z-index: 80;
  top: 100px;
}

.honor .right {
  width: 46.5625vw;
}

.honor .honor-list li {
  float: left;
  width: 14.0625vw;
  margin: 0 2.1875vw 1.5625vw 0;
}

.honor .honor-list li:nth-child(3n) {
  margin-right: 0;
}

.honor .honor-list li .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 11.1458vw;
  background: url("../img/honor_bg1.jpg") no-repeat;
  background-size: cover;
  box-shadow: 0px 100px 152px rgba(0, 0, 0, 0.1), 0px 41.7776px 63.502px rgba(0, 0, 0, 0.0718854), 0px 22.3363px 33.9512px rgba(0, 0, 0, 0.0596107), 0px 12.5216px 19.0328px rgba(0, 0, 0, 0.05), 0px 6.6501px 10.1082px rgba(0, 0, 0, 0.0403893), 0px 2.76726px 4.20623px rgba(0, 0, 0, 0.0281146);
}

.honor .honor-list li .pic img {
  display: block;
  max-width: 10.9375vw;
  max-height: 8.0208vw;
}

.honor .honor-list li .name {
  font-size: 0.8333vw;
  line-height: 1.4063vw;
  color: #333;
  margin-top: 0.3125vw;
  display: flex;
  align-items: center;
  height: 2.8125vw;
}

.honor .honor-long-list li .pic {
  height: 18.2292vw;
  background-image: url("../img/honor_bg2.jpg");
}

.honor .honor-long-list li .pic img {
  max-height: 16.1458vw;
}

.duty .social-box {
  padding: 5.5208vw 0 6.7708vw;
}

.duty .social-box .main {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6458vw;
}

.duty .social-box .left {
  width: 33.3333vw;
}

.duty .social-box .left .pic {
  margin-top: 3.6458vw;
}

.duty .social-box .right {
  width: 33.3333vw;
}

.duty .social-box .right .pic {
  margin-top: 1.0417vw;
}

.duty .social-box .right .txt {
  margin: 1.875vw auto 0;
  text-align: center;
  max-width: 412px;
}

.duty .social-box .pic {
  padding-bottom: 0.5208vw;
  position: relative;
}

.duty .social-box .pic::after {
  content: '';
  width: 100%;
  height: 0.5208vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(9, 120, 255, 0.9) -6.85%, rgba(91, 211, 17, 0.9) 109.68%);
}

.duty .social-box .pic img {
  display: block;
  width: 100%;
}

.duty .social-box .title {
  font-size: 1.875vw;
  line-height: 1.7102;
  color: #000;
}

.duty .social-box .tips {
  font-size: 0.9375vw;
  line-height: 1.7102;
  color: #333;
}

.duty .social-box .txt {
  font-size: 14px;
  line-height: 1.7798;
  color: #5F5F60;
  margin-top: 1.5625vw;
}

.duty .social-box .list {
  display: flex;
  justify-content: center;
  margin-top: 7.8125vw;
}

.duty .social-box .list .item {
  padding: 0 2.0833vw;
  text-align: center;
  border-right: 1px solid #DDDFE1;
}

.duty .social-box .list .item:last-child {
  border-right: none;
}

.duty .social-box .list .item img {
  display: block;
  width: 4.7917vw;
  margin: 0 auto 0.4167vw;
}

.duty .social-box .list .item p {
  font-size: 0.9375vw;
  line-height: 1.7798;
  color: #000;
}

.duty .benefit-box {
  background: url("../img/benefit_bg.jpg") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 27.0833vw;
  padding-top: 7.3958vw;
}

.duty .benefit-box .title {
  font-size: 1.875vw;
  line-height: 1.7102;
  color: #ffffff;
  text-align: center;
}

.duty .benefit-box .title span {
  font-weight: 300;
}

.duty .benefit-box .txt {
  font-size: 14px;
  line-height: 1.7798;
  color: #ffffff;
  text-align: center;
  margin: 0.2604vw auto;
  max-width: 944px;
}

.duty .build-box {
  background: url("../img/honor_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 4.7917vw;
}

.duty .build-box .title {
  font-size: 1.875vw;
  line-height: 1.7102;
  color: #000;
}

.duty .build-box .title span {
  font-weight: 300;
}

.duty .build-box .info {
  font-size: 14px;
  line-height: 1.7798;
  color: #5F5F60;
  max-width: 590px;
}

.duty .build-box .swiper-build {
  margin-top: 2.3438vw;
}

.duty .build-box .swiper-build .swiper-slide {
  overflow: hidden;
  position: relative;
}

.duty .build-box .swiper-build .imgBg {
  height: 19.7917vw;
}

.duty .build-box .swiper-build .name {
  font-size: 1.25vw;
  line-height: 1.7798;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.duty .build-box .swiper-build .swiper-pagination {
  display: none;
}

.duty .welfare-box {
  padding: 6.25vw 0 7.8125vw;
}

.duty .welfare-box .main {
  display: flex;
  justify-content: space-between;
}

.duty .welfare-box .left {
  width: 32.5521vw;
}

.duty .welfare-box .title {
  font-size: 1.875vw;
  line-height: 1.7102;
  color: #000;
}

.duty .welfare-box .info {
  font-size: 0.9375vw;
  line-height: 1.5948;
  color: #333;
  max-width: 27.6042vw;
}

.duty .welfare-box .txt {
  font-size: 14px;
  line-height: 1.7798;
  color: #5F5F60;
  margin-top: 1.8229vw;
}

.duty .welfare-box .right {
  width: 35.1563vw;
}

.duty .welfare-box .right img {
  display: block;
  width: 100%;
}

.duty .welfare-box .pdf {
  display: block;
  margin-top: 2.6042vw;
}

.duty .welfare-box .pdf img {
  display: block;
  width: 100%;
}

/*招贤纳士*/
.recruit-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.28);
}

.recruit {
  overflow: hidden;
  padding: 5.5208vw 0 6.25vw;
}

.recruit .tips {
  font-size: 0.8333vw;
  line-height: 1.3542vw;
  margin-top: 1.0417vw;
}

.recruit .recruit-search {
  margin-top: 1.5625vw;
  position: relative;
  z-index: 10;
  padding-bottom: 1.4063vw;
  border-bottom: 1px solid #C4C4C4;
}

.recruit .recruit-search form {
  display: flex;
}

.recruit .recruit-search .select {
  width: 11.1979vw;
  height: 2.6042vw;
  box-sizing: border-box;
  border: 1px solid #C4C4C4;
  position: relative;
  z-index: 10;
  margin-right: 10px;
}

.recruit .recruit-search .select::after {
  content: '';
  width: 1.0417vw;
  height: 0.5729vw;
  background: url("../images/arrowB.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.5208vw;
  top: 50%;
  margin-top: -0.2604vw;
}

.recruit .recruit-search .select p {
  font-size: 0.8333vw;
  color: #666;
  line-height: 2.5vw;
  padding: 0 0.5208vw;
  cursor: pointer;
}

.recruit .recruit-search .select ul {
  position: absolute;
  width: 100%;
  background: #ffffff;
  border: 1px solid #C4C4C4;
  left: -1px;
  top: 2.6042vw;
  margin-top: -2px;
  display: none;
}

.recruit .recruit-search .select ul li {
  padding: 0 0.5208vw;
  font-size: 0.8333vw;
  color: #666;
  line-height: 2.5vw;
  cursor: pointer;
}

.recruit .search-box {
  display: flex;
  justify-content: space-between;
  width: 23.1771vw;
  height: 2.6042vw;
}

.recruit .search-box .text {
  display: block;
  box-sizing: border-box;
  width: 19.6354vw;
  height: 2.6042vw;
  border: 1px solid #C4C4C4;
  border-right: none;
  font-size: 14px;
  color: #A8A8A8;
  padding-left: 2.2917vw;
  background: url("../images/search_j.png") no-repeat 0.7813vw center;
  background-size: 1.0417vw 1.0417vw;
  border-radius: 0;
}

.recruit .search-box .btn {
  width: 3.5417vw;
  height: 2.6042vw;
  background: #25C1FF;
  border: none;
  font-size: 0.8333vw;
  color: #ffffff;
  border: none;
  border-radius: 0;
}

.recruit .number {
  font-size: 0.8333vw;
  line-height: 1.6667vw;
  color: #666;
  margin-top: 0.7292vw;
}

.recruit .number span {
  margin: 0 0.3125vw;
}

.recruit .recruit-main {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625vw;
}

.recruit .recruit-main .left {
  width: 13.8542vw;
  height: 46.6672vw;
  overflow-y: auto;
}

.recruit .recruit-main .left .item {
  border-bottom: 1px solid #F1F1F1;
  font-size: 0.8333vw;
  line-height: 2.9167vw;
  color: #00114A;
  padding-left: 0.8333vw;
  cursor: pointer;
}

.recruit .recruit-main .left .item:hover {
  color: #237AE4;
}

.recruit .recruit-main .left .active {
  border-bottom: 0.2083vw solid #25C1FF;
  background: #047CEB;
  color: #ffffff !important;
}

.recruit .recruit-main .right {
  width: 55.4688vw;
}

.recruit .recruit-main .top {
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
  padding: 0.8333vw 0 0.625vw 1.4063vw;
  color: #ffffff;
}

.recruit .recruit-main .top .name {
  font-size: 1.6667vw;
  line-height: 2.1875vw;
}

.recruit .recruit-main .top .time {
  font-size: 0.8333vw;
  line-height: 1.6667vw;
}

.recruit .recruit-main .info {
  display: flex;
  margin-top: 1.875vw;
  font-size: 0.8333vw;
  line-height: 1.25vw;
  color: #666;
}

.recruit .recruit-main .info .step {
  margin-right: 4.7917vw;
}

.recruit .recruit-main .info span {
  font-weight: bold;
}

.recruit .recruit-main .content {
  margin-top: 1.5625vw;
  border-top: 1px solid #E5E5E5;
  padding-top: 1.8229vw;
}

.recruit .recruit-main .content .name {
  font-size: 1.0417vw;
  font-weight: bold;
  color: #666;
  line-height: 1.3542vw;
  margin-bottom: 0.5208vw;
}

.recruit .recruit-main .content .txt {
  font-size: 0.8333vw;
  line-height: 1.6198;
  color: #666;
  margin-bottom: 1.5625vw;
}

.recruit .recruit-main .content .email {
  color: #237AE4;
  font-size: 0.8333vw;
  line-height: 1.6667vw;
}

.recruit .recruit-m-main {
  display: none;
}

.recruit .school-search {
  margin-top: 1.3542vw;
  display: flex;
  width: 455px;
  height: 50px;
  justify-content: space-between;
}

.recruit .school-search .text {
  display: block;
  box-sizing: border-box;
  width: 387px;
  height: 50px;
  border: 1px solid #C4C4C4;
  border-right: none;
  background: url("../images/search_j.png") no-repeat 15px center;
  background-size: 19px 19px;
  font-size: 14px;
  color: #A8A8A8;
  padding-left: 44px;
}

.recruit .school-search .text::-moz-placeholder {
  color: #A8A8A8;
}

.recruit .school-search .text::-webkit-input-placeholder {
  color: #A8A8A8;
}

.recruit .school-search .btn {
  display: block;
  border: none;
  width: 68px;
  height: 50px;
  background: #25C1FF;
  font-size: 15px;
  color: #ffffff;
}

.recruit .school-nav {
  margin-top: 1.3021vw;
  padding-bottom: 0.5208vw;
  border-bottom: 1px solid #C4C4C4;
}

.recruit .school-nav .item {
  display: flex;
  margin-bottom: 10px;
}

.recruit .school-nav .name {
  font-size: 16px;
  line-height: 1;
  color: #333;
  width: 95px;
}

.recruit .school-nav .list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 95px);
}

.recruit .school-nav a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #666;
  margin: 0 24px 8px 0;
}

.recruit .school-nav a:hover {
  color: #25C1FF;
}

.recruit .school-nav .active {
  color: #25C1FF;
}

.recruit .school-num {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-top: 11px;
}

.recruit .school-list {
  margin-top: 10px;
  padding-bottom: 30px;
}

.recruit .school-list .item {
  padding: 1.25vw 0;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recruit .school-list .name {
  font-size: 1.4583vw;
  line-height: 1.3;
  color: #333;
  letter-spacing: 0.02em;
}

.recruit .school-list .info {
  display: flex;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.62;
  color: #666;
}

.recruit .school-list .type {
  width: 220px;
}

.recruit .school-list .city {
  width: 190px;
}

.recruit .school-list .nature {
  width: 176px;
}

.recruit .school-list .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 48px;
  background: #27C2FB;
  font-size: 16px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 26px;
}

.recruit .school-list .link i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.recruit .school-list .link:hover i {
  margin-right: -10px;
}

.recruit .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 24.375vw;
  height: 3.6458vw;
  box-sizing: border-box;
  padding: 0 1.5625vw;
  font-size: 1.0417vw;
  color: #fff;
  background: linear-gradient(116.26deg, #0978FF -2.6%, #5BD311 103.31%);
  margin-top: 1.875vw;
}

.recruit .more i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
}

.recruit .more:hover i {
  margin-right: -0.5208vw;
}

/*热招*/
.hotrec {
  padding: 5.5208vw 0 6.25vw;
}

.hotrec .about-banner img {
  display: block;
  width: 100%;
}

.hotrec .about-banner .swiper-pagination {
  bottom: 30px;
}

.hotrec .about-banner .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}

.hotrec .about-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #27C2FB;
}

.hotrec .title {
  font-size: 40px;
  color: #000;
  text-align: center;
}

.hotrec .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.6042vw;
}

.hotrec a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 22.9167vw;
  height: 8.3333vw;
  padding: 0 3%;
  margin: 0 2.0833vw 2.0833vw 0;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 16px 0px;
}

.hotrec a:nth-child(3n) {
  margin-right: 0;
}

.hotrec .name {
  font-size: 20px;
  line-height: 1.4;
  color: black;
  margin-bottom: 10px;
}

.hotrec .num {
  font-size: 14px;
  line-height: 1.4286;
  color: rgba(0, 0, 0, 0.8);
}

.hotrec .num span {
  font-size: 16px;
  color: black;
}

.hotrec .icon {
  display: flex;
  align-items: center;
  height: 69px;
}

.hotrec .icon img {
  display: block;
  max-height: 69px;
}

.qa-pop {
  position: fixed;
  right: 7px;
  bottom: 9px;
  z-index: 10001;
}

.qa-pop .qa-main {
  width: 375px;
  height: 70vh;
  background: #eceef0;
  box-shadow: 0 36px 120px 0 rgba(66, 91, 109, 0.3);
  overflow: hidden;
  display: none;
}

.qa-pop .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 16px;
  font-size: 16px;
  color: #141933;
}

.qa-pop .left {
  display: flex;
  align-items: center;
}

.qa-pop .close {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/close.png") no-repeat center center;
  background-size: 18px 18px;
}

.qa-pop .ask {
  width: 36px;
  height: 36px;
  background: url("../images/ask_new_icon.png") no-repeat center center #27C2FB;
  background-size: 20px 20px;
  margin-right: 8px;
  border-radius: 50%;
}

.qa-pop .ans {
  width: 36px;
  height: 36px;
  background: url("../images/ans_icon.png") no-repeat center center #27C2FB;
  background-size: 20px 20px;
  margin-left: 8px;
  border-radius: 50%;
}

.qa-pop .ask-tit {
  max-width: 252px;
  background: #27C2FB;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  border-radius: 24px 0 24px 24px;
}

.qa-pop .scroll {
  height: calc(70vh - 64px);
  overflow-x: hidden;
  overflow-y: auto;
  width: 375px;
  padding-right: 20px;
}

.qa-pop .scroll .main {
  padding: 20px 16px;
}

.qa-pop .scroll .item {
  display: flex;
  margin-bottom: 20px;
}

.qa-pop .scroll .item:nth-child(2n) {
  justify-content: flex-end;
}

.qa-pop .scroll .content {
  background: #fff;
  border-radius: 0 24px 24px 24px;
  padding: 9px 12px;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  max-width: 254px;
}

.qa-pop .scroll .content a {
  color: #000;
}

.qa-pop .scroll .content .list {
  margin-top: 10px;
  border-top: 1px solid #eceef0;
  padding-top: 20px;
}

.qa-pop .scroll .content .list a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #27C2FB;
}

.qa-pop .qa-btn {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #27C2FB;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  margin-top: 10px;
}

.qa-pop .qa-btn img {
  display: block;
  width: 36px;
}

.qa-pop .qa-btn img:last-child {
  display: none;
}

.qa-pop .qa-btn-show img {
  display: none;
}

.qa-pop .qa-btn-show img:last-child {
  display: block;
}

.benefit img {
  width: 100%;
}

/*产品查询*/
.product {
  padding-top: 3.125vw;
}

.product h1 {
  font-size: 1.0417vw;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-bottom: 1.3021vw;
  text-align: center;
}

.product h2 {
  font-size: 1.0417vw;
  font-weight: bold;
  line-height: 1;
  color: red;
  margin-bottom: 1.3021vw;
  text-align: center;
}

.product .text {
  display: block;
  margin: 0 auto;
  width: 435px;
  height: 38px;
  border: 1px solid #AEAAAA;
  font-size: 0.8854vw;
  color: #333;
  text-indent: 0.7813vw;
}

.product .btn {
  display: block;
  width: 435px;
  height: 40px;
  background: #237AE4;
  border: 1px solid #237AE4;
  font-size: 0.8333vw;
  color: #ffffff;
  margin: 1.0417vw auto 2.6042vw;
}

.product .btn:hover {
  opacity: 0.8;
}

.product .proinfo p {
  font-size: 0.8333vw;
  line-height: 1.6667vw;
  color: #333;
}

.product .list .item {
  margin-top: 1.5625vw;
}

.product .list .item .title {
  font-size: 0.9375vw;
  padding-left: 1.0417vw;
  color: #237AE4;
  background: url("../images/pro_arr.png") no-repeat left center;
  background-size: 0.8333vw 0.8333vw;
}

.product .list .item .txt {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-top: 1.1458vw;
}

/*业务领域*/
.channel {
  position: relative;
}

.channel video {
  display: block;
  width: 100%;
}

.channel .info {
  position: absolute;
  left: 13.5417vw;
  top: 0;
  width: 72.9167vw;
  z-index: 20;
  height: 100%;
}

.channel .info .link {
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 3.5937vw;
  height: 3.5937vw;
  padding: 1.4062vw;
}

.channel .info .link .icon {
  display: block;
  position: relative;
  z-index: 20;
  width: 0.7813vw;
  height: 0.7813vw;
  background: url("../images/add_icon.png") no-repeat center center #237AE4;
  background-size: 0.4688vw 0.4688vw;
  border-radius: 50%;
}

.channel .info .link::before, .channel .info .link::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 3.5937vw;
  height: 3.5937vw;
  animation-name: breath2;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 5;
  background: #237AE4;
}

.channel .info .link::before {
  z-index: 10;
  width: 1.7188vw;
  height: 1.7188vw;
  animation-name: breath1;
}

.channel .info .link:hover .erify {
  display: block;
  opacity: 1;
}

.channel .info .erify {
  position: absolute;
  left: 0;
  top: 3.5937vw;
  width: 25vw;
  box-sizing: border-box;
  padding: 1.5625vw;
  background: #237AE4;
  border-bottom: 0.2083vw solid #27C2FB;
  display: none;
  opacity: 0;
}

.channel .info .erify .title {
  font-size: 1.25vw;
  padding-bottom: 0.625vw;
  line-height: 1.4583vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.channel .info .erify .title i {
  display: block;
  width: 1.0417vw;
  height: 1.0417vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
}

.channel .info .erify .txt {
  font-size: 14px;
  line-height: 1.71;
  color: #ffffff;
  margin-top: 1.1458vw;
}

.channel .info .link1 {
  left: 8.8021vw;
  top: 7.448vw;
}

.channel .info .link2 {
  right: 12.3438vw;
  top: 5.9896vw;
}

.channel .info .link3 {
  left: 8.8021vw;
  bottom: 15.2605vw;
}

.channel .info .link4 {
  right: 17.9688vw;
  bottom: 16.5626vw;
}

.shop .mall-box {
  padding: 5.625vw 0 5.3125vw;
}

.shop .mall-box .info {
  font-size: 0.7292vw;
  line-height: 1.7798;
  color: #5F5F60;
  max-width: 945px;
  margin-top: 2.5vw;
}

.shop .mall-box .list {
  display: flex;
  margin-top: 2.0833vw;
  justify-content: space-between;
}

.shop .mall-box .list .item {
  box-sizing: border-box;
  width: 23.6979vw;
  height: 8.8542vw;
  display: flex;
  padding: 1.25vw 1.6667vw 0;
  background: linear-gradient(90deg, rgba(9, 120, 255, 0.9) -6.85%, rgba(91, 211, 17, 0.9) 109.68%);
}

.shop .mall-box .list .img {
  width: 3.0208vw;
  margin: 0.4167vw 1.0417vw 0 0;
}

.shop .mall-box .list .img img {
  display: block;
  width: 100%;
}

.shop .mall-box .list .box {
  width: 14.5833vw;
}

.shop .mall-box .list .name {
  font-size: 1.0417vw;
  line-height: 1.7798;
  color: #ffffff;
  font-weight: bold;
}

.shop .mall-box .list .txt {
  font-size: 14px;
  line-height: 1.7798;
  color: #ffffff;
  margin-top: 0.5208vw;
}

.shop .mall-list .item {
  display: flex;
  justify-content: space-between;
}

.shop .mall-list .item:first-child {
  background: linear-gradient(0deg, #E7F3FE, #E7F3FE);
}

.shop .mall-list .item:nth-child(2) {
  background: linear-gradient(0deg, #F7FBFF, #F7FBFF);
}

.shop .mall-list .item:nth-child(2) .main {
  padding-left: 13.5417vw;
}

.shop .mall-list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.shop .mall-list .item .imgBg {
  width: 41.9271vw;
  height: 35.4167vw;
}

.shop .mall-list .item .main {
  width: 58.0729vw;
  height: 35.4167vw;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding-left: 4.5313vw;
}

.shop .mall-list .item .title {
  font-size: 1.875vw;
  line-height: 1.125;
  color: #000;
}

.shop .mall-list .item .en {
  font-size: 1.0417vw;
  line-height: 1.2502;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: rgba(102, 102, 102, 0.6);
  margin-top: 0.8333vw;
}

.shop .mall-list .item .txt {
  font-size: 14px;
  line-height: 1.7798;
  margin-top: 2.0833vw;
  max-width: 620px;
}

.care .xiaoan-box {
  background: url("../img/xiaoan_bg.jpg") no-repeat center bottom;
  background-size: 100vw 39.2708vw;
  padding: 5.625vw 0 5.3125vw;
}

.care .xiaoan-box .title {
  font-size: 1.875vw;
  line-height: 1.125;
  color: #000;
  margin-top: 4.1667vw;
}

.care .xiaoan-box .en {
  font-size: 1.0417vw;
  color: #9D9D9D;
  line-height: 1.7102;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.care .xiaoan-box .main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5208vw;
}

.care .xiaoan-box .info {
  max-width: 860px;
  font-size: 14px;
  line-height: 1.7798;
  color: #5F5F60;
}

.care .xiaoan-box .pic {
  width: 15.2083vw;
  margin-top: -0.5208vw;
}

.care .xiaoan-box .pic img {
  display: block;
  width: 100%;
}

.care .xiaoan-box .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.6458vw;
  justify-content: space-between;
}

.care .xiaoan-box .list .item {
  width: 17.7083vw;
  height: 9.5833vw;
  margin-bottom: 0.625vw;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #EAEAEA;
  display: flex;
  padding: 1.8229vw 0 0 1.8229vw;
}

.care .xiaoan-box .list .item:last-child {
  width: 36.0417vw;
}

.care .xiaoan-box .list .item:last-child .txt {
  max-width: 28.3854vw;
}

.care .xiaoan-box .list .img {
  width: 2.3958vw;
  margin: 0.2604vw 1.0417vw 0 0;
}

.care .xiaoan-box .list .img img {
  display: block;
  width: 100%;
}

.care .xiaoan-box .list .name {
  font-size: 0.9375vw;
  line-height: 1.7798;
  color: #000;
}

.care .xiaoan-box .list .txt {
  font-size: 14px;
  line-height: 1.7798;
  color: #5F5F60;
  max-width: 11.4583vw;
  margin-top: 0.2604vw;
}

.care .robust-box {
  background: url("../img/robust_bg.jpg") no-repeat center center;
  background-size: cover;
  height: 41.6667vw;
}

.care .robust-box .container {
  display: flex;
  justify-content: space-between;
}

.care .robust-box .left {
  padding-top: 4.6875vw;
}

.care .robust-box .left .title {
  font-size: 1.875vw;
  line-height: 1.125;
  color: #ffffff;
}

.care .robust-box .left .en {
  font-size: 1.0417vw;
  line-height: 1.7102;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #ffffff;
}

.care .robust-box .left .list {
  margin-top: 4.4271vw;
}

.care .robust-box .left .list .item {
  margin-bottom: 2.2917vw;
}

.care .robust-box .left .list .item:last-child {
  margin-bottom: 0;
}

.care .robust-box .left .list p {
  font-size: 0.8333vw;
  line-height: 1.7798;
  color: #ffffff;
}

.care .robust-box .left .list .num {
  font-size: 0.8333vw;
  line-height: 3.75vw;
  color: #ffffff;
}

.care .robust-box .left .list .num span {
  font-size: 3.125vw;
  font-weight: bolder;
}

.care .robust-box .left .date {
  font-size: 14px;
  line-height: 1.7798;
  color: #A6A6A6;
  margin-top: 2.0833vw;
}

.care .robust-box .right {
  width: 54.5833vw;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  height: 41.6667vw;
}

.care .robust-box .right .item {
  width: 33.3333%;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  cursor: pointer;
}

.care .robust-box .right .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  backdrop-filter: blur(60px);
  z-index: 5;
  display: none;
}

.care .robust-box .right .item .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 9.375vw;
}

.care .robust-box .right .item img {
  display: block;
  width: 4.8958vw;
  margin: 0 auto;
}

.care .robust-box .right .item .name {
  font-size: 1.3542vw;
  line-height: 1.125;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-top: 1.0417vw;
}

.care .robust-box .right .item .txt {
  font-size: 14px;
  line-height: 1.7798;
  margin: 1.8229vw auto 0;
  text-align: center;
  width: 14.8438vw;
  color: rgba(255, 255, 255, 0.86);
  display: none;
}

.care .robust-box .right .item:hover .bg {
  display: block;
}

.care .robust-box .right .item:hover .box {
  padding-bottom: 7.8125vw;
}

.care .robust-box .right .item:hover .box .txt {
  display: block;
}

.care .service-box {
  background: url("../img/service_bg.jpg") no-repeat center bottom;
  height: 38.8021vw;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 8.125vw;
}

.care .service-box .container {
  display: flex;
  justify-content: space-between;
}

.care .service-box .title {
  font-size: 1.875vw;
  line-height: 1.125;
  color: #000;
  margin-top: 0.625vw;
}

.care .service-box .en {
  font-size: 1.0417vw;
  line-height: 1.7102;
  color: #9D9D9D;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.care .service-box .info {
  font-size: 0.8333vw;
  line-height: 2.0048;
  color: #5F5F60;
  width: 21.3542vw;
  margin-top: 1.4583vw;
}

.care .service-box .right {
  width: 58.125vw;
}

.care .service-box .right img {
  display: block;
  width: 100%;
}

.charging .c-title {
  font-size: 1.875vw;
  line-height: 1.125;
  color: #000;
}

.charging .c-en {
  font-size: 1.0417vw;
  line-height: 1.7102;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #9D9D9D;
}

.charging .pile-box {
  position: relative;
  padding: 5.4688vw 0 7.5521vw;
}

.charging .pile-box::before {
  content: '';
  width: 28.2813vw;
  height: 20.3125vw;
  background: url("../images/Ai.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 5.2083vw;
  z-index: 5;
}

.charging .pile-box .container {
  position: relative;
  z-index: 10;
}

.charging .pile-box .title {
  font-size: 1.4583vw;
  line-height: 1.7798;
  background: linear-gradient(180deg, #237AE4 0%, #319638 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 1.0417vw;
}

.charging .pile-box .info {
  font-size: 14px;
  line-height: 1.7798;
  color: #5F5F60;
  max-width: 922px;
  margin-top: 1.3021vw;
}

.charging .pile-box .pic {
  margin-top: 3.125vw;
}

.charging .pile-box .pic img {
  display: block;
  width: 100%;
}

.charging .urban-box {
  background: url("../img/urban_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 5.2083vw 0 4.8958vw;
}

.charging .urban-box .c-title,
.charging .urban-box .c-en {
  color: #ffffff;
  text-align: center;
}

.charging .urban-box .c-en {
  opacity: 0.4;
}

.charging .urban-box .info {
  font-size: 14px;
  line-height: 1.7798;
  color: #ffffff;
  text-align: center;
  max-width: 1080px;
  margin: 0.9375vw auto 0;
}

.charging .urban-box .media-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.0417vw;
}

.charging .urban-box .media-box i {
  width: 1.7708vw;
  height: 1.7708vw;
  background: url("../images/player_icon.png") no-repeat;
  background-size: cover;
  margin-right: 0.9375vw;
}

.charging .urban-box .media-box p {
  font-size: 0.9375vw;
  line-height: 1.6667vw;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.charging .urban-box .swiper-urban {
  margin-top: 2.2917vw;
}

.charging .urban-box .swiper-urban .swiper-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.charging .urban-box .swiper-urban .swiper-slide:hover .imgBg {
  transform: scale(1.1, 1.1);
}

.charging .urban-box .swiper-urban .imgBg {
  height: 11.7188vw;
}

.charging .urban-box .swiper-urban .name {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.6458vw;
  padding: 0.5208vw 1.0417vw;
  font-size: 0.8333vw;
  line-height: 1.3698;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(9, 120, 255, 0.9) -6.85%, rgba(91, 211, 17, 0.9) 109.68%);
  z-index: 10;
}

.charging .urban-box .swiper-urban .swiper-pagination {
  display: none;
}

.charging .urban-box .list {
  display: flex;
  margin-top: 2.2917vw;
}

.charging .urban-box .list .item {
  width: 17.0833vw;
  margin-right: 1.4583vw;
  position: relative;
  overflow: hidden;
}

.charging .urban-box .list .item:nth-child(4n) {
  margin-right: 0;
}

.charging .urban-box .list .item:hover .imgBg {
  transform: scale(1.1, 1.1);
}

.charging .urban-box .list .imgBg {
  height: 11.7188vw;
}

.charging .urban-box .list .name {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.6458vw;
  padding: 0.5208vw 1.0417vw;
  font-size: 0.8333vw;
  line-height: 1.3698;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(9, 120, 255, 0.9) -6.85%, rgba(91, 211, 17, 0.9) 109.68%);
  z-index: 10;
}

.charging .charge-box {
  background: url("../img/charge_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 5.7292vw 0 5.4688vw;
}

.charging .charge-box .main {
  display: flex;
  justify-content: space-between;
  margin-top: 2.2917vw;
}

.charging .charge-box .pic {
  width: 35.9375vw;
}

.charging .charge-box .pic img {
  display: block;
  width: 100%;
}

.charging .charge-box .list {
  width: 35.4167vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.charging .charge-box .item {
  width: 16.1458vw;
  display: flex;
  justify-content: space-between;
}

.charging .charge-box .img {
  width: 2.2917vw;
}

.charging .charge-box .img img {
  display: block;
  width: 100%;
}

.charging .charge-box .box {
  width: 13.0208vw;
}

.charging .charge-box .name {
  font-size: 1.0417vw;
  line-height: 1.6752;
  color: #000;
}

.charging .charge-box .txt {
  font-size: 14px;
  line-height: 1.7102;
  color: #666;
  letter-spacing: -0.03em;
}

.charging .safe-box {
  padding: 6.0417vw 0 8.2292vw;
  background: url("../img/safe_bg.jpg") no-repeat center bottom;
  background-size: cover;
}

.charging .safe-box .info {
  margin-top: 0.5208vw;
  font-size: 0.8333vw;
  line-height: 1.95;
  color: #333;
}

.charging .safe-box .list {
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
}

.charging .safe-box .item {
  width: 17.4479vw;
  position: relative;
  box-sizing: border-box;
  height: 8.2813vw;
  border-top: 0.1563vw solid #237AE4;
  padding: 1.5625vw 1.5625vw 0;
  display: flex;
  justify-content: space-between;
}

.charging .safe-box .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 3.75998px 15.0399px rgba(3, 42, 81, 0.0282725), 0px 2.01027px 8.04107px rgba(3, 42, 81, 0.035);
  backdrop-filter: blur(3px);
  z-index: 5;
}

.charging .safe-box .item .img {
  width: 3.4375vw;
  position: relative;
  z-index: 10;
}

.charging .safe-box .item .img img {
  display: block;
  width: 100%;
}

.charging .safe-box .item .box {
  width: 9.375vw;
  position: relative;
  z-index: 10;
}

.charging .safe-box .item .name {
  font-size: 1.0417vw;
  line-height: 1.6752;
  color: #333;
  font-weight: bold;
}

.charging .safe-box .item .txt {
  font-size: 14px;
  line-height: 1.7102;
  color: #666;
  letter-spacing: -0.03em;
}

.charging .proxy-box {
  height: 31.25vw;
  box-sizing: border-box;
  padding-top: 6.1458vw;
  background: url("../img/proxy_bg.jpg") no-repeat;
  background-size: cover;
}

.charging .proxy-box .title {
  font-size: 2.7604vw;
  line-height: 1.125;
  color: #ffffff;
  font-weight: bold;
}

.charging .proxy-box .info {
  font-size: 1.0417vw;
  line-height: 1.7102;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-top: 0.8333vw;
}

.charging .proxy-box .main {
  display: flex;
  margin-top: 2.9167vw;
}

.charging .proxy-box .pic {
  width: 9.2188vw;
  margin-right: 2.0833vw;
}

.charging .proxy-box .pic img {
  display: block;
  width: 100%;
}

.charging .proxy-box p {
  font-size: 1.1979vw;
  line-height: 1.7102;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.charging .proxy-box .load {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 13.5417vw;
  height: 2.6042vw;
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
  font-size: 0.8333vw;
  padding: 0 1.4583vw;
  color: #ffffff;
  margin-top: 1.6667vw;
}

.charging .proxy-box .load i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}

.charging .case-box {
  padding: 6.1458vw 0;
  background: url("../img/charge_bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.charging .case-box .anchnor {
  position: absolute;
  left: 0;
  top: 0;
}

.charging .case-box .main {
  display: flex;
  justify-content: space-between;
  margin-top: 2.2917vw;
}

.charging .case-box .nav {
  width: 13.3333vw;
}

.charging .case-box .nav a {
  display: block;
  position: relative;
  font-size: 0.9375vw;
  line-height: 2.0833vw;
  color: #000;
  letter-spacing: -0.03em;
  margin-bottom: 1.0417vw;
}

.charging .case-box .nav a:hover {
  color: #237AE4;
}

.charging .case-box .nav .active {
  font-size: 1.25vw;
  color: #237AE4;
}

.charging .case-box .nav .active::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 3.125vw;
  background: #237AE4;
}

.charging .case-box .tabs {
  width: 56.25vw;
}

.charging .case-box .case-swiper {
  padding-bottom: 3.6458vw;
  display: none;
}

.charging .case-box .case-swiper .swiper-slide:hover .imgBg {
  transform: scale(1.1, 1.1);
}

.charging .case-box .case-swiper .swiper-slide:hover .name {
  color: #27C2FB;
}

.charging .case-box .case-swiper::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #C8C8C8;
  position: absolute;
  left: 0;
  bottom: 2.0833vw;
}

.charging .case-box .case-swiper .pic {
  height: 18.2292vw;
  overflow: hidden;
}

.charging .case-box .case-swiper .imgBg {
  height: 18.2292vw;
}

.charging .case-box .case-swiper .name {
  font-size: 0.8333vw;
  line-height: 1.7102;
  color: #333;
  letter-spacing: -0.03em;
  margin-top: 0.7292vw;
}

.charging .case-box .case-swiper .swiper-button-next,
.charging .case-box .case-swiper .swiper-button-prev {
  width: 1.6667vw;
  height: 1.6667vw;
  background: url("../images/sw_n_arrow.png") no-repeat center center;
  background-size: cover;
  top: auto;
  bottom: 0;
  left: auto;
  right: 3.0208vw;
  margin: 0;
  z-index: 20;
}

.charging .case-box .case-swiper .swiper-button-next:hover,
.charging .case-box .case-swiper .swiper-button-prev:hover {
  background-image: url("../images/sw_nh_arrow.png");
}

.charging .case-box .case-swiper .swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}

.charging .case-box .case-swiper .swiper-pagination {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 12px;
  bottom: 0;
  left: 0;
}

.charging .case-box .case-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.3646vw;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  box-sizing: border-box;
}

.charging .case-box .case-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  width: 12px;
  height: 12px;
  border: 2px solid #237AE4;
}

.elect .c-title {
  font-size: 1.875vw;
  line-height: 1.125;
  color: #000;
}

.elect .c-en {
  font-size: 1.0417vw;
  line-height: 1.7102;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #9D9D9D;
}

.elect .pile-box {
  position: relative;
  padding: 5.4688vw 0 7.5521vw;
}

.elect .pile-box::before {
  content: '';
  width: 28.2813vw;
  height: 20.3125vw;
  background: url("../images/Ai.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 5.2083vw;
  z-index: 5;
}

.elect .pile-box .container {
  position: relative;
  z-index: 10;
}

.elect .pile-box .title {
  font-size: 1.4583vw;
  line-height: 1.7798;
  background: linear-gradient(180deg, #237AE4 0%, #319638 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 1.0417vw;
}

.elect .pile-box .info {
  font-size: 14px;
  line-height: 1.7798;
  color: #5F5F60;
  max-width: 922px;
  margin-top: 1.3021vw;
}

.elect .pile-box .pic {
  margin-top: 3.125vw;
}

.elect .pile-box .pic img {
  display: block;
  width: 100%;
}

.elect .case-box {
  padding: 5.5208vw 0 6.0417vw;
  background: url("../img/charge_bg.jpg") no-repeat center center;
  background-size: cover;
}

.elect .case-box .swiper-solution {
  margin-top: 1.875vw;
}

.elect .light-box {
  padding: 6.25vw 0;
}

.elect .light-box .info {
  font-size: 14px;
  line-height: 1.7798;
  color: #5F5F60;
  max-width: 780px;
  margin-top: 1.3021vw;
}

.elect .light-box .pic {
  margin-top: 2.3958vw;
}

.elect .light-box .pic img {
  display: block;
  width: 100%;
}

.elect .charge-box {
  background: url("../img/charge_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 5.7292vw 0 5.4688vw;
}

.elect .charge-box .main {
  display: flex;
  justify-content: space-between;
  margin-top: 2.2917vw;
}

.elect .charge-box .pic {
  width: 35.9375vw;
}

.elect .charge-box .pic img {
  display: block;
  width: 100%;
}

.elect .charge-box .list {
  width: 35.4167vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.elect .charge-box .item {
  width: 16.1458vw;
  display: flex;
  justify-content: space-between;
}

.elect .charge-box .img {
  width: 2.2917vw;
}

.elect .charge-box .img img {
  display: block;
  width: 100%;
}

.elect .charge-box .box {
  width: 13.0208vw;
}

.elect .charge-box .name {
  font-size: 1.0417vw;
  line-height: 1.6752;
  color: #000;
}

.elect .charge-box .txt {
  font-size: 14px;
  line-height: 1.7102;
  color: #666;
  letter-spacing: -0.03em;
}

.elect .safe-box {
  padding: 6.0417vw 0 8.2292vw;
  background: url("../img/safe_bg.jpg") no-repeat center bottom;
  background-size: cover;
}

.elect .safe-box .info {
  margin-top: 0.5208vw;
  font-size: 0.8333vw;
  line-height: 1.95;
  color: #333;
}

.elect .safe-box .list {
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
}

.elect .safe-box .item {
  width: 17.4479vw;
  position: relative;
  box-sizing: border-box;
  height: 8.2813vw;
  border-top: 0.1563vw solid #237AE4;
  padding: 1.5625vw 1.5625vw 0;
  display: flex;
  justify-content: space-between;
}

.elect .safe-box .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 3.75998px 15.0399px rgba(3, 42, 81, 0.0282725), 0px 2.01027px 8.04107px rgba(3, 42, 81, 0.035);
  backdrop-filter: blur(3px);
  z-index: 5;
}

.elect .safe-box .item .img {
  width: 3.4375vw;
  position: relative;
  z-index: 10;
}

.elect .safe-box .item .img img {
  display: block;
  width: 100%;
}

.elect .safe-box .item .box {
  width: 9.375vw;
  position: relative;
  z-index: 10;
}

.elect .safe-box .item .name {
  font-size: 1.0417vw;
  line-height: 1.6752;
  color: #333;
  font-weight: bold;
}

.elect .safe-box .item .txt {
  font-size: 14px;
  line-height: 1.7102;
  color: #666;
  letter-spacing: -0.03em;
}

.elect .contact-box {
  background: url("../img/contact_0806_bg.jpg") no-repeat center center;
  background-size: cover;
  height: 36.7188vw;
  box-sizing: border-box;
  padding-top: 11.25vw;
}

.elect .contact-box .title {
  font-size: 2.7604vw;
  line-height: 1.1321;
  color: #ffffff;
  font-weight: bold;
}

.elect .contact-box .en {
  font-size: 1.25vw;
  line-height: 1.71;
  color: #ffffff;
  margin-top: 0.4167vw;
}

.elect .contact-box .main {
  display: flex;
  margin-top: 1.5625vw;
}

.elect .contact-box .pic {
  width: 9.2188vw;
  margin-right: 2.0833vw;
}

.elect .contact-box .pic img {
  display: block;
  width: 100%;
}

.elect .contact-box p {
  font-size: 0.9375vw;
  line-height: 1.3333;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-top: 0.5208vw;
}

.photovoltaic .household-box {
  background: url("../img/household_bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 5.5208vw;
}

.photovoltaic .household-box .main {
  display: flex;
  justify-content: space-between;
  margin-top: 4.6875vw;
}

.photovoltaic .household-box .left {
  width: 22.1875vw;
  padding-top: 0.5208vw;
}

.photovoltaic .household-box .left .title {
  font-size: 1.875vw;
  line-height: 1.125;
  color: rgba(0, 0, 0, 0.8);
}

.photovoltaic .household-box .left .en {
  font-size: 1.0417vw;
  line-height: 1.7102;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #9D9D9D;
}

.photovoltaic .household-box .left .info {
  font-size: 14px;
  line-height: 1.7798;
  color: #5F5F60;
  margin-top: 1.1458vw;
}

.photovoltaic .household-box .left .nav {
  margin-top: 4.1667vw;
}

.photovoltaic .household-box .left .nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15.2083vw;
  height: 3.3854vw;
  font-size: 1.0417vw;
  color: #333;
  margin-bottom: 0.9375vw;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0 1.3542vw;
  box-shadow: 0px 9px 36px rgba(3, 42, 81, 0.0196802), 0px 3.75998px 15.0399px rgba(3, 42, 81, 0.0282725), 0px 2.01027px 8.04107px rgba(3, 42, 81, 0.035), 0px 1.12694px 4.50776px rgba(3, 42, 81, 0.0417275), 0px 0.59851px 2.39404px rgba(3, 42, 81, 0.0503198), 0px 0.24905px 0.99621px rgba(3, 42, 81, 0.07);
}

.photovoltaic .household-box .left .nav .active {
  width: 17.6042vw;
  height: 3.6458vw;
  background: linear-gradient(90deg, rgba(9, 120, 255, 0.9) -6.85%, rgba(91, 211, 17, 0.9) 109.68%);
  color: #ffffff;
}

.photovoltaic .household-box .left .nav .active i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
}

.photovoltaic .household-box .right {
  width: 49.4792vw;
}

.photovoltaic .household-box .house-swiper {
  display: none;
}

.photovoltaic .household-box .house-swiper .swiper-slide {
  position: relative;
}

.photovoltaic .household-box .house-swiper .swiper-slide:hover .main .info,
.photovoltaic .household-box .house-swiper .swiper-slide:hover .main h5,
.photovoltaic .household-box .house-swiper .swiper-slide:hover .main .txt {
  display: block;
}

.photovoltaic .household-box .house-swiper .swiper-slide:hover .main .box {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(19px);
}

.photovoltaic .household-box .house-swiper .swiper-slide:hover .main .top {
  border-top: none;
}

.photovoltaic .household-box .house-swiper .swiper-slide:hover .main .more {
  display: none;
}

.photovoltaic .household-box .house-swiper .imgBg {
  height: 32.1875vw;
}

.photovoltaic .household-box .house-swiper .main {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.photovoltaic .household-box .house-swiper .main .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  box-sizing: border-box;
}

.photovoltaic .household-box .house-swiper .main .box {
  position: relative;
  z-index: 10;
  padding: 0 1.5625vw 1.25vw;
  width: 100%;
  box-sizing: border-box;
}

.photovoltaic .household-box .house-swiper .main .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.7292vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.photovoltaic .household-box .house-swiper .main .title {
  font-size: 1.3542vw;
  line-height: 1.7798;
  font-weight: bold;
  color: #ffffff;
}

.photovoltaic .household-box .house-swiper .main .title span {
  font-size: 0.7813vw;
  line-height: 1.7798;
  color: #ffffff;
  text-transform: capitalize;
  margin-left: 0.625vw;
}

.photovoltaic .household-box .house-swiper .main .more {
  font-size: 0.8333vw;
  height: 1.25vw;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.photovoltaic .household-box .house-swiper .main .more i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR.png") no-repeat;
  background-size: cover;
  margin-left: 0.5208vw;
}

.photovoltaic .household-box .house-swiper .main .info {
  font-size: 14px;
  line-height: 1.6648;
  color: #ffffff;
  max-width: 675px;
  display: none;
}

.photovoltaic .household-box .house-swiper .main h5 {
  font-size: 0.7813vw;
  line-height: 1.7798;
  color: #ffffff;
  font-weight: bold;
  margin-top: 1.0417vw;
  display: none;
}

.photovoltaic .household-box .house-swiper .main .txt {
  font-size: 12px;
  line-height: 1.6648;
  color: #ffffff;
  margin-top: 0.3125vw;
  display: none;
}

.photovoltaic .household-box .house-swiper .main .txt p {
  padding-left: 12px;
  position: relative;
}

.photovoltaic .household-box .house-swiper .main .txt p::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: #27C2FB;
  border-radius: 50%;
}

.photovoltaic .household-box .house-swiper .swiper-button-next,
.photovoltaic .household-box .house-swiper .swiper-button-prev {
  width: 0.5208vw;
  height: 0.9375vw;
  background: url("../images/sw_pw_arrow.png") no-repeat;
  background-size: cover;
  top: 50%;
  left: 3.7333vw;
  margin: -0.4688vw 0 0;
  z-index: 10;
}

.photovoltaic .household-box .house-swiper .swiper-button-next:hover,
.photovoltaic .household-box .house-swiper .swiper-button-prev:hover {
  background-image: url("../images/sw_ph_arrow.png");
}

.photovoltaic .household-box .house-swiper .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: 3.7333vw;
}

.photovoltaic .household-box .house-swiper .swiper-pagination {
  display: none;
}

.photovoltaic .p-title {
  font-size: 1.875vw;
  line-height: 1.125;
  color: rgba(0, 0, 0, 0.8);
}

.photovoltaic .p-title span {
  font-size: 1.0417vw;
  color: #9D9D9D;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  margin-left: 0.5208vw;
}

.photovoltaic .modal-box {
  padding: 5.9896vw 0;
}

.photovoltaic .modal-box .list {
  margin-top: 3.125vw;
}

.photovoltaic .modal-box ul {
  display: flex;
}

.photovoltaic .modal-box li {
  width: 23.0729vw;
  margin-right: 1.8229vw;
  cursor: pointer;
}

.photovoltaic .modal-box li:nth-child(3n) {
  margin-right: 0;
}

.photovoltaic .modal-box li:hover .imgBg {
  transform: scale(1.1, 1.1);
}

.photovoltaic .modal-box .pic {
  height: 13.125vw;
  overflow: hidden;
  position: relative;
}

.photovoltaic .modal-box .imgBg {
  height: 13.125vw;
}

.photovoltaic .modal-box .player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.125vw;
  height: 3.125vw;
  background: url("../images/player_icon.png") no-repeat;
  background-size: cover;
}

.photovoltaic .modal-box .main {
  margin-top: 0.9375vw;
}

.photovoltaic .modal-box .name {
  font-size: 1.25vw;
  line-height: 1.7102;
  letter-spacing: -0.03em;
  color: #000;
}

.photovoltaic .modal-box .img {
  margin-bottom: 1.0417vw;
}

.photovoltaic .modal-box .img img {
  display: block;
  height: 2.0833vw;
}

.photovoltaic .modal-box .txt {
  font-size: 14px;
  line-height: 1.7798;
  color: #5F5F60;
}

.photovoltaic .show-box .show-top {
  background: linear-gradient(90deg, rgba(9, 120, 255, 0.9) -6.85%, rgba(91, 211, 17, 0.9) 109.68%);
  padding-top: 1.1979vw;
}

.photovoltaic .show-box .show-top .container {
  display: flex;
  justify-content: space-between;
}

.photovoltaic .show-box .show-top .p-title {
  margin-top: 1.1979vw;
  color: #ffffff;
}

.photovoltaic .show-box .show-top .p-title span {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 1.0417vw;
}

.photovoltaic .show-box .show-top .nav {
  display: flex;
}

.photovoltaic .show-box .show-top .nav a {
  display: block;
  margin-left: 5.4688vw;
  font-size: 1.1458vw;
  line-height: 4.6875vw;
  color: #ffffff;
}

.photovoltaic .show-box .show-top .nav .active {
  padding: 0 0.9375vw;
  font-weight: bold;
  border-bottom: 0.3125vw solid #27C2FB;
  margin-left: 4.6875vw;
}

.photovoltaic .show-box .item {
  display: none;
  background: url("../img/household_bg.jpg") no-repeat;
  background-size: cover;
}

.photovoltaic .show-box .pro {
  display: flex;
  justify-content: space-between;
}

.photovoltaic .show-box .pro .left {
  width: 63.3854vw;
  height: 33.8021vw;
  box-sizing: border-box;
  padding-left: 13.5417vw;
}

.photovoltaic .show-box .pro .main {
  padding-top: 3.4375vw;
  width: 41.6667vw;
}

.photovoltaic .show-box .pro .info {
  font-size: 0.8333vw;
  line-height: 1.7102;
  color: #333;
}

.photovoltaic .show-box .pro .title {
  font-size: 1.3542vw;
  line-height: 1.7102;
  color: #333;
  border-bottom: 1px solid #9D9D9D;
  margin-top: 3.125vw;
  padding-bottom: 0.4167vw;
}

.photovoltaic .show-box .pro .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2.0833vw;
}

.photovoltaic .show-box .pro .step {
  width: 18.3333vw;
  margin-bottom: 1.5625vw;
  display: flex;
  justify-content: space-between;
}

.photovoltaic .show-box .pro .box {
  width: 15.7292vw;
}

.photovoltaic .show-box .pro .img {
  width: 2.0833vw;
}

.photovoltaic .show-box .pro .img img {
  display: block;
  width: 100%;
}

.photovoltaic .show-box .pro .name {
  font-size: 0.8333vw;
  line-height: 1.7798;
  color: #000;
}

.photovoltaic .show-box .pro .txt {
  font-size: 14px;
  line-height: 1.5498;
  color: #666;
}

.photovoltaic .show-box .show-swiper {
  width: 36.6146vw;
  height: 33.8021vw;
}

.photovoltaic .show-box .show-swiper .swiper-button-next,
.photovoltaic .show-box .show-swiper .swiper-button-prev {
  width: 0.5208vw;
  height: 0.9375vw;
  background: url("../images/sw_p_arrow.png") no-repeat;
  background-size: cover;
  top: 50%;
  left: 3.75vw;
  margin: -0.4688vw 0 0;
  z-index: 10;
}

.photovoltaic .show-box .show-swiper .swiper-button-next:hover,
.photovoltaic .show-box .show-swiper .swiper-button-prev:hover {
  background-image: url("../images/sw_ph_arrow.png");
}

.photovoltaic .show-box .show-swiper .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: 3.75vw;
}

.photovoltaic .show-box .show-swiper .swiper-pagination {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  bottom: 2.6042vw;
  left: 0;
}

.photovoltaic .show-box .show-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.3646vw;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  box-sizing: border-box;
}

.photovoltaic .show-box .show-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  width: 12px;
  height: 12px;
  border: 2px solid #237AE4;
}

.photovoltaic .show-box .system {
  padding: 3.4375vw 0;
}

.photovoltaic .show-box .system .info {
  font-size: 0.8333vw;
  line-height: 1.7102;
  color: #333;
}

.photovoltaic .show-box .system .title {
  font-size: 1.3542vw;
  line-height: 1.7102;
  color: #000;
  margin-top: 1.5625vw;
}

.photovoltaic .show-box .system .list {
  display: flex;
  margin-top: 0.7813vw;
}

.photovoltaic .show-box .system .step {
  width: 21.875vw;
  margin-right: 3.6458vw;
}

.photovoltaic .show-box .system .step:nth-child(3n) {
  margin-right: 0;
}

.photovoltaic .show-box .system .step .imgBg {
  height: 12.7604vw;
}

.photovoltaic .show-box .system .name {
  font-size: 1.0417vw;
  line-height: 1.7798;
  color: #000;
  margin: 0.625vw 0;
}

.photovoltaic .show-box .system .txt {
  font-size: 14px;
  line-height: 1.5498;
  color: #666;
}

.photovoltaic .show-box .system .txt b {
  font-weight: bold;
}

.photovoltaic .show-box .system .box {
  display: flex;
  justify-content: space-between;
}

.photovoltaic .show-box .system .cell {
  width: 50%;
}

.photovoltaic .show-box .system .s-name {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.7102;
  margin-bottom: 0.3125vw;
}

.photovoltaic .case-box {
  padding: 5.5208vw 0 6.0417vw;
}

.photovoltaic .case-box .title {
  font-size: 1.875vw;
  line-height: 1.125;
  color: #000;
}

.photovoltaic .case-box .en {
  font-size: 1.0417vw;
  line-height: 1.7102;
  color: #9D9D9D;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.photovoltaic .case-box .swiper-solution {
  margin-top: 1.875vw;
}

/*招商加盟*/
.join {
  overflow: hidden;
}

.join .j-title {
  font-size: 1.875vw;
  line-height: 1.125;
  color: rgba(0, 0, 0, 0.8);
}

.join .j-title span {
  color: #9D9D9D;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  margin-left: 0.5208vw;
  font-size: 1.0417vw;
}

.join .adv-box {
  padding: 5.4688vw 0 5.9896vw;
}

.join .adv-box .main {
  display: flex;
  justify-content: space-between;
  margin-top: 1.0417vw;
}

.join .adv-box .left {
  width: 26.25vw;
  padding-top: 2.0833vw;
}

.join .adv-box .list {
  margin-top: 0.5208vw;
}

.join .adv-box .list li .title {
  font-size: 1.0417vw;
  line-height: 2.9167vw;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
}

.join .adv-box .list li .title::after {
  content: '';
  width: 0.3646vw;
  height: 0.625vw;
  background: url("../images/adv_arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.8333vw;
  top: 50%;
  margin-top: -0.3125vw;
  transition: all .5s ease-in-out;
}

.join .adv-box .list li .txt {
  font-size: 14px;
  line-height: 1.6448;
  color: #5F5F60;
  display: none;
  padding: 0.8854vw 0 1.0417vw;
}

.join .adv-box .list .active .title {
  font-size: 1.25vw;
  color: #237AE4;
  border-bottom-width: 2px;
  border-bottom-color: #237AE4;
}

.join .adv-box .list .active .title::after {
  background-image: url("../images/adv_h_arrow.png");
  transform: rotate(90deg);
}

.join .adv-box .right {
  width: 39.5833vw;
}

.join .adv-box .right .pic {
  border-radius: 0.5208vw;
  overflow: hidden;
  display: none;
}

.join .adv-box .right img {
  display: block;
  width: 100%;
}

.join .condition-box {
  padding: 5.9896vw 0 6.25vw;
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
}

.join .condition-box .j-title {
  color: #ffffff;
}

.join .condition-box .j-title span {
  color: #ffffff;
}

.join .condition-box .main {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5vw;
}

.join .condition-box .left {
  width: 42.1875vw;
  height: 21.875vw;
  box-sizing: border-box;
  background: #ffffff;
  padding: 2.8125vw 2.7083vw;
  display: flex;
  flex-wrap: wrap;
}

.join .condition-box .left .item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 44.8%;
  border-bottom: 1px solid #EAEAEA;
}

.join .condition-box .left .item:nth-child(2n) {
  border-left: 1px solid #EAEAEA;
  width: 55.2%;
  padding-left: 2.0833vw;
}

.join .condition-box .left .item:nth-child(2n) .txt {
  width: 14.0625vw;
}

.join .condition-box .left .item:nth-child(5), .join .condition-box .left .item:nth-child(6) {
  border-bottom: none;
}

.join .condition-box .left img {
  display: block;
  width: 2.5vw;
  margin-right: 0.5208vw;
}

.join .condition-box .left .txt {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  width: 11.4583vw;
}

.join .condition-box .right {
  width: 30.7292vw;
  height: 21.875vw;
}

.join .flow-box {
  padding: 5.9896vw 0 3.3854vw;
}

.join .flow-box .pic {
  margin-top: 2.0833vw;
}

.join .flow-box .pic img {
  display: block;
  width: 100%;
}

.join .contact-box {
  background: url("../img/contact_bg.jpg") no-repeat center bottom;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 5.9896vw;
  height: 37.8646vw;
}

.join .contact-box .info {
  margin-top: 1.0417vw;
  font-size: 0.8333vw;
  line-height: 1.585;
  color: #333;
}

.join .contact-box .list {
  margin-top: 1.5625vw;
  display: flex;
  flex-wrap: wrap;
}

.join .contact-box .list .item {
  box-sizing: border-box;
  width: 17.5vw;
  height: 6.25vw;
  margin: 0 0.9375vw 1.0417vw 0;
  padding: 1.0417vw 1.3021vw 0 1.5625vw;
  background: #ffffff;
}

.join .contact-box .list .item:nth-child(4n) {
  margin-right: 0;
}

.join .contact-box .list .name {
  font-size: 0.9375vw;
  display: flex;
  align-items: center;
  color: #000;
  padding-bottom: 0.625vw;
  border-bottom: 1px solid #CECECE;
}

.join .contact-box .list .name i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/tel.png") no-repeat center center #237AE4;
  background-size: 0.7292vw 0.7292vw;
  border-radius: 2px;
  margin-right: 0.2604vw;
}

.join .contact-box .list p {
  font-size: 0.8333vw;
  line-height: 1.5748;
  color: #666;
  padding-left: 1.5104vw;
  margin-top: 0.5208vw;
}

.join-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
}

.join-pop .join-pop-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
  width: 72.9167vw;
  height: 36.9792vw;
  box-sizing: border-box;
  padding-top: 3.6458vw;
}

.join-pop .main {
  width: 51.8229vw;
  margin: 0 auto;
}

.join-pop .title {
  font-size: 1.9792vw;
  line-height: 2.6042vw;
  color: #ffffff;
  text-align: center;
}

.join-pop .info {
  font-size: 0.8854vw;
  line-height: 1.1979vw;
  color: #ffffff;
  text-align: center;
  margin-top: 0.8854vw;
}

.join-pop form {
  display: block;
  margin-top: 1.7188vw;
}

.join-pop .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6771vw;
  position: relative;
}

.join-pop .step {
  width: 25.5208vw;
}

.join-pop .name {
  font-size: 0.7813vw;
  line-height: 1.0938vw;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5208vw;
}

.join-pop .text {
  display: block;
  width: 100%;
  height: 2.6042vw;
  box-sizing: border-box;
  padding: 0 1.0417vw;
  font-size: 0.7813vw;
  color: #666;
}

.join-pop .select {
  position: relative;
  z-index: 10;
}

.join-pop .select p {
  width: 100%;
  height: 2.6042vw;
  box-sizing: border-box;
  padding: 0 1.0417vw;
  font-size: 0.7813vw;
  line-height: 2.6042vw;
  color: #666;
  background: url("../images/arrowB.png") no-repeat right 1.0417vw center #ffffff;
  background-size: 1.0417vw 0.5729vw;
  cursor: pointer;
}

.join-pop .select ul {
  position: absolute;
  left: 0;
  top: 2.6042vw;
  display: none;
  z-index: 20;
  background: #ffffff;
  width: 100%;
}

.join-pop .select ul li {
  padding: 0 1.0417vw;
  font-size: 0.7813vw;
  line-height: 2.0833vw;
  color: #666;
  cursor: pointer;
}

.join-pop .select ul li:hover {
  color: #27C2FB;
}

.join-pop .item-long {
  display: block;
}

.join-pop .item-bot {
  display: flex;
  justify-content: space-between;
}

.join-pop textarea {
  display: block;
  width: 100%;
  height: 5.9896vw;
  box-sizing: border-box;
  padding: 1.0417vw;
  font-size: 0.7813vw;
  line-height: 1.3021vw;
  color: #666;
}

.join-pop .vcode-box {
  display: flex;
}

.join-pop .vcode-text {
  width: 7.2917vw;
  height: 2.0833vw;
}

.join-pop img {
  display: block;
  height: 2.0833vw;
  margin-left: 0.7813vw;
}

.join-pop .btn {
  width: 13.5417vw;
  height: 2.6042vw;
  box-sizing: border-box;
  padding: 0 1.5104vw;
  text-align: left;
  font-size: 0.8333vw;
  color: #ffffff;
  background: url("../images/arrowR.png") no-repeat 11.25vw center #27C2FB;
  background-size: 1.25vw 1.25vw;
  margin-top: 1.1458vw;
}

.join-pop .close {
  display: block;
  width: 2.6042vw;
  height: 2.6042vw;
  background: url("../images/close_w.png") no-repeat center center;
  background-size: 0.8333vw 0.8333vw;
  position: absolute;
  right: 0;
  top: 0;
}

.join-pop .close:hover {
  transform: rotate(180deg);
}

.join-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #0978FF -6.85%, #5BD311 109.68%);
  z-index: 90;
}

.join-fixed .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.6875vw;
  position: relative;
}

.join-fixed .left {
  display: flex;
}

.join-fixed .info {
  font-size: 1.5104vw;
  line-height: 1.875vw;
  color: #ffffff;
}

.join-fixed .tel {
  margin-left: 5.7292vw;
  display: flex;
  align-items: center;
  font-size: 1.1979vw;
  color: #ffffff;
}

.join-fixed .tel span {
  font-size: 1.5625vw;
}

.join-fixed .tel .icon {
  width: 2.0833vw;
  height: 2.0833vw;
  background: url("../images/join_tel.png") no-repeat center center #ffffff;
  background-size: 1.1979vw 1.1979vw;
  border-radius: 6px;
  margin-right: 0.5208vw;
}

.join-fixed .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 13.5417vw;
  height: 2.6042vw;
  font-size: 0.8333vw;
  color: #229881;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 1.1458vw 0 1.5625vw;
  margin-right: 4.2708vw;
  background: #ffffff;
  cursor: pointer;
}

.join-fixed .btn i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/arrowR_j.png") no-repeat;
  background-size: cover;
}

.join-fixed .btn:hover i {
  margin-right: -0.5208vw;
}

.join-fixed .close {
  position: absolute;
  right: 0;
  top: 0.7292vw;
  width: 0.8333vw;
  height: 0.8333vw;
  background: url("../images/close_w.png") no-repeat;
  background-size: cover;
}

.join-fixed .close:hover {
  transform: rotate(180deg);
}

.join-h {
  height: 4.6875vw;
}

/*光伏学院*/
.college .college-banner {
  height: 100vh;
}

.college .college-banner .container {
  padding-top: 18.3333vw;
}

.college .college-banner h5 {
  font-size: 2.1875vw;
  color: #ffffff;
  line-height: 3.125vw;
}

.college .college-banner .line {
  width: 4.1667vw;
  height: 0.2083vw;
  background: #ffffff;
  margin: 2.0833vw 0 2.6042vw;
}

.college .college-banner .txt {
  font-size: 0.8854vw;
  color: #ffffff;
  line-height: 1.9271vw;
  max-width: 41.1458vw;
}

.college .college-banner .list {
  display: flex;
  justify-content: space-between;
  margin-top: 3.9063vw;
}

.college .college-banner .item {
  position: relative;
}

.college .college-banner .item .num {
  font-size: 1.0417vw;
  color: #ffffff;
  line-height: 4.0104vw;
  height: 4.0104vw;
  font-style: italic;
}

.college .college-banner .item .num span {
  font-size: 4.1667vw;
  font-weight: bold;
  margin-right: 0.5208vw;
}

.college .college-banner .item .num .add {
  position: absolute;
  right: -0.7813vw;
  top: -0.5208vw;
  font-size: 2.5vw;
  color: #ffffff;
  line-height: 2.5vw;
  font-style: normal;
  font-weight: normal;
}

.college .college-banner .item p {
  font-size: 1.0417vw;
  color: #ffffff;
  font-weight: 200;
  line-height: 2.0833vw;
  margin-top: 0.2083vw;
}

.college .college-profile {
  background: #f7f9fc;
  padding: 4.6875vw 0 6.7708vw;
}

.college .college-profile .title {
  font-size: 1.9792vw;
  color: #333;
  font-weight: bold;
  line-height: 3.0208vw;
  text-align: center;
}

.college .college-profile .txt {
  font-size: 0.9375vw;
  color: #333;
  line-height: 1.8229vw;
  text-align: center;
  margin: 1.3021vw auto 0;
  max-width: 56.7708vw;
}

.college .college-profile .list {
  display: flex;
  justify-content: space-between;
  margin-top: 4.6875vw;
}

.college .college-profile .link {
  display: block;
  margin: 0 1.5625vw;
  text-align: center;
}

.college .college-profile .link img {
  display: block;
  height: 3.8542vw;
  margin: 0 auto;
}

.college .college-profile .link p {
  font-size: 1.1458vw;
  color: #333;
  font-weight: bold;
  line-height: 1.6667vw;
  margin-top: 1.4063vw;
}

.college .college-profile .link:hover {
  margin-top: -0.5208vw;
}

.college .college-profile .link:hover p {
  color: #27C2FB;
}

.college .college-profile .more {
  display: block;
  width: 19.2708vw;
  height: 4.1667vw;
  background: #27C2FB;
  line-height: 4.1667vw;
  text-align: center;
  font-size: 1.1458vw;
  color: #ffffff;
  font-weight: bold;
  margin: 5.7292vw auto 0;
}

.college .college-plan {
  background-image: -moz-linear-gradient(-157deg, #018949 0%, #044c64 57%, #042574 100%);
  background-image: -webkit-linear-gradient(-157deg, #018949 0%, #044c64 57%, #042574 100%);
  background-image: -ms-linear-gradient(-157deg, #018949 0%, #044c64 57%, #042574 100%);
  padding: 6.9271vw 0 10vw;
}

.college .college-plan .left {
  width: 42.12%;
  float: left;
}

.college .college-plan .left h4 {
  font-size: 1.9792vw;
  color: #ffffff;
  font-weight: bold;
  line-height: 3.0208vw;
}

.college .college-plan .left p {
  font-size: 1.9792vw;
  color: #fff;
  font-weight: 200;
  line-height: 3.0208vw;
}

.college .college-plan .left .pic {
  margin-top: 2.7083vw;
}

.college .college-plan .left .pic img {
  display: block;
  width: 100%;
}

.college .college-plan .right {
  float: right;
  width: 50%;
  font-size: 0.7813vw;
  color: #fff;
  line-height: 1.8229vw;
}

.college .college-plan .right p {
  margin-bottom: 1.0417vw;
}

.college .college-plan .right p:last-child {
  margin-bottom: 0;
}

.college .college-card {
  background: url("../img/card_bg.jpg") no-repeat bottom center #f7f9fc;
  padding: 6.875vw 0 12.0833vw;
}

.college .college-card .title {
  font-size: 1.9792vw;
  color: #333;
  font-weight: bold;
  line-height: 3.0208vw;
}

.college .college-card .txt {
  font-size: 0.8333vw;
  color: #333;
  line-height: 1.6667vw;
  max-width: 76%;
  margin-top: 1.0417vw;
}

.college .college-brief {
  background: #f0f0f2;
  padding: 5vw 0 5.9896vw;
}

.college .college-brief .left {
  float: left;
}

.college .college-brief .left h4 {
  font-size: 2.3438vw;
  color: #333;
  font-weight: bold;
  line-height: 3.1771vw;
}

.college .college-brief .left p {
  font-size: 2.3438vw;
  color: #333;
  font-weight: 200;
  line-height: 3.1771vw;
}

.college .college-brief .right {
  float: right;
  width: 68.14%;
}

.college .college-brief .right .txt {
  font-size: 0.8333vw;
  color: #333;
  line-height: 1.6667vw;
}

.college .college-brief .right .warp {
  display: flex;
  justify-content: space-between;
  margin-top: 6.1458vw;
  border-top: 1px solid #000;
  padding-top: 1.25vw;
}

.college .college-brief .right .item:last-child {
  width: 54%;
}

.college .college-brief .right .item .name {
  font-size: 1.1458vw;
  color: #333;
  font-weight: bold;
  line-height: 2.1875vw;
  margin-bottom: 0.2083vw;
}

.college .college-brief .right .item .txt {
  line-height: 1.875vw;
}

.college .college-advtage {
  background-image: -moz-linear-gradient(-157deg, #018949 0%, #044c64 57%, #042574 100%);
  background-image: -webkit-linear-gradient(-157deg, #018949 0%, #044c64 57%, #042574 100%);
  background-image: -ms-linear-gradient(-157deg, #018949 0%, #044c64 57%, #042574 100%);
  padding-top: 5.625vw;
}

.college .college-advtage .title {
  font-size: 1.9792vw;
  color: #ffffff;
  line-height: 3.0208vw;
  margin-bottom: 6.1458vw;
}

.college .college-advtage .item {
  float: left;
  width: 29.86%;
  height: 18.125vw;
  box-sizing: border-box;
  padding: 1.6667vw 1.6667vw 0;
  background: #fff;
}

.college .college-advtage .item:nth-child(2n) {
  background: #edeff2;
}

.college .college-advtage .item .name {
  font-size: 1.1458vw;
  color: #333;
  font-weight: bold;
  line-height: 2.1875vw;
}

.college .college-advtage .item .txt {
  font-size: 14px;
  color: #333;
  line-height: 1.3542vw;
  margin-top: 2.3958vw;
  padding-right: 1.5625vw;
}

.college .college-manager {
  padding: 5.9896vw 0 8.3333vw;
  position: relative;
}

.college .college-manager::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(50% + 14.6875vw);
  height: 100%;
  margin-left: -14.6875vw;
  background: #f7f9fc;
}

.college .college-manager .title {
  font-size: 1.875vw;
  color: #333;
  line-height: 2.9167vw;
  margin-bottom: 1.5625vw;
}

.college .swiper-manager {
  padding-bottom: 4.6875vw;
}

.college .swiper-manager .pic {
  float: left;
  width: 43.72%;
  height: 22.2396vw;
}

.college .swiper-manager .main {
  float: right;
  width: 50%;
}

.college .swiper-manager .top {
  padding-left: 0.9375vw;
  position: relative;
  height: 3.6458vw;
  margin-top: 0.8333vw;
}

.college .swiper-manager .top::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3125vw;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #00baff 1%, #007be6 100%);
  background-image: -webkit-linear-gradient(90deg, #00baff 1%, #007be6 100%);
  background-image: -ms-linear-gradient(90deg, #00baff 1%, #007be6 100%);
}

.college .swiper-manager .top .name {
  font-size: 1.7708vw;
  color: #333;
  font-weight: bold;
  line-height: 2.0833vw;
}

.college .swiper-manager .top p {
  font-size: 0.8333vw;
  color: #333;
  line-height: 1.1458vw;
  margin-top: 0.4167vw;
}

.college .swiper-manager .info {
  margin-top: 1.9792vw;
}

.college .swiper-manager .item {
  margin-bottom: 1.0417vw;
}

.college .swiper-manager .item:last-child {
  margin-bottom: 0;
}

.college .swiper-manager .name {
  font-size: 0.8333vw;
  color: #333;
  font-weight: bold;
  line-height: 1.25vw;
}

.college .swiper-manager .txt {
  font-size: 0.8333vw;
  color: #333;
  line-height: 1.6667vw;
}

.college .swiper-manager .swiper-button-next,
.college .swiper-manager .swiper-button-prev {
  position: absolute;
  left: 12.9167vw;
  top: auto;
  bottom: 0;
  z-index: 10;
  margin: 0;
  background: #00cc69;
  width: 3.0208vw;
  height: 3.0208vw;
  overflow: hidden;
  opacity: 1;
}

.college .swiper-manager .swiper-button-next i,
.college .swiper-manager .swiper-button-prev i {
  display: block;
  width: 0.3125vw;
  height: 0.5729vw;
  background: url("../images/news_icon.png") no-repeat;
  margin: 1.3021vw auto 0;
  background-size: 0.7813vw 0.5729vw;
}

.college .swiper-manager .swiper-button-next:hover,
.college .swiper-manager .swiper-button-prev:hover {
  background: #21ade5;
}

.college .swiper-manager .swiper-button-next {
  left: 15.9375vw;
}

.college .swiper-manager .swiper-button-next i {
  background-position: -0.4688vw 0;
}

.college .swiper-manager .swiper-pagination {
  left: 0;
  bottom: 0.8333vw;
  z-index: 10;
  text-align: left;
  font-size: 0;
}

.college .swiper-manager .swiper-pagination::after {
  content: '—';
  font-size: 0.9375vw;
  color: #dddfe1;
  font-weight: bold;
  left: 1.5625vw;
  top: 0;
  line-height: 1.25vw;
  position: absolute;
}

.college .swiper-manager .swiper-pagination span {
  font-size: 0.9375vw;
  color: #dddfe1;
  font-weight: bold;
  line-height: 1.25vw;
  margin: 0 1.7708vw;
}

.college .swiper-manager .swiper-pagination .swiper-pagination-current {
  color: #27C2FB;
  position: relative;
  margin: 0;
}

.college .college-teacher {
  background: #f0f0f2;
  padding: 5.5208vw 0 6.25vw;
}

.college .college-teacher .title {
  font-size: 1.875vw;
  color: #333;
  line-height: 2.9167vw;
  margin-bottom: 2.0833vw;
}

.college .swiper-teacher {
  width: 100%;
  position: relative;
}

.college .swiper-teacher .pic {
  width: 100%;
  height: 15.7813vw;
}

.college .swiper-teacher .main {
  margin-top: 0.9375vw;
}

.college .swiper-teacher .name {
  font-size: 0.7813vw;
  color: #666;
  font-weight: bold;
  line-height: 1.7708vw;
}

.college .swiper-teacher .name span {
  font-size: 1.25vw;
  color: #333;
  margin-right: 0.5208vw;
}

.college .swiper-teacher .books {
  font-size: 14px;
  color: #666;
  line-height: 1.6667vw;
  margin-top: 0.9375vw;
}

.college .swiper-teacher .swiper-button-next,
.college .swiper-teacher .swiper-button-prev {
  position: absolute;
  left: -5.625vw;
  top: 6.4062vw;
  z-index: 10;
  margin: 0;
  background: #00cc69;
  width: 3.0208vw;
  height: 3.0208vw;
  overflow: hidden;
  opacity: 1;
}

.college .swiper-teacher .swiper-button-next i,
.college .swiper-teacher .swiper-button-prev i {
  display: block;
  width: 0.3125vw;
  height: 0.5729vw;
  background: url("../images/news_icon.png") no-repeat;
  background-size: 0.7813vw 0.5729vw;
  margin: 1.3021vw auto 0;
}

.college .swiper-teacher .swiper-button-next:hover,
.college .swiper-teacher .swiper-button-prev:hover {
  background: #21ade5;
}

.college .swiper-teacher .swiper-button-next {
  left: auto;
  right: -5.625vw;
}

.college .swiper-teacher .swiper-button-next i {
  background-position: -0.4688vw 0;
}

.college .college-course {
  background-image: -moz-linear-gradient(90deg, #025cad 1%, #007be6 100%);
  background-image: -webkit-linear-gradient(90deg, #025cad 1%, #007be6 100%);
  background-image: -ms-linear-gradient(90deg, #025cad 1%, #007be6 100%);
  padding: 5.8333vw 0 5.0521vw;
}

.college .college-course .title {
  font-size: 2.2917vw;
  color: #fff;
  line-height: 3.3333vw;
  margin-bottom: 1.0417vw;
}

.college .course-tabs .left {
  width: 44.28%;
  padding-top: 1.7708vw;
  position: relative;
  float: left;
}

.college .course-tabs .left .name {
  font-size: 1.5625vw;
  color: #ffffff;
  font-weight: bold;
  line-height: 2.2917vw;
}

.college .course-tabs .left .obj {
  font-size: 1.1458vw;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.7708vw;
}

.college .course-tabs .left .line {
  width: calc(100% + 13.5417vw);
  height: 1px;
  background: #ffffff;
  margin: 1.1979vw 0 1.9792vw;
  position: relative;
  left: -13.5417vw;
}

.college .course-tabs .left h5 {
  font-size: 0.9375vw;
  color: #ffffff;
  line-height: 1.3542vw;
  font-weight: normal;
}

.college .course-tabs .left .txt {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6667vw;
  margin-bottom: 1.8229vw;
}

.college .course-tabs .left .txt:last-child {
  margin-bottom: 0;
}

.college .course-tabs .left .pic {
  width: 50%;
  height: 19.8438vw;
  float: right;
}

.college .course-nav {
  margin-top: 4.6875vw;
}

.college .course-nav li {
  float: left;
  width: 20%;
  height: 9.6354vw;
  background: #012961;
  box-sizing: border-box;
  padding: 1.4583vw 0 0 1.875vw;
  cursor: pointer;
}

.college .course-nav .on {
  background: #21ade5;
}

.college .course-nav img {
  display: block;
  height: 2.8646vw;
  margin-bottom: 1.875vw;
}

.college .course-nav p {
  font-size: 1.0417vw;
  color: #ffffff;
  font-weight: bold;
  line-height: 2.0833vw;
}

.card-search {
  width: 35.7292vw;
  margin-top: 3.3854vw;
  box-shadow: 0px 4px 19.4px 0.6px rgba(11, 11, 11, 0.16);
}

.card-search .text {
  display: block;
  width: calc(100% - 9.1146vw);
  height: 3.6458vw;
  border: none;
  box-sizing: border-box;
  background: #fff;
  padding: 0 0.8333vw;
  font-size: 0.8333vw;
  color: #666;
  float: left;
}

.card-search .btn {
  display: block;
  width: 9.1146vw;
  height: 3.6458vw;
  border: none;
  box-sizing: border-box;
  text-align: left;
  background: url("../images/card_search.png") no-repeat 1.9271vw center #237AE4;
  background-size: 1.25vw 1.25vw;
  font-size: 0.8854vw;
  color: #fff;
  padding-left: 3.75vw;
}

.card .card-banner {
  height: 34.375vw;
}

.card .card-banner .container {
  padding-top: 11.9792vw;
}

.card .card-banner h4 {
  font-size: 2.1875vw;
  color: #fff;
  font-weight: bold;
  line-height: 3.125vw;
}

.card .card-banner p {
  font-size: 1.0417vw;
  color: #fff;
  line-height: 2.0833vw;
  margin-top: 0.2083vw;
}

.card .card-banner .card-search {
  margin-top: 1.6667vw;
  box-shadow: none;
  width: 49.4792vw;
}

.card .card-banner .text {
  width: calc(100% - 9.6354vw);
}

.card .card-banner .btn {
  width: 9.6354vw;
  padding-left: 4.2188vw;
  background-position: 2.3958vw center;
}

.card .star-banner {
  height: 25vw !important;
}

.card .star-banner .container {
  padding-top: 9.375vw;
}

.card .card-nav {
  border-top: 1px solid #ffffff;
  background: #0090ee;
}

.card .card-nav li {
  float: left;
  margin-right: 1.3021vw;
  line-height: 3.6458vw;
}

.card .card-nav li:hover a {
  background-image: -moz-linear-gradient(180deg, #012e56 0%, #024e93 100%);
  background-image: -webkit-linear-gradient(180deg, #012e56 0%, #024e93 100%);
  background-image: -ms-linear-gradient(180deg, #012e56 0%, #024e93 100%);
}

.card .card-nav a {
  display: block;
  font-size: 0.9375vw;
  color: #fff;
  padding: 0 1.5625vw;
}

.card .card-nav .on a {
  background-image: -moz-linear-gradient(180deg, #012e56 0%, #024e93 100%);
  background-image: -webkit-linear-gradient(180deg, #012e56 0%, #024e93 100%);
  background-image: -ms-linear-gradient(180deg, #012e56 0%, #024e93 100%);
}

.card .card-main {
  padding: 2.3438vw 0 5.1042vw;
}

.card .card-main .tips {
  font-size: 14px;
  color: #fe0000;
  line-height: 1.6667vw;
  margin-bottom: 3.4375vw;
}

.card .card-main li {
  float: left;
  margin: 0 2.2396vw 2.6042vw 0;
  width: 22.8125vw;
  height: 14.4271vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/card_bg.png") no-repeat center;
  background-size: 100%;
}

.card .card-main li:nth-child(3n) {
  margin-right: 0;
}

.card .card-main li p {
  font-size: 1.875vw;
  color: #fff;
  font-weight: bold;
  padding: 0 0.5208vw;
  line-height: 2.3958vw;
}

.card .cardsearch-main {
  padding: 2.3438vw 0 5.1042vw;
}

.card .cardsearch-main .tips {
  font-size: 14px;
  color: #fe0000;
  line-height: 1.6667vw;
  margin-bottom: 3.4375vw;
}

.card .collegesearchList li {
  float: left;
  width: 47.3%;
  height: 20.0521vw;
  padding: 1.3021vw 3% 0;
  margin: 0 5.4% 1.5625vw 0;
  border-radius: 0.8333vw;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  position: relative;
}

.card .collegesearchList li:nth-child(2n) {
  margin-right: 0;
}

.card .collegesearchList li .main {
  float: left;
  width: 75%;
  font-size: 0.7813vw;
  color: #333;
  line-height: 1.8229vw;
}

.card .collegesearchList li .spec {
  margin-left: 1.4583vw;
}

.card .collegesearchList li .info {
  font-weight: bold;
}

.card .collegesearchList li .bot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.9792vw;
  background: url("../images/college_arrow.png") no-repeat right center #005bac;
  background-size: 5.6771vw 1.9792vw;
}

.card .collegesearchList li .leave {
  background-image: url("../images/college_leave_arrow.png");
  background-color: #6f6f6f;
}

.card .collegesearchList li .pic {
  width: 24%;
  float: right;
  position: relative;
  height: 8.2292vw;
}

.card .collegesearchList li .pic img {
  display: block;
  width: 100%;
}

.card .collegesearchList li .pic .seal {
  top: 7.7083vw;
  position: absolute;
  z-index: 10;
}

.star .star-nav {
  background: #F1F1F1;
  padding: 3.2813vw 0 3.75vw;
}

.star .star-nav .container {
  display: flex;
  justify-content: space-between;
}

.star .star-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  width: 260px;
  background: #fff;
  box-shadow: 0px 2px 17px -4px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
}

.star .star-nav a:hover {
  background: #25c1ff;
}

.star .star-nav a:hover i {
  background-image: url("../images/star_h_icon.png");
}

.star .star-nav i {
  display: block;
  width: 3.2292vw;
  height: 3.2292vw;
  background: url("../images/star_icon.png") no-repeat;
  background-size: 3.2292vw 16.1458vw;
  margin-bottom: 1.0417vw;
}

.star .star-nav .icon2 {
  background-position: 0 -3.2292vw;
}

.star .star-nav .icon3 {
  background-position: 0 -6.4583vw;
}

.star .star-nav .icon4 {
  background-position: 0 -9.6875vw;
}

.star .star-nav .icon5 {
  background-position: 0 -12.9167vw;
}

.star .star-nav p {
  font-size: 1.1458vw;
  color: #333;
  line-height: 1.44;
}

.star .star-nav .active {
  background: #25c1ff;
  padding: 0;
}

.star .star-nav .active i {
  background-image: url("../images/star_h_icon.png");
}

.star .star-nav .active p {
  color: #ffffff;
}

.star .main {
  padding: 3.4896vw 0 6.25vw;
}

.star .star-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.star .star-top .title {
  font-size: 1.9792vw;
  line-height: 2.5vw;
  color: #333;
  font-weight: bold;
}

.star .star-top .list-type {
  display: flex;
}

.star .star-top .list-type a {
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  background: url("../images/type_icon.png") no-repeat;
  background-size: 1.9792vw 3.125vw;
}

.star .star-top .list-type a:last-child {
  width: 1.9792vw;
  margin-left: 1.5625vw;
  background-position: 0 -1.5625vw;
}

.star .star-top .list-type .active {
  background-image: url("../images/type_h_icon.png");
  padding: 0;
}

.star .star-list {
  margin-top: 1.9271vw;
}

.star .star-list li {
  float: left;
  width: 22.9167vw;
  height: 25vw;
  background: #F7F7F7;
  margin: 0 2.0833vw 2.0833vw 0;
}

.star .star-list li:nth-child(3n) {
  margin-right: 0;
}

.star .star-list li a {
  display: block;
  position: relative;
  height: 100%;
}

.star .star-list li .pic {
  height: 12.7604vw;
  overflow: hidden;
  position: relative;
}

.star .star-list li .pic .pic-title {
  position: absolute;
  left: 4%;
  width: 92%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.0417vw;
  line-height: 1.5625vw;
  text-align: center;
  color: #fff;
  z-index: 5;
  display: none;
}

.star .star-list li .pic .player-icon {
  width: 3.4375vw;
  height: 3.4375vw;
  background: url("../images/star_player.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.star .star-list li .pic .time {
  position: absolute;
  right: 1.0417vw;
  bottom: 0.3646vw;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
}

.star .star-list li .imgBg {
  height: 12.7604vw;
}

.star .star-list li .box {
  padding: 1.7188vw 1.5625vw 0;
  position: relative;
}

.star .star-list li .box .time {
  display: flex;
  font-size: 14px;
  line-height: 19px;
  color: #999;
}

.star .star-list li .box .time span {
  display: block;
  padding-left: 0.5208vw;
  margin-left: 0.6771vw;
  border-left: 1px solid #c4c4c4;
}

.star .star-list li .box .time span:last-child {
  display: none;
}

.star .star-list li .box .title {
  font-size: 1.0417vw;
  line-height: 1.5625vw;
  margin-top: 1.0417vw;
  color: #333;
}

.star .star-list li .box .title .icon {
  display: none;
}

.star .star-list li .box .info {
  font-size: 14px;
  line-height: 1.66;
  color: #666;
  margin-top: 1.0417vw;
}

.star .star-list li .lock-icon {
  display: none;
  position: absolute;
  right: 1.6667vw;
  top: 1.5625vw;
  width: 1.0938vw;
  height: 1.4583vw;
  background: url("../images/lock_icon.png") no-repeat;
  background-size: cover;
}

.star .star-list li:hover {
  background: #25c1ff;
}

.star .star-list li:hover .lock-icon {
  background-image: url("../images/lock_h_icon.png");
}

.star .star-list li:hover .box .time {
  color: #ffffff;
  opacity: 0.6;
}

.star .star-list li:hover .box .title,
.star .star-list li:hover .box .info {
  color: #ffffff;
}

.star .star-list li:hover .imgBg {
  transform: scale(1.1, 1.1);
}

.star .star-list .item-video .pic .pic-title {
  display: block;
}

.star .star-list .item-lock .lock-icon {
  display: block;
}

.star .star-list .item-file .box {
  padding-top: 2.0833vw;
}

.star .star-vertical-list li {
  float: none;
  width: 100%;
  height: 5.4167vw;
  border-bottom: 1px solid #DDD;
  margin: 0;
}

.star .star-vertical-list li a {
  background: #ffffff;
}

.star .star-vertical-list li .pic {
  display: none;
}

.star .star-vertical-list li .box {
  padding: 1.3021vw 2.2917vw 0;
}

.star .star-vertical-list li .box .top {
  display: flex;
  flex-direction: column-reverse;
}

.star .star-vertical-list li .box .title {
  margin-top: 0;
}

.star .star-vertical-list li .box .title .icon {
  display: block;
  width: 1.4583vw;
  height: 1.4583vw;
  background: url("../images/file_icon.png") no-repeat;
  background-size: 1.4583vw 5.8333vw;
  float: left;
  margin-left: -2.2917vw;
}

.star .star-vertical-list li .box .title .pdf-icon {
  background-position: 0 -1.4583vw;
}

.star .star-vertical-list li .box .title .ppt-icon {
  background-position: 0 -2.9167vw;
}

.star .star-vertical-list li .box .title .word-icon {
  background-position: 0 -4.375vw;
}

.star .star-vertical-list li .box .time {
  margin-top: 0.4167vw;
}

.star .star-vertical-list li .box .time span:last-child {
  display: block;
}

.star .star-vertical-list li .box .info {
  display: none;
}

.star .star-vertical-list li .lock-icon {
  top: 1.1979vw !important;
  right: 0 !important;
}

.star .star-vertical-list li:hover a {
  background: #ffffff;
}

.star .star-vertical-list li:hover .box .time {
  color: #999;
  opacity: 1;
}

.star .star-vertical-list li:hover .box .title {
  color: #25c1ff;
}

.esg_box .adsense_box {
  width: 100%;
  height: 25vw;
  margin: 0 auto;
  margin-top: 7.4479vw;
  margin-bottom: 5.7292vw;
  border-radius: 0.4167vw;
  padding: 2.8125vw 4.4792vw;
  background: url(../img/esg_bg.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}

.esg_box .adsense_box .text {
  color: #FFF;
}

.esg_box .adsense_box .text .year {
  font-size: 3.1771vw;
  font-weight: bold;
}

.esg_box .adsense_box .text .t1 {
  font-size: 1.6146vw;
  margin-bottom: 0.8854vw;
  font-weight: bold;
}

.esg_box .adsense_box .text .en {
  font-size: 0.9375vw;
  line-height: 1.5;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2.3438vw;
}

.esg_box .adsense_box .text .hr {
  margin-bottom: 2.8646vw;
  width: 29.8958vw;
  height: 0.1563vw;
  background-color: #fff;
}

.esg_box .adsense_box .text .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10.4167vw;
  height: 3.125vw;
  border-radius: 1.6667vw;
  border: 1px solid #FFF;
  padding: 0 1.0417vw;
  transition: all .5s;
}

.esg_box .adsense_box .text .btn:hover {
  background: #27C2FB;
  border-color: #27C2FB;
}

.esg_box .adsense_box .text .btn span {
  font-size: 0.8333vw;
  color: #FFF;
}

.esg_box .adsense_box .text .btn img {
  display: block;
  width: 1.25vw;
}

.esg_box .adsense_box .tip_box {
  position: absolute;
  right: 8.6979vw;
  top: -2.1875vw;
  width: 18.4375vw;
  height: 24.9479vw;
}

.esg_box .adsense_box .tip_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.esg_box .report_box .sub-title {
  margin-bottom: 1.875vw;
}

.esg_box .report_box .report_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.esg_box .report_box .report_list .item {
  margin-bottom: 3.125vw;
  margin-right: 2.7604vw;
  width: 16.1458vw;
}

.esg_box .report_box .report_list .item:nth-child(4n) {
  margin-right: 0;
}

.esg_box .report_box .report_list .item .pic {
  width: 100%;
  height: 21.875vw;
  border-radius: 0.5208vw;
  margin-bottom: 1.0417vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.esg_box .report_box .report_list .item .pic img {
  transition: all .3s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.esg_box .report_box .report_list .item .pic:hover img {
  transform: scale(1.1);
}

.esg_box .report_box .report_list .item .tit {
  font-size: 1.0417vw;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  transition: all .4s;
}

.esg_box .report_box .report_list .item:hover .tit {
  color: #27C2FB;
}

/*视频弹窗*/
.media-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

.media-pop .close {
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  position: absolute;
  right: 0;
  top: -2.0833vw;
  background: url("../images/close_w.png") no-repeat;
  background-size: cover;
}

.media-pop .close:hover {
  transform: rotate(180deg);
}

.media-pop .media-pop-main {
  background: #fff;
  width: 50vw;
  height: 28.125vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.media-pop video {
  display: block;
  width: 100%;
  height: 28.125vw;
}

/*信息弹窗*/
.infomation-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.61);
  z-index: 100;
  display: none;
}

.infomation-pop .infomation-pop-main {
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36.4583vw;
}

.infomation-pop .infomation-pop-main .close {
  width: 2.6042vw;
  height: 2.6042vw;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #fff;
  position: absolute;
  right: -3.125vw;
  top: 0;
  background: url("../images/info_close.png") no-repeat center center;
  background-size: 0.9375vw 0.9375vw;
}

.infomation-pop .infomation-pop-main .item {
  width: 28.125vw;
  margin-bottom: 0.7292vw;
}

.infomation-pop .infomation-pop-main .name {
  font-size: 0.7813vw;
  line-height: 1.0938vw;
  color: #666;
}

.infomation-pop .infomation-pop-main .text {
  margin-top: 0.2083vw;
  display: block;
  width: 100%;
  height: 2.0833vw;
  box-sizing: border-box;
  border: 1px solid #C4C4C4;
  padding: 0 0.4688vw;
  font-size: 13px;
  color: #999;
}

.infomation-pop .infomation-pop-main .flex {
  display: flex;
}

.infomation-pop .infomation-pop-main .vcode-text {
  width: 9.0104vw;
  margin-right: 0.5208vw;
}

.infomation-pop .infomation-pop-main img {
  display: block;
  height: 2.0833vw;
}

.infomation-pop .infomation-pop-main .item-bot {
  padding-top: 1.875vw;
}

.infomation-pop .infomation-pop-main .item-bot .btn {
  box-sizing: border-box;
  width: 15.625vw;
  height: 2.6042vw;
  border: none;
  background: #25c1ff;
  border-radius: 2.2917vw;
  font-size: 0.8333vw;
  color: #ffffff;
  font-weight: bold;
}

.infomation-pop .mobile-box {
  padding: 2.3958vw 3.125vw 3.3854vw;
}

.infomation-pop .info-box {
  display: none;
  padding: 2.6042vw 3.125vw 3.6458vw;
}

.infomation-pop .info-box .title {
  font-size: 1.3542vw;
  line-height: 1.9271vw;
  color: #333;
  margin-bottom: 1.6667vw;
}

.infomation-pop .info-box .item-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.infomation-pop .info-box .item-flex .step {
  width: 13.5417vw;
}

.infomation-pop .info-box .m_zlxg {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 2.0833vw;
  box-sizing: border-box;
  border: 1px solid #C4C4C4;
}

.infomation-pop .info-box .m_zlxg p {
  font-size: 13px;
  line-height: 1.9792vw;
  padding: 0 0.5208vw;
  cursor: pointer;
}

.infomation-pop .info-box .m_zlxg p::after {
  content: '';
  position: absolute;
  right: 0.5208vw;
  top: 50%;
  width: 0.7813vw;
  height: 0.4167vw;
  background: url("../images/arrowB.png") no-repeat;
  background-size: cover;
  margin-top: -0.2083vw;
}

.infomation-pop .info-box .m_zlxg2 {
  z-index: 20;
  display: none;
  position: absolute;
  left: 0;
  top: 2.0833vw;
  border: 1px solid #C4C4C4;
  background: #fff;
  width: 100%;
  max-height: 10.4167vw;
  overflow-y: auto;
  left: -1px;
  margin-top: -2px;
}

.infomation-pop .info-box .m_zlxg2 li {
  font-size: 13px;
  color: #999;
  cursor: pointer;
  padding: 0 0.5208vw;
  line-height: 2.0833vw;
}

.infomation-pop .info-box .m_zlxg2 li:hover {
  color: #25c1ff;
}

/*搜索结果*/
.result-main {
  padding: 128px 0 120px;
}

.result-top {
  padding: 40px 0;
  background: #646464;
}

.result-top .title {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  line-height: 58px;
  margin-bottom: 20px;
}

.result-top .text {
  display: block;
  float: left;
  width: calc(100% - 200px);
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  color: #666;
  background: #fff;
  border: none;
}

.result-top .btn {
  float: right;
  width: 150px;
  height: 60px;
  border: none;
  background: url("../images/search.png") no-repeat 30px center #25c1ff;
  box-sizing: border-box;
  text-align: left;
  padding-left: 70px;
  font-size: 18px;
  color: #fff;
  background-size: 20px 20px;
}

.result-cont {
  padding-top: 60px;
}

.result-cont .title {
  font-size: 38px;
  color: #333;
  line-height: 58px;
}

.result-cont .list {
  background: #f2f2f2;
  padding: 40px 30px;
  margin-top: 40px;
}

.result-cont .list li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.result-cont .list li a {
  display: block;
}

.result-cont .list li .name {
  font-size: 24px;
  color: #25c1ff;
  line-height: 44px;
}

.result-cont .list li .txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 10px;
}

.result-cont .list li .time {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  margin-top: 20px;
}

.result-cont .page {
  margin-top: 30px;
}

/*动画*/
@keyframes breath {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}

@keyframes breath1 {
  from {
    opacity: 0;
    width: 0;
    height: 0;
  }
  50% {
    opacity: 0.2;
    width: 1.7188vw;
    height: 1.7188vw;
  }
  to {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

@keyframes breath2 {
  from {
    opacity: 0;
    width: 0;
    height: 0;
  }
  50% {
    opacity: 0.08;
    width: 3.5937vw;
    height: 3.5937vw;
  }
  to {
    opacity: 0;
    width: 0;
    height: 0;
  }
}
