@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mainWeb {
  width: 1200px;
  margin: 0 auto;
}

.header {
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/header-bg.png) no-repeat;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 142px;
}
.header .mainWeb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .mainWeb .left .inner-header-icon {
  display: none;
}
.header .mainWeb .left a {
  display: block;
}
.header .mainWeb .logo {
  width: 430px;
  height: 56px;
}
.header .mainWeb .menu-icon {
  display: none;
}
.header .mainWeb .right {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #999999;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 64px;
  justify-content: space-between;
}
.header .mainWeb .right .searchGroup {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 32px;
  position: relative;
}
.header .mainWeb .right .searchGroup p {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.header .mainWeb .right .searchGroup .wp_search #keyword {
  width: 200px;
  height: 32px;
  align-items: center;
  padding-left: 42px;
  border-radius: 639px;
  opacity: 1;
  background: #FFFFFF;
  font-size: 14px;
  border-width: 0;
}
.header .mainWeb .right .searchGroup .wp_search #keyword::placeholder {
  color: #999999;
  font-size: 14px;
}
.header .mainWeb .right .searchGroup .wp_search #keyword:focus {
  outline: #85beec;
}
.header .mainWeb .right .searchGroup .wp_search .search {
  position: absolute;
  left: 96px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/search.png) no-repeat;
}
.header .mainWeb .right .webLink {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header .mainWeb .right .webLink a {
  text-decoration: none;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #85beec;
}
.header .mainWeb .right .webLink .active {
  color: #FFFFFF;
}
.header .mainWeb .right .top {
  display: flex;
  justify-content: space-evenly;
}
.header .mainWeb .right .top a {
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #FFFFFF;
}
.header .mainWeb .right #p5 .wp_search {
  width: 340px;
  height: 45px;
  border-radius: 508px;
  padding: 0 24px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 2px solid #1B5299;
  margin-top: 10px;
}
.header .mainWeb .right #p5 .wp_search td {
  width: 100%;
  height: 42px;
}
.header .mainWeb .right #p5 .wp_search input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
.header .mainWeb .right #p5 .wp_search input:-internal-autofill-previewed, .header .mainWeb .right #p5 .wp_search input:-internal-autofill-selected {
  -webkit-text-fill-color: #333333 !important;
}
.header .mainWeb .right #p5 .wp_search .keyword {
  border: none;
  outline: none;
  width: 265px !important;
}
.header .mainWeb .right #p5 .wp_search .search {
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/search-icon.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-left: 8px;
}

.nav {
  width: 100%;
  height: 56px;
  background: #0c7ed9;
  position: relative;
}
.nav .mainWeb {
  height: 100%;
}
.nav .mainWeb #wp_nav_w1 {
  width: 100%;
}
.nav .mainWeb #wp_nav_w1 .wp_nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.nav .mainWeb #wp_nav_w1 .wp_nav a {
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #333333;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item {
  flex: 1;
  line-height: 56px;
  color: #fff;
  cursor: pointer;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item .parent {
  color: #FFFFFF;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item .item-name {
  color: #fff;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item .sub-nav {
  height: 450px;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item .sub-nav .nav-item {
  color: #333;
  background: none;
  border: none;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item .sub-nav .nav-item a {
  background: none;
  color: #333;
  border-width: 0;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item .sub-nav .nav-item .item-name {
  color: #333;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item .sub-nav .nav-item:hover a {
  color: #0c7ed9;
  font-weight: 600;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item .sub-nav .nav-item:hover a .item-name {
  color: #0c7ed9;
  font-weight: 600;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item .mark {
  background: none;
}
.nav .mainWeb #wp_nav_w1 .wp_nav .nav-item:hover .sub-nav {
  background-color: rgba(30, 135, 219, 0.1);
  animation: menu-in 700ms linear;
}
@keyframes menu-in {
  from {
    background-color: rgba(30, 135, 219, 0.5);
    height: 0px;
  }
  to {
    background-color: rgba(30, 135, 219, 0.1);
    height: 450px;
  }
}
.nav .mainWeb #wp_nav_w1 .wp_nav::after {
  display: none;
}
.nav .mainWeb #wp_nav_w1 .sub-nav {
  width: 100%;
  border: none;
}
.nav .mainWeb #wp_nav_w1 .sub-nav a {
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  background-color: none;
  text-align: center;
}
.nav .mainWeb #wp_nav_w1 .sub-nav a:hover {
  background-color: none;
}
.nav .mainWeb #wp_nav_w1 .sub-nav a:hover a {
  color: #FFFFFF;
}
.nav .mainWeb #wp_nav_w1 .sub-nav .nav-item {
  background: none;
  text-align: center;
}
.nav .mainWeb:hover + .main-title-menu-mask {
  visibility: visible;
}
.nav .mainWeb:hover .nav-item .sub-nav {
  visibility: visible;
}
.nav .mainWeb:hover .nav-item .sub-nav .nav-item {
  width: 100%;
}
.nav .main-title-menu-mask {
  position: absolute;
  top: 56px;
  width: 100%;
  height: 450px;
  background-color: #f5f5f5;
  z-index: 9;
  visibility: hidden;
  background-image: url(/_upload/tpl/0f/e0/4064/template4064/img/menu-background.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mobileNav {
  display: none;
}

.mobileNav-hidden {
  display: none;
}

.banner {
  width: 100vw;
  height: 458px;
  position: relative;
}
.banner .swiper {
  width: 100%;
  height: 458px;
}
.banner .swiper .swiper-button-prev {
  left: 0px;
  background-image: url(/_upload/tpl/0f/e0/4064/template4064/img/icon_prev.png);
  height: 64px;
  width: 38px;
  background-size: auto;
}
.banner .swiper .swiper-button-prev::after {
  content: "";
}
.banner .swiper .swiper-pagination {
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  bottom: 16px;
}
.banner .swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
}
.banner .swiper .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #fff;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.banner .swiper .swiper-button-next {
  right: 0px;
  background-image: url(/_upload/tpl/0f/e0/4064/template4064/img/icon_next.png);
  height: 64px;
  width: 38px;
  background-size: auto;
}
.banner .swiper .swiper-button-next::after {
  content: "";
}
.banner .swiper .swiperBox {
  position: relative;
  width: 100%;
  height: 458px;
}
.banner .swiper .swiperBox a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper .swiperBox img {
  width: 1200px;
  height: 400px;
  object-fit: cover;
  transform: translateX(-6px);
}
.banner .swiper .swiperBox .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 400px;
}
.banner .swiper .swiperBox .left-blur {
  width: calc(100vw/2 - 1212px/2);
  top: 0;
  left: 0;
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/banner-bg-right.png) left center no-repeat;
  background-size: cover;
}
.banner .swiper .swiperBox .right-blur {
  width: calc(100vw/2 - 1188px/2);
  top: 0;
  right: 0;
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/banner-bg-left.png) left center no-repeat;
  background-size: cover;
}
.banner .swiper .swiperBox .title {
  width: 100%;
  height: 58px;
  background: #0C7ED9;
  text-align: center;
}
.banner .swiper .swiperBox .title a {
  cursor: pointer;
  text-decoration: none;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.banner .swiper #id2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.body {
  width: 100vw;
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/bodyBg.png) no-repeat;
  background-size: inherit;
  background-position: center;
  font-family: "Microsoft YaHei";
  min-height: 2232px;
}
.body .newsFocus {
  height: auto;
  background-size: cover;
  object-fit: cover;
}
.body .newsFocus .mainWeb {
  display: flex;
  flex-direction: column;
}
.body .newsFocus .mainWeb .mHeader {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  border-bottom: 1px solid #D8D8D8;
}
.body .newsFocus .mainWeb .mHeader .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.body .newsFocus .mainWeb .mHeader .top .left {
  display: flex;
  align-items: center;
}
.body .newsFocus .mainWeb .mHeader .top .left img {
  width: 18px;
  height: 18px;
}
.body .newsFocus .mainWeb .mHeader .top .left span {
  font-family: SourceHanSansCN-Bold;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #0C7ED9;
  margin-left: 4px;
}
.body .newsFocus .mainWeb .mHeader .top .right {
  transform: translate(-2px, 8px);
}
.body .newsFocus .mainWeb .mHeader .top .right a {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #999999;
  text-decoration: none;
  font-weight: bold;
}
.body .newsFocus .mainWeb .mHeader .bottom {
  width: 90px;
  height: 2px;
  opacity: 1;
  align-self: stretch;
  background: #0C7ED9;
}
.body .newsFocus .mainWeb .mBody {
  margin-top: 10px;
  width: 100%;
  height: auto;
}
.body .newsFocus .mainWeb .mBody .focus {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 362px;
}
.body .newsFocus .mainWeb .mBody .focus .left {
  cursor: pointer;
}
.body .newsFocus .mainWeb .mBody .focus .left .item {
  display: none;
  position: relative;
  width: 642px;
  height: 362px;
}
.body .newsFocus .mainWeb .mBody .focus .left .item .topImg .newImg {
  width: 642px;
  height: 362px;
  object-fit: cover;
}
.body .newsFocus .mainWeb .mBody .focus .left .item .bottomTxt {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 56px;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 10px 12px;
  box-sizing: border-box;
}
.body .newsFocus .mainWeb .mBody .focus .left .item .bottomTxt .txt a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #FFFFFF;
  line-height: 36px;
  text-decoration: none;
}
.body .newsFocus .mainWeb .mBody .focus .left .active {
  display: block;
}
.body .newsFocus .mainWeb .mBody .focus .right {
  flex: 1;
  padding: 0 28px;
  padding-right: 0;
}
.body .newsFocus .mainWeb .mBody .focus .right .item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.body .newsFocus .mainWeb .mBody .focus .right .item .title {
  width: 530px;
  height: 60px;
}
.body .newsFocus .mainWeb .mBody .focus .right .item .title a {
  display: block;
  width: 530px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: 1px dashed #D8D8D8;
  border-width: 0 0 1px 0;
  text-decoration: none;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body .newsFocus .mainWeb .mBody .focus .right .item:last-child .title a {
  border: none;
}
.body .newsFocus .mainWeb .mBody .focus .right .active .title {
  color: #0C7ED9;
}
.body .newsFocus .mainWeb .mBody .focus .right .active .title a {
  color: #0C7ED9;
}
.body .newsFocus .mainWeb .mBody .focus .mobileBtnGroup {
  display: none;
}
.body .news .mainWeb {
  height: 340px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.body .news .mainWeb .tabGroup {
  width: 480px;
  height: 64px;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.body .news .mainWeb .tabGroup .tab {
  color: #333333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}
.body .news .mainWeb .tabGroup .active {
  border-bottom: 3px solid #0C7ED9;
  color: #0C7ED9;
}
.body .news .mainWeb .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  display: none;
}
.body .news .mainWeb .content .item {
  width: 100%;
  height: 46px;
  padding: 12px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px dashed #D8D8D8;
}
.body .news .mainWeb .content .item .title {
  display: flex;
  flex-direction: row;
}
.body .news .mainWeb .content .item .title .itemIcon {
  display: block;
  width: 6px;
  height: 6px;
  background: url("/_upload/tpl/0f/e0/4064/template4064/img/itemIcon.png") no-repeat;
  background-size: cover;
  margin-top: 9px;
  margin-right: 12px;
}
.body .news .mainWeb .content .item .title .text {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.body .news .mainWeb .content .item .title .text a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body .news .mainWeb .content .item .date {
  font-size: 16px;
  line-height: 22px;
  color: #0C7ED9;
}
.body .news .mainWeb .active {
  display: block;
}
.body .column .mainWeb {
  height: 844px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.body .column .mainWeb .box {
  margin-top: 10px;
  width: 580px;
  height: 270px;
}
.body .column .mainWeb .box .title {
  display: flex;
  flex-direction: column;
}
.body .column .mainWeb .box .title .top {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  justify-content: space-between;
}
.body .column .mainWeb .box .title .top .left {
  display: flex;
  align-items: center;
}
.body .column .mainWeb .box .title .top .left img {
  width: 18px;
  height: 18px;
}
.body .column .mainWeb .box .title .top .left span {
  font-family: SourceHanSansCN-Bold;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #0C7ED9;
  margin-left: 4px;
}
.body .column .mainWeb .box .title .top .right {
  transform: translate(-2px, 8px);
}
.body .column .mainWeb .box .title .top .right a {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #999999;
  text-decoration: none;
  font-weight: bold;
}
.body .column .mainWeb .box .title .bottom {
  width: 90px;
  height: 2px;
  opacity: 1;
  align-self: stretch;
  background: #0C7ED9;
}
.body .column .mainWeb .box .content {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  height: 226px;
  justify-content: space-between;
}
.body .column .mainWeb .box .content .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
  height: 46px;
  box-sizing: border-box;
  border-bottom: 1px dashed #D8D8D8;
}
.body .column .mainWeb .box .content .item .text {
  width: 480px;
  height: 46px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 46px;
  text-decoration: none;
  font-size: 16px;
}
.body .column .mainWeb .box .content .item .text a {
  text-decoration: none;
  color: #333333;
}
.body .column .mainWeb .box .content .item .date {
  font-size: 14px;
  color: #0C7ED9;
  line-height: 46px;
}
.body .column .mainWeb .box .content .item:last-child {
  border-width: 0;
}
.body .column .mainWeb .box:nth-of-type(5) {
  padding-top: 20px;
}
.body .column .mainWeb .box:nth-of-type(6) {
  padding-top: 20px;
}
.body .videoModel .mainWeb {
  margin-top: 30px;
}
.body .videoModel .mainWeb .mHeader {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D8D8D8;
}
.body .videoModel .mainWeb .mHeader .top {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.body .videoModel .mainWeb .mHeader .top .left {
  display: flex;
  align-items: center;
}
.body .videoModel .mainWeb .mHeader .top .left img {
  width: 18px;
  height: 18px;
}
.body .videoModel .mainWeb .mHeader .top .left span {
  font-family: SourceHanSansCN-Bold;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #0C7ED9;
  margin-left: 4px;
}
.body .videoModel .mainWeb .mHeader .top .right {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #999999;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 224px;
}
.body .videoModel .mainWeb .mHeader .top .right .searchGroup {
  width: 100%;
}
.body .videoModel .mainWeb .mHeader .top .right .searchGroup .search {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.body .videoModel .mainWeb .mHeader .top .right .webLink {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.body .videoModel .mainWeb .mHeader .bottom {
  width: 90px;
  height: 2px;
  opacity: 1;
  align-self: stretch;
  background: #0C7ED9;
}
.body .videoModel .mainWeb .mBody {
  margin-top: 10px;
  width: 100%;
  height: 450px;
}
.body .videoModel .mainWeb .mBody div div {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  /* 垂直居中对齐 */
  width: 100%;
  height: 450px;
  flex-wrap: wrap;
}
.body .videoModel .mainWeb .mBody div div video:first-of-type {
  width: 802px;
  height: 450px;
  object-fit: cover;
}
.body .videoModel .mainWeb .mBody div div video {
  width: 370px;
  height: 210px;
  object-fit: cover;
}

.footer {
  height: 480px;
  width: 100%;
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/footer.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 80px 0;
}
.footer .mainWeb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .mainWeb .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 280px;
}
.footer .mainWeb .top .logo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .mainWeb .top .logo img {
  width: 226px;
  height: 56px;
}
.footer .mainWeb .top .link {
  width: 264px;
}
.footer .mainWeb .top .link .title {
  font-family: 思源黑体;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.footer .mainWeb .top .link .content {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .mainWeb .top .link .content .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .mainWeb .top .link .content .right {
  display: flex;
  flex-direction: column;
}
.footer .mainWeb .top .link .content .item {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .mainWeb .top .aboutUs .title {
  font-family: 思源黑体;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.footer .mainWeb .top .aboutUs .content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .mainWeb .top .aboutUs .content .item {
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .mainWeb .bottom {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.footer .mainWeb .bottom .left {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.footer .mainWeb .bottom .right {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.footer .mainWeb .bottom .right a {
  font-size: 14px;
  margin-right: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #eee;
}

@media screen and (max-width: 480px) {
  .mainWeb {
    width: auto;
  }

  .header {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    height: 54px;
    z-index: 999;
  }
  .header .left {
    display: flex;
    align-items: center;
    width: 100%;
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
  }
  .header .left .inner-header-icon {
    transform: translateY(4px);
    display: block !important;
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header .left .inner-header-icon:hover {
    cursor: pointer;
  }
  .header .left .inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 14px) / 2);
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .header .left .inner-header-icon span:nth-child(1) {
    top: 15px;
    -webkit-transform: translateY(4px) rotateZ(0deg);
    -ms-transform: translateY(4px) rotateZ(0deg);
    transform: translateY(4px) rotate(0deg);
  }
  .header .left .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .header .left .inner-header-icon span:nth-child(3) {
    top: 21px;
    transform: translateY(-4px) rotate(0deg);
    -webkit-transform: translateY(-4px) rotateZ(0deg);
    -ms-transform: translateY(-4px) rotateZ(0deg);
  }
  .header .left .inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }
  .header .left .inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }
  .header .left .inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
  }
  @keyframes clickfirst {
    0% {
      opacity: 0;
      top: 15px;
      transform: translateY(4px) rotate(0deg);
      -webkit-transform: translateY(4px) rotateZ(0deg);
      -ms-transform: translateY(4px) rotateZ(0deg);
    }
    100% {
      opacity: 1;
      transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0px) rotateZ(45deg);
      -ms-transform: translateY(0px) rotateZ(45deg);
      top: 18px;
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clickthird {
    0% {
      opacity: 0;
      top: 21px;
      transform: translateY(-4px) rotate(0deg);
      -webkit-transform: translateY(-4px) rotateZ(0deg);
      -ms-transform: translateY(-4px) rotateZ(0deg);
    }
    100% {
      opacity: 1;
      transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0px) rotateZ(-45deg);
      -ms-transform: translateY(0px) rotateZ(-45deg);
      top: 18px;
    }
  }
  .header .left .inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }
  .header .left .inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }
  .header .left .inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
  }
  @keyframes outfirst {
    0% {
      top: 18px;
      transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0px) rotateZ(-45deg);
      -ms-transform: translateY(0px) rotateZ(-45deg);
    }
    100% {
      top: 15px;
      transform: translateY(-4px) rotate(0deg);
      -webkit-transform: translateY(-4px) rotateZ(0deg);
      -ms-transform: translateY(-4px) rotateZ(0deg);
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outthird {
    0% {
      top: 18px;
      transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0px) rotateZ(45deg);
      -ms-transform: translateY(0px) rotateZ(45deg);
    }
    100% {
      transform: translateY(4px) rotate(0deg);
      -webkit-transform: translateY(4px) rotateZ(0deg);
      -ms-transform: translateY(4px) rotateZ(0deg);
      top: 21px;
    }
  }
  .header .left a {
    margin-left: 20px;
  }
  .header .left a .logo {
    width: 277px;
    height: 36px;
  }
  .header .mainWeb .right {
    display: none;
  }
  .header .mainWeb .menu-icon {
    display: block;
    margin-right: 10px;
  }

  .mobileNav-hidden {
    display: none;
  }

  .mobileNav {
    display: block;
    height: auto;
    min-height: 400px;
    position: fixed;
    left: 0;
    top: 54px;
    z-index: 999;
    width: 100vw;
  }
  .mobileNav .mainWeb {
    padding: 20px 0;
    background: #fff;
  }
  .mobileNav .mainWeb .tabBar .wp_nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .mobileNav .mainWeb .tabBar .wp_nav .nav-item {
    width: 100%;
    padding-top: 10px;
    position: relative;
  }
  .mobileNav .mainWeb .tabBar .wp_nav .nav-item a {
    width: 100px;
    margin-left: 50px;
    color: #333;
    font-weight: 600;
  }
  .mobileNav .mainWeb .tabBar .wp_nav .nav-item .normalIcon {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 14px;
    height: 14px;
    background: url(/_upload/tpl/0f/e0/4064/template4064/img/arrowunder.png) no-repeat;
    background-size: cover;
  }
  .mobileNav .mainWeb .tabBar .wp_nav .nav-item .activeIcon {
    background: url(/_upload/tpl/0f/e0/4064/template4064/img/arrowon.png) no-repeat;
    background-size: cover;
  }
  .mobileNav .mainWeb .tabBar .wp_nav .nav-item .sub-nav {
    display: none;
    position: unset;
  }
  .mobileNav .mainWeb .tabBar .wp_nav .active {
    background: #0C7ED9;
  }
  .mobileNav .mainWeb .tabBar .wp_nav .active a {
    color: #fff;
    transform: translateY(-4px);
  }
  .mobileNav .mainWeb .tabBar .wp_nav .active .sub-nav {
    border: none;
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobileNav .mainWeb .tabBar .wp_nav .active .sub-nav .nav-item a {
    margin-left: 80px;
    border: none;
    color: #333;
  }

  .banner {
    margin-top: 54px;
    height: 160px;
  }
  .banner .swiper {
    height: 184px !important;
  }
  .banner .swiper .swiper-wrapper {
    height: 160px;
  }
  .banner .swiper .swiperBox {
    display: flex;
    flex-direction: column;
  }
  .banner .swiper .swiperBox .swiperImg {
    height: 160px !important;
    width: 100vw !important;
    transform: translateX(0px);
  }
  .banner .swiper .swiperBox .overlay {
    display: none;
  }
  .banner .swiper .swiperBox .title {
    width: 100%;
    height: 24px;
  }
  .banner .swiper .swiperBox .title a {
    width: 80%;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
  }
  .banner .swiper .swiper-pagination {
    display: none;
  }

  .nav {
    display: none;
  }

  .body {
    background: #fff;
    height: auto;
    min-height: 200px;
    margin-top: 20px;
    padding: 0 10px;
  }
  .body .newsFocus {
    height: auto;
    background-size: cover;
    object-fit: cover;
  }
  .body .newsFocus .mainWeb {
    display: flex;
    flex-direction: column;
  }
  .body .newsFocus .mainWeb .mHeader {
    padding-top: 20px;
  }
  .body .newsFocus .mainWeb .mHeader .top {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
  }
  .body .newsFocus .mainWeb .mHeader .top .left {
    display: flex;
    align-items: center;
  }
  .body .newsFocus .mainWeb .mHeader .top .left img {
    width: 16px;
    height: 16px;
  }
  .body .newsFocus .mainWeb .mHeader .top .left span {
    font-family: SourceHanSansCN-Bold;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #0C7ED9;
    margin-left: 4px;
  }
  .body .newsFocus .mainWeb .mHeader .top .right {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #999999;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 224px;
  }
  .body .newsFocus .mainWeb .mHeader .top .right .searchGroup {
    width: 100%;
  }
  .body .newsFocus .mainWeb .mHeader .top .right .searchGroup .search {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .body .newsFocus .mainWeb .mHeader .top .right .webLink {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .body .newsFocus .mainWeb .mHeader .bottom {
    width: 90px;
    height: 2px;
    opacity: 1;
    align-self: stretch;
    background: #0C7ED9;
  }
  .body .newsFocus .mainWeb .mBody {
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
  .body .newsFocus .mainWeb .mBody .focus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    position: relative;
  }
  .body .newsFocus .mainWeb .mBody .focus .left {
    cursor: pointer;
  }
  .body .newsFocus .mainWeb .mBody .focus .left .item {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
  }
  .body .newsFocus .mainWeb .mBody .focus .left .item .topImg .newImg {
    width: 100%;
    height: auto;
  }
  .body .newsFocus .mainWeb .mBody .focus .left .item .bottomTxt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 56px;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 10px 40px;
    box-sizing: border-box;
  }
  .body .newsFocus .mainWeb .mBody .focus .left .item .bottomTxt .txt a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #FFFFFF;
    line-height: 36px;
    text-decoration: none;
  }
  .body .newsFocus .mainWeb .mBody .focus .left .active {
    display: block;
  }
  .body .newsFocus .mainWeb .mBody .focus .right {
    display: none;
  }
  .body .newsFocus .mainWeb .mBody .focus .mobileBtnGroup {
    display: block;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    bottom: 0;
    left: 0;
    z-index: 888;
  }
  .body .newsFocus .mainWeb .mBody .focus .mobileBtnGroup .rightBtn,
.body .newsFocus .mainWeb .mBody .focus .mobileBtnGroup .leftBtn {
    width: 31px;
    height: 56px;
    padding: 15px 10px;
  }
  .body .newsFocus .mainWeb .mBody .focus .mobileBtnGroup .rightBtn img,
.body .newsFocus .mainWeb .mBody .focus .mobileBtnGroup .leftBtn img {
    width: 11px;
    height: 21px;
  }
  .body .news .mainWeb {
    margin-top: 10px;
    height: auto;
  }
  .body .news .mainWeb .tabGroup {
    width: 100%;
  }
  .body .news .mainWeb .content {
    margin: 0;
  }
  .body .news .mainWeb .content .item .title .text {
    max-width: 280px;
  }
  .body .news .mainWeb .content .item .title .text a {
    max-width: 280px;
    display: block;
  }
  .body .news .mainWeb .content .item .date {
    text-align: right;
  }
  .body .column .mainWeb {
    margin-top: 10px;
    height: auto;
  }
  .body .column .mainWeb .box {
    width: 100%;
    height: 280px;
  }
  .body .column .mainWeb .box .content {
    margin: 0;
  }
  .body .column .mainWeb .box .content .item .title .text {
    max-width: 280px;
  }
  .body .column .mainWeb .box .content .item .title .text a {
    width: 100%;
  }
  .body .column .mainWeb .box .content .item .date {
    text-align: right;
  }
  .body .videoModel .mainWeb .mHeader {
    padding-top: 0px;
  }
  .body .videoModel .mainWeb .mBody {
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
  .body .videoModel .mainWeb .mBody div div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* 垂直居中对齐 */
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  .body .videoModel .mainWeb .mBody div div video:first-of-type {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .body .videoModel .mainWeb .mBody div div video {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .footer {
    height: auto;
    background: #0c7ed9;
    padding: 20px 0;
  }
  .footer .mainWeb .top {
    flex-direction: column;
    height: auto;
  }
  .footer .mainWeb .top .logo {
    margin: 0 auto;
  }
  .footer .mainWeb .top .link {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }
  .footer .mainWeb .top .link .content {
    margin-top: 10px;
  }
  .footer .mainWeb .top .aboutUs {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 30px;
  }
  .footer .mainWeb .bottom {
    padding: 0 20px;
  }

}
@media screen and (min-width: 481px) and (max-width: 1200px) {
  .mainWeb {
    width: 100%;
    margin: 0 auto;
  }

  .swiper .swiperBox .swiperImg {
    width: 100vw !important;
  }

  .newsFocus .mainWeb .mHeader .bottom {
    width: 150px;
  }
  .newsFocus .mainWeb .mMain tbody tr td {
    width: 330px;
  }
  .newsFocus .mainWeb .mMain .item {
    width: 100%;
  }
  .newsFocus .mainWeb .mMain .item .topImg {
    width: 100%;
  }
  .newsFocus .mainWeb .mMain .item .topImg .newImg {
    width: 100%;
  }
  .newsFocus .mainWeb .mMain .item .topImg .imgText {
    width: 100%;
  }
  .newsFocus .mainWeb .mMain .item .bottomTxt {
    width: 100%;
  }
  .newsFocus .mainWeb .mBottom .mbLeft .line {
    width: 485px;
  }
  .newsFocus .mainWeb .mBottom .mbLeft .line .text {
    width: 338px;
  }

  .introduction .mainWeb .introItem {
    width: 33%;
  }

  .collegeVideo .mainWeb .mMain tr:first-child {
    width: 612px;
  }
  .collegeVideo .mainWeb .mMain tr:first-child .videoBgImg {
    width: 100%;
  }

  .excellentGraduates .mainWeb .mHeader .bottom {
    width: 210px;
  }
  .excellentGraduates .mainWeb .mMain #p16 tr td {
    width: 33%;
  }
  .excellentGraduates .mainWeb .mMain .mItem {
    width: 100%;
  }
  .excellentGraduates .mainWeb .mMain .mItem .imgBox {
    width: 100%;
  }
  .excellentGraduates .mainWeb .mMain .mItem .imgBox img {
    width: 100%;
  }

  .collegeVideo .mainWeb .mHeader .bottom, .friendsLiik .mainWeb .mHeader .bottom {
    width: 150px;
  }
  .collegeVideo .mainWeb .mMain .mItem, .friendsLiik .mainWeb .mMain .mItem {
    width: auto;
  }
  .collegeVideo .mainWeb .mMain .mItem .eDesc, .friendsLiik .mainWeb .mMain .mItem .eDesc {
    width: auto;
  }
}

  .guidelines{
text-decoration: none;
    margin-left: 12px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}