@charset "utf-8";
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,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-family: "微软雅黑", "microsoft yahei", "宋体";
}

body {
    line-height: 1.5;
    font-family: "微软雅黑", "microsoft yahei", "宋体";
    font-size: 16px;
    min-width: 1280px;
    max-width: 1920px;
    margin: auto;
}

input[type="text"] {
    padding: 0;
}

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
}

a {
    text-decoration: none;
    outline: none;
    color: #333
}

a:hover {
    color: #2B5E00;
}

img,
fieldset {
    border: 0;
}

input,
textarea,
img {
    vertical-align: middle;
}

:focus {
    outline: none;
}


/* webkit hack */

textarea {
    overflow: auto;
    vertical-align: top;
}


/*
  @全局定义CSS
*/

.clear {
    clear: both;
    float: none;
    height: 0;
    margin: 0;
    padding: 0;
}

.overHide {
    overflow: hidden;
}

.con {
    display: none;
}

.show {
    display: block;
}

.bg-menu {
    position: relative;
    background: #4C9D07;
}

.inline {
    display: inline;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.t2 {
    text-indent: 2em;
}

.un-m-18 {
    margin: 0 -18px;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.clearfix:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.mb-10 {
    margin-bottom: 10px;
}

.footer-map a {
    margin: 0 10px;
}


/* 头部 */


/* 内容 */

.tab-content {
    background: #fff;
    margin-bottom: 10px;
    /* height: 1265px; */
}


/* 底部 */

.public-footer {
    /* margin-top: 10px; */
    background: url(../img/footer.png) no-repeat center;
    color: #fff;
}

.public-footer .footer {
    position: relative;
    height: 118px;
    color: #fff;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
}

.public-footer .icon-left {
    position: absolute;
    top: 40px;
    left: 80px;
}

.public-footer .icon-right {
    position: absolute;
    top: 40px;
    right: 38px;
    width: 208px;
    font-size: 0;
}

.public-footer .icon-right a {
    display: inline-block;
    margin-right: 40px;
}

.public-footer p,
.public-footer a {
    color: #fff;
    font-size: 14px;
}

.public-footer a:hover {
    text-decoration: underline;
}

.public-footer .text {
    display: inline-block;
    margin: 0 20px;
}

.public-footer .text2 {
    display: inline-block;
    margin: 0 15px;
}


/* public-footer */

.public-footer .links {
    background-color: #eeeeee;
    height: 80px;
}

.public-footer .fri_sels {
    width: 200px;
    height: 40px;
    float: left;
    position: relative;
    z-index: 130;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
}

.public-footer .fri_sels.last {
    margin-right: 0;
}

.public-footer .fri_sels .handle {
    height: 40px;
    line-height: 40px;
    background: #fff url("../img/fri_sel.png") no-repeat 175px center;
    padding-left: 10px;
    color: #333;
}

.public-footer .fri_sels ul {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 130;
    background: #fff;
    width: 200px;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.public-footer .fri_sels:hover ul {
    display: block;
}

.public-footer .fri_sels li {
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}

.public-footer .fri_sels li a {
    display: block;
    height: 40px;
    padding-left: 10px;
    width: 200px;
    color: #333;
}

.public-footer .fri_sels li a:hover {
    background: #f3f3f3;
    text-decoration: none;
}


/* 头部 */

.header-logo {
    margin: 20px 0;
}

.header-logo .logo-g {
    width: 307px;
    height: 106px;
}

.search-top {
    margin-top: 20px;
}

.search-top input {
    border: none;
    padding-left: 20px;
    width: 465px;
    height: 53px;
}

.search-btn {
    background: #53B202;
    height: 53px;
    color: #fff;
    line-height: 53px;
    width: 124px;
    cursor: pointer;
    text-align: center;
}

.search-btn img {
    width: 19px;
    height: 19px;
}

.new-day {
    color: #fff;
    font-size: 14px;
}

.top-menu {
    margin-top: 18px;
}

.top-menu ul {
    width: 248px;
}

.top-menu ul li {
    float: left;
    position: relative;
    margin-left: 17px;
}

.top-menu ul li a {
    color: #fff;
    font-size: 14px;
}

.active{
    background:linear-gradient(180deg,#e4ffd9,40%,#d4ffb0) !important;
}
.active a{
    color: #4C9D07 !important;
    font-weight: bold;
}

.line {
    position: absolute;
    top: 4px;
    right: -9px;
    width: 1px;
    height: 70%;
    background: #fff;
}

.tab-map {
    height: 57px;
    background: #F7F7F7;
    line-height: 57px;
    padding: 0 20px;
    float: left;
    width: 1160px;
    border-bottom: 1px solid #ECECEC;
}


/* 列表 */

.menu-l {
    position: absolute;
    height: 50px;
    width: 18px;
    top: 55px;
}

.menu-r {
    position: absolute;
    height: 50px;
    width: 18px;
    right: 0;
}

.menu-list {
    background: #4C9D07;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.menu-list ul {
    display: inline-block;
}

.menu-list ul li {
    float: left;
    width: 198px;
    /* margin-right: 10px; */
    height: 55px;
    background: #4C9D07;
    text-align: center;
    line-height: 55px;
}
.menu-item-content ul li:hover{
    background: linear-gradient(180deg,#e4ffd9,40%,#d4ffb0) !important;
}
.menu-item-content ul li a:hover{
    color: #4C9D07 !important;
    font-weight: bold;
}
.menu ul li.menu-list:hover {
    background: #ff8400;
}

.menu-hover:hover {
    background: #53B202;
}

.menu-list ul li:hover .menu-hover {
    background: #53B202;
}

.menu-list ul li:hover .menu-item {
    display: block;
}

.menu-list ul li a img {
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

.menu-list ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
}


/* 菜单下滑列表 */

.menu-item {
    width: 1200px;
    position: absolute;
    left: 0;
    display: none;
    z-index: 10;
}

.menu-item-img {
    position: absolute;
    width: 287px;
    height: 139px;
    bottom: 1px;
    left: 20px;
}

.menu-item-plan {
    padding-top: 20px;
    margin: 0 16px;
    background-color: #53B202;
    height: 160px;
    border-radius: 0 0 10px 10px;
}

.menu-item-title {
    margin-left: 170px;
    padding-right: 22px;
    height: 109px;
    font-weight: bold;
    border-right: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.menu-item-content {
    margin-left: 20px;
    width: 828px;
    height: 128px;
    overflow-y: auto;
}

.menu-item-content ul li {
    width: 180px;
    margin-right: 20px;
    height: 44px;
    margin-bottom: 20px;
    line-height: 44px;
}

.menu-item-content ul li a {
    font-size: 14px;
}

.menu-item-content::-webkit-scrollbar {
    width: 4px;
}

.menu-item-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.menu-item-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}