body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #333;
    font-size: 14px;
    font-family: "Source Han Sans CN", "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

a:hover {
    text-decoration: none;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "Source Han Sans CN", "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: auto;
}

a,
button {
    cursor: pointer;
}

input,
textarea,
button {
    outline: none;
}

textarea {
    resize: none;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.toast {
    position: fixed;
    bottom: 5%;
    left: 50%;
    z-index: 9;
    width: auto;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}


/* 头部导航开始 */


/* 头部开始 */

.ind_header {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_header_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_header_above {
    width: 950px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    padding: 10px 0;
}

.ind_header_above_l {
    float: left;
    height: auto;
    overflow: hidden;
   width: 34%;
}

.ind_header_above_l img {
    height: 100px;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_header_above_c {
    float: right;
    width: 56%;
    height: auto;
    overflow: hidden;
    margin: 26px auto;
    margin-right: 10%;
}

.ind_header_above_c_con {
    width: 100%;
    height: 40px;
    border: 1px solid #69d7b0;
}

.ind_header_above_c_con .icon_input {
    float: left;
    border: none;
    width: calc(100% - 114px);
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    outline: none;
    font-size: 14px;
}

.ind_header_above_c_con .icon_input::placeholder {
    color: #999;
}

.icon_search {
    width: 102px;
    height: 40px;
    overflow: hidden;
    float: left;
    border: 1px solid #69d7b0;
    background: #69d7b0;
    text-align: center;
    line-height: 40px;
}

.icon_search img {
    width: 25px;
    height: 25px;
    margin: 8px auto;
}

.ind_header_above_r {
    float: left;
    width: 23%;
    height: auto;
    overflow: hidden;
    margin: 6px auto;
}

.ind_header_above_r_l {
    float: left;
    width: auto;
    height: auto;
    overflow: hidden;
}

.ind_header_above_r_l img {
    width: 52px;
    height: 52px;
    overflow: hidden;
    display: block;
}

.ind_header_above_r_r {
    float: left;
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin-left: 3px;
}

.ind_header_above_r_r p {
    font-size: 14px;
    color: #333333;
}

.ind_header_above_r_r b {
    font-size: 30px;
    color: #69d7b0;
    line-height: 34px;
}

.ind_header_nav {
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: block;
    margin: auto;
    background: #69d7b0;
}

.ind_header_nav ul {
    width: 1200px;
    height: 50px;
    overflow: hidden;
    display: block;
    margin: auto;
    text-align: center;
}

.ind_header_nav ul li {
    padding: 0 40px;
    width: auto;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    margin: auto;
}

.ind_header_nav ul li a {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    text-decoration: none;
    /* line-height: 50px; */
}

.ind_header_nav ul li a p {
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
}

.ind_header_nav ul .nav_active a p {
    font-weight: bold;
    padding: 0 2px 3px;
    font-size: 18px!important;
    border-bottom: 3px solid #fff;
    line-height: 40px;
}


/* 头部导航结束 */


/* 底部导航开始 */

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    background: #2d2d2d;
}

.footer_above {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: block;
    margin: auto;
    border-bottom: 1px solid #393838;
}

.footer_above_nav {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.footer_above_nav li {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: auto;
}

.footer_above_nav li:nth-last-child(1) a div {
    display: none;
}

.footer_above_nav li a {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    display: block;
}

.footer_above_nav li a div {
    display: inline-block;
    padding: 0 40px;
}

.footer_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.footer_con_l {
    width: 30%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
    float: left;
}

.footer_con_l img {
    width: auto;
    height: 100px;
    overflow: hidden;
    display: block;
}

.footer_con_c {
    width: 35%;
    height: auto;
    overflow: hidden;
    float: left;
}

.footer_con_c ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 25px auto;
}

.footer_con_c ul li {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 15px auto;
}

.footer_con_c ul li img {
    float: left;
    width: 20px;
    height: 24px;
    overflow: hidden;
    display: block;
    margin-right: 20px;
}

.footer_con_c ul li p {
    float: left;
    font-size: 14px;
    color: #b2b2b2;
}

.footer_con_r {
    width: 35%;
    float: left;
    height: auto;
    overflow: hidden;
    margin: 100px auto;
}

.footer_con_r p {
    font-size: 14px;
    color: #b2b2b2;
}

.footer_con_r h3 {
    font-size: 24px;
    color: #999999;
}

.footer_bottom {
    width: 100%;
    height: 40px;
    overflow: hidden;
    display: block;
    margin: auto;
    background: #272727;
}

.footer_bottom p {
    text-align: center;
    font-size: 14px;
    color: #878282;
    line-height: 40px;
}


/* 分页开始 */

.gg_page {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.gg_page ul {
    display: inline-block;
    margin: 20px 0;
}

.gg_page ul li {
    display: inline-block;
}

.gg_page ul li a {
    display: inline-block;
    padding: 0 4px;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 13px;
}

.gg_page ul li span {
    display: inline-block;
    padding: 0 4px;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 13px;
}

.gg_page .active.current span {
    background-color: #69d7b0!important;
    color: #fff!important;
}

.gg_page ul li a:hover {
    font-weight: bold;
    color: #69d7b0!important;
}


/* 分页结束 */


/* 搜索开始 */

.list-boxes {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 50px auto 0;
}

.list-boxes-con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.list-boxes-con h2 {
    font-size: 20px;
    color: #333;
    margin: 20px auto;
    border-left: 5px solid #23c167;
    padding-left: 15px;
}

.list-boxes-con p {
    font-size: 16px;
    color: #333;
    text-align: justify;
    text-indent: 2em;
}

.pulll-left {
    font-size: 16px;
    text-align: justify;
    color: #333;
    margin: 15px auto;
    margin-left: 20px;
}

.pulll_time {
    font-size: 16px;
    text-align: justify;
    color: #333;
    margin: 15px auto;
    margin-left: 20px;
    display: block;
}

.pulll-right {
    font-size: 16px;
    text-align: justify;
    color: #333;
    margin: 15px auto;
    margin-left: 20px;
    display: block;
}


/* 搜索结束 */

@media screen and (max-width: 1200px) {
    .ind_header_above {
        width: 98%;
    }
    .ind_header_above_l {
        width: 30%;
    }
    .ind_header_above_l img {
        width: auto;
        height: 94px;
    }
    .ind_header_above_c {
        width: 43%;
    }
    .ind_header_above_c_con {
        width: 100%;
    }
    .ind_header_above_r {
        width: 26%;
        float: right;
    }
    .ind_header_above_r_l {
        width: 20%;
    }
    .ind_header_above_r_l img {
        width: 45px;
        height: 45px;
    }
    .ind_header_above_r_r {
        width: 78%;
    }
    .ind_header_above_r_r b {
        font-size: 25px;
        line-height: 28px;
    }
    .ind_header_nav ul {
        width: 100%;
    }
    .ind_header_nav ul li {
        padding: 0 34px;
    }
    .footer_above_nav {
        width: 100%;
    }
    .footer_above_nav li a div {
        padding: 0px 30px;
    }
    .footer_con {
        width: 97%;
    }
    .footer_con_l {
        width: 35%;
    }
    .footer_con_r {
        width: 30%;
    }
}

@media screen and (max-width: 950px) {
    .ind_header_above_l img {
        width: auto;
        height: 47px;
    }
    .ind_header_above_c {
        margin: 0;
    }
    .ind_header_above_r {
        width: 26%;
        margin: 0;
    }
    .ind_header_above_r_l img {
        width: 100%;
        height: auto;
    }
    .ind_header_above_r_r b {
        font-size: 20px;
        line-height: 18px;
    }
    .ind_header_nav ul li {
        padding: 0 20px;
    }
    .footer_above {
        height: 60px;
    }
    .footer_above_nav {
        margin-top: 20px;
    }
    .footer_above_nav li a div {
        padding: 0px 15px;
    }
    .footer_above_nav li a {
        font-size: 15px;
    }
    .footer_con_l img {
        width: 230px;
        height: 50px;
    }
    .footer_con_c {
        width: 40%;
    }
    .footer_con_r {
        width: 25%;
    }
}

@media screen and (max-width: 750px) {
    .footer_con{
        height: 150px;
        display: flex;
        align-items: center;
    }
    .ind_header {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999;
        box-shadow: 0 0px 10px #d3cfcf;
    }
    .ind_header_nav {
        display: none;
        height: auto;
    }
    .ind_header_nav ul {
        height: auto;
        text-align: left;
    }
    .ind_header_nav ul li {
        display: block;
        margin: 10px 0;
    }
    .ind_header_nav ul li a {
        height: auto;
        display: initial;
        margin: 0;
    }
    .ind_header_above_c {
        display: none;
    }
    .ind_header_above_r {
        display: none;
    }
    .ind_header_above {
        padding: 10px 0;
        width: 95%;
    }
    .ind_header_above_l {
        width: 45%;
        height: 38px;
    }
    .ind_header_above_l img {
        width: auto;
        height: 38px;
    }
    .ind_header_above_l div {
        background: url(../images/menu.png);
        width: 35px;
        height: 35px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        top: 12px;
        background-size: cover;
    }
    .ind_header_above_l_ac {
        background: url(../images/cancel.png)!important;
        background-size: 100%!important;
    }
    .footer_above_nav li a {
        font-size: 14px;
    }
    .footer_above {
        height: auto;
    }
    .footer_above_nav {
        margin: 20px 0;
    }
    .footer_con_l {
        width: 30%;
        margin: 15px auto;
    }
    .footer_con_l img {
        width: 100%;
        height: auto;
        margin: auto;
    }
    .footer_con_c {
        width:65%;
        margin: auto;
        display: block;
      
    }
    .footer_con_c ul {
        width: 100%;
        margin: 0 auto;
    }
    .footer_con_c ul li p {
        width: calc(100% - 40px);
        font-size: 13px;
    }
    .footer_con_c ul li img {
        width: 17px;
        height: 20px;
        margin-right: 10px;
    }
    .footer_con_c ul li {
        margin: 5px auto;
    }
    .footer_con_r {
        width: 60%;
        float: initial;
        margin: 10px auto;
    }
    .footer_con_r h3 {
        font-size: 20px;
    }
    .footer_bottom {
        height: auto;
    }
    .footer_bottom p {
        font-size: 12px;
        margin: 10px auto;
        line-height: initial;
    }
}

.pull-right {
    float: right;
    text-align: right;
}

.pull-left {
    float: left;
    text-align: left;
}


/* 底部导航结束 */