/*banner*/
.inner_page_banner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 350px;
    margin-top: 75px;
    background-image: url(../images/services_6.jpg);
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .inner_page_banner {
        margin-top: 36px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .inner_page_banner {
        margin-top: 36px;
    }
}

.inner_page_banner .showtxt {
    /* padding: 15px; */
}

.inner_page_banner .showtxt .h1title {
    font-size: 40px;
    color: rgb(255, 255, 255);
    /* text-shadow: 0 0 1px rgba(0, 0, 0, 0.45); */
    font-weight: 800;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .inner_page_banner .showtxt .h1title {
        font-size: 24px;
    }
}

.inner_page_banner .showtxt .h2title {
    font-size: 25px;
    color: rgb(255, 255, 255);
    /* text-shadow: 0 0 1px rgba(0, 0, 0, 0.45); */
    font-size: 1rem;
    line-height: 28px;
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
    .inner_page_banner .showtxt .h2title {
        font-size: 1.1rem;
    }
}



.search_title {
    font-size: 1.8rem;
    font-weight: 700;
}

.search_title .weightcolor {
    color: #f60;
    font-weight: 800;
}

@media (max-width: 767px) {
    .search_title {
        font-size: 1.3rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .search_title {
        font-size: 1.6rem;
    }
}

/* .split_borderline {
    background-color: rgba(228, 228, 228, 0.95);
    width: 100%;
    height: 1px;
    margin: 25px auto 0 auto;
} */

/* .claselistc {
    margin-top: 10px;
}

@media(max-width:767px) {
    .claselistc {
        margin-top: 20px;
    }
}
 */

/*团队*/
.teambg {
    background-color: #f5f5f7;
    padding: 40px 0 70px 0;
}

.aobut_c .pwapper {
    text-align: center;
}

.aobut_c .pwapper h1 {
    font-size: 2.3rem;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
}



@media (max-width: 767px) {
    .aobut_c .pwapper h1 {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aobut_c .pwapper h1 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

.aobut_c .pwapper h1 span {
    font-size: 4rem;
    position: absolute;
    left: 0;
    bottom: -15px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 800;
}


@media (max-width: 767px) {
    .aobut_c .pwapper h1 span {
        font-size: 2.5rem;
        top: -8px;
        left: 38px;
    }
}

.splitborderline {
    background-color: rgba(0, 0, 0, 0.09);
    width: 65%;
    height: 1px;
    margin: 15px auto 0 auto;
    position: relative;
}

.splitborderline span {
    display: block;
    width: 100px;
    height: 6px;
    background-color: #df0006;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -3px;
}

.about_textxc {
    margin-top: 40px;
    color: rgba(31, 17, 66, 0.6);
    line-height: 30px;
    text-align: center;
}

@media(max-width:767px) {
    .about_textxc {
        margin-top: 20px;
    }
}

.about_textxc img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}


.team_list_c {
    margin-top: 20px;
}

.team_list_c .descxd {
    display: none;
}

@media(max-width:767px) {
    .team_list_c {
        margin-top: 0;
    }
}

.imgcontent {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.imgcontent:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15);
}

.imgcontent .imgcontent_c img {
    /* transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease; */
}

.imgcontent .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: rgba(0, 0, 0, .1); */
    background: linear-gradient(to top, #34495e 0%, rgba(99, 123, 148, 0.2) 60%);
    z-index: 25;
    transition: background 0.5s ease;
}

.imgcontent .titlearea {
    /*  background-color: rgba(218, 25, 35, 0.65); */
    width: 100%;
    height: 92px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 26;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
    /* cursor: pointer; */
    z-index: 999;

}


.imgcontent .titlearea .titlearea_text {
    width: 100%;
    height: 100%;
    display: inline-table;
}


.imgcontent .titlearea .titlearea_text .titlearea_text_c {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.imgcontent .titlearea .titlearea_text .titlearea_text_c h1 {
    width: 98%;
    height: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.imgcontent .titlearea .titlearea_text .titlearea_text_c h1 a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    display: block;

    position: relative;
}

.imgcontent .titlearea .titlearea_text .titlearea_text_c h1 a img {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;

}


.imgcontent .titlearea .titlearea_text .titlearea_text_c h1 a:hover {
    color: #FFF;
}



.imgcontent .titlearea:hover .titlearea_text .titlearea_text_c h1 a {
    color: #FFF;
}


.imgcontent:hover .imgcontent_c img {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
}

.imgcontent .titlearea .titlearea_text .titlearea_text_c h1 img {
    -moz-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}

.imgcontent .titlearea .titlearea_text .titlearea_text_c h1 img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.imgcontent:hover .titlearea {
    /* background-color: rgba(218, 25, 35, 0.65); */
    background: linear-gradient(to top, rgba(52, 73, 94, 0.15) 0%, rgba(99, 123, 148, 0) 80%);
    height: 100%;
}

.imgcontent:hover .titlearea h1 {
    opacity: 0;
    visibility: hidden;
}

.imgcontent .plus_c_c {
    width: 100%;
    height: 92px;
    position: absolute;
    left: 0;
    bottom: -92px;
    /* cursor: pointer; */
    z-index: 1000;
    transition: bottom 0.5s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    -moz-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, bottom 0.5s ease;
    -webkit-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, bottom 0.5s ease;
    -o-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, bottom 0.5s ease;
    transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, bottom 0.5s ease;
}


.imgcontent:hover .plus_c_c {
    opacity: 1;
    visibility: visible;
    height: 100%;
    bottom: 0;
}

.imgcontent .plus_c_c .iconfont {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0);
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -moz-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
}

.imgcontent:hover .plus_c_c .iconfont {
    opacity: 1;
    visibility: visible;
    color: rgba(255, 255, 255, 0.9);
}


/*企业文化*/
.culturelist {
    margin-top: 15px;
}

@media(max-width:767px) {
    .culturelist {
        margin-top: 0;
    }
}

.culturelist .culc {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    padding: 40px 20px;
    margin-top: 30px;
    box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.culturelist .culc:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15);
}

.culturelist .culc .iconc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-color: #2c7ae7;
    background: -webkit-gradient(linear, left top, right top, from(#f60), to(#ff9650));
    background: -o-linear-gradient(left, #f60 0, #ff9650 100%);
    background: linear-gradient(to right, #f60 0, #ff9650 100%);
}

.culturelist .culc .iconc .iconfont {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.95);
}

.culturelist .culc .cultext {
    margin-top: 20px;
}

.culturelist .culc .cultext .h1title {
    font-size: 1.5rem;
}

.culturelist .culc .cultext .textc {
    margin-top: 20px;
    line-height: 28px;
    color: rgba(31, 17, 66, 0.5);
    min-height: 80px;
    padding: 0 20px;
}

/*地图*/
.map_container_c {
    margin-top: 45px;
    height: 400px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.18);

}

@media(max-width:767px) {
    .map_container_c {
        margin-top: 20px;
    }
}

.contactinfo {
    margin-top: 28px;
}

@media(max-width:767px) {
    .contactinfo {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.contactc {

    margin-top: 20px;
}

.contactc .iconfont {
    font-size: 1.1rem;
    color: rgba(31, 17, 66, 0.6);
}