@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Impact";
    src: url("../fonts/Impact.woff2") format("woff2"), url("../fonts/Impact.woff") format("woff"), url("../fonts/Impact.ttf") format("truetype"), url("../fonts/Impact.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "STSong";
    src: url("../fonts/STSong.woff2") format("woff2"), url("../fonts/STSong.woff") format("woff"), url("../fonts/STSong.ttf") format("truetype"), url("../fonts/STSong.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}
.banners img{width: 100%}
.box {
    border-radius: 10px
}

.hoverimg {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hoverimg>img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hoverimg:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.phone_list,
.sp_header_wrapper {
    display: none
}

.w1830 {
    width: 1830px;
    margin: 0 auto
}
.public_title_wrap {
    display: table;
    margin: 0 auto;
}
.display_list {
    display: none
}

.w1400 {
    width: 1400px;
    margin: 0 auto
}

.w1573 {
    width: 1573px;
    margin: 0 auto
}

.swiper1 img {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto
}

.swiper1 .pagination {
    bottom: 60px !important
}

.swiper1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    opacity: 1;
    background-color: #fff
}

.swiper1 .swiper-pagination-bullet-active {
    background-color: #079a2c
}



.border {
    width: 100%;
    height: 100%
}

.border::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    background-color: #fff;
    right: 0;
    top: 0
}

.public_title {
    position: relative;
    display: inline-block;
    padding: 0 110px;
    height: 74px;
    border: 2px solid #eee;
    margin: 0 auto;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.public_title.white {
    border-top: transparent
}

.public_title.white::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 0
}

.public_title.white h2 {
    color: #fff
}

.public_title.white b {
    background-color: transparent
}

.public_title::after {
    content: "";
    width: 62px;
    height: 5px;
    background-color: #119446;
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.public_title b {
    font-family: Poppins-Medium;
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    color: #119446;
    background-color: #fff;
    padding: 0 7px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -11%;
    word-break: keep-all;
    white-space: nowrap
}

.public_title h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 74px;
    color: #333333
}

.home1 {
    padding: 85px 0 60px
}

.home1_swiper {
    position: relative;
    margin-top: 47px
}

.home1_swiper .swiper-slide img {
    width: 100%
}

.home1_swiper .swiper-slide {
    overflow: hidden;
}

.home1_swiper .swiper-slide .fade_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

/*.home1_swiper .swiper-slide a:hover::before{content:"";width:100%;height:100%;position:absolute;left:0;bottom:0;background:rgba(0,0,0,0.3)}*/
/*.home1_swiper .swiper-slide a:hover::after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:url(../images/search_icon.png) no-repeat center/32px 32px}*/
/*首页改版*/
.home1_swiper .swiper-slide:hover .fade_msk {
    bottom: 0;
}

.fade_msk {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background: rgba(0, 0, 0, .6);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    transition: .4s
}

.fade_msk a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fade_msk a:first-child {
    margin-right: 15px;
}

.icon_1 {
    display: block;
    width: 35px;
    height: 29px;
    background: url(../images/views.png) no-repeat center/100% 22px;
}

.icon_2 {
    display: block;
    width: 35px;
    height: 29px;
    background: url(../images/kf.png) no-repeat center/29px 100%;
}

.icon_span {
    display: block;
    width: 138px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 12px;
    border: solid 1px #ffffff;
    font-size: 12px;
    color: #fcf7f3;
    margin-top: 14px;
}

.time_wraper {
    position: relative;
    width: 1500px;
    margin: 0 auto;
    padding-bottom: 55px;
}

.time_wraper::before {
    position: absolute;
    left: 0;
    top: 0%;
    content: "";
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear,
    right top, left top,
    from(#ffffff),
    color-stop(45%, #249a54),
    to(#ffffff));
    background-image: linear-gradient(-90deg,
    #ffffff 0%,
    #249a54 45%,
    #ffffff 100%);
}

.homeedit_wrapper .home3_title {
    padding-left: 260px;
}

.home3_title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.home3_title h2 {
    font-size: 28px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
}

.home3_title sup {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 15px;
    color: #249a54;
    margin-left: 5px;
}

.time_online h2 {
    font-size: 19px;
    line-height: 25px;
    color: #333333;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
}

.time_wraper h3 {
    font-size: 16px;
    line-height: 34px;
    color: #249a54;
}

.time_wraper ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.time_wraper li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding-top: 15px;
}

.time_wraper li::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -4px;
    width: 10px;
    height: 10px;
    background-color: #249a54;
    border-radius: 50%;
}

.time_wraper p {
    max-width: 161px;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    text-align: center;
}

.home3_title.mb40 {
    margin-bottom: 40px;
}

/*结束*/
.home1_swiper .prev1,
.home1_swiper .next1 {
    position: static;
    margin-top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    outline: none
}

.home1_swiper .swiper2_style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 56px
}

.home1_swiper .prev1 {
    background: url(../images/pro_left.png) no-repeat center/100% 100%
}

.home1_swiper .next1 {
    background: url(../images/pro_right.png) no-repeat center/100% 100%
}

.home1_swiper .home1_more {
    display: block;
    width: 92px;
    height: 50px;
    background: url(../images/pro_more.png) no-repeat center/100% 100%;
    margin: 0 8px
}

.home2 .home2_wrapper {
    padding-left: 263px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home2 .home2_left {
    margin-right: 57px;
    padding-top: 20px
}

.home2 .home2_left h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    display: inline-block
}

.home2 .home2_left sub {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 34px;
    color: #249a54
}

.home2 .home2_left .home2_wh {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #249a54;
    margin: 40px 0 23px
}

.home2 .home2_left p {
    font-size: 16px;
    line-height: 2;
    color: #666666
}

.home2 .home2_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #249a54;
    height: 286px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home2 .home2_right .wy_title {
    margin: 30px 0 15px
}

.home2 .home2_right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.home2 .home2_right ul li {
    padding: 0 38px;
    text-align: center
}

.home2 .home2_right ul li.wh_line {
    padding: 0;
    width: 39px;
    height: 1px;
    background-color: #e3e3e3;
    opacity: 0.5;
    margin-top: 100px
}

.home2 .home2_right img.wh_img {
    width: 287px;
    height: 286px
}

.home2 .home2_right .wh_icon {
    width: 60px;
    height: 54px;
    margin: 0 auto
}

.home2 .home2_right .wh_icon img {
    width: 100%;
    height: 100%
}

.home2 .home2_right h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    display: inline-block
}

.home2 .home2_right sup {
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    vertical-align: top
}

.home2 .home2_right p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.8
}

.home3 .home3_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home3 .home3_img {
    width: 959px;
    height: 674px
}

.home3 .home3_img img {
    width: 100%;
    height: 100%
}

.home3 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #249a54;
    margin-bottom: 38px
}

.home3 p {
    font-size: 16px;
    line-height: 40px;
    color: #666666
}

.home3 a {
    display: block;
    width: 158px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border: solid 1px #adadad;
    font-size: 15px;
    color: #666666;
    margin-top: 77px
}

.home3 .home3_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 160px 0 90px
}

.home4_wrapper {
    position: relative;
    width: 100%;
    height: 260px;
    background: url(../images/wh_bg.png) no-repeat center/100% 100%
}

.home4_wrapper .home4_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1297px;
    height: 211px;
    background: url(../images/wh_bg3.png) no-repeat bottom left
}

.home4_wrapper .wh4_more {
    display: block;
    width: 138px;
    background-color: #ffffff;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #78797b;
    margin: 30px auto 0
}

.home4_wrapper b {
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 30px;
    background: url(../images/tels.png) no-repeat left/26px 26px
}

.home4_wrapper .w1400 {
    position: relative;
    z-index: 9;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home4_wrapper h2 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px
}

.home4_wrapper p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: 0.5;
    max-width: 783px
}

.home5 {
    padding: 103px 0 68px
}

.home5 .home5_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.home5 .home5_imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 503px;
    height: 336px;
    padding: 30px
}

.home5 .home5_imgs img {
    width: 100%
}

.home5 .home5_list_body {
    max-width: 376px
}

.home5 .home5_list {
    width: 456px
}

.home5 .home5_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home5 .home5_list li .home5_list_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home5 .home5_list li:not(:first-child) {
    margin-top: 84px
}

.home5 .home5_list b {
    margin-right: 18px;
    display: block;
    width: 60px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    background-color: #249a54;
    font-family: STSong;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: underline
}

.home5 .home5_list h3 {
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #119446;
    font-weight: bold
}

.home5 .home5_list span {
    font-size: 13px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #999999;
    word-break: keep-all;
    white-space: nowrap
}

.home5 p {
    font-size: 14px;
    line-height: 1.8;
    color: #666666;
    border-top: 1px dashed #ccc;
    padding-top: 15px
}

.home5 .home5_right li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.home5 .home5_right li b {
    margin-right: 0;
    margin-left: 18px
}

.home5 .home5_right li .s5_head {
    text-align: right
}

.home5 .home5_right li p {
    text-align: right
}

.home6 {
    width: 100%;
    padding: 120px 0;
    background: url(../images/liucheng.png) no-repeat center/100% 100%
}

.home6 img {
    max-width: 100%;
    margin-top: 75px
}

.home7 {
    padding: 90px 0 83px
}

.home7 .home7_more {
    display: block;
    line-height: 43px;
    width: 158px;
    border: solid 1px #adadad;
    text-align: center;
    font-size: 15px;
    color: #666;
    margin: 72px auto 0
}

.home7 .home7_ul {
    margin-top: 66px
}

.home7 .home7_ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home7 .home7_ul li {
    width: 450px;
    background-color: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.home7 .home7_ul li:hover {
    -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 95, 0.13);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 95, 0.13)
}

.home7 .home7_ul li:hover p {
    color: #119446;
    border-color: #119446
}

.home7 .home7_body {
    padding: 36px 32px 40px
}

.home7 .home7_icon {
    width: 100%;
    height: 310px
}

.home7 .news_data {
    font-size: 14px;
    line-height: 14px;
    color: #999999
}

.home7 .news_title {
    font-size: 16px;
    color: #333333;
    margin: 16px 0 46px
}

.home7 p {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #333333;
    padding-bottom: 6px;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s
}

.hover {
    -webkit-transition: .3s;
    transition: .3s
}

.hover:hover {
    border-color: #249a54;
    color: #249a54
}
.home2{ padding: 20px 0px}
.home8 {
    background: url(../images/he_bg.png) no-repeat center/100% 100%;
    padding: 92px 0 84px
}

.home8 .home8_left h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    display: inline-block
}

.home8 .home8_left sub {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 34px;
    color: #249a54
}

.home8 .partner .swiper-slide {
    border: 1px solid #eee
}

.home8 .partner .swiper-slide:hover {
    border-color: #119446
}

.home8 .partner .swiper-slide img {
    width: 98%;
    margin: 0 auto;
    display: block;
}

.home8 .home8_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home8 .partner_con {
    margin-top: 40px
}

.home8 .home8_right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home8 .home8_right .swiper-button-disabled {
    opacity: 1
}

.home8 .home8_right .prev2 {
    position: static;
    width: 11px;
    height: 19px;
    background: url(../images/hz_left1.png) no-repeat center/100% 100%;
    margin-top: 0;
    top: 0;
    margin-right: 24px;
    outline: none
}

.home8 .home8_right .prev2.swiper-button-disabled {
    background-image: url(../images/hz_left.png)
}

.home8 .home8_right .next2 {
    position: static;
    width: 11px;
    height: 19px;
    background: url(../images/hz_right1.png) no-repeat center/100% 100%;
    margin-top: 0;
    top: 0;
    outline: none
}

.home8 .home8_right .next2.swiper-button-disabled {
    background-image: url(../images/hz_right.png)
}

.footer {
    width: 100%;
    background-color: #1d1d1d
}

.footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0 70px
}

.footer_top p {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #c2c2c2;
    text-align: center
}

.footer_top dt {
    position: relative;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    padding-bottom: 14px
}

.footer_top dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 2px;
    background-color: #119446
}

.footer_top .dd {
    margin-top: 15px
}

.footer_top dd {
    font-size: 14px;
    line-height: 30px;
    color: #c2c2c2;
    opacity: 0.8
}

.footer_top .colm {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
}

.footer_top .dd1 {
    background: url(../images/icon_pin.png) no-repeat left center/12px 14px;
    padding-left: 20px
}

.footer_top .dd2 {
    background: url(../images/icon_phone.png) no-repeat left center/14px 14px;
    padding-left: 20px
}

.footer_top .dd3 {
    background: url(../images/phone_icon.png) no-repeat left center/10px 16px;
    padding-left: 20px
}

.footer_top .dd4 {
    background: url(../images/web_icon.png) no-repeat left -3px center/19px 20px;
    padding-left: 20px
}

.footer_bottom {
    width: 100%;
    line-height: 50px;
    background-color: #272727;
    text-align: center;
    font-size: 12px;
    color: #666666
}

#header_wrapper {
    position: relative;
    background: #fff;
    width: 100%;
    height: 90px;
    z-index: 100
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 45px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(217, 217, 217, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(217, 217, 217, 0.35);
    opacity: 0.8;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    transition: .3s
}

.header .main_navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .main_navs .english {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px
}

.header .main_navs .head_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    letter-spacing: -1px;
    color: #119446;
    margin-left: 34px
}

.header .main_navs .head_tel b {
    margin-left: 10px
}

.header .main_navs .cn {
    padding: 0 16px 0 37px;
    border-left: 1px solid #bdbdbd
}

.header .logo {
    height: 40px;
    margin: 25px 0
}

.header .logo img {
    max-width: 100%;
    height: 100%
}

.header .nav_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 834px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.header .nav_ul>li {
    position: relative;
    font-size: 16px;
    line-height: 90px;
    font-weight: bold;
    color: #666
}

.header .nav_ul>li>a {
    display: block
}

.header .nav_ul>li dl {
    display: none;
    padding-top: 18px;
    position: absolute;
    width: 500px;
    left: 0;
    font-size: 14px;
    font-stretch: normal;
    line-height: 30px;
    color: #666666
}

.header .nav_ul>li dl dd {
    position: relative;
    -webkit-transition: .2s;
    transition: .2s
}

.header .nav_ul>li dl dd:hover {
    color: #249a54;
    -webkit-transition: .2s;
    transition: .2s;
    padding-left: 5px
}

.header .nav_ul>li dl dd:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 2px;
    height: 14px;
    background-color: #09a237
}

.header .nav_ul>li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 21px;
    height: 5px;
    background-color: #09a237;
    border-radius: 2px
}

.header_content {
    position: relative;
    width: 1800px;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

.header_content.slideUp {
    /* height: 380px; */
    height: 440px;
    background: #fff url(../images/header_bg.png) no-repeat bottom center/100% 100%
}

.header_content.slideUp .nav_ul {
    border-bottom: 1px solid #eeefef
}

@media (min-width:1600px) and (max-width:1799px) {
    .header_content {
        width: 1600px
    }

    .header .nav_ul {
        width: 664px
    }
}

@media (min-width:1367px) and (max-width:1599px) {
    .header_content {
        width: 1300px
    }

    .header .nav_ul {
        width: 600px
    }

    .header .main_navs .english {
        margin-left: 20px
    }

    .header .main_navs .cn {
        padding: 0 15px 0 15px;
        border-left: 1px solid #bdbdbd
    }

    .header .main_navs .head_tel {
        font-size: 14px;
        display: none;
    }

    .header .nav_ul>li {
        font-size: 14px
    }

    .scroll_wrapper {
        overflow-x: scroll;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .scroll_wrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 5px;
    }

    .scroll_wrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scroll_wrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #249a54;
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .header_content {
        width: 1170px
    }

    .header .nav_ul {
        width: 600px
    }

    .header .main_navs .english {
        margin-left: 20px
    }

    .header .main_navs .cn {
        padding: 0 15px 0 15px;
        border-left: 1px solid #bdbdbd
    }

    .header .main_navs .head_tel {
        font-size: 14px;
        display: none;
    }

    .header .nav_ul>li {
        font-size: 14px
    }

    .header .logo {
        max-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .logo a img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .scroll_wrapper {
        overflow-x: scroll;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .scroll_wrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 5px;
    }

    .scroll_wrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scroll_wrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #249a54;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header_content {
        width: 950px
    }

    .header .nav_ul {
        width: 600px
    }

    .header .main_navs .english {
        margin-left: 20px
    }

    .header .main_navs .cn {
        padding: 0 15px 0 15px;
        border-left: 1px solid #bdbdbd
    }

    .header .main_navs .head_tel {
        font-size: 14px
    }

    .header .nav_ul>li {
        font-size: 14px
    }

    .header .logo {
        max-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .logo a img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .header .main_navs .english {
        display: none
    }

    .scroll_wrapper {
        overflow-x: scroll;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .scroll_wrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 5px;
    }

    .scroll_wrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scroll_wrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #249a54;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .scroll_wrapper {
        overflow-x: scroll;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .scroll_wrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 5px;
    }

    .scroll_wrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scroll_wrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #249a54;
    }

    #header_wrapper {
        display: none
    }

    .sp_header_wrapper {
        display: block;
        height: 50px;
        position: relative;
        z-index: 9999;
    }

    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        position: fixed;
        z-index: 10;
        width: 100%
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px;
        max-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sp_logo img {
        margin: auto;
        max-height: 30px;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px;
        z-index: 9999;
    }

    .sp_nav span {
        display: block;
        background: #119446;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        -webkit-transition: all ease 0.35s;
        transition: all ease 0.35s
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 10px
    }

    .sp_nav span:nth-of-type(3) {
        top: 20px
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #eee;
        width: 100%;
        height: calc(100% - 50px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        -webkit-transition: top ease 0.35s;
        transition: top ease 0.35s
    }

    .nav_show {
        top: 50px
    }

    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px)
    }

    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sjj_nav ul li i svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all ease 0.35s;
        transition: all ease 0.35s
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }

    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid
    }

    .sjj_nav ul li ul {
        display: none
    }

    .sjj_nav ul li a {
        color: #666;
        width: 80%
    }

    .sjj_nav ul li ul li a {
        color: #999;
        display: block;
        text-align: left
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #119446
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }
}

@media (max-width:767px) {
    .homeedit_wrapper .home3_title {
        padding-left: 2vw;
        font-size: 18px
    }

    .home3_title h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .time_online h2 {
        font-size: 14px;
        margin: 4vw 0 3.5vw;
    }

    .scroll_wrapper {
        overflow-x: scroll;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .scroll_wrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 5px;
    }

    .scroll_wrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scroll_wrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #249a54;
    }

    #header_wrapper {
        display: none;
    }

    .sp_header_wrapper {
        display: block;
        height: 50px;
        position: relative;
        z-index: 9999;
    }

    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        position: fixed;
        z-index: 10;
        width: 100%
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px;
        max-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sp_logo img {
        margin: auto;
        max-height: 30px;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px;
        z-index: 9999;
    }

    .sp_nav span {
        display: block;
        background: #119446;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        -webkit-transition: all ease 0.35s;
        transition: all ease 0.35s
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 10px
    }

    .sp_nav span:nth-of-type(3) {
        top: 20px
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #eee;
        width: 100%;
        height: calc(100% - 50px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        -webkit-transition: top ease 0.35s;
        transition: top ease 0.35s
    }

    .nav_show {
        top: 50px
    }

    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px)
    }

    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sjj_nav ul li i svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all ease 0.35s;
        transition: all ease 0.35s
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }

    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid
    }

    .sjj_nav ul li ul {
        display: none
    }

    .sjj_nav ul li a {
        color: #666;
        width: 80%
    }

    .sjj_nav ul li ul li a {
        color: #999;
        display: block;
        text-align: left
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #119446
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }

    .swiper1 .pagination {
        bottom: 20px !important
    }

    .footer_bottom {
        line-height: 2
    }
}

@media (max-width:1900px) {
    .w1830 {
        width: 1300px
    }

    .w1400 {
        width: 1300px
    }

    .w1573 {
        width: 1300px
    }

    .home2 .home2_right ul li {
        padding: 0 2%
    }

    .home7 .home7_ul li {
        width: 32%
    }
}

@media (min-width:1723px) and (max-width:1880px) {
    .w1830 {
        width: 1300px
    }

    .w1400 {
        width: 1300px
    }

    .w1573 {
        width: 1300px
    }

    .home2 .home2_right ul li {
        padding: 0 2%
    }
}

@media (min-width:1400px) and (max-width:1722px) {
    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .w1830 {
        width: 1300px
    }

    .w1400 {
        width: 1300px
    }

    .w1573 {
        width: 1300px
    }

    .home2 .home2_right ul li {
        padding: 0 2%
    }

    .home4_wrapper .home4_left {
        width: 70%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home2 .home2_wrapper {
        padding-left: 20px
    }

    .home3 .home3_img {
        width: 50%
    }
}

@media (min-width:1367px) and (max-width:1399px) {
    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .home3 .home3_right {
        padding: 0 50px
    }

    .w1830 {
        width: 1300px
    }

    .w1400 {
        width: 1300px
    }

    .w1573 {
        width: 1300px
    }

    .home2 .home2_right ul li {
        padding: 0 2%
    }

    .home4_wrapper .home4_left {
        width: 70%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home2 .home2_wrapper {
        padding-left: 20px
    }

    .home3 .home3_img {
        width: 50%
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .w1830 {
        width: 1170px
    }

    .w1400 {
        width: 1170px
    }

    .w1573 {
        width: 1170px
    }

    .home4_wrapper .home4_left {
        width: 60%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home7 .home7_ul li .home7_icon {
        height: 250px
    }

    .home4_wrapper p {
        max-width: 650px
    }

    .home3 .home3_img {
        width: 50%
    }

    .home3 .home3_right {
        padding: 0 25px
    }

    .home2 .home2_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home2 .home2_wrapper .home2_left {
        width: 35%;
        margin-right: 0;
        padding-left: 30px
    }

    .home2 .home2_right {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 65%;
        margin-top: 20px
    }

    .home2 .home2_right ul {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home2 .home2_right ul li {
        padding: 0 25px
    }

    .home2 .home2_right p {
        font-size: 12px
    }

    .home2 .home2_right h2 {
        font-size: 20px
    }

    .home2 .home2_right .wh_icon {
        width: 50px;
        height: 44px
    }

    .home2 .home2_right ul li {
        width: 50%
    }

    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .home2 .home2_right .wy_title {
        margin: 20px 0 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .w1830 {
        width: 970px
    }

    .w1400 {
        width: 970px
    }

    .w1573 {
        width: 970px
    }

    .home4_wrapper .home4_left {
        width: 75%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home7 .home7_ul li .home7_icon {
        height: 250px
    }

    .home4_wrapper p {
        max-width: 650px
    }

    .home3 .home3_img {
        width: 50%;
        height: 500px
    }

    .home3 .home3_right {
        padding: 0 25px
    }

    .home2 .home2_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home2 .home2_wrapper .home2_left {
        width: 35%;
        margin-right: 0;
        padding-left: 30px
    }

    .home2 .home2_right {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 65%;
        margin-top: 20px
    }

    .home2 .home2_right ul {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home2 .home2_right ul li {
        padding: 0 25px
    }

    .home2 .home2_right p {
        font-size: 12px
    }

    .home2 .home2_right h2 {
        font-size: 20px
    }

    .home2 .home2_right .wh_icon {
        width: 50px;
        height: 44px
    }

    .home2 .home2_right ul li {
        width: 50%
    }

    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .home2 .home2_right .wy_title {
        margin: 20px 0 10px
    }

    .home2 .home2_left p {
        font-size: 12px
    }

    .home3 h3 {
        font-size: 20px;
        line-height: 20px
    }

    .home3 p {
        font-size: 14px;
        line-height: 2
    }

    .home4_wrapper h2 {
        font-size: 32px
    }

    .home7 .home7_body {
        padding: 15px
    }

    .home7 .news_title {
        margin-bottom: 35px
    }
}

@media (min-width:768px) and (max-width:991px) {

    .home1,
    .home3,
    .home5,
    .home6,
    .home7 {
        padding: 6vw 0
    }

    .w1830 {
        width: 750px
    }

    .w1400 {
        width: 750px
    }

    .w1573 {
        width: 750px
    }

    .public_title {
        height: 55px
    }

    .public_title h2 {
        font-size: 18px;
        line-height: 55px
    }

    .home4_wrapper .home4_left {
        width: 75%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home7 .home7_ul li .home7_icon {
        height: auto
    }

    .home4_wrapper p {
        max-width: 650px;
        font-size: 14px
    }

    .home3 .home3_img {
        width: 100%;
        height: auto
    }

    .home3 .home3_right {
        padding: 25px
    }

    .home3 a {
        margin-top: 40px
    }

    .home2 .home2_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home2 .home2_wrapper .home2_left {
        width: 100%;
        margin-right: 0;
        padding-left: 25px
    }

    .home2 .home2_right {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        margin-top: 20px
    }

    .home2 .home2_right ul {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home2 .home2_right ul li {
        padding: 0 25px
    }

    .home2 .home2_right p {
        font-size: 12px
    }

    .home2 .home2_right h2 {
        font-size: 20px
    }

    .home2 .home2_right .wh_icon {
        width: 50px;
        height: 44px
    }

    .home2 .home2_right ul li {
        width: 50%
    }

    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .home2 .home2_right .wy_title {
        margin: 20px 0 10px
    }

    .home2 .home2_left p {
        font-size: 14px
    }

    .home3 h3 {
        font-size: 20px;
        line-height: 20px
    }

    .home3 p {
        font-size: 14px;
        line-height: 2
    }

    .home4_wrapper h2 {
        font-size: 20px
    }

    .home7 .home7_body {
        padding: 15px
    }

    .home7 .news_title {
        margin-bottom: 20px;
        font-size: 13px
    }

    .home2 .home2_left .home2_wh {
        margin-top: 20px
    }

    .home5 .home5_imgs {
        display: none
    }

    .home5 .home5_list {
        display: none
    }

    .pchide {
        display: none
    }

    .phone_list {
        display: block
    }

    .phone_list ul {
        width: 100%
    }

    .phone_list ul li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3vw
    }

    .phone_list ul li .home5_list_body {
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        margin-left: 20px
    }

    .phone_list ul h3 {
        font-size: 16px;
        color: #119446;
        font-weight: bold
    }

    .phone_list ul span {
        font-size: 12px;
        color: #999;
        letter-spacing: 1px
    }

    .phone_list ul .s5_head {
        padding-bottom: 10px
    }

    .phone_list ul p {
        font-size: 12px;
        line-height: 2;
        padding-top: 10px
    }

    .phone_list b {
        width: 40px;
        height: 40px;
        background-color: #249a54;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        display: block
    }

    .display_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 4vw
    }

    .display_list img {
        width: 14vw;
        height: 14vw;
        margin-top: 0
    }

    .display_list li {
        width: 46%;
        text-align: center;
        padding: 2vw;
        background: rgba(255, 255, 255, 0.5);
        margin: 1vw
    }

    .display_list h2 {
        font-size: 18px;
        color: #249a54;
        font-weight: bold;
        margin-bottom: 2vw
    }

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

    .footer_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 6vw 0
    }

    .footer_top .dl {
        text-align: center;
        margin-top: 3vw
    }

    .footer_top dl {
        width: 100%
    }

    .footer_top dl img {
        margin: 0 auto
    }

    .footer_top dl .ddf {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        clear: both
    }

    .footer_top dl .ddf dd {
        float: left;
        width: 25%
    }
}

@media (max-width:767px) {

    .home1,
    .home3,
    .home5,
    .home6,
    .home7,
    .home8 {
        padding: 10vw 0
    }

    .home7 .home7_ul {
        margin-top: 8vw
    }

    .home8 .partner_con {
        margin-top: 4vw
    }

    .home1_swiper,
    .home1_swiper .swiper2_style {
        margin-top: 8vw
    }

    .w1830 {
        width: 96%
    }

    .w1400 {
        width: 90%
    }

    .w1573 {
        width: 96%
    }

    .public_title {
        height: 55px
    }

    .public_title h2 {
        font-size: 14px;
        line-height: 55px
    }

    .home4_wrapper .home4_left {
        width: 100%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home7 .home7_ul li .home7_icon {
        height: auto
    }

    .home4_wrapper p {
        max-width: 650px;
        font-size: 14px;
        margin-bottom: 20px;
        opacity: 1
    }

    .home4_wrapper .wh4_more {
        margin: 20px 0
    }

    .home3 .home3_img {
        width: 100%;
        height: auto
    }

    .home3 .home3_right {
        padding: 25px
    }

    .home3 a {
        margin-top: 40px
    }

    .home2 .home2_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home2 .home2_wrapper .home2_left {
        width: 100%;
        margin-right: 0;
        padding-left: 2%
    }

    .home2 .home2_right {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        height: auto;
        margin-top: 20px;
        display: block
    }

    .home2 .home2_right ul {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5vw 0
    }

    .home2 .home2_right ul li {
        padding: 0 25px
    }

    .home2 .home2_right img.wh_img {
        width: 100%;
        height: auto
    }

    .home2 .home2_right p {
        font-size: 12px
    }

    .home2 .home2_right h2 {
        font-size: 20px
    }

    .home2 .home2_right .wh_icon {
        width: 50px;
        height: 44px
    }

    .home2 .home2_right ul li {
        width: 50%
    }

    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .home2 .home2_right .wy_title {
        margin: 20px 0 10px
    }

    .home2 .home2_left p {
        font-size: 14px
    }

    .home3 h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0
    }

    .home3 p {
        font-size: 14px;
        line-height: 2
    }

    .home4_wrapper h2 {
        font-size: 20px
    }

    .home7 .home7_body {
        padding: 15px
    }

    .home7 .news_title {
        margin-bottom: 20px;
        font-size: 13px
    }

    .home2 .home2_left .home2_wh {
        margin-top: 20px
    }

    .home5 .home5_imgs {
        display: none
    }

    .home5 .home5_list {
        display: none
    }

    .pchide {
        display: none
    }

    .phone_list {
        display: block
    }

    .phone_list ul {
        width: 100%
    }

    .phone_list ul li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3vw
    }

    .phone_list ul li .home5_list_body {
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        margin-left: 20px
    }

    .phone_list ul h3 {
        font-size: 16px;
        color: #119446;
        font-weight: bold
    }

    .phone_list ul span {
        font-size: 12px;
        color: #999;
        letter-spacing: 1px
    }

    .phone_list ul .s5_head {
        padding-bottom: 10px
    }

    .phone_list ul p {
        font-size: 12px;
        line-height: 2;
        padding-top: 10px
    }

    .phone_list b {
        width: 40px;
        height: 40px;
        background-color: #249a54;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        display: block
    }

    .display_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 4vw
    }

    .display_list img {
        width: 14vw;
        height: 14vw;
        margin-top: 0
    }

    .display_list li {
        width: 46%;
        text-align: center;
        padding: 2vw;
        background: rgba(255, 255, 255, 0.5);
        margin: 1vw
    }

    .display_list h2 {
        font-size: 18px;
        color: #249a54;
        font-weight: bold;
        margin-bottom: 2vw
    }

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

    .footer_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 6vw 0
    }

    .footer_top .dl {
        text-align: center;
        margin-top: 3vw
    }

    .footer_top dl {
        width: 100%
    }

    .footer_top dl img {
        margin: 0 auto
    }

    .footer_top dl .ddf {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        clear: both
    }

    .footer_top dl .ddf dd {
        float: left;
        width: 25%
    }

    .home4_wrapper {
        height: auto
    }

    .home4_wrapper .w1400 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 8vw 0
    }

    .home4_wrapper .home4_left {
        display: none
    }

    .home7 .home7_ul li {
        width: 100%
    }

    .home7 .home7_more {
        margin-top: 8vw
    }

    .dd.colm.ddf {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dd.colm.ddf dd {
        width: 49%
    }
}