<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
input,
form,
ol,
ul,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p{
    margin:0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    vertical-align: top;
}

*{
    margin: 0;
    padding: 0;
}

/***************浠ヤ笂鏄牱寮忛噸缃�***************/

body{
    /*font-family: "Microsoft YaHhei";*/
   /* font-size: 16px;*/
    color: #666666;
    overflow-x:hidden;
    overflow-y:auto;
}

a{
    text-decoration: none;
    color: #666666;
}

ul{
    list-style: none;
}

.clear:after{
    content: "";
    height:0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clear{
    clear: both;
}

/***********************浠ヤ笂鏄叕鍏卞０鏄�*******************/

.top_box{
    width: 1300px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
}

.logo{
    float: left;
}
.sear_box{
    float: right;
    padding-top: 25px
}

.sears{
    width: 190px;
    height: 42px;
    border: 1px solid #044c8f;
    border-radius: 5px 0 0 5px;
    color: #044c8f;
    padding-left: 10px;
}

.sear_btn{
    width: 60px;
    height: 42px;
    background: #044c8f;
    border-radius: 0 5px 5px 0;
    color: #fff;
    border: none;
}
/*********************浠ヤ笂鏄痶op****************/

/*瀵艰埅鏍�*/


.nav_menu3,
    /*.nav_menu3 ul,*/
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_menu3:after,
.nav_menu3 &gt; ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.nav_menu3 {
    width: auto;
    line-height: 1;
    /*background: #ffffff;*/
    background: #044c8f;
    z-index: 999;
}

.nav_box{
    width: 1300px;
    margin: 0 auto;
}

.nav_menu3 &gt; ul &gt; li {
    width: 130px;
    height: 60px;
    text-align: center;
    float: left;
}

.nav_menu3 &gt; ul &gt; li &gt; a {
    padding: 24px 10px 18px 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #eee;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    /*border-right:1px solid #990B2C;*/
}
.nav_menu3 &gt; ul &gt; li:hover &gt; a {
    color: #044c8f;
    background: #FFF;
}

.nav_menu3 ul ul {
    position: absolute;
    left: -9999px;
}
.nav_menu3 &gt; ul &gt; li &gt; ul {
    border-top: 1px solid #FFF;
}
.nav_menu3 li:hover &gt; ul {
    left: auto;
}
.nav_menu3.align-right li:hover &gt; ul {
    right: 0;
}
.nav_menu3 ul ul ul {
    margin-left: 100%;
    top: 0;
}
.nav_menu3.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
.nav_menu3 ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
.nav_menu3 ul li:hover &gt; ul &gt; li {
    height: 52px;
}
.nav_menu3 ul ul li a {
    padding: 20px 20px;
    width: 130px;
    background: #044c8f;
    text-decoration: none;
    color: #eeeeee;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-top: 1px solid #044c8f;
}
.nav_menu3 ul ul li:hover &gt; a,
.nav_menu3 ul ul li a:hover {
    color: #044c8f;
    background: #FFF;
    border-top: 1px solid #FFF;
}
.nav_menu3 ul ul li.nav-has-sub &gt; a::after {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub &gt; a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover &gt; a::after {
    border-color: #044c8f;
}

/*******************浠ヤ笂鏄鑸爮**************/
/***footer**/
.footer_box{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #2a2a2a;
    margin-top: 20px;
}

.footer_box p{
    font-size: 13px;
    color: #d7d7d7;
}


/***footer**/
/*.rig_cont&gt;p&gt;span{
    font-family: "Microsoft YaHhei" !important;
    font-size: 16px !important;
}*/
/*.rig_cont&gt;p{
    font-family: "Microsoft YaHhei" !important;
    font-size: 16px !important;
}*/</pre></body></html>