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

.hoverimg>img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

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

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

#menu {
    display: none
}

.header_top {
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 0 6px 0 18px
}

.header_top span {
    font-family: MS-Mincho;
    font-size: 12px;
    line-height: 12px;
    color: #666666
}

.header_top a {
    font-family: MS-Mincho;
    font-size: 12px;
    line-height: 12px;
    color: #82888c;
    padding: 0 12px;
    border-left: 1px solid #c4c4c4
}

.header_top a:first-child {
    border-left: 0
}

.header_top a.active {
    color: #00ac47
}

.header_nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 0
}

.header_nav .logo {
    max-width: 182px;
    max-height: 42px
}

.header_nav .logo img {
    max-width: 100%
}

.header_nav .main_ul {
    display: -webkit-box;
    display: flex;
    height: 53px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    /* flex-direction: row-reverse */
}

.header_nav .main_ul li {
    position: relative;
    padding: 0 50px;
    border-left: 1px solid #f0f0f0
	text-align: center;
}

.header_nav .main_ul li .nav_icon {
    width: 29px;
    height: 29px;
    margin: 0 auto;
    background-color: #eeee;
    border-radius: 100%;
    margin-bottom: 9px
}

.header_nav .main_ul li.hover .second_navs {
    display: block
}

.header_nav .main_ul li .second_navs {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999;
    margin-top: 15px
}

.header_nav .main_ul li .second_navs a {
    position: relative;
    width: 192px;
    line-height: 33px;
    font-family: MS-Mincho;
    display: block;
    background: #5eb976;
    font-size: 12px;
    color: #fefefe;
    padding-left: 65px
}

.header_nav .main_ul li .second_navs a:not(:first-child) {
    border-top: 1px solid #01ab49
}

.header_nav .main_ul li .second_navs a:hover {
    background-color: #059140;
    color: #fff
}

.header_nav .main_ul li .second_navs a:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url(../images/new_more1.png) no-repeat center/100% 100%
}

.header_nav .main_ul li:hover>a {
    color: #00ac47
}

.header_nav .main_ul li.active>a {
    color: #00ac47
}

.header_nav .main_ul li:first-child {
    /* padding-right: 0 */
}

.header_nav .main_ul li:last-child {
    border-left: 0
}

.header_nav .main_ul li>a {
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    line-height: 12px;
    color: #333333
}

.header_nav .main_ul li .nav_icon {
    background-repeat: no-repeat;
    background-position: center center
}

.header_nav .main_ul li:nth-child(1) .nav_icon {
    background-image: url(../images/menu1_icon.png)
}

.header_nav .main_ul li:nth-child(1).active .nav_icon {
    background-image: url(../images/menu11_icon.png)
}

.header_nav .main_ul li:nth-child(1):hover .nav_icon {
    background-image: url(../images/menu11_icon.png)
}

.header_nav .main_ul li:nth-child(2) .nav_icon {
    background-image: url(../images/menu2_icon.png)
}

.header_nav .main_ul li:nth-child(2).active .nav_icon {
    background-image: url(../images/menu22_icon.png)
}

.header_nav .main_ul li:nth-child(2):hover .nav_icon {
    background-image: url(../images/menu22_icon.png)
}

.header_nav .main_ul li:nth-child(3) .nav_icon {
    background-image: url(../images/menu3_icon.png)
}

.header_nav .main_ul li:nth-child(3).active .nav_icon {
    background-image: url(../images/menu33_icon.png)
}

.header_nav .main_ul li:nth-child(3):hover .nav_icon {
    background-image: url(../images/menu33_icon.png)
}

.header_nav .main_ul li:nth-child(4) .nav_icon {
    background-image: url(../images/menu4_icon.png)
}

.header_nav .main_ul li:nth-child(4).active .nav_icon {
    background-image: url(../images/menu44_icon.png)
}

.header_nav .main_ul li:nth-child(4):hover .nav_icon {
    background-image: url(../images/menu44_icon.png)
}

.header_nav .main_ul li:nth-child(5) .nav_icon {
    background-image: url(../images/menu5_icon.png)
}

.header_nav .main_ul li:nth-child(5).active .nav_icon {
    background-image: url(../images/menu55_icon.png)
}

.header_nav .main_ul li:nth-child(5):hover .nav_icon {
    background-image: url(../images/menu55_icon.png)
}

.header_nav .main_ul li:nth-child(6) .nav_icon {
    background-image: url(../images/menu6_icon.png)
}

.header_nav .main_ul li:nth-child(6).active .nav_icon {
    background-image: url(../images/menu66_icon.png)
}

.header_nav .main_ul li:nth-child(6):hover .nav_icon {
    background-image: url(../images/menu66_icon.png)
}

.swipers .swiper-slide img {
    max-width: 100%
}

.section1_ul {
    margin: 43px auto 62px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.section1_ul li {
    width: 386px;
    height: 464px;
    background-color: #ffffff;
    border: solid 15px transparent;
    position: relative;
    padding-top: 35px;
    -webkit-transition: .3s;
    transition: .3s
}

.section1_ul li:hover {
    border-color: #eee
}

.section1_ul h3 {
    font-family: MS-Mincho;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
    text-align: center
}

.section1_ul p {
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    line-height: 12px;
    color: #333333;
    margin: 10px 0 15px;
    text-align: center
}

.section1_ul .section1_line {
    width: 120px;
    height: 5px;
    background-color: #00ac47;
    margin: 0 auto
}

.section1_ul .section1_title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.section1_ul .section1_tit {
    font-family: MS-Mincho;
    font-size: 16px;
    line-height: 25px;
    color: #5d5d5d;
    padding: 0 15px;
    margin-top: 20px;
    height: 50px;
    overflow: hidden
}

.section1_ul .section1_more {
    font-family: MS-Mincho;
    font-size: 14px;
    line-height: 14px;
    color: #5d5d5d;
    padding-right: 21px;
    margin-right: 15px;
    text-align: right;
    display: block;
    background: url(../images/new_more.png) no-repeat right center/13px 13px;
    align-self: flex-end;
    margin-top: 5px;
}

.section1_ul .section1_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 213px;
    max-height: 213px;
    overflow: hidden;
}

.section1_ul .section1_img img {
    width: 100%
}

.view_news {
    padding-bottom: 107px
}

.view_news .view_news_head {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 28px
}

.view_news .view_news_head h3 {
    font-family: MS-Mincho;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #333333
}

.view_news .view_news_head a {
    font-family: MS-Mincho;
    font-size: 14px;
    line-height: 21px;
    color: #5d5d5d;
    padding-right: 21px;
    display: block;
    background: url(../images/new_more.png) no-repeat right center/13px 13px
}

.view_news ul li {
    border-bottom: 1px dashed #d0d0d0;
    padding: 15px 0
}

.view_news ul li:hover .news_name {
    text-decoration: underline;
    -webkit-text-decoration-color: #00ac47;
    text-decoration-color: #00ac47;
    color: #00ac47
}

.view_news ul li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.view_news ul li a .view_news_left {
    width: 90%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.view_news ul .news_date {
    width: 118px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    font-family: MS-Mincho;
    font-size: 14px;
    color: #333333
}

.view_news ul .news_name {
    font-family: MS-Mincho;
    font-size: 14px;
    color: #666666;
    margin-left: 60px;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.view_news ul .news_more {
    display: block;
    width: 7px;
    height: 11px;
    background: url(../images/new_arr.png) no-repeat right center/100% 100%
}

.footer {
    background-color: #2d2d2d;
    position: relative
}

.footer .bact_top {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    top: -37px;
    width: 74px;
    height: 74px;
    background: url(../images/back_top.png) no-repeat center/100% 100%;
    cursor: pointer
}

.footer .footer_top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 56px 65px 35px 55px
}

.footer .footer_top dl {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 35px;
    border-right: 1px solid #3f3f3f
}

.footer .footer_top .footer_list1 {
    padding-left: 0
}

.footer .footer_top dt {
    font-family: MS-Mincho;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fefefe;
    margin-bottom: 18px
}

.footer .footer_top dd {
    font-family: MS-Mincho;
    font-size: 12px;
    line-height: 28px;
    color: #b3b3b3;
}

.footer .footer_top .footer_ewm {
    display: -webkit-box;
    display: flex;
    padding-left: 55px;
    -webkit-box-flex: 0;
    flex: 0 0 40%
}

.footer .footer_top .footer_ewm img {
    width: 115px;
    height: 115px
}

.footer .footer_top .footer_ewm .footer_info {
    margin-left: 33px
}

.footer .footer_top .footer_ewm .footer_info h3 {
    font-family: MS-Mincho;
    font-size: 14px;
    font-weight: bold;
    color: #fefefe;
    margin-bottom: 18px
}

.footer .footer_top .footer_ewm .footer_info p {
    font-family: MS-Mincho;
    font-size: 12px;
    line-height: 28px;
    color: #b3b3b3;
}

.footer .footer_bot {
    margin: 0 35px;
    border-top: 1px solid #3f3f3f;
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    text-align: center
}

.crome {
    font-family: MS-Mincho;
    font-size: 12px;
    color: #5d5d5d;
    padding: 12px 0
}

.introduction {
    padding: 50px 0 107px
}

.introduction .recru_tab {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 43px 0 37px
}

.introduction .recru_tab a {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    height: 36px;
    line-height: 36px;
    background-color: #eeeeee;
    font-family: MS-Mincho;
    font-size: 14px;
    color: #333333;
    margin: 0 9px;
    padding-right: 55px;
    -webkit-transition: .3s;
    transition: .3s
}

.introduction .recru_tab a.active {
    background-color: #00ac47;
    color: #fff
}

.introduction .recru_tab a.active:after {
    background-image: url(../images/new_more1.png)
}

.introduction .recru_tab a:hover {
    background-color: #00ac47;
    color: #fff
}

.introduction .recru_tab a:hover:after {
    background-image: url(../images/new_more1.png)
}

.introduction .recru_tab a:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -6.5px;
    width: 13px;
    height: 13px;
    background: url(../images/new_more.png) no-repeat center right/100% 100%
}

.introduction h2 {
    font-family: MS-Mincho;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
    text-align: center
}

.introduction .recruitment {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.introduction .recruitment li {
    margin-bottom: 30px;
    width: 380px;
    height: 289px
}

.introduction .recruitment li img {
    width: 100%;
    height: 100%
}

.introduction .recruitment li:nth-child(4),
.introduction .recruitment li:nth-child(5) {
    width: 585px;
    height: 394px
}

.guide_box {
    display: -webkit-box;
    display: flex
}

.guide_box .guid_img {
    width: 429px;
    height: 384px
}

.guide_box .guid_img img {
    width: 100%;
    height: 100%
}

.guide_box .guid_info {
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 40px
}

.guide_box .guid_info .guid_list {
    position: relative;
    display: -webkit-box;
    display: flex;
    border-top: 2px solid #f0f0ee;
    padding: 12px 0;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.guide_box .guid_info .guid_list:last-child {
    border-bottom: 2px solid #f0f0ee
}

.guide_box .guid_info .guid_list::before {
    content: "";
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
    width: 110px;
    background-color: #0caf50
}

.guide_box .guid_info .guid_list::after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 110px;
    background-color: #0caf50
}

.guide_box .guid_info .guid_list span {
    font-family: MS-Mincho;
    font-size: 16px;
    color: #333333;
    display: block;
    position: relative;
    width: 110px
}

.guide_box .guid_info .guid_list p {
    font-family: MS-Mincho;
    font-size: 16px;
    color: #5d5d5d;
    display: inline-block;
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 15px
}

#pagesize ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

#pagesize ul li {
    padding: 0;
    border: none;
    margin: 43px 3.5px 0
}

#pagesize ul li a {
    width: 24px;
    height: 24px;
    border: solid 1px #b9b9b9;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #666;
    display: block
}

#pagesize ul li a.active {
    background-color: #00ac47;
    border-color: #00ac47;
    color: #fff
}

.view_news_detail {
    padding: 45px 0 108px
}

.view_news_detail h2 {
    font-family: MS-Mincho;
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 2px solid #00ad49
}

.view_news_detail .news_detail_date {
    display: block;
    font-family: MS-Mincho;
    font-size: 16px;
    line-height: 16px;
    color: #5d5d5d;
    margin: 24px 0 18px
}

.view_news_detail .news_detail_body {
    font-family: MS-Mincho;
    font-size: 16px;
    line-height: 25px;
    color: #5d5d5d
}

.view_news_detail .news_detail_body img {
    max-width: 100%
}

.view_news_detail .backs {
    font-family: MS-Mincho;
    font-size: 14px;
    line-height: 25px;
    color: #5d5d5d;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px dashed #d0d0d0;
    margin-top: 45px
}

.view_news_detail .backs span {
    margin-right: 5px
}

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

    .footer .footer_top .footer_ewm {
        padding-left: 45px
    }

    .footer .footer_top dl {
        padding: 0 45px
    }
}

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

    .footer .footer_top .footer_ewm {
        padding-left: 45px;
        flex-wrap: wrap
    }

    .footer .footer_top .footer_ewm .footer_info {
        width: 100%;
        margin-left: 0
    }

    .footer .footer_top {
        width: 100%
    }

    .footer .footer_top dl {
        padding: 0 30px;
        width: 30%;
        -webkit-box-flex: unset;
        flex: unset
    }

    .footer .footer_top .footer_ewm .footer_info h3 {
        margin: 15px 0
    }

    .header_nav .main_ul li {
        padding: 0 45px
    }

    .introduction .recruitment li {
        width: 32%;
        height: 235px
    }

    .introduction .recruitment li:nth-child(4),
    .introduction .recruitment li:nth-child(5) {
        width: 48%;
        height: 313px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .con1200 {
        width: 750px
    }

    .footer .footer_top .footer_ewm {
        padding-left: 45px;
        flex-wrap: wrap
    }

    .footer .footer_top .footer_ewm .footer_info {
        width: 100%;
        margin-left: 0
    }

    .footer .footer_top {
        width: 100%
    }

    .footer .footer_top dl {
        padding: 0 20px;
        width: 34%;
        -webkit-box-flex: unset;
        flex: unset
    }

    .footer .footer_top .footer_ewm .footer_info h3 {
        margin: 15px 0
    }

    .section1_ul li {
        border-width: 5px;
        height: 360px
    }

    .section1_ul h3 {
        font-size: 18px;
        line-height: 18px
    }

    .section1_ul .section1_tit {
        font-size: 14px;
        line-height: 20px
    }

    .introduction .recruitment li {
        width: 32%;
        height: 182px
    }

    .introduction .recruitment li:nth-child(4),
    .introduction .recruitment li:nth-child(5) {
        width: 48%;
        height: 242px
    }

    .introduction {
        padding: 5px 0 80px
    }
}

@media (max-width: 768px) {
    .footer .footer_top .footer_ewm {
        width: 100%;
        flex: 0 0 100%;
    }

    .guide_box .guid_img {
        display: none
    }

    .guide_box .guid_info {
        margin-left: 0
    }

    body.hack,
    html.hack {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .header_nav {
        position: relative;
        height: 50px;
        padding: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 0 15px
    }

    .header_nav .logo {
        height: 30px
    }

    .header_nav .logo img {
        max-height: 100%
    }

    .header_nav .main_ul li {
        padding: 0;
        width: 16.666%;
        text-align: center
    }

    #menu {
        display: block;
        width: 35px;
        height: 30px;
        cursor: pointer
    }

    #menu img {
        width: 100%;
        height: 100%
    }

    .main_nav {
        display: none;
        border-top: 1px solid #eee;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 9999;
        background-color: #fff;
        height: calc(100vh - 80px);
        padding: 0 15px
    }

    .header_nav .main_ul {
        flex-wrap: wrap;
        height: 100%;
        display: block
    }

    .header_nav .main_ul li {
        width: 100%;
        border-left: 0 !important;
        padding: 8px 0;
        border-bottom: 1px dashed #eee
    }

    .header_nav .main_ul li a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

    .header_nav .main_ul li a .nav_icon {
        margin: 0 10px 0 0
    }

    .header_nav .main_ul li .second_navs {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .header_nav .main_ul li .second_navs a {
        line-height: 40px;
        width: 100%;
        text-align: left
    }
}

@media (max-width: 767px) {
    .con1200 {
        width: 100%
    }

    .section1_ul {
        flex-wrap: wrap;
        margin: 6vw 0
    }

    .section1_ul li {
        width: 100%;
        padding-top: 0;
        height: auto
    }

    .section1_ul li .section1_img {
        position: static;
        margin-top: 4vw
    }

    .view_news {
        padding: 0 15px 18vw
    }

    .view_news ul li {
        padding: 5px 0
    }

    .view_news ul .news_date {
        border: none;
        font-size: 12px
    }

    .view_news ul .news_name {
        margin-left: 3vw;
        font-size: 12px
    }

    .section1_ul h3,
    .view_news .view_news_head h3 {
        font-size: 20px;
        line-height: 20px
    }

    .footer .footer_top {
        padding: 10vw 15px 8vw;
        flex-wrap: wrap
    }

    .footer .footer_top .footer_ewm {
        margin-top: 6vw
    }

    .footer .footer_top .footer_ewm img {
        width: 100px;
        height: 100px
    }

    .footer .footer_top dl {
        width: 100%;
        -webkit-box-flex: unset;
        flex: unset;
        border-right: none !important;
        padding: 0 !important;
        height: 45px;
        overflow: hidden;
        border-bottom: 1px solid rgba(234, 234, 234, 0.25);
        -webkit-transition: .3s;
        transition: .3s
    }

    .footer .footer_top dl:first-child {
        border-top: 1px solid rgba(234, 234, 234, 0.25)
    }

    .footer .footer_top dl.active {
        height: auto
    }

    .footer .footer_top dl dt {
        margin-bottom: 0;
        line-height: 45px;
        position: relative
    }

    .footer .footer_top dl dt::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5.5px;
        width: 7px;
        height: 11px;
        background: url(../images/nenu_arr.png) no-repeat right center
    }

    .footer .footer_top dl dd {
        line-height: 30px
    }

    .footer .footer_top .footer_ewm {
        padding-left: 0
    }

    .footer .footer_bot {
        margin: 0 10px;
        line-height: unset;
        padding: 2vw 0
    }

    .introduction .recruitment li {
        width: 100%;
        height: auto;
        margin-bottom: 3vw
    }

    .introduction .recruitment li:nth-child(4),
    .introduction .recruitment li:nth-child(5) {
        width: 100%;
        height: auto
    }

    .introduction {
        padding: 5px 0 8vw
    }

    .introduction h2 {
        font-size: 20px;
        line-height: 20px
    }

    .introduction .recru_tab {
        margin: 20px 0 30px
    }

    .crome {
        padding-left: 3vw
    }

    .guide_box .guid_info .guid_list {
        padding: 8px 15px
    }

    .guide_box .guid_info .guid_list span {
        font-size: 14px
    }

    .guide_box .guid_info .guid_list p {
        font-size: 14px
    }

    .view_news.introduction .recru_tab a {
        padding-right: 25px;
        font-size: 12px
    }

    .view_news.introduction .recru_tab a:after {
        right: 8px
    }

    .introduction.view_news ul li {
        padding-right: 3vw
    }

    #pagesize {
        margin-bottom: 8vw
    }

    .view_news_detail {
        padding: 6vw 0 10vw
    }

    .view_news_detail h2 {
        font-size: 18px
    }

    .view_news_detail .news_detail_date {
        font-size: 14px;
        line-height: 14px;
        margin: 15px 10px
    }

    .news_detail_body {
        padding: 0 10px
    }

    .view_news_detail .backs {
        margin-right: 10px
    }
}