<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body,div,ul,li,h1,h2,h3,h4,h5,h6,img,input,form,dl,dd,span,strong,p,em{margin:0 auto; padding:0;}
img{ border:0;}
ul, li{ list-style-type:none;}
a{transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s;}
a,a:hover{ text-decoration:none; color:#3f3f3f;}
body{     font-family: "Microsoft YaHei"; font-size:14px; color:#3f3f3f; overflow-x:hidden; }
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.hiddle{display:none;}
input,textarea{outline:none;}
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none;}
i,em{ font-style:normal;}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1488951996007'); /* IE9*/
  src: url('../fonts/iconfont.eot?t=1488951996007#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff?t=1488951996007') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf?t=1488951996007') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg?t=1488951996007#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before,
*:after { -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
/*head star*/
body{ background:#151f42;}
.head{ padding:0px 20px;}
.header{ background:#151f42;  height:64px; width:100%; padding:10px 0px; position:absolute; top:0px; left:0%;  z-index:99999;}
.logo{ width:235px; float:left;}
.nav{ width:760px; float:right; text-align:right; padding-top:10px;}

.search-wrap{width: 190px;    display: block; position:relative;  height: 20px; background:#CCC; border-radius:50px;}
.search-wrap input{ width:100%; border:none; background:none; height:20px; border-radius:50px; padding:5px;}
.submit-search{ position:absolute; top:1px; background:none; border:none; right:4px;}
/*head end*/
/*foot star*/


/*foot end*/
</pre></body></html>