.c_banner{
    width: 100%;
}

.c_banner img{
    width: 100%;
}
.c_navigation{
    width: 100%;
    border-bottom: solid 1px #eaeaea;
}
.c_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.c_left{
    display: flex;

}
.c_left div{
    padding: 22px 33px;
    font-size: 14px;
	line-height: 14px;
    color: #666666;
    border-left:solid 1px #eaeaea;
    border-right:solid 1px #eaeaea;
    cursor:pointer;
}
.c_left div:hover{
    background: #7cbe27;
    color: #fff !important;
}
.c_left :last-child{
    border-left: 0px;
}
.c_active{
    background: #7cbe27;
    color: #fff !important;
}
.c_rigjt{
    display: flex;
    align-items: center;
    font-size: 12px;
	line-height: 12px;
	color: #666666;
}
.c_rigjt span{
    padding-left: 5px;
    cursor:pointer;
}

.content{
    width: 1200px;
    margin: 0 auto;
}
@media (max-width:1199px) {
    .c_box{
        width: 100%;
    }
}

@media (max-width:990px) {}

@media (max-width:767px) {
    .c_left div{
        padding: 10px 5px;
        font-size: 12px;
        line-height: 12px;
    }
}

/* -------------product-------------- */
.c1_sort{
    width:auto;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin-top: 25px;
}
.c1_active{
    color: #7cbe27;
}
.c1_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.c1_item{
    width: 23.91%;
    height: 231px;
    border: solid 1px #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
}
.c1_tu{
    width: 60%;
    margin: 0 auto;
    vertical-align: middle;
}
.c1_tu img{
    width: 100%;
}
.c1_hover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 75px;
    opacity: 1;
}
.c1_item:hover .c1_hover{
    opacity: 0.8;
    z-index: 20;
    background: #7cbe27;
    transition: all 0.5s;
}
.c1_geduo{
    opacity: 0;
}
.c1_item:hover .c1_geduo{
    opacity: 1;
    transition: all 0.5s;
}
.c1_name{
    font-size: 20px;
	line-height: 20px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 25px;
}
.c1_more{
    color: #7cbe27;
    margin: 0 auto;
    width: 102px;
	height: 32px;
	background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.c1_more span{
    padding-right: 9px;
}

@media (max-width:1199px) {
    .content{
        width: 98%;
    }
}

@media (max-width:990px) {
    .c1_sort{
        width: 65.25%;
    }
    .c1_item{
        height: 188px;
    }
    .c1_box{
        margin-top: 25px;
    }
}

@media (max-width:767px) {
    .c1_item{
        width: 49%;
        /* height: 231px; */
    }
    .c1_hover{
        padding-top: 65px;
    }
    .c1_sort{
        width: 100%;
        margin-top: 15px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .c1_sort span{
        padding: 5px 5px;
    }
    .c1_box{
        margin-top: 15px;
    }
}

/* ----------------download------------------------- */
.c2_box{
    margin-top: 53px;
}
.c2_title{
    font-size: 34px;
	line-height: 38px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 53px;
}
.c2_item{
    width: 48.33%;
    /* padding: 25px 35px 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
    color: #666666;
    margin-bottom: 23px; */
}
.c2_itemson{
    width: 100%;
    padding: 25px 35px 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
    color: #666666;
    margin-bottom: 23px;
}
.c2_left, .c2_right{
    display: flex;
}
.c2_name{
    padding-left: 21px;
}
.c2_down{
    padding-left: 11px;
}
.c2_subject{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c2_itemson:hover{
    background: #7cbe27;
    color: #fff;
}
.c2_dtfhover{
    display: none;
}
.c2_downtuhover{
    display: none;
}

.c2_itemson:hover .c2_dtfhover{
    display: block;
}
.c2_itemson:hover .c2_dtf{
    display: none;
}

.c2_itemson:hover .c2_downtuhover{
    display: block;
}
.c2_itemson:hover .c2_downtu{
    display: none;
}

@media (max-width:767px) {
    .c2_title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .c2_itemson{
        width: 98%;
        padding: 20px 10px 20px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f1f1f1;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #666666;
        margin-bottom: 12px;
    }
    .c2_name {
        padding-left: 12px;
    }
    .c2_down {
        padding-left: 7px;
    }
    .c2_box{
        margin-top: 20px;
    }
}

/* ---------------------demeanor----------------- */
.c3_box{
    margin-top: 76px;
}
.c3_subject{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.c3_title{
    font-size: 34px;
	line-height: 34px;
    color: #333333;
    text-align: center;
    margin-bottom: 39px;
    font-weight: bold;
}
.c3_item{
    width: 32.33%;
    margin-bottom: 29px;
}
.c3_item img{
    width: 100%;
}

@media (max-width:767px) {
    .c3_box{
        margin-top: 20px;
    }
    .c3_title{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .c3_item{
        width: 49%;
        margin-bottom: 10px
    }
}

/* ---------------recruit------------- */
.c5_box{
    margin-top: 76px;
}
.c5_title{
    font-size: 34px;
	line-height: 34px;
    color: #333333;
    text-align: center;
    margin-bottom: 45px;
    font-weight: bold;
}
.c5_top{
    padding: 27px 63px 27px 53px;
    background: #eaebee;
    display: flex;
    justify-content: space-between;
}
.c5_top span{
    font-size: 18px;
	line-height: 18px;
    color: #7cbe27;
}
.c5_bottom{
    border: solid 1px #e9e9e9;
    border-top: 0;
    border-bottom: 0;
}
.c5_bottom span{
    font-size: 14px;
	line-height: 14px;
	color: #666666;
}
.c5_li{
    padding-left: 53px;
    padding-right: 45px;
   border-bottom: solid 1px #e9e9e9;
}
.c5_position{
    display: flex;
    align-items: center;
    width: 150px;
}
.c5_position img{
    margin-left: 12px;
}
.c5_e{
    width: 67px;
}
.c5_r{
    width: 130px;
    text-align: center;
}
.c5_s{
    width: 80px;
}
.c5_shang{
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
}
.c5_xj{
    display: none;
}
.c5_xx{
    display: none;
}
.c5_xia{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 36px;
}
.c5_left{
    width: 59.5%;
}
.c5_name{
    font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
    color: #666666;
    font-weight: bold;
}
.c5_text{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
	color: #666666;
}
.c5_right{
    font-size: 14px;
	letter-spacing: 0px;
	color: #333333;
}
@media (max-width:990px) {
    .c5_xia{
        display: flex;
        flex-direction: column;
    }
    .c5_left{
        width: 100%;
    }
}

@media (max-width:767px) {
    .c5_top {
        padding: 27px 0px 27px 0px;
    }
    .c5_li {
        padding-left: 0px;
        padding-right: 0px;
    }
    .c5_position{
        display: flex;
        align-items: center;
        width: 160px;
    }
    .c5_position img{
        margin-left: 2px;
    }
    .c5_e{
        width: 27px;
    }
    .c5_r{
        width: 130px;
        text-align: center;
    }
    .c5_s{
        width: 80px;
    }
    .c5_bottom span{
        font-size: 12px;
        line-height: 12px;
    }
    .c5_name{
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1px;
        color: #666666;
        font-weight: bold;
    }
    .c5_text{
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 20px;
        color: #666666;
    }
    .c5_box{
        margin-top: 25px;
    }
    .c5_title{
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 25px;
        font-weight: bold;
    }
}

/* -------------------ABOUT-------------------- */

.c6_box{
    margin-top: 76px;
}
.c6_title{
    font-size: 34px;
	line-height: 34px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 45px;
}
.c6_one{
display: flex;
justify-content: space-between;
align-items: center;
}
.c6_left{
    width: 48.33%;
}
.c6_left img{
    width: 100%;
}
.c6_right{
    width: 46.75%;
    font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
}

.c6_two{
    width: 100%;
    background-color: #f2f2f2;
}
.c6_box2{
    padding-top: 77px;
    padding-bottom: 90px;
    width: 1200px;
    margin: 0 auto;
}
.c6_title2{
    margin-bottom: 47px;
    font-size: 34px;
	line-height: 34px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.c6_subject{
    display: flex;
    justify-content: space-between;
}
.c6_item{
    padding-top: 40px;
    padding-bottom: 44px;
    width: 23.58%;
    height: 241px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
	border: solid 1px #eaebee;
}
.c6_num{
    font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
    color: #9aa0ae;
    font-weight: bold;
}
.c6_name{
    font-size: 21px;
	line-height: 22px;
    color: #425669;
    margin-top: 23px;
    margin-bottom: 38px;
    font-weight: bold;
}
.c6_text {
    line-height: 23px;
    color: #ffffff;
    opacity: 0.7;
    display: none;
    width: 68.9%;
    text-align: center;
    margin-top: -10px;
}
.c6_subject .c6_text {
    line-height: 23px;
    color: #ffffff;
    opacity: 0.7;
    display: none;
    width: 68.9%;
    text-align: center;
    margin-top: -10px;
}
.c6_item:hover{
    background:#7cbe27;
}
.c6_item:hover .c6_text{
    display: block;
}
.c6_item:hover .c6_num{
    color: #fff;
}
.c6_item:hover .c6_name{
    color: #ffffff;
}
.c6_item:hover .c6_tu{
    display: none;
}
.c6_three{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 103px;
}
.c6_title3{
    margin-top: 78px;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.c6_dtu{
    width: 98.66%;
}
.c6_dtu img{
    width: 100%;
}

@media (max-width:1199px) {
    .c6_box2{
        width: 100%;
    }
    .c6_three{
        width: 100%;
    }
}

@media (max-width:990px) {
    .c6_one{
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        }
        .c6_left{
            width: 100%;
        }
        .c6_left img{
            width: 100%;
        }
        .c6_right{
            width: 100%;
            font-size: 16px;
            line-height: 36px;
            letter-spacing: 0px;
            color: #666666;
        }
        



    .c6_subject{
        flex-wrap: wrap;
    }
    .c6_item{
        padding-top: 40px;
        padding-bottom: 44px;
        width: 50%;
    }
}

@media (max-width:767px) {
    .c6_box {
        margin-top: 25px;
    }
    .c6_box2 {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .c6_title3 {
        margin-top: 25px;
        font-size: 26px;
        line-height: 26px;
    }
    .c6_title, .c6_title2 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .c6_three {
        padding-bottom: 65px;
    }
}


.content{
    padding-bottom: 90px;
}

@media (max-width:767px) {
    .content{
        padding-bottom: 35px;
    }
}