/*
Theme Name: 好企03
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: 40px;
	height: 40px;
	line-height: 40px;
	border-right: none;
	transition: all 0.2s linear;
	list-style: none;
	background-image: none;
	padding: 0;
	margin-right: 10px;
	background-color: rgba(149, 149, 149, 0.18);
}

#page-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #999;
}

#page-nav ul li:last-of-type {
	width: 40px;
}

#page-nav ul li.current,
#page-nav ul li:hover {
	background-color: #0b2d7e;
	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;
}

.clearfix::after {
	clear: both;
	content: '';
	height: 0;
	visibility: hidden;
	display: block;
}


.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;
}