@import "base.css";

:root {
    --animate-duration: 1s;
    --animate-delay: 0.1s;
    --animate-repeat: 1
}

html,
body {
    width: 100%;
    height: 100%;
}

#app {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #F4F4F4;
}

.app-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 100%;
    background-color: #ffffff;
    z-index: 2;
}

.app-header .logo {
    padding: 1rem 0;
    text-align: center;
}

.app-header .weburl {
    display: flex;
    justify-content: center;
    height: 20px;
    overflow: hidden;
    margin: 0 1rem;
}

.app-header .weburl > div {
    line-height: 20px;
    font-size: 13px;
    color: #00E;
    position: relative;
    height: 20px;
    padding: 0 1rem;
}

.app-header .weburl > div:before {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 50%;
    height: 1px;
    content: "";
    background-color: #00E;
    margin-top: -1px;
}

.app-header .weburl > div:after {
    position: absolute;
    top: 50%;
    right: -50%;
    width: 50%;
    height: 1px;
    content: "";
    background-color: #00E;
    margin-top: -1px;
}

.app-header .menu {
    margin-top: 1rem;
    background-color: #f8f8f8;
}

.app-header .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.app-header .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
}

.app-header .menu ul li:first-child a {
    border-top: 1px solid #e8e8e8;
}

.app-header .menu ul li a:hover {
    background-color: #DC251F;
    color: #ffffff;
}

.app-header .end {
    padding: 1rem 1rem 0 1rem;
}

.app-header .end p {
    margin: 0;
    font-size: 13px;
    line-height: 2em;
    color: #696969;
    text-align: center;
}

.app-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#fullpage {
    width: 100%;
    height: 100%;
    padding-left: 225px;
    /*padding-right: 55px;*/
    position: relative;
    z-index: 1;
}


.page-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    z-index: 2;
}

.page-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.page-menu ul li {
    width: 23px;
    height: 23px;
    margin-bottom: 1rem;
    padding: 4px;
    border-radius: 50%;
    overflow: hidden;
}

.page-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.page-menu ul li.active a {
    background-color: #DC251F;
}

.page-menu ul li:last-child {
    margin-bottom: 0;
}

.shubiao {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    width: 40px;
    height: 47px;
    margin-left: 87px;
    background: url('../img/mouse_0.png') 0 0 no-repeat;
    z-index: 3;
    animation: myS 1.2s linear 0s infinite;
    -webkit-animation: myS 1.2s linear 0s infinite;
}


.container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .widget {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
}

.container .bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section{
    height: 100%;
    overflow: hidden;
}

.s1 .widget {
    display: flex;
    align-items: center;
}

.s1 .widget-header {
    width: 50%;

}

.s1 .widget-header .sub-title {
    margin-top: 2rem;
}

.s1 .widget-header .title img,
.s1 .widget-header .sub-title img {
    max-width: 100%;
}

.s1 .widget-header .detail {
    margin-top: 2rem;
    max-width: 540px;
}

.s1 .widget-header .detail p {
    margin: 0;
    line-height: 2em;
    color: #ffffff;
    font-size: 18px;
    text-align: justify;
}

.s1 .widget-body {
    width: 50%;
}

.s1 .widget-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.s1 .widget-body ul li {
    width: 50%;
    text-align: center;
}

.s1 .widget-body ul li img {
    max-width: 100%;
}

.s2 .widget {
    display: flex;
    align-items: center;
    padding: 3rem;
    position: relative;
}

.s2 .widget-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.75);
    border-right: 10px solid #183FAF;
}

.s2 .widget-header {
    position: relative;
    z-index: 2;
    width: 50%;
    padding-right: 2rem;
}

.s2 .widget-header .title {
    font-size: 38px;
    color: #000000;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

.s2 .widget-header .title em {
    color: #e42020;
    font-style: normal;

}

.s2 .widget-header .title b {
    padding: 0 0.5rem;
    color: #999999;
    font-family: "Microsoft YaHei";
}

.s2 .widget-header .sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.s2 .widget-header .sub-title div {
    color: #333;
    line-height: 1;
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
    position: relative;
    padding: 0 100px;

}

.s2 .widget-header .sub-title div::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 1px;
    content: '';
    background: #e42020;
}

.s2 .widget-header .sub-title div::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 1px;
    content: '';
    background: #e42020;
}

.s2 .widget-header .detail {
    /*font-size: 18px;*/
    line-height: 2em;
    text-align: justify;
    margin-top: 2rem;
}

.s2 .widget-header .detail p {
    margin: 0;
}

.s2 .widget-header .more {
    display: flex;
    margin-top: 1rem;
}

.s2 .widget-header .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    background: #E42020;
    color: #ffffff;
    font-size: 14px;
    padding: 0 2em;
    border-radius: 2px;
}

.s2 .widget-header .more a:hover {
    background: #D71A1A;
}

.s2 .widget-body {
    position: relative;
    z-index: 2;
    flex: 1;
}

.s2 .widget-body ul {
    list-style: none;
    margin: 0 -10px -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.s2 .widget-body ul li {
    width: 33.3333%;
    padding: 0 10px 20px;
}

.s2 .widget-body ul li img {
    width: 100%;
}

.s3 .widget-header .title {
    padding: 3rem 0 1rem;
    background: url('../img/baner3_1.png') 0 0 no-repeat;
    margin-bottom: 2rem;
    color: #fff;
    font-size: 40px;
    position: relative;
    font-weight: bold;
}

.s3 .widget-header .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background: #E42020;
    content: '';
}

.s3 .widget-header .title em {
    font-style: normal;
    color: #E42020;
}

.s3 .widget-header .sub-title{
    font-size: 24px;
    color:#000000;
    padding-bottom: 1em;
    font-weight: bold;
}

.s3 .widget-body {
    overflow: hidden;
}

.s3 .widget-body ul {
    list-style: none;
    margin: 0 -10px -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.s3 .widget-body ul li {
    width: 33.3333%;
    padding: 0 10px 20px;
}

.s3 .widget-body ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 5px solid #a1a1a1;
}

.s3 .widget-body ul li a .img {
    padding-bottom: 75%;
    position: relative;
    z-index: 1;
}

.s3 .widget-body ul li a .img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.s3 .widget-body ul li a .img-block img {
    width: 100%;
    height: 100%;
}

.s3 .widget-body ul li a .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 39, 42, 0.7);
    content: "";
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: #ffffff;
    transition: all 0.35s ease;
    transform: rotate(90deg);
    transform-origin: right bottom;
    opacity: 0;
}

.s3 .widget-body ul li a:hover .info {
    transform: rotate(0deg);
    opacity: 1;
}

.s3 .widget-body ul li a .info .title {
    font-size: 20px;
    font-weight: bold;
}

.s3 .widget-body ul li a .info .btn {
    display: inline-block;
    color: rgb(255, 39, 42);
    line-height: 30px;
    margin-top: 1rem;
    font-family: "Microsoft YaHei";
    background: #ffffff;
    padding: 0 1rem;
    border-radius: 4px;
}

.s4 .widget{
    padding: 3rem;
    position: relative;
}

.s4 .widget-bg{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 6px;
}

.s4 .widget-header {
    position: relative;
    padding: 0 0 2rem;
    text-align: center;
    z-index: 2;
}

.s4 .widget-header .title {
    font-size: 38px;
    color: #333333;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

.s4 .widget-header .title em {
    color: rgb(255, 39, 42);
    font-style: normal;

}

.s4 .widget-header .title b {
    padding: 0 0.5rem;
    font-family: "Microsoft YaHei";
}

.s4 .widget-header .sub-title {
    color: #666666;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    position: relative;
    padding: 0 100px;
    margin: 1.2rem auto 0;
    display: inline-block;
}

.s4 .widget-header .sub-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 1px;
    content: '';
    background: #e8e8e8;
}

.s4 .widget-header .sub-title::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 1px;
    content: '';
    background: #e8e8e8;
}

.s4 .widget-body{
    /*overflow: hidden;*/
    position: relative;
    z-index: 2;
}
.s4 .widget-body ul {
    list-style: none;
    margin: 0 -1rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.s4 .widget-body ul li {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 10px;
}

.s4 .widget-body ul li a {
    display: flex;
    align-items: center;
    padding: 24px 10px 24px 5px;
    transition-duration: 0.5s;
    border-bottom: 1px solid #F0F0F0;
}

.s4 .widget-body ul li a::before {
    width: 112px;
    height: 50px;
    background: url('../img/news_icon.png') center center no-repeat;
    content: '';
    border-right: 1px solid #F0F0F0;
}

.s4 .widget-body ul li a .info {
    flex: 1;
    padding-left: 30px;
}

.s4 .widget-body ul li a .info h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #00E;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.s4 .widget-body ul li a .info p {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #878787;
    height: 48px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 1rem;
}

.s4 .widget-body ul li a:hover {
    margin-left: -20px;
    background: #ffffff;
    color: #02266f;
    padding-right: 20px;
}

.s4 .widget-body ul li a:hover::before {
    border-right-color: #ffffff;
}

.s4 .widget-body ul li a:hover .info p {
    color: #02266f;
}

.s5 .widget{
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    padding: 5rem 3rem;
}

.s5 .widget-header{
    width: 50%;
}

.s5 .widget-header .en{
    font-size: 80px;
    font-weight: 800;
    color: #FF4642;
}

.s5 .widget-header .title{
    font-size: 24px;
    color:#000;
    padding-top: 1rem;
}

.s5 .widget-header .title em{
    font-style: normal;
    color: #FF4642;
}

.s5 .widget-header .detail{
    line-height: 2rem;
    margin-top: 1rem;
    color: #333333;
}

.s5 .widget-header ul{
    list-style: none;
    margin: 0;
    padding: 2rem 0 0 0;
}

.s5 .widget-header ul li{
    position: relative;
    margin-bottom: 1rem;
    padding-left: 50px;
}

.s5 .widget-header ul li:last-child{
    margin-bottom: 0;
}

.s5 .widget-header ul li .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s5 .widget-header ul li p{
    margin: 0;
    line-height: 40px;
    color: #000000;
}

.s5 .widget-header ul li.phone p{
    font-size: 20px;
    font-weight: bold;
}

.s5 .widget-body{
    flex: 1;
    padding-left: 2rem;
}

.gbook .code {
    display: inline-block;
    margin-left: 1rem;
    cursor: pointer;
}

@keyframes myS {
    0% {
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
    }
    50% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    100% {
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
    }
}

.animate__animated.animate__delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-delay: calc(var(--animate-delay)*6);
    animation-delay: calc(var(--animate-delay)*6)
}

.animate__animated.animate__delay-7s {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-delay: calc(var(--animate-delay)*7);
    animation-delay: calc(var(--animate-delay)*7)
}
.animate__animated.animate__delay-8s {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-delay: calc(var(--animate-delay)*8);
    animation-delay: calc(var(--animate-delay)*8)
}