@charset "utf-8";
html {
  color: #000;
  background: #fff;
  font-family: '思源黑体 CN';
}
body::-webkit-scrollbar {
  width: 12px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left bottom, left top, #c9cdd4);
  transition: 0.3s ease-in-out;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
body::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f1f1f1;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* 重设 HTML5 标签，IE 需要在 js 中 createElement(TAG) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 要注意表单元素并不继承父级 font 的问题 */
/* 使表单元素在 IE 下能继承字体大小 */
input,
select,
textarea {
  font-size: 100%;
}
/* ?解决在 IE7 及更早浏览器下随着 value 增多两边留白也随着增加的问题 */
input,
button {
  *overflow: visible;
}
/* ?去除 button 点击时在火狐下的虚线框 */
/* button::-moz-focus-inner {
border-color: transparent;
} */
/* ?解决 Firefox 下按钮内文字垂直居中 */
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align */
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
  vertical-align: top;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
/* 将斜体扶正 */
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: 500;
}
/* 代码字体 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* 去掉列表前的标识 li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 来自 Yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 600;
}
q:before,
q:after {
  content: '';
}
/* 统一上标和下标 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 标记，类似于手写的荧光笔的作用 */
mark {
  background: #fffdd1;
}
/* 正常链接 未访问 */
a:link,
a:visited {
  color: inherit;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}
/* 常用样式
----------------------------------------------------------------------------- */
/* 人民币符号 */
.fn-rmb {
  font-family: arial;
  font-style: normal;
  padding-right: 4px;
}
.top-bar {
  width: 100%;
  background: #fff;
  border-bottom: 2px #e20000 solid;
}
.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}
.top-bar-login-after {
  display: none;
}
.top-bar .ofw-logo {
  margin-top: 2px;
}
.top-bar-login > .signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}
.top-bar-login > .signin > a {
  color: #fff;
}
.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}
.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}
.top-bar-login i {
  font-style: normal;
  color: #666;
}
.top-bar-login > .email {
  padding-left: 24px;
  display: inline-block;
  background: url(//images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}
.top-bar-login .lang_change {
  text-decoration: none;
  font-size: 19px;
  line-height: 34px;
  padding-top: 5px;
}
.top-bar-login .lang_change a {
  text-decoration: none;
  font-size: 19px;
  line-height: 34px;
  font-family: Arial, Helvetica, sans-serif;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
#g-footer {
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px;
}
#g-footer .g-wrap {
  width: 1200px;
  margin: auto;
}
#g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none;
}
#g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline;
}
#g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
#g-footer .g-footer-links a,
#g-footer .g-footer-record a {
  color: #243851;
}
#g-footer .g-footer-links a:hover,
#g-footer .g-footer-record a:hover {
  color: #c00;
}
#g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  overflow: hidden;
}
#g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
  overflow: hidden;
}
#g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left;
}
#g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.publicTitle {
  width: 720px;
  text-align: center;
  font-size: 36px;
  line-height: 56px;
  font-weight: 400;
  color: #4869f1;
  height: 100px;
  background: url(../img/t_bg.png) no-repeat center;
  background-size: contain;
  background-position-y: 20px;
  position: relative;
  margin: auto;
}
.publicTitle .en {
  width: 100%;
  position: absolute;
  bottom: -5px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #4869f1;
  text-transform: uppercase;
  font-weight: 400;
}
nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 21.39px;
  background: #fff;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}
.nav.fixed-nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
nav .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
nav .wrap .logos {
  width: 50px;
  padding-right: 236px;
  word-break: keep-all;
}
nav .wrap .logos img {
  vertical-align: middle;
}
nav .wrap ul {
  display: flex;
  flex-direction: row;
  font-family: SourceHanSansCN-Regular;
  font-size: 21.39px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34.877px;
  letter-spacing: 0px;
  color: #ffffff;
}
nav .wrap ul li:hover a {
  color: #0bd39f;
  font-weight: 600;
}
nav .wrap ul a {
  display: block;
  height: 100%;
  line-height: 80px;
  color: #5d6e80;
  cursor: pointer;
}
header {
  width: 100%;
  box-sizing: border-box;
  height: 600px;
}
#header {
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#header .wrap {
  height: 100%;
  position: relative;
}
#header .swiper {
  width: 100%;
  height: 100%;
}
#header .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header ul {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 65px;
  left: 0;
}
#header ul li {
  width: 226px;
  height: 90px;
  margin: 0 5px;
  box-sizing: border-box;
  cursor: pointer;
}
#header ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
section .back {
  width: 100%;
  height: 695px;
  box-sizing: border-box;
  background: #fff;
}
section .back .publicTitle {
  margin: 52px 0 26px;
}
.back-wrap h2 {
  width: 750px;
  font-size: 53px;
  line-height: 53px;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
}
.back-wrap h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 30%;
  height: 15px;
  background-color: #0308d8;
}
.back-wrap h2::before {
  position: absolute;
  bottom: 5px;
  left: 30%;
  content: '';
  width: 70%;
  height: 5px;
  background-color: #0308d8;
}
.back-wrap .iconBox {
  width: 750px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-self: center;
  margin-top: 20px;
  padding: 15px 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.back-wrap .iconBox li {
  width: 33.33%;
  text-align: center;
  color: #0308d8;
}
.back-wrap .iconBox li img {
  width: 60px;
  height: auto;
  background: #f7f7f7;
  border-radius: 100px;
  animation: jump 1.5s linear infinite;
  margin-bottom: 10px;
}
.back-wrap .iconBox li > div {
  color: #2e2e2e;
  font-size: 24px;
}
.back-wrap .iconBox li > div div {
  font-size: 14px;
}
.back-swiper-wrap {
  width: 457px;
  height: 254px;
  overflow: hidden;
}
.back-swiper img {
  width: 457px;
  height: 254px;
}
section .back .back_text {
  width: 750px;
  height: auto;
  color: #000000;
}
section .back .line {
  width: 772px;
  height: 13px;
  background-image: linear-gradient(to right, #3893ee, rgba(255, 255, 255, 0) 70%);
}
section .back .back_text p {
  font-family: SourceHanSansCN-Normal;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3.5px;
  text-indent: 2em;
  color: #000000;
  margin-bottom: 20px;
}
section .back .back_text img {
  width: 100%;
  padding: 20px 0;
}
section .light {
  overflow: hidden;
  padding-top: 30px;
  background: url(../img/light.png) no-repeat center #175af1;
  background-size: cover;
}
section .light .publicTitle {
  width: 60%;
  background: url(../img/t_bg_w.png) no-repeat center;
  color: #fff;
}
section .light .publicTitle .en {
  color: #fff;
}
.range {
  overflow: hidden;
  padding-bottom: 86px;
  background: url('../img/bg-range.png') no-repeat center center / cover;
}
.range .range_ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.range .range_ul li {
  width: 48%;
  border-radius: 10px;
  box-shadow: 1.2px 2.7px 5.6px 0.4px rgba(6, 22, 121, 0.05);
  border-radius: 12px;
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  padding-bottom: 20px;
}
.range .range_ul li:hover {
  transition: all 0.2s linear;
}
.range .range_ul li > div > span > img:last-child {
  display: none;
}
.range .range_ul li:hover > div > span > img:first-child {
  display: none;
}
.range .range_ul li:hover > div > span > img:last-child {
  display: block;
}
.range .range_ul li:hover:nth-child(1) {
  background: #468bff;
}
.range .range_ul li:hover:nth-child(2) {
  background-image: linear-gradient(to right, #fb8868, #ee3d49);
}
.range .range_ul li:hover:nth-child(3) {
  background-image: linear-gradient(to right, #f0a535, #ff6a28);
}
.range .range_ul li:hover:nth-child(4) {
  background-image: linear-gradient(to right, #59c414, #2cb501);
}
.range .range_ul li:hover:nth-child(5) {
  background-image: linear-gradient(to right, #fb8868, #ee3d49);
}
.range .range_ul li:hover:nth-child(6) {
  background: #468bff;
}
.range .range_ul li:hover div {
  color: #fff;
}
.range .range_ul li div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #000;
  align-items: center;
  height: auto;
}
.range .range_ul li div span {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -40px;
}
.range .range_ul li div span img {
  width: auto;
  height: auto;
}
.range .range_ul li div h2 {
  font-size: 18px;
  text-align: center;
  position: relative;
  top: -20px;
}
.range .range_ul li div p {
  font-family: SourceHanSansCN-Normal;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0.9px;
  position: relative;
  top: -10px;
  padding: 0 32px;
}
.atst {
  padding-bottom: 70px;
}
.atst .atst_ul {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
}
.atst .atst_ul li {
  box-sizing: border-box;
  padding: 15px;
  height: 186px;
  width: 47.8%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.atst .atst_ul li:nth-child(1) {
  width: 792px;
  background: url('../img/bg-atst1.png') no-repeat center center / cover;
}
.atst .atst_ul li:nth-child(2) {
  margin-top: 22px;
  background: url('../img/bg-atst2.png') no-repeat center center / cover;
}
.atst .atst_ul li:nth-child(3) {
  margin-top: 22px;
  margin-right: 22px;
  background: url('../img/bg-atst3.png') no-repeat center center / cover;
}
.atst .atst_ul li:nth-child(4) {
  margin-top: 22px;
  background-image: linear-gradient(90deg, #18e3ed, #41a5fd);
}
.atst .atst_ul li:nth-child(5) {
  margin-top: 22px;
  margin-right: 22px;
  background-image: linear-gradient(90deg, #f8a634, #ff6a28);
}
.atst .atst_ul li:nth-child(6) {
  margin-top: 20px;
  background-image: linear-gradient(90deg, #7fd548, #33be08);
}
.atst .atst_ul li:nth-child(7) {
  margin-top: 20px;
  background-image: linear-gradient(90deg, #8fdb55, #0bd39f);
}
.atst .atst_ul li:nth-child(8) {
  margin-top: 20px;
  background-image: linear-gradient(90deg, #fb87d3, #fb6066);
}
.atst .atst_ul li:nth-child(9) {
  margin-top: 20px;
  background-image: linear-gradient(90deg, #f093f6, #886ef7);
}
.atst .atst_ul li:nth-child(10) {
  margin-top: 20px;
  background-image: linear-gradient(90deg, #f0b536, #f06520);
}
.atst .atst_ul li:nth-child(11) {
  margin-top: 20px;
  background-image: linear-gradient(90deg, #18e3ed, #41a5fd);
}
.atst .atst_ul li:nth-child(12) {
  margin-top: 20px;
  background-image: linear-gradient(90deg, #f5a280, #e7790e);
}
.atst .atst_ul li .top_img {
  display: flex;
  flex-direction: row-reverse;
}
.atst .atst_ul li .bot_text {
  margin-top: 19px;
  font-family: SourceHanSansCN-Medium;
  font-size: 23.32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32.433px;
  letter-spacing: 0px;
  color: #ffffff;
}
.gust {
  overflow: hidden;
  background: url(../img/gustbg2.png) top;
  background-size: cover;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 42px;
}
.gust .publicTitle {
  background: url(../img/t_bg_w.png) no-repeat center;
  color: #fff;
}
.gust .gust_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
  flex: 5;
}
.gust .gust_list li {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18%;
}
.gust .gust_list li:hover::after {
  animation: roate 3s linear infinite;
}
@keyframes roate {
  100% {
    transform: rotate(360deg);
  }
}
.gust .gust_list li::after {
  content: '';
  position: absolute;
  width: 185px;
  top: -17px;
  height: 185px;
  background: url(../img/gust_bg.png) no-repeat center;
  background-size: contain;
}
.gust .gust_list li img {
  width: 154px;
  height: 154px;
}
.gust .gust_list li h2 {
  padding-top: 20px;
  margin-bottom: 15px;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 1.2px;
  color: #ffffff;
}
.gust .gust_list li:nth-child(2),
.gust .gust_list li:nth-child(3) {
  font-family: SourceHanSansCN-Normal;
  font-size: 15.33px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 19.444px;
  letter-spacing: 0.4px;
  color: #ffffff;
}
.gust .tip {
  width: 100%;
  text-align: right;
  font-family: SourceHanSansCN-Regular;
  font-size: 14.4px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #d2d2d2;
}
.part {
  width: 100%;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 50px;
}
.part .wrap ul {
  width: 700px;
  font-size: 18px;
  color: #000000;
}
.part .wrap ul li {
  margin-bottom: 20px;
}
.ad {
  background: url('../img/bg-ad.jpg') no-repeat center center / cover;
  padding-bottom: 50px;
}
.ad .ad_ul {
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ad .ad_ul li {
  padding: 5px 30px;
  width: 23%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.5s linear;
}
.ad .ad_ul li:hover {
  color: #fff;
  background: linear-gradient(to right, #00b1ff, #0134ed);
}
.ad .ad_ul li:hover span {
  background: #fff;
}
.ad .ad_ul li:hover span .img1 {
  display: none;
}
.ad .ad_ul li:hover span .img2 {
  display: block;
}
.ad .ad_ul li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ad .ad_ul li div span {
  display: inline-block;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 10px 1px #ddd;
  background: url(../img/c_bg_b.png) no-repeat center;
  background-size: cover;
  border-radius: 50%;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -40px;
}
.ad .ad_ul li div span img {
  width: 60%;
}
.ad .ad_ul li div span .img2 {
  display: none;
}
.ad .ad_ul li div h2 {
  font-size: 20px;
  text-align: center;
  position: relative;
  top: -20px;
}
.ad .ad_ul li div p {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  top: -10px;
}
.logos-tab-btn {
  margin-bottom: 29px;
  display: flex;
  justify-content: center;
}
.logos-company-btn,
.logos-medium-btn {
  margin: 0 50px;
  width: 181px;
  font-family: SourceHanSansCN-Medium;
  font-size: 29.81px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 1.5px;
  color: #b7b7b7;
  border-radius: 28px;
  text-align: center;
  border: solid 1px #b7b7b7;
  cursor: pointer;
}
.logos-company-btn.active,
.logos-medium-btn.active {
  background-image: linear-gradient(112deg, #00eaff 0%, #2079ff 100%), linear-gradient(#f84604, #f84604);
  background-blend-mode: normal,
    normal;
  color: #fff;
  border: 0;
}
.logos-img-wrap {
  margin-bottom: 72px;
}
.logos-img-wrap img {
  display: none;
  width: 100%;
}
.watch_back {
  padding-bottom: 40px;
}
.watch_back img {
  width: 100%;
}
.link {
  padding-bottom: 88px;
  color: #fff;
  background: url(../img/bg-link.png) no-repeat center bottom;
}
.link .publicTitle {
  background: url(../img/t_bg_w.png) no-repeat center;
  color: #fff;
}
.link .link-content {
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link .link-content .link-left {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
.link .link-content .link-item {
  flex: 1;
}
.link .link-content .link-item-name {
  margin-bottom: 18px;
  font-family: SourceHanSansCN-Medium;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.link .link-content .link-item-name span {
  position: relative;
  z-index: 1;
}
.link .link-content .link-item-name::after {
  content: '';
  width: 110%;
  height: 10px;
  background-color: #c82226;
  position: absolute;
  bottom: -3px;
  left: -4px;
}
.link .link-content .link-item-text {
  margin-bottom: 10px;
  font-family: SourceHanSansCN-Normal;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #ffffff;
}
.link .link-content .link-item-line {
  margin-top: 17px;
  margin-bottom: 19px;
  width: 310px;
  height: 3px;
  background: url('../img/bg-line.png') no-repeat center center / contain;
}
.link-right img {
  width: 804px;
  height: 263px;
}
.lightport .light-swiper {
  width: 1000px;
  height: 456px;
  margin: 30px auto 0;
  overflow: hidden;
}
.lightport .light-swiper .swiper-slide {
  position: relative;
}
.lightport .light-swiper .swiper-slide .swiper-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background: url("../img/swiper.png") center bottom no-repeat;
  background-size: contain;
}
.lightport .light-swiper .swiper-slide img {
  width: 100%;
  height: 456px;
  object-fit: cover;
}
.lightport .light-con {
  position: relative;
  max-width: 1366px;
  height: 450px;
  margin: 40px auto 0;
}
.lightport .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 0px);
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s;
}
.lightport .light-con .light-item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 450px;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}
.lightport .light-con .light-item.on {
  width: 800px;
  z-index: 3;
}
.lightport .light-con .light-item.dark .shadow {
  opacity: 0.7;
  z-index: 9;
}
.lightport .light-con .light-item1 {
  left: 0;
}
.lightport .light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}
.lightport .light-con .light-item3 {
  right: 0;
}
.lightport .light-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background: url("../img/swiper.png") center bottom no-repeat;
  background-size: 800px 273px;
  overflow: hidden;
}
.lightport .light-txt-box {
  /* height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; */
  position: relative;
  top: 180px;
  left: 0;
}
.lightport .light-con .light-item.on .light-txt-box {
  top: 77px;
}
.lightport .light-txt .light-txt-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
.lightport .light-txt .light-txt-box p {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
.lightport .light-con .light-item2 .light-txt .light-txt-box p {
  opacity: 1;
}
.lightport .swiper-txt div {
  padding-top: 127px;
}
.lightport .swiper-txt div h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
.lightport .swiper-txt div p {
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
.lightport .light-con {
  position: relative;
  max-width: 1366px;
  height: 450px;
  margin: 30px auto 0;
}
.lightport .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 0px);
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s;
}
.lightport .light-con .light-item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 450px;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}
.lightport .light-con .light-item.on {
  width: 800px;
  z-index: 3;
}
.lightport .light-con .light-item.dark .shadow {
  opacity: 0.7;
  z-index: 9;
}
.lightport .light-con .light-item1 {
  left: 0;
}
.lightport .light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}
.lightport .light-con .light-item2::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  content: '';
  margin-left: -10px;
  width: 20px;
  height: 18px;
  /* background: url("../images/sjx.png") center no-repeat; */
}
.lightport .light-con .light-item3 {
  right: 0;
}
.lightport .light-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background: url("../img/swiper.png") center bottom no-repeat;
  background-size: 800px 273px;
  overflow: hidden;
}
.lightport .light-txt-box {
  position: relative;
  top: 180px;
  left: 0;
}
.lightport .light-con .light-item.on .light-txt-box {
  top: 77px;
}
.lightport .light-txt .light-txt-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
.lightport .light-txt .light-txt-box p {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
.lightport .light-con .light-item2 .light-txt .light-txt-box p {
  opacity: 1;
}
.swiper-tab {
  width: 100%;
  background-color: #000994;
}
.img_back {
  position: absolute;
  top: 9%;
  left: 39%;
}
.img_back .img1 {
  width: 780px;
}
.img_back .img2 {
  width: 780px;
  margin-top: -272px;
}
.swiper-tab ul {
  font-size: 0;
  text-align: center;
  display: flex;
}
.swiper-tab ul li {
  display: inline-block;
  cursor: pointer;
  flex: 1;
  padding: 24px 0;
}
.swiper-tab ul li img {
  display: block;
  margin: 25px auto 8px;
  height: 32px;
}
.swiper-tab ul li span {
  font-size: 18px;
  color: #fff;
}
.swiper-tab ul .on {
  background: #1dd2af;
}
.text {
  font-size: 16px;
  padding: 0 50px;
  font-size: 14px;
  margin-top: -130px;
}
.text p {
  color: #fff;
  width: 625px;
  color: #000;
  font-weight: 600;
}
.light-wrap {
  background: transparent;
}
.organization {
  padding-top: 12px;
  padding-bottom: 20px;
  background-color: #131bc4;
  background: url('../img/bg-organization1.png') no-repeat center center / cover;
}
.organization .publicTitle {
  margin-bottom: 50px;
  background: url(../img/t_bg_w.png) no-repeat center;
  color: #fff;
}
.organization-logo-wrap {
  margin-bottom: 50px;
}
.organization-logo-wrap img {
  margin-right: 20px;
}
.share-component {
  display: none;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 60px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
.social-share {
  position: absolute;
  top: 20px;
  left: -30px;
  width: 120px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.share-btn:hover .share-component {
  display: block;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 40px !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  bottom: initial;
  top: -10px;
}
.social-share .social-share-icon:hover span {
  color: #000 !important;
}
/* 部分往届回顾 */
.lookback-wrap {
  background: #fff;
  padding-top: 100px;
  background: url('../img/videoBg.png') no-repeat right bottom;
}
.lookback-swiper-wrap {
  width: 100%;
  box-sizing: border-box;
}
#certify {
  position: relative;
  margin: 0 auto;
}
#certify .swiper-container {
  padding-bottom: 120px;
}
.CONTACTBtn {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.CONTACTBtn span {
  display: inline-block;
  padding: 15px 70px;
  background-color: #c82226;
  border-radius: 25px;
  font-size: 33px;
  color: #fff;
  line-height: 43px;
}
#certify .swiper-slide {
  position: relative;
  box-sizing: border-box;
  width: 460px;
  height: 258px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(1, 37, 39, 0.3);
  display: flex;
  flex-direction: column;
}
#certify .swiper-slide.swiper-slide-prev:after,
#certify .swiper-slide.swiper-slide-next:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: #fff;
  opacity: 0.5;
}
#certify .swiper-slide .imgBox {
  width: 100%;
  height: 190px;
  box-sizing: border-box;
}
#certify .swiper-slide .imgBox img {
  width: 100%;
  height: auto;
}
#certify .swiper-slide .lookback-item-title {
  margin-bottom: 15px;
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #1844e1;
  text-align: center;
}
#certify .swiper-slide .lookback-item-text {
  margin-bottom: 25px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}
#certify .swiper-slide .lookback-item-btn {
  display: block;
  margin: 0 auto;
  width: 136px;
  height: 46px;
  font-family: SourceHanSansCN-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  line-height: 46px;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
#certify .swiper-button-prev {
  width: 55px;
  height: 102px;
  font-size: 20px;
  transform: translateY(-50%);
}
#certify .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
  color: #0107c9;
}
#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
#certify .swiper-button-next {
  width: 55px;
  height: 102px;
  font-size: 20px;
  transform: translateY(-50%);
}
#certify .swiper-button-prev,
#certify .swiper-button-next {
  top: 0;
}
#certify .swiper-button-next {
  right: -15px;
}
#certify .swiper-button-prev {
  right: 55px;
  left: unset;
}
#certify .swiper-button-next:after {
  font-size: 18px;
  font-weight: bold;
  color: #0107c9;
}
#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.yudingBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yudingBtn li {
  margin: 50px;
  background-color: #ff9000;
  padding: 5px 0;
  padding-right: 35px;
  padding-left: 5px;
  border-radius: 100px;
}
.yudingBtn li a {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #fff;
}
.yudingBtn li a div {
  width: 74px;
  height: 74px;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yudingBtn li a div img {
  animation: jump 1.5s linear infinite;
}
.tqUL {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.tqUL li {
  width: 410px;
  height: 160px;
  box-sizing: border-box;
  border: 1px solid #dfdfe1;
  border-left: none;
  padding: 40px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
.tqUL li::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #fff;
  transition: all 0.5s;
}
.tqUL li div {
  width: 100%;
  color: #707070;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
  transition: all 0.5s;
}
.tqUL li div:first-child {
  font-size: 20px;
}
.tqUL li:first-child {
  border-left: 1px solid #dfdfe1;
}
.tqUL .active {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.tqUL .active div:first-child {
  font-size: 22px;
}
.tqUL .active::before {
  background-color: #1dd2af;
}
.tqUL .active::after {
  content: '';
}
.tqImgbox {
  width: 100%;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.tqImgbox li {
  transition: all 0.5s;
  text-align: center;
  width: 30%;
  box-sizing: border-box;
  padding-bottom: 15px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
  color: #7d7d7d;
}
.tqImgbox li img {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.tqImgbox li:hover {
  transform: scale(1.05);
}
#certify .swiper-slide.swiper-slide-prev:after,
#certify .swiper-slide.swiper-slide-next:after {
  background-color: transparent;
  opacity: 1;
}
.lookback-wrap .swiper-wrapper .swiper-slide {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.lookback-wrap .swiper-wrapper .swiper-slide .imgBox {
  margin-bottom: 10px;
}
.wangjiehezuo {
  background: url('../img/hezuoBg.png') no-repeat center;
  padding: 100px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.wangjiehezuo .swiper-button-next,
.wangjiehezuo .swiper-button-prev,
.wangjiehezuo .swiper-button-disabled {
  top: 60%;
  width: 90px;
  height: 90px;
  background-color: #1dd2af;
  opacity: 1;
}
.wangjiehezuo .swiper-button-next::after,
.wangjiehezuo .swiper-button-prev::after,
.wangjiehezuo .swiper-button-disabled::after {
  color: #fff;
  font-weight: 900;
}
.wangjiehezuo .swiper-button-next.swiper-button-disabled,
.wangjiehezuo .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.wangjiehezuo .swiper-button-disabled {
  background-color: #333aa9;
  opacity: 1;
}
.wangjiehezuo .swiper-button-next::after {
  color: #fff;
}
.wangjiehezuo .publicTitle {
  color: #fff;
}
.wangjiehezuo .publicTitle .en {
  color: #fff;
}
.wangjiehezuo .wrap {
  overflow: hidden;
}
.huiyiyicheng {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  background: url('../img/richegnBG2.jpg.png') no-repeat center bottom;
}
.huiyiyicheng .richengTime {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.huiyiyicheng .richengTime li {
  background-color: #1dd2af;
  color: #fff;
  font-size: 27px;
  line-height: 27px;
  padding: 10px 20px;
  border-radius: 15px;
  margin: 0 95px;
  cursor: pointer;
  position: relative;
}
.huiyiyicheng .richengTime .active {
  background-color: #0658ff;
}
.huiyiyicheng .richengTime .active::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: #0658ff transparent transparent transparent;
}
.huiyiyicheng .richengtable li {
  display: none;
}
.huiyiyicheng .richengtable li > table tbody th {
  background-color: #1a44ed;
  color: #fff;
  font-size: 22px;
}
.huiyiyicheng .richengtable li > table tbody > tr td {
  padding: 13px 0;
  font-size: 16px;
  line-height: 40px;
}
.huiyiyicheng .richengtable li > table tbody > tr td:first-child {
  text-align: center;
  border-right: 2px solid #1a44ed;
}
.huiyiyicheng .richengtable li > table tbody > tr td:nth-child(2) {
  padding-left: 95px;
}
.huiyiyicheng .richengtable li > table tbody > tr .titleBig {
  background-color: #9ad3fe;
  color: #1a44ed;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  border: 2px solid #1a44ed;
  border-left: none;
  border-right: none;
}
.huiyiyicheng .richengtable .title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #0c128f;
  margin-bottom: 25px;
}
.huiyiyicheng .richengtable .active {
  display: block;
}
.rightBar {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 30%;
  width: 120px;
  height: 495px;
  background: url('../img/rightBar.png') no-repeat center;
  background-size: cover;
  padding-bottom: 20px;
}
.rightBar ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rightBar ul li {
  color: #fff;
  margin: 5px 0;
  cursor: pointer;
  font-size: 18px;
}
.rightBar ul li a {
  color: #fff;
}
.rightBar ul > li:hover {
  color: #0bd39f;
  font-weight: 600;
}
.rightBar ul > li:hover > a {
  color: #0bd39f;
  font-weight: 600;
}
.swiperTitleTxt {
  position: absolute;
  top: -38px;
  left: 0;
  font-size: 25px;
  color: #2e2e2e;
  font-weight: 600;
}
.rexianBox {
  position: relative;
}
.rexianBox .rexian {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  left: -160px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
.rexianBox:hover .rexian {
  display: block;
}
@keyframes jump {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    transform: translateY(5px) scaleX(1.2) scaleY(0.8);
  }
  30% {
    -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(0) scale(1) rotate(0);
    transform: translateY(0) scale(1) rotate(0);
  }
  55% {
    -webkit-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
  }
  70% {
    -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
  }
  80% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
  }
  85% {
    -webkit-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none;
}
.zhanqufenbu {
  padding-top: 65px;
}
.zhanqufenbu .chagnguan li {
  margin: 0 10px;
}
.partBox li {
  font-size: 18px;
}
.partBox li img {
  vertical-align: middle;
  margin-right: 0px;
}
.huiguSwiper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.huiguSwiper > ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.huiguSwiper > ul > li {
  width: 390px;
  height: 247px;
  box-sizing: border-box;
}
.huiguSwiper > ul > li .swiper {
  overflow: hidden;
  height: 100%;
}
.huiguSwiper > ul .videoSwiper,
.huiguSwiper > ul .xiangceSwiper,
.huiguSwiper > ul .zhanshangSwiper {
  position: relative;
}
.huiguSwiper > ul .videoSwiper .swiper-button-next,
.huiguSwiper > ul .xiangceSwiper .swiper-button-next,
.huiguSwiper > ul .zhanshangSwiper .swiper-button-next,
.huiguSwiper > ul .videoSwiper .swiper-button-prev,
.huiguSwiper > ul .xiangceSwiper .swiper-button-prev,
.huiguSwiper > ul .zhanshangSwiper .swiper-button-prev {
  top: -20px;
  right: 0;
}
.huiguSwiper > ul .videoSwiper .swiper-button-next::after,
.huiguSwiper > ul .xiangceSwiper .swiper-button-next::after,
.huiguSwiper > ul .zhanshangSwiper .swiper-button-next::after,
.huiguSwiper > ul .videoSwiper .swiper-button-prev::after,
.huiguSwiper > ul .xiangceSwiper .swiper-button-prev::after,
.huiguSwiper > ul .zhanshangSwiper .swiper-button-prev::after {
  font-size: 18px;
}
.huiguSwiper > ul .videoSwiper .swiper-button-prev,
.huiguSwiper > ul .xiangceSwiper .swiper-button-prev,
.huiguSwiper > ul .zhanshangSwiper .swiper-button-prev {
  left: unset;
}
.huiguSwiper > ul .videoSwiper .swiper-button-prev,
.huiguSwiper > ul .xiangceSwiper .swiper-button-prev,
.huiguSwiper > ul .zhanshangSwiper .swiper-button-prev {
  right: 50px;
}
.huiguSwiper > ul .videoSwiper .swiper-wrapper .swiper-slide,
.huiguSwiper > ul .xiangceSwiper .swiper-wrapper .swiper-slide,
.huiguSwiper > ul .zhanshangSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 0;
}
.huiguSwiper > ul .videoSwiper .swiper-wrapper .swiper-slide .contentBox,
.huiguSwiper > ul .xiangceSwiper .swiper-wrapper .swiper-slide .contentBox,
.huiguSwiper > ul .zhanshangSwiper .swiper-wrapper .swiper-slide .contentBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.huiguSwiper > ul .videoSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 0;
}
.huiguSwiper > ul .videoSwiper .swiper-wrapper .swiper-slide .contentBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.huiguSwiper > ul .videoSwiper .swiper-wrapper .swiper-slide .contentBox video {
  width: 100%;
}
.huiguSwiper > ul .zhanshangSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 0;
}
.huiguSwiper > ul .zhanshangSwiper .swiper-wrapper .swiper-slide .contentBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.huiguSwiper > ul .zhanshangSwiper .swiper-wrapper .swiper-slide .contentBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.huiguSwiper > ul .zhanshangSwiper .swiper-wrapper .swiper-slide .contentBox ul li {
  width: 47%;
  height: 45%;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #85888b;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.huiguSwiper > ul .zhanshangSwiper .swiper-wrapper .swiper-slide .contentBox ul li img {
  width: 100%;
}
.hezuomeiti {
  background: unset;
}
.hezuomeiti .swiper-button-next {
  right: -30px;
  width: auto;
  background-color: unset;
  top: 40%;
}
.hezuomeiti .swiper-button-next::after {
  color: #2252d8;
}
.hezuomeiti .swiper-button-prev {
  left: -30px;
  width: auto;
  background-color: unset;
  top: 40%;
}
.hezuomeiti .swiper-button-prev::after {
  color: #2252d8;
}
.hezuomeiti .swiper-button-disabled {
  top: 40%;
}
.hezuomeiti .swiper-button-disabled::after {
  opacity: 0.5;
}
.hezuomeiti .publicTitle {
  color: #3066be;
}
.wangjiehezuo .wrap {
  overflow: unset;
}
.wangjiehezuo .wrap .swiper {
  overflow: hidden;
}
