@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执行，其他浏览器不执行*/}
.miso-slide p{ position: absolute; bottom: 0px; color: #fff; background: #878787; font-size: 1rem; padding: 14px;  opacity: 0.8;}
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 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:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

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%!important;overflow:auto;margin: 0!important;display: table-cell; word-break: keep-all}
.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:14px;color:#7d7c7c;line-height:30px; }
.ar_article p{font-size:14px;color:#7d7c7c;line-height:30px; margin-bottom:30px;}
.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;}
.v_news_content{overflow:auto}
/*百度播放器美化*/
#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; }
.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-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;}
@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}
.banner .miso-dots{ bottom:3.5rem}
} 
/*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); }
}







@media (max-width:4000px){html{font-size:18px;}}
@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;}
.w1200{max-width: 1400px;padding:0 50px;margin:0 auto;}



.header_top{height:40px;line-height:40px;transition: .5s;background: #0065be;}

.list_box1 li{float:left;font-size: .875rem;color:#fff;margin: 0 1.625rem 0 0;transition:.5s;position: relative;}
.list_box1 li:after{content:"";position:absolute;right: -.8125rem;top:50%;width:1px;height:3px;margin-top: -1.5px;}
.list_box1 li:last-child:after{ display:none}
.fr .list_box1{margin-left: 0;}
.fr .list_box1 li{margin: 0 0 0 1rem;}

.search_btn{cursor: pointer;line-height: 40px;text-align: center;border-radius: 50%;float: right;margin: 0;position: relative;z-index: 1;margin-left: 2rem;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}

.search-dialog-box{
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 18rem;
 z-index: 1000000;
 opacity: 0;
 visibility: hidden;
 transition: .6s;
 
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #1564c5;transition: .6s;left: 0;right: 0;z-index: 1;}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
 opacity: 0;
 visibility: hidden;
 display: none;
}
.search-dialog-box .search-bg{
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 0;
 margin: 0;
 background: rgba(0,0,0,.7);
 background-size: cover;
 background-repeat: no-repeat;
 
 transform-origin: center center;
 transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
 transform:translateY(100%);
 transition: .6s;
}
.header-right .bubbles-bg{
 opacity: 0;
 visibility: hidden;
 transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
 position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
 border-radius: 100%;
 position: absolute;
 left: 0;
 top: 0;
 width:100%;
 height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
 width:6%;
 padding-top: 6%;
 left: 26.875%;
 top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
 border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
 width:12px;
 padding-top: 12px;
 left: 13.54%;
 top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
 background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
 width:36px;
 padding-top: 36px;
 left: 8.854%;
 top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
 background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{

 width:56.875%;
 padding-top: 56.875%;
 left: -28.6458%;
 top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
 background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
 background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
 background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
 width:54px;
 padding-top: 54px;
 left: 26.3%;
 top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
 background-color: #fff;
 opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
 width:56.875%;
 padding-top: 56.875%;
 left: 73.4375%;
 top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
 background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
 background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
 background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
 width:2rem;
 padding-top: 2rem;
 left: 60.9375%;
 top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{
 background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
 width:1.35rem;
 padding-top: 1.35rem;
 left: 95.83%;
 top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
 border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
 width:16px;
 padding-top: 16px;
 left: 76.5625%;
 top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
 background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
 width:56.875%;
 padding-top: 56.875%;
 left: 71.354%;
 top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
 background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
 background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
 background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
 animation:spin 8s infinite linear;
 transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
 animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
 animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
 animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
 transform-origin: 30% 30px;
}
.search-dialog{
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 100%;
 z-index: 2;
}
.search-dialog .search-tit{
 font-size: 2.75rem;
 line-height: 3.5rem;
 color: #fff;
 text-align: center;
 overflow: hidden;
 display: none;
}
.search-dialog .search-inner{
 overflow: hidden;
 margin-top: 0;
}
.search-dialog .search-input{
 width: 50rem;
 margin: 0 auto;
 padding: 0 0.5rem 0 1.5rem;

 background-color: rgba(255,255,255,.1);
 box-sizing: border-box;
 transition: all .3s;
 max-width: 94%;
}
.search-dialog .search-input input[type=text]{
 float: left;
 height: 4.5rem;
 width: calc(100% - 3.5rem);
 background-color: transparent;
 font-size: 1.25rem;
 line-height: .5rem;
 color: #fff;
 transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
 float: right;
 height: 4.5rem;
 width: 3.5rem;
}

.search-dialog .search-input input[type=submit]{
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: center;
 background-size: 1.5rem;
 background-image: url('../images/search-btn.svg');
}
.search-dialog .search-input .clear-btn{
 background-color: rgba(0,0,0,.2);
 background-repeat: no-repeat;
 background-position: center;
 background-image: url('../images/close-btn.svg');
 background-size: 3.5rem;
 border-radius: 100%;
 margin-right: 1rem;
 display: none;
}
.search-dialog .search-input.on{
 background-color: #fff;
}


}

.search-dialog .hot-search{
 font-size: 0;
 width:19.5rem;
 margin:.6rem auto 0;
 box-sizing: border-box;
 padding:0 .6rem;
 overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
 display: inline-block;
 *display: inline;
 zoom:1;
 vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
 font-size: .375rem;
 line-height: .5rem;
 color: #fff;
 font-weight: bold;
 padding-left: .6rem;
 background-repeat: no-repeat;
 background-position: left center;
 background-size: .5rem;

}
.search-dialog .hot-link{
 margin-left: 1rem;
}
.search-dialog .hot-link a{
 display: inline-block;
 *display: inline;
 zoom:1;
 font-size: .375rem;
 line-height: .5rem;
 margin-right: .75rem;
 color:#fff;
 padding-bottom: 5px;
 position: relative;
}

.search-dialog .hot-link a:before{
 content: "";
 position: absolute;
 left:0%;
 bottom:0;
 width:100%;
 height: 2px;
 background-color: #fff;
 transform:scaleX(0);
 transform-origin:left center;
 transition:transform .3s;
}
.search-dialog-box .bottom-box{
 position: absolute;
 left: 0;
 bottom:5.1%;
 width:100%;
}
.search-dialog-box .bottom-box .share-box{
 overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
 font-size: .35rem;
 line-height:.5rem;
 color: #fff;
 font-family: "gilroy-regular";
 margin-top: .5rem;
 overflow: hidden;
}

.header-right.is-open .bubbles-bg{
 visibility: visible;
 opacity: 1;
}
.header-right.is-open .search-btn .con-box{
 display:none;
}
.header-right.is-open .close-btn{
 display:block;
}
.header-right.is-open .item .search-bg{
 transform:scale(1);
}
.search-dialog-box.on{
 opacity: 1;
 visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
 transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}


.header_box_wai{position:relative;z-index: 1000;margin-bottom: 3rem;box-shadow: 0 7px 7px rgba(0,0,0,0.3);}

.header_box{height: 92px;position: absolute;z-index:10000;background-size: cover;left:0;right:0;transition: .5s;top: 0;}
.header_box:before{content:"";position:absolute;top: 0;left:0;right:0;background: url(../images/yinying_bg.png) center top no-repeat;height: 168px;transition: .5s;pointer-events: none;}
.header_box:after{content:"";position:absolute;top: 0;left:0;right:0;height: 0;transition: .5s;z-index:0;opacity:0;visibility:hidden;}

.ejy .header_box:before{opacity:0;visibility:hidden}
.ejy .header_box:after{opacity:1;visibility:visible;height: 100%;background: #1564c5;}
.ejy .header_box{top:0px;position: relative;}
.ejy .header_box.xg{top: 0;position: fixed;}
.ejy .header_box .top{height: 44px;line-height: 44px;}
.ejy .header_box .nei_box{background: #1564c5;}

.m_header_box{margin-bottom: 0;}

.ej_main_nr .m_header_box{margin-bottom: 0px;}


.header_box .right .MainMenu{ display:inline-block }
.header_box .logo{line-height: 92px;position: relative;z-index: 1;}



.MainMenu #links{position: relative;z-index: 1;padding: 0;}

.MainMenu #links>li{float: left;margin: 0;position:relative;color: #fff;display:inline-block;line-height: 92px;transition:0.6s;text-align: center;margin-left: 0.91rem;}
.MainMenu #links>li:nth-child(4):after{ display:none}
.MainMenu #links>li:nth-child(5){}
.MainMenu #links>li a{display:block;position:relative;padding: 0;}
.MainMenu #links>li a h3{font-size: 1.125rem;font-weight: bold;}
.MainMenu #links>li a i{content:"";position:absolute;right: -1.25rem;}
.MainMenu #links>li a i svg{display:inline-block;width: 11px;height: 11px;fill:#282828;position: relative;top: 3px;}
.MainMenu #links>li:before{content:"";position:absolute;bottom: 3px;left: 50%;border-bottom: #fff 4px solid;transition:0.6s;border-left: transparent 4px solid;border-right: transparent 4px solid;margin-left: -4px;opacity: 0;visibility: hidden;display: none;}
.MainMenu #links>li>a:after{content:"";position:absolute;left: 0;width: 0;height: 2px;transition:0.6s;opacity: 1;bottom: 22px;}
.MainMenu #links>li.on:before, .MainMenu #links>li:hover:before{opacity: 1;visibility: visible;}
.MainMenu #links>li.on>a:after, .MainMenu #links>li>a:hover:after{background: #fff;width: 100%;}
.MainMenu #links>li.on, .MainMenu #links>li:hover{color: #fff;}
.MainMenu #links .down{width:228px;position:absolute;top: 100%;left:50%;margin-top: 0;background-color:#fff;z-index:2;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-border-radius:2px;-ms-border-radius:2px;border-radius:2px;padding:15px 20px;opacity:0;pointer-events:none;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-ms-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);box-shadow: 0 5px 50px rgba(0,0,0,.3);}
.MainMenu #links .down:before{content:"";position:absolute;bottom:100%;height:25px;left:0;right:0;background-color:transparent;}
.MainMenu #links .down:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.MainMenu #links .down li:not(:last-of-type){border-bottom:1px solid #efefef}
.MainMenu #links .down a{display:block;position:relative;font-size: 15px;padding: 10px 0;color:#58595b;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-ms-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1);line-height: initial;text-align: center;letter-spacing: 1px;line-height: 24px;}
.MainMenu #links .down a:before{content:"";position:absolute;top:7px;bottom:7px;left:-20px;width:4px;background: #1564c5;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.MainMenu #links .down a.active,.MainMenu #links .down a:hover{color: #1564c5;}
.MainMenu #links .down a.active:before,.MainMenu #links .down a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.MainMenu #links .down.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }

.logo_web img{width: 15.0625rem;position:absolute;top:0;left:50%;margin-left: -7.53125rem;}



#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: rgba(21,100,197 , .9);}
#m_header #logo{height: 60px;float: left;}
#m_header #logo img{max-height:60%;max-height: 30px;}
#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 form{ position:relative;}
.wap_search #keyword{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 ; 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 form{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: #1564c5;

    width: 61.8%;
    height:100vh;
    right: -105%;
    top: 0;
    display:none;
    padding: 2rem 0;
    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>ul>li{width:100%;overflow:hidden;padding: 0 1.25rem;}
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{ display:inline-block; width:calc(100% - 30px)}
#m_nav li .a h3{line-height: 4rem;height: 4rem;color:#fff;padding:0;font-size: 1rem;float:left;}
#m_nav li .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 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{position:relative;overflow: hidden;}
.banner ul li>a{display:block;position:relative;overflow: hidden;}
.banner ul li>a>img{position: relative;top:0;right:0;bottom:0;left:0;width:100%;height: calc(100vh - 40px);object-fit:cover;}
.banner ul li.miso-current>a>img{  -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);}
@-webkit-keyframes scaleUpDown {
from { -webkit-transform: scale(1.08); transform: scale(1.08); }
to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
from { -webkit-transform: scale(1.08); transform: scale(1.08); }
to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
.banner ul li>a .top{position:absolute;bottom: 5rem;left:0;right:0;}
.banner ul li>a .top:before{ content:""; position:absolute; bottom:0; left:0; right:0; height:350px}
.banner ul li>a .top .w1200{ position:relative}
.banner .miso-arrow{width:2.5rem;height:2.5rem;z-index: 10000; background-size:100% 100% !important}
.banner .miso-prev{left:1%; background:url(../images/banner_prev.png) center center no-repeat;transition:0.36s;}
.banner .miso-next{right:1%; background:url(../images/banner_next.png) center center no-repeat;transition:0.36s;}

.banner .miso-dots li{border:#fff 1px solid;text-align:center;border-radius:50%;width: .875rem;height: .875rem;line-height: .75rem;transition: .5s;margin:0 .5rem;}

.banner .miso-dots{ bottom:1.5rem}
.banner .miso-dots li.miso-active{ background:#ffff}

.title001{ text-align:center; margin-bottom:2rem}
.title001 img.img2{ display:none}

.container00{background:url(../images/container00_bg1.jpg) center no-repeat;background-size:cover;overflow: hidden;}
.container01{padding:4.375rem 0 3.75rem;overflow: hidden;}
.container01 .content{ margin:0 -.625rem}
.container01 .content .box{ float:left; width:50%; padding:0 .625rem}

.list_box2 li a{ display:block; position:relative}
.list_box2 li a .img{ overflow:hidden}
.list_box2 li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/yinying_bg1.png) center bottom no-repeat; background-size:100% auto}
.list_box2 li a .img .img_hezi{ padding-bottom:30rem !important}
.list_box2 li a .top{ position:absolute; right:0; bottom:1rem; left:0; padding:0 1.875rem}
.list_box2 li a .top h5{ font-size:1.125rem; color:#fff; line-height:1.75rem; height:3.5rem; max-width:33.125rem}

.list_box3{ margin:0 -.625rem; margin-top:1.25rem}
.list_box3 li{ float:left; width:25%; padding:0 .625rem}
.list_box3 li a{ display:block; position:relative; background:#fff; height:13.125rem; padding:0 1.875rem}
.list_box3 li a h6 big{ font-size:1.75rem; color:#1564c5; font-weight:bold}
.list_box3 li a h6 small{ font-size:12px; color:#1564c5; margin-left:.25rem}
.list_box3 li a h5{ font-size:1.125rem; color:#333333; line-height:1.75rem; height:5.25rem; margin:1rem 0 1rem; font-weight:bold; transition:.5s}
.list_box3 li a h5:hover{padding-left:5px;}

.list_box4{ margin:0 -.625rem; }
.list_box4 li{ float:left; width:50%; padding:0 .625rem}
.list_box4 li a{ display:block; position:relative}
.list_box4 li a .img{ overflow:hidden;}
.list_box4 li a .img .img_hezi{ padding-bottom:14.375rem !important}
.list_box4 li a .con{ height:15.625rem; background:#fff; padding:1.25rem 1.5rem 0}
.list_box4 li a .con h5{ font-size:1rem; color:#333333; line-height:1.625rem; height:3.25rem; transition:.5s;font-weight:bold}
.list_box4 li a .con h5:hover{padding-left:5px;}
.list_box4 li a .con p{font-size:12px;color:#666666;line-height:1.5rem;height:6rem;margin: 1rem 0 1.25rem;}
.list_box4 li a .con h6{ text-align:right; overflow:hidden}
.list_box4 li a .con h6 span{ display:inline-block; position:relative; font-size:.875rem; color:#1564c5; font-weight:bold}
.list_box4 li a .con h6 span:before{ content:""; position:absolute; right:120%; top:.5rem; height:1px; width:100vw; background:#d9d9d9}

.container02{padding:0 0 4.875rem;overflow: hidden;}
.container02 .content{ margin:0 -.625rem}
.container02 .content .box{ float:left; width:33.333333%; padding:0 .625rem}
.list_box5{ margin:6.75rem 0 0}
.list_box5 li{ margin-bottom:1rem}
.list_box5 li a{ display:block; padding:.5rem; position:relative; transition:.5s; background:#fff;}
.list_box5 li a .img{ width:10.625rem; overflow:hidden}
.list_box5 li a .img .img_hezi{ padding-bottom:6.25rem !important}
.list_box5 li a .con{ width:calc(100% - 10.625rem); padding:.25rem 1rem 0}
.list_box5 li a .con h5{ font-size:1.125rem; color:#333333; line-height:1.75rem; height:3.5rem; font-weight:bold; margin-bottom:1rem; transition:.5s;}
.list_box5 li a .con h5:hover{padding-left:5px;}
.list_box5 li a .con h6{ overflow:hidden}
.list_box5 li a .con h6 span{ display:inline-block; position:relative; font-size:12px; color:#737373; transition:.5s;}
.list_box5 li a .con h6 span:before{ content:""; position:absolute; left:120%; top:6px; height:1px; width:100vw; background:#d9d9d9}

.list_box6{ background:#055ac2; padding:0 2.125rem 1.75rem}
.list_box6 li{ border-bottom:#3e6b9a 1px solid; padding:1.75rem 0; position:relative}
.list_box6 li:after{ content:""; position:absolute; width:6.25rem; height:3px; background:#f07120; bottom:-1px; transition:.5s}
.list_box6 li a{ display:block; background:url(../images/list_box6_ico.png) right top no-repeat}
.list_box6 li a h6{ font-size:.875rem; color:#f07120; line-height:1.5}
.list_box6 li a h6 svg{ width:.875rem; height:.875rem; fill:#f07120; vertical-align:middle; margin:-3px .375rem 0 0}
.list_box6 li a h5{font-size:1.125rem;color:#fff;line-height:1.75rem;height:3.5rem;font-weight:bold;margin: 1rem 0 .5rem;transition:.5s;}
.list_box6 li a p{ font-size:.875rem; color:#92abc7; line-height:1.5rem; height:4.5rem; }

.list_box7{margin: 3.125rem 0 0;background:#fff;padding: 0.25rem 1.875rem;}
.list_box7 li{margin: 1.5rem 0;}
.list_box7 li a{display:block;position:relative;transition:.5s;background:#fff;}
.list_box7 li a .img{width: 10rem; overflow:hidden}
.list_box7 li a .img .img_hezi{padding-bottom: 5.625rem !important;}
.list_box7 li a .con{width: calc(100% - 10rem);padding:.25rem 1rem 0;}
.list_box7 li a h5{ font-size:1.125rem; color:#333333; line-height:1.75rem; font-weight:bold; margin-bottom:.25rem; transition:.5s;}
.list_box7 li a h5:hover{padding-left:5px;}
.list_box7 li a p{ font-size:.875rem; color:#92abc7; line-height:1.5rem; height:4.5rem; }

.container03{padding:0 0 8.125rem;overflow: hidden;}
.container03 .content{ margin:0 -7px}
.container03 .content .box{ float:left; width:50%; padding:0 7px}

.more00{ text-align:right}
.more00 a{ display:inline-block; font-size:13px; color:#fff; line-height:24px; margin:2.5rem 0 0;   color: #0072ff; border: 1px solid #1564c5; width:100px; text-align:center;}

.list_box8{ margin:0 -7px;}
.list_box8 li{ float:left; width:50%; padding:0 7px}
.list_box8 li a{ display:block; position:relative}
.list_box8 li a .img{ position:relative; overflow:hidden}
.list_box8 li a .img .img_hezi{ padding-bottom:76.19% !important}
.list_box8 li a .con{ height:15rem; background:rgba(255,255,255,.9); padding:0 1.75rem}
.list_box8 li a .con h6{ font-size:.875rem; color:#0d4589; font-weight:bold}
.list_box8 li a .con h5{font-size:1.125rem;color:#323232;font-weight:bold;line-height:1.75rem;height:3.5rem;margin: .875rem 0 1rem; transition:.5s;}
.list_box8 li a .con h5:hover{padding-left:5px;}
.list_box8 li a .con p{font-size:12px;color:#999999;line-height:1.625rem;display:block;white-space: nowrap;}

.list_box8 li:nth-child(2n-1) a{ transform:translateY(4.375rem)}
.list_box8 li:nth-child(2n-1) a .img{ transform:translateY(15rem)}
.list_box8 li:nth-child(2n-1) a .con{position: absolute;top: 0;}

footer{padding-bottom:7rem;}
.container04{padding:0 0 4.75rem;overflow: hidden;}
.container04 .left{ width:50%}
.container04 .title001{ text-align:left}

.list_box9 li a{ display:block; height:11.875rem; background:#fff; padding:0 2.125rem; position:relative}
.list_box9 li a:before{ content:""; position:absolute; left:0; right:0; height:4px; background:#f29913}
.list_box9 li a .img, .list_box9 li a .img img{ width:6.9375rem; height:6.9375rem;}
.list_box9 li a .con{ width:calc(100% - 6.9375rem); padding:0 0 0 1.25rem}
.list_box9 li a .con h5{ font-size:1.125rem; color:#0d4589; font-weight:bold; line-height:1.5; transition:.5s; white-space:nowrap; margin-bottom:.5rem}
.list_box9 li a .con h5:hover{padding-left:5px;}
.list_box9 li a .con p{ font-size:.875rem; color:#666666; line-height:1.5rem; height:4.5rem;}

.list_box10{margin:2px 0 0;background:#fff;padding: .75rem 2.125rem;}
.list_box10 li a{ display:block; height:2.75rem; line-height:2.75rem}
.list_box10 li a i{ float:left; width:80px; font-size:12px; color:#000000; font-style:normal}
.list_box10 li a font{display:inline-block;width:calc(100% - 80px);font-size: 1rem;color: #000000;transition: .5s;}
.list_box10 li a font span{display:inline-block;width:100px;height:24px;line-height:24px;background:#1682d5;border-radius:12px;font-size:12px;color:#fff;text-align:center;vertical-align: middle;margin-right: .875rem;}
.list_box10 li a font:hover{padding-left:5px;}
.container04 .right{ width:50%; padding:0 0 0 1.875rem}

.list_box11{ margin:0 -9px}
.list_box11 li{ float:left; width:33.333333%; padding:0 9px;}
.list_box11 li a{ display:block; position:relative; padding:0 5px 5px 0}
.list_box11 li a:before{ content:""; position:absolute; right:0; top:5px; bottom:0; left:5px; border:#feaf16 1px solid}
.list_box11 li a .img{ overflow:hidden}
.list_box11 li a .img .img_hezi{ padding-bottom:248.42% !important}
.list_box11 li a .top{position:absolute;top:1.875rem;right:1.125rem;max-width: 5rem;font-size: 0;}
.list_box11 li a .top h2{font-size:1.25rem;color:#fff;line-height:1.125;width:1.5rem;display: inline-block;vertical-align: top;margin-left: .5rem;}

footer .content{background:#fff;padding: 0 0 0 3rem;}
footer .content .left{width: 64%;background:#1b51c7;margin: -1rem 0 -1.5rem; min-height: 14rem;}
footer .content .left .fl01{padding:1.75rem 1.875rem 1.25rem; border-bottom:#4974d2 1px solid}
footer .content .left .fl01 dl{/* max-width:50%*/}

footer .content .left .fl01 dl dt{ font-size:1.25rem; color:#fff; margin-bottom:1rem}
footer .content .left .fl01 dl dd{ font-size:12px; color:#fff; line-height:1.625rem;}
footer .content .left .fl02{ padding:1.5rem 1.875rem 0}
footer .content .left .fl02 p{font-size:.75rem;color:#fff;opacity:.6;line-height: 1.5;}

footer .content .right{width: calc(100% - 64%);text-align:center; padding:1.875rem 0 1rem}

.list_box12{ font-size:0}
.list_box12 li{ display:inline-block; max-width:33.333333%; padding:0 .625rem}
.list_box12 li h3{ position:relative}
.list_box12 li h3:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; border:#dadada 1px solid}
.list_box12 li h3 img{ max-width:90%}
.list_box12 li h5{ font-size:.875rem; color:#333333; line-height:1.5; margin:.5rem 0 0}



/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/



/*==========================================内页 结束=============================================*/

.miso_xuanfu{ position:fixed; top:60%; width:50px; right:5px}
.miso_xuanfu ul li{ margin:5px 0}
.miso_xuanfu ul li a{ display:block; width:100%; height:50px; line-height:50px; text-align:center; font-size:1rem; color:#fff; font-weight:bold; border-radius:6px; overflow:hidden}
#gotop{ height:50px; background: #f07120; opacity:1; visibility:visible; border-radius:6px; overflow:hidden; transition:.5s}
#gotop.hide{ height:0; opacity:0; visibility:hidden}
.miso_xuanfu ul li a img.img2{ display:none}
.miso_xuanfu ul li.select{ display:none}


body.fu2 .container00{background:url(../images/container00_bg1_on.jpg) center no-repeat;background-size:cover;overflow: hidden;}
body.fu2 .container00 .title001 img.img1{ display:none}
body.fu2 .container00 .title001 img.img2{ display:inline-block}

.tc1 .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999999;}

.tc1 .tc{pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transform:scale(1.1);display:  none;}
.tc1 .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc1 .close:hover{ transform:rotate(180deg);}
.tc1 .close,.tc{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; } 

.tc1 .tc-box{position:absolute;overflow: hidden;top:50%;z-index:9999;width: 200px;height: 250px;left:50%;margin-left: -100px;margin-top: -125px;-webkit-animation-duration: 1.2s;animation-duration: 1.2s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;-webkit-animation-name: anim-close-2;animation-name: anim-close-2;}
.tc1 .tc.act{display: block;}
.tc1 .tc.act .tc-box{display: block;-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform:scale(1);}


.tc1 .close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }
.tc1 .tc-bg {height: 100%;background: rgba(0,0,0,.9);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
.tc1 .tc-box h3 img{width: 200px;height: 200px;}
.tc1 .tc-box h5{width: 100%;height: 50px;line-height: 50px;font-size:1rem;color:#fff;text-align:center;}


.n_container{padding:3rem 0 1.875rem;min-height: 560px;background: #f7f7f7 ;}
.n_title{position:relative; height: 50px; line-height: 50px; margin: 0;overflow:hidden;border-bottom: #dcdcdc 1px solid;margin-bottom: 24px;padding-bottom: 15px;}
.n_title b{font-size: 1.375rem;color: #b08a73;font-weight:  bold;margin-left: 0.5rem;}
.n_title h1{font-size: 20px;display:inline-block;color: #575757;line-height: 24px;}


@media(min-width: 768px){
	.list_box3 li a:hover h5, .list_box4 li a:hover h5, .list_box5 li a:hover .con h5, .list_box7 li a:hover h5, .list_box8 li a:hover .con h5, .list_box9 li a .con h5:hover, .list_box10 li a:hover font{ color:#1564c5}
	
	.list_box6 li:hover a h5{ color:#f07120}
	.list_box6 li:hover:after{ width:100%}
}


@media(min-width: 992px) and (max-width: 1300px){
}

@media(max-width: 1830px){
	.w1800{ padding:0 15px}
}

@media(max-width: 1630px){
	.w1600{ padding:0 15px}
}

@media(max-width: 1400px){
	.header_box .logo img{ max-height:50px}
}

@media(max-width: 1330px){
}

@media(max-width: 1200px){
	.header_box_wai{ display:none}
	.m_header_box{ display:block}
	
	.w1200{ padding:0 15px}
	.search_btn{ margin-left:1rem}
	.list_box1 li img{ height:12px;}
	
	.banner ul li>a{ padding-bottom:66.666667% !important}
	.banner ul li>a>img{ position:absolute; height:100%}
	.banner .miso-arrow{ width:2rem; height:2rem}
	
	footer .content{ padding:0}
	footer .content .left{ width:100%;}
	footer .content .right{width:100%;padding: 1.5rem 0;}
	
	footer .content .left .fl02{ padding:1.5rem 1.875rem 1.5rem}
	
	footer{ padding:0 0 3rem}
	
	.container04{ padding:0 0 2.5rem}
}

@media(max-width: 1060px){
	
}

@media(max-width: 992px){
	.title001 img{ height:3.5rem}
	
	.container01 .content .box{width:100%;margin-top: 1rem;}
	.list_box3 li{ width:50%; margin-bottom:1.25rem}
	.list_box2 li a .img .img_hezi { padding-bottom: 75% !important;}
	
	.container02 .content .box{ width:100%; margin-bottom:1.5rem}
	.container02 .content .box:nth-child(2){ width:100%; margin-bottom:2.5rem}
	.list_box7, .list_box5{ margin:0;}
        .list_box7{margin-bottom: 1rem;}
        .list_box6{margin-bottom: 1rem;}

	.list_box5{ margin-bottom:2rem}
	
	.container04 .left{ width:100%;}
	.container04 .right{ width:100%; padding:2rem 0 0}
	
	footer .content .left .fl01 dl{ width:100%; max-width:100%; margin:1rem 0}
}

@media(max-width: 768px){
	.miso_xuanfu{width: 28px;}
	.miso_xuanfu ul li a{height: 28px;line-height: 28px;font-size: 11px;}
	#gotop{right:0;height: 28px;line-height: 28px;width: 100%;}
	
	.list_box3 li a{padding:0 10px;height: 9rem;}
	.list_box3 li{width:100%;margin-bottom: .75rem;}
	
	.list_box3 li a h5{-webkit-line-clamp: 2;height:3.5rem;margin-bottom: 0;}
	
	.container01{ padding:2.5rem 0}
	.container01 .title001{ margin-bottom:1rem}
	
	.list_box4 li{ width:100%; margin-bottom:1rem}
	
	.container02{padding: 0 0 1.5rem;}
	
	.container03{padding: 0 0 1rem;}
	.list_box8 li{width: 100%;margin-bottom:1rem;}
	.list_box8 li:nth-child(2n-1) a { transform: translateY(0);}
	.list_box8 li:nth-child(2n-1) a .con{ position:relative}
	.list_box8 li:nth-child(2n-1) a .img{ transform: translateY(0);}
	
	.list_box11 li a .top h2{font-size: 12px;margin-left: 0; line-height:0.9rem;}
	.list_box11 li a .top{ top:1rem; right:.5rem}
	
	.title001{ margin-bottom: 1rem;}
	
	.list_box10 li{ margin-bottom:1.25rem}
	.list_box10 li a font{ width:100%; line-height:24px; margin-bottom:.5rem}
	.list_box10 li a{ height:auto; line-height:inherit; overflow:hidden} 
	.list_box10{ padding:1.5rem 10px 1.25rem}
	
	.list_box9 li a{ padding:0 10px 0}
	.list_box10 li a i{width:100%;padding-left: 111px;}
	.list_box10 li a font span{ vertical-align:top}
	
	.more00{ text-align:center}
	.more00 a{margin: 0 0 1rem;}
	
	.container03 .content .box{ width:100%}
}


@media(max-width: 456px){
	
} 







/* 二级页样式开始 */
.w1300{width: 1300px;margin: 0 auto;}

.ej_banner{width: 100%;}
.ej_banner img{max-width: 100%;display: none;}

.ej_main_nr{background: none;    overflow: initial;}

.ej_main_nr footer{position: relative;padding: 0;margin-bottom: 5rem;margin-top: 4rem;}
.ej_main_nr footer::after{background: #e3ecff;content: "";display: block;width: 100%;height: 180px;top: 0;left: 0;position: absolute;z-index: -1;}

.ej_main_nr footer .content{background: none;}
.ej_main_nr footer .content .left{position: relative;    margin: -21px 0 -23px;}
.ej_main_nr footer .content .left::before{content: "";display: block;width: 23px;height: 23px;background: url(../images/ej/foot_bg_left.png) no-repeat;position: absolute;left: -23px;bottom: 0;}
.ej_main_nr footer .content .left::after{content: "";display: block;width: 23px;height: 23px;background: url(../images/ej/foot_bg_right.png) no-repeat;position: absolute;right: -23px;bottom: 0;}

.ej_main_nr .ej_main{padding:0 4.375rem;}

.ej_main_nr .ej_dh{background: #0065be;position: relative; min-height:67px;}
.ej_main_nr .ej_dh h2{font-size: 1.5rem;font-family: "微软雅黑";font-weight: bold;color: #0065be;background: #d7ebff;position: relative;padding: 2.5rem 2.5rem 3.5rem;position: absolute;left: 4.375rem;top: -20px;}
.ej_main_nr .ej_dh h2::before{content: "";display: block;width: 20px;height: 20px;background: url(../images/ej/ej_lmmc_left.png) no-repeat;position: absolute;left: -20px;top: 0;}
.ej_main_nr .ej_dh h2::after{content: "";display: block;width: 20px;height: 20px;background: url(../images/ej/ej_lmmc_right.png) no-repeat;position: absolute;right: -20px;top: 0;}
.ej_main_nr .ej_dh ul.pc{float: right;display: flex;}
.ej_main_nr .ej_dh ul.pc li{}
.ej_main_nr .ej_dh ul.pc li a{font-size: 1rem;color: #fff;display: block;padding: 1.56rem;transition: 0.6s;}
.ej_main_nr .ej_dh ul.pc li.on a,.ej_main_nr .ej_dh ul.pc li:hover a{background: #005aa9;color: #f07120;}

.ej_main_nr .dqwz{float: right;padding-left: 24px;font-size: 12px;color: #737373;line-height: 21px;height: 21px;background: url(../images/ej/dqwz.png) no-repeat left center;margin-top: 10px;}
.ej_main_nr .dqwz a{font-size: 12px;color: #737373;line-height: 21px;}


.ej_main_nr .ej_nr{margin-top: 1.75rem;}
.ej_main_nr .ej_nr .xrld{}
.ej_main_nr .ej_nr .xrld ul{display: flex;justify-content: center;flex-wrap: wrap;}
.ej_main_nr .ej_nr .xrld ul.ul2{justify-content: flex-start;}

/* 领导为4张照片的CSS */
.ej_main_nr .ej_nr .xrld ul li{width: 25%;margin-bottom: 4.375rem;}
/*  */
.ej_main_nr .ej_nr .xrld ul li{width: 33%;margin-bottom: 4.375rem;}

.ej_main_nr .ej_nr .xrld ul li a{display: block;padding: 0 20px;width: 13rem;position: relative;background: url(../images/ej/xrld_img_bg.jpg) no-repeat bottom center;background-size: 100%;margin: 0 auto;}
.ej_main_nr .ej_nr .xrld ul li a img{width: 100%;}
.ej_main_nr .ej_nr .xrld ul li a p{font-size: 0.9rem;text-align: center;padding: 1rem 0;transition: 0.5s; width:120%; margin-left:-10%;}
.ej_main_nr .ej_nr .xrld ul li a:hover p{color: #f07120;}



#m_nav_ej {
    z-index: 9;
    position: relative;
    background: #1564c5;
    width: 100%;
    height:auto;
    right: 0;
    top: 0;
    display:none;
    padding: 2rem 0;
    overflow:hidden;
    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;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
#m_nav_ej.act{ pointer-events: auto; right:0;}

#m_nav_ej>ul>li{width:100%;overflow:hidden;padding: 0 1.25rem;}
#m_nav_ej>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav_ej li .a{ display:inline-block; width:calc(100% - 30px)}
#m_nav_ej li .a h3{line-height: 4rem;height: 4rem;color:#fff;padding:0;font-size: 1rem;float:left;}
#m_nav_ej li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav_ej li .a span i{ font-size:0;}
#m_nav_ej 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_ej li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav_ej .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav_ej li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav_ej .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_ej .title .list span{ background:none; }
#m_nav_ej .title .list span a:hover{ color: #014085;}
#m_nav_ej .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_ej .title .list .void>a{background-size:10px; position:relative;}
#m_nav_ej .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav_ej .title .list span{ position:relative; display:block;}
#m_nav_ej .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav_ej .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}

#nav_btn_box2{ height:100%; z-index:999999999; float:right; margin-left:20px; }
#nav_btn_box2 .box_table{width: auto;}

@media(max-width: 1300px){
	.w1300{width: 100%;}
} 
@media(max-width: 1200px){
	.ej_main_nr .ej_dh ul.pc{display: none;}
}

@media(max-width: 1024px){
	.ej_main_nr .ej_nr .xrld ul li{width: 25%;}
}
@media(max-width: 860px){
	.ej_main_nr .ej_nr .xrld ul li{width: 33%;}
}
@media(max-width: 680px){
	.ej_main_nr .ej_nr .xrld ul{justify-content: space-between !important;}
	.ej_main_nr .ej_nr .xrld ul li{width: 48%;}
	.ej_main_nr .ej_nr .xrld ul li a{width: 100%;}
	.ej_main_nr .ej_main{    padding: 0 3%;}
	.ej_main_nr .ej_dh h2{left: 3%;padding: 2rem 1rem 3.5rem;}
}






.jgsz{}
.jgsz .box{margin-bottom: 3rem;box-shadow: 0 0 10px rgba(0,0,0,0.22);}
.jgsz .box .title{font-size: 1.5rem;background: url(../images/ej/jgsz_tit_bg.jpg);color: #fff;text-align: center;padding: 1rem;border-radius: 0 0 40px 40px;}
.jgsz .box ul{padding: 2.6% 5%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.jgsz .box ul li{width: 48%;padding: 0.88rem 0 0.88rem 13px;background: url(../images/ej/jgsz_xfk.jpg) no-repeat left 20px;font-size: 1rem; color: #333333; transition: 0.5s;  line-height: 1.25rem;}
.jgsz .box ul li a{font-size: 1rem;color: #333333;transition: 0.5s;line-height: 1.25rem;}
.jgsz .box ul li a:hover{color: #f07120;}

.jgsz .box1{display: flex;align-items: flex-start;}
.jgsz .box1 .left{width: 65.5%;}
.jgsz .box1 img{width: 100%; height:518px;}
.jgsz .box1 .right{width: 34.5%;}
.jgsz .box2{}
.jgsz .box3{display: flex;align-items: flex-start;}
.jgsz .box3 .left{width: 62%;}
.jgsz .box3 img{width: 100%;}
.jgsz .box3 .right{width: 38%;}

.jgsz .box.box3 .title{border-radius: 0 0 40px 0px;}

@media(max-width: 650px){
	.jgsz .box1{display: block;}
	.jgsz .box1 .left{width: 100%;}
	.jgsz .box1 .right{display: none;}
	.jgsz .box3 .left{display: none;}
	.jgsz .box3 .right{width: 100%;}
	.jgsz .box.box3 .title{border-radius: 0 0 40px 40px;}
        .WordSection1{overflow-x: scroll;}

}

.ej_main_nr .fanye{text-align: center;margin: 2rem 0 3rem;}






.list ul li{line-height: 25px;
    border-bottom: #eeeeee 1px solid;
	position: relative;
    }
	.list ul li::after{content: "";display: block;width: 104%;height: 100%;position: absolute;top: 0;left: -2%;transition: 0.4s;z-index: -1;}
	.list ul li:hover::after{box-shadow: 0 0 33px rgba(0,0,0,0.5);}
.list ul li a{     display: flex;
    position: relative;
    align-items: center;padding: 12px 0;}
.list ul li a font{    display: inline-block;
    width: calc(100% - 85px);
    font-size: 16px;
    color: #323232;
    position: relative;
    transition: 0.36s;transition: 0.5s;}

.list ul li a span{float: right;font-size:14px; color:#999999;transition: 0.36s;}
.list ul li:hover a font{color: #f07120;}
.list ul li:hover a span{color: #f07120;}




.news{padding: 0 15px;}
.news .nav01{overflow:hidden;margin-bottom: 26px;text-align:center;margin-top: 30px;}
.news h3{color: #323232;font-size: 1.75rem;line-height: 2.3rem;margin-bottom: 1rem;font-weight: bold;text-align: left;}
.news h6{color: #999999;font-size: 14px;line-height: 50px;font-weight:normal;margin-bottom: 0;vertical-align: top;border-bottom: #ececec 1px solid;text-align: left;padding-bottom: 0.5rem;}
.news h6 span{margin: 0 5px;display: inline-block;}
.news h6 span img{ margin:-3px 8px 0 0}

.news .ar_article{}
.news .ar_article p{font-size: 1rem;color: #4c4c4c;line-height: 2.125rem;margin-bottom: 0px;}


#ar_fot .end{ display:inline-block; width:68px; height:20px; line-height:20px; background:#fff; position:absolute; left:50%; margin-left:-34px; top:-10px; text-align:center; font-size:14px; color:#8d8e8f; text-transform:uppercase}
#ar_fot{position:relative;margin-top: 65px;padding-top: 28px;border-top: #e4e4e4 1px solid;margin-bottom: 50px;}
#ar_fot h1{display:block;font-size: 18px;color: #848484;width: 100%;float:left;padding: 0;/*overflow:hidden;text-overflow:ellipsis;white-space:nowrap;*/-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;position:  relative;}
#ar_fot h1.prev{}
#ar_fot h1.next{}
#ar_fot h1 a{font-size: 16px;color: #323232;line-height: 30px;display:inline-block;font-weight:normal;/*overflow:hidden;text-overflow:ellipsis;white-space:nowrap;*/padding: 4px 0;position:  relative;z-index: 10;transition: 0.5s;}
#ar_fot h1 a span{
    font-weight: bold;
}
#ar_fot h1:after{content:"";position:absolute;left: 0;right: 0;top: 0;bottom: 0;border:transparent 2px solid; -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;}
#ar_fot h1:hover:after{}
#ar_fot h1:hover a{color: #f07120;}










.tplb{}
.tplb ul{display: flex;align-items: flex-start;flex-wrap: wrap;}
.tplb ul li{width: 33.33%;}
.tplb ul li a{padding: 0 4%;display: block;}
.tplb ul li a .img{width: 100%;overflow: hidden;}
.tplb ul li a .img img{width: 100%;transition: 0.5s;}
.tplb ul li a p{font-size: 1rem;padding: 1rem;text-align: center;margin-bottom: 1rem;transition: 0.5s;}

.tplb ul li:hover .img img{transform: scale(1.1);}
.tplb ul li:hover a p{color: #f07120;}

.tplb_zstp{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999999;background: none;display:none;justify-content: center;align-items: center;}
.tplb_zstp .bg{position: absolute;content: "";display: block;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;background: rgba(0,0,0,0.8);}

.tplb_zstp>.zstp{    background: #fff;
    max-height: 100%;
    max-width: 65%;
    padding: 3% 4%;
    border-radius: 45px;position: relative;z-index: 3;}
.tplb_zstp ul{}
.tplb_zstp ul li{display: none;}
.tplb_zstp ul li.on{display: block;}
.tplb_zstp ul li .img{width: 100%;}
.tplb_zstp ul li .img img{width: 100%;}
.tplb_zstp ul li p{font-size: 20px;text-align: center;margin: 1rem 0;}

.tplb_zstp .zstp .prev,.tplb_zstp .zstp .next{position: absolute;top: 45%;left: 1%;}

.tplb_zstp .zstp .next{left: auto;right: 1%;}


@media(max-width: 1560px){
	.tplb_zstp>.zstp{    position: initial;    max-width: 80%;}
	.tplb_zstp .zstp .prev,.tplb_zstp .zstp .next{width: 6%;}
	.tplb_zstp .zstp .prev img,.tplb_zstp .zstp .next img{width: 100%;}
}
@media(max-width: 650px){
	.tplb_zstp>.zstp{    border-radius: 15px;}
	.tplb ul li{width: 100%;}
}





.ej_nr{}
.ej_nr .left_nr{width: 20.68%;float: left;}
.ej_nr .left_nr .pc_left_ejdh{border-left: 4px solid #0065be;padding: 1rem 0;background: #f7f7f7;}
.ej_nr .left_nr .pc_left_ejdh li{width: 80%;margin: 0 auto;border-bottom: 1px solid #d9d9d9;}
.ej_nr .left_nr .pc_left_ejdh li a{font-size: 1.125rem;display: block;padding: 1.25rem 0;transition: 0.5s;color: #333333;display: flex;justify-content: space-between;line-height: 1.4rem;}
.ej_nr .left_nr .pc_left_ejdh li a font{display: block;width: calc(100% - 12px);float: left;}
.ej_nr .left_nr .pc_left_ejdh li a span{font-family: "宋体";float: right;transition: 0.5s;color: #999999;font-weight: bold;}
.ej_nr .left_nr .pc_left_ejdh li.on a,.ej_nr .left_nr .pc_left_ejdh li:hover a{color: #0065be;font-weight: bold;}
.ej_nr .left_nr .pc_left_ejdh li.on a span,.ej_nr .left_nr .pc_left_ejdh li:hover a span{color: #0065be;}
.ej_nr .right_nr{width: 75%;float: right;}

.list_jz{}
.list_jz ul{}
.list_jz ul li{}
.list_jz ul li a{display: block;padding-bottom: 0.7rem;}
.list_jz ul li .bt{}
.list_jz ul li .con{display: flex;justify-content: space-between;}
.list_jz ul li .con p{font-size: 14px;color: #737373;transition: 0.5s;width: 31%;}


.list_jz ul li{line-height: 25px;
    border-bottom: #eeeeee 1px solid;
	margin-bottom: 1rem;
    }
	.list_jz ul li a p.bt{     display: flex;    justify-content: space-between;
    position: relative;
    align-items: center;padding: 0px 0 0px 30px;background: url(../images/ej/list_jz_ico.png) no-repeat center left;margin-bottom: 0.5rem;}
	.list_jz ul li a p.bt font{    display: inline-block;
    width: calc(100% - 85px);
    font-size: 16px;
    color: #323232;
    position: relative;
    transition: 0.36s;transition: 0.5s;}


	.list_jz ul li a p.bt span{float: right;font-size:14px; color:#333333;transition: 0.36s;}
	.list_jz ul li:hover a p.bt font{color: #f07120;}
	.list_jz ul li:hover a p.bt span{color: #f07120;}
	.list_jz ul li:hover .con p{color: #f07120;}


	@media(max-width: 1200px){
		.ej_nr .left_nr{display: none;}
		.ej_nr .right_nr{width: 100%;}
	}


	@media(max-width: 650px){
		.list_jz ul li .con{     display: block;}
		.list_jz ul li .con p{width: 100%;}

		.fr .list_box1 li{ margin-left:.5rem}
	}





	.list_pic{}
	.list_pic ul{}
	.list_pic ul li{margin-bottom: 1.625rem;border-bottom: 1px solid #d9d9d9;position: relative;}
	.list_pic ul li::after{content: "";display: block;width: 104%;height: 100%;position: absolute;top: -7%;left: -2%;transition: 0.4s;z-index: -1;}
	.list_pic ul li:hover::after{box-shadow: 0 0 33px rgba(0,0,0,0.5);}

	.list_pic ul li a{display: flex;justify-content: space-between;align-items: center;padding-bottom: 1.625rem;}
	.list_pic ul li .sj{width: 5.18rem;height: 5.18rem;background: url(../images/ej/list_pic_sj_bg.png) no-repeat;background-size: 100% 100%;display: flex;align-items: center;flex-wrap: wrap;}
	.list_pic ul li .sj p{font-size: 1.75rem;color: #0065be;text-align: center;width: 100%;}
	.list_pic ul li .sj span{font-size: 0.875rem;color: #737373;display: block;width: 100%;text-align: center;margin-top: -1.2rem;}
	.list_pic ul li .con{width: 58.85%;}
	.list_pic ul li.no_pic .con{width: 87.14%;}
	.list_pic ul li .con .bt{font-size: 18px;font-weight: bold;color: #333333;margin-bottom: 1rem;line-height: 1.9rem;transition: 0.5s;}
        .list_pic ul li .con .bt:hover{padding-left: 5px}
	.list_pic ul li:hover .con .bt{color: #f07120;}
	.list_pic ul li .con .zy{font-size: 14px;color: #737373;line-height: 24px;}
	.list_pic ul li .img{width: 25.14%;overflow: hidden;position: relative;}
	.list_pic ul li .img img{width: 100%;transition: 0.5s;}

	.list_pic ul li:hover .img img{transform: scale(1.1);}
	.list_pic ul li .img p{width: 94px;height: 40px;position: absolute;top: 5px;right: -5px;background: url(../images/ej/list_pic_img_zz.png) no-repeat;background-size: 100% 100%;font-size: 14px;    color: #FFF;line-height: 40px;text-align: center;}

	@media(max-width: 650px){
		.list_pic ul li a{flex-wrap: wrap;}
		.list_pic ul li .con{    width: 75.85% !important;margin-bottom: 1rem;}
		.list_pic ul li .img{width: 100%;}
	}





.nry_left{width: 67.24%;float: left;}
.nry_left .nry_ej_dh{}
.nry_left .nry_ej_dh li{}
.nry_left .nry_ej_dh li a{}
.nry_left .nry_ej_dh li.on a{}

.nry_left .nry_ej_dh{display: flex;background: #0065be;display: none;}
.nry_left .nry_ej_dh li{position: relative;}
.nry_left .nry_ej_dh li a{font-size: 1rem;color: #fff;display: block;padding: 1.56rem;transition: 0.6s;    position: relative;z-index: 1;}
.nry_left .nry_ej_dh li::after{    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 0;
    transform: skew(-13deg, 0deg);}
	.nry_left .nry_ej_dh li.on::before,.nry_left .nry_ej_dh li:hover::before{content: "";display: block;width: 11px;height: 16px;background: url(../images/ej/nry_dh_bg.png) no-repeat;position: absolute;    bottom: -6px;right: 0;}
.nry_left .nry_ej_dh li.on::after,.nry_left .nry_ej_dh li:hover::after{background: #f07120;font-weight: bold;}

.qrid_zz{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.9);display: none;top: 0;left: 0;z-index: 1000000;display: none;justify-content: center;align-items: center;}
.qrid_zz #qrid{padding: 8px;background: #fff;border-radius: 5px;}


.nry_left .news .d1{cursor: pointer;}

.nry_zxdt{width: 27.58%;float: right;}
.nry_zxdt .title img{margin-right: 10px;}
.nry_zxdt .title{text-align: center;font-size: 24px;text-align: center;color: #fff;padding: 12px 0;background: #0065be;}
.nry_zxdt ul{background: #fafafa;}
.nry_zxdt ul li{margin: 0 auto;border-bottom: 1px solid #d9d9d9;padding: 0 6%;transition: 0.4s; height:6rem; }
.nry_zxdt ul li:hover{  box-shadow: 0 0 10px rgba(0,0,0,0.5); transition: 0.4s; }
.nry_zxdt ul li a:hover{padding-left:25px; transition: 0.4s; }
.nry_zxdt ul li a{display: block;padding: 10px 0 10px 15px;  }
.nry_zxdt ul li .sj{font-size: 12px;color: #666666;line-height: 1.5rem;}
.nry_zxdt ul li .bt{font-size: 1rem;color: #333333;position: relative;line-height: 1.5rem;transition: .5s;}
.nry_zxdt ul li .bt::before{content: "";display: block;width: 5px;background: #5282e4;position: absolute;left: -13px;top: 8px;height: 5px;}
.nry_zxdt ul li:hover .bt{color: #f07120;}



.nry_zxdt tr{background: #fafafa;}
.nry_zxdt tr td+td{margin: 0 auto;border-bottom: 1px solid #d9d9d9;padding: 0 6%;transition: 0.4s; height:6rem; }
.nry_zxdt tr td+td+td{margin: 0 auto;border-bottom: 1px solid #d9d9d9;padding: 0 6%;transition: 0.4s;  }
.nry_zxdt tr:hover{  box-shadow: 0 0 10px rgba(0,0,0,0.5); transition: 0.4s; }
.nry_zxdt tr td a:hover{padding-left:25px; transition: 0.4s; }
.nry_zxdt tr td a{display: block;padding: 10px 0 10px 15px;  }
.nry_zxdt tr td .timestyle1014549{font-size: 12px;color: #666666;line-height: 1.5rem;}
.nry_zxdt tr td .c1014549{font-size: 1rem;color: #333333;position: relative;line-height: 1.5rem;transition: .5s;}
.nry_zxdt tr td .leaderfont1014549::before{content: "";display: block;width: 5px;background: #5282e4;position: absolute;left: -13px;top: 8px;height: 5px; position: relative; top:5px;  left: 25px;}
.nry_zxdt tr:hover .bt{color: #f07120;}


@media(max-width: 1200px){
	.nry_left .nry_ej_dh{display: none;}
	.nry_left{width: 100%;}
	.nry_zxdt{width: 100%;}
}





.xuesheng{}
.xuesheng .box1{}
.xuesheng .box1 .left{}
.xuesheng .box1 .left .x_box{display: flex;justify-content: space-between;align-items: center;padding: 5% 5% 0;}
.xuesheng .box1 .left .x_box .x_tit{width: 18%;font-size: 18px;color: #fff;padding: 1.4rem 1%;background: #0065be;text-align: center;font-weight: bold;border-radius: 5px;}
.xuesheng .box1 .left .x_box ul{width: 77%;padding: 0;}
.xuesheng .box1 .left .x_box ul li{width: 33%;padding: 0.3rem 0 0.3rem 13px;background: url(../images/ej/jgsz_xfk.jpg) no-repeat left 10px;}
.xuesheng .box1 .left .x_box ul li a{}


@media(max-width: 1100px){
	.xuesheng .box1 .left .x_box{    padding: 3% 5% 0;}
}

@media(max-width: 1100px){
	.xuesheng .box1 .left .x_box{    padding: 2% 5% 2%;}
	.xuesheng .box1 .left .x_box .x_tit{font-size: 14px;width: 20%;}
}
@media(max-width: 375px){
	.xuesheng .box1 .left .x_box .x_tit{width: 24%;}
	.xuesheng .box1 .left .x_box ul{width: 72%;}
}




/* 二级页样式结束 */
