@charset "utf-8";
.asTop {
    width: 100%;
    height: 205px;
    background: url('../images/aboutBanner.png') no-repeat top center;
}
.asTopD {
    width: 100%;
    height: 205px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    line-height: 205px;
    background: url('../images/aboutBanner.png') no-repeat top center;
}
.asTex {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 30px;
}
.asInput {
    width: 862px;
    height: 74px;
    background-color: rgba(255,255,255,.3);
    border-radius: 5px;
    margin: 20px auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.asInp {
    width: 670px;
    height: 53px;
    position: relative;
}
.asInp input {
    width: 670px;
    height: 53px;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 110px;
}
.asInp div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #bc000b;
    font-size: 17px;
}
.asInp div img {
    margin-right: 5px;
}
.asInput button {
    width: 156px;
    height: 53px;
    background: #ffd800 url("../images/tiwen.png") no-repeat left center;
    color: #bc000b;
    font-size: 18px;
    padding-left: 35px;
    line-height: 53px;
    background-position-x: 25px;
    cursor: pointer;
}
.asBqian {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.asBqian span {
    padding: 8px 10px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 15px;
    background-color: #f1f1f1;
    border-radius: 4px;
}
.asBqian span.asAct {
    background-color: #bc000b;
    color: #ffffff;
}

.asPaix {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
}
.asPaix .pxS1 {
    width: 65px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.asPaix .pxS2 {
    width: 65px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    color: #999999 ;
    margin-left: 15px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.asPaix .pxS2.pxAct {
    background-color: #bc000b;
    color: #ffffff;
}
.asList {
    width: 100%;
    padding-bottom: 20px;
}
.asBox {
    display: block;
    width: 100%;
    height: 145px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.asBoxTit {
    width: 100%;
    padding-left: 25px;
    background: url("../images/wen.png") no-repeat left center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.asBoxTex {
    width: 100%;
    /*font-size: 14px;*/
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
}
.asBoxEnd {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
}
.asBoxEnd .aseS1 {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 4px 8px;
    font-size: 12px;
    color: #999999;
    margin-right: 15px;
}
.asBoxEnd .aseS2 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 4px 8px;
    font-size: 12px;
    color: #999999;
}
.asBoxEnd .aseS3 {
    margin: 0 15px;
    font-size: 12px;
    color: #999999;
}


.aboutShenj {
    width: 100%;
    height: 155px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.asdTop {
    width: 100%;
    height: 145px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px
    rgba(136, 136, 136, 0.19);
    border-radius: 10px;
    padding: 0 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.asdLeft {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.asdRight {
    width: 154px;
}
.asdRight .tw {
    width: 154px;
    height: 46px;
    background-color: #bc000b;
    box-shadow: 0px 0px 4px 0px
    rgba(195, 18, 23, 0.35);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fffefe;
    font-size: 16px;
    cursor: pointer;
}
.asdRight .tw img {
    margin-right: 5px;
}
.asdRight .sc {
    font-size: 12px;
    color: #666666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    cursor: pointer;
    width: 60px;
}
.asdRight .sc img {
    margin-right: 6px;
}
.asdTex {
    width: 100%;
    padding: 40px 50px;
    background: #ffffff url("../images/daL.png") no-repeat left top;
    background-position-y: 42px;
    background-position-x: 20px;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.askTan {
    position: fixed;
    width: 760px;
    height: 570px;
    background-color: #ffffff;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: -295px;
    z-index: 20;
    display: none;
}
.askTanTit {
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 24px;
    padding: 25px 0;
}
#askTex {
    display: block;
    width: 673px;
    height: 244px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    margin: 0 auto;
    padding: 0 15px;
}
.askTanbq {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 15px 40px;
    border-bottom: 2px solid #eeeeee;
    margin-top: 30px;
}
.askTanbq .d1 {
    width: 50px;
    color: #333333;
    font-size: 16px;
}
.askTanbq .d2 {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.askTanbq .d2 span {
    min-width: 90px;
    height: 30px;
    background-color: #f1f1f1;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.askTanbq .d2 span.bqAct {
    background-color: #bc000b;
    color: #ffffff;
}

.askTanBtn {
    width: 100%;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
}

.askBtnQx {
    width: 171px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #a3060f;
    text-align: center;
    line-height: 46px;
    color: #bc000b;
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
}
.askBtnTw {
    width: 171px;
    height: 46px;
    background-color: #bc000b;
    border-radius: 10px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}





















































