@charset "utf-8";

* {padding: 0;
   margin: 0;}
body {font-family: "微软雅黑", "Microsoft Yahei", "Arial";
      color: #333;}
a {text-decoration: none;
   color: #333;}
ul,ol {list-style: none;}
.left {float: left;}
.right {float: right;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}
#logintop {background: #f0f0f0;
           border-bottom: solid 1px #d7d7d7;
           height: 35px;
           line-height: 35px;}
.logintitel {width: 1000px;
             margin: 0 auto;
             font-size: 12px;
             color: #565656;
             font-family: tahoma, arial, SimSun;}
.logintitel a {color: #565656;}
.logintitel a:hover {text-decoration: underline;}
.topmid_b {background-color: #f6f6f6;}
.topmid{width: 1000px;
        margin: 0 auto;
        padding: 30px 0;}       
.topmid .left a {display: inline-block;
                  vertical-align: middle;}
.logo {position: relative;} 
.logo:after {content: "";
             width: 1px;
             height: 40px;
             background-color: #5f5f5f;
             position: absolute;
             top: 12px;
             right: -10px;}
.logo-ftit {margin-left: 15px;
            margin-top: 15px;
            font-weight: bold;
            font-size: 20px;}
.form {position: relative;
       font-size: 12px;}
.search {background: url(../../../images/new_head.png) no-repeat scroll 0 0px rgba(0, 0, 0, 0);
         height: 42px;
         width: 380px;}
.search-keyword {
    width: 260px;
    height: 28px;
    padding-top: 2px;
    padding-left: 6px;
    border: #dfdfdf solid 1px;
    background: #FFF;
    color: #444;
    margin-left: 5px;
    margin-top: 4px;
    -webkit-appearance: none;
    outline: none;
}
.search-submit {cursor: pointer;
                width: 104px;
                height: 28px;
                font-size: 0px;
                opacity: 0;
                border: 0px;
                position: absolute;
                top: 4px;
                right: 6px;}
.topmid .right>span {font-size: 13px;
                     font-weight: bold;}
.topmid .right>a {font-size: 13px;}
.topmid .right>a:hover{text-decoration:underline;}
.nav0_b {background-color: #008d41;
         height: 37px;}
.nav0 {width: 1000px;
       margin: 0 auto;}
.nav0 a {color: #fff;}
.nleft,.nright {float: left;}
.nleft {background: url(../../../images/navall.jpg) no-repeat scroll 0 0;
        width: 228px;
        height: 42px;
        margin-top: -5px;
        font-size: 20px;
        font-weight: bold;
        line-height: 37px;
        text-align: center;}
.nleft a {display: block;}
.nright {line-height: 37px;
         margin-left: 20px;}
.nright li {float: left;}
.nright li a {font-size: 16px;
              font-weight: bold;
              display: block;
              padding: 0 20px;
              border-radius: 5px;
              margin-right: 10px;}
.nright li a:hover {background-color: #f60;
                    transition: 0.3s;}
.foot-menu-b {background-color: #1f4c37;}
.foot-menu {width: 1000px;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            font-size: 16px;
            padding: 7px 0;}
.foot-menu>a {color: #fff;}
.foot-text {width: 1000px;
            margin: 15px auto;
            font-size: 14px;
            text-align: center;}
.foot-text>p {line-height: 24px;}
.foot-text>p>a {text-decoration: underline;}