* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑",
        Arial, Verdana, Helvetica, sans-serif, "宋体";
}

html {
    overflow-x: hidden;
    background-color: #F2F9FF;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

input[type=search]:focus {
    outline: none;
}

.mobile_none{
    display: block;
}

.pc_none{
    display: none;
}

.active{
    display: block !important;
}
/* 头部开始 */
.top {
    background: url(../img/bg.png) top center no-repeat;
    /* background-size: 100%; */
    height: 440px;
    position: relative;
}

.head {
    padding: 5px 10% 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #7bade9;
}

.head_lf {
    width: 440px;
    padding: 0 3%;
    display: flex;
    justify-content: space-around;
}

.head_lf a{
    font-size: 0.875rem;
    color: #ffffff;
}

.head ul li a:hover{
    color: #fff9ca;
}

.head_lf span{
    color: #a5d1ff;
}

.head_rt {
    width: 820px;
    padding: 0px 6%;
    display: flex;
    justify-content: space-around;
}
.head_rt span{
    color: #a5d1ff;
}
.head_rt a{
    font-size: 0.875rem;
    color: #ffffff;
}

.ipv6{
    margin: 0 0 5px 0px;
    padding: 0 8px 0 8px;
    width: 140px;
    height: 25px;
    line-height: 25px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 5px;
    background-position: 10px -10px;
    text-align: center;
    font-size: 0.875rem;
    color: #ffffff;
    font-weight: bold;
}

.logo {
    /* width: 820px; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* margin-bottom: 12px; */
}

.logo a{
    display: block;
    text-align: center;
}
.logo a img{
    /* width: 90px; */
}
.logo_tit p:nth-child(1){
    color: #ED2A24;
    font-size: 2.8rem;
    font-weight: bolder;
    /* font-family: "SimSun", "宋体"; */
    /* margin-bottom: 10px; */
    /* letter-spacing: 0.5rem; */
}

.logo_tit p:nth-child(2) {
    font-size: 1.25rem;
    letter-spacing: 0.4rem;
}

.logo_tit p:nth-child(2) span {
    font-size: 1.25rem;
    color: #ED2A24;
    letter-spacing: 0.35rem;
}



/* 搜索 */
.search {
    margin: 0 auto;
    position: relative;
    width: 540px;
    display: flex;
    justify-content: flex-start;
    z-index: 22;
}

.search_main {
    height: 50px;
    width: 100%;
}

.search_input {
    width: 520px;
    height: 42px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
    background-color: #fffc;
    line-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #1659a0;
}

.search_input img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.search_input input {
    border: none;
    width: 100%;
    height: 42px;
    background: none;
}

.searchBtn {
    width: 100px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    background-color: #1659A0;
    color: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
}

.head_bottom{
    position: absolute;
    width: 100%;
    bottom: -4px;
    left: 0px;
}
.head_bottom img:nth-child(1){
    width: 90px;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -8px;
    opacity: 0.5;
}

.head_bottom img{
    width: 100%;
}
.head_bottom p{
    width: 400px;
    text-align: center;
    position: absolute;
    font-family: "SimSun", "宋体";
    font-weight: bolder;
    font-size: 1.6rem;
    color: #9f8f75;
    letter-spacing: 0.05rem;
    left: calc(50% - 220px);
    top: -4px;
}

/* 导航栏 */
.nav {
    height: 60px;
    /* background-color: #125DB2; */
    background-image: linear-gradient(to bottom,#125DB2 ,#1C65B4);
    width: 100%;
    border-bottom: 2px solid #3d7dc1;
}

.nav_main {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.nav_main li {
    width: 16.6%;
    line-height: 70px;
    text-align: center;
}



.nav_main li a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-weight: bolder;
    text-shadow: 2px 2px 2px #1e4f83;
}

.nav_main li:hover a {
    background: url(../img/hover.png) no-repeat bottom center;
}

.content{
    background-image: linear-gradient(to bottom, #1E65B8 0%,#a4ceff 20%, #fff 40%);
    overflow: hidden;
}




/* 底部 */
.foot {
    width: 100%;
    /* background-color: #1263BE */
}

.fslink {
    width: 100%;
    height: 275px;
    background-color: #fff;
    border-bottom: 2px solid #0064bb;
}

.fslink_nav {
    width: 100%;
    padding: 0 calc(50% - 700px);
    background-color: #0C5197;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.fslink_nav li {
    color: #fff;
    font-size: 15px;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.fslink_main {
    width: 1270px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.fslink_main li {
    padding: 10px 20px;
    height: 30px;
    width: 12%;
}

.fslink_main li:nth-child(6n) {
    margin-right: 0px;
}

.fslink_main li a {
    font-size: 14px;
    color: #585758;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fslink_main li a:hover{
    color: #1659A0;
}

.foot_main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.foot_main ul {
    width: 100%;
    padding: 0 30%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.foot_main ul li {
    color: #333;
}

.foot_main ul li a {
    color: #333;
    font-size: 14px;
}
.foot_main_lf{
    margin-right: 20px;
}

.foot_main_lf p {
    color: #333;
    line-height: 1.625rem;
}

.foot_main_lf a {
    color: #333;
    line-height: 1.625rem;
}

.foot_main_lf span {
    color: #333;
    line-height: 1.625rem;
    font-size: 14px;
}

.fslink_main6{
    justify-content: flex-start;
}
.fslink_main6 li{
    height: 100px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 15px;
}

.fslink_main6 li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.fslink_main6 li a img{
    width: 72px;
    margin-bottom: 4px;
}
.fslink_main6 li a span{
    font-size: 13px;
}
@media screen and (max-width:1200px) {
    .head {
    padding: 5px 2% 0px;}
}
@media screen and (max-width:768px) {
    .logo_pc{
        display: none;
    }
    .mobile_none{
        display: none !important;
    }
    
    .pc_none{
        display: block !important;
    }
    #_ideConac{
        display: none;
    }
    .foot_main_rt{
        display: none;
    }
    .top{
        background: none;
        height: 180px;
        background-color: #bad9ff
    }
    
    .head{
        padding: 5px 2%;
        margin-bottom: 5%;
    }
    .head_lf{
        display: none;
    }
    .head_rt{
        justify-content: space-between;
    }
    .head_rt span{
        display: none;
    }
    .logo{
        width: 100%;
        margin-bottom: 1%;
    }
    
    .logo a img{
        width: 90%;
    }
    .logo_tit p:nth-child(1){
        font-size: 1.5rem;
    }
    .logo_tit p:nth-child(2){
        font-size: 0.8rem;
    }
    .logo_tit p:nth-child(2) span{
        font-size: 0.8rem;
    }
    .search{
        width: 90%;
        margin:  0 auto;
    }
    .search_input{
        width: 80%;
        height: 40px;
    }
    .search_input img{
        width: 30px;
        height: 30px;
    }
    .searchBtn{
        width: 20%;
        height: 40px;
        line-height: 40px;
    }

    .head_bottom p{
        width: 100%;
        font-size: 1rem;
        top: -7vw;
        left: 0px;
    }
    .head_bottom img:nth-child(1){
        width: 40px;
    }

    /* 导航栏 */
    .nav{
        height: auto;
    }
    .nav_main{
        width: 100%;
        flex-wrap: wrap;
        height: auto;
    }
    .nav_main li{
        width: 33%;
    }
    .nav_main li a{
        font-size: 1.25rem;
        height: 40px;
        line-height: 40px;
    }
    /* 底部 */
    .fslink {
        display: none;
    }
    
    .foot_main {
        width: 100vw;
        border-top: 2px solid #0064bb;
        justify-content: center;
    }
    .foot_main_lf p{
        font-size: 1rem;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .foot_main_lf a{
        font-size: 1rem;
    }
    .foot_main ul{
        display: none;
    }
    .foot_main_lf span {
        font-size: 1rem;
    }
    .footer_PC{
        display: none;
    }
}
@media screen and (min-width:768px) and (max-width:999999px) {
    .foot_main_lf span a{
        font-size: 14px;
    }
    .top {
        background: url(../img/bg.png) top center no-repeat;
        /* background-size: 100%; */
        height: 399px;
        position: relative;
    }
    .footer_Mb{
        display: none;
    }
    .logo_mb{
        display: none;
    }
}
