body {
  /* font-family: 'Microsoft YaHei','Hiragino Sans GB', 'Open Sans', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', Arial, SimSun, sans-serif;  */
  font-family: arial, tahoma, "Microsoft Yahei", "\5b8b\4f53", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.03rem;
}
@font-face {
  font-family: "kaiTi";
  src: url("fonts/kaiti.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Adobe_kaiTi";
  src: url("fonts/ADOBEKAITISTD-REGULAR.OTF");
  font-weight: normal;
  font-style: normal;
}
ol,
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  color: #2f2f2f;
}
a:hover {
  color: #2f2f2f;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
header {
}
body {
}
/*--相关的单选复选按钮--*/
@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #3e97eb;
  }
}

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #c0c0c0;
}
.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: "";
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}
.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}
.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block;
}

.magic-radio + label:before {
  border-radius: 50%;
}

.magic-radio + label:after {
  top: 5px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.magic-radio:checked + label:before {
  border: 1px solid #368ddf;
  background-color: #368ddf;
}

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9;
}

.magic-checkbox + label:before {
  border-radius: 3px;
}

.magic-checkbox + label:after {
  top: 5px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb;
}

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}

.main {
  max-width: 1300px;
  padding: 0 10px;
  margin: auto;
}
.bj_color {
  background-color: #f7f7f7;
}
.wy_top {
  height: 105px;
  background-color: #fff;
  /* position:fixed;  */
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  border-top: 5px solid #004d9b;
}
.wy_top .main {
  position: relative;
}
.wy_top .main header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wy_logo {
}
.wy_topRight {
  display: flex;
  align-items: center;
}
.wy_topRight img {
  display: flex;
  margin: 5px;
  cursor: pointer;
}

.wy_mune .main {
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
  max-width: 1300px;
}
.wy_mune .main > div {
  min-width: 88px;
}
.wy_mune .main > div:nth-child(1) {
  min-width: 50px;
}
.wy_mune .main > div:nth-child(3) {
  min-width: 140px;
}
.wy_mune .main > div:nth-child(2),
.wy_mune .main > div:nth-child(6),
.wy_mune .main > div:nth-child(9) {
  min-width: 100px;
}
.wy_mune .main > div:nth-child(8),
.wy_mune .main > div:nth-child(8) ul li {
  min-width: 132px;
}

.wy_mune .main > div:nth-child(8) ul li a {
  text-align: center;
}
.wy_mune {
  position: absolute;
  bottom: -60px;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #004d9b;
  background-color: rgba(3, 98, 195, 0.98);
  z-index: 99;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wy_mune .main > div > a {
  display: block;
  padding: 0 0.5% 5px 0.5%;
  color: #fff;
  font-size: 19px;
  position: relative;
  text-align: center;
}
.wy_mune a > div {
  position: relative;
  display: inline-block;
  padding: 0 2px;
  text-align: center;
}
.wy_mune a > div:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 0px;
  background: #da2e2a;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border-radius: 2px;
}
.wy_mune a:hover > div:before {
  display: block;
  width: 80%;
}
.wy_mune a.active > div:before {
  display: block;
  width: 80%;
}
.wy_mune a > div span {
  display: block;
}
.wy_mune a > div span:nth-child(1) {
  font-family: kaiti;
  line-height: 25px;
  padding-top: 3px;
}
.wy_mune a > div span:nth-child(2) {
  font-size: 15px;
  line-height: 18px;
}

.muneT {
  position: relative;
}
.muneT ul {
  min-width: 110px;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 5px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.muneT:hover ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  margin-top: -3px;
}
.muneT:hover ul li a {
  display: block;
  padding: 5px 8px;
  line-height: 25px;
  font-size: 16px;
}
.muneT:hover ul li a:hover {
  color: #004d9b;
  background-color: #f9f9fb;
}
.wy_mune .main > .muneT:nth-child(3) ul {
  min-width: 250px;
}
.wy_mune .main > .muneT:nth-child(5) ul {
  min-width: 90px;
  text-align: center;
}
.wy_mune .main > .muneT:nth-child(6) ul {
  min-width: 240px;
}
.wy_mune .muneT:hover a > div:before {
  display: none;
}

.pc_banner {
  position: relative;
}
.banner {
  width: 100%;
  min-width: 1180px;
  height: 450px;
  overflow: hidden;
  position: relative;
  font-size: 0;
}
.b-img {
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
}
.b-img a {
  display: block;
  height: 450px;
  float: left;
}
.b-list {
  height: 50px;
  padding-top: 400px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.b-list span {
  display: block;
  cursor: pointer;
  width: 35px;
  height: 5px;
  float: left;
  margin: 0 5px;
  border-radius: 0px;
  background-color: #004d9b;
  opacity: 0.2;
}
.b-list .spcss {
  background-color: #da2c2a;
  opacity: 1;
}
.bar-left {
  position: absolute;
  z-index: 1;
  display: block;
  width: 50px;
  height: 100px;
  left: 10px;
  background: none;
  top: 180px;
}
.bar-right {
  position: absolute;
  z-index: 1;
  display: block;
  width: 50px;
  height: 100px;
  right: 10px;
  background: none;
  top: 180px;
}
.bar-left em {
  display: block;
  width: 50px;
  height: 100px;
  background: url(../images/arrow.png) 0px 0px no-repeat;
  margin: 0 auto;
  margin-top: 0px;
}
.bar-right em {
  display: block;
  width: 50px;
  height: 100px;
  background: url(../images/arrow.png) -50px 0px no-repeat;
  margin: 0 auto;
  margin-top: 0px;
}
.bar-left .emcss {
  background-position: 0px -100px;
}
.bar-right .emcss {
  background-position: -50px -100px;
}

.sj_banner {
  display: none;
}

.m_mune {
  display: none;
}

.indexFooter {
  background-color: #022852;
}

.indexFooter p {
  text-align: center;
  background-color: #022852;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 10px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
}
.indexFooter p span {
  padding-right: 10px;
}
.indexFooter b {
  font-weight: normal;
  padding: 0 8px;
}
.indexFooter p span:nth-child(1) {
  display: flex;
  margin-right: 10px;
}
.indexFooter p span a {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 15px;
  /* padding-left: 35px;
    background-size: 30px !important; */
  height: 30px;
  display: inline-block;
  position: relative;
}
.indexFooter p span a::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  background-color: rgba(255, 255, 255, 0.05);
  top: 5px;
}
/* .indexFooter p span a:nth-child(1){
	background: url(../images/indto09.png) no-repeat center left;
}
.indexFooter p span a:nth-child(2){
	background: url(../images/indto10.png) no-repeat center left;
} */
.indexFooter p span a:hover {
  color: #da2e2a;
  text-decoration: underline;
}
.indexFooter > footer {
  background-color: #022852;
  text-align: center;
}
.indexFooter > footer a {
  color: #fff;
}

/* 公告滚动 */
.indNotice {
  max-width: 1300px;
  margin: auto;
  margin-top: -35px;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.indNotice header {
  position: relative;
  padding-left: 160px;
  background-color: #fff;
  margin-bottom: 15px;
}
.indNoticeTitle {
  background-color: #da2e2a;
  line-height: 70px;
  color: #fff;
  font-size: 19px;
  min-width: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  background-color: #ef2d37;
}
.indNoticeTitle::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/indto06.png) no-repeat;
  margin-right: 5px;
}
.indNoticeTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  border-style: solid;
  border-width: 35px 0 35px 10px;
  border-color: transparent transparent transparent #ef2d37;
}
.loginTit {
  right: 0;
  position: absolute;
  top: 0;
  /* min-height: 70px; */
  border-left: 1px solid #dfdfdf;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  margin-left: 15px;
}
.loginTit div {
  background: url(../images/indto08.png) no-repeat center left;
  padding-left: 50px;
  padding-top: 5px;
  min-height: 50px;
  background-size: 45px;
}
.loginTit span {
  display: block;
  color: #101b3b;
  font-size: 18px;
}
.loginTit span:nth-child(2) {
  opacity: 0.5;
  font-size: 15px;
  line-height: 15px;
}
.loginTit:hover span {
  color: #005cb9;
}
.loginTit:hover span:nth-child(2) {
  opacity: 0.6;
}
.indNotice header > div:nth-child(2) {
  padding: 15px;
  /* height: 50px;
	overflow: hidden; */
}
.indNotice header > div:nth-child(2) marquee {
  height: 33px;
}
.indNotice ul li {
  position: relative;
  padding-right: 60px;
  line-height: 35px;
  cursor: pointer;
}
.indNotice ul li:hover {
  text-decoration: underline;
}
.indNotice ul li span:nth-child(1) {
  /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
  display: block;
  color: #244268;
}
.indNotice ul li span:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  color: #8e99ad;
  display: none;
}
.indCon {
}
.yws_line {
  height: 2px;
  max-width: 1180px;
  margin: auto;
  background: #eee;
  border-bottom: 1px solid #fff;
}
.yws_news {
  padding: 15px 0 30px 0;
  position: relative;
}
.yws_news:before {
  content: "";
  position: absolute;
  background: url(../images/banner3.jpg) no-repeat center;
  width: 100%;
  height: 200px;
  bottom: 0;
}
.yws_news_div {
  background-color: #fff;
  padding: 30px 10px 30px 10px;
  z-index: 1;
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.yws_news_l {
  width: 20%;
  padding: 0 30px;
}
.yws_news_l h1 {
  font-size: 24px;
  color: #da2e2a;
}
.yws_news_l h2 {
  font-size: 24px;
  color: #e60012;
  padding-bottom: 20px;
}
.yws_news_l > div {
  display: block;
  position: relative;
  padding-bottom: 130px;
}
.yws_news_ltext {
  line-height: 50px;
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #313131;
  min-height: 250px;
  transition: all 0.3s linear;
}
.yws_news_ltext:hover {
  transform: scale(1.05);
}

.yws_news_c {
  float: left;
  width: 49.5%;
  padding: 0 30px;
}
.yws_news_main {
  position: relative;
  width: 80%;
  display: flex;
}
.yws_news_main:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
}
.yws_news_main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 49.5%;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
}
.yws_news_tzgg {
  padding-bottom: 20px;
}
.yws_news_tzgg ul {
  height: 115px;
}
.yws_news_tzgg ul li {
  border-bottom: 1px solid #dfdfdf;
}
.yws_news_tzgg ul li a {
  display: block;
  position: relative;
  padding-right: 110px;
}
.yws_news_tzgg ul li:hover a {
}
.yws_news_tzgg ul li:hover a::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 10%;
  background-color: #da2e2a;
  width: 2px;
  height: 80%;
}
.yws_news_tzgg ul li a:hover .yws_news_txt {
  color: #da2e2a;
}
.yws_news_txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 55px;
  font-size: 16px;
  color: #244268;
  font-size: 18px;
}
.yws_news_date {
  color: #777;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 55px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-family: Atilla;
  font-size: 18px;
}
.yws_news_tzgg ul li:hover a .yws_news_date {
  color: #da2e2a;
}
.yws_video {
}
.yws_video_titel {
  position: relative;
  padding: 5px 0 25px 45px;
}
.yws_video_titel h1 {
  font-size: 24px;
  display: inline-block;
  line-height: 30px;
  padding-right: 10px;
}
.yws_video_titel h1 span {
  color: #8c8c8c;
  display: inline-block;
  padding: 0 5px;
}
.yws_video_titel a {
  font-size: 16px;
  color: #303030;
  text-transform: uppercase;
  display: inline-block;
}
.yws_video_titel:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 30px;
  background: url(../images/into5.png) no-repeat;
  left: 0;
}
.yws_video_nr img {
  width: 100%;
}

.yws_news_r {
  float: left;
  width: 50.5%;
  position: relative;
  padding: 0 30px;
}
.yws_news_r .yws_news_tzgg ul {
  height: 150px;
}
.yws_ztbd {
  position: relative;
  width: 100%;
}
.yws_ztbd a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.yws_ztbd a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.yws_ztbd a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.yws_ztbd a:hover span {
  transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
.yws_ztbd_text a {
  display: block;
  position: relative;
  padding-left: 90px;
  padding-top: 10px;
}
.yws_ztbd_text .timeD {
  position: absolute;
  width: 80px;
  left: 0;
  top: -5px;
}
.yws_ztbd_text {
  padding: 20px 0 5px 0;
}
.yws_ztbd_text a:hover h1 {
  color: #e60012;
  text-decoration: underline;
}
.yws_ztbd_date {
  border-right: 1px solid #c2c2c2;
  position: absolute;
  width: 115px;
  left: 0;
  top: 5px;
  font-size: 48px;
  color: #000;
}
.yws_ztbd_date span {
  color: #303030;
  display: block;
  float: left;
}
.ztb_1 {
  font-size: 18px;
  padding-top: 28px;
  line-height: 17px;
}
.ztb_2 {
  font-size: 40px;
  padding: 2px 2px 0 5px;
  line-height: 45px;
}
.ztb_3 {
  font-size: 48px;
  line-height: 50px;
}
.yws_ztbd_text h1 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #244268;
  padding-bottom: 5px;
}

.yws_ztbd_text p {
  height: 50px;
  line-height: 25px;
  font-size: 15px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blueC {
  color: #005cb9 !important;
  line-height: 35px;
}
.moreDiv {
  font-family: Atilla;
  text-transform: uppercase;
  font-size: 17px;
  color: #da2e2a;
  position: relative;
  display: flex;
  align-items: center;
}
.moreDiv:hover {
}
.moreDiv::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/indto07.png) no-repeat;
  margin-left: 10px;
}
.timeD {
  font-family: Atilla;
  width: 80px;
  text-align: center;
}
.timeD span:nth-child(1) {
  font-size: 65px;
  font-weight: bold;
  line-height: 65px;
}
.timeD span:nth-child(2) {
  font-size: 18px;
}
.yws_news_l .moreDiv::before {
  content: "";
  display: block;
  width: 2px;
  height: 180px;
  background-color: #c0c0c0;
  position: absolute;
  bottom: 0;
  transform: rotate(20deg);
}
.yws_news_l .moreDiv {
  position: absolute;
  bottom: 0;
  right: 0;
}
.yws_news_l .moreDiv a {
  color: #da2e2a;
}
.yws_news_l .timeD {
  padding-top: 40px;
}
.indCon_topic {
  display: flex;
  justify-content: space-between;
}
.indCon_topic section {
  display: flex;
  align-items: flex-end;
  padding: 5px 0 15px 0;
}
.indCon_topic section h1 {
  font-size: 24px;
  color: #005cb9;
}
.indCon_topic section h1 span {
  color: rgba(0, 0, 0, 0.7);
  font-family: Atilla;
  padding: 0 5px;
}
.indCon_topic section h2 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-family: Atilla;
  text-transform: uppercase;
}
.indCon_topic .moreDiv {
  margin-bottom: 5px;
  margin-right: -5px;
  cursor: pointer;
}
.yws_video_nr header {
  position: relative;
}
.yws_video_nr header #btnStart {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/videoInto.png) no-repeat center rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1;
  color: transparent;
}
.yws_video_nr header #btnStop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/videoInto1.png) no-repeat center rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1;
  color: transparent;
}
.yws_video_nr header video {
  width: 100%;
}
.yws_video_nr a h1 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #244268;
  margin: 20px 0 10px 0;
}

.yws_video_nr a:hover h1 {
  color: #da2e2a;
}
.yws_video_time {
  font-family: Atilla;
  font-size: 18px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yws_video_time::before {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background-color: #c0c0c0;
}

/* 其他链接 */
.OtherLinks {
  background-color: #fff;
}
.OtherLinks header {
  text-align: center;
  padding: 30px 10px 10px;
}
.OtherLinks header h1 {
  font-size: 26px;
  color: #da2e2a;
  text-transform: uppercase;
}
.OtherLinks header h2 {
  font-size: 26px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.OtherLinks header h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
}
.OtherLinks header h2 span {
  background-color: #fff;
  position: relative;
  display: flex;
  padding: 0 50px;
  z-index: 1;
}
.OtherLinks ul {
  display: flex;
  padding: 10px 0 0;
}
.OtherLinks ul li {
  width: 19%;
  margin: 0 0.5%;
  border-left: 1px solid #dfdfdf;
  padding-bottom: 10px;
}
.OtherLinks ul li h1 {
  background-color: #fff3f3;
  font-size: 22px;
  line-height: 50px;
  color: #000;
  padding: 0 20px;
  position: relative;
}
.OtherLinks ul li h1::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  left: -1px;
  top: 0;
  background-color: #da2e2a;
}
.OtherLinks ul li div {
  padding: 10px 0;
}
.OtherLinks ul li a {
  /* text-decoration: underline; */
}
.OtherLinks ul li a:hover {
  color: #da2e2a;
}
.OtherLinks ul li div a {
  display: block;
  line-height: 30px;
  /* padding: 8px 20px; */
  padding: 8px 0 8px 20px;
  font-size: 17px;
}
/* Overlay colors */
.color1 {
  background: rgba(0, 0, 0, 0.9);
}

.color2 {
  background: rgba(26, 188, 156, 0.9);
}

.color3 {
  background: rgba(44, 62, 80, 0.9);
}

.color4 {
  background: rgba(47, 50, 56, 0.9);
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 45px;
  height: 45px;
  position: absolute;
  margin: 0;
  padding: 0;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../images/cross.png) no-repeat center center;
  background-size: 45px;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.overlay .overlay-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transition: rotate(180deg);
  -o-transition: rotate(180deg);
  transition: rotate(180deg);
}

/* Menu style */
.overlay nav {
  width: 300px;
  background-color: #fff;
  top: 50%;
  left: 0;
  padding: 0 10%;
  text-align: center;
  position: relative;
  line-height: 5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  float: left;
}

/* Block styles */
.overlay .your_blocks {
  width: 38.6%;
  right: 20%;
  position: relative;
  line-height: 2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
  top: 50%;
}

.overlay .your_block {
  border-radius: 10px;
  display: inline-block;
  text-align: left;
  margin: 10px 10px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s, opacity 0.1s 0.7s;
  transition: transform 0.7s, opacity 0.1s, visibility 0s 0.7s;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.overlay-slidedown.open .your_block {
  border-radius: 10px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.7s, opacity 0.1s 0.7s;
  transition: transform 0.7s, opacity 1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.block_link {
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}

.overlay .your_block img {
  width: 720px;
  border-radius: 10px;
}

.overlay .your_block span {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin-bottom: 0;
  text-align: left;
  z-index: 3;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  padding: 20px;
  font-weight: 300;
}

.overlay nav {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay nav > div {
  display: block;
  min-height: 40px;
  padding: 15px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.1s, visibility 0s 0.2s;
  transition: transform 0.3s, opacity 0.1s, visibility 0s 0.2s;
  -webkit-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0);
}

.overlay-slidedown.open nav > div {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.7s, opacity 0.1s 0.7s;
  transition: transform 0.7s, opacity 1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.overlay div {
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: #000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.overlay nav ul {
  background-color: rgba(255, 255, 255, 0.1);
}
.overlay nav ul a {
  color: #000;
  font-size: 18px;
}

/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.banner .b-img a:nth-child(1) {
  background: url(../images/img17.png) center no-repeat !important;
}
.banner .b-img a:nth-child(2) {
  background: url(../images/img18.png) center no-repeat !important;
}
.banner .b-img a:nth-child(3) {
  background: url(../images/img16.png) center no-repeat !important;
}
.banner .b-img a:nth-child(4) {
  background: url(../images/img15.png) center no-repeat !important;
}
.banner .b-img a:nth-child(5) {
  background: url(../images/img14.png) center no-repeat !important;
}
.banner .b-img a:nth-child(6) {
  background: url(../images/img1.png) center no-repeat !important;
}
.banner .b-img a:nth-child(7) {
  background: url(../images/img2.png) center no-repeat !important;
}
.indexFooter footer {
  display: flex;
  align-items: center;
  position: relative;
}
.indexFooter footer div {
  padding-right: 50px;
  padding-left: 30px;
}
.indexFooter footer::before {
  position: absolute;
  content: "";
  display: block;
  right: 15px;
  width: 1px;
  height: 70px;
  border-right: 1px dotted rgba(255, 255, 255, 0.1);
}
.indexFooter footer a {
  color: #fff;
  font-size: 17px;
  display: block;
  padding: 5px 10px;
  padding-left: 40px;
  background-size: 30px !important;
  min-width: 165px;
}
.indexFooter footer a:nth-child(1) {
  background: url(../images/indto09.png) no-repeat center left;
  margin-bottom: 5px;
}
.indexFooter footer a:nth-child(2) {
  background: url(../images/indto10.png) no-repeat center left;
}
.indexFooter footer a:hover {
  color: #da2e2a;
  text-decoration: underline;
}
.indexFooter {
  letter-spacing: 0.05rem;
}
button.mune_cd {
  display: none;
}

/* 关于我们 */
.nyBanner {
  display: flex;
  justify-content: center;
}
.nyBanner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.nyMain {
  min-height: 50vh;
  background-color: #fff;
}
.nyTitle {
  position: relative;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
}
.nyTitle h1 {
  font-size: 32px;
  color: #da2e2a;
  text-transform: uppercase;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  padding-bottom: 8px;
}
.nyTitle h1::before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #da2e2a;
  bottom: -2px;
  left: 50%;
  margin-left: -25px;
}
.nyTitle span {
  font-size: 28px;
  padding-top: 8px;
  display: block;
  color: #000;
}
.aboutMune {
  width: 25%;
  min-width: 300px;
  padding: 15px 0;
  border-right: 1px solid #dfdfdf;
}
.aboutMune li {
  padding: 0 50px 20px 15px;
  position: relative;
  transition: all 0.2s linear;
}
.aboutMune li::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c0c0c0;
  background-color: #1a7cdf;
  right: -6px;
  top: 8px;
  z-index: 1;
}
.aboutMune li::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  border: 1px solid #005cb9;
  border: 1px solid #1a7cdf;
  right: -12px;
  top: 2px;
  background-color: #fff;
}
.aboutMune li.active::before {
  background-color: #da2e2a !important;
}
.aboutMune li.active::after {
  border: 1px solid #da2e2a !important;
}
.aboutMune li.active a::after {
  width: 150px;
  background-color: #da2e2a !important;
}
.aboutMune li.active:hover a::after {
  width: 150px;
}
.aboutMune li.active:hover {
  padding-right: 50px;
}
.aboutMune li:hover {
  padding-right: 60px;
}
.aboutMune li:hover a::after {
  width: 130px;
  background-color: #1a7cdf;
}
.aboutMune li:hover::after {
  border: 1px solid #1a7cdf;
}
.aboutMune li:hover::before {
  background-color: #1a7cdf;
}
.aboutMune a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.aboutMune a::after {
  content: "";
  display: flex;
  width: 60px;
  height: 4px;
  background-color: #da2e2a;
  background-color: #1a7cdf;
  margin: 15px 0 30px 0;
  transition: all 0.2s linear;
}
.aboutMune a span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 24px;
}
.aboutMune a span:nth-child(1) {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 30px;
}
.aboutMain {
  padding: 20px 20px 20px 40px;
  font-size: 18px;
  line-height: 35px;
  text-indent: 3.8rem;
  width: 75%;
}
.aboutMain p {
  margin-bottom: 10px;
}
.dFlexM {
  display: flex;
  align-items: flex-start;
}

/* 教学论坛 */
.forumMain {
  position: relative;
  min-height: 36vh;
}
.forumMain > header {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
}
.forumMain > header div {
  width: 25%;
  padding: 5px 10px;
}
.forumMain > header div a {
  display: block;
  line-height: 30px;
  padding: 10px 15px;
  border: 1px solid #dfdfdf;
  background-color: #f5f9fd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.forumMain > header div.active a {
  color: #fff !important;
  border: 1px solid #1a7cdf !important;
  background-color: #1a7cdf !important;
}
.forumMain > header div:hover a {
  background-color: #fff;
  border: 1px solid #1a7cdf;
  color: #1a7cdf;
}
.forumList {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 20px 0;
}
.forumList li {
  width: 33.333333%;
  padding: 10px;
}
.forumList li a {
  display: block;
  box-shadow: 0 0 6px rgba(47, 114, 227, 0.2);
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  transition: all 0.3s linear;
}
.forumList header {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-color: #f5f9fd;
  position: relative;
}
.forumList header img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.forumList h1 {
  font-size: 18px;
  color: #244268;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  width: 90%;
  margin: auto;
}
.forumList b {
  display: block;
  width: 90%;
  margin: auto;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.forumList b::before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 40%;
  background-color: #1a7cdf;
  bottom: -2px;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear;
}
.forumList h2 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  width: 90%;
  height: 50px;
  margin: 10px auto 0 auto;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.forumList .moreDiv {
  margin-right: 5%;
  margin-bottom: 10px;
}
.forumList a:hover {
  transform: scale(1.05, 1.05);
}
.forumList a:hover b::before {
  width: 80%;
}
.forumMain .froumEnrollInto {
  position: absolute;
  right: 15px;
  top: -122px;
}
button.froumEnrollInto {
  border: 0;
  color: #fff;
  line-height: 45px;
  padding: 0 25px 0 60px;
  font-size: 17px;
  background: url(../images/indto11.png) no-repeat center left 15px #2f72e3;
  border-radius: 5px;
}
button.froumEnrollInto:hover {
  /* text-decoration: underline; */
  background-color: #f64743;
}
.forumFooter {
  height: 130px;
  background: url(../images/bj01.png) center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forumFooter button {
  line-height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 20px;
  width: 250px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s linear;
}
.forumFooter button:hover {
  transform: scale(1.05);
  background-color: #da2e2a;
  border: 0;
}

/* 比赛活动 */
.competitionNav {
  display: flex;
}
.competitionNav div {
  width: 25%;
  padding: 10px 15px;
}
.competitionNav div span {
  background-color: #377ad5;
  display: block;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.competitionNav div:hover span {
  text-decoration: underline;
}
.competitionNav div.active span {
  font-size: 20px;
  /* min-height: 60px; */
  background-color: #da2e2a;
  position: relative;
  text-decoration: none !important;
}
.competitionNav div.active span::before {
  content: "";
  display: block;
  position: absolute;
  border: 15px solid;
  border-bottom: 0;
  border-color: #da2e2a transparent transparent transparent;
  bottom: -10px;
}
.competitionList {
  padding: 15px;
}
.competitionList li {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
}
.competitionList li:last-child {
  border-bottom: 0;
}
.competitionList li a {
  display: flex;
  transition: all 0.3s linear;
  width: 100%;
}
.competitionList li:hover a {
  transform: scale(1.03);
}
.competitionList li:hover .listTit h2::before {
  /* background-color: #da2e2a; */
  width: 180px;
  transform: scale(1.03);
}
.listImg {
  width: 30%;
  height: 0;
  padding-bottom: 20%;
  background-color: #f5f9fd;
  position: relative;
}
.listImg img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.listTit {
  display: flex;
  padding-left: 20px;
  width: 70%;
}
.listTit > div:nth-child(2) {
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.listTit h1 {
  font-size: 22px;
  min-height: 60px;
  line-height: 30px;
  margin-top: 5px;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.listTit h2 {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 20px;
  height: 120px;
  width: 100%;
}
.listTit h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 80px;
  height: 2px;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s linear;
}
.ny_news_page {
  border-top: 1px solid #eee;
}
.ny_news_page div {
  max-width: 1300px;
  margin: auto;
}
.ny_news_page a {
  display: block;
  line-height: 60px;
  font-size: 18px;
  text-transform: uppercase;
  color: #6a6a6a;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  width: 45%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ny_news_page a.page_last {
  float: left;
  padding-left: 20px;
}
.ny_news_page a.page_next {
  float: right;
  padding-right: 20px;
  text-align: right;
}
.ny_news_page a b {
  font-weight: normal;
  display: block;
  position: absolute;
  color: #474747;
}
.ny_news_page a.page_last b {
  left: 0;
}
.ny_news_page a.page_next b {
  right: 0;
  top: 0;
}
.ny_news_page a span {
}
.ny_news_page a:hover {
  color: #1a7cdf;
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.ListDetails {
  padding-top: 20px;
  position: relative;
}
.ListDetails > header h1 {
  font-size: 22px;
  padding: 30px 10px 20px 10px;
  text-align: center;
  color: #000;
}
.ListDetails > header h2 {
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding-bottom: 15px;
}
.ListDetailsCon {
  text-indent: 2.8rem;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  padding: 25px 10px 15px 10px;
}
.ListDetailsCon p {
  margin-bottom: 10px;
}
.ListDetailsCon img {
  margin-bottom: 15px !important;
  max-width: 1100px !important;
  border-radius: 0 !important;
}
.aboutNr p {
  font-size: 18px;
  line-height: 30px;
}
.aboutNr h1 {
  font-size: 32px;
  color: #1f497d;
  text-align: center;
  padding: 50px 0 30px 0;
}
.aboutNr div {
  display: flex;
  align-items: center;
}
.aboutNr div img:nth-child(1) {
  width: 55%;
}

.aboutNr div img:nth-child(2) {
  width: 40%;
}
.backDiv {
  border: 1px solid rgba(30, 32, 35, 0.1);
  position: absolute;
  background-color: #f7f9fa;
  right: -55px;
  padding: 40px 8px 5px 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  background: url(../images/indto12.png) no-repeat center top;
  border-radius: 8px;
  cursor: pointer;
}
.backDiv:hover {
  background-color: #f7f9fa;
}
.NoticeDiv .listTit {
  width: 100%;
  padding-left: 0px;
}
.NoticeDiv .listTit h2 {
  height: auto;
  margin-bottom: 10px;
}
.NoticeDiv .competitionList li {
  border: 0;
  padding: 0 0 15px 0;
}
.NoticeDiv .competitionList li a {
  border: 1px solid #dfdfdf;
  padding: 10px 15px;
}
.videoList {
  display: flex;
  flex-wrap: wrap;
}
.videoList li {
  width: 33.333333%;
  padding: 10px;
}
.videoList li > div {
  box-shadow: 0 0 6px rgba(47, 114, 227, 0.2);
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  transition: all 0.3s linear;
}
.videoList li > div:hover {
  transform: scale(1.03);
}
.videoList li > div a {
  width: block;
  width: 100%;
}
.contactMain header {
  display: flex;
  padding: 20px 0;
  color: #000;
  min-height: 250px;
}
.contactMain header > div {
  position: relative;
  width: 33.333333%;
  padding: 0 2%;
}
.contactMain header > div::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: auto;
}
.contactMain header > div:nth-child(1)::before {
  background: url(../images/indto01.png) #088af1 no-repeat center;
}
.contactMain header > div:nth-child(2)::before {
  background: url(../images/indto02.png) #088af1 no-repeat center;
}
.contactMain header > div:nth-child(3)::before {
  background: url(../images/indto03.png) #088af1 no-repeat center;
}
.contactMain header h1 {
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  padding: 5px 0;
}
.contactMain header span {
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 25px;
}
.contactCon {
  background-color: #f5f9fd;
  padding: 50px 0;
}
.contactCon > div {
  display: flex;
  justify-content: space-between;
}
.contactConLeft {
  width: 45%;
  padding-bottom: 45%;
  height: 0;
  position: relative;
}
.contactConLeft span {
  background-color: #f5f3f0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.contactConLeft iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.contactConRight {
  width: 50%;
}
.lxwm_map_p {
  position: relative;
  padding-top: 50px;
}
.lxwm_map_p h1 {
  font-size: 28px;
  color: #000;
  padding-bottom: 10px;
}
.lxwm_map_p span {
  display: block;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.lxwm_map_p:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #037bcf;
  left: 0;
  bottom: 0;
}
.lxwm_map_input {
  margin: 30px -10px;
}
.lxwm_map_input input {
  width: 100%;
  border: 1px solid #99bdda;
  line-height: 48px;
  padding: 0;
  font-size: 16px;
  padding: 0 10px;
  outline: 0;
  border-radius: 5px;
}
.lxwm_map_name {
  float: left;
  width: 50%;
  padding: 8px 10px;
}
.lxwm_map_dh {
  float: left;
  width: 50%;
  padding: 8px 10px;
}
.lxwm_map_email {
  float: left;
  width: 100%;
  padding: 8px 10px;
}
.lxwm_map_ly {
  float: left;
  width: 100%;
  padding: 8px 10px;
}
.lxwm_map_input textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #99bdda;
  line-height: 22px;
  padding: 0;
  font-size: 16px;
  padding: 10px 10px;
  resize: none;
  outline: 0;
  border-radius: 5px;
}
.lxwm_map_button {
}
.lxwm_map_button button {
  display: inline-block;
  padding: 0 60px;
  font-size: 18px;
  color: #fff;
  border: 0;
  line-height: 50px;
  background-color: #088af1;
  border-radius: 3px;
}
.lxwm_map_button button:hover {
  background-color: #eb403c;
}
.directorDiv {
  display: flex;
  flex-wrap: wrap;
}
.directorDiv img {
  max-width: 100%;
  border-radius: 10px;
  margin: 0 auto 0 auto;
}
.directorDiv h1 {
  line-height: 45px;
  text-align: center;
  font-size: 28px;
  font-family: kaiti;
  font-weight: bold;
  color: #213350;
  margin: 10px;
  width: 100%;
}
.MCMune {
  padding: 0;
}
.MCMune a span {
  font-size: 18px !important;
}
.MCMune li {
  padding: 0 20px 10px 10px;
}
.MCMune a::after {
  display: none;
}
.MCMune a {
  line-height: 25px;
  display: flex;
  min-height: 50px;
  background-color: #edf6ff;
  padding: 5px 20px;
  align-items: center;
}
.MCMune li::after {
  width: 20px;
  height: 20px;
  top: 14px;
  right: -10px;
}
.MCMune li::before {
  top: 19px;
  right: -5px;
  width: 10px;
  height: 10px;
}
.MCMune li.active a {
  background-color: #ef2d37 !important;
  color: #fff !important;
  border: 0 !important;
}
.MCMune li.active a::before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  right: 12px;
  top: 15px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ef2d37;
  /* border: 25px solid;
    border-color:  transparent transparent transparent #da2e2a; */
}
.MCMune li:hover,
.MCMune li.active:hover {
  padding-right: 20px;
}
.MCMune li a:hover {
  color: #1a7cdf;
  border: 1px solid #1a7cdf;
}
.memberBox {
  min-height: 50vh;
}
.memberBox .main > header {
  display: flex;
}
.hyTX {
  position: relative;
}
.hyTX span:nth-child(1) {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  border: 5px solid #fff;
  background-color: #dee1e7;
  overflow: hidden;
  display: block;
  margin-top: -120px;
}
.hyTX span img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hyTX span:nth-child(2) {
  position: absolute;
  left: 190px;
  bottom: 85px;
  width: 450px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.hyTX span:nth-child(2) h1 {
  font-size: 24px;
  line-height: 45px;
}
.hyTX span:nth-child(2) h2 {
  font-size: 16px;
}
.memberTop {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.memberTop .main > header > div:nth-child(2) {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.memberTop ul {
  display: flex;
  font-size: 20px;
  color: #777;
  align-items: flex-end;
}
.memberTop ul li:nth-child(1) {
  margin-right: 50px;
}
.memberTop ul li.active {
  font-size: 24px;
  color: #000;
}
.memberTop ul li span {
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.memberTop ul li span:hover {
  color: #0865c4;
}
.memberTop ul li.active span {
  line-height: 55px;
}
.memberTop ul li.active span::before {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: #e52323;
}
.memberTop .main > header > div:nth-child(2) button {
  border: 0;
  line-height: 45px;
  color: #fff;
  margin: 12px 0;
  padding: 0 30px 0 65px;
  border-radius: 23px;
  background: url(../images/indto14.png) no-repeat center left 20px #e52323;
}
.memberTop .main > header > div:nth-child(2) button:hover {
  text-decoration: underline;
}
.memberInformation {
  background: #fff;
  margin: 25px;
}
.memberInformation ul {
  padding: 30px 0;
}
.memberInformation li {
  position: relative;
  padding-left: 35%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12%;
  overflow: hidden;
}
.jrbh_wz {
  width: 35%;
  line-height: 46px;
  position: absolute;
  left: 0;
  padding-right: 10px;
  text-align: right;
  font-size: 16px;
  color: #313131;
}
.jrbh_wz_Line {
  line-height: inherit;
}
.jrbh_wz span {
  color: #f00;
  position: relative;
  top: 3px;
  padding-right: 20px;
}
.jrbh_right {
}
.jrbh_right .form-control {
  height: 46px;
  outline: none;
}
.jrbh_right textarea {
  height: 160px !important;
  resize: none;
}
.jrbh_anniu {
  line-height: 50px;
  padding: 20px 20px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 20px;
}
.jrbh_anniu a {
  display: inline-block;
  padding: 0 60px;
  background-color: #2e87da;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
}
.jrbh_anniu a:hover {
  background-color: #2e9fda;
}
.jrbh_right_checkbox input {
  width: 30px;
  height: 30px;
}
.jrbh_right_checkbox span {
  position: relative;
  left: 20px;
  bottom: 10px;
  font-weight: normal;
}
.jrbh_right_radio {
  float: left;
  width: 150px;
  display: inline-block;
}
.jrbh_right_radio input {
  width: 30px;
  height: 30px;
}
.jrbh_right_radio span {
  display: inline-block;
  position: relative;
  left: 20px;
  bottom: 8px;
  font-weight: normal;
}

.jrbh_xb {
  line-height: 25px;
  width: 35%;
  position: absolute;
  left: 0;
  padding-right: 10px;
  text-align: right;
  font-size: 16px;
  color: #313131;
}
.jrbh_right .opt {
  float: left;
  padding-right: 25px;
  line-height: 25px;
}
.jrbh_right .opt label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  color: #474747;
}

.JournalEbook {
  padding-left: 20px;
  padding-top: 20px;
}
.JournalEbook ul {
  display: flex;
  flex-wrap: wrap;
}
.JournalEbook ul li {
  width: 33.333333%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.JournalEbook ul li a {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
.JournalEbook ul li a span {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  display: flex;
  position: relative;
  z-index: 1;
}
.JournalEbook ul li a::before {
  position: absolute;
  bottom: -20px;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 20px;
  background: url(../images/indto15.png) no-repeat 100%;
}

.JournalEbook ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e1e4ed;
  left: -5px;
  top: -5px;
}
.JournalEbook ul li a:hover {
  transform: scale(1.05);
}
.logOn {
  padding: 0 15px;
  margin-left: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
.logOn::before {
  display: block;
  position: absolute;
  content: "";
  left: -5px;
  width: 1px;
  height: 45px;
  border-left: 1px dotted #dfdfdf;
}
.logOn span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.logOn span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.logOn ul {
  display: none;
}
.logOn:hover ul {
  background-color: #fff;
  /* border-radius: 5px; */
  z-index: 100;
  width: 120px;
  position: absolute;
  top: 65px;
  right: -20px;
  display: block;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}
.logOn:hover ul::before {
  content: "";
  display: flex;
  position: absolute;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 10px solid #fff;
  top: -18px;
  left: 50%;
  margin-left: -8px;
}
.logOn:hover ul li:hover {
  background-color: #f7f9fa;
  cursor: pointer;
}
.logOn:hover ul li a {
  display: block;
  text-align: center;
  line-height: 42px;
  border-bottom: 1px solid #e8edf0;
}
.logOn ul li:last-child a {
  border: 0;
}
.logOn:hover ul li:last-child:hover {
  /* border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; */
}
.loginTit span:nth-child(1),
.nyTitle span,
.indNoticeTitle,
.indCon_topic section h1,
.indNotice ul li span:nth-child(1),
.competitionNav div span,
.yws_news_txt,
.yws_news_l h2,
.yws_video_nr a h1,
.yws_news_ltext,
.yws_ztbd_text h1,
.yws_ztbd_text p,
.OtherLinks header h2 span,
.OtherLinks ul li h1,
.OtherLinks ul li div a,
.listTit h1,
.listTit h2,
.aboutMune a span:nth-child(2),
.aboutNr p,
.aboutNr h1,
.forumMain > header,
.forumList h1,
.forumList h2,
.forumFooter button,
button.froumEnrollInto,
.moreDiv,
.muneT:hover ul li a,
.benefits_content,
.contactMain header h1,
.lxwm_map_p h1,
.lxwm_map_input input,
.lxwm_map_input textarea,
.lxwm_map_button button {
  font-family: kaiti;
}
.benefits_content {
  font-size: 19px;
  line-height: 30px;
}
.forumFooter button,
.competitionNav div.active span {
  font-size: 22px;
}
.competitionNav div span,
.yws_news_txt,
.yws_ztbd_text h1,
.indNoticeTitle,
.aboutNr p,
.forumList h1,
.lxwm_map_button button {
  font-size: 20px;
}
.loginTit span:nth-child(1) {
  font-size: 19px;
  line-height: 25px;
}
.indNotice ul li span:nth-child(1),
.OtherLinks ul li div a,
.forumMain > header,
button.froumEnrollInto,
.moreDiv,
.lxwm_map_input input,
.lxwm_map_input textarea {
  font-size: 18px;
}
.yws_ztbd_text p,
.listTit h2,
body,
.forumList h2,
.muneT:hover ul li a {
  font-size: 17px;
}
.booksDiv {
  text-align: center;
}
.booksDiv img {
  padding: 15px 10px 10px;
  max-width: 95%;
}
.booksDiv footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.booksDiv footer h1 {
  font-size: 22px;
  color: #000;
  padding-right: 5px;
}
.booksDiv footer a {
  width: 40px;
  height: 40px;
  background: url(../images/indto16.png) no-repeat;
  color: transparent;
}

@media (max-width: 1400px) {
  .wy_mune .main {
    max-width: none;
    justify-content: flex-start;
  }
  .wy_mune .main > div:nth-child(1),
  .wy_mune .main > div:nth-child(8) {
    width: 8%;
  }
  .wy_mune .main > div:nth-child(2),
  .wy_mune .main > div:nth-child(7) {
    width: 14%;
  }
  .wy_mune .main > div:nth-child(3),
  .wy_mune .main > div:nth-child(4),
  .wy_mune .main > div:nth-child(5),
  .wy_mune .main > div:nth-child(6) {
    width: 13%;
  }

  .wy_mune .main > div:nth-child(9) {
    width: 10%;
  }
  .wy_mune .main > div:nth-child(2).muneT ul {
    left: 15%;
  }
  .wy_mune .main > div:nth-child(3).muneT ul {
    left: 15%;
  }
  .wy_mune .main > div:nth-child(5).muneT ul {
    left: 18%;
  }
  .wy_mune .main > div:nth-child(6).muneT ul {
    left: 15%;
  }
  .wy_mune .main > div:nth-child(8).muneT ul {
    left: 10%;
  }

  .bar-right em {
    width: 35px;
    background-position: top 0px right 0px;
  }
  .bar-right .emcss {
    background-position: top -100px right 0px;
  }
  .bar-left em {
    width: 35px;
    background-position: top 0px left 0px;
  }
  .bar-left .emcss {
    background-position: top -100px left 0px;
  }
}
@media (max-width: 1300px) {
  .OtherLinks {
    padding: 0 15px;
  }
  .aboutMune li {
    padding: 0 30px 20px 0;
  }
  .aboutMune {
    width: 20%;
    min-width: 250px;
  }
  .aboutMain {
    padding: 10px 10px 10px 20px;
    width: 80%;
  }
  .MCMune li {
    padding: 0 20px 10px 10px;
  }
  .aboutMune a span:nth-child(1) {
    font-size: 26px;
  }
  .aboutMune a span {
    font-size: 22px;
  }
  .nyBanner img {
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .contactConRight {
    width: 52%;
  }
  .contactCon {
    padding: 25px 0;
  }
  .contactCon .main {
    padding: 0 15px;
  }
  .ListDetailsCon img {
    margin-bottom: 15px !important;
    max-width: 98% !important;
    border-radius: 0 !important;
  }
  .banner {
    display: none;
  }
  .sj_banner {
    display: block;
  }
  .focus_map {
    display: block;
    position: relative;
  }
  .focus_map img {
    width: 100%;
  }
  .swiper-container {
    width: 100%; /* height: 220px; */
  }
  .swiper-slide {
    text-align: center;
    font-size: 16px;
    background-color: #f6f6f6;
    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;
  }
  .focus_map .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -32px;
  }
  .focus_map .swiper-pagination-bullet {
    margin-right: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 4px;
    opacity: 1;
    border-radius: 0;
  }
  .focus_map .swiper-pagination-bullet-active {
    background: #ca0811;
    opacity: 1;
    width: 40px;
    border-radius: 0px;
  }
  .recommed_div li {
    padding: 0 8px;
  }
  .recommed .main {
    padding: 0 20px;
  }
  .ysj_div ul li {
    width: 33.333333%;
  }

  .pmpd_div_time {
    width: 240px;
    position: absolute;
    right: 0;
  }
  .pmpd_div a {
    padding-right: 240px;
  }
  .pmpd_div_text {
    width: 100%;
  }
  .ysjzy_div .main {
    padding: 0 20px;
  }
  .wy_top {
    height: auto;
  }
  .wy_logo img {
    height: 80px;
  }
  .wy_topRight img {
    height: 45px;
  }
  .indNotice,
  .main {
    padding: 0 15px;
  }
  .indNoticeTitle {
    line-height: 56px;
    min-width: 140px;
  }
  .indNoticeTitle::after {
    border-width: 28px 0 28px 10px;
  }
  .indNotice header {
    padding-left: 145px;
  }
  .indNotice header > div:nth-child(2) {
    padding: 8px 15px;
  }

  .loginTit {
    min-height: auto;
    padding: 0 10px;
    margin-left: 10px;
  }
  .loginTit div {
    padding-left: 45px;
    background-size: auto 40px;
  }
  .loginTit span:nth-child(2) {
    font-size: 15px;
    line-height: 12px;
  }
  .yws_news_l {
    width: 20%;
    padding: 0 1vw 0 0;
  }
  .yws_news_ltext {
    font-size: 2.5vw;
    line-height: 4vw;
  }
  .yws_news_l h2,
  .indCon_topic section h1 {
    font-size: 22px;
  }
  .yws_news_l h1 {
    font-size: 20px;
  }
  .indCon_topic section h2 {
    font-size: 17px;
  }
  .yws_news_div {
    padding: 1.5vw 1vw;
    margin-bottom: 1.5vw;
  }
  .yws_news_c {
    padding: 0 1.2vw;
  }
  .yws_news_r {
    padding: 0 0.2vw 0 1.2vw;
  }
  .yws_news_txt {
    line-height: 45px;
    font-size: 17px;
  }
  .yws_news_tzgg ul {
    height: auto;
    margin-top: -0.8vw;
  }
  .yws_news_l a {
    padding-bottom: 12vw;
  }
  .yws_news_tzgg {
    padding-bottom: 1vw;
  }
  .indCon_topic section {
    padding-bottom: 1.2vw;
  }
  .yws_news_date {
    line-height: 45px;
  }
  .yws_news_tzgg ul li:hover a::before {
    left: -1.2vw;
  }
  .yws_news_r .yws_news_tzgg {
    padding-bottom: 0;
  }
  .OtherLinks header {
    padding: 1.2vw 0 0;
  }
  .OtherLinks header h1,
  .OtherLinks header h2 {
    font-size: 24px;
  }
  .OtherLinks .indNotice,
  .main {
    padding: 0 5px;
  }
  .OtherLinks ul li h1 {
    line-height: 45px;
    padding: 0 15px;
  }
  .OtherLinks ul li div a {
    padding: 5px 0 5px 15px;
    font-size: 17px;
  }
  .indexFooter header .main > img {
    height: 120px;
    padding: 0 15px;
  }
  .indexFooter header ul li::before {
    width: 60px;
    height: 60px;
    background-size: 65%;
  }
  .indexFooter header ul li h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .indexFooter header ul li {
    font-size: 16px;
    padding-left: 80px;
  }
  .indexFooter footer div {
    padding-right: 30px;
    padding-left: 15px;
  }
}

@media (max-width: 1023px) {
  .competitionNav div {
    padding: 10px;
  }
  .nyBanner img {
    height: 20vw;
  }
  .aboutMune {
    display: none;
  }
  .aboutMain {
    width: 100%;
    padding: 10px;
  }
  .aboutNr h1 {
    padding: 30px 0 15px 0;
  }
  .wy_top {
    position: fixed;
  }
  .pc_banner {
    padding-top: 60px;
  }
  .wy_mune {
    display: none;
  }
  .m_mune {
    position: fixed;
    right: 0;
    top: 15px;
    padding: 10px;
    width: 60px;
    height: 60px;
    z-index: 100;
    display: block;
  }
  .sj_mune .mune_cd {
    border: 0;
    width: 100%;
    height: 100%;
    position: relative;
    outline: 0;
    background: 0;
    padding: 0;
  }
  .nav_btn_small {
    width: 35px;
    height: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -10px;
    margin-right: -14px;
  }
  .nav_btn_small > div {
    border-radius: 1px;
    width: 100%;
    height: 3px;
    background-color: rgba(57, 66, 79, 0.7);
    position: absolute;
  }
  .mune_cd .lineTop {
    top: 0;
  }
  .mune_cd .lineCenter {
    top: 50%;
    margin-top: -1px;
  }
  .mune_cd .lineBottom {
    bottom: 0;
  }
  .arrowDirBase {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  /* .mune_cd:hover .lineTop {
		transform: rotate(-45deg) translate(-9px, 9px);
		-webkit-transform: rotate(-45deg) translate(-9px, 9px);
	}
	.mune_cd:hover .lineBottom {
		transform: rotate(45deg) translate(-9px, -9px);
		-webkit-transform: rotate(45deg) translate(-9px, -9px);
	}

	.mune_cd:hover .lineCenter{ display:none;} */
  .wy_topRight {
    padding-right: 55px;
  }
  .yws_news_div {
    flex-wrap: wrap;
  }
  .yws_news_l {
    display: none;
  }
  .yws_news_main {
    width: 100%;
  }
  .yws_news_main:before {
    width: 100%;
    height: 1px;
    display: none;
  }
  .yws_news_main {
    padding-top: 1.2vw;
  }
  .indCon {
    padding: 0 1vw;
  }
  .main {
    padding: 0 0.5vw;
  }
  .indNotice {
    padding: 0 1.5vw;
  }
  .OtherLinks ul li div a {
    font-size: 16px;
  }
  .OtherLinks ul li h1 {
    font-size: 20px;
  }

  .wy_mune.active {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .wy_top > .mune_cd {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 0px;
    top: 10px;
    border: 0;
    background-color: transparent;
    display: block;
  }
  .wy_mune.active .main {
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .wy_mune.active .main > div {
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .wy_mune.active .main > div > a {
    padding: 1vw;
    line-height: 35px;
  }
  .wy_mune.active a > div span {
    display: inline-block;
  }
  .wy_mune.active a > div span:nth-child(2) {
    font-size: 18px;
  }
  .wy_mune.active .muneT ul {
    position: relative;
    display: none;
    top: auto;
    left: 0 !important;
    opacity: 1;
    visibility: visible;
    margin-top: 0 !important;
  }
  .wy_mune.active .muneT.active ul {
    display: block;
  }
  .wy_mune.active .muneT.active ul li a {
    display: block;
    padding: 5px 15px;
    line-height: 25px;
    font-size: 17px;
    text-align: center;
  }
  .mune_cd.active {
    z-index: 100;
  }
  .mune_cd.active .lineTop {
    transform: rotate(-45deg) translate(-9px, 9px);
    -webkit-transform: rotate(-45deg) translate(-9px, 9px);
  }
  .mune_cd.active .lineBottom {
    transform: rotate(45deg) translate(-9px, -9px);
    -webkit-transform: rotate(45deg) translate(-9px, -9px);
  }
  .mune_cd.active .lineCenter {
    display: none;
  }
  .mune_cd.active .nav_btn_small > div {
    background-color: #fff;
  }
  .OtherLinks ul li {
    margin-left: 0;
    width: 19%;
  }
  .OtherLinks ul li:first-child {
    margin-left: 1%;
  }
  .wy_top .main {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .indexFooter header .main > img {
    height: 120px;
  }
  .indexFooter header ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 25px;
  }
  .indexFooter header ul li:nth-child(1) br {
    display: none;
  }
  .indexFooter header ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 10px;
  }
  .indexFooter header ul li {
    padding-left: 60px;
  }
  .indexFooter header ul li::before {
    width: 50px;
    height: 50px;
  }
  .loginTit {
    border-left: 0;
    border-right: 1px solid #dfdfdf;
    margin-left: 0;
    margin-right: 5px;
  }
  .indexFooter p {
    flex-wrap: wrap;
    padding: 5px 10px;
    justify-content: center;
  }
  .indexFooter p span:nth-child(1) {
    width: 100%;
    margin: 0 auto 5px auto;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .indexFooter p span a {
    font-size: 17px;
  }
  .indexFooter p span a:nth-child(2)::before {
    display: none;
  }
  .logOn {
    border-right: 1px solid #dfdfdf;
    margin-right: 10px;
    margin-left: 0;
    padding-left: 5px;
  }
  .logOn::before {
    display: none;
  }
}

@media (max-width: 980px) {
  .OtherLinks ul {
    flex-wrap: wrap;
  }
  .OtherLinks ul li {
    margin-left: 0;
    width: 32%;
  }
  .OtherLinks ul li:nth-child(4) {
    margin-left: 1%;
  }
}
@media (max-width: 768px) {
  .yws_ztbd_text p,
  .listTit h2,
  body,
  .forumList h2,
  .muneT:hover ul li a {
    font-size: 16px;
  }
  .listTit h2 {
    line-height: 20px;
    max-height: 60px;
    -webkit-line-clamp: 2;
  }
  .listTit h1 {
    font-size: 20px;
    min-height: 50px;
    line-height: 25px;
    margin-top: 0;
  }
  .timeD span:nth-child(1) {
    font-size: 8vw;
    line-height: 8vw;
  }
  .listTit {
    padding-left: 1vw;
  }
  .timeD {
    width: 18vw;
  }
  .timeD span:nth-child(2) {
    font-size: 3.2vw;
  }
  .listTit > div:nth-child(2) {
    padding-left: 2vw;
  }
  .competitionList li {
    padding: 10px 0;
  }
  .contactMain header > div::before {
    width: 60px;
    height: 60px;
    background-size: 33px !important;
  }
  .contactMain header h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .contactMain header span {
    font-size: 18px;
    line-height: 20px;
  }
  .contactCon > div {
    flex-wrap: wrap;
  }
  .logOn span {
    width: 45px;
    height: 45px;
  }
  .contactConLeft {
    width: 100%;
    padding-bottom: 50%;
  }
  .contactConRight {
    width: 100%;
  }
  .lxwm_map_p {
    padding-top: 20px;
  }
  .lxwm_map_input {
    margin: 10px -10px;
  }
  .wy_logo img {
    height: 60px;
  }
  .pc_banner {
    padding-top: 55px;
  }
  .wy_topRight img {
    height: 40px;
  }
  .wy_top > .mune_cd {
    top: 0;
  }
  .nav_btn_small {
    width: 32px;
  }
  .mune_cd .lineTop {
    top: 0px;
  }
  .mune_cd:hover .lineTop {
    top: 0px;
  }
  .indNoticeTitle {
    font-size: 17px;
    min-width: 115px;
  }
  .indNoticeTitle::before {
    background-size: 90%;
    width: 35px;
    height: 35px;
    margin-right: 0;
  }
  .indNotice header {
    padding-left: 120px;
  }
  .indNotice header > div:nth-child(2) marquee {
    height: 30px;
  }
  .indNotice {
    margin-top: 12px;
  }
  .focus_map .swiper-pagination {
    bottom: 5px;
  }
  .focus_map .swiper-pagination-bullet {
    width: 5vw;
  }
  .yws_news_l h2,
  .indCon_topic section h1 {
    font-size: 19px;
  }
  .indCon_topic section h2,
  .moreDiv {
    font-size: 16px;
  }
  .moreDiv::after {
    margin-left: 5px;
    background-size: 90%;
  }
  .yws_news_c {
    padding: 0 1.5vw 0 0;
  }
  .yws_news_div {
    padding: 1.5vw;
  }
  .yws_news_r {
    padding: 0 0.2vw 0 1.5vw;
  }
  .yws_news_txt {
    font-size: 16px;
  }
  .OtherLinks header h1,
  .OtherLinks header h2 {
    font-size: 20px;
  }
  .yws_news_tzgg ul li {
    border-bottom: 1px dotted #dfdfdf;
  }
  .indexFooter header ul li h1 {
    font-size: 18px;
  }
  .indexFooter header ul li:nth-child(2),
  .indexFooter header ul li:nth-child(3) {
    width: 50%;
  }
  .indexFooter header .main {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .indexFooter footer {
    width: 100%;
    justify-content: center;
    padding-bottom: 5px;
  }
  .indexFooter footer div {
    display: flex;
    padding: 0;
  }
  .indexFooter footer::before {
    height: 1px;
    width: 100%;
    z-index: 1;
    border-right: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    right: 0;
    bottom: 0;
  }
  .indexFooter footer a:nth-child(1) {
    margin-right: 20px;
  }
  .indexFooter header ul li {
    min-height: 50px;
  }

  .indexFooter header ul li:nth-child(1) br {
    display: inline-block;
  }
  .indexFooter header ul li:nth-child(1) {
    margin-bottom: 10px;
    padding-top: 15px;
    min-width: auto;
  }
  .nyTitle {
    padding: 12px 0;
  }
  .nyTitle h1 {
    font-size: 28px;
  }
  .nyTitle span {
    font-size: 24px;
  }
  .directorDiv h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
  }
  .aboutNr h1 {
    font-size: 24px;
    padding-top: 15px;
  }
  .competitionNav div span,
  .yws_news_txt,
  .yws_ztbd_text h1,
  .indNoticeTitle,
  .aboutNr p,
  .forumList h1,
  .lxwm_map_button button {
    font-size: 18px;
  }
  .nyBanner img {
    height: 25vw;
  }
}
@media (max-width: 735px) {
  .yws_news_r .yws_news_tzgg ul {
    height: auto;
    margin-bottom: 10px;
  }
  .yws_news_c {
    width: 100%;
    padding: 0;
  }
  .yws_news_main {
    flex-wrap: wrap;
  }
  .yws_news_main:after {
    display: none;
  }
  .yws_news_div {
    padding: 1.5vw 2vw;
  }
  .yws_news_tzgg {
    padding-bottom: 2vw;
  }
  .indCon_topic {
    padding-bottom: 0.5vw;
    padding-top: 1.5vw;
  }
  .yws_news_r {
    padding: 0;
    width: 100%;
    border-top: 1px solid #dfdfdf;
  }
  .yws_video {
    padding-bottom: 2vw;
  }
  .indCon_topic .moreDiv {
    margin-bottom: 0;
  }
  .yws_video_nr header b {
    background-size: 15vw;
  }
  .indexFooter p span {
    display: block;
    line-height: 15px;
    padding-top: 5px;
    width: 100%;
  }

  .indexFooter header ul li:nth-child(1) br {
    display: none;
  }
  .loginTit {
    width: 60px;
    overflow: hidden;
    height: 50px;
  }
  .loginTit span {
    display: none;
  }
  .indexFooter p span a {
    display: flex;
    align-items: center;
  }
  .indexFooter b {
    display: block;
    line-height: 20px;
    font-size: 15px;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .lxwm_map_p h1 {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .contactMain header {
    flex-wrap: wrap;
    padding: 0 10px 0;
  }
  .contactMain header > div::before {
    position: absolute;
    left: 15px;
  }
  .contactMain header > div {
    width: 100%;
    padding: 10px 2% 10px 75px;
  }
  .contactMain header h1,
  .contactMain header span {
    text-align: left;
  }
  .contactMain header span {
    font-size: 17px;
  }
  .contactMain header > div::before {
    width: 50px;
    height: 50px;
    background-size: 28px !important;
    top: 18px;
  }
  .indexFooter header .main {
    flex-wrap: wrap;
  }
  .indexFooter header .main > img {
    margin: auto;
    height: 100px;
    padding-bottom: 2vw;
  }
  .indexFooter header ul {
    padding-left: 0px;
    width: 100%;
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
    padding-top: 2vw;
  }
  .indexFooter header ul li::before {
    width: 45px;
    height: 45px;
  }
  .indexFooter header ul li {
    font-size: 15px;
  }
  .indexFooter header ul li h1 {
    font-size: 17px;
  }
  .OtherLinks ul li {
    width: 100%;
    margin-left: 0 !important;
  }
  .OtherLinks ul li div {
    display: flex;
    flex-wrap: wrap;
  }
  .OtherLinks ul li div a {
    width: 33.333333%;
    line-height: 25px;
    padding: 0 0 0 15px;
  }
  .OtherLinks ul li:last-child div {
    margin-bottom: 10px;
  }
  .OtherLinks ul li h1 {
    font-size: 18px;
    line-height: 40px;
  }
  .OtherLinks ul {
    padding-bottom: 5vw;
  }
  .yws_ztbd_text {
    padding: 10px 0 5px 0;
  }
  .wy_mune .main > div > a,
  .wy_mune.active a > div span:nth-child(2) {
    font-size: 17px;
  }
  .wy_mune a.active > div:before {
    height: 2px;
    bottom: -5px;
  }
  .indNotice header {
    margin-bottom: 2.5vw;
    padding-right: 0;
  }

  .indNotice header > div:nth-child(2) {
    padding: 4px 15px;
  }
  .wy_topRight > a {
    display: none;
  }
  .indNoticeTitle {
    line-height: 45px;
  }
  .indNoticeTitle::after {
    border-width: 23px 0 23px 10px;
  }

  .indexFooter footer a:nth-child(1) {
    margin-right: 10px;
  }
  .directorDiv h1 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .listTit h1 {
    font-size: 4.5vw;
    min-height: 10vw;
    line-height: 5vw;
  }
  .contactMain header > div:nth-child(1) {
    padding-top: 0;
  }
  .contactMain header > div:nth-child(1)::before {
    top: 10px;
  }
  .wy_top > .mune_cd {
    transform: scale(0.8);
  }
  .wy_top > .mune_cd {
    right: -5px;
    top: 1px;
  }
  .wy_topRight {
    padding-right: 45px;
  }
  .OtherLinks ul li div a {
    width: 50%;
  }
  .OtherLinks ul li div a {
    font-size: 15px;
  }
  .OtherLinks header {
    padding: 3vw 0 0;
  }
  .yws_video_nr a h1 {
    margin: 15px 0 10px 0;
  }
  .competitionNav div span,
  .yws_news_txt,
  .yws_ztbd_text h1,
  .indNoticeTitle,
  .aboutNr p,
  .forumList h1,
  .lxwm_map_button button {
    font-size: 17px;
  }
  .aboutNr p {
    line-height: 25px;
  }
  .competitionNav div span {
    min-height: 40px;
  }
  .competitionNav div.active span {
    font-size: 18px;
  }
  .booksDiv footer h1 {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .nyTitle h1,
  .nyTitle span {
    font-size: 22px;
  }
  .logOn {
    margin-right: 0px;
    padding-right: 8px;
  }
  .logOn span {
    width: 38px;
    height: 38px;
  }
  .wy_logo img {
    height: 50px;
  }
  .nav_btn_small {
    margin-top: -15px;
  }
  .loginTit {
    width: 54px;
  }
  .loginTit div {
    background-size: auto 36px;
  }
}
@media only screen and (orientation: portrait) {
  .nyMain {
    min-height: 58vh;
  }
  @media (max-width: 420px) {
    .wy_top > .mune_cd {
      right: -10px;
    }
    .loginTit {
      margin-right: 0;
    }
    .logOn:hover ul {
      top: 55px;
      right: -33px;
    }
  }
}
