@charset "utf-8";



.mqNav{ background:#fff;}



{-moz-transition:all .2s linear; -webkit-transition:all .2s linear; transition:all .2s linear;}



.footer{ padding-top:60px;}



.banner{ margin-top: -60px;}



.main{ margin:0 auto; padding:70px 0 100px 0;}

.main .tit{ 
    padding-bottom:50px;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
}

.main .contact-content { 
    margin: 0 auto;
    width: 1200px;
    height: 518px;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    border-radius: 0px 0px 0px 0px; }

.main .contact-content .flex{ display: flex; align-items: center; justify-content: center;}

.pt80{ padding-top: 80px }

.main .contact-content .flex .content-left img{ width: 40px;}

.main .contact-content .flex .content-middle{ width: 1px; height: 70px; background: #E0E0E0;margin-left: 30px; margin-right: 30px;}

.main .contact-content .flex .content-right img{ width: 153px;}

.main .contact-content .flex .content-left span{ 
    display: block;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #7F7F7F;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    margin-top: 10px;
}

.main .contact-content .customer-service {
    margin-top: 26px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #646464;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.main .contact-content .customer-service span{
    margin-left: 5px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}
.main .contact-content .customer-service span:hover {
    text-decoration: underline;
}

.main .contact-content .list {margin-top: 85px; display: flex; justify-content: center;}

.main .contact-content .item {
    width: 250px;
    border-top: 1px solid #E5E5E5;
    margin-right: 33px;
}

.main .contact-content .item .item-title { padding-top: 41px;display: flex; align-items: center;}

.main .contact-content .item .item-title img {width: 20px;}

.main .contact-content .item .item-title span {
    margin-left: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main .contact-content .item .item-con {
    margin-top: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #7F7F7F;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main .contact-content .item .item-bottom{
    margin-top: 60px;
    display: inline-flex; 
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}
.main .contact-content .item .item-bottom a {
    display: flex; 
    align-items: center;
}
.main .contact-content .item .item-bottom span:hover{
    text-decoration: underline;
}
.main .contact-content .item .qrcode {
    margin-top: 10px;
    width: 70px;
}

.main .bottom {
    margin: 20px auto 0;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.main .bottom .bottom-div {
    width: 490px;
    height: 300px;
    background: linear-gradient( 96deg, #FFFFFF 0%, rgba(255,255,255,0.5) 100%);
    border-radius: 4px 4px 4px 4px;
    padding-left: 50px;
    padding-right: 50px;
}

.main .bottom .bottom-div .bottom-title {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
}

.main .bottom .bottom-div .bottom-title span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.main .bottom .bottom-div .bottom-title .btn {
    width: 110px;
    height: 45px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid rgba(255,255,255,0.3);
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.main .bottom .bottom-div .bottom-title .btn:hover{
    background: #FFFFFF;
    color: #000;
}

.main .bottom .bottom-div .bottom-list {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.main .bottom .bottom-div .bottom-list .bottom-item {
    width: 100px;
    text-align: center;
}

.main .bottom .bottom-div .bottom-list .bottom-item .img {
    width: 35px;
}
.main .bottom .bottom-div .bottom-list .bottom-item .bottom-con{
    margin-top: 25px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.main .bottom .bottom-div .bottom-list .bottom-item .bottom-desc{
    margin-top: 10px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.main .left{ width:410px; padding-right:25px; height:200px; border-right:1px dotted #999; margin-right:50px; float:left;}

.main .left b{ font-size:16px; display:block; padding-bottom:10px;}

.main .left p{ line-height:28px; color:#999; font-size:14px;}

.main .right{ width:300px; float:left;}

.main .right .sina{ background:url(../img/brand/icon_02.png) no-repeat; width:134px; height:30px; line-height:30px; margin-right:30px; display:block; float:left; padding-top:135px; text-align:center; font-size:14px; color:#999; margin-top:12px;}

.main .right .wx{ background:url(../img/brand/icon_01.png) no-repeat; width:134px; height:30px; line-height:30px; display:block; float:left; padding-top:135px; text-align:center; font-size:14px; color:#999; margin-top:12px;}

#box2 {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 800ms cubic-bezier(0.0, 0.0, 0.58, 1.0),
    transform 600ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
    overflow-x: hidden;
}

#box2.visible {
    opacity: 1;
    transform: translateY(0);
}

.animation1 {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 800ms cubic-bezier(0.0, 0.0, 0.58, 1.0) forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animation2 {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 800ms cubic-bezier(0.0, 0.0, 0.58, 1.0) 400ms forwards;
}

.animation3  {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 600ms cubic-bezier(0.0, 0.0, 0.58, 1.0) 800ms forwards;
}