@font-face {
    font-family: georgia;
    src: url("../fonts/georgia.woff") format("woff2");
}

@font-face {
    font-family: corbel;
    src: url("../fonts/corbel.woff") format("woff2");
}

@font-face {
    font-family: ebrima;
    src: url("../fonts/ebrima.woff") format("woff2");
}

@font-face {
    font-family: fzth;
    src: url("../fonts/fzth.woff") format("woff2");
}

@font-face {
    font-family: RussoOne;
    src: url("../fonts/RussoOne.woff") format("woff2");
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

.w156 {
    margin: 0 auto;
    max-width: 1560px;
}

.sy_lb {
    position: relative;
}

.sy_lb header {
    position: absolute;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

.sy_lb header nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sy_lb header nav ul li {
    margin-right: 50px;
}

.sy_lb header nav ul li a {
    font-family: georgia;
    font-size: 18px;
    color: #000;

    /* font-weight: bold; */
    text-decoration: none;
}

.sy_lb header nav ul li a:hover {
    color: #71368a;
    font-weight: bold;
}

.sy_lb header nav ul li a.active {
    color: #71368a;
    font-weight: bold;
}

.sy_lb .swiper img {
    height: 925px;
    object-fit: cover;
}

.lbbom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    font-family: corbel;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    height: 100px;
    line-height: 100px;
    text-shadow:
        3px 3px 0 #fff,
        -3px 3px 0 #fff,
        3px -3px 0 #fff,
        -3px -3px 0 #fff;
}

.sy_lb .lbwz {
    position: absolute;
    right: 180px;
    top: 32%;
    z-index: 999;
}

.d-about {
    padding: 80px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-about .left {
    width: 48%;
}

.d-about .right {
    width: 48%;
}

.d-about .left .p1 {
    font-family: ebrima;
    color: #171818;
    line-height: 32px;
    font-size: 24px;
}

.d-about .left .p1:hover {
    color: #9d7abe;
}

.d-about .left .p2:hover {
    color: #9d7abe;
}

.d-about .left .p2 {
    font-family: fzth;
    margin: 30px 0;
    line-height: 42px;
    font-size: 30px;
}

.d-about .left a {
    display: inline-block;
    background: #9d7abe;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.4s;
    margin-top: 20px;
    color: #fff;
}

.d-about .left a:hover {
    background: #000;
}

.d-team {
    padding: 80px 0;
    font-family: RussoOne;
}

.d-team .title {
    margin-bottom: 50px;
    text-align: center;
    line-height: 38px;
}

.d-team .title .p1 {
    font-size: 32px;
}

.d-team .title .p2 {
    font-size: 19px;
}

.d-team .team {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.d-team .team .item {
    width: 20%;
}

.d-team .team .item img {
    width: 100%;
}

.d-team .team .item span {
    color: #71368a;
}

.d-team .team .item:hover {
    color: #71368a;
}

.d-team .team .item:hover span {
    color: #000;
}

.d-team .team .item .p1 {
    font-size: 22px;
    margin: 10px 0;
}

.d-team .team .item .p2 {
    font-size: 16px;
    line-height: 30px;

}

.footer {
    background: linear-gradient(to bottom, #a88bc6, #8159aa);
    padding: 50px 0;
    font-family: georgia;
    box-sizing: border-box;
}

.footer .logo {
    display: block;
}

.footer .f-dh {
    margin: 30px 0;
}

.footer .f-dh a {
    color: #fff;
    display: inline-block;
    margin-right: 25px;
}

.footer .f-dh a:hover {
    font-weight: bold;
}

.footer .xx {
    width: 100%;
    height: 1px;
    background: #fff;
}

.footer .f-copy {
    color: #fff;
    margin-top: 30px;

}

.footer .f-copy:hover {
    font-weight: bold;
}

.neiban {
    height: 370px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.nl2 {
    padding: 80px 0;
    font-family: RussoOne;
}

.nl2 .title {
    margin-bottom: 50px;
    line-height: 38px;
}

.nl2 .title .p1 {
    font-size: 32px;
}

.nl2 .nllist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nl2 .nllist .left {
    width: 30%;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
}

.nl2 .nllist .left:hover {
    color: #71368a;
}

.nl2 .nllist .right {
    width: 56%;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
}

.nl2 .nllist .right .d1 {
    text-align: right;
    width: 61%;
    display: flex;
    float: right;
    justify-content: space-between;
}

.nl2 .nllist .right .d1:hover {
    color: #71368a;
}

.nl2 .nllist .right .d2 {
    text-align: center;
    width: 61%;
    float: right;
}

.nl2 .nllist .right .d2:hover {
    color: #71368a;
}

.nl2 .nllist .right .d3:hover {
    color: #71368a;
}

.nl3 {
    background-color: #f3f3f3;
    padding: 80px 0;
    box-sizing: border-box;
}

.nl3 .w156 {
    display: flex;
    justify-content: space-between;
}

.nl3 .w156 .left {
    width: 48%;
}

.nl3 .w156 .right {
    width: 48%;
}
.nl3 .w156 .left .p1{
    font-family: ebrima;
    font-size: 24px;
    line-height: 32px;
}
.nl3 .w156 .left .p1:hover{
    color: #71368a;
}
.nl3 .w156 .left .p2:hover{
    color: #71368a;
}
.nl3 .w156 .left .p3:hover{
    color: #71368a;
}

.nl3 .w156 .left .p2{
    font-family: fzth;
    margin: 20px 0;
    font-size: 30px;
    line-height: 38px;
}
.nl3 .w156 .left .p3{
    font-family: ebrima;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
}
.nl3 .w156 .left .list{
    margin-top: 30px;
}
.nl3 .w156 .left .list .ll{
    display: flex;
    align-items: center;
    font-family: ebrima;
    line-height: 28px;
    font-size: 20px;
    margin: 30px 0;
}
.nl3 .w156 .left .list .ll:hover{
       color: #71368a;
}
.nl3 .w156 .left .list .ll img{
    height: 20px;
    display: inline-block;
    margin-right: 15px;
}
.nl3 .w156 .right .ll{
    display: flex;
        font-family: fzth;
    align-items: center;
    justify-content: space-between;
    margin-top:50px ;
}
.nl3 .w156 .right .ll .l1{
    width: 35%;
    line-height: 32px;
    font-size: 16px;
    background: #bc8ed7;
    border-radius: 15px;
    padding: 20px 10px;
    border: 2px solid #000;
    text-align: center;
}
.nl3 .w156 .right .ll .l1:hover{
    color: #fff;
}
.nl3 .w156 .right .ll .l2{
    width: 36%;
}
.nl3 .w156 .right .ll .l2 img{
    width: 100%;
}
.sheieb{
    display: flex;
    justify-content: space-between;
  
}
.sheieb .left{
    width: 24%;
}
.sheieb .left img{
    background: #fdfdfd;
    padding: 10%;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #000;
}
.sheieb .right{
    width: 68%;
}
.sheieb .right .ll{
    float: left;
    font-family: RussoOne;
    width: 48%;
    margin-right: 4%;
     margin-bottom: 60px;
}
.sheieb .right .ll:nth-child(2n){
    margin-right: 0;
}
.sheieb .right .ll .t{
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-bottom: 18px;
    color: #71368a;
}
.sheieb .right .ll .t:hover{
    color: #000;
}
.sheieb .right .ll .t img{
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.sheieb .right .ll .c{
    padding-left: 28px;
    box-sizing: border-box;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 28px;
}
.sheieb .right .ll .c:hover{
    color: #71368a;
}
.d-contact{
    background-color: #f3f3f3;
    padding: 80px 0;
}
.d-contact .p1{
    font-family: ebrima;
    font-size: 25px;
    line-height: 32px;
}
.d-contact .p2{
    font-family: fzth;
    margin: 20px 0;
    font-size: 30px;
    line-height: 42px;
}
.d-contact .p3{
    margin-top: 25px;
    /* font-family: ebrima; */
    font-size: 20px;
    line-height: 38px;
}
.d-contact .p3 span{
       color: #71368a;
}
.bd {
    padding: 80px 0;
    box-sizing: border-box;
}
.bd form{
    display: block;
    max-width: 1000px;
}
.bd form .t{
    color: #71368a;
    font-family: RussoOne;
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 28px;
}
.bd .forml div{
    display: flex;
    align-items: center;
        font-family: RussoOne;
        color: #71368a;
}
.bd form .forml{
    float: left;
    width: 48%;
    margin-bottom: 40px;
    margin-right: 4%;
}
.bd form .forml input{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-right: 5px;
    box-sizing: border-box;
}
.bd form .forml:nth-child(2n){
    margin-right: 0;
}

.bd .forml2 div{
    display: flex;
    align-items: center;
        font-family: RussoOne;
        color: #71368a;
}
.bd form .forml2{
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 4%;
}
.bd form .forml2 input{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-right: 5px;
    box-sizing: border-box;

    font-family: Georgia, 'Times New Roman', Times, serif;
}
.bd form .forml2 textarea{

    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 100%;
    height: 120px;
    padding: 10px;
    margin-right: 5px;
    box-sizing: border-box;
}

.bd form  button{
    background: #71368a;
    color: #fff;
    border: 2px solid #000;
    padding: 10px 20px;
   
    font-size: 18px;
    font-family: RussoOne;
    border-radius: 5px;
    cursor: pointer;
}
.bd form  button:hover{
    background: #fff;
    color: #71368a;
}
  .goTop >img{
            width: 50px;
            height: 50px;
            cursor: pointer;
        }
        .goTop{
            position: fixed;
            right : 20px;
            bottom : 20px;
        }