@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;} 

::-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: #333;}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow 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; text-align:center; 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: #333;line-height:30px;margin-bottom:30px;}
.ar_article p{font-size: 1rem;color: #333333;line-height: 2.25rem;margin-bottom: 10px;}
.ar_article strong{ font-weight:bold;}
.ar_article img{max-width: 100%;height: auto !important;}
.ar_article a{ color:#717173;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article h1{ font-size:2.25rem; margin-bottom:1.25rem}.ar_article h2{ font-size:1.875rem; margin-bottom:0.875rem;}.ar_article h3{ font-size:1.5rem; margin-bottom:0.9375rem}
.ar_article h4{ font-size:1.125rem; margin-bottom:0.875rem}.ar_article h5{ font-size:0.875rem; margin-bottom:0.75rem}.ar_article h6{ font-size:0.75rem; margin-bottom:0.75rem}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem; list-style:inherit !important;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:0.9375rem;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{ display:inline-block;}

/*百度播放器美化*/
#playercontainer_display_button,#video1_display_button,#video2_display_button{ background:none !important; height:40px; width:40px !important; border:2px solid #fff; border-radius:50%; padding:0 !important;}
#playercontainer_display_button #playercontainer_display_button_play,#video1_display_button #video1_display_button_play,#video2_display_button #video2_display_button_play{background-size: 25px;}
#playercontainer_display_button,#video1_display_button,#video2_display_button{ height:40px !important; margin-top: -20px !important;}
#playercontainer_display .cbpreview,#video1_display .cbpreview,#video2_display .cbpreview{ opacity: .75 !important;}

/*Slider 开始*/
.miso_qh{ opacity:0; visibility:hidden; transition:0.6s}
.miso_qh.miso-initialized{ opacity:1; visibility:visible;}
.miso-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; z-index:0}
.miso-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.miso-list:focus{outline: none;}
.miso-list.dragging{ cursor: pointer; cursor: hand;}
.miso-slider .miso-track,
.miso-slider .miso-list{ -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.miso-track {position: relative;left: 0;top: 0;display:inline-block;zoom: 1;margin-left: auto;margin-right: auto;vertical-align: top;}
.miso-track:before,
.miso-track:after{ display: table; content: '';}
.miso-track:after{ clear: both;}
.miso-loading .miso-track{ visibility: hidden;}
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; -moz-user-select:text; -khtml-user-select: text; user-select:text;}
[dir='rtl'] .miso-slide{ float: right;}
.miso-slide img{ display: block;}
.miso-slide.miso-loading img{ display: none;}
.miso-slide.dragging img{ pointer-events: none;}
.miso-initialized .miso-slide{ display: block;}
.miso-loading .miso-slide{ visibility: hidden;}
.miso-vertical .miso-slide{ display: block; height: auto;}
.miso-arrow.miso-hidden {display: none;}

.miso-loading .miso-list{ background: #fff ;}
.miso-prev,
.miso-next{font-size: 0;line-height: 0;  position: absolute; top: 50%; display: block; width: 20px; height: 20px;padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;}
.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus{ color: transparent; outline: none; background: transparent;}
.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before{ opacity: 1;}
.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before{ opacity: .25;}

.miso-prev:before,
.miso-next:before{ font-size:2rem; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold; cursor:pointer}

.miso-prev{ left: 0px;}
[dir='rtl'] .miso-prev{ right: 0px; left: auto;}
.miso-prev:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-prev:before{ content: ''; font-family:simsun;}

.miso-next{ right: 0px;}
[dir='rtl'] .miso-next{ right: auto; left: 0px;}
.miso-next:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-next:before{ content: ''; font-family:simsun;}

/* Dots */
.miso-dots { position: absolute; bottom:0; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.miso-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.miso-dots li button {border: 0;background: transparent;display: block;height: 20px;width: 20px;outline: none;line-height: 0;font-size: 0;color: transparent;padding: 5px;cursor: pointer;}
.miso-dots li button:focus{ outline: none; }
.miso-dots li.miso-active a{ transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

/* Arrows */
.miso-prev, .miso-next {position: absolute;display: block;height: 20px;width: 20px;line-height: 0;font-size:0; cursor: pointer;background: transparent;color: transparent;padding: 0;border: none;outline: none;top: 50%;z-index: 1;}
.miso-prev{ left:0}
.miso-next{ right:0}
.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ width:32px; height:32px; display:block}
.miso-lightbox .miso-prev:before{ content: ''; background: url(../images/left_svg.svg) center no-repeat;}
.miso-lightbox .miso-next:before{ content: ''; background: url(../images/right_svg.svg) center no-repeat;}
@media(max-width: 768px){
	.miso-prev, .miso-next{ width:20px; height:20px;}
	.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ width:20px; height:20px; background-size:20px 20px}
} 
/*Slider 结束*/


.piaofu{ width:65px; position:fixed; right:15px; z-index:100000; bottom:30%}
.piaofu .anniu{display:inline-block;width: 60px;height: 60px;line-height: 60px;background: #fff;border-radius: 100%;margin-bottom: 5px;}
.piaofu .anniu a{ display:block; width:100%; height:100%; position:relative; z-index:1}
.piaofu .anniu a h4{line-height: 60px;}
.piaofu .anniu:hover a h4{ -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
.piaofu .anniu a h6{ font-size:12px; color:#6a6c6d}
.piaofu .anniu.anniu01,.piaofu .anniu.anniu02{ cursor:pointer; position:relative}
.piaofu .anniu.anniu01 .piao_ewm{border-radius: 2px;position:absolute;left: -109px;bottom: -1px;border: #e5e5e5 1px solid; display:none}
.piaofu .anniu.anniu01 .piao_tel{border-radius: 30px;position:absolute;width: 230px;height:60px;right: 0;top: 0;background:#3b73cb;display:none;padding: 0 35px;font-size: 20px;color: #fff;}
.piaofu .anniu.anniu02{ display:none}
.piaofu .anniu.anniu02 a h4{margin-top:-3px;}
.anniu_close img{ position:absolute; top:-15px; right:-10px; width:18px; height:18px; cursor:pointer}

.Statistical{display:inline-block; margin-left:12px;}
.Statistical span,.Statistical span img{ vertical-align:top}
.bd_weixin_popup{ box-sizing:content-box}
.bd_weixin_popup .bd_weixin_popup_foot{ text-align:center !important}

@-webkit-keyframes anim-open-2 {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes anim-open-2 {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@-webkit-keyframes anim-close-2 {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); }
}

@keyframes anim-close-2 {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1); }
}


#gotop{position:fixed;z-index:90;bottom: 2rem;right: 1rem;box-sizing:border-box;text-align:center;cursor:pointer;-moz-transition:all .5s;-webkit-transition:all .5s;width: 2.875rem;height: 2.875rem;line-height: 2.875rem;background: #009ee0; 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%}

@media (max-width:4000px){html{font-size:18px;}}
@media (min-width:1600px) and (max-width:1940px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:14px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:13px;}}
@media (max-width:328px){html{font-size:12px;}}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}


.w1200{max-width: 1560px;margin:0 auto;}


.header_box_li{height:130px;position: relative;z-index: 1;transition: .5s;}

.header_box{height:0;position: relative;z-index: 10000;}
#header{position: fixed;height: 90px;z-index:999;width:100%;transition: 0.36s;top: 30px;}
.header_box_li:before{content:"";position:absolute;background: url(../images/jianbian.png) center top no-repeat;height: 346px;top:0;left: 0;right: 0;transition: 0.5s;opacity: 1;visibility: visible;background-size: 100% auto;}
#header.xg:before{ opacity:0; visibility:hidden}
.header_top{position: relative;height: 60px;padding: 30px 0 0;overflow: hidden;text-align: right;z-index: 10000;transition: .36s;}
.header_top .search_btn{/* display:inline-block; *//* float: none; *//* font-size: 14px; *//* color: #fff; */}
ul.list_box0{display:inline-block;vertical-align:top;font-size: 0;}
ul.list_box0 li{font-size: .875rem;color:#fff;display: inline-block;margin-left: 1rem;transition:.6s;padding-left: 1rem;position:relative;}
ul.list_box0 li:after{content:"";position:absolute;left: -1px;top:50%;width:1px;height:1.25rem;background:#fff;margin: -.625rem 0 0;}
ul.list_box0 li:first-child:after{ display:none}
ul.list_box0 li a img{margin: -1px 0.5rem 0 0;}
.header_box .w1200{height:100%;position:relative;max-width: 100%;margin: 0 3%;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header #logo{ }
#header #logo .box_table{ width:auto}
#logo{ float:left; height:100%;}
#logo img{transition: .5s;height: 4.6875rem;}
#logo img.img2{ display:none}
#nav{float: right;}
#nav ul{}
#nav ul li{float:left;position:relative;z-index:0;padding: 0;margin-left: 4.375rem;}
#nav ul li:before{content:"";position:absolute;left:50%;width:0;height: 130px;bottom:0;transition:.6s;}
#nav ul li.on:before, #nav ul li:hover:before{width:100%;left:0;}
#nav ul li a{display:block;padding: 0;text-transform:uppercase;}
#nav ul li h3{font-size: 1.25rem;color:#fff;line-height: 110px;position:relative;transition: .36s;font-weight: bold;}
#nav ul li.on h3{}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background:#fff;background:rgba(255,255,255,.95);width: 160px;left: 50%;margin-left: -80px;z-index: 10000;transform: translateY(20px);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition:.5s;}
#nav ul li .sub .box{padding: 0;text-align:center;}
#nav ul li .sub a{padding: 0;line-height: 3;transition:.6s;font-size: 15px;color: #666;}
#nav ul li .sub a:hover{color: #fff;background: #0e479a;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
#nav>ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{color: #f9aa03;}

#nav>ul>li h3:before{content: '';
    position: absolute;
    top:80px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    background: #fff;
    transition: all .3s; }
#nav>ul>li h3:after{content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 30px;
    height: 1px ;
    background: #fff;
    transition: all .3s;
}
#nav>ul>li:hover h3:after{left:0;right:0}
#nav>ul>li:hover h3:before{height:30px}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav>ul>li:hover h3:before, #nav>ul>li.on h3:before{ opacity:1; visibility:visible}

#header.xg #nav>ul>li h3:before{top: 70px;}
#header.xg #nav>ul>li h3:after{ bottom: 20px;}



#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: 1.5rem;transition:.6s;margin-left: 1rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -1.5rem;top: 50%;margin-top: -8px;}
#header .dw2.yuyan:before{content:"";width:1px;height:100%;display:block;position:absolute;left:0;top:0;display: none;}
#header .dw2 .dh{height: 23px;line-height: 23px;text-align:center;font-size: 13px;color:#fff;cursor:pointer;transition:.6s;}
#header .dw2 .dh span{padding-right: 14px;width: 53px;height: 23px;display: inline-block;font-style: italic;}
#header .dw2 .dd{padding-bottom:10px;padding-top:10px;position:absolute;top:100%;width: 100%;text-align:center;background: #acce22;left: 0;border: 1px solid #acce22;opacity: 0;visibility: hidden;transition: 400ms;transform: translateY(15px);}
#header .dw2 .dd:before{content:"";display:inline-block;border:8px solid transparent;border-bottom: 8px solid #acce22;position:absolute;top:-16px;left:50%;margin-left:-8px;}
#header .dw2 .dd a{display:block;text-align:center;line-height:30px;color: #fff;font-size:13px;padding:0 10px;}
#header .dw2 .dd a:hover{ font-weight:bold; }
#header .dw2.on .dd{opacity:1; visibility: visible; transform: translate(0);}

#m_header #logo .box_table, #nav_btn_box .box_table{ width:auto}

/**/
#logo .logo_black{ display:none;}
.top_search_black{ display:none;}
#header.xg{position:fixed;top:0;background: #0e479a;background: rgba(14,71,154, .85);box-shadow: 0 0 2px rgba(0,0,0,0.15);}
#header.xg .search_btn{ }
#header.xg #logo img{height: 3rem;}
#header.xg #logo img.img1{ display:none}
#header.xg #logo img.img2{ display:block}
#header.xg #logo .logo_black,#header.xg .top_search_black{ display: inline-block;}
#header.xg #logo .logo_white,#header.xg .top_search_white{ display:none;}
#header.xg #nav ul li a h3{line-height: 90px;}
#header.xg .dw2 .dh{color: #fff;}
#header.xg .dw2.yuyan:before{ background:rgba(0,0,0,.1);}
#header.xg .dw2:after{background: #404040;}
#header.xg .dw2 .dh span{  }
.tc2 .tc-box form{border-radius: 4px;overflow: hidden;background: #fff;height: 60px;width:100%;}
.tc2 .tc-box input[type="text"]{border: none;width: 94%;display: block;height: 60px;text-align: left;color: #434343;font-size: 14px;background:none;line-height: 60px;padding:0 20px;}
.tc2 .tc-box input[type="text"]:focus{ text-align: left;}
.tc2 .tc-box input[type="submit"]{position:absolute;right:0;top: 50%;padding: 0;z-index:2;height: 60px;width: 70px;cursor:pointer;border:none;background-size: 20px 20px;margin-top: -30px;}

.tc2 .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999;}
.tc2 .tc{pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transform:scale(1.1);visibility: hidden;}
.tc2 .tc.act{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;pointer-events: auto;transform:scale(1);visibility: visible;}
.tc2 .close:hover{ transform:rotate(180deg);}
.tc2 .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; } 
.tc2 .tc-box{position:absolute;border-radius: 4px;overflow: hidden;top:50%;z-index:9999;background: #fff;height: 60px;width: 50%;left:50%;margin-left: -25%;margin-top:-40px;}
.tc2 .tc.act{display: block; }
.tc2 .close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }

.tc2 .tc-bg {height: 100%;background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}


.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 12rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #0e479a;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;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;

	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 4.5rem;
	width: calc(100% - 4.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: 4.5rem;
	color: #fff;
	transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 4.5rem;
	width: 3.5rem;
}
.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images/search-btn.svg');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}



.search-dialog .hot-search{
	font-size: 0;
	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;
	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	
}
.search-dialog .hot-link{
	margin-left: 1rem;
}
.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;





	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{




	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}


#m_header{position: fixed;z-index: 99;width:100%;height: 60px;left:0;top:0;padding: 0 0 0 15px;background: rgba(14,71,154, .85);}
#m_header #logo{height: 60px;}

#m_header #logo img{max-height:60%;max-height: 42px;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}
.wap_search{ width:80%; margin:0 auto;}
.wap_search .header-search{ position:relative;}
.wap_search .focus_js{width: 80%;height:3.8rem; line-height:3.8rem; border:0;padding:0 1rem; font-size:1rem; color:#999;box-shadow:none;-webkit-appearance: none;float:  left;border-right: 0;}
.wap_search .btn_blue{width: 20%;height:3.8rem; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}


.tc_search{margin: 0 25px;width: calc(100% - 50px);}
.tc_search .header-search{height:40px;border-radius: 0;position:relative;width:100%;margin-bottom: 1.5rem;background: #385094;padding: 12px 0;}
.tc_search .focus_js{font-size:.875rem;color:#fff;height:38px;line-height:38px;padding:0 1rem;box-shadow:none;-webkit-appearance: none;border-right: 0;background:none;width:  100%;}
.tc_search .btn_blue{position:absolute;top:0;right:0;width: 40px;height: 40px;line-height: 40px;border:0;background:url(../images/search_white.svg) center center no-repeat;background-size: 18px;}
.tc_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.tc_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
.tc_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#fff; color: rgba(255,255,255,.7); }

.tc_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */c color:#fff; color: rgba(255,255,255,.7); }
.tc_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#fff; color: rgba(255,255,255,.7); }/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {color: transparent;}
.tc_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {color: transparent;}




#nav_btn_box{height:100%;z-index:999999999;float:right;/* background: #f9aa03; */padding: 0 1.5rem;}

#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#fff;}

#nav_btn{cursor: pointer;text-align: center;z-index:99999;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;outline:none;box-shadow:none;}
#nav_btn .point{display: inline-block;width: 24px;height: 24px;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: 8px;left: 0;display: inline-block;width: 24px;height: 3px;-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: 24px;height: 3px;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: -7px;}
#nav_btn .navbtn::before{top: 7px;}
#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: flex-start;width:100%;overflow: auto;margin-bottom: 2rem;}

.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {
    z-index: 9999;
    position: fixed;
    background: #233c83;
    width: 100%;
    height:100vh;
    right: -110%;
    top: 0;
    display:none;
    padding: 70px 0 0;
    overflow:hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
#m_nav.act{ pointer-events: auto; right:0;}

.m_nav_list>li{width:100%;overflow:hidden;padding: 0px 25px;}
.m_nav_list>li{border-bottom: 1px solid #2c4792;}
.m_nav_list li .a{ display:inline-block; width:calc(100% - 30px)}
.m_nav_list li .a h3{line-height: 3.5rem;height: 3.5rem;color:#fff;padding:0;font-size: 1rem;float:left;}
.m_nav_list li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
.m_nav_list li .a span i{ font-size:0;}
.m_nav_list li i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 12px;height: 3.5rem;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size:contain;vertical-align: top;}
.m_nav_list li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
.m_nav_list .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
.m_nav_list li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
.m_nav_list .title .list{display:none;position:relative;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;font-size: 0;border-top: 1px solid #2c4792;padding: 8px 25px;margin:0 -25px;}
.m_nav_list .title .list:before{ content:"";}
.m_nav_list .title .list span{ background:none; }
.m_nav_list .title .list span a:hover{ color: #014085;}
.m_nav_list .title .list a{display:block;font-size: .875rem;color: #fff;text-align:left;line-height: 30px;height: 30px;border:0;display: inline-block;width: 33.333333%;opacity: .7;}

.m_nav_list .title .list .void>a{background-size:10px; position:relative;}
.m_nav_list .title .list .void>a:before{ content:"??"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
.m_nav_list .title .list span{ position:relative; display:block;}
.m_nav_list .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
.m_nav_list .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}

.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0.4);display: none;}
.m_header_box{display:none;position: fixed;z-index: 10000;height: 60px;width: 100%;top: 0;}
.m_header_box:before{ content:""; position:absolute; top:0; left:0; right:0; background:url(../images/jianbian.png) center no-repeat; height:60px; background-size:100% 100%}

#m_nav .list_box0{padding: 0 10px;margin-bottom: 1rem;}
#m_nav .list_box0 li{float:left;width: auto;line-height:2.5rem;padding-left: 6px;margin-left: 6px;}
#m_nav ul.list_box0 li a img{width:14px;margin: -3px .5rem 0 0;}


#banner{width: 100%;overflow:hidden;z-index: 0;background:#252525;position:relative;}
#banner .miso-slide{display: block;height:100%;overflow: hidden;text-align:center;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
#banner .miso-slide a{ display:block; position:relative;}
#banner .miso-slide a h5{position:absolute;left:0;padding:0 3%;bottom:3.5rem;font-size:1.5rem;color:#fff;line-height:1.5;z-index: 2;max-width: calc(100% - 12rem);}
#banner .miso-slide img{display: block;width:100%;height: 100vh;object-fit:cover;}
#banner .miso-slide a:after{content:"";position:absolute;background:url(../images/jianbian_bg.png) center no-repeat;height:12.5rem;width:100%;left: 0;bottom: 0; background-size: 100% 100% !important;}
#banner .miso-arrow{width:2rem;height:3.0625rem;z-index: 10000; background-size: 100% 100% !important; transition:0.36s;}
#banner .miso-prev{left:2%;background:url(../images/banner_prev.png) center center no-repeat;}
#banner .miso-next{right:2%;background:url(../images/banner_next.png) center center no-repeat;}

#banner .miso-dots{bottom: 3.5rem;text-align: right;padding: 0 3% 0 0;}
#banner .miso-dots li{border-radius: 50%;margin: 0 .25rem;border:none;transition:0.36s;width: .9375rem;height: .9375rem;border: #ffffff 2px solid;}
#banner .miso-dots li button{color:#fff;font-size:.875rem;padding: 0;width:45px;height:27px;line-height:27px;transition:.6s;display: none;}
#banner .miso-dots li.miso-active{ background:#fff;}

a{ color:inherit}


/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.title001{ margin-bottom:3.5rem; text-align:center; position:relative}
.title001 h3 font{ font-size:2.25rem; color:#333333; position:relative}
.title001 h3 font:before{ content:""; position:absolute; width:5rem; height:1px; background:#333333; left:-6.5rem; top:2.5rem}
.title001 h3 font:after{ content:""; position:absolute; width:5rem; height:1px; background:#333333; right:-6.5rem; top:2.5rem}
.title001 h4{ font-size:1.125rem; color:#333333; line-height:1.25; margin:.5rem 0 0}
.title001 .more001{ position:absolute; right:0; top:50%; margin-top:calc(-2.1875rem / 2)}
.title001 .more001 a img{ height:2.1875rem}

.container01{padding: 8.75rem 0 4rem;overflow: hidden;}
.container01 .left{ width:50%; padding:0 .9375rem 0 0}
.list_box1 a{ display:block; position:relative}
.list_box1 a .img{position:relative;padding-bottom:28.125rem !important;width: 100%; overflow:hidden}
.list_box1 a .img img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover}
.list_box1 a .img:after{content:"";position:absolute;background:url(../images/jianbian_bg1.png) center no-repeat;height:5.5rem;width:100%;left: 0;bottom: 0; background-size: 100% 100% !important;}
.list_box1 a .img h5{ padding:0 1.5rem; font-size:1.25rem; color:#fff; line-height:5rem; position:absolute; left:0; right:16.25rem; bottom:0; z-index:2}
.list_box1 .miso-dots{bottom:0;right: 3rem;width: 11.25rem;}
.list_box1 .miso-dots li{line-height:5rem;width:auto;height:5rem;margin: 0 .75rem;}
.list_box1 .miso-dots li button{font-size: .9375rem;color:#fff;width: 100%;height: 100%;padding: 0;transition: .36s;line-height: 5.5rem;opacity: .7;}
.list_box1 .miso-dots li.miso-active button{font-size:1.875rem;line-height: 5rem;opacity: 1;}
.list_box1 .miso-arrow{width:1.0625rem;height:1.375rem;z-index: 10000;background-size: 100% 100% !important;top: auto;bottom: 1.25rem; transition:0.36s;}
.list_box1 .miso-prev{right: 14rem;left: auto;background:url(../images/left01.png) center center no-repeat;}
.list_box1 .miso-next{right: 2rem;background:url(../images/right01.png) center center no-repeat;}

.list_box1 .miso-prev:hover{background:url(../images/left01_on.png) center center no-repeat;}
.list_box1 .miso-next:hover{background:url(../images/right01_on.png) center center no-repeat;}

.container01 .right{ width:50%; padding:0 0 0 .9375rem}

.list_box2{ margin:0 -.9375rem}
.list_box2 li{ float:left; width:50%; padding:0 .9375rem}
.list_box2 li a{ display:block; position:relative; height:28.125rem; transition:.5s;}
.list_box2 li a .img{position:relative;padding-bottom:13.75rem !important;width: 100%; overflow:hidden}
.list_box2 li a .img img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; //height:100%; object-fit:cover}
.list_box2 li:nth-child(1) a .img, .list_box2 li.li a .img{ position:absolute; bottom:0}

.list_box2 li a .con{position:relative; height:13.75rem; border-top:#0e479a 3px solid; padding:0 1.75rem}
.list_box2 li a .con:before{ content:""; position:absolute; bottom:0; height:0; width:100%; transition:.5s; left:0}
.list_box2 li a .con .box_table{ text-align:left; position:relative}
.list_box2 li:nth-child(2) a .con, .list_box2 li.li1 a .con{ position:absolute; bottom:0; border-top:none; border-bottom:#0e479a 3px solid}
.list_box2 li a .con h5{font-size: 18px;color:#333333;line-height:1.5rem;height:3rem;transition:.5s;margin:.5rem 0 0;}
.list_box2 li a .con p{ font-size:.875rem; line-height:1.5rem; height:4.5rem; color:#666666; margin:.875rem 0 .5rem; transition:.5s;}
.list_box2 li a .con h6{ font-size:.875rem; line-height:1.5rem; color:#666666; transition:.5s;}

.list_box2 li:nth-child(2) a .con h5, .list_box2 li.li1 a .con h5{ margin:0 0}










.lgyw0120{ margin:0 -.9375rem}
.lgyw0120 li{float:left;width: 50%;padding: 0 .9375rem;}
.lgyw0120 li a{display:block;position:relative;height: 8.705rem;transition:.5s;border:1px #e6e6e6 solid;border-bottom:4px #e6e6e6 solid;margin-bottom: 1rem;}

.lgyw0120 li a .con{position:relative;height:13.75rem;padding: 0 1.2rem;}
.lgyw0120 li a .con:before{ content:""; position:absolute; bottom:0; height:0; width:100%; transition:.5s; left:0}
.lgyw0120 li a .con .box_table{ text-align:left; position:relative}
.lgyw0120 li a .con h5{font-size: 16px;color:#333333;line-height: 1.5rem;height: 3rem;transition:.5s;margin:.5rem 0 0;font-weight: 600;}
.lgyw0120 li a .con .line{width: 4.5rem;height: 0.2rem;background:#0e479a;}
.lgyw0120 li a .con p{font-size:.875rem;line-height: 1.3rem;height: 2.5rem;color: #999;margin: 0.3rem auto;transition:.5s;}
.lgyw0120 li a .con h6{font-size:.875rem;/* line-height:1.5rem; */color: #999;transition:.5s;}

.lgyw0120 li:hover a{display:block;position:relative;height: 8.705rem;transition:.5s;border:1px #0e479a solid;border-bottom:4px #0e479a solid;margin-bottom: 1rem;}
.lgyw0120 li:hover a .con h5{color:#0e479a;}




.ycdt0120{}

.ycdt0120 li{border-bottom:#dcdcdc 1px solid;/* margin-bottom: 1rem; */position:relative;/* margin-top: 1rem; */line-height: 3.4rem;height: 3.4rem;}
.ycdt0120 li:after{ content:""; position:absolute; bottom:-1px; transition:.5s; background:#0e479a; width:0; height:1px;}
.ycdt0120 li a{transition:.5s; display:block;    overflow: hidden;}
.ycdt0120 li a h5{line-height:3.375rem;height: 3.375rem;}
.ycdt0120 li a h2{font-size: 16px;color: #333333;position:relative;/*display:inline-block;width: calc(100% - 121px);*/ display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .5s;}
.ycdt0120 li a span{float:left;font-size: 15px;color: #666666;width: 110px;text-align: left;padding-left: 23px;background: url(../images/sj0120.png)left  center no-repeat;}

.ycdt0120 li:hover{background:#fff; box-shadow:0px 0px 25px #85a4d0; border-radius:10px;}
.ycdt0120 li:hover a h2{color:#0e479a; font-weight:bold}




.mtlg0120{margin: 0 -1rem;}
.mtlg0120 li{float:left;width:50%;padding: 0 1rem;margin-bottom:1.25rem;}
.mtlg0120 li a{display:block;position:relative;padding: 0.90rem 1rem;border: #dfdcdc 1px solid;transition:.5s;background: #f2f2f2;}
.mtlg0120 li a:before{ content:""; position:absolute; bottom:0; height:0; width:100%; transition:.5s; left:0}
.mtlg0120 li a h6{font-size:14px;color:#999;/* font-weight:bold; */transition:.5s;position:relative;}
.mtlg0120 li a h5{font-size: 16px;color:#333333;line-height:1.5rem;height:3rem;transition:.5s;margin: 0.5rem 0;position:relative;}
.mtlg0120 li a h4{font-size:14px;color: #0f489a;line-height:1.5rem;height: 1.5rem;transition:.5s;position:relative;}

.mtlg0120 li:hover a{ background:#f9aa03; }
.mtlg0120 li:hover a h4{ color:#fff}
.mtlg0120 li:hover a h5{ color:#fff}
.mtlg0120 li:hover a h6{ color:#fff}








.container02{padding:3.75rem 0;background:url(../images/container02_bg.png) center no-repeat;background-size:cover;background-attachment:fixed;overflow: hidden;}
.container02 .content{ padding:1.5rem 2.875rem 2rem; background:url(../images/container02_bg1.jpg) center no-repeat; background-size:cover; min-height:300px}
.container02 .content .left{ width:43%;}

.title002{margin-bottom: 2.5rem;position:relative;}
.title002 h3{font-size:2.25rem;color:#244f9d;line-height:6.25rem;position:relative;border-bottom:#dcdcdc 1px solid;}
.title002 h3>img{ margin:-3px 1.5rem 0 0}
.title002 h3:before{content:"";position:absolute;left:0;bottom: -1px;width:3.75rem;height:5px;background:#044dbc;}
.title002 a img{ position:absolute; right:0; top:50%; margin-top:calc(-2.1875rem / 2)}
.title002 a img{ height:2.1875rem}

.list_box3 li{border-bottom:#dcdcdc 1px solid;margin-bottom: 2.25rem; position:relative}
.list_box3 li:after{ content:""; position:absolute; bottom:-1px; transition:.5s; background:#0e479a; width:0; height:1px;}
.list_box3 li a{transition:.5s; display:block}
.list_box3 li a i{ display:inline-block; min-width:5.625rem; height:1.75rem; line-height:1.75rem; background:#f9aa03; border-radius:.875rem; text-align:center; font-size:.875rem; color:#fff; padding:0 1.25rem; font-style:normal}
.list_box3 li a h5{line-height:3.375rem;height: 3.375rem;}
.list_box3 li a font{font-size: 17px;color: #333333;position:relative;display:inline-block;width: calc(100% - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .5s;}
.list_box3 li a span{float:right;font-size: .875rem;color: #666666;}

.container02 .content .right{ width:calc(100% - 43%); padding: 0 0 0 4.375rem}

.list_box4{ margin:0 -1.25rem}
.list_box4 li{ float:left; width:50%; padding:0 1.25rem; margin-bottom:1.25rem}
.list_box4 li a{ display:block; position:relative; padding:1.25rem 1.25rem; border:#e5e5e5 1px solid; transition:.5s;}
.list_box4 li a:before{ content:""; position:absolute; bottom:0; height:0; width:100%; transition:.5s; left:0}
.list_box4 li a h6{ font-size:1rem; color:#333333; font-weight:bold; transition:.5s; position:relative}
.list_box4 li a h5{font-size: 17px;color:#333333;line-height:1.5rem;height:3rem;transition:.5s;margin:1rem 0;position:relative;}
.list_box4 li a p{ font-size:.875rem; color:#666666; line-height:1.5rem; height:4.5rem; transition:.5s; position:relative}

.more002{ text-align:center; margin:3.5rem 0 0}
.more002 a{ display:inline-block; width:12.5rem; height:3.4375rem; line-height:3.4375rem; position:relative}
.more002 a:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; transform:translateX(3px) translateY(3px); background:#1351ae; transition:.5s}
.more002 a span{ display:block; width:100%; height:100%; background:#fff; font-size:1.125rem; color:#0e479a; position:relative;    border: 1px #0e479a solid; }
.more002 a span img{ margin:-3px .75rem 0 0; transition:.5s}

.container03{padding:4rem 0;overflow: hidden;}
.container03 .content{position:relative;}
.container03 .content:before{content:"";position:absolute;left:0;right:0;bottom:8px;width: 100%;height: 1px;background: #1351ae;}
.list_box5{ margin:0 -1.25rem; text-align:center}
.list_box5 li{ width:50%; float:left; padding:0 1.25rem; padding-bottom:5.25rem; position:relative}
.list_box5 li:after{ content:""; position:absolute; background:url(../images/dots_bg.png) center no-repeat; width:17px; height:17px; bottom:0; left:50%; margin-left:-8.5px;}
.list_box5 li a:before{ content:""; position:absolute; border-right:transparent .875rem solid; border-left:transparent .875rem solid; border-top:#0e479a 1rem solid; bottom:-1rem; opacity:0; visibility:hidden; transition:.5s}

.list_box5 li a{ display:block; border:#e5e5e5 1px solid; background:#f5f5f5; padding:1.5rem 1.75rem 1.5rem 0; position:relative; transition:.5s}
.list_box5 li a .time{width: 5.625rem;text-align:center;position:relative;}
.list_box5 li a .time:before{content:"";position:absolute;width:1px;height: 4.25rem;background: #7d7d7d;right:0;top:50%;margin-top: -2.125rem; transition:.5s}
.list_box5 li a .time h3{font-size: 1.5rem;color: #333333;font-weight: bold;}
.list_box5 li a .time h6{font-size: .875rem;color: #333333;margin: .75rem 0 0;}
.list_box5 li a .con{width: calc(100% - 0rem);padding:0 0 0 1.25rem;transition:.5s;height: 3.25rem;}
.list_box5 li a .con .box_table{ text-align:left}
.list_box5 li a .con h5{font-size: 17px;color:#333333;line-height:1.5rem;max-height:3rem;transition:.5s;}

.list_box5 li i1 {
	
	display: block;
	font-size: .875rem;
	color: #d55d0b;
	line-height: 1.2rem;
	margin-left: 1.0rem;
	margin-top: 0.5rem;
	text-align:left;
	padding-left: 22px;
	background: url(../images/main2-02.png) no-repeat left center;
}

.list_box5 li i2 {
	
	display: block;
	font-size: .875rem;
	color: #d55d0b;
	line-height: 1.5rem;
	margin-left: 1.0rem;
	margin-top: 0.5rem;
	text-align:left;
	padding-left: 22px;
	background: url(../images/position.png) no-repeat left center;
}

.list_box5 .miso-arrow{width:24px;height:24px;z-index: 10000;background-size: 100% 100% !important;top: auto;bottom: -15.5px;transition:0.36s;}
.list_box5 .miso-prev{background:url(../images/left.svg) center no-repeat;left: 15px;}
.list_box5 .miso-next{background:url(../images/right.svg) center no-repeat;right: 15px;}

.container04{padding:3.75rem 0;background:url(../images/container04_bg.png) center no-repeat;background-size:cover;background-attachment:fixed;overflow: hidden;}
.container04 .title001 h3 font{ color:#fff}
.container04 .title001 h3 font:before, .container04 .title001 h3 font:after{ background:#fff}
.container04 .title001 h4{ color:#fff}
.container04 .left{ width:47.14%}
.list_box6 li{ float:left; width:50%;}
.list_box6 li a{ display:block; position:relative}
.list_box6 li a .img{ overflow:hidden}
.list_box6 li a .img_zd .img_hezi{ padding-bottom:93.94% !important}
.list_box6 li a .top{ position:absolute; top:0; right:0; bottom:0; left:0}
.list_box6 li a .top .top_box{ display:inline-block; width:11.25rem; height:11.25rem; position:relative}
.list_box6 li a .top .top_box:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; border:#fff 1px dashed; border-radius:50%; transition:.5s; opacity:0; visibility:hidden; transform:rotateX(90deg)}
.list_box6 li a .top .top_box h3{ height:4rem}
.list_box6 li a .top .top_box h5{ font-size:1.75rem; color:#fff}
.list_box6 li.li3{ width:100%}
.list_box6 li.li3 a .img_zd .img_hezi{ padding-bottom:46.97% !important}

.container04 .right{ width:calc(100% - 47.14%)}
.container04 .right .list_box6 li.li3 a .img_zd .img_hezi{ padding-bottom:83.78% !important}
.container04 .right .list_box6 li a .top .top_box{ width:auto; height:auto}
.container04 .right .list_box6 li a .top .top_box:before{ display:none}
.container04 .right .list_box6 li a .top .top_box h2{ font-size:3rem; color:#fff; font-weight:bold}
.container04 .right .list_box6 li a .top .top_box h2 font svg{ fill:#fff; margin:0 .75rem}
.container04 .right .list_box6 li a .top .top_box h6{ font-size:1.125rem; color:#fff; line-height:1.5; margin:1.5rem 0 0}

.more003{ text-align:center; margin:3.5rem 0 0}
.more003 a{ display:inline-block; width:110px; height:30px; line-height:28px; border:#ffffff 1px solid; font-size:12px; color:#fff; transition:.5s}
.more003 a i{display:inline-block;width:28px;height:28px;float: right; border-left:#ffffff 1px solid}
.more003 a i img{ transition:.5s}

.container05{padding:3.75rem 0;overflow: hidden;}
.list_box7{ text-align:center}
.list_box7 li a{display:inline-block;width:9.0625rem;height:9.0625rem;border:#dcdcdc 1px dashed;border-radius:50%;overflow: hidden;}
.list_box7 li h3{ height:4rem; padding:0 .5rem}
.list_box7 li h3 font{position:relative;height: 100%;display: block;}
.list_box7 li h3 font span{ position:absolute; top:0; right:0; bottom:0; left:0; transition:.5s}
.list_box7 li h3 font span.span2{ transform:translateX(-100%)}
.list_box7 li h3 font span img{ display:inline-block}
.list_box7 li h5{ font-size:1.125rem; color:#333333; transition:.5s}

.list_box7 .miso-arrow{width:36px;height:36px;z-index: 10000;background-size: 100% 100% !important; transition:0.36s;}
.list_box7 .miso-prev{background:url(../images/left.svg) center no-repeat;left:-4rem;}
.list_box7 .miso-next{background:url(../images/right.svg) center no-repeat;right:-4rem;}

.title003{ margin-bottom:4rem}
.title003 h3{ font-size:2.25rem; color:#333333; line-height:2.25rem}
.title003 h3 a{ float:right}
.title003 h3 a img{ height:2.1875rem}

.container06{padding:4.25rem 0;background:url(../images/container06_bg.jpg) center no-repeat;background-size:cover;overflow: hidden;}
.container06 .left{ width:28.21%}
.list_box8 li a{ display:block; position:relative; text-align:center; overflow:hidden}
.list_box8 li a .img{ overflow:hidden}
.list_box8 li a .img .img_hezi{padding-bottom: 68.5% !important;}
.list_box8 li a h5{ position:absolute; bottom:0; left:0; right:0; line-height:2.75rem; background:rgba(0,0,0,.6); padding:0 15px; font-size:1rem; color:#fff; transition:.5s}

.container06 .right{ width:calc(100% - 28.21%)}
.list_box9 li{float:left;width:33.333333%;padding: 0 0 0 2%;margin-bottom:1%;}
.list_box9 li a{ display:block; position:relative; text-align:center; overflow:hidden}
.list_box9 li a .img{ overflow:hidden}
.list_box9 li a .img .img_hezi{ padding-bottom:41.40% !important}
.list_box9 li a h5{ position:absolute; bottom:0; left:0; right:0; line-height:2.75rem; background:rgba(0,0,0,.6); padding:0 15px; font-size:1rem; color:#fff; transition:.5s}

.container09{ padding:1rem 0; line-height:1.875rem}

.container09 .left{width: 80px;font-size: 15px;color:#333333;}
.container09 .right{ width:calc(100% - 80px);}
.container09 .right ul.list_box10 li{font-size: 16px;color:#333333;transition:.5s;float:left;margin-right:0.75rem;}

footer{ background:url(../images/fbg.jpg) center no-repeat; background-size:cover; padding:1.5rem 0;}
footer .left{ padding:1.5rem 0 0}
footer .right .list_box12{ display:inline-block; vertical-align:top}
footer .right .dun{ display:inline-block; vertical-align:top; margin:0 1.25rem;padding-top:26px;}
footer .right .ewm{ display:inline-block; text-align:center;    padding-top:5px;}
footer .right .ewm h6{ font-size:.875rem; color:#fff; margin:.75rem 0 0}
.list_box12{ width:100%; text-align:center; }
.list_box12 li{font-size:.875rem;color:#fff;line-height: 2rem;/* float: left; */padding-right: 20px;display:inline-block;width: 100;margin-right: 11px;}
.list_box12 li span{ display:inline-block; width:24px}
@media (max-width: 768px){
	.list_box12 li{font-size:.875rem;color:#fff;line-height:2.5rem;float: none;padding-right: 20px;}
}
footer .center{ padding:0 0 0 8%}
.list_box11{padding: 0.5rem 0 0;}
.list_box11 li{font-size:.875rem;color:#fff;line-height:2.5rem;display:inline-block;margin: 0;width: 28.33%;}
.list_box11 li img{ margin:-3px .75rem 0 0}
 
/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.fanye img{ max-width:100%}

.n_banner{ position:relative}
.n_banner .bg, .n_banner .bg img{ width:100%; height:28.57rem; object-fit:cover}
.n_banner .top{ position:absolute; width:100%; /*background:url(../images/banner_top.png) left bottom no-repeat; background-size:auto 100%;*/ bottom:-14px}
.n_banner .top .w1200{ height:26.75rem;}
.n_banner .top .w1200 .box_table{ text-align:left}
.n_banner .top .w1200 .box_table_cell{ vertical-align:bottom}
.n_banner .top h3{font-size: 1.6rem;color:#fff;/* margin-bottom: -3.75rem; */float: left;margin-top: 36px;font-weight: bold;}

.list_box13{max-width: 46.75rem;margin-bottom: 1.55rem;min-height: 6rem;float: left;margin-left: 42px;width:100%;}
.list_box13 li{float:left;width: 25%;line-height:3rem;color:#fff;font-size: 1.25rem;/* font-weight: bold; */text-align: left;}
.list_box13 li a{display:block;padding-left: 1.75rem;transition:.5s;position:relative;}
.list_box13 li a:before{content:"";position:absolute;background: url(../images/jiantou_nav.png) 0.1em center no-repeat;width: 2rem;height:.625rem;background-size:50% 50%;transition:.5s;left:0;opacity:0;visibility:hidden;top: 50%;margin-top: calc((-.625rem / 2) - 3px);transform:translateX(-.5rem);}
.list_box13 li.on a:before, .list_box13 li a:hover:before{ opacity:1; visibility:visible; transform:translateX(0); font-weight:bold}
.list_box13 li.on a, .list_box13 li a:hover{ color:#fff;font-weight:bold}
.n_about .fl01{ background:url(../images/n_about_fl01_bg.jpg) center no-repeat; background-size:cover !important; padding:5.625rem 0 10.75rem; position:relative; overflow:hidden}
.n_about .fl01 img.img1{ content:""; position:absolute; right:0; bottom:0; width:57.55%;}
.n_about .fl01 .box{ width:66%; position:relative}
.n_title001{ margin-bottom:3.125rem}
.n_title001 h3{ font-size:2.25rem; color:#000000; line-height:1.5; padding:2.375rem 0 0 3rem; background:url(../images/n_title001_tit.png) left top no-repeat;}
.n_about .fl01 p{ font-size:1.125rem; color:#333333; line-height:3.25rem; height:16.25rem; margin-bottom:5.625rem}


.more004{ margin:0 0}
.more004 a{ display:inline-block; width:10.625rem; height:2.75rem; line-height:2.75rem; background:#1351ae; font-size:1rem; color:#fff; transition:.5s; text-align:center}
.more004 a i{display:inline-block;width:2.75rem;height:2.75rem;float: right;border-left:#4b79bc 1px solid;font-size:1.125rem;color:#fff;font-style:normal;transition: .5s;}
.more004 a i *{ font-family:simsun}

.n_about .fl02 .content{border-top:#0e479a .5rem solid;top:-4rem;position:relative;background:#fff;padding: 3.75rem 3.75rem 6rem;}
.list_box14{ margin:0 -1.75rem}
.list_box14 li{ float:left; width:50%; padding:0 1.75rem; margin-bottom:4.75rem; position:relative}
.list_box14 li .a{ display:block; position:relative; overflow:hidden}
.list_box14 li .a .img{ width:100%; padding-bottom:67.92% !important}
.list_box14 li .a .img img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover}
.list_box14 li .a .top{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; padding-left:4rem}

.list_box14 li:nth-child(2n){ top:9.75rem}

.n_title002{ margin-bottom:7.5rem}
.n_title002 h3{ font-size:2.25rem; color:#fff; line-height:1.5; padding:2.875rem 0 0 .5rem; background:url(../images/list_box14_ico.png) left top no-repeat; text-align:left}

.container091{ background:#f2f3f4}

#nav_slide{background:#0e479a; line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{position:absolute;left: 15px;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: 15px;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #1652a4;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}

.n_zuzhi{ padding:0 0 7.5rem; overflow:hidden}
.n_zuzhi .n_title001 h3{ font-size:1.875rem; padding:2.75rem 0 0 2rem}
.n_zuzhi .fl01{ padding:4.375rem 0 0}
.n_zuzhi .fl01 .content{background:#fff;box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);border-radius:.625rem;padding: 2.75rem 3.5rem 0;overflow: hidden;}

.n_zuzhi dl{ margin-bottom:2.5rem}
.n_zuzhi dl dt{ font-size:1.125rem; color:#0e479a; font-weight:bold; margin-bottom:1.75rem; display:block; width:100%}
.n_zuzhi dl dd{float:left;width: 18%;padding-right: 2rem;display: block;border: #b1c3d3 1px solid;background: #ebf1f5;line-height: 1.75rem;padding: .625rem 0.5rem;font-size: 1rem;color: #2a4b67;transition: .5s;margin:0.8% 1%;}

.n_zuzhi .fl02 dl dd{/* min-width:20% */}

.n_kexue{ overflow:hidden}
.n_kexue .fl00{ padding:3.375rem 0 6rem}
.n_kexue .fl00 .right{ width:27.8125rem; margin-right:1.5rem; position:relative; margin:3.25rem 0 0}
.n_kexue .fl00 .right:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/n_kexue_bg1.jpg) center no-repeat; background-size:100% 100%; transform:translateX(1.5rem) translateY(1.5rem)}
.n_kexue .fl00 .right .img, .n_kexue .fl00 .right .img img{ width:27.8125rem; height:19.375rem; position:relative; overflow:hidden}
.n_kexue .fl00 .left{ width:calc(100% - 27.8125rem - 1.5rem); padding-right:7.5rem}
.n_kexue .fl00 .left p{font-size:1.125rem;color:#2c2c2c;line-height:3rem;height:12rem;overflow:hidden;margin-bottom: 2rem; text-align:justify}

.more005{ margin:0 0}
.more005 a{display:inline-block;width: 7.125rem;height: 2.25rem;line-height: 2.25rem;background:#1351ae;font-size: .9375rem;color:#fff;transition:.5s;text-align:center;}
.more005 a i{display:inline-block;width: 1rem;height: 2.25rem;font-size:1.125rem;color:#fff;font-style:normal;vertical-align: top;margin-left: .25rem;}
.more005 a i svg{ display:inline-block; fill:#fff; height:1.125rem; vertical-align:middle; margin:-3px 0 0}

.n_kexue .fl00 .n_title001{ margin-bottom:2rem}
.n_kexue .fl00 .n_title001 h3{ font-size:1.875rem; padding:2.75rem 0 0 2rem; background: url(../images/n_title001_tit1.png) left top no-repeat;}
.n_kexue .fl00 .box{ padding:0 0 0 2rem}

.n_kexue .fl01{ background:url(../images/n_kexue_fl01.jpg) center no-repeat; background-size:cover}

.n_kexue .fl011 .right{float:left;margin-right: 0;margin-left: 1.5rem;}
.n_kexue .fl011 .left{ float:right; padding-right:0; padding-left: 7.5rem;}
.n_kexue .fl011 .right:before{ transform:translateX(-1.5rem) translateY(1.5rem); background:url(../images/n_kexue_bg2.jpg) center no-repeat; background-size:100% 100%;}
.n_kexue .fl011 .box{ padding:0 2rem 0 0}
.n_kexue .fl011 .n_title001 h3{ font-size:1.875rem; padding:2.75rem 2rem 0 0; background: url(../images/n_title001_tit1.png) right top no-repeat; text-align:right}
.n_kexue .fl011 .more005{ text-align:right}

.n_kexue .fl05{ background:url(../images/n_kexue_fl05.jpg) center no-repeat; background-size:cover; padding:5.625rem 0 5rem}

.list_box15 li{ float:left; width:33.333333%;}
.list_box15 li a{display:block;position:relative;overflow: hidden;}
.list_box15 li a:after{ content:""; position:absolute; background:url(../images/lanjianbian.png) center no-repeat; background-size:100% 100%; height:19.375rem; width:100%; bottom:0; z-index:0}
.list_box15 li a .img{ overflow:hidden}
.list_box15 li a .img .img_hezi{ padding-bottom:66.52% !important}
.list_box15 li a h5{ position:absolute; bottom:0; left:0; right:0; line-height:3.75rem; padding:0 1rem; text-align:center; font-size:1.125rem; color:#fff; z-index:1}

.n_title003{font-size:1.875rem;color:#000000;margin-bottom:4rem;line-height:2rem;position: relative;}
.n_title003 a{ float:right; font-size:1rem; color:#000000; transition:.5s; line-height:2rem; opacity:.62}

.n_hezuo .fl01{ padding:4.375rem 0 6.25rem; background:url(../images/n_hezuo_fl01_bg.jpg) center bottom no-repeat; background-size:cover}
.n_hezuo .fl01 .right{ width:51%}
.n_hezuo .fl01 .right .img, .n_hezuo .fl01 .right .img img{ overflow:hidden; width:100%}

.n_hezuo .fl01 .left{ width:calc(100% - 51%); padding-right:3.75rem}
.n_hezuo .fl01 .n_title001{ margin-bottom:2rem}
.n_hezuo .fl01 .n_title001 h3{ font-size:1.875rem; padding:3.125rem 0 0 0; background: url(../images/n_title001_tit1.png) left top no-repeat;}
.n_hezuo .fl01 .con{ margin-bottom:1.5rem}
.n_hezuo .fl01 p{font-size:1.125rem;color:#2c2c2c;line-height:3rem; overflow:hidden; margin-bottom:0; text-align:justify; text-indent:2.25rem}

.n_hezuo .fl02{ padding:4.5rem 0 3.75rem;}

.n_title005{ margin-bottom:2rem; text-align:center}
.n_title005 h3{ font-size:1.875rem; padding:3.125rem 0 0 0; background: url(../images/n_title001_tit1.png) 44% top no-repeat;}

.n_hezuo .fl02{ text-align:center}
.p_gg{font-size:1.125rem;color:#2c2c2c;line-height:3rem; overflow:hidden; margin-bottom:0; text-align:center; text-indent:2.25rem}

.list_box16{ margin:4rem -7px 5.25rem;}
.list_box16 li{ float:left; width:33.333333%; padding:0 7px}
.list_box16 li a{display:block;position:relative;overflow: hidden;}
.list_box16 li a .img .img_hezi{ padding-bottom:65.50% !important}

.n_wenhua .fl01{ padding:4.375rem 0; background:url(../images/n_wenhua_fl01_bg.jpg) center no-repeat; background-size:cover}

.list_box17{ text-align:center; margin:3rem 0 4.375rem}
.list_box17 li{ display:inline-block; margin:0 1.75rem}

.juzhong{ text-align:center}

.n_wenhua .fl02{ padding:5rem 0}

.list_box18{ text-align:center; margin:0 -1.375rem}
.list_box18 li{ float:left; width:50%; padding:0 1.375rem}
.list_box18 li a{ display:block; position:relative}
.list_box18 li a .img{ overflow:hidden}
.list_box18 li a .img .img_hezi{ padding-bottom:64.84% !important}
.list_box18 li a .top{ position:absolute; top:0; right:0; bottom:0; left:0}
.list_box18 li a .top h3{ font-size:1.875rem; color:#ffffff; font-weight:bold; line-height:1.5}

.n_wenhua .fl03{ padding:6rem 0 6rem; background:url(../images/n_wenhua_fl03_bg.jpg) center no-repeat; background-size:cover}
.list_box19{ margin:0 -1.75rem}
.list_box19 li{ float:left; width:33.333333%; padding:0 1.75rem}
.list_box19 li a{ display:block; position:relative}
.list_box19 li a:before{ content:""; position:absolute; top:-1.375rem; right:2rem; bottom:-1.375rem; left:2rem; border:#0e428c 3px solid}
.list_box19 li a .tit{ position:absolute; width:4.5rem; height:14.375rem; top:0; left:0; }
.list_box19 li a .tit .bg{ position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/list_box19_tit1.jpg) center no-repeat; background-size:cover}
.list_box19 li a .tit .bg img{ width:100%; height:100%; object-fit:cover}
.list_box19 li a .tit h3{ font-size:1.875rem; color:#fff; font-weight:bold; line-height:1.125; position:relative; z-index:1; width:1.875rem; display:inline-block}
.list_box19 li a .img_box{ margin-left:4.875rem; overflow:hidden}
.list_box19 li a .img_box .img{ overflow:hidden}
.list_box19 li a .img_box .img .img_hezi{ padding-bottom:136.36% !important}

/* .n_container{ overflow:hidden} */

.n_rencaipy .fl01{ padding:3.125rem 0 2.5rem; background:url(../images/n_rencaipy_fl01_bg.jpg) center no-repeat;}
.n_rencaipy .fl01 .content{ box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08); background:#fff}
.n_rencaipy .fl01 .content .left{ width:calc(100% - 37.5rem);}
.n_rencaipy .fl01 .content .left .img, .n_rencaipy .fl01 .content .left .img img{width:100%;height:29.25rem;overflow:hidden;object-fit: cover;}
.n_rencaipy .fl01 .content .right{ width:37.5rem; height:29.25rem; padding:0 4rem; position:relative}
.n_rencaipy .fl01 .content .right:before{content:"";position:absolute;bottom: 0;width:1px;background:#e6e2f6;height: 10rem;left: 4rem;}
.n_rencaipy .fl01 .content .right .box_table{ text-align:left}
.n_rencaipy .fl01 .content .right h3{ font-size:1.875rem; color:#000000; margin-bottom:2rem}
.list_box20{ }
.list_box20 li{ font-size:1.125rem; color:#0f4a9a; line-height:3.25rem; padding:0 0 0 3.25rem; position:relative}
.list_box20 li:before{content:"";position:absolute;top: 1.5rem;width:1px;background:#e6e2f6;height: 3.25rem;left: 0;}
.list_box20 li:after{content:"";position:absolute;top: 1.5rem;width:1.5rem;background:#e6e2f6;height: 1px;left: 0;}

.n_rencaipy .fl03{ padding:5.25rem 0 5.25rem; position:relative}
.n_rencaipy .fl03 .w1200{position:relative;z-index: 1;}
.n_rencaipy .fl03:before{ content:""; position:absolute; top:0; left:0; right:0; height:20rem; background:#e1ecf7}

.n_rencaipy .fl02{ padding:5.25rem 0 5.25rem; position:relative}

.list_box21{ margin:0 -2.375rem}
.list_box21 li{ float:left; width:33.333333%; padding:0 2.375rem}
.list_box21 li .a{ display:block; transition:.5s; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08); background:#fff}
.list_box21 li .a .img{ overflow:hidden}
.list_box21 li .a .img .img_hezi{ padding-bottom:66.50% !important}
.list_box21 li .con{ padding:2.75rem 2.75rem; text-align:center}
.list_box21 li .con h3{ font-size:1.75rem; color:#000000; line-height:1.5; margin-bottom:1.5rem}
.list_box21 li .con dl{ font-size:0}
.list_box21 li .con dl dd{ display:inline-block; width:33.333333%; font-size:1rem; color:#0e479a; line-height:2.75rem; transition:.5s} 

.n_zsjy .fl01{ padding:4.375rem 0}

.list_box22{ margin:0 -1.75rem;}
.list_box22 li{ float:left; width:50%; padding:0 1.75rem}
.list_box22 li a{ display:block; position:relative} 
.list_box22 li a .img{ overflow:hidden}
.list_box22 li a .img .img_hezi{ padding-bottom:39.26% !important}
.list_box22 li a .top{ position:absolute; bottom:3.125rem; right:3.125rem; transition:.5s}
.list_box22 li a .top h5{ font-size:1.875rem; color:#fff}
.list_box22 li a .top h5 img{ margin-left:1.5rem}

.list_box23{ margin:0 -1.125rem;}
.list_box23 li{ float:left; width:33.333333%; padding:0 1.125rem}
.list_box23 li .a{ display:block; position:relative} 
.list_box23 li .a .img{ overflow:hidden}
.list_box23 li .a .img .img_hezi{ padding-bottom:72.40% !important}
.list_box23 li .a .box{ margin:0 1.25rem; box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12); margin-top:-5rem; position:relative; background:#fff; padding:2.75rem 2.75rem 0.75rem}
.list_box23 li .a .box h3{ font-size:1.875rem; color:#000000; line-height:1.5; margin-bottom:2.5rem}
.list_box23 li .a .box h3 img{ float:right; height:1.125rem; margin:.5rem 0 0}

.list_box23 dl{ margin:0 -1.5rem}
.list_box23 dl dd{ float:left; width:33.333333%; text-align:center; margin-bottom:1.875rem}
.list_box23 dl dd h4{ height:2.5rem;}
.list_box23 dl dd h4 img{ transition:.5s}
.list_box23 dl dd h5{ font-size:1rem; color:#5c7892; line-height:1.5}



.n_zsjy .fl02{ padding:5.625rem 0 14.375rem; background:url(../images/n_zsjy_fl02_bg.jpg) center no-repeat; background-size:cover}
.n_zsjy .fl03{ padding:0 0 6.25rem}
.list_box24{ margin:-9.375rem -2rem 0}
.list_box24 li{ width:50%; padding:0 2rem}
.list_box24 li .a .img .img_hezi{ padding-bottom:49.46% !important}


.list_box23 li:first-child .a .box:before{content:"";position:absolute;border-left:none;top: -1.25rem;left: 0;right: 0;width: 100%;height: 1.25rem; background:url(../images/sanjiao_01.png) center no-repeat; background-size:100% 100%}
.list_box23 li:last-child .a .box:before{content:"";position:absolute;border-left:none;top: -1.25rem;left: 0;right: 0;width: 100%;height: 1.25rem; background:url(../images/sanjiao_02.png) center no-repeat; background-size:100% 100%}

/* .n_container_lr{ padding:2.7rem 0 6rem} */
/* .n_left{width:18.125rem } */
.mianbao{ position:relative; margin-bottom:2.5rem}
.mianbao:before{ content:""; position:absolute; left:0; right:0; top:36px; height:1px; background:#e7e7e7}
.mianbao big{font-size:22px;color:#1652a4;font-weight:bold;padding: 6px 32px 0 0;display:inline-block;position:relative;}
.mianbao .position{ font-size:15px; color:#666666; line-height:25px;}
.mianbao .position i{ font-style:normal; color:#cccccc; margin:0 .75rem}
.mianbao .position a{ transition:.5s}
.mianbao .position em{ font-style:normal}

.n_news_detail .ar_article_box .nav01{overflow:hidden;margin-bottom: 2rem;text-align: center;}
.n_news_detail .ar_article_box h3{color: #000000;font-size: 1.75rem;line-height: 1.5;margin-bottom: 1.5rem;}
.n_news_detail .ar_article_box h6{display: block;color: #666666;font-size: 1rem;line-height: 1.75;vertical-align: top;background: #f8f8f9;padding: .375rem 0;}
.n_news_detail .ar_article_box h6 span{margin: 0 1.5rem 0 0;}
.n_news_detail .ar_article_box h6 span img{ margin:-3px 6px 0 0}
/*====上一篇下一篇====*/
#ar_fot{position:relative;padding: 24px 0 0;box-sizing: border-box;width: 100%;margin-top: 30px;border-top: #e5e9ed 1px solid;}
#ar_fot h1{display:block;width: 100%;font-size: 1rem;line-height: 2.25rem;color: #183f6a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#ar_fot h1 span{font-weight: bold;}
#ar_fot h1 a{font-size: 1rem;color: #183f6a;font-weight:normal;}
#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;}



/* .n_right{ width:calc(100% - 18.125rem); padding-right:2.5rem}
.n_right .box1{ padding:1.25rem; background:#f2f4f7; border-top:#075ea8 5px solid}
.n_right .box1 .h31{ font-size:1.5rem; color:#b11111; font-weight:bold; padding-bottom:1rem; border-bottom:#b2bdcd 1px dotted} */
.list_box25 li{ border-bottom:#b2bdcd 1px dotted; padding:.75rem 0;}
.list_box25 li a{ display:inline-block; padding:0 0 0 15px; font-size:1rem; color:#333333; line-height:1.75rem; max-height:3.5rem; transition:.5s; position:relative}
.list_box25 li a:before{content:"";width: 3px;height: 3px;background:#343434;position:absolute;left:0;top: .75rem;border-radius: 50%;}

.list_box26{ margin:0 -.5rem}

.list_box26 li {
    position:relative;
    float: left;
    width: 33.3%;
    height:auto;
    padding: 0 .5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: initial;
}

.list_box26 li a {
    height: 3.5rem;
    display: flex;
    transition: 0.5s;
    font-size: 1rem;
    color: #0250a3;
    line-height: 1.2rem;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    padding: 0 0.6rem;
    text-align: center;
    border: none;
    background: none;
}

.list_box26 li::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
    right: 0.05rem;
    width: calc(100% - 1rem);
    height: 1rem;
    background: url(../images/top_bj.png) no-repeat center/cover;
    background-size: 100% 100%;
    margin: 0.2rem 0.5rem 0;
    opacity: 0.5;
}

.list_box26 li::after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0.05rem;
    left: 0.05rem;
    right: 0.05rem;
    width: calc(100% - 1rem);
    height: 1rem;
    background: url(../images/bottom_bj.png) no-repeat center/cover;
    background-size: 100% 100%;
    margin: 0 0.5rem 0.2rem;
    opacity: 0.5;
}



.n_titu ul{ margin-bottom:3rem}
.n_titu ul li{margin-bottom: 1rem;padding-bottom: 1rem;border-bottom: #e3e2e2 1px dotted;}
.n_titu ul li a{display:block;padding: 0;transition:0.36s;}
.n_titu ul li .right{padding: 0;}
.n_titu ul li .right .img{margin-right: 1.5rem;position:relative;}
.n_titu ul li .right .img:after{content:"";position:absolute;top:0.625rem;right:0.625rem;bottom:0.625rem;left:0.625rem;border:rgba(255,255,255,0.4) 1px solid;pointer-events: none;transition: 0.36s;display: none;}

.n_titu ul li .right .img, .n_titu ul li .right .img img{width: 12.125rem;height: 8.625rem;overflow:hidden;object-fit: cover;}
.n_titu ul li .right .con{padding: .5rem 0 0;float: none;}
.n_titu ul li .right .con .con_li{position:relative;padding: 0 0 0;}
.n_titu ul li .right .con .con_li:before{content:"";position:absolute;width:3.75rem;height:1px;top: 0;}
.n_titu ul li .right .con h5{font-size: 1.125rem;height: 18px;line-height: 18px;color: #333333;margin-bottom: 1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: 0.5s;font-weight: bold;}
.n_titu ul li .right .con p{font-size: 14px;color: #888888;line-height: 24px;height: 48px;overflow:hidden;transition:0.36s;margin-bottom: .75rem;}
.n_titu ul li .right .con h6{font-size: 1rem;color: #193f6b;display: inline-block;border: #e2e2df 1px solid;background: #e8eef3;width: 6.875rem;height: 1.875rem;line-height: 1.75rem;text-align: center;transition: .5s;}

.n_notice ul.ul{margin-bottom: 3rem;}
.n_notice ul.ul li{line-height: 4rem;border-bottom: #e8e8e8 1px dotted;}
.n_notice ul.ul li a{color: #323232;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:0.36s;position:relative;padding-left: 0;height: 4rem;width: 100%;}
.n_notice ul.ul li a:before{content:"";position:absolute;top: 50%;left:0;width: 3px;height: 3px;transition:0.36s;font-size: 12px;color: #333333;border-radius: 50%;background:#333;margin-top: -1.5px;}
.n_notice ul.ul li a font{display:inline-block;width: calc(100% - 90px);color: #333333;position:relative;padding-left: 14px;transition:0.36s;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size: 1.125rem;}
.n_notice ul.ul li a img{ display:inline-block}
.n_notice ul.ul li a span{float:right;font-size: .9375rem;color: #666666;}

.list_box28{ margin:0 -1.125rem; margin-bottom:2rem}
.list_box28 li{float:left;width: 30.5%;padding: 1rem 1.125rem;/* margin-bottom:0.5rem; */text-align:center;background: #fff;box-shadow: 0px 0px 5px #d3d6da; margin: 1%;}
.list_box28 li .img{ overflow:hidden}
.list_box28 li .img .img_hezi{ padding-bottom:66.78% !important}
.list_box28 li h5{font-size:1.125rem;line-height: 3rem;text-align:center;color:#333;transition:.5s;}

.n_dashiji h3{ font-size:1.875rem; color:#000000; line-height:1.5; margin-bottom:3.75rem; text-align:center}

.n_dashiji .miso_hd ul{ padding:0 4rem; position:relative}
.n_dashiji .miso_hd ul:before{content:"";position:absolute;top:.9375rem;height:1px;background:#c1d7e9;left: 9rem;right: 9rem;}
.n_dashiji .miso_hd ul li{ text-align:center; float:left; width:16.666667%}
.n_dashiji .miso_hd ul li .dot{display:inline-block;width: 1.8125rem;height: 1.8125rem;border:#b1c3d3 1px solid;border-radius:50%;margin-bottom:2rem;position:relative;}
.n_dashiji .miso_hd ul li .dot:before{ content:""; position:absolute; width:.9375rem; height:.9375rem; background:#b1c3d3; border-radius:50%; top:50%; left:50%; margin:-.46875rem 0 0 -.46875rem}
.n_dashiji .miso_hd ul li h5{ font-size:1rem; color:#000000; line-height:1.5rem}
.n_dashiji .miso_hd ul .miso-arrow{ width:31px; height:31px;}
.n_dashiji .miso_hd ul .miso-prev{ background:url(../images/left02.png) center no-repeat; }
.n_dashiji .miso_hd ul .miso-next{ background:url(../images/right02.png) center no-repeat; }

.n_dashiji .miso_bd{ margin:4.375rem 4rem 0}

.body_b{position:fixed;left:0%;top:100%;bottom:0;right:0;background:#fff;overflow:hidden;transition:top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;z-index:1;overflow:auto;outline:none;}
.body_b.showdiv{top:0;}
.body_home {height: 100vh;overflow: hidden;}
.miso_on .header_top{transform: translateY(-50px);}
.container02 .wow.animated, .container03 .wow.animated, .container05 .wow.animated, .container06 .wow.animated{ visibility: visible !important; animation-name: fadeInUp !important;}
.container04 .wow.animated{ visibility: visible !important; animation-name: zoom-in !important;}
#banner .bb{ display:none}
.miso_on .header_box_li{ height:90px;}
.miso_on .header_box_li:before{opacity:0;height: 0;}

/*==========================================内页 结束=============================================*/

@media(min-width: 768px){
	.list_box2 li:hover a{transform:translateY(-.5rem); box-shadow:0 0 15px rgba(0,0,0,0.15);}
	.list_box2 li a:hover .con:before{ height:100%; top:0; background:#0e479a}
	
	.list_box2 li a:hover .con h5, .list_box2 li a:hover .con h6, .list_box2 li a:hover .con p{ color:#fff}
	
	.list_box3 li:hover a{transform:translateY(-.5rem)}
	.list_box3 li:hover:after{ width:100%}
	
	.list_box3 li a:hover font{ color:#0e479a}
	
	.list_box4 li:hover a{ box-shadow:0 0 15px rgba(0,0,0,0.15); transform:translateY(-.5rem)}
	.list_box4 li a:hover:before{ height:100%; top:0; background:#f9aa03}
	.list_box4 li a:hover h6, .list_box4 li a:hover h5, .list_box4 li a:hover p{ color:#fff}
	.list_box4 li a:hover h5{ font-weight:600}
	
	.more002 a:hover:before{ transform:translateX(.5rem) translateY(.5rem);}
	.more002 a:hover span img{ transform:rotate(180deg)}
	
	.list_box5 li a:hover{ background:#0e479a}
	.list_box5 li a:hover .time h3, .list_box5 li a:hover .time h6, .list_box5 li a:hover .con h5{ color:#fff}
	.list_box5 li a:hover .time:before{ background:#fff}
	
	.list_box5 li:hover a:before{ opacity:1; visibility:visible}
	
	.list_box6 li a:hover .top .top_box:before{ transform:rotate(90deg); opacity:1; visibility:visible}
	
	.list_box6 li a:hover .img_zd img{ transform:scale(1.05)}
	
	.more003 a:hover{ background:#f9aa03}
	.more003 a:hover i img{ transition:.5s; transform:rotateX(180deg);}
	
	.list_box7 li a:hover{ background:#f9aa03}
	.list_box7 li a:hover h3 font span.span1{ transform:translateX(100%)}
	.list_box7 li a:hover h3 font span.span2{ transform:translateX(0)}
	.list_box7 li a:hover h5{ color:#fff}
	
	.container09 .right ul.list_box10 li:hover{ color:#0e479a}
	
	.list_box9 li a:hover h5{ transform:translateY(105%)}
	.list_box8 li a:hover h5{ transform:translateY(105%)}
	
	ul.list_box0 li:hover{ color:#f9aa03}
	
	.n_zuzhi dl dd:hover{ color:#0e479a}
	
	.list_box15 li a:hover .img img{ transform:scale(1.05)}
	
	.n_title003 a:hover{ color:#0e479a; opacity:1}
	
	.more005 a:hover, .more004 a:hover, .more003 a:hover{ background:#f9aa03}
	.more004 a:hover i{border-left: #f9c455 1px solid;}
	
	.list_box14 li .a:hover .img img{ transform:scale(1.05)}
	
	.list_box18 li a:hover .img img{ transform:scale(1.05)}
	
	.list_box21 li .con dl dd:hover, .list_box20 li:hover{ color:#0e479a; text-decoration:underline}
	
	.list_box21 li:hover .a{ transform:translateY(-.5rem); box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.28);}
	
	.list_box23 dl dd:hover h4 img{transform:rotateY(180deg)}
	
	.list_box22 li a:hover .top{ transform:translateX(.5rem)}
	
	
	.mianbao .position a:hover{ color:#1652a4}
	#ar_fot h1 a:hover{ color:#1652a4}
	.list_box25 li a:hover{ color:#1652a4}
	
	.list_box26 li a:hover{ background:#1652a4; color:#fff; border:#1652a4 1px solid}
	
	.n_titu ul li:hover a{transform: translateY(-4px);}
	.n_titu ul li .right .con h5:hover{ color:#1652a4}
}


@media(min-width: 992px) and (max-width: 1300px){
}

@media(max-width: 1830px){
	.w1800{ padding:0 15px}
	.w1200{padding:0 5rem;margin: 0 auto;}
	.header_box .w1200{ margin:0 0}
	
	footer .left{ width:20%}
	footer .left img{ max-width:100%}
	
	#nav ul li{ margin-left:3rem}

.list_box13{    max-width: 50rem;}

}

@media(max-width: 1630px){
	.w1600{ padding:0 15px}
	
	.list_box26 li{ width:33.333333%}
}

@media(max-width: 1480px){
	#nav ul li{ margin-left:2rem}
	.list_box7 .miso-arrow{}
	.list_box7 .miso-prev{ left:-18px}
	.list_box7 .miso-next{ right:-18px}
	
	footer .center{ padding:0 0 0 1rem}
	footer .left img{ max-width:22rem}
	footer{ text-align:center}
	footer .left{width:100%;display: none;}
	footer .center{ width:100%}
	footer .right{width: 100%;margin: 0px auto;float: none;}
	footer .right .list_box12, footer .right .dun, footer .right .ewm{width:100%;margin: .25rem 0;}
    .list_box11{ padding:0}
	footer .right .dun{ display:none}
}

@media(max-width: 1330px){
}

@media(max-width: 1200px){
	.w1200{ padding:0 15px; margin:0 !important}
	
	.header_box{ display:none}
	.m_header_box{ display:block}
	
	#banner .miso-slide a{padding-bottom: 48%;position:relative;width: 100%;}
	#banner .miso-slide a img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover}
	
	#banner{ margin-top:60px}
	.m_header_box:before{ display:none}
	
	.n_banner .top{ display:none}
	.n_banner .bg, .n_banner .bg img{ height:15rem}
	#nav_slide{ display:block}
	
	/* .n_left{ width:100%; padding:0}
	.n_right{ width:100%; padding:2rem 0 0; display:none}
	.mianbao{display:none} */
	
	.body_home{ height:100%}
	.body_b{ position:relative}
	
	.container01{ padding:3rem 0}
}

@media(max-width: 1060px){
	
}

@media(max-width: 992px){
	.container01 .left{ width:100%; padding:0}
	.container01 .right{ width:100%; padding:2rem 0 0}
	
	.list_box1 a .img{ padding-bottom:65.22% !important}
	.list_box2 li a .img{ padding-bottom:65.22% !important}
	
	.list_box2 li:nth-child(2) a .con, .list_box2 li.li1 a .con{ position:relative}
	.list_box2 li:nth-child(1) a .img, .list_box2 li.li a .img{ position:relative}
	.list_box2 li a{ height:auto}
	
	.list_box2 li a .con{ border-top: none; border-bottom: #0e479a 3px solid;}
	
	.container02 .content .left{ width:100%; padding:0}
	.container02 .content .right{ width:100%; padding:0}
	
	.container04 .left{ width:100%; padding:0}
	.container04 .right{ width:100%; padding:0}
	
	.container06 .left{ width:100%; padding:0}
	.container06 .right{ width:100%; padding:1.25rem 0 0}
	
	.list_box9{ margin:0 -7px;}
	.list_box9 li{ padding:0 7px;}
	
	.list_box9{ margin:0 -5px}
	.list_box9 li{ width:50%; padding:0 5px; margin-bottom:15px}
	
	.n_about .fl02 .content{padding: 1.5rem 1.5rem 0rem;}
	.list_box14{ margin:0 -1rem}
	.list_box14 li{ padding:0 1rem; margin-bottom:1.5rem}
	
	.n_kexue .fl00 .left{ width:100%; padding:4rem 0 0}
	.n_kexue .fl00 .right{width:100%;margin: 0;}
	.n_kexue .fl00 .right .img, .n_kexue .fl00 .right .img img{ width:100%; height:auto}
	
	.n_hezuo .fl01{ padding:3rem 0; box-shadow:0 15px 15px rgba(0,0,0,.05); background:#fff}
	.n_hezuo .fl01 .left{ width:100%; padding:3rem 0 0}
	.n_hezuo .fl01 .right{ width:100%; padding:0}
	
	.list_box19 li{ width:100%; margin-bottom:5rem}
	
	.n_rencaipy .fl01 .content .left{ width:100%}
	.n_rencaipy .fl01 .content .right{ width:100%}
	
	.list_box21{ margin:0 -1rem}
	.list_box21 li{padding:0 1rem;width: 100%;margin-bottom: 1.5rem;}
	
	.list_box22 li{ width:100%; padding:0; margin-bottom:1.5rem}
	.list_box22 { margin:0 }
	
	.list_box23 li{ width:100%; padding:0; margin-bottom:1.5rem}
	.list_box23 {margin: -9.375rem 0 0;}
	.list_box23 li .a .box{ padding:25px 15px 5px}
	.list_box23 dl dd h4 img{ max-height:1.75rem}
	
	.list_box26 li{ width:50%}
}

@media(max-width: 768px){
	#gotop{ right:0; transform:scale(0.7)}
	
	#banner .miso-slide a h5{font-size: 1.25rem;bottom: 2rem;width: 100%;max-width: 100%;padding: 0 10%;}
    #banner .miso-dots{ display:none !important}
    #banner .miso-arrow{width: 1.25rem;height: 1.875rem;}
	
	.title001 h3 font{ font-size:1.5rem}
	.title001 h4{ font-size:1rem}
	.title001 h3 font:before{ width:3rem; left:-4.5rem; top:1.5rem}
	.title001 h3 font:after{ width:3rem; right:-4.5rem; top:1.5rem}
	.title001 .more001 a img{ height:1.5rem}
	.title001{ margin-bottom:2rem}
	.list_box1 a .img h5{ right:0; line-height:4rem}
	.list_box1 .miso-dots{ bottom:2rem}
	.list_box1 .miso-arrow{ bottom:3.125rem}
	
	.list_box2{ margin:0 -7px}
	.list_box2 li{ padding:0 7px}
	.list_box2 li a .con{padding: 15px 0;height: auto;}
	.list_box2 li a .con h5{margin:0 !important;font-size: 1.125rem;}
	
	.container01{ padding:3rem 0}
	.title002 h3>img{max-width:2rem;margin: -3px .75rem 0 0;}
	.title002 h3{font-size:1.5rem;line-height: 4rem;}
	.title002 h3:before{ height:2px}
	.title002 a img{height:1.5rem;margin-top: calc(-1.5rem / 2);}
	.container02 .content{ padding:1.5rem}
	
	.list_box3 li{ margin-bottom:1rem}
	.list_box3 li a font{ font-size:1rem}
	
	.list_box4{ margin:0 -7px}
	.list_box4 li{padding:0 7px;width: 100%;}
	
	.list_box4 li a h5{margin-bottom:0;font-size: 14px;}
	.list_box4 li a p, .list_box2 li a .con p{ display:none}
	
	.more002 a span img{ height:1.25rem}
	

	.list_box5 li{ padding-bottom:3rem}
	
	.list_box6 li a .top .top_box h5{ font-size:1.25rem}
	.list_box6 li a .top .top_box h3 img{ max-height:2.75rem}
	.container04 .right .list_box6 li a .top .top_box h2{ font-size:1.75rem}
	.more003{ margin:2.5rem 0 0}
	.more003 a i img{ height:.75rem}
	
	.list_box7 li h3{ height:2.875rem}
	.list_box7 li h3 font span img{ height:2rem}
	.list_box7 li a{width: 7rem;height: 7rem;}
	.list_box7 li h5{ font-size:1rem}

	.list_box7{ padding:0 15px}
	.list_box11 li img, .list_box12 li span img{ height:12px;}

	.container09 .left{ display:block;}
	.container09 .right{ width:100%}
	.container09 .right ul.list_box10 li{ font-size:.875rem;}
	
	.container06{ padding:3rem 0 2rem}
	
	.list_box9 li a h5{ position:relative}

	
	.title003{ margin-bottom:2rem}
	.title003 h3{ font-size:1.5rem;color:#333333; line-height:2.25rem}
	.title003 h3 a img{ height:1.5rem}
	
	.n_about .fl01{padding: 3rem 0 8rem;}
	.n_title001 h3{background-size: 1.5rem auto !important;font-size: 1.5rem !important;padding: 1.5rem 0 0 1.5rem !important;}
    .n_about .fl01 .box{ width:100%}
    .n_title001{margin-bottom: 1.5rem !important;}

    .n_about .fl01 p{font-size:13px;line-height:26px;margin-bottom: 2rem;}
	
	.n_about .fl01 img.img1{width: 77%;}
	
	.list_box14{ margin:0 -1rem}
	.list_box14 li{ padding:0 1rem; margin-bottom:1.5rem; width:100%}
	
	.n_title002{margin-bottom: 4.5rem;}
	.list_box14 li{ top:0 !important}
	.list_box14 li .a .top{ padding-left:1rem}
	
	.n_title002 h3{ background-size:1.5rem auto; font-size: 1.5rem;padding: 1.5rem 0 0 1.5rem;}
	.more004 a{width:8rem;height: 2.25rem;line-height: 2.25rem;font-size: 12px;}

	.more004 a i{ width:2.25rem; height:2.25rem}
	
	.n_zuzhi .fl01 .content{padding: 2.5rem 1.5rem 0;}
	.n_zuzhi dl dd{font-size:1rem;padding-right: 0.5rem;line-height: 2rem;min-width: 45%;margin: 2%;}
	
	.n_zuzhi .fl01{ padding:3rem 0 0}
	.n_zuzhi{ padding: 0 0 3rem;}
	.n_kexue .fl00 .box{ padding:0}
	.n_kexue .fl00 .left p{font-size:13px;line-height:26px;margin-bottom: 2rem;}
	.n_kexue .fl00{ padding:3rem 0}
	
	.list_box15 li{ width:50%}
	.n_title003{margin-bottom:2rem;font-size: 1.5rem;}
	
	.n_kexue .fl05{ padding:3rem 0}
	
	
	.list_box15 li a h5{ font-size:.875rem}
	
	.n_title005 h3{background-size: 1.5rem auto !important;font-size: 1.5rem !important;padding: 2.5rem 0 0 0 !important;}
	
	.n_hezuo .fl02{ padding:3rem 0}
	
	.n_hezuo .fl02 .con p, .p_gg{font-size:13px;line-height:26px;margin-bottom: 2rem;}
	
	.list_box16{ margin:2rem 0 2.5rem}
	.list_box16 li{ width:100%; margin-bottom:7px}
	
	.list_box17 li{ margin:0 0.5rem}
	.list_box17 li img{ height:5.5rem}
	
	.n_wenhua .fl01{ padding:3rem 0}
	.n_wenhua .fl02{ padding:3rem 0}
	.n_wenhua .fl03{ padding:5rem 0 0}
	
	.list_box18 li{ width:100%; margin-bottom:1.5rem}
	
	.list_box17{ margin:1.75rem 0 2rem}
	
	.n_rencaipy .fl01 .content .right{padding:0 1.5rem;height: 26rem;}
	.n_rencaipy .fl01 .content .right:before{ left:1.5rem}
	.list_box20 li{font-size:13px;padding-left: 2rem;}
	.n_rencaipy .fl01 .content .right h3{ font-size:1.375rem; margin-bottom:1.25rem}
	
	.n_rencaipy .fl02{ padding:2.5rem 0 1.5rem}

	.n_rencaipy .fl03{padding: 3rem 0;}
	
	.list_box21 li .con h3{ font-size:1.375rem; margin-bottom:1.25rem}
	.list_box23 li:first-child .a .box:before, .list_box23 li:last-child .a .box:before{ display:none}
	
	.list_box23 li .a .box h3 { font-size:1.5rem}
	.list_box22 li a .top h5{ font-size:1.5rem}
	.list_box22 li a .top h5 img{ height:.75rem}
	.list_box23 li .a .box h3 img{ height:.75rem}
	
	.n_zsjy .fl02{ padding:3rem 0 10rem}
	.n_zsjy .fl03{ padding:0 0 3rem}
	
	.n_news_detail .ar_article_box h3{ font-size:1.5rem}
	.n_news_detail .ar_article_box h6{ font-size:13px;}
	/* .n_container_lr{ padding:2rem 0 3rem} */
	
	.list_box26 li{ width:100%; margin-bottom:1rem}
	
	.n_titu ul li .right .img, .n_titu ul li .right .img img{width: 9rem;height: 5.75rem;}
	.n_titu ul li .right .con p{line-height:20px;height:40px;-webkit-line-clamp: 2;margin-bottom: 0;font-size: 12px;}
	.n_titu ul li .right .con h6{ display:none}
	.n_titu ul li .right .con h5{font-size:14px;margin-bottom: .75rem;}
	.n_titu ul li .right .img{margin-right: 10px;}
	.n_titu ul li{ padding-bottom:1rem; margin-bottom:1rem}
	
	.n_notice ul.ul li{ line-height:3rem}
	.n_notice ul.ul li a{ height:3rem}
	.n_notice ul.ul li a font{font-size:14px;width: calc(100% - 70px);}
	
	.list_box28{ margin:0 -7px}
	.list_box28 li{ padding:0 7px; width:50%; margin-bottom:.25rem}
	
	.n_dashiji .miso_bd{ margin:1.375rem 0 0}
	.n_dashiji .miso_hd ul .miso-arrow{ width:1.5rem; height:1.5rem; background-size:100% 100% !important}
	
	.n_dashiji .miso_hd ul{ padding:0 2rem}
	.n_dashiji .miso_hd ul:before{ left:7.5rem; right:7.5rem}
	.n_dashiji h3{ font-size:1.5rem; margin-bottom:2rem}


.lgyw0120{ margin:0 -.9375rem}
.lgyw0120 li{float:left;width: 100%;padding: 0 .9375rem;}
.lgyw0120 li a{display:block;position:relative;height: 7.705rem;transition:.5s;border:1px #e6e6e6 solid;border-bottom:4px #e6e6e6 solid;margin-bottom: 1rem;}

.lgyw0120 li a .con{position:relative;height: 10.75rem;padding: 0 1.2rem;}
.lgyw0120 li a .con:before{ content:""; position:absolute; bottom:0; height:0; width:100%; transition:.5s; left:0}
.lgyw0120 li a .con .box_table{ text-align:left; position:relative}
.lgyw0120 li a .con h5{font-size: 15px;color:#333333;line-height: 2rem;height: 2rem;transition:.5s;margin:.5rem 0 0;font-weight: 600;}
.lgyw0120 li a .con .line{width: 4.5rem;height: 0.2rem;background:#0e479a;}
.lgyw0120 li a .con p{font-size:.875rem;line-height: 1.3rem;height: 2.5rem;color: #999;margin: 0.3rem auto;transition:.5s;}
.lgyw0120 li a .con h6{font-size:.875rem;/* line-height:1.5rem; */color: #999;transition:.5s;}

.lgyw0120 li:hover a{display:block;position:relative;height: 8.705rem;transition:.5s;border:1px #0e479a solid;border-bottom:4px #0e479a solid;margin-bottom: 1rem;}
.lgyw0120 li:hover a .con h5{color:#0e479a;}

.mtlg0120 li{float:left;width: 100%;padding: 0 1rem;margin-bottom:1.25rem;}

.ycdt0120 li a span{ display: none}

} 



@media(max-width: 456px){

	
} 



/* .n_container_hr {
    padding: 1.375rem 0 0;
} */
.list_box32{margin: 0;position:relative;padding: 3rem 0 3rem;}
.list_box32:before{content:"";position:absolute;top:0; left:50%; background:url(../images/list_box32_dots.png) center no-repeat; width:33px; height:33px; margin-left:-16.5px; z-index:1}
.list_box32:after{content:"";position:absolute;bottom:0; left:50%; background:url(../images/list_box32_dots.png) center no-repeat; width:33px; height:33px; margin-left:-16.5px; z-index:1}
.list_box32 li{padding: 0;position:relative;border-bottom: #8fa1b1 1px dotted;cursor: pointer;}
.list_box32 li .box{transition:.5s;border-radius:4px;padding: 18px 10px 0;margin: 2px 0;}
.list_box32 li:before{content:"";position:absolute;background:url(../images/h3_bg_l.png) center no-repeat;width: 45px;height:12px;right: -58px;background-size:100% 100%;top: 30px;}
.list_box32 li .box h3{text-align:right;font-size: 1.5rem;color: #000000;line-height:1.5;margin-bottom: 1.125rem;}
.list_box32 li .box .con_box{padding: 0;}
.list_box32 li .box .con_box .img, .list_box32 li .box .con_box .img img{ width:10.25rem; height:8.125rem; overflow:hidden}
.list_box32 li .box .con_box .con{padding: 0 0 1.25rem;}
.list_box32 li .box .con_box .con p{font-size:.875rem;color: #8fa1b1;line-height: 1.625rem;text-indent: 1.75rem;transition: .5s;}
.list_box32 .box_hezi.fr li:before{content:"";position:absolute;background:url(../images/h3_bg_r.png) center no-repeat;}

.list_box32 .box_hezi{ width:50%; float:left;}
.list_box32 .box_hezi.fl{margin: -2rem 0 0;}
.list_box32 li.li1{margin: 0rem 0 0 64px;}
.list_box32 li.li1:before{left: -58px;background-size:100% 100%;}
.list_box32 li.li1 .box h3{ text-align:left}
.list_box32 li.li2{margin: 0rem 64px 0 0;}

.n_qinqieguanhuan{padding: 4rem 0 8rem;}
.n_qinqieguanhuan .h31{ font-size:1.875rem; color:#000000; line-height:1.5; text-align:center; margin-bottom:2.25rem}
.list_box32 .jb_line{content:"";position:absolute;top: 15px;bottom: 15px;left:50%;width: 12px;margin-left:-6px;background-image: linear-gradient(#187edb, #085fa9, #187edb);z-index:0;}



.n_jianjie .fl01{ position:relative; padding:2rem 0 3rem}
.n_jianjie .fl01 .content{ position:relative; margin-bottom:5rem}
.n_jianjie .fl01 .content:before{ content:""; position:absolute; top:2.5rem; right:0; bottom:-2.5rem; left:16.25rem; background:#c5dff6}
.n_jianjie .fl01 .bottom{ position:relative}
.n_jianjie .fl01 .left{ width:40.375rem; position:relative}
.n_jianjie .fl01 .left img{ width:100%}
.n_jianjie .fl01 .right{ width:calc(100% - 40.375rem); padding:6.25rem 3.75rem 0 3.125rem; position:relative}
.n_jianjie .pp{ font-size:1rem; color:#333333; line-height:2.75rem; text-indent:2rem}
.n_jianjie .bottom .pp{ line-height:2.125rem}

.n_jianjie .fl02{ position:relative; background:url(../images/n_jianjie_fl02_bg.jpg) center no-repeat; background-size:cover; padding:4.375rem 0}
.n_jianjie .fl02 .left{ width:40.625rem}
.n_jianjie .fl02 .left ul{ margin:0 -.625rem}
.n_jianjie .fl02 .left ul li{ float:left; width:33.333333%; padding:0 .625rem; margin-bottom:1.5rem}
.n_jianjie .fl02 .left ul li a{ display:block; border:rgba(255,255,255,.3) 1px solid; height:9rem}
.n_jianjie .fl02 .left ul li a h3{ font-size:2.25rem; color:#fff; margin-bottom:.5rem}
.n_jianjie .fl02 .left ul li a h5{ font-size:1.125rem; line-height:1.625rem; color:#fff}
.n_jianjie .fl02 .right{ width:calc(100% - 40.625rem); padding:0 0 0 3.125rem}
.n_jianjie .fl02 .right p{ font-size:1rem; color:#fff; line-height:2.125rem; text-indent:2rem; margin-bottom:1.5rem}

.n_jianjie .fl03{ padding:4rem 0 5rem}
.n_jianjie .fl03 .ar_article p{ text-indent:2rem}
.n_jianjie .fl03 .ar_article p img{margin-bottom:2rem;margin-left: -2rem;}

.n_jianjie .fl04{ position:relative; background:url(../images/n_jianjie_fl04_bg.jpg) center no-repeat; background-size:cover; padding:0 0 2rem}
.n_jianjie .fl04 .right{ width:47rem; position:relative; top:-4rem}
.n_jianjie .fl04 .right .img{ margin-right:-5.25rem; overflow:hidden}
.n_jianjie .fl04 .right .img img{ width:100%}
.n_jianjie .fl04 .left{ width:calc(100% - 47rem); padding:3.125rem 2rem 0 0;}
.n_jianjie .fl04 .left .ar_article p{ text-indent:2rem}



@media(max-width: 992px){
	.container01 .left{ width:100%; padding:0}
	.container01 .right{ width:100%; padding:2rem 0 0}
	
	.list_box1 a .img{ padding-bottom:65.22% !important}
	.list_box2 li a .img{ padding-bottom:65.22% !important}

	
	.list_box2 li:nth-child(2) a .con, .list_box2 li.li1 a .con{ position:relative}
	.list_box2 li:nth-child(1) a .img, .list_box2 li.li a .img{ position:relative}
	.list_box2 li a{ height:auto}
	
	.list_box2 li a .con{ border-top: none; border-bottom: #0e479a 3px solid;}
	
	.container02 .content .left{ width:100%; padding:0}
	.container02 .content .right{ width:100%; padding:0}
	
	.container04 .left{ width:100%; padding:0}
	.container04 .right{ width:100%; padding:0}
	
	.container06 .left{ width:100%; padding:0}
	.container06 .right{ width:100%; padding:1.25rem 0 0}
	
	.list_box9{ margin:0 -7px;}
	.list_box9 li{ padding:0 7px;}
	
	.list_box9{ margin:0 -5px}
	.list_box9 li{ width:50%; padding:0 5px; margin-bottom:15px}
	
	.n_about .fl02 .content{padding: 1.5rem 1.5rem 0rem;}
	.list_box14{ margin:0 -1rem}
	.list_box14 li{ padding:0 1rem; margin-bottom:1.5rem}
	
	.n_kexue .fl00 .left{ width:100%; padding:4rem 0 0}
	.n_kexue .fl00 .right{width:100%;margin: 0;}
	.n_kexue .fl00 .right .img, .n_kexue .fl00 .right .img img{ width:100%; height:auto}
	
	.n_hezuo .fl01{ padding:3rem 0; box-shadow:0 15px 15px rgba(0,0,0,.05); background:#fff}
	.n_hezuo .fl01 .left{ width:100%; padding:3rem 0 0}
	.n_hezuo .fl01 .right{ width:100%; padding:0}
	
	.list_box19 li{ width:100%; margin-bottom:5rem}
	
	.n_rencaipy .fl01 .content .left{ width:100%}
	.n_rencaipy .fl01 .content .right{ width:100%}
	
	.list_box21{ margin:0 -1rem}
	.list_box21 li{padding:0 1rem;width: 100%;margin-bottom: 1.5rem;}
	
	.list_box22 li{ width:100%; padding:0; margin-bottom:1.5rem}
	.list_box22 { margin:0 }
	
	.list_box23 li{ width:100%; padding:0; margin-bottom:1.5rem}

	.list_box23 {margin: -9.375rem 0 0;}
	.list_box23 li .a .box{ padding:25px 15px 5px}
	.list_box23 dl dd h4 img{ max-height:1.75rem}
	
	.list_box26 li{ width:50%}
	
	.n_jianjie .fl01 .left{ width:100%;}
	.n_jianjie .fl01 .right{width:100%;padding: 2rem 0 0;}
	.n_jianjie .fl01 .content{margin: 0 0 1rem;}
	
	.n_jianjie .fl01 .content:before{ display:none}
	.n_jianjie .fl02 .left{ width:100%}
	.n_jianjie .fl02 .right{ padding:1rem 0 0; width:100%}

	.n_jianjie .fl04 .left{width:100%;padding: 2rem 0 0rem;}
	.n_jianjie .fl04 .right{width:100%;top: 0;}
	
	.n_jianjie .fl04{ background:url(../images/n_jianjie_fl04_bg1.jpg) center no-repeat; background-size:cover;}
	
	.n_jianjie .fl03{padding: 2rem 0 0;}
	.n_jianjie .fl04 .right .img{ margin-right:0}
}

@media(max-width: 768px){
	#gotop{ right:0; transform:scale(0.7)}
	
	#banner .miso-slide a h5{font-size: 1.25rem;bottom: 2rem;width: 100%;max-width: 100%;padding: 0 10%;}
    #banner .miso-dots{ display:none !important}
    #banner .miso-arrow{width: 1.25rem;height: 1.875rem;}
	
	.title001 h3 font{ font-size:1.5rem}
	.title001 h4{ font-size:1rem}
	.title001 h3 font:before{ width:3rem; left:-4.5rem; top:1.5rem}
	.title001 h3 font:after{ width:3rem; right:-4.5rem; top:1.5rem}
	.title001 .more001 a img{ height:1.5rem}
	.title001{ margin-bottom:2rem}
	.list_box1 a .img h5{ right:0; line-height:4rem}
	.list_box1 .miso-dots{ bottom:2rem}
	.list_box1 .miso-arrow{ bottom:3.125rem}
	
	.list_box2{ margin:0 -7px}
	.list_box2 li{ padding:0 7px}
	.list_box2 li a .con{padding: 15px 0;height: auto;}
	.list_box2 li a .con h5{margin:0 !important;font-size: 1.125rem;}
	
	.container01{ padding:3rem 0}
	.title002 h3>img{max-width:2rem;margin: -3px .75rem 0 0;}
	.title002 h3{font-size:1.5rem;line-height: 4rem;}
	.title002 h3:before{ height:2px}
	.title002 a img{height:1.5rem;margin-top: calc(-1.5rem / 2);}
	.container02 .content{ padding:1.5rem}
	
	.list_box3 li{ margin-bottom:1rem}
	.list_box3 li a font{ font-size:1rem}
	
	.list_box4{ margin:0 -7px}
	.list_box4 li{padding:0 7px;width: 100%;}
	
	.list_box4 li a h5{margin-bottom:0;font-size: 14px;}
	.list_box4 li a p, .list_box2 li a .con p{ display:none}
	
	.more002 a span img{ height:1.25rem}
	

	.list_box5 li{ padding-bottom:3rem}
	
	.list_box6 li a .top .top_box h5{ font-size:1.25rem}
	.list_box6 li a .top .top_box h3 img{ max-height:2.75rem}
	.container04 .right .list_box6 li a .top .top_box h2{ font-size:1.75rem}
	.more003{ margin:2.5rem 0 0}
	.more003 a i img{ height:.75rem}
	
	.list_box7 li h3{ height:2.875rem}
	.list_box7 li h3 font span img{ height:2rem}
	.list_box7 li a{width: 7rem;height: 7rem;}
	.list_box7 li h5{ font-size:1rem}

	.list_box7{ padding:0 15px}
	.list_box11 li img, .list_box12 li span img{ height:12px;}

	.container09 .left{ display:block;}
	.container09 .right{ width:100%}
	.container09 .right ul.list_box10 li{ font-size:.875rem;}
	
	.container06{ padding:3rem 0 2rem}
	

	.list_box9 li a h5{ position:relative}

	
	.title003{ margin-bottom:2rem}
	.title003 h3{ font-size:1.5rem;color:#333333; line-height:2.25rem}
	.title003 h3 a img{ height:1.5rem}
	
	.n_about .fl01{padding: 3rem 0 8rem;}
	.n_title001 h3{background-size: 1.5rem auto !important;font-size: 1.5rem !important;padding: 1.5rem 0 0 1.5rem !important;}
    .n_about .fl01 .box{ width:100%}
    .n_title001{margin-bottom: 1.5rem !important;}

    .n_about .fl01 p{font-size:13px;line-height:26px;margin-bottom: 2rem;}
	
	.n_about .fl01 img.img1{width: 77%;}
	
	.list_box14{ margin:0 -1rem}
	.list_box14 li{ padding:0 1rem; margin-bottom:1.5rem; width:100%}
	
	.n_title002{margin-bottom: 4.5rem;}
	.list_box14 li{ top:0 !important}
	.list_box14 li .a .top{ padding-left:1rem}
	
	.n_title002 h3{ background-size:1.5rem auto; font-size: 1.5rem;padding: 1.5rem 0 0 1.5rem;}
	.more004 a{width:8rem;height: 2.25rem;line-height: 2.25rem;font-size: 12px;}

	.more004 a i{ width:2.25rem; height:2.25rem}
	
	.n_zuzhi .fl01 .content{padding: 2.5rem 1.5rem 0;}
	.n_zuzhi dl dd{font-size:1rem;padding-right: 0.5rem;line-height: 2rem;min-width: 45%;margin: 2%;}
	
	.n_zuzhi .fl01{ padding:3rem 0 0}
	.n_zuzhi{ padding: 0 0 3rem;}
	.n_kexue .fl00 .box{ padding:0}
	.n_kexue .fl00 .left p{font-size:13px;line-height:26px;margin-bottom: 2rem;}
	.n_kexue .fl00{ padding:3rem 0}
	
	.list_box15 li{ width:50%}
	.n_title003{margin-bottom:2rem;font-size: 1.5rem;}
	
	.n_kexue .fl05{ padding:3rem 0}
	
	
	.list_box15 li a h5{ font-size:.875rem}
	
	.n_title005 h3{background-size: 1.5rem auto !important;font-size: 1.5rem !important;padding: 2.5rem 0 0 0 !important;}
	
	.n_hezuo .fl02{ padding:3rem 0}
	
	.n_hezuo .fl02 .con p, .p_gg{font-size:13px;line-height:26px;margin-bottom: 2rem;}
	
	.list_box16{ margin:2rem 0 2.5rem}
	.list_box16 li{ width:100%; margin-bottom:7px}
	
	.list_box17 li{ margin:0 0.5rem}
	.list_box17 li img{ height:5.5rem}
	
	.n_wenhua .fl01{ padding:3rem 0}
	.n_wenhua .fl02{ padding:3rem 0}
	.n_wenhua .fl03{ padding:5rem 0 0}
	
	.list_box18 li{ width:100%; margin-bottom:1.5rem}
	
	.list_box17{ margin:1.75rem 0 2rem}
	
	.n_rencaipy .fl01 .content .right{padding:0 1.5rem;height: 26rem;}
	.n_rencaipy .fl01 .content .right:before{ left:1.5rem}
	.list_box20 li{font-size:13px;padding-left: 2rem;}
	.n_rencaipy .fl01 .content .right h3{ font-size:1.375rem; margin-bottom:1.25rem}
	
	.n_rencaipy .fl02{ padding:2.5rem 0 1.5rem}

	.n_rencaipy .fl03{padding: 3rem 0;}
	
	.list_box21 li .con h3{ font-size:1.375rem; margin-bottom:1.25rem}
	.list_box23 li:first-child .a .box:before, .list_box23 li:last-child .a .box:before{ display:none}
	
	.list_box23 li .a .box h3 { font-size:1.5rem}
	.list_box22 li a .top h5{ font-size:1.5rem}
	.list_box22 li a .top h5 img{ height:.75rem}
	.list_box23 li .a .box h3 img{ height:.75rem}
	
	.n_zsjy .fl02{ padding:3rem 0 10rem}
	.n_zsjy .fl03{ padding:0 0 3rem}
	
	.n_news_detail .ar_article_box h3{ font-size:1.5rem}
	.n_news_detail .ar_article_box h6{ font-size:13px;}
	/* .n_container_lr{ padding:2rem 0 3rem} */
	
	.list_box26 li{ width:100%; margin-bottom:1rem}
	
	.n_titu ul li .right .img, .n_titu ul li .right .img img{width: 9rem;height: 5.75rem;}
	.n_titu ul li .right .con p{line-height:20px;height:40px;-webkit-line-clamp: 2;margin-bottom: 0;font-size: 12px;}
	.n_titu ul li .right .con h6{ display:none}
	.n_titu ul li .right .con h5{font-size:14px;margin-bottom: .75rem;}
	.n_titu ul li .right .img{margin-right: 10px;}
	.n_titu ul li{ padding-bottom:1rem; margin-bottom:1rem}
	
	.n_notice ul.ul li{ line-height:3rem}
	.n_notice ul.ul li a{ height:3rem}
	.n_notice ul.ul li a font{font-size:14px;width: calc(100% - 70px);}
	
	.list_box28{ margin:0 -7px}
	.list_box28 li{ padding:0 7px; width:50%; margin-bottom:.25rem}
	
	.n_dashiji .miso_bd{ margin:1.375rem 0 0}
	.n_dashiji .miso_hd ul .miso-arrow{ width:1.5rem; height:1.5rem; background-size:100% 100% !important}
	
	.n_dashiji .miso_hd ul{ padding:0 2rem}
	.n_dashiji .miso_hd ul:before{ left:7.5rem; right:7.5rem}
	.n_dashiji h3{ font-size:1.5rem; margin-bottom:2rem}
	
	.list_box29 .left{width:100%;height:auto;text-align: left;padding: 0 0 1rem;border: none;}
	.list_box29 .right{ width:100%; padding:0}
	
	.n_xrld_d{padding: 1rem 0 2rem;}
	.n_xrld_d .left{float: left;margin:0 auto;}
	.n_xrld_d .right{ width:100%; padding:2rem 0 0}
	
	.n_xrld_d .right h2{ font-size:1.75rem;}
	.n_xrld_d .right h3{ font-size:1.375rem;}
	
	.n_jianjie .fl03 .ar_article p img{ margin-bottom:0}
	
	.n_jianjie .fl02 .left ul{ margin:0 -3px}
	.n_jianjie .fl02 .left ul li{ padding:0 3px; margin-bottom:1rem}
	.n_jianjie .fl02 .left ul li a h3{ font-size:1.75rem}
	.n_jianjie .fl02 .left ul li a h5{ font-size:1rem}
	.n_jianjie .fl02{ padding:2rem 0 1.5rem}
	.n_jianjie .pp{ font-size:13px; line-height:26px;}
	
	.list_box32 li.li1{margin: 0 0 0 20px;}
	.list_box32 li .box{ padding:10px 0}
	.list_box32 .box_hezi li:before{ display:none}
	.list_box32 li.li2{ margin:0 20px 0 0}
	.list_box32 li .box h3{ font-size:1.25rem}
	.n_qinqieguanhuan{ padding:1rem 0 4rem}
	.n_qinqieguanhuan .h31{ font-size:1.5rem; margin-bottom:1.5rem}
	.list_box32 .jb_line{ width:6px; margin-left:-3px}
	.list_box32:after, .list_box32:before{ transform:scale(.5)}
} 
@media (max-width: 460px){
.n_xrld_d .left{float:none;margin-bottom: 3em;}
.n_xrld_d .right{float:none;width: 100% !important;padding: 0 !important;}
}

.list_box29{}
.list_box29 li .a{ border-bottom:#e5e5e5 1px solid; padding:1rem 0 0}
.list_box29 .left{ width:14.375rem; height:7.125rem; border-right:#e1dfdf 1px solid; font-size:1.125rem; color:#333333; line-height:1.75; padding:1.5rem 2.25rem 0 0; text-align:right}
.list_box29 .right{ width:calc(100% - 14.375rem); padding:0 0 0 3.75rem}
.list_box29 .right dl dd{ float:left; margin-right:3.5rem; width:6.125rem; text-align:center; margin-bottom:1rem}
.list_box29 .right dl dd .img, .list_box29 .right dl dd .img img{ width:100%}
.list_box29 .right dl dd h5{ font-size:1.125rem; color:#333333; line-height:1.5; text-align:center; margin:.5rem 0 0}
.list_box29 .right dl dd{ margin-right:1rem}

.n_xrld_d{ padding:5rem 3.125rem 0}
.n_xrld_d .left{ width:9.5rem;}
.n_xrld_d .left img{ width:100%}
.n_xrld_d .right{ width:calc(100% - 9.5rem); padding:0 0 0 3.125rem}
.n_xrld_d .right h2{ font-size:2.25rem; color:#000000; }
.n_xrld_d .right h3{ font-size:1.5rem; color:#000000; margin:1.5rem 0 5rem}
.n_xrld_d .right dl{ font-size:1.125rem; color:#3c3c3c; }
.n_xrld_d .right dl dt{ font-weight:bold}
.n_xrld_d .right dl dt, .n_xrld_d .right dl dd{ line-height:1.5; margin-bottom:1.75rem}

@media (min-width:1080px) and (max-width:1360px){
	html{font-size:14px;}

.n_zuzhi dl dd{float:left;width:23%;padding-right: 0rem;display: block;border: #b1c3d3 1px solid;background: #ebf1f5;line-height: 1.75rem;padding: .625rem 0.5rem;font-size: 1rem;color: #2a4b67;transition: .5s;margin:1%;}



	}
@media (min-width:320px) and (max-width:1079px){
	html{font-size:13px;}

.n_zuzhi dl dd{float:left;width: 48%;padding-right: 2rem;display: block;border: #b1c3d3 1px solid;background: #ebf1f5;line-height: 1.75rem;padding: .625rem 0.5rem;font-size: 1rem;color: #2a4b67;transition: .5s;margin:1%;}

}

@media (min-width: 768px){
.list_box26 li:hover {
    background: #0f489a;
}
.list_box26 li:hover a {
    color: #fff;
}
.list_box26 li a:hover {
    background: none;
    color: #fff;
    border: none;
}
}

/* list */
.n_container {
	padding: 0 0px 0.68rem;
	/* background: url(images/main3-bg.png) no-repeat bottom center; */
}

.n_container .n_left {
	float: left;
	width: 230px;
	position: relative;
	z-index: 1;
	margin-top: -2.8rem;
}
.n_container .n_left h1 {
	font-size: 1.6rem;
	color: #fff;
	padding: 1.6rem 0 1.4rem 0;
	position: relative;
	/* background: #76247d url(../images/leftNav01.png) no-repeat bottom left; */
	background-color: #1652a4;
}

.n_container .n_left h1 span {
	position: relative;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 0.6rem;
}
.n_container .n_left h1 span::after {
	content: "";
	width: 20px;
	height: 4px;
	background: #ef9f02;
	position: absolute;
	right: 0;
	bottom: 0;
}

.n_container .n_left ul {
	padding: 1.0rem 0 2.5rem 0;
	position: relative;
	background: rgb(255, 255, 255);
	box-shadow: 0px 4px 10px 0px rgba(185, 189, 188, 0.44);
}

.n_container .n_left ul::after {
	content: "";
	width: 100%;
	height: 160px;
	background: url(../images/xm.jpg) no-repeat center;
	position: absolute;
	bottom: -100px;
	left: 0;
	box-shadow: 0px 4px 10px 0px rgba(185, 189, 188, 0.44);
}

.n_container .n_left .con ul li {
	line-height: 30px;
	font-size: 20px;
	color: rgb(50, 50, 50);
	position: relative;
}

.n_container .n_left .con ul li.on dl {
	display: block !important;
}

.n_container .n_left .con ul li a::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 1px;
	background: #d9d8d9;
}
.n_container .n_left .con ul li>a img {
	margin: -3px 20px 0px 0px;
}

.n_container .n_left .con ul li.on::after,
.n_container .n_left .con ul li:hover::after {
	width: 100%;
	transition: all 0.6s ease 0s;
}

.n_container .n_left .con ul li.on a::before {
	background: rgba(255, 255, 255, 0.3);
}

.n_container .n_left .con ul li>a {
	z-index: 1;
	padding: 10px 10px;
	text-align: center;
	color: rgb(50, 50, 50);
	display: block;
	transition: all 0.36s ease 0s;
	position: relative;
}

.n_container .n_left .con ul li>a::after {
	content: "";
	width: 0px;
	height: 100%;
	background: #1652a4;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.6s ease 0s;
	z-index: -1;
}

.n_container .n_left .con ul li.on>a::after {
	width: 100%;
}

/* .n_container .n_left .con ul li:hover a{color: #fff;} */
.n_container .n_left .con ul li:hover a::after {
	width: 100%;
}

.n_container .n_left .con ul li>a:hover,
.n_container .n_left .con ul li.on>a {
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.n_container .n_left .con ul li dl {
	display: none;
	position: relative;
	padding: 5px;
	background: rgb(255, 255, 255);
}

.n_container .n_left .con ul li dl::before {
	content: "";
	position: absolute;
	right: 0px;
	left: 20px;
	top: 0px;
	height: 1px;
}

.n_container .n_left .con ul li dl dd {
	height: auto;
}

.n_container .n_left .con ul li dl dd a {
	font-size: 16px;
	padding: 5px 2px;
	text-align: center;
	position: relative;
	line-height: 32px;
	transition: all 0.6s ease 0s;
	display: block;
	z-index: 1;
	color: #323232;
}

.n_container .n_left .con ul li dl dd a::before {
	content: "";
	position: absolute;
	inset: 0px;
	transition: all 0.6s ease 0s;
	/* background: #ef9f02;*/
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.n_container .n_left .con ul li dl dd.on a::before,
.n_container .n_left .con ul li dl dd:hover a::before {
	opacity: 1;
	visibility: visible;
}

.n_container .n_left .con ul li.on dl {
	/*background: #ad7cb1;*/
	background: rgb(189 150 193);
}


.n_container .n_left .con ul li.on dl dd a {
	color: #fff;
	font-size: 16px;
	padding: 5px 2px;
}

.n_container .n_left .con ul li dl dd:hover a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #ad7cb1;
	padding: 5px 2px;
}

/* .n_container .n_left .con ul li dl dd a{color: #fff;font-size: 16px;padding: 5px 2px;} */
.n_container .n_left .con ul li dl dd.on:hover a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #ad7cb1;
	padding: 5px 2px;
}

.n_container .n_left .con ul li dl dd.on a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #ad7cb1;
	padding: 5px 2px;
}

.n_container .n_left .con ul li i.up {}

.n_container .n_left .con ul li i {
	width: 20px;
	height: 50px;
	background: url(../images/jt02.png) no-repeat center;
	position: absolute;
	z-index: 999;
	right: 10px;
	top: 0px;
	cursor: pointer;
}

.n_container .n_left .con ul li.on i {
	background: url(../images/jt.png) no-repeat center;
}

/* .n_container .n_left .con ul li dl dd a:hover, .n_container .n_left .con ul li dl dd.on a { color: rgb(255, 255, 255) !important; } */

/* .n_container .n_left .con ul li:hover dl{background: rgb(189 150 193) !important;} */


.n_container .n_right {
	width: calc(100% - 270px);
	min-height: 600px;
	margin-top: 2.0rem;
}

.n_container .n_right .position {
	margin-bottom: 1.6rem;
	position: relative;
	overflow: hidden;
}

.n_container .n_right .position::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #743001;
	position: absolute;
	left: 0;
	top: 50%;
}

.n_container .n_right .position h5 {
	float: left;
	margin-left: 4.5rem;
	padding: 0 1.0rem 0 0.6rem;
	background: #fff;
	font-size: 1.6rem;
	color: #323232;
	font-weight: bold;
	position: relative;
	z-index: 1;
	line-height: 2.0rem;
	height: 2.0rem;
	position: relative;
}

.n_container .n_right .position h5::after {
	content: "";
	width: 7px;
	height: 15px;
	/* background: url(../images/position03.png) no-repeat center; */
	right: -4px;
	top: 50%;
	margin-top: -7px;
	position: absolute;
}

.n_container .n_right .position p {
	float: right;
	line-height: 2.0rem;
	font-size: 1.0rem;
	color: rgb(153, 153, 153);
	padding-left: 42px;
	position: relative;
	z-index: 2;
	background: #fff url(../images/position.png) no-repeat 20px center;
}

.n_container .n_right .position p a {
	color: rgb(153, 153, 153);
	transition: all 0.6s ease 0s;
}

.n_container .n_right .position p a:hover {
	color: #76247d;
	transition: all 0.6s ease 0s;
}

.n_rightBox {
	/* background: #fff url(images/listBG01.png) no-repeat 10% 15%; */
	background-color: #fff;
	padding: 2.25rem 6.0rem;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.fy {
	margin-top: 0.4rem;
}

.fy img {
	display: table;
	margin: 0px auto;
	max-width: 100%;
}

@media (max-width: 1200px) {
	.header_box_wai {
		display: none;
	}

	.n_container .n_position {
		display: none;
	}

	.n_container .n_left {
		display: none;
	}

	.n_container .n_right {
		width: 100%;
		padding: 0px;
	}

	#nav_slide {
		display: block;
	}

	.n_rightBox {
		padding: 1.5rem 0.75rem;
	}

	.n_container .n_right .position {
		margin-bottom: 0.75rem;
	}

	.n_container {
		padding: 0.15rem 0px 0.4rem;
	}
}

@media (max-width: 850px) {
	.n_container .n_right {
		margin-top: 0;
	}
}

@media (max-width: 680px) {
	.n_container .n_right .position h5 {
		display: none;
	}

	.n_container .n_right .position p {
		float: left;
		padding-right: 0.1rem;
		padding-left: 20px;
		background: url("../images/position.png") 0 center no-repeat rgb(255, 255, 255);
	}
}

.n_list01 li {
	position: relative;
}

.n_list01 li::after {
	content: "";
	width: 0px;
	height: 100%;
	/* background: url(../images/list03.png) no-repeat center left; */
	background-size: 100% 100%;
	position: absolute;
	left: -60px;
	bottom: 0;
	transition: 0.6s all;
}

/* .n_list01 li::after { content: ""; width: 0px; height: 100%; background: #76247d; transform: skewX(-15deg); position: absolute; left: -60px; top: 0px; transition: all 0.6s ease 0s; }
.n_list01 li::before { content: ""; width: 0px; height: 100%; background: #76247d url(../images/list01.png) no-repeat right bottom; position: absolute; left: 0px; top: 0px;transition: all 0.6s ease 0s;z-index: 1; } */
.n_list01 li a {
	padding: 1.5rem 1.5rem 1.5rem 0;
	position: relative;
	z-index: 2;
	display: block;
}

.n_list01 li a::after {
	content: "";
	width: calc(100% - 22px);
	height: 1px;
	background: #d9d9d9;
	position: absolute;
	left: 22px;
	bottom: 0;
}

.n_list01 li i {
	font-size: 1.0rem;
	margin-left: 22px;
	color: #044dbc;
	font-style: normal;
	display: block;
	position: relative;
	padding-left: 56px;
	margin-bottom: 1.0rem;
}

.n_list01 li i::after {
	content: "";
	width: 46px;
	height: 1px;
	background: #044dbc;
	position: absolute;
	left: 0;
	top: 50%;
}

.n_list01 li p {
	position: relative;
	padding-left: 22px;
	color: rgb(50, 50, 50);
	overflow: hidden;
	font-size: 1.2rem;
	line-height: 1.8rem;
	transition: all 0.6s ease 0s;
	max-height: 6.0rem;
}

.n_list01 li p::after {
	content: "";
	width: 7px;
	height: 7px;
	background: #044dbc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

/* .n_list01 li:hover::after { width: 90%; transition: all 0.6s ease 0s; }
.n_list01 li:hover::before { width: 100%;transition: all 0.6s ease 0s} */
.n_list01 li:hover::after {
	width: calc(100% + 60px);
	transition: 0.6s all;
}

.n_list01 li:hover p {
	color: #063b8d;
	transition: all 0.6s ease 0s;
}

@media (max-width: 1200px) {
	.n_list01 li a {
		padding: 1.0rem 0px;
	}

	.n_list01 li::after {
		left: 0;
		background: #76247d url(../images/list01.png) no-repeat right bottom;
		background-size: contain;
	}

	.n_list01 li:hover::after {
		width: 100%;
	}
}

.fy {
	margin-top: 2.2rem;
}

.fy img {
	display: table;
	margin: 0px auto;
	max-width: 100%;
}

/* alone */
.show01 {
	margin-bottom: 2.0rem;
	padding-bottom: 1.0rem;
	border-bottom: 1px solid #d9d9d9;
}

.show01 h5 {
	font-size: 1.4rem;
	line-height: 2.8rem;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.2rem;
}

.show01 p {
	text-align: center;
}

.show01 p em {
	font-style: normal;
	display: inline-block;
	margin: 0px 3.0rem;
	font-size: 1.0rem;
	color: #ef9f02;
}

.show01 p>em {
	padding-left: 22px;
	background: url(../images/main1-05.png) no-repeat left center;
	background-size: contain;
}

.show02 p {
	text-indent: 2.2rem;
	font-size: 1.1rem !important;
	color: rgb(50, 50, 50) !important;
	line-height: 2.2rem !important;
}

.show02 p iframe {
	text-indent: 0em !important;
	display: block;
}
.show02 p span {
	text-indent: 2.2rem;
	font-size: 1.1rem !important;
	color: rgb(50, 50, 50) !important;
	line-height: 2.2rem !important;
}

.show02 img {
	display: table;
	margin: 0px auto 1.5rem;
	max-width: 100%;
	height: auto !important;
}

.show02 p video {
	width: 100%;
	height: auto;
}

.show03 {
	padding-top: 1.5rem;
	margin-top: 2.2rem;
	border-top: 1px solid rgb(204, 204, 204);
}

.show03 p {
	margin-bottom: 1.0rem;
	font-size: 1.1rem;
	line-height: 2.2rem;
	color: rgb(50, 50, 50);
}

.show03 p a {
	color: rgb(50, 50, 50);
	transition: all 0.6s ease 0s;
}

.show03 p+p {
	margin-bottom: 0px;
}

.show03 p a:hover {
	color: #76247d;
	transition: all 0.6s ease 0s;
}
/* 教师 */
.js01 {
	margin-bottom: 60px;
}

.js01 h5 {
	background: #7598f3;
	padding: 0.75rem 1.0rem;
	margin-bottom: 1.0rem;
}

.js01 h5 a {
	display: block;
	padding-left: 1.0rem;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	position: relative;
	transition: 0.6s all;
}

.js01 h5 a::after {
	content: "";
	width: 7px;
	height: 7px;
	background: #366af1;
	border-radius: 50%;
	left: 0;
	top: 7px;
	position: absolute;
}

.js01 h5 a:hover {
	color: #366af1;
	transition: 0.6s all;
}

.js01 ul {
	justify-content: flex-start;
	border-bottom: 1px solid #E0E0E0;
}

.js01 li {
	width: 20%;
	padding-right: 1.2rem;
	margin-bottom: 35px;
}

.js01 li a {
	font-size: 1.2rem;
	color: #323232;
	font-weight: bold;
	padding-left: 0.6rem;
	position: relative;
	display: block;
	transition: 0.6s all;
}

.js01 li a::after {
	content: "";
	width: 1px;
	height: 16px;
	background: #366af1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

.js01 li a:hover {
	color: #366af1;
	transition: 0.6s all;
}

@media (max-width: 650px) {
	.js01 li {
		width: 50%;
	}
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* list02 */
.n_list02 li {
	margin-bottom: 2.0rem;
	padding-bottom: 2.0rem;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}

.n_list02 li::after {
	content: "";
	width: 0;
	height: 1px;
	background: #366af1;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: 0.6s all;
}

.n_list02 li .pic {
	width: 230px;
	overflow: hidden;
}

.n_list02 li .pic img {
	display: block;
	width: 100%;
	height: 135px;
	object-fit: cover;
	transition: 0.6s all;
}

.n_list02 li .text {
	width: calc(100% - 250px);
	padding-left: 22px;
	position: relative;
}

.n_list02 li .text::after {
	content: "";
	width: 7px;
	height: 7px;
	background: #366af1;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.n_list02 li .text h5 {
	font-size: 1.2rem;
	color: #323232;
	font-weight: bold;
	line-height: 1.4rem;
	height: 1.4rem;
	overflow: hidden;
	transition: 0.6s all;
}

.n_list02 li .text i {
	font-style: normal;
	display: block;
	margin: 0.6rem 0 0.75rem 0;
	font-size: 0.7rem;
	color: #ef9f02;
	padding-left: 22px;
	/* background: url(../images/main1-05.png) no-repeat left center; */
	background-size: contain;
	line-height: 0.9rem;
}

.n_list02 li .text p {
	font-size: 1.0rem;
	color: #737373;
	line-height: 1.2rem;
	max-height: 3.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.n_list02 li:hover::after {
	width: 100%;
	transition: 0.6s all;
}

.n_list02 li:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}

.n_list02 li:hover h5 {
	color: #366af1;
	transition: 0.6s all;
}

@media (max-width: 850px) {
	.n_list02 li .pic {
		width: 180px;
	}

	.n_list02 li .pic img {
		height: 106px;
	}

	.n_list02 li .text {
		width: calc(100% - 200px);
	}
}

@media (max-width: 680px) {
	.n_list02 li .text h5 {
		height: auto;
	}

	.n_list02 li .text p {
		display: none;
	}
}

@media (max-width: 440px) {
	.n_list02 li .pic {
		width: 100%;
		margin-bottom: 0.15rem;
	}

	.n_list02 li .pic img {
		height: auto;
	}

	.n_list02 li .text {
		width: 100%;
	}

	.n_list02 li .text i {
		margin: 1.0rem 0 0;
	}

	.n_list02 li {
		margin-bottom: 1.0rem;
		padding-bottom: 1.0rem;
	}
}

