.page01 {
    position: relative;
    height: 550px;
    background: url('/images/companyProfile/back_page01.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}


.page01 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page01 .desc {
    width: 1190px;
    margin: 0 auto 80px;
    font-size: 20px;
    line-height: 2;
    color: #fff;
}


.page01 p {
    width: 900px;
    letter-spacing: 2px;
}

.page02 {
    padding-top: 200px;
    padding-bottom: 40px;
}

.page02 .title {
    width: 1190px;
    margin: 0 auto;
    line-height: 1.5;
    color: #F26C00;
}

.page02 h1 {
    font-family: Adobe Heiti Std;
    font-size: 70px;
}

.page02 h2 {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 2px;
}

h2 span {
    position: relative;
}

h2 span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 5px;
    right: 0;
    transition: all 0.8s;
    background-color: #F26C00;
}

h2 span.show::after {
    content: '';
    position: absolute;
    width: 190px;
    height: 3px;
    bottom: 5px;
    right: -190px;
    transition: all 0.8s;
    background-color: #F26C00;
}

.page02 .desc {
    width: 900px;
    text-indent: 2em;
    margin: 30px auto;
    line-height: 2.5;
    /* font-family: SimSun; */
    letter-spacing: 2px;
    font-size: 18px;
    color: #474747;
}

.page03 {
    font-size: 18px;
}

.page03 .bigTitle {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 500px;
    position: relative;
    background: url('/images/gym/bg7.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.page03 .title {
    width: 1190px;
    margin: 0 auto 50px;
    letter-spacing: 2px;
    color: #F26C00;
}

.page03 h1,
.page04 h1 {
    font-size: 70px;
}

.page03 h2,
.page04 h2 {
    font-size: 50px;
    font-weight: normal;
}

.page03 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.page03 .content ul {
    margin: 20px 0;
    line-height: 3;
    font-size: 18px;
    /* font-family: SimSun; */
    color: #242323;
}

.page03 .content .desc {
    width: 1190px;
    margin: 40px auto 20px;
    line-height: 2.5;
    text-indent: 2em;
    letter-spacing: 2px;
    font-size: 20px;
    color: #474747;
}

/* .page03 .prize {
    background: url('../images/coolPlay/3back.jpg') no-repeat;
    background-size: 100% 100%;
} */

.page03 .certificate {
    width: 1040px;
    margin: 0 auto;
}

.page03 .list {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.page03 .certificate .list.slice {
    height: 500px;
}
.page03 .patent .list.slice {
    height: 700px;
}
.page03 .certificate {
    margin-top: 30px;
}

.page03 .list>li {
    width: 250px;
    height: 342px;
    background-color: #ccc;
    margin-bottom: 10px;
    overflow: hidden;
}

.page03 .list>li img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.page03 .list>li img:hover {
    transform: scale(1.2);
}

.page03 .certificate .viewList {
    line-height: 2;
    text-align: center;
    background-color: #F26C00;
    color: #fff;
    cursor: pointer;
}

.prize ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 88px;
}

.prize ul li {
    margin-top: 88px;
}

.prize .type_01 {
    display: flex;
    text-align: center;
    color: #fff;
}

.prize .type_01 img {
    height: 402px;
}

.prize .type_01 .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 220px;
    padding: 0 10px;
    background-color: #3078c8;
}


.prize .type_01 h4 {
    font-size: 20px;
}

.prize .type_01 p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
}

.prize .type_02 img {
    height: 334px;
}

.prize .type_02 .text {
    position: relative;
    height: 68px;
    line-height: 68px;
    text-align: center;
    /* border: 1px solid #474747; */
    /* border-top: none; */
    color: #595959;
}

.line {
    position: absolute;
    background-color: #474747;
}

.prize .type_02 .left {
    left: 0;
    top: 0;
    width: 1px;
    height: 0;

}

.prize .type_02 .right {
    right: 0;
    top: 0;
    width: 1px;
    height: 0;
}

.prize .type_02 .bottom {
    bottom: 0;
    width: 0;
    height: 1px;
}

.page04 {
    width: 1190px;
    margin: 0 auto;
}

.page04 .title {
    margin: 70px 0;
    color: #F26C00;
}

.page04 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page04 li {
    padding-bottom: 10px;
    margin: 26px auto 0;
}

.page04 img {
    height: 218px;
    width: 380px;
    background-color: #ccc;
    transition: all 0.3s;
}

.page04 img:hover {
    transform: scale(1.2);
}

.page04 li .images {
    overflow: hidden;
}

.page04 .text {
    padding: 16px 0;
    line-height: 1.5;
    text-align: center;
    font-size: 22px;
    color: #f26c00;
    border: 1px solid #f26c00;
    border-top: none;
}


#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    padding-top: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    color: #666;

    /*    background: url(/images/companyProfile/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%; */
}

#certify img {
    width: 520px;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%;
    color: #007aff;
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    color: #666;
    /*     background: url(/images/companyProfile/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%; */
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
    color: #007aff;
}