@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
  font-family: "Montserrat";
  src: url("/template_files/1/font/Montserrat.woff2") format("woff2"), url("/template_files/1/font/Montserrat.woff") format("woff"), url("/template_files/1/font/Montserrat.ttf") format("truetype"), url("/template_files/1/font/Montserrat.eot") format("embedded-opentype"), url("/template_files/1/font/Montserrat.svg") format("svg");
}
@font-face {
  font-family: "Career";
  src: url("/template_files/1/font/Career.woff2") format("woff2"), url("/template_files/1/font/Career.woff") format("woff"), url("/template_files/1/font/Career.ttf") format("truetype"), url("/template_files/1/font/Career.eot") format("embedded-opentype"), url("/template_files/1/font/Career.svg") format("svg");
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("/template_files/1/font/SourceHanSansCN.woff2") format("woff2"), url("/template_files/1/font/SourceHanSansCN.woff") format("woff"), url("/template_files/1/font/SourceHanSansCN.ttf") format("truetype"), url("/template_files/1/font/SourceHanSansCN.eot") format("embedded-opentype"), url("/template_files/1/font/SourceHanSansCN.svg") format("svg");
}
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "SourceHanSansCN";
}

body {
  background: #fff;
  overflow-x: hidden;
}

body.index_body {
  height: auto;
}
.body2 {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    overflow: auto;
    z-index: 9999;
  background: #fff;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/*滚动条样式*/
.mCSB_scrollTools {
  width: 0.1rem;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #092A6B;
  width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(3, 107, 214, 0.1);
  opacity: 1;
}

.mCSB_inside .mCSB_container {
  margin-right: 1rem;
}

/*输入框placeholder*/
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.w {
  width: 100%;
  margin: 0 auto;
  padding: 0 8rem;
  position: relative;
}

.menu,
.menu_close {
  display: none;
}

/*导航*/
.top_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 5rem;
  width: 100%;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.top_nav.active, .top_nav:hover {
  background: #092A6B;
}
.top_nav .logo img {
  width: 12.75rem;
  height: 3.35rem;
  object-fit: contain;
}
.top_nav .top_nav_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.top_nav .top_link {
  align-items: center;
  height: 3rem;
  position: relative;
  z-index: 11;
}
.top_nav .top_link a {
  padding: 0 1rem;
font-family:"宋体";
}
.top_nav .top_link .hall_a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
}
.top_nav .top_link .hall_a img {
  width: 0.85rem;
  height: 0.85rem;
  margin-right: 0.5rem;
}
.top_nav .top_link .search_area {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2rem;
}
.top_nav .top_link .search_area .search_icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.4rem;
}
.top_nav .top_link .search_area .search_model {
  -webkit-transform: scaleY(0) translateX(-50%);
  -moz-transform: scaleY(0) translateX(-50%);
  -ms-transform: scaleY(0) translateX(-50%);
  -o-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -webkit-calc(100% + 0.025rem);
  top: -moz-calc(100% + 0.025rem);
  top: calc(100% + 0.025rem);
  left: 50%;
}
.top_nav .top_link .search_area:hover .search_model {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateX(-50%);
  -moz-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  -o-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}
.top_nav .top_link .search_area .search_box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10rem;
  height: 2rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 0.125rem 0.25rem 0.125rem 0.625rem;
}
.top_nav .top_link .search_area .search_box .search_ipt {
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  line-height: 1.25rem;
}
.top_nav .top_link .search_area .search_box .submit {
  width: 2.5rem;
  height: 1.5rem;
  background: #092A6B;
  border-radius: 0.625rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}
.top_nav .top_link .search_area .search_box .submit i {
  font-size: 0.45rem;
  margin-right: 0.25rem;
}
.top_nav .nav_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_nav .nav_list li {
  position: relative;
}
.top_nav .nav_list li.on a:after {
  opacity: 1;
}
.top_nav .nav_list li:hover a:after {
  opacity: 1;
}
.top_nav .nav_list li:hover .hide_menu {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.top_nav .nav_list li > a {
  padding: 0 1rem 0.5rem;
  line-height: 2rem;
  position: relative;
  transition: all 0.4s;
  font-size: 1rem;
  color: #FFFFFF;
  z-index: 10;
}
.top_nav .nav_list li > a:after {
  width: 100%;
  height: 0.2rem;
  background: #005BAC;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.4s;
}
.top_nav .nav_list li .hide_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
margin-left:-50px;
  background: #092A6B;
  padding: 1rem 0;
  opacity: 0;
  transition: 0.5s;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
}
.top_nav .nav_list li:last-child .hide_menu{ left:auto; right:0px; margin-left:0px; }
.top_nav .nav_list li .hide_menu dd {
  position: relative;
  transition: all 0.3s;
}
.top_nav .nav_list li .hide_menu dd a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  line-height: 2rem;
}
.top_nav .nav_list li .hide_menu dd:hover {
  background: rgba(255, 255, 255, 0.1);
}
.top_nav .nav_list li .hide_menu dd:hover .hide_menu2 {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.top_nav .nav_list li .hide_menu dd .hide_menu2 {
  position: absolute;
  left: 100%;
  top: -0.75rem;
  width: calc(100% + 1rem);
  opacity: 0;
  transition: 0.5s;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  border-left: 1rem solid transparent;
}
.top_nav .nav_list li .hide_menu dd .hide_menu2 dl {
  background: #092A6B;
  padding: 1rem 0;
  position: relative;
}
.top_nav .nav_list li .hide_menu dd .hide_menu2 dl:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 1.4rem;
  right: 100%;
  border: 0.4rem solid transparent;
  border-right: 0.5rem solid #092A6B;
  content: "";
  display: block;
  transition: all 0.4s;
}

/*部分公共部分样式*/
.sec {
  padding: 4rem 0;
}

/*页码*/
.page {
  width: 100%;
  height: 5rem;
  background: #FFFFFF;
  border-radius: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  margin: 2rem 0;
  font-family: "Career";
}
.page a,
.page span {
  font-weight: bold;
  text-align: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
}
.page a:hover, .page a.current {
  color: #092A6B;
}

.read_more_con {
  text-align: center;
}

.read_more {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: url(/template_files/1/img/more_bg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 6.75rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  color: #092A6B;
  font-size: 0.9rem;
}
.read_more:hover {
  transform: scale(1.05);
}
.read_more.white {
  color: #fff;
  background: url(/template_files/1/img/more_white_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.index_title {
  margin-bottom: 2.5rem;
  color: #FFFFFF;
}
.index_title .title {
  font-size: 2.4rem;
  margin-top: -1.5rem;
  font-weight: 600;
}
.index_title .en_title {
  font-family: Career;
  font-size: 3rem;
  opacity: 0.1;
}
.index_title.center .en_title,
.index_title.center .title {
  text-align: center;
}
.index_title.line2 .title {
  position: relative;
}
.index_title.line2 .title:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 1.5rem);
  left: 50%;
  transform: translateX(-50%);
  width: 0.05rem;
  height: 3rem;
  background: #092A6B;
  display: block;
}
.index_title.line .title {
  position: relative;
}
.index_title.line .title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 1rem);
  width: 25rem;
  height: 0.05rem;
  background: #fff;
  display: block;
}
.index_title.color .en_title,
.index_title.color .title {
  color: #092A6B;
}
.index_title.color.line .title:before {
  background: #092A6B;
}

.prev1,
.next1 {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.prev1:hover,
.next1:hover {
  color: #092A6B;
}

.prev1 {
  left: 5rem;
}

.next1 {
  right: 5rem;
}

/*首页banner----------------------------------------------------------------------------------------------*/
.sec1 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.sec1 .banner_swiper li {
  width: 100%;
  height: 100%;
}

.sec1 .banner_swiper li .banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  -webkit-transition: all 4s;
  -moz-transition: all 4s;
  -ms-transition: all 4s;
  -o-transition: all 4s;
  transition: all 4s;
}
.sec1 .banner_swiper li.swiper-slide-active .banner{
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
.sec1 .banner_font {
  width: 100%;
  height: 32.65rem;
  background: url(/template_files/1/img/badge1.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Career;
  color: #FFFFFF;
}
.sec1 .banner_font .year {
  font-size: 7.5rem;
  margin-bottom: 1rem;
}
.sec1 .banner_font .title {
  font-size: 3.6rem;
  font-family: SJxingkai-C, SJxingkai-C;
}
.sec1 .slide_down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sec1 .slide_down img {
  width: 1.9rem;
  height: 0.6rem;
  margin-top: 0.5rem;
}
.sec1 .swiper-pagination-banner {
  bottom: 2.5rem;
  text-align: left;
  width: auto;
  left: 8rem;
  z-index: 10;
  display: flex;
  align-items: center;
}
.sec1 .swiper-pagination-banner .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  opacity: 1;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  margin: 0 0.5rem;
}
.sec1 .swiper-pagination-banner .swiper-pagination-bullet-active {
  width: 1.5rem;
  height: 1.5rem;
  background: url(/template_files/1/img/dot_active.png) no-repeat center center;
  background-size: contain;
}
.sec1 .action {
  position: absolute;
  right: 8rem;
  bottom: 2rem;
}
.sec1 .prev2,
.sec1 .next2 {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #fff;
  border: 0.05rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0 0 0 1rem;
  transition: all 0.4s;
}
.sec1 .prev2 i,
.sec1 .next2 i {
  font-size: 1.2rem;
}
.sec1 .prev2:hover,
.sec1 .next2:hover {
  background: #fff;
  color: #092A6B;
}

.sec22 {
  background: url(/template_files/1/img/sec2_bg.png) no-repeat top left;
  background-size: cover;
  padding-bottom: 10rem;
}

.action_top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.action_top .index_title {
  margin-bottom: 0rem;
}

.index_focus_list {
  flex-wrap: wrap;
}
.index_focus_list li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.index_focus_list li:nth-of-type(3n) {
  margin-right: 0;
}
.index_focus_list li:hover .time_con:before {
  background: #fff;
  opacity: 1;
}
.index_focus_list li:hover .time_con,
.index_focus_list li:hover .title {
  color: #fff;
  opacity: 1;
}
.index_focus_list li:hover .info_con:before {
  opacity: 1;
}
.index_focus_list li a {
  width: 100%;
}
.index_focus_list li .img_con img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.index_focus_list li .info_con {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.index_focus_list li .info_con:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #005BAC, #002063);
  opacity: 0;
  transition: all 0.4s;
}
.index_focus_list li .time_con {
  width: 5rem;
  color: #092A6B;
  opacity: 0.3;
  font-family: Career;
  position: relative;
  z-index: 1;
}
.index_focus_list li .time_con .day {
  font-size: 2rem;
}
.index_focus_list li .time_con:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 1.5rem;
  background: #002063;
  opacity: 0.4;
  display: block;
}
.index_focus_list li .title {
  width: calc(100% - 5rem);
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #092A6B;
  position: relative;
  z-index: 1;
}

.sec33 {
  background: url(/template_files/1/img/sec3_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 10rem;
  margin-top: -7.5rem;
  margin-bottom: -5rem;
}
.sec33 .w {
  justify-content: space-between;
}
.sec33 .left,
.sec33 .right {
  width: 48%;
}
.sec33 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_list {
  padding-right: 5rem;
}
.news_list li {
  background: #fff;
  margin-bottom: 0.75rem;
  position: relative;
}
.news_list li:nth-of-type(2n) {
  left: 5rem;
}
.news_list li:last-of-type {
  margin-bottom: 0;
}
.news_list li:hover .title {
  color: #092A6B;
}
.news_list li a {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_list li .img_con img {
  width: 11rem;
  height: 7rem;
  object-fit: cover;
}
.news_list li .info_con {
  width: calc(100% - 11rem);
  padding-left: 1rem;
}
.news_list li .info_con .time_con {
  color: #092A6B;
  font-family: Career;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.news_list li .info_con .time_con .day {
  font-size: 1.5rem;
  margin-right: 0.25rem;
}
.news_list li .info_con .time_con .year {
  opacity: 0.3;
}
.news_list li .info_con .title {
  font-size: 1rem;
  font-weight: 600;
}

.announcement_list {
  padding: 0.5rem 0;
  background: #fff;
}
.announcement_list li {
  background: #fff;
  position: relative;
}
.announcement_list li:hover .title {
  color: #092A6B;
}
.announcement_list li a {
  width: 100%;
  height: 4.5rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.announcement_list li .time_con {
  width: 6rem;
  color: #092A6B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Career;
  margin-bottom: 1rem;
}
.announcement_list li .time_con .day {
  font-size: 2rem;
}
.announcement_list li .title {
  width: calc(100% - 6rem);
  font-size: 1rem;
  transition: all 0.3s;
}

.academic_list {
  padding: 0.5rem 0;
  background: #fff;
}
.academic_list li {
  background: #fff;
  position: relative;
}
.academic_list li:hover .info_con {
  color: #092A6B;
}
.academic_list li a {
  width: 100%;
  height: 4.5rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.academic_list li .time {
  width: 6rem;
  font-family: Career;
  color: #092A6B;
  opacity: 0.5;
  text-align: right;
}
.academic_list li .info_con {
  /*width: calc(100% - 6rem);*/
width:100%;
  font-size: 1rem;
  transition: all 0.3s;
}
.academic_list li .info_con  .tip span{ margin-right:10px; font-size:0.9rem; }
.sec44 {
  background: url(/template_files/1/img/sec4_bg.png) no-repeat center center;
  background-size: cover;
}
.sec44 .media_swiper_con {
  position: relative;
  margin-bottom: 2.5rem;
}

.media_list li {
  padding-bottom: 4rem;
  position: relative;
}
.media_list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 100%;
  display: block;
  z-index: 11;
  background: linear-gradient(to bottom, #005BAC 10%, rgba(0, 91, 172, 0));
}
.media_list li:nth-of-type(2n) {
  margin-top: 4rem;
}
.media_list li:hover a:before {
  opacity: 1;
}
.media_list li:hover .tip {
  background: #fff;
  color: #092A6B;
}
.media_list li:hover .time,
.media_list li:hover .title {
  opacity: 1;
  color: #fff;
}
.media_list li a {
  background: linear-gradient(to top right, #EAEEF6, #FFFFFF);
  width: 100%;
  padding: 2.5rem 1.5rem;
  position: relative;
}
.media_list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #002063, #005BAC);
  opacity: 0;
  transition: all 0.4s;
}
.media_list li .img_con,
.media_list li .tip,
.media_list li .time,
.media_list li .title {
  position: relative;
  z-index: 1;
}
.media_list li .tip {
  height: 2rem;
  line-height: 2.1rem;
  padding: 0 1rem;
  background: #005BAC;
  border-radius: 1rem;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.media_list li .title {
  font-size: 1rem;
  font-weight: 600;
}
.media_list li .img_con {
  margin-bottom: 0.5rem;
}
.media_list li .img_con img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
.media_list li .time {
  color: #092A6B;
  font-family: Career;
  opacity: 0.5;
}

.sec55 {
  background: url(/template_files/1/img/sec5_bg.png) no-repeat top left;
  background-size: cover;
  padding-bottom: 10rem;
}

.special_list li {
  width: 30%;
  margin-left: -5%;
}
.special_list li:first-of-type {
  margin: 0;
}
.special_list li:nth-child(2n){ margin-top:-4rem; margin-left:-2.5%;}
.special_list li a {
  width: 100%;
}
.special_list li a img {
  width: 100%;
  object-fit: cover;
}

.sec66 {
  background: url(/template_files/1/img/sec6_bg.png) no-repeat top left;
  background-size: cover;
  margin-top: -5rem;
  overflow: hidden;
  padding-top: 8rem;
}
.sec66 .story_swiper_con {
  width: 110%;
  margin-bottom: 3rem;
}

.story_swiper {
  overflow: visible;
}

.story_list li {
  width: 15% !important;
  transition: all 0.5s;
  padding: 0 0.25rem 5rem;
  height: 27.5rem;
}
.story_list li.swiper-slide-active {
  width: 40% !important;
  padding-bottom: 0;
}
.story_list li.swiper-slide-active .title {
  opacity: 1;
}
.story_list li.swiper-slide-prev, .story_list li.swiper-slide-next {
  padding-top: 5rem;
  padding-bottom: 0;
}
.story_list li a {
  position: relative;
  width: 100%;
  height: 100%;
}
.story_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story_list li .title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: 1;
  padding: 0.5rem 4rem;
  color: #FFFFFF;
height:4rem;
  opacity: 0;
  transition: all 0.2s; font-size:0.9rem;
background:rgb(9,42,107,0.7);
}
.story_list li .title:before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 3rem;
  height: 0.05rem;
  background: #fff;
  display: block;
}

.sec77 {
  background: url(/template_files/1/img/sec7_bg.png) no-repeat top left;
  background-size: cover;
}
.sec77 .campus_swiper_con {
  position: relative;
  margin-bottom: 3rem;
}

.campus_swiper {
  height: 30rem;
}

.campus_list li a {
  width: 100%;
}
.campus_list li img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

/*底部*/
.footer {
  color: #fff;
  margin-top: -5rem;
}
.footer .footer_top {
  background: url(/template_files/1/img/footer_bg.png) no-repeat top center;
  background-size: cover;
  padding: 7rem 0 0;
}
.footer .footer_top .link_list {
  flex-wrap: wrap;
}
.footer .footer_top .link_list li {
  width: 10%;
  margin-right: 2.85%;
  margin-bottom: 2.85%;
  transition: all 0.5s;
  background: #005BAC;
  border-radius: 1rem;
}
.footer .footer_top .link_list li:nth-of-type(8n) {
  margin-right: 0;
}
.footer .footer_top .link_list li:hover {
  background: linear-gradient(to top right, #002063, #005BAC);
}
.footer .footer_top .link_list li a {
  text-align: center;
  width: 100%;
  padding: 1rem 0 0.5rem;
}
.footer .footer_top .link_list li a img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  margin-bottom: 0.75rem;
}
.footer .footer_top .link_list li a h6 {
  font-size: 0.9rem;
}
.footer .footer_bot {
  background: #092A6B url(../img/badge.png) no-repeat center 2rem;
  background-size: contain;
}
.footer .footer_bot .logo_con {
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.1);
}
.footer .footer_bot .logo_con .logo img {
  width: 12.75rem;
}
.footer .footer_bot .logo_con .font {
  width: 25.3rem;
}
.footer .footer_bot .contact_con {
  padding: 2.5rem 0;
  justify-content: space-between;
}
.footer .footer_bot .contact_con .left .info {
  margin-bottom: 1.5rem;
}
.footer .footer_bot .contact_con .left .title {
  margin-bottom: 0.25rem;
}
.footer .footer_bot .contact_con .left .friend_link {
  align-items: center;
}
.footer .footer_bot .contact_con .left .friend_link li {
  position: relative;
  margin-right: 2rem;
  width: 14rem;
}
.footer .footer_bot .contact_con .left .friend_link li > a {
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #005BAC;
}
.footer .footer_bot .contact_con .left .friend_link li .hide_link {
  position: absolute;
  bottom: -webkit-calc(100% + 0.5rem);
  bottom: -moz-calc(100% + 0.5rem);
  bottom: calc(100% + 0.5rem);
  left: 0;
  width: 100%;
  background: #005BAC;
  display: none;
}
.footer .footer_bot .contact_con .left .friend_link li .hide_link a {
  width: 100%;
  line-height: 1rem;
  padding: 0.5rem 1rem;
  color: #fff;
}
.footer .footer_bot .contact_con .contact_list li {
  padding: 0 2.5rem;
  position: relative;
  text-align: center;
}
.footer .footer_bot .contact_con .contact_list li:last-of-type {
  padding-right: 0;
}
.footer .footer_bot .contact_con .contact_list li .name {
  text-align: center;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}
.footer .footer_bot .contact_con .contact_list li .ewm img {
  width: 6.25rem;
  height: 6rem;
}
.footer .copy_right {
  height: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.footer .copy_right span,
.footer .copy_right a {
  margin: 0 0.25rem;
  line-height: 1.2rem;
}

.inner {
  position: relative;
}
.inner .inner_img {
  width: 100%;
  min-height: 15rem;
  object-fit: cover;
}
.inner .index_title {
  margin-bottom: 4rem;
}
.inner .inner_con {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.inner .inner_con .crumbs {
  align-items: center;
  color: #fff;
  opacity: 0.8;
  padding-bottom: 2rem;
}
.inner .inner_con .crumbs a {
  padding: 0 0.5rem;
}
.inner .inner_con .crumbs a:nth-of-type(1) {
  padding-left: 0;
}

.sec_menu .menu_list {
  border-bottom: 0.05rem solid rgba(9, 42, 107, 0.1);
}
.sec_menu .menu_list li.on a, .sec_menu .menu_list li:hover a {
  color: #092A6B;
}
.sec_menu .menu_list li a {
  margin-right: 2rem;
  font-size: 1rem;
  color: #666;
  line-height: 5rem;
  transition: all 0.3s;
  position: relative;
}

.sec_inner {
  background: rgba(0, 32, 99, 0.05);
  padding: 2.5rem 0 7.5rem;
}

.other_title {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  color: #092A6B;
  text-align: center;
  font-weight: 600;
}

.sec_focus {
  padding: 3rem 0 7.5rem;
  background: #fff;
}
.sec_focus .page {
  background: #F2F4F7;
}

/*临时公告列表*/
.notice_list {
  flex-wrap: wrap;
}
.notice_list li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.notice_list li:nth-of-type(3n) {
  margin-right: 0;
}
.notice_list li:hover {
  color: #fff;
}
.notice_list li:hover .more,
.notice_list li:hover .info,
.notice_list li:hover .title {
  color: #fff;
}
.notice_list li:hover:before {
  opacity: 1;
}
.notice_list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, #005BAC, #002063);
  transition: all 0.5s;
  opacity: 0;
}
.notice_list li a {
  width: 100%;
  padding: 0 2.5rem;
  position: relative;
  z-index: 1;
}
.notice_list li .time_con {
  width: 6rem;
  height: 6rem;
  background: #002063;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Career;
  margin-bottom: 1rem;
}
.notice_list li .time_con .day {
  font-size: 2rem;
}
.notice_list li .info_con {
  padding-bottom: 2rem;
  border-bottom: 0.05rem solid #eee;
}
.notice_list li .title {
  font-size: 1rem;
  color: #092A6B;
  position: relative;
  font-weight: 600;
  margin-bottom: 1rem;
}
.notice_list li .info {
  color: #666;
}
.notice_list li .more {
  color: #092A6B;
  padding: 1rem 0;
}

/*焦点关注*/
.focus_list li {
  background: #fff;
  border-radius: 0 3rem 0 3rem;
  position: relative;
}
.focus_list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #092A6B;
  box-shadow: 0 0 1rem 0 #092A6B;
  transition: all 0.5s;
  opacity: 0;
  border-radius: 0 3rem 0 3rem;
}
.focus_list li:hover .time_con,
.focus_list li:hover .info,
.focus_list li:hover .title {
  color: #fff;
}
.focus_list li:hover .more {
  background: #fff;
  transform: translateY(-50%) rotate(-20deg);
}
.focus_list li:hover:before {
  opacity: 1;
}
.focus_list li a {
  width: 100%;
  padding: 2.25rem 5rem 2.25rem 2.5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.focus_list li .time_con {
  width: 5rem;
  color: #092A6B;
  font-family: Career;
}
.focus_list li .time_con .day {
  font-size: 2rem;
}
.focus_list li .img_con img {
  width: 19rem;
  height: 11rem;
  object-fit: cover;
}
.focus_list li .info_con {
  width: calc(100% - 24rem - 2.5rem);
  padding: 1rem 2rem 0;
}
.focus_list li .info_con2{   width: calc(100% - 5.5rem); }
.focus_list li .title {
  font-size: 1rem;
  position: relative;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.focus_list li .info {
  color: #666;
}
.focus_list li .more {
  color: #092A6B;
  width: 2.5rem;
  height: 2.5rem;
  background: #EEEEEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}

/*搜索结果页*/
.sec_search {
  background: rgba(0, 32, 99, 0.05);
}
.sec_search .search_box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}
.sec_search .search_box .search_ipt {
  border: 0.1rem solid rgba(0, 49, 115, 0.1);
  padding: 0.9rem;
  width: 25rem;
  border-radius: 7.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.sec_search .search_box .submit {
  background: #092A6B;
  color: #fff;
  padding: 0.9rem;
  width: 7.5rem;
  font-size: 0.9rem;
  border-radius: 7.5rem;
}
.sec_search .search_list {
  border-top: 0.05rem solid rgba(0, 49, 115, 0.1);
}
.sec_search .search_list li {
  border-bottom: 0.05rem solid rgba(0, 49, 115, 0.1);
  position: relative;
}
.sec_search .search_list li:after {
  width: 0;
  height: 0.05rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #092A6B;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.sec_search .search_list li a {
  padding: 0.5rem 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
display:flex; flex-wrap:wrap; justify-content: space-between;
}
.sec_search .search_list li .title {
 /* margin-bottom: 0.5rem;*/
  font-size: 0.9rem;
width:calc(100% - 140px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.sec_search .search_list li .time {
  color: #092A6B;
  opacity: 0.5; line-height:1.5rem;
  font-family: Career;
  font-weight: bold;
}
.sec_search .search_list li:hover .title {
  color: #092A6B;
}
.sec_search .search_list li:hover:after {
  width: 100%;
}


.nr{}
.nr_title{ font-size:1.8rem; line-height:2rem; color:#092A6B; text-align:center; font-weight:bold;}
.nr_date{ font-size:1.4rem; line-height:1.8rem; text-align:center; margin-top:0.8rem; }
.nr_div{ margin-top:1rem;font-size:1rem; line-height:1.5rem; }
.nr_div p,.nr_div span{font-size:1rem; line-height:1.5rem;}
.nr_div2{ text-align:right;  font-size:1rem; line-height:1.2rem; margin-top:1rem; }
.nr_div2 span{ display:inline-block; margin-left:0.15rem; }
#vsb_content_2 P,#vsb_content_2 span,#vsb_content_2 div{ font-size:1rem !important; line-height:1.5rem !important; }
.nr_div img{ display:block; max-width:100%; margin:0 auto;}

.yhtd{}
.yhtd ul{ flex-wrap: wrap; }
.yhtd ul li{ width:18%; margin-right:2.5%; border:solid 1px #999; border-radius:15px; font-size:1rem; line-height:1.4rem; padding:0.5rem 0.2rem; text-align:center; margin-bottom:1.2rem; }
.yhtd ul li:nth-of-type(5n){ margin-right:0px; }
.yhtd ul li a{ display:block; }
.yhtd ul li:hover{  color:#092A6B; border:solid 1px #092A6B;}


.links{}
.links ul{ flex-wrap: wrap;}
.links ul li{ width:22%; margin-right:3%; border:solid 1px #fff; background:#fff; border-radius:1rem; font-size:1rem; line-height:1.4rem; padding:1rem 0.2rem; text-align:center; margin-bottom:1.2rem; }
.links ul li:nth-of-type(4n){ margin-right:0px; }
.links ul li a{ display:block; }
.links ul li:hover{  color:#092A6B; border:solid 1px #092A6B;}


.piclist{}
.piclist ul{ flex-wrap: wrap;}
.piclist ul li{ width:18%; margin-right:2.5%;  margin-bottom:1.2rem; }
.piclist ul li:nth-of-type(5n){ margin-right:0px; }
.piclist ul li a,.piclist ul li img{ display:block; width:100%;}

.navlistbg{ background:rgba(0, 32, 99, 0.05); }
/*.navlist{}
.navlist ul{ display:flex;flex-wrap: wrap; } 
.navlist ul li{ width:22%; margin-right:4%;  margin-bottom:3rem; text-align: center;
    position:relative; background:#fff; }
.navlist ul li:before{content:"";  position:absolute;  width:3rem; height:3rem; background:#092A6B; top:-1rem; left:1rem;  background:#092A6B url(../img/icowhite.png) no-repeat center; background: url(/template_files/1/img/ico.png) no-repeat center; background-size:85%; border-radius:10px;}
.navlist ul li:nth-of-type(4n){ margin-right:0px; }
.navlist ul li a{ display:block; padding-left:0.3rem; padding-rigth:0.3rem; padding-bottom:1rem; color:#092A6B; font-size:1rem;   margin-top:2rem; }*/

.navlist{}
.navlist ul{ display:flex;flex-wrap: wrap; } 
.navlist ul li{ width:22%; margin-right:4%;  margin-bottom:3rem; text-align: center;
    position:relative; background:#fff; }
.navlist ul li:before{content:"";  position:absolute;  width:100%; height:2rem; background:#092A6B; top:0rem; left:0rem;   background: linear-gradient(to bottom, #092A6B, rgb(0,42,107,0.55));}
.navlist ul li:nth-of-type(4n){ margin-right:0px; }
.navlist ul li a{ display:block; padding-left:0.3rem; padding-rigth:0.3rem; padding-bottom:0.5rem; color:#092A6B; font-size:1rem;   margin-top:2.5rem; }



/*1920*/
@media screen and (max-width: 1280px) {
  .top_nav .nav_list li > a {
    padding: 0 0.5rem 0.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .w {
    padding: 0 0.75rem;
    margin: 0;
    width: 100%;
  }
  .body2{
    position: relative;
    z-index: 2;
    top: auto !important;

  }
  .sec {
    padding: 2.5rem 0;
  }
  .video_mark .video_box {
    width: 90%;
    height: 50%;
  }
  .search_box .search_ipt {
    width: 14rem;
  }
  .search_box .submit {
    width: 6rem;
  }
  .menu {
    display: block;
    padding: 0.5rem 0 0.5rem 0.5rem;
    font-size: 1.2rem;
  }
  .menu_close {
    position: fixed;
    top: 1.5rem;
    right: 1rem;
    z-index: 10001;
    color: #fff;
    font-size: 1.5rem;
    display: none;
  }
  .top_nav .top_nav_right {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .index_title .en_title {
    font-size: 2rem;
  }
  .index_title .title {
    font-size: 1.6rem;
    margin-top: -1rem;
  }
  .inner .inner_img {
    object-position: -10rem;
  }
  .top_nav {
    padding: 0 1rem;
  }
  .top_nav .logo img {
    width: 8.75rem;
    height: 2.85rem;
    object-fit: contain;
  }
  .top_nav .top_link a {
    padding: 0 0.25rem;
  }
  .top_nav .top_link .hall_a {
    margin-left: 0.5rem;
  }
  .top_nav .nav_list {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #092A6B;
    flex-wrap: wrap;
    z-index: 10000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2.5rem;
    display: none;
    overflow-y: auto;
  }
  .top_nav .nav_list li {
    width: 100%;
    border-bottom: 0.05rem solid rgba(255, 255, 255, 0.1);
  }
  .top_nav .nav_list li > a {
    width: 100%;
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 0 1.5rem;
    color: #fff !important;
  }
  .top_nav .nav_list li .hide_menu,
  .top_nav .nav_list li .hide_menu dd .hide_menu2 {
    position: static;
    display: block;
    padding: 0 0 1rem;
    opacity: 1;
    transition: 0.5s;
    overflow: visible;
    visibility: visible;
    transform: none;
  }
  .top_nav .nav_list li .hide_menu > dd a {
    flex-direction: row;
    line-height: 3rem;
    font-size: 1.2rem;
    justify-content: flex-start;
    padding: 0 3rem;
  }
  .top_nav .nav_list li .hide_menu dd .hide_menu2 dl {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .top_nav .nav_list li .hide_menu dd .hide_menu2 {
    padding-left: 4rem;
  }
  .top_nav .nav_list li .hide_menu dd .hide_menu2 dd a {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
  .top_nav .nav_list li > a:after {
    display: none !important;
  }
  .sec_menu {
    display: none;
  }
  .sec_menu .menu_list {
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
  }
  .sec_menu .menu_list li a {
    margin-right: 2rem;
    line-height: 2.5rem;
  }
  .notice_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .notice_list li a {
    padding: 0 1.5rem;
  }
  .footer .footer_top {
    padding: 5rem 0 0;
  }
  .footer .footer_top .link_list li {
    width: 20%;
    margin-right: 6.66%;
    margin-bottom: 6.66%;
    border-radius: 0.5rem;
  }
  .footer .footer_top .link_list li:nth-of-type(8n) {
    margin-right: 6.66%;
  }
  .footer .footer_top .link_list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .footer .footer_top .link_list li a img {
    width: 2rem;
    height: 2rem;
  }
  .footer .footer_bot .logo_con {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .footer .footer_bot .logo_con .font {
    width: 15.3rem;
  }
  .footer .footer_bot .logo_con .logo {
    margin-bottom: 1.5rem;
  }
  .footer .footer_bot .contact_con {
    padding: 1.5rem 0;
    flex-wrap: wrap;
  }
  .footer .footer_bot .contact_con .left .friend_link {
    justify-content: space-between;
  }
  .footer .footer_bot .contact_con .left .friend_link li {
    margin-right: 0;
    width: 48%;
  }
  .footer .footer_bot .contact_con .left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer .footer_bot .contact_con .contact_list {
    width: 100%;
    justify-content: center;
  }
  .footer .footer_bot .contact_con .contact_list li {
    padding: 0 0.5rem;
  }
  .footer .footer_bot .contact_con .contact_list li .ewm img {
    width: 5.25rem;
    height: 5rem;
  }
  .footer .copy_right {
    flex-wrap: wrap;
    padding: 1.5rem 0;
    height: auto;
  }
  .focus_list li a {
    flex-wrap: wrap;
    padding: 2rem 1rem;
    border-bottom: 0.05rem solid #eee;
  }
  .focus_list li .img_con {
    width: calc(100% - 5rem);
  }
  .focus_list li .img_con img {
    width: 100%;
  }
  .focus_list li .info_con {
    width: 100%;
    padding: 1rem 0 0;
  }
  .focus_list li .more {
    display: none;
  }
  .sec1 {
    height: 25rem;
  }
  .sec1 .banner_font .year {
    font-size: 2.5rem;
  }
  .sec1 .banner_font .title {
    font-size: 1.6rem;
  }
  .sec1 .action {
    display: none;
  }
  .sec1 .swiper-pagination-banner {
    bottom: 1rem;
    left: 1rem;
  }
  .index_focus_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .action_top {
    margin-bottom: 1.5rem;
  }
  .sec33 {
    padding-bottom: 10rem;
    margin-top: -10rem;
    margin-bottom: -5rem;
    padding-top: 10rem;
  }
  .sec22 {
    padding-bottom: 10rem;
  }
  .sec33 .left, .sec33 .right {
    width: 100%;
  }
  .sec33 .w {
    flex-wrap: wrap;
  }
  .sec33 .left {
    margin-bottom: 1.5rem;
  }
  .news_list {
    padding-right: 2.5rem;
  }
  .news_list li:nth-of-type(2n) {
    left: 2.5rem;
  }
  .announcement_list {
    margin-bottom: 1.5rem;
  }
  .sec44 .media_swiper_con {
    margin-bottom: 0;
  }
  .sec66 {
    padding-top: 5rem;
  }
  .story_list li.swiper-slide-active {
    width: 80% !important;
  }
  .story_list li {
    height: 20rem;
    width: 30% !important;
  }
  .sec66 .story_swiper_con {
    width: 100%;
    margin-bottom: 3rem;
  }
  .sec77 {
    padding-bottom: 5rem;
  }
  .sec1 .banner_font {
    height: 15rem;
  }

.nr_title{  font-size:1.6rem; }
.nr_date{ font-size:1rem; }
.nr_div2{ font-size:0.8rem; }
.yhtd ul li{ width:32%; margin-right:2%; }
.yhtd ul li:nth-of-type(5n) { margin-right:2%; }
.yhtd ul li:nth-of-type(3n){ margin-right:0px;}
.links ul li{ width:48.5%; margin-right:3%; }
.links ul li:nth-of-type(2n),.links ul li:nth-of-type(4n){ margin-right:0px;}
.piclist ul li{ width:32%; margin-right:2%;}
.piclist ul li:nth-of-type(5n){ margin-right:2%; }
.piclist ul li:nth-of-type(3n){ margin-right:0px; }
.navlist ul li{ width:48.5%; margin-right:3%; }
.navlist ul li:nth-of-type(2n){ margin-right:0px; }
.special_list li:nth-child(2n){ margin-top:0px; margin-left:-5%; }
}
/*移动端*/

@media screen and (max-width: 799px) {
.yhtd ul li,.yhtd ul li:nth-of-type(5n){ width:100%; float:none; margin-right:0px; }
.piclist ul li{ width:47.5%; margin-right:3%; }
.piclist ul li:nth-of-type(5n){margin-right:3%;}
.piclist ul li:nth-of-type(2n){margin-right:0px;}
.navlist ul li{ width:100%; margin-right:0px; }
.links ul li{ width:100%; margin-right:0px; }

}
/*# sourceMappingURL=CSS.css.map */