* {
  margin: 0;
  box-sizing: border-box;
}

/* @font-face {
  font-family: FangSong_GB2312;
  src: url(/_upload/tpl/0d/cb/3531/extends/fonts/FangSong_GB2312.woff2);
  font-style: normal;
} */

@font-face {
  font-family: SourceHanSerifCN-Bold;
  src: url(/_upload/tpl/0d/cb/3531/extends/fonts/SourceHanSerifCN-Bold.woff2);
  font-style: normal;
}

.inner {
  width: 73vw;
  min-width: 1200px;
}

/* 头部 */
.header {
  min-width: 1200px;
  width: 100%;
  height: 238px;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/HeaderBg.png);
  background-size: 100% 100%;
}

.head {
  width: 100%;
  height: 172px;
  display: flex;
  justify-content: center;
}

.head-logo {
  margin-top: 15px;
}

.head-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-name {
  height: 48px;
  display: flex;
  align-items: center;
  border-left: 2px solid #0637a5;
  font-family: "SourceHanSerifCN-Bold";
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0a3190;
  text-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  margin-left: 5px;
  padding-left: 5px;
}

@media (min-width: 1800px) {
  .head-name {
    font-size: 32px;
  }
}

@media (min-width: 1600px) and (max-width: 1800px) {
  .head-name {
    font-size: 28px;
  }
}

/* 导航 */
.nav {
  width: 100%;
  height: 66px;
  background-color: #0637a5;
  display: flex;
  justify-content: center;
}

#wp_nav_w1 {
  width: 100%;
  height: 100%;
}

.wp_nav {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
}

.nav-item a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}

@media (min-width: 1800px) {
  .nav-item a {
    font-size: 20px;
  }

  .wp_nav .sub-nav .nav-item a {
    font-size: 16px;
  }
}

.nav-item a span {
  height: 100%;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.wb-nav .sub-nav ul{
  top: 0 !important;
}

.wp_nav .sub-nav .nav-item a span.item-name {
    padding: 15px 10px !important;
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub-nav {
  width: unset !important;
  top: 66px;
  border-left: none;
  border-right: none !important;
  height: unset !important;
}

.wp_nav .sub-nav .nav-item a.parent:hover {
  background: #5381ee !important;
  color: #fff !important;
}
.wp_nav .sub-nav .nav-item a.parent {
  background: #5381ee !important;
  color: #fff !important;
}
.wp_nav .nav-item a.parent:hover {
}
.wp_nav .nav-item a.parent {
  color: #fff !important;
  background: #5381ee !important;
}

.wp_nav .sub-nav .nav-item a {
  font-family: "Microsoft Yahei";
  font-size: 15px;
  font-weight: normal;
  color: #000;
  text-align: left;
  border-top: none !important;
  background-color: #e2e8f7;
}

/* .menu-arrow {
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  right: 1.2vw;
} */

.nav-item a:first-child {
  display: flex !important;
}

/* 轮播图 */
.carousel {
  width: 100%;
  height: 700px;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.sudyfocus_news_w2 {
  width: 100% !important;
  height: 100% !important;
}

.focus-box {
  width: 100% !important;
  height: 100% !important;
}

.focus-container {
  width: 100% !important;
  height: 100% !important;
}

.sudyfocus_news_w3 {
  height: 100% !important;
}

.sudyfocus_news_w6 {
  height: 100% !important;
}

.focus-title-bar {
  display: none !important;
}

.picbase1s::before {
  display: none !important;
}

.picbase1s::after {
  display: none !important;
}

/* 主题内容1 */
.main1 {
  width: 100%;
  height: 533px;
  background-color: #f5f5f5;
  padding-top: 70px;
  display: flex;
  justify-content: center;
}

.main1-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.main1-left {
  width: 72%;
}

.left1-bottom {
  height: 320px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 2500px) {
  .left1-list {
    width: 60% !important;
    height: 100%;
    border-radius: 10px;
  }
}

@media (min-width: 3000px) {
  .left1-list {
    width: 70% !important;
    height: 100%;
    border-radius: 10px;
  }
}

.left1-img {
  width: 50%;
  height: 100%;
  margin-right: 2%;
  border-radius: 10px;
  max-width: 500px;
}

.left1-list {
  width: 52%;
  height: 100%;
  border-radius: 10px;
}

.left1-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #0637a5;
  height: 40px;
}

.left1-title {
  display: flex;
  margin-left: 50px;
}

.left1-title-name {
  font-size: 26px;
  color: #000000;
  margin-bottom: 5px;
  display: block;
}

.left1-title-en {
  font-size: 16px;
  line-height: 50px;
  color: #697ca5;
  margin-left: 10px;
}

.left1-more {
  width: 100px;
  height: 32px;
  background-color: #0637a5;
  border-radius: 4px;
}

.left1-more-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5f7fb;
}
.main1-right {
  display: flex;
  flex-direction: column;
  width: 27%;
  margin-bottom: 62px;
  border-radius: 20px;
}
.right1 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 2%;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/NewsLogoBg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.right2 {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin: 2%;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/NewsLogoBg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  align-items: center;
}
.right3 {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin: 2%;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/NewsLogoBg3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  align-items: center;
}
.right4 {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin: 2%;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/NewsLogoBg4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  align-items: center;
}
.right-logo {
  flex: 1;
  justify-content: center;
  margin-left: 15%;
}
.right-title {
  flex: 2;
  justify-content: center;
}

/* 主题内容2 */
.main2 {
  width: 100%;
  height: 730px;
  background-color: #e2e8f7;
  padding: 70px;
  display: flex;
  justify-content: center;
}
.main2-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.main2-right {
  border-radius: 10px;
  width: 33%;
  height: 390px;
  margin-right: 20px;
padding-top: 80px;
}

.main2-left {
  width: 1%;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-right: 2%;
}

.left2-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #0637a5;
  height: 40px;
}

.left2-bottom {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.left2-title {
  display: flex;
  margin-left: 50px;
}

.left2-title-name {
  font-size: 26px;
  color: #000000;
  margin-bottom: 5px;
  display: block;
}

.left2-title-en {
  font-size: 16px;
  line-height: 50px;
  color: #697ca5;
  margin-left: 10px;
}

.left2-more {
  width: 100px;
  height: 32px;
  background-color: #0637a5;
  border-radius: 4px;
}

.left2-more-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5f7fb;
}
.left2-list {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: white;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/list2BG.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position-x: right;
  background-position-y: center;
}

/* 主题内容3 */
.main3 {
  width: 100%;
  height: 550px;
  background-color: #f5f7fb;
  padding-top: 70px;
  display: flex;
  justify-content: center;
}

.main3-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.main3-left {
  width: 65%;
}

.left3-bottom {
  height: 320px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 2500px) {
  .left3-list {
    width: 60% !important;
    height: 100%;
    border-radius: 10px;
  }
}

@media (min-width: 3000px) {
  .left3-list {
    width: 70% !important;
    height: 100%;
    border-radius: 10px;
  }
}

.left3-img {
  width: 40%;
  height: 100%;
  margin-right: 2%;
  border-radius: 10px;
  max-width: 500px;
}

.left3-list {
  width: 60%;
  height: 100%;
  border-radius: 10px;
}

.main3-right {
  width: 27%;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.left3-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #0637a5;
  height: 40px;
}

.left3-title {
  display: flex;
  margin-left: 50px;
}

.left3-title-name {
  font-size: 26px;
  color: #000000;
  margin-bottom: 5px;
  display: block;
}

.left3-title-en {
  font-size: 16px;
  line-height: 50px;
  color: #697ca5;
  margin-left: 10px;
}

.left3-more {
  width: 100px;
  height: 32px;
  background-color: #0637a5;
  border-radius: 4px;
}

.left3-more-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5f7fb;
}

.right3-top {
  width: 100%;
  height: 100%;
  background-color: WHITE;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.right3-search {
  height: 11%;
  background-color: white;
  border-radius: 10px;
  margin-top: 25px;
  border: 0px;
}

.right3-title {
  height: 12%;
  width: 100%;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/linkBG.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.right3-img {
  flex: 1;
  height: 50%;
  width: 30%;
  margin-left: 10%;
  margin-right: 3%;
}
.right3-title-name {
  flex: 11;
}
.right3-list {
  flex: 4;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/Link.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

/* 底部1 */
.footer1 {
  padding-top: 70px;
  height: 305px;
  width: 100%;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/BG.png);
  background-size: 100% 150%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
}

.footer1-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer1 img {
  width: 400px;
}

.footer1-message {
  min-width: 1200px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.footer1-content {
  display: flex;
  justify-content: space-between;
}

.message-item {
  font-family: SourceHanSerifCN-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 4px;
  color: #ffffff;
}

/* 底部2 */
.footer2 {
  height: 75px;
  width: 100%;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/footer2.png);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
}

.footer2-message {
  font-family: AdobeHeitiStd-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  min-width: 528px;
}

.footer2-message a {
  text-decoration: none;
  color: white;
  margin-left: 15px;
}

.footer2-message a:hover {
  text-decoration: underline;
  color: blue;
}

/*缺失文件*/
@charset "utf-8";
/* CSS Document */
.focus-box {  background-position:center; position:relative; }
.focus-container { overflow:hidden; position:relative; visibility:hidden;}
.focus-container .focus-item { position:absolute; width:100%; height: 100%; left:0; top:0; overflow: hidden;}
.focus-container .focus-item img { width: 100%; height: 100%; border:0; vertical-align: top;}
.focus-title-bar { position:absolute; right:0px; bottom:0px; z-index: 40; width: 100%; height: 30px; }
.focus-title-bg { width: 100%; height: 100%; background-color: #000; opacity: 0.7; filter:alpha(opacity=70);}
.focus-title { display: inline-block; white-space: nowrap; height: 30px; line-height: 30px; padding: 0 10px; color: #fff; font-size: 14px; position: absolute; left: 0; top: 0; z-index: 50;}
.focus-title a,.focus-text a {color: #fff; text-decoration: none; line-height: 30px;}
.focus-title a:hover,.focus-text a:hover { color: #e5e5e5; text-decoration: none;}
.focus-text-box { position:absolute; left:30px; top:10px; z-index: 20; width: 40%; height: 100px;}
.focus-text-bg { width: 100%; height: 100%; background-color: #000; opacity: 0.7; filter:alpha(opacity=70);}
.focus-text-inner { position: absolute; left: 0; top: 0; z-index: 30; height: 100%; overflow: hidden;}
.focus-text{  padding:10px; line-height: 1.5; color: #fff; font-size: 13px; }
.focus-navigation { display:block; width:30px; text-align:center; height:50px; line-height:50px; background:#000; text-decoration: none; color:#fff;font-family:"Simsun"; font-size:30px; font-weight:bold; text-decoration: none; cursor:pointer; position:absolute; top:50%; margin-top:-25px; z-index: 50; opacity: 0.5; filter:alpha(opacity=50);}
.focus-navigation:hover { font-size: 30px; font-weight: bold; color: #fff; text-decoration: none;line-height:50px;text-align:center;}
.focus-navigation:active {opacity:0.8; filter:alpha(opacity=80);text-align:center;}
.focus-prev { left:0px;}
.focus-next { right:0px;}
.focus-pagination { position:absolute; right:10px; bottom:0; z-index:60; height:20px; text-align:right;}
.focus-page { display:inline-block; width:10px; height:10px; line-height:10px; text-align:center; font-size:12px; text-decoration: none; font-family:Arial, Helvetica, sans-serif; overflow:hidden; border-radius:5px; background-color:#999; color:#fff; margin-right:5px; cursor:pointer;}
.focus-page span { display: none;}
.focus-page:hover { text-decoration: none; font-size: 12px; color: #fff; font-weight: bold; }
.focus-page-active { background-color:#fff;}


.main3 video {
    width: 100%;
    height: 100%;
}

.main3 .wz {
      position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -51px;
    margin-left: -51px;
    z-index: 100;
}

.main2-right .news {
  position: relative;
}

.list1-item {
  display: block;
}

.list2-item {
  display: block;
}

.list3-item {
  display: block;
}