.business_summary{
    color:#333333;
    font-size: 25px;
    line-height: 1.6em;
	padding-top:0px;
	text-align:center;
}
.performance{
    margin-top: 100px;
}
.performance .row+.row{
    margin-top: 75px;
}
.performance .row .info{
    padding-bottom: 5px;
}
.performance .row .info .inner{
    overflow: hidden;
}
.performance .row .info .img {
    width: 600px;
}
.performance .img_slide .swiper-next{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(/assets/images/business/btn_slide_next.png);
    width: 22px;
    height: 43px;
    z-index: 1;
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    right:20px;
    cursor: pointer;
    border:0;
    background-color: transparent;
}
.performance .img_slide .swiper-prev{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(/assets/images/business/btn_slide_prev.png);
    width: 22px;
    height: 43px;
    z-index: 1;
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    left:20px;
    cursor: pointer;
    border:0;
    background-color: transparent;
}
.performance .row .info .img .swiper-slide .bg{
    display: block;
    height: 0;
    padding-bottom: 65%;
    background-repeat: no-repeat;
    background-color: #efefef;
    background-size: cover;
    background-position: center center;
}
.performance .row .info .desc{
    width: 45%;
}
.performance .row .info .desc strong{
    display: block;
    font-weight: 700;
    color:#333;
    font-size: 30px;
    line-height: 1.4em;
    word-break: keep-all;
}
.performance .row .info .desc strong:after{
    content:'';
    display: block;
    height: 1px;
    background-color: #9999;
    width: 49px;
    margin:23px 0;
}
.performance .row .info .desc p{
    color:#666666;
    font-size: 18px;
    line-height: 1.83em;
}
.performance .row .info .desc button{
    text-align: center;
    color:#fff;
    width: 233px;
    height: 55px;
    font-weight: 700;
    font-size: 17px;
    background-color: #005aab;
    margin-top: 50px;
}
.performance .row .info.img-left .img{
    float: left;
}
.performance .row .info.img-left .desc{
    float: right;
}
.performance .row .info.img-right .img{
    float: right;
}
.performance .row .info.img-right .desc{
    float: left;
}
.pf_content{
    position: relative;
    background-color: #f5f5f5;
    padding:75px 0 100px;
    font-size: 0;
    text-align: center;
    display: none;
}
.pf_content .pf_tabs{
    text-align: center;
    border:1px solid #ccc;
    background-color: #fff;
    padding:0 20px;
    display: inline-block;
}
.pf_content .pf_tabs button{
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border:0;
    height: 65px; 
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color:#333;
    width: 215px;
    position: relative; 
}
.pf_content .pf_tabs button.cur{
    color:#005aab;
}
.pf_content .pf_tabs button+button:before{
    content: '';
    position: absolute;
    left:0;
    top:50%;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    transform: translate(0,-50%);
}
.pf_content .pf_tab_contents{
    margin-top: 100px;
}
.pf_content .pf_tab_content{
    display: none;
}
.pf_content .pf_tab_content.cur{
    display: block;
}
.pf_content .pf_title{
    display: block;
    text-align: left;
    font-size:24px;
    font-weight: 500;
    color:#000;
    margin-bottom: 35px;
}
.pf_content .pf_list+.pf_title{
    margin-top: 70px;
}
.pf_content .pf_list_wrap{
    overflow: auto;
    max-height: 865px;
}
.pf_content .pf_list{
    text-align: left;
}
.pf_content .pf_list>li{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 55px;
}
.pf_content .pf_list>li .name{
    font-size: 20px;
    color:#333;
    font-weight: 700;
    line-height: 1.5em;
    word-break: keep-all;
}
.pf_content .pf_list>li ul{
    margin-top: 9px;
}
.pf_content .pf_list>li ul li{
    font-size: 16px;
    line-height:1.875em ;
    word-break: keep-all;
    color:#666;
}
.pf_content .pf_list>li:nth-child(3n+1){
    margin-left: 0;
}
.pf_content .inner{
    position: relative;
}
.pf_content .btn_close{
    border:0;
    background-color: transparent;
    position: absolute;
    right:0;
    top:7.5px;
    width: 39px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/business/btn_pf_close.png);
}

.section.field{
    margin-top: 135px;
}
.section.field .section_title{
    display: block;
    color:#333;
    font-weight: 700;
    font-size: 40px;
}
.section.field .field_list{
    margin-top: 40px;
    font-size: 0;
}
.section.field .field_list li{
    display: inline-block;
    vertical-align: top;
    width: 570px;
}
.section.field .field_list li+li{
    margin-left: 60px;
}
.section.field .field_list li .img{
    position: relative;
    height: 240px;
    border:1px solid #e7e7e7;
    background-repeat: no-repeat;
    background-image: url(/assets/images/business/bg_field.jpg);
    background-size: cover;
    background-position: center center;
}
.section.field .field_list li .img span{
    text-align: center;
    position: absolute;
    left:0;
    top:0;
    width: 160px;
    line-height: 44px;
    color:#fff;
    font-weight: 700;
    font-size: 20px;
    background-color: rgba(0,0,0,0.4);
}
.section.field .field_list li .img img{
    margin:0 auto;
    display: block;
}
.section.field .field_list li .desc{
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.8em;
    color:#666666;
}
.section.field .field_list li .desc span{
    display: inline;
    color:#005aab;
}
.section.field a{
    display: block;
    margin:40px auto 0;
    color:#fff;
    text-align: center;
    line-height: 55px;
    width: 320px;
    background-color: #005aab;
    font-size: 17px;
}

@media (max-width: 1220px) {
    .business_summary{
        font-size: 22px;
    }
    .performance .row .info .img{
        width: 50%;
    }
    .performance .row .info .desc strong{
        font-size: 27px;
    }
    .section.field{
        margin-top: 100px;
    }
    .section.field .field_list li{
        width: 47.5%;
    }
    .section.field .field_list li+li{
        margin-left: 5%;
    }
    .section.field .field_list li .desc{
        font-size: 16px;
        margin-top: 30px;
    }
    .performance .row .info .desc button{
        margin-top: 35px;
    }
    .section.field .section_title{
        font-size: 30px;
    }
    .pf_content .pf_list>li .name{
        font-size: 18px;
    }

}

@media (max-width: 1024px) {
    .business_summary{
        font-size: 20px;
    }
    .performance .row .info{
        padding-bottom: 50px;
    }
    .performance .row+.row{
        margin-top: 50px;
    }
    .performance .row .info .desc strong{
        font-size: 22px;
    }
    .performance .row .info .desc strong:after{
        margin:17px 0;
    }
    .performance .row .info .desc p{
        word-break: keep-all;
        font-size: 16px;
    }
    .performance .row .info .desc p br{
        display: none;
    }
    .performance .row .info .desc button{
        font-size: 15px;
        height: 45px;
        width: 210px;
    }
    .performance{
        margin-top: 50px;
    }
    .pf_content{
        padding:50px 0 75px
    }
    .pf_content .pf_tab_contents{
        margin-top: 75px;
    }
    .pf_content .pf_tabs button{
        height: 50px;
        font-size: 18px;
        width: 180px;
    }
    .pf_content .pf_list>li{
        padding-right: 25px;
        margin-bottom: 40px;
    }
    .pf_content .pf_list>li ul li{
        font-size: 15px;
    }
    .pf_content .btn_close{
        width: 35px;
        height: 34px;
    }
    .section.field{
        margin-top: 75px;
    }
    .section.field .field_list li .desc{
        word-break: keep-all;
    }
    .section.field .field_list li .desc br{
        display: none;
    }
    .section.field .field_list li .img span{
        font-size: 18px;
        line-height: 40px;
        width: 145px;
    }
    .section.field a{
        width: 260px;
        font-size: 15px;
        line-height: 45px;
    }
    .section.field .section_title{
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .business_summary{
        font-size: 16px;
        word-break: keep-all;
    }
    .business_summary br{
        display: none;
    }
    .performance .row .info .img{
        float: none !important;
        width: 100% !important;
    }
    .performance .img_slide .swiper-next,
    .performance .img_slide .swiper-prev{
        width: 15px;
        height: 29px;
    }
    .performance .img_slide .swiper-next{
        right:10px;
    }
    .performance .img_slide .swiper-prev{
        left:10px;
    }
    .performance .row .info .desc{
        float: none !important;
        width: 100% !important;
        margin-top: 20px;
    }
    .performance{
        margin-top: 35px;
    }
    .performance .row .info .desc strong{
        font-size: 18px;
    }
    .performance .row .info .desc strong:after{
        width: 35px;
        margin:14px 0;
    }
    .performance .row .info .desc p{
        font-size: 14px;
    }
    .performance .row .info .desc button{
	    float: right;
        font-size: 14px;
        width: 180px;
        height: 40px;
        margin-top: 20px;
    }
    .performance .row .info{
        padding-bottom: 35px;
    }
    .performance .row+.row{
        margin-top: 35px;
    }
    .pf_content{
        padding:55px 0 30px;
    }
    .pf_content .pf_tabs{
        display: flex;
        justify-self: center;
        align-items: center;
    }
    .pf_content .pf_tabs button{
        font-size: 13px;
        width: 100%;
        height: 40px;
    }
    .pf_content .btn_close{
        width: 22px;
        height: 21px;
        top:-35px;
    }
    .pf_content .pf_tab_contents{
        margin-top: 35px;
    }
    .pf_content .pf_list>li .name{
        font-size: 15px;
    }
    .pf_content .pf_list>li ul li{
        font-size: 13px;
    }
    .pf_content .pf_list_wrap{
        max-height: 500px;
    }
    .pf_content .pf_list+.pf_title{
        margin:50px 0 25px;
        font-size: 20px;
    }
    .pf_content .pf_list>li{
        width: 100%;
        display: block;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .pf_content .pf_list>li+li{
        margin-left: 0;
    }
    .pf_content .pf_list>li:last-child{
        margin-bottom: 0;
    }
    .pf_content .pf_list>li ul{
        margin-top: 5px;
    }
    .pf_content .pf_list>li ul li.empty{
        display: none;
    }

    .section.field{
        margin-top: 50px;
    }
    .section.field .section_title{
        font-size: 20px;
    }
    .section.field .field_list{
        margin-top: 25px;
    }
    .section.field .field_list li{
        width: 100%;
        display: block;
    }
    .section.field .field_list li+li{
        margin-left: 0;
        margin-top: 30px;
    }
    .section.field .field_list li .img span{
        font-size: 13px;
        width: 100px;
        line-height: 30px;
    }
    .section.field .field_list li .img{
        height: 0;
        padding-bottom: 42%;
        position: relative;
    }
    .section.field .field_list li .img .table{
        position: absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
    }
    .section.field .field_list li:nth-child(1) .img img{
        width: 26%;
    }
    .section.field .field_list li:nth-child(2) .img img{
        width: 29%;
    }
    .section.field .field_list li .desc{
        font-size: 14px;
        margin-top: 20px;
    }
    .section.field a{
        width: 220px;
        font-size: 14px;
        line-height: 40px;
        margin-top: 30px;
    }
}