@charset "utf-8";
*{font-family:"Microsoft YaHei","PingFang SC", Arial,Helvetica, sans-serif; padding: 0; margin:0; box-sizing:border-box;  -webkit-overflow-scrolling:touch;}
body{padding:0;margin:0;-webkit-font-smoothing:antialiased;line-height: 1; font-size:14px;overflow-x: hidden;}
html,body{ min-height:100vh;} 
html{ overflow:-moz-scrollbars-vertical;} 
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
a{text-decoration:none;/*IE使用*/outline-style:none;/*FF使用*/; outline:none;color: inherit;}
a,input,img,:focus{/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 0;margin-top: 1.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
img{max-width: 100%;max-height: 100%;}
input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}

input::-webkit-input-placeholder{ color:#666;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#666; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#666;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#666;}

textarea::-webkit-input-placeholder{ color:#666;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#666;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#666;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#666;}

.aline_w{position:relative;background-image:linear-gradient(#fff,#fff);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:.3s}

.aline_y{position:relative;background-image:linear-gradient(#4646B8,#4646B8);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:.3s}
@media(min-width: 1200px){	
	a:hover .aline_y{background-size:100% 1px;color: #4646B8}
	a:hover .aline_w{background-size:100% 1px;color: #fff}
}



.flex{display: flex;flex-wrap: wrap;}
.imged { position: relative; padding-bottom: 65%; width: 100%; display: block; overflow: hidden; transition: 0.5s; background-size: cover !important; background-position: center center !important;}
.imged img { display: none; }
.imged video { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; transition: all 0.5s ease 0s; object-fit: cover; }
video{max-width: 100%;}
.scale { overflow: hidden;display: flex;align-items: center;justify-content: center;background: #ddd;}
.scale img{flex-shrink: 0;}
a:hover .imged { transform: scale(1.1); }
.clearflex::after, .clearflex::before { display: block; content: "clear"; height: 0px; clear: both; overflow: hidden; visibility: hidden; }
.wl { position: relative; z-index: 1; transition: 0.5s }
.wl::after { content: ""; z-index: -1; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 100%; }
.flex { display: flex;flex-wrap: wrap; }
::after,::before{transition:0.5s;}
.l1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.l3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.l4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.l5 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.l6 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }

.wp{max-width:92%; width:14rem; margin: 0 auto;}
html{font-size: 5.2vw;}
@media only screen and (max-width:1024px) {
    .wp{max-width:100%; width:100%;padding: 0 15px;}
}

@media screen and (max-width:1024px){
	html{font-size: 85px;}
}

@media screen and (max-width:768px){
	html{font-size: 80px;}
}

@media screen and (max-width:375px){
	html{font-size: 75px;}
}