<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.middle{
    width: 1100px;
    margin: 0 auto;
}
.header{
    position: relative;
}
.header .logo{
    width: 462px;
    float: left;
    margin: 20px 0;
}

.header .searchBox{
    height: 42px;
    line-height: 42px;
    float: right;
    margin: 34px 165px 34px 0;
    border: 1px solid #003f88;
    border-radius: 4px;
    font-family: nav-sec-Font;
    border-right: none;
}
.header .searchBox .search-icon{
    padding: 0 10px;
    color: #666;
}
.header .searchBox input{
    width: 200px;
    font-family: nav-sec-Font;
}
.header .searchBox .btn{
    display: inline-block;
    padding: 11px 15px;
    background-color: #003f88;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    /* border-radius: 4px; */
}
.header .language{
    position: absolute;
    right: 11px;
    top: 44px;
}
/* .language span{
    padding: 0 4px;
} */
.language a{
    font-size: 16px; 
    font-family: nav-sec-Font;
}
nav{
    background-color: #003f88;
}
nav ul li{
    float: left;
    padding: 15px 23px;
    border-right: 1px solid rgba(255,255,255,.3);
    position: relative;
}
nav ul li:hover{
    background-color:#117ee2;
}
nav ul li a{
    color: #fff;
}
.nav ul li&gt;a{
    font-family: nav-fst-Font;
    font-size: 16px;
}
nav ul li .nav_s{
    position: absolute;
    top: 62px;
    left: -22px;
    z-index: 233;
    background-color: #117ee2;
    text-align: center;
    width: 175px;
    display: none;
}
nav ul li .nav_s a:hover{
    -webkit-text-shadow:0px 2px 2px #333;
    -moz-text-shadow:0px 2px 2px #333;
    -ms-text-shadow:0px 2px 2px #333;
    text-shadow:0px 2px 2px #333;
}
nav ul li:nth-child(4) .nav_s{
    width: 224px;
    left: -38px;
}
nav ul li:nth-child(7) .nav_s{
    left: 0px;
}
/* nav ul li .nav_s:before{
   display: block;
   content: '';
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   border-bottom: 10px solid #117ee2;
   position: absolute;
   left: 75px;
   top: -10px;
} */
/* nav ul li:nth-child(4) .nav_s:before{
    left: 90px;
} */
nav ul li .nav_s a{
    display: block;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    font-family: nav-sec-Font;
}
nav ul li .nav_s a:after{
    display: block;
    content: '';
    height: 1px;
    background: url(../images/bottom.png) no-repeat top center;
}
nav ul li .nav_s a:last-child::after{
    height: 0;
}
.nav ul li.current{
    background-color:#117ee2; 
}
.nav ul span{
    float: right;
    display: block;
    width: 30px;
    height: 54px;
    /* margin: 15px 0 0 0; */
    background: url(../images/search.png)no-repeat center center;
    cursor: pointer;
    position: relative;
    margin-right: 40px;
    background-size: 80%;
}
.nav{
	position: relative;
}
.nav .search_btn{
/* width: 240px; */
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.5);
    display: none; 
    padding: 5px;
}
 .nav .search_btn input{
    width: 160px;
    height: 30px;
    background-color: #efefef;
    font-family: nav-sec-Font;
    padding-left: 10px;
    color: #333;
}
 .nav .search_btn button{
    padding: 8px 10px;
    cursor: pointer;
    /* border-radius:4px;  */
    background-color: #003f88;
    color: #fff;
}
footer{
    background-color: #003f88;

}
.footer{
    color: #fff;
    padding: 20px 0;
    font-family: nav-sec-Font;
}
.footer .info{
    width: 800px;
   float: left;
   line-height: 25px;
   font-size: 16px;
}

.info p span{
    padding-right:20px;
}
.tel{
  
    float: right;
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.tel p{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.phone_box{
    margin-bottom: 15px;
}
.phone_box&gt;span{
    display: inline-block;
    margin-right:  39px;
    font-size: 20px;
    padding-left: 42px;
    list-style: none;
    font-weight: bold;
    line-height: 27px;
    height: 27px;
    font-family: font-sec;
}
.phone_box .phone{
    background: url(../images/telicon.png) no-repeat left top;
}
.phone_box .fax{
    background: url(../images/telicon.png) no-repeat left -27px;
}
/* .tel .phone{

    padding-right: 30px;
    background: url(../images/phone.png) no-repeat center top;
    background-position: 113px 6px;
}
.tel .fax{
    padding-right: 30px;
    background: url(../images/fax.png) no-repeat center top;
    background-position: 113px 6px;
} */
#links{
    position: relative;
    cursor: pointer;
    
}
.tel #links:before{
    display: inline-block;
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #fff;
    margin-right: 8px;
}
.tel .shows{
    position: absolute;
    bottom: 38px;;
    left: -80px;
    text-align: left;
    background-color:rgba(0,0,0,.5) ;
    padding: 20px 20px 15px 40px;
    display: none;
}
.tel .shows a{
    color: #fff;
    position: relative;
}
.tel .shows li{
    width: 240px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    cursor: pointer;
}
.tel .shows li a::before{
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b0b1b1;
    position: absolute;
    left: -14px;
    top: 6px;
  
}
.tel .shows li:hover a{
    color: #65b5ff;
}
.tel .shows li:hover a::before{
    background-color:#65b5ff;
}



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