<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ–¹æ­£å…°äº­é»‘ç®€  */
@font-face {
  font-family: FZLTHGBK;
  src: url('https://www.ekaoyan365.com/font/FZLTHGBK.TTF');
}
/* æ–¹æ­£å…°äº­ç²—é»‘ç®€  */
@font-face {
  font-family: FZLTCHGBK;
  src: url('https://www.ekaoyan365.com/font/FZLTCHGBK.TTF');
}
/*æ–¹æ­£å…°äº­ç‰¹é»‘ç®€ä½“*/
@font-face {
  font-family: FZLTTHGBK;
  src: url('https://www.ekaoyan365.com/font/FZLTTHGBK.TTF');
}

/*æ–¹æ­£æ¸…åˆ»æœ¬æ‚¦å®‹ç®€ä½“*/
@font-face {
  font-family: FZQKBYSJW;
  src: url('https://www.ekaoyan365.com/font/FZQKBYSJW.TTF');
}
/*æ–¹æ­£è¶£å®‹ç®€ä½“*/
@font-face {
  font-family: FZQuSJW;
  src: url('https://www.ekaoyan365.com/font/FZQuSJW.TTF');
}
/*æ–¹æ­£å°šé…·ç®€ä½“*/
@font-face {
  font-family: FZShangKJW;
  src: url('https://www.ekaoyan365.com/font/FZShangKJW.TTF');
}
/*æ–¹æ­£ç‰¹é›…å®‹ç®€ä½“*/
@font-face {
  font-family: FZTYSJW;
  src: url('https://www.ekaoyan365.com/font/FZTYSJW.TTF');
}
/*ç«™é…·åº†ç§‘é»„æ²¹ä½“*/
@font-face {
  font-family: zkqkhyt;
  src: url('https://www.ekaoyan365.com/font/zkqkhyt.TTF');
}
/*ç«™é…·æ–‡è‰ºä½“*/
@font-face {
  font-family: zkwyt;
  src: url('https://www.ekaoyan365.com/font/zkwyt.TTF');
}
* {
  margin:0;
  padding:0;
  outline:none;
  text-decoration:none;
  font-family: FZLTHGBK;
  box-sizing: border-box;
}
html,body {
  height: 100%;
  color:#333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: FZLTHGBK;
  position: relative;
  font-size: 14px;
}
body{
  overflow-x: hidden;
  background:#fff;
}
ol, ul, li {
  list-style: none;
}
img{
  border:none;
  max-width: 100%;
  vertical-align: top; 
}
input, textarea ,select{
  border:none;
  background:none;
  cursor:pointer;
  font-size:14px;
  vertical-align:middle;
  color:#333; 
  font-family: FZLTHGBK;
}
select {
  border:inherit;
  background: inherit; 
}
em, i {
  font-style:normal;  
}
a{
  color: #000;
  text-decoration: none;
}
a:focus, input, select {
  outline:none;  
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:after {
  content:""; 
  display: block;
  clear: both;
  height: 0;}
.clearfix {
  *zoom:1;
}
.inner{
  width:1200px;
  height:100%;
  margin:0 auto;
  position:relative;
}
.d_f{
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
  display: -moz-box; /* Firefox 17- */  
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
  display: -moz-flex; /* Firefox 18+ */  
  display: -ms-flexbox; /* IE 10 */  
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.fw_w{
  flex-wrap: wrap;
}
.fd_column{
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* ä¸»è½´ */
.jc_c{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.jc_fs{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.jc_fe{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.jc_sb{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jc_sr{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  }
/* ä¸»è½´ä¾§è½´å¯¹é½ */
.jcai_center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*ä¾§è½´*/
.ai_fs{
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ai_fs{
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ai_fe{
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ai_c{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ai_bl{
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.ac_fs{
  align-content: flex-start;
}
.ac_fe{
  align-content: flex-end;
}
.ac_fe{
  align-content:center;
}


/* åŠ¨ç”»ç¼“å­˜å…¬å…±æ–‡ä»¶  æœ€å¥½æ”¾æœ€ä¸‹é¢ */
a,*:before,*:after,.navSub{-webkit-transition:all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

/*header*/



.w {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  min-width: 1200px;
  height: 80px;
  background-color: #fff;
}

.head {
  overflow: hidden;
}

.logo {
  float: left;
  margin-top: 13px;
  margin-left: 45px;
}

.header_nav {
  float: left;
  overflow: hidden;
  padding-left: 124px;
  padding-top: 36px;
}

.header_nav li {
  float: left;
  height: 100%;
  line-height: 18px;
  margin-left: 62px;
}

.header_nav li a {
  font-size: 24px;
  letter-spacing: 1px;
  color: #000;
}

.header_nav li a:hover {
  color: #e60012;
}

.header_nav .margin {
  margin-left: 0;
}

.footer {
  width: 100%;
  background: #363636;
  min-width: 1200px;
  position: relative;
  text-align: center;
}

.footer .guild {
  width: 1200px;
  height: 240px;
  margin: 0 auto;
  padding-top: 60px;
}
.footer .guild .service {
  margin-left: 150px;
}
.footer p, .footer a {
  font-size: 16px;
  color: #d4d4d4;
  line-height: 30px;
}
.footer a:hover {
  color: #e50311;
}

.footer p.span {
  padding-left: 75px;
}

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