.box1{
    width:100%;
    height:100vh;
    /* background-color:#373A3C; */
    overflow: hidden;
}
.box2{
    width:100%;
    height:100vh;
    background-color:#FFFFFF;
    overflow: hidden;
    display:flex;
    padding-top: 44px;
    box-sizing: border-box;
}
.box2-1{
    width:42%;
    height:100%;
    overflow: hidden;
    background-color: aqua;
    position: relative;
}
.box2-1 img{
    width:100%;
    height:100%;
}
.box2-1_p{
    position:absolute;
    z-index:99;
    top:20%;
}
.box2-1_p span{
    font-size: 56px;
    font-weight: bold;
    color: #333333;
    line-height: 66px;
}
.box2-1_p p{
    font-size:20px;
    font-weight: 400;
    color: #333333;
    line-height:24px;
}
.lr_lbleft{
    width:200px;
    height:100%;
    position: absolute;
    text-align:center;
    left:0;
    top: 0;
}
.lr_lbright{
    width:200px;
    height:100%;
    position: absolute;
    text-align:center;
    right:0;
    top: 0;
}

.lr_lbleft:hover{
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.lr_lbright:hover{
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.box2-2{
    width:58%;
    height:100%;
    background-color:#fff;
    padding:2% 10% 2% 5%;
    box-sizing: border-box;
    /* display:flex;
    justify-content:space-between;
    flex-direction: column; */
}
.box2-1_div{
    width: 276px;
    height: 354px;
    background: rgba(241,241,241,0.3);
    box-shadow: -4px -2px 12px 0px rgba(0,0,0,0.15);
    border-radius: 22px 0px 0px 0px;
    opacity: 1;
    position:absolute;
    bottom: 0;
    right:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    transition: all 0.5s;
}
.box2-1_div:hover{
    transition: all 0.5s;
    transform: scale(1.05);
    box-shadow: -4px -2px 20px 0px rgba(0,0,0,0.8);
}
.box2-1_div span{
    font-size: 50px;
    font-weight: bold;
    color: #331405;
}
.box2-1_div p{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}
.ceshi{
    width:80%;
    height: 100%;
    margin-left:20%;
    overflow: hidden;
    position: absolute;
    top:0;
    z-index:999;
    /* 	background-color:red; */
}
.box2_title{
    font-size: 29px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    margin-top:20px;
}
.box2_title2{
    width:100%;
    display:flex;
    align-items:center;
    margin:20px 0px;
}
.box2_title2 span{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.box2_title2 img{
    width:55px;
    margin-left:20px;
}
.box2_title3 p{
    text-indent:1cm;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
}
.box2_title3 span{
    color:#3FADE3;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
}
.box2_box{
    width: 652px;
    height: 200px;
    margin-top:47px;
    margin-left:50px;
    border-radius: 68px 68px 68px 68px;
    border:1px dashed #939393 ;
    position:relative;
}
.box2_img1{
    position:absolute;
    top:-20px;
}

.toop{
    width:68px;
    height:68px;
    transition: all 1s;
}
.toop1{
    width:68px;
    height:68px;
    display:none;
    transition: all 1s;
}
.zuxin{
    cursor:pointer;
}
.zuxin:hover .toop{
    display:none;
    transition: all 1s;
}
.zuxin:hover .toop1{
    display:block;
    transition: all 1s;
}

.zuxin:hover img{
    transition: all 0.5s;
    transform: scale(1.2);
}
.zuxin:hover span{
    display: inline-block;
    color: #3FADE3 !important;
    font-weight:600;
    cursor: pointer;
    /* font-size:16px;
    font-weight:bold; */
    /* transition: all 0.5s; */
}
.box2_box span{
    transition: all 0.5s;
    cursor:pointer;
    font-size: 16px;
    font-weight:500;
}
.box2_text1{
    position:absolute;
    top: -12px;
    left: 79px;
    background-color:#fff;
}
.box2_img2{
    position:absolute;
    top:-34px;
    margin-left:160px;
}
.box2_text2{
    position:absolute;
    top:-12px;
    margin-left:245px;
    background-color:#fff;
}
.box2_img3{
    position:absolute;
    top:-34px;
    margin-left:345px;
}
.box2_text3{
    position:absolute;
    top:-12px;
    margin-left:440px;
    background-color:#fff;
}
.box2_img4{
    position: absolute;
    top: -31px;
    margin-left: 550px;
}
.box2_text4{
    position:absolute;
    width:20px;
    top:50px;
    right:-10px;
    background-color:#fff;
}
.box2_img5{
    position:absolute;
    bottom:-34px;
    margin-left:480px;
}
.box2_text5{
    position:absolute;
    bottom:-10px;
    margin-left:385px;
    background-color:#fff;
}
.box2_img6{
    position:absolute;
    bottom:-34px;
    margin-left:270px;
}
.box2_text6{
    position:absolute;
    bottom:-10px;
    margin-left:155px;
    background-color:#fff;
}
.box2_img7{
    position:absolute;
    bottom:-34px;
    margin-left:40px;
}
.box2_text7{
    position:absolute;
    width:20px;
    top:60px;
    margin-left:-10px;
    background-color:#fff;
}
.box_footer{
    width:100%;
    height:123px;
    display:flex;
    margin-top:80px;
    justify-content:space-between;
    align-items:center;
    position: relative
}
.box_footer ul{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.box_footer li{
    width:200px;
    height:120px;
    position:relative;
}
.box_footer img{
    width:100%;
    height:100%;
}
.box_footer h3{
    font-family: 'Youshe', sans-serif;
    font-size: 50px;
    font-weight: 400;
    color:#fff;
}
.lr_sum{
    position: absolute;
    display: block;
    width:100%;
    top: 0;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
}
.lr_sum span{
    font-family: 'Youshe', sans-serif;
    font-size: 50px;
    font-weight: 400;
    color:#fff;
}
.box_footer li>p{
    position: absolute;
    bottom: 7px;
    left: 19px;
    color: #fff;
}
/*轮播*/
/*轮播图*/
.po{
    position: relative;
    /* 			z-index:-1; */
}
.item img{
    /* -webkit-filter: brightness(50%);
    filter: brightness(50%); */
}
.lunbo{
    position: absolute;
    height:93%;
    width:100%;
    /* 			overflow: hidden; */
    z-index:1;
}
.buttonss{
    width:1400px;
    position: absolute;
    z-index:9999;
    bottom:0px;
    left:-700px;
    margin-left:50%;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.tkh{
    margin: 0 auto;
}
.buttonss li{
    width:275px;
    /* overflow: hidden; */
    float: left;
    padding:10px;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction:column;
    margin-right:90px;
}
.buttonss li:nth-last-child(1){
    margin-right:0;
}
.buttonss p{
    display:block;
    width:275px;
    height:80px;
    line-height:90px;
    position:absolute;
    top: 89px;
    text-align:center;
    z-index: -1;
    font-size:24px;
    color:#fff;
    border-top:1px solid #fff;
}
.buttonss li:hover>p{
    background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/beijing.png") no-repeat;
    background-size:100% 100%;
    color:#fff;
    font-weight:600;
    border-top:3px solid #fff;
    box-sizing: border-box;
}
.tp1{
    width:66px;
    height:60px;
    margin-bottom:3px;
    position: relative;
}
/* .tp1 img{
	width:66px;
	height:60px;
} */
.tp_1{
    width: 274px;
    height: 130px;
    position: absolute;
    left: -96px;
    top: -47px;
    display:none;
}
.tp_2{
    width: 112px;
    height: 112px;
    position: absolute;
    left: -14px;
    top: -58px;
    display:none;
    animation: lr_wd 2s;
    animation-iteration-count: infinite;
}
.yuan{
    display: block;
    width:32px;
    height:32px;
    margin-bottom:62px;
    /* display:none; */
}
.yuan img{
    width:100%;
    height:100%;
    transition: all 0.2s;
}
.container2 {
    width:100%;
    height:100vh;
    overflow: hidden;
}
.container2::-webkit-scrollbar {
    width: 0;
}
.container2::-webkit-scrollbar {
    display: none;
}
.zhuanye{
    width:100%;
    height:120vh;
    /* margin-top:120vh; */
    /* background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/aj.png") no-repeat; */
    background-size:100% 100%;
    /* position:relative; */
    display:flex;
    justify-content:center;
    align-items:center;
}
.pingtai{
    border-bottom:2px solid #333;
}
.pingtai>span{
    color:#333 !important;
}
.zhuanye img{
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
}
.zhuanye1{
    position:absolute;
    width:1000px;
    font-size:31px;
    line-height:60px;
    color: #fff;
    text-indent:3cm;
    z-index:2;
}
.cont{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items: center;
}
#SwLeft{
    width:25%;
    height:460px;
    background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/images/png116.png") no-repeat;
    background-size:auto 100%;
    background-position-x: right;
}
#SwCenter{
    width:45%;
    height:460px;
    background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/images/png118.png") no-repeat;
    background-size:100% 100%;
    overflow: hidden;
    padding: 12px;
    box-sizing: border-box;
}
#SwCenter img{
    border-radius:12px;
    width:100% !important;
}
#SwRinght{
    width:25%;
    height:460px;
    background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/images/png116.png") no-repeat;
    background-size:auto 100%;
    background-position-x: left;
}
.leu>img{
    height: 435px !important;
}
.leu>img:hover{
    transform: scale(1.0) !important;
}
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1; display:flex;justify-content:space-between;align-items: center;}
.main{ padding:60px 0; margin: 0 auto;width:100%;}
.numCount{ margin: 0 -10px;}
.numCount li{ float: left; width: 25%; text-align: center;}
.numCount li .item{ margin: 0 10px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:54px; color:#fff;}
.numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.numCount li .numU sup{vertical-align: top;}
.numCount li .numU sub{vertical-align:baseline;}
@media (max-width:800px){
    .numCount li .numCX{font-size:36px;}
}
@media (max-width:640px){
    .numCount li .numCX{font-size:7vw;}
}
@media (max-width:480px){
    .numCount{ font-size:0.5vw;}
}
.xunhun{
    width:100%;
    height:100vh;
    background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/back2.png") no-repeat;
    background-size:100% 100%;
    display:flex;
    justify-content:space-between;
    flex-direction: column;
    overflow: hidden;
}
.xunhun1{
    /* width:1500px; */
    /* margin: 0 auto; */

}
#gallery {
    /* width: 1500px; */
}

#thumbs {
    width: 1000px;
    margin-top: 50px;
}

#thumbs .swiper-slide {
    opacity: 0.8;
}

#thumbs .swiper-slide-thumb-active{
    opacity: 1;
}
.swiper-slide{
    width:400px;
    height:400px;
}
.swiper-slide img{
    width:100%;
    height:380px;
    transition: all 0.5s;
}
.swiper-slide img:hover{
    transition: all 0.5s;
    transform: scale(1.05);
}
.xunhun2{
    width:1500px;
    margin:0 auto ;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:100px;
    margin-bottom:75px;
}
.xunhun2-1 span{
    font-size:46px;
    font-weight: 600;
}
.xunhun2-1 p{
    font-size: 28px;
    font-weight: 400;
    color: #8D8D8D;
}
.xunhun2-2{
    display:flex;
    /* justify-content:space-between;
    align-items:center;
    cursor: pointer; */
}
.xunhun2-2 span{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-right:10px;
}
.xunhun2-2 img{
    height:26px;
}
.xunhun3{
    width:1500px;
    margin: 0 auto;
    text-align: center;
    margin-bottom:38px;
}
.xunhun3 span{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}
.xunhun3 p{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height:34px;
    margin-top:30px;
}
.anli{
    width:100%;
    height:1970px;
    /* background-color:#D5D9DC; */
    overflow: hidden;
    background:url('https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/backimg.png') no-repeat;
    background-size:100% 100%;
}
.lour{
    position: relative;
}
.lr_fw_list>div{
    display:none;
}
.topimg{
    width:100%;
    height:36px;
    position:absolute;
    z-index:999;
    top: 0;
}
.wyy_img9{
    width: 97px;
    height: 97px;
    position: absolute;
    bottom: 45px;
    left: 312px;
    z-index: 99;
}
.anli2{
    width:100%;
    height:750px;
    overflow: hidden;
    position:relative;
}
.anli2-1{
    width:840px;
    height:750px;
    position:absolute;
    overflow: hidden;
    z-index:1;
}
.anli2-1 img{
    width:auto;
    height:750px;
}
.anli2-2{
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(0,0,0,0.15) ;
    top: 0;
}
.anli2-3{
    position:absolute;
    right: -50px;
}
.anli3{
    width:1500px;
    height:547px;
    position: absolute;
    z-index:2;
    margin-left:50%;
    left:-750px;
    top: 100px;
}
.anli4{
    width:475px;
    float: left;
    margin-left:40px;
    display:flex;
    margin-top:80px;
    justify-content:center;
    /* align-items:center; */
    flex-direction:column;
}
.anli4 h3{
    font-size: 28px;
    font-weight: bold;
    color: #3FADE3;
}
.anli4 span{
    display:block;
    width:100%;
    margin:50px 0px;
    font-size:20px;
    color:#333333;
    text-indent:1cm;
    line-height: 39px;
}
.anli4 p{
    color: #797979;
    font-size:16px;
}
.wyy_anli2{
    width:100%;
    /* 	overflow: hidden; */
    position:relative;
    margin-top:137px;
}
.wyy_anli2-1{
    width:778px;
    height:656px;
    position:absolute;
    /* background-color:red; */
    right: 0;
}
.wyy_img2{
    width:778px;
    height:656px;
    position:absolute;
    top:0;
}
.wyy_img1{
    width:778px;
    height:656px;
    position:absolute;
    top:0;
    z-index:99;
}
.wyy_img5{
    width:778px;
    height:656px;
    position:absolute;
    top:0;
    display:none;
}
.wyy_img4{
    width:778px;
    height:656px;
    position:absolute;
    top:0;
    z-index:99;
    display:none;
}
.wyy_ll {
    width:395px !important;
    height:530px !important;
    margin-left:0 !important;
    line-height: 26px;
    font-size: 12px;
    overflow: hidden;
    border-radius:12px;
    float: left;
}
.wyy_ll li {
    height: 800px !important;
    overflow: hidden;
}
.wyy_ll img {
    width:100%;
    height: 800px !important;
    border: 0 none;
}
.wyy_img3{
    position:absolute;
    left:-197.5px;
    z-index:999;
    top:116px;
}
.wyy_anli2-2{
    position: relative;
}
.anli5{
    width:475px;
    float: left;
    margin-left:10%;
    display:flex;
    margin-top:80px;
    justify-content:center;
    /* align-items:center; */
    flex-direction:column;
    position: absolute;
    bottom: -1182px;
    /* transition: all 0.5s; */
}
.anli5_4{
    transition: all 0.5s;
    bottom: -570px;
}
.anli5 h3{
    font-size: 28px;
    font-weight: bold;
    color: #3FADE3;
}
.anli5 span{
    display:block;
    width:100%;
    margin:50px 0px;
    font-size:20px;
    color:#333333;
    text-indent:1cm;
    line-height: 39px;
}
.anli5 p{
    color: #333;
    font-size: 16px;
}
.xangx1{
    width:100%;
    height:100vh;
    background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/datakeshi.png") no-repeat;
    background-size:100% 100%;
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
.xangx1_1{
    width:1172px;
    height:435px;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    border: 2px solid #FFFFFF;
    /* animation: slide 9s infinite; */
    /* filter: blur(4px); */
}
.xangx1_1 div{
    height:100%;
    display:none;
    margin-top:-21px;
    transform: rotateY(180deg);
}
.xangx1_box{
    display:block !important;
    padding:0px 50px ;
    color:#4E5969;
    text-align: center;
    animation-name: aname;
    border-radius: 12px 12px 12px 12px;
    animation-duration: 2s;
    background: #AEBFD3;
}
.xangx1_box{
    transform: rotateY(180deg);
    animation-name: box;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.carousel-caption{
    position: absolute;
    width:80%;
    height: 50vh;
    top: 50%;
    margin-top:-25vh;
    /* 	left:50%; */
    margin-left:-10%;
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.carousel-caption img{
    transition: all 0.5s;
}
.carousel-caption img:hover{
    transition: all 0.5s;
    transform: scale(1.05);
}
.lrbitao ul{
    overflow: hidden;
    margin-top:20px;
}
.lrbitao a{
    display: block;
    width: 221px;
    height: 65px;
    line-height:65px;
    border-radius: 38px 0px 38px 0px;
    border: 2px solid rgba(255,255,255,0.6);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top:85px;
    -webkit-background-clip: text;
}
.lrbitao li{
    padding:0px 10px;
    float: left;
    border-right:3px solid rgba(255,255,255,0.75);
    font-size: 26px;
    font-family: 'PINGFANG_REGULAR', sans-serif;
    font-weight: 400;
    color: #fff !important;
    line-height: 32px;
    letter-spacing: 3px;
    -webkit-background-clip: text;
    cursor:pointer;
    animation-iteration-count: infinite;
}
.lrbitao li:nth-last-child(1){
    border-right: none;
}
.carousel-caption img{
    width:426px;
    height:430px;
}
.tkh li:hover .tp_2{
    animation: lr_wd 2s;
    /* animation-iteration-count: 1; */
    animation-iteration-count: infinite;
}
@keyframes lr_wd {
    0% {
        top: -58px;
    }
    50% {
        top: -70px;
    }
    100% {
        top: -58px;
    }
}
.lr_Img img{
    transition: all 0.5s;
}
.lr_Img:hover img{
    transition: all 0.5s;
    transform: scale(1.4);
}
.lrbitao p{
    margin-top:60px;
    font-size: 40px;
    font-family: PingFang SC-Bold, PingFang SC;
    /* font-weight: bold; */
    line-height: 82px;
    letter-spacing: 7px;
    /* text-shadow: 0px 4px 6px rgba(0,0,0,0.3);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: rgba(255, 255, 255, 0.8);
}
.lrbitao p>span{
    font-size: 50px;
}
@keyframes box {
    /* 0% {transform: scale(1);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1);} */
    0% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.xangx1_box h3{
    line-height:160px;
    font-size: 40px;
}
.xangx1 li:hover{
    cursor:pointer;
}
.xangx1_box p{
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #4E5969
    line-height: 32px;
    letter-spacing: 1px;
}
.slideimg{
    width:100%;
    height:100%;
    position: absolute;
}
.xangx1 ul{
    width:400px;
    height:3px;
    background:rgba(51, 51, 51, 0.7);
    margin-top:100px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    border-radius: 6px;
}
.xangx1 li{
    background-color:#fff;
    width:40px;
    position:relative;
}
.xangx1 li>span{
    position: absolute;
    display: inline-block;
    width: 100%;
    top: -32px;
    color: rgba(51,51,51,0.7);
    text-align: center;
    font-size: 20px;

}
.lianxi{
    width: 100%;
    height:1020px;
    overflow: hidden;
    /* background-color: #3FADE3; */
}
.lianxi1{
    width:1500px;
    overflow:hidden;
    margin: 0 auto;
}

.lianxi1-top{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:100px;
    padding-bottom:80px;
    border-bottom:1px solid #DBDBDB;
}
.lianxi1-top1 span{
    font-size: 46px;
    font-weight: bold;
    color: #333333;
}
.lianxi1-top1 p{
    font-size: 28px;
    font-weight: 400;
    color: #8D8D8D;
}
.lianxi1-top2{
    font-size:20px;
    cursor:pointer;
}
.lianxi1-top2 img{
    width:89px;
    height:26px;
    margin-left:26px;
}
.lianxi1-conter{
    width:100%;
    /* overflow: hidden; */
}
.lianxi1-left{
    width:900px;
    height:646px;
    overflow: hidden;
    float:left;
    /* background-color: #4E98FF; */
}
.lianxi1-left1{
    width:256px;
    float: left;
}
.lianxi1-left1 li{
    width:256px;
    height:126px;
    line-height:126px;
    border-bottom:1px solid #DBDBDB;
    font-size: 32px;
    font-weight: 500;
    color: #333;
    cursor:pointer;
}
.lianxi1-left2{
    width:600px;
    float:left;
    margin-left:40px;
}
.lianxi1-left2 li{
    width:535px;
    height:207px;
    display:flex;
    justify-content:center;
    /* align-items:center; */
    flex-direction:column;
    border-bottom:1px solid #DBDBDB;
}
.lianxi1-left2 ul{
    display:none;
}
.lianxi1-left2 li:nth-last-child(1){
    border-bottom:none;
}
.lianxi1-left2 img{
    height:18px;
}
.lianxi1-left2 h3{
    font-size: 24px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    /* color: #3FADE3; */
}
.lianxi1-left2 li:hover h3{
    color: #4E98FF;
}
.lianxi1-left2 p{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom:20px;
}
.lianxi1-left2 li:hover p{
    color: #4E98FF;
    @media screen and (max-width: 1600px) {
        .anli5{
            width:400px;
            bottom: -1230px;
        }
        .anli5_4{
            transition: all 0.5s;
            bottom: -570px;
        }
    }
}
.lr_at{
    color: #4E98FF !important;
}
.tiem{
    width:100%;
    display:flex;
    justify-content:space-between;
}
.lianxi1-left2 a{
    color:#333;
}
.lianxi1-right{
    width:510px;
    height:300px;
    float:right;
    margin-top:35px;
}
.lianxi1-right>a{
    display:none;
}
.lianxi1-right1>img{
    width:100%;
    transform: scale(1);
    transition: all 1s;
    border-radius:6px;
}
.lianxi1-right1 h3{
    margin-top:42px !important;
    margin-bottom:16px;
    font-size: 28px;
    font-weight: 500;
    color: #333333;
}
.lianxi1-right2 {
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:24px;
    font-size:14px;
}
.lianxi1-right1 p{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
}
.lianxi1-right2 img{
    height:18px;
}
.fenqu{
    width:8px;
    height:646px;
    float: left;
    background-color:#F3F3F3;
    margin-left:20px;
    margin-top:20px;
    border-radius: 6px;
    overflow: hidden;
}
.fenqu1{
    width:100%;
    height:50%;
    background-color:#3086FE;
}
.lxme{
    width:100%;
    height:1080px;
    background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/lxback.png") no-repeat;
    background-size:100% 100%;
    overflow: hidden;
}
.lxme_top{
    width:1500px;
    text-align:center;
    margin: 0 auto;
    font-family: PingFang SC-Bold, PingFang SC;
    height: 300px;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lxme_top p{
    font-size:50px;
    color:#fff;
}
.lxme_box{
    width:1500px;
    padding:80px;
    box-sizing: border-box;
    margin:0 auto;
    margin-top:20px;
    height: 600px;
    background: rgba(255,255,255,0.5);
    border-radius: 34px 34px 34px 34px;
    opacity: 1;
    border-image: linear-gradient(134deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 1 1;
}
.lxme_box h3{
    font-size: 32px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}
.lxme_box1{
    width:480px;
    float:left;
    overflow: hidden;
}
.lxme_box1 span{
    display: block;
    font-size:20px;
    margin-top:30px;
    margin-bottom:20px;
}
.lr_ph{
    display:flex;
    align-items:center;
    margin-top:40px;
}
.lr_dz{
    font-size:16px;
    color:#4E4E4E;
    margin-top:10px;
    font-weight: bold;
}
.lr_ph p{
    margin:0;
}
.lxme_box1_P{
    font-size: 20px;
    font-weight: 400;
    color: #2F2E2E;
}
.lxme_box1 img{
    width:50px;
    height:50px;
}
.lxme_box1_P2{
    font-size: 40px;
    font-weight: bold;
    color:#4E4E4E;
}
.quedinag{
    width: 175px;
    height: 51px;
    background: url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/queding.png") no-repeat;
    background-size:100% 100%;
    text-align:center;
    line-height:51px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    cursor:pointer;
}
.lxme_box2{
    float:right;
}
.lxme_box2-1{
    width:788px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom: 10px !important;
    overflow: hidden;
}
.lxme_box2>p{
    font-size: 24px;
    line-height:50px;
    font-weight: bold;
    color: #333333;
}
.lxme_box2-11{
    width:386px;
    float: left;
    overflow: hidden;
}
.lxme_box2-11 p{
    font-size:20px;
}
.lxme_box2>div{
    /* margin-top:18px; */
    padding-bottom: 32px;
    overflow: hidden;
}
.lxme_box2 li{
    display: flex;
    float: left;
    align-items:center;
    margin-right:30px;
    cursor:pointer;
}

.lxme_box2 li>span{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    -webkit-background-clip: text;
}
.lxme_box2 li>img{
    width:20px;
    height:20px;
    margin-right:10px;
}
.lxme_box2-11 input{
    width:386px;
    outline:none;
    height:60px;
    font-size:20px;
    border: 1px solid #fff;
    padding:0px 10px;
    border:none;
    background: rgba(251,251,251,0.67);
    border-radius: 4px 4px 4px 4px;
}
.lxme_box2-13 p{
    font-size:20px;
    line-height:50px;
}
.lxme_box2-13 textarea{
    width:784px;
    height:97px;
    font-size:18px;
    border:none;
    resize: none;
    outline:none;
    background: rgba(251,251,251,0.67);
    border-radius: 4px 4px 4px 4px;
    padding: 5px;
}
.lxme_box2-13 textarea::-webkit-scrollbar {
    display: none;
}
.quedinag{
    /* margin-top:68px; */
}
footer{
    background-color:#252A2E;
}
.wyy_foot{
    width:100%;
    overflow: hidden;
    box-shadow: 3px 0px 11px #2F2E2E
}
.wyy_xian{
    width:100%;
    overflow: hidden;
    border-bottom:1px solid rgba(255,255,255,0.3);
}
.wyy_footer{
    width:1500px;
    height:200px;
    margin: 0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.wyy_footer1>span{
    display:block;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}
.wyy_footer1>p{
    font-size: 16px;
    margin-top:11px;
    font-weight: 400;
    color: rgba(255,255,255,0.69);
}
.wyy_footer2{
    display:flex;
    align-items: center;
    color:#fff;
    margin-top:30px;
}
.wyy_footer2 img{
    height:14px;
    margin-left:10px;
}
.wyy_footer3 img{
    width:200px;
    height:170px;
}
.footer{
    width:1500px;
    margin: 0 auto;
    /* overflow: hidden; */
    padding-top:20px;
}
.lr_rufeng{
    width:1400px;
    margin: 0 auto;
    margin-top:120px;
}
.lr_rufeng1{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.lr_rufeng1_1{
    width:100%;
}
.lr_rufeng1>span{
    font-weight: bold;
    font-size: 46px;
    color: #333333;
}
.lr_rufeng1_1>span {
    font-weight: bold;
    font-size: 46px;
    color: #333333;
}
.lr_rufeng2{
    width:1000px;
    margin-top:15px;
    font-size: 18px;
}
.footerlist{
    width:100%;
    display: flex;
    justify-content:space-between;
}
.footerlist img{
    width:68px;
    height:68px;
    margin-right:10px;
}
.footerlist>div{
    color: #fff;
    display: flex;
    justify-content:space-between;
}
.xinxi{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-direction: column;
}
.xinxi p{
    font-size:15px;
}
.footerCanter{
    width:1500px;
    display:flex;
    justify-content:space-between;
}
.footerCanter a{
    color:#fff;
    line-height:40px;
    font-size:16px;
}
.footerCanter h3{
    font-size:24px;
    color:#fff;
    display:inline-block;
    line-height:74px;
    border-bottom:1px solid #fff ;
}
a:hover{
    text-decoration:none;
}
.footercanter2{
    width:100%;
    height: 142px;
    border:1px solid rgba(255, 255, 255, 0.3);
    border-left:none;
    border-right:none;
    margin-top:30px;
}
.footer2{
    width:1500px;
    padding:20px 0px;
    margin: 0 auto;
    color:#fff;
}
.footer2 p{
    line-height:30px;
}
.footer3{
    width: 1500px;
    height: 116px;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.footer3 li{
    float: left;
    padding:0px 10px;
    border-right:2px solid #ccc;
    margin-top:15px;
}
.footer3 li:nth-child(1){
    float: left;
    padding:0px 10px 0px 0px;
}
.footer3 a{
    color:#fff;
}
.xins{
    width:1500px;
    margin: 0 auto;
}
.s4-1{
    display: none;
}
.gongsi{
    width:100%;
    overflow: hidden;
    border-bottom:1px solid rgba(255,255,255,0.3);
}
.gongsi1{
    width:1500px;
    margin: 0 auto;
    display:flex;
    justify-content:space-between;
    padding:20px 0px;
}
.gongsi2 p{
    color: #FFFFFF;
    margin-top: 22px;
    font-size:15px;
}
.gongsi2>h3{
    font-size:22px;
    font-weight: 400;
    color: #FFFFFF;
}
.gongsi2 img{
    width:20px;
    height:20px;
    float: left;
    margin-right: 5px;
}
.gongsi3{
    display:flex;
    margin-top:50px;
    color: #FFFFFF;
    font-size:15px;
}
.gongsi3 img{
    width:20px;
    height:20px;
    float:left;
    margin-right:5px;
}
.gongsi3>div{
    margin-left:20px;
    margin-top:18px;
}
.footer5{
    width:1500px;
    height:175px;
    margin: 0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
}

@keyframes mymove
{
    0% {left:0px;}
    50%{left:20px;}
    100% {left:0px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    0% {left:0px;}
    50%{left:20px;}
    100% {left:0px;}
}
.footer5 figure{
    text-align: center;
}
.footer5_1{
    margin-right:50px;
}
.footer5_1 figcaption{
    letter-spacing: 9px;
    margin-top:10px;
}
.footer5_1 img{
    width:300px;
    height:46px;
}
.footer5_2{
    width:650px;
}
.footer5_3{
    margin-left:50px;
}
.footer5_3 img{
    width:70px;
    height:70px;
    transition: all 0.5s;
}
.footer5_3 img:hover{
    transition: all 0.5s;
    transform: scale(1.05);
}
.footer_6{
    width:1500px;
    height:50px;
    font-size:14px;
    margin: 0 auto;
    text-align:center;
    color:#fff;
    /* background-color: #000; */
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.navimgss{
    display:none;
}
.shoujiAA{
    display: none !important;
}
.nbh{
    width:100%;
    overflow: hidden;
    background-color:#1F2326;
}
.lxme_top img{
    position:absolute;
    display:block;
    width:70%;
}
.lr_lc{
    width:80%;
    height:84px;
    line-height:84px;
    margin-left:10%;
    box-shadow:0px 0px 5px #ccc;
    border-radius:84px;
    text-align:center;
    position: absolute;
    top: 50%;
    margin-top: -42px;
}
.lr_lc p{
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
}
.lianxi1-right1:hover h3{
    color: #4E98FF;
}
.lianxi1-right1:hover p{
    color: #4E98FF !important;
}
.lianxi1-right1:hover img{
    transform: scale(1.05);
    transition: all 1s;
}
.lr_yox{
    position:absolute;
    display:flex;
    align-items:center;
    left:840px;
    top: 0;
}
.lr_yox img{
    width:60px;
    height:60px;
    margin-right:20px;
    margin-left:5px;
    position:relative;
    animation:mymove 2s infinite;
    -webkit-animation:mymove 2s infinite;
}
.lr_yox span{
    font-size: 30px;
    font-weight: bold;
    color: #057EC1;
}
.footerlist>div{
    transition: all 1s;
    cursor: pointer;
}
.footerlist>div:hover{
    transform: scale(1.2);
    transition: all 1s;
}
.footerlist>div:hover .xinxi{
    color:#4E98FF;
}
.myscroll {
    width:714px;
    height:650px;
    margin-left:270px;
    line-height: 26px;
    font-size: 12px;
    overflow: hidden;
    border-radius:15px;
    float: left;
    background:#fff;
}
.myscroll li {
    height: 650px;
    overflow: hidden;
}
.myscroll img {
    width:100%;
    border: 0 none;
}
.lr_nav{
    width: 1500px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lr_Img{
    width:30px;
    height:30px;
    position: absolute;
    top: 50% !important;
    margin-top:-15px !important;
}
.lr_Img img{
    width:40px;
    height:40px;
}
.bigbox {
    width:100px;
    height:100px;
    /* 设置相对定位 */
    position: relative;
    /* 设置旋转中心 */
    transform-origin: 40px 0 -80px;
    /* 设置过渡样式 */
    transition: all 5s;
    /* 设置子元素具备3d属性 */
    transform-style: preserve-3d;
    /* 添加动画 */
    animation: word 5s infinite linear;
}
@keyframes word {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}
.bigbox:hover {
    animation-play-state: paused;
}
.bigbox>div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: 40px 0 -80px;
}
.bigbox>div:nth-child(2) {
    transform: rotateY(120deg);
}
.bigbox>div:nth-child(3) {
    transform: rotateY(240deg);
}
.bigbox img{
    width:100%;
    height:100%;
}
.swiper-slide-active>.slideimg{
    display:none;
}
@media screen and (max-width: 1600px) {
    .anli5{
        width:400px;
        bottom: -1230px;
    }
    .anli5_4{
        transition: all 0.5s;
        bottom: -570px;
    }
}
@media screen and (max-width: 1200px) {
    .lr_xunhun3{
        display: block;
    }
    .xunhun{
        display:none;
    }
    .wyy_anli2-2{
        margin-top:640px;
    }
    .lr_xunhun2{
        display: none;
    }
    .lr_nav{
        display:none;
    }
    .po{
        width:100%;
    }
    .po>div{
        width:100% !important;
    }
    .box1{
        height: auto;
    }
    .item img{
        height:auto !important;
    }
    .buttonss{
        width:100% !important;
        display: none;
    }
    .box2{
        margin-top:0px;
        height:auto;
        justify-content: space-between;
        flex-direction: column;
    }
    .lrbitao{
        height:60px;
    }
    .lrbitao p{
        font-size:3rem;
        line-height:3.5rem;
    }
    .box2-1{
        width:100%;
    }
    .box2-2{
        width:100%;
    }
    .box2_box{
        width:100% !important;
    }
    .box2_title3 p{
        font-size: 32px !important;
        line-height:50px !important;
    }
    .zhuanye{
        display:none;
    }
    .xunhun{
        height: auto;
    }
    .xunhun2{
        width:100% !important;
    }
    .xunhun1{
        width:100% !important;
    }
    .lxme_box2{
        width:100% !important;
    }
    .lr_dz {
        font-size: 25px;
    }
    .lr_yox {
        left: 600px;
    }
    .anli3 {
        width: 830px !important;
    }
}