@charset "UTF-8";
.center {
  width: 1680px;
  margin: 0 auto;
}

.content {
  width: 1680px;
  margin: auto;
}
.content .content-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 54px;
}
.content .content-header .content-header-title .header-title-text {
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 46px;
  color: #032561;
  line-height: 1;
  margin-bottom: 12px;
}
.content .content-header .content-header-title .header-title-text-en {
  font-family: HarmonyOS Sans SC;
  font-weight: 900;
  font-size: 24px;
  color: #999999;
  line-height: 1;
}
.content .content-header .header-right-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .content-header .header-right-box .classification-list {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.content .content-header .header-right-box .classification-list .classification-item {
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  line-height: 1;
  margin-right: 10px;
  cursor: pointer;
}
.content .content-header .header-right-box .classification-list .classification-item-active {
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 28px;
  color: #032561;
  line-height: 1;
}
.content .content-header .header-active {
  display: flex;
  align-items: center;
  gap: 21px;
  /* Safari 兼容 */
  -moz-column-gap: 21px;
       column-gap: 21px;
  -webkit-row-gap: 21px;
  /* Safari 兼容 */
  row-gap: 21px;
}
.content .content-header .header-active .header-active-btn {
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  border-radius: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content .content-header .header-active .pre-btn {
  background-image: url("/public/template/index/static/img/images/19.png");
}
.content .content-header .header-active .pre-btn:hover {
  background-image: url("/public/template/index/static/img/images/17.png");
}
.content .content-header .header-active .next-btn {
  background-image: url("/public/template/index/static/img/images/20.png");
}
.content .content-header .header-active .next-btn:hover {
  background-image: url("/public/template/index/static/img/images/16.png");
}

.list-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
}
.list-page .list-page-prev {
  width: 25px;
  height: 25px;
  background: url(../img/images/73.png) no-repeat center;
}
.list-page .list-page-next {
  width: 25px;
  height: 25px;
  background: url(../img/images/72.png) no-repeat center;
}
.list-page .page-num-box {
  display: flex;
  align-items: center;
  margin: 0 40px;
  gap: 20px;
  /* Safari 兼容 */
  -moz-column-gap: 20px;
       column-gap: 20px;
  -webkit-row-gap: 20px;
  /* Safari 兼容 */
  row-gap: 20px;
}
.list-page .page-num-box .page-num {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #999999;
}
.list-page .page-num-box .active {
  background-color: #0C3D94;
  color: #ffffff;
}

.hide {
  display: none !important;
}

.com-title {
  color: #c9261d;
  font-size: 40px;
  font-weight: bold;
}

.cul-title-box .t1 {
  color: #000000;
  font-size: 34px;
}
.cul-title-box .t2 {
  color: #666;
  font-size: 22px;
}
.cul-title-box .line {
  width: 40px;
  height: 2px;
  margin-top: 10px;
  background-color: #ffffff;
}

.m-map {
  display: none;
}
.m-map img {
  width: 100%;
}

.header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.header .center-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1680px;
  margin: 0 auto;
}
.header .center-head .logo {
  width: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header .center-head .logo img {
  width: 100%;
  opacity: 0;
}
.header .center-head .right {
  display: flex;
  align-items: center;
}
.header .center-head .right .nav {
  display: flex;
  align-items: center;
}
.header .center-head .right .nav > li {
  padding: 0 30px;
  position: relative;
}
.header .center-head .right .nav > li > a {
  color: #333;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  transition: all 0.8s;
}
.header .center-head .right .nav > li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #0C3D94;
  transition: width 0.5s;
  display: inline-block;
}
.header .center-head .right .nav > li .nav-box {
  position: absolute;
  padding: 15px 0 20px;
  top: 80px;
  z-index: 10000;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  transition: all 0.5s;
  background-color: #ffffff;
  min-width: 100%;
}
.header .center-head .right .nav > li .nav-box > li {
  height: 35px;
  padding: 0 10px;
  margin-top: 5px;
}
.header .center-head .right .nav > li .nav-box > li > a {
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;
  color: #333;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
}
.header .center-head .right .nav > li .nav-box > li:hover a {
  color: #0C3D94;
  font-weight: bold;
}
.header .center-head .right .nav > li .nav-box:hover {
  background-color: #fff;
}
.header .center-head .right .nav > li:hover a {
  color: #0C3D94;
}
.header .center-head .right .nav > li:hover span {
  width: 100%;
}
.header .center-head .right .nav .active a {
  color: #0C3D94;
}
.header .center-head .right .nav .active span {
  width: 100%;
}
.header .center-head .right .nav > li:hover .nav-box {
  display: block;
}
.header .center-head .right .search {
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 40px;
  padding: 10px 32px 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-left: 20px;
  position: relative;
}
.header .center-head .right .search input {
  font-size: 14px;
  border: none;
  padding-left: 10px;
  background-color: transparent !important;
}
.header .center-head .right .search .search-icon {
  cursor: pointer;
  width: 22px;
  height: 22px;
  right: 22px;
  position: absolute;
  cursor: pointer;
}
.header .center-head .right .language-link {
  margin-left: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .center-head .right .language-link .language-icon {
  width: 24px;
  height: 24px;
}
.header .center-head .right .language-link .language-text {
  font-family: HarmonyOS Sans SC;
  font-weight: 900;
  font-size: 16px;
  color: #333333;
  margin-left: 17px;
}
.header .center-head .right .language-link .language-down {
  margin-left: 8px;
  width: 12px;
  height: 8px;
}
.header .center-head .right .icon-active {
  display: flex;
  align-items: center;
  gap: 30px;
  /* Safari 兼容 */
  -moz-column-gap: 30px;
       column-gap: 30px;
  -webkit-row-gap: 30px;
  /* Safari 兼容 */
  row-gap: 30px;
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}
.header .center-head .right .icon-active img {
  width: 29px;
  height: 23px;
  cursor: pointer;
}
.header .center-head .right .icon-active .icon-active-item {
  position: relative;
}
.header .center-head .right .icon-active .icon-active-item .active-item-popup {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 12px;
  padding: 10px;
  background-color: #ffffff;
  left: 50%;
  bottom: -110px;
  transform: translate(-50%, 0);
  display: none;
}
.header .center-head .right .icon-active .icon-active-item .active-item-popup .qrcode {
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 12px;
}
.header .center-head .right .icon-active .icon-active-item:hover .active-item-popup {
  display: block;
}
.header .center-head .right .icon-active::before {
  position: absolute;
  left: 0;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #999999;
}

.header-fix {
  box-shadow: 0px 5px 10px 0px rgba(33, 2, 0, 0.05);
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 200000;
  border-bottom: 1px solid #ddd;
}
.header-fix .nav > li > a {
  color: #333333 !important;
}
.header-fix .nav .active > a {
  color: #c9261d !important;
}
.header-fix .nav > li:hover > a {
  color: #c9261d !important;
}
.header-fix .nav > li:hover span {
  width: 100%;
}

.footer {
  width: 100%;
  background: #0C1728;
}
.footer .top01 .top-box {
  display: flex;
  flex-wrap: nowrap;
}
.footer .top01 .top-box .top-left {
  padding: 55px 40px 0 0;
  flex: 1;
  border-right: 1px solid #192333;
}
.footer .top01 .top-box .top-left .link-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
.footer .top01 .top-box .top-left .link-box > li .tt {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #5E6675;
  line-height: 1;
  margin-bottom: 32px;
}
.footer .top01 .top-box .top-left .link-box > li .link-list > li {
  position: relative;
  margin-bottom: 10px;
}
.footer .top01 .top-box .top-left .link-box > li .link-list > li a {
  color: #eee;
  font-size: 14px;
}
.footer .top01 .top-box .top-left .link-box > li .link-list > li span {
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  bottom: -3px;
  transition: all 0.8s;
}
.footer .top01 .top-box .top-left .link-box > li .link-list > li:hover a {
  color: #fff;
}
.footer .top01 .top-box .top-left .link-box > li .link-list > li:hover span {
  width: 100%;
}
.footer .top01 .top-box .top-left .link-box > li .code-box-big {
  display: flex;
  margin-top: 30px;
}
.footer .top01 .top-box .top-left .link-box > li .code-box-big .code-box .code {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.8s;
}
.footer .top01 .top-box .top-left .link-box > li .code-box-big .code-box .code img {
  width: 100%;
}
.footer .top01 .top-box .top-left .link-box > li .code-box-big .code-box p {
  color: #4c5362;
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
}
.footer .top01 .top-box .top-left .link-box > li .code-box-big .code-left {
  margin-left: 15px;
}
.footer .top01 .top-box .top-left .link-box > li .href-box {
  padding-left: 15px;
  margin-top: 25px;
}
.footer .top01 .top-box .top-left .link-box > li .href-box a {
  font-size: 14px;
  color: #5e6675;
}
.footer .top01 .top-box .top-left .link-box > li .href-box span {
  width: 1px;
  height: 15px;
  background: #5e6675;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 30px;
}
.footer .top01 .top-box .top-left .link-box > li .friend-href {
  margin-top: 17px;
}
.footer .top01 .top-box .top-left .link-box > li .friend-href .t1 {
  color: #5e6675;
  font-size: 14px;
}
.footer .top01 .top-box .top-left .link-box > li .friend-href .select {
  width: 220px;
  height: 40px;
  background-color: #0f1c31;
  border-radius: 5px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.footer .top01 .top-box .top-left .link-box > li .friend-href .select span {
  color: #5e6675;
  font-size: 14px;
}
.footer .top01 .top-box .top-left .link-box > li .friend-href .select .down {
  display: inline-block;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-image: url("../img/images/down.png");
  background-repeat: no-repeat;
}
.footer .top01 .top-box .top-left .link-box > li .friend-href .select .down-box {
  position: absolute;
  bottom: 55px;
  width: 100%;
  left: 0px;
  display: none;
}
.footer .top01 .top-box .top-left .link-box > li .friend-href .select .down-box li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background: #0f1c31;
}
.footer .top01 .top-box .top-left .link-box > li .friend-href .select .down-box li a {
  color: #ffffff;
}
.footer .top01 .top-box .top-left .link-box > li .friend-href .select .down-box li:hover {
  background: #5e6675;
  cursor: pointer;
}
.footer .top01 .top-box .top-left .link-box > li .friend-href .select .down-box li:hover a {
  color: #ffffff;
}
.footer .top01 .top-box .top-left .contact-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 46px 0 38px;
}
.footer .top01 .top-box .top-left .contact-box .contact-item .contact-title {
  display: flex;
  align-items: center;
  gap: 7px;
  /* Safari 兼容 */
  -moz-column-gap: 7px;
       column-gap: 7px;
  -webkit-row-gap: 7px;
  /* Safari 兼容 */
  row-gap: 7px;
}
.footer .top01 .top-box .top-left .contact-box .contact-item .contact-title .contact-title-icon {
  width: 16px;
  height: 14px;
}
.footer .top01 .top-box .top-left .contact-box .contact-item .contact-title .contact-title-text {
  font-family: PingFang SC;
  font-weight: 300;
  font-size: 14px;
  color: #5E6675;
  line-height: 1;
}
.footer .top01 .top-box .top-left .contact-box .contact-item .contact-item-value {
  font-family: PingFang SC;
  font-weight: 300;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 27px;
}
.footer .top01 .top-box .top-right {
  padding: 55px 0 30px 35px;
}
.footer .top01 .top-box .top-right .tr-title {
  font-size: 14px;
  color: #4c5362;
}
.footer .top01 .top-box .top-right .form-title {
  font-weight: 300;
  font-size: 14px;
  color: #5E6675;
  line-height: 1;
  margin-bottom: 29px;
}
.footer .top01 .top-box .top-right .contact-form {
  background: #0E1A2D;
  border-radius: 8px;
  border: 0px solid #16243B;
  padding: 0 0.33rem 0.33rem;
}
.footer .top01 .top-box .top-right .contact-form .form-item {
  border-bottom: 1px solid #1F2E45;
  padding: 0.3rem 0 0.17rem;
  display: flex;
  align-items: center;
}
.footer .top01 .top-box .top-right .contact-form .form-item .form-label {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding-right: 35px;
  margin-right: 30px;
  border-right: 1px solid #394354;
}
.footer .top01 .top-box .top-right .contact-form .form-item .form-input {
  flex: 1;
  background-color: transparent;
  font-size: 14px;
  border: none;
  color: #FFFFFF;
}
.footer .top01 .top-box .top-right .contact-form .form-item .textarea-box {
  margin-top: 15px;
  background-color: transparent;
  font-size: 14px;
  border: none;
  color: #FFFFFF;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 60px;
}
.footer .top01 .top-box .top-right .contact-form .form-item .textarea-box::-webkit-scrollbar {
  width: 0;
}
.footer .top01 .top-box .top-right .contact-form .submit-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.footer .top01 .top-box .top-right .contact-form .submit-box .submit-btn {
  width: 112px;
  height: 44px;
  background: #032561;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
}
.footer .bottom01 {
  text-align: center;
  border-top: 1px solid #192333;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1680px;
  margin: auto;
}
.footer .bottom01 p {
  color: #5e6675;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.footer .bottom01 p a {
  color: #5e6675;
}
.footer .bottom01 img {
  margin-right: 15px;
  width: 18px;
  height: 20px;
}

.toTop {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.toTop img {
  width: 50px;
  height: 50px;
}

.right-nav {
  position: fixed;
  right: 0;
  bottom: 25%;
  margin-top: -76px;
  z-index: 10020;
}
.right-nav .customer-service {
  display: none;
  width: 51px;
  height: 107px;
  background: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #CCCCCC;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  /* Safari 兼容 */
  -moz-column-gap: 7px;
       column-gap: 7px;
  -webkit-row-gap: 7px;
  /* Safari 兼容 */
  row-gap: 7px;
  margin-bottom: 7px;
  cursor: pointer;
}
.right-nav .customer-service img {
  width: 32px;
  height: 32px;
}
.right-nav .customer-service span {
  width: 32px;
  height: 33px;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
}

.pot-box {
  width: 100%;
  position: absolute;
  bottom: -100px;
  height: 95%;
  z-index: 1;
  overflow: hidden;
}
.pot-box .waves {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.m-header,
.m-cover,
.m-area-box {
  display: none;
}

.m-language-text {
  position: absolute;
  display: block;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 16px;
}

.search-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(27, 58, 131, 0.98);
  z-index: 1000001;
  display: none;
}
.search-content .search-box {
  position: absolute;
  top: calc(50% - 170px);
  left: calc(50% - 410px);
}
.search-content .search-box .outer-box {
  width: 820px;
  height: 100px;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.search-content .search-box .outer-box .inner-box {
  width: 100%;
  height: 100%;
  line-height: 87px;
  padding-left: 35px;
  border-radius: 40px;
  background: #fff;
  position: relative;
}
.search-content .search-box .outer-box .inner-box input {
  background-color: transparent;
  height: 60px;
  width: 90%;
  border: 0;
  border-radius: 0;
  font-size: 20px;
}
.search-content .search-box .outer-box .inner-box .search-icon-box {
  display: inline-block;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("../images/search01.png");
}
.search-content .search-box .close {
  text-align: center;
  margin-top: 180px;
}
.search-content .search-box .close i {
  display: inline-block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/close01.png");
}

.inner-banner {
  width: 100%;
  height: 660px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.inner-banner .com-nav {
  position: absolute;
  height: 60px;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.inner-banner .com-nav li {
  width: 200px;
  height: 100%;
  border-right: 1px solid #fff;
  float: left;
}
.inner-banner .com-nav li a {
  display: inline-block;
  width: 100%;
  line-height: 60px;
  height: 100%;
  color: #666;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.6s;
}
.inner-banner .com-nav li .active {
  background-color: #c9261d;
  background-image: url("../images/ic01.png");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
}
.inner-banner .com-nav li:hover a {
  background-color: #c9261d;
  background-image: url("../images/ic01.png");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
  transition: background-color 0.6s;
}

.pages-box {
  width: 100%;
  padding: 15px 0;
  background: #fff;
}
.pages-box .pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages-box .pages a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background-color: #f1f1f1;
  border-radius: 3px;
  margin-right: 10px;
  transition: all 0.6s;
}
.pages-box .pages .num:hover {
  background-color: #b81012;
  color: #fff;
  transition: all 0.6s;
}
.pages-box .pages .active {
  background-color: #b81012;
  color: #fff;
}
.pages-box .pages .pre-next {
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
}
.pages-box .pages .pre {
  background-image: url("../images/ic02.png");
}
.pages-box .pages .next {
  background-image: url("../images/ic03.png");
}

.banner-title {
  color: #fff;
  position: absolute;
  bottom: 290px;
  width: 100%;
}
.banner-title .t1 {
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}
.banner-title .t2 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 24px;
}

.detail-bottom {
  padding: 30px 0 40px;
  border-top: 1px solid #eee;
}
.detail-bottom > .left {
  float: left;
}
.detail-bottom > .left p {
  color: #666;
  font-size: 14px;
}
.detail-bottom > .left p a {
  color: #666;
  font-size: 14px;
}
.detail-bottom > .left .next {
  margin-top: 15px;
}
.detail-bottom > .right {
  display: inline-block;
  float: right;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ededed;
  font-size: 14px;
  background: #c9261d;
}

.noborder {
  border-bottom: 0 !important;
}

.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 40px;
}
.join-form .line {
  width: 100%;
  height: 36px;
  display: inline-block;
}
.join-form .line .label {
  height: 36px;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 36px;
}
.join-form .line input {
  display: inline-block;
  float: left;
  width: 438px;
  height: 36px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f1f5fd;
  padding: 0 10px;
}
.join-form .line textarea {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 1px solid #f1f5fd;
  padding: 10px;
  resize: none;
}
.join-form .line .load {
  width: 438px;
  height: 25px;
  background-color: #fff;
  border: none;
  margin-top: 6px;
  display: inline-block;
  float: left;
}
.join-form .line img {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  height: 34px;
}
.join-form .line button {
  width: 120px;
  height: 38px;
  border-radius: 4px;
  background-color: #c9261d;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
}
.join-form .line.heightauto {
  height: auto;
}

.cert-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000001;
  display: none;
}
.cert-cover .cert-banner {
  width: 700px;
  margin-top: 40px;
  position: relative;
  left: calc(50% - 350px);
  top: calc(50% - 250px);
}
.cert-cover .cert-banner .cert-swiper {
  width: 555px;
  height: 500px;
}
.cert-cover .cert-banner .cert-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.cert-cover .cert-banner .cert-swiper .swiper-slide .pic {
  width: 100%;
  height: 390px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.cert-cover .cert-banner .cert-swiper .swiper-slide .text-box {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}
.cert-cover .cert-banner .close {
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 30px);
}
.cert-cover .cert-banner .close i {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-image: url("../images/close01.png");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.cert-cover .cert-banner .button-box .swiper-button-prev-cert {
  width: 23px;
  height: 42px;
  background-repeat: no-repeat;
  background-image: url("../images/cert-arr01.png");
  background-size: cover;
  transform: rotate(180deg);
  outline: none;
}
.cert-cover .cert-banner .button-box .swiper-button-prev-cert.swiper-button-disabled {
  background-image: url("../images/cert-arr02.png");
}
.cert-cover .cert-banner .button-box .swiper-button-next-cert {
  width: 23px;
  height: 42px;
  background-repeat: no-repeat;
  background-image: url("../images/cert-arr01.png");
  background-size: cover;
  outline: none;
}
.cert-cover .cert-banner .button-box .swiper-button-next-cert.swiper-button-disabled {
  cursor: pointer;
}

.college-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000001;
  display: none;
}

f.toast-box {
  z-index: 1000002;
  position: fixed;
  top: calc(50% - 420px);
  left: calc(50% - 540px);
  display: none;
}
f.toast-box .toast-content {
  width: 1080px;
  padding: 40px 40px 0;
  background: #fff;
}
f.toast-box .toast-content .title-box {
  color: #333;
  font-size: 24px;
}
f.toast-box .toast-content .title-box span {
  display: inline-block;
  width: 4px;
  height: 30px;
  background: #c9261d;
  vertical-align: sub;
  margin-right: 5px;
}
f.toast-box .toast01-content {
  height: 740px;
}
f.toast-box .toast01-content .toast-ul {
  margin-top: 30px;
}
f.toast-box .toast01-content .toast-ul > li {
  height: 180px;
  margin-bottom: 20px;
}
f.toast-box .toast01-content .toast-ul > li .pic {
  width: 320px;
  float: left;
  height: 100%;
}
f.toast-box .toast01-content .toast-ul > li .info {
  width: 680px;
  height: 100%;
  float: left;
  position: relative;
  background: #f8f8f8;
  overflow: hidden;
  padding: 50px 0 0 40px;
}
f.toast-box .toast01-content .toast-ul > li .info > ul li {
  list-style: disc;
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
}
f.toast-box .toast01-content .toast-ul > li .info .num {
  position: absolute;
  bottom: -35px;
  right: 20px;
  color: #dfdfdf;
  font-size: 60px;
  font-weight: bold;
}
f.toast-box .toast02-content {
  height: 700px;
}
f.toast-box .toast02-content .toast02-ul {
  margin-top: 40px;
}
f.toast-box .toast02-content .toast02-ul li {
  margin-bottom: 10px;
}
f.toast-box .toast02-content .toast02-ul li .left {
  width: 160px;
  height: 96px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}
f.toast-box .toast02-content .toast02-ul li .tag01 {
  background-image: url("../images/ban08.png");
}
f.toast-box .toast02-content .toast02-ul li .tag02 {
  background-image: url("../images/ban09.png");
}
f.toast-box .toast02-content .toast02-ul li .tag03 {
  background-image: url("../images/ban10.png");
}
f.toast-box .toast02-content .toast02-ul li .tag04 {
  background-image: url("../images/ban11.png");
}
f.toast-box .toast02-content .toast02-ul li .tag05 {
  background-image: url("../images/ban12.png");
}
f.toast-box .toast02-content .toast02-ul li .info {
  float: left;
  margin-left: 35px;
}
f.toast-box .toast02-content .toast02-ul li .info .t1 {
  color: #333;
  font-size: 24px;
}
f.toast-box .toast02-content .toast02-ul li .info .t2 {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
}
f.toast-box .toast03-content {
  height: 600px;
}
f.toast-box .toast03-content .toast03-ul li {
  width: 49%;
  height: 210px;
  margin-right: 2%;
  float: left;
  padding: 40px 0 50px;
}
f.toast-box .toast03-content .toast03-ul li .title {
  color: #666;
  font-size: 24px;
}
f.toast-box .toast03-content .toast03-ul li .title i {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: sub;
}
f.toast-box .toast03-content .toast03-ul li .title .icon01 {
  background-image: url("../images/ban04.png");
}
f.toast-box .toast03-content .toast03-ul li .title .icon02 {
  background-image: url("../images/ban05.png");
}
f.toast-box .toast03-content .toast03-ul li .title .icon03 {
  background-image: url("../images/ban06.png");
}
f.toast-box .toast03-content .toast03-ul li .title .icon04 {
  background-image: url("../images/ban07.png");
}
f.toast-box .toast03-content .toast03-ul li .info {
  color: #666;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.8em;
}
f.toast-box .toast03-content .toast03-ul li:nth-of-type(2n) {
  margin-right: 0;
}
f.toast-box .toast03-content .toast03-ul li:nth-of-type(1), f.toast-box .toast03-content .toast03-ul li:nth-of-type(2) {
  border-bottom: 1px solid #ddd;
}

.toast-close {
  text-align: center;
  position: absolute;
  bottom: -120px;
  width: 100%;
}
.toast-close i {
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: inline-block;
  background-image: url("../images/close01.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.intro-cover .intro-bigPic {
  width: 700px;
  text-align: center;
  left: calc(50% - 350px);
  top: 20%;
  position: absolute;
}

/*# sourceMappingURL=common.css.map */