<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{ margin:0;padding:0; font-family:Verdana, Arial, "Microsoft Yahei",sans-serif; }
li{list-style-type: none;}
a{text-decoration: none; color: inherit; cursor: pointer;}
/*a:hover{color:red;}*/
img{border:none;vertical-align: middle;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.fl{float: left;}
.fr{float: right;}
input{outline: none;border: none;}
input[type="checkbox"]{ display: none; }
html,body{ font-size: 16px; color: #333; }
body{ background: url(../images/bg.png) top center no-repeat fixed; background-size: 100%}
.wrap{ min-width: 1263px; overflow: hidden; }
/*轮播图样式，外层只需规定宽高即可*/
.banner{ width: 100%; height: 100%; position: relative; overflow: hidden;}
.banner * { margin: 0; padding: 0; list-style-type: none; text-decoration: none; }
.banner ul{ width: 100%; height: 100%; position: relative; left: -100%; top: 0; transition: 0.5s; font-size: 0; -webkit-text-size-adjust:none; white-space: nowrap; }
.banner ul.active{ transition: 0s; }
.banner ul li{ width: 100%; height: 100%; position: relative; display: inline-block; }
.banner ul li img{ width: 100%; height: 100%; border: none; display: block; }
.banner ul li p{ position: absolute; bottom: 0; left: 0; padding-top: 35px; line-height: 40px; width: 100%; background: url("../images/banner-bg.png") left bottom repeat-x; box-sizing: border-box; padding-right: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; font-size: 15px; text-indent: 10px; }
.banner ol{ position: absolute; right: 10px; bottom: 15px; height: 10px; z-index: 10;}
.banner ol{ position: absolute; right: 10px; bottom: 15px; height: 10px; z-index: 10;}
.banner ol li{ width: 10px; height: 100%; background: #fff; display: inline-block; margin-right: 8px; cursor: pointer; vertical-align: top; border-radius: 10px; transition: 0.5s; }
.banner ol li.active{ background: #c50018; width: 40px; }
.banner .prev,.banner .next{ position: absolute; z-index: 20; top: 0; bottom:0; margin:auto; width: 30px; height: 50px; background: url(../images/icon.png); cursor: pointer; opacity: .3; transition: opacity .3s;}
.banner:hover .prev,.banner:hover .next{ opacity: 1; }
.banner .prev{ left: 10px; background-position: left bottom; }
.banner .next{ right: 10px; }
.banner.fade ul{ left: 0; }
.banner.fade ul li{ position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.5s linear; }
.banner.fade ul li.active{ z-index: 1; opacity: 1; }
.banner.lot .lotBox{ width: 20%; height: 100%; position: relative; }
.banner.lot ul li{ padding: 0 3%; box-sizing: border-box; }
.banner.lot ul li p{ position: static; padding: 0; background: none; text-indent: 0; color: #333; text-align: center; }
.banner.updown ul{ left: 0; top: -100%;  }
.banner.updown ul li{ display: block; }
.banner.updown ol{ left: 50%; right: auto; margin-left: -60px; }


/*通用tab选项卡样式*/
.tab-title{ border-bottom: 1px solid #d5dbe6; position: relative; }
.tab-title .tab-item{ line-height: 40px; font-size: 18px; position: relative; margin-right: 20px; display: inline-block; color: #000; margin-bottom: -1px; }
.tab-title .tab-item a{ display: block; padding: 0 10px;  }
.tab-title .tab-item.active a{ color: var(--color); border-bottom: 2px solid var(--color); }
.more{ position: absolute; top: 0; right: 0; }
/*.more a{ display: none; background: url("../images/more.png") no-repeat center; width: 50px; height: 40px; }*/
.more a.active{ display: block; }

.tab-content{ margin-top: 5px; min-height:150px; }
.tab-content&gt;ul{ display: none; padding: 0 3px; }
.tab-content&gt;ul.active{ display: block; }
.tab-content&gt;ul&gt;li{ padding: 0 70px 0 15px; position: relative; line-height: 44px; background: url(../images/dian.jpg) center left no-repeat; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tab-content&gt;ul&gt;li a{ color: #333; }
.tab-content&gt;ul&gt;li a:hover{ color:red; }
.tab-content&gt;ul&gt;li span{ position: absolute; right: 0; top: 0; color: #666; font-size: 15px; }

[class^="m_"]{ display: none; }
/*颜色变量*/
/*:root{ --color: #c50001; }*/
:root{ --color: #015293; }

/*Header 样式*/


#Header{ position: relative; }
/*.header{ height: 400px; background: url("../images/bg.jpg") no-repeat center top; }*/
/*.head{ width: 590px; }*/
/*.logo{ float: none; text-align: center; width: auto;  }*/
/*.search{ width: auto; float: none; margin-top: 0; }*/
/*.hot-word{ display: block; }*/

.head-top{ width: 1263px; margin: 0 auto; line-height: 40px; font-size: 14px; color: var(--color); }
.head-top li{ float: left; }
.head-top li a{ background: url(../images/top_line.png) left center no-repeat; padding: 0 10px; }
.head-top ul li:first-child a{ background: none; }
.header{ width: 1263px; height: 200px; margin: 0 auto; overflow: hidden; }
.logo{ width: 45%; float: left; line-height: 200px; }
.logo img{ width: 100%; }

.search-wrap{ float: right; width: 38%; margin-top: 31px; }
.search-input{ border: 1px solid #ccc; border-radius: 6px; overflow: hidden; position: relative; background-color: #fff; opacity: 0.8; }
.search-input .word{ width: 100%; box-sizing: border-box; background-color: transparent; padding: 8px 12px; line-height: 24px; height: 40px; font-size: 15px; }
.search-input .submit{ position: absolute; right: 0; top: 0; height: 40px; width: 40px; background: url("../images/search.png") no-repeat center; cursor: pointer; }
.hot-word{ line-height: 40px; font-size: 14px; text-indent: 10px; color: #666; }
.hot-word a{ margin-right: 10px; }
/* 无障碍*/
.accessible-body{ min-width: 350px; }
.main-wrap{ width: 100%; }

/*nav样式*/
.nav{ background: var(--color); height: 55px;}
.nav ul{width: 1263px;margin: 0 auto; display: flex;position: absolute; left:50%;transform: translateX(-50%);z-index: 999; }
.nav ul li{ flex: 1; }
.nav ul li a{ display: block; color: #fff; text-align: center; line-height: 55px; font-size: 20px; position: relative; }
.nav &gt;ul &gt;li &gt;a:hover{ background: #0e68b1; }

.subtitle{
    width: 100% !important;
    display:none !important;
    position:relative !important;
    background: #015293FF;
}
.subtitle li{
    display: block;
}
.subtitle li a{
    font-size: 16px !important;
}
.subtitle li a:hover{
    background-color: #addef8;
    color: #000;
}
.nav li:hover .subtitle{
    display:block !important;
}
/*Content样式*/
#Content{ width: 1263px; margin: 0 auto; }
.navigation{ font-size: 16px; line-height: 50px; margin: 20px 0; background: #fff; text-indent: 2em; border-radius: 2px; color: var(--color); }


/*Footer样式*/
#Footer{ background: #2f4d93; }
.foot{ width: 1250px; margin: 0 auto; padding: 20px 0; }
.foot p{ text-align: center; line-height: 35px; width: 80%; margin: 0 auto; color: #fff; font-size: 15px; }
.foot&gt;div{ line-height: 105px; }
.foot a:hover{ color: red; }


</pre></body></html>