<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-size: 12px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;}
.HeadTop {
	height: 125px;
	width: 1137px;
	margin-right: auto;
	margin-left: auto;}
.HeadTop .LOGO {
	height: 113px;
	width: 129px;
	margin-top: 10px;
	float: left;}
.HeadTop .LOGO_Remark {
	float: left;
	height: 70px;
	width: 345px;
	background-image: url(../images/logo_remark.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 5px;
	margin-left: 0px;}
.HeadTop .SearchArea {
	float: right;
	height: 70px;
	width: 310px;
	margin-top: 5px;}
.Menu {
	background-color: #0093DD;
	height: 40px;
	width: 100%;
	margin-top: 10px;}
.Menu .Bar {
	height: 40px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;}

/*导航效果*/
.Menu .Bar a .BarList{
	background-color: #0093DD;}
.Menu .Bar a:hover .BarList{
	/*background-color:#006a9f;
	background-image:url(../images/barlistbg.png);*/
	background-repeat: no-repeat;
	background-position: bottom;}
.Menucurrent
{
    font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	height: 40px;
	width: 100px;
    /*background-image:url(../images/barlistbg.png);*/
    background-repeat: no-repeat;
    background-position:center bottom;
    background-color:#006A9F;}

.Menu .Bar .BarList {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	height: 40px;
	width: 100px;}
.Copyright_Menu {
	background-color: #006A9F;
	background-position: center;
	height: 40px;
	width: 100%;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	margin-top:20px;}
.Copyright_txt {
	height: 140px;
	width: 100%;
	background-color: #F6F6F6;}
.Copyright_txt .left {
	float: left;
	height: 120px;
	width: 500px;
	margin-top: 10px;
	line-height: 25px;}
.Copyright_txt .txtarea {
	height: 140px;
	width: 1137px;
	margin-right: auto;
	margin-left: auto;}
.Copyright_txt .txtarea .EVM1 {
	background-image: url(../images/2wm.jpg);
	float: right;
	height: 116px;
	width: 119px;
	margin-top: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size:100%;}
.Row {
	height: auto;
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;}.Row .Sitegrouptitle {
	background-color: #006A9E;
	float: left;
	height: 148px;
	width: 40px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	font-size: 14px;}
.Row .websitegrouptxt {
	float: right;
	height: 128px;
	width: 1070px;
	padding: 10px;}
.Row .websitegrouptxt .optionArea {
	float: left;
	height: 32px;
	width: 230px;
	margin-left: 20px;
	margin-top: 20px;}
ul,li{ margin:0px; padding:0px; list-style:none;}
a{color:#434343;text-decoration:none;font-size:12px;outline: none;text-decoration:none;}
a:link{color:#434343;text-decoration:none;font-size:12px;text-decoration:none;outline: none;}
a:visited {color:#434343;text-decoration:none;font-size:12px;text-decoration:none;}
a:hover {color:#0A7DB3;text-decoration:none;font-size:12px;text-decoration:none;}
a:active {color:#434343;text-decoration:none;font-size:12px;text-decoration:none;}

/*导航CSS*/
*,*:after,*:before {
  box-sizing: border-box;}

.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;}
.animenu__toggle:hover {
  background-color: #0186ba;}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  -o-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);}

.animenu {
  display: block;
  margin-left:20px;}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;}
.animenu a {
  color: #000; /*一级菜单字体色*/
  text-decoration: none;}

.animenu__nav {
  background-color: #fff;}
.animenu__nav &gt; li {
  position: relative;}
.animenu__nav &gt; li &gt; a {
  padding: 10px 22px 10px 10px;
  text-transform: uppercase;}
.animenu__nav &gt; li &gt; a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;}
.animenu__nav &gt; li:hover &gt; ul {
  opacity: 1;
  visibility: visible;
  margin: 0;}
.animenu__nav &gt; li:hover &gt; a {
  color: #D42D27;}

.animenu__nav__child {
  min-width: 130%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 88;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #D42D27;  /*子菜单背景色*/
  transition: margin .15s, opacity .15s;}
.animenu__nav__child &gt; li {
  width: 100%;
  border-bottom: 1px solid #fff; /*子菜单分隔线*/
  text-align:center;}
.animenu__nav__child &gt; li:first-child &gt; a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 4.1em;   /*子菜单三角标位置*/
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;}
.animenu__nav__child &gt; li:last-child {
  border: 0;}
.animenu__nav__child a {
  padding: 10px;
  width: 100%;
  border-color: #D42D27;  /*子菜单三角标色*/
  color:#fff;
  font-size:13px;}
.animenu__nav__child a:hover {  /*移标时子菜单及三角标背景,字体色*/
  background-color: #B50100; 
  border-color: #B50100;
  color: #fff;}

.animenu__nav--open {
  display: block !important;}
.animenu__nav--open .animenu__nav__child {
  display: block;}
</pre></body></html>