html{
    position: relative;
    height: 100%;
    overflow-x: hidden;
}
body{
    margin: 0;
    padding: 0;
    font-family:  Noto Sans SC;
}
/*header logo start*/
.zh {
    top: 2%;
    right: 12%;
    position: fixed;
    z-index: 99;
    width: 50px;
    height: 50px;
    background: url(/images/pc/中英文切换-中文.png) no-repeat;
}
.en {
    top: 2%;
    right: 12%;
    position: fixed;
    z-index: 99;
    width: 50px;
    height: 50px;
    background: url(/images/pc/中英文切换-英文.png) no-repeat;
}
.white-logo-font {
    top: 2%;
    left: 3%;
    position: fixed;
    z-index: 99;
    width: 250px;
}
/*header logo end*/
/*navicat start*/
#btn {
    width: 25px;
    height: 25px;
}

/*navicat end*/

/*a:hover {*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*}*/

/*导航栏 start*/
.menu {
    display: flex;
    height: 100%;
    background-color: white;
    color: black;
    flex-flow: column;
    flex-wrap: wrap;
    overflow-x: hidden;
    box-sizing: border-box;
    z-index: 100;
    font-weight: 400;
    font-size: 1.5rem;
    align-items: center;
    width: 30%;
    position: absolute;
    top: 0;
    right: -30%;
}
.menu>a{
    width:80%;
    height:4%;
    text-indent:1rem;
    margin:2% 0px;
    border-bottom:0.05rem solid #ccc;
    border-top: none;
    border-left:none;
    border-right:none;
    font-size:20px;
    text-decoration:none;
    color:#3e3e3e;
    font-family: Noto Sans SC;
    font-weight: 300;
}
.menu>a:hover {
    text-decoration: none;
    color: black;
}
.menu-header {
    width: 100%;
    height: 10%;
    display: flex;
    background-color: white;
    padding-top: 10%;
    margin-bottom: 12%;
}
.menu-item>div {
    width: 20px;
    height: 20px;
    right: -70%;
    display: inline-block;
    position: relative;
    background: url(../../images/pc/menu-right.png) no-repeat;
    background-size: cover;
}
.logo {
    width: 2.5rem;
    height: 2.5rem;
}
.menu-img>img{
    width: 5%;
    height: 5%;
}
.menu-close {
    position: absolute;
    right: 12%;
    width: 35px;
    height: 35px;
    background: url(../../images/pc/menu-close.png) no-repeat;
    background-size: cover;
    opacity: 0.7;
}
.header {
    height: 7vh;
    width: 100%;
}
.logo-bakg {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 5%;
    left: 11%;
    position: fixed;
}
.white-logo {
    width: 40px;
    height: 40px;
    display: none;
    position: relative;
}
.search-big {
    position: absolute;
    top: 28px;
    right: 8%;
    width: 25px;
    height: 25px;
    z-index: 99;
}
.icon-but {
    width: 30px;
    margin: 0 13px;
    display: block;
    position: absolute;
    right: 3%;
    top: 1%;
    z-index: 99;
    /*background: red;*/
    height: 50px;
}
.icon-but>i{
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    transition: 0.4s;
}
.icon-but>i:nth-child(1) {
    margin-top: 20px;
}
.icon-but>i:nth-child(2) {
    margin-top: 30px;
}
.icon-but>i:nth-child(3) {
    margin-top: 40px;
}

/*第一屏轮播图文字*/
.item>div>div:nth-child(1) {
    width: 1px;
    word-wrap: break-word;
    left: 74%;
    position: relative;
    top: 30%;
    font-size: 78px;
    color: white;
    font-family: LiSu;
    text-shadow: 2px 2px #ccc;
    line-height: 79px;
    display: none;
}
.item>div>div:nth-child(2) {
    float: left;
    width: 10px;
    word-wrap: break-word;
    left: 83%;
    position: relative;
    font-family: LiSu;
    text-shadow: 2px 2px #ccc;
    line-height: 79px;
    font-size: 78px;
    color: white;
    top: 25.7%;
    display: none;
}


ul li {
    float: left;
    list-style: none;
}
ul li>.li-item{
    width: 7vw;
}
ul li>.head-it {
    width: 8vw;
    text-align: center;
}

/*slide1 轮播 start*/
.carousel-inner>div:nth-child(1)>div{
    background:url(/images/pc/lunbo1.jpg) no-repeat 49%;
    background-size: cover;
}
.carousel-inner>div:nth-child(2)>div{
    background:url(/images/pc/lunbo2.jpg) no-repeat 49%;
    background-size: cover;
}
.carousel-inner>div:nth-child(3)>div{
    background:url(/images/pc/lunbo3.jpg) no-repeat 49%;
    background-size: cover;
}
.carousel-inner>div:nth-child(4)>div{
    background:url(/images/pc/lunbo4.png) no-repeat 49%;
    background-size: cover;
}
.item>div{
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: relative;
}
.head-ul>li>div>div:nth-child(1) {
    letter-spacing: 2px;
}
.head-ul>li>div>div:nth-child(2) {
    letter-spacing: -1px;
    font-size: 14px;
    opacity: 0.6;
}
/*slide1 轮播 start*/

/*轮播*/
.lunbo {
    width: 100%;
    position: absolute;
    top: 0;
    background: url(../../images/pc/rongyu.jpg) no-repeat 19% 0%;
    background-size: cover;
    height: 51vh;
    color: white;
    /* left: 0; */
    text-align: center;
}
.lunbo-font {
    /* background-color: #00c4ff; */
    width: 33vw;
    height: 10vh;
    /* font-weight: 600; */
    position: relative;
    top: 30vh;
    /* font-family: Noto Sans SC; */
    left: 36vw;
    font-size: 40px;
    color: white;
    line-height: 10vh;
    font-family: LiSu;
    letter-spacing: 10px;
}
/*.lb-font {*/
/*.item>div>.lb-font {*/
/*    position: absolute;*/
/*    width: 35vw;*/
/*    height: 10vh;*/
/*    !* background: red; *!*/
/*    bottom: 54vh;*/
/*    color: white;*/
/*    text-align: center;*/
/*    left: 32vw;*/
/*    font-family: LiSu;*/
/*    letter-spacing: 10px;*/
/*    font-size: 50px;*/
/*}*/
/*找律师*/
.find {
    top: 0vh;
    position: absolute;
    height: 60vh;
    width: 100vw;
    color: white;
    /*background: url(../../images/pc/professional.png) no-repeat 2% 69%;*/
    background: url(../../images/pc/professional-new.png) no-repeat 2% 69%;
    background-size: cover;
    padding-top: 10vh;
}
.find-title {
    font-size: 20px;
    font-weight: 600;
    top: 20vh;
    position: relative;
    /*font-family: Source Han Sans CN;*/
    width: 7vw;
    letter-spacing: 4px;
    /*border-bottom: 4px solid #b83133;*/
    border-bottom: 4px solid #bd393b;
    left: 47vw;
    padding-left: 4px;
}
strong {
    position: relative;
    font-family: Source Han Sans CN;
    /*border-bottom: 2px solid #b83133;*/
    border-bottom: 2px solid #bd393b;
    padding: 3px 0;
    font-size: 18px;
    font-weight: 700;
}
.profess_people {
    top: 21vh;
    font-weight: normal;
    padding-bottom: 7px;
}
.liang_practice {
    top: 2vh;
    font-weight: normal;
    padding-bottom: 0px;
    color: #565656;
}
.rongyu-white-logo {
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
    top: 23vh;
}
.rongyu-strong {
    position: relative;
    top: 27vh;
    color: white;
    font-weight: normal;
}
.join-strong {
    display: none;
    color: white;
    /*top: 125px;*/
    margin-top: 45vh;
    font-weight: normal;
    padding-bottom: 0;
}

/*第二屏圆弧*/
.find-radius {
    width: 100%;
    background: url(../../images/pc/white-radius-one.png) no-repeat;
    background-size: cover;
    top: 55%;
    height: 20%;
    position: absolute;
}

.find-second {
    position: relative;
    top: 19vh;
    font-size: 28px;
    /*font-family: Source Han Sans CN;*/
    font-family: Noto Sans SC;
}
.find-desc {
    position: relative;
    top: 5vh;
    font-weight: 600;
}
.find-third {
    position: absolute;
    bottom: -58vh;
    color: #3e3e3e;
    height: 15vh;
    line-height: 3vh;
    left: 20%;
    top: 10vh;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
i {
    opacity: 0.8;
}
.search-profession {
    width: 140px;
    margin: 15px 3vw;
    font-size: 19px;
    font-weight: 600;
    font-family: Source Han Sans CN;
}
.find-third-img{
    margin-right: 110px;
}
.right-yin {
    margin-left: 110px;
}

.find-des {
    width: 60vw;
}
.find-sel {
    position: absolute;
    left: 3vw;
    bottom: -11vh;
    width: 95vw;
}
input{
    border-radius: 3px;
    border: 1px solid #1a1a1a;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-family: Noto Sans SC;
}
input:focus{outline:none}
input::-webkit-input-placeholder{
    color: black;
    font-size:1rem;
    font-weight:400;
    position:relative;
}
.find-sel>ul>li {
    /* border: 1px solid #b83133; */
    margin-left: 1vw;
    /* position: relative; */
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    /* padding: 13px 20px; */
    font-size: 18px;
    line-height: 24px;
    /* border: 2px solid #e2a24a;*/
}

#team,#service_area,#name,#job {
    font-size: 16px;
}
select {
    position: relative;
    /*height: 5.55vh;*/
    height: 54px;
    font-weight: 400;
    font-family: Noto Sans SC;
    width: 25vw;
    box-sizing: border-box;
    /*border: 2px solid #b83133;*/
    border: 2px solid #bd393b;
    padding: 0 20px;
    font-size: 16px;
    color: #3e3e3e;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../images/down.png) no-repeat right 2rem center;
    background-size: 2rem 2rem;
}
select:focus {
    /*background-size: 0.8rem 0.45rem;*/
}
/*修改option*/
option::-ms-expand{ display: none; }
option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
}
/* --背景色字体颜色--*/
option:hover{
    color:#fff;
}
.search-button{
    /*width: 5vw;*/
    width: 120px;
    /*height: 5.5vh;*/
    height: 54px;
    /*background-color: #b83133;*/
    background-color: #bd393b;
    position: relative;
    /*left: 2vw;*/
    text-align: center;
    border-radius: 2px;
    /*top: -3vh;*/
    /*line-height: 5.5vh;*/
    line-height: 54px;
}
.search-button>img {
    /*scale: 0.7;*/
}


/*底部轮播图*/
.swiper-container-under {
    width: 100%;
    height: 13rem;
    position: relative;
    top: 31rem;
    overflow-x: hidden;
}
.swiper-container-under>.swiper-wrapper {
    width: 100%;
}
.swiper-container-under>.swiper-wrapper>.swiper-slide{
    background: url("/public/images/palace.jpg") no-repeat 40% 10%;
    background-size: cover;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    /*background-color: red;*/
    cursor: pointer;
}
/*新闻*/
.news {
    flex-wrap: wrap;
}
/*.news-img {*/
/*    background: url(/images/palace.jpg) no-repeat 49%;*/
/*    background-size: cover;*/
/*    width: 25vw;*/
/*    height: 60vh;*/
/*}*/
.news-it {
    top: 1vh;
}
.news-img {
    background: url(/images/palace.jpg) no-repeat 49%;
    background-size: cover;
    width: 25vw;
    height: 60vh;
}
.news-font {
    /*width: 12rem;*/
    /*height: 9rem;*/
    /*background-color: #0a6aa1;*/
    /*text-align: left;*/
    /*font-size: 18px;*/
    /*background: none;*/
    /*display: flex;*/
    /*align-items: center;*/
    flex-wrap: wrap;
}
.news-title {
    font-size: medium;
    font-weight: 600;
}
.news-desc {
    font-size: small;
    line-height: 1.4rem;
}

/*slide4*/
.swiper-slide4{
    top: 2.5vh;
    width: 100vw;
    height: 100vh;
    background: url(../../images/pc/lianggao-prize.jpg) no-repeat 56% 100%;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*background-color: #e7d3af;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index:88;
}
.swiper-slide4>.slide4-item{
    color: white;
}
.slid4-top {
    display: block;
}
.slid5 {
    background: url(../../images/pc/lianggao-prize.jpg) no-repeat 56% 100%;
    /*background-attachment: fixed;*/
    background-size: cover;
    top: -2.5vh;
    height: 100vh;
    width: 100vw;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.big-white {
    background: url(../../images/pc/rongyu_white_big.png) no-repeat;
    background-size: cover;
    height: 10%;
    width: 100%;
}

.slid5>.slide4-item {
    color: black;
}

.slid5-top {
    display: none;
}
.slid5-bott {
    display: block;
}
.slid5>.slide4-item:nth-child(1) {
    position: relative;
    top: 13vh;
    /*border-bottom: 4px solid #b83133;*/
    border-bottom: 4px solid #bd393b;
    color: white;
    font-family: Noto Sans SC;
    font-weight: 600;
    font-size: 18px;
    background: url(../../images/pc/rongyu_white_big.png) no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.swiper-slide4>.slide4-item:nth-child(1) {
    width: 7vw;
    position: relative;
    top: 21vh;
    letter-spacing: 4px;
    /*border-bottom: 4px solid #b83133;*/
    border-bottom: 4px solid #bd393b;
    color: white;
    font-family: Noto Sans SC;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 4px;
    padding-left: 3px;
}
.slid4-top {
    position: relative;
    /* top: -20vh; */
    top: 29.5vh;
    font-size: 28px;
    /* line-height: 4vh; */
    /* width: 45vw; */
    transition: all 1.5s ease 0s;
    /* text-shadow: 2px 2px #ccc; */
    font-weight: 700;
}
.slid5-top {
    position: relative;
    top: 26vh;
    font-size: 17px;
    line-height: 4vh;
    width: 33vw;
    letter-spacing: 2px;
    /*background-color: red;*/
    display: none;
}
.slid4-bott {
    position: relative;
    top: 23vh;
    font-size: 17px;
    line-height: 3vh;
    width: 79vw;
    height: 74vh;
    letter-spacing: 2px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 1vh;
    display: none;
}
.slid5-bott {
    position: absolute;
    top: 20vh;
    font-size: 20px;
    line-height: 3vh;
    width: 100vw;
    height: 74vh;
    letter-spacing: 2px;
    /* background-color: white; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 1vh;
}
/*.slde4-two>div:nth-child(1) {*/
/*    width: 66vw;*/
/*    !*height: 6vh;*!*/
/*    !* background-color: red; *!*/
/*    line-height: 3vh;*/
/*    font-family: Source Han Sans CN;*/
/*    font-size: 20px;*/
/*}*/
.rongyu2 {
    /*width: 62vw;*/
    width: 870px;
    height: 47vh;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*padding-top: 130px;*/
    /* transform: translateX(-85vw); */
    /* transition: all 1.5s ease 0s; */
    /* right: -85vw; */
    position: relative;
/* opacity: 0; */
/*!* animation: fadeIn 5s;*/
}
@keyframes fadeIn {
0% { opacity: 0; }
/*50% { opacity: 0.5; }*/
100% { opacity: 1; }
}
/*荣誉奖项描述*/
.rongyu-b-desc {
    position: relative;
    color: #3e3e3e;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 35px;
    font-family: Noto Sans SC;
    margin-top: 8%;
}
/*荣誉八个小图 */
.rongyu2>a:nth-child(1)>div{
    background: url(../../images/pc/rongyu-one.png) no-repeat center;
    background-size: cover;
    width: 195px;
    height: 129px;
}
.rongyu2>a:nth-child(2)>div{
    background: url(../../images/pc/rongyu-two.png) no-repeat center;
    background-size: cover;
    width: 195px;
    height: 129px;
}
.rongyu2>a:nth-child(3)>div{
    background: url(../../images/pc/rongyu-three.png) no-repeat center;
    background-size: cover;
    width: 195px;
    height: 129px;
}
.rongyu2>a:nth-child(4)>div{
    background: url(../../images/pc/rongyu-four.png) no-repeat center;
    background-size: cover;
    width: 195px;
    height: 129px;
}
.rongyu2>a:nth-child(5)>div{
    background: url(../../images/pc/rongyu-five.png) no-repeat center;
    background-size: cover;
    width: 195px;
    height: 129px;
}
.rongyu2>a:nth-child(6)>div{
    background: url(../../images/pc/rongyu-six.png) no-repeat center;
    background-size: cover;
    width: 195px;
    height: 129px;
}
.rongyu2>a:nth-child(7)>div{
    background: url(../../images/pc/rongyu-seven.png) no-repeat center;
    background-size: cover;
    width: 195px;
    height: 129px;
}
.rongyu2>a:nth-child(8)>div{
    background: url(../../images/pc/rongyu-eight.png) no-repeat center;
    background-size: cover;
    width: 195px;
    height: 129px;
}
.slde4-two-div2 {
    /*display: none;*/
    /*background: url(../images/pc/qianbosi.png) no-repeat;*/
    /*background-size: cover;*/
    /*position: relative;*/
    /*transition: all 1s;*/
    /*-webkit-animation-name:scaleDraw;!*关键帧名称*!*/
    /*-webkit-animation-timing-function:ease-in-out;!*动画的速度曲线*!*/
    /*-webkit-animation-iteration-count:1;!*动画播放的次数*!*/
    /*-webkit-animation-duration:4s; !*动画所花费的时间*!*/


    text-shadow : 1px  1px #ccc;
    -webkit-animation-name : scaleDraw;/*关键帧名称*/
    -webkit-animation-timing-function : ease-in-out;/*动画的速度曲线*/
    -webkit-animation-iteration-count : 1;/*动画播放的次数*/
   -webkit-animation-duration : 2s;/*动画所花费的时间*/
}
@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform:scale(0); /*开始为原始大小*/
        opacity: 0;
    }
    100% {
        transform:scale(1);
        opacity: 1;
    }
}
.slde4-two>a:hover {
    text-decoration: none;
    color: white;
}
.slde4-two>a {
    text-decoration: none;
    color: white;
    /*background-color: #b83133;*/
    background-color: #bd393b;
}

.slde4-two>a>div {
    width: 24vw;
    height: 5vh;
    line-height: 5vh;
    font-family: Noto Sans SC;
    font-weight: 600;
    font-size: 20px;
}
/*第四屏荣誉奖项白色背景遮罩*/
.slide4-white-small {
    background: url(../../images/pc/rongyu_white_small.png) no-repeat;
    background-size: cover;
    z-index: 1;
    width: 100vw;
    height: 9vh;
    position: absolute;
    bottom: -5px;
    /*bottom: 0;*/
    opacity: 1;
    /*transition: bottom 0.9s 0.6s;*/
    display: none;
}
/*第五屏荣誉奖项白色背景遮罩*/
.slide5-white-big {
    background: url(../../images/pc/rongyu_white_big.png) no-repeat;
    background-size: contain;
    z-index: 1;
    top: 10vh;
    width: 100vw;
    height: 70vh;
    position: relative;
}


.join-container {
    background: url(../../images/pc/index-join.png) no-repeat 41% 109%;
    position: absolute;
    height: 70vh;
    width: 100vw;
    top: 0vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-size: cover;
    align-items: center;
    padding-right: 1%;
}
.join-6-in {
    position: relative;
    left: 48vw;
    color: red;
    font-weight: 600;
    font-size: 1.5vw;
    border-bottom: 4px solid red;
    padding-bottom: 0px;
    width: 8vw;
    letter-spacing: 4px;
    text-align: center;
    top: 37vh;
}
.join-7-in {
    position: relative;
    /* background: #b83133; */
    background: #bd393b;
    color: white;
    width: 370px;
    height: 110px;
    padding: 6px 0;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-top: 42vh;
}
.join-font {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    left: 34vw;
    top: 12vh;
    color: white;
    line-height: 3.5vh;
    width: 35vw;
    /*background: yellowgreen;*/
    letter-spacing: 3px;
}

.join-7 {
    position: relative;
    /*background: #b83133;*/
    background: #bd393b;
    color: white;
    width: 394px;
    height: 100px;
    padding: 6px 0;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-top: 42vh;
}
.join-7:hover {
    cursor: pointer;
}
.join-7-one {
    font-weight: 600;
    font-size: 26px;
    line-height: 2.2;
}
.join-7-two {
    font-weight: 400;
    font-size: 18px;
}
.join-container>div:nth-child(3)>div:nth-child(1) {
    font-weight: 600;
    font-size: 18px;
}

/*Slider 3*/
.siper3 {
    position: absolute;
    top: 10vh;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
}
.siper3>.siper3-item1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    align-items: center;
    top: 3vh;
}
.siper3-item1>.item1-desc {
    /*width: 50vw;*/
    font-size: 28px;
    font-weight: 600;
    /*font-family: Source Han Sans CN;*/
    font-family: Noto Sans SC;
    top: 5vh;
    position: relative;
    color: #565656;
}
.siper3-item2 {
    position: relative;
    top: 13vh;
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
}

.item2-item {
    width: 20vw;
    display: flex;
    flex-direction: column;
    margin-left: 3vw;
}
.item2-item>div:nth-child(1) {
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}
.item2-item>div:nth-child(1)>img {
    background-size: cover;
    /*height: 28vh;*/
    transition: all 1s;
    width: 100%;
}
.item2-item>div:nth-child(1)>img:hover {
    transform: scale(1.05);
}
.mor {
    /*width: 24vw;*/
    line-height: 5vh;
    font-family: Noto Sans SC;
    font-size: 20px;
    background-color: white;
    margin: 0 auto;
    margin-top: 60px;
    color: #bd393b;
    z-index: 9999;
    border: 1px solid #bd393b;
    width: 290px;
    font-weight: 600;
}

.mor:hover {
    cursor: pointer;
    background-color: #bd393b;
    color: white;
    border: none;
}

.item2-item>div:nth-child(2) {
    /*background-color: #b83133;*/
    background-color: #bd393b;
    color: white;
    height: 5vh;
    text-align: center;
    line-height: 5vh;
}
.item2-item>div:nth-child(3) {
    text-align: left;
    height: 15vh;
    border: 0.1px solid #ccc;
    padding-top: 4vh;
    padding-left: 1vw;
    padding-right: 1vw;
}

.join-top {
    height: 100vh;
    background: url(../../images/pc/waitan1.jpg) no-repeat 41% 51%;
    background-size: cover;
}

/*slide6 下面的文字*/
.slide6-container {
    position: absolute;
    top: 15vh;
    /*left: 30vw;*/
    font-size: 20px;
}
.slide6-container>.title {
    position: relative;
    width: 7vw;
    /*border-bottom: 4px solid #b83133;*/
    border-bottom: 4px solid #bd393b;
    left: 16vw;
    font-weight: 600;
    padding-left: 3px;
    color: #565656;
}
.slide6-container>.desc {
    position: relative;
    top:4vh;
    font-weight: 600;
    /*left: -1vw;*/
    font-size: 28px;
    line-height: 26px;
    color: #565656;
}
.desc>p {
    line-height: 30px;
}
.left-bottom>ul {
    padding-left: 10px;
}
.left-bottom>ul>li {
    margin-right: 35px;
}
.left-bottom>ul li>a>div {
    color: #3e3e3e;
    text-align: left;
}

/*footer start*/
.footer{
    height: 250px;
    display: flex;
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.footer-left{
    position: relative;
    margin-left: 100px;
    margin-top: 55px;
}
.left-top{
    text-align: left;
}
.left-top>img{width: 200px}
/*.top-right{position:relative;top:-3vh;left:9vw;width:13vw}*/
/*.top-right>div:nth-child(1){letter-spacing:1px;font-size:19px;font-weight:600}*/
ul li{float:left;font-size:15px;list-style:none}
ul li:hover{cursor:pointer}
.left-bottom{
    position: relative;
    z-index: 99;
    margin-top: 25px;
}
.left-bottom>ul li>a {text-decoration: none;}
.left-bottom>ul li>div{width:8vw;height:13vh;text-align:center;line-height:3vh;padding-right:2.5vw;font-weight:600}
.left-bottom>ul li:nth-child(5)>div{display:flex;flex-direction:column}
.left-bottom>ul li:nth-child(5)>div>div{height:6vh}
.footer-right{
    text-align: left;
    position: relative;
    width: 30vw;
    z-index: 88;
    margin-left: 105px;
}
.footer-right>div{
    position: absolute;
    font-size: 15px;
    line-height: 30px;
    margin-top: 86px;
}
.footer-right>img{
    width: 100px;
    height: 100px;
    position: absolute;
    margin-left: 455px;
    margin-top: 74px;
}
.copyright{position:absolute;bottom:0;width:100%;font-size:13px;font-weight:500;background-color:#2a2a2a;color:white;height:5%;padding:15px 0px}
/*footer end*/

.to-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    /*background: #b83133 url(../../images/top2.png) no-repeat 45% 6%;*/
    background: #bd393b url(../../images/top2.png) no-repeat 45% 6%;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    z-index: 9999;
    display: none;
    /*display: inherit;*/
}

/*媒体查询*/
/*1280 * 800*/
/*1366 * 768*/
/*1440 * 900*/
/*1680 * 1050*/
/*1920 * 1080*/
@media screen and (min-width:1280px){
    /*描述字体大小适配*/
    .slid4-top {font-size: 24px}
    .find-second{font-size: 24px}
    .siper3-item1>.item1-desc {font-size: 24px}
    .slide6-container>.desc {font-size: 24px}
    /*.white-logo-font{width:180px}*/
    /*.join-7 {margin-top: 30px;font-size: 24px}*/
    .find-radius {top:51%}
    .find {padding-top: 0vh}
    .rongyu2 {
        margin-top: 2%;
    }
    .left-top{font-size:14px}
    .header-desc{font-size:30px}
    .footer {
        bottom: 20px;
    }
    .footer-left {
        margin-left: 50px;
    }
    .footer-right {
        margin-left: 40px;
    }
    .copyright {    height: 6%;}
}
@media screen and (min-width: 1366px) {
    /*描述字体大小适配*/
    .slid4-top {font-size: 25px}
    .find-second{font-size: 25px}
    .siper3-item1>.item1-desc {font-size: 25px}
    .slide6-container>.desc {font-size: 25px;letter-spacing: -2px;}
    .find-radius {top:50%}
    .find {padding-top: 0vh}
    .rongyu2 {
        margin-top: 2%;
    }
    .rongyu-b-desc {
        margin-top: 6%;
    }
    .footer {
        bottom: 6px;
        /*margin-left: -87px;*/
    }
    .footer-left {
        margin-left: 100px;
    }
    .copyright {    height: 6%;}
}

@media screen and (min-width: 1400px) {
    /*mac m1*/
    .rongyu2 {
        margin-top: 1%;
        width: 740px;
    }
    .rongyu2>a:nth-child(1)>div,
    .rongyu2>a:nth-child(2)>div,
    .rongyu2>a:nth-child(3)>div,
    .rongyu2>a:nth-child(4)>div,
    .rongyu2>a:nth-child(5)>div,
    .rongyu2>a:nth-child(6)>div,
    .rongyu2>a:nth-child(7)>div,
    .rongyu2>a:nth-child(8)>div
    {
        width: 165px;
        height: 108px;
    }
    .profess_people {top: 19vh;padding-bottom: 7px;}
    .find-second {top: 17vh;}
    .copyright {    height: 6%;}
}
@media screen and (min-width: 1440px) {
    /*描述字体大小适配*/
    .slid4-top {font-size: 26px}
    .find-second{font-size: 26px}
    .siper3-item1>.item1-desc {font-size: 26px}
    .slide6-container>.desc {font-size: 26px}
    .find {padding-top: 0vh;}
    .find-radius {top:49%}
    .footer{    bottom: -5px;}
    .footer-left {
        margin-left: 130px;
    }
    .copyright {    height: 6%;}
}
@media screen and (min-width: 1500px) {
    /*.join-strong {top: 125px;}*/
    .rongyu2 {
        width: 870px;
        margin-top: 2%;
        height: 32vh;
    }
    .rongyu2>a:nth-child(1)>div,
    .rongyu2>a:nth-child(2)>div,
    .rongyu2>a:nth-child(3)>div,
    .rongyu2>a:nth-child(4)>div,
    .rongyu2>a:nth-child(5)>div,
    .rongyu2>a:nth-child(6)>div,
    .rongyu2>a:nth-child(7)>div,
    .rongyu2>a:nth-child(8)>div
    {
        width: 195px;
        height: 129px;
    }
    .find {
        padding-top: 10vh;
    }
    .find-radius {
        top: 52%;
    }
    .footer {
        bottom: 40px;
    }
    .footer-right {
         margin-left: 105px;
    }
    .copyright {
        height: 5%;
    }
}
@media screen and (min-width: 1680px) {
    /*描述字体大小适配*/
    .slid4-top {font-size: 27px}
    .find-second{font-size: 27px}
    .siper3-item1>.item1-desc {font-size: 27px}
    .slide6-container>.desc {font-size: 27px}
    .find-radius {top:51%}
    .footer-left {
        margin-left: 210px;
    }
}
@media screen and (min-width: 1920px){
    .rongyu2 {
        width: 870px;
        margin-top: 2%;
        height: 30vh;
    }
    .find-radius {top:50%}
    .footer-left {
        margin-left: 310px;
    }
}
@media screen and (min-width: 2560px){
    .search-big{top:2.6%;right:6%}
    .slde4-two>div:nth-child(2){width:35vw}
}

