<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*通用*/

::selection { color: #fff; background-color: #025098; }

::-moz-selection { color: #fff; background-color: #025098; }

::-webkit-selection { color: #fff; background-color: #025098; }

.container {width:1180px; margin:0 auto;}

.lf   {float:left;}

.rt  {float:right;}

.clear  {clear:both;}



/*header*/

.header .top{ color: #4c4c4c; font-size: 12px; background-color: #e5e5e5; line-height: 40px;}

.header .top .top_box a{ padding:0 3px; color: #4c4c4c; font-size: 12px;}

.header .header_box { padding: 20px 0; }

.header .header_box .logo a { display: block; width:230px; height:98px; padding-right: 30px;}

.header .header_box .logo img { width:100%; height:100%; display: block; }

.header .header_box .word { padding-left:30px;  border-left: 1px solid #808080; margin-top: 20px;}

.header .header_box .word h4{ font-size: 18px; color: #025098; }

.header .header_box .word h5{ font-size: 18px; color: #707070;}

.header .header_box .tel { background: url("../images/icon1.png") no-repeat left center; padding-left: 51px; line-height: 24px; height: 48px; margin-top: 23px;}

.header .header_box .tel h4 { font-size:30px; color: #025098; }



/*nav*/

.nav{ background-color: #025098; width:100%; height: 50px; }

.nav .nav_box li { float:left; width:131px; height:50px; line-height:50px; text-align:center;}

.nav .nav_box li a { display: block; color: #fff;}

.nav .nav_box li.another a{ background-color: #c82110;}

.nav .nav_box li:hover a { background-color: #c82110;}

.fixedNav {  position: fixed;  top: 0;  left: 0;  width: 100%;  z-index: 9999;  }



/*foot*/

.foot .fnav { height: 60px; width: 100%; background-color: #025098; color: #fff; }

.foot .fnav .fnav_box a { line-height: 60px; padding:0 27px; color: #fff; }



.foot .f_not { background: url("../images/foot.jpg") no-repeat center; width: 100%; height: 226px;}

.foot .f_not .f_not_box { position: relative;}

.foot .f_not .f_not_box .foot2 { color: #fff; font-size: 14px; line-height: 24px; padding-top: 40px;}

.foot .f_not .f_not_box .foot2 h2 { font-size: 14px; }

.foot .f_not .f_not_box .foot2 span { margin: 0 5px; }

.foot .f_not .f_not_box .foot2 a { color: #fff; margin:0 5px;}



.foot .f_not .f_not_box .foot3 { position: absolute; right: 0; top:55px;}

.foot .f_not .f_not_box .foot3 img { width: 120px; height:120px; }



























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