﻿/**!
 * 通用二级页
 * author: wangkai;
 * date:2019-03-26
 */

.ewb-main {
    min-height: 834px;
    background: url('../images/sub_bg.jpg') left bottom no-repeat #fff;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-main {
        background: #fff;
    }
}

.ewb-route {
    border-bottom: 0;
}

/* 左侧 */

.ewb-left {
    margin: -1px 5px 0 23px;
}

.ewb-menu-hd {
    height: 57px;
    line-height: 56px;
    text-align: center;
    background: url('../images/menu_hd_bg.jpg') no-repeat #075cd3;
}

.ewb-menu-hd span {
    font-size: 20px;
    font-weight: bold;
    color: #f4f4f4;
}

.wb-tree {
    padding-top: 2px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-tree-items {
    margin-top: 2px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-tt {
    display: block;
    height: 57px;
    padding: 0 30px;
    color: #085dce;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.wb-tree-tt span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 18px;
}

.wb-tree-tt i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.wb-tree-node {
    position: relative;
    display: block;
    height: 57px;
    line-height: 57px;
    color: #666;
    background-color: #e1eaf9;
}

.wb-tree-iconr {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -7px;
    width: 8px;
    height: 14px;
    background: url('../images/wblistr.png') no-repeat;
}

.wb-tree-sub {
    display: none;
    background-color: #fff;
}

.wb-tree-item {
    border-top: 1px dashed #e6e6e6;
}

.wb-tree-item:first-child {
    border-top: 0;
}

.wb-sub-node {
    position: relative;
}

.wb-sub-tt {
    display: block;
    padding: 5px 30px 5px 50px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
}

.wb-sub-tt:hover {
    color: #085dce;
}

.wb-sub-iconr {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 10px;
    background: url('../images/subiconr.png') no-repeat;
}

.wb-three-sub {
    display: none;
}

.wb-three-sub li {
    vertical-align: top;
    border-top: 1px dashed #e6e6e6;
}

.wb-three-sub li a {
    display: block;
    padding: 4px 0 4px 79px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    background: url('../images/tree_dian.png') 70px center no-repeat;
}

.wb-three-sub li a:hover,
.wb-three-sub li a.current {
    color: #0965c8;
    background-image: url('../images/tree_dian_c.png');
}

.current .wb-tree-tt {
    font-weight: bold;
    color: #fff;
}

.current .wb-tree-node {
    background-color: #0d7ddc;
}

.current .wb-tree-iconr {
    background-image: url('../images/wblistrc.png');
}

.hasChild.current .wb-tree-iconr {
    right: 14px;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background: url('../images/wblistrh.png') no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.wb-tree-item.current .wb-sub-tt {
    color: #085dce;
}

.wb-tree-item.current .wb-sub-iconr {
    background-image: url('../images/subiconrc.png');
}

.wb-tree-item.hasChild.current .wb-sub-iconr {
    right: 17px;
    width: 10px;
    height: 9px;
    background-image: url('../images/subiconrh.png');
}

.wb-tree-item.current .wb-three-sub {
    display: block;
}

/* 竖版pad-1099分辨率 */

@media (min-width: 980px) and (max-width: 1099px) {
    .wb-tree-tt {
        padding-left: 20px;
    }

    .wb-sub-tt {
        padding-left: 40px;
    }

    .wb-three-sub li a {
        padding-left: 69px;
        background-position: 60px center;
    }
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-left {
        margin: 0 10px;
    }
}

/* 手机端 */

@media (max-width: 767px) {

    .ewb-menu-hd span,
    .wb-tree-tt span {
        font-size: 16px;
    }

    .wb-sub-tt {
        font-size: 14px;
    }

    .wb-three-sub li a {
        font-size: 12px;
    }
}

/* 右侧 */
.senterinfo {
    display: block;
    width: 136px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    color: #ffffff;
    background-color: #0d7ddc;
    border-radius: 5px;
}

.form {
    padding: 27px 50px 0 0;
}

.form-row {
    width: 50%;
    margin-bottom: 20px;
}

@media (max-width: 979px) {
    .form-row {
        width: 100%;
    }
}

.form-label {
    width: 82px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #333333;
}

.form-content {
    margin: 0 25px 0 82px;
    min-height: 28px;
    border: solid 1px #666666;
}

.form-content.selbox {
    border: 0;
    height: 30px;
}

.form-content>input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
}

.form-row.spe {
    width: 100%;
}

.sel {
    width: 100%;
    height: 28px;
    line-height: 28px;
}

.sel.chosen-container {
    width: 100%;
}

.sel.chosen-container-single .chosen-single {
    border: 0;
}

.sel.chosen-container .chosen-drop {
    width: auto;
    left: -1px;
    right: -1px;
    border: 1px solid #666;
}

.infobtn {
    padding: 0 25px 0 82px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.infobtn a {
    display: inline-block;
    width: 120px;
    height: 37px;
    background-color: #034486;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    margin: 0 15px;
}

.infobtn a:hover {
    background-color: #0d7ddc;
}

@media (max-width: 979px) {
    .form {
        padding: 27px 10px 0 0;
    }

    .infobtn {
        padding: 0;
    }

    .infobtn a {
        margin: 0 5px 10px;
    }

    .form-content {
        margin: 0 0 0 82px;
    }

}

.checkbox {
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    line-height: 78px;
}

.input-radio {
    display: inline-block;
    margin: 0 30px;
    font-size: 14px;
}

.textarea {
    width: 100%;
    height: 204px;
    text-indent: 10px;
    line-height: 28px;
    background-color: #ffffff;
    resize: none;
}

.submite {
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.submite a {
    display: inline-block;
    width: 112px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 15px;
}

.reset {
    color: #999;
    background-color: #d9d9d9;
}

.send {
    color: #fff;
    background-color: #0d7ddc;
}

@media (max-width: 979px) {
    .submite {
        padding-bottom: 10px;
    }
} 

.chosen-container-single .chosen-drop { 
    bottom: auto !important;  
}
.chosen-container-single .chosen-single{ 
    text-align: left;
}

 .chosen-container{
   float:none 
}