@charset "utf-8";
* {
    -webkit-tap-highlight-color: transparent;
}

input {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
    box-shadow: 0 0 0 0px #ffffff00 inset !important;
    -webkit-text-fill-color: #ffffff !important;
}


/* banner文字样式 */
.public_bannerText{
    opacity: 0.8;
    filter: alpha(opacity=80);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
}


.public_banner h4 {
    color: #fff;
    border-color: rgba(169, 169, 169, 0.4);
}

.public_banner h3 {
    color: #fff;
}

.public_banner h4:after {
    background: #fff;
}


/* tab切换模块 */

.item {
    display: none;
}

.government {
    position: relative;
}

.government>img {
    width: 100%;
    height: auto;
    margin-top: 160px;
}

.tab_four {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

.tab_four div {
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px 0px rgba(31, 31, 31, 0.2);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.tab_four .tabbox_active {
    background: linear-gradient(115deg, #D8B526, #F6DD7E);
    color: #ffffff;
}

.tabbox {
    transition: all .2s, opacity;
    cursor: pointer;
}

.tabbox img {
    font-size: 0;
    margin-bottom: 4px;
}

.tabbox img:nth-child(2) {
    display: none;
}

.tabbox_active img:nth-child(1) {
    display: none;
}

.tabbox_active img:nth-child(2) {
    display: block;
}

.tabbox:hover {
    background: linear-gradient(115deg, #D8B526, #F6DD7E);
    color: #ffffff;
    transition: all .2s, opacity;
}

.tabbox:hover img:nth-child(1) {
    display: none;
}

.tabbox:hover img:nth-child(2) {
    display: block;
}

.tab_text {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 20px 30px 0px rgba(49, 49, 49, 0.06);
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

@font-face {
    font-family: Repair;
    src: url('../fonts/REPAIR-BOLD.TTF');
}

.tab_text h1 {
    font-family: Repair;
    color: #D5BB4D;
    margin-bottom: 32px;
    position: relative;
}

.tab_text h1::after {
    content: "";
    width: 33px;
    height: 9px;
    background: #D5BB4D;
    opacity: 0.2;
    display: block;
    position: absolute;
    left: 0;
    bottom: 9px;
}

.tab_text span {
    margin-left: 30px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.tab_text p {
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
}


/* 招商中心 */

.cooperationBus {
    margin-top: 104px;
    padding-bottom: 20px;
}

.busbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.busbox>img {
    width: 400px;
    height: auto;
    margin-right: 40px;
}

.busbox>div {
    flex-grow: 1;
}

.busbox h3 {
    font-family: MicrosoftYaHei;
    color: #333333;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    transition: all .3s, opacity;
}

.busbox h3::after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: #D5BB4D;
    position: absolute;
    left: 0;
    bottom: 0;
}

.busbox>div>p {
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 26px;
}

.cooperationBus li {
    margin-bottom: 60px;
}

.cooperationBus li:hover h3 {
    color: #D5BB4D;
    transition: all .3s, opacity;
}


/* 表单 */

.cooperation_consultation {
    height: 472px;
    margin-top: -1px;
    background-image: url(../images/cooperation/service_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 160px;
    color: #fff;
}

.cooperation_consultation h3 {
    font-family: MicrosoftYaHei;
    text-align: center;
    margin-bottom: 60px;
}

.cooperation_consultation form div:last-child {
    text-align: center;
}

.input_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.input_box div {
    border-bottom: 1px solid #fff;
    flex: .2;
}

.input_box div:last-child {
    flex: .5;
}

.input_box input {
    width: 100%;
    color: #fff;
    font-family: MicrosoftYaHei;
    padding-bottom: 20px;
}

.input_box input::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
}

.submitBtn,
.cooperation_consultation button {
    width: 240px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s, opacity;
    text-align: center;
    cursor: pointer;
}

.submitBtn:hover,
.cooperation_consultation button:hover {
    background: #FFFFFF;
    color: #DAB82D;
    transition: all .3s, opacity;
}


/* ====== 合作共赢-招商中心-详情 start ====== */

.busDetail {
    margin-top: 80px;
}

.busDetail>div:first-child {
    width: 100%;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px rgba(31, 31, 31, 0.1);
}

.busDetail_title {
    display: flex;
    justify-content: space-between;
}

.busDetail_time {
    display: flex;
}

.busDetail_time img {
    width: 14px;
    height: 14px;
    margin-right: 12px;
    /* vertical-align: middle; */
    margin-top: -4px;
}

.busDetail_time p {
    display: inline;
}

.busDetail_time div:first-child {
    margin-right: 40px;
}

.busDetail_text {
    margin-top: 80px;
    margin-bottom: 100px;
}

.rich_text img {
    max-width: 100%;
}

.busDetail_title .busDetail_time {
    flex: none;
}

.busDetail_title h3 {
    flex: 1;
    line-height: 32px;
}

.cooperationBusBox {
    display: none;
}


/* ====== 合作共赢-招商中心-详情 end ====== */



/* ====== 移动端 start ====== */

@media (max-width: 767px) {
    .cooperation_banner img {
        width: 100%;
        height: auto;
    }
    .cooperation>img {
        margin-top: 100px;
    }
    .government>img {
        margin-top: 100px;
    }
    .tabbox {
        width: 120px;
        height: 120px;
    }
    .tabbox img {
        width: 48px;
        height: 48px;
        margin-bottom: 0;
    }
    .tab_four {
        top: 20px;
    }
    .tab_text {
        top: 26%;
        width: 92%;
    }
    .cooperation_consultation {
        height: auto;
        margin-top: -1px;
        padding-top: 280px;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 40px;
    }
    .cooperation_consultation div {
        width: 100%;
    }
    .cooperation_consultation h3 {
        text-align: left;
        margin-bottom: 36px;
        font-size: 22px;
        text-align: center;
    }
    .cooperation_consultation .width1200 {
        padding: 0;
    }
    .input_box {
        flex-direction: column;
    }
    .input_box div {
        margin-bottom: 24px;
        width: 100%;
        flex: 1;
    }
    .input_box div:last-child {
        margin-bottom: 0;
    }
    .submitBtn,
    .cooperation_consultation button {
        width: 100%;
        height: auto;
        padding: 16px 0;
        background-color: #fff;
        color: #D5BB4D;
    }
    .busbox {
        flex-direction: column;
    }
    .busbox>img {
        margin-right: 0;
        margin-bottom: 34px;
        width: 100%;
        height: auto;
    }
    .cooperationBus {
        margin-top: 70px;
    }
    .consultation2 {
        height: 100%;
        padding: 50px 4%;
    }
    .busDetail {
        margin-top: 40px;
    }
    .busDetail_text {
        margin-top: 40px;
        margin-bottom: 70px;
    }
}


@media (max-width: 1440px)
{
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
    font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
    font-size: 16px;
}
}
@media (max-width: 580px) {
    .tab_four div {
        width: 76px;
        height: 76px;
    }
    .tabbox h4 {
        font-size: 12px;
    }
    .government>img {
        margin-top: 50px;
    }
    .tab_text {
        padding: 20px 16px;
        top: 16%;
    }
    .tab_text h1 {
        margin-bottom: 18px;
    }
    .mobileCrumbs_tab_list a {
        padding-left: 14px;
        padding-right: 14px;
    }
    .cooperation_consultation {
        padding-top: 420px;
        padding-bottom: 40px;
    }
    .consultation1 {
        padding-top: 340px;
    }
    .consultation2 {
        padding-top: 260px;
    }
    .consultation3 {
        padding-top: 220px;
    }
    .consultation4,
    .consultation5 {
        padding: 40px 4%;
    }
    .input_box {
        margin-bottom: 30px;
    }
    .input_box input {
        font-size: 16px;
    }
    .input_box input::-webkit-input-placeholder {
        color: #fff;
        font-size: 16px;
    }
    .busDetail {
        margin-top: 20px;
    }
    .tabbox {
        width: 80px;
        height: 80px;
    }
    .tabbox img {
        width: 36px;
        height: 36px;
        margin-bottom: 0;
    }
    .tabbox h4 {
        margin-top: 2px;
    }
    .cooperation>img {
        margin-top: 56px;
    }
    .tab_four {
        top: 12px;
    }
    .cooperation_text {
        padding: 18px 18px 24px;
    }
    .cooperation_text h1 {
        margin-bottom: 16px;
    }
    .cooperationBus {
        margin-top: 30px;
    }
    .cooperationBus li {
        margin-bottom: 40px;
    }
    .busbox>img {
        margin-bottom: 20px;
    }
    .busbox h3 {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .busDetail>div:first-child {
        width: 100%;
        padding: 0;
        background: #FFFFFF;
        box-shadow: 0px 0 0 0px rgb(31 31 31 / 0%);
    }
    .busDetail_text {
        margin-top: 34px;
        margin-bottom: 70px;
    }
    .busDetail_time div:first-child {
        margin-right: 24px;
    }
    .busDetail_time img {
        margin-right: 8px;
    }
}


/* ====== 移动端 end ====== */
