.isnone {
    display: none;
}

.HeadPic img {
    width: 100%;
    min-width: 1200px;
}

.all_tags {
    padding: 0 12.5%;
    margin: 0 auto;
    height: 120px;
    background-color: #F2F2F2;
    line-height: 120px;
}

.span-tab {
    display: block;
    margin-right: 43px;
    /* border-bottom: 1px solid; */
}

.span-tab p {
    color: #323232;
    font-size: 16px;
    height: 100px;
}

.all_tags a {
    float: left;
}

.all_tags .active_tags p {
    color: #3682CE;
    font-size: 20px;
    border-bottom: 2px solid #025BAD;
}

.crumb {
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.crumb_all {
    text-align: center;
    height: 100px;
    padding-top: 35px;
    width: 100%;
    margin-left: calc(50% - 205px);
}

.crumb_tags {
    float: left;
    width: 101px;
    height: 2px;
    background-color: #3682CE;
    border-radius: 1px;
    margin-top: 30px;
}

.crumb_title {
    float: left;
    font-size: 44px;
    color: #323232;
    margin: 0 20px;
}

.crumb_title_en {
    clear: both;
    color: #909090;
    font-size: 20px;
    text-align: center;
}

.content_container {
    width: 100%;
}

.content {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.content h2 {
    font-size: 27px;
    color: #323232;
    line-height: 39px;
    margin-bottom: 88px;
}

.content ul {
    width: 87.5%;
    margin: 0 auto;
}

.content ul li {
    float: left;
    width: 30%;
    border: 1px dashed #f1f1f1;
    height: 20vw;
    margin-right: 3%;
    padding-top: 3%;
    overflow: hidden;
}

.content ul li>div {
    width: 100%;
    height: 60px;
}

.content ul li p {
    margin-top: 20px;
    font-size: 16px;
    color: #909090;
    line-height: 37px;
    width: 70%;
    margin: 0 auto;
}

.content ul li:nth-child(1) img {
    width: 51px;
    margin: 0 auto;
}

.content ul li:nth-child(2) img {
    width: 60px;
    margin: 0 auto;
}

.content ul li:nth-child(3) img {
    width: 54px;
    margin: 0 auto;
}

.content_map {
    width: 87.5%;
    margin: 70px auto;
    overflow: hidden;
    min-width: 1200px;
}

.company_map {
    float: left;
    width: 45%;
}

.content_r {
    background-color: #323232;
    float: right;
    width: 55%;
}

.botton {
    overflow: hidden;
    width: 90%;
    margin: 5% auto;
}

.botton div {
    width: 47%;
}

.botton div input {
    height: 45px;
    width: 100%;
    padding: 0 10px;
}

.userName {
    float: left;
}

.userAddress {
    float: right;
}

.userPhone {
    float: left;
}

.userEmail {
    float: right;
}

.Message {
    width: 90%;
    margin: 5% auto;
}

textarea#add_details {
    width: 100%;
    padding: 10px 0 0 10px;
}

input,
textarea {
    color: #323232;
}

input::placeholder,
textarea::placeholder {
    color: #646464;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: #909090;
}

#button {
    width: 20%;
    height: 50px;
    background-color: #3682CE;
    border: 0;
    color: #fff;
    float: right;
    margin-right: 5%;
    margin-bottom: 5%;
}

.content ul li:nth-child(3) {
    margin-right: 0;
}


/* 表单 */

@media screen and (max-width:1440px) {
    .content {
        width: 87.5%;
    }
    .content h2 {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 100px;
    }
    .content ul li p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 43px;
    }
    .content ul li:nth-child(1) img {
        width: 60px;
    }
    .content ul li:nth-child(2) img {
        width: 60px;
    }
    .content ul li:nth-child(3) img {
        width: 54px;
    }
}


/* 表单 */