/* 结构图 */

span.title {
    font-weight: normal;
    font-style: italic;
    color: #404040;
}

#content {
    margin-top: 10px;
}

#main {
    margin-top: 10px;
}


/* end */


/* 组织结构 */

.index_organization .public_title {
    margin-bottom: 15px;
}

body {
    background-color: #ffffff;
}


/* 视频播放器样式 */

.main-wrap {
    margin: 0 auto;
    /* width:720px;
 
    min-width: 320px; */
    max-width: 720px;
}

.main-wrap video {
    width: 100%;
    height: 451px;
    /* height: 453px; */
}

.index_movie {
    margin-top: 50px;
}


/* 视频播放器end */


/* 头部 */

.index_hander {}

.index_hander_shade {
    background: linear-gradient(rgba(100, 185, 159, 0.8), rgba(104, 196, 180, 0.4));
    position: absolute;
    width: 100%;
    height: 700px;
}


/* 视频播放模块 */

.index_hander_movie {
    width: 100%;
    height: 560px;
    /* background-color: #ccc; */
    /* margin-top: 598px; */
    margin-left: 30px;
    position: relative;
}

.video-content {
    position: absolute;
    /* bottom: -356px; */
}

.index_hander_content {
    position: absolute;
    padding: 48px 30px;
    left: 665px;
    box-sizing: border-box;
    bottom: 70px;
    width: 527px;
    height: 410px;
    background-color: #fff;
    border: 1px solid #f7f7f7;
    box-shadow: -19px 21px 0px 0px #2cc072;
}

.index_hander_content_div {
    width: 50px;
    height: 4px;
    border-top: 4px solid #2cc072;
}

.index_hander_content_h3 {
    color: #2cc072;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}

.index_hander_content_span {
    color: #2cc072;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 48px;
}

.index_hander_content_p {
    color: #7e7e7e;
    text-indent: 40px;
    line-height: 30px;
    font-size: 14px;
}


/* 更多按钮 */

.index_hander_btn {
    width: 136px;
    height: 38px;
    background-color: #595959;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    margin: 40px auto;
    cursor: pointer;
    margin-top:46px;
}

.index_hander_btn a {
    display: block;
    color: #fff;
    box-shadow: 1px 3px 9px #bbbbbb;
}

.index_hander_btn:hover {
    background-color: #2bbe70;
    box-shadow: 1px 3px 9px #2cc072;
}


/* 组织机构 */

.index_organization {
    width: 100%;
    margin: 0 auto;
    /* margin: 50px 0px; */
    min-height: 500px;
}

.index_organization_content {
    width: 100%;
    height: 50px;
    /* background-color: #2cc072; */
}


/*公共标题 */

.public_title {
    width: 320px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.public_title_content {
    width: 167px;
    float: left;
}

.public_title_content h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.public_title_content span {
   /* color: #9d9d9d;*/
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: center;
}

.public_title_left {
    float: left;
    width: 75px;
    height: 21px;
    border-bottom: 3px solid #2cc072;
}

.public_title_right {
    float: right;
    width: 75px;
    height: 21px;
    border-bottom: 3px solid #2cc072;
}


/* 公共标题  end*/


/* 组织机构end */


/* 布局规划 */

.index_project {
    height: 400px;
    margin: 0 auto;
    width: 100%;
    background-repeat: no-repeat;
}

.index_project_contnet {
    box-sizing: border-box;
    padding-top: 110px;
}

.index_project_ul {
    width: 100%;
    margin: 0 auto;
}

.index_project_ul li {
    float: left;
    width: 283px;
    margin-left: 15px;
    height: 192px;
    background-color: #ebebe8;
    opacity: 0.9;
    padding: 58px 40px;
    box-sizing: border-box;
    position: relative;
}

.index_project_ul li h3 {
   /* color: #2cc072;*/
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.index_project_ul li p {
    text-align: center;
    font-size: 14px;
    color: #343434;
    line-height: 22px;
    cursor: pointer;
    font-weight: 400;
}

.index_project_ul li p:hover {
    font-weight: 800;
}

.index_honor .public_title_content span {
    width: 187px;
}

.index_project_ul_icon {
    position: absolute;
    width: 70px;
    height: 70px;
    /* background-color: #2cc072; */
    border-radius: 50%;
    /* top: 50%; */
    margin-left: -35px;
    left: 50%;
    top: -35px;
    background-size: 210%;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.index_project_ul li:nth-child(1) .index_project_ul_icon {
    background-position: -27px -18px;
}

.index_project_ul li:nth-child(2) .index_project_ul_icon {
    background-position: -37px -22px;
}

.index_project_ul li:nth-child(3) .index_project_ul_icon {
    background-position: -37px -22px;
}

.index_project_ul li:nth-child(4) .index_project_ul_icon {
    background-position: -13px 0px;
    background-size: 150%;
}


/* .index_project_ul_icon>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
} */

svg {
    margin: 12px 12px;
}


/* 布局规划end */

.index_honor {
    width: 100%;
    margin: 0 auto;
}


/* 荣誉资质 */

.index_honor {
    background-color: #f8f8f8;
    padding-bottom: 108px;
}

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


/* .index_honor img{
   width:273px ;
   height: 406px;
   margin: 0 28px;
   width: 20%;
} */

.index_honor_imgs {
    width: 1200px;
    margin: 20px auto;
}

.index_honor_imgs_ul {
    width: 100%;
}

.index_honor_imgs_ul li {
    margin-right: 20px;
    width: 280px;
    height: 396px;
    margin-bottom: 20px;
    float: left;
}

.index_honer_btn {
    width: 201px;
    height: 44px;
    background-color: #595959;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 102px;
    margin-top: 45px;
}
.index_honer_btn:hover {
    width: 201px;
    height: 44px;
    background-color: #2cc072;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 102px;
    margin-top: 45px;
}

.index_honer_btn label {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.certificate {
    display: none;
}


/* 荣誉资质end */


/* 企业文化 */

.index_culture {
    width: 100%;
    height: 300px;
    margin: 0 auto;
}


/* 企业文化end */


/* 企业使命 */

.index_mission {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.index_mission_content {
    width: 1200px;
    height: 400px;
    /* background-color: #eee; */
    margin: 0 auto;
}

.index_mission_content_ul li {
    float: left;
    margin-left: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #e4e4e4;
    border-radius: 10px;
}

.index_mission_content_item {
    width: 286px;
    height: 400px;
    border-radius: 3px;
}

.index_mission_content_img {
    width: 100%;
    height: 230px;
    border-radius: 10px;
}

.index_mission_content_img img {
    width: 100%;
    height: 100%;
}

.index_mission_content_text {
    padding: 28px 15px;
}

.index_mission_content_text h3 {
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
    color:#595959;
}

.index_mission_content_text h3::before {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    position: absolute;
    bottom: -6px;
    background-color: #595959;
}

.index_mission_content_text span {
    font-size: 14px;
    color: #9c9c9c;
}


/* .index_mission_content_item h3 {
    margin-top: 30px;
    font-size: 16px;
} */


/* .index_mission_box {
    margin-left: 30px;
}

.index_mission_img {
    width: 600px;
    height: 480px;
    float: left;
}

.index_mission_content {
    float: left;
    margin-left: 30px;
    width: 560px;
}

.index_mission_content dl {
    margin-top: 67px;
}

.index_mission_content dt {
    font-size: 16px;
    margin-bottom: 16px;
}

.index_mission_content dd {
    margin-bottom: 46px;
    font-size: 14px;
    font-weight: 500;
} */


/* 企业使命end */


/* 企业文化 */

.index_culture_box {
    padding-top: 58px;
    color: #fff;
    padding-left:34px;
}

.index_culture_box_title {
    font-size: 39px;
    font-weight: normal;
    position: relative;
}

.index_culture_box_entitle {
    margin-left: 15px;
    /* color: #fff; */
}

.index_culture_box_test {
    font-size: 16px;
    margin-top: 17px;
    line-height: 29px;
}

.index_culture_box_title::before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    top: -8px;
    background-color: #fff;
}


/* 企业文化end */


/* 社会责任 */

.index_duty {
    width: 100%;
    margin: 0 auto;
}

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

.index_duty_content_ul li {
    float: left;
    margin-right: 50px;
}

.index_duty_content_ul li:last-child {
    float: left;
    margin-right: 0px;
}

.index_duty_content_item {
    width: 200px;
    height: 360px;
}

.index_duty_content_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.index_duty_item_btn {
    display: block;
    width: 82px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #bbbbbb;
    position: absolute;
    color: #fff;
    bottom: 10px;
    cursor: pointer;
    left: 0;
    z-index: 999;
}

.index_duty_item_btn:hover {
    display: block;
    width: 82px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #2cc072;
    position: absolute;
    color: #fff;
    bottom: 10px;
    cursor: pointer;
    left: 0;
    z-index: 999;
}


.index_duty_content_img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    /*transition: all 0.8s;
    -ms-transition: all 0.8s;*/
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.index_duty_content_text {
    padding: 10px 0px 0px;
}

.index_duty_content_text p {
    font-size: 16px;
    font-weight:bold; 
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
    color:#595959;
}

.index_duty_content_text span {
    font-size: 14px;
    color: #9c9c9c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.index_duty_content_item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}*/

.jq22-container {
    height: 100%;
}


/* 滚动条样式 */

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}


/* 社会责任end */


/* 公司风采 */

.index_mien {
    width: 100%;
    margin: 0 auto;
    background-color: #f8f2ee;
    padding: 2px 0;
   // margin-top: 126px;
}

.index_mien_content {
    margin-left: 30px;
}

.index_mien_content_left {
    width: 100%;
    height: 100%;
    /* position: relative; */
}


/* .index_mien_content_left:before {
    content: "青年踏青活动";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background-color: #000000;
    z-index: 333;
    opacity: 0.5;
    color: #fff;
    font-size: 16px;
} */

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

.index_mien_content_left_box {
    position: relative;
    float: left;
    width: 635px;
    height: 440px;
}

.index_mine_content_hover {
    position: absolute;
    width: 100%;
    height: 48px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    display: none;
}

.index_mine_content_right_hover {
    position: absolute;
    width: 100%;
    height: 48px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: none;
    line-height: 48px;
}

.index_mien_content_right_box {
    position: relative;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
    width: 268px;
    height: 215px;
}

.index_mien_content_right_box:hover .index_mine_content_right_hover {
    display: block;
}

.index_mien_content_left_box:hover .index_mine_content_hover {
    display: block;
}

.index_mien_content_right_box:hover .index_mine_content_hover {
    display: block;
}


/* 公司风采end */


/* 社会责任 end*/


/* 底部微信部分 */

.index_footer_wx_box {
    width: 176px;
    height: 158px;
    margin: 0 auto;
}

.index_footer_wx_img {
    width: 101px;
    height: 101px;
    margin-left: 42px;
}

.index_footer_wx_title {
    font-size: 14px;
    margin-top: 20px;
    color: #787878;
    margin-left: 20px;
}