<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner_box{
    background: url(../images/contact/banner_img.png) no-repeat;
}
.nav_box{
    width: 14rem;
    margin: .59rem auto 1.65rem;
    display: flex;
    padding-bottom: .3rem;
    border-bottom: .01rem solid #DDDDDD;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0rem;
}
.nav_left,
.nav_right{
    display: flex;
    align-items: center;
}
.nav_left a{
    font-size: 0.16rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.16rem;
    margin: 0 .4rem;
    position: relative;
}
.nav_left a::after{
    content: '';
    width: 0.01rem;
    height: 0.25rem;
    background: #DDDDDD;
    position: absolute;
    right: -0.4rem;
    top: 50%;
    transform: translateY(-50%);
}
.nav_left a:first-child{
    margin-left: 0!important;
}
.nav_left a:last-child::after{
    display: none;
}
.about_title{
    display: flex;
    align-items: center;
    height: .3rem;
    font-size: 0.16rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF!important; 
    padding: 0 .15rem;
    background: #F04F00;
    border-radius: 1rem;
}
.nav_right a{
    display: flex;
    font-size: 0.14rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-right: .26rem;
    position: relative;
}
.nav_right a:last-child{
    color: #F04F00;
}
.nav_right a::after{
    content: '&gt;';
    position: absolute;
    top: 0;
    right: -.16rem;
}
.nav_right a:last-child::after{
    display: none;
}
.nav_right a span{
    margin-right: .11rem;
    display: flex;
    align-items: center;
}
.contact_box{
    width: 14rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: .91rem;
}
.contact_box1{
    width: 100%;
    margin-bottom: 1.14rem;
}
.contact_tit{
    font-size: 0.35rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #202020;
    margin-bottom: .4rem;
}
.contact_bottom{
    display: flex;
}
.contact_left{
    width: 9.31rem;
    height: 3.5rem;
    padding: .5rem .63rem .5rem .5rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.contact_item{
    height: .32rem;
    display: flex;
    align-items: center;
    padding-bottom: .2rem;
}
.contact_item:last-child .contact_text{
    margin-top: .32rem;
}
.contact_img{
    width: .32rem;
    height: .32rem;
    margin-right: .2rem;
}
.contact_title{
    /*width: .56rem;*/
    width: 1rem;
    margin-right: .3rem;
    font-size: 0.14rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
}
.contact_text{
    width: 6.8rem;
    font-size: 0.14rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #494949;
    margin-top: .16rem;
    padding-bottom: .16rem;
    border-bottom: 0.01rem solid rgba(255,216,197,0.5);
}
.contact_right{
    width: 4.69rem;
    height: 3.5rem;
    background: #f04f00;
    padding: .5rem;
    box-sizing: border-box;
    display: none;
}
.contact_right_one{
    font-size: 0.14rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: .16rem;
}
.contact_right_two{
    height: 0.25rem;
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: .49rem;
}
.contact_right_every{
    display: flex;
    margin-bottom: .32rem;
}
.right_every1{
    font-size: 0.14rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: .2rem;
}
.right_every2{
    font-size: 0.14rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.contact_box2{
    background: #FAFAFA;
    display: none;
}
.contact_box2_center{
    width: 14rem;
    margin: 0 auto;
    padding-top: .86rem;
    padding-bottom: .5rem;
}
.map{
    width: 100%;
    height: 4rem;
    margin-bottom: .3rem;
    background: #F04F00;
}
.route_box{
    /*margin-bottom: 1.62rem;*/
}
.route_box .contact_text{
    width: 12.61rem ;
}
.message{
    margin-top: 1.12rem!important;
}</pre></body></html>