/*
Theme Name: 好企04
Theme URI: http://www.haozhuti.cn
Author: 好主题
Author URI: https://www.haozhuti.cn
Description: 好主题网自适应企业主题
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haozhuti
*/
.page-nav {
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
}
.page-nav ul {
    display: inline-block;
    background-color: #fff;
}
.page-nav ul li {
    float: left;
    width: 51px;
    height: 52px;
    line-height: 50px;
    border: 1px solid #ddd;
    border-right: none;
    transition: all 0.2s linear;
    list-style: none;
}
.page-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.page-nav ul li:last-of-type {
    border: 1px solid #ddd;
    width: 52px;
}
.page-nav ul li.current,
.page-nav ul li:hover {
    background-color: #0068b7;
    border-color: #0068b7;
    color: #fff;
}
.page-nav ul li.current a,
.page-nav ul li:hover a {
    color: #fff;
}
.page-nav ul::before {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.wpcf7-form{
    /* background-color: pink; */
    font-size: 16px;
    padding: 20px 0;
}
.wpcf7-form label{
    display: block;
    margin-bottom: 10px;
}
.wpcf7-form label i{
    font-style: normal;
    vertical-align: top;
    margin-right: 10px;
    line-height: 40px;
    color: #0068b7;
    font-weight: 700;
}
.wpcf7-form label span{
    display: inline-block;
    vertical-align: top;
}
.wpcf7-form textarea{
   vertical-align: top;
   outline: none;
   width: 400px;
   height: 100px;
   border: 1px solid #ccc;
   padding-left: 10px;
   padding-top: 10px;
}
.wpcf7-form input[type="text"],.wpcf7-form input[type="tel"]{
    /* background-color: red; */
    height: 40px;
    line-height: 40px;
    outline: none;
    border: 1px solid #ccc;
    width: 400px;
    padding-left: 10px;
    border-radius: 15px;
}
.wpcf7-form input[type="submit"]{
    display: block;
    margin-top: 20px;
    margin-left: 110px;
    height: 40px;
    line-height:40px;
    padding: 0 80px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    background-color: #0068b7;
    color: #fff;
}
.wpcf7-form input[type="submit"]:hover{
    background-color: #064b80;
}
.wpcf7-form .wpcf7-not-valid-tip{
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}
.error-box{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 100px 0;
}
.error-box img{
    display: block;
    margin: 0 auto;
}
.error-box p{
    font-size: 20px;
    color: #333;
    margin-top: 20px;
}
.error-box .time{
    color: red;
    font-weight: 700;
    margin: 0 10px;
}
.footer_nav{
    background-color: #fafafa;
    /* background-color: red; */
    text-align: center;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.footer_nav a{
    float:  left;
    width: 25%;
    /* background-color:pink; */
    font-size: 14px;
    padding: 5px 0;
    color: #898989;
}
.footer_nav a span{
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}
@media  screen and (max-width:768px){
    .footer_nav{
        display: block;
    }
    body{
        padding-bottom: 49px;
    }
}