/*网站地图*/
.sitemap_party1 {
    padding: 60px 0;
}

.sitemap_item {
    margin-bottom: 30px;
    overflow: hidden;
}

.sitemap_item h3 {
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-bottom: 35px;
}

.itemAll {
    text-align: left;
    font-size: 0;
}

.itemAll_ul {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 0 25px;
    border-left: 1px solid #e7e7e7;
    margin-bottom: 50px;
}

.itemAll_ul:nth-child(5n) {
    border-right: 1px solid #e7e7e7;
}

.itemAll_ul li {
    position: relative;
    padding-left: 10px;
}

.itemAll_ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 5px;
    background: url(../image/circle.png) no-repeat;
}

.itemAll_ul li a {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    display: block;
}

.itemAll_ul>p {
    margin-bottom: 20px;
    font-family: SourceHanSansCN-Medium;
}

.sitemap_item_bot h3 {
    padding-right: 40px;
}

.sitemap_item_bot-item {
    float: left;
    margin-right: 100px;
}

.sitemap_item_bot-item>div p a {
    line-height: 30px;
    color: #333;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium;
}

@media only screen and (max-width: 1441px) {
    .itemAll_ul {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1320px) {
    .itemAll_ul {
        width: 25%;
    }

    .itemAll_ul:nth-child(5n) {
        border-right: none;
    }

    .itemAll_ul:nth-child(4n) {
        border-right: 1px solid #e7e7e7
    }

    .itemAll_ul:nth-child(5) {
        height: 190px;
    }
}

@media only screen and (max-width: 1024px) {
    .itemAll_ul {
        width: 50%;
    }

    .itemAll_ul {
        padding: 0 30px;
    }

    .itemAll_ul:nth-child(4n) {
        border-right: none
    }

    .itemAll_ul:nth-child(2n) {
        border-right: 1px solid #e7e7e7
    }

    .sitemap_item_bot-item {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .sitemap_party1 {
        padding: 30px 0;
    }

    .itemAll_ul {
        width: 100%;
        height: auto;
        border: 0;
        padding: 0;
        margin-bottom: 10px;
    }

    .itemAll_ul:nth-child(2n) {
        border-right: none
    }

    .sitemap_item {
        margin-bottom: 10px;
    }

    .sitemap_item h3 {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .itemAll_ul>p {
        margin-bottom: 5px;
    }

    .itemAll_ul:nth-child(5) {
        height: auto;
    }

    .sitemap_item_bot-item>div p a {
        font-size: 14px;
    }

    .sitemap_item_bot-item {
        width: 100%;
        margin-right: 0;
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .sitemap_item_bot {
        font-size: 0;
        margin-bottom: 0;
    }

}

/*媒体中心*/
/*.media_party1{padding: 60px 0;overflow: hidden;}*/
.media_ul {
    margin-bottom: 20px;
}

.media_li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #FBFBFB;
}

.media_li:nth-child(3n) {
    margin-right: 0;
}

.media_li>a img {
    width: 100%;
}

.media_div {
    border-top: 0;
    padding: 30px;
    transition: all 0.3s;
}

.media_div span {
    display: block;
    border-color: #FFF;
    font-family: 'TencentSansw7';
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    height: 30px;
    display: inline-block;
    position: relative;
    border-top: 1px solid #0052D9;
    padding: 0px 30px;
    color: #0052D9;
    left: -30px;
}
.media_div span::before{
    content: "";
    display: block;
    position: absolute;
    left: calc(100% - 12px);
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #0052D9;
    transform: rotate(-69deg) translate(-1px,0px);
    transform-origin: 0px 0px;
}

.media_div span::after{
content: "";
display: block;
position: absolute;
left: 0px;
bottom: 0px;
width: calc(100% - 12px);
border-top: 1px solid #0052D9;
}

.media_div a {
    width: 100%;
    line-height: 1.4em;
    padding: 0px;
    font-weight: normal;
    height: 70px;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 12px;
}

.media_div p {
    margin: 12px 0px;
    padding: 0px;
    font-weight: normal;
    height: 192px;
    line-height: 2;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media only screen and (min-width:1025px) {

    .media_li:hover{
    background: #176abb;

    color: #fff;
        
    }
    .media_li:hover  .media_div span{
 
    color: #fff;
    border-top: 1px solid #fff;
    }
    .media_li:hover  .media_div span::before{
        border-top: 1px solid #fff;
    }
    .media_li:hover  .media_div span::after{
        border-top: 1px solid #fff;
    }
    .media_li:hover .media_div a{
 
        color: #fff;
        
    }
  
}

@media only screen and (max-width:1024px) {
    .media_party1 {
        padding: 40px 0 10px;
    }

    .media_ul {
        margin-bottom: 10px;
    }

    .media_li {
        width: 49%;
        margin-right: 2%;
    }

    .media_li:nth-child(3n) {
        margin-right: 2%;
    }

    .media_li:nth-child(2n) {
        margin-right: 0;
    }

    .media_div {
        height: auto;
    }
}

@media only screen and (max-width:1023px) {
    .media_ul {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {
    .media_party1 {
        padding: 30px 0 25px;
    }

    .media_ul {
        margin-bottom: 28px;
    }

    .media_li {
        width: 100%;
        margin-right: 0%;
    }

    .media_li:nth-child(3n) {
        margin-right: 0;
    }

    .media_div {
        padding: 20px;
    }

    .media_div p {
        height: auto;
    }
}

/*解决方案*/

.banner {
    position: relative;
}

.banner_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.banner_con {
    margin-top: 12%;
}

.banner_con h1 {
    font-weight: bold;
}

.banner_con h3 {
    margin-top: -5px;
    margin-bottom: 18px;
}

.banner_con p {}

.banner_con p span {
    margin-right: 30px;
}

.banner_con p span em {
    margin-right: 5px;
}

/* .solution_party1{background: #f6f6f6;} */
.solution_title {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
}

.solution_title::after {
    content: "";
    width: 58px;
    height: 2px;
    /*background: #176abb;*/
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.solution-top_txt {
    line-height: 30px;
    color: #333;
    /* margin-top: 35px; */
    padding: 0 40px;
    font-size: 16px;
}
.solution_cont{
    margin-bottom: 40px;
}
.solution_party2 {
    padding: 3.5% 0 6%;
}

.solution_swiper-le {
    width: 247px;
    float: left;
    margin-right: 40px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.solution_swiper-le img {
    width: 100%;
}

.solution_swiper-re {
    float: left;
    width: calc(100% - 287px);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.solution_swiper-re a {
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
}

.solution_swiper-re h2 {
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: bold;
}

.solution_swiper-re p {
    line-height: 2;
    color: #000000;
    overflow: hidden;
}

.solution_swiper .swiper-button-prev,
.solution_swiper .swiper-button-next {
    background: none;
    width: 33px;
    height: 66px;
    margin-top: -33px;
}

.solution_swiper .swiper-button-prev {
    background: url(../image/btn_ll.png) no-repeat;
    left: -90px;
}

.solution_swiper .swiper-button-prev.swiper-button-disabled {
    background: url(../image/btncolor-ll.png) no-repeat;
}

.solution_swiper .swiper-button-next {
    background: url(../image/btn_rr.png) no-repeat;
    right: -90px;
}

.solution_swiper .swiper-button-next.swiper-button-disabled {
    background: url(../image/btncolor-rr.png) no-repeat;
}

.solution_swiper .swiper-button-next.swiper-button-disabled,
.solution_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.solution_swiper {
    position: relative;
    margin-top: 40px;
}

@media only screen and (max-width:1530px) {
    .solution_swiper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .solution_swiper .swiper-button-prev {
        left: -60px;
    }

    .solution_swiper .swiper-button-next {
        right: -60px;
    }
}

@media only screen and (max-width:1024px) {
    .solution_party2 {
        padding: 40px 0;
    }

    .solution_swiper {
        width: 85%;
    }

    .solution_swiper-le,
    .solution_swiper-re {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .solution_swiper .swiper-button-prev,
    .solution_swiper .swiper-button-next {
        width: 15px;
        height: 30px;
        margin-top: -15px;
        background-size: 100% 100% !important;
    }

    .solution_swiper .swiper-button-prev {
        left: -30px;
    }

    .solution_swiper .swiper-button-next {
        right: -30px;
    }

    .solution_swiper-re {
        margin-top: 20px;
    }

    .solution_swiper-re a {
        margin-bottom: 5px;
    }

}

@media only screen and (max-width:767px) {

    .solution_party1,
    .solution_party2 {
        padding: 20px 0;
    }

    .solution-top_txt {
        padding: 0;
    }

    .solution-top_txt,
    .solution_swiper {
        margin-top: 15px;
    }

    .solution_swiper-re p {
        max-height: unset;
    }

    .solution_swiper-re {
        margin-top: 30px;
    }

    .solution-top_txt {
        font-size: 14px;
    }

    .solution_swiper .swiper-button-prev,
    .solution_swiper .swiper-button-next {
        top: 25%;
        margin-top: 0;
    }

}

/*合作客户*/
.solution_swiper-tob a,
.solution_swiper-bot a {
    padding: 80px 0;
    text-align: center;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.solution_swiper-tob a img,
.solution_swiper-bot a img {
    width: 136px;
    height: 100px;
    display: inline-block;
}

.solution_swiper-tob a {
    background: #f9f9f9;
}

.solution_swiper-bot a {
    background: #f3f3f3;
}

.cooperate_swiper {
    margin-top: 0;
    padding: 1.5% 0 8%;
}

.cooperate_swiper .swiper-slide:nth-child(2n) .solution_swiper-tob a {
    background: #f3f3f3;
}

.cooperate_swiper .swiper-slide:nth-child(2n) .solution_swiper-bot a {
    background: #f9f9f9;
}

@media only screen and (max-width:1024px) {

    .solution_swiper-tob a,
    .solution_swiper-bot a {
        padding: 40px 0;
    }
}

@media only screen and (max-width:767px) {
    .solution_swiper-tob {
        width: 50%;
        float: left;
    }

    .solution_swiper-bot {
        width: 50%;
        float: left;
    }
}

/*人才优势*/
.personnel_div {
    position: relative;
}

.personnel_div>img {
    display: block;
    margin: 0 auto;
}

.personnel_item {
    width: 412px;
    background: url(../image/kuang_03.png) no-repeat;
    position: absolute;
    padding: 13px;
    background-size: 100% 100%;
}

.personnel_itemOne {
    right: 112px;
    top: 170px;
}

.personnel_item .personnel_item_text {
    border: 1px solid #adadad;
    height: 100%;
    font-size: 16px;
    padding: 12px 20px;
    line-height: 25px;
    color: #333;
}

.personnel_item_text em {
    color: #f10000;
}

.personnel_item_text span {
    color: #000;
    font-family: SourceHanSansCN-Medium;
}

.personnel_itemTwo {
    left: 27px;
    top: 230px;
}

.personnel_itemThree {
    right: 88px;
    bottom: 167px;
}

@media only screen and (max-width:1360px) {
    .personnel_itemOne {
        right: 30px;
    }

    .personnel_itemTwo {
        left: 0;
    }

    .personnel_itemThree {
        right: 0;
    }
}

@media only screen and (max-width:1024px) {
    .personnel_itemOne {
        top: 0;
    }

    .personnel_itemTwo {
        top: 150px;
    }

    .personnel_itemThree {
        bottom: auto;
        top: 260px;
    }
}

@media only screen and (max-width:1023px) {
    .personnel_itemTwo {
        top: 110px;
    }
}

@media only screen and (max-width:767px) {
    .personnel_div {
        height: auto;
        background-size: 170%;
        padding: 0 0 5%;
    }

    .personnel_item {
        position: initial;
        width: 100%;
        margin-bottom: 20px;
    }

    .personnel_item {
        padding: 10px;
    }

    .personnel_item .personnel_item_text {
        padding: 10px;
        font-size: 14px;
    }
}

/*详情页*/
.content_bot {
    margin-top: 50px;
}

.d_span {
    text-align: center;
    font-size: 14px;
}

.d_span span {
    margin: 0 30px;
}

.news_dtile h1 {
    text-align: center;
    /* margin-bottom: 15px; */
    color: #000;
    font-weight: bold;
    font-family: SourceHanSansCN-Medium;
    font-size: 30px;
}

.news_dtile {
    /* border-bottom: 1px solid #cdcdcd;
    padding-bottom: 35px; */
    padding-top: 40px;
}

.news_edit .edit_con_original {
    line-height: 2;
}

.d_page {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.page_le {
    width: 70%;
    float: left;
    font-size: 16px;
}

.page_le span {
    display: block;
    color: #333438;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

.page_le span a {
    color: #333438;
}

@media only screen and (min-width:1025px) {
    .page_le span a:hover {
        color: #ff4302;
    }

}

.page_re {
    float: right;
}

.page_re a {
    isplay: block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    ackground: #ff4302;
    olor: #fff;
}

.content03 {
    font-size: 16px;
    padding-top: 25px;
    position: relative;
    background: #f6f6f6;
}

.pages {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

@media only screen and (min-width:1025px) {
    .content03 .pages a:hover {
        color: #ff4302;
    }
}

.close {
    position: absolute;
    right: 0;
    top: 32px;
    width: 42px;
    height: 42px;
    background: #ff4302;
    color: #fff;
    text-align: center;
    float: right;
    line-height: 42px;
    opacity: 1;
    font-weight: normal;
    box-shadow: none;
    text-shadow: none;
}

.bshare-custom a {
    font-size: 20px;
    color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 15px;
    color: #727272;
}



@media only screen and (max-width: 1024px) {
    .news_dtile {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .news_edit {
        padding: 0;
    }

    .d_page {
        padding: 20px 0;
    }

    .d_share {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .page_re {
        display: none;
    }

    .news_d {
        padding: 0;
    }

    .page_le {
        width: 100%;
        float: none;
    }

    .bigp {
        margin-top: 0;
    }

}


@media only screen and (max-width: 767px) {
    .d_span span {
        margin: 0 5px;
        font-size: 12px;
    }

    .news_dtile h1 {
        margin-bottom: 10px;
    }
}





@media only screen and (max-width:1024px) {
    .banner_con {
        margin-top: 9%;
    }
}

@media only screen and (max-width:767px) {

    .banner {
        height: 240px;
    }

    .banner img {
        display: none;
    }

    .banner_con {
        margin-top: 26%;
    }
}