/*html{*/
/*    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    -webkit-filter: grayscale(100%);*/
/*}*/

body {
  font-size: 1.4rem;
}

button, input, select, textarea {
  outline: none;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

a {
  color: #000;
}

a:hover {
  color: #2054ad;
}

.cl {
  clear: both;
}

.flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

@media only screen and (min-width:641px) {
  .am-show-md-only,
  .am-show-md-up,
  .am-show-md,
  .am-show-md-down {
    display: none !important;
  }
}

@media only screen and (min-width:768px) {
  .am-show-md-only,
  .am-show-md-up,
  .am-show-md,
  .am-show-md-down {
    display: inherit !important;
  }
}

*+address, *+blockquote, *+dl, *+fieldset, *+figure, *+hr, *+ol, *+p, *+pre { margin-top: 0; }
address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul, li, h1, h2, h3, h4 { margin-bottom: 0; }

.am-list>li {
  margin-bottom: 0;
  border: 0;
}

.am-list>li>a {
  padding: 0;
}


.am-g-fixed,
.am-container {
  max-width: 1300px;
}

/* Header */
.am-header-top {
  font-size: 1.5rem;
  color: #fff;
  height: 4rem;
  line-height: 4rem;
  background-color: #053891;
  overflow: hidden;
}

.head {
  background-color: #2054ad;
}

.head .am-container {
  padding-left: 0;
  padding-right: 0;
}

.am-topbar-brand {
  height: 80px;
  line-height: 80px;
}

@media only screen and (max-width: 1024px) {
  .am-topbar-brand {
    padding: 0 20px;
  }
  .am-topbar-brand img {
    width: 240px;
  }
}

@media only screen and (max-width: 768px) {
  .am-topbar-brand img {
    width: 180px;
  }
}

@media only screen and (min-width: 1025px) {
  .head {
    padding: 2.4rem 0;
    position: relative;
  }
  .head .am-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .am-topbar-brand img {
    height: 100%;
    vertical-align: top;
  }
}

.zhenyan {
  margin-top: 21px;
  margin-right: 30px;
}

.search-bar {
  padding: 10px;
  width: 100%;
  background-color: #053891;
  overflow: hidden;
}

.search {
  background: #587fc2;
  border-radius: 16px;
  position: relative;
  height: 30px;
  line-height: 28px;
  transition: all .3s;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.search input {
  padding: 0 30px 0 10px;
  border: 0;
  width: 100%;
  background: transparent;
  font-family: 'microsoft yahei';
  font-size: 14px;
  color:#fff;
}

#btnSearch {
  position: absolute;
  top: 2px;
  right: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  transition: all .3s;
}

#btnSearch i {
  font-size: 16px;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .search-bar {
    float: right;
    margin-left: 60px;
    padding: 0;
    padding-top: 26px;
    width: auto;
    background-color: transparent;
  }
  .search input {
    width: 160px;
  }
}

.am-menu-offcanvas1 .am-menu-toggle {
  top: -112px;
}

.nav-sub .am-menu-toggle i {
  font-size: 20px;
}

.header-nav{
  position: relative;
  background-color: rgba(5, 56, 145, .8);;
  z-index: 10;
}

.header-nav .am-nav>li {
  position: relative;
}

.header-nav .am-nav>li.sub {
    position: unset;
}

.header-nav .am-nav>li>a {
  padding: 0 1rem;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
}

.header-nav .am-nav>li:hover>a, .header-nav .am-nav>li.am-active>a {
  background-color: rgb(238, 162, 0);
}

.sub_menu {
  position: absolute;
  top: 44px;
  left: 0;
  margin: 0;
  padding: 0px 0;
  background: rgba(238,162,0,0.8);
  width: 100%;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 20;
}

.sub2-box {
  display: flex;
  justify-content: space-between;
}

.sub2 {
  max-width: 40%;
}

.many {
  min-width: 28%;
}

.header-nav .am-nav>li:hover .sub_menu {
  display: block;
}

.sub_menu li {
  list-style: none;
}
.sub_menu li>a {
  display: block;
  /* height: 36px; */
  padding: 8px 0;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}

.sub_menu li>a:hover {
  background-color: #2054ad;
}

.sub_menu li.p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.header-nav .am-nav>li.sub .sub_menu {
    padding: 16px;
}

li.sub .sub_menu li {
    text-align: left;
    margin-bottom: 25px;
}


li.sub .sub_menu li>a {
    display: inline-block;
    margin-right: 32px;
    margin-bottom: 10px;
    padding: 8px 16px;
    border: 1px solid #fff;
    border-radius: 30px;
}

li.sub .sub_menu li>a:hover {
    /* color: #fff; */
    border-color: #2054ad;

}

.banner {
  position: relative;
  margin-top: -44px;
  width: 100%;
  height: 740px;
  z-index: 1;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #efefef;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#swiper .swiper-slide {
  background-position: top center;
  background-size: cover;
}

.swiper-pagination-bullet {
  width: 3%;
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media only screen and (max-width: 1440px) {
  .banner {
    height: 585px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner {
    height: 396px;
  }
}

/*main*/
.main {
  padding: 0;
}

.main .am-container{
  max-width: 1000px;
}

.pt30 {
  padding-top: 30px;
}

.news-wrap, .news-wrap2, .news-wrap3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.news-wrap {
  background-color: #f1f1f1;
  background-image: url(../images/wave.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}

.news-wrap2 + .news-wrap2 {
  padding-top: 25px;
  background-image: url(../images/bg_news.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.news-wrap3 {
  background-image: url(../images/bg_fc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.more {
  display: inline-block;
  margin-top: 2px;
  padding: 5px 24px ;
  color: #2054ad;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #2054ad;
  border-radius: 44px;
}

.more:hover {
  background-color: #2054ad;
  color: #fff;
}

.news-wrap .more {
  float: right;
  background-color: #2054ad;
  color: #fff;
}

.news-wrap .more:hover {
  background-color: transparent;
  color: #2054ad;
}

.tit {
  padding-bottom: 16px;
}

.tit h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #2054ad;
}

.tit h2 img {
  margin-right: 12px;
  padding: 8px;
  width: 40px;
  background-color: #2054ad;
}

.am-tabs {
  margin: 0;
}

.am-tabs-bd {
  border: none;
}

.am-tabs-bd .am-tab-panel {
  padding: 0;
}

.am-tabs-d2 .am-tabs-nav {
  background-color: transparent;
}

.am-tabs-d2 .am-tabs-nav li {
  height: auto;
}

.am-tabs-d2 .am-tabs-nav>.am-active {
  background-color: transparent;
  border-bottom: none;
}

.am-tabs-d2 .am-tabs-nav>.am-active:after {
  display: none;
}

.am-tabs-d2 .am-tabs-nav a {
  position: relative;
  display: inline-block;
}

.am-tabs-d2 .am-tabs-nav > .am-active a {
  border-bottom: 2px solid #2054ad;
}

.am-tabs-d2 .am-tabs-nav > .am-active a:after {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  border: 6px rgba(0, 0, 0, 0) solid;
  content: "";
  z-index: 1;
  border-bottom-color: #2054ad;
}

.am-slides>li img {
  transition: .3s linear;
}
.am-slides>li a:hover img {
  transform: scale(1.1);
}

.am-list-news>li {
  padding: 6px 0;
  line-height: 24px;
}

.am-list-news i {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000;
  line-height: 35px;
  margin-right: 10px;
  vertical-align: middle;
}

.am-list-news .time {
  color: #999;
}

.am-list-news .time .day {
  font-size: 40px;
  line-height: 40px;
  color: #1556a8;
}

.news-wrap-list .am-list-news>li {
  padding: 7.625px 10px 0;
  font-size: 16px;
}

.litem {
  padding-bottom: 7.625px;
  border-bottom: 1px solid #ccc;
}

.news-wrap-list .am-list-news>li:hover {
  background-color: #2054ad;
}

.news-wrap-list .am-list-news>li:hover a {
  color: #fff;
}

.news-wrap-list .am-list-news>li:hover .litem {
  border-bottom-color: #2054ad;
}

.news-wrap2 .tit h2 {
  padding-bottom: 8px;
  color: #666;
}

.news-wrap2 .tit h2 img {
  background-color: #666;
}

.news-wrap2 .am-active .tit h2 {
  color:#2054ad;
}

.news-wrap2 .am-active .tit h2 img {
  background-color: #2054ad;
}

.news-wrap2 .am-list-news {
  margin-top: 8px;
  min-height: 352px;
}
.news-wrap2 .news-wrap-list .am-list-news>li {
  padding: 15px;
}

.news-wrap2 .litem {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 #e7e7e7;
  border-radius: 3px;
  border-bottom: 2px solid #2054ad;
  transition: background linear 0.3s;
}

.news-wrap2 .am-list-news .time {
  min-width: 80px;
  margin-right: 10px;
  padding: 10px;
  background-color: #e5ecf5;
  color:#1556a8;
  font-size: 14px;
  text-align: center;
}

.news-wrap2 .am-list-news>li:hover {
  background-color: transparent;
}

.news-wrap2 .am-list-news>li:hover .litem {
  background-color: #2054ad;
}

.news-wrap2 .am-list-news>li:hover .time {
  background-color: #fff;
  transition: background linear 0.3s;
}

.news-wrap3 .tit h2 {
  color: #fff;
}

.news-wrap3 .tit h2 img {
  background-color: #013472;
}

.news-wrap3 .swiper-wrapper {
  min-height: 350px;
}

.news-wrap3 .swiper-slide {
  background-color: transparent;
}

.news-wrap3 a {
  color: #333;
}

.news-wrap3 .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 265px;
  overflow: hidden;
}

.news-wrap3 .pic img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  height: 100%;
  transition: .3s linear;
}

.news-wrap3 a:hover .pic img {
  transform: scale(1.2);
}

.news-wrap3 .title {
  font-size: 18px;
  padding-top: 16px;
}

/* #628ec5 */
.am-thumbnails {
  margin-left: -10px;
  margin-right: -10px;
}
.am-thumbnails>li {
  padding: 0 10px;
}
.am-thumbnail {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}

.news-wrap4 .am-thumbnails img {
  width: 100% !important;
}

.friendlink {
  padding: 10px 0;
  background-color: #2054ad;
}
.friendlink .tit {
  float: left;
  padding: 6px 10px;
  background-color: #013472;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  height: auto;
  line-height: 1;
}
.friendlink .cont {
  padding-left: 100px;
}
.friendlink .cont a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #fff;
}
.friendlink .cont a:hover {
  color: #ffe400;
}

.footer {
  padding: 30px 0;
  background: url('../images/bg_footer.jpg') center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 16px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #cbe1ff;
}

.foot-logo {
  text-align: center;
  margin-bottom: 24px;
}

.foot-logo img {
  margin: 0 auto;
  width: 200px;
  opacity: 0.8;
}

.foot-nav {
  display: flex;
  line-height: 28px;
  margin-bottom: 24px;
}

.foot-nav .box {
  width: 100%;
}

.foot-nav .box dt {
  margin-bottom: 10px;
  font-size: 18px;
  border-right: 1px solid #fff;
}

.foot-nav .box:nth-last-of-type(1) dt {
  border-right: none;
}

.foot-nav .box dd {
  margin-bottom: 5px;
  font-size: 14px;
}

.foot-qrcode .box {
  position: relative;
  cursor: pointer;
}

.foot-qrcode .code {
  display: none;
  position: absolute;
  bottom: 100%;
  padding-bottom: 16px;
}

.foot-qrcode .code img {
  width: 80%;
}

.foot-qrcode .box:hover .code {
  display: block;
  margin-left: -1.5rem;
  transition: all .5s;
}



.foot {
  font-size: 16px;
  padding: 18px 0;
  line-height: 24px;
  color: #b9b9b9;
}

.foot a {
  color: #b9b9b9;
}


.left {
  float: left;
  width: 260px;
  margin-right: 60px;
}
.sidebar .caption {
  padding: 25px 0 25px 25px;
  line-height: 30px;
  background-color: #053891;
  font-size: 24px;
  color: #fff;
}
.sidebar .caption h3 {
  padding-left: 15px;
  border-left: 6px solid #fff;
  font-weight: 400;
}
.sidebar .cont {
  margin-top: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.sidebar .cont li {
  padding-left: 48px;
  padding-right: 16px;
  border-bottom: 1px solid #eee;
}
.sidebar .cont li .icon {
  margin-right: 20px;
}
.sidebar .cont li a {
  display: block;
  padding: 8px 0;
  line-height: 48px;
  color: #333;
  font-size: 16px;
}
.sidebar .cont li:hover {
  background-color: #587fc2;
}
.sidebar .cont li.cur {
  background-color: #f6f6f6;
}
.sidebar .cont li:hover a {
  color: #fff;
}
.sidebar .cont li.cur a {
  color: #2054ad;
}

.position {
  color: #999;
}
.position a {
  margin: 0 5px;
}

.path_current {
  margin: 0 5px;
}

.newslist {
  margin: 30px 0;
  font-size: 16px;
  min-height: 180px;
}
.newslist .am-list>li {
  padding: 12px 0;
  line-height: 24px;
}
.newslist .am-list>li:nth-of-type(5n+0) {
  border-bottom: 1px dashed #e8e8e8;
}
.newslist .am-list>li>a {
  display: inline;
}

.newslist .am-list .time {
  margin-right: 10px;
  color: #d59e4e;
}
.newslist .am-thumbnails>li {
  padding-bottom: 16px;
}
.newslist .am-thumbnail .pic {
  overflow: hidden;
}

.newslist .am-thumbnail .pic img {
  max-width: 100%;
}

.newslist .am-thumbnail .sIntro {
  margin-top: 10px;
  text-align: center;
}

.comm_neighbor {
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
}

.comm_neighbor .prev, .comm_neighbor .next {
  width: 48%;
  float: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.comm_neighbor .next {
  float: right;
  text-align: right;
}

.am-article-hd {
  border-bottom: solid 6px #e6e6e6;
}

.am-article-hd h1 {
  height: 48px;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.am-article-hd .am-article-title {
  margin-top: 15px;
  height: auto;
  font-size: 24px;
  text-align: left;
  line-height: 36px;
}

.am-article-meta {
  font-size:1.4rem;
  padding: 14px 0;
}

.am-article-meta .mr_20 {
  margin-right: 20px;
}

.am-article-bd {
  margin:36px 0;
  min-height: 420px;
  line-height: 30px!important;
  letter-spacing: 1px;
  font-size: 16px;
}

.col-list li {
    margin-bottom: 32px;
    text-align: center;
}

.col-list li>a {
    display: block;
    background-color: #2054ad;
    color: #fff;
    padding: 8px 10px;
    margin: 0 10px;
}

.am-article-bd p,
.am-article-bd h1,
.am-article-bd h2,
.am-article-bd h3,
.am-article-bd h4,
.am-article-bd h5,
.am-article-bd h6,
.am-article-bd blockquote,
.am-article-bd pre,
.am-article-bd hr {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.am-article-bd img {
  height: auto;
}

.am-article-bd img.attachment-icon {
  display: inline-block;
  height: auto;
}

.am-article-bd iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

.am-article-bd table {
  width: 100%;
  margin-bottom: 1.2rem;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #ddd !important;
  border-left: none !important;
}

.am-article-bd table>tbody>tr>td, .am-article-bd table>tbody>tr>th, .am-article-bd table>tfoot>tr>td, .am-article-bd table>tfoot>tr>th, .am-article-bd table>thead>tr>td, .am-article-bd table>thead>tr>th {
  padding: .5rem;
  line-height: 1.6;
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
}

.am-article-bd table>thead>tr>th {
  border-bottom: 1px solid #ddd !important;
}

.article-key {
  padding: 30px 0;
  border-bottom: 1px solid #EAEAEA;
}

.article-key a {
  margin: 0 10px;
}

@media only screen and (min-width: 641px) {
  .more {
    margin-top: 4px;
  }
  
  .tit h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .tit h2 img {
    margin-right: 16px;
    padding: 10px;
    width: 44px;
  }
}

@media only screen and (min-width: 768px) {
  .news-wrap2 .am-list-news {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .news-wrap4 .am-thumbnail {
    margin-bottom: 2px;
  }
  
  .foot-copy .box{
    margin-top: 10px;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .news-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .news-wrap2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .news-wrap2 + .news-wrap2 {
    padding-top: 35px;
  }
  .newslist .am-list>li {
    word-wrap: normal; /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .news-wrap-list .am-list-news>li a {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news-wrap4 {
    padding: 30px 0;
    background-color: #deedff;
  }

  .footer {
    padding: 80px 0 60px;
  }

  .foot-nav {
    display: block;
  }

  .foot-nav .box {
    margin-bottom: 24px;
  }

  .foot-nav .box dt {
    display: inline-block;
    padding-right: 5%;
    margin-right: 5%;
    margin-bottom: 0;
  }

  .foot-nav .box dd {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .foot-nav .box:nth-last-of-type(1) dt {
    border-right: 1px solid #fff;
  }

  .right {
    padding-bottom: 30px;
    overflow: hidden;
  }
  .am-article-hd .am-article-title {
    font-size: 28px;
    line-height: 40px;
  }
  .newslist {
    min-height: 540px;
  }
  .am-article-bd img {
    max-width:80%;
    margin: 0 auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp {
    padding-right: 10px;
  }
  .rp {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1224px) {
  .lp, .rp { padding-right: 16px; }
  .news-wrap4 .am-thumbnails img {
    height: 62px;
  }
  .newslist .am-thumbnail .pic {
    height: 159px;
  }
}

@media only screen and (min-width: 1224px) {
  .main .am-container{
    max-width: 1200px;
  }
  .lp, .rp { padding-right: 30px; }
  .news-wrap-list .am-list-news>li {
    padding: 17px 10px 0;
  }
  .litem {
    padding-bottom: 17px;
  }
  .news-wrap4 .am-thumbnails img {
    height: 84px;
  }
  .newslist .am-thumbnail .pic {
    height: 204px;
  }
}

@media only screen and (min-width: 1440px) {
  .main .am-container{
    max-width: 1300px;
  }
  .news-wrap-list .am-list-news>li {
    padding: 21.5px 15px 0;
  }
  .litem {
    padding-bottom: 21px;
  }
}

.ad-fixed {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -186px;
    background-color: #eea200;
    z-index: 100;
}

.ad-fixed a {
    display: block;
    padding: 10px;
    width: 36px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    word-break: break-all;
    line-height: 1.3;
}

.ad-fixed .number {
    font-size: 22px;
    line-height: 1;
}

@media only screen and (min-width: 641px) {
    .ad-fixed {
        margin-top: -250px;
    }
    
    .ad-fixed a {
        padding: 10px;
        width: 48px;
        font-size: 24px;
        line-height: 1.3;
        font-weight: 400;
    }
    
    .ad-fixed .number {
        font-size: 32px;
    }
}

.ad-floating {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 80px;
  overflow: hidden;
  z-index: 100;
}

.close{ position:absolute; right:0; top:0; width:20px; height:20px; line-height:20px; text-align:center; color:#fff; font-weight:bold; font-size:16px; cursor:pointer; background:#FC0;}