.disflex {
    display: flex;
}

.sliderflex .disflex {
    width: 49%;
    float: left;
}

.sliderflex .disflex>div {
    width: 50%;
    text-align: center;
    color: #666;
    margin-top: 10px;
    margin-bottom: 15px;
}

.sliderflex .disflex .line .ltop {
    background: #86c9f4;
    height: 15px;
    width: 70%;
    margin-top: 15px;
}

.sliderflex .disflex .line .lbot {
    background: #315f97;
    height: 15px;
    width: 100%;
    margin-top: 15px;
}

.main_pc ul {
    display: flex;
    padding: 50px 0 30px;
    width: 100%;
}

.main_pc li {
    width: 25%;
    text-align: center;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8db3f7;
    margin-right: 25px;
}

.main_pc li:nth-last-child(1) {
    margin-right: 0;
}
.main_pc li:nth-child(2) span,.main_pc li:nth-child(2) h4{
    color: #00b5b8;
}
.main_pc li:nth-child(3) span,.main_pc li:nth-child(3) h4{
    color: #c5548c;
}
.main_pc li:nth-child(4) span,.main_pc li:nth-child(4) h4{
    color: #84b447;
}
.main_pc li span {
    font-size: 48px;
    color: #8db3f7;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    height: 48px;
    display: inline-block;
    width: 100px;
    line-height: 48px;
    /* text-align: left; */
}
/* .main_pc li span b{
    font-size: 28px;
} */
.main_pc li span b{
    width: 130px;
    text-align: center;
    display: inline-block;
    /* padding-right: 30px; */
}
.main_pc li em {
    position: absolute;
    right: -3px;
    top: -23px;
    line-height: 48px;
}

.main_pc li em i {
    color: #ccc;
    font-size: 48px;
}

.main_pc li h4 {
    font-size: 20px;
    color: #8db3f7;
    padding-top: 15px;
}

.ruzhucom ul {
    display: flex;
    flex-wrap: wrap;
}
.ruzhucom .layuicon ul  li{
    width: 100%;
    display: flex;
    margin: 0;
    transition: all 0.3s;
}
.ruzhucom .layuicon ul  li:hover{
    cursor: pointer;
    background: #f2f2f2;
}
.layuicon.w30 li span{
    width: 33.33%;
}
.layuicon li span{
    width: 25%;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    margin:0;
    /* display: flex; */
    height: 50px;
    /* justify-content: center; */
    box-sizing: border-box;
    line-height: 50px;
    padding-left: 10px;
    text-align: center;
    border-bottom:1px solid #f2f2f2;
}
.layuicon li span em{
    background: #dcdcdc;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    color: #FFF;
}
#propm li:nth-child(1) span em,#propm li:nth-child(2) span em,#propm li:nth-child(3) span em{
    background: #F00;
    color: #FFF;
}
.layuicon li span:nth-child(1) {
    text-align: left;
}
.ruzhucom .layuicon ul  li img{
    height: 40px;
}
.ruzhucom ul li {
    width: 20%;
    text-align: center;
    margin: 15px 0;
}
.ruzhucom ul.headtit{
    background: #f2f2f2;
    
}
.ruzhucom ul.headtit li span{
    /* justify-content: left;    */
}
.ruzhucom ul.headtit li span:nth-child(1){
    text-align: center;
}
.main .layui-table-view {
    border-color: #f5f5f5;
    margin: 0;
}

.main .layui-carousel>[carousel-item] {
    overflow: initial;
}

.ruzhucom .layui-table-view tr {
    border-bottom: 1px solid #f5f5f5;
}

.sliderflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sliderflex li {
    width: 37%;
    margin-bottom: 30px;
    border-radius: 5px;

}

.sliderflex li:nth-child(even) {
    width: 60%;
}

.sliderflex h3 {
    line-height: 45px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
}

.percentblock {


    display: flex;
    justify-content: space-around;
}

.percentblock>div {
    width: 40%;
    font-size: 14px;
    padding: 15px 0 30px;
    color: #999;
    line-height: 40px;
    text-align: center;
}

.percentblock>div p {
    position: relative;
    border: 1px solid #666;
    height: 25px;
    line-height: 25px;
    margin-top: 20px;
}

.percentblock em {
    position: absolute;
    left: 0;
    top: 0;
    background: #49c996;
    width: 90%;
    z-index: 999;
    height: 100%;
}

.percentblock span {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-size: 14px;
    z-index: 1990;
}
.layui-carousel-ind ul{
    background: none !important;
}
.layui-carousel-ind li{
    background-color: #CCC;
}
.layui-carousel-ind li.layui-this,.layui-carousel-ind li:hover{
    background-color: #3f66f6;
}
.n_tit{
    position: relative;
}
.n_tit .more{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    color: #c7c7c7;
}
.n_tit .more:hover{
    color: #666;
}
.cpumain{
    position: relative;
}
.cpumain p{
    position: absolute;
    left: 230px;
    top: 50px;
}
.cpumain p:nth-child(3){
    top: 80px;
}

h2.pctagtit{
    margin:0;
    color: #666;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    padding:60px 0 50px;
}
h2.pctagtit:after{
    content: '';
    position: absolute;
    border-bottom: 2px solid #666;
    left: 0;
    bottom: 30px;
    width: 70px;
}
h2.pctagtit.center{
    text-align: center;
}
h2.pctagtit.center:after{
    left:50%;
    margin-left: -35px;
    bottom: 30px;
}
.pcming p{
    color: #666;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}
.pcming{
    padding-right: 500px;
    position: relative;
    height: 470px;
}
.pcming h2{
    
    padding-top: 60px;
}
.pcming img{
    position: absolute;
    right: 0;
    bottom: 60px;
}
.pcming ul li{
    line-height: 35px;
}
.pcming ul li a{
    color:#202c56;
    font-size: 15px;
}
.bgfff{
    background: #FFF;
    padding-bottom: 40px;
}
.modelinfo p{
    color: #666;
    font-size: 15px;
    line-height: 30px;
}
.pcuser .right ul h3{
    color: #666;
    font-size: 14px;
    overflow: hidden;
    font-weight: normal;
    position: relative;
}
.pcuser .right ul h3 em{
    /* float: right; */
    color: #3f66f6;
    position: absolute;
    left: 50%;
    top: 5px;
}
.pcuser .right ul li{
    margin-bottom:25px;
}
.pcuser .right ul li span,.pcuser .icon_font{
    color: #b3b3b3;
    font-size: 14px;
}
.pcuser .right ul li span{
    display: inline-block;
    width: 50%;
    padding-top: 5px;
}
.pcuser .icon_font{
    font-size: 20px;
    margin-right: 20px;
}
.pcbanner{
    background: url('/static/news/images/news/pcbanner.png') no-repeat 50% 50%;
    height: 400px;
    color: #FFF;
    padding-top: 0.1px;
}
.pcbanner h2{
    font-size: 40px;
    margin:55px 0 20px; 
}
.pcbanner p{
    font-size: 18px;
    line-height: 26px;
    width: 420px;
    margin-bottom: 50px;
}
.pcbanner .layui-btn{
    font-size: 18px;
    background: #3f66f6;
}
.telser{
    width: 410px;
    height: 45px;
    position: relative;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}
#sertel{
    position: absolute;
    top: 0;
    height: 45px;
    left: 0;width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    color: #666;
    border:none;   
}
#serbtn{
    position: absolute;
    right: 0;
    width: 100px;
    top: 0;
    height: 45px;
    background: #f5f5f5;
    font-size: 16px;
    box-shadow: none;
    border:none;
    color: #3f66f6;
    border-left:1px solid #eee;
}
.layuicon{
    position: relative;
    top: -2px;
}
.layuicon thead{
    display: none;
}
.layuicon .layui-table-header{
    border:none;
}
.fied_rig{
    display: none;
}


.pcrig {
    position: fixed;
    right: 0;
    top: 510px;
    background:rgba(54,60,64,0.85);
    width: 70px;
}

.pcrig .icon_font {
    color: #FFF;
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
}

.pcrig li {
    color: #FFF;
    font-size: 14px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    transition: all 0.3s;
    position: relative;

}

.pcrig li.hover .hovertop {
    background: #1291f3;


}

.hovertop {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;

}

.pcrig .righthover {
    position: absolute;
    width: 270px;
    padding-bottom: 0;
    height: 70px;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 1px 5px 2px #ddd;
    color: #666;
    right: -270px;
}

.pcrig .righthover input {
    height: 36px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #666;
}

.pcrig li.hover .righthover {
    right: 70px;
}

.pcrig li:hover {
    background: #1291f3;
    cursor: pointer;
}

.pcrig li.center {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}