.se_banner {
    margin: 0 auto;
    height: 564px;
    max-width: 1900px;
    background: url('../image/se_banner.jpg') no-repeat;
}

.se_way {
    position: relative;
    width: 100%;
    background-color: #ececec;
    height: 100px;
}

.se_way .se_container {
    height: 100px;
    padding: 30px 0;
}

.se_way .se_dhzx,
.se_way .se_xxzx {
    /* display: flex; */
    padding: 0 2%;
    /* cursor: pointer; */
    float: left;
    width: 48%;
}

.se_way .se_dhzx img,
.se_way .se_xxzx img {
    margin-right: 20px;
    float: left;
}

.se_way .se_dhzx {
    border-right: 1px solid #d5d5d5;
    /* text-align: right; */
}

.se_way .se_dhzx .se_title,
.se_way .se_xxzx .se_title {
    /* float: right; */
}

.se_way .se_dhzx .se_title .se_title_item,
.se_way .se_xxzx .se_title .se_title_item {
    font-size: 24px;
    color: #2f2f2f;
    font-weight: 700;
}

.se_way .se_dhzx span,
.se_way .se_xxzx span {
    color: #12843e;
}

.se_way .se_dhzx .se_tag,
.se_way .se_xxzx .se_tag {
    font-size: 16px;
    color: #8c8c8c;
}

.se_law_zj {
    text-align: center;
    padding: 80px 0 105px;
}

.se_law_zj h2 {
    font-weight: 700;
    font-size: 40px;
    color: #343434;
}

.se_law_zj h2 span {
    color: #027d32;
}

.se_law_zj p {
    color: #a5a5a5;
    font-size: 12px;
    margin-top: 17px;
    margin-bottom: 34px;
}


/* è½®æ’­å›¾ */

.carousel {
    position: relative;
    width: 1900px;
    margin: 0 auto;
}

.carousel .swiper {
    height: 260px;
    width: 1583px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-wrapper {
    padding: 10px 0;
}

.carousel .swiper .swiper-slide {
    height: 250px !important;
    width: 380px !important;
    display: flex;
    background: #eeeeee;
    margin-right: 16px;
    float: left;
    cursor: pointer
}

.carousel .swiper .swiper-slide img {
    height: 250px;;
}

.carousel .swiper .swiper-slide:hover .se_detail .se_zx_button,
.carousel .swiper .swiper-slide:hover .se_detail .se_zx_button .iconfont {
    background-color: #f6850d;
    color: #fff;
}

.carousel .swiper .swiper-slide .se_detail {
    padding: 34px 15px 15px;
    text-align: left;
    float: left;
    height: 100%;
}

.carousel .swiper .swiper-slide img {
    float: left;
}

.carousel .swiper .swiper-slide .se_detail h3 {
    font-size: 17px;
    color: #f6850d;
    font-weight: 700;
}

.carousel .swiper .swiper-slide .se_detail h3 span {
    color: #027d32;
}

.carousel .swiper .swiper-slide .se_detail .jieshao {
    margin: 20px 0;
}

.carousel .swiper .swiper-slide .se_detail .jieshao p {
    font-size: 14px;
    color: #5f6867;
    margin: 0 0 10px;
    line-height: 1em;
    text-align: left;
}

.carousel .swiper .swiper-slide .se_detail .se_year {
    display: block;
    color: #555e5d;
    font-size: 13px;
    margin-bottom: 10px;
}

.carousel .swiper .swiper-slide .se_detail .se_zx_button {
    margin: 0 auto;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    color: #595854;
    cursor: pointer;
}

.carousel .swiper .swiper-slide .se_detail .se_zx_button .iconfont {
    font-size: 14px;
    color: #595854;
}

.carousel .swiper .swiper-slide .se_detail .se_zx_button:hover,
.carousel .swiper .swiper-slide .se_detail .se_zx_button:hover .iconfont {
    background-color: #f6850d;
    color: #fff;
}

.carousel .swiper .swiper-slide:hover img {
    box-shadow: 0px 0px 8px #ccc;
}

.carousel .se_left,
.carousel .se_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.carousel .se_right {
    right: 90px;
}

.carousel .se_left {
    left: 90px;
}

.carousel .se_left .iconfont,
.carousel .se_right .iconfont {
    font-size: 16px;
    color: #9f9e9e;
    outline: none;
}

.carousel .se_left:hover,
.carousel .se_right:hover {
    background-color: #027d32;
}

.carousel .se_left:hover .iconfont,
.carousel .se_right:hover .iconfont {
    color: #fff;
}

.se_fw_content {
    position: relative;
    height: 725px;
    background-size: contain;
    text-align: center;
    padding-top: 103px;
    margin-bottom: 223px;
}

.se_fw_content .se_pic {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    height: 430px;
    top: -30px;
    overflow: hidden;
    z-index: -1;
}

.se_fw_content .se_img {
    /* position: absolute;
    top: -120px;
    left: 50%; */
    margin: 0 auto;
    /* margin-left: -50%; */
    width: 100%;
    min-height: 430px;
    z-index: -1;
}

.se_fw_content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.se_fw_content h2 span {
    color: #f6840d;
}

.se_fw_content .se_tag {
    color: #969798;
    font-size: 14px;
    margin: 16px 0 37px;
}

.se_fw_content .se_fw_content_item {
    box-shadow: 0px 10px 12px -3px #dee2e5;
    width: 1190px;
    height: 536px;
    margin: 0 auto;
}

.se_fw_content .se_fw_content_item li {
    position: relative;
    padding-top: 70px;
    float: left;
    width: 396px;
    height: 268px;
}

.se_fw_content .se_fw_content_item li .top,
.se_fw_content .se_fw_content_item li .right,
.se_fw_content .se_fw_content_item li .bottom,
.se_fw_content .se_fw_content_item li .left {
    position: absolute;
    width: 0;
    height: 0;
    content: none;
}

.se_fw_content .se_fw_content_item li .top {
    right: 0;
    top: 0;
    border-top: 1px solid #f5850d;
    margin-top: 0px;
}

.se_fw_content .se_fw_content_item li:hover .top {
    width: 396px;
}

.se_fw_content .se_fw_content_item li .right {
    right: 0;
    bottom: 0;
    border-right: 1px solid #f5850d;
    margin-right: 0px;
}

.se_fw_content .se_fw_content_item li:hover .right {
    height: 268px;
}

.se_fw_content .se_fw_content_item li .left {
    left: 0;
    top: 0;
    border-left: 1px solid #f5850d;
    margin-left: -2px;
}

.se_fw_content .se_fw_content_item li:hover .left {
    height: 268px;
}

.se_fw_content .se_fw_content_item li .bottom {
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #f5850d;
    margin-bottom: 0px;
}

.se_fw_content .se_fw_content_item li:hover .bottom {
    width: 396px;
}

.se_fw_content .se_fw_content_item li .animate {
    transition: all 0.5s ease-in-out;
}

.se_fw_content .se_fw_content_item li:hover {
    box-shadow: 0 0 8px #ccc;
}

.se_fw_content .se_fw_content_item li:nth-child(odd) {
    background-color: #eeeeee;
}

.se_fw_content .se_fw_content_item li:nth-child(2n) {
    background-color: #fff;
}

.se_fw_content .se_fw_content_item li h3 {
    font-size: 20px;
    font-weight: 700;
    color: #363636;
    margin: 12px 0;
}

.se_fw_content .se_fw_content_item li h3 span {
    color: #f7841a;
}

.se_fw_content .se_fw_content_item li .er_tags {
    margin-bottom: 10px;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    display: block;
    background-color: #f4860b;
}

.se_fw_content .se_fw_content_item li p {
    color: #808080;
}

.se_fw_jieshao {
    height: 590px;
    background-color: #eff4f0;
}

.se_fw_jieshao .se_fwjs_content {
    position: relative;
    margin: 0 auto;
    width: 1206px;
}

.se_fw_jieshao .se_fwjs_content img {
    position: absolute;
    top: -130px;
    left: 0;
}

.se_fw_jieshao .se_fwjs_content .se_fwjs_tag {
    position: absolute;
    top: -165px;
    right: 0;
    padding-top: 100px;
    text-align: center;
    width: 280px;
    height: 270px;
    background-color: #00903a;
    color: #fff;
    box-shadow: 0px 0px 10px 1px #00903a;
}

.se_fw_jieshao .se_fwjs_content .se_fwjs_tag h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.se_fw_jieshao .se_fwjs_content .se_fwjs_tag p {
    color: #c8c8c8;
    font-size: 14px;
}

.se_fw_jieshao .se_fwjs_content .se_text {
    position: absolute;
    top: 210px;
    right: 0px;
    padding-left: 70px;
    width: 687px;
    height: 300px;
    font-size: 16px;
}

.se_fw_jieshao .se_fwjs_content .se_text .se_ljzx {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #00903a;
    cursor: pointer;
}

.se_fw_jieshao .se_fwjs_content .se_text .se_ljzx .se_jt {
    background: url('../image/se_yjh_25.png') no-repeat;
    margin-top: 4px;
    width: 92px;
    height: 1em;
    vertical-align: middle;
    margin-left: 4px;
    float: left;
}

.se_fw_jieshao .se_fwjs_content .se_text .se_ljzx .se_zxtext {
    float: left;
}


/* é®ç½©å±‚ */

.se_mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 477vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.se_js_details {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    /* transform: translate(-50%, -50%); */
    margin-left: -25%;
    width: 1000px;
    background-color: #fff;
    padding-top: 30px;
    overflow: hidden;
}

.se_js_details .se_js_guanbi {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.se_js_details .se_js_guanbi .iconfont {
    font-size: 12px;
}

.se_js_details .se_js_xq {
    display: flex;
    align-items: center;
    height: 294px;
    padding: 30px 20px;
}

.se_js_details .se_title {
    display: flex;
    justify-content: space-between;
    width: 300px;
    color: #999;
}

.se_js_details .se_title h4 {
    float: left;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.se_js_details .se_title span {
    margin-left: 140px;
}

.se_js_details .se_jiaoshou {
    color: #d20f1d;
}

.se_js_details .se_jianjie {
    color: #666;
    font-weight: 600;
}

.se_js_details .se_middle {
    width: 6px;
    height: 50px;
    background: #999;
    margin: 0 25px;
}

.se_js_details .se_js_xq .se_left img {
    height:400px;
}

.se_jinzhi {
    height: 100%;
    overflow: hidden;
}

.se_js_details .se_js_xq .se_left,
.se_js_details .se_js_xq .se_middle,
.se_js_details .se_js_xq .se_right {
    float: left;
    margin: auto 0;
}

.se_js_details .se_js_xq .se_middle {
    margin: 92px 25px;
}

.se_js_details .se_js_xq .se_right {
    width: 738px;
    height: 300px;
    margin: 45px 0;
    overflow: scroll;
    overflow-x: hidden;
}

.se_js_details .se_js_xq .se_xiangqing {
    width: 710px;
    padding-bottom: 20px;
}