﻿
/* amazeui依赖 */
@import url(amazeui.css);
/* 矢量字体 */
@import url(font_4619376_0149w1ianuybk.css);

/* 动画库 */
@import url(animate.min.css);
/* 全局变量 */
:root {
  --theme: #005293;
  --themeActive: #005293;
  --bgcolor: #fff;
  --color: #333; }

:export {
  theme: #2B58A8; }
  
.am-breadcrumb>li+li:before {
   display:none;
}
/* 站点样式 */
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: 147.3rem;
  margin: 0 auto;
 }
.am-g:before, .am-g:after{
  content: none !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; }

.justify-center {
   justify-content:  center; }

.justify-around {
   justify-content: space-around; }

@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(../image/index-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 50rem; }

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


/* 头部 */
.header .nav-tools {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.5rem;
}
.header .nav-tools a, .header .nav-tools i {
  color: #fff;
  transition: all ease-in .1s; }
.header .nav-tools a:hover, .header .nav-tools i:hover, .header .nav-tools .item:hover {
  color: #fff;
  }
.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: #fff;;
  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(255,255,255, 0.18);
  border-radius: 0;
  color: #0054A7;
  border-radius: 2px;
}
.header .nav-tools .btns .item.weixin{
  border-radius: 50%;
}
.header .nav-tools .btns .item.zzzq{
  background-color: #FA983A;
}
.header .nav-tools .btns .item .iconfont{
  font-size: larger;
}
 
 
  
  /* 头部-导航 */
.header .nav-bar {
  margin: 0 auto;
/* border-top: 1px solid; 
border-bottom: 1px solid;  */
border-color: rgba(64,118,203,0.5);}
.header .nav-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}
.header .nav-menu a {
  color: #FFFFFF;
  font-weight: 500; }
  .header .nav-menu a:hover {
    font-weight: bold;
    color: var(--theme); }
.header .nav-menu .item {
  /* text-align: center; */
  font-size: 2.4rem;
  line-height: 3rem;
  color: #FFFFFF;
  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,.header .nav-bar .nav-menu .item a:hover {
  color: #FFFFFF;
  border-bottom: 3px solid #fff;}
.header .nav-bar .nav-menu .item::after {
  display: none; }
.header .nav-bar .nav-menu .item .iconfont{
  font-size: larger;
  margin-right: 0.5rem;
  /* color: #265DB4; */
}
       
       
@media only screen and (max-width: 641px) {
  .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;
	  font-size: 1.5rem;
	  }
	  
    .header .nav-tools .btns {
      background-color: transparent;
      padding: 0px; 
      gap: 1rem;}
    .header .nav-tools .btns .item {
      background-color: transparent !important;
      padding: 0px; }
  
   
      .header .nav-bar {
        text-align: center;
        background-color: var(--theme);
      }
      .header .nav-bar {
        margin: 0px; }
      .header .nav-bar .nav-menu {
        width: 100%;
        padding: 2rem 0px; }
		.header .nav-bar .nav-menu .flex-row{
		   flex-direction: row;
           /*flex-wrap: wrap;*/
		   justify-content: flex-start;
		   overflow-x: scroll;
		}
        .header .nav-bar .nav-menu .flex-row-between{
          display: inline-block;
        }
  .header .nav-menu {
    padding: 2rem 0px; }
    .header .nav-menu .item {
      width: 33%;
      max-width: 50%;
    font-size: 2rem;
    justify-content: center;
    margin: 1rem 0;
    height: 4rem;
    }
    .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: 4rem;
      color: #fff;
      display: inline-block;
      min-width: 10rem;
      text-align-last: justify; 
	  } 
	 }
	 @media only screen and (max-width: 350px) {
	  .header .nav-tools a, .header .nav-tools i {
	  font-size: 1.4rem;
	  }
	 }
      .header .nav-logo {
        display: flex;
        font-weight: bold;
        font-size: 4.6rem;
        color: #F7F8FC;
        line-height: 6rem;
      }
.header .nav-logo img {
  height: auto;
  }


.header .search-box {
    width: 100%;
    height: 9.4rem;
    margin: 3rem 0rem 2rem;
  }
  .header .search-box>div{
    width: 48rem;
	align-items: center;
  }
  .header .search-box input{
    width: 38.8rem;
    padding: 0 ;
    background: rgba(255,255,255,0.94);
    height: 5.4rem;
    border: 0;
    border-radius: 8px 0 0 8px;
    padding-left: 1.6rem;
    font-size: 1.8rem;
    display: inline-block;
  }
  .header .search-box button{
    width: 9.2rem;
    height: 5.4rem;
    border-radius: 0 8px 8px 0;
    font-weight: 400;
    font-size: 1.8rem;
    color: #fff;
    background-color: var(--theme);
	outline: none !important;
  }
  .am-btn-warning{
    border: 0;
  }
  .header .search-box button .iconfont{
    font-size: 3.2rem;
  }


  @media only screen and (max-width: 641px) {
    .header .nav-logo{
      padding: 3rem 0rem;
      font-size: 3.6rem;
    background-color: var(--theme);
    margin: 0 auto;
	display:block;
    }
	.header .nav-logo img:nth-child(1) {
    width: 25vw;
    }
	.header .nav-logo img:last-child{
		width: 58vw;
	}
    .header .search-box {
      width: 100%;
      height: auto;
      background-color: var(--theme);
      padding:0rem;
      margin: 0; } 
      .header .search-box form{
        width: inherit;
        display: flex;
        flex-direction: row;
        align-items: center;
      }
    .header .search-box input{
      width: 90%;
      padding: 0 0.5em;
      margin: 1rem auto;
      height: 5.4rem;
      border: 0;
      padding-left: 2rem;
    }
	.header .search-box>div {
    width: 44rem;
    align-items: center;
}
    .header .search-box button{
      background-color: #f7d916;
    }
	.header .search-box button img{
		width: 60%;
	}
    .header .search-box button .iconfont{
      color: #005293;
    }
  }
      

/* 主体 */
.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: #f2f7fa;
      padding-top: 2rem;
}
footer .f-select{
  width: 100%;
  padding: 2rem 0;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
}
footer .f-select select{
  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;
  font-size: 1.8rem;
}
select option{
  padding: 5px;
  color: #333;
}
footer .f-select select:last-child{
  margin-right: 0;
}
  footer .info {
    color: #333;
    padding: 2rem 0;
    gap: 2rem;
  }
  footer .info .a1 {
    gap: 2rem;
  }
  footer .info .item{
    width: 17rem;
    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;
  }
  footer .info .a1 .item{
    width: 25.3rem ;
  }
  footer .info .item .iconfont{
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
  }
  footer .info .item img{
    width: 3.2rem;
    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: 53rem;
      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 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{
    width: 46.8%;
    margin: 0 auto;
  }
  footer .info .a1 {
    width: 100%;
  }
  footer .info .a1 .item{
    width: 48%;
    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.8rem;
  color: #333; }
  .navigation a {
    color: #333; }
  .navigation .am-breadcrumb {
    font-size: 100%;
    margin-bottom: 0rem; }
    .navigation .am-breadcrumb .iconfont {
      color: var(--theme);
      font-weight: 700;
      font-size: 2rem; }
  .navigation .active {
    color: var(--theme); }

.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.2rem;
overflow: hidden;
/* padding: 4px; */
display: flex;
flex-direction: row;
align-items: center;
}
.tabs-panel .tabs-header .item {
  line-height: 2.2rem;
  text-align: center;
  padding: 0rem 1.2rem 2rem;
  color: #666;
  height: 100%;
  cursor: pointer;
  white-space: nowrap; }
  .tabs-panel .tabs-header .item.active {
    color: var(--theme);
    font-weight: bold;
    border-bottom: 3px solid var(--theme);
     }
.tabs-panel .tabs-list {
width: 100%;
padding: 0px 5px; }

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

}


/* 列表标题 */
.text-list {
width: inherit;
overflow: hidden; }
.text-list .item {
display: flex;
flex-direction: row;
line-height: 4.7rem;
font-size: 1.8rem;
color:#191919;
cursor: pointer;
padding: 0px 0 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;
    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;
  width:88%;
 }
.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;
  }
  .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;
    }
  }