@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:100%;} html{ overflow:-moz-scrollbars-vertical;} 
::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}

.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{padding-bottom: 67.80% !important;}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;height: 100%;width: 100%;}

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}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
ul li{ list-style:none;}
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}
video{ object-fit:cover}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container01 ,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.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;}
::-webkit-scrollbar {width:5px;height:5px; background:#f1f1f1}
::-webkit-scrollbar-track {border-radius:0; background:#f1f1f1}
::-webkit-scrollbar-thumb {border-radius:0; background:#333333}

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%;}
.w1280{width:1280px;margin:0 auto;}
.w13{width:1300px;margin:0 auto;}
.fanhui{position:fixed;right:30px;bottom: 75px;width:48px;height:48px;border-radius:50%;}

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;}
.table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.table_cell{ display:table-cell; vertical-align:middle}
img{ vertical-align:middle}

/*内容样式*/
.ar_article{font-size: 14px;color: #666666;line-height:28px; margin-bottom:28px;}
.ar_article p{font-size: 14px;color: #666666;line-height:28px; margin-bottom:28px;}
.ar_article img{ max-width:100%;}
.ar_article img{display:inline-block;}

/*百度播放器美化*/
#playercontainer_display_button,#video1_display_button,#video2_display_button{ background:none !important; height:40px; width:40px !important; border:2px solid #fff; border-radius:50%; padding:0 !important;}
#playercontainer_display_button #playercontainer_display_button_play,#video1_display_button #video1_display_button_play,#video2_display_button #video2_display_button_play{background-size: 25px;}
#playercontainer_display_button,#video1_display_button,#video2_display_button{ height:40px !important; margin-top: -20px !important;}
#playercontainer_display .cbpreview,#video1_display .cbpreview,#video2_display .cbpreview{ opacity: .75 !important;}


/* Slider */
.miso-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; z-index:0}
.miso-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.miso-list:focus { outline: none; }
.miso-loading .miso-list { background: #fff; }
.miso-list.dragging { cursor: pointer; cursor: hand; }
.miso-slider .miso-list, .miso-track, .miso-slide, .miso-slide img { -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: block; zoom: 1; }
.miso-track:before, .miso-track:after { content: ""; display: table; }
.miso-track:after { clear: both; }
.miso-loading .miso-track { visibility: hidden; }
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; }
.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; border: 1px solid transparent; }
/* 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}
/* Dots */
.miso-dots { position: absolute; bottom: -45px; 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);}

#gotop{ position:fixed; z-index:90; bottom:80px; right:30px; box-sizing:border-box; text-align:center; cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s; width:45px; height:45px;}
#gotop { cursor: pointer; }
#gotop svg{width:100%;height:100%;fill: #ad1614;}
 

@font-face{ font-family:myFirstFont; src:url(/zsbgs/font/georgia.ttf);}
@media (max-width:1920px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:15px;}}
@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:12px;}}
@media (max-width:328px){html{font-size:12px;}}

/*低版本跳转样式*/
.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.9;filter:alpha(opacity=90);z-index:99998;}
.ie9tips{width:600px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -300px;line-height: 1.8;color:#fff;z-index:99999;text-align:center;}
.ie9tips a{color:red;}  
.ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);max-width: 100%;} 
.ie9tips p{padding-top:10px;color:#fff;width: 420px;margin:10px auto;line-height: 1.8;}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}
.w13{ max-width:1300px; margin:0 auto}
.header_box{position: fixed;z-index:100;left: 0;right: 0;top: 0;}
#header{z-index:999;width:100%;transition: 0.6s;position: relative;padding-bottom: 50px;}

.header_top{overflow: hidden;z-index: 10;position: relative;height: 130px;padding: 28px 0;background: url(/zsbgs/images/top-bg.jpg) no-repeat center;background-size: cover;}
.header_link{margin-top: 1.5625rem;}
.header_link .search_btn{display:inline-block;float: none;}
.header_link ul{ display:inline-block; vertical-align:top;}
.header_link ul li{font-size: 0.875rem;float: left;margin: 0 0.8125rem;line-height: 2.1875rem;}
.header_link ul li a{color:#b8c6ea;transition: 0.6s all;}
.header_link ul li a:hover{color: #fff;transition: 0.6s all;}
.header_link .search{overflow: hidden;width: 220px;height: 2.1875rem;line-height: 2.1875rem; border: 1px solid #5088d9;border-radius: 17px;}
.header_link .search .text{height: 2rem;line-height: 2rem;width: 190px;text-indent: 0.9375rem; background: transparent;border: none; font-size: 0.875rem;color: #fff;}
.header_link .search .btn{width: 16px;height: 16px;margin-top: 10px;margin-right: 12px; float: right;cursor: pointer;}
#header #logo{}
#header #logo .table{ width:auto}
#logo{ float:left; height:100%;}
#logo img{}
#nav{position:absolute; bottom:0; left:0;width: 100%;}
#nav ul{position:relative;}
#nav ul li{float:left;position:relative;z-index:0;}
#nav ul li:last-child{margin-right: 0;}
#nav ul li a{display:block;padding: 0;text-transform:uppercase;}
#nav ul li h3{font-size: 1.125rem;color: #000;line-height: 50px;padding: 0 2.875rem; position:relative;transition:.6s;}
#nav ul li h3::after{content: "";width: 1px;height: 10px;background: #cccccc;position: absolute;right: 0;top: 50%;margin-top: -5px;}
#nav ul li:first-child h3::before{content: "";width: 1px;height: 10px;background: #cccccc;position: absolute;left: 0;top: 50%;margin-top: -5px;}
#nav ul li.on h3{color: #0950ba;}
#nav ul li a i{ display:inline-block; background:url(/zsbgs/images/nav_down.png) center no-repeat; width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background:#fff; background:rgba(255,255,255,.95);width: 100%;z-index: 10000;/* transform:translateY(-20px); */visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition:.5s;}
#nav ul li .sub .box{padding:10px 20px; text-align:center;}
#nav ul li .sub a{padding:0;line-height: 2.5;transition:.3s;font-size: 16px;color: #666;}
#nav ul li .sub a:hover{color: #0950ba;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
#nav ul li:hover h3{color: #0950ba;transition: 0.6s all;}

#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{background:url(/zsbgs/images/jt1.png) right center no-repeat;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 .table, #nav_btn_box .table{ width:auto}
/**/
#logo .logo_black{ display:none;}
.top_search_black{ display:none;}
#header.xg{top:0;background:#fff;background: rgba(255,255,255,.95);box-shadow: 0 0 2px rgba(0,0,0,0.15);}

#header.xg .dw2{ }
#header.xg #logo .logo_black,#header.xg .top_search_black{ display: inline-block;}

#header.xg #nav ul li a h3{color: #494949;}
#header.xg #nav ul li:hover h3{color:#0950ba;}
#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{ background:url(/zsbgs/images/jt2.png) right center no-repeat; }
.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(/zsbgs/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;}
/***********************/

/*手机头部开始*/
#m_header{position: fixed;z-index: 99;width:100%;height: 60px;left:0;top:0;padding:0 10px;background:url(/zsbgs/images/footer-bg.jpg) no-repeat center;background-size: cover; display:none;}
#m_header #logo{height: 60px;}
#m_header #logo img{max-height:60%;max-height: 28px;}
#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 url(../images/search.svg) center no-repeat; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}

/*顶部搜索*/
.tc_search{margin: 0 1.3rem;width: calc(100% - 2.6rem);}
.tc_search .header-search{height:40px;border-radius:20px;border:1px solid #e5e5e5;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(/zsbgs/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_link{display: table;margin: 1.25rem auto 0 auto;}
.m_nav_link a{color: #fff;font-size: 1rem;margin: 0 10px;}

/*导航按钮开始*/
#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_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}

.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {
    z-index: 99999;
    position: fixed;
    background: #000000;
    width:17rem;
    height:100vh;
    right: -400px;
    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 2.3rem; }
#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:1.125rem;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(/zsbgs/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 .SubNav{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 .SubNav span{ background:none; }
#m_nav .title .SubNav span a:hover{ color: #014085;}
#m_nav .title .SubNav a{display:block;font-size:1rem;color: #fff;text-align:left;line-height:40px;height: 40px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title .SubNav .void>a{background-size:10px; position:relative;}
#m_nav .title .SubNav .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .SubNav span{ position:relative; display:block;}
#m_nav .title .SubNav 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;}
/*返回顶部*/
.backtop { position: fixed; right: 30px; bottom: 30px; cursor: pointer; display: none; width: 51px; height: 50px; }
/* 主体开始 */
.banner {width:100%;overflow:  hidden;z-index: 0;position:relative; margin-top:180px;}
.banner .swiper-slide {display: block;height:100%;overflow: hidden;text-align:center;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 .swiper-slide img{ display: block; width:100%;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 68px;height: 68px;top: 50%;margin-top: -34px;}
.banner .swiper-button-next{background: url(/zsbgs/images/banner_next.png) no-repeat center;}
.banner .swiper-button-prev{background: url(/zsbgs/images/banner_prev.png) no-repeat center;}
/* part1 */
.part1{padding: 3.75rem 0 4.375rem 0;}
.part1-l{width: 47.69%;}
.Title{margin-bottom: 1.875rem;position: relative;}
.Title h5{padding: 0 1.25rem 0.9375rem 1.25rem;font-size: 1.875rem;color: #222222;border-bottom: 1px solid #0950ba;display: table;}
.Title a{font-size: 0.875rem;color: #666666;display: table;padding: 0 0.5rem 0.5rem;border-bottom: 1px solid #898989;position: absolute;right: 0;top: 12px;transition: 0.6s all;}
.Title a:hover{color: #0950ba;border-bottom: 1px solid #0950ba;transition: 0.6s all;padding: 0 0 0.5rem 0;}
.part1-l-t{margin-bottom: 0.9375rem;}
.part1-l-t .swiper-slide a{display: block;overflow: hidden;height: 185px;background: #fbfbfb;}
.part1-l-t .swiper-slide .pic{width: 300px;height: 185px;overflow: hidden;float: left;}
.part1-l-t .swiper-slide .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;}
.part1-l-t .swiper-slide .text{width: calc(100% - 300px);padding: 1.875rem 1.5625rem;float: right;}
.part1-l-t .swiper-slide .text p{transition: 0.6s all;font-size: 1rem;color: #383a3b;line-height: 1.625rem;height: 3.25rem;overflow: hidden;margin-bottom: 1.875rem;}
.part1-l-t .swiper-slide .text i{font-style: normal;display: block;padding-left: 26px;background: url(/zsbgs/images/part1-02.png) no-repeat left center;font-size: 0.875rem;color: #b40a00;line-height: 18px;}
.part1-l-t .swiper-pagination{width: auto !important;right: 1.25rem !important;bottom: 0.9375rem !important;left: auto !important;}
.part1-l-t .swiper-pagination-bullet{width: 15px;height: 4px;border-radius: 2px;background: #ababab;opacity: 1;}
.part1-l-t .swiper-pagination-bullet-active{width: 35px;background: #b40a00;}
.part1-l-t .swiper-slide:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.part1-l-t .swiper-slide:hover .text p{color: #b40a00;transition: 0.6s all;}
.part1-l-c li{padding-top: 1.25rem;}
.part1-l-c li a{display: block;overflow: hidden;}
.part1-l-c li p{float: left;width: calc(100% - 55px); font-size: 1rem;line-height: 1.5rem;height: 1.5rem;overflow: hidden; color: #343434;padding-left: 12px;background: url(/zsbgs/images/part1-03.png) no-repeat left 5px;transition: 0.6s all;}
.part1-l-c li i{font-style: normal;display: block;float: right;font-size: 1rem;color: #343434;width: 55px;text-align: right;}
.part1-l-c li:hover p{padding-left: 16px;color: #b40a00;background: url(/zsbgs/images/part1-03on.png) no-repeat left 5px;transition: 0.6s all;}
.part1-l-b{margin-top: 3.125rem;}
.part1-l-b li{float: left;width: 22.58%;margin-right: 3.226%;}
.part1-l-b li:last-child{margin-right: 0;}
.part1-l-b li a{display: block;padding: 0.625rem;height: 3.125rem;line-height: 1.875rem;background: #09ba9f;font-size: 1.125rem;color: #fff;font-weight: bold;text-align: center;transition: 0.6s all;}
.part1-l-b li+li a{background: #0c6dbf;}
.part1-l-b li+li+li a{background: #9209ba;}
.part1-l-b li+li+li+li a{background: #da246d;}
.part1-l-b li a:hover{background: #b40a00;transition: 0.6s all;box-shadow: 0px 2px 10px 0px rgba(39, 39, 39, 0.39);}
.part1-r .part1-l-b li{width: 17.74%;margin-right: 2.825%;}
.part1-r .part1-l-b li:last-child{margin-right: 0;}
.part1-r .part1-l-b li+li+li a{background: #8aac00;}
.part1-r .part1-l-b li+li+li+li a{background: #9209ba;}
.part1-r .part1-l-b li+li+li+li+li a{background: #da246d;}
.part1-r .part1-l-b li+li+li a:hover{background: #b40a00;transition: 0.6s all;box-shadow: 0px 2px 10px 0px rgba(39, 39, 39, 0.39);}
/* part2 */
.part2{background: url(/zsbgs/images/part2-bg.jpg) no-repeat center;background-size: cover;padding: 3.75rem 0 4.375rem 0;}
.part2 .Title h5{margin: 0 auto;color: #fff;border-bottom: 1px solid #fff;}
.part2 .Title a{color: #fff;border-bottom: 1px solid #fff;}
.part2 ul{margin-right: -2.705%;margin-bottom: -1.875rem;}
.part2 li{float: left;width: 30.628%;margin-right: 2.705%;margin-bottom: 1.875rem;}
.part2 li a{display: block;background: #f9f9f9;padding: 1.25rem 0.9375rem;overflow: hidden;transition: 0.6s all;}
.part2 li .time{width: 55px;height: 80px;padding: 0.625rem 0.875rem; border: 1px solid #d2d2d2;position: relative;float: left;transition: 0.6s all;}
.part2 li .day{font-size: 1.375rem;color: #666666;text-align: right;}
.part2 li .month{font-size: 1rem;color: #999999;text-align: right;margin: 0.3125rem 0;}
.part2 li .year{font-size: 0.75rem;color: #999999;text-align: right;}
.part2 li .text{margin-left: 74px;}
.part2 li .text i{font-size: 0.75rem;color: #bb2118;font-style: normal;margin-bottom: 0.75rem;display: block;}
.part2 li .text p{font-size: 1rem;line-height: 1.625rem;height: 3.25rem;overflow: hidden;color: #333;}
.part2 li:hover .time{background: #b40a00;border: 1px solid #b40a00;transition: 0.6s all;}
.part2 li:hover .day,.part2 li:hover .month,.part2 li:hover .year{color: #fff;}
.part2 li:hover .text p{color: #b40a00;}
.part2 li:hover a{box-shadow: 0px 3px 54px 0px rgba(28, 59, 105, 0.88);transition: 0.6s all;}
/* part3 */
.part3{padding: 3.75rem 0 4.375rem 0;background: url(/zsbgs/images/part3-bg.png) no-repeat bottom center;background-size: cover;}
.part3-t{margin-bottom: 3.75rem;}
.part3-t .Title h5{margin: 0 auto;}
.part3-t .swiper-slide a{display: block;transition: 0.6s all;}
.part3-t .pic{overflow: hidden;}
.part3-t .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;max-height:248px;height:240px;}
.part3-t .text{border: 1px solid #e9e9ea;border-top: none;background: rgba(255,255,255,0.8);padding: 1.875rem 1.25rem;}
.part3-t .text h5{font-size: 1rem;color: #383a3b;line-height: 1.625rem;height: 3.25rem;overflow: hidden;transition: 0.6s all;}
.part3-t .text p{margin-top: 1.875rem;padding-top: 1.25rem;margin-bottom: 1.5625rem; border-top: 1px solid #cfcfcf;font-size: 0.875rem;color: #8b8e92;line-height: 1.5rem;height: 4.25rem;overflow: hidden;}
.part3-t .text i{font-style: normal;display: block;padding-bottom: 3.125rem;position: relative; padding-left: 26px;background: url(/zsbgs/images/part3-02.png) no-repeat left top;font-size: 0.875rem;color: #0950ba;line-height: 18px;}
.part3-t .text i::after{content: "";width: 32px;height: 32px;background: url(/zsbgs/images/part3-03.png) no-repeat center;position: absolute;bottom: 0;left: 50%;margin-left: -16px;}
.part3-t .swiper-pagination{position: relative;margin-top: 2.25rem;}
.part3-t .swiper-pagination .swiper-pagination-bullet{width: 15px;height: 4px;border-radius: 2px;background: #ababab;opacity: 1;}
.part3-t .swiper-pagination .swiper-pagination-bullet-active{width: 35px;background: #b40a00;}
.part3-t .swiper-slide:hover .pic img{transition: 0.6s all;transform: scale(1.1);}
.part3-t .swiper-slide:hover .text h5{color: #0950ba;transition: 0.6s all;}
.part3-t .swiper-slide:hover a{box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);transition: 0.6s all;}
.part3-b-l{width: 17.92%;}
.part3-b-l a{display: block;height: 110px;background: url(/zsbgs/images/part3-04.png) no-repeat center;background-size: cover;font-size: 2.25rem;color: #fff;font-family: simsun;text-align: center;line-height: 110px;text-indent: -18px;font-weight: bold;}
.part3-b-r{width: 80.61%;}
.part3-b-r li{width: 48.66%;margin-right: 2.68%;float: left;}
.part3-b-r li:last-child{margin-right: 0;}
.part3-b-r li a{display: block;overflow: hidden;height: 6.875rem;}
.part3-b-r li img{display: block;width: 100%;height: 110px; object-fit: cover;transition: 0.6s all;}
.part3-b-r li:hover img{transform: scale(1.1);transition: 0.6s all;}
/* footer */
.footer{background: url(/zsbgs/images/footer-bg.jpg) no-repeat center;background-size: cover;}
.footer-t{padding: 2.625rem 0 1.5rem 0;border-bottom: 1px solid #5581bb;}
.footer-t p{font-size: 1.25rem;color: #fff;}
.footer-t p a{font-size: 1rem;color: #fff;margin-right: 1.875rem;}
.footer-t p a:hover{color: #b9c4dc;transition: 0.6s all;}
.footer-b{padding: 1.5rem 0 2.125rem 0;}
.footer-b .text{margin-top: 2.5rem;width: 80%;}
.footer-b .text ul{margin-bottom: 1.25rem;}
.footer-b .text li{float: left;margin-right: 1.875rem;padding-left: 26px;background: url(/zsbgs/images/footer-01.png) no-repeat left top;font-size: 0.875rem;color: #b9c4dc;line-height: 1.125rem;}


.footer-b .text li+li{background: url(/zsbgs/images/footer-02.png) no-repeat left top;}
.footer-b .text li+li+li{background: url(/zsbgs/images/footer-03.png) no-repeat left top;}
.footer-b .text li+li+li+li{background: url(/zsbgs/images/footer-04.png) no-repeat left top;}
.footer-b .text p{font-size: 0.875rem;color: #b9c4dc;line-height: 1.125rem;}
.footer-b .text p a{color: #b9c4dc;transition: 0.6s all;margin-left: 0.625rem;}
.footer-b .text p a:hover{color: #fff;transition: 0.6s all;}
.footer-b .ewm{width: 16.15%;}
.footer-b .ewm li{float: left;width: 48%;margin-right: 4%;}
.footer-b .ewm li:last-child{margin-right: 0;}
.footer-b .ewm li .pic{overflow: hidden;}
.footer-b .ewm li .pic img{display: block;width: 100%;}
.footer-b .ewm li p{font-size: 0.875rem;color: #fff;text-align: center;margin-top: 0.625rem;}
@media(max-width: 1310px){
	.w13{width: calc(100% - 30px);margin: 0 15px;}
}

@media(max-width: 1200px){
	.banner{margin-top: 0;}
	.header_box{ display:none}
	#m_header{ display:block;}
	.m_header_box{ display:block}
	.mianbaoxie{ display:none}
}

@media(max-width: 1060px){
	
}

@media(max-width: 992px){
	.part1-l{width: 100%;}
	.part1-r{margin-top: 3.75rem;}
	.part2 ul{margin-right: 0;}
	.part2 li{width: 49%;margin-right: 2%;}
	.part2 li:nth-child(even){margin-right: 0;}
	.part3-b-l{display: none;}
	.part3-b-r{width: 100%;}
	.part3-b-r li a{height: auto;}
	.part3-b-r li img{height: auto;}
}

@media(max-width: 768px){
	.footer-b .text{width: 100%;margin-top: 0;margin-bottom: 2.5rem;}
	.footer-b .ewm{width: 100%;}
	.footer-b .ewm ul{width: 40%;display: table;margin: 0 auto;}
}

@media(max-width: 540px){
	.part1-l-t .swiper-slide .pic{width: 100%;height: auto;}
	.part1-l-t .swiper-slide a{height: auto;}
	.part1-l-t .swiper-slide .text{width: 100%;}
	.part1-l-t .swiper-slide .text p{height: auto;}
	.part1-l-b li{width: 49%;margin-right: 2%;margin-bottom: 0.625rem;}
	.part1-l-b li:nth-child(even){margin-right: 0;}
	.part1-r .part1-l-b li{width: 49%;margin-right: 2%;margin-bottom: 0.625rem;}
	.part1-r .part1-l-b li:nth-child(even){margin-right: 0;}
	.part2 li{width: 100%;margin-right: 0;}
	.part3-b-r li{width: 100%;margin-right: 0;margin-bottom: 0.9375rem;}
	.footer-b .text li{float: none;margin-bottom: 0.625rem;}
	.footer-b .ewm ul{width: 60%;}
}


/*==========================================内页 开始=============================================*/
/* list 公用 start*/
.list-banner{position: relative;width: 100%;margin-top:190px;}
.list-banner .pic{overflow: hidden;}
.list-banner .pic img{display: block;width: 100%;}
.list-banner{position: relative;width: 100%;}
.list-banner img{display: block;position: relative;margin: 0 auto;width: 100%;}
.list-box{position: relative;min-height:600px;}
.list-nav{float: left;width: 17.69%;position: relative;margin-top: -6.25rem;}
.list-nav h5{height: 6.25rem;background: url(/zsbgs/images/list-nav02.png);font-weight: normal;text-align: center;}
.list-nav h5 i{font-style: normal;font-size: 1.75rem;color: #fff;text-align: center;padding-bottom: 1.25rem;background: url(/zsbgs/images/list-nav01.png) no-repeat bottom center;padding-top: 1.625rem;display: block;}
.list-nav ul{}
.list-nav li{padding: 0 1.25rem;border-bottom: 1px solid #dbdbdb;}
.list-nav li a{font-size: 1.125rem;color: #000;display: block;line-height: 3.75rem;height: 3.75rem;background: url(/zsbgs/images/list-nav03.png) no-repeat right center;}
.list-nav li:hover a{color: #0950ba;}
.list-r{float: right;width: 79.23%;padding: 1.25rem 0 3.75rem 0;}
.list-line{position: absolute;left: 17.69%;width: 1px;height: 100%;background: #dbdbdb;}
.position{overflow: hidden;background: #f6f6f6;line-height: 2.5rem;padding: 0 1.875rem;margin-bottom: 1.25rem;}
.position h5{display: none; float: left; font-size: 1.25rem; text-align: center; color: #0950ba;}
.position p{float: left; font-size: 0.875rem;color: #999;padding-left: 28px;background: url(/zsbgs/images/position.png) no-repeat left center;}
.position p a{color: #999;padding: 0 4px;}
.position p a:hover{color: #0950ba;}
.position p a.on{color: #0950ba;}
.list-nav-icon{float: right;margin-top: 7px; display: none;}
.list-nav-icon img{display: block;height: 20px;}
.list01{}
.list01 ul{}
.list01 li{transition: 0.6s all;}
.list01 li a{position: relative; display: block;border-top: 1px solid #e6e6e6;padding: 1.25rem 1.625rem;}
.list01 li .time{position: absolute;left: 1.25rem; top: 50%;margin-top: -29px;}
.list01 li .day{margin-bottom: 0.625rem; font-size: 2.25rem;color: #666666;text-align: center;font-weight: bold;}
.list01 li .year{font-size: 0.75rem;color: #999999;text-align: center;letter-spacing: 2px;}
.list01 li .pic{float: left;width: 200px;margin-left: 90px;overflow: hidden;}
.list01 li .pic img{display: block;width: 100%;transition: 0.6s all;height: 140px;}
.list01 li .text{margin-left: 310px;margin-top: 1.25rem;}
.list01 li .text h5{font-size: 1.125rem;color: #323232;line-height: 1.25rem;height: 1.25rem;font-weight: normal;margin-bottom: 1.25rem; overflow: hidden;}
.list01 li .text p{font-size: 0.75rem;color: #999999;line-height: 1.375rem;height: 4.125rem;overflow: hidden;}
.list01 li:hover{box-shadow: 0px 1px 43px 0px rgba(0, 0, 0, 0.1);background: #fff;transition: 0.6s all;}
.list01 li:hover .pic img{transition: 0.6s all;transform: scale(1.1);}
.list01 li:hover .day{color: #0950ba;}
.list01 li:hover .text h5{color: #0950ba;}
.fanye{margin-top: 2.5rem;}
.fanye img{display: block;max-width: 100%;margin: 0 auto;}
@media(max-width: 1360px) {
	.list-box{width: calc(100% - 30px);margin: 0 auto;}	
	.list01 li .pic img{height: 140px;}
}
@media(max-width: 1200px) {
	.list-nav .on{background: #b0252a;}
	.list-nav li:hover>a{background: #b0252a;}
	.list01 li .pic img{height: 140px;}
	.list-nav-icon{display: block;}
	.list-nav{position: absolute;top: 150px;width: 100%;z-index: 9;background: #f9f9f9;display: none;}
	.list-nav h5{display: none;}
	.list-r{float: none;width: 100%;padding-left: 0;border-left: none;}
	.list-line{display: none;}
	.list-banner{margin-top: 0;}
}
@media screen and (max-width: 1000px) {
	.list01 li .pic img{height: 140px;}
}
@media(max-width: 768px) {
	.list01 li .pic{width: 130px;}
	.list01 li .pic img{height: 91px;}
	.position p{display: none;}
	.position h5{display: block;}
	.list01 li .time{display: none;}
	.list01 li .pic{margin-left: 0;}
	.list01 li .text{margin-left: 150px;margin-top: 0;}
}
@media(max-width: 414px) {
	
	
}
@media(max-width: 375px) {
.list01 li .pic{width: 100%;float: none;}
.list01 li .pic img{height: 210px;}
.list01 li .text{margin-left: 0;margin-top: 1.875rem;}
}
@media(max-width: 360px) {
	.list01 li .pic img{height: 199px;}
}
@media(max-width: 320px) {
	.list01 li .pic img{height: 171px;}
}
/* part2 */
.list02{}
.list02 ul{}
.list02 li{border-bottom: 1px solid #f1f1f1;margin-bottom: 0.9375rem;padding-bottom: 0.9375rem;}
.list02 li a{display: block;overflow: hidden;}
.list02 li .time{width: 55px;height: 80px;padding: 0.625rem 0.875rem; border: 1px solid #d2d2d2;position: relative;float: left;transition: 0.6s all;}
.list02 li .day{font-size: 1.375rem;color: #666666;text-align: right;}
.list02 li .month{font-size: 1rem;color: #999999;text-align: right;margin: 0.3125rem 0;}
.list02 li .year{font-size: 0.75rem;color: #999999;text-align: right;}
.list02 li .text{margin-left: 74px;}
.list02 li .text p{font-size: 1rem;line-height: 5rem;height: 5rem;overflow: hidden;color: #333;}
.list02 li:hover .time{background: #0950ba;border: 1px solid #0950ba;transition: 0.6s all;}
.list02 li:hover .day,.list02 li:hover .month,.list02 li:hover .year{color: #fff;}
.list02 li:hover .text p{color: #0950ba;}



@media(max-width: 1360px) {
	
}
@media(max-width: 1200px) {
	
}
@media screen and (max-width: 1000px) {
	
}
@media(max-width: 768px) {
	.list02 li .text p{height: auto;line-height: 1.625rem;padding: 1.25rem 0;}
}
@media(max-width: 414px) {
	
}
@media(max-width: 375px) {

}
@media(max-width: 360px) {
	
}
@media(max-width: 320px) {
	
}
/* list03 */
.list03{}
.list03 ul{margin-left: -1.7%;margin-bottom: -1.875rem;}
.list03 li{position: relative;transition: 0.6s all;top: 0; width: 31.55%;float: left;margin-left: 1.7%;margin-bottom: 1.875rem;}
.list03 li a{display: block;}
.list03 li .pic{overflow: hidden;}
.list03 li .pic img{display: block;width: 100%;transition: 0.6s all;height: 216px;object-fit: cover;}
.list03 li h5{transition: 0.6s all;font-size: 1rem;line-height: 1.5rem;color: #323232;font-weight: normal;overflow: hidden;height: 3rem;margin-top: 1rem; }
.list03 li:hover{top: -8px;transition: 0.6s all;}
.list03 li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.list03 li:hover h5{color: #0950ba;transition: 0.6s all;}
@media(max-width: 1360px) {
	.list03 li .pic img{height: 216px;}
}
@media(max-width: 1200px) {
	.list03 li .pic img{height: 243px;}
}
@media screen and (max-width: 1000px) {
	.list03 li .pic img{height: 201px;}
}
@media(max-width: 768px) {
	.list03 ul{margin-left: 0;}
	.list03 li{width: 49%;margin-left: 2%;}
	.list03 li:nth-child(odd){margin-left: 0;}
	.list03 li .pic img{height: 220px;}
}
@media(max-width: 414px) {
	.list03 ul{margin-left: 0;}
	.list03 li{width: 100%;margin-left: 0;}
	.list03 li .pic img{height: 248px;}
}
@media(max-width: 375px) {
	.list03 li .pic img{height: 223px;}
}
@media(max-width: 360px) {
	.list03 li .pic img{height: 213px;}
}
@media(max-width: 320px) {
	.list03 li .pic img{height: 187px;}
}
/* show */
.show{}
.show01{margin-bottom: 1.875rem;padding-bottom: 0.625rem;border-bottom: 1px solid #eeeeee;}
.show01 h5{font-size: 1.875rem;line-height: 2.75rem;text-align: center;margin-bottom: 1.875rem;}
.show01 p{text-align: center;font-size: 0.875rem;color: #999999;}
.show01 i{font-style: normal;margin: 0 0.9375rem;padding-left: 23px;background: url(/zsbgs/images/show01.png) no-repeat left center;line-height: 24px;display: inline-block;}
.show01 i+i{background: url(/zsbgs/images/show02.png) no-repeat left center;}
.show02{padding-bottom: 1.25rem;border-bottom: 1px solid #d9d9d9;margin-bottom: 2.8125rem;}
.show02 p{text-indent: 2.25rem !important;font-size: 1.125rem !important;color: #333333;line-height: 2.375rem !important;margin-bottom: 1.25rem;}
.show02 img{max-width: 100%;}
.show02 i{color: #666666;text-align: center;font-style: normal;display: block;}
.show03 p{font-size: 1.125rem;color: #323232;margin-bottom: 1.25rem;line-height: 1.5rem;}
.show03 p a{color: #666666;transition: 0.6s all;}
.show03 p a:hover{color: #0950ba;transition: 0.6s all;}