@charset "utf-8";
/* CSS Document public*/
*{font-family:Arial, Helvetica,"Microsoft Yahei", sans-serif; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{padding:0;margin:0;font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:14px;overflow-x: hidden;}
html,body{ min-height:100vh;} html{ overflow:-moz-scrollbars-vertical;} 

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow{ overflow:hidden}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/

.a_body{ position:relative}
ul li,dl dd{ vertical-align:top}
img{ vertical-align:middle}
a{ color:inherit}

input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}

input::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}

.w100{width:100%}
.w1400{ max-width:1400px;margin:0 auto}
.w1600{max-width:1600px;margin:0 auto}
.w1800{max-width:1800px;margin:0 auto}
.layui-img-responsive{ max-width:100%;}
.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{ padding-bottom:60% !important}
.img_zd>img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#ff0000}
.more a{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.box_table{ display:table; table-layout: fixed; width:100%; height:100%}
.box_table_cell{ display:table-cell; vertical-align:middle}
.box_table_cell *{ white-space:normal; word-wrap:break-word; }

/*内容样式*/
.ar_article td,
.ar_article th{ padding:15px 10px; border: 1px solid #ededed; vertical-align:middle;}
.ar_article td p,
.ar_article th p{ padding-bottom:0; margin-bottom:0;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed; width:100%}
.ar_article table tr:not(:first-child) td{}
.ar_article table td { border-left: 1px solid #ededed;border-top: 1px solid #ededed; }
.ar_article{font-size:14px;color:#7d7c7c;line-height:30px; }
.ar_article p{font-size: 1.125rem !important;color: #333333;line-height: 2.125rem !important;margin-bottom: 1.125rem;text-indent: 2.25rem !important;text-algin:justify;}
.ar_article p video{margin: 0 auto;}

.ar_article p:last-child{ margin-bottom:0}
.ar_article strong{ font-weight:bold;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#717173;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article h1{ font-size:2.25rem; margin-bottom:1.25rem}.ar_article h2{ font-size:1.875rem; margin-bottom:0.875rem;}.ar_article h3{ font-size:1.5rem; margin-bottom:0.9375rem}
.ar_article h4{ font-size:1.125rem; margin-bottom:0.875rem}.ar_article h5{ font-size:0.875rem; margin-bottom:0.75rem}.ar_article h6{ font-size:0.75rem; margin-bottom:0.75rem}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem; list-style:inherit !important;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:0.9375rem;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{display:inline-block;/*margin-left: -2.25rem;*/}

/*百度播放器美化*/
#playercontainer_display_button,#video1_display_button,#video2_display_button{ background:none !important; height:40px; width:40px !important; border:2px solid #fff; border-radius:50%; padding:0 !important;}
#playercontainer_display_button #playercontainer_display_button_play,#video1_display_button #video1_display_button_play,#video2_display_button #video2_display_button_play{background-size: 25px;}
#playercontainer_display_button,#video1_display_button,#video2_display_button{ height:40px !important; margin-top: -20px !important;}
#playercontainer_display .cbpreview,#video1_display .cbpreview,#video2_display .cbpreview{ opacity: .75 !important;}

/*Slider 开始*/
.miso_qh{ opacity:0; visibility:hidden; transition:0.6s}
.miso_qh.miso-initialized{ opacity:1; visibility:visible;}
.miso-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; z-index:0}
.miso-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; z-index:0}
.miso-list:focus{outline: none;}
.miso-list.dragging{ cursor: pointer; cursor: hand;}
.miso-slider .miso-track,
.miso-slider .miso-list{ -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.miso-track {position: relative;left: 0;top: 0;display:inline-block;zoom: 1;margin-left: auto;margin-right: auto;vertical-align: top;}
.miso-track:before,
.miso-track:after{ display: table; content: '';}
.miso-track:after{ clear: both;}
.miso-loading .miso-track{ visibility: hidden;}
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; -moz-user-select:text; -khtml-user-select: text; user-select:text;}
[dir='rtl'] .miso-slide{ float: right;}
.miso-slide img{ display: block;}
.miso-slide.miso-loading img{ display: none;}
.miso-slide.dragging img{ pointer-events: none;}
.miso-initialized .miso-slide{ display: block;}
.miso-loading .miso-slide{ visibility: hidden;}
.miso-vertical .miso-slide{ display: block; height: auto;}
.miso-arrow.miso-hidden {display: none;}

.miso-loading .miso-list{ background: #fff ;}
.miso-arrow{ z-index:1}
.miso-prev,
.miso-next{font-size: 0;line-height: 0;  position: absolute; top: 50%; display: block; width: 20px; height: 20px;padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;}
.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus{ color: transparent; outline: none; background: transparent;}
.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before{ opacity: 1;}
.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before{ opacity: .25;}

.miso-prev:before,
.miso-next:before{ font-size:2rem; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold; cursor:pointer}

.miso-prev{ left: 0px;}
[dir='rtl'] .miso-prev{ right: 0px; left: auto;}
.miso-prev:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-prev:before{ content: ''; font-family:simsun;}

.miso-next{ right: 0px;}
[dir='rtl'] .miso-next{ right: auto; left: 0px;}
.miso-next:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-next:before{ content: ''; font-family:simsun;}

/* Dots */
.miso-dots { position: absolute; bottom:0; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.miso-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.miso-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer;}
.miso-dots li button:focus{ outline: none; }
.miso-dots li.miso-active a{ transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

/* Arrows */
.miso-prev, .miso-next {position: absolute;display: block;height: 20px;width: 20px;line-height: 0;font-size:0; cursor: pointer;background: transparent;color: transparent;padding: 0;border: none;outline: none;top: 50%;z-index: 1;}
.miso-prev{ left:0}
.miso-next{ right:0}
.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ width:32px; height:32px; display:block}
.miso-lightbox .miso-prev:before{ content: ''; background: url(../images/left_svg.svg) center no-repeat;}
.miso-lightbox .miso-next:before{ content: ''; background: url(../images/right_svg.svg) center no-repeat;}
@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%}

@font-face{ font-family:Impact; src:url(../font/impact.ttf);}
@font-face{ font-family:PingFang; src:url(../font/SAIRAEXTRACONDENSED-SEMIBOLD_1.woff);}
@media (max-width:4000px){html{font-size:16px;}}
@media (min-width:1600px) and (max-width:1940px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:14px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:13px;}}
@media (max-width:328px){html{font-size:12px;}}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{margin:0 auto;padding: 0 50px;max-width:1400px;}

.header_box_li{height: 100px;position: relative;z-index: 1;}

.header_box{height:0;position: absolute;z-index: 10000;left: 0;right: 0;}
#header{position: relative;height: 100px;z-index:999;width:100%;transition: 0.36s;}
.header_box_li:before{content:"";position:absolute;height: 17.375rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background: url(../images/yinying_bg.png) center top repeat-x;background-size: auto 100%;border-top: #006acd 4px solid;pointer-events: none;}
#header.xg:before{ opacity:0; visibility:hidden}
.header_top{position: relative;height: 40px;padding: 0;text-align: right;z-index: 10000;}
.header_top .search_btn{display:inline-block;float: none;font-size: 14px;color: #fff;}

.header_top .search {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20;
}
.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -.5rem;
    top: -12px;
    bottom: auto;
    height: 40px;
    width: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0 2rem 0 1rem;
    color: #333;
}
.header_top .search .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.header_top .search .btn input{cursor: pointer;position: absolute;z-index: 1;left: 0;top: 0;right:0;bottom: 0;height: 100%;width: 100%;}
.header_top .search svg{width: 22px;height: 22px;fill:#fff;}
.header_top .search:hover .btn svg{
    fill: #6510AD;
}

.header_top .search:hover .input {
    width: 16.25rem;
    opacity: 1;
    visibility: visible;
}

ul.list_box0{ display:inline-block; vertical-align:top}
ul.list_box0 li{font-size: 14px;color:#fff;display: inline-block;transition:.6s;margin: 0 .875rem;position: relative;line-height: 100px;}
ul.list_box0 li a>img{margin: -3px 0 0 0;}
ul.list_box0 li a .ewm_box{display:inline-block;border:#d3d3d3 1px solid;background:#fff;position:absolute;left:50%;transform:translateX(-50%) scaleY(0);top: 100px;opacity:0;visibility:hidden;transition:.5s;transform-origin:top;}
ul.list_box0 li a .ewm_box:before{content:"";position:absolute;border-left:transparent 6px solid;border-right:transparent 6px solid;border-bottom: #fff 6px solid;top: -6px;left: 50%;margin-left: -6px; }

ul.list_box0 li a:hover .ewm_box{opacity:1; visibility:visible; transform:translateX(-50%) scaleY(1);}

.list_box_12{font-size:0;white-space:nowrap;padding: .625rem;}
.list_box_12 li{display:inline-block;margin: 0 5px !important; text-align:center}
.list_box_12 li h3 img{border:#ededed 1px solid;width: 100px;height: 100px;}
.list_box_12 li h5{ font-size:.75rem; color:#666666; line-height:20px; margin:5px 0 0}

ul.list_box0 li:after{content:"";position:absolute;left: 0;width:1px;height:16px;top: 50%;}
ul.list_box0 li:first-child:after{ display:none}
.header_box .w1200{height:100%;position:relative;max-width: 1610px;}
/*.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%;position: relative;}
#logo img{}
#logo img.img2{ display:none}
#nav{border-top:rgba(255,255,255,.2) 1px solid;border-bottom:rgba(255,255,255,.2) 1px solid;width: 100%;transition: .5s;}
#nav ul{font-size: 0;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: space-between;}
#nav ul li{display: inline-block;position:relative;z-index:0;width: 10%\9\0;text-align:center;}
#nav ul li:before{content:"";position:absolute;left: 0;width: 100%;height: 50px;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;}
#nav ul li h3{font-size: 1.525rem;color:#fff;line-height: 50px;position:relative;transition: .36s;display: inline-block;font-weight:bold;}
#nav ul li a i{ margin:-3px 0 0 .625rem; display:inline-block; width:10px; height:5px; background:url(../images/down_ico.png) center no-repeat; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:url(../images/down_ico_on.png) center no-repeat;}
#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;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;}
#nav ul li .sub .box{padding: 0;text-align:center;}
#nav ul li .sub a{padding: 8px 32px;line-height: 24px;transition:.6s;font-size: 14px;color: #666666;text-align: center;white-space: nowrap;}
#nav ul li .sub a:hover{color: #fff;background: #1e2967;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#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: #79abd9;}

#nav>ul>li h3:before{content:"";display:block;position:absolute; width:21px; height:12px;left:50%;margin-left: -10px; bottom:10px; transition:.3s;opacity:0;visibility:hidden;}
#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;display: none;}

#nav.xg{position:fixed;top:0;background: rgba(30,41,103, .8);}

.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 40px 0 0 15px;position: relative;}
.search_btn img{margin: 0;}
#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: rgb(0,0,0, .6);box-shadow: 0 0 2px rgba(0,0,0,0.15);}
#header.xg .search_btn{ }
#header.xg #logo img{}
#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{}
#header.xg #nav ul li a h3{}
#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;background:url(../images/icon_search.png) center no-repeat;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;}


#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; width:100%; position:relative; padding-bottom:48.95% !important}
#banner .miso-slide img{display: block;width:100%;height:100%;object-fit: cover; position:absolute; top:0; right:0; bottom:0; left:0; -webkit-background-size: cover; background-size: cover; background-position: center center; overflow: hidden; }
#banner .miso-slide.miso-current img{ animation: mainScale 2s 1 ease-in-out;}
@keyframes mainScale {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.0);
  }
}
#banner .miso-slide a .top{position:absolute;bottom: 4rem;left:0;right:0;text-align: left;}
#banner .miso-slide a h5{padding: 1.25rem 2.25rem;background:rgba(0,0,0,.4);font-size:1.625rem;color:#fff;font-weight:bold;width:auto;max-width:100%;display:inline-block;}
#banner .miso-prev,
#banner .miso-next{width:22px;height:44px;z-index: 10000;display: none !important;}
#banner .miso-prev{left:1.5%;background:url(../images/banner_prev.png) center center no-repeat;transition:0.36s;}
#banner .miso-next{right:1.5%;background:url(../images/banner_next.png) center center no-repeat;transition:0.36s;}

#banner .miso-dots{bottom: 2.25rem;padding: 0;}
#banner .miso-dots li{border-radius:0;margin: 0 .5rem;border:none;transition:0.36s;width: .75rem;height: .75rem;border:#fff 1px solid;border-radius:50%;}
#banner .miso-dots li.miso-active{ background:#fff}

a{ color:inherit}

/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999; float:right; margin-left:20px; }
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#fff;}

#nav_btn{cursor: pointer;text-align: center;z-index:99999;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;outline:none;box-shadow:none;}

#nav_btn .point{display: inline-block;width: 1.875rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 1.75rem;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 21px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 1.75rem;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after{top: -8px;}
#nav_btn .navbtn::before{top: 8px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
#m_header #logo .box_table, #nav_btn_box .box_table{ width:auto}
#m_header #logo .box_table img{max-height: 44px;max-width: 17rem;}

/*手机头部开始*/
#m_header{position: relative;z-index: 99;width:100%;height: 60px;left:0;top:0;padding: 0px 15px;border: none;background: #1e2967;background-size: cover;}
#m_header #logo{height: 60px;float: left;max-width: calc(100% - 50px);}
#m_header #logo img{max-height:60%;max-height: 30px;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}
.wap_search{ width:80%; margin:0 auto;}
.wap_search form{ position:relative;}
.wap_search #keyword{width: 80%;height:3.8rem; line-height:3.8rem; border:0;padding:0 1rem; font-size:1rem; color:#999;box-shadow:none;-webkit-appearance: none;float:  left;border-right: 0;}
.wap_search .btn_blue{width: 20%;height:3.8rem; background:#00a0e9; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}

.zhuye a{ display:inline-block; line-height:60px; font-size:12px; margin-left:2rem; color:#fff}

/*顶部搜索*/
.tc_search{margin: 0 1.3rem;width: calc(100% - 2.6rem);}
.tc_search .header-search{height:40px;border-radius: 0;border: 1px solid rgba(255,255,255,.25);position:relative;width:100%;margin-bottom: 1rem;}
.tc_search .focus_js{font-size:.875rem;color:#fff;height:38px;line-height:38px;padding:0 1rem;box-shadow:none;-webkit-appearance: none;border-right: 0;background:none;width:  100%;}
.tc_search .btn_blue{ position:absolute; top:0; right:0; width: 40px;height:38px; line-height:38px; border:0; background:url(../images/search_white.svg) center center no-repeat; background-size:1.2rem;  }
.tc_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}


.tc_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
.tc_search input::-moz-placeholder{   /* 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;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.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;}/* 点击搜索框获取焦点 placeholder消失-结束 */



/*导航按钮结束*/
.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}


.m_nav_list::-webkit-scrollbar {display:none}



#m_nav {
	background: #1e2967;
	z-index: 99999;
	position: fixed;
	width: 61.8%;
	height:100vh;
	right: -105%;
	top: 0;
	display:none;
	padding: 2rem 0;
	overflow:hidden;
	pointer-events: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	}
#m_nav.act{ pointer-events: auto; right:0;}

#m_nav>ul>li{width:100%;overflow:hidden;padding: 0 1.25rem;}
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{ display:inline-block; width:calc(100% - 30px)}
#m_nav li .a h3{line-height: 4rem;height: 4rem;color:#fff;padding:0;font-size: 1rem;float:left;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav li i{opacity:1;filter:alpha(opacity=100);display:inline-block;width:10px;height: 4rem;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1rem;color: #fff;text-align:left;line-height:40px;height: 40px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}


#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}

.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0.4);display: none;}
.m_header_box{display:none;height: 60px;}

.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: #1e2967;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:45px;
	padding-top: 45px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{

	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 4.5rem;
	width: 3.5rem;
}
.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images/search-btn.svg');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=submit]{
	background-image: url('../images/search-btn2.svg')
}

.search-dialog .hot-search{
	font-size: 0;
	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;
	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url(../images/hot-icon.png);
}
.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);
    }
}

/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.title001{ text-align:center; position:relative; margin-bottom:3.125rem}
.title001 .h2{ font-size:5.625rem; color:#f5f6fa; text-transform:uppercase; font-family:"Microsoft Yahei"; font-weight:bold}
.title001 h2{font-size:2.375rem;color:#1e2967;font-weight:bold;margin: -3rem 0 .625rem;}
.title001 a{display:inline-block;line-height:34px;border-bottom:#1e2967 1px solid;font-size:.875rem;color:#333333;text-align:center;transition:.5s;position: absolute;z-index:1;right: 0;bottom: .75rem;padding: 0 .75rem;}
.title001 a:before{ content:""; position:absolute; bottom:0; left:0; right:0; height:0; transition:.5s; z-index:-1}

.container01{ padding:5rem 0; overflow:hidden}

.list_box_01{margin:0 -.9375rem;overflow: hidden;padding-top:.625rem;padding-bottom: 3.75rem;}
.list_box_01 .miso-list{ padding:.625rem; margin:-.625rem}
.list_box_01 li{ float:left; width:50%; padding:0 .9375rem}
.list_box_01 li a{ display:block; position:relative; }
.list_box_01 li a .a_box{overflow:hidden;position: relative;}
.list_box_01 li a:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; transform:translateX(-.625rem) translateY(-.625rem); background:url(../images/fangge_bg.png);}
.list_box_01 li a .img .img_hezi{ padding-bottom:22.1875rem !important}
.list_box_01 li a .con{ width:13.75rem; height:100%; position:absolute; top:0; left:0; background:url(../images/tixing.png) center no-repeat; background-size:100% 100%; padding:0 2.5rem 0 1.5rem; transition:.5s}
.list_box_01 li a .con h6{ font-size:.9375rem; color:#ffde00;}
.list_box_01 li a .con h5{ font-size:1.125rem; color:#fff; font-weight:bold; line-height:2.125rem; height:6.375rem; margin:1.25rem 0 1.5rem}
.list_box_01 li a .con p{ font-size:12px; color:#fff; opacity:.5; line-height:1.5625rem; height:6.25rem}

.list_box_gg .miso-dots{text-align: center;font-size: 0;}
.list_box_gg .miso-dots li{display: inline-block;width: 17px;height: 17px;margin: 0;position: relative;opacity: 1 !important;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;margin: 0 1px;float: none;padding: 0;border-radius: 50%;border: transparent 1px solid;}
.list_box_gg .miso-dots li:before{content: "";display: block;width: 7px;height: 7px;position: absolute;left: 3px;top: 3px;border: 1px solid #006acd;transition: .3s;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;border-radius: 50%;}
.list_box_gg .miso-dots li:after{content: "";display: block;width: 0;height: 1px;left: 24px;margin-top: -.5px;position: absolute;top: 50%;background: #006acd;}
.list_box_gg .miso-dots li.miso-active{border: #006acd 1px solid;margin-right: 34px;}
.list_box_gg .miso-dots li.miso-active:before{background: #006acd;}
.list_box_gg .miso-dots li.miso-active:after{ animation: anim-h 5s forwards; -webkit-animation: anim-h 5s forwards; }

@-webkit-keyframes anim-h {
    0% { width: 0; }
    100% { width: 20px; }
}
@keyframes anim-h {
    0% { width: 0; }
    100% { width: 20px; }
}

.list_box_02 { margin:0 -1.25rem; margin-top:3.125rem}
.list_box_02 li{ padding:0 1.25rem; float:left; width:33.333333%}
.list_box_02 li a{display:block;transition:.5s;padding: 15px 10px;margin: -15px -10px;overflow: hidden;}
.list_box_02 li a .time{ width:60px; height:78px; position:relative; z-index:1; text-align:center}
.list_box_02 li a .time:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:#1e2967; z-index:0}
.list_box_02 li a .time:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; transform:translateX(5px) translateY(5px); z-index:-1; background:url(../images/fangge_bg.png);}
.list_box_02 li a .time .box_table{ position:relative}
.list_box_02 li a .time h6{ font-size:16px; color:#fff}
.list_box_02 li a .time h3{ font-size:1.5rem; color:#fff; font-weight:bold; margin:.375rem 0 0}
.list_box_02 li a .con{ width:calc(100% - 60px); padding:0 0 0 1.5rem}
.list_box_02 li a .con h5{font-size:16px;color:#333333;line-height:26px;height:52px;transition:.5s;margin: -.25rem 0 .5rem;}
.list_box_02 li a .con p{font-size:12px;color:#666666;line-height:24px;height:72px;transition: .5s;}

.container02{ overflow:hidden; background:url(../images/container02_bg.jpg) center no-repeat; background-size:cover; background-attachment:fixed; padding:2.5rem 0 5.625rem}
.container02 .title001 .h2{ color:#e4e8ed}

.list_box_04 li{ float:left; width:25%;}
.list_box_04 li a{ display:block; position:relative; overflow:hidden}
.list_box_04 li a .img .img_hezi{ padding-bottom:20.3125rem !important}
.list_box_04 li a .con{ position:absolute; top:0; right:0; bottom:0; left:0; padding:.875rem 1.75rem; transition:.5s}
.list_box_04 li .box1 a .con .box_table .box_table_cell{ vertical-align:bottom}
.list_box_04 li a .con h6 font{ display:inline-block; width:96px; height:28px; line-height:26px; text-align:center; font-size:12px; color:#fff; border:#fff 1px solid}
.list_box_04 li a .con h5{ font-size:1.125rem; color:#fff; line-height:1.875rem; height:3.75rem; margin:1rem 0 1rem; font-weight:bold}
.list_box_04 li a .con p{ font-size:12px; color:#fff; line-height:24px; height:72px; opacity:.65}
.list_box_04 li .box1 a .con h5{ font-size:16px; line-height:1.625rem; height:3.25rem; font-weight:normal}
.list_box_04 li .box1 a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/jianbian1.png) center bottom no-repeat; background-size:100% auto}

.list_box_04 li:nth-child(1){ margin-top:5rem}
.list_box_04 li:nth-child(2){ margin-top:8.125rem}
.list_box_04 li:nth-child(4){ margin-top:10.625rem}

.list_box_04 li:nth-child(2) .box:nth-child(1) a .con h6 font{ color:#000000; border:#c7c7c7 1px solid}
.list_box_04 li:nth-child(2) .box:nth-child(1) a .con h5{ color:#000000; }
.list_box_04 li:nth-child(2) .box:nth-child(1) a .con p{ color:#000000;}

.container03{ overflow:hidden; background:url(../images/container03_bg.jpg) center no-repeat; background-size:cover; background-attachment:fixed; padding:5rem 0}
.container03 .title001 .h2{ color:#deeaec}

.list_box_03{margin:0 -1.25rem;padding-bottom: 3.125rem;}
.list_box_03 .miso-list{ padding:1.75rem 1.125rem; margin:-1.75rem -1.125rem}
.list_box_03 li{ padding:0 1.25rem; float:left; width:33.333333%}
.list_box_03 li a{ display:block; transition:.5s; padding:1.125rem; margin:-1.125rem; overflow:hidden}
.list_box_03 li a .time{ width:50px; height:60px; position:relative; z-index:1; text-align:left}
.list_box_03 li a .time h6{font-size:16px;color:#1e2967;transition: .5s;}
.list_box_03 li a .time h3{font-size:1.5rem;color:#1e2967;font-weight:bold;transition: .5s;margin:.375rem 0 0;}
.list_box_03 li a .con{ width:calc(100% - 50px); padding:0 0 0 1.5rem; border-left:#c8c8c8 1px solid}
.list_box_03 li a .con h5{font-size:1.125rem; color:#333333; line-height:1.75rem; height:3.5rem; transition:.5s; margin: .25rem 0 .75rem; font-weight:bold}
.list_box_03 li a .con p{font-size:12px;color:#666666;line-height:24px;height:72px;margin-bottom:1rem;transition: .5s;}

.container04{ overflow:hidden; padding:5rem 0 0; position:relative; z-index:1}
.container04:before{ content:""; position:absolute; top:0; right:0; bottom:15rem; left:0; background:url(../images/container04_bg.jpg) center no-repeat; background-size:cover; background-attachment:fixed; z-index:-1}
.container04 .title001 .h2{ color:#4a578e}
.container04 .title001 h2{ color:#fff}
.container04 .title001 a{ color:#fff; border-bottom:#fff 1px solid}

.container04 .content{ background:url(../images/container04_content.jpg) center bottom no-repeat; background-size:cover; padding:4.375rem 10rem 4rem 5rem; min-height:32.8125rem}
.list_box_05 li a .left{ width:18.875rem; height:24.5rem; padding:0 0 0 2.5rem; position:relative; z-index:1}
.list_box_05 li a .left:before{content:"";position:absolute;top:3.625rem;width:1rem;bottom:3.625rem;left:0;border:#1e2967 1px solid;border-right:none;transition: .5s;}
.list_box_05 li a .left .img_box{ position:relative}
.list_box_05 li a .left .img_box:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; transform:translateX(-1.25rem) translateY(1.25rem); background:url(../images/fangge_bg.png);}
.list_box_05 li a .left .img .img_hezi{ padding-bottom:23.125rem !important}
.list_box_05 li a .right{width:calc(100% - 18.875rem);height:24.5rem;padding: 0 4.5rem 0 2.75rem;padding-top:5.875rem;position:relative;z-index: 1;}
.list_box_05 li a .right:before{content:"";position:absolute;top:3.625rem;left: .5rem;bottom:3.625rem;right: 0;border:#1e2967 1px solid;border-left: none;z-index: -1;transition: .5s;}
.list_box_05 li a .right h5{font-size:1.125rem;color:#000000;font-weight:bold;transition:.5s;transition:.5s;line-height: 1.25;}
.list_box_05 li a .right h6{ margin:1.75rem 0}
.list_box_05 li a .right h6 span{ display:inline-block; font-size:12px; color:#666666; margin:0 1.875rem 0 0; line-height:1.5}
.list_box_05 li a .right h6 span img{ margin:-3px .375rem 0 0; display:inline-block;}
.list_box_05 li a .right p{ font-size:.875rem; color:#666666; line-height:1.625rem; height:4.875rem}
.list_box_05 .miso-arrow{ width:2.875rem; height:2.5rem; background-size:cover; transform:translateY(0)}
.list_box_05 .miso-prev{ background:url(../images/list_box_05_prev.png) center no-repeat; left:auto; right:-3.5rem; top:3.625rem}
.list_box_05 .miso-next{ background:url(../images/list_box_05_next.png) center no-repeat; right:-6.375rem; top:6.125rem}

.container05{ overflow:hidden; padding:5rem 0 0}

.list_box_06{ margin:0 -.8125rem}
.list_box_06 li{ float:left; width:25%; padding:0 .8125rem}
.list_box_06 li a{display:block;position:relative;background:#fff;box-shadow: 0px 5px 9px 0px rgba(52, 24, 68, 0.08);padding:0 1.75rem 2.75rem;transition: .5s;}
.list_box_06 li a .top{ margin-left:-1.75rem}
.list_box_06 li a .top big{display:inline-block;background:url(../images/list_box_06_time_bg.png) center no-repeat;width: 7.3125rem;height: 2.5rem;line-height: 2.5rem;text-align:center;font-size:1.625rem;color:#fff;font-weight:bold;padding:0 1.5rem 0 0;background-size:cover !important;transition:.5s;}
.list_box_06 li a .top big img{ margin:-3px .5rem 0 0}
.list_box_06 li a .top small{display:inline-block;font-size:12px;color:#666666;vertical-align: bottom;margin-left: -.875rem;}
.list_box_06 li a h5{ font-size:1.125rem; color:#323232; line-height:1.875rem; height:3.5rem; font-weight:bold; transition:.5s; margin:1.875rem 0 1.25rem}
.list_box_06 li a p{ font-size:12px; color:#808080; line-height:1.625rem; height:6.5rem; margin-bottom:1.25rem}
.list_box_06 li a h6 img{ transition:.5s}
.list_box_06 li a h6 img.img2{ display:none}


.container06{ overflow:hidden; background:url(../images/container06_bg.jpg) center top no-repeat; background-size:cover; padding:5rem 0 6.25rem}
.container06 .title001{ margin-bottom:2.25rem}
.container06 .content{ position:relative; padding-left:8.75rem; min-height:20.5rem}
.container06 .content .left{position:absolute;left:0;bottom: .5rem;width:15rem;height:26.75rem;}
.container06 .content .left img{ width:100%; height:100%}

.container06 .content .center{width:calc(100% - 31.25rem);padding:0 .625rem 0 0;position: relative;z-index: 1;}
.container06 .content .center .box{width:100%;height:20.56rem;padding:0 3.5rem;background:url(../images/list_box_08_bg.jpg) center no-repeat;background-size: cover;}

.list_box_08 li a{height: 2.625rem;line-height: 2.625rem;display: block;}
.list_box_08 li a font{font-size:1rem;color:#fff;transition:.5s;width: calc(100% - 80px);display: inline-block;transition:.5s;white-space: nowrap;}
.list_box_08 li a span{ float:right; font-size:12px; color:#fff;}

.container06 .content .right{ width:31.25rem}
.container06 .content .right .ll{ width:20.5rem}
.list_box_07{ margin:0 -5px}
.list_box_07 li{float:left;width:50%;padding:0 5px;margin-bottom: .5rem;}
.list_box_07 li a{ display:block; position:relative; text-align:center}
.list_box_07 li a .img{width:100%;height:10rem;}

.list_box_07 li a .img img{ transition:.5s; width:100%; height:100%; object-fit:cover}
.list_box_07 li a .top{ position:absolute; top:0; right:0; bottom:0; left:0}
.list_box_07 li a .top h3{ height:4.375rem}
.list_box_07 li a .top h3 img{ transition:.5s}
.list_box_07 li a .top h5{ font-size:1.25rem; color:#ffffff; line-height:1.25}

.container06 .content .right .rr{ width:calc(100% - 20.5rem); padding-left:.625rem}
.container06 .content .right .rr .list_box_07 li{ width:100%;}
.container06 .content .right .rr .list_box_07 li a .img{width:100%;height: 20.5rem;}

footer{background:url(../images/footer_bg.jpg) center no-repeat;padding:3.125rem 0 1.25rem;background-size:cover;overflow: hidden;}
footer .fl01{ font-size:0; display: -moz-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between;}
footer .fl01 .box{ display:inline-block; width:33.333333%\9\0; vertical-align:top}
footer .fl01 dl dt{ font-size:1.375rem; color:#fff; font-weight:bold; margin-bottom:1.5rem}
footer .fl01 dl dd{ float:left; width:50%; font-size:.875rem; color:#b8b9bf; transition:.5s; line-height:2.375rem}
footer .fl01 dl dd svg{ fill:#b8b9bf; width:.75rem; height:.75rem; vertical-align:middle; margin:-3px .5rem 0 0}

footer .fl01 .left dl dd{ float:left; width:25%}

footer .fl01 dl p{ white-space:nowrap; font-size:.875rem; color:#b8b9bf; transition:.5s; line-height:1.875rem}

footer .fl01 .center{ padding:0 3rem}

.list_box_13{ font-size:0;  display: -moz-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; margin:2rem 0 0}
.list_box_13 li{font-size:1.125rem;color:#fff;line-height:3rem;display:inline-block;width:16.666667%\9\0;transition: .5s;}
.list_box_13 li img{ margin:-3px .75rem 0 0}

.footer_bottom{background:#13338b;padding:.75rem 0;text-align:center;overflow: hidden;}
.footer_bottom p{ font-size:.875rem; color:#fff; line-height:1.75rem}

/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_banner{}
.n_banner img{ width:100%}

.mianbaoxie{padding: 0;position: relative;background:url(../images/mianbaoxie.jpg) center no-repeat;height:50px;line-height: 50px;margin-bottom:42px;background-size: cover;}
.mianbaoxie .w1200{height:50px;line-height:50px;background:url(../images/lan60.png) center;padding: 0 2.5rem; transition:.6s}
.mianbaoxie h2{font-size: 2rem;display:inline-block;color: #fff;text-align: center;}
.mianbao{padding: 0 0 0 25px;background: url(../images/local.png) 0 16px no-repeat;margin-left: 20px;vertical-align: top;}
.mianbao,.mianbao span,.mianbao i,.mianbao a{font-size: 14px;color: #fff;font-style:normal;}
.mianbao i{ margin:0 6px}
.mianbao a{}

.ar_wap{ display:none}

#nav_slide{background:url(../images/mianbaoxie.jpg); background-size:cover; line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 1rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 16px;color: #fff;text-align: center;}
#bnt_sub_nav{position: absolute;right: 1rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #b6130a;}



#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}



.n_container{padding: 4.375rem 0 7.5rem;overflow: hidden;background-size:100% auto;}
.n_container .w1200{ max-width: 1500px;}

.n_container .n_left{float:left;width: 290px;position: relative;z-index: 1;}
.n_container .n_left h1{height:90px;line-height:90px;background: #1e2967 url(../images/n_left_bg.jpg) center no-repeat;background-size:cover;font-size: 24px;color:#fff;padding: 0 30px;}
.n_container .n_left h1 span{position:relative;}
.n_container .n_left h1 span:before{content:"";position: absolute;bottom: -18px;width: 1.875rem;height:1px;background:#fff;left: 50%;margin-left: -0.9375rem;display: none;}
.n_container .n_left ul{background:#e8f3ff url(../images/n_left_navbg.jpg) center bottom no-repeat;padding: 15px 0;border-left: #1e2967 6px solid;}
.n_container .n_left ul li:last-child:before{ display:none}
.n_container .n_left .con ul li{line-height: 60px;font-size: 18px;color: #333333;position:relative;}
.n_container .n_left .con ul li.on dl{display:block !important;}

.n_container .n_left .con ul li:before{content:"";position:absolute;bottom:0;left: 25px;right: 25px;height:1px;}
.n_container .n_left .con ul li>a img{margin: -3px 20px 0 0;}
.n_container .n_left .con ul li:after{content:"";width:7px;height:11px;background:url(../images/left_jiantou.png) center no-repeat;position:absolute;right: 15px;top: 50%;transition:0.36s;margin-top: -5.5px;display: none;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{background:url(../images/left_jiantou_on.png) center no-repeat;}

.n_container .n_left .con ul li>a{color: #000000;display: block;/*overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/margin: 0 25px;transition: 0.36s;position: relative;padding-left: 0;}
.n_container .n_left .con ul li>a:hover, .n_container .n_left .con ul li.on>a{color: #b6130a;}

.n_container .n_left .con ul li dl{display:none;padding: 10px 0;position:relative;background: #ffffff;border-radius: 10px;margin: 0 24px;}
.n_container .n_left .con ul li dl:before{content:"";position:absolute;right:0;left:20px;top:0;height:1px;}
.n_container .n_left .con ul li dl dd{height: auto;line-height: 34px;}
.n_container .n_left .con ul li dl dd a{font-size: 14px;color: #000000 !important;padding: 12px 0 12px 42px;position:relative;line-height: 16px;}
.n_container .n_left .con ul li dl dd a:before{content:">";position:absolute;left: 26px;top: 12px;width: 10px;height: 10px;font-size: 14px;font-family: simsun;color: #8d8d8d;transition: .5s;font-weight: bold;}
.n_container .n_left .con ul li i.up, .n_container .n_left .con ul li.on i{ background:url(../images/left_jiantou_on.png) center no-repeat;}
.n_container .n_left .con ul li i{width: 20px;height: 60px;background: url(../images/left_jiantou.png) center no-repeat;position:absolute;right: 25px;top: 0;transition:0.36s;cursor: pointer;}
.n_container .n_left .con ul li dl dd  a:hover, .n_container .n_left .con ul li dl dd.on a{color: #b6130a !important;}
.n_container .n_left .con ul li dl dd:hover a:before,.n_container .n_left .con ul li dl dd.on a:before{color: #b6130a;}
.n_container .n_right{width: calc(100% - 290px);padding-left: 3.125rem;}

.list_box_14{ margin-bottom:5.25rem}
.list_box_14 li{ margin-bottom:2.25rem}
.list_box_14 li a{display: flex;overflow:hidden;position:relative;}
.list_box_14 li a .left{display: table-cell;width: 14.5rem;vertical-align: top;max-width: 14.5rem;}
.list_box_14 li a .left .img, .list_box_14 li a .left .img img{ width:16.875rem; height:11.875rem; overflow:hidden}
.list_box_14 li a .right{display: table-cell;padding:0 0 0 6.125rem;position:relative;height: 11.875rem;width: 100%;}
.list_box_14 li a .right .time{width:4.375rem;height:4.375rem;background:#3747a3;left:0;top:50%;margin-top:-2.125rem;position: absolute; text-align:center;}
.list_box_14 li a .right .time h3{ font-size:1.875rem; color:#fff; font-weight:bold}
.list_box_14 li a .right .time h6{ font-size:12px; color:#fff; margin:3px 0 0}
.list_box_14 li a .right .con{ height: 11.875rem; border-bottom:#e0e0e0 1px solid; padding:1.25rem 5rem 0 0; position:relative}
.list_box_14 li a .right .con h5{font-size:1.125rem;color:#000000;font-weight:bold;transition:.5s;line-height: 1.25rem;height: 1.25rem;white-space: normal;}
.list_box_14 li a .right .con p{font-size:.875rem;color:#686868;line-height:1.625rem;height:4.875rem;margin: 1.5rem 0 0;}
.list_box_14 li a .right .con span{display:inline-block;width:1.875rem;height:1.875rem;line-height:1.875rem;font-size:1rem;color:#fff;font-family:simsun;background:#3747a3;position:absolute;top:50%;margin-top:-.9375rem;right:0;text-align: center;font-weight: bold; transition:.5s}

.list_box_14 li a:hover .right .con span{ background:#006bcd}

.fanye img{ max-width:100%}

.n_footer{padding: 30px 0;background:#13338b;font-size:.875rem;color:rgba(255,255,255,.5);line-height:1.875rem;}
.n_footer .w1200{ max-width:1600px;}
.n_footer .right, .n_footer .left{ max-width:50%}

.list_box_15{ margin:0 -1.125rem; margin-bottom:3rem}
.list_box_15 li{ float:left; width:33.333333%; padding:0 1.125rem; margin-bottom:2.25rem}
.list_box_15 li a{ display:block; border:#dfdfdf 1px solid; padding:5px; transition:.5s;}
.list_box_15 li a .con{ padding:1.25rem .625rem .75rem}
.list_box_15 li a .con h6{ font-size:.875rem; color:#005fc6; transition:.5s;}
.list_box_15 li a .con h5{ font-size:16px; color:#000000; line-height:24px; height:48px; transition:.5s; margin:.5rem 0 0}

.list_box_16{ margin:0 -1.25rem; margin-bottom:2rem}
.list_box_16 li{ float:left; width:50%; padding:0 1.25rem; margin-bottom:2.125rem}
.list_box_16 li a{ display:block; padding:1.5rem; background:#f7f7f7; transition:.5s;}
.list_box_16 li a .time{ float:left; width:50px; text-align:center}
.list_box_16 li a .time h3{ font-size:1.875rem; color:#3747a3; font-weight:bold}
.list_box_16 li a .time h6{ font-size:12px; color:#3747a3; margin:.625rem 0 0}
.list_box_16 li a .con{ float:left; width:calc(100% - 50px); padding:0 0 0 1.25rem}
.list_box_16 li a .con h5{font-size:1.125rem;color:#000000;font-weight:bold;transition:.5s;line-height: 1.25rem;height: 1.25rem;white-space: normal;}
.list_box_16 li a .con p{font-size:12px;color:#808080;line-height:1.5rem;height:4.5rem;margin: 1rem 0 0;}

.list_box_17{margin-bottom: 3rem;margin-top: -1rem;}
.list_box_17 li{font-size:15px;color: #000033;line-height: 3.75rem;height: 3.75rem;border-bottom: #e0e0e0 1px solid;margin-bottom: .5rem;}
.list_box_17 li a{color:#404040;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:0.36s;position:relative;padding-left: 0;height: 3.75rem;}
.list_box_17 li a:before{content:"";position:absolute;top:50%;margin-top: 0px;left:0;width: 12px;height: 2px;transition:0.36s;background: #006bcd;}
.list_box_17 li a font{display:inline-block;width: calc(100% - 6rem);font-size: 1.125rem;color: #000000;position:relative;padding-left: 20px;transition:0.36s;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.list_box_17 li a img{ display:inline-block}
.list_box_17 li a span{float:right;font-size: 0.875rem;color: #666666;}

.n_news_detail .ar_article_box .nav01{overflow:hidden;margin-bottom: 1.75rem;text-align:center;}
.n_news_detail .ar_article_box h3{color: #000000;font-size: 2.125rem;line-height: 1.75;margin-bottom: 1rem;font-weight: bold;}
.n_news_detail .ar_article_box h6{display: block;color: #666666;font-size: .875rem;line-height: 2.5rem;font-weight:normal;margin-bottom: 0;vertical-align: top;background: #f7f7f7;}
.n_news_detail .ar_article_box h6 span{margin: 0 .625rem;}
.n_news_detail .ar_article_box h6 span img{ margin:-3px 6px 0 0}
/*====上一篇下一篇====*/
#ar_fot{position:relative;padding: 2.5rem 0 0;box-sizing: border-box;width: 100%;margin-top: 2.75rem;border-top: #dcdcdc 1px solid;}
#ar_fot h1{display:block;width: 100%;font-size: 16px;line-height: 2rem;color: #000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#ar_fot h1 span{}
#ar_fot h1 a{font-size: 16px;color: #000000;font-weight:normal;transition: .5s;}

#ar_fot .bnt_back{ position:absolute; top:28px; right:0; color:#fff; background:#063579; padding:0 25px; font-size:14px; height:30px; line-height:30px;}
#ar_fot .bnt_back:hover{ border-radius:3px;}
#ar_fot h1 a:hover{color: #006acd;}

.list_box_18{ margin:0 -.625rem; margin-bottom:3rem}
.list_box_18 li{ float:left; width:33.333333%; padding:0 .625rem; margin-bottom:1.375rem}
.list_box_18 li a{ display:block; border:#dfdfdf 1px solid; padding:5px; transition:.5s;}
.list_box_18 li a .img{ height:13.4375rem; text-align:center; background:#f2f2f2}
.list_box_18 li a .img img{height:13.4375rem;max-width:100%;object-fit: cover;}
.list_box_18 li a .con{padding: .75rem .625rem .5rem;}
.list_box_18 li a .con h5{font-size:16px;color:#000000;line-height:24px;transition:.5s;margin: 0;text-align: center;}

.n_shizi_detail .fl01{ padding:0 0 2.375rem}
.n_shizi_detail .fl01 .left{ width:20.625rem; height:13.4375rem; position:relative}
.n_shizi_detail .fl01 .left:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; transform:translateX(.625rem) translateY(.625rem); z-index:-1; background:url(../images/fangge_bg.png);}
.n_shizi_detail .fl01 .left .img{width:100%;height:100%;background: #f2f2f2;text-align:center;display: flex;align-items: center;justify-content: center;}
.n_shizi_detail .fl01 .left .img img{ max-width:20.625rem; max-height:13.4375rem;}
.n_shizi_detail .fl02{ padding:2.125rem 0 0; background:url(../images/n_shizi_detail_bg.png) center top repeat-x}

.n_shizi_detail .fl01 .con{ width:calc(100% - 20.625rem); padding:1.25rem 0 0 3.75rem }
.n_shizi_detail .fl01 .con h5{ font-size:1.375rem; color:#000000; font-weight:bold; line-height:1.25; transition:.5s; margin-bottom:1rem}
.n_shizi_detail .fl01 .con p{ font-size:1.125rem; color:#666666; line-height:2.375rem}

.list_box_19{ margin:0 -1.75rem}
.list_box_19 li{ float:left; width:33.333333%; padding:0 1.75rem; margin-bottom:3.25rem}
.list_box_19 li a{ display:block; position:relative; transition:.5s;}
.list_box_19 li a .img{ position:relative}
.list_box_19 li a .img .img_hezi{ padding-bottom:61.62% !important}
.list_box_19 li a .img .time{ background:url(../images/list_box_19_time.jpg) center no-repeat; width:118px; height:30px; line-height:30px; text-align:center; font-size:14px; color:#fff; font-weight:bold; position:absolute; bottom:.625rem}
.list_box_19 li a .con h5{font-size:1.125rem;color:#000000;font-weight:bold;transition:.5s;line-height: 1.75rem;height: 3.5rem;white-space: normal; margin:1rem 0 0}
.list_box_19 li a .con p{font-size:12px;color:#808080;line-height:1.5rem;height:4.5rem;margin: .75rem 0 0;}


.title002{ text-align:center; position:relative; margin-bottom:3.125rem}
.title002 h2{font-size:2.375rem;color:#1e2967;font-weight:bold;margin:0 0 .625rem;}
.title002 h6{ font-size:.875rem; color:#b6130a}
.title002 h6 img{ margin:0 1rem}
.title002 a{display:inline-block;line-height:34px;border-bottom:#1e2967 1px solid;font-size:.875rem;color:#333333;text-align:center;transition:.5s;position: absolute;z-index:1;right: 0;bottom: .75rem;padding: 0 .75rem;}
.title002 a:before{ content:""; position:absolute; bottom:0; left:0; right:0; height:0; transition:.5s; z-index:-1}

.n_gg_k .w1200{ max-width:1500px}

.n_kf_container01{ padding:4.375rem 0; background:#f5f6fa; overflow:hidden; position:relative; z-index:1}
.n_kf_container01:before{content:"";position:absolute;left:0;width: 32.25%;height:100%;background:#e4ebf0;top: 0;z-index: -1;}
.n_kf_container01 .left{ width:35.625rem;}

.list_box_20 li a{ display:block; position:relative; overflow:hidden}
.list_box_20 li a .img .img_hezi{ padding-bottom:71.83% !important}
.list_box_20 li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/jianbian1.png) center bottom no-repeat; background-size:100% auto}
.list_box_20 li a .con .box_table .box_table_cell{ vertical-align:bottom}
.list_box_20 li a .con{position:absolute;top:0;right:0;bottom:0;left:0;padding: .25rem 1.75rem;transition:.5s;}
.list_box_20 li a .con h5{font-size:1.125rem;color:#fff;line-height:1.875rem;max-height: 3.75rem;margin: .5rem 0;}


.n_kf_container01 .right{ width:calc(100% - 35.625rem); padding:0 0 0 1.625rem; }

.list_box_21{ margin:0 -.8125rem; }
.list_box_21 li{ float:left; width:33.333333%; padding:0 .8125rem}
.list_box_21 li a{ display:block; position:relative}
.list_box_21 li a .img .img_hezi{ padding-bottom:9.6875rem !important}
.list_box_21 li a .con{ height:15.9375rem; background:#fff; padding: 0 1.25rem}
.list_box_21 li a .con h6{ font-size:1rem; color:#006dcc}
.list_box_21 li a .con h5{ font-size:1rem; color:#333333; line-height:1.625rem; height:3.25rem; margin:.625rem 0 .875rem; transition:.5s}
.list_box_21 li a .con p{ font-size:12px; color:#808080; line-height:24px; height:96px;}

.list_box_22{ margin:0 -1.25rem; margin-top:2.5rem}
.list_box_22 li{ float:left; width:25%; padding:0 1.25rem}
.list_box_22 li a{ display:block; background:#fff; padding:1.75rem 1.75rem 1.5rem; border-top:#006dcc 3px solid; transition:.5s}
.list_box_22 li a .con{ }
.list_box_22 li a .con h6{ font-size:1rem; color:#006dcc; background:url(../images/xuxian.png) top center repeat-x; padding:1.125rem 0 0; margin:1.625rem 0 0}
.list_box_22 li a .con h5{ font-size:1rem; color:#333333; line-height:1.625rem; height:3.25rem; margin:0 0 .625rem; transition:.5s}
.list_box_22 li a .con p{ font-size:12px; color:#808080; line-height:24px; height:72px;}

.n_kf_container02{ padding:4rem 0 5.625rem; background:url(../images/n_kf_container02_bg.jpg) center no-repeat; background-size:cover}
.n_kf_container02 .left{ width:35rem; background:#fff; height:30.625rem; padding:.9375rem}

.list_box_23 li a{ display:block; position:relative}
.list_box_23 li a .img .img_hezi{ padding-bottom:66.04% !important}
.list_box_23 li a .img .time{position:absolute;width:7.5rem;line-height:30px;background:#006dcc;text-align:center;font-size:1rem;border-radius:0 1.875rem 0 0;bottom: 0;left: 0;color: #fff;padding: 0 1rem 0 0;}
.list_box_23 li a .con h5{ font-size:1rem; color:#333333; line-height:1.25; margin:1.375rem 0 .625rem; transition:.5s}
.list_box_23 li a .con p{ font-size:12px; color:#808080; line-height:22px; height:44px;}

.n_kf_container02 .right{ width:calc(100% - 35rem - 1.25rem); background:#fff; height:30.625rem; padding:2.125rem}
.list_box_24 li a .img{ width:16.875rem; float:left}
.list_box_24 li a .img .img_hezi{ padding-bottom:69.63% !important}

.list_box_24 li a .con{ width:calc(100% - 16.875rem); padding:0 0 0 1.625rem; float:left}
.list_box_24 li a .con h6{ display:inline-block; width:7.5rem;line-height:30px;background:#006dcc;text-align:center;font-size:1rem; bottom: 0;left: 0;color: #fff;padding: 0 1rem 0 0;}
.list_box_24 li a .con h5{ font-size:1rem; color:#333333; line-height:1.25; margin:1.375rem 0 1rem; transition:.5s}
.list_box_24 li a .con p{ font-size:12px; color:#808080; line-height:24px; height:96px;}

.list_box_24 li:nth-child(2){ margin-top:2.5rem}
.list_box_24 li:nth-child(2) a .img{ float:right}
.list_box_24 li:nth-child(2) a .con{ padding:0 1.625rem 0 0}

.n_yj_container01{ background:url(../images/n_yj_container01_bg.png) right center no-repeat; padding:6.25rem 0; overflow:hidden}
.n_yj_container01 img{ max-width:100%}
.n_yj_container01 .left{ width:calc(100% - 40.625rem); padding-right:3.75rem}

.n_yj_container01 .right{ width:40.625rem; padding:2.5rem 0 0}
.n_yj_container01 .right p{ text-align:right; font-size:1rem; color:#666666; line-height:2.125rem; margin-bottom:3.25rem}

.n_yj_container02{ padding:4.5rem 0; overflow:hidden; background:url(../images/n_yj_container02_bg.jpg) center no-repeat; background-size:cover}

.n_yj_container02 .left{ width:12.5rem; height:33.125rem; background:url(../images/n_yj_container02_bg-1.jpg) center no-repeat; background-size:cover}

.list_box_25 .miso-list{ overflow:visible}
.list_box_25 li{ padding:0 1.25rem; position:relative}
.list_box_25 li:before{content:"";position:absolute;border-top:transparent 1rem solid;border-bottom: transparent 1rem solid;border-left:#13338b 0 solid;left: 100%;top: 50%;margin-top: -1rem;transition: .5s;}
.list_box_25 li a{ display:block; border-bottom:rgba(255,255,255,.15) 1px solid; line-height:6.25rem; font-size:1.5rem; color:#fff; text-align:center; transition:.5s}
.list_box_25 li:last-child a{ border-bottom:none}

.list_box_25 li.miso-current a{ color:#eac100; font-weight:bold}
.list_box_25 li.miso-current:before{ border-left:#13338b 1.375rem solid}

.n_yj_container02 .right{ width:calc(100% - 12.5rem); padding:0 0 0 3.75rem}
.n_yj_container02 .right .miso_bd .miso-list{ overflow:visible}

.list_box_26{ margin:0 -.9375rem}
.list_box_26 li{ float:left; width:33.333333%; padding:0 .9375rem; margin-bottom:1.875rem}
.list_box_26 li a{ display:block; position:relative; overflow:hidden; transition:.5s}
.list_box_26 li a .img .img_hezi{ padding-bottom:15.625rem !important}
.list_box_26 li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/jianbian1.png) center bottom no-repeat; background-size:100% auto}
.list_box_26 li a .con .box_table .box_table_cell{ vertical-align:bottom}
.list_box_26 li a .con{position:absolute;top:0;right:0;bottom:0;left:0;padding: .5rem 1.75rem;transition:.5s;}
.list_box_26 li a .con h5{font-size:1.125rem;color:#fff;line-height:1.875rem;max-height: 3.75rem;margin: .5rem 0; text-align:center; white-space:nowrap}

.n_sy_container01{ padding:4rem 0 18.125rem; background-size:cover; overflow:hidden; background:url(../images/n_sy_container01_bg.jpg) center bottom no-repeat;}

.list_box_27{margin: 0 -.8125rem;}
.list_box_27 li{ float:left; width:33.333333%; padding:0 .8125rem; margin-bottom:1.875rem}
.list_box_27 li a{ display:block; border:#efefef 1px solid; background:#f7f7f7; padding:1.625rem 1.875rem; position:relative}
.list_box_27 li a:after{ content:""; position:absolute; left:0; width:0; height:2px; background:#006acd; bottom:-1px; transition:.5s}
.list_box_27 li a h5{ font-size:1.125rem; color:#333333; line-height:1.875rem; height:3.75rem; transition:.5s}

.list_box_27 li a .con{ padding:0 0 0 1rem; position:relative; margin:1rem 0 0}
.list_box_27 li a .con:before{ content:""; position:absolute; left:0; top:.25rem; bottom:.25rem; width:2px; background:#006acd}
.list_box_27 li a .con h6{ font-size:.875rem; color:#666666; line-height:1.75rem}
.list_box_27 li a .con h6 img{float:right;padding:.5rem 0 0;transition: .5s;width: 1.375rem;}

.n_sy_container02{ position:relative; padding-bottom:8rem; z-index:1; margin-top:-10rem; }
.n_sy_container02 .left{ background:url(../images/n_sy_container02_bg.jpg) center no-repeat; width:57.8125rem; height:36.25rem; background-size:cover; border-radius:0 0 7.5rem 0; padding:0 2.5rem 0 16rem}
.n_sy_container02 .title002 h2{ color:#fff}
.n_sy_container02 .title002 h6{ color:#fff}

.list_box_28 li{ float:left; width:25%; font-size:1.25rem; color:#fff; line-height:5.625rem; transition:.5s; position:relative; padding:0 0 0 1.125rem}
.list_box_28 li:before{ content:""; position:absolute; left:0; top:50%; width:5px; height:5px; background:#fff; margin-top:-2.5px}

.n_sy_container02 .right{ width:calc(100% - 57.8125rem + 7.8125rem); position:absolute; right:0; bottom:0; z-index:-1}
.n_sy_container02 .right img{ width:100%;}

.n_sy_container03{margin: 0 0 -10rem;overflow:hidden;position: relative;transform: translateY(-10rem);}
.n_sy_container03 .left{ width:50rem; position:absolute; left:0; top:0;}
.n_sy_container03 .left img{width:100%;height:57.625rem;object-fit: cover;}
.n_sy_container03 .right{width:53.625rem;height: 58.875rem;position: relative;}
.n_sy_container03 .right>.box_table>.box_table_cell{ vertical-align:bottom}
.n_sy_container03 .right .box{ background:url(../images/n_sy_container02_bg1.jpg) center no-repeat; background-size:100% 100%; width:100%; height:43.75rem}

.n_sy_container04{ padding:5.625rem 0; overflow:hidden}
.n_sy_container03 .title002{ margin-bottom:1.5rem}

.list_box_29{ padding:0 3rem}
.list_box_29 li a{ display:block; height:2.875rem; line-height:2.875rem}
.list_box_29 li a font{display:inline-block;position:relative;width:calc(100% - 3.25rem);font-size:1.125rem;color:#333333;transition:.5s;white-space: nowrap;}
.list_box_29 li a font img{ margin:-3px .75rem 0 0}
.list_box_29 li a span{ font-size:.875rem; color:#666666; transition:.5; float:right;}

.list_box_30{ margin:0 -1.25rem}
.list_box_30 li{ float:left; width:50%; padding:0 1.25rem;}
.list_box_30 li a{display:block;position:relative;overflow: hidden;}
.list_box_30 li a .img .img_hezi{ padding-bottom:39.55% !important}
.list_box_30 li a .top{position:absolute;top:0;right:0;bottom:0;left:0;z-index: 1;}
.list_box_30 li a .top h3{ font-size:1.5rem; color:#ffffff; font-weight:bold; text-align:center}

.circle {
  width: 16rem;
  height: 16rem;
  margin: 0 auto;
  position: absolute;
  z-index:999;
  text-align:center;
  color:#3f897c;
  font-size:30px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.circle i{ border:1px solid #0078bd; border-radius:50%; width:8px; height:8px; display:block; position:absolute; left:50%; margin-left:-4px; top:50%; margin-top:-4px; z-index:99;}
.circle span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .2);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: circleScale 3s linear infinite;
  -moz-animation: circleScale 3s linear infinite;
  -ms-animation: circleScale 3s linear infinite;
  animation: circleScale 3s linear infinite;
}
.circle span:nth-of-type(2) {
  animation-delay: 1s;
}
.circle span:nth-of-type(3) {
  animation-delay: 2s;
}
@keyframes circleScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes circleScale1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}
.circle a{ cursor:pointer; position:relative;}

.n_rc_container01{padding:3.75rem 0 4.5rem;background:url(../images/n_rc_container01_bg.jpg) center no-repeat;background-size:cover;overflow: hidden;}

.list_box_31{ margin:0 -1.25rem;}
.list_box_31 li{ float:left; width:33.3%; padding:0 1.25rem; margin-bottom:2.5rem}
.list_box_31 li a{ display:block; padding:2.375rem 1.625rem; background:#fff; border-left:#006dcc 3px solid;}
.list_box_31 li a h5{ font-size:1.125rem; color:#333333; line-height:1.25; transition:.5s}
.list_box_31 li a p{ font-size:12px; color:#808080; line-height:24px; height:48px; margin:1.25rem 0 1.5rem}
.list_box_31 li a h6{ font-size:.875rem; color:#006dcc; padding:.875rem 0 0; background:url(../images/xuxian.png) center top repeat-x;}

.n_rc_container02{padding:3.75rem 0 3rem;background:url(../images/n_rc_container02_bg.jpg) center no-repeat;background-size:cover;overflow: hidden;}
.n_rc_container02 .box{background:url(../images/n_rc_container02_bg1.jpg) center no-repeat;width:21.25rem;height:12.125rem;float: right;}
.n_rc_container02 .left{ width:30.85%; padding:4.5rem 0 0}

.n_rc_container02 .right{ width:calc(100% - 30.85%); padding:0 0 0 2.75rem}

.list_box_32{ margin:0 -1rem}
.list_box_32 li.miso-slide{ float:left; width:50%; padding:0 1rem; margin-bottom:2.5rem}
.list_box_32 li.miso-slide a{ display:block; padding:0 1rem; position:relative; z-index:1}
.list_box_32 li.miso-slide a:before{ content:""; position:absolute; top:7.5rem; right:0; bottom:0; left:0; background:#f5f6fa; z-index:-1}
.list_box_32 li.miso-slide a .top .img_box{ width:12.5rem; position:relative}
.list_box_32 li.miso-slide a .top .img_box:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:#1679d0; transform:translateX(.625rem) translateY(.625rem); transition:.5s}
.list_box_32 li.miso-slide a .top .img_box .img .img_hezi{ padding-bottom:125% !important}
.list_box_32 li.miso-slide a .top .con{ margin:8.75rem 0 0; width:calc(100% - 12.5rem); padding:0 0 0 1.75rem; background:url(../images/yinhao.png) 90% top no-repeat}
.list_box_32 li.miso-slide a .top .con h5{ font-size:1.5rem; color:#333333; transition:.5s; margin:2.5rem 0 0}
.list_box_32 li.miso-slide a .bottom{ padding:1.5rem 1.25rem 1.75rem 1.75rem}
.list_box_32 li.miso-slide a .bottom p{ font-size:12px; color:#808080; line-height:22px; height:66px;}
.list_box_32 .miso-dots li{ width:.9375rem; height:.9375rem; border:#1679cf 1px solid; border-radius:50%}
.list_box_32 .miso-dots li.miso-active{ background:#1679cf} 

.n_rc_container03{padding:6.875rem 0 3.75rem;background:url(../images/n_rc_container03_bg.jpg) center top no-repeat;overflow: hidden;}
.n_rc_container03 .title002 h2, .n_rc_container03 .title002 h6{ color:#fff}
.n_rc_container03 .title002 a{color:#fff;border-bottom: #fff 1px solid;}

.n_rc_container03 .fl01{ padding: 0 0 4.75rem}
.n_rc_container03 .fl01 .left{ width:41.42%; padding:11.25rem 3rem 0 0}
.n_rc_container03 .fl01 .left hr{ width:6.625rem; height:.375rem; background:#de8f08; margin:0 0 1.5rem}
.n_rc_container03 .fl01 .left p{font-size: 1rem;color:#333333;line-height:2rem;margin-bottom:1.5rem;}

.n_rc_container03 .fl01 .right{ width:calc(100% - 41.42%);}
.n_rc_container03 .fl01 .right img{ width:100%}

.list_box_33{ margin:0 -1.625rem}
.list_box_33 li{ float:left; width:33.333333%; padding:0 1.625rem}
.list_box_33 li a .img .img_hezi{ padding-bottom:68.18% !important}
.list_box_33 li a h5{ font-size:1rem; color:#313131; line-height:1.25; margin:1rem 0 0; text-align:center}
.list_box_33 .miso-arrow{ width:1.25rem; height:2.125rem; background-size:100% 100%}
.list_box_33 .miso-arrow.miso-prev{ background:url(../images/list_box_33_prev.png) center no-repeat; left:-1rem}
.list_box_33 .miso-arrow.miso-next{ background:url(../images/list_box_33_next.png) center no-repeat; right:-1rem}

.n_kx_container01{ padding:3.75rem 0; background:url(../images/n_kx_container01_bg.jpg) center no-repeat; background-size:cover !important}

.list_box_34{ margin:0 -.5rem; padding:0 0}
.list_box_34 .miso-list{padding: 3rem 0 0 !important;padding:0 2rem;}
.list_box_34 li{transform: scale(.75); padding:0 .5rem}
.list_box_34 li a{display:block;position:relative;overflow: hidden; margin:3rem 0 0}
.list_box_34 li a .img{ width:100%; position:relative}
.list_box_34 li a .img .img_hezi{ padding-bottom:61.07% !important}
.list_box_34 li a h5{font-size:1.125rem;color:#333333;line-height: 1.5;text-align:center;padding: 10px 15px; transform: scale(1.25); margin:.5rem 0 0}

.list_box_34 li.miso-center{transform: scale(1.25);}
.list_box_34 li.miso-center a{ margin:0}
.list_box_34 li.miso-center a h5{ transform: scale(.75); margin:0 0 0}

.list_box_34 .miso-arrow{width:3.125rem;height:3.125rem;background-size: 100% 100% !important;}
.list_box_34 .miso-arrow.miso-prev{ background:url(../images/list_box_34_prev.png) center no-repeat; left:0}
.list_box_34 .miso-arrow.miso-next{ background:url(../images/list_box_34_next.png) center no-repeat; right:0}

.n_kx_container02{ padding:4.375rem 0 3rem}
.n_kx_container02 .content{ position:relative; z-index:1}
.n_kx_container02 .content:before{ content:""; position:absolute; bottom:-3rem; left:-4.25rem; right:15rem; height:7.1875rem; background:#006dcc}

.list_box_35 li a{ display:block}
.list_box_35 li a .img{ width:47.5rem;}
.list_box_35 li a .img .img_hezi{ padding-bottom:28rem !important}
.list_box_35 li a .con{ width:calc(100% - 47.5rem); height:28rem; background:url(../images/list_box_35_bg.jpg) center bottom no-repeat; background-size:100% auto; padding:0 2.625rem}

.list_box_35 li a .con .h3_01{ margin-bottom:8rem}
.list_box_35 li a .con h5{ font-size:1.125rem; color:#000000; font-weight:bold; line-height:1.25; transition:.5s; margin-bottom:1.5rem}
.list_box_35 li a .con p{ font-size:.875rem; color:#737373; line-height:1.75rem; height:8.75rem;}

.list_box_35 .miso-dots{ padding:0 0 0 calc(47.5rem + 2.625rem); text-align:left; bottom:2.75rem}
.list_box_35 .miso-dots li{ width:.9375rem; height:.9375rem; border:#1679cf 1px solid; border-radius:50%}
.list_box_35 .miso-dots li.miso-active{ background:#1679cf} 

.n_kx_container03{ padding:4.75rem 0; overflow:hidden}

.h3_01{ margin-bottom:2.125rem}
.h3_01 font{ position:relative; font-size:1.5rem; color:#b6130a; font-weight:bold; }
.h3_01 font:before{ content:""; position:absolute; left:114%; width:5.625rem; height:1px; background:#b6130a; top:50%}

.n_kx_container03 .left{ width:52.5rem}

.list_box_36{ margin:0 -1.25rem}
.list_box_36 li{ float:left; width:50%; padding:0 1.25rem}
.list_box_36 li a .img .img_hezi{ padding-bottom:67.5% !important}
.list_box_36 li a .con{ padding:1.625rem 0 0}
.list_box_36 li a .con h5{ font-size:1.125rem; color:#333333; line-height:1.25rem; transition:.5s; margin-bottom:.75rem}
.list_box_36 li a .con p{ font-size:12px; color:#808080; line-height:24px; height:72px; transition:.5s}

.n_kx_container03 .right{ width:calc(100% - 52.5rem); padding:0 0 0 2.5rem}

.list_box_37 li{ margin-bottom:1.125rem}
.list_box_37 li a{ display:block; height:7.5rem; background:#1f5f71; padding:0 1.5rem}
.list_box_37 li:nth-child(2) a{ background:#7d0e0e}
.list_box_37 li:nth-child(3) a{ background:#353d69}
.list_box_37 li a h5{ font-size:1.125rem; color:#fff; line-height:1.25rem; transition:.5s; margin-bottom:.75rem; white-space:nowrap}
.list_box_37 li a p{ font-size:12px; color:#fff; line-height:24px; height:48px; transition:.5s; opacity:.5}

.n_kx_container04{ padding:0 0 6.25rem; overflow:hidden}

.list_box_38{ margin:0 -1.25rem}
.list_box_38 li{ float:left; width:50%; padding:0 1.25rem}
.list_box_38 li a{ display:block; position:relative}
.list_box_38 li a .img .img_hezi{ padding-bottom:39.70% !important}
.list_box_38 li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/list_box_37_top.png) left bottom no-repeat; background-size:auto 100%}
.list_box_38 li a h5{ position:absolute; bottom:1.875rem; font-size:1.5rem; color:#fff; font-weight:bold; padding:0 2.25rem}

/* 左侧锚点悬浮开始 */
.index-left-md{position: fixed;left: 1%;top:200px;z-index: 1;}
.index-left-md ul{list-style: none;}
.index-left-md ul li{width: 99px !important;height: 30px;line-height: 30px;border: 1px solid #c1996e;background-repeat:no-repeat;margin-bottom: 10px;background-position:5px center;padding-left:30px;cursor: pointer;transition:0.5s;}
 .index-left-md ul li:hover{background-color: #c1996e;}
.index-left-md ul li p{color: #C1996E;transition:0.5s;white-space: nowrap;}
.index-left-md ul li:hover p{color: #cc0006;}
.index-left-md ul li.li0{display: none;}
.index-left-md ul li.li1{background-image: url(../images/left01.png);}
.index-left-md ul li.li2{background-image: url(../images/left02.png);}
.index-left-md ul li.li3{background-image: url(../images/left03.png);}
.index-left-md ul li.li4{background-image: url(../images/left04.png);}
.index-left-md ul li.li5{background-image: url(../images/left05.png);}
.index-left-md ul li.li6{background-image: url(../images/left06.png);}
.index-left-md ul li.li7{background-image: url(../images/left07.png);}
.index-left-md ul li.li8{background-image: url(../images/left08.png);}
.index-left-md ul li.li1:hover{background-image: url(../images/left01-on.png);}
.index-left-md ul li.li2:hover{background-image: url(../images/left02-on.png);}
.index-left-md ul li.li3:hover{background-image: url(../images/left03-on.png);}
.index-left-md ul li.li4:hover{background-image: url(../images/left04-on.png);}
.index-left-md ul li.li5:hover{background-image: url(../images/left05-on.png);}
.index-left-md ul li.li6:hover{background-image: url(../images/left06-on.png);}
.index-left-md ul li.li7:hover{background-image: url(../images/left07-on.png);}
.index-left-md ul li.li8:hover{background-image: url(../images/left08-on.png);}

.backtop{width: 170px;height: 36px;line-height: 36px;background: url(../images/left09.png) no-repeat center !important;}
.backtop:hover{background: #aa0018 url(../images/left09-on.png) no-repeat center !important;}

/* 左侧锚点悬浮结束 */


/*==========================================内页 结束=============================================*/

@media(min-width: 768px){
	.title001 a:hover, .title002 a:hover{ color:#fff}
	.title001 a:hover:before, .title002 a:hover:before{height:100%;background: #1e2967;}
	
	.list_box_02 li:hover a{ transform:translateY(-.625rem)}
	.list_box_02 li a:hover .con h5{ color:#006acd}
	.list_box_01 li a:hover .con{ transform:translateX(-15rem)}
	
	.list_box_03 li a:hover .con h5{ color:#006acd}
	
	.container04 .title001 a:hover:before{ background:#006acd}
	
	.list_box_05 li a:hover .right h5, .list_box_05 li a:hover .right h6 span, .list_box_05 li a:hover .right p{color: #fff;}
	
	.list_box_06 li a:hover .top big{ background:url(../images/list_box_06_time_bg_on.png) center no-repeat;}
	.list_box_06 li a:hover h5{ color:#006acd}
	.list_box_06 li a:hover h6 img.img1{ display:none}
	.list_box_06 li a:hover h6 img.img2{ display:inline-block}
	
	.list_box_08 li a:hover font{ padding-left:4px}
	.list_box_07 li a:hover .img img{ transform:scale(1.05)}
	.list_box_07 li a:hover .top h3 img{ transform:rotateY(180deg)}
	
	.list_box_04 li a:hover .con{ transform:translateY(-.5rem)}
	
	footer .fl01 dl dd:hover{ color:#fff}
	footer .fl01 dl dd:hover svg{ fill:#fff}
	
	.list_box_14 li a:hover .right .con h5{ color:#006acd}
	
	.list_box_15 li a:hover{ background:#006acd; border:#006acd 1px solid}
	.list_box_15 li a:hover .con h5, .list_box_15 li a:hover .con h6{ color:#fff}
	
	.list_box_16 li a:hover{ box-shadow:0 0 15px rgba(0,0,0,.15)}
	.list_box_16 li a:hover .con h5{ color:#006acd}
	
	.list_box_17 li a:hover font{color:#006acd;padding-left: 24px;}

	
	.list_box_18 li a:hover{ background:#006acd; border:#006acd 1px solid}
	.list_box_18 li a:hover .con h5, .list_box_15 li a:hover .con h6{ color:#fff}
	
	.list_box_19 li:hover a{ transform:translateY(-.5rem)}
	.list_box_19 li a:hover .con h5{ color:#006acd}
	
	.list_box_06 li:hover a{ transform:translateY(-.5rem)}
	
	.list_box_02 li a:hover{background: #fff;overflow:hidden;box-shadow: 0px 0px 5px #ccc;}
	.list_box_02 li a:hover .con h5{ color:#1e2967;}
	 .list_box_02 li a:hover .con p{ color:#999;}
	.list_box_03 li a:hover{background: #1e2967;overflow:hidden;}
	.list_box_03 li a:hover .con h5, .list_box_03 li a:hover .con p{ color:#fff}
	
	.list_box_03 li a:hover .time h6, .list_box_03 li a:hover .time h3{ color:#fff}
	
	.list_box_04 li a:hover .img img{ transform:scale(1.05)}
	
	.list_box_05 li a:hover .right:before, .list_box_05 li a:hover .left:before{ background:#1e2967}
	
	.list_box_13 li:hover{ color:#f00; transform:translateY(-4px)}
	
	.list_box_20 li a:hover .img img{ transform:scale(1.05)}
	
	.list_box_21 li a:hover .con h5, .list_box_22 li a:hover .con h5{ color:#006acd}
	
	.list_box_22 li a:hover{ transform:translateY(-4px)}
	
	.list_box_26 li:hover a{ transform:translateY(-4px)}
	
	.list_box_27 li a:hover h5{ color:#006acd}
	
	.list_box_27 li a:hover:after{ width:100%}
	
	.list_box_29 li a:hover font{ color:#006acd; padding-left:4px;}
	
	.list_box_30 li a:hover .img img{ transform:scale(1.05)}
	
	.list_box_28 li:hover{ opacity:.9; text-decoration:underline}
	
	.list_box_31 li a:hover h5{ color:#006acd}
	
	.list_box_32 li.miso-slide a:hover .top .img_box:before{background: #b6130a;}
	
	.list_box_33 li a:hover h5, .list_box_35 li a .con h5:hover, .list_box_36 li a:hover .con h5{ color:#006acd}
	.list_box_37 li a:hover h5{ padding-left:4px}
	
	.list_box_38 li a:hover .img img{ transform:scale(1.05)}
}


@media(min-width: 1900px) and (max-width: 1920px){
	#banner .miso-slide a{ padding-bottom:100vh !important}
	#banner .miso-slide img{height:100vh !important}
}

@media(max-width: 1830px){
	.w1800{ padding:0 15px}
}

@media(max-width: 1630px){
	.w1600{ padding:0 15px}
}

@media(max-width: 1400px){
}

@media(max-width: 1330px){
}

@media(max-width: 1200px){
	.w1200{ padding:0 15px}
	
	.header_box{ display:none}
	.m_header_box{ display:block}
	
	footer .fl01{ display:block}
	footer .fl01 .box{width:100%;padding: 1rem 0;}
	
	footer .fl01 dl dd{min-width: 33.333333%;width:auto;}
	
	.list_box_13{ display:block; text-align:center}
	
	.list_box_13 li{ width: 33.333333%; margin-bottom:1rem; line-height:2rem}
	.list_box_13 li img{ max-width:1.5rem; max-height:1.5rem; margin:-3px .25rem 0 0}
	
	.n_container .n_left{ display:none}

	.n_container .n_right{ width:100%; padding:0}
	.mianbaoxie{ display:none}
	#nav_slide{ display:block} 
	
	.n_footer .right, .n_footer .left{ text-align:center; max-width:100%; width:100%}
	
	.footer_bottom{ padding:1rem 0 2rem}
	
	.n_kf_container01 .left{ width:100%}
	.n_kf_container01 .right{ width:100%; padding:2rem 0 0}
	
	.n_yj_container01 .left{ width:100%; padding:0; display:none}
	.n_yj_container01 .right{ width:100%; text-align:center; padding:0}
	
	.n_yj_container02 .left{width:100%;height: 4rem;}
	.list_box_25 li a{line-height: 3rem;border:none;}
	.n_yj_container02 .right{width:100%;padding: 2rem 0 0;}
	
	
	.n_sy_container02 .left{width:100%;}
	.n_sy_container02 .right{ display:none}
	.n_sy_container03 .left{width:100%;display: none;}

	.n_sy_container02{margin-top:0;padding-bottom: 3rem;}
	.n_sy_container01{ padding:3rem 0 3rem}

	.n_sy_container03 .right{width:100%;height: auto;}
	.n_sy_container03{transform: translateY(0);margin-bottom: 0;}
	
	.n_rc_container02{ background:none}
	.n_rc_container02 .left{width:100%;padding: 0;}
	.n_rc_container02 .right{width:100%;padding: 0;}
	
	.n_rc_container02 .box{width:100%;background: #fff;height: auto;}
	
	.list_box_33 .miso-arrow.miso-prev{ left:1rem}
	.list_box_33 .miso-arrow.miso-next{ right:1rem}
	
	.list_box_35 li a .img{ width:100%;}
	.list_box_35 li a .con{width:100%;padding: 3rem 1.5rem;height: auto;background-size: cover;}
	.list_box_35 .miso-dots{padding:0;text-align:center;bottom: 1.25rem;}
	
	.list_box_35 li a .img .img_hezi{ padding-bottom:60% !important}
	
	.list_box_34 li{transform: scale(1) !important;padding: 0;}
	.list_box_34 li a{ margin:0}
	
	.list_box_35 li a .con .h3_01{ margin-bottom:2.5rem}
	
	.list_box_34 li a h5{ transform: scale(1) !important;}
	.list_box_34{ margin:0}
	.list_box_34 .miso-list{ padding:0 !important}
	
	.index-left-md{ display:none}
	#banner .miso-slide a .top{ bottom:3rem}
}

@media(min-width: 1200px){
	.n_rc_container02 .box .title002{margin-bottom: 2rem;}
	.n_rc_container02 .box .title002 h2, .n_rc_container02 .box .title002 h6{ color:#fff}
	.n_rc_container02 .box .title002 a{position: absolute;color:#fff;border-bottom: #fff 1px solid;left: 50%;transform: translateX(-50%);right: auto;bottom: -4rem;}	
	
	
} 


@media(max-width: 1060px){
	
}

@media(max-width: 992px){
	.list_box_04 li{ width:50%; margin:0 !important}
	
	.list_box_06 li{ width:50%; margin-bottom:1.25rem}
	
	.container05{ padding:3rem 0 2.5rem}
	
	.container06 .content{ padding:0}
	.container06 .content .left{width:100%;display: none;}
	.container06 .content .center{width:100%;padding: 0 0 .625rem;}
	.container06 .content .right{ width:100%}
	
	.container06 .content .right .ll{ width:100%}
	.container06 .content .right .rr{width:100%;padding: 0;}
	
	.list_box_15 li{ width:50%}
	
	.list_box_18 li{ width:50%}
	
	.list_box_19 li{ width:50%}
	
	.n_kf_container02 .left{width:100%;height: auto;}
	.n_kf_container02 .right{width:100%;height: auto;margin: 2rem 0 0;padding: 15px;}
	.n_yj_container01 .right p{ text-align:center}
	
	.list_box_27 li{ width:50%}
	
	.n_sy_container02 .left{padding:0 1.5rem;height: 32rem;border-radius: 0;}
	
	.n_rc_container03 .fl01 .left{width:100%;padding: 2rem 0 0 0;}
	.n_rc_container03 .fl01 .right{ width:100%}
	
	.n_kx_container03 .left{ width:100%}
	.n_kx_container03 .right{ width:100%; padding:2rem 0 0}
}


@media(max-width: 768px){
	#gotop{right:0;transform:scale(0.7);bottom: 1rem;}
	
	#banner .miso-prev, #banner .miso-next{ width:11px; height:22px; background-size:cover !important}
	#banner .miso-dots{ bottom:1.25rem}
	
	.container01{ padding:2.5rem 0 2rem}
	
	.list_box_02 li{ width:100%; padding:0; margin-bottom:1.25rem}
	.list_box_01 li a .img .img_hezi{ padding-bottom:55.92% !important}
	.list_box_01 li a .con h5{ margin:.375rem 0}
	.list_box_01 li a .con p{ height:3.125rem; -webkit-line-clamp: 2;}
	
	.title001{ margin-bottom:2rem}
	.title001 .h2{ font-size:3.5rem}
	.title001 h2{font-size:1.75rem;margin: -2rem 0 .625rem;}
	.title001 h6 img{ max-width:12rem}
	
	.list_box_01{ padding-bottom:2.5rem}
	.list_box_02{ margin:2rem 0 0}
	
	.list_box_02 li a .con p{ line-height:20px; height:60px}
	
	.list_box_03 li{ width:100%; margin-bottom:1rem}
	
	.container02{ padding:2.5rem 0 2.5rem}
	
	.list_box_04 li{ width:100%}
	
	.container03{ padding:3rem 0}
	.container04{ padding:3rem 0 0}
	
	.container04 .content{ padding:2.5rem 15px}
	.list_box_05 .miso-prev{right: 3rem;top: 0;}
	.list_box_05 .miso-next{right: 0;top: 0;}

	.list_box_05 li a .right{padding: 5.875rem 1.5rem 0 1.5rem;}
	
	.list_box_05 li a .left{margin: 0 auto;float: none;}
	.list_box_05 li a .right{width:100%;margin-top: -2rem;}

	.list_box_05 li a .right:before{border: #1e2967 1px solid;}
	
	.list_box_06 li{ width:100%}
	
	.container06{ padding:3rem 0}
	
	.container06 .content .right .rr .list_box_07 li a .img{ height:10rem}
	.list_box_07 li a .top h3{ height:3rem}
	.list_box_07 li a .top h3 img{ max-width:2em; max-height:2rem}
	.container06 .content .center .box{ height:17rem; padding:0 15px}
	
	.list_box_05 .miso-arrow{top: 23.375rem;}
	.list_box_05 li a .right h6 span{ display:block;; margin:0; line-height:1.75rem}
	
	.list_box_14{ margin-bottom:2rem}
	.list_box_14 li a{ display:block}
	.list_box_14 li a .left{display:block;width:100%;max-width: 100%;}
	.list_box_14 li a .left .img, .list_box_14 li a .left .img img{ width:100%; height:auto}
	.list_box_14 li a .right{display:block;width:100%;padding: 0 0 0 5.75rem;height: auto;}
	.list_box_14 li a .right .time{ top:1.25rem; margin-top:0}
	.list_box_14 li a .right .con{padding: 1.25rem 0 0 0;height: 10.5rem;}
	.list_box_14 li a .right .con span{ display:none}
	
	.n_container{padding: 2.5rem 0;}
	
	.list_box_15{ margin:0 -7px; margin-bottom:1rem}
	.list_box_15 li{ padding:0 7px; width:100%; margin-bottom:1.25rem}
	.list_box_15 li a .con h5{ font-size:15px}
	
	.list_box_16 li{ width:100%; margin-bottom:1.25rem}

	.list_box_17 li{height:auto;line-height:24px;padding: 5px 0;}
	.list_box_17 li a{ height:auto}
	.list_box_17 li a font{ width:100%}
	.list_box_17 li a:before{top: 11px;}
	.list_box_17 li a span{ float:left; padding:0 20px}
	
	.n_news_detail .ar_article_box h6 span{ margin:0 2px}
	
	#ar_fot h1 a{ font-size:13px}
	.ar_article p{ font-size:13px; line-height:26px; margin-bottom:20px}
	.n_news_detail .ar_article_box h3{font-size: 1.375rem;}
	.n_news_detail .ar_article_box h6{ font-size:12px;}
	.n_news_detail .ar_article_box h6 span img{ max-height:12px; max-width:12px}
	
	.list_box_18 li{ width:100%}
	.list_box_18{ margin-bottom:1.75rem}
	
	.n_shizi_detail .fl01 .left{width:100%;height: auto;}
	.n_shizi_detail .fl01 .right{ width:100%}
	.n_shizi_detail .fl01 .con{width:100%;padding: 2rem 0 0;}
	.n_shizi_detail .fl01{ padding-bottom:1.5rem}
	.n_shizi_detail .fl01 .con p{ font-size:14px}
	
	.list_box_19{ margin:0 -7px}
	.list_box_19 li{ padding:0 7px; width:100%; margin-bottom:1.5rem}
	
	.list_box_21 li{ width:100%; margin-bottom:1.25rem}
	
	.list_box_21 li a .img .img_hezi{ padding-bottom: 62% !important;}
	
	.list_box_22{ margin:0 -7px}
	.list_box_22 li{ padding:0 7px; width:50%}
	
	.list_box_24 li a .img{ width:100%}
	.list_box_24 li a .con{ width:100%; padding:1rem 0 0 !important}
	
	.list_box_22 li{ margin-top:1.25rem}
	.list_box_22 li a{ padding:15px 15px}
	
	.n_kf_container01{ padding:2.5rem 0}
	
	.n_kf_container02{ padding:2.5rem 0}
	
	.title002 h2{ font-size:1.75rem;}
	.title002 h6 img{ width:3rem}

	.list_box_25 li{ padding:0}
	.list_box_25 li a{ font-size:13px}
	
	.list_box_26{ margin:0 -7px}
	.list_box_26 li{ width:50%; padding:0 7px; margin-bottom:1.25rem}
	.list_box_26 li a .img .img_hezi{ padding-bottom:69.444444% !important}
	
	.n_yj_container01{ padding:2.5rem 0}
	.n_yj_container02{ padding:2.5rem 0}
	
	.title002{ margin-bottom:2rem}
	
	.list_box_27 li{width:100%;margin-bottom: 1rem;}
	
	.list_box_28 li{font-size:12px;line-height: 38px;}
	
	.n_sy_container01{padding: 2.5rem 0 2rem;}

	.n_sy_container02 .left{ height:20rem}
	
	.n_sy_container03 .right .box{height: 30rem;}
	.list_box_29{ padding:0 15px 0 0}
	.list_box_29 li a font{ font-size:13px}
	.list_box_29 li a{ height:2.25rem; line-height:2.25rem}
	
	.list_box_30 li{ width:100%; margin:.5rem 0}
	.n_sy_container04{ padding:2.5rem 0}
	.circle{ width:12rem; height:12rem}
	
	.n_rc_container01{ padding:2.5rem 0}
	.list_box_31 li{width:100%;margin-bottom: 1.25rem;}
	.list_box_32 li.miso-slide a .top .con{ background-size:auto 2rem}
	
	.n_rc_container03{padding:3rem 0;background-size: auto 9rem;}
	
	.n_rc_container03 .fl01 .left p{ font-size:13px; line-height:26px;}
	
	.list_box_33{ margin:0 -7px}
	.list_box_33 li{ padding:0 7px}
	
	.n_rc_container03 .fl01{ padding:0 0 2.5rem}
	
	.n_kx_container03{padding: 2.5rem 0;}
	
	.list_box_34 .miso-arrow.miso-prev{left: 1rem;}
	.list_box_34 .miso-arrow.miso-next{ right:1rem}
	
	.h3_01 font{ font-size:1.25rem}
	.n_kx_container02 .content:before{left:-20px;bottom: -1.75rem;right: 20px;}
	
	.list_box_36{ margin:0 -7px}
	.list_box_36 li{ padding:0 7px}
	
	.list_box_38{ margin:0 -7px}
	.list_box_38 li{ width:100%; padding:0 7px; margin-bottom:1rem}
	.n_kx_container04{ padding:0 0 2.5rem}
	
	.n_kx_container02{ padding:2.5rem 0}

	.n_kx_container01{padding: 2.5rem 0 1.5rem;}
	
	.list_box_35 .miso-dots li{ width:.75rem; height:.75rem}
	.list_box_37 li a p{ line-height:20px; height:40px;}
	
	#banner .miso-slide a h5{ font-size:14px}
	
}

.list_box_04 li .box1 a .img{ background:#000000}
.list_box_04 li .box1 a .img img{ opacity:.8}


@media(max-width: 456px){
	
} 