.dropdown-menu {
    position: absolute;
    /*top: 80px!important;*/
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    display: block;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    line-height: 28px;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 20px;
    text-transform: capitalize;
}

.dropdown-menu>li>a:hover {
    color: #c30d23;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	display: block;
	width: 100%;
}
/* .nav>ul{
	flex-wrap:nowrap;
} */

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}



.nav>ul>.dropdown {
    float: left;
    padding-top: 10px;
    position: relative;
	width: 9%;
	/* text-align: center; */
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav>ul>.dropdown>a {
    position: relative;
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    padding: 0 5px;
    line-height: 24px;
    border-right: 1px solid #e5e5e5;
	/* overflow: hidden; */
	width: 142px;
	text-align: center;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
.dropdown-toggle{
	white-space: normal;
}

/* .nav>ul>.dropdown>a span{
	width: 142px;
} */

.nav>ul>.dropdown:last-child>a {
    border: none;
}

.nav>ul>.dropdown::before {
    position: absolute;
    content: "";
    background-color: #c30d23;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: all .5s;
}

.nav>ul>.dropdown:hover::before,
.nav>ul>.dropdown:focus::before {
    width: 100%;
}

.nav>ul>.dropdown:hover>a {
    color: #c30d23;
}

.nav .open>a:focus,
.nav .open>a:hover {
    color: #c30d23;
}

.nav .open>a:focus,
.nav .open>a:hover {
    /* width: 100%; */
	/* width: 142px; */
}

.nav .open>a {
    color: #c30d23;
}

.nav>ul>.dropdown.open::before {
    width: 100%;
}

.nav>.row>li.active>a {
    color: #c30d23!important;
}

.nav>.row>li.active::before {
    width: 100%;
}

.dropdown-toggle::after {
    margin-left: 5px;
    vertical-align: 1px;
    content: "";
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}


/*------------------
    分页部分的CSS
------------------*/

.pagination {
    text-align: center;
    display: block;
    font-size: 0;
    line-height: 0;
}

.pagination ul {
    font-size: 0;
    line-height: 0;
    display: inline-block;
}

.pagination span {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}

.pagination ul li {
    display: inline-block;
    margin: 0 2px 0 2px;
}

.pagination ul li a {
    font-size: 18px;
    padding: 10px 20px;
    border: 1px solid #aaa;
    text-decoration: none;
    color: #333;
}

.pagination ul li.active {
    background: #c30d23;
}

.pagination ul li.active a {
    color: #fff;
}

.pagination ul li:hover {
    background: #c30d23;
}

.pagination ul li:hover a {
    color: #fff;
}


/* 联系我们表单 */

.wpcf7-form {
    width: 100%;
    margin-top: 25px;
}

.wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form p label {
    font-size: 20px;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    text-transform: capitalize;
}

.wpcf7-form p label span {
    display: block;
    width: 100%;
    /* margin: 10px 0 0; */
}

.wpcf7-form p label span input {
    border: 1px solid #ccc;
    width: 100%;
    line-height: 42px;
    color:black ;
    padding: 0 10px;
    font-size: 16px;
	border-radius: 5px;
}
.contact-from .wpcf7-form p label span input {
    color: #333 !important;
}
.footer_online .wpcf7-form p  label span input {
    color:white;
}

.wpcf7-form p label span .wpcf7-not-valid-tip {
    color: #c30d23;
}

.wpcf7-form p label span textarea {
    border: 1px solid #ccc;
    width: 100%;
    color: #333;
    height: 100px;
    padding: 6px 10px;
    font-size: 16px;
	border-radius: 5px;
}
.footer_online .wpcf7-form p label span textarea {
    color:white;
}


.wpcf7-form p label span textarea::-webkit-input-placeholder {
    color: #999;
}

.wpcf7-form p .wpcf7-submit {
    width: 180px;
    height: 48px;
    background-color: #c30d23;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    transition: all .5s;
}

.wpcf7-form p .wpcf7-submit:hover {
    margin-left: 10px;
    background-color: #000;
}

table,
th,
td {
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, .1);
}

input.z_seach_btn1 {
    text-align: center;
    line-height: 54px;
    background-color: #c30d23;
    font-size: 16px;
    color: #fff;
    float: right;
    width: 80px;
    text-transform: capitalize;
}

.z_search_list .crumb_n {
    margin-bottom: 24px;
}