<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bottom{
    margin-top: 0!important;
    border-top: #0060c4 solid 1px;
}
/****************绗竴鍧楀唴瀹�*******************/
.center {
    width: 100%;
    height: 480px;
    /*background: lightslategrey;*/
    background-image: url("../image/connet_bg.jpg");
    overflow: hidden; /*闃叉鍨傜洿澶栬竟璺濆穿鍧�*/
    margin-top: -1px;
}
.center .content{
    width: 400px;
    height: 100px;
    margin: 48px auto 0;
    /*background: yellowgreen;*/
    font-size: 20px;
    color: #ffffff;
    line-height: 39px;
    font-weight: 900;
    text-shadow: black 2px 0 0;
}

/****************绗簩鍧楀唴瀹�*******************/
.content2 {
    background: url(../image/ptjz.png) center 0 no-repeat;
    height: 300px;
}
.content2 h2 {
    width: 300px;
    height: 90px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 500;
    color: white;
    text-align: center;
    line-height: 100px;
}
.content2 .address{
    width: 700px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.content2 .right_box{
    color: white;
    font-size: 18px;
}
.content2 .img_box{
    position: absolute;
    left: 64px;
    top: -7px;
}
.content2 .cooperation{
    width: 1100px;
    height: 100px;
    margin: 0 auto;
    /*background: #939393;*/
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}
.content2 .cooperation .left_box{
    width: 330px;
    height: 100px;
    /*background: green;*/
    border: white solid 2px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.content2 .cooperation .right_box{
    width: 330px;
    height: 100px;
    /*background: green;*/
    border: white solid 2px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.content2 .cooperation .left_box .icon_box{
    width: 25%;
    /*background: green;*/
    position: relative;
}
.content2 .cooperation .left_box .icon_box img{
    position: absolute;
    left: 9px;
    top: 15px;
}
.content2 .cooperation .left_box .text_box{
    width: 75%;
    /*background: bisque;*/
}
.content2 .cooperation .left_box .text_box p{
    color: white;
    font-size: 16px;
    margin: 10px 0 0;
}
.content2 .cooperation .left_box .text_box .title{
    color: #ffca00;
    font-size: 22px;
    margin-top: 15px;
}

/**********鍙宠竟*************/
.content2 .cooperation .right_box .icon_box{
    width: 25%;
    /*background: green;*/
    position: relative;
}
.content2 .cooperation .right_box .icon_box img{
    position: absolute;
    left: 9px;
    top: 15px;
}
.content2 .cooperation .right_box .text_box{
    width: 75%;
    /*background: bisque;*/
}
.content2 .cooperation .right_box .text_box p{
    color: white;
    font-size: 16px;
    margin: 10px 0 0;
}
.content2 .cooperation .right_box .text_box .title{
    color: #ffca00;
    font-size: 22px;
    margin-top: 15px;
}
.facebook_box {
    width: 1000px;
    height: 46px;
    /*background: #939393;*/
    margin: -20px auto 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}
.facebook_box .img_box{
    width: 26px;
    height: 26px;
    position: absolute;
    left: 294px;
    top: 0;
}
.facebook_box .img_box img{
    width: 100%;
    height: auto;
}
.facebook_box .centent{
    color: white;
    font-size: 20px;
}
</pre></body></html>