body {
    background-color: #F6F6F6;
}


.header {
    width: 100%;
    height: 100px;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: .4s;
    justify-content: space-between;
}


.header > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header .left img:nth-child(2), .header .center img:nth-child(2) {
    display: none;
}


.header .center a {
    text-decoration: none;
    color: #FFFFFF;
    padding: 68px 22px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    transition: .4s;
}
.header .center span{
    text-decoration: none;
    color: #FFFFFF;
    padding: 4px 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: .4s;
    cursor: pointer;
}


.header .center a:last-child {

}

.icon-dayuhao {
    text-align: center;
    color: #FFFFff;
    line-height: 20px;
    padding-left: 2px;
    padding-top: 1px;
}

.header .center a:hover, .center a.active {
    /*text-shadow: #FFF 1px 0 0, #FFF 0 1px 0, #FFF -1px 0 0, #FFF 0 -1px 0;*/
    color: #00548e!important;
}
.header.active .center a.active{
    color: #0096FF!important;
}
.header .center .contents a:hover{
    color: #0096ff!important;
}
.header.active .center a:hover{
    color: #0096ff!important;
}

.header.active .left img:nth-child(1) {
    display: none;
}

.header.active .left img:nth-child(2) {
    display: block;
}

.header.active {
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.header.active .center a,.header.active .center span {
    color: #000;
}
.header .center{
    position: relative;
    display: flex;
}
.divvv{

}
.header .center div{
    width: 20px;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: -37px;
    left: 0;
    transition: all ease-out .4s;
    z-index: -1;
}
.header.active .center div{
    bottom: -28px;
    background: #0096FF;
}
.contents{
    position: absolute;
    display: block;
    top: 62px;
    left: 0;
    width: 0%;
    overflow: hidden;
    height: 20px;
    background-color: rgba(0,0,0,0.5);
    white-space:nowrap;
    visibility: hidden;


}
.contents a{
    font-weight: 500;
    line-height: 60px!important;
    overflow: hidden;
    flex-wrap: nowrap;

}
.header .center .divvv:hover .contents{
    width: 140% !important;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    height: 60px;
    visibility: visible;
}

.header.active .center .contents a{
    color: #FFF;
}
.header.active .center .divvv .contents{
    top: 53px;

    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 60px;
    left: auto;
    right: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #eee;
    z-index: 99;

}

#search-form.open {
    max-height: 60px;
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 60px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: transparent;
    border: none;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    background: #0096FF;
    border: none;
    cursor: pointer;
}

















/*--------------------------------------------------------二级导航-------------------------------------------------*/
.jianbian {
    width: 100%;
    height: 522px;
    background: linear-gradient(90deg, #90D1FF, #0096FF);
    /*position: absolute;*/
    padding-top: 143px;

}
.jianbian div span{
    text-transform: uppercase!important;
}

.jianbian div {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.18;
    text-align: right;
}

.erji > div:last-child {

}

.neirong {
    background: rgba(0, 0, 0, 0);
    margin-top: -290px;
    position: relative;
}

.neirong .container {
    background: #fff;
    position: relative;
    z-index: 2;
}

.neirong:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateX(-50%);
    z-index: 1;
}

.erji {
    display: flex;
    justify-content: space-between;
}

.erji > div {
    display: flex;
    align-items: center;
}

.erji > div > div > a {
    color: #333333;
    font-size: 14px;
    transition: .4s;
    /*line-height: 26px;*/
    border-bottom: 5px solid transparent;
    padding: 25px 0;
    display: block;
    font-weight: bold;
}

.erji > div:last-child > div {
    margin: 0 27px;
}

.erji > div:last-child > div:first-child {
    margin: 0 27px 0 0;
}

.erji > div:last-child > div:last-child {
    margin: 0 70px 0 27px;
}

.icon-yemian {
    font-size: 13px;
    color: #0096FF !important;
    margin-right: 11px;
}

.xiaban {
    position: relative;
    overflow: hidden;
}

.xiaban .container:after {
    content: '';
    width: 1000%;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
}

.erji > div:nth-child(2) a:hover {
    color: #0096FF;
    border-bottom: 5px solid #0096FF;
}

.active1 {
    color: #0096FF !important;
    border-bottom: 5px solid #0096FF !important;

}


/*----------------------------------------------------底部-------------------------------------------*/
.footer {
    padding: 38px 0;
    background-color: #F6F6F6;
}

.footer1 {
    display: flex;
    justify-content: space-between;
    position: relative;

}

.footerzuo ,.footerzuo a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    transition: .4s;
}
.footerzuo a:hover{
    color: #0096FF!important;
}

.footeryou {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    transition: .4s;
}

.footeryou > span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    cursor: pointer;
}

.icon-QQ-copy{
    font-size: 20px !important;
    color: #BEBEBE !important;
    width: 40px;
    height: 40px;
    border: 1px solid #BEBEBE;
    border-radius: 50%;
    margin-left: 15px;
    line-height: 1px !important;
    padding: 5px;
    transition: .4s;
}
.footeryou a:hover .icon-QQ-copy{
    color: #0096ff!important;
    border: 1px solid #0096ff;
}
/*
.erweima1 img{
    display: block;
    width: 100%;
}

.erweima1{
    position: absolute;
    right: -79px;
    left: auto;
    top: -168px;
    z-index: 999;
     opacity: 0;
    transition: .4s;
    width: 150px;
    height: 150px;
}
.footeryou:hover+ .erweima1{
    opacity: 1;

}*/

/*---------------------------------手机导航--------------------------------------*/
.mm-menu {
    background-color: #0096FF;
}

.mm-list > li {
    color: #FFF;
}


/*---------------------------------手机导航--------------------------------------*/

/*---------------------------------返回顶部--------------------------------------*/
#wrapper{
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: calc(13% + 10px);
    right: 3%;
    z-index: 999;
}
.eigth7-2 {
    background: #D9EFFF;
    opacity: 1;
    /*border-radius: 4px;*/
    text-align: center;
    margin-top: 2px;
    color: #FFFFFF;
    font-size: 30px;
    padding: 13px;

}

/*---------------------------------返回顶部--------------------------------------*/
@media (max-width: 1440px) {
    .erji > div:last-child > div:last-child {
        margin-left: 20px;
    }

    .erji > div:last-child > div {
        margin: 0 20px;
    }

}

@media (max-width: 1366px) {


}

@media (max-width: 1230px) {

    .header .center a {
        padding: 0 10px;
    }

    .erji > div:last-child > div:first-child {
        margin-right: 15px;
    }

    .erji > div:last-child > div:last-child {
        margin-left: 15px;
    }

    .erji > div:last-child > div {
        margin: 0 15px;
    }
}

@media (max-width: 1024px) {

    .header .center a {
        padding: 0px 5px;
    }

    .left {
        transform: scale(0.8, 0.8);
    }
}

@media (max-width: 992px) {

    .biaoti {
        padding: 25px 0 !important;
        text-align: center!important;
        width: 100%;
        background: url(../images/dian.png) no-repeat left !important;
    }
    .jianbian{
        height: 250px;
        padding-top: 0;
        position: relative;
        overflow: hidden;
    }
    .neirong{
        margin-top: 0;
    }
    .jianbian div{
        position: absolute;
        top: 60%;
        left: 45px;
        transform: translateY(-50%);
        text-align: left;
    }
    .footer1 {
        flex-direction: column;
    }
    .footeryou{
        text-align: right;
    }




}

@media (max-width: 991px) {
    .header {
        display: none;
    }



    .erji > div > div > a {
        padding: 15px 0;
    }

    .erji > div {
        padding-left: 15px !important;
    }

    .erji > div:last-child {
        margin-left: 0 !important;
    }

    .erji > div:nth-child(1) {
        border-bottom: 1px solid #eee;
    }

    .erji {
        border-left: 1px solid #eee;
    }
    .footeryou {
        display: none;
    }
    .footerzuo{
        text-align: center;
    }
    .footerzuo a:nth-child(-n+4){
        display: none;
    }
    .footerzuo br{
        display: none;
    }
    .erweima1{
        display: none;
    }

}

@media (max-width: 768px) {

    .left {
        transform: scale(0.8, 0.8);
    }

    .header .center a {
        padding: 0 3px;
        font-size: 14px;
    }
    .icon-weixin2 {
        font-size: 20px !important;
    }



    .slide-inner .container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .slide-inner img{
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .erji {
        border: none;
    }

    .erji > div {
        padding: 0 15px;
        width: 100%;
        flex-wrap: wrap;
    }

    .xiaban {
        background: #fff;
    }

    .jianbian {
        height: 200px;
        padding-top: 60px;
        position: relative;
        overflow: hidden;
    }

    .neirong {
        margin-top: 0;
    }

    .jianbian div {
        position: absolute;
        top: 65%;
        left: 15px;
        text-align: left;
        font-size: 30px;
        width: 50% !important;
        transform: translateY(-50%);
    }

    .erji > div:last-child > div {
        margin: 0 15px 0 0!important;
    }
}

@media (max-width: 414px) {
    .footerzuo br{
        display: block;
    }

}

@media (max-width: 375px) {

}

@media screen and(-ms-high-contrast: active),(-ms-high-contrast: none) {
    .erji > div:first-child{
        width: 35%;
    }
}
