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

.loader{ position:fixed; top:0; right:0; bottom:0; left:0; z-index:1000000; background:#fff}

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

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow{ overflow:hidden}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s 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%}
.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: 1rem;color: #333333;line-height: 26px;margin-bottom: 1.625rem;/* text-indent: 2rem; */}
.ar_article p:last-child{ margin-bottom:0}
.ar_article strong{ font-weight:bold;}
.ar_article img{max-width:100%;margin-left: -2.25rem;}
.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:block;min-width: auto !important;}

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

/*Slider 开始*/
.miso_qh{ opacity:0; visibility:hidden; transition:0.6s}
.miso_qh.miso-initialized{ opacity:1; visibility:visible;}
.miso-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; z-index:0}
.miso-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; z-index:0}
.miso-list:focus{outline: none;}
.miso-list.dragging{ cursor: pointer; cursor: hand;}
.miso-slider .miso-track,
.miso-slider .miso-list{ -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); min-width:100%}
.miso-track {position: relative;left: 0;top: 0;display:inline-block;zoom: 1;margin-left: auto;margin-right: auto;vertical-align: top;}
.miso-track:before,
.miso-track:after{ display: table; content: '';}
.miso-track:after{ clear: both;}
.miso-loading .miso-track{ visibility: hidden;}
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; -moz-user-select:text; -khtml-user-select: text; user-select:text;}
[dir='rtl'] .miso-slide{ float: right;}
.miso-slide img{ display: block;}
.miso-slide.miso-loading img{ display: none;}
.miso-slide.dragging img{ pointer-events: none;}
.miso-initialized .miso-slide{ display: block;}
.miso-loading .miso-slide{ visibility: hidden;}
.miso-vertical .miso-slide{ display: block; height: auto;}
.miso-arrow.miso-hidden {display: none;}

.miso-loading .miso-list{ background: #fff ;}
.miso-arrow{ z-index:1}
.miso-prev,
.miso-next{font-size: 0;line-height: 0;  position: absolute; top: 50%; display: block; width: 20px; height: 20px;padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;}
.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus{ color: transparent; outline: none; background: transparent;}
.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before{ opacity: 1;}
.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before{ opacity: .25;}

.miso-prev:before,
.miso-next:before{ font-size:2rem; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold; cursor:pointer}

.miso-prev{ left: 0px;}
[dir='rtl'] .miso-prev{ right: 0px; left: auto;}
.miso-prev:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-prev:before{ content: ''; font-family:simsun;}

.miso-next{ right: 0px;}
[dir='rtl'] .miso-next{ right: auto; left: 0px;}
.miso-next:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-next:before{ content: ''; font-family:simsun;}

/* Dots */
.miso-dots {position: absolute;bottom:0;list-style: none;/* display: none !important; */text-align: right;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,.list_box_07 .miso-arrow{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}
} 
/*Slider 结束*/


.piaofu{ width:65px; position:fixed; right:15px; z-index:100000; bottom:30%}
.piaofu .anniu{display:inline-block;width: 60px;height: 60px;line-height: 60px;background: #fff;border-radius: 100%;margin-bottom: 5px;}
.piaofu .anniu a{ display:block; width:100%; height:100%; position:relative; z-index:1}
.piaofu .anniu a h4{line-height: 60px;}
.piaofu .anniu:hover a h4{ -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
.piaofu .anniu a h6{ font-size:12px; color:#6a6c6d}
.piaofu .anniu.anniu01,.piaofu .anniu.anniu02{ cursor:pointer; position:relative}
.piaofu .anniu.anniu01 .piao_ewm{border-radius: 2px;position:absolute;left: -109px;bottom: -1px;border: #e5e5e5 1px solid; display:none}
.piaofu .anniu.anniu01 .piao_tel{border-radius: 30px;position:absolute;width: 230px;height:60px;right: 0;top: 0;background:#3b73cb;display:none;padding: 0 35px;font-size: 20px;color: #fff;}
.piaofu .anniu.anniu02{ display:none}
.piaofu .anniu.anniu02 a h4{margin-top:-3px;}
.anniu_close img{ position:absolute; top:-15px; right:-10px; width:18px; height:18px; cursor:pointer}

.Statistical{display:inline-block; margin-left:12px;}
.Statistical span,.Statistical span img{ vertical-align:top}
.bd_weixin_popup{ box-sizing:content-box}
.bd_weixin_popup .bd_weixin_popup_foot{ text-align:center !important}

@-webkit-keyframes anim-open-2 {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes anim-open-2 {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

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

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


#gotop{position:fixed;z-index:90;bottom: 4rem;right: 1rem;box-sizing:border-box;text-align:center;cursor:pointer;-moz-transition:all .5s;-webkit-transition:all .5s;width: 2.875rem;height: 2.875rem;line-height: 2.875rem;background: #ff7f0a;opacity:1;visibility:visible;overflow:hidden;}
#gotop.hide{ height:0; opacity:0; visibility:hidden}
#gotop svg{width: 1.375rem;height: 1.375rem;display: inline-block;fill: #fff;vertical-align: middle;margin: -3px 0 0; transition:.6s}
#gotop:hover{ border-radius:50%}

@font-face{ font-family:SourceHanSerifCN-Bold-2; src:url(../font/SourceHanSerifCN-Bold-2.otf);}

@media (max-width:4000px){html{font-size:16px;}}
@media (min-width:1600px) and (max-width:1940px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:14px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:13px;}}
@media (max-width:328px){html{font-size:12px;}}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{ margin:0 auto; max-width: 1500px; padding:0 50px}

.header_top{height: 50px;position: relative;z-index: 1001;}
.header_top .w1200{ height: 100%; display: flex; align-items: center; justify-content: flex-end;}
.header_top .logo{ display: flex; align-items: center;}
.header_top .right .fl01{display: none;align-items: center;font-size: 12px;color: #fff;justify-content: flex-end;padding: 10px 0 5px;}
.header_top .right .fl02{padding: 0;justify-content: flex-end;display: flex;align-items: center;}
#showtime{ margin-left: 10px;}

.list_box_01{display: flex;position: relative;z-index: 1;}
.list_box_01>li{font-size: 12px;color: #fff;position: relative;margin-left: 1.25rem;display: flex;align-items: center;line-height: 40px;transition: .5s;}
.list_box_01>li>a:after{content: "";position: absolute;right: 0;background: url(../images/down_xl.svg) center no-repeat;width: 8px;height: 8px;top: 50%;margin-top: -4px; transition: .5s;}
.list_box_01>li>a{position:relative;display: block;padding: 0 12px 0 0;}
.list_box_01>li .box_scroll ul{height: 16rem;overflow: hidden;overflow-y: scroll;}
.list_box_01>li .box_scroll ul::-webkit-scrollbar {width:1px;height: 8px;background-color: #F5F5F5;}
.list_box_01>li .box_scroll ul::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.list_box_01>li .box_scroll ul::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #0a3f89;}
.list_box_01>li .box_scroll{position: absolute;top: 100%;left: 50%;width: 28rem;background: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.1);padding: 1.5rem 1.5rem;transform: translateX(-50%) translateY(1rem);opacity: 0;visibility: hidden;transition: .5s;}
.list_box_01>li ul::before{content: "";position: absolute;top: 0;border-left: transparent 5.5px solid;border-right: transparent 5.5px solid;border-top: #0a3f86 6px solid;left: 50%;margin-left: -5.5px; transition: .5s;}
.list_box_01>li ul li{margin: 0 0 1.5rem;}
.list_box_01>li ul li:last-child{ margin-bottom:0}
.list_box_01>li ul h3{font-size: 1.125rem;color: #0a3f89;font-weight: bold;margin-bottom: 1rem;padding: 0 0 0 calc(1rem - 4px);border-left: #0a3f89 4px solid;line-height: 1.25;}
.list_box_01>li ul .box{ display:flex; flex-wrap: wrap}
.list_box_01>li ul .box a{min-width:33.33%;line-height: 1.875;font-size: .875rem;color: #666;background: url(../images/sub_nav.svg) left .5rem no-repeat;padding: 0 0 0 1rem; display: block; transition: .5s;}


.list_box_01>li .sub_nav1{position: absolute;top: 100%;left: 50%;width: 9.125rem;background: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.1);padding: 1.5rem 1rem;overflow: hidden;transform: translateX(-50%) translateY(1rem);opacity: 0;visibility: hidden;transition: .5s;}
.list_box_01>li .sub_nav1::before{content: "";position: absolute;top: 0;border-left: transparent 5.5px solid;border-right: transparent 5.5px solid;border-top: #0a3f86 6px solid;left: 50%;margin-left: -5.5px; transition: .5s;}
.list_box_01>li .sub_nav1 a{display: block;width:100%;line-height: 2.25;font-size: .875rem;color: #666;background: url(../images/sub_nav.svg) left .625rem no-repeat;padding: 0 0 0 1rem; transition: .5s;}

@media(min-width: 1200px){
.list_box_01>li:hover .box_scroll{ transform: translateX(-50%) translateY(0); opacity:1; visibility:visible}
.list_box_01>li:hover .sub_nav1{ transform: translateX(-50%) translateY(0); opacity:1; visibility:visible}
.list_box_01>li:hover:after{ transform: rotate(180deg);}
}

.list_box_02{display: flex;position: relative;margin-left: 1.25rem;}
.list_box_02::before{content: "";position: absolute;left: 0;top: 50%;margin-top: -9px;height: 18px;width: 1px;background: #ccc;}
.list_box_02>li{font-size: 12px;color: #fff;position: relative;margin-left: 1.25rem;display: flex;align-items: center;line-height: 40px; transition: .5s;}

#nav{padding: 0;position: relative;z-index: 1000;}
#nav>.w1200{display: flex;align-content: center;justify-content: space-between;align-items: center;}
#nav .logo{width: 14rem;}
#nav .logo img{width: 100%;}
#nav ul{display:flex;justify-content: space-around;width: calc(100% - 20rem);}
#nav ul li{z-index:0;height: 40px;position: relative;flex: 1;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;white-space: nowrap;}
#nav ul li h3{font-size: 14px;color: #fff;height: 100%;line-height: 40px;position:relative;transition: .36s;width: 100%;text-align: center;z-index: 1;display: flex;align-items: center;justify-content: center;padding-left: 11px;}
#nav ul li h3:before{content:"";position:absolute;left: 0;width: 100%;top: 0;transition:.6s;opacity:0;visibility:hidden;height: 0;z-index: -1;}
#nav ul li h3:after{content:"";width: 6px;transition:.6s;background: url(../images/down-white.png) center no-repeat;background-size: 100%;height: 6px;display: inline-block;margin-left: 5px;}
#nav ul li.on1 h3:after{ opacity:1; visibility:visible}
#nav ul li a i{ margin:-3px 0 0 .625rem; display:inline-block; width:10px; height:5px; background:; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:;}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav .sub_nav{display: flex;flex-direction: column;width: 212px;transition: .5s;transform: scaleY(0) translateX(-50%);transform-origin: top;opacity: 0;visibility: hidden;position: absolute;top:100%;z-index:1;padding: 1rem .75rem 1.875rem;left: 50%;/* background: #fff; */z-index: 10;}
#nav .sub_nav:before{content:"";position:absolute;top: 0;right:0;bottom:0;left:0;background: #fff url(../images/sub_nav_bg.png) left bottom no-repeat;z-index:-1;box-shadow: 0 0 30px rgba(0,0,0,.05);border-radius: 0;}
#nav .sub_nav:after{content:"";position:absolute;border-left: transparent 6px solid;border-right: transparent 6px solid;border-bottom: #fff 8px solid;top: -8px;left: 50%;margin-left: -6px;}
#nav .sub_nav a{display: flex;align-items: center;justify-content: center;font-size: 14px;color: #333333;transition: .5s;border-radius: 0;border-bottom: #f0ece8 1px dashed;line-height: 3;/* padding: 0 1.5rem !important; */text-align: center;}

#nav li.on>a h3, #nav li:hover>a h3{ color: #fff;}
#nav li.on>a::before, .list_box_nav_pc li.on2>a::before{ opacity: 0; visibility: hidden;}
#nav li.on>a::after{ opacity: 1; visibility: visible; width: 16px;}

#nav li:hover .sub_nav{transform: scaleY(1) translateX(-50%);opacity: 1;visibility: visible;}
#nav li .sub_nav a:hover{/* background: #0a3f89; */color: #0a3f89;}
#nav ul li:hover h3:before, #nav ul li.on h3:before{height: 100%;opacity: 1;visibility: visible;}


.search_btn{ margin-left:1.25rem;  }
.search_btn svg{ fill:#ccc; transition: .5s;}
.search_btn{cursor: pointer;}
.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: 100%;
	z-index: 10000000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: rgba(10,63,137,.5);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;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
	max-width: 1200px;
	margin: 0 auto;
}

.search-dialog{
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	width: 94%;
	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,.4);
	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 .search-input.on input[type=submit]{

}

.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;
	background-image:;
}
.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,127,10,1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff7f0a;
    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);
    }
}
.m_tc_search{ position:absolute; bottom:15px; left:15px; right:15px}
.search_box{display:flex;width: 100%;justify-content: center;}
.search_box input.input{width: calc(100% - 25.375rem);height: 3.5rem;background: #f3f3f3;/* border-radius: 1.75rem 0 0 1.75rem; */padding: 0 1.5rem;}
.search_box input.submit{width: 4.375rem;height: 3.5rem;/* border-radius: 0 1.75rem 1.75rem 0; */padding: 0 1.5rem;background: #ff7f0a url(../images/submit.svg) center no-repeat;background-size: 22px 22px;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: 60px;}
.m_header_box header{padding:0 15px;height: 60px;background: #0a3f89;box-shadow: 0 3px 5px rgba(0,0,0,.05);position*: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo img{height: 34px;}

/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#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: 14px;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_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 30px 15px 70px;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;background: #0a3f89;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 0;right: 15px;left: 15px;font-size: 28px;color:#fff;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .list_box0{text-align:center;width: 100%;padding-right: 2rem;justify-content: center;padding-left: 1rem;}
#m_nav .list_box0 .li{ text-align:center}

.list_box_nav_mobile{width:100%;height: 100%;/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: scroll;}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.1);line-height: 4rem;color: #fff;padding: 0;font-size: 1.125rem;display: flex;position: relative; transition:.5s}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 10%;height: 4rem;display: inline-block;background: url(../images/arrow_down.svg) calc(100% - 5px) center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;top: 0;}
.list_box_nav_mobile>li.on1 i{background: url(../images/arrow_down_on.svg) calc(100% - 5px) center no-repeat;}

.list_box_nav_mobile>li.on .a{ border-bottom:1px solid rgba(255, 255, 255, 0.3)}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color:rgba(255,255,255,.7);line-height: 2.5;}
.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; }

/*导航按钮结束*/

/*手机端结束*/

/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.banner { padding: 0px; overflow: hidden; }
.banner ul li a::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left:0;background: url(../images/jianbian.png) center bottom no-repeat;background-size: 100% auto;z-index: 0;}
.banner ul li a {display: block;position: relative;overflow: hidden;border-radius: 0px;padding-bottom: 100vh !important;z-index: 1;}
.banner ul li a img { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; }
.banner ul li a h5 { position: absolute; left: 0px; right: 0px; padding: 0px 10rem 0px 2.75rem; font-size: 2rem; color: rgb(255, 255, 255); line-height: 1.5; bottom: 2rem; z-index: 1; font-family: "Microsoft Yi Baiti"; }
#banner .miso-dots {bottom: 2.25rem;width: 100%;padding: 0 50px;}
#banner .miso-dots li {text-align: center;border-radius: 0.5rem; width: 0.8rem;height: 0.8rem; line-height: 0.875rem;transition: all 0.5s ease 0s;/* margin: 0px 0.75rem; *//* background: url(../images/miso-dots.png) center no-repeat; */ background:#0a3f89;}
#banner .miso-dots li.miso-active {/* background: url(../images/miso-dots_on.png) center no-repeat; */ background:#ff7f0a;}
.banner .miso-arrow {width: 2.75rem;height: 2.75rem;z-index: 10;background-size: 100% 100% !important;}
.banner .miso-prev {background: url("../images/prev1.png") center center no-repeat;left: 3%;}
.banner .miso-next {background: url("../images/next1.png") center center no-repeat;right: 3%;}


.n_padding{padding: 5.25rem 0 5.25rem;overflow: hidden;}

.title001{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.375rem;}
.title001 .ll h4{font-family:SourceHanSerifCN-Bold-2;font-size: 1.625rem;color: #cccccc;opacity: .5;text-transform: uppercase;}
.title001 .ll h3{font-family:SourceHanSerifCN-Bold-2;font-size: 1.875rem;color:#0a3f89;margin: -1rem 0 0;position: relative;}
.title001 .rr a{ display: flex; align-items: center; font-size: 1rem; color: #999999; transition:.5s}
.title001 .rr font{ color: #003399; margin-left: .125rem;}
.title001 .rr a .line{display: flex;align-items: center;position: relative;z-index: 1;margin-left: 1rem;}
.title001 .rr a .dots{display: flex;width: 23px;height: 23px;position: relative;margin-left: -.75rem;}
.title001 .rr a .dots::before{ content: ""; position: absolute; background: rgba(10, 63, 137, 0.15); width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; animation: circleScale 3s infinite; transition: .5s;}
.title001 .rr a .dots::after{ content: ""; position: absolute; background: #0a3f89; width: 7px; height: 7px; top: 50%; left: 50%; margin-left:-3.5px; margin-top: -3.5px; border-radius: 50%;}

@keyframes circleScale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.container01{background: #f5f5f5;padding: 3.25rem 0 5.25rem;}

.container01 .content{ display: flex; flex-wrap: wrap;}
.container01 .left{width: 50%;padding: 0 1.5rem 0 0;overflow: hidden;}
.container01 .right{ width: 50%; padding: 0 0 0 1.5rem;}

.list_box_03 li a{ display: block; position: relative;}
.list_box_03 li a:after{position:absolute;top:0px;width:100%;height: 0;background-color:#eee;content:"";transition:height 1s cubic-bezier(0.22, 0.16, 0, 0.91);z-index:1;display: none;}
.list_box_03 li a .img .img_hezi{ padding-bottom: 28.125rem !important;}
.list_box_03 li a .img img{}
.list_box_03 li a .img:after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left:0;background: url(../images/list_box_03_bg.png) center bottom no-repeat;background-size: 100% auto;;}
.list_box_03 li a .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;flex-direction: column;justify-content: space-between;}
.list_box_03 li a .top .time{margin:0 0 0 2.375rem;width: 95px;height: 91px;position: relative;z-index: 1;display: flex;flex-direction:column;justify-content:center;align-items:center;}
.list_box_03 li a .top .time svg{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1}
.list_box_03 li a .top .time h3{ font-size: 2.25rem; color:#fff}
.list_box_03 li a .top .time h6{ font-size: .875rem; color:#fff; margin:.25rem 0 .5rem}
.list_box_03 li a .top h5{ padding: 0 7.5rem 0 1.875rem; font-size: 1.25rem; color: #fff; line-height: 1.5; margin-bottom: 1rem;}

.list_box_03 .miso-arrow{ background: #ff7f0a; width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; top: auto; transform: translateY(0); bottom: 0;}
.list_box_03 .miso-arrow svg{ width: 1.75rem; height: 1.75rem; fill:#fff;}
.list_box_03 .miso-arrow.miso-prev{ background: #0a3f89; left: auto; right: 3rem;}

.list_box_04{ background: #fff; height: 28.125rem; display: flex; flex-direction: column; justify-content: center; padding: 0 2.75rem; position: relative;}
.list_box_04::before{content: "";position: absolute;left: 0;bottom: 0;height: 7px;background: #0a3f89;width: 0;transition: width 1s cubic-bezier(0.22, 0.16, 0, 0.91);transition-delay: .5s;}
.list_box_04 li *{ transition: .5s}
.list_box_04 li a{ width: 100%; height: 2.25rem; display: flex; justify-content: space-between; align-items: center;}
.list_box_04 li h5{font-size: 1.125rem;color: #666666;width: calc(100% - 10.25rem);position: relative;padding: 0 0 0 1.125rem;}
.list_box_04 li h5:before{ content:""; position:absolute; left:0; width:5px; height: 5px; background:#0a3f89; border-radius:50%; top:50%; margin-top:-2.5px; }
.list_box_04 li span{font-size: 1rem;color: #666666;}

.list_box_04::before{ width: 100%;}
.list_box_03 li a .img img{ opacity: 1; transform: scale(1);}
.list_box_03 li a::after{ height: 0;}

.container02 .content{ display: flex; margin: 0 -1.125rem;}
.container02 .content .box{ width: 33.33%; padding: 0 1.125rem;}

.list_box_05{ }
.list_box_05 li *{ transition: .5s}
.list_box_05 li a{width: 100%;line-height: 2.25rem;display: block;justify-content: space-between;align-items: center;font-size: 1.125rem;color: #666666;padding: 0 0 0 1.125rem;position: relative;}
.list_box_05 li a:before{ content:""; position:absolute; left:0; width:5px; height: 5px; background:#0a3f89; border-radius:50%; top:50%; margin-top:-2.5px; }

.list_box_06 li{ margin-bottom: 1.625rem;}
.list_box_06 li:last-child{ margin-bottom:0}
.list_box_06 li *{ transition: .5s;}
.list_box_06 li a{ display: flex; align-items: center; align-items: center;}
.list_box_06 li a .ll{ width: 4rem; height: 3rem; border-right: #ddddd 1px solid; display: flex; align-items: center; border-right: #dddddb 1px solid; position: relative;}
.list_box_06 li a .ll::before{ content: ""; position: absolute; right: -1px; top: 50%; width: 1px; height: 0px; background: #0a3f89; transition: .5s;}
.list_box_06 li a .ll .time{ text-align: center;}
.list_box_06 li a .ll .time h3{ font-size: 1.875rem; color: #0a3f89;}
.list_box_06 li a .ll .time h6{ font-size: 12px; color: #0a3f89; margin-top: .25rem;}
.list_box_06 li a .con{ width: calc(100% - 4rem); padding: 0 0 0 1rem;}
.list_box_06 li a .con h5{ font-size: 1.125rem; color: #666666; line-height: 24px; height: 48px;}

.container03{ background: #f5f5f5;}

.list_box_07{margin: 0 -.625rem;margin-bottom: 4rem;padding: 0 30px;}
.list_box_07 li{ width: 25%; padding: 0 .625rem;}
.list_box_07 li *{ transition: .5s;}
.list_box_07 li .img .img_hezi{ padding-bottom: 71.64% !important;}
.list_box_07 li .con{margin: -2.5rem .75rem 1rem 1rem;background: #fff;position: relative;box-shadow: 0px 6px .625rem 0px rgba(0, 0, 0, 0.25);height:5.625rem;border-radius: 0 1.25rem 0 0;display: flex;align-items: center;padding: 0 1.75rem;}
.list_box_07 li .con::before{content: "";position: absolute;bottom: 0;left: 0;width: 0;background: #0a3f89;transition: width 1s cubic-bezier(0.22, 0.16, 0, 0.91);transition-delay: .5s;height: .375rem;}
.list_box_07 li .con h5{font-size: 1rem;color:#333333;line-height: 22px;height:44px;width: 100%;}

[data-aos=line_r].aos-animate .list_box_07 li .con::before{ width: 100%;}

.title001s{ justify-content:center; position:relative}
.title001s .ll{ text-align: center;}
.title001s .rr{ position:absolute; right:0}

::before, ::after{ transition: .5s;}

.list_box_08{ margin: 0 -1.625rem; padding: 0 5rem;}
.list_box_08 .miso-list{ padding: 1rem 0; margin: -1rem 0;}
.list_box_08 li{ width: 33.33%; padding: 0 1.625rem;}
.list_box_08 li *{ transition: .5s;}
.list_box_08 li a{display: block;position: relative;z-index: 1;padding: 1rem;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);}
.list_box_08 li a::before{ content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 0; background: #0a3f89; z-index: -1;}
.list_box_08 li a::after{ content: ""; position: absolute; bottom: 0; left: 0; right: 0; top: 0; background: url(../images/list_box_08_bg.png) right 65% no-repeat; z-index: -1; opacity: 0;}
.list_box_08 li .img .img_hezi{ padding-bottom: 68% !important;}
.list_box_08 li .con{padding: 1.25rem 1.125rem .5rem;}
.list_box_08 li .con h6{ font-size: 1rem; color: #666666; line-height: 1.5;}
.list_box_08 li .con h5{font-size: 1.125rem;color: #0a3f89;line-height: 24px;height: 48px;font-weight: bold;margin: .5rem 0;}
.list_box_08 li .con p{ font-size: 1rem; color: #666666; line-height: 1.875rem; height: 3.75rem;}
.list_box_08 .miso-arrow{ background: #ff7f0a; width: 3.25rem; height: 3.25rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: .5s;}
.list_box_08 .miso-arrow svg{ width: 1.75rem; height: 1.75rem; fill:#fff;}
.list_box_08 .miso-arrow.miso-prev{ left: 1.625rem;}
.list_box_08 .miso-arrow.miso-next{ right: 1.625rem;}

.list_box_09{margin: 0 -.75rem;margin-bottom: 5rem;padding-bottom: 2.5rem;}
.list_box_09 li{ width: 25%; padding: 0 .75rem;}
.list_box_09 li *{ transition: .5s;}
.list_box_09 li a{ display: block; position: relative}
.list_box_09 li .img .img_hezi{ padding-bottom: 71.64% !important;}
.list_box_09 li .con{background: #0a3f89;position: absolute;box-shadow: 0px 6px .625rem 0px rgba(0, 0, 0, 0.25);height: 3.375rem;display: flex;align-items: center;padding: 0 0 0 1rem;left: 0;right: 0;bottom: 0;width: calc(100% - 3.75rem);}
.list_box_09 li .con::before{content: "";position: absolute;bottom: 0;right: -1.625rem;width: 0;border-top: transparent 3.375rem solid;border-left: #0a3f89 1.625rem solid;}
.list_box_09 li .con h5{font-size: 1rem;color: #fff;line-height: 1.5;width: 100%;}

.list_box_09 .miso-dots li{ width: .625rem; height: .625rem; background: #0a3f89; border-radius: 50%; padding: 0; margin: 0 .5rem;}
.list_box_09 .miso-dots li.miso-active{ background: #ff7f0a;}

.list_box_10{margin: 0 -.625rem;padding: 0 2.875rem;}
.list_box_10 .miso-list{ padding: 1rem 0; margin: -1rem 0;}
.list_box_10 li{ width: 20%; padding: 0 .625rem;}
.list_box_10 li *{ transition: .5s;}
.list_box_10 li a{display: block;position: relative;z-index: 1;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);border-radius: 0.875rem;overflow: hidden;}
.list_box_10 li a::before{ content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 0; background: #0a3f89; z-index: -1;}
.list_box_10 li a::after{ content: ""; position: absolute; bottom: 0; left: 0; right: 0; top: 0; background: url(../images/list_box_08_bg.png) right 65% no-repeat; z-index: -1; opacity: 0;}
.list_box_10 li .img{/* border-radius: .75rem; */}
.list_box_10 li .img .img_hezi{padding-bottom: 35.77% !important;}
.list_box_10 .miso-arrow,.list_box_07 .miso-arrow{width: 19px;height: 35px;display: flex;align-items: center;justify-content: center;border-radius: 50%;transition: .5s;}
.list_box_10 .miso-arrow svg,.list_box_07 .miso-arrow svg{width: 100%;height: 100%;fill: #c3c3c3; transition: .5s;}
.list_box_10 .miso-arrow.miso-prev{ left: .625rem;}
.list_box_10 .miso-arrow.miso-next{ right: .625rem;}

footer .fl01{ background: #0a3f89; padding: 3.125rem 0 2.5rem;}
footer .fl01 .w1200{ display: flex; flex-wrap: wrap;}
footer .fl01 .left{ width: 9.25rem; font-size: 1.5rem; color: #fff; line-height: 2.5rem;}
footer .fl01 .right{ width: calc(100% - 9.25rem);}
footer .fl01 .right .content{ display: flex; margin: 0 -1.5rem; flex-wrap: wrap;}
footer .fl01 .right .content .box{ width: 25%; padding: 0 1.5rem;}

.miso-wailian .box .box_rr{width:100%;font-size:14px;color: #414141;height: 2.5rem;line-height: 2.375rem;border: #cccccc 1px solid;position:relative;border-radius: .625rem;padding: 0;cursor: pointer;}
.miso-wailian .box .box_rr dt{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;padding: 0 2rem 0 1.25rem;text-align: left;position: relative;color: #fff;}
.miso-wailian .box .box_rr dt:before{content:"";position:absolute;background:#adcde3;right: 3rem;width:1px;height:1.375rem;top:50%;margin-top:-.625rem;display: none;}
.miso-wailian .box .box_rr dt font{color: #414141;margin: 0 .875rem;}
.miso-wailian .box .box_rr svg{position:absolute;right: 1.125rem;top: .75rem;width: 12px;height: 14px;fill: #fff;}
.miso-wailian .box .box_rr .con .dl{position:absolute;bottom: 2.375rem;height: 340px;overflow-y: scroll;left: 0;background: #0a3f89;border: #cccccc 1px solid;padding: 10px 12px;opacity:0;visibility:hidden;width: 100%;z-index:2;box-shadow: 0 0 10px rgba(0,0,0,.15);transition:.5s;transform:scaleY(0);transform-origin:bottom;border-radius: .625rem;}
.miso-wailian .box .box_rr .con .dl dd{font-size: 12px;line-height: 1.875;overflow:hidden;text-overflow:ellipsis;color: #333;margin: 5px 0;}
.miso-wailian .box .box_rr .con .dl dd a{color: #fff;transition: .6s;}
.miso-wailian .box .box_rr .con .dl dd a:hover{color: #ff7f0a;}

.miso-wailian .box .box_rr.on .con .dl{opacity:1;visibility:visible;transform: scaleY(1);}

footer .fl02{ background: #0a3f89; padding: 0 0 3.75rem; }
footer .fl02 .w1200{display: flex;justify-content: space-between;align-items: center;}
footer .fl02 .center{flex: 1;display: flex;padding: 0 3.75rem;justify-content: center;}
footer .fl02 .left{ display:flex; flex-direction:column; justify-content:center; align-items:center}
footer .fl02 .left img{ max-width:12rem; max-height:4rem; margin:.5rem 0}

.tc1 .tc{pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; position:  fixed;width:  100%;height:  100%;top: 0;z-index: 99999999999;}
.tc1 .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto; }
.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; background: #d9d9d9; border-radius: .5rem; overflow: hidden; top:50%; z-index:9999; width: 18rem; left:50%; margin-left: -9rem; margin-top: -9rem; padding: 1rem; -webkit-border-radius: .5rem; -moz-border-radius: .5rem; -ms-border-radius: .5rem; -o-border-radius: .5rem; }
.tc1 .tc.act .tc-box{  transform:scale(1);}
.tc1 .tc.act{display: block;  }
.tc1 .close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }
.tc1 .tc_bg {height: 100%;background: rgba(0,0,0,.7);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
.tc1 .tc-box h3 img{width:100%; margin: 0 auto;display: block;}
.tc1 .tc-box h5{ padding-top: 1rem; font-size: .875rem; color: #6c6c6c;text-align:center;}

.list_box_12{display: flex;margin-bottom: 1rem;}
.list_box_12 li{margin-left: .5rem;position: relative;}
.list_box_12 li a{display: flex;width: 3.5rem;height: 3.5rem;background: rgba(255,255,255,.15);border-radius: .625rem;align-items: center;justify-content: center;transition: .5s;}
.list_box_12 li .ewm{position:absolute;bottom: calc(100% + 1rem);padding:10px;background: #ff7f0a;left: 50%;transform: translateX(-50%) translateY(-1rem);transition: .5s;opacity: 0;visibility: hidden;z-index: 999;}
.list_box_12 li .ewm:before{content: "";position: absolute;bottom: -5px;border-left: transparent 5.5px solid;border-right: transparent 5.5px solid;border-top: #ff7f0a 6px solid;left: 50%;margin-left: -5.5px;transition: .5s;}
.list_box_12 li .ewm img{ width:7.5rem}

.list_box_12 li:hover .ewm{ transform: translateX(-50%) translateY(0); opacity:1; visibility:visible}

footer .fl02 .center .box{padding: .5rem 1.5rem;min-height: 150px;position: relative;}
footer .fl02 .center .box:before{ content:""; position:absolute; width:1px; height:9.375rem; background: rgba(255,255,255,.15); left:0}
footer .fl02 .center .box:first-child:before{ display:none}
footer .fl02 .center .box h4{font-size: 1.125rem;color: #fff;line-height: 1.25;margin-bottom: .75rem;}
footer .fl02 .center .box p{ font-size: .875rem; color: #cccccc; line-height: 24px; transition: .5s;}

footer .fl02 .right{display: flex;flex-direction: column;align-items: flex-end;}
footer .fl02 .right p{  font-size: .875rem; color: #cccccc; line-height: 24px;; text-align:right}

footer .fl03{ text-align: center; padding: 1rem 0; background: #07326e;}
footer .fl03 p{ font-size: .875rem; color: #cccccc; line-height:1.5}


.n_banner{ position:relative}
.n_banner .img .img_hezi{padding-bottom: 23.4375% !important;}
.n_banner .top{ position:absolute; top:0; right:0; bottom:0; left:0; display:flex; align-items:center; justify-content:center}
.n_banner .top h3 font{ font-size:3rem; color:#fff; padding:0 0 1rem; border-bottom:rgba(255,255,255,.3) 3px solid}

#nav_slide{background: #2066a4;line-height: 50px;position: relative;z-index: 2;display:none;}
#nav_slide #bnt_back{ position:absolute; left: 1rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 16px;color: #fff;text-align: center;}
#bnt_sub_nav{position: absolute;right: 1rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height: 28px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #2066a4;}

#sub_nav_content ul li ul{ display:none}

.n_container{padding: 0 0 6.25rem;position: relative;z-index: 1;background: #f8f8f8;}
.n_container .w1200.flex{ display:flex; justify-content:space-between}
.n_container .n_left{width: 244px;position: relative;z-index: 1;}
.n_container .n_left:before{content:"";position:absolute;width: 100%;height:11px;bottom: -11px;left: -4px;}
.n_container .n_left .h2{height: 88px;background: #0a3f89;background-size:cover;padding: 0 32px;position:relative;display: flex;justify-content: center;/* align-items: center; */flex-direction: column; z-index:1}
.n_container .n_left .h2:after{content:"";position:absolute;border-left: transparent 10px solid;border-right: transparent 10px solid;border-top: #0a3f89 10px solid;bottom: -10px;left: 20px;}
.n_container .n_left .h2 h2{font-size: 1.5rem;color:#fff;font-family: SourceHanSerifCN-Bold-2;}
.n_container .n_left .h2 h6{font-size: 12px;color:#cccccc;text-transform: uppercase;margin: .375rem 0 0;}
.n_container .n_left ul{padding: 0 0 140px;border-top: none;position:relative;background: #fff url(../images/n_left.png) calc(100% - 10px) calc(100% - 24px) no-repeat;border-bottom: #0a3f89 .375rem solid;}
.n_container .n_left ul:before{content:"";position:absolute;top:0;left: 0;bottom:2rem;}

.n_container .n_left .con ul li{font-size: 16px;color: #000000;position:relative;padding: 5px 0;}
.n_container .n_left .con ul li:first-child{ padding-top:20px}
.n_container .n_left .con ul li.on{ background:#f0f0f0}
.n_container .n_left .con ul li.on dl{display:block !important;}

.n_container .n_left .con ul li:before{content:"";position:absolute;bottom:0;left: 0;right: 0;height:1px;}
.n_container .n_left .con ul li:last-child:before{ }
.n_container .n_left .con ul li a img{ margin:-3px 14px 0 0}
.n_container .n_left .con ul li a:before{content:"";width: 3px;height: 0;position:absolute;left: 54px;top: 50%;transition:0.6s;margin-top: -.5rem;}
.n_container .n_left .con ul li.on>a:before, .n_container .n_left .con ul li:hover>a:before{height: 1rem;}
.n_container .n_left .con ul li:after{content:"";width:7px;height:11px;background:url(../images/left_jiantou.png) center no-repeat;position:absolute;right: 15px;top: 50%;transition:0.36s;margin-top: -5.5px;display: none;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{background:url(../images/left_jiantou_on.png) center no-repeat;}

.n_container .n_left .con ul li>a{color: #333333;display: block;/*overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/padding: 6px 50px 6px 30px;transition: 0.36s;margin: 0;position: relative;line-height: 22px;}
.n_container .n_left .con ul li:hover> a, .n_container .n_left .con ul li.on>a{color: #0f70a3;font-weight: bold;}

.n_container .n_left .con ul li dl{display:none;padding: 0 0 5px 30px;position:relative;}
.n_container .n_left .con ul li dl dd{height: auto;line-height: initial;padding: 0;}
.n_container .n_left .con ul li dl dd a{font-size: 14px;color: #333333;padding: 5px 0 5px 18px;position:relative;line-height: 24px;margin: 0;font-weight: normal !important;display: block;}
.n_container .n_left .con ul li dl dd:last-child a{ border:none}
.n_container .n_left .con ul li dl dd a:before{content:"";position:absolute;left: 0;top: 22px;background: #0a3f89;width: 6px;height: 6px;border-radius:50%;}
.n_container .n_left .con ul li:hover i, .n_container .n_left .con ul li.on i{ background:url(../images/left_jiantou_on.png) center no-repeat;}
.n_container .n_left .con ul li i{width: 30px;height: 35px;background: url(../images/left_jiantou.png) center no-repeat;position:absolute;right: 20px;top: 5px;transition:0.36s;cursor: pointer;background-position: center;}
.n_container .n_left .con ul li dl dd a:hover, .n_container .n_left .con ul li dl dd.on a{color: #0a3f89 !important;}
.n_container .n_left .con ul li dl dd a:hover:before, .n_container .n_left .con ul li dl dd.on a:before{}

.n_container .n_left .con ul li:first-child i{top: 20px;}

.n_container .n_right{width: calc(100% - 296px);margin: 0;padding: 3.75rem;background: #fff;}

.n_container .n_right .list_box_05{ margin-top:0}

.mianbao{height: 4.375rem;position: relative;display: flex;justify-content: flex-end;}
.mianbao .ll{line-height:3.75rem;font-size: 1.375rem;color: #000000;height: calc(100% + 3px);position:relative;padding: 0 2rem 0 .875rem;}
.mianbao .ll:before{content:"";position:absolute;/* width:100%; */height:4px;background:#0f70a3;border-radius: 2px;bottom:0;left: 0;right: 0;}
.mianbao h2{font-size: 24px;color: #323232;display:inline-block;position:relative;}
.position{font-size: .875rem;color: #666666;line-height: 4.5rem;position: relative;background: url(../images/position.png) left center no-repeat;padding: 0 0 0 1.5rem;}
.position img{ margin:-3px .5rem 0 0}
.position a{color: #666666;transition:0.36s;}
.position span{margin: 0 .125rem;}
.position em{color: #666666;font-style:normal;}
.position a:hover{color: #0a3f89;}

.fanye{text-align:center;margin: 2.5rem 0 0;}
.fanye img{ max-width:100%}

.n_news_detail .ar_article_box .nav01{overflow:hidden;margin-bottom: 2rem;text-align: center;}
.n_news_detail .ar_article_box h3{color: #323232;font-size: 1.75rem;line-height: 1.5;margin-bottom: .875rem;}
.n_news_detail .ar_article_box h6{display: block;color: #999999;font-size: 0.875rem;line-height: 1.5;margin-bottom: 0;vertical-align: top;padding: 0 0 1.75rem;border-bottom: #e5e5e5 1px dashed;}
.n_news_detail .ar_article_box h6 span{margin: 0 .25rem;}
.n_news_detail .ar_article_box h6 span img{ margin:-3px 6px 0 0}
/*====上一篇下一篇====*/
#ar_fot{position:relative;padding: 20px 0 0;box-sizing: border-box;width: 100%;margin-top: 2rem;border-top: #e5e5e5 1px solid;}
#ar_fot h1{display:block;width: 100%;line-height: 2.5rem;color: #000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 1rem;}
#ar_fot h1 span{ font-weight: bold;}
#ar_fot h1 a{color: #323232;font-weight:normal;transition: .5s;}
#ar_fot .bnt_back{ position:absolute; top:28px; right:0; color:#fff; background:#063579; padding:0 25px; font-size:14px; height:30px; line-height:30px;}
#ar_fot .bnt_back:hover{ border-radius:3px;}
#ar_fot h1 a:hover{color: #0f70a3;}

.list_box_wenzi{ display:flex; flex-wrap:wrap; margin: 0 -1.5625rem;}
.list_box_wenzi li{min-width: 50%;padding: 0 1.5625rem;} 
.list_box_wenzi li *{ transition: .5s}
.list_box_wenzi li a{width: 100%;line-height: 1.5;display: block;justify-content: space-between;align-items: center;font-size: 1.125rem;color: #666666;padding: 1.125rem 0 1.125rem 1.125rem;position: relative;border-bottom: #eeeeee 1px dashed;}
.list_box_wenzi li a:before{content:"";position:absolute;left:0;width:5px;height: 5px;background:#0a3f89;border-radius:50%;top: 1.75rem;margin-top:-2.5px;}

.list_box_riqi li{ margin-bottom: 0;}
.list_box_riqi li *{ transition: .5s;}
.list_box_riqi li a{display: flex;align-items: center;padding: 1.75rem 2.375rem;position: relative;z-index: 1;border-radius: 0 2.5rem 0 0;overflow: hidden; }
.list_box_riqi li a::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #0a3f89 url(../images/list_box_riqi_bg.png) right center no-repeat;opacity: 0;visibility: hidden;z-index: -1;}
.list_box_riqi li a .ll{width: 4.5rem;height: 3rem;display: flex;align-items: center;position: relative;}
.list_box_riqi li a .ll::before{content: "";position: absolute;right: -1px;top: 50%;width: 1px;height: 2.5rem;background: #d8d8d8;transition: .5s;margin-top: -1.25rem;transform: rotate(17deg);}
.list_box_riqi li a .ll .time{ text-align: center;}
.list_box_riqi li a .ll .time h3{font-size: 1.5rem;color: #0a3f89;}
.list_box_riqi li a .ll .time h6{font-size: .875rem;color: #0a3f89;margin-top: .375rem;}
.list_box_riqi li a .con{width: calc(100% - 4.5rem);padding: 0 0 0 1.5rem;}
.list_box_riqi li a .con h5{font-size: 16px;color: #333333;line-height: 1.5;position: relative;padding-right: 5rem;}
.list_box_riqi li a .con p{font-size: .875rem;color: #999999;line-height: 1.5;margin: .375rem 0 0;}
.list_box_riqi li a .con h5 font{font-size:13px;color: #666;position: absolute;top: 2px;right:0;display: flex;align-items: center;}
.list_box_riqi li a .con h5 font svg{width: 1.25rem;height: 1.25rem;fill: #666;margin: 0 .375rem 0 0;transition: 0s;}

/*翻页*/
.pages{margin: 3.75rem auto 0;}
.pages .box{display:flex;align-items:center;justify-content: center;}
.pages .box a{margin: 0 .25rem;transition:.5s;font-size: 1rem;color: #333333;display:flex;align-items:center;justify-content: center;height: 2.375rem;min-width: 2.375rem;padding: 0 .25rem;white-space: nowrap;border-radius: 5px;border: #c4c4c4 1px solid;}
.pages .box a span{padding: 0;}

.pages .box a.on, .pages .box a:hover{color:#fff; background: #0a3f89; border: #0a3f89 1px solid;}

.list_box_riqi1 li a{ padding: 1.125rem;}
.list_box_riqi1 li a .img{width: 10.625rem;min-width: 10.625rem; margin-right: 2rem;}
.list_box_riqi1 li a .img .img_hezi{ padding-bottom:66.47% !important}
.list_box_riqi1 li a .con { width: calc(100% - 4.5rem - 10.625rem - 2rem);}
.list_box_riqi1 li a::before{background: #0a3f89 url(../images/list_box_riqi_bg1.png) right center no-repeat;}

.n_teacher .fl01{ margin-bottom: 4.375rem}
.n_teacher .fl01 h3{position: relative;z-index: 1;margin-bottom: 0;}
.n_teacher .fl01 h3::before{ content: ""; position: absolute; top: 50%; border-bottom: #d1e4ff 1px dashed; z-index: -1; left: 0; width: 100%;}
.n_teacher .fl01 h3 font{font-size: 1.25rem;color: #0a3f89;font-weight: bold;background: #fff;padding: 0 .5rem 0 0;}

.list_box_09s{ display: flex; margin: 0 -1.25rem; flex-wrap: wrap;}
.list_box_09s li{width: 33.33%;padding: 0 1.25rem;margin-top: 4rem;}
.list_box_09s li *{ transition: .5s;}
.list_box_09s li a{ display: block; position: relative}
.list_box_09s li .img .img_hezi{ padding-bottom: 71.64% !important;}
.list_box_09s li .con{background: #0a3f89;position: absolute;box-shadow: 0px 6px .625rem 0px rgba(0, 0, 0, 0.25);height: 3.375rem;display: flex;align-items: center;padding: 0 0 0 1rem;left: 0;right: 0;bottom: 0;width: calc(100% - 3.75rem);}
.list_box_09s li .con::before{content: "";position: absolute;bottom: 0;right: -1.625rem;width: 0;border-top: transparent 3.375rem solid;border-left: #0a3f89 1.625rem solid;}
.list_box_09s li .con h5{font-size: 1rem;color: #fff;line-height: 1.5;}

.list_box_leader{ display: flex; margin: 0 -2.25rem; flex-wrap: wrap;}
.list_box_leader li{ width: 100%; padding: 0 2.25rem; margin-bottom: 2.5rem;}
.list_box_leader li a{ display: flex; background: #fff; box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);;}
.list_box_leader li a .img{ width: 9.75rem;}
.list_box_leader li a .img .img_hezi{ padding-bottom: 142.94% !important;}
.list_box_leader li a .con{width: calc(100% - 9.75rem);border-top:#0a3f89 4px solid;display: flex;flex-direction: column;/* align-items: center; */justify-content: center;padding: 0 1.125rem 1.5rem; background: url(../images/list_box_leader_bg.png) right 92% no-repeat;}
.list_box_leader li a .con h5{ font-size:1.25rem; color:#0a3f89; font-weight:bold; margin-bottom: .5rem}
.list_box_leader li a .con h5 font{position: relative;display: inline-block;/* border-bottom:#0a3f89 1px solid; */position:relative;}
.list_box_leader li a .con h5:before{ position:absolute;}
.list_box_leader li a .con p{font-size:.875rem;color: #000000;line-height:1.625;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
text-align: justify;
    text-justify: distribute;}

.fix-top{position: fixed;top: 100%;left: 0;right: 0;bottom: 0;transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-webkit-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-moz-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-ms-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-o-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;z-index:-1;overflow: hidden;overflow-y: scroll;}
.fix-top.showdiv{top: 0;}
.banner {overflow: hidden;position: fixed!important;top: 0px;left: 0;right: 0;bottom: 0;z-index: 1;}

.in-main{z-index: 3;background: #fff;padding: 0;}

.body_home{/* top: 0; *//* right: 0; *//* bottom: 0; *//* left: 0; *//* z-index: 10; */}

.body_home{display:none;}
.body_home.showdiv{display:block;}

.fix-top::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5;
}

.fix-top::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

.fix-top::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #333;
}

.banner .swipershubaio {position: absolute;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: #fff;bottom: 1rem;z-index: 3;cursor: pointer;}

.banner .swipershubaio:after {content: '';width: 300px;height: 300px;border-radius: 44%;background: #0a408a;position: absolute;top: 0;left: 50%;z-index: -1;-webkit-animation: swipershubaio1 5s infinite linear;animation: swipershubaio1 5s infinite linear;}

.banner .swipershubaio:before {content: '';width: 300px;height: 300px;border-radius: 35%;background: #0a408a;position: absolute;top: 0;left: 0%;opacity: .5;z-index: -2;-webkit-animation: swipershubaio2 7s infinite linear;animation: swipershubaio2 7s infinite linear;}

.banner .swipershubaio p {margin-top: 1rem;font-size: .9375em;}

.banner .swipershubaio figure { -webkit-animation: shubiao 1.4s infinite linear; animation: shubiao 1.4s infinite linear; }
@-webkit-keyframes shubiao { 0% { -webkit-transform: translateY(-10px); transform: translateY(-10px);
    opacity: 0; }
  100% { -webkit-transform: translateY(10px); transform: translateY(10px);
    opacity: 1; } }

@keyframes shubiao { 0% { -webkit-transform: translateY(-10px); transform: translateY(-10px);
    opacity: 0; }
  100% { -webkit-transform: translateY(10px); transform: translateY(10px);
    opacity: 1; } }

@-webkit-keyframes swipershubaio1 { 0% { -webkit-transform: translate(-50%, -4%) rotate(0); transform: translate(-50%, -4%) rotate(0); }
  100% { -webkit-transform: translate(-50%, -4%) rotate(360deg); transform: translate(-50%, -4%) rotate(360deg); } }

@keyframes swipershubaio1 { 0% { -webkit-transform: translate(-50%, -4%) rotate(0); transform: translate(-50%, -4%) rotate(0); }
  100% { -webkit-transform: translate(-50%, -4%) rotate(360deg); transform: translate(-50%, -4%) rotate(360deg); } }

@-webkit-keyframes swipershubaio2 { 0% { -webkit-transform: translate(-60%, 5%) rotate(0); transform: translate(-60%, 5%) rotate(0); }
  100% { -webkit-transform: translate(-60%, 5%) rotate(360deg); transform: translate(-60%, 5%) rotate(360deg); } }

@keyframes swipershubaio2 { 0% { -webkit-transform: translate(-60%, 5%) rotate(0); transform: translate(-60%, 5%) rotate(0); }
  100% { -webkit-transform: translate(-60%, 5%) rotate(360deg); transform: translate(-60%, 5%) rotate(360deg); } }
 
.index_miso{ padding*: 130px 0 0}
.pc_header_box {
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    z-index: 1000000000;
    position: relative;
    background: #0a3f89;
}
/*==========================================内页 结束=============================================*/

@media(min-width: 1200px){
	.list_box_01>li:hover, .list_box_02>li:hover{ color: #fff;}
	.search_btn:hover svg{ fill:#fff;}
	
	.list_box_01>li ul .box a:hover, .list_box_01>li .sub_nav1 a:hover{ color: #0a3f89;}
	
	.title001 .rr a:hover{ color: #0a3f89;}
	
	.list_box_03 li a:hover .img img{ transform: scale(1.05);}
	
	.list_box_04 li a:hover{ padding-left: 4px;}
	.list_box_04 li a:hover h5{ color: #0a3f89;}
	
	.list_box_05 li a:hover{ padding-left: calc(1.125rem + 4px); color: #0a3f89;}
	
	.list_box_06 li a:hover .ll::before{ top: 0; height: 100%;}
	.list_box_06 li a:hover .con h5{ color: #0a3f89;}

	.list_box_07 li a:hover .con h5{ text-decoration:underline; color: #0a3f89;}
	
	.list_box_08 li a:hover::before{ height: 100%; top: 0;}
	.list_box_08 li a:hover::after{ opacity: 1; background: url(../images/list_box_08_bg.png) right 95% no-repeat;}
	.list_box_08 li a:hover *{ color: #fff;}
	
	.list_box_08 .miso-arrow:hover{ background: #0a3f89;}
	
	.list_box_10 .miso-arrow:hover svg{ fill: #0a3f89;}
	
	.list_box_12 li a:hover{ background: #ff7f0a;}
	
	.list_box_09 li a:hover .con{ background: #ff7f0a;}
	.list_box_09 li a:hover .con::before{ border-left: #ff7f0a 1.625rem solid;}
	
	.list_box_wenzi li a:hover{ color: #0a3f89; padding-left: 1.375rem;}
	
	.list_box_riqi li a:hover{ box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);}
	.list_box_riqi li a:hover::before{ opacity: 1; visibility: visible;}
	.list_box_riqi li a:hover *{ color: #fff !important;}
	.list_box_riqi li a:hover .con h5 font svg{ fill:#fff}
	
	.list_box_09s li a:hover .con{ background: #ff7f0a;}
	.list_box_09s li a:hover .con::before{ border-left: #ff7f0a 1.625rem solid;}
	
	
}


@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){
}

@media(max-width: 1330px){
}

@media(max-width: 1200px){
	.w1200{ padding: 0 15px;}
	
	.pc_header_box{ display: none;}
	.m_header_box{ display: block;}
	.list_box_02::before{ display: none;}
	.list_box_02, .list_box_01{margin: 0 auto;width: 100%;justify-content: center;}
	.list_box_02>li{ margin: 0 .5rem;}

	.list_box_01>li{ margin:0 .5rem}
	.list_box_01>li{position: initial;}
	
	.list_box_01>li .box_scroll{left: 0;transform: translateX(0) translateY(1rem);max-width: 100%;}
	.list_box_01>li.on .sub_nav{ transform: translateX(0)translateY(0); opacity:1; visibility:visible}
	.list_box_01>li.on .box_scroll{ transform: translateX(0) translateY(0); opacity:1; visibility:visible}
	.list_box_01>li.on .sub_nav1{ transform: translateX(0) translateY(0); opacity:1; visibility:visible}
	.list_box_01>li.on:after{ transform: rotate(180deg);}
	
	.list_box_01>li .sub_nav1{ transform: translateX(0) translateY(1rem);}
	.list_box_01>li ul::before{ display: none;}
	
	.container02 .content{ flex-wrap: wrap;}
	.container02 .content .box{ width: 100%;}
	.container02 .content .box:nth-child(2){ margin: 2rem 0;}
	
	.list_box_04{padding: 20px 15px;height: auto;}
	
	footer .fl02 .w1200{ flex-wrap: wrap;}
	footer .fl02 .left{width: 100%;text-align: center;}
	footer .fl02 .right{width: 100%;text-align: center;align-items: center;}
	footer .fl02 .center{ width: 100%;}
	footer .fl02 .right p{ text-align:center}
	
	.mianbao{ display: none;}
	.nav_slide{ display: block;}
	
	#nav_slide{ display: block;}
	
	.n_container{ padding: 3rem 0;}
	.n_container .n_left{ display: none;}
	.n_container .n_right{width: 100%;padding: 25px 15px;}
	
	.fix-top{top: 0;position: relative !important;}
	.container01{ padding:3rem 0}
	.banner{top: 0;position: relative !important;}
	.banner ul li a {padding-bottom: 40% !important;z-index: 1;}

	.index_miso{ padding: 0}
}

@media(max-width: 1060px){
	
}

@media(max-width: 992px){
	.n_padding{ padding: 3rem 0;}
	
	.container01 .left{ width: 100%; padding: 0;}
	.container01 .right{ width: 100%; padding: 2rem 0 0;}
	
	.list_box_03 li a .img .img_hezi{padding-bottom: 68% !important;}
	
	footer .fl01 .left{ width: 100%;}
	footer .fl01 .right{ width: 100%;}
	
	footer .fl01 .right .content{ margin:0 -4px}
	footer .fl01 .right .content .box{width: 50%;margin-top: 1rem;padding: 0 4px;}

    footer .fl02 .center{padding: 0;flex-wrap: wrap;height: 120px;overflow: hidden;overflow-y: scroll;flex: auto;margin: 1rem 0;}
	footer .fl02 .center .box{width:50%;padding: .5rem 1rem 0.5rem 0;}

	footer .fl02 .center .box:before{ display:none}
	
	.list_box_09s{ margin: 0 -7px;}
	.list_box_09s li{padding: 0 7px;width: 50%;margin-top: 2rem;}
	
	.banner .swipershubaio:before{ width: 100px; height: 100px;}
	.banner .swipershubaio:after{ width: 100px; height: 100px;}
	.banner .swipershubaio p{ display: none;}
	.banner .swipershubaio figure img{ height: 12px;}
}

@media(max-width: 768px){
	#gotop{ right:0; transform:scale(0.7)}
	
	.list_box_04 li h5{width: calc(100% - 5rem);font-size: 13px;}
	.list_box_04 li span{ font-size:11px}
	
	.list_box_05 li a{ font-size: 13px;}
	.title001{ margin-bottom: 1.75rem;}
	.title001 .ll h3{ font-size: 1.5rem; margin-top: -.5rem}
	.title001 .ll h4{ font-size: 1rem}
	
	.title001 .rr a{ font-size: 12px;}
	.title001 .rr a .line{width: 1.5rem;margin-left: .5rem;}
	
	#banner .miso-dots{ display: none !important;}
	
	.banner .miso-arrow{ width: 2rem; height: 2rem;}
	
	.list_box_03 li a .top .time{transform: scale(.7);top: -8%;margin: 0 0 0 0;}
	
	.list_box_08 .miso-arrow{ width: 2.5rem; height: 2.5rem;}
	.list_box_08 .miso-arrow svg{ width: 1.25rem; height: 1.25rem;}
	.list_box_08{ padding: 0 3rem;}
	
	.list_box_07 li .con{ padding: 0 15px;}

    .list_box_10{ padding:0 1.25rem}
	.list_box_10 .miso-arrow{transform: scale(.5) translateY(-90%);}
	.list_box_10 .miso-arrow.miso-prev{ left:0}
	.list_box_10 .miso-arrow.miso-next{ right:0}
	
	.list_box_09{ margin-bottom: 3rem;}
	.list_box_07{ margin-bottom: 3rem;}
	
	footer .fl02 .center .box{width: 100%;min-height: auto;text-align: center;padding: .5rem 0;}
	footer .fl02 .center .box p{ line-height: 18px;}
	.miso-wailian .box .box_rr svg{ top: .625rem;}
	
	footer .fl02 .left img{ height: 3rem;}
	.list_box_12 li a img{ height: 1.125rem;}
	
	footer .fl02{ padding: 0 0 2.5rem;}
	.list_box_03 li a .top h5{ font-size: 15px;}
	.list_box_06 li{ margin-bottom: 1.25rem;}
	
	.list_box_wenzi li{min-width: 100%;}
	
	.list_box_wenzi li a{}
	
	.list_box_riqi li a{padding: 0;border-radius: 0;}
	.list_box_riqi1 li{ margin-bottom: 1.75rem;}
	
	.list_box_riqi1 li a{ flex-wrap: wrap;}
	.list_box_riqi1 li a .img{ width: 100%; margin: 0 0 1.5rem;}
	.list_box_riqi1 li a .con{ width: calc(100% - 4.5rem);}
	
	.n_teacher .fl01{ margin-bottom: 2.5rem;}
	.list_box_09s li{ width: 100%;}
	
	.list_box_leader{ margin: 0 -7px;}
	.list_box_leader li{ width: 100%; padding: 0 7px; margin-bottom: 1rem;}
	
	.pages{ margin: 2.125rem auto 0;}
	.pages .box a{ height: 1.875rem; min-width: 1.875rem;}
	
	.list_box_riqi li{ margin-bottom: 1rem;}
	
	.list_box_riqi li{ margin-bottom: 1.5rem;}
	.list_box_riqi li a .con h5{white-space: normal;font-size: 14px;line-height: 20px;height: 40px;}
	.list_box_riqi li a .con p{
    text-overflow: ellipsis;
    white-space: nowrap;
}
	
}

@media(max-width: 456px){
	
} 