<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
.header{
    width: 100%;
    height: 130px;
    /* background: pink; */
}
.language{
    height: 40px;
    background-color:rgb(17, 17, 17);
}
.nav{
    height: 90px;
    background-color: rgb(0, 43, 73);
}
/* 璁剧疆璺濈椤堕儴鐨勮窛绂� */
.header{
    margin-top: 20px;
}
/* 澶х洅瀛愬悜鍙宠竟娴姩 */
.language&gt;ul{
    height: 40px;
    float: right;
    margin-right: 260px;
}
/* 灏忕洅瀛愬悜宸﹁竟娴姩 */
.language&gt;ul&gt;li{
    height: 40px;
    width: 90px;
    line-height: 40px;
    /* background-color: pink; */
    list-style: none;
    float: left;
    margin-left: 5px;
}
/* 鎻掑叆璇█鏂囧瓧鍥剧墖 */
.language&gt;ul&gt;li:nth-of-type(1){
    background: url(../img/lag.png) 17px 2px no-repeat;
}
/* 鎮诞鏀瑰彉鍥剧墖浣嶇疆 */
.language&gt;ul&gt;li:nth-of-type(1):hover{
    background: url(../img/lag.png) -65px 2px no-repeat;
}
.language&gt;ul&gt;li:nth-of-type(2){
    background: url(../img/lag.png) 17px -31px no-repeat;
}
.language&gt;ul&gt;li:nth-of-type(2):hover{
    background: url(../img/lag.png) -63px -31px no-repeat;
}
.language&gt;ul&gt;li:nth-of-type(3){
    background: url(../img/lag.png) 17px -65px no-repeat;
}
.language&gt;ul&gt;li:nth-of-type(4){
    background: url(../img/lag.png) 10px -99px no-repeat;
} 
.language&gt;ul&gt;li:nth-of-type(5){
    padding-left: 30px;
    font-size: 14px;
    line-height: 40px;
    background: url(../img/b7.png) no-repeat 3px 0;
    background-color:rgb(0,138,206);
}
/* 娓呴櫎a鏍峰紡 */
/* decoration鍦ㄦ澶勪唬鎸囦笅鍒掔嚎 */
a{
    text-decoration: none;
    color: white;
}
/* 璁剧疆li瀹介珮 */
.nav&gt;ul&gt;li{
    height: 90px;
    padding: 0 15px;
    /* background-color: #582222; */
    float: left;
    line-height: 90px;
    list-style: none;
}
.nav&gt;ul{
    /* float: right; */
    margin-left: 380px;
    /* 娓呴櫎娴姩 */
    height: 90px;
}
.header&gt;img{
    float: left;
    margin-left: 105px;
}
#homeLi{
    position: relative;
    width: 40px;
}
#home{
    position: absolute;
    top: 28px;
}
/* 鐗堝績甯冨眬 */
.continer{
    width: 65%;
    /* 璁剧疆楂樺害锛屽鏋滈珮搴﹁繃浣庯紙600锛変笉瓒充互鎾戣捣涓嬮潰鐨勫叏閮ㄥ唴瀹癸紝
    涓嬮潰鐨刣iv灏嗕細璺戝埌涓婇潰 */
    /* height: 1000px; */
    /* background-color: pink; */
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box;
}
/* 澶撮儴锛屽彲浠ラ噸澶嶄娇鐢� */
.continer&gt;.title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color:rgb(0,98,165);
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding-left: 20px;
    box-sizing: border-box;
}
/* 5A 4A 3A 鏅尯 */
.newTag{
    width: 100%;
    height: 60px;
    /* background-color: #7faf96; */
    box-sizing: border-box;
    padding: 10px 0;
}
.newTag&gt;a{
    float: left;
    padding: 10px;
    background-color: rgb(37,167,255);
    border-radius: 5px;
    margin: 0px 8px 10px 10px;
}
.newTag&gt;a:hover{
    background-color: rgb(0,137,231);
}
/* 鍥剧墖閮ㄥ垎 */
.pics&gt;ul&gt;li{
    width: 100%;
    height: 120px;
    /* background-color: #7bc8d2; */
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed rgb(203,203,203);
    list-style: none;

}
.pics&gt;ul&gt;li&gt;.text{
    width: 100%;
    height: 100px;
    /* background-color: #aac8d1; */
}
.pics&gt;ul&gt;li&gt;.text:hover{
    background-color: rgb(245,245,245);
}

.text&gt;a&gt;img{
    width: 160px;
    height: 100px;
    float: left;
}
.text&gt;a&gt;h3{
    float: left;
    margin-top: 8px;
    margin-left: 15px;
    color: rgb(102,102,102);
}


/* 涓婚鍐呭foot甯冨眬 */
.continer&gt;.foot&gt;p{
    text-align: center;
    height: 80px;
    line-height: 80px;
    width: 100%;
}
.continer&gt;.foot&gt;p&gt;span{
    font-weight: 800;
}

/* footer甯冨眬 */
.footer{
    width: 100%;
    height: 280px;
    background-color: rgb(40,40,40);
    padding-top: 35px;
    box-sizing: border-box;

}
.footer&gt;.top{
    width: 70%;
    height:150px;
    /* background-color: #98849b; */
    margin: 0 auto;
    margin-bottom: 30px;
}

.footer&gt;.top&gt;.topLeft{
    width: 420px;
    height: 100%;
    /* background-color: #3a3232; */
    color: white;
    border-right: 1px solid rgb(66,66,66);
    box-sizing: border-box;
    padding-left: 15px;
    float: left;
}
.footer&gt;.top&gt;.topLeft&gt;h1{
    font-size: 30px;
}

.footer&gt;.top&gt;.topLeft&gt;span{
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 3px;
}
/* 鍙宠竟 */
.footer&gt;.top&gt;.topRight{
    width: 420px;
    height: 100%;
    /* background-color: #3a3232; */
    color: white;
    /* border-right: 1px solid rgb(66,66,66); */
    box-sizing: border-box;
    padding-left: 65px;
    float: left;
    background: url(../img/arrow_bottom.png) no-repeat 52px 39px;
}
.footer&gt;.top&gt;.topRight&gt;h3{
    color: #3389d7;
    font-size: 16px;
}
.footer&gt;.top&gt;.topRight&gt;p{
    color: #a5a5a5;
    padding-left: 25px;
    padding-top: 10px;
    background: url(../img/ico_mail.png) no-repeat 0px 11px ;
}

.footer&gt;.bottom{
    width: 70%;
    height: 64px;
    /* background: #302f4a; */
    margin: 0 auto;
    border-top: 1px solid rgb(73,73,73);
}
.footer&gt;.bottom&gt;p{
    text-align: center;
    line-height: 64px;
    color: rgb(153,153,153);
}
.footer&gt;.bottom&gt;p&gt;span{
    color: white;
}

.footer&gt;.bottom&gt;p&gt;span:hover{
    color: rgb(153,153,153);
}
</pre></body></html>