body {
    background: none;
}

#bodycon {
    background: #f1f1f1;
    padding-bottom: 100px;
    margin-top: -60px
}

#bodycon #center {
    max-width: 1460px;
    margin: 0 auto;
    float: none;
    padding: 0px 30px 50px 30px;
}

#bodycon,#bodycon #center,#bodycontent {
    width: 100% !important;
}

#bodycon #left,#bodycon #center,#bodycon #right {
    height: auto !important;
}

#bodycon #center {
    position: relative;
    z-index: 9999;
    background: #fff;
    top: 0px;
    padding-top: 10px;
}

.top70,.top30 {
    margin-top: 0px !important;
}

#copy {
    margin-top: 0px !important;
}

.w1300 {
    width: 1300px;
    margin: 0 auto
}

.contact_main {
    width: 100%;
    height: auto
}

.contact_main .contact_title {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.contact_main .contact_title .title {
    font-family: hs_m;
    padding: 30px 0 0;
    font-size: 40px;
    color: #161b27
}

.contact_main .contact_title .subtitle {
    font-size: 76px;
    color: #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.contact_main .contact_title .details {
    margin: 10px 0 0;
    font-size: 16px;
    color: #161b27
}

.contact_list {
    width: 100%;
    height: auto;
    margin-top: 2.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.contact_list .item {
    flex: 1;
    margin-right: 1.5vw;
    padding: 2vw;
    background: #f9f9f9;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.contact_list .item .title {
    font-size: 22px;
    color: #161b27;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.contact_list .item .info {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    overflow: hidden
}

.contact_list .item .info .icon {
    margin-right: 10px;
    color: #dbdbdb;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.contact_list .item .info .icon i {
    font-size: 18px;
    color: #777;
}

.contact_list .item .info .details {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.contact_list .item .info .details p {
    font-size: 17px;
}

.contact_list .item .info .details p a {
    font-size: 17px;
}

.contact_list .item:hover .info .details p a {
    color: #fff;
}

.contact_list .item:hover .info .icon i {
    color: #fff;
}

.contact_list .item:hover .info .details p {
    color: #fff;
}

.contact_list .item:hover .info .details p a v {
    font-size: 16px;
    color: #fff;
}

@media screen and (min-width: 991px) {
    .contact_list .item:hover {
        background: linear-gradient(to right, #0078ee 0%,#03b8fd 80%);
    }

    .contact_list .item:hover .title,.contact_list .item:hover .info .icon,.contact_list .item:hover .info .details {
        color: #fff!important
    }

    .contact_list .item:hover .title span,.contact_list .item:hover .info .icon span,.contact_list .item:hover .info .details span {
        color: #fff!important
    }
}

.contact_list .item.last .info .details {
    color: #222
}

.contact_list .item.last .info .details span {
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    line-height: 1
}

.contact_list .item.last .qrcode {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.contact_list .item.last .qrcode .nyewm {
    margin-right: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.contact_list .item.last .qrcode .nyewm .link_head {
    width: 100%;
    height: auto;
    background: #0985ff;
    border-radius: 3px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.contact_list .item.last .qrcode .nyewm .link_head .icon {
    font-size: 0;
    color: #fff
}

.contact_list .item.last .qrcode .nyewm .link_head .icon i {
    font-size: 24px
}

.contact_list .item.last .qrcode .nyewm .link_head .txt {
    width: 0;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.contact_list .item.last .qrcode .nyewm .images {
    width: 145px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.contact_list .item.last .qrcode .nyewm .images img {
    width: 130px;
    height: auto;
}

.contact_list .item.last .qrcode .nyewm:hover .link_head .txt {
    margin-left: 10px;
    width: 5em;
    opacity: 1
}

.contact_list .item.last .qrcode .nyewm:hover .images {
    margin: 0;
    opacity: 1;
    visibility: initial
}

.contact_list .item.last .qrcode .nyewm:last-child {
    margin: 0
}

.contact_list .item:last-child {
    margin-right: 0
}

@media (max-width: 1280px) {
    .contact_main .contact_title .title {
        font-size:36px
    }

    .contact_main .contact_title .subtitle {
        font-size: 68px
    }

    .contact_main .contact_title .details {
        font-size: 14px
    }

    .contact_list .item .title {
        font-size: 20px
    }

    .contact_list .item .info .icon {
        margin-right: 8px
    }

    .contact_list .item .info .icon i {
        font-size: 14px
    }

    .contact_list .item .info .details {
        font-size: 14px
    }

    .contact_list .item.last .qrcode .nyewm .link_head {
        padding: 3px 15px
    }

    .contact_list .item.last .qrcode .nyewm .link_head .icon i {
        font-size: 24px
    }

    .contact_list .item.last .qrcode .nyewm .link_head .txt {
        font-size: 12px
    }

    .contact_list .item.last .qrcode .nyewm .images {
        width: 130px
    }
}

@media (max-width: 1024px) {
    .page_contact .contact_box {
        padding:40px 0
    }

    .contact_main .contact_title .title {
        padding: 25px 0 0;
        font-size: 30px
    }

    .contact_main .contact_title .subtitle {
        font-size: 54px
    }

    .contact_list {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 30px 0 0
    }

    .contact_list .item {
        width: calc(50% - 10px);
        flex: initial;
        margin-right: 20px;
        padding: 25px
    }

    .contact_list .item .title {
        font-size: 18px
    }

    .contact_list .item:nth-child(2) {
        margin: 0
    }

    .contact_list .item.last {
        width: 100%;
        margin: 20px 0 0
    }

    .contact_list .item.last .info .details span {
        font-size: 12px
    }

    .contact_list .item.last .qrcode .nyewm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse
    }

    .contact_list .item.last .qrcode .nyewm .images {
        width: 100px;
        box-shadow: none;
        padding: 0;
        position: relative;
        top: 0;
        opacity: 1;
        margin: 0;
        visibility: initial
    }

    .contact_list .item.last .qrcode .nyewm .link_head {
        margin-top: 10px;
        padding: 0;
        background: 0 0
    }

    .contact_list .item.last .qrcode .nyewm .link_head .icon {
        width: 36px;
        height: 36px;
        margin: 0 auto;
        border-radius: 50%;
        border: 1px solid #0078ee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        color: #0078ee
    }

    .contact_list .item.last .qrcode .nyewm .link_head .icon i {
        font-size: 20px
    }

    .contact_list .item.last .qrcode .nyewm .link_head .txt {
        display: none
    }

    .contact_list .item.last .qrcode .nyewm:first-child .link_head .icon {
        border-color: #0078ee;
        color: #0078ee
    }

    .contact_list .item.last .qrcode .nyewm:nth-child(2) .link_head .icon {
        border-color: #0078ee;
        color: #0078ee
    }

    .contact_list .item.last .qrcode .nyewm:hover .link_head {
        background: 0 0
    }
}

@media (max-width: 768px) {
    .contact_main .contact_title .title {
        padding:15px 0 0;
        font-size: 24px
    }

    .contact_main .contact_title .subtitle {
        font-size: 40px
    }

    .contact_list .item {
        width: calc(50% - 7.5px);
        margin-right: 15px;
        padding: 20px
    }

    .contact_list .item .title {
        font-size: 16px
    }

    .contact_list .item .info .details {
        font-size: 12px
    }

    .contact_list .item.last {
        margin-top: 15px
    }

    .contact_list .item.last .qrcode .nyewm .link_head .icon {
        width: 30px;
        height: 30px
    }

    .contact_list .item.last .qrcode .nyewm .link_head .icon i {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .contact_list {
        display:block
    }

    .contact_list .item {
        width: 100%
    }

    .contact_list .item:first-child~.item {
        margin-top: 10px
    }
}

.page_contact .contact_map {
    width: 100%;
    height: auto;
    overflow: hidden
}

.contact_list .item .info .icon {
    margin-right: 10px;
    color: #dbdbdb;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.contact_list .item .info .icon i {
    font-size: 16px
}

.contact_list .item .info .details {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media screen and (min-width: 991px) {
    .contact_list .item:hover {
        background:#0078ee
    }

    .contact_list .item:hover .title,.contact_list .item:hover .info .icon,.contact_list .item:hover .info .details {
        color: #fff!important
    }

    .contact_list .item:hover .title span,.contact_list .item:hover .info .icon span,.contact_list .item:hover .info .details span {
        color: #fff!important
    }
}

.contact_list .item.last .info .details {
    color: #222
}

.contact_list .item.last .info .details span {
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    line-height: 1
}

.contact_list .item.last .qrcode {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.contact_list .item.last .qrcode .nyewm {
    margin-right: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.contact_list .item.last .qrcode .nyewm .link_head {
    width: 100%;
    height: auto;
    background: #0985ff;
    border-radius: 3px;
    padding: 7px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.contact_list .item.last .qrcode .nyewm .link_head .icon {
    font-size: 0;
    color: #fff;
    line-height: 1;
}

.contact_list .item.last .qrcode .nyewm .link_head .icon i {
    font-size: 24px;
    color: #fff;
}

.contact_list .item.last .qrcode .nyewm .link_head .txt {
    width: 0;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.contact_list .item.last .qrcode .nyewm:hover .link_head .txt {
    margin-left: 10px;
    width: 5em;
    opacity: 1
}

.contact_list .item.last .qrcode .nyewm:hover .images {
    margin: 0;
    opacity: 1;
    visibility: initial
}

.contact_list .item.last .qrcode .nyewm:last-child {
    margin: 0
}

.contact_list .item:last-child {
    margin-right: 0
}
