.head_div {
    position: relative;
    height: 450px;
}

.head_div > img {
    height: 450px;
}

.head_content {
    color: white;
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
	text-align: center;
}

.head_content .title1 {
    font-size: 22px;
    font-family: PingFang SC;
   
}

.head_content .title2 {
   
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 600;
    margin: 18px 0 0 0;
    height: 110px;
    overflow: hidden;
    line-height: 52px;
}

.head_content .button_div {
    /* margin-top: 50px; */
}

.fa_button:hover {
    background: linear-gradient(90deg, #24B7FF, #23E0FF);
    color: white;
}

.fa_button {
    background: white;
    padding: 17px 46px;
    font-size: 14px;
}

.faq_button:hover {
    padding: 17px 46px;
    background: linear-gradient(90deg, #24B7FF, #23E0FF);
    color: white;
    border: 0;
}

.faq_button {
    padding: 16px 46px;
    color: white;
    border: 1px solid;
    margin-left: 10px;
    font-size: 14px;
}

.head_hydiv {
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #00000080;
}

.head_hydiv .conent-div {
    margin: 0 auto;
    width: 1200px;
}

@media (max-width: 1600px) {
    .head_content {
        width: 1092px;
    }

    .head_hydiv .conent-div {
        width: 1092px;
    }
}

.info_title {
    font-size: 15px;
    color: #CCCCCC;
}

.info_val {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 10px;
}

.head_hydiv .pp_div {
    text-align: left;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.head_hydiv .pp_divinfo {
    position: relative;
    float: left;
    width: 33%;
}

.head_hydiv .pp_divinfo .info-div {

}

.head_hydiv .pp_divinfo:nth-child(n+2):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    left: -30px;
    border-left: 1px solid #9a9a9a80;
    top: 0;
}

/*功能列表*/
.section-1 .btn-wrap a {
    width: auto;
    padding: 0 20px;
}

table {
    border-collapse: collapse;
    font-size: 16px;
    background: #fff;
    width: 98%;
}

table .ftx03 {
    color: #23a2fb;
}

table td, table th {
    border: 1px solid #dcdcdc;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

table th {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #2470FD;
}

table .th1 {
    width: 400px;
}

table .td3 {
    width: 100px;
}

table .th3 {
  
}

table .td0 {
width: 165px;
text-align: center;
color: #333;
background: #EBF8FF;
}

.concise table .td0 {
    width: 200px;
}

table .td0 span {
    width: 20px;
    display: block;
    line-height: 20px;
    padding: 0 24px;
    font-size: 20px;
    color: #333;
}

.concise table .td0 span {
    width: 200px;
}

table .td1 {
width: 165px;
text-align: left;
padding-left: 20px;
color: #333;
background: #fcfcfc;
}

.concise table .td1 {
    width: 200px;
}

table .td1 span {
    width: 20px;
    display: block;
    line-height: 20px;
    padding: 0 24px;
    font-size: 20px;
    color: #333;
}

.concise table .td1 span {
    width: 200px;
}

table .td2 {
    text-align: left;
    padding-left: 30px;
    color: #333;
  
}

table .td2.blue {
    color: #050785!;
}

table .td2[colspan] { /* background: transparent; */
}

table .td4 {
    text-align: left;
    padding-left: 50px;
    padding-right: 10px;
}

table td img.ml5 {
    vertical-align: -3px;
}

table td .icon {
    width: 27px;
    height: 25px;
    display: block;
    float: left;
    background-position: 0 0;
    margin-left: 65px;
}

table td .icon.ok {
    width: 24px;
    height: 20px;
    background: url(../images/ok.png) no-repeat;
}

table td .icon.error {
    background-position: -54px -265px;
}

table td .row1 {
    display: inline-block;
    padding: 20px 0;
    text-align: center;
}

table td .row2 {
    line-height: 30px;
}



@media screen and (max-width: 768px) {
    html {
        background: #f4f5f5;
    }

    table {
        width: 100%;
        display: none;
    }

    table .first-row th:nth-child(1) {
        width: 35%;
    }

    table .first-row th:nth-child(2) {
        width: 15%;
    }

    table td, table th {
        border: 1px solid #dcdcdc;
    }

    table .td2 {
        background: #fff4f4;
    }

    table td .icon.ok {
        width: 2rem;
        height: 2rem;
        background: url(../images/ok.png) no-repeat;
        display: inline-block;
    }

    .el-collapse-item__content {
        padding-bottom: 0;
    }

    .collapse-3 .el-collapse-item__content {
        padding-bottom: 3rem;
    }

    .el-collapse-item__header {
        font-size: 1.6rem;
        text-indent: 1rem;
    }

    .collapse-2 .el-collapse-item__header {
        text-indent: 1.5rem;
        background-color: #fafafa;
        font-size: 1.5rem;
    }

    .collapse-3 .el-collapse-item__header {
        text-indent: 2rem;
        background-color: #f2f2f2;
        font-size: 1.4rem;
    }
}

.section-left {
    width: 557px;
    float: left;
}

.section-left p {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.section-left span.desc {
    color: #888888;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.section-left .tag-list {
    margin-top: 22px;
}

.section-left .tag-list span {
    color: #333333;
    font-size: 14px;
    width: 120px;
    height: 40px;
    border: 1px solid #E5E5E5;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 7px;
    box-sizing: border-box;
}

.section-left .tag-list span:nth-child(4n+4) {
    margin-right: 0;
}