@charset "utf-8";
/* CSS Document public*/
*{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;} 

/* *{font-family: -apple-system,PingFangSC-Regular, PingFang SC,BlinkMacSystemFont,Segoe UI,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; padding: 0; margin:0; box-sizing:border-box; vertical-align:middle;} */
.flex{ display: -webkit-flex; /* Safari */display: flex; }
#miso_loading{ position:fixed; top:0; right:0; bottom:0; left:0; width:100vw; height:100vh; background:#fff; z-index:100000000}

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}

a{text-decoration:none;/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*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}
h5 a,.more a{-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;}/*缓慢效果*/
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}

.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap; width:100%}/*文本超出 */

.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
.aline_w{position:relative;background-image:linear-gradient(#fff,#fff);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:.3s}
a:hover .aline_w{background-size:100% 1px;color: #fff}
.aline_y{position:relative;background-image:linear-gradient(#0169b0,#0169b0);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:.3s}
a:hover .aline_y{background-size:100% 1px;color: #0169b0}

.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 { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; transition: all 0.5s ease 0s; object-fit: cover; 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: fill; }
video{max-width: 100%;}
.scale { overflow: hidden;}
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;}
.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; }
.l7 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.a_body{ position:relative}
ul li,dl dd{ vertical-align:top}
img{vertical-align:middle;max-width: 100%;}
a{ color:inherit}

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;}

.w100{width:100%}
.w1400{max-width:1400px;margin:0 auto}
.w1600{max-width:1600px;margin:0 auto}
.w1800{max-width:1800px;margin:0 auto}
.layui-img-responsive{ max-width:100%;}
.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{ padding-bottom:60% !important}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#ff0000}
.more a{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -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;}
.box_table{ display:table; table-layout: fixed; width:100%; height:100%}
.box_table_cell{ display:table-cell; vertical-align:middle}
.box_table_cell *{ white-space:normal; word-wrap:break-word; }
/* 视频弹窗 */
.vwrap {display: none;z-index: 1040000;width: 100%;position: fixed;}
.vwrap .videobtg { z-index: 900; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: 0.8; filter: alpha(opacity=80); overflow: hidden; }
.vwrap .videobox {z-index: 1200;width: 1200px;position: fixed;left: 50%;top: 50%;object-fit: cover;transform: translate(-50%,-50%);max-width: 90%;max-height: 65vh;}
.vwrap .videobox #videobox {width: 100%;display: inline-block;background:#000;}
.vwrap .videobox #videobox .img_hezi{padding-bottom: 60% !important;}
.vwrap .videobox #videobox video{ position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;}
#videobox_wrapper { height: 100%!important; }
.vwrap .close {z-index: 999;width: 31px;height: 31px;cursor: pointer;position: absolute;top: 0px;right: -42px;text-align: center;}
.vwrap .close i { display: block; width: 31px; height: 31px; -webkit-transition: 400ms; transition: 400ms; }
.vwrap .close i svg{ transition:.6s}
.vwrap .close:hover i svg{ -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
@media(max-width: 992px){
    .vwrap .videobox{width: 100%;/* left: 3%; */margin-left: 0;}
    .vwrap .close{right: 0;top: -35px;}
}
@media(max-height: 500px){
	.vwrap .videobox{width: 60%;}
	.vwrap .videobox #videobox .img_hezi{
    padding-bottom: 50% !important;
}
}

/*百度播放器美化*/
#playercontainer_display_button,#video1_display_button,#video2_display_button{ background:none !important; height:40px; width:40px !important; border:2px solid #fff; border-radius:50%; padding:0 !important;}
#playercontainer_display_button #playercontainer_display_button_play,#video1_display_button #video1_display_button_play,#video2_display_button #video2_display_button_play{background-size: 25px;}
#playercontainer_display_button,#video1_display_button,#video2_display_button{ height:40px !important; margin-top: -20px !important;}
#playercontainer_display .cbpreview,#video1_display .cbpreview,#video2_display .cbpreview{ opacity: .75 !important;}


.anniu_close img{ position:absolute; top:-15px; right:-10px; width:18px; height:18px; cursor:pointer}

.Statistical{display:inline-block; margin-left:12px;}
.Statistical span,.Statistical span img{ vertical-align:top}
.bd_weixin_popup{ box-sizing:content-box}
.bd_weixin_popup .bd_weixin_popup_foot{ text-align:center !important}
@keyframes spin { 
	100% { transform: rotate(1turn); }
  }
  @keyframes spin2 { 
	100% { transform: rotate(-1turn); }
  }
  @keyframes spin-reverse { 
	0% { transform: rotate(1turn); }
  }
  @keyframes spin-reverse2 { 
	0% { transform: rotate(-1turn); }
  }

@-webkit-keyframes anim-close-2 {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); }
}

@keyframes anim-close-2 {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1); }
}


@media(min-width: 1200px){
.miso_up{ transform:translateY(180px); visibility:hidden; opacity:0; transition:1.5s}
.active .miso_up{ transform:translateY(0); visibility:visible; opacity:1;}

.container01 .miso_up01{ transform:translateY(180px); visibility:hidden; opacity:0; transition:1.5s}
.container01.active.on .miso_up01{ transform:translateY(0); visibility:visible; opacity:1;}

.miso_down{ transform:translateY(-180px); visibility:hidden; opacity:0; transition:1s}
.active .miso_down{ transform:translateY(0); visibility:visible; opacity:1;}

.miso_suoX{ letter-spacing:4px; visibility:hidden; opacity:0; transition:1s}
.active .miso_suoX{ letter-spacing:0; visibility:visible; opacity:1;}

.miso_flip-up{ transform:perspective(2500px) rotateX(-100deg); visibility:hidden; opacity:0; transition:1s}
.active .miso_flip-up{ transform:perspective(2500px) rotateX(0); visibility:visible; opacity:1;}

.miso_zoom-in{ transform:scale(.6); visibility:hidden; opacity:0; transition:1s}
.active .zoom-in{ transform:translateZ(0) scale(1); visibility:visible; opacity:1;}

.wenzi_x{ letter-spacing:3px; visibility:hidden; opacity:0; transition:1s}
.active .wenzi_x{ letter-spacing:0; visibility:visible; opacity:1;}

.miso_fade-right{ transform:translateX(-180px); visibility:hidden; opacity:0; transition:1s}
.active .miso_fade-right{ transform:translateX(0); visibility:visible; opacity:1;}

.miso_fade-left{ transform:translateX(180px); visibility:hidden; opacity:0; transition:1s}
.active .miso_fade-left{ transform:translateX(0); visibility:visible; opacity:1;}
}

.miso_up_left{ transform:translateX(300px) translateY(300px); visibility:hidden; opacity:0; transition:1s}
.active .miso_up_left{ transform:translateX(0) translateY(0); visibility:visible; opacity:1;}
.xuanzhuan{ -webkit-animation:play 25s linear infinite; -moz-animation:play 25s linear infinite; animation:play 25s linear infinite;}
.fangda{animation: circleScale2 4s linear infinite;}
@-webkit-keyframes play{
	0% {
		-webkit-transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes play{
	0% {
		-webkit-transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
	}
}

@keyframes circleScale2 {
	0% {
	  opacity: 1;
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}
  
	100% {
	  opacity: 0;
	  -webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -ms-transform: scale(1.2);
	  transform: scale(1.2);
	}
  }
  	/* 圆点放大 */
	@-webkit-keyframes scale{
		0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
		100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}
	}
	@-moz-keyframes scale{
			0%{-moz-transform:scale(1);transform:scale(1);opacity:1}
			100%{-moz-transform:scale(1.5);transform:scale(1.5);opacity:0}
	}
	@-o-keyframes scale{
			0%{-o-transform:scale(1);transform:scale(1);opacity:1}
			100%{-o-transform:scale(1.5);transform:scale(1.5);opacity:0}
	}
	@keyframes scale{
			0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}
			100%{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);opacity:0}
	}
  .tiao{animation: bounce 1.6s both infinite;}
/* 跳动 */
  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	}
	40% {
	-webkit-transform: translateY(-0.1rem);
	-ms-transform: translateY(-0.1rem);
	transform: translateY(-0.1rem);
	}
	60% {
	-webkit-transform: translateY(-0.05rem);
	-ms-transform: translateY(-0.05rem);
	transform: translateY(-0.05rem);
	}
	}

 a .line1{ position: absolute; left:0; top: 0; height:0; width: 0.02rem; background: #068358; transition: .5s;}
 a .line2{ position: absolute; left:0; bottom: 0; height:0.02rem; width: 0; background: #068358; transition: .5s;}
 a .line3{ position: absolute; right:0; bottom: 0;height:0; width: 0.02rem;background: #068358; transition: .5s;}
 a .line4{ position: absolute; right:0; top: 0; height:0.02rem; width: 0; background: #068358; transition: .5s;}
 @media(min-width: 1200px){
 a:hover .line1{ height: 100%; transition: .5s .2s;}
  a:hover .line2{ width: 100%; transition: .5s .2s;}
  a:hover .line3{ height: 100%; transition: .5s .2s;}
  a:hover .line4{ width: 100%; transition: .5s .2s;}

 }
.wp{width: 16rem; padding: 0; margin: 0 auto;max-width: 94%;}
.wp_14{width: 14rem; padding: 0; margin: 0 auto;max-width: 94%;}
.wp_15{width: 15rem; padding: 0; margin: 0 auto;max-width: 94%;}
@media(max-width: 1200px){
.wp{padding:0 15px; width: 100%; max-width: 100%;}
.wp_14{padding:0 15px; width: 100%; max-width: 100%;}
.wp_15{padding:0 15px; width: 100%; max-width: 100%;}
}
html{font-size: 100px!important;}


@media screen and (max-width:1930px){
	html{font-size: 100px!important;}
}
@media screen and (max-width:1800px){
	html{font-size: 95px!important;}
}
@media screen and (max-width:1600px){
	html{font-size: 90px!important;}
}
@media screen and (max-width:1400px){
	html{font-size: 85px!important;}
}
@media screen and (max-width:1024px){
	html{font-size: 75px!important;}
}
@media screen and (max-width:900px){
	html{font-size: 70px!important;}
}
@media screen and (max-width:360px){
	html{font-size: 70px!important;}
} 
@media screen and (max-width:350px){
	html{font-size: 65px!important;}
} 

@media(min-width: 1200px){	
	@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) { 
	}

	@media (-webkit-min-device-pixel-ratio: 1.05) {
		@media screen and (min-width:1920px){
			html{font-size: 100px!important;}
		}
		@media screen and (max-width:1920px){
			html{font-size: 95.5px!important;}
		}
	}
	@media (-webkit-min-device-pixel-ratio: 1.1) {
		@media screen and (min-width:1920px){
			html{font-size: 100px!important;}
		}
		@media screen and (max-width:1920px){
			html{font-size: 92.5px!important;}
		}
	}
	@media (-webkit-min-device-pixel-ratio: 1.15) {
		@media screen and (min-width:1920px){
			html{font-size: 80px!important;}
		}
		@media screen and (max-width:1920px){
			html{font-size: 87px!important;}
		}
	}
	@media (-webkit-min-device-pixel-ratio: 1.20) {
		@media screen and (min-width:1920px){
			html{font-size: 80px!important;}
		}
		@media screen and (max-width:1920px){
			html{font-size: 84px!important;}
		}
	}
	/* 屏幕分辨率放大为 125 */
	@media (-webkit-min-device-pixel-ratio: 1.25) {
		@media screen and (min-width:1920px){
			html{font-size: 80px!important;}
		}
		@media screen and (max-width:1920px){
			html{font-size: 80px!important;}
		}
	}
	/* 屏幕分辨率放大为 150 */
	@media (-webkit-min-device-pixel-ratio: 1.5) {
		@media screen and (min-width:1920px){
			html{font-size: 80px!important;}
		}
		@media screen and (max-width:1920px){
			html{font-size: 70px!important;}
		}
	}
}

@media screen and (max-width: 1199px) {
	.header_box{ display: none; }
	.m_header_box {display: block !important;}
	.tbsc{overflow-x: auto;}
	.tbsc table{width: 700px;}
  }



  @font-face {
	font-family: "iconfont"; /* Project id 3318676 */
	src: url('font.woff2') format('woff2'),
		 url('/') format('woff'),
		 url('font.ttf') format('truetype');
  }
  
  .iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-play:before {
	content: "\e87e";
  }
  
  .icon-arrbar:before {
	content: "\e62a";
  }
  
  .icon-arrbal:before {
	content: "\eac0";
  }
  
  .icon-fenxiang:before {
	content: "\e60d";
  }
  
  .icon-qrcode:before {
	content: "\e613";
  }
  
  .icon-didian:before {
	content: "\e60f";
  }
  
  .icon-rili:before {
	content: "\e685";
  }
  
  .icon-vpn:before {
	content: "\e6f1";
  }
  
  .icon-xinwen1:before {
	content: "\e669";
  }
  
  .icon-yingwen1:before {
	content: "\e6c1";
  }
  
  .icon-yingwen:before {
	content: "\e6c2";
  }
  
  .icon-xinwen:before {
	content: "\e65a";
  }
  
  