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

/* Reset */
/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a:hover{color: red;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main */
body {
	font-family: Arial, sans-serif;
	margin: 0px auto;


}
h1 {
	color: #707070;
	font-size: 28px;
	font-weight: normal;
}
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8 {
	margin: 0px auto 260px;
}
nav{
    background-color: #2057ad;
    width: 100%;
    height: 40px;
    display: block;
    line-height: 1;
}
top{
    background-color: #ffffff;
    width: 100%;
    height: 70px;
    display: block;
}
.ad1200 {
    width: 1400px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 10px;
}
.eolo-main h1 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.top{width: 1400px; margin: 0 auto; }
.logo { width: 190px; float: left; margin-top: -18px;}
.logo img{width: 180px; }
.logo span a{ color:#707070 ; margin-right: 15px; font-size: 14px;}
.logo span a:hover{color: red;}
.logo span {margin-top: 5px;}
.oweilogin{float: left; width:240px; margin-top: 8px;}
.oweilogin a{
    padding: 2px 10px;
    background-color: #1ec2ad;
    color: #fff;
    margin-right: 6px;
    border-radius: 5%;
    font-size: 14px;
}
.oweilogin a:hover{
    padding: 2px 10px;
    background-color: red;
    color: #fff;
    margin-right: 6px;
    border-radius: 5%;
}
.top ul{text-align: right; position: relative; top: 6px}
.top ul a:hover{color: red;}
.top ul a{font-size: 14px;  color: rgb(0 0 0 / 66%); margin-left: 15px;}
.top dd{float: right; margin-top: 45px; font-size: 30px; }

.search{width: 1400px;
    margin: 0 auto;
    height: 85px;
    /* background-color: #2968cd; */
    background-color: #ffffff;
    padding-top: 20px;}
.searchbox {
	position: relative;
	z-index: 1;
	clear: both;
	width: 850px;
	height: 40px;
	margin: 0px auto 50px;
	border: 2px solid #2968cd;
  }
  .mod_select {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
  }
  .mod_select .select_box {
	position: relative;
	width: 120px;
	height: 36px;
  }
  .mod_select .select_box .select_txt {
	display: inline-block;
	width: 100px;
	height: 40px;
	padding-left: 20px;
	overflow: hidden;
	line-height: 38px;
	font-size: 16px;
	cursor: pointer;     background-color: #fff;
  }
  .mod_select .select_box .select-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
	width: 10px;
	height: 10px;
	background: url(../image/search_ico.png) center no-repeat;
  }
  .mod_select .select_box .option {
	display: none;
	position: absolute;
	top: 26px;
	left: -2px;
	width: 105px;
	background-color: #fff;
	border: 2px solid #2968cd;
	border-top: 0;
  }
  .mod_select .select_box .option li {
	padding-left: 20px;
	font-size: 16px;
	line-height: 2;
	cursor: pointer;
  }
  .searchbox .import {
    width: 650px;
    height: 40px;
    margin-left:100px;
    padding-left:20px;
    border: none;
    outline: none;
    font-size: 16px;
  }
  .searchbox .btn-search {
	position: absolute;
	right: 0;
	width: 100px;
	height: 40px;
	color: #fff;
	background-color: #2968cd;
	border: 0;
	font-size: 18px;
    font-weight: bold;
  }
  .menu-label c{font-size: 18px; font-weight: 500;}
  .carnav{width: 26%; float: right;}
  .carnav li{ line-height: 32px;
            height: 32px;
            font-size: 16px;}
.carnav li a{color: #2a6acf;}
.carnav li a:hover{color:red;}

._container{height: 36px;
    overflow: hidden;
    /* border-bottom: 1px solid #000; */
    text-align: right;
    margin-top: 20px;}
._container li{height:36px;line-height:30px;font-size:16px}
._container li:first-child{margin-top:0;transition:margin-top .8s}
._container li a{ color: red; font-size: 16px;}
._container li a:hover{color:#333;}
.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.dialog-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #5d98e1;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    width: 400px;
}
.dialog-content button{
    overflow: visible;
    padding: 4px 10px;
}
.gnav{float: left; width:300px; margin-left:200px; margin-top: 5px;}
.gnav li a{ padding: 4px 10px;
    background-color: #79808b;
    font-size: 14px;
    color: #fff;
    margin-right: 6px; }
.gnav li a:hover{ padding: 4px 10px;
    background-color: red;
    font-size: 14px;
    color: #fff;
    margin-right: 6px; }    
.gnav .ovodax a{ padding: 4px 10px;
    background-color: #555;
    font-size: 14px;
    color: #fff;
    margin-right: 6px; }
.gnav .ovodax a:hover{ padding: 4px 10px;
    background-color: red;
    font-size: 14px;
    color: #fff;
    margin-right: 6px; }        
.type-content t a {
    color: red;
    font-weight: bold;
    font-size: 17px;
}
.type-content t {
    color: #ff5b5b;
    line-height: 30px;
    font-size: 15px;
    margin-left: 100px;
}
.hotso{ float: left; margin-left:-2px; margin-top: 10px;}
.hotso s{    background-color: #1ec2ad;
    padding: 1px 6px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;}
.hotso a{     font-size: 15px;
    color: #009688;
    margin-left: 6px;}
.hotso a:hover{color:red;}</pre></body></html>