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

i,
em,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

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

input,
video {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    resize: none;
}

* {
    font-family: "Microsoft YaHei";
    color: #333;
    font-size: 14px;
}

a {
    text-decoration: none;
    list-style: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clear {
    *zoom: 1;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

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

.overhidden {
    overflow: hidden;
}

.disbetween {
    display: flex;
    justify-content: space-between;
}

.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.tablecell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

/* header */
header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    background-color: rgba(255, 255, 255, .9);
}

body {
    padding-top: 76px;
}

.h_top {
    width: 1300px;
    margin: 0 auto;
    padding: 10px 0;
}

.logo {
    width: 180px;
    float: left;
}

.logo img {
    width: 100%;
}

.h_nav {
    float: right;
    margin-top: 6px;
}

.h_nav>div {
    float: left;
    position: relative;
}

.h_nav>div>a {
    padding: 15px 20px 30px;
    display: inline-block;
    color: #3A3A3A;
    font-weight: bold;
    font-size: 16px
}

.h_nav>div a:hover {
    color: #2570b7;
}

.h_nav>div.h_active a {
    color: #2570b7;
}

.h_navs {
    width: 100%;
    position: absolute;
    top: 66px;
    left: 0px;
    padding: 0 2px;
    text-align: center;
    background-color: #FFF;
    z-index: 30;
    padding: 0px;
    opacity: 0;
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 2px 5px -1px #000;
}

.h_navs a {
    width: 100%;
    font-size: 12px;
    color: #3A3A3A;
    letter-spacing: 0.47px;
    line-height: 36px;
    display: block;
    border-top: 1px solid #a0a0a0;
    height: 36px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.h_nav>div:hover .h_navs {
    opacity: 1;
}

.h_nav>div .h_navs a:hover {
    background-color: #188246;
    color: #fff;
}

.h_ewm {
    float: right;
    position: relative;
    width: 40px;
    padding-bottom: 33px;
    cursor: pointer;
    margin: 0 10px;
    margin-top: 6px;
}

.h_ewmi {
    width: 20px;
    padding: 18px 6px 0;
}

.h_ewmimg {
    position: absolute;
    left: -50px;
    top: 66px;
    z-index: 20;
    width: 126px;
    display: none;
}

.h_ewmimg img {
    width: 100%;
}

.h_ewm:hover .h_ewmimg {
    display: block;
}

.h_search {
    width: 138px;
    float: right;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid #717171;
    position: relative;
    margin-top: 17px;
}


.h_tel {
    float: right;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
}

.i_inp1 {
    background: none;
    color: #999;
    width: 100%;
    display: inline-block;
    padding: 0 34px 0 0;
    box-sizing: border-box;
}

.i_inp2 {
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    background-color: transparent;
    cursor: pointer;
}

/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.mnav_lists>li {
    width: 100%;
    text-align: center;
    position: relative;
}

.mnav_lists>li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    color: #000;
}

.mnav_son {
    width: 100%;
    background-color: #f5f5f5;
    display: none;
}

.mnav_son>li a {
    font-size: 12px;
    color: #666;
    background-color: #f5f5f5;
    padding: 12px 0;
}

.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 10px 4px 4px;
    cursor: pointer;
}

.mfoot {
    width: 100%;
    position: fixed;
    width: 100%;
    background: #0e93f8;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 50;
    display: none;
}

.mfoot_item {
    width: 50%;
    text-align: center;
}

.mfoot_item a {
    width: 100%;
    display: inline-block;
}

.mfoot_img {
    margin: 4px auto 0;
}

.mfoot_img img {
    margin: 0 auto;
}

.mfoot_title {
    font-size: 12px;
    color: #fff;
    padding-bottom: 4px;
}

/* content */
.banner {
    width: 100%;
}

.s_banner {
    width: 100%;
    min-width: 1200px;
}

.s_banner img {
    width: 100%;
}

.s_banner .swiper-pagination-bullet-active {
    background: #fff;
}

.s_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.i_wdhb {
    width: 100%;
    min-width: 1200px;
}

.i_hblb {
    padding: 20px 0 50px;
}

/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: transparent;
    white-space: nowrap;
}

.str_wrap.str_active {
    background: transparent;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.dowebok {
    width: 100%;
    margin: a auto;
    min-width: 1200px;
}

.dowebok img {
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
}

/* end */
.i_t1 {
    font-size: 24px;
    color: #3a9661;
    text-align: center;
    padding-top: 60px;
}

.i_t2 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 10px 0 20px;
}

.i_t3 {
    width: 20px;
    height: 2px;
    background-color: #3a9661;
    margin: 0 auto 30px;
}

.bg1 {
    background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 666px;
    background-attachment: fixed;
}

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

.i_t4 {
    font-size: 30px;
    color: #000000;
    letter-spacing: 1.17px;
    line-height: 42px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 60px;
}

.i_t5 {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 40px;
}

.i_t5 em {
    display: table-cell;
    font-size: 16px;
    color: #363636;
    letter-spacing: 0.63px;
    line-height: 22px;
    font-style: normal;
}

.i_t5 hr {
    width: 116px;
    height: 1px;
    color: #979797;
    margin: 5px 12px;
}

.i_t6 p {
    font-size: 20px;
    color: #757575;
    letter-spacing: 0.75px;
    text-align: justify;
    line-height: 36.8px;
    text-indent: 2em;
}

.i_btn1 {
    width: 164px;
    height: 40px;
    font-size: 18px;
    letter-spacing: 0.7px;
    line-height: 40px;
    border-radius: 4px;
    margin: 20px auto 60px;
    display: block;
    text-align: center;
    border: 1px solid #188246;
    color: #FFFFFF;
    background-color: #188246;
}

.i_dzpp {
    background-image: url('../images/bg3.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
    min-width: 1200px;
}

.i_t7 {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 1.17px;
    margin-bottom: 5px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
    padding-top: 60px;
}

.i_t8 {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    line-height: 17px;
    text-align: center;
}

.i_dzcont {
    width: 100%;
    padding-top: 50px;
}

.i_ditem {
    width: 23.5%;
    float: left;
    margin-right: 1%;
    text-align: center;
    position: relative;
}

.i_ditem:nth-child(4n) {
    margin-right: 0%;
}

.i_dzi1 {
    width: 100%;
    transform: rotateY(0deg);
    transition: 0.5s;
    position: relative;
    z-index: 2;
}

.i_dzi2 {
    background-color: #1d6741;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: rotateY(180deg);
    transition: 0.5s;
}

.i_ditem:hover .i_dzi1 {
    transform: rotateY(180deg);
    transition: 0.5s;
    z-index: 0;
}

.i_ditem:hover .i_dzi2 {
    transform: rotateY(360deg);
    transition: 0.5s;
    z-index: 2;
}

.i_dzi1 img {
    width: 100%;
}

.i_dzi2 img {
    width: 65px;
    padding: 50px 0 30px;
}

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

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

.i_line {
    height: 33px;
    width: 2px;
    margin: 0 auto 20px;
    background-color: #eee;
    margin: 20px auto;
}

.bg2 {
    background-image: url('../images/bg2.png');
    /* background-repeat: no-repeat; */
    width: 100%;
    height: 666px;
    background-attachment: fixed;
    /* background-position: bottom; */
}

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

.i_t11 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-top: 60px;
    text-shadow: 0 0 1px;
}

.i_t12 {
    margin: 5px 0 15px;
    font-size: 24px;
    color: #EEE;
    display: block;
    text-align: center;
}

.i_line2 {
    width: 20px;
    height: 2px;
    background-color: #3a9661;
    margin: 0 auto 30px;
}

.i_zz {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
}

.i_zz li {
    float: left;
    width: 225px;
    height: 310px;
    margin: 0 0 16px 20px;
    border: 4px solid #17765B;
    overflow: hidden;
    text-align: center;
}

.i_zz li img {
    width: 100%;
}

.i_zz li:first-child {
    float: left;
    width: 410px;
    height: 642px;
    margin: 0 20px 16px 0;
    border: 4px solid #17765B;
    overflow: hidden;
    text-align: center;
}

.i_zzs {
    width: 100%;
}

.bg3 {
    background-image: url('../images/bg4.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 666px;
    background-attachment: fixed;
}

.i_xwzx {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.i_xwl {
    width: 40%;
    float: left;
}

.i_xwr {
    width: 60%;
    float: left;
}

.i_xwl a {
    width: 100%;
    float: left;
}

.i_xwlimg {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.i_xwlimg img {
    width: 100%;
    transition: 0.5s;
}

.i_xwlimg:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}

.i_xwl p {
    font-size: 16px;
    color: #3a9661;
    text-align: left;
    margin: 15px 0;
    line-height: 36px;
}

.i_xwri {
    display: table;
    margin-bottom: 20px;
}

.i_xwril {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 0 20px;
    color: #3a9661;
    text-align: right;
    font-style: normal;
}

.i_xwril i {
    display: block;
    color: #3a9661;
}

.i_xwril .date {
    font-size: 24px;
    margin-bottom: 10px;
}

.i_xwril .year {
    font-size: 18px;
}

.i_xwrir {
    padding: 0 15px;
    text-align: left;
    border-left: 1px solid #EEE;
}

.i_xwrir a {
    width: 100%;
    display: inline-block;
}

.i_t13 {
    font-size: 20px;
    color: #333;
    /* max-width: 570px;
    max-height: 100px; */
    /* overflow: hidden; */
    /* min-width: 500px; */
    display: inline-block;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
}

.i_t14 {
    font-size: 14px;
    color: #000;
    margin: 15px 0 10px;
    /* max-width: 500px; */
    /* max-height: 98px; */
    overflow: hidden;
    /* min-width: 500px; */
}

.sign {
    width: 102px;
}

.i_tabs {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.i_tabs li {
    float: left;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    padding: 0 20px;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 5px;
    color: #666;
    margin: 0 20px;
    cursor: pointer;
}

.i_tabs li.iactive {
    background-color: #1d7e45;
    border-color: #1d7e45;
    color: #FFF;
}

.i_tabs li:hover {
    background-color: #1d7e45;
    border-color: #1d7e45;
    color: #FFF;
}

.i_cpzx {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.i_tabs2 {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 40px;
}

.i_tabs2 li {
    float: left;
    padding: 0 20px;
    margin: 0 20px;
    cursor: pointer;
}

.i_tabs2 li img {
    width: 105px;
    margin-bottom: 10px;
    display: none;
}

.i_tabs2 li img:first-child {
    display: block;
}

.i_tabs2 li p {
    font-size: 12px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.i_tabs2 .iactive img {
    display: block;
}

.i_tabs2 .iactive img:first-child {
    display: none;
}

.i_tabs2 li:hover img {
    display: block;
}

.i_tabs2 li:hover img:first-child {
    display: none;
}

.i_tabs2 .iactive p {
    color: #1d7e45;
}

.i_tabs2 li:hover p {
    color: #1d7e45;
}

.i_tody2 {
    width: 100%;
    height: 444px;
}

.i_tol {
    width: 60%;
    float: left;
    background-color: #EEE;
    height: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

.i_tor {
    width: 40%;
    float: left;
    background-color: #6d6d6d;
    color: #FFF;
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.i_tcont {
    position: absolute;
    bottom: 120px;
}

.i_tcont .swiper-button-next {
    background-image: url("../images/xs2.png");
    background-size: 30px;
    border: 1px solid #FFF;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: #6d6d6d;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 30px;
    right: auto;
    margin-top: 0;
}

.i_tcont .swiper-button-prev {
    background-image: url("../images/xx2.png");
    background-size: 30px;
    border: 1px solid #FFF;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: #6d6d6d;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    left: 50px;
    top: 10px;
}

.i_btn2 {
    height: 40px;
    padding: 0 15px;
    display: block;
    line-height: 38px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: #6d6d6d;
    color: #FFF;
    float: left;
    margin-left: 110px;
    margin-top: -32px;
}

.s_cp {
    height: 100%;
}

.s_cp img {
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 0.5s;
}

.s_cp img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.i_t15 {
    font-size: 24px;
    color: #FFF;
    padding-bottom: 30px;
    line-height: 30px;
}

.i_tor .s_cp2 {
    margin-bottom: 40px;
}

footer {
    background-image: url('../images/foot.png');
    background-repeat: no-repeat;
    width: 100%;
}

.f_top {
    width: 1200px;
    margin: 0 auto;
    padding: 56px 0;
}

.f_t1 {
    width: 31.6%;
    float: left;
}

.f_t2 {
    width: 14%;
    height: 245px;
    float: left;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    box-sizing: border-box;
}

.f_t3 {
    width: 21.6%;
    height: 245px;
    float: left;
    border-right: 1px solid #c4c4c4;
    box-sizing: border-box;
}

.f_t4 {
    width: 11%;
    height: 245px;
    float: left;
    border-right: 1px solid #c4c4c4;
    box-sizing: border-box;
}

.f_t5 {
    width: 21.8%;
    float: left;
}

.s_tel {
    width: 230px;
    margin: 0 auto;
}

.f_tel {
    overflow: hidden;
}

.f_tel img {
    width: 40px;
    float: left;
}

.f_tel div {
    width: calc(100% - 50px);
    float: right;
}

.f_tel i {
    display: block;
    font-size: 14px;
    color: #fff;
    font-style: normal;
}

.f_tel p {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f_search {
    width: 230px;
    margin: 0 auto;
    position: relative;
}

.f_inp1 {
    width: 100%;
    padding: 8px 36px 8px 8px;
    box-sizing: border-box;
    background-color: transparent;
    color: #fff;
    background-image: url('../images/search3.png');
    background-repeat: no-repeat;
    margin-top: 20px;
}

.f_ta {
    width: 100%;
    text-align: center;
}

.f_ta i {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
}

.f_ta a {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #c4c4c4;
    line-height: 20px;
    margin-bottom: 15px;
}

.f_t5 img {
    width: 104px;
    display: block;
    margin: 20px auto;
}

.f_t5 p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.f_bottom {
    background-color: rgb(21, 21, 21);
    min-width: 1200px;
}

.f_bcont {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.f_bcont>div {
    width: 23%;
    margin: 1%;
    float: left;
}

.f_bcont>div img {
    width: 50px;
    float: left;
}

.f_bcont>div div {
    width: calc(100% - 60px);
    float: right;
}

.f_bcont>div p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.f_bq {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

.color1 {
    color: #3a9661;
    margin-right: 40px;
}

.banner2 {
    width: 100%;
    min-width: 1200px;
    border-bottom: 4px solid #1a984a;
}

.banner2 img {
    width: 100%;
}

.i_t11 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-top: 60px;
    text-shadow: 0 0 1px;
    color: #188246;
}

.i_t12 {
    margin: 5px 0 15px;
    font-size: 24px;
    color: #BCBCBC;
    display: block;
    text-align: center;
}

.i_line2 {
    width: 20px;
    height: 2px;
    background-color: #3a9661;
    margin: 0 auto 30px;
}

.a_ct {
    margin: 30px 0;
}

.a_t1 {
    font-size: 16px;
    color: #363636;
    letter-spacing: 0.63px;
    line-height: 32px;
    text-align: justify;
    margin-top: 14px;
    text-indent: 2em;
}

.a_ci {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.a_ci img {
    width: 295px;
    margin: 0 30px;
}

.a_bimg {
    width: 100%;
}

.a_bimg img {
    width: 100%;
}

.a_bimg>img:first-child {
    border-bottom: 4px solid #1a984a;
}

.p_tabs1 li img {
    width: 83px;
    margin-bottom: 10px;
    display: none;
}

.p_tabs1 li {
    float: left;
    padding: 0 20px;
    margin: 0 60px;
    cursor: pointer;
}

.p_tl {
    float: left;
    width: 210px;
    padding-left: 20px;
    box-sizing: border-box;
}

.p_tr {
    float: right;
    width: 850px;
}

.p_tabs2 {
    width: 100%;
}

.p_tabs2 li {
    width: 100%;
    font-size: 18px;
    color: #757575;
    letter-spacing: 0.7px;
    line-height: 25px;
    padding-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 40px;
    padding-top: 4px;
    cursor: pointer;
}

.p_tabs2 li:hover {
    background-image: url('../images/bg5.png');
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 120px;
    color: #3a9661;
}

.p_tabs2 li.p_ative2 {
    background-image: url('../images/bg5.png');
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 120px;
    color: #3a9661;
}

.p_tody2 {
    width: 100%;
}

.p_tody2>div {
    width: 46%;
    height: 275px;
    margin: 2%;
    float: left;
}

.p_tody2>div:first-child {
    display: block;
}

.p_tody2>div a {
    width: 100%;
    display: inline-block;
    box-shadow: 1px 1px 3px #888888;
    position: relative;
    overflow: hidden;
}

.p_p1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.p_p1 img {
    height: 275px;
    display: block;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.p_p1 p {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.55);
    line-height: 36px;
    width: 100%;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.p_p2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    text-align: center;
    border: 3px solid #1a984a;
    box-sizing: border-box;
}

.p_t1 {
    font-size: 22px;
    color: #FFF;
    margin-top: 40px;
    font-weight: bold;
}

.p_t2 {
    font-size: 14px;
    color: #FFF;
    padding: 20px 0 30px;
}

.p_t3 {
    display: inline-block;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    color: #FFF;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 20px;
}

.p_tody2>div:hover .p_p2 {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.p_tody2>div:hover .p_p1 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.p_tody2>div:hover .p_p1 p {
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.n_cont {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.title1 i {
    float: left;
    width: 5px;
    height: 30px;
    background-color: #188246;
    margin: 7px;
}

.title1 p {
    font-size: 32px;
    color: #000000;
    padding: 0 10px;
    float: left;
}

.title1 div {
    font-size: 20px;
    color: #757575;
    padding-top: 4px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
    float: right;
    width: 980px;
}

.n_mcont {
    width: 100%;
}

.n_mcont li {
    width: 49%;
    margin: 2% 2% 2% 0;
    float: left;
    background-color: #EEE;
    padding: 25px;
    box-sizing: border-box;
}

.n_mcont li:nth-child(2n) {
    margin-right: 0%;
}

.p_p3 {
    line-height: 26px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}

.p_p4 {
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p_p5 {
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 30px 0;
}

.p_btn1 {
    width: 120px;
    height: 30px;
    font-size: 16px;
    background-color: #369136;
    color: #FFF;
    text-align: center;
    display: block;
    line-height: 30px;
    margin-top: 10px;
    box-shadow: 2px 2px 2px -2px #EA670B;
    letter-spacing: 4px;
    border-radius: 5px;
}

.pages1 {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.pages1 span {
    color: #666;
    font-size: 14px;
    margin: 4px;
    display: inline-block;
}

.pages1 a {
    color: #666;
    font-size: 14px;
    margin: 4px;
    display: inline-block;
}

.pages1 a:hover {
    color: #ee8600;
}

.pages1 .pa_active {
    color: red;
}

.p_inp1 {
    border: 1px solid #e6e6e6;
    width: 30px;
    height: 30px;
    margin-top: -3px;
    text-align: center;
    color: red;
}

.p_inp2 {
    color: #666;
    font-size: 14px;
    margin: 2px;
    display: inline-block;
    background-color: transparent;
}

.x_cont {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.x_tody1 {
    width: 100%;
}

.x_tody1>div {
    width: 44%;
    margin: 3%;
    float: left;
    overflow: hidden;
    box-shadow: 1px 1px 3px #888888;
    border-radius: 10px;
}

.x_tody1>div a {
    width: 100%;
    display: inline-block;
}

.x_timg {
    width: 100%;
    height: 357px;
    overflow: hidden;
}

.x_timg img {
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 0.5s;
}

.x_timg img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.x_txq {
    padding: 30px;
}

.x_t1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    font-size: 24px;
    color: #188246;
    letter-spacing: 0.94px;
    height: 61px;
    line-height: 61px;
    box-sizing: border-box;
    border-bottom: 1px solid #F0F0F0;
    border-top: none;
    background-color: #FFF;
    text-align: left;
}

.x_t2 span {
    display: block;
    width: 50%;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.7px;
    float: left;
    text-align: left;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.x_xx {
    text-align: center;
    padding: 20px 0;
}

.x_xx img {
    width: 35px;
}

.x_ck {
    width: 100%;
    margin: 40px auto 60px;
}

.x_ck li {
    float: left;
    width: 255px;
    height: 255px;
    margin: 0 12px 24px;
    overflow: hidden;
    box-shadow: 1px 1px 3px #888888;
    border-radius: 10px;
}

.x_ck li img {
    height: 100%;
    margin: 0 auto;
    transition: 0.5s;
}

.x_ck li img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.c_cont {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

.c_t1 {
    font-size: 32px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #979797;
    margin: 60px 0 30px;
}

.c_lxwm {
    padding-bottom: 40px;
}

.map {
    float: left;
    width: 743px;
    border: 1px solid #cdcdcd;
}

.map img {
    width: 100%;
}

.c_lr {
    float: right;
    width: 335px;
}

.c_lr p {
    font-size: 16px;
    color: #757575;
    letter-spacing: 0.63px;
    margin-bottom: 35px;
}

.c_zplr {
    background-color: #E8E8E8;
    border-radius: 11px;
    margin: 20px 0;
    padding: 29px 41px 48px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #5E5E5E;
    line-height: 27px;
}

.c_dd {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #308F59;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}

.c_zp {
    padding: 40px 0 30px;
    overflow: hidden;
}

.c_zp p {
    font-size: 20px;
    color: #1F1F1F;
    letter-spacing: 0.78px;
    line-height: 27px;
    float: left;
}

.c_btn {
    width: 20px;
    float: right;
    cursor: pointer;
}

.c_btn img {
    width: 100%;
    display: none;
}

.c_btn img:first-child {
    display: block;
}

.xw_t1 {
    text-align: left;
    font-size: 32px;
    color: #202020;
    letter-spacing: 1.25px;
    line-height: 44px;
    margin: 40px 0 10px;
}

.xw_t2 {
    text-align: left;
    font-size: 18px;
    color: #757575;
    letter-spacing: 0.7px;
    line-height: 25px;
    background-color: #FFF;
    padding: 10px 0;
}

.xw_cont {
    width: 100%;
    padding: 30px 0;
}

.pages2 {
    width: 100%;
    text-align: center;
}

.pages2 a {
    font-size: 18px;
    color: #666;
    margin: 0 10px;
}

.pages2 a:hover {
    color: #ee8600;
}

.break {
    background-color: #EEE;
    padding: 8px 0;
}

.break a {
    color: #666;
    font-size: 14px;
}

.break a:hover {
    color: #ee8600;
}

.break2 {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.p_line {
    width: 5px;
    height: 30px;
    background-color: #188246;
    margin: 0 10px;
    float: left;
}

.p_back {
    font-size: 24px;
    color: #000000;
    float: left;
    line-height: 30px;
}

.p_back2 {
    font-size: 20px;
    color: #666;
    float: left;
    line-height: 30px;
}

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

.p_t4 {
    font-size: 28px;
    color: #666;
    font-weight: bold;
    padding: 50px 0;
}

.pr_top {
    width: 100%;
    border: 1px solid #E6E6E6;
    padding-top: 20px;
    margin-bottom: 0px;
}

.pr_tt {
    padding: 0 30px 20px;
    border-bottom: 1px solid #E6E6E6;
}

.pr_ttl {
    width: 270px;
    float: left;
}

.pr_ttl img {
    width: 100%;
}

.pr_ttr {
    width: 685px;
    float: right;
}

.p_t5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 48px;
    color: #CBCBCB;
    padding: 20px 0 30px;
    font-weight: bold;
}

.p_t6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 26px;
    color: #434343;
}

.pr_list {
    width: 100%;
}

.pr_list ul li {
    float: left;
    border-right: 1px solid #E6E6E6;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
}

.pr_list ul li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    color: #757575;
    box-sizing: border-box;
}

.pr_list ul li a:hover {
    color: #fff;
    background-color: #1d6741;
}

.pr_bott {
    width: 1200px;
    padding-bottom: 60px;
    margin: 0 auto;
}

.pr_bott img {
    width: 100%;
}

.d_t1 {
    font-size: 28px;
    color: #757575;
    padding: 30px 0;
}

.d_t1 span {
    background-color: #1d7e45;
    width: 3px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
}

/* 10.31 */
.sea_cont {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.s_t1 {
    text-align: center;
    padding: 10px 0;
    color: #188246;
    font-size: 28px;
}

.s_t1 span {
    color: #999;
    font-size: 28px;
}

.sea_lists {
    width: 100%;
}

.sea_lists li {
    float: left;
    width: 23.5%;
    margin-right: 1%;
}

.sea_lists li:nth-child(4n) {
    margin-right: 0%;
}

.sea_lists li a {
    width: 100%;
    display: inline-block;
}

.sea_img {
    width: 100%;
}

.sea_img img {
    width: 100%;
}

.sea_lists li a p {
    background: #dddddd;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: bold;
}

.sea_lists li:hover p {
    color: #ffea00;
    background: #199849;
}

.c_zpzwi {}

.no {
    display: none;
}

@media screen and (min-width: 200px) and (max-width:800px) {
    .container {
        width: 100%;
    }

    .open_mnav {
        display: block;
    }

    .mfoot {
        display: flex;
    }

    body {
        padding-bottom: 56px;
        padding-top: 75px;
    }

    .h_search,
    .h_ewm,
    .h_nav {
        display: none;
    }

    .h_top {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    /* content */
    .s_banner {
        width: 100%;
        min-width: auto;
    }

    .i_wdhb {
        min-width: auto;
    }

    .i_hblb {
        padding: 20px 0;
    }

    .i_t3 {
        margin: 0 auto 20px;
    }

    .i_t1 {
        padding-top: 20px;
    }

    .bg1 {
        height: 200px;
    }

    .i_ljwm {
        width: 100%;
    }

    .i_t4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    .i_t5 {
        margin-bottom: 20px;
    }

    .i_t5 hr {
        display: none;
    }

    .i_t6 p {
        font-size: 16px;
        color: #757575;
        letter-spacing: normal;
        text-align: justify;
        line-height: 26px;
        text-indent: 2em;
    }

    .i_dzpp {
        background-image: url(../images/bg3.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: auto;
        width: 100%;
        min-width: auto;
    }

    .i_dzcont {
        padding-top: 20px;
    }

    .i_t7 {
        font-size: 26px;
        color: #FFFFFF;
        letter-spacing: normal;
        margin-bottom: 5px;
        line-height: 36px;
        font-weight: normal;
        text-align: center;
        padding-top: 20px;
    }

    .i_ditem {
        width: 46%;
        margin: 2%;
    }

    .i_dzi2 img {
        width: 50px;
        padding: 10px 0;
    }

    .i_line {
        height: 25px;
        margin: 10px auto;
    }

    .bg2,
    .bg3 {
        height: 200px;
    }

    .i_zzry {
        width: 100%;
    }

    .i_t11 {
        text-align: center;
        font-size: 26px;
        font-weight: normal;
        letter-spacing: 4px;
        margin-top: 20px;
        text-shadow: 0 0 1px;
        color: #188246;
    }

    .i_t12 {
        margin: 5px 0 15px;
        font-size: 18px;
        color: #BCBCBC;
        display: block;
        text-align: center;
    }

    .i_zz {
        padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .i_zz li {
        width: 46%;
        height: auto;
        box-sizing: border-box;
        margin: 2%;
    }

    .i_zz li:first-child {
        width: 46%;
        height: auto;
        box-sizing: border-box;
        margin: 2%;
    }

    .i_xwzx {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .i_xwl {
        width: 96%;
        margin: 2%;
        float: left;
    }

    .dowebok {
        min-width: auto;
    }

    .i_xwlimg {
        height: auto;
    }

    .i_xwr {
        width: 100%;
        float: left;
    }

    .i_xwri {
        display: table;
        margin-bottom: 20px;
        height: auto;
    }

    .i_cpzx {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .i_tabs2 {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        padding: 20px 0;
        overflow: hidden;
    }

    .i_tabs2 li {
        width: 29.33%;
        margin: 2%;
        float: left;
        padding: 0;
    }

    .i_tabs2 li img {
        width: 100%;
    }

    .i_tody2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .i_tol {
        width: 100%;
        float: left;
        height: auto;
        padding: 0 2%;
    }

    .i_tor {
        width: 96%;
        margin: 2%;
        padding: 2%;
        height: auto;
    }

    .s_cp img {
        height: auto;
        margin: 0 auto;
        display: block;
        transition: 0.5s;
        width: 100%;
    }

    .f_top {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .f_t1,
    .f_t2,
    .f_t3,
    .f_t4,
    .f_ta {
        display: none;
    }

    .f_t5 {
        width: 100%;
    }

    .f_bottom {
        min-width: auto;
    }

    .f_bcont {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .f_bcont>div {
        width: 96%;
        margin: 2%;
        float: left;
    }

    .f_bcont>div p {
        font-size: 14px;
        color: #fff;
        line-height: 20px;
    }

    .f_bcont>div img {
        width: 40px;
        float: left;
    }

    .f_bq {
        width: 100%;
        font-size: 12px;
        padding: 10px 0;
    }

    .i_xwrir {
        padding: 0 5px;
    }

    .i_xwril {
        padding: 0 10px;
    }

    .banner2 {
        min-width: auto;
    }

    .a_ci img {
        width: 295px;
        margin: 10px;
    }

    .c_cont {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .title1 p {
        font-size: 24px;
    }

    .title1 i {
        height: 20px;
    }

    .title1 div {
        display: none;
    }

    .c_t1 {
        font-size: 26px;
        margin: 20px 0;
    }

    .c_lxwm {
        padding-bottom: 20px;
    }

    .map {
        width: 100%;
        box-sizing: border-box;
    }

    .c_lr {
        width: 96%;
        margin: 2%;
    }

    .c_lr p {
        margin-bottom: 15px;
    }

    .c_zp {
        padding: 10px;
    }

    .c_zplr {
        padding: 10px;
    }

    .n_cont {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .xw_t1 {
        text-align: left;
        font-size: 26px;
        color: #202020;
        letter-spacing: 1.25px;
        line-height: 30px;
        margin: 20px 0;
    }

    .break2 {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .p_back {
        font-size: 20px;
    }

    .p_t4 {
        font-size: 26px;
        color: #666;
        font-weight: bold;
        padding: 20px 0;
    }

    .pr_cont {
        width: 100%;
        margin: 0 auto;
    }

    .pr_tt {
        padding: 10px;
        border-bottom: 1px solid #E6E6E6;
    }

    .pr_ttl {
        width: 100%;
        float: left;
    }

    .pr_ttr {
        width: 100%;
        float: right;
    }

    .pr_top {
        padding-top: 0px;
    }

    .p_t5 {
        font-size: 30px;
        padding: 20px 0;
    }

    .p_t6 {
        font-size: 22px;
    }

    .d_t1 {
        font-size: 20px;
        color: #757575;
        padding: 20px 0;
    }

    .pr_list ul li a {
        font-size: 14px;
    }

    .p_tl {
        float: left;
        width: 100%;
        padding-left: 0px;
        box-sizing: border-box;
    }

    .p_tr {
        float: right;
        width: 100%;
    }

    .p_tody2>div {
        width: 96%;
        height: auto;
        margin: 2%;
        float: left;
    }

    .p_tabs2 li {
        padding-left: 20px;
        box-sizing: border-box;
    }

    .color1 {
        color: #3a9661;
        margin-right: 20px;
    }

    .sea_cont {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .sea_lists li {
        float: left;
        width: 46%;
        margin: 2%;
    }

    .sea_lists li:nth-child(4n) {
        margin-right: 2%;
    }

    .pr_bott {
        width: 100%;
        padding-bottom: 20px;
    }

    .h_tel {
        float: right;
        font-size: 14px;
        font-weight: bold;
        margin-top: 6px;
        margin-left: 10px;
    }

    .h_tel{
        display: none;
    }
}