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; */
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
}

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*/
}

@-webkit-keyframes hui-upbitLink {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes hui-upbitLink {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


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

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

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

.zbb {
    display: none;
}


/* 头部开始 */

.header {
    height: 380px;
    position: relative;
    box-sizing: border-box;
    border-top: 5px solid #189948;
    background: url(../images/header_bj.png) center center no-repeat;
}

.header_box {
    width: 100%;
    height: 580px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
}

.top_menu {
    height: 30px;
    margin-top: 18px;
    line-height: 30px;
}

.top_menu .l a {
    display: inline-block;
    position: relative;
    height: 30px;
    font-size: 16px;
    color: #E7EBEE;
    padding: 0 15px;
    box-sizing: border-box;
}

.top_menu .l a:first-child {
    padding-left: 0;
}

.top_menu .l a::after {
    content: '';
    width: 1px;
    height: 10px;
    display: block;
    background: #E7EBEE;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top_menu .l a:last-child::after {
    display: none;
}

.top_menu .r>ul>li {
    display: inline-block;
    position: relative;
    line-height: 30px;
}

.top_menu .r>ul>li a {
    color: #e7ebee;
    font-size: 16px;
}

.top_menu .r>ul>li::after {
    position: absolute;
    content: '';
    height: 14px;
    width: 1px;
    background: #fff;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.top_menu .r>ul>li:nth-of-type(1) {
    padding-left: 40px;
    padding-right: 19px;
    background: url(../images/zwxmt.png) no-repeat center left 15px;
}

.top_menu .r>ul>li:nth-of-type(2) {
    padding-left: 40px;
    padding-right: 19px;
    background: url(../images/mgw.png) no-repeat center left 15px;
}

.top_menu .r>ul>li:nth-of-type(3) {
    padding-left: 40px;
    padding-right: 19px;
    background: url(../images/wza.png) no-repeat center left 15px;
}

.top_menu .r>ul>li:nth-of-type(4) {
    padding-left: 35px;
    padding-right: 19px;
    background: url(../images/zzms.png) no-repeat center left 15px;
}

.top_menu .r>ul>li:last-child::after {
    display: none;
}

#zbb_ck {
    display: none;
}

.top_menu .r>ul>li:last-child {
    padding-left: 40px;
    padding-right: 19px;
    background: url(../images/dl.png) no-repeat center left 15px;
}

.top_menu .r>ul>li .ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    width: 120px;
    height: 120px;
    z-index: 100;
    display: none;
    padding: 5px;
    background: #fff;
}

.top_menu .r>ul>li .ewm::after {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    background-color: #fff;
    left: 50%;
    top: 0px;
    position: absolute;
    transform: rotate(45deg) translate(-50%, 0);
}

.top_menu .r>ul>li .ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.top_menu .r>ul>li:hover .ewm {
    display: block;
}

.seach_box {
    height: 140px;
    margin-top: 127px;
    overflow: hidden;
}

.seach_box h3 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(74, 139, 209, 0.8);
}

.seach {
    width: 630px;
    height: 62px;
    margin-top: 30px;
    background: #FFFFFF;
    border-radius: 3px 5px 5px 3px;
    overflow: hidden;
}

.seach input {
    display: block;
    width: 500px;
    height: 62px;
    border: 0;
    float: left;
    font-size: 16px;
    color: #999999;
    outline: none;
    padding-left: 30px;
    box-sizing: border-box;
}

.seach a {
    display: block;
    width: 120px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border: none;
    outline: none;
    float: right;
    font-size: 20px;
    text-indent: 20px;
    margin-left: 5px;
    color: #FFFFFF;
    position: relative;
    background-color: #189948;
    border-radius: 0px 5px 5px 0px;
}

.seach a::after {
    content: '';
    width: 25px;
    height: 26px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/seach_ico.png) center center no-repeat;
}

.header .seach {
    width: 510px;
}

.header .seach input {
    width: 380px;
}

.nav {
    width: 100%;
    height: 79px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/nav_bj.png) center center no-repeat;
}

.nav ul {
    display: block;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.nav ul li {
    height: 79px;
    line-height: 79px;
    float: left;
    position: relative;
    ;
    margin-right: 104px;
}

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

.nav ul li a {
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.nav ul li::after {
    content: '';
    width: 64px;
    height: 59px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/nav_ico.png) center center no-repeat;
}

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

.nav ul li:hover::after,
.nav ul li.on::after {
    display: block;
}


/* 头部结束 */


/* 尾部开始 */

.footer {
    padding: 30px 0;
    border-top: 5px solid #FFD590;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(0deg, #11823B, #1FAD54);
}

.footer::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 90px;
    background: #49b270;
}

.footer .footer_top {
    height: 40px;
}

.footer .footer_top .l {
    width: 880px;
    height: 40px;
}

.footer .footer_top .l em {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    float: left;
}

.footer .footer_top .l ul {
    float: left;
}

.footer .footer_top .l ul li {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.footer .footer_top .l ul li::after {
    content: '';
    width: 1px;
    height: 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
}

.footer .footer_top .l ul li:last-child::after {
    display: none;
}

.footer .footer_top .l ul li * {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    line-height: 40px;
}

.footer .footer_top .l ul li a:hover {
    opacity: 0.8;
}

.footer .footer_top .l ul li span {
    display: block;
    position: relative;
    cursor: pointer;
}

.footer .footer_top .l ul li .yq_list {
    width: 150px;
    display: none;
    position: absolute;
    bottom: 40px;
    left: 10px;
    text-align: center;
    z-index: 999999;
    background: #1FAD54;
    -webkit-animation: hui-upbit 0.5s both;
    animation: hui-upbitLink 0.5s both;
}

.footer .footer_top .l ul li:hover .yq_list {
    display: block;
}

.footer .footer_top .l ul li:hover .yq_list a {
    display: block;
    color: #fff;
}

.footer .footer_top .l ul li:hover span::after {
    transform: rotate(180deg);
}

.footer .footer_top .l ul li span::after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    right: -28px;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFFFFF;
    transition: all 0.3s;
}

.footer .footer_top .r {
    height: 40px;
    line-height: 40px;
}

.footer .footer_top .r em {
    font-size: 16px;
    display: block;
    float: left;
    color: #ffffff;
}

.footer .footer_top .r .ewm {
    float: left;
    width: 120px;
    height: 40px;
    margin-left: 10px;
}

.footer .footer_top .r .ewm .img {
    float: left;
    margin-left: 12px;
    position: relative;
}

.footer .footer_top .r .ewm .img:first-child {
    margin-left: 0;
}

.footer .footer_top .r .ewm .img .qrcode-icon {
    cursor: pointer;
}

.footer .footer_top .r .ewm img {
    border-style: none;
    vertical-align: middle;
    display: inline-block;
}

.footer .footer_top .r .ewm .img .qrcode-img {
    position: absolute;
    top: -130px;
    left: -50px;
    width: 120px;
    height: 120px;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    z-index: 99;
    transform: scale(0);
}

.footer .footer_top .r .ewm .img .qrcode-icon:hover {
    opacity: 0.75;
}

.footer .footer_top .r .ewm .img:hover>.qrcode-img {
    transform: scale(1);
}

.footer .footer_con {
    margin-top: 50px;
}

.footer .footer_con .l {
    position: relative;
    width: 110px;
}

.footer .footer_con .l::after {
    content: '';
    width: 1px;
    height: 74px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #71b88b;
}

.footer .footer_con .l ul li {
    line-height: 30px;
}

.footer .footer_con .l ul li a {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer_con .l ul li:hover a {
    opacity: 0.8;
}

.footer .footer_con .cont {
    float: left;
    margin-left: 40px;
}

.footer .footer_con .cont p {
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
}

.footer .footer_con .cont p a {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer_con .cont p a.beian {
    padding-left: 25px;
    box-sizing: border-box;
    background: url(../images/beian.png) left center no-repeat;
}

.footer .footer_con .cont p a:hover {
    opacity: 0.8;
}

.footer .footer_con .r a {
    display: block;
    float: left;
}

.footer .footer_con .r a:first-child {
    margin-right: 15px;
    margin-top: 20px;
}

.footer .footer_con .r a:last-child {
    margin-top: 16px;
}


/* 尾部结束 */


/* 通用列表 */

.list li {
    height: 44px;
    line-height: 44px;
    position: relative;
}

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

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

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

.list li:hover a {
    color: #189948;
}

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

.tit {
    height: 30px;
    overflow: hidden;
    position: relative;
}

.tit h3 a {
    line-height: 30px;
    font-size: 25px;
    color: #189948;
}

.tit .more {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tit .more a {
    font-size: 16px;
    color: #999999;
}


/*分页样式，根据实际情况修改*/

.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: #189948;
    color: #fff;
    border: 1px solid #189948;
}

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

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

.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 8px no-repeat;
}

.xll_pagebox .page_next a:hover {
    color: #fff;
    border: 1px solid #189948;
    background: url(../images/fy_ico3.png) center 8px 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;
}


/*分页样式结束*/


/* 侧边栏 start */

.cebian {
    width: 76px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px #D7E4F1;
    border-radius: 38px;
    position: fixed;
    right: 50px;
    top: 30%;
    padding: 20px 0;
    z-index: 9999;
}

.cebian ul li {
    width: 76px;
    height: 80px;
    margin-bottom: 26px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.cebian ul li .box {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.cebian ul li .box p {
    color: #666666;
    margin-top: 5px;
}

.cebian ul li .cebian_ewm {
    position: absolute;
    left: -110px;
    top: -1px;
    width: 90px;
    height: 90px;
    opacity: 1;
    transition: opacity 0.3s;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    display: none;
}

.cebian ul li:hover .cebian_ewm {
    display: block;
    padding: 5px;
    box-sizing: border-box;
}

.cebian ul li:hover .cebian_ewm img {
    width: 100%;
    height: 100%;
}

.cebian ul li:hover .cebian_ewm i {
    display: block;
    width: 12px;
    height: 22px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/xf_xtb.png')center center no-repeat;
}

.cebian .gb {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 22px auto 0;
    background: url("../images/gb_tb.png") center center no-repeat;
}


/* 侧边栏 end */


/*试运行弹窗*/

.testRun {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 285px;
    transition: height .3s;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0 20px 20px;
    z-index: 99999;
}

.testRun .testRun_close {
    height: 20px;
}

.testRun .testRun_close span {
    float: right;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: -15px;
    cursor: pointer;
    font-size: 25px;
    color: #67696a;
}

.testRun_cont a {
    display: block;
}

.testRun_cont p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    margin-top: 10px;
}

.testRun_cont>a>img {
    width: 241px;
    height: 144px;
}

.testRun .bot a {
    font-size: 12px;
    color: #015293;
    margin-top: 15px;
    display: inline-block;
}

.testRun .bot a:hover {
    color: red;
}

.testRun.hide {
    height: 0;
    overflow: hidden;
    transition: height .3s;
}


/*试运行弹窗 end*/