html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

input:focus {
    outline: 0;
    border: 0;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: initial;
}

li {
    list-style: none;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /*IE/7/6*/
}

.container {
    width: 1200px;
    margin: 0 auto;
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1200px;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.header {
    height: 501px;
    background: url(../images/header_bj.png) center center no-repeat;
}

.header_top {
    height: 50px;
    background: #3c96f5;
}

.header_top .header_top_left {
    width: 410px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.header_top .header_top_left a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-left: 20px;
}

.header_top .header_top_left a:first-child {
    margin-left: 0;
}

.header_top .header_top_left a:first-child:after {
    width: 1px;
    height: 15px;
    content: '';
    background: #fff;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.header_top .header_top_left a:hover {
    opacity: 0.8;
}

.header_top_right {
    width: 290px;
    height: 50px;
    line-height: 50px;
}

.header_top_right * {
    color: #fff;
    font-size: 16px;
}

.header_top_right a {
    margin-left: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    background: url(../images/wx_ico.png) left center no-repeat;
}

.header_top_right a:hover {
    color: #ffffff;
}

.header_top_right a .ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
    width: 120px;
    height: 120px;
    z-index: 100;
    display: none;
    background: #fff;
}

.header_top_right a .ewm::after {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    background-color: #fff;
    left: 50%;
    top: 0px;
    position: absolute;
    transform: rotate(45deg) translate(-50%, 0);
}

.header_top_right a .ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.header_top_right a:hover .ewm {
    display: block;
}

.logo_box {
    height: 136px;
    margin-top: 40px;
    overflow: hidden;
}

.logo_box .logo {
    width: 674px;
    height: 136px;
    overflow: hidden;
}

.logo_box .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.logo_box .search {
    width: 420px;
    height: 60px;
    margin-top: 20px;
    background: #fff;
    overflow: hidden;
}

.logo_box .search input {
    display: block;
    width: 343px;
    height: 60px;
    border: 0;
    outline: 0;
    float: left;
    padding: 0 20px;
    font-size: 18px;
    color: #999999;
    box-sizing: border-box;
    overflow: hidden;
}

.logo_box .search input::placeholder {
    color: #999999;
    font-size: 18px;
}

.logo_box .search button {
    display: block;
    width: 77px;
    height: 60px;
    border: 0;
    outline: 0;
    float: right;
    background: url(../images/search_ico.png) center center no-repeat;
}

.nav {
    height: 80px;
    margin-top: 194px;
    overflow: hidden;
    background: url(../images/nav_bj.png) center center no-repeat;
}

.nav ul {
    display: block;
    height: 65px;
    padding: 0 15px;
    margin-top: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.nav ul li {
    float: left;
    margin-right: 97px;
    line-height: 65px;
}

.nav ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-left: 34px;
    box-sizing: border-box;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li:nth-child(1) a {
    background: url(../images/nav_ico1.png) left center no-repeat;
}

.nav ul li:nth-child(2) a {
    background: url(../images/nav_ico2.png) left center no-repeat;
}

.nav ul li:nth-child(3) a {
    background: url(../images/nav_ico3.png) left center no-repeat;
}

.nav ul li:nth-child(4) a {
    background: url(../images/nav_ico4.png) left center no-repeat;
}

.nav ul li:nth-child(5) a {
    background: url(../images/nav_ico5.png) left center no-repeat;
}

.nav ul li:nth-child(6) a {
    background: url(../images/nav_ico6.png) left center no-repeat;
}

.nav ul li:hover a,
.nav ul li.on a {
    color: #ffa212;
}

.nav ul li:nth-child(1):hover a,
.nav ul li:nth-child(1).on a {
    background: url(../images/nav_ico1s.png) left center no-repeat;
}

.nav ul li:nth-child(2):hover a,
.nav ul li:nth-child(2).on a {
    background: url(../images/nav_ico2s.png) left center no-repeat;
}

.nav ul li:nth-child(3):hover a,
.nav ul li:nth-child(3).on a {
    background: url(../images/nav_ico3s.png) left center no-repeat;
}

.nav ul li:nth-child(4):hover a,
.nav ul li:nth-child(4).on a {
    background: url(../images/nav_ico4s.png) left center no-repeat;
}

.nav ul li:nth-child(5):hover a,
.nav ul li:nth-child(5).on a {
    background: url(../images/nav_ico5s.png) left center no-repeat;
}

.nav ul li:nth-child(6):hover a,
.nav ul li:nth-child(6).on a {
    background: url(../images/nav_ico6s.png) left center no-repeat;
}

.list li {
    height: 48px;
    line-height: 48px;
    position: relative;
    overflow: hidden;
}

.list li a {
    display: block;
    width: 80%;
    height: 48px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list li a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d7d7d7;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list li:hover a {
    color: #49a141;
}

.list li:hover a::after {
    background: #49a141;
}

.list li span {
    display: block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999999;
}

.footer {
    background: #f2f3f4;
    min-height: 274px;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
}

.footer::after {
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/footer_top_ico.png) center center no-repeat;
}

.links {
    height: 70px;
}

.links ul li {
    width: 277px;
    height: 70px;
    float: left;
    line-height: 60px;
    text-align: center;
    margin-right: 30px;
    background: #ffffff;
    position: relative;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    box-sizing: border-box;
    border-top: 10px solid #f2f3f4;
}

.links ul li a {
    font-size: 18px;
    color: #333333;
}

.links ul li:last-child {
    margin-right: 0;
}

.links ul li:last-child::after {
    content: '';
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/yq_ico.png) center center no-repeat;
}

.links ul li .list {
    right: 0px;
    position: absolute;
    bottom: 70px;
    background-color: #ffffff;
    width: 1200px;
    max-height: 350px;
    padding: 30px;
    display: none;
    box-sizing: border-box;
    z-index: 999999;
    padding-right: 20px;
    text-align: left;
}

.links ul li .list_in {
    max-height: 290px;
    min-height: 42px;
    overflow-y: auto;
}

.links ul li .list_in a {
    width: 220px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    float: left;
    font-size: 16px;
    margin-right: 12px;
}

.links ul li .list_in a:nth-child(6n) {
    margin-right: 0;
}

.links ul li .list_in>a:hover {
    color: #49a141;
}

.links ul li.show::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #fff;
    display: block;
}

.links ul li.show .list {
    display: block !important;
}

.links ul li:hover>a {
    color: #49a141;
}

.links ul li:hover span {
    color: #49a141;
}

.footer_botom {
    width: 100%;
    padding: 30px 0 20px;
    box-sizing: border-box;
    background: #ffffff;
    margin-top: 30px;
}

.footer_botom .wzsm {
    width: 115px;
    margin-left: 50px;
    position: relative;
}

.footer_botom .wzsm::after {
    content: '';
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #d7d7d7;
    display: block;
}

.footer_botom .dzjg {
    margin-top: 25px;
}

.footer_botom .wzsm ul li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.footer_botom .wzsm ul li a {
    font-size: 16px;
    color: #666666;
}

.footer_botom .wzsm ul li a:hover {
    color: #49a141;
}

.footer_botom .copyright {
    width: 646px;
    margin-left: 50px;
    overflow: hidden;
}

.footer_botom .copyright * {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.footer_botom .copyright a.beian {
    padding-left: 25px;
    box-sizing: border-box;
    background: url(../images/gaba.png) left center no-repeat;
      margin-left: 10px;
}

.footer_botom .copyright em {
    display: inline-block;
    width: 115px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin-left: 20px;
    line-height: 25px;
    border-radius: 12px;
    background: #49a141;
}

.footer_botom .copyright a:hover {
    color: #49a141;
}

.footer_botom .wzjc {
    margin-top: 32px;
}

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 30px auto 0px;
}

.xll_pagebox ul li {
    background: none;
    display: inline;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.xll_pagebox a {
    font-size: 14px;
    max-width: 100%;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #E8E8E8;
    color: #7d7d7d;
    padding: 4px 8px;
    display: inline;
}

.xll_pagebox .slf a {
    border: 0;
    cursor: default;
}

.xll_pagebox ul li a::after {
    display: none;
}

.xll_pagebox span {
    float: initial;
    font-size: 14px;
    color: #7d7d7d;
    line-height: 28px;
    margin-right: 15px;
}

.xll_pagebox .hidden-xs.on a {
    background-color: #49a141;
    color: #fff;
    border: 1px solid #49a141;
}

.xll_pagebox .hidden-xs a:hover {
    background-color: #49a141;
    color: #fff;
    border: 1px solid #49a141;
}

.xll_pagebox a.zxfPagenum {
    margin-right: 5px;
}

.xll_pagebox a.zxfPagenum:hover {
    background-color: #49a141;
    color: #fff;
    border: 1px solid #49a141;
}

.xll_pagebox span.current {
    font-size: 14px;
    max-width: 100%;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #E8E8E8;
    color: #7d7d7d;
    padding: 4px 8px;
    display: inline;
    margin-right: 0;
    background-color: #49a141;
    color: #fff;
    border: 1px solid #49a141;
    margin-right: 5px;
}

.xll_pagebox .page_prev {
    padding: 0;
    margin-right: 5px;
}

.xll_pagebox ul li.bot {
    margin-left: 5px;
}

.xll_pagebox a.quer {
    cursor: pointer;
}

.xll_pagebox .page_prev a {
    padding: 4px 12px;
    background: url(../images/fy_ico.png) center 8px no-repeat;
}

.xll_pagebox .page_prev a:hover {
    background: url(../images/fy_ico2.png) center 8px no-repeat;
    border: 1px solid #189948;
    background-color: #189948;
}

.xll_pagebox .page_next {
    padding: 0;
}

.xll_pagebox .page_next a {
    padding: 4px 12px;
    background: url(../images/fy_ico1.png) center 7px no-repeat;
}

.xll_pagebox .page_next a:hover {
    color: #fff;
    border: 1px solid #189948;
    background: url(../images/fy_ico3.png) center 7px no-repeat;
    background-color: #189948;
}

.xll_pagebox .bot a:hover {
    background-color: #189948;
    color: #fff;
    border: 1px solid #189948;
}

.xll_pagebox #JumpPage {
    display: inline-block;
    width: 30px;
    color: #7d7d7d;
    line-height: 26px;
    font-size: 14px;
    border: 1px solid #E8E8E8;
    margin: 0 5px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
}

.xll_pagebox .zts {
    background: #FFFFFF;
    border-radius: 3px;
    height: 35px;
    padding: 4px 8px;
    box-sizing: border-box;
    margin-left: 5px;
    border: 1px solid #E8E8E8;
}

.xll_pagebox .zts span {
    margin-right: 0;
}


/*分页样式结束*/