@charset "UTF-8";
/* amazeui依赖 */
@import url(amazeui.css);
/* 矢量字体 */
@import url(https://at.alicdn.com/t/c/font_4619376_0149w1ianuybk.css);
/* 动画库 */
@import url(animate.min.css);


/* 全局变量 */
:root {
  --theme: #1B5395;
  --themeActive: #3E79D6;
  --bgcolor: #fff;
  --color: #333; }

:export {
  theme: #2B58A8; }

/* 站点样式 */
html,
body {
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  color: #333; }

/* 修改根字体大小适配全局大小 */
html {
  font-size: 10px; }

body {
  color: #333;
  min-width: auto; 
  background-color: #FFFFFF; }

a {
  color: #333; }

a:hover,
a:active {
  transition: color ease-in .1s;
  color: var(--theme); }

.main-box {
  width: 128.0rem;
  margin: 0 auto;
 }
.disHiden{
	display:none !important;
}
.disShow{
	display:block !important;
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 8px; } }

@media only screen and (max-width: 641px) {
  html {
    font-size: 8px; }
  html, body {
    width: 100vw;
    overflow-x: hidden; }
  .main-box {
    width: 100%; } 	
  }

.text-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.text-line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

  .text-line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; }

.text-line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis; }

.white-box {
    background-color: #fff; }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-row-always {
  display: flex;
  flex-direction: row; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.align-center {
    align-items: center; }

@media only screen and (max-width: 641px) {
  .flex-row {
    text-align: center;
    flex-direction: column; }
  .flex-row-between {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center; } }



/* 页面顶部背景图 */
body {
  background-image: url(index-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 48rem; }

@media only screen and (max-width: 641px) {
  body {
    background-image: none; } }


/* 头部 */
.header .nav-tools {
  /* height: 4rem; */
  color: var(--theme);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.6rem;
}
.header .nav-tools a, .header .nav-tools i {
  color: var(--theme);
  transition: all ease-in .1s; }
.header .nav-tools a:hover, .header .nav-tools i:hover, .header .nav-tools .item:hover {
  color: var(--themeActive);
  }
.header .nav-tools .item {
  cursor: pointer; }
.header .nav-tools .line {
  gap: 2rem; }
.header .nav-tools .line .item {
  position: relative; }
.header .nav-tools .line .item::after {
  position: absolute;
  content: ' ';
  top: 50%;
  right: -1rem;
  height: 1rem;
  transform: translate(0, -50%);
  border-right: solid 1px;
  border-right-color:  var(--theme);
  padding-right: 1rem; }
.header .nav-tools .line .item:last-child::after {
    border-right-color: transparent; }
.header .nav-tools .btns {
  gap: 1rem;
  margin-right: 1rem;
}
.header .nav-tools .btns .item {
  padding: 0.7rem 0.8rem;;
  background-color: rgba(142,181,233, 0.5);
  border-radius: 0;
  color: #0054A7;
  border-radius: 2px;
}
.code-list a{
    display: inline-block;
    background-color: rgba(142, 181, 233, 0.5);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
}
.header .nav-tools .btns .item.weixin{
  border-radius: 50%;
}
.header .nav-tools .btns .item .iconfont{
  font-size: larger;
}
 
 
  
  /* 头部-导航 */
.header .nav-bar {
  margin: 2rem auto;
border-color: rgba(64,118,203,0.5);}
.header .nav-menu a {
  color: var(--theme);
  font-weight: 500; }
  .header .nav-menu a:hover {
    font-weight: bold;
    color: var(--theme); }
.header .nav-menu .item {
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: var(--theme);
  white-space: nowrap;
  position: relative;
  justify-content: center;
  width: initial;
}
.header .nav-menu .item a {
  display: block;
  line-height: 6.4rem;
  transition: all .2s ease-in; }
.header .nav-menu .item:hover a, .header .nav-menu .item.active a {
  font-weight: bold;
} 
.header .nav-bar .nav-menu .item.active a {
  background-color: inherit !important;
  box-shadow: none;
  color: var(--theme); }
.header .nav-bar .nav-menu .item a:hover {
  background-color: inherit;
  box-shadow: none;
  color: var(--theme); }
.header .nav-bar .nav-menu .item::after {
  display: none; }
.header .nav-bar .nav-menu .item .iconfont{
  font-size: larger;
  margin-right: 0.5rem;
}

.nav-logos-img2 img{
display:none;
}
.pc-logo{
    margin: 2rem auto 5.8rem;
}
.nav-bar>img{
width:100%;
}	
       
@media only screen and (max-width: 641px) {	
    .sm-nav{
	  display:block !important;
	}	
	.header{
	  height: max-content;
      overflow: hidden;
	}
  .header .nav-tools {
    height: auto;
    color: #fff;
    font-size: 1.6rem;
    line-height: 4rem;
    background-color: var(--theme);
    padding: 1rem 0;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px; 
    margin-top: 0;
  }
    .header .nav-tools a, .header .nav-tools i {
      color: #fff; }
    .header .nav-tools .btns {
      background-color: transparent;
      padding: 0px; 
      gap: 1rem;}
    .header .nav-tools .btns .item {
      background-color: transparent !important;
      padding: 0px; }
  
   .code-list {
	   display:none;
   }
   .nav-logos .pc-logo {
    margin: 2rem auto 0rem;
   }
      .header .nav-bar {
		  margin: 0px; 
        text-align: center;
        background-color: var(--theme);
		overflow-x: scroll;
        width: 100%;
      }
	  .nav-bar .main-box{
		  width: 120%;
	  }
      .header .nav-bar .nav-menu {
        width: 100%;
        padding: 0rem 0rem 2rem; }
        .header .nav-bar .nav-menu .flex-row-between{
          display: flex;
        flex-direction: row;
        }
  .header .nav-menu {
    padding: 2rem 0px; }
    .header .nav-menu .item {
      width: 33%;
      max-width: 50%;
    font-size: 2rem;
    justify-content: center;
    margin: 1rem 0;
	    line-height: initial;
    }
    .header .nav-menu .item:hover a, .header .nav-menu .item.active a {
      background-color: #fff;
      box-shadow: rgba(0, 0, 0, 0.2) 3px 7px 10px; }
      .header .nav-bar .nav-menu .item.active a {
        background-color: transparent !important;
        box-shadow: none;
        color: #fff; }
    .header .nav-menu .item a {
      line-height: initial;
      color: #fff;
      display: inline-block;
      min-width: 6rem;
      text-align-last: justify; } } 

.header .search-box {
  width: 100%;
  min-height: 6.4rem;
  margin: auto; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;}
  .header .search-box>div{
    width: 100%;
	justify-content: flex-end;
  }
  .header .search-box input{
    width: 48%;
    padding: 0 ;
    background: #FFFFFF;
    min-height: 4.93rem;
    border: 0;
    border-radius: 8px;
    padding-left: 1.6rem;
    font-size: 1.8rem;
  
    margin-right: 1.3rem;
	box-shadow: rgb(0 0 0 / 20%) 3px 3px 5px;
  }
  
  .header .search-box button{
	  display: flex;
      align-items: center;
	  justify-content: center;
    width: 13.4rem;
    min-height: 4.93rem;
    border-radius: 8px;
    font-weight: 400;
    font-size: 1.8rem;
    color: #333;
    background: #FDD649;
    line-height: initial;
  }
  .am-btn-warning{
    border: 0;
  }
  .header .search-box button img{
    margin-right: 1rem;
	width:16px;
	height:16px;
  }
.am-btn-warning:focus {
    outline: none;
}

  @media only screen and (max-width: 641px) {
    
    .header .nav-logos{
      display: flex  !important;
      padding: 3rem;
      background-color: var(--theme);
      margin-bottom: 0;
      justify-content: center;
    } 
    .header .nav-logo{
      display: none !important;
    }
    .header .nav-logos img {
      width: 100%;
        height: auto;
		display:block;
		}
   
    .header .search-box {      
      width: 100%;
      height: 6.4rem;
      background-color: var(--theme);
      padding: 1.5rem;
      margin: 0; margin: 0;
        padding: 20px 1.5rem 20px;
	  } 
      .header .search-box form{
        width: inherit;
        display: flex;
        flex-direction: row;
        align-items: center;
      }
    .header .search-box input{
      width: 90%;
      padding: 0 0.5em;
      background: rgba(255, 255, 255, 0.8);
      min-height: 4.93rem;
      border: 0;
      border-radius: 8px;
      padding-left: 2rem;
	  margin-right: 0rem;
    }
    .header .search-box button{
      margin-left: -1rem;
        border-radius: 0px 8px 8px 0px;
    }
    
	.header .search-box>div {
    flex-direction: row;
    }
	    .bg-main-box {
        background-image: none !important;
		margin-top: 0rem !important;
    }
	.top-card .top-title{
    font-size: 2.6rem !important;
	color: #333 !important;
  }
  .top-card .top-subtitle{
    line-height: 2.5rem;
	color: #333 !important;
  }
  .navigation .am-breadcrumb {
	display:none;
	margin-top: 6rem;
    white-space: nowrap;
    overflow-x: scroll;
	padding: .7em 0em;
}
  }
      

/* 主体 */
.container {
  clear: both;
  overflow: hidden; 
  }  


/* 悬浮框 */
.fixed-box{
  position: fixed;
  width: 8rem;
  height: auto;
  box-sizing: border-box;
  /* border: 1px solid #EBEBEB; */
  float: right;
  right: 1.3rem;
  bottom: 15rem;
  z-index: 999;
  display: none;
}
.fixed-box div{
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.fixed-box .iconfont{
  font-size: 3.5rem;
  color: #333;
}
.fixed-box .iconfont:hover{
  color: var(--theme);
}
@media only screen and (max-width: 641px) {
  .fixed-box{
    right: 1.5rem;
    align-items: flex-end;
  }
}

/* 版权 */
footer {
  background: #EFF5FB;
}
footer .f-select{
  width: 100%;
  padding: 2.3rem 0;
  border-top: 1px solid #DEE2E6; 
  border-bottom: 1px solid #DEE2E6;
}
footer .f-select select{
  /* width: 402px; */
  height: 4rem;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(122, 140, 168, 0.16);
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  border-radius: 4px;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 2rem;
  appearance: none;
  padding-left: 2rem;
}
select option{
  /* height: 4.8rem; */
  padding: 5px;
  color: #333;
}
footer .f-select select:last-child{
  margin-right: 0;
}
  footer .info {
    /* margin: 3rem 10rem; */
    color: #333; 
    padding: 2.3rem 0 ;
    gap: 2rem;
  }
  footer .info .a1 {
    gap: 2rem;
  }
  footer .info .item,#_span_jiucuo{
	display: flex;
    align-items: center;
    width: 16rem;
    height: 14rem;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 8px 0px rgba(122,140,168,0.16);
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #333;
    padding: 0;
  }
  #_span_jiucuo img{
	width: 100px;
    height: 56px;
  }
  footer .info .item .iconfont{
    margin-bottom: 1.5rem;
  }
  footer .info .item img{
    width: 2.8rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  footer .info .item .identification {
    width: 6rem; 
  height: auto;}
  footer .info .item:last-child .identification{
    width:11rem
  }

    footer .info .msg{
      width: 38rem;
      height: 14rem;
      border-radius: 4px;
      font-size: 1.6rem;
      line-height: 2.8rem;
      text-align: left;
      padding: 2rem 2.3rem;
    }
    footer .info2{
      font-size: 1.6rem;
      line-height: 1.6rem;
      color: #fff;
      background: var(--theme);
    }
    footer .info2 .main-box{
      padding: 2.5rem 0;
    }
    footer .info2 a{
      font-weight: bold;
      color: #fff;
      cursor: pointer;
    }
    footer .info2 a:hover{
      color: #FDD649;
    }
    footer .info2 span{
      margin-right: 5rem;
    }
    footer .info2 span img{
      margin-right: 1rem;
    }
   

@media only screen and (max-width: 641px) {
  footer .f-select select{
    margin-right: 0;
    width: 80%;
  }
  footer .info {
    margin: 0 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  } 
  
  footer .info .item,#_span_jiucuo{
    width: 46.8%;
    margin: 0 auto;
  }
  footer .info .a1 {
    width: 100%;
  }
  footer .info .a1 .item{
    /* width: 46.8%; */
    width: 30%;
    margin: 0 auto;
  }
  footer .info .msg{
    width: 100%;
    height: auto;
  }
  footer .info2{
    align-items: center;
  }
  footer .info2 span{
    line-height: 3rem;
    margin-right: 0;
  }
    footer .links .line {
      gap: 4rem; 
    }
    footer .links .line .item::after {
      right: -2rem;}
      footer .links .main-box .line2 {
        padding: 1rem ;
      }
}



    /* 通用组件 */
.gray-box {
  border: 1.5rem solid;
  border-color: #F2F6F9;
  border-radius: 1rem;
  padding: 1rem; }

.navigation {
  font-size: 1.6rem;
  color: #999; }
  .navigation a {
    color: #999; }
  .navigation .am-breadcrumb {
    font-size: 100%;
    margin-bottom: 0rem; }
    .navigation .am-breadcrumb .iconfont {
      color: var(--theme);
      font-weight: 700;
      font-size: 1.1em; }
  .navigation .active {
    color: var(--theme); }
@media screen and (min-width: 640px) {
    .navigation {
       margin-left:1rem;
    }
}
.pagination {
  margin: 3rem auto; }
  .pagination .am-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    justify-content: center; }
.pagination .am-pagination li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px; }
.pagination .am-pagination > li > a, .pagination .am-pagination > li > span, .pagination .am-pagination > li > select, .pagination .am-pagination > li > input {
border-radius: 4px;
color: #999; }
.pagination select {
position: relative;
display: block;
padding: 0.4em 1em;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
margin-bottom: 5px;
margin-right: 5px;
cursor: pointer; }
.pagination input {
width: 8rem;
text-align: center;
position: relative;
display: block;
padding: 0.5em 1em;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
margin-bottom: 5px;
margin-right: 5px;
cursor: pointer; }


/* 分类列表 */
.tabs-panel {
clear: both;
overflow: hidden; }
.tabs-panel .tabs-header {
font-size: 2.6rem;
overflow: hidden;
/* padding: 4px; */
display: flex;
flex-direction: row;
align-items: center;
}
.tabs-panel .tabs-header .item {
  line-height: 2.4rem;
  text-align: center;
  padding-bottom: 2rem;
  color: #fff;
  /* flex: 1; */
  height: 100%;
  cursor: pointer;
  white-space: nowrap; }
  .tabs-panel .tabs-header .item.active {
    color: #FDD649;
    font-weight: 700;
    border-bottom: 1px solid #FDD649;
     }
.tabs-panel .tabs-list {
width: 100%;
padding: 0px 5px; }

@media only screen and (max-width: 641px) {
.tabs-panel .tabs-header {
font-size: 2rem; 
flex-wrap: wrap;
}

}


/* 列表标题 */
.text-list {
width: inherit;
overflow: hidden; }
.text-list .item {
display: flex;
flex-direction: row;
line-height: 4.8rem;
font-size: 1.8rem;
color: #333;
cursor: pointer;
padding: 0px 1rem 0px 1.5rem;
position: relative;
transition: all .2s linear;
justify-content: space-between;
gap: 10px; }
/* .text-list .item:before {
  position: absolute;
  content: ' ';
  width: 4px;
  height: 4px;
  background-color: #ccc;
  left: 3px;
  top: 50%;
  transform: translate(0, -50%); } */
  .text-list .item:before {
    position: absolute;
    content: ' ';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #DADADA;
    border: 1px solid #DADADA;
    left: 0;
    top: 50%;
    /* margin-right: 1rem; */
    transform: translate(0, -50%); }
.text-list .item .title {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
margin-left: 1.5rem;
margin-right: auto;
 }
.text-list .item .date {
  margin-left: 1rem;
  white-space: nowrap;
  text-align: right;
  color: #999; }
.text-list .item:hover:before {
  background-color: var(--theme); }
.text-list .item:hover .title {
  color: var(--themeActive); }
.text-list .line {
margin: 1.5rem 0;
border: 1px #DCDCDC dashed; }


/* 列表类标题 */
/* .text-panel {
  margin-bottom: 1.5rem; 
  margin-top: 3rem;} */
.text-panel .header {
  /* line-height: 4.8rem; */
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem; 
  background: #F7F8FB;
  padding: 1.2rem;
}
  .text-panel .header .title {
    border-left: 6px solid #184984;
    padding: 0px 1rem;
    font-weight: 700;
    font-size: 2.2rem;
    position: relative;
    top: 1px; }
    .text-panel .header .title a {
    color: #000;}
  .text-panel .header .more {
    font-size: 80%; }
    .text-panel .header .more a {
      color: #999; }


select:focus{
  outline: none;
  border-color:  #E4F4FF;
  box-shadow: 0 0 5px #E4F4FF;
}


.swiper-focus {
  width: 100%;
  overflow: hidden; }
.swiper-focus .swiper-button-white {
  background-image: none;
  transform: scale(1.8); }
.swiper-focus .swiper-button-white i {
  position: absolute;
  font-size: 2.4rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff; }
.swiper-focus .swiper-button-next {
background-color: rgba(0, 0, 0, 0.3);
border-radius: .8rem 0px 0px .8rem;
transform-origin: right;
right: 1rem; }
.swiper-focus .swiper-button-prev {
transform-origin: left;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 0rem .8rem .8rem 0px;
left: 1rem; }
.swiper-focus .item {
width: 100%;
aspect-ratio: 16/9;
position: relative;
overflow: hidden;
border-radius: .8rem; }
.swiper-focus .item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.swiper-focus .item p {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  font-size: 2.2rem;
  padding: 1rem 0px;
  margin: 0px; }




  /* 面包屑 */
  .crumbs{
    font-weight: 400;
    font-size: 1.8rem;
    color: #999999;
    line-height: 1.8rem;
    gap: 0.5rem;
	margin-left: 20px;
}
.list-time{
	display:none;
}

  .crumbs .iconfont{
    font-size: larger;
  }
  .crumbs div i{
    margin-right: 0.5rem;
  }
  .crumbs div:first-child i{
    color: var(--theme);
  }
  .crumbs div:last-child a{
    color: var(--theme);
  }
  @media only screen and (max-width: 641px) {
    .crumbs{
      flex-direction: row;
    }
	.list-time{
	display:block;
}
  }
  /* IE11 专属样式 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.header .nav-tools .item,.code-list {
    margin-right:2rem;
     }
}