html,body{
    /*width: 100%;*/
    /*height: 100%;*/
    min-width: 1280px;
    padding: 0;
    margin: 0;
    background: #ffffff;
}
input{
    background:none;
    outline:none;
    border:1px solid #ccc;
}
button {
    cursor: pointer;
}
input:focus{
     border:none;
 }
.curPointer {
    cursor: pointer;
}
.d-none {
    display: none !important;
}
.w1280 {
    width: 1280px;
}
.mAuto {
    margin: 0 auto;
}
.mTop160 {
    margin-top: 160px;
}
button,input {
    margin: 0;
    padding: 0;
}
.header {
    width: 100%;
    height: 120px;
    transition: all 0.2s linear;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-content {
    box-sizing: border-box;
    width: 1280px;
    height: 77px;
    display: flex;
    /*background: black;*/
    justify-content: space-between;
    align-items: center;
}
.header-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo-img {
    /*width: 337px;*/
    height: 77px;
    margin-right: 30px;
}

.header-logo-text {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F75A6;
}

.header-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-right-top {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-right-top span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.header-right-top span:last-child,.header-right-top span:first-child {
    cursor: pointer;
}
.header-right-top span:nth-child(2) {
    margin: 0 10px;
}

.header-right .header-right-search{
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-right .header-right-search button{
    width: 79px;
    height: 100%;
    background: #2F75A6;
    border: 1px solid #3A56BA;
    border-radius: 3px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    left: -2px;
}
.header-right .header-right-search input{
    box-sizing: border-box;
    width: 368px;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #3A56BA;
    border-radius: 3px;
    padding-left: 10px;
}

.header-right .header-right-search input::placeholder{
    /*padding-left: 10px;*/
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.header-flex {
    height: 60px;
    background: rgba(0,118,168,1);
}
.header-flex .header-logo-text{
   font-size: 40px;
}

.header-flex .header-right-search{
    display: none;
}

.header-flex .header-right{
   justify-content: center !important;
}
.header-flex .header-left .header-logo-text{
    color: white;
}
.header-flex .header-right .header-right-top span{
   color: white;
}

.bottom {
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
}

.bottom .bottom-one{
    height: 68px;
    line-height: 68px;
    background: #3E3E3E;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.bottom .bottom-one .bottom-one-content{
    width: 1280px;
    height: 100%;
    margin: 0 auto;
}

.bottom .bottom-one a{
    text-decoration: none;
}

.bottom .bottom-one span{
    padding: 0 10px;
}
.bottom .bottom-one a:link {color: #FFFFFF}
.bottom .bottom-one a:visited {color: #FFFFFF}
.bottom .bottom-one a:hover {color: #FFFFFF}
.bottom .bottom-one a:active {color: #FFFFFF}


.bottom .bottom-two {
    flex: 1;
    background: rgba(77, 117, 165, 1);
}
.bottom .bottom-two .bottom-one-content{
    width: 1280px;
    margin: 0 auto;
}

.bottom .bottom-two a{
    text-decoration: none;
}

.bottom .bottom-two .bottom-one-content-top{
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 12px;

    margin-top: 30px;
    margin-bottom: 60px;
}

.bottom .bottom-two .bottom-one-content-top span{
    padding: 0 37px;
}
.bottom .bottom-two a:link {color: #FFFFFF} /* 閺堫亣顫︾拋鍧楁６閻ㄥ嫰鎽奸幒锟� 閽冩繆澹� */
.bottom .bottom-two a:visited {color: #FFFFFF} /* 瀹歌尪顫︾拋鍧楁６鏉╁洨娈戦柧鐐复 閽冩繆澹� */
.bottom .bottom-two a:hover {color: #FFFFFF} /* 姒х姵鐖ｉ幃顒佽癁閸︺劋绗傞惃鍕懠閹猴拷 閽冩繆澹� */
.bottom .bottom-two a:active {color: #FFFFFF} /* 姒х姵鐖ｉ悙閫涜厬濠碉拷濞插鎽奸幒锟� 閽冩繆澹� */

.bottom-one-content-middle {
    padding-left: 12px;
    display: flex;
    justify-content: space-between;
}

.bottom-one-content-middle .bottom-content-middle-left{

}

.bottom-one-content-middle .bottom-content-middle-left .middle-left-left{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.bottom-one-content-middle .bottom-content-middle-right{
    width: 154px;
    text-align: center;
    position: relative;
    bottom: 25px;
    /*background: white;*/
}
.bottom-one-content-middle .bottom-content-middle-right span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.bottom-one-content-middle .bottom-content-middle-right .bottom-content-middle-right-wechat{
    width: 100%;
    height: 155px;
    background: #FFFFFF;
    margin-bottom: 14px;
}

.bottom-one-content-bottom {
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;

    display: inline-flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 16px;
}

.navigation {
    width: 100%;
    height: 40px;
    background: #2F75A6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-content {
    display: flex;
    width: 1300px;
    height: 100%;
}
.navigation-content .navigation-item{
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 40px;
    padding: 0 29px;
    cursor: pointer;

    position: relative;
}
.navigation-content .navigation-item-active{
    background: #3E97ED;
}
.navigation-content .navigation-item:hover{
    background: #3E97ED;
}

.navigation-content .navigation-item .navigation-item-children {
    display: flex;
    flex-direction: column;
    background: white;
  
    /*padding: 0 29px;*/
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 0 0 5px 5px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 3px 9px 1px rgb(35 24 21 / 15%);
    color: #898989;
    z-index: 999;
}
.navigation-content .navigation-item .navigation-item-children span{
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
}
.navigation-content .navigation-item .navigation-item-children span:hover{
    color: #2F75A6;
}

.navigation-content .navigation-item .navigation-item-children span:last-child{
    border-bottom: 0px solid #d7d7d7;
}

.crumbs-nav {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F75A6;
    height: 87px;
    line-height: 87px;
    padding-left: 260px;
    box-sizing: border-box;
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.flex-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.public-news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 73px;
    margin-bottom: 42px;
}

.public-news-pagination .news-pagination-previous,.public-news-pagination .news-pagination-next{
    width: 70px;
    height: 36px;
    border: 1px solid rgba(230, 230, 230, 1);
    text-align: center;
    line-height: 36px;

    font-size: 12px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #969696;
    border-radius: 3px;
    cursor: pointer;

}
.public-news-pagination .news-pagination-next {
    margin-left: 16px;
}
.public-news-pagination .news-pagination-num {
    border: 1px solid rgba(230, 230, 230, 1);
}

.public-news-pagination .news-pagination-num, .public-news-pagination .news-pagination-more{
    width: 40px;
    height: 36px;
    font-size: 12px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: rgba(100, 100, 100, 1);

    text-align: center;
    line-height: 36px;
    margin-left: 16px;
    border-radius: 3px;
    cursor: pointer;
}

.public-news-pagination .news-pagination-more {
    margin-left: 0;
    margin-right: -16px;
}
.news-page-active {
    color: #ffffff !important;
    background: #2F75A6;
}