#app header .nav_url>li:nth-child(1)>a {
    color: #C4302C !important;
}

#app header .nav_url>li:nth-child(1)>a>p {
    border-color: rgba(196, 48, 44, 1);
}

#app header .nav_url>li:nth-child(1)>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #C4302C;
}

.home {
    min-height: calc(100vh - 691px);
}

.services_available>div>h3,
.technical_team>div>h3,
.service_process>div>h3,
.advantage_platform>div>h3,
.cooperation_case>div>h3,
.cooperative_client>div>h3 {
    height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.services_available>div>span,
.technical_team>div>span,
.service_process>div>span,
.advantage_platform>div>span,
.cooperation_case>div>span,
.cooperative_client>div>span {
    margin-top: 15px;
    height: 20px;
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    line-height: 20px;
}

.services_available>div>p,
.technical_team>div>p,
.service_process>div>p,
.advantage_platform>div>p,
.cooperation_case>div>p,
.cooperative_client>div>p {
    margin-top: 23px;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.feedback>div>h3 {
    height: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
}

.feedback>div>span {
    margin-top: 15px;
    height: 20px;
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
    color: #FFFFFF;
}

.feedback>div>p {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 23px;
}



/*杞挱鍥�*/
.carousel {
    width: 100%;
    height: 400px;
    position: relative;
}

.activity {
    position: absolute;
    left: 48.2%;
    top: 0;
    width: 238px;
    /* height: 250px; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    transform: translateX(362px);
    z-index: 9;
}

.activity>div {
    width: 238px;
    /* height: 300px; */
    /* background: rgba(0, 0, 0, .7); */
    background-color: #031f45bb;
    border-radius: 5px;
    margin-top: 0px;
    padding: 26px 0 0px 0;
}

.activity>div>h2 {
    height: 16px;
    font-weight: 400;
    color: #FFDF49;
    line-height: 16px;
    font-size: 16px;
    /* text-align: center; */
    margin-left: 29px;
}

.activity>div>div {
    display: flex;
    flex-direction: column;
    /* padding-left: 29px; */
    /*padding-left: 77px;*/
    padding: 10px 0;
}

.activity>div>div>a {
    padding-left: 29px;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    line-height: 34px;
    /* margin-top: 17px; */
    cursor: pointer;
}
.activeSwiper {
    /* color: #C4302C !important; */
    /* background-color: #16181a !important; */
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: 600;
}
/* .activity>div>div>a:nth-child(1).activeSwiper{
    color: #267128 !important;
} */
.activity>div>div>a:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: 600;
}
/* .activity>div>div>a:nth-child(1):hover{
    color: #267128 !important;
} */

.swiper_index {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    position: relative;
}

.swiper_index>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_index>div>ul {
    width: 1200px;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.swiper_index>div>ul>li {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px;
    cursor: pointer;
}

.swiper_index>div>ul>li>a {
    flex: 1;
    padding: 0 30px;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.swiper_index>div>ul>li>a>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.swiper_index>div>ul>li>a>div>strong {
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
}

.swiper_index>div>ul>li>a>div>p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
    margin-top: 14px;
    text-align: center;
}

.swiper_index>div>ul>li:hover {
    background: #C4302C;
}

.swiper_index>div>ul>li:hover>a>img:nth-child(1) {
    display: none;
}

.swiper_index>div>ul>li:hover>a>img:nth-child(2) {
    display: block !important;
}

.swiper_index>div>ul>li:hover>a>div>strong,
.swiper_index>div>ul>li:hover>a>div>p {
    color: #FFFFFF;
}


/*鏈嶅姟椤圭洰*/
.services_available {
    width: 100%;
    height: 477px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services_available>div {
    width: 1200px;
    height: 777px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 71px;
}

.services_available>div>ul {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 70px;
    justify-content: space-between;

}

.banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.banner a {
    width: 100%;
    height: 400px;
    display: block;
}

.services_available>div>ul>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: context-menu;
    flex: 1;
}


.services_available>div>ul :hover strong {
    color: rgb(196, 48, 44);
    font-weight: 700;
}

.services_available>div>ul>li>div {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_available>div>ul>li>div>img {
    transition: 0.5s;
}

.services_available>div>ul>li>strong {
    height: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
}

.services_available>div>ul>li>p {
    margin-top: 20px;
    height: 68px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    transition: all .5s;
    text-align: center;

}

.services_available>div>ul>li>p>a:hover {
    color: rgba(196, 48, 44, 1);
}

/*鎶€鏈洟闃焎ss*/
.technical_team {
    width: 100%;
    height: 894px;
    background: #FAFAFA;
    display: flex;
    justify-content: center;
}

.technical_team>div {
    width: 1200px;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    align-items: center;
}

.technical_team>div>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 62px;
}

.technical_team>div>div>p {
    height: 53px;
    border: 1px solid #333333;
    border-radius: 27px;
    padding: 0 45px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technical_team>div>div>p:hover {
    color: rgba(196, 48, 44, 1);
    border: 1px solid #C73B37;
}

.technical_team>div>div>p:nth-child(n+2) {
    margin-left: 46px;
}

.technical_team_content {
    width: 376px;
    height: 411px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.technical_team>div .technical_team_swiper .technical_team_text>img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-top: -110px;
}

.technical_team>div>.technical_team_swiper {
    width: 1200px;
}

.technical_team>div .technical_team_swiper .technical_team_text {
    width: 376px;
    height: 287px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.technical_team>div .technical_team_swiper .technical_team_detail {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 376px;
    height: 411px;
    background: rgba(196, 48, 44, 1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 48px;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: 0.5s;
}

.technical_team>div .technical_team_swiper .technical_team_text>strong {
    margin-top: 48px;
    font-size: 26px;
    font-weight: 500;
    color: #C4302C;
    line-height: 26px;
    height: 26px;
    text-align: center;
}

.technical_team>div .technical_team_swiper .technical_team_text>p {
    width: 220px;
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
}

.technical_team>div .technical_team_swiper .technical_team_detail>strong {
    height: 26px;
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
}

.technical_team>div .technical_team_swiper .technical_team_detail>span {
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 17px;
}

.technical_team>div .technical_team_swiper .technical_team_detail>p {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.technical_team>div .technical_team_swiper .technical_team_detail>p>span {
    font-size: 18px;
}

.technical_team>div .technical_team_swiper .technical_team_content:hover .technical_team_detail {
    opacity: 1;
}

/*鏈嶅姟娴佺▼css*/
.service_process {
    width: 100%;
    height: 690px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
}

.service_process>div {
    padding-top: 70px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_process>div>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 76px;
    width: 1200px;
}

.service_process .service_process_tabs {
    width: 212px;
    display: flex;
    flex-direction: column;
}

.service_process .service_process_tabs>div {
    width: 212px;
    height: 118px;
    background: #F9EAE9;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 32px;
}

.service_process .service_process_tabs>div>span {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.service_process .service_process_tabs>div>img {
    margin-left: 16px;
}

.service_process .service_process_tabs>.activeTabs {
    background: RGBA(196, 48, 44, 1);
    color: #fff;
}

.service_process .service_process_tabs>.activeTabs>span {
    color: #FFFFFF;
}

.service_process>div>div>.service_process_text {
    margin-left: 50px;
    flex: 1;
}

.service_process>div>div>.service_process_text>div {
    display: flex;
    flex-direction: column;
}

.service_process>div>div>.service_process_text>div>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service_process>div>div>.service_process_text>div>ul>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}


.service_process>div>div>.service_process_text>div>ul :hover img {
    animation: rotateY 1s;
}

@keyframes rotateY {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.service_process>div>div>.service_process_text>div>ul>li :hover strong {
    color: #C4302C;
}

.service_process>div>div>.service_process_text>div>ul>li>img {
    width: 55px;
    height: 55px;
    transition: 0.5s;
    cursor: pointer;
}

.service_process>div>div>.service_process_text>div>ul>li>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service_process>div>div>.service_process_text>div>ul>li>div>strong {
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    text-align: center;
    margin-top: 21px;
}

.service_process>div>div>.service_process_text>div>ul:nth-child(2) {
    margin-top: 69px;
}

.service_process>div>div>.service_process_text>div>ul>li>div>p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 13px;
    text-align: center;
}

/*骞冲彴浼樺娍css*/
.advantage_platform {
    width: 100%;
    background: #FAFAFA;
    height: 923px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage_platform>div {
    width: 1200px;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantage_platform>div>div {
    display: flex;
    flex-direction: row;
    width: 1200px;

}

.advantage_platform>div>div>img {
    width: 447px;
    height: 648px;
    margin-top: 22px;
}

.advantage_platform>div>div>div {
    display: flex;
    flex-direction: column;
    margin-top: 144px;
    flex: 1;
}

.advantage_platform>div>div>div>div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.advantage_platform>div>div>div>div:nth-child(2) {
    margin-top: 126px;
}

.advantage_platform>div>div>div>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.advantage_platform>div>div>div>div :hover img {
    animation: rotateY 1s;
}

.advantage_platform>div>div>div>div :hover strong {
    color: #C4302C;
}

.advantage_platform>div>div>div>div>strong {
    margin-top: 20px;
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}

.advantage_platform>div>div>div>div>div>p {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

/*鍚堜綔妗堜緥css*/
.container {
    width: 1200px;
    margin: auto;
}

.container .wrapper {
    margin: auto;
    width: 1200px;
    height: 216px;
    background-color: #fff;
    position: relative;
}

.container .wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 3000px;
    position: absolute;
    left: 0;
}

.container .btn {
    position: absolute;
    top: 0;
    font-size: 24px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.container .btn .leftBtn,
.container .btn .rightBtn {
    height: 100%;
    display: flex;
    align-items: center;
}

.container .wrapper .ico {
    position: absolute;
    bottom: 10%;
    left: 50%;
}

.container .wrapper .ico ul {
    transform: translateX(-50%);
    width: 200px;
}

.container .wrapper .ico ul li {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 50%;
    margin: 0 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    user-select: none;
    cursor: pointer;
}

.container .wrapper .ico ul li.active {
    background-color: rgba(0, 0, 0, 0.8);
}

.cooperation_case {
    width: 100%;
    height: 1128px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooperation_case>div {
    padding-top: 70px;
    width: 1200px;
    height: 1128px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperation_case>div .cooperation_case_swiper {
    width: 1200px;
    margin-top: 60px;
}

.container .wrapper ul {
    width: 6000px;
}

.lists {
    width: 100%;
    height: 226px;
    animation: 40s moves linear infinite normal;
}

.lists:hover {
    animation: 40s moves linear infinite paused;

}

@keyframes moves {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(-3400px);
    }
}

.ico {
    display: flex;
    justify-content: start;
}

.cooperation_case_swiper_box .swiper-slide {
    width: 200px;
    height: 226px;
    border-radius: 2px;
    margin-bottom: 0 !important;
    position: relative;
    /* overflow: hidden; */
}

.cooperation_case_swiper_box .swiper-slide>img {
    width: 200px;
    height: 186px;
    object-fit: cover;
}

.cooperation_case_swiper_box .swiper-slide:hover>div {
    transform: translateY(0);
    opacity: 1;
}

.cooperation_case_swiper_box .swiper-slide>div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    background-color: #918f8fa8;
}

.cooperation_case_swiper_box .swiper-slide>div>a {
    width: 148px;
    height: 33px;
    background: #C4302C;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.cooperation_case_swiper_box .swiper-slide p {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 110;
    height: 40px;
    line-height: 40px;
}

.cooperation_case_table {
    margin-top: 33px;
    width: 1200px;
    height: 600px;
}

.cooperation_case_table .swiper-slide>div {
    width: 1200px;
    height: 50px;
    padding-left: 37px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cooperation_case_table .swiper-slide:nth-child(2n-1) {
    background: rgba(196, 48, 44, 0.08);
}

.cooperation_case_table .swiper-slide:nth-child(2n) {
    background: rgba(196, 48, 44, 0.03);
}

.cooperation_case_table .swiper-slide>div>div {
    width: 12px;
    height: 12px;
    background: #C4302C;
}

.cooperation_case_table .swiper-slide>div>span {
    margin-left: 16px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.cooperation_case_table .swiper-slide>div>div:nth-child(3) {
    margin-left: 80px;
}

.cooperation_case_table .swiper-slide>div>span:nth-child(2) {
    width: 220px;
}

.cooperation_case_table .swiper-slide>div>span:nth-child(4) {
    flex: 1;
}

/* 鍖€閫熸粴鍔� */
.cooperation_case_table_box .swiper-wrapper {
    transition-timing-function: linear !important;
}

/*鍚堜綔瀹㈡埛css*/
.cooperative_client {
    width: 100%;
    height: 951px;
    background: #FAFAFA;
    display: flex;
    justify-content: center;
}

.cooperative_client>div {
    padding-top: 70px;
    width: 1200px;
    height: 951px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperative_client>div>ul {
    width: 1200px;
    margin-top: 75px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
}

.cooperative_client>div>ul>li {
    width: 200px;
    height: 105px;
    border-left: 1px solid rgba(236, 237, 238, 1);
    transition: all .5s;
}

.cooperative_client>div>ul>li>img {
    width: 200px;
    height: 105px;
    transition: all .5s;
}

.cooperative_client>div>ul>li:nth-child(n+7) {
    border-top: 1px solid rgba(236, 237, 238, 1);
}

.cooperative_client>div>ul>li:nth-child(1),
.cooperative_client>div>ul>li:nth-child(7),
.cooperative_client>div>ul>li:nth-child(13),
.cooperative_client>div>ul>li:nth-child(19),
.cooperative_client>div>ul>li:nth-child(25),
.cooperative_client>div>ul>li:nth-child(31) {
    border-left: none;
}

.cooperative_client>div>ul>li:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.cooperative_client>div>ul>li:hover>img {
    transform: scaleX(1.1);
}



.feedback {
    width: 100%;
    min-height: 767px;
    display: flex;
    justify-content: center;
    /* background: url("https://phadwiki-1308066085.file.myqcloud.com/static/images/home/feedback_bj.png") no-repeat; */
    background-size: cover;
}

.feedback>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    width: 1200px;
    min-height: 767px;
}



#drag-container,
#spin-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-10deg);
    transform: rotateX(-10deg);
}

#drag-container img,
#drag-container video {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-shadow: 0 0 8px #fff;
    box-shadow: 0 0 8px #fff;
    object-fit: cover;
}

#drag-container img:hover,
#drag-container video:hover {
    -webkit-box-shadow: 0 0 15px #fffd;
    box-shadow: 0 0 15px #fffd;
}

#drag-container p {
    font-family: Serif;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100px;
    -webkit-transform: translate(-50%, -50%) rotateX(90deg);
    transform: translate(-50%, -50%) rotateX(90deg);
    color: #fff;
}

#ground {
    width: 1200px;
    height: 720px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateX(90deg);
    transform: translate(-50%, -50%) rotateX(90deg);
}

#music-container {
    position: absolute;
    top: 0;
    left: 0;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes spinRevert {
    from {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes spinRevert {
    from {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

/* 澹版槑寮圭獥 */
#statement {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: #00000091;
}

/* 閲岄潰鍐呭 */
#statement .box {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 1000px;
    height: 700px;
    box-shadow: 0 0 15px #817b7bb6, 0 0 15px #817b7bb6;
    border-radius: 10px;
}

#statement .cancel {
    float: right;
    margin: 20px;
    cursor: pointer;
}

#statement .top {
    color: #c4302c;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    border-bottom: 3px solid #c4302c;
    padding-bottom: 20px;
    margin-left: 60px;
    margin-right: 60px;
    letter-spacing: 2px;
}

#statement .title {
    margin-left: 60px;
    margin-right: 60px;
    text-align: center;
    margin-top: 2px;
    padding-top: 20px;
    font-weight: 700;
    font-size: 20px;
    border-top: 3px solid #c4302c;
    letter-spacing: 1px;
}

#statement .text {
    padding: 30px 60px;
}

#statement p {
    text-align: justify;
    text-align-last: left;
    font-family: "瀹嬩綋";
    text-indent: 2em;
    padding-bottom: 10px;
    line-height: 165%
}

#statement .l {
    text-align: left;
}

#statement .r {
    text-align: right !important;
    margin-top: 10px;
}

#statement .seal {
    float: right;
    transform: translate(10px,-190px);
    /* margin-right: 10px; */
}