/*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: #e33c64;
}

.cl {
  clear: both;
}

@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-list>li a:hover, .am-list2>li a:hover, .am-list-news>li a:hover {
  text-decoration: underline;
}

.am-g-fixed,
.am-container {
  max-width: 1200px;
  padding: 0;
}

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

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

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

@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;
  }
  .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, .9);;
  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: 16px;
  color: #fff;
  background-color: transparent;
}
.header-nav .am-nav>li:hover>a, .header-nav .am-nav>li.am-active>a {
  background-color: #eea200;
}

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

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

.sub_menu li {
  list-style: none;
}
.sub_menu li>a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  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.p {
    margin-bottom: 10px;
}

li.sub .sub_menu li>a {
    display: inline-block;
    margin-right: 32px;
    padding: 0 16px;
    font-size: 16px;
}

li.sub .sub_menu li>a:hover {
    color: #fff;
}

.banner {
  position: relative;
  margin-top: -44px;
  width: 100%;
  height: 630px;
  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: 475px;
  }
}

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

/*main*/
.main {
  padding: 0 12px;
}
.main .am-container{
  max-width: 1000px;
}

.pt30 {
  padding-top: 30px;
}

.w375, .w450 {
  margin-bottom: 20px;
  width: 100%;
}

.news-wrap, .news-wrap2, .news-wrap3 {
  margin-top: 30px;
}

.tit {
  padding-bottom: 16px;
  height: 40px;
  line-height: 24px;
}

.tit img {
  height: 100%;
  vertical-align: top;
}

.tit .more {
  float: right;
  font-weight: 600;
  color: #002b5e;
}
.news-wrap2 .tit {
  border-bottom: 1px solid #e6e6e6;
}

.news-wrap2 .tit {
  border-bottom: 1px solid #e6e6e6;
}

.news-wrap-pic {
  line-height: 1.5;
}

.news-wrap-pic .pic {
  overflow: hidden;
}
.news-wrap-pic .pic img {
  width: 100%;
  height: 100%;
}

.news-wrap-pic .title,
.news-wrap-pic .time {
  margin-top: 8px;
}

.news-wrap-pic .title {
  font-size: 15px;
  font-weight: 400;
}

.news-wrap-pic .time {
  padding-left: 30px;
  background: url('../../images/icon_time.png') left center no-repeat;
  background-size: 20px;
  color: #666;
}

.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;
}

.news-wrap-list .am-list-news li {
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.news-wrap-list .am-list-news .time {
  margin-right: 10px;
  color: #d59e4e;
}

.news-wrap2 .tit {
  border-bottom: 1px solid #e6e6e6;
}

.news-wrap2 .am-list-news {
  margin-top: 8px;
  min-height: 216px;
}

.news-wrap2 .am-list-news .time {
  margin-left: 10px;
}

.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-wrap3 .item {
  margin-right: 20px;
  background-color: #fff;
}
.news-wrap3 .item:last-child {
  margin-right: 0;
}
.news-wrap3 .pic img {
  width: 100%;
  height: 100%;
}

/* .news-wrap3 li>a:hover .pic img {
  width: 120%;
} */
.news-wrap3 .cont {
  padding: 10px 0 20px;
  background-color: #fff;
}
.news-wrap3 .title {
  font-size: 14px;
  text-align: center;
}
.news-wrap3 .desc {
  margin-top: 10px;
  height: 44px;
  color: #808080;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.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: 20px 0;
  background: url('../../images/bg_footer.jpg') center center no-repeat;
  background-size: cover;
  color: #899db6;
}

.footer a {
  color: #899db6;
}

.foot-logo {
  text-align: center;
}

.foot-logo img {
  margin: 0 auto;
  width: 70%;
  opacity: 0.8;
}

.foot-copy p+p {
  margin-top: 10px;
}

.powered_by_metinfo {
  padding: 3px;
  text-align: center;
  background-color: #eee;
  color:#656565;
}
.powered_by_metinfo a {
  color:#656565;
}

.left {
  float: left;
  width: 210px;
}
.sidebar .caption {
  height: 54px;
  line-height: 48px;
  background-color: #053891;
  border-bottom:6px solid #e6e6e6;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.sidebar .cont {
  margin-top: 10px;
  padding: 10px 0;
  background-color: #f7f7f7;
}
.sidebar .cont li {
  padding: 0 15px;
  text-align: center;
}
.sidebar .cont li a {
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  font-size: 16px;
}
.sidebar .cont li:hover {
  background-color: #2054ad;
}
.sidebar .cont li.cur {
  background-color: #587fc2;

}
.sidebar .cont li:hover a, .sidebar .cont li.cur a {
  color: #fff;
  border-bottom: none;
}
.position {
  color: #999;
}
.position a {
  margin: 0 5px;
}

.newslist {
  margin: 30px 0;
  font-size: 15px;
  min-height: 180px;
}
.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;
}

.pagination .am-pagination-default {
  font-size: 14px;
}

.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 .ml_20 {
  margin-left: 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 iframe {
  width: 100%;
  max-height: 343px;
}

.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) {
  .am-article-bd iframe {
    max-height: 727px;
  }
}

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

@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) {
  .main {
    padding: 0;
  }
  .news-wrap-list .am-list-news li,
  .newslist .am-list>li {
    word-wrap: normal; /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .news-wrap2 .am-list-news a {
    display: inline-block;
    overflow: hidden;
    word-wrap: normal; /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
  }
  .news-wrap3 {
    padding: 30px 0;
    background-color: #f0f0f0;
  }
  .news-wrap3 .cont {
    padding: 10px 20px 20px;
  }
  .news-wrap3 .desc {
    height: 110px;
    -webkit-line-clamp: 5;
  }
  .news-wrap4 {
    padding: 30px 0;
    background-color: #deedff;
  }
  .footer {
    padding: 50px 0;
  }
  .right {
    float: right;
    padding-bottom: 30px;
  }
  .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;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .w375 {
    width: 50%;
  }
  .lp {
    padding-right: 10px;
  }
  .rp {
    padding-left: 10px;
  }
  .news-wrap2 .am-list-news .time {
    display: none;
  }
  .am-article-bd iframe {
    max-height: 939px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1224px) {
  .w375 {
    width: 310px;
  }
  .w450 {
    width: 380px;
  }
  .lp, .rp { padding-right: 16px; }

  .news-wrap-pic .pic {
    height: 200px;
  }
  .news-wrap2 .w375 .am-list-news a {
    max-width: 198px;
  }
  .news-wrap2 .w450 .am-list-news a {
    max-width: 285px;
  }
  .news-wrap3 .pic {
    overflow: hidden;
    height: 125px;
  }
  .news-wrap4 .am-thumbnails img {
    height: 62px;
  }
  .right {
    width: 760px;
  }
  .newslist .am-thumbnail .pic {
    height: 159px;
  }
  .am-article-bd iframe {
    max-height: 743px;
  }
}

@media only screen and (min-width: 1224px) {
  .main .am-container{
    max-width: 1200px;
  }
  .w375 {
    width: 375px;
  }
  .w450 {
    width: 450px;
  }
  .lp, .rp { padding-right: 30px; }

  .news-wrap-pic .pic {
    height: 235px;
  }
  .news-wrap2 .w375 .am-list-news a {
    max-width: 250px;
  }
  .news-wrap2 .w450 .am-list-news a {
    max-width: 355px;
  }
  .news-wrap3 .pic {
    overflow: hidden;
    height: 152px;
  }
  .news-wrap4 .am-thumbnails img {
    height: 84px;
  }
  .right {
    width: 960px;
  }
  .newslist .am-thumbnail .pic {
    height: 204px;
  }
  .am-article-bd iframe {
    max-height: 939px;
  }
}

.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;}