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执行，其他浏览器不执行*/}

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.25em;margin-top: 2.5em;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow{ overflow:hidden}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
  progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/

.a_body{ position:relative}
ul li,dl dd{ vertical-align:top}
img{ vertical-align:middle}

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%;overflow: hidden;}
.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; }

.list_scroll{overflow:hidden;overflow-y:scroll;height: 100%;}
.m_nav_list{width:100%;max-height: 100%;}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {
  z-index: 99999;
  position: fixed;
  background: #06783f;
  width: 100%;
  height:100vh;
  left: 101vw;
  top: 0;
  display:none;
  padding: 50px 0 80px;
  overflow:hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
}
#m_nav.act{pointer-events: auto;left: 0;}
ul.m_nav_list>li{width:100%;overflow:hidden;padding: 0 25px;position: relative;}
ul.m_nav_list>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
ul.m_nav_list>li .a{display: block;overflow: hidden;}
ul.m_nav_list>li .a h3{line-height: 3.5em;height: 3.5em;color:#fff;padding:0;font-size:1.125em;float:left;}
ul.m_nav_list>li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
ul.m_nav_list>li .a span i{ font-size:0;}
ul.m_nav_list .title i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 15px;height: 3.5em;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 100% auto;position: absolute;top: 0;right: 1.5em;}
ul.m_nav_list li.on.title .a i{background: url(../images/arrow_down_on.svg) center no-repeat;background-size: 100% auto;}
ul.m_nav_list .on.title i{}
ul.m_nav_list li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
ul.m_nav_list .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;}
ul.m_nav_list .title .list span{ background:none; }
ul.m_nav_list .title .list span a:hover{ color: #014085;}
ul.m_nav_list .title .list a{display:block;font-size:1em;color: #fff;text-align:left;line-height:35px;height: 35px;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:.875em; 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: 1000;background-color: rgba(0,0,0,0.4);display: none;}


/*==========================================首页 开始=============================================*/
video{margin:0 auto;}
/*首页banner*/
#banner{width:100%;overflow: hidden;position: relative;/* top:0; *//* left:0; */z-index:1;background:#fff;height: calc(100vh - 6.25em) !important;}
#banner .banner_slider{margin: 0;height: calc(100vh - 6.25em) !important;}
#banner li{position:relative;display: block !important;}
#banner li .img img{ width:100%; height: calc(100vh - 6.25em) !important; background-size: cover !important; z-index:8; -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }	
#banner .miso-slide video{display: block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;object-fit: cover;}

#background_video{object-fit: fill;height: 99vh;}
@media (max-width: 1200px){
  #background_video{object-fit: cover;height: auto;}
}

#banner li .img .img_hezi{padding-bottom: calc(100vh - 6.25em) !important;}
@-webkit-keyframes bgscale {
  from { -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
  to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
@keyframes bgscale {
  from { -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
  to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
#banner .miso-current .img img{ animation:bgscale 6s linear forwards; -webkit-animation:bgscale 6s linear forwards; }
#banner .w1200{ height:100%;}
#banner li.miso-current{ z-index:999;}

@-webkit-keyframes enter {
  0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
  20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
  100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}

@keyframes enter {
  0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }

  20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
  100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}

#banner .banner_slider .miso-arrow{width: 5em;height: 5em;background: rgba(0,0,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.5s;left: auto;top: 50%;transform: translateY(-50%);margin-top: -2.5em;}
#banner .banner_slider .miso-arrow svg{width: 2em;height: 2em;fill: #fff;transition:.5s;opacity: .6;}
#banner .banner_slider .miso-prev{left: 1%;}
#banner .banner_slider .miso-next{right: calc(1% + 12.5em);}

#banner .banner_slider .miso-arrow:hover{ background:#06783f}
#banner .banner_slider .miso-arrow:hover svg{ fill:#fff; opacity:1}

.banner-next {z-index: 1000;position: absolute;bottom: 6vh;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);cursor: pointer;text-align: center;color: #ffffff;}
.banner-next span { display: block; }
.banner-next .next-text {-webkit-animation: fadeInDown 2s infinite;-moz-animation: fadeInDown 2s infinite;-o-animation: fadeInDown 2s infinite;-ms-animation: fadeInDown 2s infinite;animation: fadeInDown 2s infinite;position: relative;top: 65px;}


.banner-next .next-icon {position:relative;width: 3.5625em;height: 3.5625em;display: inline-block;margin-bottom: 1em;border-radius: 50%;transition: .5s;}

.banner-next .next-icon:before{content:"";width: 3.5625em;height: 2.375em;position:absolute;left:50%;margin-left: -1.78125em;top:50%;margin-top: -2.5px;background:url(../images/banner-next.png) center no-repeat;-webkit-animation: scroll 1.4s cubic-bezier(.15,.41,.69,.94) infinite;-moz-animation: scroll 1.4s cubic-bezier(.15,.41,.69,.94) infinite;animation: scroll 1.4s cubic-bezier(.15,.41,.69,.94) infinite;}
@keyframes scroll {
  0% { opacity: 0; }
  10% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -o-transform: translateY(0); transform: translateY(5px); opacity: 0;}
}





.container03{padding: 5em 0 0;background: url(../images/container03_bg.jpg) center top no-repeat;background-size:cover;}

.container05{ background:url(./image/bg001.png) center top no-repeat; background-size:cover; overflow:hidden; padding:5em 0 0}
.container05 .fl01{ padding:0 6em}

.list_box_12{ display:flex; justify-content:space-between; position:relative; margin-bottom:5em; border-bottom:rgba(255,255,255,.4) 1px solid}
.list_box_12 li{ padding-bottom:2.25em; position:relative}
.list_box_12 li:after{ content:""; position:absolute; left:0; bottom:-2px; width:1.25em; height:3px; background:#fff; transition:.5s}
.list_box_12 li h4{ height:2.875em }
.list_box_12 li h3{ font-size:4.125em; color:#fff; font-family:Impact;display:inline-block;}
.list_box_12 li span{font-size:4.125em; color:#fff;}
.list_box_12 li h5{ font-size:14px; color:#fff; line-height:1.5; margin:.875em 0 0}
.list_box_12 img {
  width: unset;
  transition: .5s;
  object-fit: unset;
}
.list_box_12 a:hover {
  line-height: unset;
}
.w1200{ margin:0 auto; padding:0 50px; max-width:1620px;}

.title004{ margin-bottom:28px; text-align:center}
.title004 h3 a{font-size: 32px;color:#FFF;font-weight: bold;font-family:SourceHanSerifCN-Bold}
.title004 h6{ font-size: 12; color:#323232; font-family:Times New Roman; opacity:.7; text-transform:uppercase; margin:12px 0 0}


.container05 .title004 h3{ color:#fff}
.container05 .title004 h6{ color:#fff}

.container05 .content .left{ width:59.21%}
.container05 .content .right{width: calc((100% - 59.21% - 1px) / 2);padding:0 0 0 .625%;}

.list_box_13 li a{ display:block; position:relative}
.list_box_13 li .img .img_hezi{ padding-bottom:35em !important}
.list_box_13 li a .top{width:27.125em;height:11.25em;background:#067fc4cc;position:absolute;bottom:-1.875em;right:1.875em;padding:0 2.375em;transition: .5s;}
.list_box_13 li a .top h5{ font-size:.875em; color:#fff}
.list_box_13 li a .top h5 img{ margin:-3px .5em 0 0;    width: 28px;}
.list_box_13 li a .top h4{ font-size:18px; color:#fff; line-height:1.75em; height:3.5em; margin:.75em 0 0}

.list_box_14 li{ margin-bottom:.625em}
.list_box_14 li a{ display:block; position:relative}
.list_box_14 li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../image/yinying_bg.png) center bottom no-repeat;; background-size:100% 70%}
.list_box_14 li .img .img_hezi{ padding-bottom:11.25em !important}
.list_box_14 li a .top{ width:100%; position:absolute; bottom:1em; left:0; right:0; padding:0 1em}
.list_box_14 li a .top h5{ font-size:13px; color:#fff}
.list_box_14 li a .top h5 img{ margin:-3px .5em 0 0;    width: 28px;}
.list_box_14 li a .top h4{ font-size:18px; color:#fff; line-height:1.5; margin:.75em 0 0; overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;}

.list_box_15 li:first-child .img .img_hezi{ padding-bottom:23.125em !important}



.container06{padding:3.125em 0 5em;overflow:hidden;background: #eff4f7;}

.list_box_16{ }
.list_box_16 li{ float:left; width:50%}
.list_box_16 li a{ display:block; position:relative}
.list_box_16 li .img .img_hezi{ padding-bottom:65.79% !important}
.list_box_16 li .top{ position:absolute; top:0; right:0; bottom:0; left:0; text-align:center}
.list_box_16 li .top h3 img{ transition:.5s}
.list_box_16 li .top h5{ font-size: 1.875em; color: #fff; font-family: SourceHanSerifCN-Bold; margin:1.125em 0 0}
.list_box_16 li[aos=fade-right]{ transform-origin:right; transform: perspective(0) rotateY(45deg);}
.list_box_16 li[aos=fade-left]{ transform-origin:left; transform: perspective(0) rotateY(-45deg);}
.list_box_16 li[aos=fade-right].aos-animate{ transform: perspective(0) rotateY(0);}
.list_box_16 li[aos=fade-left].aos-animate{ transform: perspective(0) rotateY(0);}

footer{ background:#067fc4; background-size:cover}
footer .fl01{ padding: 20px 0 20px;}
footer .fl01 .left .top1{width:38.75em;margin-bottom:1em;max-width: 100%;}
footer .fl01 .content{margin:0 -4px;}
footer .fl01 .content .box{float:left;width: 33.333333%;padding:0 4px;}

.miso-wailian .box .box_rr{width:100%;font-size:14px;color: #414141;height: 40px;line-height: 38px;border: rgba(255,255,255,.3) 1px solid;background: rgba(255,255,255,.3);position:relative;border-radius: 20px;padding: 0;}
.miso-wailian .box .box_rr dt{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;padding: 0 2em 0 1.25em;text-align: left;position: relative;color: #fff;}
.miso-wailian .box .box_rr dt:before{content:"";position:absolute;background:#adcde3;right: 3em;width:1px;height:1.375em;top:50%;margin-top:-.625em;display: none;}
.miso-wailian .box .box_rr dt font{color: #414141;margin: 0 .875em;}
.miso-wailian .box .box_rr svg{position:absolute;right: 1.125em;top: 12px;width: 12px;height: 14px;fill: #fff;}
.miso-wailian .box .box_rr .con .dl{position:absolute;bottom: 39px;left: 0;background: #ffffff;padding: 10px 12px; opacity:0; visibility:hidden; width: 100%;z-index:2;box-shadow: 0 0 10px rgba(0,0,0,.15); transition:.5s; transform:scaleY(0); transform-origin:bottom}
.miso-wailian .box .box_rr .con .dl dd{font-size: 12px;line-height: 18px;overflow:hidden;text-overflow:ellipsis;color: #333;margin: 5px 0;}
.miso-wailian .box .box_rr .con .dl dd a{color: #333;transition: .6s;}
.miso-wailian .box .box_rr .con .dl dd a:hover{ color:#06783f}

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

.list_box_17{ font-size:0}
.list_box_17 li{ display:inline-block; margin-right:2em;margin-top: 8px;  margin-left: 10px;}
.list_box_17 li .ll{ width:38px; position:relative; line-height:3.25em}
.list_box_17 li .ll:before{ content:""; position:absolute; right:0; top:50%; width:1px; height:2.375em; background:rgba(255,255,255,.3); transform:translateY(-50%)}
.list_box_17 li .rr{ width:calc(100% - 38px); position:relative; padding:4px 0 0 10px}
.list_box_17 li .rr p{ font-size:12px; color:rgba(255,255,255,.7); line-height:1.625em}

.list_box_18{ font-size:0; text-align: center;}
.list_box_18 li{ display:inline-block; width:12em; text-align:center;}
.list_box_18 li h3{ display:inline-block; width:6em; height:6em; line-height:6em; transition:.5s}
.list_box_18 li h5{ font-size:1.275em; line-height:1.375em; margin:.5em 0 0; color:#000;}
.list_box_18 li h3 img {
  border-radius: 50%;
  transition:.5s;
  -webkit-transition:.5s;
  transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  width: 100%;
}
.list_box_18 li h3 img:hover,
.list_box_18 li a:hover h3 img {
  transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
}

footer .fl02{ padding:1.25em 0; border-top:rgba(255,255,255,.4) 1px solid; text-align:center}
footer .fl02 p{ font-size:12px; color:rgba(255,255,255,.7); line-height:1.5}
footer .fl02 p img{ margin:0 0 0 1em}

/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_banner{position: relative;}
.n_banner:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/n_banner_top.png) center bottom no-repeat; background-size:100% auto}

.n_banner ul li img{ width:100%}

.n_banner .top .w1200{ display:flex; justify-content:space-between; align-items:center}
.n_banner .top{position:absolute;left:0;right:0;bottom: -8px; z-index:1}
.n_banner .top .left{ padding-bottom:1em}
.n_banner .top .left h3{font-size:1.875em;color:#fff;font-family: SourceHanSerifCN-Bold;margin-bottom: .75em;}

.mianbao{font-size:.875em;color: #939695;line-height:20px;margin:.5em 0 0;display:flex;align-items:center;white-space:nowrap;}
.mianbao img{margin: 0 .75em 0 0;}
.mianbao i{margin: 0 .75em;}
.mianbao i, .mianbao em{ font-style:normal}
.mianbao em{ color:#fff}
.mianbao a{ transition:.5s}
.mianbao a:hover{ color:#fff}

.n_sanji{ display:flex}

.n_sanji li a{ display:flex; align-items:center; justify-content:center; transition:.5s; font-size:1.125em; color:#fff; height:105px;min-width: 7.75em;}
.n_sanji li.on a{background:url(../images/n_sanji_bg.png) center no-repeat; background-size: 100% 100%; font-weight:bold; min-width: 9.5em;}


#nav_slide{background: #06783f;background-size:cover;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 1em; 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: 1em;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: #06783f;}



#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}

.fanye{ margin:3em 0 0}
.fanye img{ max-width:100%}

.n_container{ padding:5em 0 3.75em; background:#f6fffb}
.n_container .w1200{ max-width:1300px; display:flex; flex-wrap:wrap}

.n_left{ width:740px;}
.n_right{ width:calc(100% - 740px); padding-left:60px}

.n_left .list_box_07 li{ margin-bottom:1.25em}
.n_left .list_box_07 li .con{ box-shadow: 0px 2px 9px 0px rgba(39, 39, 39, 0.09); height:6.375em; padding:1.5em 1.875em}
.n_left .list_box_07 li .img .img_hezi{ padding-bottom: 66.666667% !important;}

.n_left .list_box_08 li .con{box-shadow: 0px 2px 9px 0px rgba(39, 39, 39, 0.09);height:7em;padding: 2em 1.875em 0;}

.n_right .box{ border:#06783f 1px solid; background:#f5fbf8 url(../images/n_right_bg.jpg) center bottom no-repeat; background-size:100% auto; box-shadow: 0px 2px 29px 0px rgba(60, 73, 67, 0.11); padding:30px; position:relative}
.n_right .box:before{content:"";position:absolute;top: -4px;right: -4px;background:url(../images/bianjiao_top.png) center no-repeat;width:63px;height:60px;}

.list_box_19 li a .con{width: 100%;padding: 0 0 1em;border-bottom: #c3d2cb 1px dashed;margin-bottom: 1em;}
.list_box_19 li a .con h5{ font-size:1.125em; color:#323232; line-height:1.75em; height:3.5em; transition:.5s; font-weight:bold; margin-bottom:.5em}
.list_box_19 li a .con h6{ font-size:.875em; color:#323232; line-height:1.875em;}
.list_box_19 li a .con h6 img{ display:inline-block; margin:-3px .75em 0 0}
.list_box_19 li a .con h6:last-child{ }

.n_right .list_box_04 li{ margin-bottom:1.5em}
.n_right .list_box_04 li a h5{ line-height:1.625em; height:3.25em; margin:.75em 0 0}
.n_right .list_box_04 li a h6{ display:flex; justify-content:space-between; align-items:center}
.n_right .list_box_04 li a h6 span{ color:#06783f}
.n_right .list_box_04 li a h6 span img{ margin:-3px .5em 0 0}


.list_box_20{ margin-bottom:0}
.list_box_20 li{ border-bottom:#ccded6 1px solid; padding-bottom:1.25em; margin-bottom:1.25em}
.list_box_20 li a{ display:flex; align-items:center}
.list_box_20 li a .img_box{ position:relative; margin-right:1.875em}
.list_box_20 li a .img_box .img{ width:16.875em; position:relative}
.list_box_20 li a .img_box .img .img_hezi{ padding-bottom:68.51% !important}
.list_box_20 li a .img_box .time{position:absolute;right:-.625em;bottom:.625em;width:3.75em;height:3.75em;background: rgba(6,120,63,.9);display: flex;flex-direction: column;align-items: center;justify-content: center;}
.list_box_20 li a .img_box .time h3{ font-size:1.875em; color:#fff; font-weight:bold}
.list_box_20 li a .img_box .time h6{ font-size:12px; color:#fff; margin:.25em 0 0}
.list_box_20 li a .con{padding:0;width: calc(100% - 16.875em);}

.list_box_20 li a .con h5{ font-size:1.125em; color:#323232; line-height:1.625em; height:3.25em; font-weight:bold; transition:.5s}

.list_box_20 li a .con h5 img{ margin:0 0 0 .5em}
.list_box_20 li a .con hr{ width:3.125em; height:2px; background:#06783f; margin:1.125em 0}
.list_box_20 li a .con p{ font-size:.8125em; color:#666666; line-height:1.5em; height:4.5em}

.list_box_piaofu li{margin-bottom:2px;display: flex;justify-content: flex-end;}
.list_box_piaofu li a{display:flex;width:50px;transition:.5s;background:rgba(6,120,63,.8);flex-wrap: nowrap;height: 50px;}
.list_box_piaofu li a span{width:50px;height:50px;display:flex;align-items:center;justify-content:center;min-width: 50px;}
.list_box_piaofu li a font{width: calc(200px - 50px);white-space: nowrap;display: flex;align-items: center;font-size: 16px;color: #fff;padding: 0 0 0 1em;}
.list_box_piaofu li a:hover{ width:200px}

.n_content{ width:100%}

.list_box_21 li{ border-bottom:#ccded6 1px solid; transition:.5s}
.list_box_21 li a{ display:flex; padding:1.25em 1.25em; position:relative; transition:.5s; align-items:center}
.list_box_21 li a:before{content:"";position:absolute;top: -4px;right: -4px;background:url(../images/bianjiao_top.png) center no-repeat;width:63px;height:60px; opacity:0; transition:.5s}
.list_box_21 li a .time{ text-align:right; border-right:#d0d2d1 1px solid; padding:0 1em 0 0}
.list_box_21 li a .time h3{ font-size:2.25em; color:#06783f; font-weight:bold}
.list_box_21 li a .time h6{ font-size:.875em; color:#666666; margin:.25em 0 0}
.list_box_21 li a .con{ padding:0 0 0 1.125em}
.list_box_21 li a .con h5{ font-size:1.125em; color:#323232; line-height:1.75em; max-height:3.5em; transition:.5s}

.list_box_22{ margin-bottom:0}
.list_box_22 li{ margin-bottom:1.25em}
.list_box_22 li a{ display:flex; align-items:center; border:#ccded6 1px solid; padding:1.25em 1.25em 1.25em 0}
.list_box_22 li a .img_box{ position:relative; margin-right:1.875em;}
.list_box_22 li a .img_box .img{ width:20em; position:relative}
.list_box_22 li a .img_box .img .img_hezi{ padding-bottom:68.51% !important}
.list_box_22 li a .time_box{left: -2.5em;background:#fff;margin-right: -1.25em;position: relative;}
.list_box_22 li a .time_box .time{width:5em;height:5em; border:#ccded6 1px solid; display: flex;flex-direction: column;align-items: center;justify-content: center;}
.list_box_22 li a .time_box .time h3{ font-size:2.25em; color:#06783f; font-weight:bold}
.list_box_22 li a .time_box .time h6{ font-size:.875em; color:#666666; margin:.25em 0 0}
.list_box_22 li a .con{padding:0;/* min-width: 0; */overflow: hidden;}
.list_box_22 li a .con h5{ font-size:1.25em; color:#323232; line-height:1.25; font-weight:bold; transition:.5s}
.list_box_22 li a .con h5 img{ margin:-3px .5em 0 0}
.list_box_22 li a .con hr{ width:3.125em; height:2px; background:#06783f; margin:1.625em 0}
.list_box_22 li a .con p{ font-size:.875em; color:#666666; line-height:1.5em; height:4.5em}

.list_box_23{ margin:0 -1.25em; margin-bottom:-2.5em; display:flex; flex-wrap:wrap}
.list_box_23 li{ width:50%; padding:0 1.25em; margin-bottom:2.5em}
.list_box_23 li .img .img_hezi{ padding-bottom:65.51% !important}
.list_box_23 li .con{ padding:1.25em 0; border-bottom:#ccded6 1px solid; position:relative}
.list_box_23 li .con:before{content:"";position:absolute;background:url(../images/list_box_23_ico.png) center no-repeat;width:4.375em;height:4.375em;background-size:cover;top: -2.125em;right: 1.255em;}
.list_box_23 li .con .time{ display:flex; align-items:center; margin-bottom:.75em}
.list_box_23 li .con .time{ color:#0f7d46; font-size:.875em}
.list_box_23 li .con .time img{ margin:0 .5em 0 0}
.list_box_23 li .con h5{ font-size:1.25em; color:#323232; line-height:1.25; transition:.5s}


.list_box_24{ margin:0 -1.25em; margin-bottom:-2.5em; display:flex; flex-wrap:wrap}
.list_box_24 li{ width:50%; padding:0 1.25em; margin-bottom:2.5em}
.list_box_24 li a{ display:flex; padding:1.875em 1.875em 1.5em; position:relative; transition:.5s; align-items:center; border:#06783f 1px solid; background:url(../images/list_box_24_bg.jpg) center bottom no-repeat; background-size:cover; box-shadow: 0px 2px 29px 0px rgba(60, 73, 67, 0.11);}
.list_box_24 li a .box{ width:100%}
.list_box_24 li a:before{content:"";position:absolute;top: -4px;right: -4px;background:url(../images/bianjiao_top.png) center no-repeat;width:63px;height:60px; transition:.5s; }
.list_box_24 li a .time{ display:flex; justify-content:space-between}
.list_box_24 li a .time .ll{ background:#06783f; width:6.875em; height:1.625em; display:flex; align-items:center; justify-content:center; font-size:.875em; color:#fff}
.list_box_24 li a .time .ll img{ margin:0 .5em 0 0}
.list_box_24 li a h5{ font-size:1.125em; color:#323232; line-height:1.75em; height:3.5em; transition:.5s; margin:.875em 0 0}

.list_box_25 li{ margin-bottom:3.125em}
.list_box_25 li a{ display:flex; padding:1.75em; background:url(../images/list_box_25_bg1.jpg) center no-repeat; background-size:cover; position:relative; box-shadow: 0px 2px 29px 0px rgba(60, 73, 67, 0.11); border:#ccded6 1px solid; transition:.5s}
.list_box_25 li a .img_box{margin-right:2.5em;margin-top: -3.5em;}
.list_box_25 li a .img{ width:24.75em;}
.list_box_25 li a .img .img_hezi{ padding-bottom:66.24% !important}
.list_box_25 li a .con .time_box{ display:flex; justify-content:space-between }
.list_box_25 li a .con .time_box .rr{ display:flex; align-items:center}
.list_box_25 li a .con .time{ position:relative; width:60px;}
.list_box_25 li a .con .time:before{content:"";position:absolute;width: 50px;height:1px;background:#d3d3d3;transform: rotate(126deg) translateX(12px) translateY(-23px);}
.list_box_25 li a .con .time h3{ font-size:30px; color:#06783f; font-weight:bold}
.list_box_25 li a .con .time h6{font-size:12px;color:#999999;line-height:14px;text-align:right;margin: -12px 0 0;}
.list_box_25 li a .con h5{font-size:1.25em;color:#323232;line-height:1.875em;height:3.75em;transition:.5s;font-weight:bold;margin: .875em 0 0;}
.list_box_25 li a .con h5 img{ margin:0 .5em 0 0}
.list_box_25 li a .con p{ font-size:.875em; color:#666666; line-height:1.625em; height:4.875em; margin:.5em 0 0}

.list_box_25 li:nth-child(2n) a{ background:url(../images/list_box_25_bg2.jpg) center no-repeat; background-size:cover;}
.list_box_25 li:nth-child(2n) a .img_box{ order:1; margin-right:0; margin-left:2.5em}

.n_tupian .fl01{ display:flex; flex-wrap:wrap; margin:0 -.9375em}
.n_tupian .fl01 .left{ width:66.666666%; padding:0 .9375em}
.n_tupian .fl01 .right{ width:33.333333%; padding:0 .9375em}

.list_box_26{ }
.list_box_26 li{ width:100%}
.list_box_26 li .img .img_hezi{ padding-bottom:36.25em !important}
.list_box_26 li .con{ padding:0 2.375em; height:9em; background:url(../images/list_box_26_bg.jpg) center no-repeat; background-size:cover; position:relative; display:flex; flex-direction:column; justify-content:center; box-shadow: 0px 2px 29px 0px rgba(60, 73, 67, 0.11); border-bottom:#06783f 3px solid}
.list_box_26 li .con:before{content:"";position:absolute;background:url(../images/list_box_23_ico.png) center no-repeat;width:4.375em;height:4.375em;background-size:cover;top: -1.5em;right: 1.875em;}
.list_box_26 li .con .time{ display:flex; justify-content:space-between}
.list_box_26 li .con .time .ll{ background:#06783f; width:6.875em; height:1.625em; display:flex; align-items:center; justify-content:center; font-size:.875em; color:#fff}
.list_box_26 li .con .time .ll img{ margin:0 .5em 0 0}
.list_box_26 li .con h5{ font-size:1.125em; color:#323232; line-height:1.25; transition:.5s; margin:1em 0 0}

.list_box_27{ }
.list_box_27 li{ width:100%; margin-bottom:1.75em}
.list_box_27 li .img .img_hezi{ padding-bottom:15.5em !important}
.list_box_27 li .con{ padding:0 1.25em; height:6.25em; background:url(../images/list_box_27_bg.jpg) center no-repeat; background-size:cover; position:relative; display:flex; flex-direction:column; justify-content:center; box-shadow: 0px 2px 29px 0px rgba(60, 73, 67, 0.11); border-bottom:#06783f 3px solid}
.list_box_27 li .con .time{ display:flex; justify-content:space-between}
.list_box_27 li .con .time .ll{ background:#06783f; width:6.875em; height:1.625em; display:flex; align-items:center; justify-content:center; font-size:.875em; color:#fff}
.list_box_27 li .con .time .ll img{ margin:0 .5em 0 0}
.list_box_27 li .con h5{ font-size:1.125em; color:#323232; line-height:1.25; transition:.5s; margin:1em 0 0}

.list_box_28{ display:flex; flex-wrap:wrap; margin:0 -.9375em; margin-bottom:-1.75em}
.list_box_28 li{ width:33.333333%; padding:0 .9375em; margin-bottom:1.75em}
.list_box_28 li .img .img_hezi{ padding-bottom:65.26% !important}
.list_box_28 li .con{ padding:0 1.25em; height:6.25em; background:url(../images/list_box_27_bg.jpg) center no-repeat; background-size:cover; position:relative; display:flex; flex-direction:column; justify-content:center; box-shadow: 0px 2px 29px 0px rgba(60, 73, 67, 0.11); border-bottom:#06783f 3px solid}
.list_box_28 li .con .time{ display:flex; justify-content:space-between}
.list_box_28 li .con .time .ll{ background:#06783f; width:6.875em; height:1.625em; display:flex; align-items:center; justify-content:center; font-size:.875em; color:#fff}
.list_box_28 li .con .time .ll img{ margin:0 .5em 0 0}
.list_box_28 li .con h5{ font-size:1.125em; color:#323232; line-height:1.25; transition:.5s; margin:1em 0 0}


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

.n_news_detail01 h4{ font-size:1.5em; color:#000000; font-weight:bold; margin:2.5em 0 1em; text-align:center}
.n_news_detail01 .ar_article p{ line-height:2.5em; margin-bottom:0.375em}

.shart_box{display:inline-block; cursor:pointer}
.social-share{font-family:"socialshare" !important;font-size: 1em;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;display: flex;background: #fff;vertical-align: top;margin: 0;transition:.5s;z-index: 10;color: #848484;line-height: 2.9375em;margin: 1em 0;position: absolute;flex-direction: column;width: 100%;align-items: center;opacity: 0;visibility: hidden;}.social-share *{font-family:"socialshare" !important}.social-share a{position:relative;text-decoration:none;margin: 0;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display:inline-block;width: 2.9375em;height: 2.9375em;border-radius: 0;line-height: 24px;border: none;color: #666666;text-align:center;vertical-align: top;transition:background 0.6s ease-out 0s;transition: .6s;font-size: 13px;background: #ececec;margin-bottom: .5em;background-size: 100% 100% !important;}.social-share .social-share-icon:hover{
}.social-share .icon-weibo{border-color:#ff763b;}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{border-color:#56b6e7;}.social-share .icon-qq:hover{}.social-share .icon-qzone{border-color:#FDBE3D;}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{border-color:#0077B5;}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;border-color:#7bc549;}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left: -78px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}

.social-share .icon-weibo {}
.social-share .icon-wechat {background:url(../images/share-icon02.png) no-repeat center center !important;background-size: 100% 100% !important;}
.social-share .icon-qq {background:url(../images/share-icon03.png) no-repeat center center !important;background-size: 100% 100% !important;}
.social-share .icon-qzone {background:url(../images/share-icon04.png) no-repeat center center !important;background-size: 100% 100% !important;}

.ar_article_box{ position:relative}
.share_box{position:absolute;top: 12em;left: -6em;}
.share_box .share_box_con{ width:60px; height:64px; background:#06783f; border-radius:30px 30px 0 0; display:flex; align-items:center; flex-direction:column; justify-content:center; font-size:12px; color:#fff}
.share_box .share_box_con img{ margin-bottom:8px;}

.share_box:hover .social-share{ opacity:1; visibility:visible}

.list_box_29{ display:flex; justify-content:center; margin:0 -.9375em; margin-top:3.25em}
.list_box_29 li{ padding:0 .9375em}
.list_box_29 li h3{ padding:10px; background:url(../images/list_box_29_bg1.png) center no-repeat; background-size:100% 100%}
.list_box_29 li h3 img{ width:100%; border:#dbe6e1 1px solid}
.list_box_29 li h5{ font-size:.875em; color:#666666; margin:1em 0 0; text-align:center}

.n_banner1 ul li img{ height:9.375em; object-fit:cover}
.n_banner1:after{ display:none}
.n_banner1 .top .left h3{ color:#06783f}
.n_banner1 .mianbao{ color:#666666}
.n_banner1 .mianbao em{ color:#06783f}
.n_banner1 .n_sanji li a{ color:#323232}
.n_banner1 .n_sanji li.on a{ color:#fff}

.n_yxsz{ padding:5em 0 2.75em; background:url(../images/n_yxsz_bg.jpg) center no-repeat; background-size:cover; overflow:hidden}
.n_yxsz .w1200{display:flex;flex-wrap:wrap;align-items: flex-start;}
.n_yxsz .left{ width:calc(100% - 32.90%); padding:0 3.75em 0 0}
.n_yxsz .right{ width:32.90%; padding:0 1.25em 0 0; position:relative}
.n_yxsz .right:before{ content:""; position:absolute; top:1.25em; right:0; bottom:-1.25em; left:1.25em; background:#06783f} 
.n_yxsz .right .img .img_hezi{ padding-bottom:158.75% !important}


.list_box_n_yxsz{ margin:0 -.625em; display:flex; flex-wrap:wrap}
.list_box_n_yxsz li{ width:50%; padding:0 .625em; margin-bottom:1.25em}
.list_box_n_yxsz li a{ display:block; background-size:cover; padding:0 5px 5px 0; position:relative; z-index:1; transition:.5s}
.list_box_n_yxsz li a:before{ content:""; position:absolute; top:5px; right:0; bottom:0; left:5px; background:#06753d; z-index:-1; transition:.5s}
.list_box_n_yxsz li a .box{display:flex;height:100%;align-items:center;justify-content:space-between;height:3.4375em;background:url(../images/list_box_n_yxsz_bg.jpg) center no-repeat;padding:0 1.25em;border:#d0e4db 1px solid;box-shadow: 0px 1px 10px 0px rgba(43, 67, 55, 0.14);transition:.5s;background-size: cover;}
.list_box_n_yxsz li a .box .ll{width:calc(100% - 1.75em);overflow: hidden;}
.list_box_n_yxsz li a .box .ll h5{font-size:1em;color:#323232;/* display: flex; */align-items: center;line-height: 1.25;}
.list_box_n_yxsz li a .box .ll h5 img{margin: -2px .5em 0 0;}

.n_xyfg{ padding:5em 0 3.75em; overflow:hidden; background:#f6fffb}
.n_xyfg .miso_hd{ text-align:center; margin-bottom:2.5em}

.list_box_30s{display:flex;font-size:0;text-align: center;}
.list_box_30s li{float:none;display: inline-block !important;width: auto !important;padding: 0;padding-bottom: .625em;}
.list_box_30s li a{display: flex;width: 14.375em;height: 4.375em;align-items:center;justify-content:center;border-radius: .75em;font-size: 28px;color: #323232;font-family: SourceHanSerifCN-Bold; position:relative; transition:.5s}
.list_box_30s li a:before{content:"";position:absolute;border-left: transparent .75em solid;border-right: transparent .75em solid;border-top:#06783f .5em solid;top:100%;opacity:0;left: 50%;margin-left: -.75em; transition:.5s}

.list_box_30s li.on a{background: #06783f;color:#fff;}
.list_box_30s li.on a:before{ opacity:1}


.wall{margin:0 -.625em;font-size: 0;}
.wall-column{display: inline-block;width:25%;padding:0 .625em;vertical-align: top;}
.wall-column .article{margin-bottom: 1.25em;box-shadow: 0px 1px 10px 0px rgba(43, 67, 55, 0.23);}
.wall-column .article a{ display:block; position:relative; overflow:hidden}
.wall-column .article .img, .wall-column .article .img img{ width:100%; overflow:hidden; position:relative}
.wall-column .article a .top h5{background:url(../images/n_wall_bg.jpg) center no-repeat;font-size:1.125em;color: #323232;padding: 1.75em 1em;line-height: 1.5;bottom: 0;width: 100%;text-align: center;background-size: cover;border-bottom: #06783f 2px solid; transition:.5s}

.n_xxxh{ padding:5em 0 1em; overflow:hidden; background:#f6fffb}
.n_xxxh .fl01{ margin-bottom:4.375em}
.n_xxxh .w1200{display:flex;flex-wrap:wrap;align-items: flex-start;}
.n_xxxh .left{ width:calc(100% - 20em); padding:0 6.25em 0 0}
.n_xxxh .left h3{font-size: 1.75em;color: #323232;font-family: SourceHanSerifCN-Bold;position:relative;padding-top:1.25em;line-height:1.375;margin-bottom:2em;}


.n_xxxh .left h3:before{ content:""; position:absolute; width:3.75em; height:4px; background:#06783f; left:0; top:0;}
.n_xxxh .left p{ font-size:1.125em; color:#323232; line-height:2em; color:#323232; text-indent:1.75em}
.n_xxxh .right{width:20em;padding:0 .625em 0 0;position:relative;z-index: 1;}
.n_xxxh .right:before{content:"";position:absolute;top:.625em;right:0;bottom:-.625em;left:.625em;background:#06783f;z-index: -1;} 
.n_xxxh .right .img{ box-shadow: 0px 1px 10px 0px rgba(43, 67, 55, 0.23);}
.n_xxxh .right .img img{ width:100%}

.n_jgsz{ padding:5em 0 1.25em; overflow:hidden; background:#f6fffb}
.n_jgsz .fl01{ margin-bottom:2.5em}
.n_jgsz .fl01 .content{ display:flex; margin:0 -1.25em; flex-wrap:wrap}
.n_jgsz .fl01 .content .box{ width:50%; padding:0 1.25em}
.n_jgsz .fl01 .content .box .box_li{ box-shadow: 0px 1px 10px 0px rgba(43, 67, 55, 0.23);}
.n_jgsz .fl01 .content .box .box_li .tit{ background:url(../images/n_jgsz_tit.jpg) center no-repeat; background-size:cover; height:5em; border-radius:0 0 2.5em 0; display:flex; align-items:center; justify-content:center}
.n_jgsz .fl01 .content .box .box_li .tit h3{ display:flex; align-items:center; justify-content:center}
.n_jgsz .fl01 .content .box .box_li .tit h3 font{ font-size: 1.75em;color: #fff;font-family: SourceHanSerifCN-Bold; margin:0 1.125em}
.n_jgsz .fl01 .content .box .box_li .bottom{ padding:1.125em 2em; background:#fff url(../images/n_jgsz_bg.png) 95% bottom no-repeat}

.list_box_31{ margin:0 -.625em; display:flex; flex-wrap:wrap; overflow:hidden}
.list_box_31 li{ width:50%; padding:0 .625em; margin-bottom:-1px;}
.list_box_31 li a{display:block;padding: .75em 0;border-bottom:#e3e3e3 1px solid;font-size:1em;color:#323232;transition:.5s;background: url(../images/list_box_31_ico.png) left 1em no-repeat;padding-left:22px;transition:.5s;line-height: 1.375;}

.n_jgsz .fl02 .content .box{ width:100%;}
.n_jgsz .fl02 .list_box_31 li{ width:25%;}
.n_jgsz .fl02 .content .box .box_li .tit{ padding:0 1em}
.n_jgsz .fl02 .content .box .box_li .tit{ justify-content:flex-start}

.n_xrld{ background:url(../images/n_xrld_bg.jpg) right top no-repeat; overflow:hidden}
.n_xrld .fl01{padding: 0 0 5.75em;position:relative;z-index:1;}
.n_xrld .fl01:before{ content:""; position:absolute; top:0; left:0; width:39.58%; height:36.25em; background:url(../images/n_xrld_fl01_bg.jpg) right top no-repeat; background-size:cover; z-index:-1}
.n_xrld .fl01 .content{ display:flex; padding:0 0 0 31.57%; justify-content:flex-end}
.n_xrld .fl01 .content .left{height:36.25em;display: flex;align-items: flex-end;position:absolute;left: 39.58%;margin-left: -80px;}
.n_xrld .fl01 .content .left .box{ background:url(../images/n_xrld_fl01_bg1.png) center no-repeat; width:113px; height:300px;}
.n_xrld .fl01 .content .left .box .box_li{ padding:12px 0 0 135px; white-space:nowrap}
.n_xrld .fl01 .content .left .box .box_li h5{font-size:24px;color:#323232;line-height:1.25;margin-bottom: 10px;}
.n_xrld .fl01 .content .left .box .box_li ul li{font-size: 1.125em;color:#323232;line-height:50px;}

.n_xrld .fl01 .content .right{width: 49.7%;padding:5em 13.15% 0 0;}
.n_xrld .fl01 .content .right .box{ position:relative; padding:0 1.25em 0 0;}
.n_xrld .fl01 .content .right .box:before{ content:""; position:absolute; top:1.25em; right:0; bottom:-1.25em; left:1.25em; background:#06783f url(../images/n_xrld_fl01_bg-1.jpg) center no-repeat} 
.n_xrld .fl01 .content .right .img .img_hezi{padding-bottom: 133.33% !important;}

.title003 h3{font-size: 1.75em;color: #323232;font-family: SourceHanSerifCN-Bold;position:relative;padding-top:1.25em;line-height:1.375;margin-bottom:2em;}
.title003 h3:before{ content:""; position:absolute; width:3.75em; height:4px; background:#06783f; left:0; top:0;}

.n_xrld .fl01 .content .title003{top:5em;position: absolute;left: 0;}
.n_xrld .fl01 .top1{ position:absolute; z-index:10; left:0; right:0; top:5em}

.n_xrld .fl02{ padding:0 0 3em}


.list_box_32{ display:flex; margin:0 -1.25em; flex-wrap:wrap; margin-bottom:2em}
.list_box_32 li{ width:50%; padding:0 1.25em; margin-bottom:2.5em}
.list_box_32 li a{ display:flex; padding:2.5em 0; position:relative; z-index:1; align-items:center}
.list_box_32 li a:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:3em; background:url(../images/list_box_32_bg.jpg) center no-repeat; background-size:cover; border:#bad1c7 1px solid; z-index:-1; transition:.5s}
.list_box_32 li a .img{ width:13.75em; border:#bad1c7 1px solid; }
.list_box_32 li a .img .img_hezi{ padding-bottom:136.36% !important}
.list_box_32 li a .con{padding:0 2.5em;overflow: hidden;width: calc(100% - 13.75em);}
.list_box_32 li a .con h5{ font-size:1.5em; color:#323232; line-height:1.25; margin-bottom:1em}
.list_box_32 li a .con h6{ font-size:1em; color:#666666; line-height:1.125; flex-wrap:wrap; padding-bottom:1.625em; border-bottom:#bad1c7 1px solid; margin-bottom:1.25em}
.list_box_32 li a .con h6 span{ display:inline-block; padding-right:.5em; margin-right:.5em; border-right:#bad1c7 1px solid}
.list_box_32 li a .con .ar_article{font-size:.875em;color:#666666;line-height:24px;height:144px;margin-bottom:1em;overflow: hidden;overflow-y: scroll;padding-right: 1em;margin-right: -1em;}
.list_box_32 li a .con .ar_article p{ font-size:.875em; color:#666666; line-height:24px; margin-bottom:0; text-indent:0}

.list_box_32 li a .con .ar_article::-webkit-scrollbar {width:4px;height: 8px;background-color: transparent; transition:.5s}
.list_box_32 li a .con .ar_article::-webkit-scrollbar-track {border-radius: 10px;background-color: transparent; transition:.5s}
.list_box_32 li a .con .ar_article::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #779d8c;}

.list_box_32 li a .con .ar_article:hover::-webkit-scrollbar {background-color: #e2e2e2;}
.list_box_32 li a .con .ar_article:hover::-webkit-scrollbar-track {background-color: #e2e2e2;}

.n_about .fl01{ padding:5em 0 1.75em; position:relative; z-index:1; overflow:hidden; background:url(../images/n_about_fl01_bg.png) right bottom no-repeat}
.n_about .fl01:before{ content:""; position:absolute; top:0; left:0; width:39.58% !important; height:20em; z-index:-1; background:#e8f8f1}
.n_about .fl01 .content{ display:flex; justify-content:flex-end}
.n_about .fl01 .content .left{ width:46%; position:relative; min-height:34.6875em}
.n_about .fl01 .content .left .img{ position:absolute; top:0; right:0}
.n_about .fl01 .content .right{ width:54%; padding:0 0 0 2.5em}
.n_about .fl01 .content .right h5{ font-size:1.125em; color:#323232; line-height:2em; text-indent:2.25em; margin:-5.375em 0 1.75em}

.list_box_33{ background:url(../images/list_box_33_bg.png) left center no-repeat; padding:0 0 0 54px;}
.list_box_33 li{ font-size:1.125em; color:#323232; line-height:2.125em; margin-bottom:.375em}
.list_box_33 li b{ color:#06783f; font-weight:bold}

.n_about .fl02{padding:2.5em 0 2.5em;background:url(../images/n_about_fl02_bg.jpg) right center no-repeat;background-size: auto 100%;}
.n_about .fl02 .w1200{ display:flex; flex-wrap:wrap; }
.n_about .fl02 .left{ width:48.68%; padding:0 2.5em 0 0}
.n_about .fl02 .left p{ font-size:1em; color:#323232; line-height:2em; text-align:justify; text-indent:2em}

.list_box_34{display:flex;align-items:center;justify-content: space-between;padding-right: 7.5em;margin: 1.25em 0;}
.list_box_34 li{/* flex:1 */}
.list_box_34 li .a{ display:flex; align-items:center}
.list_box_34 li:not(:first-child){ border-left:#06783f 1px solid; padding:0 0 0 10px}
.list_box_34 li .a .rr{ padding:0 0 0 10px}
.list_box_34 li h3 big{ font-size:1.5em; color:#06783f; font-weight:bold}
.list_box_34 li h3 small{ font-size:.875em; color:#323232; margin:0 0 0 .5em}
.list_box_34 li h6{ font-size:.875em; color:#323232; margin:.5em 0 0}

.list_box_35{display:flex;align-items:center;justify-content: space-between; margin: 1em -.625em;}
.list_box_35 li{ padding:0 .625em; width:25%;}
.list_box_35 li .a{display:flex;border:#06783f 1px solid;flex-direction:column;border-radius: 5px;}
.list_box_35 li .a h3{display:flex;height:4.375em;align-items: center;justify-content: center;font-size: 2.375em;color: #06783f;font-weight: bold;}
.list_box_35 li .a h6{ background:#06783f; height:50px; display:flex; align-items: center;justify-content: center; font-size:.875em; color:#fff; line-height:20px; text-align:center; padding:0 .5em}

.n_about .fl02 .right{ width:calc(100% - 48.68%); }

.list_box_36:first-child{ margin-bottom:1.25em}
.list_box_36 li a{ display:block; position:relative}
.list_box_36 li .img .img_hezi{ padding-bottom:44.87% !important}
.list_box_36 li a .top{ position:absolute; right:0; bottom:0; left:0; height:7.5em; background:rgba(255,255,255,.8); border-radius:1.25em 1.25em 0 0; padding:0 1.875em; display:flex; align-items:center}
.list_box_36 li a .top .ll{ width:6.875em}
.list_box_36 li a .top .rr{ width:calc(100% - 6.875em); padding:0 5.625em 0 0}
.list_box_36 li a .top .rr h5{font-size:1.5em;color:#323232;font-family:SourceHanSerifCN-Bold;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.list_box_36 li a .top .rr h6{font-size:1.125em;color:#323232;line-height:1.25;margin:1em 0 0;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}

.list_box_36 .miso-dots{bottom: 1em;text-align: right;left: auto;width: auto;right: 1.5em;}
.list_box_36 .miso-dots li{ width:10px; height:10px; border:#06783f 1px solid; border-radius:50%;}
.list_box_36 .miso-dots li.miso-active{ background:#06783f}

.n_about .fl03{ background:url(../images/n_about_fl03_bg.jpg) left center no-repeat; background-size:39.58% auto; padding:2em 0 2.5em; margin-top:2.5em}
.n_about .fl03 .w1200{ display:flex; flex-wrap:wrap; }
.n_about .fl03 .left{ width:36.84%}
.n_about .fl03 .left h3{ font-size:1.5em; color:#fff; line-height:2.625em; font-family:SourceHanSerifCN-Bold;}
.n_about .fl03 .right{ width:calc(100% - 36.84%); padding:0 0 0 2.5em}

.list_box_37{ display:flex; margin:3.125em 0 0}
.list_box_37 li{ min-width:50%; position:relative}
.list_box_37 li:first-child:before{ content:""; position:absolute; right:2em; top:0; bottom:0; width:1px; border-right:rgba(255,255,255,.1) 1px solid}
.list_box_37 li h3 big{ font-size:1.5em; color:#fff; font-weight:bold}
.list_box_37 li h3 small{ font-size:.875em; color:#fff; margin:0 0 0 .25em}
.list_box_37 li h6{ font-size:.875em; color:#fff; line-height:1.375}

.n_about .fl03 .right p{ font-size:1.125em; color:#323232; line-height:2em; text-align:justify; margin-bottom:1.5em; text-indent:2.25em}
.n_about .fl03 .right p:last-child{ margin-bottom:0}

.n_about .fl04{ background:url(../images/n_about_fl04_bg.jpg) right center no-repeat; background-size:51% auto; padding:3.75em 0 5em; margin-top:2.5em}
.n_about .fl04 .left{ background:#fff; padding:3.125em 3.75em 3.125em 0; width:69.73%}
.n_about .fl04 .left h3{ font-size:1.5em; color:#323232; line-height:2.625em; font-family:SourceHanSerifCN-Bold; display:flex; justify-content:space-between; align-items:center; margin-bottom:.875em}
.n_about .fl04 .left p{ font-size:1.125em; color:#323232; line-height:2em; text-align:justify; margin-bottom:1.5em; text-indent:2.25em}
.n_about .fl04 .left p:last-child{ margin-bottom:0}

.n_about .fl05{ background:url(../images/n_about_fl05_bg.jpg) left center no-repeat; background-size:39.58% auto; padding:1em 0; }
.n_about .fl05 .w1200{ display:flex; flex-wrap:wrap; align-items:center}
.n_about .fl05 .left{ width:36.84%}
.n_about .fl05 .left h3{ font-size:1.5em; color:#fff; line-height:2.625em; font-family:SourceHanSerifCN-Bold;}
.n_about .fl05 .right{ width:calc(100% - 36.84%); padding:0 0 0 2.5em}
.n_about .fl05 .right p{ font-size:1.125em; color:#323232; line-height:2em; text-align:justify; margin-bottom:1.5em; text-indent:2.25em}
.n_about .fl05 .right p:last-child{ margin-bottom:0}
.n_about .fl05 .right p font{ color:#06783f; font-weight:bold; font-size:1.375em}

.n_about .fl06{ margin:3.75em 0 3em}
.n_about .fl06 .fl001{display:flex;flex-wrap:wrap;align-items: flex-start;}
.n_about .fl06 .left{width:35em;padding:0 0 0 1.25em;position:relative;z-index: 1;}
.n_about .fl06 .left:before{content:"";position:absolute;top:-1.25em;right:1.25em; bottom:1.25em;left:0;background:#06783f;z-index: -1;} 
.n_about .fl06 .left .img{ box-shadow: 0px 1px 10px 0px rgba(43, 67, 55, 0.23);}
.n_about .fl06 .left .img img{ width:100%}

.n_about .fl06 .right{width:calc(100% - 35em); padding:0 0 0 2.5em}
.n_about .fl06 .right h3{ font-size:1.5em; color:#323232; line-height:2.625em; font-family:SourceHanSerifCN-Bold; margin:-1.875em 0 1em}
.n_about .fl06 .right p{ font-size:1.125em; color:#323232; line-height:2em; text-align:justify; margin-bottom:1.5em; text-indent:2.25em}

.n_about .fl06 .ar_article1{ margin:4em 0 0}
.n_about .fl06 .ar_article1 p{ font-size:1.125em; color:#323232; line-height:2em; text-align:justify; margin-bottom:1.5em; text-indent:2.25em}
.n_about .fl06 .ar_article1 p:last-child{ margin-bottom:0}

.list_box_38{ position:relative}
.list_box_38:before{ content:""; position:absolute; top:0; left:2.5em; bottom:0; background:#d7dee3; width:1px; z-index:-1}
.list_box_38:after{ content:""; position:absolute; left:2.5em; width:7px; height:7px; bottom:0; background:#06783f; z-index:-1; border-radius:50%; margin-left:-3.5px;}
.list_box_38 li{ display:flex; align-items:flex-start; margin-bottom:1.25em}
.list_box_38 li span{ width:5em; height:5em; background:#06783f; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.25em; color:#fff; font-weight:bold}
.list_box_38 li p{ width:calc(100% - 5em); text-indent:0 !important; padding:1.5em 0 0 1.25em}

.miso-lightbox .miso-arrow{ width:32px; height:32px;}

/*导航按钮开始*/
#nav_btn_box1 {height: 100%;z-index: 999999999;float: left;background: #389365;width: 4em;}
#nav_btn_box1.on {}
#nav_btn1 { }
#nav_btn1 .point.on .navbtn::after, #nav_btn1 .point.on .navbtn::before { background: #fff; }
#nav_btn1 {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;height: 100%;display: flex;align-items: center;width: 100%;justify-content: center;}
#nav_btn1 .point { display: inline-block; width: 1.875em; height: 22px; position: relative; outline: none; }
#nav_btn1 .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 1.75em; }
#nav_btn1 .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 14px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn1 .navbtn::after, #nav_btn1 .navbtn::before {position: absolute;left: 0;display: inline-block;width: 1.75em;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_btn1 .navbtn::after { top: -8px; }
#nav_btn1 .navbtn::before { top: 8px; }
#nav_btn1 .point.on .navbtn { background: transparent; }
#nav_btn1 .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_btn1 .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; }

.header_box.on #header{ background:#fff}
.header_box.on #header #nav{ display:none}

#searchBtn.searchBtn1{width: 18.75em;display:none;}
#searchBtn.searchBtn1 form{width:100%;height:100%;position: relative;}
#searchBtn.searchBtn1 form input{width:100%;height:100%;padding: 0 4em 0 1em;font-size: 1em;color: #fff;}
#searchBtn.searchBtn1 form button{position:absolute;top:0;bottom:0;right: 2em;background:url(../images/seach_white.svg) center no-repeat;width: 1.5em;background-size: 100% 100%;}

.header_box.on #searchBtn.searchBtn1{ display:block}
.header_box.on #searchBtn.ico{ display:none}

.navopen{position:fixed;top:6.25em;right:0;width:calc(18.75em + 8.5em + 4em);background: rgba(6,120,63,.85);height:calc(100vh - 6.25em);display:none;}
.navopen .open-main{ width:100%; height:100%; display:flex;}
.navopen .open-main .col-left{ width:18.75em; height:100%; overflow-y:scroll; display:flex; align-items:center; border-right:rgba(255,255,255,.2) 1px solid}
.navopen .open-main *::-webkit-scrollbar {width:0px;height: 0px;background-color: #F5F5F5;}
.navopen .open-main *::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.navopen .open-main *::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.navopen .open-main .col-right{width:12.5em;height:100%;overflow-y:scroll;display:flex;align-items:center;text-align:center;justify-content: center;}

.list_box_40{ display:flex; flex-wrap:wrap;max-height:100%;}
.list_box_40 li{ width:50%; margin-bottom:1.125em}
.list_box_40 li a{ display:flex; flex-direction:column; text-align:center; align-items:center}
.list_box_40 li a h3{ display:flex; width:4.375em; height:4.375em; border:rgba(255,255,255,.5) 1px dashed; border-radius:50%; align-items:center; justify-content:center}
.list_box_40 li a h3 img{ max-width:3.5em; max-height:3.5em; transition:.5s}
.list_box_40 li a h5 {
  font-size: 1em;
  color: #fff;
  line-height: 1.25;
  margin: .75em 0 0;
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}

.list_box_41 li{ font-size:1.25em; color:#fff; font-weight:bold; line-height:5em; text-align:center; width:100%; position:relative}
.list_box_41 li:before{content:"";position:absolute;bottom: 1em;height:2px;width:0;transition:.5s;background:#fff; left:50%; transform:translateX(-50%);}
.list_box_41 li.on:before{width: 100%;}

.header_box.on .navopen{ display:block}

#m_nav .list_box_40{ margin:1em 0 0}
#m_nav .list_box_40 li{width: 33.333333%;border: none;}

/*==========================================内页 结束=============================================*/
/*底部图片导航增加一个，宽度大于1200px时使用定位*/
@media(min-width: 1200px){
  footer .fl01 .right{ position: absolute;right: 150px;    margin-top: 20px;}
}
@media(min-width: 768px){
  .list_box_01 li a:hover{ background:#fff}
  .list_box_01 li a:hover h3 img, .list_box_40 li a:hover h3 img{ transform:rotateY(180deg)}

  .miso_box_01 .miso-arrow:hover{ border:#06783f 1px solid;}
  .miso_box_01 .miso-arrow:hover svg{ fill:#06783f}

  .list_box_03 li .con h5:hover, .list_box_09 li a:hover .con h5, .list_box_19 li a:hover .con h5, .list_box_20 li a:hover .con h5{ color:#06783f}

  .list_box_04 li a:hover h6 font{ background:#06783f; color:#fff}
  .list_box_04 li a:hover h5{ color:#06783f; font-weight:600}

  .list_box_05 li a:hover .time{ background:#06783f}
  .list_box_05 li a:hover .time h4, .list_box_05 li a:hover .time h3{ color:#fff}
  .list_box_05 li a:hover .time hr{ background:#51a179; }
  .list_box_05 li a:hover .time:before{ border-left:#06783f .625em solid;}
  .list_box_05 li a:hover .con h5{ color:#06783f; font-weight:600}


  .list_box_07 li a:hover .time{ background:#51a179; }

  .list_box_07 li a:hover .con{ background:#06783f}
  .list_box_07 li a:hover .con h5{ color:#fff}

  .list_box_08 li a:hover .time{ background:#51a179; }
  .list_box_08 li a:hover .con{ background:#06783f}
  .list_box_08 li a:hover .con h5{ color:#fff}

  .list_box_11_s2 li a:hover .con{ opacity:0; visibility:hidden}


  .list_box_11 li a:hover .con{ background:#06783f}
  .list_box_11 li a:hover .con *{ color:#fff !important}

  .list_box_12 li:hover:after{ width:4em}

  .list_box_14 li a:hover .img img{ transform:scale(1.05)}

  .list_box_18 li a:hover h3{ background:rgba(255,255,255,.3)}

  .list_box_16 li a:hover .top h3 img{ transform:rotateY(180deg)}


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

  .list_box_21 li:hover{ border-bottom:#fff 1px solid}
  .list_box_21 li a:hover{ padding:1.75em 1.25em; border:#06783f 1px solid; background:url(../images/list_box_21_bg.jpg) center bottom no-repeat; background-size:100% auto; box-shadow: 0px 2px 29px 0px rgba(60, 73, 67, 0.11);}

  .list_box_21 li a:hover:before{ opacity:1}

  .list_box_24 li a:hover h5, .list_box_25 li a:hover .con h5{ color:#06783f; font-weight:bold}
  .list_box_25 li a:hover{ border:#06783f 1px solid}

  .list_box_26 li a:hover .con h5, .list_box_27 li a:hover .con h5, .list_box_28 li a:hover .con h5{ color:#06783f; font-weight:bold}

  .list_box_n_yxsz li a:hover .box{ border:#06783f 1px solid}
  .list_box_n_yxsz li a:hover:before{ background:#51a179; }

  .wall-column .article a:hover .top h5{ color:#06783f; font-weight:600}
  .list_box_31 li a:hover{ color:#06783f; font-weight:600}

  .list_box_32 li a:hover:before{ border:#06783f 1px solid; box-shadow: 0px 2px 29px 0px rgba(60, 73, 67, 0.31);}
}


@media(min-width: 992px) and (max-width: 1300px){
}

@media(max-width: 1830px){
  .w1800{ padding:0 15px}

  .n_xrld .fl01 .content{padding: 0 0 0 32.875%;}
}


@media(max-width: 1630px){
  .w1600{ padding:0 15px}

  #nav ul li h3{ font-size:1em}
}

@media(max-width: 1400px){
  .share_box{ display:none}

  .list_box_37{ margin:1em 0 0}
}

@media(max-width: 1260px){
  .container01 .left{ width:100%; padding:0 0 2em}
  .container01 .right{width:100%;padding: 2em 1em;height: auto;}
}

@media(max-width: 1200px){
  #banner .banner_slider{height:auto !important;}
  .header_box{ display:none}
  #m_header, #nav_btn_box{ display:block}

  #banner{height: auto !important;margin: 4.5em 0 0;}
  .list_box_01{position:relative;width:100%;overflow: hidden;padding: 0 15px;right:0;}
  #banner li .img{ height:auto}
  #banner li .img .img_hezi{padding-bottom: 44% !important;}
  #banner .banner_slider .miso-next{ right:1%}
  #banner .banner_slider .miso-arrow{width:3.5em;height:3.5em;margin-top: 0;}
  #banner .banner_slider .miso-arrow svg{ width:1.25em; height:1.25em}

  .list_box_01 li{ width:25%; float:left; width:20%}
  .list_box_01 li a{ padding:1.5em 0}
  .list_box_01 li a h3{ height:3.5em}
  .list_box_01 li a h3 img{ max-height:2.75em}

  .container03 .left{width:100%;margin:0;padding: 0;}
  .container03 .right{ width:100%; padding:2em 0 0; margin:0}
  .container03{background-size: 100% 24.9375em !important;background: #eff4f7 url(../images/container03_bg.jpg) center top no-repeat;}

  /* 新增 */
  .container032{
    height: unset;
    background-size: 100% 24.9375em !important;background: #eff4f7 url(../images/container032_bg.jpg) center top no-repeat;}
  .container031{
    padding-bottom: 60px;
  }

  .w1200{ padding:0 15px}

  footer .fl01 .left{width:100%;padding: 0 0 2em;}
  footer .fl01 .right{ width:100%}
  .container04{padding: 2em 0 3em;}

  .banner-next{ display:none}

  .n_left{ width:100%}
  .n_right{ width:100%; padding:2em 0 0}

  .n_banner{ margin:4.5em 0 0}
  .n_banner .top{ display:none}
  .n_banner:after{ display:none}
  #nav_slide{ display:block}

  .piaofu{ display:none}

  .list_box_22 li a .time_box{ display:none}

  .list_box_24{ margin:0 -6px; margin-bottom:-1.25em}
  .list_box_24 li{ width:100%; padding:0 6px; margin-bottom:1.25em}

  .list_box_24 li a:before, .n_right .box:before{ width: 38px; height: 36px; background-size: 100%; top: -3px; right: -3px;}

  .list_box_24 li a .time .rr img{ width:4em}

  #m_nav{ opacity:1}

  .n_jgsz .fl01 .content .box{ width:100%; margin-bottom:1.25em}
  .n_jgsz .fl01{ margin-bottom:0}

  .list_box_31 li{ width:50% !important}

  .n_xrld .fl01{ padding: 3em 0}
  .n_xrld .fl01 .top1{position:relative;top: 0;}
  .n_xrld .fl01 .content{padding:0;flex-wrap: wrap;}
  .n_xrld .fl01 .content .left{width:100%;position:relative;left: 0;margin: 0;order: 1;height: auto;padding: 3em 0 0;}
  .n_xrld .fl01 .content .right{width:100%;padding: 0;}
  .n_xrld .fl01:before{ display:none}

  .n_about .fl01 .content{ flex-wrap:wrap}
  .n_about .fl01 .content .left{ display:none}
  .n_about .fl01 .content .right{ width:100%; padding:0}

  .n_about .fl01 .content .right h5{ margin:0 0 1.75em}

  .n_about .fl02{ background:none}
  .n_about .fl02 .left{ width:100%; padding:0 0 2em}
  .n_about .fl02 .right{ width:100%}

  .n_about .fl03{background:none;padding: 0 0 3em;margin: 0;}

  .n_about .fl03 .left{width:100%;background: url(../images/n_about_fl03_bg.jpg) left center no-repeat;background-size:cover;padding: 15px;}
  .n_about .fl03 .right{ width:100%; padding:2em 0 0}

  .n_about .fl04{ background:none; padding:0; margin-top:0}
  .n_about .fl04 .left{ width:100%; padding:0}

  .n_about .fl05{ background:none}
  .n_about .fl05 .left{width:100%;background: url(../images/n_about_fl05_bg.jpg) left center no-repeat;background-size:cover;padding: 15px;}
  .n_about .fl05 .right{ width:100%; padding:2em 0 0}

  .n_about .fl06 .left{ width:100%}
  .n_about .fl06 .right{ width:100%; padding:3em 0 0}

  .list_box_01 li a.ar_web{ display:none}
  .list_box_01 li a.ar_wap{ display:block}

  .banner_slider.ar_web{ display:none !important}
  .banner_slider.ar_wap{ display:block !important}
  #banner li .img img{ height:100% !important}
}


@media(max-width: 1200px){
  .list_box_10{height:auto;}
  .list_box_10 .miso-arrow.miso-prev{left: 22%;}
  .list_box_10 .miso-arrow.miso-next{right: 22%;}
  .side{display:none;}
}

@media(max-width: 992px){
  .list_box_03 li .ll{ width:100%}
  .list_box_03 li .con{width:100%;padding: 2em 0 0;}
  .list_box_02 li a .img{ width:calc(100% - 2.5em)}
  .list_box_02{position:absolute;top: 0;left: 0;right: 0;bottom: 0;}
  .list_box_03{position:relative;padding: 1em 0 0 1em;}

  .list_box_03 li .con p{ height:5em; -webkit-line-clamp: 3;}
  .miso_box_01 .miso-arrow{ margin:2em 0 0}

  .container05 .fl01{ padding:0}

  .list_box_12{flex-wrap:wrap;justify-content:flex-start;margin-bottom: 2em;}
  .list_box_12 li{width:33.333333%;padding-bottom: 1em;text-align: center;}

  .list_box_10{ height:auto}

  .list_box_11{ width:100%}
  .list_box_12 li h3{ font-size:2em}
  .list_box_12 li:after{ display:none}
  .list_box_11 li a .img .img_hezi{ padding-bottom:14em !important}
  .list_box_11 li a .con{height:14em;padding: 0 15px;}

  .list_box_11:last-child li a .img{ float:right}

  .container05 .content{ margin:0 -4px}
  .container05 .content .left{ width:100%; padding:0 4px; margin-bottom:2em}
  .container05 .content .right{ width:50%; padding:0 4px}

  .list_box_13 li .img .img_hezi { padding-bottom: 62% !important;}

  .list_box_13 li a .top h5 img, .list_box_14 li a .top h5 img{ height:18px;}

  .n_tupian .fl01 .left{ width:100%; margin-bottom:1.75em}
  .n_tupian .fl01 .right{ width:100%}


  .list_box_26 li .img .img_hezi, .list_box_27 li .img .img_hezi, .list_box_28 li .img .img_hezi{ padding-bottom:65.26% !important}

  .list_box_26 li .con{ padding:0 1.25em}
  .list_box_27 li .con .time .rr img, .list_box_28 li .con .time .rr img{ width:4em}

  .n_yxsz .left{ width:100%; padding:0}
  .n_yxsz .right{ width:100%; display:none}
}

@media(max-width: 768px){
  #gotop{ right:0; transform:scale(0.7)}

  .container01 .left .fl002 .content .box{ width:100%; padding:2em 1em}
  .container01 .left .fl002 .content .box:nth-child(1){border:none;}
  .container01 .left .fl002{ margin:0}

  .container02{ padding:0 0 3em}

  .container03{padding:3em 0 0;background-size: 254% auto !important;overflow: hidden;}

  /* 新增 */
  .container031{
    padding:3em 0 0;
    background-size: 254% auto !important;
    overflow: hidden;
    padding-bottom: 60px;
  }
  .container032{
    background-position-y: -207px;
    background-position-x: -13px;
  }
  .container032 .list_box_08 li{
    width: 50%;
  }
  .container031 .btn{
    width: 50px;
    height: 50px;
  }


  .list_box_07{ margin:0 -4px}
  .list_box_07 li{width: 50%;padding: 0 4px;margin-bottom:1.25em;}

  .list_box_07 li .img .img_hezi {padding-bottom: 66.666667% !important;}

  .list_box_09 li a .img{ width:100%}
  .list_box_09 li a .con{width:100%;height: auto;padding: 2em 0 0;}

  .list_box_10{ height:auto; padding:0}

  .list_box_16 li .top h3 img{ max-height:3em}
  .list_box_16 li .top h5{ font-size:1.375em; margin:.375em 0 0}
  .list_box_09 li a{ padding:0 15px}
  .list_box_11 li a .con h5{ margin:1em 0 0}
  .list_box_12 li h4{ height:26px}
  .list_box_12 li h4 img{height: 20px;}
  .container05{ padding:3em 0 0}
  .list_box_13 li a .top{position: absolute;}

  .list_box_11 li a .img .img_hezi{ padding-bottom:13em !important}
  .list_box_11 li a .con{height:13em;padding: 0 15px;}

  .list_box_01 li a h5{font-size:12px;line-height: 1.5;}

  .title001{ margin:0 0 2em}
  .title001 h3{ font-size:1.5em}

  .list_box_05 li .time h4{ font-size:1.25em}
  .list_box_05 li .time h3{ font-size:1em}

  .container01{ padding:3em 0 2em}

  .list_box_06 .miso-dots{ bottom:.5em}

  .list_box_07 li .con{padding: 1em 1em;}
  .list_box_07 li .img .time, .list_box_08 li .time{ left:1em}
  .list_box_08 li .con{padding: 1.5em 1em;}

  .n_left .list_box_08 li .con{ padding:2em 1em 0}
  .list_box_07 li{ margin-bottom:0}


  .list_box_09 li a .con h6 img{ width:12px;}
  .list_box_10 li{ padding:1.5em 1em}

  .list_box_01 li a h3{ height:2.5em}
  .list_box_01 li a h3 img{ height:2em}
  .list_box_05 li{ margin-bottom:1em}
  .container06{ padding:2em 0 3em}

  .miso-wailian .box .box_rr dt{font-size:12px;padding: 0 2em 0 .75em;}
  .list_box_11 li a .con .time h3{ font-size:24px}

  .list_box_10 li.miso-current .img {box-shadow: 0px 2px 12px 1.45px rgba(86, 86, 86, 0.69);}
  .list_box_12 li h5{ margin:.375em 0 0}

  .container01 .left .fl001{ padding-bottom:1.5em}


  .n_container{padding: 2em 0 3em;}

  .list_box_20 li a{ flex-wrap:wrap}
  .list_box_20 li a .img_box{ width:100%; margin:0 0 2em}
  .list_box_20 li a .img_box .img{ width:100%}
  .list_box_20 li a .con{ width:100%}

  .fanye{ margin:2em 0 0}

  .list_box_22 li a{ flex-wrap:wrap; padding:1.25em}
  .list_box_22 li a .img_box{ width:100%; margin:0 0 1em}
  .list_box_22 li a .img_box .img{ width:100%}


  .list_box_23{ margin:0 -6px; margin-bottom:-1em}
  .list_box_23 li{ padding:0 6px; margin-bottom:1em}

  .list_box_23 li .con:before{ width:3em; height:3em; top:-1.5em}
  .list_box_23 li .con h5{ font-size:13px}

  .list_box_25 li{ margin-bottom:1.25em}
  .list_box_25 li a{ flex-wrap:wrap}
  .list_box_25 li a .img_box{ width:100%; margin:0 0 1.5em}
  .list_box_25 li a .con{ width:100%}

  .list_box_25 li a .img{ width:100%}

  .list_box_25 li a .con .time_box .rr img{ width:4em}
  .list_box_25 li a .con h5{ font-size:1.125em}

  .list_box_28 li{ width:100%}

  .n_news_detail .ar_article_box h3{ font-size:1.5em}
  .n_news_detail .ar_article_box h4{font-size: 1.25em;line-height: 1.5}
  .n_news_detail .ar_article_box h6 span img{ width:12px;}


  .ar_article p{ font-size:14px !important; line-height:26px !important; text-indent:26px;}
  .ar_article img{ margin-left:-26px}

  .list_box_29{ margin:0 -6px; margin-top:3em}
  .list_box_29 li{ width:33.333333%; padding:0 6px}

  #ar_fot h1{ font-size:13px;}

  .list_box_n_yxsz li{ margin-bottom:1em; width:100%}
  .n_yxsz{ padding:3em 0}

  .wall-column{ width:50%}

  .list_box_30s li a{ width:8em; font-size:1.25em; height:3.5em}
  .n_xyfg{ padding:3em 0}
  .n_xyfg .miso_hd{ margin-bottom:1.5em}

  .n_xxxh .left{ width:100%; padding:0 0 2em 0}
  .n_xxxh .right{width:100%;max-width: 15em;margin: 0 auto;}

  .n_xxxh .left h3{ font-size:1.25em}

  .n_xxxh{ padding:3em 0 1em}
  .n_xxxh .left p{ font-size:13px; line-height:26px;}

  .list_box_31 li{ width:100% !important}
  .n_jgsz .fl01 .content .box .box_li .tit h3 img{ width:3em}
  .n_jgsz .fl01 .content .box .box_li .tit h3 font{ font-size:1.375em}

  .n_jgsz{ padding:3em 0 2em}

  .list_box_32 li{width:100%;margin-bottom: 1.25em;}
  .list_box_32 li a .img{ width:8em}
  .list_box_32 li a .con{ padding:0 1.25em}
  .list_box_32 li a{ padding:1.25em 0}
  .list_box_32 li a .con h6{ padding-bottom:1.25em}

  .n_about .fl04 .left h3 img{ width:2em}
  .n_about .fl06 .ar_article1{ margin:2em 0 0}
  .list_box_37 li:first-child:before{ display:none}

  .list_box_36 li a .top .ll { width:4em}
  .list_box_36 li a .top .ll img{ width:3em}
  .list_box_36 li a .top .rr{ width:calc(100% - 4em); padding:0}
  .list_box_36 .miso-dots{ bottom:2.5em}
  .list_box_36 li a .top{ height:4.5em}
  .list_box_36 li a .top .rr h6{ margin:4px 0 0; font-size:12px;}
  .list_box_36 li a .top .rr h5{ font-size:1.25em}

  .list_box_34{ padding-right:0}
  .list_box_34 li .a .ll{ display:none}

  .list_box_35{flex-wrap:wrap; margin:1em -5px .5em}
  .list_box_35 li{ padding:0 5px; width:50%; margin-bottom:1em}

  .list_box_04:after{ display:none}
  .list_box_04 li{ width:100%}

  .list_box_40 li a h3 img{ max-width:2.125em; max-height:2.125em}
}
@media(max-width: 740px){
  .list_box_10 .miso-arrow.miso-prev{ left:26%}
  .list_box_10 .miso-arrow.miso-next{ right:26%}
} 

@media(max-width: 456px){
  .list_box_11 li a .img .img_hezi{ padding-bottom:11em !important}
  .list_box_11 li a .con{height:11em;padding: 0 15px;}


  .miso_box_01 .miso-arrow{ margin-right:.5em}
  footer .fl02 p{ font-size:11px}
  .list_box_18 li h3 img{ /* max-height:2em; *//* max-width:2em; */}

} 

.pb_sys_style1 .p_no_d {
  border: 1px solid #06783f !important;
  color: #fff;
  background-color: #06783f !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
  border: none !important;
  margin: 4px 0px 0px 15px !important;
  border-radius:50%;
  font-size:14px !important;
}
.pb_sys_common{font-size:14px !important;}

.n_right .list_box_04:after{ display:none}
.n_right .list_box_04 li{margin-bottom:1.5em;width: 100%;}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
  font-family: SimSun;
  font-size: 12px;
  border: 1px solid #06783f !important;
  height: 24px !important;
  line-height: 22px !important;
  box-sizing: border-box;
  vertical-align: middle;
  outline-width: thin;
  outline-color: #06783f !important;
  margin: 0px 5px !important;
  padding: 0px 1px;
}
.pb_sys_common .p_goto input {
  width: 24px !important;
  text-align: center;
  border-radius: 50%;
}
footer .fl01 .content .box {
    width: 17.3333%;
    margin: 0 10px;
}
.miso-wailian .box img {

  width: unset;
}
.fl img {
  width: unset;
}
