﻿@charset "utf-8";
body,html{background: #F6F8FA;width: 100%;overflow-x: hidden;overflow-y: auto;}
.recruitment-on {
    border-bottom: 3px solid #2D9A00;
}

.recruitment-list{
    width: 100%;
    float: left;
    margin-top: 25px;
}
.re-list-title{
    width: 94%;
    min-height:25px;
    background: #FFFFFF;
    padding: 20px 3%;
    float: left;
    line-height: 25px;
    font-size: 18px;
}
.bg-color-main{background: #2D9A00;color: #fff !important;}
.re-list-icon{
    width: 22px;
    height: 3px;
    float: right;
    position: relative;
    background: #2D9A00;
    margin-top: 12px;
    transition: all 0.1s linear 0.1s;
    -o-transition: all 0.1s linear 0.1s; /*兼容parsto内核*/
    -moz-transition: all 0.1s linear 0.1s; /*兼容gecko内核*/
    -webkit-transition: all 0.1s linear 0.1s; /*兼容webkit内核*/
}
.re-list-icon:after{
    content: '';
    width: 3px;
    height: 22px;
    position: absolute;
    top: -9px;
    left: 10px;
    background: #2D9A00;
    transition: all 0.1s linear 0.1s;
    -o-transition: all 0.1s linear 0.1s; /*兼容parsto内核*/
    -moz-transition: all 0.1s linear 0.1s; /*兼容gecko内核*/
    -webkit-transition: all 0.1s linear 0.1s; /*兼容webkit内核*/

}
.bg-color-white{background: #fff !important;}
.bg-color-white:after{background: #fff !important;}
.list-icon-rotate:after{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);     /* IE 9 */
    -moz-transform:rotate(90deg);    /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg);
}
.re-list-box{
    width: 90%;
    float: left;
    padding: 35px 5%;
    background: #fff;
    display: none;
}
.re-list-text{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #414141;
    line-height: 25px;
}
.re-list-text p{margin-top: 3px;}
.recruitment-btn{
    border:1px solid #0068B7;
    float: left;
    width:120px;
    height: 40px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius:5px;
    background: #0068B7;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-top: 60px;
    margin-right:25px;
    font-size: 14px;
}
.recruitment-btn{
    border:1px solid #2D9A00;
    float: left;
    width:155px;
    height: 53px;
    color: #FFF;
    text-align: center;
    border-radius:5px;
    background: #2D9A00;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-top: 45px;
    margin-right:25px;
    font-size: 16px;
}
.recruitment-btn:hover{
    background: #fff;
    color: #2D9A00;
}
/*手机*/
@media screen and (min-width: 320px) and (max-width: 480px) {
    .banner-box2{width: 50% !important;}
}

.conInner3{
    overflow: hidden;
}
.about-page01{
    overflow: hidden;
}
.common-banner{
    float: initial;
}
.about-page01 .conInner3{
    overflow: hidden;
}
.banner-img{
    float: initial;
}
.about-page01 .img {
    width: 38%;
    height: 326px;
    float: right;
    margin-left: 30px;
}
.about-page01 .text{
   width: 100%;
   line-height: 2.25;
}
.about-page02 .lists{
    justify-content: space-between;
}
.about-page02 .list{
    background: #ffffff;
    width: 48%;
    margin-bottom: 40px;
    padding: 20px 35px;
    box-sizing: border-box;
}
.about-page02 .icon {
    width: 80px;
    height: 80px;
    background: url(../images/arrow-icon.png) no-repeat center/cover;
    border-radius: 50%;
    justify-content: center;
    font-size: 45px;
    color: #2D9900;
}

.about-page02 .texs{
    padding-left: 20px;
    box-sizing: border-box;
}
.about-page02 .desc{
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
}
