@charset "UTF-8";



body,html {

	overflow-x: hidden;

    /* cursor: url(https://i.loli.net/2019/04/23/5cbedb2dae545.png), default; */

  

}

html::-webkit-scrollbar {
    width: 5px;
    height: 30px;
}
html::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear,left top,left bottom,from(#ff8a00),to(#e52e71));
    background: linear-gradient(180deg,#ff8a00,#e52e71);
    border-radius: 30px;
    box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}
html::-webkit-scrollbar-track {
    background: linear-gradient(90deg,#201c29,#201c29 1px,#100e17 0,#100e17);
}


.con1400{

    width: 1400px;

    margin: 0 auto;

}

.con1200{

    width: 1200px;

    margin: 0 auto;

} 

/* 大标题 */

.plrs-text{

    display: block;

    font-size: 30px;

    text-align: center;

    font-weight: 600;

}

/* 副标题 */

.plrs-subtext{

    text-align: center;

    font-weight: 400;

    margin-top: 20px;

    font-size: 16px;

    letter-spacing: 2px;

}



.p-t85{

    padding-top: 85px;

}

.m-t65{

    margin-top: 60px;

}

.font30{

    font-size: 30px;

}





/* header */

.navbar-container{

    width: 100%;

    height: 100px;

    display: flex;

    align-items: center;

    background: #565D62;

    position: fixed;

    top: 0;

    z-index: 99;



}

.navbar-container .con1400{

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.navbar-container ul{

    width: 55%;

    display: flex;

    justify-content: space-between;

    align-items: center;

 



}

/* .navbar-container ul li {

    width: 60px;

    text-align: center;



} */

.navbar-container ul li a{

    font-size: 14px;

    color: #fff;

    text-decoration: none;

}

.navbar-container ul li a:hover{

    color: #4DA8E5;

}

.plrs-logo{

    width: 182px;

    height: 46px;
    
     background-image: url('../images/home/plrs-logo.png'); 
      /*background-image: url('../images/home/cslogo.png'); */
    /*background-image: url('{zzz:pclogo}');*/

}

.search-wrapper{

    width: 240px;

    height: 45px;

    background: #FFFFFF;

    border-radius: 23px;

    display: flex;

    align-items: center;

  

}



.search-wrapper input{

    /* width: 82%; */

    height: 100%;

    border-radius: 23px;

    background: unset;

    border: none;

    outline: none;

    padding-left: 30px;

}

.search-wrapper span{

    display: block;

    width: 20px;

    height: 20px;

    background-image: url('../images/home/search-icon.png');

}
.active a{
    color: #4da8e5 !important;
}



/* fotter */

.foot{

    width: 100%;

    background: #565D62;

    margin-top: 60px;

    display: flex;

    justify-content: center;

}

.foot-wrapper{

    width: 1200px;

}

.foot-link{

    border-bottom: 1px solid #fff;

    padding: 25px 0;

    display: flex;

    justify-content: space-between;

}

.foot-link ul{

    display: flex;

    color: #fff;

    width: 70%;

   

}

.foot-link ul li{

    width: 15%;

    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, .2);

}

.foot-link ul li:first-child{

    text-align: unset;

    width: 11%;

    

}

.foot-link ul li:last-child{

    border-right: unset;

}

.foot-link ul li a:hover{

    color: #4DA8E5;

}

.foot-contact{

    display: flex;

    color: #4DA8E5;

    flex-wrap: wrap;

    padding: 25px 0;

}

.foot-contact li{

    margin-right: 2%;

}

.foot-contact li a:hover{

    color: #fff;

}

.copyright{

    color: #999999;

    padding-bottom: 40px;

}

.weixing{

    width: 30px;

    height: 25px;

    background-image: url('../images/home/weixing.png');

    background-repeat: no-repeat;

}   
.weibo{

    width: 30px;

    height: 25px;

    background-image: url('../images/home/weibo.png');

    background-repeat: no-repeat;

}   






@media (max-width:1400px) {

/* 大标题 */

.plrs-text{

    font-size: 38px ;

 }

 

}

@media (max-width:996px){

    .foot-link ul{

        width: 100%;

        justify-content: space-around;

    }

    .foot-contact{

        padding: 10px

    }

    .foot-link{

        padding: 10px 0;

    }

    .copyright{

        padding: 0 8px 15px 8px;

    }

    .foot-link ul li{

        border: none;

    }

    .foot-link ul li:first-child{

        width: 15%;

    }

    .d-none {

        display: none;

    }

}



@media (max-width: 767px) {

    /* 大标题 */

.plrs-text{

    font-size: 24px ;

 }

.plrs-subtext {

    margin-top: 10px;

    font-size: 16px;

}

}