iframe body {
    background: #fff !important;
}

body {
    margin: 0;
    padding: 0;
    line-height: 0.7;
    background: #f2f4f9;
    color: #3f454c;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

html, body {
    height: 100%;
}

div, form, img, ul, ol, li, dl, dt, dd, option, td, th, video {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside none;
}

h1, h2, h3, h4, h5, h6, p, span, blockquote, input, select, textarea {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, Arial, Verdana, sans-serif, Segoe UI, Tahoma;
}

.h1, h1 {
    font-size: 18px;
}

.h2, h2 {
    font-size: 14px;
}

p {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

input, select, option, textarea {
    font-family: Microsoft YaHei, Arial, Verdana, sans-serif, Segoe UI, Tahoma;
}

.whiteBorLeft {
    width: 2px;
    height: 12px;
    background: #ffffff;
    display: inline-block;
    margin-right: 14px;
    border-radius: 1px;
}

.blueBorLeft {
    width: 2px;
    height: 12px;
    background: #4b90f7;
    display: inline-block;
}

.comCircle {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #1a7ffd;
}

.comTriangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    vertical-align: middle;
    border-left: 4px dashed;
    border-top: 4px solid \9;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/*common-footer*/
@media (max-width: 767px) {
    .footer {
        width: 100%;
        background: #1e2736;
        height: 190px;
        display: flex;
    }

    .footUl {
        /* width: 287px !important; */
        margin: 0 10%;
    }

    .footUl > li {
        flex: 1;
        margin: 10px 2% !important;
        width: 60px !important;
        text-align: center;
        color: #999;
        font-size: 12px;
    }
}

.footer {
    width: 100%;
    /*margin-top: 100px;*/
    display: inline-block;
    text-align: center;
}

.footerIco {
    height: 190px;
    background: #1e2736;
}

.footText {
    width: 100%;
    min-height: 27px;
    line-height: 27px;
    background: #2b3139;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.footUl {
    display: inline-block;
    padding: 65px 0 20px;
}

.footUl i {
    opacity: .6;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.footUl span {
    color: #999;
    font-size: 12px;
    display: inline-block;
    margin-top: 15px;
}

.footUl > li {
    float: left;
    margin-right: 30px;
    width: 60px;
    text-align: center;
    color: #999;
    font-size: 12px;
}

.footUl > li > a > i:hover {
    opacity: 1
}

.footUl .footer_img1 {
    background: url(/img/footer_icon.png) no-repeat -210px -10px;
}

.footUl .footer_img2 {
    background: url(/img/footer_icon.png) no-repeat -10px -10px;
}

.footUl .footer_img3 {
    background: url(/img/footer_icon.png) no-repeat -260px -10px;
}

.footUl .footer_img4 {
    background: url(/img/footer_icon.png) no-repeat -160px -10px;
}

.footUl .footer_img5 {
    background: url(/img/footer_icon.png) no-repeat -60px -10px;
}

.footUl .footer_img6 {
    background: url(/img/footer_icon.png) no-repeat -360px -10px;
}

.footUl .footer_img7 {
    background: url(/img/footer_icon.png) no-repeat -310px -10px;
}

.footUl .footer_img8 {
    background: url(/img/footer_icon.png) no-repeat -110px -10px;
}

.footUl .footer_img9 {
    background: url(/img/footer_icon.png) no-repeat -410px -10px;
}

.footer_tdwc > img {
    position: absolute;
    right: -45px;
    top: -170px;
    opacity: 1;
    display: none;
}

.footer_tdwc:hover img {
    width: 120px;
    display: inline-block;
}

.footer_tdqq > img {
    position: absolute;
    opacity: 1;
    right: -45px;
    top: -170px;
    display: none;
}

.footer_tdqq:hover img {
    width: 120px;
    display: inline-block;
}
