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;
    font-family: "微软雅黑";
}

body {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

.clear {
    clear: both;
}



.lby2 ul li {
    min-height: 230px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

.lby2 {
    margin-bottom: 30px
}

.lby2l {
    width: 16%;

    float: left;
    height: 0;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;


}

.lby2l em {
    background-position: center top;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.lby2 ul {
    margin-top: 30px
}





.lby2r {
    width: 80%;
    float: right;
}

.lby2r h2 {
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
}

.lby2r h3 {
    font-size: 14px;
    color: #cccccc;
}

.lby2r p {
    font-size: 14px;
    color: #666666;
    padding-top: 5px;
    line-height: 24px;
}





.skydt img {
    width: 100%
}

.ewm li {
    width: 100px;
    float: left;
    margin: 0px 12px;
    text-align: center;
    color: #fff;
}

.ewm li img {
    width: 100%;
}

.ewm {
    padding-top: 20px;
}

.ewm li p {
    padding: 10px 0
}



.sliderbutton.next {
    right: -80px;
}

.sliderbutton.prev {
    left: -80px;
}

.sliderbutton {
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 9;
    color: #59A97A;
    font-size: 34px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    *background-color: #fff;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}








.mainWrap {
    width: 1000px;
    margin: auto;
}

.topimgslider a {
    display: block;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 490px;
	overflow: hidden;*/
    position: relative;
}

.topimgslider a .mainWrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
}

.topimgslider a span {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 80px;
    border-top: 2px solid #017138;
    font-size: 24px;
    text-indent: 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 0;
}

.topimgslider a span b {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    opacity: 0.85;
    filter: alpha(opacity=85);
    left: 0;
    top: 0;
}

.topimgslider a img {
    width: 100%;
    height: 300px;
}


.slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background: #A8B3C6;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin: 0 8px;
    outline: medium none;
    padding: 0;
    width: 12px;
}

.slick-dots li.slick-active button {
    background: #017138;
}




























.sjlb {
    display: none
}


.header {
    width: 100%;
    min-height: 120px;
    background: #fff
}

.header-l {
    margin: 32px 0;
}

.header-r {
    float: right;
    margin-top: 0;
}

.header-r ul {
    float: right;
}

.header-r ul li {
    float: left;
    height: 30px;
    width: 100px;
    background: #B9B9B9;
    line-height: 30px;
    text-align: center;
}

.header-r ul li a {
    color: #FFFFFF;
    font-size: 14px;
}

span.search {

    position: relative;
    display: inline-block;
    width: 225px;
    float: right;
    background-color: #00712F;
    height: 30px;
    border: 1px solid #00712F;
    margin-top: 30px;
}

.search-txt {

    width: 188px;
    height: 28px;
    margin-right: 4px;
    background-color: #fff;
}

span.search input {
    border: none;
    outline: none;
    vertical-align: 0px;
    vertical-align: middle;
    float: left;

}

#search-bt {
    width: 29px;
    height: 28px;
    text-indent: -999px;
    background: url(../img/ss.png) no-repeat center;
    overflow: hidden;
    cursor: pointer;

}

span.search input {
    border: none;
    outline: none;
    vertical-align: 0px;
    _vertical-align: middle;
    float: left;
}

/*main-0*/
.main-0 {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}

.main-0l {
    width: 48%;
    float: left;
}

.main-0r {
    width: 48%;
    float: right;
}

.main-0 h2 {
    font-size: 30px;
    padding-left: 24px;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 20px;
    border-left: 3px solid #017138;
}

.main-0 h2 a {
    font-size: 20px;
}



.main-1 {
    width: 100%;
    min-height: 770px;
    background: #F0F0E1;
}

.main-1 h2 {
    font-size: 36px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.main-1 hr {
    margin-top: 0px;
    width: 60px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #00712F;
}

.main-1s {
    margin: 20px 0;
    margin-bottom: 35px;
}

.main-1s ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    background: #FFFFFF;
    min-height: 290px;
}

.main-1s ul li p {
    font-size: 16px;
    padding: 17px;
}

.main-1t {
    width: 100%;
    height: 0;
    padding-bottom: 190px;
    overflow: hidden;
    position: relative;
}

.main-1t em {
    background-position: center top;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.main-1x ul li {
    height: 60px;
    float: left;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 20px;
}



.rq {
    width: 60px;
    height: 60px;
    float: left;
    border-right: 1px dashed #00712F;
}

.r {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}

.ny {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.main-1xy {
    padding-left: 75px;
    font-size: 16px;
    line-height: 30px;
}

.gd {
    width: 180px;
    height: 40px;
    border-radius: 10px;
    background: #59A97A;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
}

.gd a {
    color: #FFFFFF;
}













.imglist {}


.imglist ul {
    margin-top: 25px;
}

/*
.imglist li
{
	float: left;
	width: 25%;
	
}
*/
.imglist li a {
    margin: 0 20px;
    display: block;

}


.imglist li a h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.imglist li a .time {
    color: #666666;
    display: block;
    margin: 10px 0 10px 0;
    text-indent: 2em;
    font-size: 14px;

}

.imglist li a p {
    font-size: 18px;
    text-indent: 1em;
    line-height: 2em;
    color: #273238;
    height: 72px;
    overflow: hidden
}

.imglist li a i {
    color: #ccc;
    font-size: 20px;
}

.imglist li a .location {
    color: #5a7f93;
    font-size: 13px;

}

.imglist li a .location i {
    font-size: 14px;
}

.imglist li a img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 6px #fff solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    float: left;


}

.imglist li a:hover h3 {
    color: #f9461d;
}

.imglist li a:hover img {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.imglist .slick-dots {
    position: absolute;
    bottom: -5px;
    width: 100%;
    text-align: center;
}

.imglist .slick-dots li {
    display: inline-block;
}

.imglist .slick-dots li button {
    background: #A8B3C6;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin: 0 8px;
    outline: medium none;
    padding: 0;
    width: 12px;
}

.imglist .slick-dots li.slick-active button {
    background: #f9461d;
}

.main-2 {
    min-height: 480px;
    background: url(../img/xsbgbj.png);
    width: 100%;
}

.yc {
    padding-top: 15px;
    margin-left: 130px;
}

.time {
    background: url(../img/rlxtb.png)no-repeat 1%;
}

.wz {
    background: url(../img/wzxtb.png)no-repeat 1%;
    padding-left: 2em;
    display: block;
    color: #666666
}

.zy-banner img {
    width: 100%
}


.main-2 h2 {
    font-size: 36px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.main-2 hr {
    margin-top: 0px;
    width: 60px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #00712F;
}


.main-3 {
    min-height: 490px;
    width: 100%;
    background: #F1F1F1;
}

.main-3 h2 {
    font-size: 36px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.main-3 hr {
    margin-top: 0px;
    width: 60px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #00712F;
}




.main-3n ul li {
    height: 60px;
    float: left;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 20px;
    font-size: 15px
}



.rq1 {
    width: 60px;
    height: 60px;
    float: left;
    border: 1px solid #0F682E;
}

.r1 {
    width: 58px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #0F682E;
    background: #FFFFFF;
}

.ny1 {
    width: 58px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background: #0F682E;
    color: #FFFFFF;
}

.main-3ny {
    padding-left: 75px;
    line-height: 30px;
    font-size: 16px;
}

.main-3n {
    margin-top: 15px;
}



.foots {
    min-height: 320px;
    width: 100%;
    background: #0F682E;
}


.footx {
    min-height: 70px;
    background: #18502E;
}

.footx p {
    text-align: center;
    color: #FFFFFF;
    padding: 7px;
}

.footsz ul li {
    width: 33%;
    float: left;
    margin-right: 0.5%;
}

.footsz ul li a {
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    padding-bottom: 15px;
}

.footsz ul li h4 {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 15px;
}

.footsz ul {
    padding-top: 25px;
}

.footsy ul li {
    width: 250px;
    height: 47px;
    background: #B29873;
    text-align: center;
    line-height: 47px;
    border-radius: 15px;
    margin: 30px auto;
}

.footsy ul li a {
    color: #FFFFFF;
}

.footsy ul {
    padding-top: 25%;
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 19%;
}

.footsy b {
    background: url(../img/dlg.png) no-repeat;
    width: 459px;
    height: 418px;
    position: absolute;
    right: -35px;
    top: -28px;
    z-index: 0;
}




.icon-quote-left {
    width: 19px;
    height: 17px;
    background: url(../img/dhz.png);
    float: left;
    display: block;
}

.icon-quote-right {
    width: 19px;
    height: 17px;
    background: url(../img/dhy.PNG);
    float: right;
    display: block;
}





.main-zyrs {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #CBCBCB;
}

.main-zyrs h2 {
    float: left;
    line-height: 60px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.main-zyrs small {
    float: right;
    line-height: 60px;
    font-size: 12px;
    color: #878787;
    height: 60px;
    max-width: 40%;
    overflow: hidden;
}

.main-zyrs small a {
    margin: 0 5px;
    font-size: 12px;
    color: #878787;
}




.nr h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0;
}

.nr h3 {
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin: 10px 0;
}

.nr img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 20px auto
}

.nr p {
    text-indent: 2em;
    line-height: 32px;
    font-size: 14px;
}

.turn_page {
    padding: 35px 0;
}

.turn_page li {
    line-height: 24px;
    margin-bottom: 15px;
}

.turn_page li a {
    color: #333;
    font-size: 14px;
}

.turn_page li a:hover {
    color: #f76a30;
}

.tup,
.nr,
.ejlist,
.dpzws,
.szdw {
    margin-bottom: 100px;
}




.ejlistn {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    padding-top: 30px
}

.line02 {
    position: absolute;
    left: 10%;
    top: 0;
    height: 105%;
    width: 2px;
    background-color: #DDDDDD;
    margin-left: -1px;
}

.ejlistn ul li {
    height: 125px;
    margin-bottom: 30px;
}

.ejlistl {
    width: 10%;
    float: left;
}

.ejlistr {
    float: right;
    width: 90%;
    position: relative;
}

.ejlistrd {
    width: 26px;
    height: 15px;
    display: block;
    position: absolute;
    background-image: url(../img/ejlisthd.png);
    background-repeat: no-repeat;
    left: -8px;
    top: 55px;
}

.ejlistr h2 {
    font-size: 18px;
    padding: 22px 0;
    padding-left: 12px
}

.ejlistr p {
    font-size: 14px;
    color: #AAAAAA;
    line-height: 25px;
    padding-left: 12px
}

.r {
    font-size: 18px;
    font-weight: bold;
    color: #00712F;
}

.ny {
    font-size: 14px;
    color: #00712F;
}

.ejlistln {
    width: 60px;
    height: 35px;
    margin: 40% 20%;
    text-align: right;
}

.ejlistrn {
    margin-left: 18px;
    height: 125px;
}

.ejlistn ul li:hover .ejlistrn {
    border-left: 2px solid #00712F;
    box-shadow: 0px 2px 3px 2px rgba(178, 178, 178, 0.8);
}

.ejlistn ul li:hover .ejlistrd {
    background-image: url(../img/ejlmlistcd.png);
}

.ejlistn ul li:hover .ejlistrn h2 {
    font-weight: bold;
    color: #00712F;
}



.lby {
    margin-bottom: 100px;
}

.lby ul li {
    margin: 10px 0;
    line-height: 30px;
    background: url(../img/dian.png)no-repeat 1%;
    text-indent: 2em;
}

.lby ul li img {
    margin: 5px;
}

.lby ul li small {
    float: right;
}

.lby ul li a {
    font-size: 14px;
}

.lby ul li a:hover {
    color: #1295D8;
}




.main-zyz h2 {
    width: 100%;
    height: 100px;
    background: url(../img/lmbj.png)no-repeat;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    color: #FFFFFF;
}

.main-zyz ul li {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #F4F4F4;
    border-bottom: 1px solid #DBDBDB;
}

.main-zyz ul li a {
    font-size: 20px;
    color: #000000;
}

.dpzw p {
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    line-height: 2em;
    margin: 20px 0;
}

.main-zy {
    margin-top: 30px;
}


.catalog {
    background: #f2f2f2;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}

.pepolelist li {
    float: left;
    width: 20%;
    font-size: 16px;
    padding: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pepolelist {
    padding-top: 20px;
    margin: 0 40px;
}

.subcatalog {
    font-size: 16px;
    color: #1692c6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-left {
    width: 48%;
    float: left;
}

.main-center {
    float: left;
    width: 48%;
    margin-left: 3.5%;
}

.main-right {
    width: 31%;
    float: right;
}

.fl {
    float: left;
}

.xyml_wrap {
    padding: 30px 0;
}

.xyml_wrap ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.xyml_wrap ul li a {
    display: block;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    font-size: 15px;
    color: #525252;
    line-height: 42px;
}

.xyml_wrap ul li a:before {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -6px;
    background: url(../img/xyml_arrow.png) no-repeat left top;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.xyml_wrap ul li a:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 18px;
    top: 0;
    background: #d2d2d2;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.xyml_wrap ul li a:hover {
    color: #0873bd;
    border-color: #0873bd;
}

.xyml_wrap ul li a:hover:before {
    background-position: left bottom;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.xyml_wrap ul li a:hover:after {
    background: #0873bd;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}


@media screen and (max-width: 1400px) {}


@media screen and (max-width: 1280px) {}


@media screen and (max-width: 1000px) {
    .topimgslider a .mainWrap {
        padding: 0;
        margin-left: 0;
        left: 0;
        width: 100%;
    }

    .topimgslider a span {
        line-height: 3em;
        font-size: 20px;
    }

    .topimgslider a span {
        box-sizing: border-box;
        padding: 0 25px;
        text-indent: 0;
    }

}


@media screen and (max-width: 767px) {


    .lby2l {
        width: 40%;
        float: none;
        height: 0;
        padding-bottom: 175px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    .lby2r {
        width: 100%;
        float: none;
    }





    .header-r {
        display: none;
    }

    .header {
        min-height: auto;
    }

    .main-1s ul li {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        background: #FFFFFF;
        min-height: 290px;
    }

    .main-1x ul li {
        height: 60px;
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
        font-size: 15px
    }

    .gd {
        margin-bottom: 25px;
    }

    .main-3n ul li {
        height: 60px;
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .footsy ul {
        padding-top: 0;
        position: relative;
        left: 0;
    }

    .main-zyz {
        display: none
    }

    .xyml-left-lm {
        display: block;
    }

    .main-zyz h2 {
        background: url(../img/lmbj.png);
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .main-zyz ul li a {
        font-size: 16px;
    }


    .sjlb {
        display: block
    }

    .ejlist {
        display: none
    }

    .main-0l,
    .main-0r,
    .main-left,
    .main-center,
    .main-right {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .xyml_wrap ul {
        grid-template-columns: repeat(2, 1fr);
    }
}