.top_bg {
    width: 100%;
}

.child_menu {
    padding:  50px 0px;
}

.child_menu.fixed {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 20;
}

.child_menu .container {
    overflow: hidden;
    text-align: center;
}

.menu_tags {
    width: 14%;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    /*float: left;*/
    margin-right: 2%;
    border: 1px solid #dadada;
    text-align: center;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    margin-bottom: 10px;
}

.menu_tags.end {
    margin-right: 0px;
}

.menu_tags.on,.menu_tags:hover {
    color: #fff;
    background: #0068bf;
    border: 1px solid #0068bf;
}

/* 集团简介  start */
.proflie_title_line.left_margin {
    margin-left: 30px;
}
.load_more {
    margin-bottom: 30px;
}
.profile_top {
    background: #fff url(../images/pro_top_bg.png) right bottom no-repeat;
    /*background-size: 100% 80%;*/
    background-size: 100% auto;
}

.profile_content {
    width: 53%;
}

.profile_tit {
    font-size: 50px;
	color: #e5f0f8;
    margin-bottom: 5px;
    font-family: "myFont";
}
.profile_tit_en{
    font-size:24px;
}
.proflie_title {
    margin-bottom: 60px;
    font-size: 30px;
	color: #0068bf;
}
.proflie_title_cn{
    margin-bottom:0;
}
.proflie_title_txt {
    margin-right: 0px;
    font-family: 'my-songti';
    font-weight: bold;
}
.profile_content .proflie_title_company{
    font-weight: bold;
    font-size:22px;
    color:#333;
}

.profile_content p {
    font-size: 16px;
	line-height: 28px;
    color: #666;
    margin-bottom: 20px;
}

.statistics {
    background: url(../images/statics_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0px;
}

.statistics_item {
    color: #af905d;
    float: left;
    margin-right: 150px;
}

.statistics_item.end {
    margin-right: 0px;
}

.item_num {
    font-family: "myFont";
    font-size: 48px;
    margin-bottom: 36px;
}

.statistics_item_txt {
    font-size: 20px;
}

.item_unit {
    font-size: 18px;
}

.item_add {
    font-size: 48px;
}

.statistics .container {
    overflow: hidden;
    padding:0px 80px;
}

.leader_top {
    text-align: center;
    margin-bottom:30px;
}

.leader {
    overflow: hidden;
    padding-top: 70px;
    text-align: center;
}

.proflie_title_line {
    color: #0068bf;
    margin-bottom: 0px;
    font-weight: bold;
}
.no_line .proflie_title_line {
    margin-bottom: 0px;
}

.leader_main {
    overflow: hidden;
}

.leader_item img {
    width: 209px;
	height: 292px;
}

.leader_item {
    display: inline-block;
    margin-right: 22px;
    position: relative;
    /*height: 385px;*/
    cursor: pointer;
    margin-bottom: 40px;
}

.leader_item.end {
    margin-right: 0px;
}

.leader_discripe {
    width: 210px;
    height: 106px;
    /*position: absolute;*/
    box-sizing: border-box;
    padding: 25px;
    bottom: 30px;
    left: 20px;
    background: #f7f7f7;
    text-align: center;
}

.leader_name {
    font-size: 20px;
	font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.leader_position {
    font-size: 16px;
	color: #666;
}

.leader_item:hover .leader_name , .leader_item:hover .leader_position{
    color: #fff;
}

.leader_item:hover .leader_discripe {
    background: #b59868;
	box-shadow: 0px 9px 32px 0px 
		rgba(134, 96, 32, 0.29);
}

.load_more {
    text-align: center;
}

.more_btn {
    padding: 16px 38px;
    background: #fff;
    border: 1px solid #dadada;
}

.more_btn span {
    font-size: 18px;
    color: #999;
    margin-right: 8px;
}

.more_img {
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-bottom: 3px;
}

.img02 {
    display: none;
}

.more_btn:hover {
    border: 1px solid #b59868;
}

.more_btn:hover .img01 {
    display: none;
}

.more_btn:hover .img02 {
    display: inline-block;
}
.more_btn:hover span {
    color: #b59868;
}
/* 集团简介  end */

/* 组织架构  start */
.organization_descripe {
    margin-bottom: 78px;
    font-size: 18px;
	line-height: 36px;
	color: #666;
    width: 744px;
    margin: 0px auto 78px;
    text-align: center;
}

.organization_img {
    width: 100%;
    margin-bottom: 280px;
}

.organization_img.ownership {
    margin-bottom: 122px;
    /*margin-top:100px;*/
}

.organization {
    /*background: url(../images/organization_img_g.png) no-repeat;*/
    background: url(../images/cultrue_g_end.png) no-repeat;
    /*background-size: 100% 100%;*/
    background-position: 100% 100%;
     /*针对IE8的hack，目的是除掉之前background*/
     background: none\9;
     /*下一行为关键设置*/
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/organization_img_g.png', sizingMethod='scale');
}

.organization .proflie_title {
    margin-bottom: 38px;
}
.organization .proflie_title_cn{
    margin-bottom:0;
}
.or_img02 {
    display: none;
}
/* 组织架构  end */

/* 成员企业 start */
.child_list {
    overflow: hidden;
    display: none;
}

.menber_list li {
    border-bottom: 1px solid #ececec;
}

.child_item {
    width: 30%;
    margin-right: 3%;
    float: left;
    background: #fafafa;
    /*height: 140px;*/
    height:110px;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 25px 30px;
    box-sizing: border-box;
    position: relative;
}

.child_item.end {
    margin-right: 0px;
    float: left;
}

.member_top {
    overflow: hidden;
    width: 100%;
    height: 105px;
    box-sizing: border-box;
    padding-top: 43px;
    cursor: pointer;
}

.member_left {
    font-size: 22px;
	font-weight: bold;
	line-height: 25px;
    color: #333;
    width: 80%;
    float: left;
    border-left: 3px solid #b59868;
    padding-left: 10px;
    box-sizing: border-box;
}

.menber_right {
    /* width: 20%; */
    float: right;
    text-align: right;
    font-size: 20px;
	color: #b59868;
}

.member_top:hover .member_left{
    color: #b59868;
}

.item_top {
    font-size: 18px;
    color: #666;
    margin-bottom: 8px;
}

.item_cneter {
    font-size: 20px;
	font-weight: bold;
    color: #333;
    width: 100%;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.item_bottom {
    font-size: 20px;
    color: #999;
    margin-bottom: 0px;
}

.child_item:hover {
    background: #b59868;
	box-shadow: 0px 9px 32px 0px 
		rgba(134, 96, 32, 0.29);
}

.child_item:hover .item_top , .child_item:hover .item_cneter, .child_item:hover .item_bottom {
    color: #fff;
}

.item_go {
    position: absolute;
    top: 45px;
    right: 10px;
    width: 50px;
	height: 50px;
}

.item_left {
    width: 90%;
}

.menber_right img {
    width: 20px;
	height: 11px;
}

.menber_list {
    margin-bottom: 30px;
}
/* 成员企业 end */


/* 企业文化 start */
.clear {
    clear: both;
}

.worth_item {
    width: 255px;
    height: 180px;
    position: relative;
    float: left;
    border: 1px solid #fff;
    margin-right: 40px;
    text-align: center;
    box-sizing: border-box;
    padding-top:50px;
}

.worth_item.end {
    margin-right: 0px;
}

.worth_item.blue {
    border: 1px solid #0068bf;
}

.worth_item.brown {
    border: 1px solid #b59868;
}

.worth_img_box {
    height: 44px;
    position: absolute;
    top: -22px;
    width: 100%;
    left: 0px;
}

.worth_img {
    height: 100%;
    background: #fff;
    padding: 0px 15px;
}

.worth_txt {
    font-size: 30px;
    color: #e2e2e2;
    margin-bottom: 15px;
    font-family: "myFont";
}

.worth_text {
    font-size: 26px;
	color: #333;
}

.worth {
    margin-bottom: 70px;
    margin-top: 60px;
}

.development_ideas {
    background: url(../images/ideas_bg.png) no-repeat;
    background-size: 100% auto;
    padding-top: 62px;
}



.development_title {
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
}

.development_ideas .development_title {
    color: #fff;
}

.development_down {
    text-align: center;
}
.development_down img {
    width: 28px;
    height: 17px;
    margin-bottom: 30px;
}

.ideas_box {
    overflow: hidden;
    padding-bottom: 55px;
}

.ideas_item {
    width: 30%;
    height: 380px;
	background-color: #ffffff;
	box-shadow: 0px 9px 13px 3px 
        rgba(187, 187, 187, 0.14);
    box-sizing: border-box;
    padding: 50px;
    margin-right: 3.3%;
    float: left;
    text-align: center;
}
.ideas_item:nth-of-type(1){
    background:#ffffff url(../images/profile_bg01.png) right bottom no-repeat;
}
.ideas_item:nth-of-type(2){
    background:#ffffff url(../images/profile_bg02.png) right bottom no-repeat;
}
.ideas_item:nth-of-type(3){
    background:#ffffff url(../images/profile_bg03.png) right bottom no-repeat;
}
.ideas_item.end {
    margin-right: 0px;
}

.ideas_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 35px;
}

.ideas_item p {
    font-size: 18px;
	line-height: 38px;
	color: #666;
}

.development_target {
    background: url(../images/cultrue_g_end.png) no-repeat;
    /*background-size: 100% 100%;*/
    background-position: 100% 100%;
}

.target_desripe {
    width: 100%;
    /*height: 170px;*/
	background-color: #fffefe;
    border: solid 1px #b59868;
    box-sizing: border-box;
    padding: 46px 130px;
    margin-bottom: 60px;
    /*font-size: 24px;*/
    font-size:18px;
	line-height: 38px;
    color: #b59868;
    text-align: center;
    margin-top:15px;
}
/* 企业文化 end */


/* 大事记 start */
.layui-text ul li {
    list-style: none;
    margin-top: 0px;
}

.time_inner {
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 2px;
}
.time_date {
    font-size: 30px;
    font-family: "myFont";
    width: 15%;
}

.time_list {
    width: 81%;
}

.time_list li {
    overflow: hidden;
    margin-bottom: 40px;
}

.time_month {
    width: 15%;
	font-size: 20px;
    color: #666;
    margin-top: 4px;
}

.time_content {
    font-size: 20px;
    color: #666;
    width: 85%;
    line-height: 30px;
}


.layui-timeline-axis { 
    left: 49.15%;
    color: #c5c5c5;
}
.layui-timeline-item:before {
    left: 50%;
}

.layui-timeline-content {
    overflow: hidden;
}

.left .time_inner {
    float: left;
    text-align: right;
}

.left .time_date {
    float: right;
    color: #333;
}

.left .time_list {
    float: left;
}

.left .time_inner {
    padding-right: 4%;
}

.left .time_month {
    float: right;
}

.left .time_content {
    float: left;
}

.right .time_content {
    float: right;
}


.right .time_month {
    float: left;
}

.right .time_inner {
    padding-left: 1%;
}
.right .time_inner {
    float: right;
    text-align: left;
}

.right .time_date {
    float: left;
    color: #b59868;
}
.right .time_list {
    float: right;
}

.layui-text .time_list {
    padding: 0px;
}

.show_more {
    margin-bottom: 180px;
    text-align: center;
    margin-top: 20px;
}

.show_more_inner {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    color: #666;
}

.show_more_inner:hover .img01 {
    display: none;
}
.show_more_inner:hover .img02 {
    display: inline-block;
}

.show_more_inner:hover  {
    display: inline-block;
    color: #b59868;
}

.more_img {
    width: 16px;
	height: 14px;
}
/* 大事记 end */
/*弹框 start*/
.introduction_video {
    width: 100%;
    height: 100%;
    /*float: left;*/
    overflow: hidden;
    position: relative;

}


.videoCase_cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}

.videoCase_cover img {
    height: auto;
    width: 100%;
}

.videoCase_play {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 4;
    top: 55%;
    left: 55%;
    margin-top: -50px;
    margin-left: -50px;
    cursor: pointer;
}
.layer_video_pop_up {
    width: 1200px;
    border-radius: 0px;
    /* overflow: hidden; */
    position: relative;
    z-index: 3;
}

.layer_video_pop_up_content {
    font-size: 0px;
    background: #000;
}

.layer_video_pop_up_content video,
.layer_video_tips {
    width: 100%;
    height: 600px;
}
.layui-layer{
    width: auto !important;
    margin-left: 0px !important;
}
.layui-layer-page .layui-layer-content{
    overflow: initial !important;
    padding: 20px;
}
/*弹框 end*/
/* 响应适配 */
@media (max-width: 767px) {
    .item_num {
        font-size: 25px;
    }
    .show_more_inner {
        font-size: 16px;
    }
    .more_img {
        width: 14px;
        height: 12px;
    }
    .layui-timeline-axis {
        left: -5px;
    }
    .layui-timeline-item:before {
        left: 5px;
    }
    .time_inner {
        width: 100%;
    }
    .left .time_inner {
        padding-right: 0%;
    }
    .right .time_inner {
        padding-left: 0%;
    }
    .time_date {
        font-size: 19px;
        font-family: "myFont";
        width: 100%;
        margin-bottom: 5px;
    }
    .time_list {
        width: 100%;
    }
    .left .time_inner {
        text-align: left;
    }
    .time_content {
        font-size: 14px;
    }
    .time_month {
        font-size: 14px;
    }
    .left .time_month {
        float: left;
    }
    .time_list li {
        margin-bottom: 10px;
    }
    .show_more {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .or_img02 {
        display: block;
    }
    .or_img01 {
        display: none;
    }
    
    .menu_tags {
        width: 30%;
        height: auto;
        line-height: 30px;
        margin-right: 2%;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .profile_tit {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .proflie_title {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .profile_content p {
        font-size: 14px;
        line-height:24px;
        margin-bottom: 10px;
    }
    .profile_content .proflie_title_company{
        font-size: 16px;
    }
    .statistics_item {
        color: #af905d;
        float: left;
        margin-right: 0%;
        width: 50%;
    }
    .statistics {
        padding: 10px 0px;
    }
    .item_add {
        font-size: 31px;
    }
    .item_unit {
        font-size: 14px;
    }
    .leader {
        padding-top: 15px;
    }
    .proflie_title_line {
        margin-bottom: 0px;
    }
    .leader_item {
        margin-right: 22px;
        position: relative;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .leader_item img {
        width: 52%;
        height: auto;
    }
    .leader_discripe {
        width: 100%;
        height: 106px;
        position: relative;
        padding: 25px 10px;
        bottom: 0px;
        left: 0px;
    }
    .worth_item {
        width: 100%;
        margin-right: 0px;
        margin-top: 50px;
        height: 144px;
        padding-top: 36px;
    }
    .worth_txt {
        font-size: 24px;
        color: #e2e2e2;
        margin-bottom: 10px;
    }
    .worth {
        margin-bottom: 25px;
    }
    .ideas_item {
        width: 90%;
        height: auto;
        padding: 15px 10px;
        margin: 30px auto 30px;
        float: none;
    }
    .ideas_item.end {
        margin-right: auto;
    }
    .development_ideas {
        background: #0068bf;
        padding-top: 20px;
    }
    .development_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .development_down img {
        width: 15px;
        height: 10px;
        margin-bottom: 0px;
    }
    .ideas_title {
        margin-bottom: 10px;
    }
    .ideas_item p {
        font-size: 16px;
        line-height: 30px;
    }
    .target_desripe {
        width: 100%;
        height: auto;
        padding: 10px 10px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 30px;
    }
    .container {
        padding-top: 20px;
    }
    .child_menu.fixed {
        top: 48px;
    }
    /*弹框大小 位置*/
    .layui-layer{
        top: 30% !important;
        left: 10% !important;
        width: 80% !important;
    }
    .layer_video_pop_up{
        width: auto !important;
    }
    .layer_video_pop_up_content video, .layer_video_tips{
        height: 200px !important;
    }
    .videoCase_play{
        width: 50px;
        height: 50px;
        top: 60%;
        left: 57%;
    }
    .layui-layer-page .layui-layer-content{
        padding: 10px;
    }
    .layui-layer-resize{
        z-index: 10000000;
    }
}

@media (max-width: 1199px) {
    .profile_top{background: #fff;}
    .profile_content {
        width: 100%;
    }
    .statistics .container {
        padding: 0px 15px;
    }
    .child_menu {
        padding: 15px 0px;
    }
    .item_num {
        font-size: 34px;
    }
    .statistics_item_txt {
        font-size: 18px;
    }
    .organization_descripe{
        width: 100%;
    }
    .organization_img {
        margin-bottom: 30px;
    }
    .organization_descripe {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        margin: 0px auto 25px;
    }
    .organization_img.ownership {
        margin-bottom: 30px;
        /*margin-top:20px;*/
    }
    .member_left {
        font-size: 14px;
        line-height: 15px;
        margin-top: 3px;
    }
    .menber_right img {
        width: 12px;
        height: 7px;
        margin-bottom: 2px;
    }
    .member_top {
        height: 51px;
        padding-top: 20px;
    }
    .menber_right {
        font-size: 14px;
    }
    .child_item {
        width: 100%;
        margin-right: 0px;
        height: auto;
        margin-bottom: 15px;
        cursor: pointer;
        padding: 10px 10px;
    }
    .item_cneter {
        font-size: 16px;
    }
    .item_top {
        font-size: 14px;
    }
    .item_bottom {
        font-size: 14px;
    }
}
@media (min-width:992px) and (max-width: 1199px) {
    .leader_discripe{
        width:166px;
    }
}
@media (min-width:768px) and (max-width: 1199px) {
    .statistics_item {
        color: #af905d;
        float: left;
        margin-right: 0%;
        width: 25%;
    }
    .leader_item.end {
        margin-right: 22px;
    }
    .worth_item {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    .worth {
        margin-bottom: 0px;
    }
    .organization_descripe {
        font-size: 18px;
        line-height: 36px;
    }
    .development_ideas {
        background: url(../images/ideas_bg.png) no-repeat;
        background-size: 100% 100%;
        padding-top: 35px;
    }
    .ideas_item {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .development_target .container {
        padding-top: 20px;
    }
    .target_desripe {
        height: auto;
        padding: 20px;
        margin-bottom: 40px;
    }
    .time_list {
        width: 100%;
        margin-top: 15px;
        line-height: 24px;
    }
    .show_more {
        margin-bottom: 50px;
    }


}
@media (min-width:768px) and (max-width: 929px) {
    .child_menu.fixed {
        top: 65px;
    }
    .leader_discripe{
        width:216px;
    }
}

@media(min-width:200px) and (max-width:767px){
    .item_num {font-size: 20px;}
    .item_add {font-size: 20px;}
    .statistics_item_txt { font-size: 14px;}
    .item_unit {font-size: 12px;}
    .leader_item { margin-right:10px; width: 48%;}
    .worth_item {width: 49%; margin-right: 0px; margin-top: 25px; height: 120px; padding-top: 30px;}
    .worth_item:nth-child(odd){ margin-right: 2%; }
    .worth_txt {font-size: 20px;}
    .worth_text { font-size: 22px; }
    .organization {background: none;}
    .leader_main{margin-top:20px;}
    .leader_name{font-size:18px;}
    .leader_position{font-size:14px;}
    .leader_item:nth-of-type(2n){
        margin-right: 0;
    }
}