<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header{width: 100%; height: 120px; background:  center center no-repeat; background-size: cover;}
.header{width: 1280px; margin: 0 auto;}
.search{float: right;}
.logo{float: left; padding-top: 0px;}
.logo *{display: inline-block; vertical-align: middle;}
.logo span{width: 2px; height: 40px; margin: 0 20px 0 20px; background-color: #ccc;}
header{
    background: url(../images/images/header_bg.png);
}


.search{padding-top: 30px;}
.search a{font-size: 14px; cursor: pointer; margin: 20px; color: #fff;}
.search&gt;.search-top&gt;span{ height: 18px;border-left: 1px solid #ccc;}
.search input{display: block; outline: none; margin-left: 10px; width: 272px; border: none; padding-left: 10px; border-radius: 10px; height: 38px; margin-top: 10px; color: #fff; font-size: 14px; background: #ffff;}
.search button{height: 38px; position: relative; outline: none; top: -38px; left: 248px; cursor: pointer; display: block; border: none; background: #003967;}
.search button img{
    display: block;
    height: 100%;
        
}

nav{width: 100%; height: 75px; background: hsl(207, 94%, 26%); font-size: 0;position: relative;}
.nav{width: 1391px; margin: 0 auto; display: flex;position: absolute;left: 50%;margin-left: -696px;}
.nav a{display: inline-block; line-height: 75px; vertical-align: top; font-size: 18px;color: #fff; transition: all .5s;}
.sub-nav a:hover{background: #044980b8; color: #fff;}
.nav li{ position: relative; height: 75px; overflow: hidden; z-index: 900; display: inline-block; text-align: center;  vertical-align: top;min-width: 100px;}
.sub-nav{ display: inline-block; visibility: hidden; position: relative; top: -20px; opacity: 0; white-space: nowrap; transition: all .5s; background: #ba0000;width: 100%;}
.sub-nav a{display: block; width: auto !important; text-align: left !important;  line-height: 60px !important; padding: 0 40px 0 40px  !important;font-size: 14px;}
.nav li:hover .sub-nav{ opacity: 0; visibility: inherit; top: 0px; opacity: 1;background-color: #fff;}
.nav li:hover{background-color: #fff; overflow: inherit;}
.nav li:hover a{
    color:#044980;
}
.nav li::after{
    content: '';
    display: block;
    height: 18px;border-left: 1px solid #0073ce;
    position: absolute;
    top: 31px;
    left: 0;
}
.nav li:nth-child(1):after{
    display: none;
}
.swiper-pagination-custom {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/*è‡ªå®šä¹‰åˆ†é¡µå™¨çš„æ&nbsp;·å¼ï¼Œè¿™ä¸ªä½&nbsp;è‡ªå·±æƒ³è¦ä»€ä¹ˆæ&nbsp;·å­è‡ªå·±å†™*/
.swiper-pagination-customs {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 5px;
}
/*è‡ªå®šä¹‰åˆ†é¡µå™¨æ¿€æ´»æ—¶çš„æ&nbsp;·å¼è¡¨çŽ°*/
.swiper-pagination-customs-active {
    width: 38px;
    border-radius: 5px;
    background-color: #fff;
}


/* å­¦é™¢æ–°é—» */
.news{
    width: 1391px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.news .left{
    width: 515px;
    margin-right: 28px;
}

h3{
    position: relative;
    text-indent: 35px;
    line-height: 70px;
    font-size: 20px;
    color: #7f7f7f;
}
 h3::after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon/news.png) no-repeat ;
    background-size: auto;
    position: absolute;
    top: 21px;
}
h4{
    text-indent: 25px;
    font-size: 18px;
    width: 100%;
    color: #fff;
    height: 50px;
    background-color: rgba(140,140,140,.5);
    position: absolute;
    bottom: 5px;
    line-height: 50px;
}
#swiper2 .swiper-pagination{
    display: flex;
    flex-direction: row-reverse;
}
#swiper2 .swiper-pagination-custom {
    bottom: 17px;
    right: 0;
    width: 100%;
}
/*è‡ªå®šä¹‰åˆ†é¡µå™¨çš„æ&nbsp;·å¼ï¼Œè¿™ä¸ªä½&nbsp;è‡ªå·±æƒ³è¦ä»€ä¹ˆæ&nbsp;·å­è‡ªå·±å†™*/
#swiper2 .swiper-pagination-customs {
    width: 16px;
    height: 16px;
    border: #fff 2px solid;
    border-radius: 50%;
    display: inline-block;
    background-color: #5e5e5b;
   
    margin: 0 4px;
}
/*è‡ªå®šä¹‰åˆ†é¡µå™¨æ¿€æ´»æ—¶çš„æ&nbsp;·å¼è¡¨çŽ°*/
#swiper2 .swiper-pagination-customs-active {
    background-color: #ff0000;
}
/* æŸ¥çœ‹æ›´å¤š */
h6{
    position: relative;
    text-align: right;
    line-height: 56px;
    font-size: 12px;
    color: #7f7f7f;
    padding-right: 30px;
}
 h6::after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon/more.png) no-repeat ;
    background-size: auto;
    position: absolute;
    top: 22px;
    right: 0;
}
.news .center li{
    position: relative;
    width: 470px;
    height: 44px;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
}
.news .center li a{
    font-size: 16px;
    color: black;
    left: 20px;
    position: absolute;
}
.news .center li span{
    font-size: 12px;
    color: #8c8c8c;
}

.news .right h3{
    text-indent: 44px;
}
.news .right h3::after{
    content: '';
    display: block;
    width: 36px;
    background: url(../images/icon/craft.png) no-repeat ;
    
}
.news .right a{
    font-size: 24px;
    color: #fff;
}
.news .right{
    margin-left: 52px;
}
.news .right li{
    width: 320px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    margin-top: 20px;
}
.news .right li:nth-child(1){
    background-color: #d97538;
}
.news .right li:nth-child(2){
    background-color: #0ba299;
}
.news .right li:nth-child(3){
    background-color: #5f9d3f;
}
.news .right li:nth-child(4){
    background-color: #0062ac;
}
.notice{
    background-color: #f3f3f3;
    margin-top: 50px;
}
.notice .content{
    width: 1391px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.notice .content h3::after{
    background: url(../images/icon/notice.png) no-repeat ;
    
}
.content .left{
    width: 1017px;
    position: relative;
}
.content .left ul{
    display: flex;
    justify-content: space-between;
   flex-wrap: wrap;
}
.notice .content .left li{
    width: 486px;
    height: 73px;
    background-color: #e2e9ee;
    display: flex;
    margin-bottom: 30px;
}
.notice .content .left li .time{
    width: 73px;
    padding: 10px 0;
}
.notice .content .left li a{
    color: black;
    padding: 10px;
}
.time{
    background-color: #c1d9ec;
    color: #0061ae;
}
.time h2{
    font-size: 24px;
    text-align: center;
}
.time p{
    font-size: 12px;
    text-align: center;
}
.content&gt;.left .more{
    font-size: 12px;
    color: black;
}

.content&gt;.left .more{
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    line-height: 56px;
    font-size: 12px;
    color: #7f7f7f;
    padding-right: 30px;
}
.content&gt;.left .more::after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon/more01_03.png) no-repeat ;
    background-size: auto;
    position: absolute;
    top: 22px;
    right: 0;
}
.content .right li{
    width: 320px;
    /*height: 42px;*/
    text-align: center;
    margin-bottom: 5px;
}
.content .right li:nth-child(1){
    background-color: #378ed0;
}
.content .right li:nth-child(2){
    background-color: #51cbc4;
}
.content .right li:nth-child(3){
    background-color: #82ca5d;
}
.content .right li:nth-child(4){
    background-color: #6fa8d3;
}
.content .right li:nth-child(5){
    background-color: #e09567;
}
.content .right li:nth-child(6){
    background-color: #aa76cb;
}
.content .right li:nth-child(7){
    background-color: #dd7399;
}
.content .right li&gt;a{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}
.container .bottom{
    height: 124px;  
    background-color: #044980;
   
}
.bottom .content{
    width: 1391px;
    margin: 0 auto;
    position: relative;
}

.top{
    position: absolute;
    right: 0;
    bottom: 30px;
}
.bottom .content span{
    font-size: 14px;
    color: #fff;
    
}
.contact{
    padding-top: 40PX;
    padding-bottom: 30PX;
    margin-left: 30PX;
}
.contact span{
    display: block;
}</pre></body></html>