/* 头部 */
.panel-header{
  display:block !important;
}
.header {
    height: 156px;
    line-height: 156px;
    background: url(../images/header-bg.png) no-repeat center center;
    background-size: cover;
}

.header .logo {
    width: 376px;
    font-size: 0;
}

.header .logo img {
    width: 100%;
}

.header-right {
    float: right;
    box-sizing: border-box;
    margin-top: 50px;
}

.header-right .english {
    float: left;
    line-height: 55px;
    margin-left: 40px;
}

.header-right .english span {
    margin: 0 15px;
}

.header-right .english a,
.header-right .english span {
    font-size: 18px;
    line-height: 55px;
    color: #fff;

}

.header-right .english img {
    width: 100%;
    height: 100%;
}

.header-right .search {
    float: left;
}

.header-right .search form {
    width: 255px;
    height: 42px;
    line-height: 43px;
    font-size: 0;
    overflow: hidden;
    background-color: #fff;
    margin-top: 8px;
}

.header-right .search input,
.header-right .search button {
    border: none;
    height: 100%;
}

.header-right .search input {
    width: 100%;
    padding-left: 15px;
    padding-right: 50px;
    font-size: 16px;
    box-sizing: border-box;
    background: transparent;
}

.header-right .search input::placeholder {
    font-size: 16px;
}

.header-right .search button {
    width: 50px;
    padding: 0;
    margin-left: -50px;
    cursor: pointer;
    background: transparent;
}

.header-right .search button img {
    width: 18px;
}

.header-right .menu-icon {
    display: none;
    float: left;
    width: 30px;
    margin-top: 12px;
    margin-left: 20px;
    cursor: pointer;
}

/* 导航 */

.nav ul li {
    float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
}

.nav ul li>a {
    display: block;
    height: 67px;
    line-height: 67px;
    padding: 0 36px;
    color: #333333;
    font-size: 20px;
    text-align: center;
}

.nav ul span {
    float: left;
    height: 20px;
    font-size: 20px;
    line-height: 67px;
    color: #a8a8a8;
}
.nav ul span:last-child{
  display:none;
}
.nav ul li:hover>a {
    color: #003f88;
}

.nav ul li .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 67px;
    text-align: center;
    background-color: #0042a0;
    box-sizing: border-box;
    overflow-y: hidden;
}
.nav ul li .dropdown a:first-child{
    border-top: 4px solid #0068fd;
}
.nav ul li .dropdown a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fffefe;
    line-height: 56px;
    padding: 0 5px;
    border-bottom: 1px solid #1853a7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav ul li .dropdown a:hover {
    /* color: #d18c55; */
    font-weight: bold;
}

/* 移动端导航 */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: none;
}

.mnav .contentct {
    float: left;
    width: 40%;
    height: 100%;
    background: #003f88;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mnav .contentct .nav-item {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.mnav .contentct .nav-item:hover {
    background: #003f88;
    -webkit-box-shadow: 3px 3px 10px #000;
    box-shadow: 3px 3px 10px #000;
}

.mnav .contentct .nav-item:hover .item-down {
    display: block;
}

.mnav .contentct .nav-item a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.mnav .contentbl {
    float: left;
    width: 60%;
    height: 100%;
    background: #333;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.mnav .header-right {
    float: none;
}

.mnav .header-right .search {
    float: none;
}

.mnav .header-right .search form {
    margin: 0 auto;
}

/* 页脚 */
.footer {
    color: #fff;
    font-size: 16px;
background: #303030;
   /* background: url(../images/footer-bg.png) no-repeat center center / cover;*/
}

.footer .footer-container {
    padding-top: 28px;
    padding-bottom: 22px;
    width: 100%;
    position: relative;
}

.footer .footer-container .left {
    float: left;
    /* width: 459px; */
    width: 28%;
    padding-top: 45px;
}

.footer .footer-container .left .logo {
    width: 374px;
    font-size: 0;
}


.footer .footer-container .left .logo img {
    width: 100%;
}

.footer h4 {
    display: inline-block;
    font-size: 24px;
}

.footer .footer-container .contect {
    box-sizing: border-box;
    /* width: 755px; */
    width: 47%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    display: flex;
    justify-content: space-between;
        align-items: center;
    padding-top: 22px;
}
.footer .footer-container .contect .contact_us {
    flex: 1;
    padding-right: 20px;
}
.footer .footer-container .contect .weixin{
    width: 140px;
}
.footer .footer-container .contect .weixin img{
    width: 100%;
}
.footer .footer-container .contect div {
    float: left;
    line-height: 36px;
}

.footer .footer-container .contect .space {
    padding: 0 8px;
}

.footer .footer-container .links {
    line-height: unset;
}
.footer .links{
padding-bottom:0;
}
.footer .footer-container .links .links-btn {
     width: 292px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.footer .footer-container .links .links-btn span {
    font-size: 16px;
    color: #666;
}

.footer .footer-container .links .links-btn img {
    margin-top: 20px;
}

.footer .footer-container .links .links-btn .links-item {
    width: 292px;
    position: absolute;
    bottom: 41px;
    left: -1px;
    max-height: 230px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: none;
    overflow: auto;
    display: none;
    z-index: 20;
    box-sizing: border-box;
}

.footer .footer-container .links .links-btn .links-item a {
    display: block;
    height: 43px;
    line-height: 43px;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .line {
    height: 180px;
}

.footer .line img {
    height: 100%;
}

.footer .footer-bot {
    border-top: 1px solid #454545;
    padding: 20px 0;
    text-align: center;
}


.footer .footer-bot a {
    color: #fff;
}

.footer .footer-bot a:hover {
    text-decoration: none;
    color: #98c3f0;
}

.footer .footer-bot .space {
    padding: 0 5px;
}

.footer .footer-bot p {
    line-height: 26px;
}

@media screen and (max-width:1700px) {
    .layout {
        padding: 0 50px;
    }

    .nav ul li>a {
        padding: 0 34px;
    }
}

@media screen and (max-width:1650px) {
    .nav ul li>a {
        padding: 0 32px;
    }
}

@media screen and (max-width:1615px) {
    .nav ul li>a {
        padding: 0 30px;
    }
}

@media screen and (max-width:1570px) {
    .nav ul li>a {
        padding: 0 28px;
    }
}

@media screen and (max-width:1530px) {
    .nav ul li>a {
        padding: 0 26px;
    }
}

@media screen and (max-width:1490px) {
    .nav ul li>a {
        padding: 0 24px;
    }
.footer .footer-container .contect .weixin {
    width: 110px;
}
}

@media screen and (max-width:1450px) {
    .nav ul li>a {
        padding: 0 22px;
    }

    .footer .footer-container .left .logo {
        width: 300px;
    }

    .footer .footer-container .contect div {
        line-height: 30px;
    }

    .footer .footer-container .links .links-btn {
        width: 270px;
    }

    .footer .footer-container .links .links-btn .links-item {
        width: 270px;
    }
}

@media screen and (max-width:1410px) {
    .nav ul li>a {
        padding: 0 20px;
    }
}

@media screen and (max-width:1400px) {
    .header {
        height: 120px;
        line-height: 120px;
    }

    .header .logo {
        width: 300px;
    }

    .header-right {
        margin-top: 35px;
    }

    .header-right .search form {
        height: 50px;
        line-height: 50px;
    }

    .header-right .english a,
    .header-right .english span {
        font-size: 16px;
    }

    .header-right .english {
        float: left;
        line-height: 50px;
        margin-left: 30px;
    }
}

@media screen and (max-width:1370px) {
    .nav ul li>a {
        padding: 0 18px;
    }
}

@media screen and (max-width:1330px) {
    .nav ul li>a {
        padding: 0 16px;
    }

    .footer .footer-container .contect {
        width: 45%;
        padding-left: 4%;
    }
}

@media screen and (max-width:1290px) {
    .nav ul li>a {
        font-size: 18px;
        padding: 0 18px;
    }
}

@media screen and (max-width:1250px) {
    .nav ul li>a {
        padding: 0 15.5px;
    }
}

@media screen and (max-width:1200px) {
    .layout {
        padding: 0 30px;
    }

    .footer .footer-container .left {
        float: none;
        margin-bottom: 20px;
        width: 100%;
        padding-top: 0;
    }

    .footer .footer-container .contect {
        float: none;
        width: 100%;
        margin-bottom: 20px;
            flex-direction: column;
        align-items: start;
           padding-top: 0;
    }
   .footer .footer-container .contect .contact_us {
       padding-right: 0px;
   }
   .footer .footer-container .contect .weixin {
        margin-top:15px;
    }
    .footer .footer-container .links {
        float: none;
        width: 100%;
    }

    .footer .line {
        display: none;
    }

    .footer .footer-container .contect {
        padding-left: 0;
        padding-right: 0;
    }

    .footer>.layout {
        padding-left: 25%;
        padding-right: 25%;
    }
    .footer h4{
        font-size: 22px;
    }


}

@media screen and (max-width:1160px) {
    .nav ul li>a {
        padding: 0 12.5px;
    }
}

@media screen and (max-width:1100px) {
    .header {
        height: 80px;
        line-height: 80px;
    }

    .header .logo {
        width: 240px;
    }

    .header-right {
        margin-top: 30px;
    }

    .header-right .menu-icon {
        display: inline-block;
        margin-top: 0;
    }

    .nav,
    .header .header-right .search,
    .header .header-right .english {
        display: none;
    }
    .mnav .header-right .english{
        float: none;
        text-align: center;
        margin-left: 0;
    }
}

@media screen and (max-width:900px) {
    .layout{
        padding: 0 20px;
    }
    .mnav .header-right .search form {
        width: 90%;
    }

    .footer>.layout {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media screen and (max-width:600px) {
    .layout{
        padding: 0 15px;
    }
    .mnav .header-right .search form {
        width: 95%;
        height: 45px;
        line-height: 45px;
    }

    .mnav .contentct .nav-item {
        font-size: 16px;
    }
    
    

}

@media screen and (max-width:500px) {
    .header-right .english a{
        display: block;
        line-height: 40px;
    }
    .mnav .header-right .english{
        margin-top: 20px;
    }
     .header-right .english span{
        display: none;
     }
    .footer>.layout {
        padding-left: 5%;
        padding-right: 5%;
    }
    
}
@media screen and (max-width:450px) {
    .footer{
        font-size: 14px;

    }
    .footer h4 {
        font-size: 20px;
    }
    .footer .footer-container .contect div{
        line-height: 26px;
    }
    .footer .footer-container .links .links-btn{
        margin-top: 5px;
    }

}