/* 主要内容 */
.content {
    /* padding-bottom: 0.65rem; */
    padding-top: 80px;
    background-color: #fff;
    width: 100vw;
}
.contactWrap {
    width: 100vw;
    height: 760px;
    position: relative;
}
.contactWrap .wrap {
    width: 700px;
    padding: 70px 0;
    background: var(--lordColor);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -350px ;
    margin-top: -311.5px;
}
.contactWrap .wrap .address {
    text-align: center;
}
.contactWrap .wrap .address img {
    display: inline-block;
}
.contactWrap .wrap .address p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}
.contactWrap .wrap .wrap-con {
    font-size: 0;
    text-align: center;
    margin-top: 60px;
}
.contactWrap .wrap .wrap-con .list {
    display: inline-block;
    text-align: center;
    margin: 0 30px;
    vertical-align: bottom;
}
.contactWrap .wrap .wrap-con .list img {
    display: inline-block;
}
.contactWrap .wrap .wrap-con .list h1 {
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
    font-weight: normal;
}
.contactWrap .wrap .wrap-con .list p {
    font-size: 14px;
    color: #fff;
}
.contactWrap .wrap .wrap-con .list .btns {
    display: block;
    border: 1px solid #fff;
    padding: 2px 0;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
a:visited {
    text-decoration: none;
}
.contactWrap .wrap .code {
    text-align: center;
    margin-top: 80px;
    font-size: 0;
}
.contactWrap .wrap .code h1 {
    font-size: 18px;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.contactWrap .wrap .code .item {
    display: inline-block;
    margin: 0 15px;
}
.contactWrap .wrap .code .item img {
    display: inline-block;
    width: 90px;
    height: auto;
}
.contactWrap .wrap .code .item p {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}
/* 移动端 */
.container {
    margin: 0 .8rem;
    display: none;
    margin-top: 1.0667rem;
    margin-bottom: 1.0667rem;
}
.contact .title {
    font-size: 1.0667rem;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: .9867rem;
    text-align: center;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
}
.contact .wraps {
    text-align: center;
    padding: 2.24rem 0;
    position: relative;
}
.contact .wraps p {
    font-size: .64rem;
    color: #000;
    margin-bottom: .6667rem;
    letter-spacing: 1px;
}
.contact .wraps h1 {
    font-size: .8rem;
    color: #000;
    margin-bottom: 1.76rem;
    padding: 0 .5333rem;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
}
.contact .wraps h1 a {
    font-size: .8rem;
    color: #000;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
    margin-bottom: 1.76rem;
}
.contact .wraps h1:last-child {
    margin-bottom: 0;
}
.contact .wraps p {
    font-size: .64rem;
    color: #000;
    margin-bottom: .6667rem;
    letter-spacing: 1px;
}
.contact .wraps:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c9c9c9;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 10px;
}
.contact .links {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 3.1467rem;
}
.contact .links div {
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.contact .links .pic:first-child {
    position: relative;
}
.contact .links .pic:first-child:after {
    /* content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e1e1e1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; */
}
.contact .links img {
    display: inline-block;
    width: 4.9333rem;
    height: auto;
}
.contact .links div p {
    font-size: .64rem;
    color: #000;
    letter-spacing: 1px;
    margin-top: .8rem;
}
.wrapTwo {
    padding: 1.7333rem 0;
    background: #fff;
}
.query {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.query li {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 5.3333rem;
    padding-bottom: 2.1333rem;
    position: relative;
}
.link li:nth-of-type(1):before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 13.3333rem;
    width: 1px;
    border-right: 1px solid rgba(229,229,229,.5);
    color: rgba(229,229,229,.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.query li:nth-of-type(1):before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 14.9333rem;
    width: 1px;
    border-right: 1px solid rgba(229,229,229,.5);
    color: rgba(229,229,229,.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.query li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid rgba(229,229,229,1);
    color: rgba(229,229,229,1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.query li:nth-of-type(1) img {
    display: block;
    width: 1.6rem;
    height: auto;
}
.query li h1 {
    font-size: .64rem;
    color: #000;
    margin-top: .5333rem;
    margin-bottom: .9867rem;
}
.query li span {
    display: block;
    width: 5.6rem;
    height: 1.6rem;
    background: #000;
    border-radius: .2667rem;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.query li span a {
    font-size: .64rem;
    color: #fff;
}
.query li:nth-of-type(2) span a {
    background: url(../../images/footer2.png)left center no-repeat;
    background-size: .5067rem auto;
    padding-left: .7733rem;
}
.wrapTwo .link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.link li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.link li:nth-of-type(1) img {
    display: inline-block;
    width: 2.9067rem;
    height: auto;
    margin-right: 0;
}
.link li:nth-of-type(2) img {
    display: inline-block;
    width: 2.24rem;
    margin-right: 0;
    height: auto;
}
.link li h1 {
    font-size: .64rem;
    color: #000;
    margin-top: .48rem;
}
.link li {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 37px 0 30px;
    position: relative;
}
.query li:nth-of-type(2) img {
    display: block;
    width: 1.68rem;
    height: auto;
}
/* 新联系我们 */
.boxSsjt {
    height: 360px;
    background: #fef9f4 url(../../images/bgYellow.jpg) no-repeat top left/cover;
    position: relative;
    margin: 60px 0 0 -600px;
    left: 50%;
    overflow: hidden;
    z-index: 99;
}
.ssjtImg {
    width: 360px;
    height: 360px;
    margin: 0;
    float: left;
    background-size: cover!important;
}
.ssjtImg img {
    width: 100%;
    height: 100%;
}
.ssjtCon {
    width: 840px;
    padding: 55px 0 0 70px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.ssjtTitle {
    font-size: 26px;
    line-height: 26px;
}
.contactNav {
    border-bottom: 2px solid #f0e3d6;
    color: var(--lordColor);
    height: 50px;
    margin: 10px 0 20px 0;
}
.contactNav a {
    display: inline-block;
    width: 110px;
    line-height: 48px;
    font-size: 14px;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
    text-align: center;
}
.contactNav .on {
    border-bottom: 2px solid var(--lordColor);
    color: var(--lordColor);
}
.contactText {
    width: 100%;
    display: none;
}
.contactText li {
    display: inline-block;
}
.contactText li:nth-child(odd) {
    width: 425px;
    padding: 0 80px 0 0;
}
.contactText li i {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    padding: 9px 8px 9px 0;
    width: 40px;
}
.contactText li:nth-child(odd) font {
    width: 300px;
}
.contactText li font {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
}
.icoXzdz {
    position: absolute;
    top: 60px;
    right: 0;
}
.imgLlss {
    position: absolute;
    bottom: 0;
    left: 950px;
}
.contact-map-box {
    display: flex;

}
.contactMap {
    width: 75%;
    height: 540px;
    /* margin-top: -80px; */
    display: none;
}
.contact-map-box .box-left {
    position: relative;
    width: 25%;
    padding: 1rem .4rem 0 .4rem;
}
.contact-map-box .box-left h4 {
    font-size: .3rem;
    margin-bottom: .4rem;
}
.contact-map-box .box-left p {
    font-size: 0.18rem;
    color: #666;
    line-height: 1.8;
    /* font-family: 'FZLTXHJW'; */
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
}
.contact-map-box .box-left .btn-learnmore {
    background: rgba(160, 199, 255, 0.16);
    border-radius: 35px;
    color: #0063f5;
    padding: 0.12rem .4rem;
    position: absolute;
    bottom: .8rem;
    font-size: 0.18rem;
    /* font-family: 'FZLTXHJW'; */
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
    transition: all 0.3s;
}
.contact-map-box .box-left .btn-learnmore:hover {
    background-color: var(--lordColor);
    color: #fff;
}
#allmap {
    width: 100%;
    height: 100%;
}
/* 联系我们改版 */
 .banner {
    background: #eee;
    position: relative;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner .banner-text h4 {
    font-size: .6rem;
    color: white;
    margin: 0 0 .2rem 0;
}
.banner .banner-text p {
    margin: .3rem auto;
    color: #fff;
    font-size: .3rem;
}
.banner .banner-text p a {
    color: #fff;
}
.banner .icon-mouse {
    display: block;
    position: absolute;
    bottom: .4rem;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: .47rem;
    cursor: pointer;
    animation: myMove 2s linear infinite;
    -webkit-animation: myMove 2s linear infinite;
}
.visible-xs {
    display: none !important;
}
.global-footer-tools {
    padding-top: .8rem;
    padding-bottom: .8rem;
    background: #f8f9f9;
}
.global-footer-tools ul {
    width: 94.79%;
    margin: auto;
    display: flex;
}
.global-footer-tools ul li {
    padding: .4rem;
    display: inline-block;
    color: #373737;
    font-size: .3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3%;
}
.global-footer-tools ul li a {
    display: flex;
    align-items: center;
}
.global-footer-tools ul li a .iconfont {
    font-size: .36rem;
    color: var(--lordColor);
}
.global-footer-tools ul li .icon-border {
    display: inline-block;
    border: 1px solid #3160b5;
    width: .76rem;
    height: .76rem;
    line-height: .76rem;
    border-radius: 50%;
}
.global-footer-tools ul li span {
    margin-left: .2rem;
    /* font-family: "FZLTXHJW"; */
}

.store_search{
    width: 270px;
    height: 130px;
    background-color: #f8f9f9;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
}

.store_search>img{
    width: 70px;
    height: 70px;
    display: block;
}

.store_search>p{
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-left: 20px;
}

@-webkit-keyframes myMove {
    0% {
        bottom: .5rem;
        opacity: 1;
    }

    50% {
        bottom: .15rem;
        opacity: 0.6;
    }

    100% {
        bottom: .5rem;
        opacity: 1;
    }
}

@-moz-keyframes myMove {
    0% {
        bottom: .5rem;
        opacity: 1;
    }

    50% {
        bottom: .15rem;
        opacity: 0.6;
    }

    100% {
        bottom: .5rem;
        opacity: 1;
    }
}

@-o-keyframes myMove {
    0% {
        bottom: .5rem;
        opacity: 1;
    }

    50% {
        bottom: .15rem;
        opacity: 0.6;
    }

    100% {
        bottom: .5rem;
        opacity: 1;
    }
}

@keyframes myMove {
    0% {
        bottom: .5rem;
        opacity: 1;
    }

    50% {
        bottom: .15rem;
        opacity: 0.6;
    }

    100% {
        bottom: .5rem;
        opacity: 1;
    }
}
/* 自适应 */
@media screen and (max-width: 1600px){
    .f-60 {
        font-size: 58px;
    }
}
@media screen and (max-width: 1366px){
    .f-60 {
        font-size: 50px;
    }
}
@media screen and (max-width: 1280px){
    .f-60 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 1500px){
    .content {
        padding-top: 60px;
    }
}

@media screen and (max-width: 700px) {
    .contactWrap {
        display: none;
    }
    .content {
        padding-top: 48px;
    }
    .container {
        display: block;
    }
    .boxSsjt {
        height: auto;
        margin: 20px 0 0 20px;
        left: 0;
    }
    .ssjtCon {
        width: 100%;
        padding: 30px 20px 0 20px;
    }
    .ssjtTitle {
        font-size: 18px;
        line-height: 18px;
    }
    .contactNav {
        margin: 10px 0 20px 0;
    }
    .contactNav a {
        width: 49%;
    }
    .contactText li {
        width: 100%;
        margin: 10px 0;
    }
    .contactText li:nth-child(odd) {
        width: 100%;
        padding: 0;
    }
    .contactText li i {
        height: auto;
        padding: 0;
        width: 30px;
    }
    .contactText li i img {
        width: 20px;
    }
    .contactText li font {
        font-size: 14px;
        width: calc(100% - 35px);
    }
    .contactText li:nth-child(odd) font {
        width: calc(100% - 35px);
    }
    .ssjtImg {
        width: 100%;
        height: calc((100vw - 20px)*0.667);
        margin: 30px 0 0 0;
    }
    .ssjtImg img {
        display: none;
    }
    .contactMap {
        height: 340px;
        width: 100%;
    }
    .icon-mouse {
        display: none !important;
    }
    .banner .banner-text h4 {
        font-size: 26px;
        margin: 0;
    }
    .banner .banner-text p {
        font-size: 13.5px;
        margin: 6px auto;
    }
    .contact-map-box {
        flex-direction: column;
    }
    .contact-map-box .box-left {
        width: 100%;
    }
    .contact-map-box .box-left .btn-learnmore {
        display: none;
    }
    .contact-map-box .box-left {
        padding: 20px;
    }
    .contact-map-box .box-left h4 {
        font-size: 15px;
        font-family: 'FangZhengBold', sans-serif;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .contact-map-box .box-left p {
        font-size: 13px;
        color: #666;
        line-height: 1.8;
    }
}





