/* 临淄区首页新版 */


/* top */
.lz-header-top img {
    margin: 27px 0 24px  0;
}

.theme-color-hover:hover {
    color: #fff!important;
}

.lz-header-top-left ul {
    margin-top: 57px;
    padding-left: calc(100% - 305px);
}

.lz-header-top-left ul li{
    float: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
}

.lz-header-top-left ul li:nth-of-type(even) {
    padding: 0 10px;
}

.lz-header-top-right ul {
    margin-top: 44px;
}

.lz-header-top-right ul li {
    float: right;
    width: 100px;
    height: 32px;
    background: rgba(36,83,153,0.00);
    border: 1px solid #ffffff;
    border-radius: 18px;
    line-height: 32px;
    text-align: center;
}
.lz-header-top-right ul li a{
    display: block;
}

.lz-header-top-right ul li:nth-child(1) {
    color: #fff;
}
.ziboiconfont {
   margin-left: 8px;
   float: left;
}


.lz-header-top-right ul li a,.lz-header-top-left ul li a {
    color: #ffffff;
    font-size: 12px;
}



.lz-header-top-right ul li:nth-child(2) {
    margin: 0 20px;
}

/* center */

.lz-header-center{
    margin-bottom: 62px;
    border-top: 1px solid rgba(227,227,227,0.5);
    border-bottom: 1px solid rgba(227,227,227,0.5);
}

.nav-bar li {
    float: left;
    width: 11.11% !important;
    width: 62px;
    line-height: 56px;
    text-align: center;
    border-bottom: 6px solid transparent;
}
.nav-bar li a {
    font-size: 18px;
    color: #ffffff;
    display: block;
}
.nav-bar li:hover {
    border-bottom: 6px solid #FFF;
}

/* bottom */

/* form */
.parent {
    width: 64%;
    height: 52px;
    margin: 0 auto;
}

.parent>input:first-of-type {
    width: 620px;
    height: 52px;
    font-size: 16px;
    outline: none;
    text-indent: 1em;
    border: none;
    border-radius: 5px 0px 0px 5px;
    background-color: rgba(255, 255, 255, .3);
}

.parent>input:first-of-type::placeholder{
    color: #245399 !important;
    font-weight: 500;
}

.parent>input:last-of-type {
    width: 110px;
    height: 52px;
    position: absolute;
    background: #ffffff;
    border: 1px solid transparent;
    color: #245399;
    font-size: 16px;
    outline: none;
    border-radius: 0px 5px 5px 0px;
}

.rmss {
    width: 64%;
    margin: 13px auto;
    color: #FFF;
    font-size: 13px;
}

/* header media */
@media (max-width :1200px) {
    .lz-header-top-left {
        margin: 0 auto;
    }
    .lz-header-top-right ul li {
        width: 28%;
    }
    .ziboiconfont {
        margin-right: 2px;
    }
    .parent {
        width: 65%;
    }
    .parent>input:first-of-type{
        width: 500px;
    }
}

@media (max-width :992px) {
   
    .lz-header-top img {
        width: 100%;
    }
    .lz-header-top-left ul {
        margin-top: 45px
    }
    .lz-header-top-right ul{
        margin-top: 30px;
    }
    .lz-header-top-left ul li:nth-of-type(even){
        padding: 0 5px;
    }
    .logo{
        width: 25%;
    }
    .lz-header-top-left {
        width: 35%;
    }
    .lz-header-top-right {
        width: 40%;
    }

    
    .lz-header-top-left ul {
        padding-left: calc(100% - 93%);
    }

    .lz-header-top-right ul li:nth-child(2){
        margin-left: 5px;
        margin-right: 0;
    }
    .lz-header-top-right ul li {
        width: 30%;
        margin-left: 5px;
    }
    .lz-header-top-right ul{
        margin-top: 33px;
    }

    .nav-bar li a {
        font-size: 15px;
    }

    .lz-header-center{
        margin-bottom: 50px;
    }

    .parent>input:first-of-type{
        width: 40%;
    }

    .parent>input:first-of-type {
        width: 75%;
    }

    .parent>input:first-of-type,.parent>input:last-of-type{
        height: 45px;
    }
    
}

@media (max-width :768px) {

}