body {
    font: 18px/200% "Open Sans", "Arial", sans-serif;
    color: #666;
    min-width: 1200px
}

a {
    color: #666
}

.banner {
    width: 100%;
    height: 220px;
    background: #ebf1f5;
    text-align: center;
}

.local {
    text-align: left;
    width: 1200px;
    padding-top: 20px;
    margin: 0px auto 50px;
    color: #b0b0b0;
    font-weight: bold
}

.local a {
    color: #0a6eb4
}

.main {
    width: 1200px;
    margin: 0 auto 60px;
}

.main ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #333;
    font-size: 26px;
    margin-top: 30px;
}

.main li {
    width: 100%;
    border-bottom: 3px solid #CEE2F0;
    padding-bottom: 25px
}

.main li.cur {
    color: #0a6eb4;
    border-bottom: 3px solid #005794;
}

.main dl {
    padding: 30px 0 40px;
    border-bottom: 1px solid #a8a8a8
}

.main dl.show dt::before {
    -webkit-transform: rotateZ(135deg) translate(50%, 50%);
    transform: rotateZ(135deg) translate(50%, 50%)
}

.main dl.show dt::after {
    -webkit-transform: rotateZ(45deg) translate(50%, 50%);
    transform: rotateZ(45deg) translate(50%, 50%)
}

.main .introTitle {
    font-size: 14px;
    color: #0a6eb4;
}

.main dt {
    position: relative;
    padding-right: 50px;
    font-size: 20px;
    color: #000;
    position: relative
}

.main dt::before,
.main dt::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #303030;
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.main dt::before {
    -webkit-transform: rotateZ(-45deg) translate(50%, 50%);
    transform: rotateZ(-45deg) translate(50%, 50%)
}

.main dt::after {
    -webkit-transform: rotateZ(-135deg) translate(50%, 50%);
    transform: rotateZ(-135deg) translate(50%, 50%)
}

.main dd {
    display: none
}

#autopage {
    width: 100%;
    text-align: center;
    padding: 60px 0 0
}

#autopage span,
#autopage a {
    display: inline-block;
    margin: 0 2px;
    font-size: 14px;
    border: 1px solid #0a6eb4;
    width: 32px;
    line-height: 32px
}

#autopage a {
    color: #0a6eb4
}

#autopage span {
    background: #0a6eb4;
    color: #fff
}

.toEmail_wrap {
    background: #ebf1f5
}

.toEmail_wrap .toEmail {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 80px;
    background: url("../img/fq2.png") no-repeat 0 75px
}

#sendEmail {
    margin-left: 620px
}

.toEmail_wrap .emailList {
    width: 565px
}

.toEmail_wrap .emailList .titleDiv {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px
}

.toEmail_wrap .emailList .inputDiv {
    margin-bottom: 30px
}

.toEmail_wrap .emailList .inputDiv input {
    display: block;
    width: 100%;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    line-height: 48px
}

.toEmail_wrap .emailList .inputDiv textarea {
    display: block;
    width: 100%;
    border: none;
    resize: none;
    outline: none;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px
}

.toEmail_wrap .emailList .btn {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #0a6eb4;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    cursor: pointer;
    border: none
}

/*# sourceMappingURL=FAQS.min.css.map */