/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分*/
body{
    overflow-x: hidden;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 end*/
ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i,
img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
/*鍏ㄥ眬鏍峰紡*/
html,
body {
  width: 100%;
  margin: 0 auto;
}
/*= 娓呴櫎娴姩=*/
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 0%;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 0%;
}
/* 閽堝IE7 */
* + html .clearfix {
  min-height: 0
}
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*鍘熸枃浠堕厤缃*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color:#404040;
  background: #f0f3f2;
  font: 16px/30px 'Microsoft YaHei', arial, sans-serif;
  min-width: 320px;
}
a {
  color: #7b7b7b;
}
a:hover {
  color: #224e7f;
}
/*鎸夐挳涓撶敤 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
/*鍧楃骇杞寲*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*鍘熸枃浠堕厤缃 end*/
/* 鍒伴《閮ㄩ棿璺*/
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 鍒板乏杈归棿璺*/
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 瀛椾綋澶у皬 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*绾靛悜灞呬腑*/
.v_middle {
  vertical-align: middle;
}
/*妯悜灞呬腑*/
.te-align {
  text-align: center;
}
/*鐩稿瀹氫綅*/
.p_r {
  position: relative;
}
/* 鐧借壊鑳屾櫙 */
.bgfff {
  background: #fff;
}
@media (min-width: 1200px) {
  /*min-width 1200 涓嶈鍐欏叾瀹冨唴瀹*/
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
p,
h3,
h4 {
  margin: 0;
}
a:link {
  text-decoration: none;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*鍏ㄥ眬鏍峰紡 start*/
header {
  display: none;
}
.header {
  background: url(/images/header-bg.png) no-repeat bottom center;
  position: fixed;
  width: 100%;
  height: 155px;
  z-index: 9 !important;
  transition: all 0.5s ease-in-out;
}
.header .top {
  height: 33px;
  line-height: 32px;
  font-size: 14px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.header .top .container {
  border-bottom: 1px solid #adbdcd;
  padding: 0 10px;
}
.header .top a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  margin-right: 20px;
}
.header .top .vr {
  background: url(/images/vr.png) no-repeat left center;
}
.header .top .bs {
  background: url(/images/bs.png) no-repeat left center;
}
.header .top a:hover {
  opacity: 0.8;
}
.header .top form .text {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  height: 28px;
  line-height: 20px;
  padding: 3px 10px;
  margin-top: 2px;
  border-radius: 50px;
  width: 0;
  padding: 0;
  border: 0;
  transition: all 0.5s ease-in-out;
  margin-right: 5px;
}
.header .top form .text::placeholder {
  color: #fff;
}
.header .top form .image {
  width: 28px;
  margin-top: 2px;
}
.header .top form:hover .text {
  padding: 3px 10px;
  border: 1px solid #fff;
  width: 120px;
}
.header .head {
  height: 80px;
  line-height: 80px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.header .head .logo {
  position: absolute;
  width: 313px;
  height: 74px;
  top: 12px;
  left: 50%;
  margin-left: -156.5px;
  transition: all 0.3s ease-in-out;
}
.header .head .logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.header .head ul {
  width: 38%;
}
.header .head ul li {
  float: left;
  width: 20%;
  height: 50px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.header .head ul li h3 a {
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
  color: #fff;
  display: block;
}
.header .head ul li dl {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  text-align: center;
  width: 100%;
  padding: 10px 0 80px;
  min-width: 106px;
}
.header .head ul li dl dd a {
  padding: 8px 2px;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.header .head ul li dl dd a:hover {
  background-color: #265181;
}
.header .head ul li:hover dl {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block;
  background: #265181;
  background: rgba(38, 81, 129, 0.8);
  background: -webkit-gradient(left top, left bottom, color-stop(100%, rgba(9, 44, 135, 0)), color-stop(100%, rgba(9, 44, 135, 0)));
  background: -webkit-linear-gradient(top, #265181 0%, rgba(9, 44, 135, 0) 100%);
  background: linear-gradient(to bottom, #265181 0%, rgba(9, 44, 135, 0) 100%);
}
* {
  outline: none;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block;
}
.header.currents {
 /* height: 122px;*/
}
.header.currents .top {
 /*  height: 0;
  overflow: hidden;*/
}
.banner {
  height: 910px;
  overflow: hidden;
  position: relative;
}
.banner a {
  display: block;
  height: 910px;
  background-size: cover !important;
  background-position: center !important;
}
.banner .slick-dots {
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -700px;
  bottom: 0;
  padding: 23px 33px;
  background: rgba(0, 0, 0, 0.7);
}
.banner .slick-dots li {
  float: left;
  width: 47px;
  height: 30px;
  background: url(/images/dot.png) no-repeat center;
  margin: 0 12.5px;
  transition: all 0.3s ease-in-out;
}
.banner .slick-dots li.slick-active {
  background: url(/images/active.png) no-repeat center;
}
.slick-track {
  max-width: none;
}
.news-box {
  background: url(/images/xw-bg.png) no-repeat center bottom;
  padding-top: 60px;
  padding-bottom: 70px;
}
.news-box .news-banner {
  margin-top: 50px;
  position: relative;
}
.news-box .news-banner .text {
  width: 50%;
  float: left;
  padding-left: 142px;
  padding-top: 50px;
  padding-right: 20px;
  position: relative;
}
.news-box .news-banner .text a {
  display: block;
}
.news-box .news-banner .text h4 {
  font-size: 38px;
  color: #224e7f;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.news-box .news-banner .text p {
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-box .news-banner .text:after {
  content: '';
  width: 106px;
  height: 3px;
  background: #0072ff;
  position: absolute;
  top: 80px;
  left: 0;
}
.news-box .news-banner .pic {
  width: 50%;
  float: right;
  padding-left: 80px;
  padding-bottom: 38px;
  position: relative;
}
.news-box .news-banner .pic:after {
  content: '';
  width: 166px;
  height: 208px;
  border: #ffffff 3px solid;
  position: absolute;
  left: 22px;
  top: 40%;
  z-index: -1;
}
.news-box .news-banner .pic:before {
  content: '';
  width: 86%;
  height: 200px;
  border: #5fa8e6 3px solid;
  position: absolute;
  bottom: 0;
  left: 52px;
}
.news-box .news-banner .pic a {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 69.5%;
  overflow: hidden;
}
.news-box .news-banner .pic a img {
  width: 100%;
  position: absolute;
  top: 0;
}
.news-box .news-banner .slick-prev,
.news-box .news-banner .slick-next {
  position: absolute;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/prev-next.png) no-repeat left center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  z-index: 1;
}
.news-box .news-banner .slick-next {
  background-position: right center;
  left: 50px;
  z-index: 0;
}
.news-pic-list li {
  width: 33.3%;
  float: left;
  padding: 30px;
  background: #5fa8e6;
  text-align: center;
}
.news-pic-list li a {
  display: block;
}
.news-pic-list li .pic {
  padding-top: 50%;
  position: relative;
 
}
.news-pic-list li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  height:120%;
  width: 120%;
  display: block;
}
.news-pic-list li .text {
  padding-top: 50px;
}
.news-pic-list li .text h5 {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-pic-list li .text p {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-pic-list li:nth-child(2) {
  background: #0073d4;
}
.news-pic-list li:nth-child(3) {
  background: #224e7f;
}
.title {
  text-align: center;
}
.title h3 {
  font-size: 42px;
  color: #224e7f;
  font-weight: bold;
  line-height: 60px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  position: relative;
}
.title h3:after {
  content: '';
  width: 88px;
  border-bottom: 1px solid #a1a1a1;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -44px;
}
.title p {
  color: #a1a1a1;
}
.title.white h3 {
  color: #fff;
}
.title.white h3:after {
  border-color: #fff;
}
.title.white p {
  color: #fefefe;
}
.notice-box {
  background: #202030 url(../images/gg-bg.png) no-repeat 32% top;
  padding: 80px 0;
}
.notice-box .container {
  overflow: hidden;
}
.notice-box ul {
  max-width: none;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 100px;
}
.notice-box ul li {
  width: 33.3%;
  float: left;
}
.notice-box ul li a {
  display: block;
  padding: 0 30px;
}
.notice-box ul li .tit {
  position: relative;
  padding-top: 30px;
  padding-bottom: 5px;
  height: 117px;
  margin-bottom: 25px;
  overflow: hidden;
}
.notice-box ul li .tit:after {
  content: '';
  width: 130px;
  border-bottom: 1px solid #00bcd4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.notice-box ul li .tit .date {
  color: #31313e;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.notice-box ul li .tit .date strong {
  font-size: 100px;
  line-height: 1;
  vertical-align: top;
}
.notice-box ul li .tit .date span {
  line-height: 1.5;
  vertical-align: top;
}
.notice-box ul li .tit h5 {
  font-size: 18px;
  line-height: 2;
  color: #6a9ac2;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice-box ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.more {
  width: 310px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  display: block;
  margin: 65px auto 0;
  background: #c81a1a;
  color: #fff;
}
.media-box {
  padding: 80px 0 85px;
}
.media-box .container {
  overflow: hidden;
}
.media-box .bb {
  width: 101px;
  height: 50px;
  background: url(/images/bb.png) no-repeat center;
  position: absolute;
  bottom: -50px;
  transform: translateX(100px);
  transition: all 0.3s;
}
.media-box .info-box {
  margin-top: 50px;
  position: relative;
}
.media-box .info-box .item {
  padding: 40px 84px;
  background: #fff;
  border-radius: 55px;
  position: relative;
}
.media-box .info-box .item .pic {
  width: 206px;
  height: 206px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}
.media-box .info-box .item .pic a {
  height: 206px;
  display: block;
  position: relative;
  float: left;
}
.media-box .info-box .item .pic a img {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-25%);
}
.media-box .info-box .item .text {
  margin-left: 220px;
  padding-left: 85px;
  padding-top: 35px;
  height: 206px;
  position: relative;
}
.media-box .info-box .item .text:after,
.media-box .info-box .item .text:before {
  content: '';
  width: 58px;
  height: 41px;
  background: url(/images/yh.png) no-repeat center;
  position: absolute;
  left: 0;
  top: -40px;
}
.media-box .info-box .item .text:before {
  background: url(/images/yh2.png) no-repeat center;
  left: auto;
  top: auto;
  bottom: -40px;
  right: 0;
}
.media-box .info-box .item .text p {
  font-size: 18px;
  color: #00bcd4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-box .info-box .item .text p span {
  font-size: 14px;
  color: #99a9b5;
  padding-left: 25px;
  margin-right: 25px;
  background: url(/images/time-b.png) no-repeat left center;
}
.media-box .info-box .item .text p .source {
  background: url(/images/ly.png) no-repeat left center;
}
.media-box .info-box .item .text h5 a {
  font-size: 24px;
  color: #3c3950;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-box .info-box .slick-prev,
.media-box .info-box .slick-next {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/prev.png) no-repeat right center;
  top: 50%;
  margin-top: -20px;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.media-box .info-box .slick-prev:hover {
  background: url(/images/prev.png) no-repeat left center;
}
.media-box .info-box .slick-next {
  left: auto;
  right: 0;
  background: url(/images/next.png) no-repeat right center;
}
.media-box .info-box .slick-next:hover {
  background: url(/images/next.png) no-repeat left center;
}
.media-box .dot {
  max-width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 75px;
}
.media-box .dot .item {
  width: 25%;
  height: 235px;
  padding: 0 10px;
  float: left;
  cursor: pointer;
}
.media-box .dot .item .pic {
  height: 100%;
  border: #c3e0f8 5px solid;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.media-box .dot .item .pic:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/mask-b.png) no-repeat bottom center;
  background-size: cover;
}
.media-box .dot .item .pic p {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 10px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.media-box .dot .on .pic {
  border: #005abf 5px solid;
}
.story-box {
  padding: 70px 0 45px;
  background: #202030 url(../images/gs-bg.png) no-repeat right top;
}
.story-box .clearfix {
  margin-top: 60px;
}
.story-box .story-list {
  width: 50%;
  padding-right: 18px;
}
.story-box .story-list ul li {
  height: 186px;
  margin-top: 40px;
}
.story-box .story-list ul li a {
  height: 100%;
  display: block;
  background: #ffffff;
  clear: both;
  overflow: hidden;
}
.story-box .story-list ul li .pic {
  width: 244px;
  height: 100%;
  overflow: hidden;
}
.story-box .story-list ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.story-box .story-list ul li .text {
  padding: 15px 269px 0 30px;
}
.story-box .story-list ul li .text span {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #989898;
  padding-left: 25px;
  background: url(/images/time.png) no-repeat left center;
}
.story-box .story-list ul li .text h5 {
  font-size: 18px;
  font-weight: bold;
  color: #224e7f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0 15px;
}
.story-box .story-list ul li .text p {
  font-size: 14px;
  color: #5f727f;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.story-box .story-list ul li:first-child {
  margin-top: 0;
}
.story-box .time-shaft {
  width: 50%;
  padding: 0 75px;
}
.story-box .time-shaft ul {
  border-left: 1px solid #48d9eb;
}
.story-box .time-shaft ul li {
  padding-left: 40px;
  padding-bottom: 35px;
  position: relative;
}
.story-box .time-shaft ul li:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #202030;
  border: #fff 2px solid;
  border-radius: 100%;
  position: absolute;
  left: -6px;
  top: 0;
  transition: all 0.3s;
}
.story-box .time-shaft ul li a {
  display: block;
}
.story-box .time-shaft ul li a span {
  display: block;
  height: 18px;
  line-height: 18px;
  color: #fff;
  padding-left: 25px;
  background: url(/images/time-w.png) no-repeat left center;
}
.story-box .time-shaft ul li a p {
  margin-top: 12px;
  line-height: 24px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.story-box .time-shaft ul li:last-child {
  padding-bottom: 0;
}
.story-box .time-shaft ul li:hover:after {
  background: #c81a1a;
  border-color: #c81a1a;
}
.focalize-trends-bg {
  background: url(/images/jj-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0 50px;
  overflow-x: hidden;
}
.title2 h3 {
  font-size: 36px;
  color: #224e7f;
}
.focalize-box {
  width: 50%;
  padding-right: 40px;
}
.focalize-box ul {
  margin-top: 15px;
}
.focalize-box ul li {
  position: relative;
  padding: 14px 0 17px;
  border-bottom: 1px solid #e5e5e5;
}
.focalize-box ul li a {
  display: block;
  padding-left: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.focalize-box ul li .date {
  width: 130px;
  height: 30px;
  border-radius: 50px;
  background: #224e7f url(/images/time-w.png) no-repeat 15px center;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-indent: 20px;
  position: absolute;
  left: 0;
}
.trends-box {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.trends-box .title2 {
  padding-left: 20px;
}
.trends-box .trends-banner {
  margin-top: 30px;
}
.trends-box .trends-banner .item {
  width: 320px;
  margin: 0 20px;
  float: left;
}
.trends-box .trends-banner .item a {
  display: block;
  background: #fff;
}
.trends-box .trends-banner .item .pic {
  height: 465px;
  overflow: hidden;
  position: relative;
}
.trends-box .trends-banner .item .pic img {
  width: 100%;
  display: block;
}
.trends-box .trends-banner .item .pic span {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background: rgba(200, 26, 26, 0.8);
  text-align: center;
  color: #fff;
  padding-top: 12px;
  line-height: 25px;
  position: absolute;
  bottom: -26px;
  right: 40px;
}
.trends-box .trends-banner .item .text {
  padding: 15px 15px 25px;
}
.trends-box .trends-banner .item .text h5 {
  font-size: 18px;
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 33px;
  line-height: 32px;
  position: relative;
}
.trends-box .trends-banner .item .text h5:after {
  content: '';
  width: 48px;
  border-bottom: 1px solid #c81a1a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.trends-box .trends-banner .item .text p {
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.trends-box .slick-prev,
.trends-box .slick-next {
  position: absolute;
  right: 20px;
  top: -62px;
  width: 30px;
  height: 30px;
  background: #224e7f;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.trends-box .slick-prev:after,
.trends-box .slick-next:after {
  content: '>';
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  width: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.trends-box .slick-prev {
  right: 54px;
}
.trends-box .slick-prev:after {
  content: '<';
}
.trends-box .slick-prev:hover,
.trends-box .slick-next:hover {
  background: #fff;
}
.trends-box .slick-prev:hover:after,
.trends-box .slick-next:hover:after {
  color: #224e7f;
}
.photo-box {
  background: #202030;
  padding: 80px 0;
}
.photo-box .container {
  overflow: hidden;
}
.photo-box ul {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  height: 335px;
}
.photo-box ul li {
  width: 25%;
  height: 335px;
  margin-bottom: 20px;
  float: left;
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.photo-box ul li a {
  display: block;
  height: 100%;
  width: calc(200% + 20px);
  background-size: auto 100% !important;
  background-position: left center !important;
  position: relative;
  transition: all 0.3s linear;
  overflow: hidden;
}
.photo-box ul li h5 {
  margin: 0;
}
.photo-box ul li .text {
  background: url(/images/mask.png) repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.photo-box ul li .text h5 {
  line-height: 335px;
  font-size: 35px;
  color: #ffffff;
  display: inline-block;
  max-width: 80%;
  padding-left: 45px;
  background: url(/images/photo.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photo-box ul li:nth-child(4n) a {
  float: right;
}
.title3 h3 {
  text-align: center;
  font-size: 36px;
  color: #224e7f;
  line-height: 65px;
  position: relative;
}
.title3 h3:after {
  content: '';
  width: 80px;
  height: 3px;
  background: #c81a1a;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.special-box {
  padding: 55px 0 90px;
}
.special-box .special-banner {
  margin-top: 45px;
  padding: 0 25px;
  position: relative;
}
.special-box .special-banner a {
  margin: 0 15px;
  position: relative;
  padding-top: 37%;
  display: block;
  overflow: hidden;
}
.special-box .special-banner a img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.special-box .special-banner .slick-prev,
.special-box .special-banner .slick-next {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: none;
}
.special-box .special-banner .slick-prev:after,
.special-box .special-banner .slick-next:after {
  font-family: '瀹嬩綋';
  content: '<';
  font-size: 48px;
  color: #d2d2d2;
  text-indent: 0;
  width: 30px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.special-box .special-banner .slick-next {
  left: auto;
  right: 0;
}
.special-box .special-banner .slick-next:after {
  content: '>';
}
.links-box {
  background: #d4e9fe;
  padding: 45px 0 20px;
}
.links-box .links-banner {
  padding: 0 40px;
  position: relative;
}
.links-box .links-banner a {
  margin: 0 15px;
  position: relative;
  display: block;
  outline: none;
  text-align: center;
}
.links-box .links-banner em {
  width: 73px;
  height: 73px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  border: #234f80 1px dashed;
  background-size: 100% auto !important;
  background-position: top center !important;
  transition: all 0.5s ease-in-out;
}
.links-box .links-banner p {
  margin-top: 10px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.links-box .links-banner .slick-prev,
.links-box .links-banner .slick-next {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: none;
}
.links-box .links-banner .slick-prev:after,
.links-box .links-banner .slick-next:after {
  font-family: '瀹嬩綋';
  content: '<';
  font-size: 48px;
  color: #224e7f;
  text-indent: 0;
  width: 30px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.links-box .links-banner .slick-next {
  left: auto;
  right: 0;
}
.links-box .links-banner .slick-next:after {
  content: '>';
}
.footer {
  margin-top: 20px;
  background: #2d5685;
  padding: 25px 0;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}
.footer .ba-box {
  width: 45%;
  padding-left: 18px;
}
.footer .ba-box p img {
  vertical-align: middle;
  margin-left: 10px;
}
.footer .contact-box p {
  padding-left: 20px;
  background: url(/images/address.png) no-repeat left center;
}
.footer .contact-box .pv {
  background: url(/images/num.png) no-repeat left center;
}
.footer .contact-box .email {
  background: url(/images/email.png) no-repeat left center;
}
.footer .code-box {
  margin-top: 15px;
}
.footer .code-box dd {
  float: left;
  text-align: center;
  position: relative;
  margin-left: 10px;
}
.footer .code-box dd .code {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #fff;
  max-width: none;
  bottom: 0;
  left: 50%;
  margin-left: -55px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.footer .code-box dd .code img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 10px auto;
}
.footer .code-box dd .icon {
  display: block;
  margin: 0 auto;
}
.footer .code-box dd .icon a {
  display: block;
}
.footer .code-box dd .icon img {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto;
}
.footer .code-box dd .icon p {
  font-size: 12px;
  margin-top: 15px;
  color: #fff;
}
* {
  outline: none !important;
}
a,
img {
  transition: all 0.5s ease-in-out;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.photo-box .slick-dots {
  height: auto;
  text-align: center;
  width: 100%;
  margin: 15px auto auto;
}
.photo-box .slick-dots li {
  float: none;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
}
.photo-box .slick-dots .slick-active {
  background: #224e7f;
}
/*鍐呴〉*/
.nheader { 
  position: fixed;
  width: 100%;
  height: 165px;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}
.nheader .top {
  height:130px; width:100%; margin:0 auto;background: #0049B5;
  line-height: 32px;
  font-size: 14px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.nheader .top .container {
  border-bottom: 1px solid #adbdcd;
  padding: 0 10px;
}
.nheader .top a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  margin-right: 20px;
}
.nheader .top .vr {
  background: url(/images/vr.png) no-repeat left center;
}
.nheader .top .bs {
  background: url(/images/bs.png) no-repeat left center;
}
.nheader .top a:hover {
  opacity: 0.8;
}
.nheader .top form .text {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  height: 28px;
  line-height: 20px;
  padding: 3px 10px;
  margin-top: 2px;
  border-radius: 50px;
  width: 0;
  padding: 0;
  border: 0;
  transition: all 0.5s ease-in-out;
  margin-right: 5px;
}
.nheader .top form .text::placeholder {
  color: #fff;
}
.nheader .top form .image {
  width: 28px;
  margin-top: 2px;
}
.nheader .top form:hover .text {
  padding: 3px 10px;
  border: 1px solid #fff;
  width: 120px;
}
.nhead {
 background: url(/images/nheader-bg.png) no-repeat bottom center;
  height: 80px;
  line-height: 80px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.nheader .logo {
  width: 313px;
  height: 74px;
  transition: all 0.3s ease-in-out; margin-top:20px;
}
.nheader.logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.head ul {
  width: 38%;
}
.nhead ul li {
  float: left;
  width: 10%;
  height: 50px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.nhead ul li h3 a {
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
  color: #002181;
  display: block;
}
.nhead ul li dl {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  text-align: center;
  width: 100%;
  padding: 10px 0 80px;
  min-width: 106px;
}
.nhead ul li dl dd a {
  padding: 8px 2px;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.nhead ul li dl dd a:hover {
  background-color: #265181;
}
.nhead ul li:hover dl {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block;
  background: #265181;
  background: rgba(38, 81, 129, 0.8);
  background: -webkit-gradient(left top, left bottom, color-stop(100%, rgba(9, 44, 135, 0)), color-stop(100%, rgba(9, 44, 135, 0)));
  background: -webkit-linear-gradient(top, #265181 0%, rgba(9, 44, 135, 0) 100%);
  background: linear-gradient(to bottom, #265181 0%, rgba(9, 44, 135, 0) 100%);
}
.nbanner{width:100%; position:relative;}
.nbanner img{max-width:100%}
.ejlm{position:absolute; bottom:0; right:0; background:rgba(0,53,103,0.8); width:70%; height:30%;}
.ejlm ul{position:absolute; bottom:20%; left:30px; width:800px;}
.ejlm li{float:left; width:30%; line-height:200%; color:#fff; font-size:16px;}
.ejlm li a{color:#fff;}
.dqlm{position:absolute; bottom:50px; left:50%; margin-left:-700px; font-size:30px; font-weight:bold; color:#fff; text-shadow:5px 2px 6px #000;}
.pic-list {
  width: 100%; margin:60px auto;
}
.pic-list ul li {
  height: 186px;
  margin-top: 40px;
}
.pic-list ul li a {
  height: 100%;
  display: block;
  background: #ffffff;
  clear: both;
  overflow: hidden;
}
.pic-list ul li .pic {
  width: 244px;
  height: 100%;
  overflow: hidden;
}
.pic-list ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.pic-list ul li .text {
  padding: 15px 269px 0 30px;
}
.pic-list ul li .text span.date {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #989898;
  padding-left: 25px;
  background: url(/images/time.png) no-repeat left center;
}
.pic-list ul li .text h5 {
  font-size: 18px;
  font-weight: bold;
  color: #224e7f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0 15px;
}
.pic-list ul li .text p {
  font-size: 14px;
  color: #5f727f;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pic-list ul li:first-child {
  margin-top: 0;
}
.yxTop{padding: 30px;text-align: center;}
.yxTop ul li{width: 30%;margin: 20px 2% -10px 0;padding:1%;float: left;background: #FCFCFC;border: 2px solid #E6E6E6;}
.yxTop ul li .yxpic img{width:100%;}
.yxTop ul li .yxpic{position: relative}
.yxTit{left:22;/* background: url(/images/jcyxybg1.png) no-repeat; *//* height: 68px; */width:100%;background-size: 100% 100%;}
.yxTit a{font-size: 15.5px;color: #1e4a78;display: block;margin-left: -13px;/* margin-top: 15px; */overflow: /* hidden;text-overflow:  ellipsis;white-space:  nowrap;*/;}
.yxinner{font-size: 14px;color:#373737;line-height: 26px;margin-bottom: 20px;text-indent: 2em;height:160px;overflow:hidden;}
.yxinner a{color:#0E419C;float:right;}
.wz{color:#999999;background: url("/images/dzicon.png") no-repeat left center;padding-left: 30px;overflow:  hidden;text-overflow:  ellipsis;white-space:  nowrap;}
.wz a{color:#999999;}
.jgtitle{background-image: linear-gradient(#2f83e1, #3a618d); width:100%; color:#fff; font-size:20px; line-height:45px; margin-top:4%; text-indent:20px;float:left;}
.ldList{padding:5%;}
.ldList h2{
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    color: #013E86;
    font-weight: normal;
    border-left: 2px solid #013E86;
}
.ldList h2 span {
    padding-left: 10px;font-size:18px;
}
.ldcon{width:100%;}
.ldcon span{font-size: 16px;color:#333333}
.ldcon b{display: inline;font-size: 14px;color:#7D7D7D;font-weight: normal;}
.ldcon td{padding: 15px 0;border-bottom: 1px solid #FAFAFA;}
.xrld{margin-left: -5%;overflow: hidden;margin-top: 20px;}
.xrld li{width:45%;margin-left: 5%;margin-bottom: 30px;float: left;background: url(/images/header-bg.png) no-repeat bottom center #EEEEEE; padding: 25px 2%;text-align: center;}
.xrld li span{font-size:16px;color:#fff;}
.xrld li span b{display: inline;font-size: 20px;font-weight: normal;padding-right: 20px;}
.xrld li span b em{display: inline;font-size: 15px;color:#fff;}
.xrld li span strong{display: inline;font-size: 20px;font-weight: normal;padding-right: 10px;}
.xzicon1 span{background: url(/images/xxldicon12.png) no-repeat left 10px center;padding-left: 49px;padding-right:35px;}
.xzicon2 span{background: url(/images/img/xxldicon22.png) no-repeat left center;padding-left: 49px;padding-right:35px;}
.xxld{ }
.xxld ul {border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; overflow: hidden; }
.xxld ul li {width: 32%;float: left;padding-left: 1.3%;height: 70px;line-height: 69px;border-bottom: 1px solid #eee;font-size: 14px;color: #7d7d7d;overflow:  hidden;text-overflow:  ellipsis;white-space:  nowrap;}
.xxld ul li a {font-size: 16px;color: #333;margin-right: 10px;display: inline-block; *display: inline; *zoom: 1;min-width: 40px;}
.xxld ul li a:hover { color: #00489d; }
.fwdhList h1{height: 45px;line-height: 45px;background: #EEEEEE;position:relative;font-size: 20px;color:#0057B2;font-weight: normal;padding-right: 50px;border-bottom: 1px solid #96ADC7;}
.fwdhList h1 span{margin-left: 10px;font-size:18px;}
.ul-listl4{
    overflow: hidden;
    margin-bottom: 49px;
}
.ul-listl4 li{
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
}
.ul-listl4 .con{
    padding: 35px 0 33px;
    overflow: hidden;
    display: block;
}
.ul-listl4 .date{
    float: left;
    padding-bottom: 25px;
    margin-right: 34px;
    border-bottom: 1px solid #36c;
}
.ul-listl4 .date span{
    display: block;
}
.ul-listl4 .date .day{
    font-size: 24px;
    color: #36c;
    line-height: 1.2em;
}
.ul-listl4 .date .year{
    font-size: 14px;
    color: #999;
    line-height: 1.5em;
    text-align: right;
    font-family: "???è?ˉé?…é?‘";
}
.ul-listl4 .pic{
    float: left;
    width: 240px;
    height: 162px;
    overflow: hidden;
    margin-right: 35px;
}
.ul-listl4 .pic img{
    display: block;
    width: 100%;
}
.ul-listl4 .txt{
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 1.93em;
}
.ul-listl4 .txt .info{
    max-height: 3.86em;
    overflow: hidden;
}
.ul-listl4 .txt .tit{
    font-size: 18px;
    color: #369;
    font-weight: normal;
    line-height: 1.56em;
    max-height: 3.12em;
    margin-bottom: 5px;
    overflow: hidden;
}
.ul-listl4 .txt .writer{
    color: #333;
    display: block;
    margin-top: 22px;
}
.ul-listl4 .txt .tit,
.ul-listl4 .pic img{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-listl4 .con:hover .pic img{
    -webkit-transform: scale(1.08,1.08);
       -moz-transform: scale(1.08,1.08);
        -ms-transform: scale(1.08,1.08);
         -o-transform: scale(1.08,1.08);
            transform: scale(1.08,1.08);
}
.ul-listl4 .con:hover .txt .tit{
    color: #960;
}
.g-tit-y2 .tit{font-size: 1.5vw;color: #333333;padding-left: 0px;/* line-height: 1.5vw; */}
.g-tit-y2 .tit span{display: inline-block;border-left: 5px solid #02325a;height: 1.5vw;margin-top: 0.2vw;float: left;margin-right: 10px;}
.news-content{position: relative;}
.news-content ul li{background: none;height: auto;}
.news-content ul li{border-bottom: 1px solid #d4d4d4;padding: 0 5px;padding: 0 0 20px;display: flex;align-items: center;}
.news-content .gl-name{padding: 0px;}
.news-content .gl-name img{width:100%}
.news-content .gl-position .date{font-size: 36px;color: #00437c;}
.news-content .gl-position .year{color: #666666;}
.news-content .gl-intr{background: none;}
.news-content .gl-intr h3, .news-detail h3{color:#00437c;font-size: 18px;}
.news-content .gl-intr p{padding: 10px 0;color: #666666;}
.news-content .gl-position>div{padding-bottom: 20px; border-bottom: 2px solid #096bd3;}
.news-detail{background: url(/images/news_bg.png) no-repeat top;padding-bottom:40px;background-color:#ffffff;}
.news-detail h3{text-align: center;width:60%;margin:0 auto;padding: 30px;font-size: 24px;    min-width: 340px;}
.news-detail .source{padding:20px;text-align: center;color: #666666;border-bottom: 1px solid #d6d6d6;width:60%;margin:0 auto;}
.g-tit-y2{margin-bottom: 20px;}

.news-list2 {
  width: 100%;
  margin-top:20px;
}
.news-list2 li {
  float: left;
  width: 30%;
  overflow:hidden;
  height: 280px;
  background: #f2fbff;
  margin:0 1.5% 15px 1.5%;
}
.news-list2 li .imglist {
  width: 100%; text-align:center;
overflow:hidden;
  height: 216px;
}
.news-list2 li img {
    height: 100%; margin:0 auto;
}

.news-list2 li p {
  margin: 15px 15px 0;
  font-size: 18px;
  color: #006097;
  line-height: 2;
  border-bottom: #0070ab 1px solid;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*鍏ㄥ眬鏍峰紡 end*/
@media (min-width: 1430px) {
  .container {
    height: auto;
    /* min-height: 1200px; */
    width: 1400px;
  }
}
@media (min-width: 1025px) {
  /*鎵鏈塰over鍐欏湪杩欓噷闈?鍏煎sofari鐨勭Щ鍔ㄧ涓嶆敮鎸乭over*/
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.7;
  }
  .footer .code-box dd:hover .code {
    bottom: 80px;
    opacity: 1;
  }
  .links-box .links-banner a:hover em {
    background-color: #224e7f !important;
    background-position: bottom center !important;
  }
  .special-box .special-banner a:hover img {
    transform: scale(1.05);
  }
  .trends-box .trends-banner .item a:hover .pic img {
    transform: scale(1.05);
  }
  .trends-box .trends-banner .item a:hover .text h5 {
    color: #2d5685;
  }
  .story-box .story-list ul li:hover {
    box-shadow: rgba(255, 255, 255, 0.52) 2px 2px 10px 0px;
  }
  .story-box .story-list ul li:hover .pic img {
    transform: scale(1.05);
  }
  .more:hover {
    background: #fff;
    color: red;
  }
  .news-box .news-banner .pic a:hover img,
  .news-pic-list li:hover .pic img {
    transform: scale(1.05);
  }
  .photo-box ul li a:hover {
    max-width: 250%;
  }
  .photo-box ul li a:hover .text {
    opacity: 1;
  }
  .dqlm{margin-left:-35%;}
}
@media (max-width: 1430px) {
  .banner .slick-dots {
    right: 0;
    margin-right: 0;
  }
  .notice-box ul,
  .media-box .dot {
    margin-left: 0;
    margin-right: 0;
  }
  .banner {
    height: 600px;
  }
  .banner a {
    height: 600px;
  }
  .news-box .news-banner .text h4 {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  /*淇敼1200浠ヤ笅銆佸皬灞忔樉绀哄櫒*/
  .nheader {
    display: none;
  }
  .header {
    display: none;
  }
  .dqlm{margin-left:-30%;}
  .ejlm ul{width:auto;}
  header {
    display: block;
    padding: 10px 15px;
    height: 70px;
    background: #265181;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  header .logo {
    height: 50px;
  }
  header .logo img {
    height: 50px;
  }
  header .menu {
    display: block;
    width: 38px;
    margin-top: 14px;
    margin-right: 15px;
    transition: all 0.3s ease;
  }
  header .menu span {
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 100px;
  }
  header .menu span + span {
    margin-top: 6px;
  }
  header .menu.on {
    margin-top: 20px;
  }
  header .menu.on span {
    transform: rotate(45deg);
  }
  header .menu.on span:nth-child(2) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  header .menu.on span:nth-child(3) {
    display: none;
  }
  .menu-nav {
    position: fixed;
    width: 350px;
    top: 70px;
    right: 0;
    padding: 20px 15px 50px;
    background: #265181;
    display: none;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    z-index: 10;
    height: calc(100vh - 80px);
    overflow-y: scroll !important;
  }
  .menu-nav form .text {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    width: calc(100% - 50px);
    height: 28px;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    margin-right: 5px;
    font-size: 14px;
  }
  .menu-nav form .text::placeholder {
    color: #fff;
  }
  .menu-nav ul {
    width: 100%;
    margin-top: 25px;
  }
  .menu-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 0 5%;
    width: 100%;
  }
  .menu-nav ul li:after {
    display: none;
  }
  .menu-nav ul li h3 a {
    height: auto;
    line-height: 1.5;
    padding: 14px 0 14px 0px;
    font-size: 1.6rem;
    color: #fff;
    display: block;
    text-align: left;
  }
  .menu-nav ul li h3 i {
    display: block;
    width: 30px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.6rem;
    margin-right: 10px;
    font-style: normal;
    transition: all 0.3s ease-in-out;
  }
  .menu-nav ul li h3 .down {
    transform: rotate(-45deg);
  }
  .menu-nav ul li dl {
    padding-bottom: 15px;
    display: none;
    visibility: initial;
    transition: none;
    position: relative;
    top: auto;
    width: 100%;
    opacity: 1;
    background: none;
    box-shadow: none;
  }
  .menu-nav ul li dl dd {
    width: 100%;
    border-bottom: 1px solid #265181;
    padding-left: 20px;
  }
  .menu-nav ul li dl dd a {
    padding: 10px 0;
    font-size: 1.4rem;
    color: #fff;
    display: block;
  }
  .menu-nav ul li.on {
    background: rgba(0, 0, 0, 0.1);
  }
  .menu-nav .other {
    margin-top: 25px;
  }
  .menu-nav .other a {
    color: #fff;
    margin: 0 10px;
  }
  .banner .slick-dots {
    padding: 15px;
  }
  .banner .slick-dots li {
    width: 22px;
    height: 20px;
    background-size: contain !important;
  }
  .title h3 {
    font-size: 32px;
  }
  .news-box {
    padding: 30px 0 40px;
  }
  .news-pic-list li {
    padding: 15px;
  }
  .news-pic-list li .text h5 {
    font-size: 20px;
  }
  .notice-box {
    padding: 40px 0;
  }
  .notice-box ul {
    margin-top: 40px;
  }
  .media-box .info-box .item .text h5 a {
    font-size: 22px;
  }
  .photo-box ul li {
    height: 250px;
  }
  .photo-box ul li .text {
    opacity: 1;
  }
  .photo-box ul li .text h5 {
    font-size: 20px;
    line-height: 250px;
  }
  .title3 h3,
  .title2 h3 {
    font-size: 22px;
  }
  .special-box {
    padding: 30px 0 40px;
  }
  .trends-box .slick-prev,
  .trends-box .slick-next {
    top: -50px;
  }
  .yxTop ul li{width:30%;}
    .ejlm{background:rgba(0,53,103); width:90%; position:relative; top:auto; margin:2% auto}
.ejlm ul{position:relative; top:auto; left:auto; bottom:;}
.ejlm li{float:left; width:29%; height:40px; line-height:40px; text-align:center; color:#fff; font-size:16px; background:rgba(255,255,255,0.5); margin:10px 2% ;}
.ejlm li a{color:#fff;}
}
@media (max-width: 1024px) {
  .footer .code-box dd .code {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 1;
    margin: 0;
    z-index: 100;
  }
}
@media (max-width: 990px) {
  .banner {
    height: 400px;
  }
  .banner a {
    height: 400px;
  }
  .news-box .news-banner .text {
    width: 100%;
    padding-left: 0;
  }
  .news-box .news-banner .pic {
    width: 100%;
    margin-top: 30px;
  }
  .news-box .news-banner {
    margin-top: 0;
  }
  .news-box .news-banner .text:after {
    display: none;
  }
  .news-box .news-banner .slick-prev,
  .news-box .news-banner .slick-next {
    bottom: 40px;
  }
  .media-box .dot {
    display: none;
  }
  .media-box .info-box .item .text {
    padding-left: 20px;
  }
  .media-box .info-box .item {
    padding: 20px 40px;
  }
  .story-box .story-list {
    width: 100%;
    padding-right: 0;
  }
  .story-box .time-shaft {
    margin-top: 30px;
    width: 100%;
  }
  .focalize-box {
    width: 100%;
    padding-right: 0;
  }
  .trends-box {
    width: 100%;
    margin-top: 30px;
  }
  .photo-box ul li {
    width: 50%;
  }
  .footer {
    text-align: center;
  }
  .footer .ba-box {
    width: 100%;
  }
  .footer .contact-box {
    width: 100%;
  }
  .footer .contact-box p {
    display: inline-block;
    margin: 0 10px;
  }
  .footer .code-box {
    width: 100%;
  }
  .footer .code-box dd {
    float: none;
    display: inline-block;
  }
  .yxTop ul li{width:48%;}
  .container{width:auto}
  .xrld li{width:95%;}
  .ul-listl4 .date,
    .ul-listl4 .pic{float: none;margin-right: 0;margin-bottom: 15px;}
    .ul-listl4 .pic{margin: 0 auto 15px;}
    .ul-listl4 .date{border-bottom: none;padding-bottom: 0;}
    .ul-listl4 .date span{display: inline-block;}
    .ul-listl4 .con{padding: 15px 0;}
    .ul-listl4 .txt{line-height: 1.5em;}
    .ul-listl4 .txt .info,
    .ul-listl4 .txt .tit{max-height: none;}
}
@media (max-width: 640px) {
  .banner {
    height: 240px;
  }
  .banner a {
    height: 240px;
  }
  .news-pic-list li,
  .notice-box ul li {
    width: 100%;
  }
  .story-box .time-shaft {
    padding: 0;
  }
  .title h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  .notice-box ul li + li {
    margin-top: 30px;
  }
  .media-box .info-box .item .pic {
    float: none;
    display: block;
    margin: 0 auto 25px;
  }
  .media-box .info-box .item {
    padding: 20px 20px;
  }
  .media-box .info-box .item .text {
    margin-left: 0;
  }
  .media-box .info-box .item .text h5 a {
    font-size: 16px;
  }
  .story-box .story-list ul li {
    height: auto;
  }
  .story-box .story-list ul li .pic {
    float: none;
    width: 100%;
  }
  .story-box .story-list ul li .text {
    padding: 15px 30px;
  }
  .menu-nav {
    width: 100%;
  }
  .notice-box ul li a {
    padding: 0;
  }
  .news-box .news-banner .slick-prev,
  .news-box .news-banner .slick-next {
    display: none !important;
  }
  .news-pic-list li .text h5 {
    font-size: 16px;
    margin: 0;
  }
  .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
  }
  .focalize-box ul li a {
    padding-left: 0;
    padding-top: 40px;
  }
  .focalize-box ul li .date {
    top: 15px;
  }
.news-pic-list li .pic{display:none}
.news-pic-list li .text p{display:none}
.pic-list{margin-top:2%}
.yxTop ul li{width:98%;}
}
@media (max-width: 480px) {
  /*淇敼425浠ヤ笅銆佹櫘閫氱殑瀹夊崜鎵嬫満灞*/
  .photo-box ul li {
    width: 100%;
  }
}
@media (max-width: 320px) {
  /*淇敼425浠ヤ笅銆乮Phone5锛?锛岀瓑灏忓睆鎵嬫満*/
}