@charset "utf-8";
/* CSS Document public*/
*{font-family:Arial, Helvetica,"Microsoft Yahei", sans-serif; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{padding:0;margin:0;font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:14px;overflow-x: hidden; }
html,body{ min-height:100vh;} html{ overflow:-moz-scrollbars-vertical;} 

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;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*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: 3.25rem;margin-top: 2.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}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow{ overflow:hidden}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
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;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.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}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.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;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/

.a_body{ position:relative}
ul li,dl dd{ vertical-align:top}
img{ vertical-align:middle}
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:rgba(255,255,255,.6);}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:rgba(255,255,255,.6); }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:rgba(255,255,255,.6);}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:rgba(255,255,255,.6);}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}

.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; }

/*内容样式*/
.ar_article td,
.ar_article th{ padding:15px 10px; border: 1px solid #ededed; vertical-align:middle;}
.ar_article td p,
.ar_article th p{ padding-bottom:0; margin-bottom:0;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed; width:100%}
.ar_article table tr:not(:first-child) td{}
.ar_article table td { border-left: 1px solid #ededed;border-top: 1px solid #ededed; }
.ar_article{font-size: 1.125rem;color: #333333;line-height: 2.125rem; }
.ar_article p{font-size: 1.125rem !important;color: #333333;line-height: 2.125rem !important;margin-bottom: 1.125rem;}
#vsb_content_2 DIV{font-size:1.125rem !important;}
.ar_article p:last-child{ margin-bottom:0}
.ar_article strong{ font-weight:bold;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#717173;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article h1{ font-size:2.25rem; margin-bottom:1.25rem}.ar_article h2{ font-size:1.875rem; margin-bottom:0.875rem;}.ar_article h3{ font-size:1.5rem; margin-bottom:0.9375rem}
.ar_article h4{ font-size:1.125rem; margin-bottom:0.875rem}.ar_article h5{ font-size:0.875rem; margin-bottom:0.75rem}.ar_article h6{ font-size:0.75rem; margin-bottom:0.75rem}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem; list-style:inherit !important;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:0.9375rem;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{ display:inline-block;height:auto !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;}

/*Slider 开始*/
.miso_qh{ opacity:0; visibility:hidden; transition:0.6s}
.miso_qh.miso-initialized{ opacity:1; visibility:visible;}
.miso-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; z-index:0}
.miso-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; z-index:0}
.miso-list:focus{outline: none;}
.miso-list.dragging{ cursor: pointer; cursor: hand;}
.miso-slider .miso-track,
.miso-slider .miso-list{ -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.miso-track {position: relative;left: 0;top: 0;display:inline-block;zoom: 1;margin-left: auto;margin-right: auto;vertical-align: top;}
.miso-track:before,
.miso-track:after{ display: table; content: '';}
.miso-track:after{ clear: both;}
.miso-loading .miso-track{ visibility: hidden;}
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; -moz-user-select:text; -khtml-user-select: text; user-select:text;}
[dir='rtl'] .miso-slide{ float: right;}
.miso-slide img{ display: block;}
.miso-slide.miso-loading img{ display: none;}
.miso-slide.dragging img{ pointer-events: none;}
.miso-initialized .miso-slide{ display: block;}
.miso-loading .miso-slide{ visibility: hidden;}
.miso-vertical .miso-slide{ display: block; height: auto;}
.miso-arrow.miso-hidden {display: none;}

.miso-loading .miso-list{ background: #fff ;}
.miso-arrow{ z-index:1}
.miso-prev,
.miso-next{font-size: 0;line-height: 0;  position: absolute; top: 50%; display: block; width: 20px; height: 20px;padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;}
.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus{ color: transparent; outline: none; background: transparent;}
.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before{ opacity: 1;}
.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before{ opacity: .25;}

.miso-prev:before,
.miso-next:before{ font-size:2rem; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold; cursor:pointer}

.miso-prev{ left: 0px;}
[dir='rtl'] .miso-prev{ right: 0px; left: auto;}
.miso-prev:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-prev:before{ content: ''; font-family:simsun;}

.miso-next{ right: 0px;}
[dir='rtl'] .miso-next{ right: auto; left: 0px;}
.miso-next:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-next:before{ content: ''; font-family:simsun;}

/* Dots */
.miso-dots { position: absolute; bottom:0; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.miso-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.miso-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer;}
.miso-dots li button:focus{ outline: none; }
.miso-dots li.miso-active a{ transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

/* Arrows */
.miso-prev, .miso-next {position: absolute;display: block;height: 20px;width: 20px;line-height: 0;font-size:0; cursor: pointer;background: transparent;color: transparent;padding: 0;border: none;outline: none;top: 50%;z-index: 1;}
.miso-prev{ left:0}
.miso-next{ right:0}
.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ width:32px; height:32px; display:block}
.miso-lightbox .miso-prev:before{ content: ''; background: url(../images/left_svg.svg) center no-repeat;}
.miso-lightbox .miso-next:before{ content: ''; background: url(../images/right_svg.svg) center no-repeat;}

.piaochuangmo{
	display:none;
}
@media(max-width: 768px){
	.miso-prev, .miso-next{ width:20px; height:20px;}
	.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ width:20px; height:20px; background-size:20px 20px}
.piaochuangmo{display:block;}
.piaochuangpc{display:none;}
} 
/*Slider 结束*/


.piaofu{ width:65px; position:fixed; right:15px; z-index:100000; bottom:30%}
.piaofu .anniu{display:inline-block;width: 60px;height: 60px;line-height: 60px;background: #fff;border-radius: 100%;margin-bottom: 5px;}
.piaofu .anniu a{ display:block; width:100%; height:100%; position:relative; z-index:1}
.piaofu .anniu a h4{line-height: 60px;}
.piaofu .anniu:hover a h4{ -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
.piaofu .anniu a h6{ font-size:12px; color:#6a6c6d}
.piaofu .anniu.anniu01,.piaofu .anniu.anniu02{ cursor:pointer; position:relative}
.piaofu .anniu.anniu01 .piao_ewm{border-radius: 2px;position:absolute;left: -109px;bottom: -1px;border: #e5e5e5 1px solid; display:none}
.piaofu .anniu.anniu01 .piao_tel{border-radius: 30px;position:absolute;width: 230px;height:60px;right: 0;top: 0;background:#3b73cb;display:none;padding: 0 35px;font-size: 20px;color: #fff;}
.piaofu .anniu.anniu02{ display:none}
.piaofu .anniu.anniu02 a h4{margin-top:-3px;}
.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}

@-webkit-keyframes anim-open-2 {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes anim-open-2 {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@-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); }
}


#gotop{position:fixed;z-index:90;bottom: 2rem;right: 1rem;box-sizing:border-box;text-align:center;cursor:pointer;-moz-transition:all .5s;-webkit-transition:all .5s;width: 2.875rem;height: 2.875rem;line-height: 2.875rem;background: #009f88;opacity:1;visibility:visible;overflow:hidden;}
#gotop.hide{ height:0; opacity:0; visibility:hidden}
#gotop svg{width: 1.375rem;height: 1.375rem;display: inline-block;fill: #fff;vertical-align: middle;margin: -3px 0 0; transition:.6s}
#gotop:hover{ border-radius:50%}

@font-face{ font-family:Impact; src:url(../font/impact.ttf);}
@font-face{ font-family:PingFang; src:url(../font/SAIRAEXTRACONDENSED-SEMIBOLD_1.woff);}
@media (max-width:4000px){html{font-size:16px;}}
@media (min-width:1600px) and (max-width:1940px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:14px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:13px;}}
@media (max-width:328px){html{font-size:12px;}}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}
#vsb_content video{margin:0 auto;max-width:100%;height:auto;}
.w1200{margin:0 auto;padding: 0 50px;max-width:1400px;}

.header_top1{height: 130px;position:relative;background: #009f88;}
.header_top1 .left{ line-height:130px}
.header_top1:before{content:"";position:absolute;top:0;left:0;right:0;background: #006e5e;height: 4px;}
.search_box1{width: 300px;height: 38px;border: #85d1c6 1px solid;border-radius: 20px;position: relative;display: inline-block;background: #1faa97;}
.search_box1 input.test{width:100%;height: 100%;border:none;background:none;padding: 0 15px;font-size:14px;color: #fff;padding-right:40px;}
.search_box1 input.s_btn{position: absolute;right:0;top:0;bottom:0;width: 46px;background:url(../images/s_btn.png) center no-repeat;}

.header_top1 .right{padding: 16px 0 0;}

#nav{height: 60px;position: relative;z-index: 10000;}
.navBox>ul {text-align: center;font-size: 0;text-align: center;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: space-between;}
.nav li {text-align: center;display: inline-block;vertical-align: top;width: 11.111111%\9\0;}
.nav li{/* ie9 */}
.nav a {display: inline-block;position: relative;padding: 0;font-size: 1.125rem;perspective: 300px;transform-style: preserve-3d;z-index: 10;height: 60px;}
.nav a .bg {position: absolute;width: 100%;display: block;height: 2px;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;-webkit-transform: rotateX(50deg);transform: rotateX(50deg);z-index: -1;transform-origin: center bottom 0;-webkit-transform-origin: center bottom 0;left: 0;opacity: 0;bottom: 0;visibility: hidden;background: #009f88;border-radius: 0;}
.nav a .txt img{margin:-4px 10px 0 0;vertical-align: middle;}
.nav a .txt img.img02{ display:none}
.nav a .txt {position: relative;z-index: 2;color: #fff;display: inline-block;border-radius: 0;vertical-align: top;transition: 0.36s;height: 60px;padding: 0;}
.nav a .txt .h5{font-size: 1.1875rem;color: #001915;transition:.5s;line-height: 60px;}
.nav a .txt .h6{font-size:.75rem;color:#323232;transition:.5s;opacity:.6;margin: 3px 0 0;}
.nav .active a .bg,.nav .on a .bg {transform: none;opacity: 1;visibility: visible;bottom: 0;}
.nav .active a .txt .h5,.nav .on a .txt .h5{color: #009f88;}
.nav .active a .txt .h6,.nav .on a .txt .h6{color: #fff;}
.navBox .arrow { position: absolute; left: 0px; top: 75px; height: 4px; display: block; }
.subNavbox a:link, .subNavbox a:visited {color: #333;}
.subNavbox a:active, .subNavbox a:hover {color: #009f88 !important;border-bottom: #009f88 1px solid  !important;}
.subNavbox a:active svg, .subNavbox a:hover svg{ fill: #009f88 !important;}
.subNavbox {position: absolute;left: 50%;transform: translateX(-50%);top: 60px;width: 100%;background:url(../images/subNavbox_bg.png) top center no-repeat;display: none;text-align: center;padding: 2.625rem 0 10rem;z-index: 0;background-size:100% 100%;}
.subNavbox p {line-height: 1.2;}
.subNavbox p a {line-height: 1.5;height: auto;padding: 15px 3rem;font-size: 14px;transition: 0.36s;display: block;white-space: nowrap;}
.nav a:hover .txt img.img01{ display:none}
.nav a:hover .txt img.img02{ display:inline-block}

.subNavbox .left{ width:18.125rem}
.subNavbox .left img{ width:100%}
.subNavbox .right{ width:27.75rem}
.subNavbox .center{ width:calc(100% - 18.125rem - 27.75rem); padding:0 1.5rem; }
.subNavbox .center ul{margin: .5rem -1.875rem 0;}
.subNavbox .center ul li{float:left;width:50%;padding:0 1.275rem;text-align: left;margin-bottom: 1rem;}
.subNavbox .center ul li a{line-height: 32px;display:block;font-size:1rem;color:#333333;border-bottom:#cccccc 1px solid;height: auto;transition: .5s;padding: 0 .625rem;}
.subNavbox .center ul li a span{ float:right}
.subNavbox .center ul li a span svg{fill:#333;width:.875rem;height:.875rem;transition: .5s;}
.subNavbox .right p{ font-size:16px; color:#555555; line-height:2.125rem; text-align:left}

#nav_btn_box{ height:100%; z-index:999999999; float:right; margin-left:20px; }
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#fff;}

#nav_btn{cursor: pointer;text-align: center;z-index:99999;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;outline:none;box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.875rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 1.75rem;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 21px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 1.75rem;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after{top: -8px;}
#nav_btn .navbtn::before{top: 8px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
#m_header #logo .box_table, #nav_btn_box .box_table{ width:auto}


#m_header{position: relative;z-index: 99;width:100%;height: 60px;left:0;top:0;padding: 0px 15px;border: none;background: #009f88;}
#m_header #logo{height: 60px;float: left;max-width: 82%;}
#m_header #logo img{max-height:60%;max-height: 30px;max-width: 100%;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}
.wap_search{ width:80%; margin:0 auto;}
.wap_search .header-search{ position:relative;}
.wap_search .focus_js{width: 80%;height:3.8rem; line-height:3.8rem; border:0;padding:0 1rem; font-size:1rem; color:#999;box-shadow:none;-webkit-appearance: none;float:  left;border-right: 0;}
.wap_search .btn_blue{width: 20%;height:3.8rem; background:#00a0e9 url(../images/search.svg) center no-repeat; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}





.tc_search{margin: 0 1.3rem;width: calc(100% - 2.6rem);}
.tc_search .header-search{height:40px;border-radius: 0;border: 1px solid rgba(255,255,255,.25);position:relative;width:100%;margin-bottom: .25rem;}
.tc_search .focus_js{font-size:.875rem;color:#fff;height:38px;line-height:38px;padding:0 1rem;box-shadow:none;-webkit-appearance: none;border-right: 0;background:none;width:  100%;}

.tc_search .btn_blue{ position:absolute; top:0; right:0; width: 40px;height:38px; line-height:38px; border:0; background:url(../images/search_white.svg) center center no-repeat; background-size:1.2rem;  }
.tc_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.tc_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
.tc_search input::-moz-placeholder{    color:#fff; color: rgba(255,255,255,.7); }

.tc_search input:-moz-placeholder{    c color:#fff; color: rgba(255,255,255,.7); }
.tc_search input:-ms-input-placeholder{    color:#fff; color: rgba(255,255,255,.7); }
.tc_search input:focus::-webkit-input-placeholder {color: transparent;}
.tc_search input:focus:-moz-placeholder {color: transparent;}
.tc_search input:focus::-moz-placeholder {color: transparent;}
.tc_search input:focus:-ms-input-placeholder {color: transparent;}





.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}

.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {
    z-index: 99999;
    position: fixed;
    background: #009f88;
    width: 20rem;
    height:100vh;
    right: -105%;
    top: 0;
    display:none;
    padding: 1rem 0 2rem;
    overflow:hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
#m_nav.act{ pointer-events: auto; right:0;}

.m_nav_list>li{width:100%;overflow:hidden;padding: 0 1.25rem;}
.m_nav_list>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
.m_nav_list li .a{ display:inline-block; width:calc(100% - 30px)}
.m_nav_list .a h3{line-height: 4rem;height: 4rem;color:#fff;padding:0;font-size: 1rem;float:left;}
.m_nav_list .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav li i{opacity:1;filter:alpha(opacity=100);display:inline-block;width:10px;height: 4rem;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
.m_nav_list>ul>li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1rem;color: #fff;text-align:left;line-height:40px;height: 40px;border:0;font-weight:300;}

#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}

.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0.4);display: none;}
.m_header_box{display:none;height: 60px;}

/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.banner{padding: 0;overflow:hidden;}
.banner .w1200{max-width: 1700px;}
.banner ul li a{display:block;position:relative;padding-bottom: 32.5% !important;overflow: hidden;border-radius: 0;}
.banner ul li a img{position: absolute;top:0;right:0;bottom:0;left:0;width:100%;height: 100%;object-fit:cover;}
.banner ul li.miso-current a img{ }

.banner ul li a h5{position:absolute;left:0;right:0;padding: 0 10rem 0 2.75rem;font-size: 2rem;color:#fff;line-height:1.5;bottom:2rem;z-index:1;font-family: Microsoft Yi Baiti;}

#banner .miso-dots li{border:#fff 1px solid;text-align:center;border-radius:50%;width: .875rem;height: .875rem;line-height: .875rem;transition: .5s;margin: 0 .5rem;}
#banner .miso-dots{bottom: 2.5rem;width: 100%;}
#banner .miso-dots li.miso-active{ background:#fff}

.banner .miso-arrow{width: 28px;height: 44px;background-size: 100% auto !important;z-index: 10;}
.banner .miso-prev{background:url(../images/prev1.png) center no-repeat;left: .875rem;}
.banner .miso-next{background:url(../images/next1.png) center no-repeat;right: .875rem;}

.list_box1 li{margin:0 0 0 1rem;font-size:.875rem;color:#fff;float:left;line-height: 50px;}
.list_box1 li img{ margin:-3px .5rem 0 0}

.container01{padding:2.375rem 0;background-size:cover;background:url(../images/container01_bg.png) center bottom no-repeat;position:relative;min-height: 30.625rem;overflow:hidden;}
.container01 .bg1{ width:11.125rem; height:100%; position:absolute; top:0; left:3%}
.container01 .bg2{ width:7.875rem; height:100%; position:absolute; top:0; right:3%}
.container01 .w1200{ position:relative}

.container01 .content{ margin:0 -1.09375rem}
.container01 .content .box{ float:left; width:33.333333%; padding:0 1.09375rem}

.title001{ margin-bottom:1.5rem}
.title001 .fl{height: 2.5rem;border-bottom:#009f88 1px solid;}
.title001 .fl big{ font-size:1.75rem; color:#000000}
.title001 .fl small{ font-size:.875rem; color:#666666; margin-left:.5rem}
.title001 .fr{height: 2.5rem;line-height: 2.5rem;border-bottom:#009f88 1px solid;padding:0 .25rem 0 .5rem;}
.title001 .fr a{ font-size:.875rem; color:#000000; transition:.5s}

.list_box2 li{ }
.list_box2 li .img, .list_box2 li .img img{ width:8.125rem; height:5.625rem}
.list_box2 li .con{ width:calc(100% - 8.125rem); padding:.25rem 0 0 1rem}
.list_box2 li .con h5{ font-size:1rem; color:#333333; line-height:1.5rem; height:3rem; transition:.5s}
.list_box2 li a h6{ line-height:1.5rem; font-size:.875rem; color:#808080; margin:.5rem 0 0}
.list_box2 li a h6 svg{width:1rem;height:1rem;fill:#808080;vertical-align:middle;margin: -3px .5rem 0 0;}

.container02{background:url(../images/container02_bg.jpg) center bottom no-repeat;background-size:cover;overflow:hidden;padding: 2.5rem 0 5.25rem;}

.list_box3{margin: .5rem 0 0;}
.list_box3 li{border-bottom:#d9d9d9 1px solid;padding: .625rem 0;}
.list_box3 li .con{ }
.list_box3 li .con h5{font-size:1rem;color:#333333;line-height: 1.375rem;transition:.5s;}
.list_box3 li a h6{line-height: 1rem;font-size:.875rem;color:#808080;margin: .125rem 0 0;}
.list_box3 li a h6 svg{width:1rem;height:1rem;fill:#808080;vertical-align:middle;margin: -3px .375rem 0 0;}

.list_box4 li a{ display:block; position:relative}
.list_box4 li a .img .img_hezi{ padding-bottom:15.6875rem !important}
.list_box4 li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/jianbian1.png) center bottom no-repeat; background-size:100% auto}
.list_box4 li a .con{ position:absolute; bottom:0; left:0; right:0; padding:1rem 1.25rem}
.list_box4 li a .con h5{ font-size:1rem; color:#fff; line-height:1.5}

.list_box5{ margin:1rem 0 0}
.list_box5 li a{height: 2.125rem;line-height: 2.125rem;display: block;}
.list_box5 li a font{font-size:1rem;color:#000000;transition:.5s;width: calc(100% - 2.75rem);display: inline-block;}
.list_box5 li a span{ float:right; font-size:.875rem; color:#737373;}

.list_box6 li{border-bottom: #bfbfbf 1px dotted;padding-bottom: .59375rem;margin-bottom: .59375rem;}
.list_box6 li a{display:block;padding: 0;}
.list_box6 li a .time{width: 65px;height: 50px;text-align: center;padding: 0;position:relative;background: #d9e1e0;transition: .5s;}
.list_box6 li a .time h6{font-size: 12px;color: #5a6463;margin: .125rem 0 0;transition: .5s;}
.list_box6 li a .time h3{font-size: 1.6525rem;color: #009f88;margin: 0;font-weight: bold;transition: .5s;}
.list_box6 li a .con{width: calc(100% - 65px);padding: 0 0 0 .875rem;}
.list_box6 li a .con h5{font-size:1rem;color:#333333;line-height: 1.5rem;height: 3rem;transition:.5s;}

.container02 .content{ margin:0 -1.09375rem}
.container02 .content .box{ float:left; width:33.333333%; padding:0 1.09375rem}

.container02 .title001 .fl{ border-bottom:#fff 1px solid}
.container02 .title001 .fl big{ color:#fff}
.container02 .title001 .fl small{ color:#fff}
.container02 .title001 .fr{ border-bottom:#fff 1px solid}
.container02 .title001 .fr a{ color:#fff}

.container02 .box .box_li{ background:rgba(0,0,0,.3); padding:1.25rem 1.25rem}

.list_box7 li{ }
.list_box7 li .img, .list_box7 li .img img{width: 10rem;height: 6.25rem;}
.list_box7 li .con{width: calc(100% - 10rem);padding: 0 1rem 0 0;height: 6.25rem;border-bottom: rgba(255,255,255,.5) 1px solid;}
.list_box7 li .con h5{font-size:1rem;color: #fff;line-height:1.5rem;height: 4.5rem;transition:.5s;}
.list_box7 li a h6{line-height:1.5rem;font-size:.875rem;color: #fff;margin: 0 0 0;}
.list_box7 li a h6 svg{width:1rem;height:1rem;fill: #fff;vertical-align:middle;margin: -3px .5rem 0 0;}

.list_box8{margin: .5rem 0 0;}
.list_box8 li{border-bottom:#d9d9d9 1px dashed;padding: .625rem 0;}
.list_box8 li .con{ }
.list_box8 li .con h5{font-size:1rem;color:#fff;line-height: 1.375rem;transition:.5s;}
.list_box8 li a h6{line-height: 1rem;font-size:.875rem;color: #cce7e3;margin: 0 0 .375rem;}
.list_box8 li a h6 font{ margin:0 .25rem 0 0}
.list_box8 li:last-child{ border:none}

.list_box9{margin:0 -5px;}
.list_box9 li{ float:left; width:50%; padding:0 5px}
.list_box9 li a{ display:block; transition:.5s; position:relative}
.list_box9 li a .img .img_hezi{ padding-bottom:7.5rem !important}
.list_box9 li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/jianbian1.png) center bottom no-repeat; background-size:100% auto}
.list_box9 li a .con{ position:absolute; bottom:0; left:0; right:0; padding:.75rem 1.25rem}
.list_box9 li a .con h5{ font-size:1rem; color:#fff; line-height:1.5; text-align:center}

.list_box10{background:rgba(0,0,0,.3); padding:.625rem 1.125rem; margin:.625rem 0 0}
.list_box10 li{height:2.375rem;line-height:2.375rem;font-size: 1rem;color:#fff;transition:.5s;}
.list_box10 li a{ display:block}
.list_box10 li a img{ margin:-3px .5rem 0 0}

.list_box11{ padding:.75rem 0 0}
.list_box11 li{ margin-bottom:1rem}
.list_box11 li a{ display:block; transition:.5s; position:relative}
.list_box11 li a .img .img_hezi{ padding-bottom:7.5rem !important}
.list_box11 li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/jianbian2.png) left bottom no-repeat; background-size:auto 100%}
.list_box11 li a .con{ position:absolute; bottom:0; left:0; right:0; padding:.75rem 1.25rem}
.list_box11 li a .con h5{ font-size:1.25rem; color:#fff; line-height:1.5; font-weight:bold; text-align:left}

.container03_bg{background:url(../images/container03_bg.jpg) center top no-repeat;background-size: cover !important;}

.container03{ padding:1rem 0 2.375rem; overflow:hidden}

.title002{ width:55px; height:6.25rem; background:#00ab96; position:relative; text-align:center; font-size:1.125rem; color:#fff; line-height:1.125rem; font-weight:bold}
.title002:before{ content:""; position:absolute; border-left:#00ab96 .625rem solid; border-top:transparent .625rem solid; border-bottom:transparent .625rem solid; right:-.625rem; top:50%; margin-top:-.625rem} 
.container03_bg .right{width: calc(100% - 55px - 55px);padding:0 0 0 1rem;}


.list_box12{ margin:0 -5px}
.list_box12 li{ float:left; width:20%; padding:0 5px}
.list_box12 li a{ display:block; position:relative}
.list_box12 li a .img .img_hezi{padding-bottom: 6.25rem !important;}
.list_box12 li a .con{position:absolute;bottom: .5rem;left:0;right:0;}
.list_box12 li a .con h5{font-size:1.125rem;color:#f49000;font-weight:bold;line-height: 1.75;text-align: center;text-shadow: #ffffff 2px 0 0, #ffffff 0 2px 0, #ffffff -2px 0 0, #ffffff 0 -2px 0;letter-spacing: 1px;}

.list_box12 li:nth-child(2) a .con h5{ color:#4bc600}
.list_box12 li:nth-child(3) a .con h5{ color:#c93307}
.list_box12 li:nth-child(4) a .con h5{ color:#1b69db}
.list_box12 li:nth-child(5) a .con h5{ color:#792b0f}

.container03 .more{ width: 40px; height:6.25rem; float: right;}
.container03 .more a{ display:block; width:100%; height:100%;background: #ffffff;text-align: center;transition:.5s;color: #333;font-size: .875rem;}
.container03 .more:hover a{background: #00ab96;color: #fff;}

.list_box13{ margin:0 -5px}
.list_box13 li{float:left;width:9%;padding:0 5px;text-align: center;}
.list_box13 li a{ display:block; position:relative}
.list_box13 li a .img{ line-height:4rem;}
.list_box13 li a .img img{max-height:3.5rem;transition: .5s;opacity:.5;max-width: 100%;}
.list_box13 li a .con{}
.list_box13 li a .con h5{font-size: 1rem;color: #000000;line-height: 2;transition: .5s;}

.container04{ padding:0 0 7.5rem; overflow:hidden}

footer{background:url(../images/footer_bg.png) center top no-repeat;background-size:cover;position:relative;margin-top: -5rem;}
footer .fl01{ padding:0 0 2rem;}
footer .fl01 .left{ padding:3.5rem 0 0}
footer .fl01 .left p{font-size:12px;line-height: 24px;color:#fff;text-align:left;}
footer .fl01 .right{ margin:-.625rem 0 0}

footer .fl01 .right .ff{ padding:4.75rem 0 0; text-align:center}
footer .fl01 .right .ff h5{ font-size:.875rem; color:#fff; transition:.5s; margin:.5rem 0 0}

.list_box14{ font-size:0}
.list_box14 li{ display:inline-block; margin-left:1.875rem; text-align:center}
.list_box14 li h3 img{ width:11.875rem}
.list_box14 li h6{ font-size:1rem; color:#fff; line-height:1.5; margin-top:.75rem}

footer .fl02{ text-align:center}
footer .fl02 .content{ padding:1.25rem 0; border-top:rgba(255,255,255,.4) 1px solid}
footer .fl02 .content p{ font-size:12px; color:#fff; line-height:1.5;}
 
/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/
.n_banner{position:relative;padding: 0 10rem;}
.n_banner img{ width:100%}

.mianbaoxie{padding: 5px 16px;position: relative;background: #f0f0f0;line-height: 30px;margin-bottom: 1.875rem;}
.mianbaoxie .w1200{height:50px;line-height:50px;background:url(../images/hong_bg.png) center no-repeat;padding: 0 2.5rem;transition:.6s;background-size: 100% auto;max-width: 1300px;}
.mianbaoxie h2{font-size: 2rem;display:inline-block;color: #fff;text-align: center;}
.mianbao{padding: 0 0 0 25px;background: url(../images/local.png) 0 6px no-repeat;display: inline-block;vertical-align: top;}
.mianbao,.mianbao span,.mianbao i,.mianbao a{font-size: 14px;color: #737373;font-style:normal;}
.mianbao i{ margin:0 6px}
.mianbao a:hover{ color:#009f88}

.ar_wap{ display:none}

#nav_slide{background: #009f88;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 1rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 16px;color: #fff;text-align: center;}
#bnt_sub_nav{position: absolute;right: 1rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}







#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #009f88;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}

.n_container{padding: 2.5rem 0 10.25rem;overflow: hidden;background-size:100% auto;}
.n_container .w1200{}
.n_container .n_left{float:left;width: 250px;position: relative;z-index: 1;}
.n_container .n_left h1{height:80px;line-height:80px;background: #009f88;background-size:cover;font-size:1.5rem;color:#fff;padding: 0 25px;text-align: center;font-weight:bold;}
.n_container .n_left h1 span{position:relative;}
.n_container .n_left h1 span:before{content:"";position: absolute;bottom: -18px;width: 1.875rem;height:1px;background:#fff;left: 50%;margin-left: -0.9375rem;display: none;}
.n_container .n_left ul{background: #f1f5f4;padding: 0;}
.n_container .n_left ul li:last-child:before{ display:none}
.n_container .n_left .con ul li{line-height: 60px;font-size: 16px;color: #333333;position:relative;}
.n_container .n_left .con ul li.on dl{display:block !important;}

.n_container .n_left .con ul li:before{content:"";position:absolute;bottom:0;left: 25px;right: 25px;height:1px;background: #cacecd;}
.n_container .n_left .con ul li>a img{margin: -3px 20px 0 0;}
.n_container .n_left .con ul li:after{content:"";width:7px;height:11px;background:url(../images/left_jiantou.png) center no-repeat;position:absolute;right: 15px;top: 50%;transition:0.36s;margin-top: -5.5px;display: none;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{background:url(../images/left_jiantou_on.png) center no-repeat;}

.n_container .n_left .con ul li>a{color: #333333;display: block;/*overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/margin: 0 25px;transition: 0.36s;position: relative;padding-left: 12px;}
.n_container .n_left .con ul li>a:hover, .n_container .n_left .con ul li.on>a{color: #009f88;}

.n_container .n_left .con ul li dl{display:none;padding: 10px 0;position:relative;}
.n_container .n_left .con ul li dl:before{content:"";position:absolute;right: 25px;left: 25px;top:0;height:1px;background: #cacecd;}
.n_container .n_left .con ul li dl dd{height: auto;line-height: 34px;}
.n_container .n_left .con ul li dl dd a{font-size: 14px;color: #333333 !important;padding: 6px 0 6px 58px;position:relative;line-height: 16px;transition: .6s;}
.n_container .n_left .con ul li dl dd a:before{content:"";position:absolute;left: 38px;top: 9px;background: #cacecd;width: 2px;height: 10px;transition: .6s;}
.n_container .n_left .con ul li i.up{ background:url(../images/left_jiantou_on.png) center no-repeat;}
.n_container .n_left .con ul li i{width: 20px;height: 60px;background: url(../images/left_jiantou.png) center no-repeat;position:absolute;right: 25px;top: 0;transition:0.36s;cursor: pointer;}
.n_container .n_left .con ul li dl dd a:hover, .n_container .n_left .con ul li dl dd.on a{color: #009f88 !important;}
.n_container .n_left .con ul li dl dd a:hover:before, .n_container .n_left .con ul li dl dd.on a:before{ background:#009f88}

.n_container .n_right{width: calc(100% - 250px);padding-left: 3rem;}

.n_titu ul{ margin-bottom:3rem}
.n_titu ul li{margin-bottom:2rem;padding-bottom: 0;border-bottom: #e5e5e5 1px solid;min-height: 11.875rem;}
.n_titu ul li a{display:block;padding: 0;transition:0.36s;}
.n_titu ul li .right{padding: 0;}
.n_titu ul li .right .img{margin-left: 1.5rem; position:relative}
.n_titu ul li .right .img:after{content:"";position:absolute;top:0.625rem;right:0.625rem;bottom:0.625rem;left:0.625rem;border:rgba(255,255,255,0.4) 1px solid;pointer-events: none; transition: 0.36s;}

.n_titu ul li .right .img, .n_titu ul li .right .img img{width: 19.6875rem;height: 11.875rem;overflow:hidden;object-fit: cover;}
.n_titu ul li .right .con{padding: 0;float: none;}
.n_titu ul li .right .con .con_li{position:relative;padding: 1.125rem 0 0;}
.n_titu ul li .right .con .con_li:before{content:"";position:absolute;width:3.75rem;height:1px;background:#009f88;top: 0; transition:.5s}
.n_titu ul li .right .con h5{font-size: 16px;height: 18px;line-height: 18px;color: #000000;margin-bottom: 1.125rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:0.36s;}
.n_titu ul li .right .con p{font-size: 12px;color: #737373;line-height: 1.5rem;height: 4.5rem;overflow:hidden;transition:0.36s;margin-bottom: 1.5rem;}
.n_titu ul li .right .con h6{font-size:0.875rem;color: #009f88;}

.fanye img{ max-width:100%}

.n_video ul{ margin:0 -1.25rem}
.n_video ul li{float:left;width:50%;padding:0 1.25rem;margin-bottom: 1.75rem;position:relative;transition:.6s;}
.n_video ul li a{display:block;padding-top: 0; transition:.6s}
.n_video ul li a .img{ overflow:hidden; width:100%; position:relative; padding-bottom:61.67%}
.n_video ul li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/n_video_ico.png) center no-repeat;}
.n_video ul li a .img>img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover; transition:.6s;}
.n_video ul li a .img .top{ position:absolute; top:0; right:0; bottom:0; left:0}
.n_video ul li a .con{border:#fff;padding: 1.25em 0;}
.n_video ul li a .con h5{font-size:16px;line-height:18px;color:#000000;margin-bottom: .75rem; transition:.5s}
.n_video ul li a .con h6{font-size:0.875rem;color:#009f88;}

.n_wenzhang ul{ padding:0 0 0; margin-bottom:2.5rem}
.n_wenzhang ul li{padding-bottom: 1.25rem;margin-bottom: 1.25rem;position:relative;transition:.6s;border-bottom: #d9d9d9 1px solid;}
.n_wenzhang ul li a{ display:block; overflow:hidden; transition:.6s}
.n_wenzhang ul li a .time{width:4.375rem;height: 4.5rem;background:#009f88;text-align: center;}
.n_wenzhang ul li a .time h3{font-size:1.875rem;color:#fff;}
.n_wenzhang ul li a .time h6{font-size: .875rem;color:#fff;margin-top:.375rem;}
.n_wenzhang ul li a .con{width:calc(100% - 4.375rem);position:relative;padding: 0 0 0 1.375rem;}
.n_wenzhang ul li a .con h5{font-size: 16px;color:#333333;line-height: 18px;margin-bottom: .75rem; transition:.5s}
.n_wenzhang ul li a .con p{font-size:12px;color:#666666;line-height:1.5rem;height: 3rem;transition:.6s;}

n_list{min-hieght:266px;}
.n_list ul{ margin-bottom:3rem}
.n_list ul li{border-bottom: #d9d9d9 1px solid;padding-bottom: 1.5rem;margin-bottom: 1.5rem;}
.n_list ul li a{ display:block;transition:.6s;}
.n_list ul li a .con{border:#fff;padding: 0;}
.n_list ul li a .con h5{font-size:16px;line-height:18px;color:#000000;margin-bottom: 0.25rem;transition:.6s;}
.n_list ul li a .con h5 font{ display:inline-block; width:calc(100% - 100px)} 
.n_list ul li a .con h5 span{ float:right; font-size:0.8125rem; color:#666666; transition:.6s}
.n_list ul li a .con h6{ font-size:0.875rem; color:#009f88; font-family:Georgia}

.n_news_detail .ar_article_box .nav01{overflow:hidden;margin-bottom: 2rem;text-align:center;}
.n_news_detail .ar_article_box h3{color: #323232;font-size: 1.75rem;line-height: 1.5;margin-bottom: 12px;font-weight:bold;}
.n_news_detail .ar_article_box h6{display: block;color: #666666;font-size: 13px;line-height: 2.5rem;font-weight:normal;padding-bottom: 1.25rem;vertical-align: top;border-bottom: #d9d9d9 1px solid;}
.n_news_detail .ar_article_box h6 span{margin:0 10px;}

.n_news_detail .ar_article_box h6 span img{ margin:-3px 6px 0 0}

#ar_fot{position:relative;padding: 1.25rem 0 0;box-sizing: border-box;width: 100%;margin-top: 1.875rem;border-top: #dcdcdc 1px solid;}
#ar_fot h1{display:block;width: 100%;font-size: 16px;line-height: 2.5rem;color: #000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

#ar_fot h1 span{}
#ar_fot h1 a{font-size: 1rem;color: #333333;font-weight:normal;transition:.6s;}
#ar_fot .bnt_back{ position:absolute; top:28px; right:0; color:#fff; background:#063579; padding:0 25px; font-size:14px; height:30px; line-height:30px;}
#ar_fot .bnt_back:hover{ border-radius:3px;}
#ar_fot h1 a:hover{color: #009f88;}

.n_siji{ margin-bottom:2.5rem}
.n_siji ul li{ float:left; }
.n_siji ul li a{ display:inline-block; padding:0 2.75rem; font-size:1rem; color:#737373; line-height:2.5rem; position:relative; transition:.6s}
.n_siji ul li a:before{content:"";position:absolute;left:50%;border: transparent 0.75rem solid;border-top: #ebebeb 0.75rem solid;margin-left: -0.75rem;bottom: -1.5em; transition:.6s; opacity:0; visibility:hidden}

.n_siji ul li.on a, .n_siji ul li:hover a{ background:#ebebeb;}
.n_siji ul li.on a:before, .n_siji ul li:hover a:before{ opacity:1; visibility:visible}



/*==========================================内页 结束=============================================*/

@media(min-width: 768px){
	.title001 .fr a:hover, .list_box2 li a:hover .con h5, .list_box3 li a:hover .con h5, .list_box5 li a:hover font, .list_box6 li a:hover .con h5, .n_video ul li a:hover .con h5, .n_wenzhang ul li a:hover .con h5{ color:#00ab96; padding-left:4px}
	
	.list_box9 li a:hover .img img{ transform:scale(1.05)}
	
	.list_box11 li a:hover .img img{ transform:scale(1.05)}
	
	.list_box13 li a:hover .img img{ transform:rotateY(180deg); opacity:1}
	.list_box13 li a:hover .con h5{ color:#00ab96;}
	
	.list_box10 li:hover { padding-left:4px}
	.list_box8 li:hover .con h5{ padding-left:4px}
	.container02 .title001 .fr a:hover{ color:#ff0}
	
	.list_box1 li a:hover{ text-decoration:underline}
	
	.list_box4 li a:hover .img img{ transform:scale(1.05)}
	
	.n_titu ul li a:hover .right .con h5{ color:#00ab96;}
	
	.n_titu ul li a:hover .right .con .con_li:before{ width:8rem}
	
	.n_video ul li a:hover .img img{ transform:scale(1.05)}
	
	.n_wenzhang ul li:hover a, .n_list ul li:hover a{ transform:translateY(-4px)}
	.n_list ul li:hover a .con h5, .n_list ul li:hover a .con h5 span{ color:#00ab96; }
	
	.list_box6 li a:hover .time{ background:#00ab96}
	.list_box6 li a:hover .time h3, .list_box6 li a:hover .time h6{ color:#fff}
}


@media(min-width: 992px) and (max-width: 1300px){
}

@media(max-width: 1830px){
	.w1800{ padding:0 15px}
}

@media(max-width: 1630px){
	.w1600{ padding:0 15px}

	.n_banner{ padding:0 15px}
}

@media(max-width: 1400px){
.box_table_cell{line-height:18px;}
}

@media(max-width: 1330px){
}

@media(max-width: 1200px){
	.w1200{ padding:0 15px; }
	
	.header_top1, #nav{ display:none}
	
	.m_header_box{ display:block}
	
	.banner .w1200{ padding:0}
	
	.container01 .bg1, .container01 .bg2{ display:none}
	
	footer .fl01 .left{width:100%;text-align:center;padding: 2rem 0 0;}
	footer .fl01 .right{ width:100%; text-align:center}
	footer .fl01 .right .ff{width:100%;text-align:center;padding: 2rem 0;}
	footer .fl01 .right .rr{ width:100%; text-align:center}
	.list_box14 li{ margin:0 7px}
	
	footer{margin-top: 0;background: #009f88;}
	
	.container02 .content .box{ width:100%; margin-bottom:2rem}
	.container02{ padding:2.375rem 0 1rem}
	
	.list_box9 li a .img .img_hezi{ padding-bottom:60% !important}
	.list_box11 li a .img .img_hezi{ padding-bottom:29.26% !important}


	.container04{padding: 0 0 1.5rem;}
	
	.list_box1 li{width:auto;font-size: 12px;}
	.list_box1 li img{ max-width:13px}
	
	.n_container .n_left{ display:none}
	
	.n_container .n_right{ width:100%; padding:0}
	.n_banner{ padding:0}
	.mianbaoxie{ display:none}
	
	#nav_slide{ display:block}
	

	.n_container{ padding:2.5rem 0 3rem}
}

@media(max-width: 1060px){
	
}

@media(max-width: 992px){
	.container01 .content .box{ width:100%; margin-bottom:2rem}
	.container01{ padding:2.375rem 0 0}
	
	.container02 .content .box{ width:100%; margin-bottom:2rem}
	.container02 .content .box:last-child{ margin-bottom:0}
	
	
	.container02{padding: 2.375rem 0 1rem;}
	
	.list_box12 li{ width:33.333333%; margin-bottom:1rem}
	.list_box13 li{ width:20%; margin-bottom:1rem}
}

@media(max-width: 768px){
	#gotop{right:0;transform:scale(0.7);bottom: .25rem;}
	n_list{min-hieght:0;}
	.list_box12 li{ width:50%;}
	.list_box13 li{width: 33.333%;}
	
	.title002{width:100%;margin-bottom:1.5rem;height: 4rem;}
	.title002:before{ display:none}
	.title002 br{ display:none}
	
	.container03_bg .right{ width:100%; padding:0}
	
	.list_box12 li a .con h5{ font-size:1rem; text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;}
	.list_box12 li:last-child{ width:100%}
	
	.container03{ padding:1rem 0 1.375rem}
	.list_box13 li a .img img{ max-height:2rem}
	
	.list_box14 li h3 img{ width:7rem}
	
	.list_box13 li a .img{ height:3rem;}
	.list_box13 li a .img img{ max-height:2.5rem}
	.list_box10 li a img{ height:13px;}
	
	.title001 .fl big{ font-size:1.375rem}
	.list_box6 li a .con h5{font-size: 14px;line-height:1.75rem;height:3.5rem;}
	.list_box3 li .con h5{font-size: 14px;}
	.list_box3 li a h6{ margin:.25rem 0 0}
	
	.list_box2 li .con h5{font-size: 14px;}
	.banner .miso-arrow{ width:14px; height:22px;}
	#banner .miso-dots{ bottom:1rem}
	
	.n_titu ul li .right .img, .n_titu ul li .right .img img{ width:12rem; height:8rem}
	.n_titu ul li .right .con p{line-height:20px;height:40px;-webkit-line-clamp: 2;margin-bottom: 0;}
	.n_titu ul li .right .con h6{ display:none}
	.n_titu ul li .right .con h5{ font-size:14px;}
	.n_titu ul li .right .img{ margin-left:10px}
	.n_titu ul li{margin-bottom:1rem;min-height: 8rem;}
	
	.n_video ul{ margin:0 -5px}
	.n_video ul li{ padding:0 5px; margin-bottom:1rem}
	.n_video ul li a .con h5{font-size:13px;margin-bottom: .5rem;}
	.n_video ul li a .con{ padding:1rem 0}
	.n_video ul li a .img .top img{ height:2.5rem}
	
	.n_list ul li a .con h5 span{ display:none}
    .n_list ul li a .con h5 font span{display:inline-block;}
	.n_list ul li a .con h5 font{width:100%;font-size: 13px;}
	
	.ar_article p{ font-size:13px !important; line-height:26px !important; margin-bottom:10px;}
        #vsb_content_2 DIV{font-size:13px !important;}
	.n_news_detail .ar_article_box h3{ font-size:1.5rem; line-height:2.5rem}
	.n_news_detail .ar_article_box h6 span{ font-size:12px; margin:0 3px}
	
	.n_teacher ul li{ width:100%; margin-bottom:1.75rem}
	.n_teacher ul .hr{ display:none}
	.n_siji ul li a{ padding:0 1rem}
	
	.n_zhengwen .fl00 .img{ width:100%; margin:0 0 1.25rem; text-align:center}
	.n_zhengwen .fl00 .img img{ max-width:14rem}
	.n_zhengwen .fl00 .right{ padding:0}
	.n_zhengwen .fl00 h4 img{ max-height:5rem}
	.n_title002 h3{ font-size:1.5rem}
	
	.n_video ul li a .img:after{ background-size:2.5rem !important}
	
	.n_list ul li{ padding-bottom:1.25rem; margin-bottom:1.25rem}
	
	.container03 .more{width:100%;height: 3rem;}
	.container03 .more br{ display:none}
}


@media(max-width: 630px){
   span.lxfs_hh{display:block;}	
} 


.pb_sys_style3 .p_no_d {
    border: 1px solid #009f88 !important;
    color: #fff;
    background-color: #009f88 !important;
}
.ar_article table tr td p,#vsb_content_2 TABLE TD,#vsb_content_2 DIV{text-indent:0 !important;}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{margin:0 0 5px 5px !important;}



.container01 .content .box.box_xyyw{width:66.666666%;}
.box_xyyw .list_box4{float:left;width:49%;margin-right:2%;position: relative;}
.box_xyyw .list_box4 li{width:100%;}
.box_xyyw .list_box4 li a .img .img_hezi{padding-bottom: 20.6875rem !important;}
.box_xyyw .list_box5{float:left;width:49%;margin:0;}
.box_xyyw .list_box5 li{width:100%;background: url(../images/icon_dian_2.png) no-repeat 5px 10px;padding-left: 20px;padding-bottom: 0.59375rem; margin-bottom: 0.59375rem;}
.list_box5 li a {
    height: auto;
    line-height: initial;
    display: block;}

.list_box5 li a font {
    font-size: 1rem;
    color: #000000;
    transition: .5s;
    width: calc(100% - 2.75rem);
    display: inline-block;
    line-height: 1.5rem;
    height: 3rem;
    -webkit-line-clamp: 2;
   display: -webkit-box;
   -webkit-box-orient: vertical;
    white-space: pre-wrap;}
    
.list_box5 li a span {
    display: inline-block;
    line-height: 1.5rem;}
    
@media (max-width: 1600px){    
    .list_box5 li a{height:50px;}
}

@media (min-width: 601px) and (max-width: 1399px){
.box_xyyw .list_box4 li a .img .img_hezi{padding-bottom: 22.6875rem !important;}
}

@media (max-width: 992px){
.container01 .content .box.box_xyyw{width:100%;}

}
@media (max-width: 600px){
.box_xyyw .list_box4{width:100%;margin-bottom:20px;}
.box_xyyw .list_box5{width:100%;}

}