.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .wrapper_content{
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.banner .banner_info .banner_subtit{
    font-size: 20px;
    color: #fff;
    font-family: "PuHuiTi";
    margin-bottom: 20px;
}
.banner .banner_info .banner_tit{
    font-size: 60px;
    color: #fff;
    font-family: "PuHuiTi";
    line-height: 70px;
}

.group_con .com-tit{
    font-size: 46px;
    color: #333;
    font-family: "PuHuiTi";
    margin-bottom: 40px;
}
.group_con .com-text{
    font-size: 18px;
    color: #666;
}
.group_con .goals{
    width: 100%;
    margin: 120px 0px;
}
.group_con .goals .goals_list{
    width: 100%;
    font-size: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.group_con .goals .goals_list .goals_item{
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 60px 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.group_con .goals .goals_list .goals_item:first-child{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.group_con .goals .goals_list .goals_item .item_img{
    height: 90px;
    line-height: 90px;
    margin-bottom: 30px;
    /* overflow: hidden; */
}
.group_con .goals .goals_list .goals_item .item_img img{
    transition: all 1s;
    -webkit-transition: all 1s;
}
.group_con .goals .goals_list .goals_item:hover .item_img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.group_con .goals .goals_list .goals_item .item_tit{
    font-size: 24px;
    color: #333;
}
.group_con .goals .goals_list .goals_item .item_text{
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.plan{
    width: 100%;
    background: #f5f5f5;
    padding: 100px 0px;
}
.plan .com-tit{
    margin-bottom:10px;
}
.plan .com-text{
    margin-bottom:40px;
}
.plan .plan_con{
    width: 100%;
    position: relative;
}
.plan .plan_con .tab-tit{
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 5;
}
.plan .plan_con .tab-tit .item{
    background: #fff;
    width: 100%;
    height:150px;
    line-height: 150px;
    text-align: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.plan .plan_con .tab-tit .item .img_h{
    display: none;
}
.plan .plan_con .tab-tit .item .tit_img{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.plan .plan_con .tab-tit .item .tit_text{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
    margin-left: 15px;
    font-family: "PuHuiTi";
}
.plan .plan_con .tab-tit .item.active{
    background: transparent;
}
.plan .plan_con .tab-tit .item.active .icon_img {
    display: none;
}
.plan .plan_con .tab-tit .item.active .img_h{
    display: block;
}
.plan .plan_con .tab-tit .item.active .tit_text{
    color: #28609c;
}

.tab-con .item{
    display: none;
    position: relative;
    overflow: hidden;
}
.tab-con .item.active{
    display: block;
}
.tab-con .item .con_info{
    position: absolute;
    left: 30%;
    top: 60px;
    color: #333;
    font-size: 24px;
    max-width:18%;
    line-height: 30px;
    text-align: justify;
    text-justify:inter-ideograph;
}
.plan .plan_con .tab-con .item img{
    transition: all 1s;
    -webkit-transition: all 1s;
}
.plan .plan_con .tab-con .item:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.plan .plan_con .tab-tit .item img {
    transition: all 1s;
    -webkit-transition: all 1s;
}
.plan .plan_con .tab-tit .item:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.team{
    width: 100%;
    margin: 100px 0px;
}
.team .com-tit{
    margin-bottom: 60px;
}
.team .team_con{
    width: 100%;
}
.team .swiper_team .swiper-slide{
    font-size: 0;
    width: 100%;
}
.team .swiper_team .swiper_item{
    padding-left: 40px;
    padding-right: 70px;
    display: inline-block;
    margin-bottom: 70px;
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.team .swiper_team .swiper_item:first-child,
.team .swiper_team .swiper_item:nth-child(5){
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.team .swiper_team .swiper_item .item_img{
    width: 100%;
    overflow: hidden;
}
.team .swiper_team .swiper_item .item_img img{
    width: auto;
    max-width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.team .swiper_team .swiper_item:hover .item_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.team .swiper_team .swiper_item .item_name{
    font-size: 30px;
    color: #333;
    margin: 20px 0px 10px;
}
.team .swiper_team .swiper_item .item_job{
    font-size: 16px;
    color: #666;
}
.team .swiper_team .swiper-button{
    width: 160px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.team .swiper_team .swiper-button-next,
.team .swiper_team .swiper-button-prev {
    position: static;
    display: inline-block;
    width: 19px;
    height: 33px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
}
.team .swiper_team .swiper-button-next{
    background-image: url(../images/group/arrow_r.png);
}
.team .swiper_team .swiper-button-prev{
    background-image: url(../images/group/arrow_l.png);
}
.team .swiper_team .swiper-button-next:after{
    display: none;
}
.team .swiper_team .swiper-button-prev:after {
    display: none;
}
.team .swiper_team .swiper-button-next:hover{
    background-image: url(../images/group/arrow_r_h.png);
}
.team .swiper_team .swiper-button-prev:hover{
    background-image: url(../images/group/arrow_l_h.png);
}
.team .swiper_team .swiper-button span{
    display: inline-block;
    width: 1px;
    height: 33px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 40px;
}

.service{
    width: 100%;
    background: #f2f2f2;
    padding: 100px 0px;
}
.service .service_con{
    width: 100%;
    font-size: 0;
}
.service .service_con .ser_item{
    display: inline-block;
    width: 29%;
    margin-right: 6.5%;
    background: #fff;
    vertical-align: top;
}
.service .service_con .ser_item:nth-child(3n){
    margin-right: 0;
}
.service .service_con .ser_item .item_img{
    width: 100%;
    overflow: hidden;
}
.service .service_con .ser_item .item_img img{
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.service .service_con .ser_item:hover .item_img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.service .service_con .ser_item .item_con{
    margin: 40px 0px;
    padding: 0px 40px;
}
.service .service_con .ser_item .item_con .item_tit{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.service .service_con .ser_item .item_con .item_text{
    font-size: 16px;
    color:#666;
    text-align: justify;
    text-justify:inter-ideograph;
    line-height: 28px;
}

.story{
    margin: 100px 0px;
    width: 100%;
}
.story .com-tit{
    margin-bottom:10px;
}
.story .com-text{
    margin-bottom: 40px;
}
.story .story_con{
    width: 100%;
    font-size: 0;
}
.story .story_con .tab_tit2 {
    display: inline-block;
    vertical-align: middle;
    width: 48.5%;
    margin-right: 1.5%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 100px 0px;
}
.story .story_con .tab_tit2 .item{
    padding-top: 25px;
    margin-bottom: 28px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.story .story_con .tab_tit2 .item:first-child{
    border-top: 0 none;
}
.story .story_con .tab_tit2 .item:last-child{
    margin-bottom: 0;
    
}
.story .story_con .tab_tit2 .item .item_img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.story .story_con .tab_tit2 .item .item_info {
    display: inline-block;
    vertical-align: middle;
}
.story .story_con .tab_tit2 .item .item_info .item_tit{
    font-size: 24px;
    color: #999;
    font-family: "PuHuiTi";
}
.story .story_con .tab_tit2 .item .item_info .item_text {
    font-size: 18px;
    color: #666;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.story .story_con .tab_tit2 .item.active .item_img {
    opacity: 1;
}
.story .story_con .tab_tit2 .item.active .item_info .item_tit {
    color: #28629f;
}
.story .story_con .tab_tit2 .item.active .item_info .item_text{
    opacity: 1;
}


.story .story_con .tab_con2 {
    display: inline-block;
    width:50%;
    vertical-align: middle;
}
.story .story_con .tab_con2 .item{
    display: none;
    position: relative;
    overflow: hidden;
}
.story .story_con .tab_con2 .item.active{
    display: block;
}
.story .story_con .tab_con2 .item .item_bg {
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.story .story_con .tab_con2 .item:hover .item_bg{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.story .story_con .tab_con2 .item .btn_more{
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #28629f;
    position: absolute;
    right: 0;
    bottom: 0;
}
.story .story_con .tab_con2 .item .btn_more a{
    color: #fff;
    font-size: 16px;
}
.story .story_con .tab_con2 .item .btn_more img{
    width: auto;
    margin-left: 30px;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.story .story_con .tab_con2 .item .btn_more:hover img{
    margin-left: 20px;
}
.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    -moz-animation-name: fadeInUp1;
    -o-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
@keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only all and (max-width: 1600px){
    .plan .plan_con .tab-tit .item{
        height: 131.5px;
        line-height: 131.5px;
    }
    .team .swiper_team .swiper_item{
        width: 25%;
    }
    .service .service_con .ser_item .item_con{
        padding: 0px 20px;
        min-height: 130px;
    }
    .story .story_con .tab_tit2{
        padding: 67px 0px;
    }
    .banner .wrapper_content{
        bottom: 80px;
    }
}
@media only all and (max-width: 1440px){
    .group_con .com-tit{
        font-size:40px;
    }
    .story .story_con .tab_tit2 {
        padding: 50px 0px;
    }
    .story .story_con .tab_tit2 .item {
        margin-bottom: 22px;
        padding-top: 20px;
    }
    .group_con .goals .goals_list .goals_item{
        vertical-align: top;
    }
    .group_con .goals .goals_list .goals_item .item_tit {
        font-size: 22px;
    }
    .group_con .goals .goals_list .goals_item .item_text{
        font-size: 16px;
    }
    .banner .banner_info .banner_tit {
        font-size: 50px;
        line-height: 60px;
    }
    .tab-con .item img{
        width:100%;
        height: 450px;
    }
    .plan .plan_con .tab-tit .item {
        height: auto;
        line-height: normal;
        padding: 16.2px 0px;
    }
    .tab-con .item .con_info{
        max-width: 24%;
        top: 40px;
    }
    .banner .wrapper_content{
        bottom: 60px;
    }
    .story .story_con .tab_tit2 .item.active .item_info .item_tit{
        font-size: 22px;
    }
    .story .story_con .tab_tit2 .item .item_info .item_text{
        font-size: 16px;
    }
    .group_con .goals .goals_list .goals_item .item_img img{
        height: 60px;
    }
    .service .service_con .ser_item .item_con{
        min-height: auto;
    }
}
@media only all and (max-width: 1280px){
    .group_con .com-tit {
        font-size: 34px;
    }
    .story .story_con .tab_tit2 .item .item_info .item_tit {
        font-size: 22px;
    }
    .story .story_con .tab_tit2 .item .item_info .item_text{
        font-size: 16px;
    }
    /* .story .story_con .tab_tit2 .item {
        margin-bottom: 41px;
    } */
    .story .story_con .tab_tit2 {
        padding: 30px 0px;
    }
    .service .service_con .ser_item {
        width: 30.6%;
        margin-right: 4.1%;
    }
    .team .swiper_team .swiper_item .item_name{
        font-size: 24px;
    }
    .team .swiper_team .swiper_item{
        padding: 0px 20px;
    }
    .tab-con .item .con_info{
        font-size: 20px;
    }
    .group_con .goals .goals_list .goals_item .item_img{
        margin-bottom: 20px;
    }
    .group_con .goals .goals_list .goals_item .item_info{
        min-height: 93px;
    }
}
@media only all and (max-width:768px){
    .banner .wrapper_content{
        bottom: 40px;
    }
    .banner .banner_info .banner_tit {
        font-size: 40px;
        line-height: 50px;
    }
    .plan .plan_con .tab-tit .item .tit_img img{
        width: 60px;
    }
    .tab-con .item img{
        height: auto;
    }
    .plan .plan_con .tab-tit{
        position: static;
        width: 100%;
        font-size: 0;
    }
    .plan .plan_con .tab-tit .item{
        display: inline-block;
        width: 25%;
    }
    .tab-con .item .con_info {
        top: 40px;
        left: 20px;
        max-width: 40%;
    }
    .team .swiper_team .swiper_item {
        padding: 0px 20px;
        vertical-align: top;
        height: 225px;
    }
    .service .service_con .ser_item .item_con .item_tit {
        font-size: 20px;
    }
    .service .service_con .ser_item{
        height: 366px;
        vertical-align: top;
    }
    .service .service_con .ser_item .item_con{
        margin: 20px 0px;
    }
    .story .story_con .tab_tit2{
        width: 100%;
    }
    .story .story_con .tab_con2{
        width: 100%;
    }
}
@media only all and (max-width:550px){
    .banner .banner_info .banner_tit{
        display: none;
    }
    .group_con .goals .goals_list .goals_item{
        width: 100%;
        border: 0 none;
    }
    .group_con .goals .goals_list .goals_item:first-child {
        border-left: 0 none;
    }
    .group_con .com-tit {
        font-size: 30px;
    }
    .plan .plan_con .tab-tit .item{
        width: 50%;
    }
    .tab-con .item .con_info{
        position: static;
        max-width: 100%;
        font-size: 20px;
        margin-top: 20px;
    }
    .team .swiper_team .swiper_item{
        width: 50%;
        height: 222px
    }
    .team .swiper_team .swiper_item .item_job {
        font-size: 14px;
    }
    .service .service_con .ser_item{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .story .story_con .tab_tit2 .item .item_info{
        max-width: 75%;
    }
    .story .story_con .tab_tit2 .item .item_img{
        max-width: 20%;
    }
    .story .story_con .tab_tit2 .item .item_info .item_tit {
        font-size: 20px;
    }
    .group_con .goals{
        margin: 60px 0px;
    }
}