*{
    margin: 0;
    padding: 0;
    text-decoration:none;
    list-style:none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;     /* Konqueror HTML */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* Internet Explorer/Edge */
    user-select: none;
}
[v-cloak]{
    display: none;
}
img{
    user-select:none;
}
@font-face {
    font-family: 'Youshe';
    src: url('YouShe.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PINGFANG_REGULAR';
    src: url('SourceHanSansSC-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a{
    /* 	font-family: 'PINGFANG_REGULAR', sans-serif; */
    text-decoration: none !important;
}
a:hover{
    text-decoration:none !important;
    color:#4E98FF !important;

}
/* h1,h2,h3,h4,h5,h6,span,ul,li,p,div{
 margin-top: 0px;
 font-family: 'PINGFANG_REGULAR', sans-serif;
} */
ul{
    margin-bottom:0;
}
.lr_gundong{
    animation: xl 1.2s infinite;
}
.canyu:hover{
    color:#409EFF !important;
}
.gb{
    width:36px !important;
    height:36px !important;
    position: absolute;
    top: 0;
    right: 0px;
}
.sjfooter{
    display:none;
    cursor: pointer;
}
@keyframes xl {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}
.nav{
    width:1500px;
    margin: 0 auto;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.ticlass{
    width:36px;
    height:16px;
    margin-left:10px !important;
    margin-bottom:3px;
    animation:mymoveindex 2s infinite;
    -webkit-animation:mymoveindex 2s infinite;
}
@keyframes mymoveindex
{
    0% {transform: scale(1)}
    100% {transform: scale(1.2)}
}
@-webkit-keyframes mymoveindex /*Safari and Chrome*/
{
    0% {transform: scale(1)}
    100% {transform: scale(1.2)}
}
.nav1{
    display:inline-block;
    width: 238px;
    height:100%;
    /* height:46px; */
}
.nav1 img{
    width: 238px;
    /* height:46px; */
    margin-top: 20px;
}
.nav2>li{
    float: left;
    height:100%;
    margin-right:48px;
    color:#FFFFFF;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.nav2{
    margin-bottom:0px;
    height:100%;
}
.nav2>li>a{
    color:#FFFFFF;
    font-size: 20px;
}
.nav2-1{
    position:absolute;
    width:100%;
    /* height:93%  ; */
    left:0;
    top:120px;
    overflow: hidden;
    z-index:9999;
    background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/navback.png") no-repeat 100% 100%;

}
.nav2_img{
    width:1500px;
    height:100%;
    /* background-color:red; */
    margin: 0 auto;
    /* overflow: hidden; */
    padding:46px 0;
    box-sizing:border-box;
}
.lr_ding{
    width:100%;
    height: 49px;
    line-height: 49px;
    background: #242B36;
    font-size: 16px;
}
.lr_ding img{
    width:24px;
    height:24px;
    margin-left:10px;
}
.lr_ding ul{
    width:1500px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.nav2_img1{
    width:33%;
    height:100%;
    float: left;
    border-right:1px solid #F2F2F2;
    box-sizing:border-box;
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    flex-direction:column;
    padding:0 20px;
    box-sizing:border-box;
}
.nav2_img1 li{
    width:50%;
    height:90px;
    float: left;
    padding:0px 26px;
    box-sizing: border-box;
}

.nav2_img1-2{
    font-size:30px;
    font-weight: bold;
    color:#C8C8C8;
}
.nav2_img1-2 h2{
    font-size:30px;
    font-weight: bold;
    color:#333;
    display:inline-block;
    margin-right:10px;
    padding-left:20px;
}
.nav2>li:nth-last-child(1){
    margin-right: 48px !important;
}
.nav2_img1-2 span{
    font-size: 16px;
    font-weight: 400;
    color: #C8C8C8;
}
.nav2_img1-3{
    margin-top:15px;
}
.nav2_img1-3 h3{
    font-size:20px;
    color:#333333;
    position:relative;
}
.nav2_img1-3 span{
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 16px;
    display:block;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top:6px;
}
.nav2_img1-3 a:hover>span{
    color: #4E98FF !important;
}
.nav2_img1-3 a:hover>h3{
    color: #4E98FF !important;
}
.nav2_img1-1:hover{
    box-shadow: 0px 0px 10px #ccc;
    transition: all 0.5s;
}
.nav2_img1-1{
    margin-top:20px;
    border-radius:6px;
    padding-bottom:10px;
    transition: all 0.5s;
}
.nav2_img3{
    width:33%;
    height:100%;
    float: left;
    box-sizing:border-box;
    padding:0 20px;
    margin-top:20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nav2_img3-1{
    width:100%;
    color: #333;

}
.lr_x{
    position: relative;
}
.lr_xian{
    position: absolute;
    bottom: 0px;
    left:0;
    animation: 2s;
    animation-fill-mode: forward
}
.nav2>li:hover .lr_xian{
    height:3px;
    background-color:#F2F2F2;
    animation-name: growBorder;
    animation-duration:1.5s;
    animation-fill-mode: forwards;
}
.jdru{
    display: block !important;
    position: absolute;
    bottom: 0px;
    left:0;
    width:100% !important;
    height:3px !important;
    background-color:#F2F2F2 !important;
}
@keyframes growBorder {
    from {
        width:0%;
    }
    to {
        width:100%; /* 设置你想要的最终边框宽度 */
    }
}
.nav2>li>a:hover{
    /* color: #4E98FF; */
    color: #fff !important;
    /* 	font-size:24px; */
}
.nav2_img3-1 h2{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.nav2_img3-1 span{
    font-size: 16px;
    font-weight: 400;
    color: #C8C8C8;
}
.nav2_img3-2-1 p{
    line-height:60px;
    color:#333;
}
.nav2_img3-2{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.nav2_jl{
    display:flex;
    align-items:center;
    font-size:18px;
    font-weight: 500;
    color: #616161;
    margin-top:10px;
    /* text-shadow: 0px 2px 2px rgba(0,0,0,0.25); */
}
.nav2_jl img{
    width:24px;
    height:24px;
    margin-left:10px;
}
.nav2_jl p{
    line-height:40px;
    margin-bottom:0;
}
.erwei{
    width:94px;
    height:94px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.13);
    border-radius: 5px 5px 5px 5px;
    transition: all 0.5s;
}
.erwei:hover{
    transition: all 0.5s;
    transform: scale(1.1);
}
.navright{
    color: #000;
    position:relative;
}
.navright>div{
    transition: all 0.5s;
}
.navright>div:hover{
    cursor:pointer;
    transition: all 0.5s;
    transform: scale(1.05);
    box-shadow:0px 0px 10px #ccc;
}
.navright1{
    position:absolute;
    width:78px;
    height:78px;
    background-color:#5FAEB2;
    display:flex;
    justify-content:center;
    flex-direction: column;
    align-items:center;
    color:#fff;
    border-radius:6px;
    font-size:14px;
    margin-top:42px;
}
.navright2{
    position:absolute;
    width:78px;
    height:78px;
    background-color:#FC8955;
    display:flex;
    justify-content:center;
    flex-direction: column;
    align-items:center;
    color:#fff;
    border-radius:6px;
    font-size:14px;
    margin-top:57px;
    right:40px;
}
.lr_tit{
    display:flex;
    justify-content:flex-end;
    align-content: center;
    margin-bottom:12px;
    border-bottom:1px solid #f4f4f4;
    padding-bottom:12px;
}
.lr_tit p{
    margin-bottom:0;
}
.lr_tit img{
    width:24px;
    height:24px;
    margin-right:20px;
}
.navright3{
    position:absolute;
    width:60%;
    height:140px;
    background-color:#fff;
    display:flex;
    justify-content:center;
    flex-direction: column;
    align-items:center;
    color:#333;
    border-radius:0px 10px 0px 10px;
    font-size:14px;
    margin-top:127px;
    left:90px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.13);
    padding:20px;
    box-sizing: border-box;
    z-index:99;
}
.navright4{
    position:absolute;
    width:78px;
    height:78px;
    background-color:#B8B8B8;
    display:flex;
    justify-content:center;
    flex-direction: column;
    align-items:center;
    color:#fff;
    border-radius:6px;
    font-size:14px;
    margin-top:157px;
    right:-50px;
    padding:6px;
    box-sizing: border-box;
}
.lr_guanbi{
    position: absolute;
    right:0;
    width:80px;
    height:80px;
    cursor: pointer;
    transition: all 0.5s;
}
.lr_guanbi:hover{
    transition: all 0.5s;
    transform: scale(1.1);
}
.navright5{
    position:absolute;
    width:78px;
    height:78px;
    background-color:#B8B8B8;
    display:flex;
    justify-content:center;
    flex-direction: column;
    align-items:center;
    color:#fff;
    border-radius:6px;
    font-size:14px;
    margin-top:257px;
    left:40px;
    padding:6px;
    box-sizing: border-box;
}
.navright6{
    position:absolute;
    width:78px;
    height:78px;
    background-color:#4ED6F6;
    display:flex;
    justify-content:center;
    flex-direction: column;
    align-items:center;
    color:#fff;
    border-radius:6px;
    font-size:14px;
    margin-top:277px;
    right:20px;
    padding:6px;
    box-sizing: border-box;
}
.sjheader{
    display:none;
}
.lr_newzixu{
    position: absolute;
    width:100%;
    height:44px;
    background-color: #fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow: 0px 5px 10px #CCE5FF;
    z-index:1;
    top: 0;
}
.lr_newzixu div{
    width:240px;
    line-height:44px;
    text-align:center;
    cursor:pointer;
}
.lr_newzixu p{
    margin-bottom:0;
    color: #333;
    font-size:14px;
    transition: all 0.5s;
    font-family: 'PINGFANG_REGULAR', sans-serif;
}
.lr_newzixu p:hover{
    font-size:16px;
    font-weight:600;
    transition: all 0.1s;
    font-family: 'PINGFANG_REGULAR', sans-serif;
}
.lr_newzixu p:hover span{
    font-size:16px;
    font-weight:600;
    transition: all 0.5s;
    font-family: 'PINGFANG_REGULAR', sans-serif;
}
.lr_newzixu span{
    color: #1375FF;
    font-size:14px;
    font-family: 'PINGFANG_REGULAR', sans-serif;
}
.lr_fanH{
    margin-top:150px;
    font-size:4rem;
    position: absolute;
    z-index:5;
    display: none;
}
.lr_pont{
    position: fixed;
    z-index:999;
    top: 0px;
    width:100%;
    background: rgba(85,85,85,0.4);
    box-shadow: 0px 2px 8px 0px rgba(81,82,83,0.44);
}
.iframefooter{
    vertical-align: bottom;
    height: 620px !important;
}
.gongsi{
    background-color:#1F2326;
}
.rightnew{
    width: 92px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(63,173,227,0.44);
    border-radius:40px;
    position:fixed;
    right:10px;
    bottom:120px;
    display:none;
    z-index:9999;
}
.rightnew1{
    width: 70px;
    height: 70px;
    position: absolute;
    top: -30px;
    margin-left: 11.5px;
}
.rightnew ul{
    margin-top:30px;
    cursor: pointer;
}
.rightnew>ul figure{
    width:95%;
    margin:2.5%;
    text-align: center;
    padding:19px 0px 16px 0px;
    border-bottom:1px  dashed #D7D7D7;
}
.rightnew>ul>li:nth-last-child(1)>figure{
    border:none;
}
.rightnew2{
    width:35px;
    height:35px;
    margin-bottom:7px;
}
.rightnew figcaption{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    position: relative;
}
.lr_rwei{
    width: 250px;
    height: 230px;
    position: absolute;
    background-image: url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/img/Union1.png");
    background-size: 100% 100%;
    top: -75px;
    left: -260px;
    display: none;
}
.lr_rwei img{
    width: 160px;
    height: 160px;
    padding:2px;
    border:1px solid #616161;
    border-radius:6px;
    margin-bottom:10px;
    margin-top:10px;
    margin-right: 10px;
}
.lr_rwei div{
    width:100%;
    height:100%;
    display: flex;
    padding-right:20px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.lr_rwei p{
    font-size:16px;
    font-weight: bold;
    margin-right:15px;
    text-align: center;
}
.lr_contact{
    width: 300px;
    height: 280px !important;
    position: absolute;
    background-size: 100% 100%;
    background: #fff;
    top: -160px;
    left: -310px;
    display: none;
    border-radius: 6px;
    padding:20px 5px;
    background: url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/img/Union3.png") no-repeat;
    background-size:100% 100%;
}
.fangjin>div{
    width: 230px;
    border-bottom:1px solid #F7F8FA;
}
.fangjin>div:last-child{
    border:none;
}
.lr_contact p{
    margin-bottom: 0px;
    line-height:38px;
    text-align: left;
    user-select: auto !important;
}
.fangjin_p{
    font-weight: 400;
    font-size:18px !important;
    color: #86909C !important;
    display: flex;
    align-items: center;
}
.fangjin_p>img{
    width:30px;
    height:30px;
    margin-right:5px;
}

.fangjin p{
    font-weight: 400;
    font-size:18px;
    color: #1D2129;
    user-select: text !important;
    -webkit-touch-callout: text !important; /* iOS Safari */
    -webkit-user-select: text !important;   /* Chrome/Safari/Opera */
    -khtml-user-select: text !important;     /* Konqueror HTML */
    -moz-user-select: text !important;       /* Firefox */
    -ms-user-select: text !important;        /* Internet Explorer/Edge */
}
.fangjin>div:hover p{
    font-weight: bold !important;
    font-size: 20px;
    color: #333 !important;
    transition: all 0.5s;
}
.fangjin>div img:nth-child(2){
    display: none;
    transition: all 0.5s;
}
.fangjin>div:hover img:nth-child(1){
    display: none;
    transition: all 0.5s;
}
.fangjin>div:hover img:nth-child(2){
    display: block;
    transition: all 0.5s;
}
.fangjin>div:hover p>span{
    font-weight: 400 !important;
    font-size: 20px;
    color: #86909C !important;
    transition: all 0.5s;
}
.lr_contact>div{
    width:100%;
    height:100%;
    font-size:18px;
    font-weight:600;
    padding-left:15px;
}
.dianji{
    width:100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.dianji span{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-left:10px;
}
.radio{
    margin-top:10px !important;
}
.radio input{
    width:24px;
    height:24px;
    margin-top:1px !important;
}
.TiXiang{
    width:100%;
    height:40px;
    position: fixed;
    top:200px;
    z-index:9999;
    display: flex;
    justify-content:center;
}
.TiXiang>div{
    background:rgba(85,85,85,0.9) ;
    color:#fff;
    padding:1px 15px;
    box-sizing: border-box;
    color:#fff;
    line-height:40px;
    border-radius:10px;
}
.success{
    display:none;
}
.error{
    display:none;
}
@media screen and (max-width: 1200px) {
    .lr_fanH{
        display: block;
    }
    .nav{
        display:none;
    }
    .sjheader{
        display:block;
        width:100%;
    }
    .sjheader1{
        width:100%;
        display:flex;
        justify-content:space-between;
        padding:20px 20px;
        box-sizing: border-box;
    }
    .sjheimg{
        width:80px;
        height:80px;
    }
    .sjheader2{
        width:100%;
        display:none;
        background-color:#fff;
        position: absolute;
        z-index:2;
        padding:20px;
        box-sizing: border-box;
        box-shadow: 0px 10px 10px #ccc;
        border-radius: 0px 0px 30px 30px;
    }
    .sjheader2 li{
        line-height:90px;
    }
    .sjheader2 li>a{
        font-size:34px;
        color: #333333;
    }
    .AppNews{
        width:100%;
    }
    .AppCen1{
        width:100%;
    }
    .AppCen2{
        width:100% !important;
    }
}