*{margin:0;padding:0;box-sizing:border-box;border:0;outline:none;resize:none}
body{font-family:HarmonyOS Sans SC,思源黑体,Source Han Sans,MiSans,PingFangSC;font-size:14px;color:#333;overflow-x:hidden;}
ul,li{list-style:none}
img{display:block}
a{text-decoration:none;display:block;color:#333}
input,textarea{font-family:HarmonyOS Sans SC,思源黑体,Source Han Sans,MiSans,PingFangSC;font-size:14px;}
input::placeholder,textarea::placeholder{font-family:HarmonyOS Sans SC,思源黑体,Source Han Sans,MiSans,PingFangSC;font-size:14px;color:#999}
.select{position: relative}
.select select{font-family:HarmonyOS Sans SC,思源黑体,Source Han Sans,MiSans,PingFangSC;font-size: 14px;color:#999}
.select:after{content: "";width: 40px;height: 100%;background: url(../images/arrow1.svg) no-repeat center center/16px;position: absolute;right: 0;top: 0;pointer-events: none;transform: rotate(90deg);opacity: .5;}
select{appearance: none;-webkit-appearance: none;-moz-appearance: none;width:100%;height:100%;border: none;}

.width{max-width:1280px;margin:0 auto;width:calc(100% - 100px)}

.b{font-weight:bold}
.l{font-weight:300}
m{color:#dd1017}

.justify{text-align: justify;}

.click{position:absolute;top:0;left:0;width:100%;height:100%;z-index: 10;}

.img-bg{overflow:hidden;display:flex;justify-content:center;align-items:center}
.bg{width:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;transition:.8s}

.img-div{display:flex;justify-content:center;align-items:center}
.img-div img{max-width:100%;max-height:100%}

.lazyload{opacity:0;transition:transform .8s,opacity .8s ease-in-out}
.lazyload.loaded{opacity:1}

.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.dot2,.dot3,.dot4,.dot5,.dot8{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical}
.dot2{-webkit-line-clamp:2}
.dot3{-webkit-line-clamp:3}
.dot4{-webkit-line-clamp:4}
.dot5{-webkit-line-clamp:5}
.dot8{-webkit-line-clamp:8}

.scroll{overflow:hidden}

body::-webkit-scrollbar{width:5px}
body::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.11);background: #999}
body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1);background:#eee}

.myscroll{overflow-y: auto;}
.myscroll::-webkit-scrollbar{width:8px;height:5px;}
.myscroll::-webkit-scrollbar-thumb{border-radius:30px;-webkit-box-shadow:inset 0 0 1px rgba(0, 0, 0, 0.11);background: #fff}
.myscroll::-webkit-scrollbar-track{border-radius:30px;-webkit-box-shadow:inset 0 0 1px rgba(0, 0, 0, 0.1);background:rgba(255,255,255,.5)}

.mCSB_inside > .mCSB_container{margin-right:20px}
.mCS-myscroll.mCSB_scrollTools{top:0;width:2px}
.mCS-myscroll.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px;background:#dd1017}
.mCS-myscroll.mCSB_scrollTools .mCSB_draggerRail{background:#ccc}

.layui-layer-hmg{border-radius:50px !important}
.layui-layer-btn .layui-layer-btn0{background:#dd1017;color:#333;border-color:#dd1017}
.layui-layer-btn{padding:0 20px 20px}
.layui-layer-btn .layui-layer-btn0{border-color:#dd1017 !important;background-color:#dd1017 !important}

.page{text-align:center}
.page a,.page .a_cur{display:inline-block;width:50px;height:50px;border-radius:50%;font-size:16px;line-height:50px;margin-right:20px;color:#333;background:#f5f5f5}
.page .a_cur{background:#dd1017 !important;color:#fff}
.page1 a,.page1 .a_cur{background:#fff}

.video-popup{display:none;position:fixed;z-index:1001;background:rgba(0,0,0,.7);width:100%;height:100%;top:0;left:0;}
.video-popup .con{width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}
.video-popup video{max-width:100%;max-height:100%;}
.video-popup .close{position:absolute;width:40px;height:40px;background:url(../images/close-w.svg) no-repeat center center/40px;right:-30px;top:-30px;cursor:pointer;z-index:1002;}

@media (max-width:1279px){
    .width{width:calc(100% - 40px)}
    .page a,.page .a_cur{margin-right:5px;width:40px;height:40px;line-height:40px;font-size: 12px;}

    .video-popup .con{width:90%;}
    .video-popup .close{right:0;top:0;width:30px;height:30px;background-size:30px}
}

@media (any-hover:hover){
	.img-bg .bg:hover{transform:scale(1.1)}
    .page a:hover{background:#dd1017;color:#fff}
}