.content{
    width: 100%;
    overflow: hidden;
}
.banner{
    width: 100%;
}
.banner .swiper_banner img{
    width: 100%;
    max-height: 1080px;
}
.banner .swiper_banner .wrapper_content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 120px;
}
.banner .swiper_banner .swiper_info{
    font-size: 80px;
    color: #fff;
    font-family: "PuHuiTi";
    line-height: 90px;
    display: inline-block;
}
.banner .swiper_banner .swiper-pagination{
    text-align: right;
    display: inline-block;
    bottom: 80px;
    right: 160px;
    max-width: 200px;
    left: auto;
    color: #fff;
    font-size: 16px;
}
.banner .swiper_banner .swiper-pagination .line{
    width: 120px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    position: relative;
}
.banner .swiper_banner .swiper-pagination .line .bar{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
@media only all and (max-width: 1600px){
    .banner .swiper_banner img {
        max-height:900px;
    }
    .banner .swiper_banner .swiper_info {
        font-size: 70px;
        line-height: 80px;
    }
    .banner .swiper_banner .wrapper_content {
        bottom: 80px;
    }
}
@media only all and (max-width: 1440px) {
   .banner .swiper_banner .swiper_info {
       font-size: 60px;
       line-height: 70px;
   }
    .banner .swiper_banner .wrapper_content{
        bottom:60px;
    }
    .banner .swiper_banner img {
        max-height: 810px;
    }
}
@media only all and (max-width: 1366px) {
    .banner .swiper_banner img {
        max-height: 768px;
    }
}
@media only all and (max-width: 1280px) {
    .banner .swiper_banner img {
        max-height: 720px;
    }
}
@media only all and (max-width: 1024px) {
    .banner .swiper_banner img {
        max-height: 576px;
    }
    .banner .swiper_banner .wrapper_content{
        bottom: 60px;
    }
    .banner .swiper_banner .swiper-pagination{
        right: 40px;
    }
}
@media only all and (max-width:768px){
    .banner .swiper_banner img {
        max-height:432px;
    }
    .banner .swiper_banner .swiper_info {
        font-size: 50px;
        line-height: 60px;
    }
}
@media only all and (max-width:550px){
    .banner .swiper_banner .swiper_info {
        font-size: 30px;
        line-height: 35px;
    }
    .banner .swiper_banner .wrapper_content {
        bottom: 20px;
    }
    .banner .swiper_banner .swiper-pagination{
        bottom: 40px;
        right: 20px;
        max-width: 120px;
    }
    .banner .swiper_banner .swiper-pagination .line{
        width: 50px;
    }
}


.content .com_tit{
    font-size: 46px;
    color: #333;
    margin-bottom: 50px;
    font-family: "PuHuiTi";
}
.coreserv{
    margin: 90px 0px;
}
.coreserv .coreserv_list{
    width: 100%;
    font-size: 0;
}
.coreserv .core_item{
    text-align:center;
    display: inline-block;
    width: 24.1%;
    margin-right: 1.2%;
    font-family: "PuHuiTi Regular";
}
.coreserv .core_item:nth-child(4n){
    margin-right: 0;
}
.coreserv .core_item .item_img{
    position: relative;
    overflow: hidden;
}
.coreserv .core_item .item_img .item_bg{
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.coreserv .core_item:hover .item_img .item_bg{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.coreserv .core_item .item_img .bg_h{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity:0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.coreserv .core_item .item_img .item_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 60%;
}
.coreserv .core_item .item_img .item_icon .icon {
    max-width: 35%;
}
.coreserv .core_item .item_img .item_icon .icon_tit{
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.coreserv .core_item .item_img .item_icon .icon_info{
    font-size: 18px;
    color: #fff;
    display: none;
}
.coreserv .core_item .item_img .item_icon .link_arrow{
    display: none;
    margin-top: 50px;
}
.coreserv .core_item:hover .item_imgr .item_bg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.coreserv .core_item:hover .item_img .bg_h {
    opacity: 0.7;
}
.coreserv .core_item:hover .item_img .item_icon .icon_tit{
    margin-top: 30px;
}




.coreserv .num_list{
    margin-top: 25px;
    font-size: 0;
    text-align: center;
}
.coreserv .num_list .items{
    display: inline-block;
    width: 25%;
    text-align: center;
    border-right: 1px solid #ccc;
    height: 145px;
}
.coreserv .num_list .items:nth-child(4n){
    border-right: 0 none;
}
.coreserv .items .item_num{
    font-size: 80px;
    color:#28619e;
    line-height: 80px;
    margin-top: 10px;
}
.coreserv .items .item_text{
    font-size: 20px;
    color: #333;
    font-family: "PuHuiTi";
}

.case{
    width: 100%;
    background: #f2f2f2;
    padding-top: 100px;
}
.case .case_con{
    width: 100%;
    height: 600px;
    font-size: 0;
}
.case .case_con .case_item{
    width: 6.25%;
    height: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition:all 0.4s;
    -moz-transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -o-transition:all 0.4s;
}
.case .case_con .case_item .item_top{
    width:100%;
    height: 100%;
    background: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    /* transition: all 0.6s;
    -webkit-transition: all 0.6s; */
}
.case .case_con .case_item .item_top .top_icon{
    position: relative;
    top: 30px;
}
.case .case_con .case_item .item_top .case_tit{
    font-size: 24px;
    color: #333;
    font-family: "PuHuiTi";
    line-height: 26px;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0px 38px;
    width: 100%;
}
.case .case_con .case_item .item_content{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 0;
    display: none;
    /* transition: all 0.6s;
    -webkit-transition: all 0.6s; */
}
.case .case_con .case_item .item_content .item_img{
    width: 100%;
    height: 100%;
}
.case .case_con .case_item .item_content .item_img img{
    width: 100%;
    height: 100%;
}
.case .case_con .case_item .item_content .item_info{
    position: absolute;
    left: 90px;
    top: 60px;
    color: #333;
    max-width: 34%;
}
.case .case_con .case_item .item_content .item_info .item_tit{
    font-size: 30px;
    margin: 25px 0px 15px;
    font-family: "PuHuiTi";
}
.case .case_con .case_item .item_content .item_info .item_text{
    font-size: 18px;
    text-align: justify;
    text-justify:inter-ideograph;
}
.case .case_con .case_item .item_content .item_info .link_btn{
    margin-top: 20px;
}
.case .case_con .case_item .item_content .item_info .link_btn a{
    font-size: 16px;
    color: #28619e;
}
.case .case_con .case_item .item_content .item_info .link_btn a img{
    margin-left: 30px;
}
.case .case_con .case_item.show{
    width: 81.25%;
}
.case .case_con .case_item.show .item_top{
    width: 0;
    display: none;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.case .case_con .case_item.show .item_content{
    width: 100%;
    display: block;
    height: 100%;
}



.group{
    width: 100%;
    background: #f2f2f2;
    /* padding-top: 100px; */
}
.group .wrapper_content{
    position: relative;
    top: 100px;
}
.group .group_con {
    position: relative;
    width: 100%;
}
.group .group_con .tab-tit{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
}
.group .group_con .tab-tit .item{
    width:33.33333333333333%;
    height: 230px;
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 70px;
    /* cursor: pointer; */
    position: relative;
    /* transition: all 0.6s;
    -webkit-transition: all 0.6s; */
}
.group .group_con .tab-tit .item img {
    margin: 0 auto;
}
.group .group_con .tab-tit .item .arrow_h{
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    transition: all none;
    -webkit-transition: all none;
    z-index: -1;
    width: auto;
}
.group .group_con .tab-tit .item .img_h{
    display: none;
}
.group .group_con .tab-tit .item .item_tit{
    font-size: 24px;
    color:#666;
    font-family: "PuHuiTi";
    margin-top: 20px;
    margin-bottom: 10px;
}
.group .group_con .tab-tit .item .item_text{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    display: none;
}
.group .group_con .tab-tit .item.active{
    background: #28619e;
}
.group .group_con .tab-tit .item.active .item_tit{
    color: #fff;
}
.group .group_con .tab-tit .item.active .item_text{
    display: block;
}
.group .group_con .tab-tit .item.active .img_m{
    display: none;
}
.group .group_con .tab-tit .item.active .img_h{
    display: block;
}
.group .group_con .tab-tit .item.active .arrow_h{
    display: block;
}
.group .group_con .tab-con .item{
    display: none;
}
.group .group_con .tab-con .item.active{
    display: block;
}


.partner{
    width: 100%;
    margin: 200px 0px 100px;
}
.com_tit span{
    font-size: 18px;
    color: #666;
    margin-left: 40px;
}
.partner .partner-con{
    width: 100%;
    position: relative;
}
.partner .swiper_partner{
    width: 94%;
    margin: 0 auto;
}
.partner .swiper_partner .swiper-slide{
    text-align: center;
}
.partner .swiper_partner .swiper-slide img {
    margin: 0 auto;
}
.partner .swiper_partner .swiper-slide .slide_h{
    display: none;
}
.partner .swiper_partner .swiper-slide:hover .slide_img {
    display: none;
}
.partner .swiper_partner .swiper-slide:hover .slide_h {
    display: block;
}
.partner .partner-con .swiper-button-prev::after{
    display: none;
}
.partner .partner-con .swiper-button-next::after {
    display: none;
}
.partner .partner-con .swiper-button-prev{
    left: 0;
}

.partner .partner-con .swiper-button-next{
    right: 0;
}

.news{
    width: 100%;
    background: #f2f2f2;
    padding: 100px 0px;
}
.news .news_con{
    width: 100%;
    font-size: 0;
}
.news .news_con .news_left{
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
}
.news .news_con .news_right{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    max-height: 490px;
}
.news .news_con .news_item{
    display: block;
    margin-bottom: 10px;
    font-size: 0;
    background: #fff;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.news .news_con .news_item .item_img,
.news .news_con .news_item .item_info {
    display: inline-block;
    max-width: 25%;
}
.news .news_con .news_item:nth-child(3),
.news .news_con .news_item:nth-child(4){
    margin-bottom: 0px;
}
.news .news_con .news_item .item_img{
    overflow: hidden;
    vertical-align: middle;
}
.news .news_con .news_item .item_img img{
    max-width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.news .news_con .news_item .item_info{
    font-size: 14px;
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: middle;
    width: 75%;
    max-width: none;
}
.news .news_con .news_item .item_info .item_time,
.news .news_con .news_item .item_info .item_address{
    display: inline-block;
}
.news .news_con .news_item .item_info .item_address{
    margin-left: 20px;
}
.news .news_con .news_item .item_info .item_address span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 13px;
    height: 17px;
    background-image: url(../images/index/news_icon_h.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.news .news_con .news_item .item_info .item_top{
    margin-bottom: 10px;
}
.news .news_con .news_item .item_info .item_tit{
    max-width:75%;
    font-size: 20px;
}
.news .news_con .news_item .item_arrow{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 22px;
    height: 10px;
    background-image: url(../images/index/arrow2_h.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.news .news_con .news_item:hover{
    background: #28619e;
}
.news .news_con .news_item:hover .item_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.news .news_con .news_item:hover .item_info{
    color: #fff;
}
.news .news_con .news_item:hover .item_info .item_address span{
    background-image: url(../images/index/news_icon.png);
}
.news .news_con .news_item:hover .item_arrow {
    background-image: url(../images/index/arrow2.png);
}
.news .news_right .news_item{
    background: none;
}
.news .news_right .news_item .item_img{
    max-width: 100%;
    max-height: 490px;
}
.news .news_right .news_item .item_info{
    position: absolute;
    bottom:20px;
    left: 0;
    color: #fff;
    max-width: 100%;
}
.news .news_right .news_item .item_info .item_subtit{
    font-size: 20px;
    margin-bottom: 15px;
}
.news .news_right .news_item .item_info .item_tit{
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
}
.news .more_btn{
    margin-top: 40px;
    text-align: right;
}
.news .more_btn a{
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #28619e;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.news .more_btn a img{
    margin-left: 30px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.news .more_btn a:hover img{
    margin-left: 20px;
}
@media only all and (max-width: 1600px){
    .case .case_con .case_item .item_top .case_tit{
        padding: 0px 30px;
    }
    .case .case_con {
        height: 525px;
    }
    .group .group_con .tab-tit .item{
        padding: 0px 40px;
    }
    .news .news_con .news_item .item_info .item_tit {
        max-width: 80%;
        font-size: 18px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .coreserv .core_item .item_img .item_icon .icon_info {
        font-size: 16px;
    }
    .news .news_right .news_item .item_img {
        max-height: 432px;
    }
}
@media only all and (max-width: 1440px){
    .coreserv .core_item .item_img .item_icon .icon_tit {
        font-size: 22px;
    }
    .case .case_con .case_item .item_top .case_tit {
        padding: 0px 25px;
        font-size: 22px;
    }
    .group .group_con .tab-tit .item .item_tit{
        font-size: 22px;
    }
    .group .group_con .tab-tit .item {
        padding: 0px 30px;
    }
    .content .com_tit {
        font-size: 40px;
    }
    .com_tit span {
        font-size: 16px;
    }
    .news .news_con .news_item .item_info .item_tit{
        font-size: 16px;
    }
    .group .group_con .tab-tit .item{
        height: 200px;
    }
    .coreserv .core_item .item_img .item_icon{
        width: 66%;
    }
    .group .group_con .tab-tit .item img{
        height: 50px;
    }
    .group .group_con .tab-tit .item .arrow_h{
        height: auto;
    }
}
@media only all and (max-width: 1280px){
    .coreserv .core_item .item_img .item_icon{
        width: 80%;
    }
    .coreserv .core_item .item_img .item_icon .link_arrow {
        margin-top: 20px;
    }
    .coreserv .items .item_num {
        font-size: 60px;
        line-height: 70px;
    }
    .case .case_con .case_item .item_top .case_tit {
        padding: 0px 18px;
        font-size: 20px;
        line-height: 24px;
    }
    .case .case_con .case_item .item_content .item_info .item_tit {
        font-size: 28px;
        margin: 20px 0px 10px;
    }
    .case .case_con .case_item .item_content .item_info .item_text {
        font-size: 16px;
    }
    .group .group_con .tab-tit .item .item_tit {
        font-size: 20px;
    }
    .group .group_con .tab-tit .item {
        padding: 0px 10px;
        height: 180px;
    }
    .group .group_con .tab-tit .item .item_text {
        font-size: 14px;
    }
    .content .com_tit {
        font-size: 34px;
    }
    .com_tit span {
        margin-left: 20px;
    }
    .news .news_con .news_item {
        margin-bottom: 8px;
    }
    .group .group_con .tab-tit .item img {
        height: 40px;
    }
    .group .group_con .tab-tit .item .arrow_h {
        height: auto;
    }
}
@media only all and (max-width: 1024px){
    .coreserv .core_item .item_img .item_icon .icon{
        height: 60px;
    }
    .coreserv .core_item:hover .item_img .item_icon .icon_tit {
        margin-top: 20px;
    }
}
@media only all and (max-width:768px){
    .coreserv .core_item{
        width: 47%;
        margin-right: 6%;
        margin-bottom: 40px;
    }
    .coreserv .core_item:nth-child(2n){
        margin-right: 0;
    }
    .case .case_con .case_item{
        width: 100%;
        height: 100px;
        text-align: left;
    }
    .case .case_con .case_item .item_top{
        text-align: left;
        position: relative;
    }
    .case .case_con .case_item .item_top .top_icon{
        position: absolute;
        right:20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .case .case_con{
        height: auto;
    }
    .case .case_con .case_item{
        height: 80px;
    }
    .case .case_con .case_item.show{
        width: 100%;
        height: 417px;
    }
    .case .case_con .case_item .item_content{
        height: 0;
    }
    .case .case_con .case_item.show .item_content{
        width: 100%;
        height: auto;
    }
    .case .case_con .case_item .item_top{
        width: 100%;
        height: 80px;
        line-height: 80px;
    }
    .case .case_con .case_item.show .item_top{
        width: 100%;
        display: block;
    }
    .case .case_con .case_item .item_top .case_tit{
        display: inline-block;
        width: auto;
    }
    .case .case_con .case_item .item_content .item_info{
        max-width: 100%;
        left: 20px;
    }
    .case .case_con .case_item.show .item_top .top_icon img{
        position: relative;
    }
    .case .case_con .case_item.show .item_top .top_icon img::after {
        content: "-";
        display: block;
        color: #333;
        font-size: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
    }
    .news .news_con .news_left{
        width: 100%;
        margin-right: 0;
    }
    .news .news_con .news_right{
        width: 100%;
        margin-top: 30px;
    }
    .com_tit span {
        margin-left: 0px;
        display: block;
    }
    .group .group_con .tab-tit{
        position: relative;
    }
}
@media only all and (max-width:550px){
    .news{
        padding: 60px 0px;
    }
    .news .news_con .news_item .item_im{
        display: block;
    }
    .news .news_con .news_item .item_img{
        max-width: 100%;
        display: block;
        width: 100%;
    }
    .news .news_con .news_item .item_img img{
        width: 100%;
    }
    .news .news_con .news_item .item_info{
        max-width: 100%;
        display: block;
        padding: 20px 10px;
    }
    .news .news_con .news_item .item_arrow{
        top: auto;
        bottom: 70px;
    }
    .news .news_con .news_item .item_info .item_tit{
        max-width: 100%;
        font-size: 14px;
    }
    .news .news_right .news_item .item_img {
        max-height: none;
    }
    .news .news_right .news_item .item_info .item_tit{
        line-height: 24px;
    }
    .news .news_right .news_item .item_info .item_subtit {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .news .more_btn a {
        width: 120px;
        font-size: 14px;
    }
    .news .more_btn a img {
        margin-left: 10px;
    }
    .news .more_btn a:hover img{
        margin-left: 10px;
    }
    .partner .swiper_partner{
        width: 80%;
    }
    .partner .partner-con .swiper-button-prev {
        left: -10px;
    }
    .partner .partner-con .swiper-button-next {
        right: -10px;
    }
    .content .com_tit {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .com_tit span {
        font-size: 14px;
    }
    .group .group_con .tab-tit{
        display: block;
    }
    .group .group_con .tab-tit .item{
        width: 100%;
        height: auto;
        padding: 20px;
        border: 1px solid #ccc;
    }
    .group .group_con .tab-tit .item.active .arrow_h {
        display: none;
    }
    .case .case_con .case_item.show{
        height: auto;
    }
    .case .case_con .case_item .item_content .item_info{
        position: static;
        margin: 20px 0px;
    }
    .case .case_con .case_item .item_content .item_info .item_tit{
        font-size: 24px;
    }
    .case .case_con .case_item .item_content .item_info .item_text {
        font-size: 14px;
    }
    .case .case_con .case_item .item_content .item_info .link_btn a{
        font-size: 14px;
    }
    .case .case_con .case_item .item_content .item_info .link_btn a img{
        margin-left: 10px;
    }
    .coreserv .num_list .items{
        width: 100%;
        border-right: 0 none;
    }
    .coreserv .items .item_num {
        font-size: 40px;
        line-height: 50px;
    }
    .coreserv .items .item_text {
        font-size: 18px;
    }
    .coreserv .core_item{
        width: 100%;
        margin-right: 0;
    }
    .coreserv {
        margin: 60px 0px;
    }
}