﻿@charset "utf-8";
@font-face{
  font-family:"icomoon";
  src:url("fonts/icomoon.eot?2z3o0y");
  src:url("fonts/icomoon.eot?#iefix2z3o0y") format("embedded-opentype"),
  url("fonts/icomoon.woff?2z3o0y") format("woff"),
  url("fonts/icomoon.ttf?2z3o0y") format("truetype"),
  url("fonts/icomoon.svg?2z3o0y#icomoon") format("svg");
  font-weight:normal;
  font-style:normal;
}
body{
  padding:0;
  margin:0;
  font:18px "Microsoft Yahei";
  background-color:#e0e0e0;
  -webkit-text-size-adjust:none;
}
body *{
  transition-property:transform, color, background, opacity, border, display, height!important;
}
dt, dl, dd, ul, li, form{
  margin:0;
  padding:0;
}
li{
  list-style-type:none;
}
img{
  border:none;
}
.clearfix{
  zoom:1;
}
.clearfix:after{
  content:" ";
  display:block;
  clear:both;
  height:0;
}
a{
  text-decoration:none
}
em, i{
  font-style:normal;
}
.pt-10{
  padding-top:10px;
}
.mt-25{
  margin-top:20px;
}
.xxgkpt{
  width:100%;
  background:url(../images/xxgkpt.jpg);
  height:70px;
  margin-top:5px;
  background-size:cover;
  background-position:center;
}
.min-wrap{
  max-width:1400px;
  margin:0 auto;
  background-color:#fff;
}
.main-wrap{
  position:relative;
  width:1000px;
  margin:0 auto;
}
@media screen and (max-width:1024px){
  .min-wrap, .main-wrap{
    width:100%;
  }
}
.top-banner{
  background:url(../images/top_banner.jpg) no-repeat center bottom;
  height:340px;
}
.top-banner .logo img{
  padding-top:50px;
}
.top-bar{
  font-size:14px;
  line-height:40px;
  text-align:right;
  background-color:#f7feff;
  color:#999;
}
.top-bar a{
  color:#999;
  display:inline-block;
}
.top-bar a:hover{
  color:#47af34;
}
.top-banner .four-links{
  float:left;
  margin-left:10px;
  padding-right:45px;
}
.top-banner .four-links:first-child{
  padding-left:0;
}
.top-banner .version-links{
  float:left;
}
.small-logo{
  display:none;
}
.find-bar{
  float:right;
  width:200px;
  border-radius:2px;
  margin-right:23px;
  margin-bottom:10px;
  margin-top:70px;
  position:absolute;
  right:0;
  top:-300px;
}
.find-bar input[type="text"],.find-bar input[type="submit"]{
  float:left;
  height:30px;
  line-height:30px;
  outline:none;
  border:none;
  box-sizing:border-box;
}
.find-bar input[type="text"]{
  background-color:transparent;
  width:calc(100% - 30px);
  color:#fff;
  border-bottom:1px #FFFFFF solid;
}
.find-bar input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color:#ededed;
}
.find-bar input::-moz-placeholder{ /* Firefox 19+ */
  color:#ededed;
}
.find-bar input::-ms-input-placeholder{ /* IE 10+ */
  color:#ededed;
}
.find-bar input::-moz-placeholder{ /* Firefox 18- */
  color:#ededed;
}
.find-bar input[type="submit"]{
  float:right;
  background:url(../images/find_bar.png) no-repeat center center;
  width:30px;
  padding:0;
  cursor:pointer;
}
.find-bar em{
  display:none;
  position:absolute;
  padding:5px;
  font-size:.75em;
  font-style:normal;
  color:#f97474;
  background-color:rgba(255,255,255,.26);
}
.m-top{
  margin-top:20px;
}
.main-pic{
  margin-top:-8px;
}
.main-pic img{
  display:block;
}
.banner-pic{
  display:block;
}
.error{
  color:red;
}
/*导航*/
.main-nav-bar{
  position:relative;
  background-color:#f0f0f0;
  border-bottom:1px solid #e8e8e8;
}
.main-nav-bar .main-wrap{
  margin:0 auto;
}
.nav-bg .main-wrap{
  margin:0 auto;
}
.main-nav{
  z-index:10;
}
.main-nav li{
  float:left;
  position:relative;
  z-index:2;
  width:13%;
  text-align:center;
}
.main-nav li:last-child{
  width:22%;
}
.main-nav li .nav-node{
  display:block;
  color:#333;
  line-height:1.5em;
  padding:8px 2px;
}
/*一级菜单*/
.main-nav li.focus .nav-node{
  border-bottom:1px #ff7900 solid;
  margin-bottom:-1px;
}
/*一级菜单选中*/
.main-nav li.hover .nav-node{
  border-bottom:1px #ff7900 solid;
  margin-bottom:-1px;
}
/*一级菜单鼠标经过*/
.main-nav li dl{
  display:none;
  position:absolute;
  background-color:#fff;
  border-top:1px solid #ff7900;
  width:100%;
}
.main-nav li.hover dl{
  display:block;
}
.main-nav li dl a{
  display:block;
  font-size:.875em;
  line-height:1.5em;
  padding:6px;
  text-align:center;
  color:#fff;
  background-color:#47af34;
}
.main-nav li dl a:hover{
  color:#fff;
  background-color:#65c3df;
}
@media screen and (max-width:1000px){
  .main-nav{
    margin-top:35px;
    margin-right:0;
  }
  .main-nav-bar{
    height:48px;
    margin:0;
    padding:0;
    background-color:#47af34;
    border-bottom:none;
  }
  .main-wrap{
    position:relative;
    width:auto;
  }
  .main-nav-bar:before{
  }
  .mobile-menu{
    content:"";
    display:block;
    background:url(../images/11.png) no-repeat center center;
    background-size:24px 24px;
    height:48px;
    width:48px;
    cursor:pointer;
    float:right;
  }
  .main-nav-bar .main-nav{
    display:none;
    position:absolute;
    top:13px;
    right:0;
    background-color:#f0f0f0;
    border-left:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    width:auto;
    z-index:11;
    height:auto;
  }
  .main-nav-bar .main-nav-block{
    display:block;
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .main-nav li{
    margin-left:0;
  }
  .main-nav-bar .main-nav li{
    float:none;
    width:100%;
    border-top:1px solid #e0e0e0;
  }
  .main-nav li.hover .nav-node{
    border-bottom:0;
  }
  .main-nav li.focus .nav-node{
    border-bottom:0;
    background:#f1f1f1;
    color:#000;
  }
  .main-nav-bar .main-nav li:first-child{
    border-top:0;
  }
  .main-nav-bar .main-nav li.line{
    display:none;
  }
  .main-nav-bar .main-nav > li > a{
    white-space:nowrap;
    padding:0 10px;
    line-height:2.5em;
    border:none;
    float:none;
    height:auto;
    text-align:center;
    color:black;
    margin-left:0;
    background-color:#fff;
  }
  .main-nav li.hover dl{
    display:none;
  }
  .small-logo{
    display:block;
    line-height:0;
  }
  .small-logo img{
    padding:10px 7px;
  }
  .find-bar{
    top:0;
    left:0;
    margin:0;
    width:calc(100% - 56px);
    height:48px;
    z-index:13;
    background:rgba(255, 255, 255, .15);
  }
  .find-bar input[type="text"], .find-bar input[type="submit"]{
    height:48px;
    line-height:48px;
    border:none;
  }
  .find-bar input[type="text"]{
    padding-left:10px;
    width:calc(100% - 40px);
    border-radius:5px 0 0 5px;
    border-bottom:0;
    background:transparent;
    color:#fff;
  }
  .find-bar input[type="submit"]{
    width:40px;
    border-radius:0 5px 5px 0;
  }
}
/*第一屏*/
.left-wrap{
  float:left;
  width:400px;
  padding-right:20px;
}
.left-wrap > .focus-pic{
  width:402px;
  margin-right:20px;
  float:left;
}
.right-wrap{
  float:right;
  width:calc(100% - 422px);
}
.box-01{
  background-color:#fff;
}
.box-01 .box-title-bg{
  background-color:#fff;
  border-bottom:1px #a2d799 solid;
}
.box-01 .box-title-name{
  float:left;
  height:2em;
  line-height:2em;
  color:#333;
}
.box-01 .box-title-job{
  height:2em;
  color:#333;
  float:left;
}
.box-01 > .box-content{
  padding-top:15px;
}
.box-details > a:hover{
  background-color:#47af34 !important;
}
.box-01 > .box-content.box-write{
  padding:20px 0 0;
  height:170px;
}
.box-01 .box-title-work{
  float:right;
  cursor:pointer;
  font-size:.75em;
  padding:0 15px;
  font-family:Arial;
}
.box-01 .box-title-more{
  float:right;
  font-size:.75em;
  display:block;
  font-family:Arial;
  height:2.6em;
  line-height:2.6em;
  padding:0 15px;
  cursor:pointer;
}
.box-01.box-d .box-title-more{
  color:#fff;
}
.button .news-notice{
  background-color:#47af34;
  color:#fff;
  display:block;
  height:6em;
  width:calc(100% - 342px);
  box-sizing:border-box;
  border-right:1px #74D861 solid;
  float:left;
}
.ad a{
  display:block;
  float:left;
  width:100%;
  border-left:1px solid #fff;
  box-sizing:border-box;
}
.ad-1 a{
  display:block;
}
.ad.col-4 a{
  width:16.65%;
}
.ad.col-4 a.last-child{
  display:none;
}
.ad.col-3 a{
  width:33.3333%;
}
.ad.col-2 a{
  width:50%;
}
.ad a img{
  display:block;
  width:100%;
}
.ad-1 a img{
  display:block;
  width:100%;
  max-height:90px;
}
/**/
.icon-btn{
  display:table;
  table-layout:fixed;
  width:100%;
  background-image: linear-gradient(to right, #359c99, #63c999);
  text-align:center;
}
.col-6 a{
  position:relative;
  display:table-cell;
  padding:30px 10px 25px;
  line-height:1.5em;
  border-right: 1px solid #fff;
  vertical-align:middle;
  color:#fff;
  overflow:hidden;
}
.col-6 a:last-child{
  border-right:none;
}
.col-6 a:before{
  content:attr(icon);
  font-family:icomoon;
  position:absolute;
  right:-5px;
  top:15px;
  font-size:66px;
  opacity:.15;
}
.box-title-notice{
  float:left;
  width:1.75em;
  height:6em;
  text-align:center;
  background-color:#515151;
  position:relative;
}
.box-title-notice .box-title-name{
  padding:10px 8px;
  font-size:.875em;
}
.box-title-notice:after{
  left:100%;
  top:50%;
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none;
  border-color:rgba(81, 81, 81, 0);
  border-left-color:#515151;
  border-width:5px;
  margin-top:-5px;
}
.box-content-notice{
  margin-left:2.25em;
  padding-top:7px;
}
.news-content-notice a{
  width:50%;
  float:left;
  box-sizing:border-box;
}
.news-content-notice a span{
  display:block;
  font-size:.875em;
  color:#ffffff;
  line-height:1.5em;
  height:4.5em;
  padding-right:20px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.news-content-notice em{
  color:#ffffff;
  font-size:.75em;
  display:block;
  font-style:normal;
  font-family:Verdana;
}
.box-title-notice .box-title-name a{
  color:#ffffff;
}
.box-title-notice .box-title-name a:hover{
  color:#ff7900 !important;
}
.box-notice{
  overflow:hidden;
}
@media screen and (max-width:1000px){
  .button .news-notice{
    width:100%;
    overflow:hidden;
  }
  .news-content-notice a{
    width:100%;
    margin-bottom:10px;
  }
}
.box-01 .box-title-more a{
  color:#999;
}
.box-01 .box-title-more a:hover{
  color:#ff7900;
}
.box-01 .small-title{
  display:none;
  font-size:0.875em;
  color:#333;
  border-left:8px #47af34 solid;
  padding-left:10px;
  float:none;
  background-color:#f0f0f0;
  line-height:2.5em;
}
.box-01 .small-more{
  display:none;
  background:#f8f8f8;
  text-align:center;
  font-size:.75em;
  line-height:40px;
  height:40px;
  color:#333;
}
.box-01 .small-more a{
  color:#333;
}
.box-details{
  padding-bottom:6px;
}
.box-details a{
  display:block;
  font-size:.75em;
  float:right;
  line-height:1.5em;
  margin-top:10px;
  padding:0 .25em;
  width:auto;
  background-color:#65c3df;
  color:#ffffff;
  text-align:center;
}
.box-details span{
  float:left;
  font-size:.75em;
  width:calc(100% - 80px);
  height:3em;
  line-height:1.5em;
  overflow:hidden;
  color:#bebebe;
}
@media screen and (max-width:1000px){
  .box-details, .ad-1{
    display:none;
  }
  .box-01{
    background-color:#fff;
  }
  .box-01 > .box-content.padding-0{
    padding:15px;
    background-color:#fff;
  }
  .box-01 .box-write{
    background-color:#fff;
  }
  .box-01 > .box-content.box-write{
    padding:0;
    padding-top:20px;
    height:170px;
  }
  .news_content_content > p > img, .news_content_content > div > img{
    max-width:100% !important;
  }
}
.news-work > li{
  border-top:1px dotted #ccc;
  padding:.35em 0;
}
.news-work > li:first-child{
  border-top:none;
  padding-top:0;
}
.news-work > li:last-child{
  padding-bottom:0;
}
.news-work > li > a{
  display:block;
  font-size:.875em;
  line-height:1.5em;
  padding-bottom:.25em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#666;
}
.news-work > li > a:hover{
  color:#ff7900;
}
.news-list > a{
  display:block;
  padding:.4em 0;
  font-size:.875em;
  line-height:1.5em;
  overflow:hidden;
}
.news-list > a > span{
  display:block;
  float:left;
  width:calc(100% - 6em);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#666;
}
.news-list > a:hover > span{
  color:#ff7900;
}
.news-list > a > em{
  display:block;
  float:right;
  font-family:verdana, arial;
  color:#999;
}
.news-list.no-date > a > span, .news-list.no-date > a > em{
  width:100%;
}
.news-list.list-line > a{
  border-top:1px solid #ececec;
  padding-top:.75em;
  padding-bottom:.75em;
}
.news-list.list-line > a:first-child{
  border-top:0;
}
.news-list.list-line.mail-list > a{
  padding-bottom:15px;
}
.news-list.list-line.mail-list > a > em{
  display:block;
}
.news-list.list-full{
  padding-bottom:20px;
  min-height:360px;
}
.news-list.list-dark > a > span{
  color:#333333;
  font-size:.875em;
}
.news-list.list-dark > a > span:before{
  content:".";
}
.news-list.list-full > a > em{
  padding-left:.5em;
}
.news-list-pic li{
  width:31.3%;
  margin-left:1%;
  margin-right:1%;
  margin-bottom:30px;
  float:left;
  text-align:center;
}
.news-list-pic li a{
  width:100%;
}
.news-list-pic li a img{
  width:100%;
}
.news-list-pic li span{
  color:#888888;
  line-height:1.4em;
  font-size:.875em;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media screen and (max-width:1000px){
  .news-work li:last-child{
    padding-bottom:.35em;
  }
  .news-work > li > a{
    padding-bottom:0;
  }
  .news-list > a > em{
    display:none;
  }
  .news-list > a > span{
    width:100%;
  }
  .news-list-pic li{
    width:48%;
    margin-left:1%;
    margin-right:1%;
    margin-bottom:30px;
    float:left;
    text-align:center;
  }
  .ad.col-4 a{
    width:50%;
    margin-top:0;
    border-bottom:1px solid #fff;
  }
  .col-6{
    display:block;
    overflow:hidden;
  }
  .col-6 a{
    display:block;
    float:left;
    width:50%;
    height:calc(60px + 1.5em);
    box-sizing:border-box;
    border-bottom:1px solid #fff;
  }
  .col-6 a:nth-child(2n){
    border-right:none;
  }
  .col-6 a:nth-child(5){
    padding-top:20px;
  }
}
@media screen and (max-width:640px){
  .news-list-pic li{
    width:98%;
    margin-left:1%;
    margin-right:1%;
    margin-bottom:30px;
    float:left;
    text-align:center;
  }
  .small-logo img{
    width:80%;
  }
  .suggestion_input_submit.disabled{
    width:100%;
    background:#ffffdb !important;
    margin:10px 0 0;
    color:#ec642a !important;
    height:36px;
    font-weight:inherit !important;
  }
}
.news-list-pic li span:hover{
  color:#ff7900 !important;
}
.button .wrap{
  background-color:#7dc771;
  color:#fff;
  display:block;
  min-height:6em;
  width:171px;
  box-sizing:border-box;
  float:left;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
}
.button .wrap:hover{
  background-color:#65c3df;
}
.button.button-service .wrap{
  width:25%;
  background-color:#f4f4f4;
  color:#6b6b6b;
  border-bottom:1px solid #fff;
  border-right:1px solid #fff;
  min-height:4em;
}
.button.button-service.col-2 .wrap{
  width:50%;
  height:6em;
  padding:1.5em 0;
}
.button.button-service.col-2 .wrap:last-child{
  width:100%;
}
.button.button-service.col-2 .wrap .title{
  font-size:.875em;
  padding-top:5px;
}
.button .wrap-01{
  background-color:#5DC34A;
  padding-top:15px;
  box-sizing:border-box;
  border-right:1px #74D861 solid;
}
.button .wrap-02{
  padding-top:24px;
  box-sizing:border-box;
  border-right:1px #74D861 solid;
}
.button > .wrap.donate{
  margin-top:20px;
  width:147px;
}
.sub-left-wrap > .button > .wrap.donate{
  margin-top:20px;
  width:186px;
}
.sub-left-wrap > .button{
  width:100%;
}
.button .no-border{
  border-bottom:0;
}
.button .wrap-03:hover{
  background-color:#65c3df;
  color:#FFF;
}
.button .wrap-03:hover .icon{
  color:#fff;
}
.button .wrap .title-wrap{
  display:inline-block;
  line-height:1em;
  padding-top:.5em;
}
.button .wrap .title{
  overflow:hidden;
  text-align:center;
  text-overflow:ellipsis;
  font-size:0.875em;
  padding-top:2px;
}
.button .wrap .title-cn{
  font-size:1em;
  padding-top:2px;
  float:left;
}
.button .wrap .title-icon{
  float:left;
}
.button .wrap .title-icon:before{
  content:attr(icon);
  font-family:"icomoon";
  font-size:1.3em;
  padding-top:2px;
  float:left;
  padding-right:5px;
}
.button .wrap .icon:before{
  content:attr(icon);
  font-family:"icomoon";
  font-size:1.5em;
  text-align:center;
}
.button .wrap .icon_1:before{
  content:attr(icon);
  font-family:"icomoon_1";
  font-size:1.2em;
  text-align:center;
  padding-top:2px;
}
.button .color-red{
  background-color:#e83030;
}
@media screen and (max-width:1000px){
  .button{
    width:100%;
  }
  .button .wrap{
    width:50%;
    border-top:1px #74D861 solid;
  }
  .button > .wrap.donate{
    margin-top:10px;
    width:100%;
  }
  .button-service .wrap{
    border-top:none;
  }
  .main-wrap{
    margin-top:0;
  }
  .button.button-service .wrap{
    width:50%;
    background-color:#fff;
  }
  .button .wrap-03:hover{
    background-color:#65c3df;
    color:#FFF;
  }
  .button.button-service.col-2 .wrap{
    width:33.3%;
    height:auto;
    padding-top:10px;
    padding-bottom:10px;
  }
  .button.button-service.col-2 .wrap:last-child{
    width:33.3%;
  }
  .meta-float{
    display:none !important;
  }
}
.box-01.box-b .box-title-bg{
  background-color:#fff;
  border-bottom:0;
}
.box-01.box-b .box-title-name{
  font-size:.975em;
  color:#fff;
  padding:0 20px;
  background:#47af34;
  height:2em;
  line-height:2em;
}
.box-01.box-b .triangle{
  font-size:.975em;
  width:0;
  height:0;
  border-top:1em solid transparent;
  border-bottom:1em solid transparent;
  border-left:.75em solid #47af34;
  float:left;
}
.box-01.box-b .box-title-more{
  float:right;
  color:#999;
  padding:0;
}
.box-01.box-b .box-title-more:hover{
  color:#ff7900;
}
.box-01.box-c .box-title-bg{
  background-color:#fff;
}
.box-01.box-c .tab-content{
  padding-top:15px;
}
.box-01.box-c .box-title-name{
  font-size:.975em;
  color:#333;
  text-align:center;
  background-color:#fff;
  border:1px #a2d799 solid;
}
.box-01.box-c .box-title-name:before{
  display:block;
  height:2em;
  background:#fff;
  display:block;
}
.box-01.box-c .box-title-job{
  font-size:.975em;
  color:#333;
  background-color:#fff;
  width:80px;
}
.box-01.box-c .box-title-job > span{
  display:block;
  background:#fff;
  display:block;
}
.box-01.box-c > .box-title-bg > .tab-title{
  float:left;
}
.box-01.box-c > .box-title-bg > .tab-title > .tab-node{
  height:2em;
  font-size:.975em;
  color:#333;
  line-height:2em;
  float:left;
  margin-right:10px;
  border:1px solid transparent;
  border-bottom:none;
}
.box-01.box-c > .box-title-bg > .tab-title > .tab-node.box-title-name{
  border:1px #a2d799 solid;
  border-bottom:none;
}
.box-01.box-c > .box-title-bg > .tab-title > .tab-node:before{
  content:attr(data-title);
  padding:1px 10px;
}
.box-01.box-c > .box-title-bg > .tab-title > .tab-node > .line{
  border-right:1px #ececec solid;
  margin:0 10px;
}
.box-01.box-c .tab-content .tab-node{
  display:none;
}
.box-01.box-c .tab-content .node-focus{
  display:block;
}
.box-01.box-c .box-title-work{
  padding-right:0;
  color:#999;
}
.box-01.box-c .box-title-work:hover{
  color:#ff7900;
}
.box-01.box-c .box-title-more{
  padding-right:0;
  color:#999;
}
.box-01 .box-title-more:after{
  content:">>";
  font-family:Simsun;
}
.box-01.box-c .box-title-more:hover{
  color:#ff7900;
}
.box-01.box-d .box-title-more:hover{
  color:#ff7900;
}
.box-01.box-c .box-c-more{
  background:#f8f8f8;
  text-align:right;
  font-size:.75em;
  line-height:38px;
  height:38px;
  color:#999;
  display:block;
  padding-left:20px;
  padding-right:15px;
}
.box-01.box-d .box-title-bg{
  background-color:#515151;
  border-bottom:0;
}
.box-01.box-d .box-title-name{
  color:#fff;
  padding-left:20px;
}
.box-01.box-e{
  border:1px #e5e5e5 solid;
}
.box-01.box-e .box-title-bg{
  background-color:#FFF;
  border-bottom:0;
  border-top:2px #47af34 solid;
}
.box-01.box-e .box-title-name{
  padding-left:20px;
}
@media screen and (max-width:1000px){
  .box-01.box-b .box-title-bg{
    width:100%;
  }
}
.r-list-wrap-01{
  width:406px;
  margin-right:20px;
  float:left;
}
.r-list-wrap-02{
  width:147px;
  float:left;
}
@media screen and (max-width:1000px){
  .r-list-wrap-01{
    width:100%;
    margin-right:0;
    float:none;
  }
  .r-list-wrap-02{
    width:100%;
    float:none;
  }
}
.copyright{
  background-color:#47af34;
  text-align:center;
  color:#f0f0f0;
  font-size:.75em;
  line-height:2em;
  margin-top:15px;
  padding:15px 0;
}
.copyright table{
  width:100%;
  table-layout:fixed;
}
.copyright table td:nth-child(2){
  width:600px;
}
.copyright a,.copyright span{
  display:inline-block;
  color:#f0f0f0;
  padding:0 5px;
}
.copyright a:hover{
  text-decoration:underline;
}
.small-copyright{
  display:none;
  font-size:.75em;
  line-height:1.5em;
  padding:.75em .5em;
  background-color:#47af34;
  text-align:center;
  color:#c5e2c1;
}
@media screen and (max-width:1000px){
  .index-float{
    display:none !important;
  }
  .copyright{
    display:none;
  }
  .small-copyright{
    display:block;
  }
}
.link{
  table-layout:fixed;
  margin-top:10px;
  padding:10px;
  background-color:#e8e8e8;
}
.link td{
  width:25%;
  text-align:center;
  height:30px;
}
.link td select{
  margin:0;
  padding:5px;
  border:1px solid #c3c3c3;
  background-color:#f9f9f9;
  outline:none;
}
@media screen and (max-width:1000px){
  .link{
    display:none;
  }
  .news-content-share{
    display:none;
  }
}
/*翻页*/
.page-tile{
  font-family:Verdana, Arial, "Microsoft YaHei";
  border:1px solid #eee;
  border-width:1px 0;
  border-bottom:0;
}
.page-tile:after{
  display:block;
  content:"";
  clear:both;
}
.page-tile > *{
  color:#888;
  display:block;
  float:left;
  padding:0 .5em;
  min-width:1.5em;
  text-align:center;
  border-right:1px solid #eee;
  font-size:.75em;
  line-height:2em;
  height:2em;
  overflow:hidden;
}
.page-tile > em{
  display:none;
}
.page-tile > *:before{
  font-size:1.25em;
}
.page-tile .more:before{
  content:"…";
}
.page-tile a.first:before{
  content:"\2039"
}
.page-tile a.prev:before{
  content:"\2039"
}
.page-tile a.next:before{
  content:"\203A"
}
.page-tile a.last:before{
  content:"\203A\203A"
}
.page-tile .focus{
  background-color:#e8e8e8;
}
@media screen and (max-width:1000px){
  .page-tile a, .page-tile span{
    display:none;
  }
  .page-tile > *{
    float:none;
  }
  .page-tile{
    padding-bottom:0;
    text-align:center;
    padding:0;
    background:#efefef;
  }
  .page-tile a.prev, .page-tile a.next{
    display:inline-block;
    box-sizing:border-box;
    height:44px;
    line-height:44px;
    padding:0 15px;
    color:#333;
    border:none;
  }
  .page-tile a.prev:before{
    content:"上一页";
  }
  .page-tile a.next:before{
    content:"下一页";
  }
}
/*翻页--结束*/
.sub-left-wrap{
  float:left;
  width:186px;
  padding-right:20px;
  margin-top:20px;
}
.sub-right-wrap{
  float:right;
  width:calc(100% - 210px);
}
.sub-button .wrap{
  color:#333;
  display:block;
  font-size:.875em;
  padding:20px 10px;
  text-align:center;
  background-color:#ecfbea;
}
.sub-button .wrap:after{
  content:"";
  width:20px;
  height:3px;
  background-color:#47af34;
  display:block;
  margin:0 auto;
  margin-top:9px;
}
.sub-button .wrap-focus:after{
  background-color:#fff;
}
.sub-button .wrap:hover{
  background-color:#d1ebcc;
  color:#333;
}
.sub-button .wrap-focus:hover{
  background-color:#47af34;
  color:#fff;
}
.sub-button .wrap-focus{
  background-color:#47af34;
  color:#fff;
}
.sub-button.sub-button-02 .wrap-focus{
  background-color:#e54137;
  color:#fff;
}
.sub-button.sub-button-02 .wrap{
  border:1px solid #efefef;
  line-height:60px;
  height:60px;
  border-top:0;
}
.sub-button.sub-button-02 span{
  font-family:"宋体";
}
.sub-button .color-blue{
  background-color:#47af34;
  font-size:1em;
  color:#fff;
  padding-left:15px;
  border:0;
}
.sub-button .color-blue:hover{
  background-color:#47af34;
  color:#fff;
}
.sub-button span{
  display:block;
  padding:0 5px 0 15px;
  float:left;
  width:15px;
  display:none;
}
@media screen and (max-width:1000px){
  .sub-left-wrap{
    display:none;
  }
  .sub-right-wrap{
    width:100%;
  }
}
.single-ariticle{
  font-size:0.875em;
  line-height:2.2em;
  text-indent:2em;
  padding:10px;
}
.content-box{
  border:1px #ececec solid;
  padding:10px 30px;
  font-size:.875em;
  line-height:1.875em;
  margin-top:20px;
}
.content-box .big-title{
  padding:0.5em 0;
  font-size:1.75em;
  line-height:1.5em;
  text-align:center;
  color:#333;
}
.content-box .vice-title{
  margin:0 auto 15px;
  text-align:center;
  color:#333;
}
.content-box .small-title{
  font-size:.875em;
  text-align:center;
  color:#999;
  line-height:1em;
  border-bottom:1px #eaeaea solid;
  padding-bottom:1.25em;
}
.content-box img{
  max-width:100% !important;
  height:auto !important;
  margin:0 auto;
}
.location{
  color:#555;
  font-size:0.875em;
  line-height:2em;
  cursor:default;
}
.location:before{
  content:"B";
  display:inline-block;
  vertical-align:top;
  font-size:1.125em;
  font-family:"icomoon";
}
.location span{
  font-size:1em;
}
.location span a{
  color:#555555;
}
.location span a:HOVER{
  color:#FF6600;
}
.location span:before{
  content:" > ";
}
.location span:first-child:before{
  content:"";
}
@media screen and (max-width:1000px){
  .location:before{
    font-size:1em;
    padding-right:3px;
  }
  .content-box{
    margin-top:0;
    padding:10px 15px;
    border:none;
  }
  .content-box .big-title{
    font-size:1.45em;
    text-align:left;
  }
  .content-box .small-title{
    text-align:left;
  }
}
.news_content_description{
  font-size:.875em;
  color:#888;
  border:1px dotted #ccc;
  background-color:#f3f3f3;
  line-height:1.75em;
  padding:10px 15px;
  margin-top:15px;
  border-radius:5px;
}
.news_content_description:before{
  content:"摘要: ";
}
.news_content_content{
  line-height:1.875em;
  color:#333;
}
.news-title-img{
  max-width:100%;
  margin:20px auto;
  text-align:center;
}
/*附件*/
.news_content_attachments a{
  color:#666;
  font-size:0.875em;
}
.news_content_attachments a:hover{
  color:#c30000;
}
.news_content_attachments a:before{
  content:"r";
  font-family:"icomoon";
  padding-right:5px;
  font-size:1.25em;
}
/*2020-05-08追加默认样式*/
.news_content_content > p, .news_content_content > div{
  text-indent:2em;
  line-height:1.875em;
}
.news_content_content > p > img, .news_content_content > div > img{
  display:block;
  margin:0 auto;
  max-width:78%;
  height:auto !important;
  padding:10px;
  box-sizing:border-box;
}
.news_content_content table{
  margin:10px auto;
  border-collapse:collapse;
}
.news_content_content > p > img, .news_content_content > div > img{
  max-width:100% !important;
}
/*打印*/
.news_content_other{
  padding:10px 0;
}
.news-content-function{
  float:right;
  font-size:.875em;
}
.news-content-function > span{
  display:inline-block;
  padding:0 5px;
  cursor:pointer;
}
.news-content-function > span:hover{
  text-decoration:underline;
}
.news-content-function > span:before{
  content:"[";
}
.news-content-function > span:after{
  content:"]";
}
.pic-wrap{
  padding-left:3%;
  padding-top:25px;
  padding-bottom:25px;
}
ul.pic-list a{
  display:block;
  width:22%;
  float:left;
  font-size:.875em;
  color:#666;
  margin-right:3%;
  margin-bottom:25px;
}
ul.pic-list a > span{
  display:block;
  font-size:.875em;
  color:#666666;
  line-height:2.571em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
ul.pic-list a > span:hover{
  color:#ff7900;
}
ul.pic-list a > img{
  display:block;
  width:100%;
}
@media screen and (max-width:1000px){
  .pic-wrap{
    padding-left:3%;
    padding-top:15px;
    padding-bottom:5px;
  }
  ul.pic-list a{
    display:block;
    width:47%;
  }
}
@media screen and (max-width:640px){
  ul.pic-list a{
    margin-bottom:5px;
  }
  .pic-wrap{
    padding-left:3%;
    padding-right:3%;
  }
  ul.pic-list a{
    display:block;
    width:100%;
  }
  .button .wrap{
    width:100%;
  }
  .button .wrap .title{
    font-size:.875em;
  }
}
.suggestion_input_title{
  font-size:.875em;
  color:#666;
  line-height:2em;
  padding-bottom:10px;
}
.suggestion_input_area{
  display:block;
  border:1px solid #ddd;
  width:100%;
  height:80px;
  box-sizing:border-box;
}
.suggestion_input_submit_wrap{
  text-align:right;
  padding:10px 0;
  font-size:.875em;
}
.suggestion_input_captcha_img{
  vertical-align:top;
  width:75px;
  cursor:pointer;
}
.suggestion_input_captcha{
  width:60px;
  border:1px solid #ddd;
  border-radius:2px;
  height:22px;
  padding:3px;
}
.suggestion_input_submit{
  margin-left:10px;
  border:none;
  background-color:#47af34;
  height:28px;
  padding:0 10px;
  color:white;
  border-radius:2px;
  cursor:pointer;
}
.suggestion_list_wrap{
}
.suggestion_list > li{
  border-top:1px solid #eaeaea;
  margin:15px 0;
  padding:5px 0;
}
.suggestion_list > li > em{
  font-style:normal;
  font-size:.875em;
  line-height:2em;
  margin-left:5px;
  color:#8c8c8c;
}
.suggestion_list > li > b{
  font-weight:normal;
  font-size:.875em;
  line-height:2em;
  color:#aaa;
}
.suggestion_list > li > div{
  font-weight:normal;
  font-size:.875em;
  line-height:1.75em;
}
.suggestion_list > li > span{
  font-weight:normal;
  font-size:.875em;
  line-height:1.75em;
  color:#FF790A;
  display:block;
}
.suggestion_content_replay{
  font-size:.875em;
  color:#ff4c00;
  border:1px dotted #ccc;
  background-color:#f3f3f3;
  line-height:1.75em;
  padding:5px 15px;
  margin:5px 0px 20px;
  border-radius:5px;
}
.gb-detail{
  font-size:14px;
  line-height:30px;
  min-height:200px;
  padding-bottom:20px !important;
}
.gb-detail > h1{
  font-weight:normal;
  font-size:14px;
  margin-top:25px;
  color:#444;
}
.gb-detail > em{
  display:block;
  color:#999;
  line-height:40px;
  font-style:normal;
  font-family:Arial;
  border-bottom:1px solid #ddd;
  margin-bottom:15px;
}
.gb-detail > div{
  color:#666;
}
.gb-detail > p{
  margin:0;
  margin-top:20px;
  font-size:14px;
  line-height:40px;
  border:1px dotted #ccc;
  background-color:#f3f3f3;
  padding:8px 10px;
  border-radius:5px;
  color:#666;
}
.gb-detail > h1:before{
  content:"标题：";
  font-weight:bold;
  color:#333;
}
.gb-detail > div:before{
  content:"内容：";
  font-weight:bold;
  color:#333;
}
.gb-detail > span{
  display:block;
  color:#D56128;
  margin:20px 0;
}
.gb-detail > span:before{
  content:"状态：";
  font-weight:bold;
  color:#333;
}
.gb-detail > p:before{
  display:block;
  content:"来信回复：";
  color:#3F7F7F;
  line-height:30px;
}
.gb-detail > p:after{
  display:block;
  content:attr(data-date);
  font-size:12px;
  color:#999;
  line-height:40px;
  font-weight:normal;
  font-family:Arial;
}
@media screen and (max-width:1000px){
  .left-wrap{
    width:100%;
    float:none;
    padding-top:0;
    padding-right:0;
    margin-top:0;
    overflow:hidden;
  }
  .right-wrap{
    width:100%;
    float:none;
    margin:15px auto 0;
    padding-top:0;
  }
  .left-wrap .focus-pic{
    width:100%;
    display:block;
  }
  .box-01 .box-title-more{
    display:none;
  }
  .box-01 .small-more{
    display:block;
  }
  .box-01 .box-title-bg{
    display:none;
  }
  .box-01 .small-title{
    display:block;
  }
  .box-01.box-c .tab-content .tab-node{
    display:block;
    padding:15px 15px 0;
  }
  .tab-content .small-title:nth-child(n+2){
    margin-top:15px;
  }
  .small-title + .news-list{
    padding:15px;
  }
  .box-01.box-c .box-c-more{
    text-align:center;
  }
  .news-list em{
    display:none;
  }
  .box-01 .box-content{
    padding:15px 15px 0;
  }
  .box-01.box-c .tab-content{
    padding:0;
  }
}
.sub-box{
  margin-top:20px;
  border:1px #eaeaea solid;
  border-top:2px #d1ebcc solid;
}
.sub-box.sub-box-02{
  border-top:2px #eaeaea solid;
}
.sub-box .box-title-bg{
  display:block;
  margin:0 15px;
  border-bottom:1px #d1ebcc solid;
}
.sub-box.sub-box-02 .box-title-bg{
  border-bottom:1px #e8ece7 solid;
  padding:10px 0;
  font-size:20px;
}
.sub-box .box-title-name{
  float:left;
  height:auto;
  padding:.25em 0;
  color:#333;
}
.sub-box .box-content{
  padding:5px 20px 5px 20px;
}
.sub-box .sub-nav{
  padding:25px 15px;
  display:none;
  background:#f0f0f0;
  border:1px #dadada solid;
  border-width:1px 0;
  width:100%;
  box-sizing:border-box;
  box-shadow:0px 2px 4px rgba(0, 0, 0, 0.2);
  padding-bottom:0;
}
.sub-box .sub-nav a{
  display:block;
  padding:0 15px 20px 5px;
  font-size:.875em;
  float:left;
  color:#333;
}
.sub-box .arrow-down{
  display:none;
  position:absolute;
  top:0;
  right:0;
  content:"";
  height:2.5em;
  width:40px;
  background:url(../images/arrow-down.png) no-repeat center center;
  background-size:24px 24px;
  cursor:pointer;
}
.sub-box .arrow-up{
  background:url(../images/arrow-up.png) no-repeat center center;
  background-size:24px 24px;
}
@media screen and (max-width:1000px){
  .sub-box{
    position:relative;
    margin-top:0;
    background-color:#fff;
  }
  .sub-box .box-title-name{
    border:0;
    line-height:1.5em;
    padding:.25em 0;
    padding-right:40px;
  }
  .sub-box .box-title-bg{
    position:relative;
    margin:0;
    padding:.25em 0 .25em 15px;
    background-color:#f0f0f0;
  }
  .sub-box .sub-nav{
    display:none;
    position:absolute;
    z-index:9;
  }
  .sub-box .sub-nav-block{
    display:block;
  }
  .sub-box .arrow-down{
    display:block;
  }
  .sub-box .arrow-up{
    display:block;
  }
  .sub-box .box-content{
    padding:0 15px 5px 15px;
  }
}
.sub-box .second-title{
  display:none;
}
.sub-box .third-title{
  font-size:0.875em;
  height:2em;
  line-height:2em;
  padding:.25em;
  margin-left:8px;
  color:#333;
  float:left;
}
.sub-box .third-focus{
  color:#ff7900;
  border-bottom:solid #ff7900 1px;
}
.sub-box .mobile-third-title{
  display:none;
  padding:10px;
  padding-bottom:0;
  border-bottom:1px #ececec solid;
}
.sub-box .mobile-third-title a{
  float:left;
  display:block;
  padding:6px 12px;
  margin:0 10px 10px 0;
  line-height:1.5em;
  font-size:.75em;
  border-radius:30px;
  background-color:#f9f9f9;
  border:1px #dedede solid;
  color:#333;
}
.sub-box .mobile-third-title .third-focus{
  background-color:#47af34;
  border-color:#47af34;
  color:#fff;
}
@media screen and (max-width:1000px){
  .sub-box .second-title{
    display:block;
  }
  .sub-box .third-title{
    display:none;
  }
  .sub-box .mobile-third-title{
    display:block;
  }
}
/*网上调查样式*/
.box-01.scene{
  margin-bottom:20px;
}
.box-01.scene .scene-left{
  float:left;
}
.box-01.scene .scene-title-chart{
  float:left;
}
.box-01.scene .scene-title-chart img{
  display:block;
}
.box-01.scene .box-title{
  padding-top:30px;
  padding-left:30px;
}
.box-01.scene .box-content{
  padding:30px;
  font-size:.875em;
  color:#888;
  line-height:30px;
}
.box-01.scene .title-cn{
  font-size:1.5em;
}
.box-01.scene .title-en{
  color:#808080;
}
.box-01.scene .sub-title{
  color:red;
  background:url(../images/approve.png) 0px 5px no-repeat;
  padding-left:25px;
  padding-bottom:10px;
}
.box-01.scene .box-content > .sub-content > li{
  border-bottom:1px dashed #ccc;
}
.box-01.scene .box-content > .sub-content > li > a{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height:50px;
  display:block;
}
.box-01.scene .box-content > .sub-content > li > em{
  float:right;
  color:#999;
  line-height:36px;
  display:block;
  font-style:normal;
}
.box-01.scene .box-content > .sub-content > li > a:before{
  content:">";
  margin-right:8px;
}
.box-01.scene .box-content > .sub-content > li{
  line-height:40px;
}
.box-01.scene .box-content > .sub-content > a{
  display:block;
  width:120px;
  height:40px;
  line-height:40px;
  margin-top:10px;
  cursor:pointer;
  border:none;
  outline:none;
  background-color:#ef6966;
  text-align:center;
  color:#fff;
  font-size:1.125em;
}
.scene-button{
  table-layout:fixed;
  width:376px;
  border-collapse:collapse;
}
.scene-button td{
  height:70px;
  line-height:70px;
}
.scene-button a{
  display:block;
  width:100%;
  height:100%;
  background-color:#d1d9db;
  text-align:center;
}
.scene-button a:hover{
  background-color:#ef6966;
  color:#fff;
}
.survey-title{
  line-height:30px;
  font-size:1.5em;
  color:green;
}
.survey-content{
  font-size:.875em;
  color:#666;
  line-height:30px;
}
.survey-sub-title{
  font-size:1.25em;
  color:#333;
}
.survey-sub-title-2{
  font-size:1.25em;
  color:#333;
}
.survey-table{
  width:100%;
  padding-top:10px;
}
.survey-content tr td li input{
  vertical-align:text-bottom;
  margin:0 10px -1px 24px;
}
.survey-content tr td textarea{
  width:90%;
  height:80px;
  margin:5px 25px;
}
.survey-content input[type="submit"]{
  float:left;
  margin-left:25px;
  background-color:#ef6966;
  width:100px;
  color:#fff;
  cursor:pointer;
  border:none;
  outline:none;
  line-height:40px;
  height:40px;
  text-align:center;
  font-size:14px;
}
.survey-content a{
  float:left;
  display:block;
  background-color:#8cc540;
  width:100px;
  color:#fff;
  cursor:pointer;
  border:none;
  outline:none;
  line-height:40px;
  height:40px;
  margin-left:20px;
  text-align:center;
  font-size:14px;
}
.survey-head .joiner, .survey-head .status, .survey-head .joiner{
  float:left;
  background:url(../images/v-line.png) right center no-repeat;
  padding-right:20px;
  font-size:.875em;
}
.survey-head{
  border-bottom:1px dashed #ccc;
  padding-bottom:20px;
}
.survey-table .options{
  width:100%;
  padding:8px 0;
  float:left;
  display:block;
}
.survey-table .bars{
  width:80%;
  margin-left:20px;
}
.survey-table .bar{
  width:80%;
  min-width:100px;
  height:14px;
  overflow:hidden;
  background-color:#e3e3e3;
  float:left;
  margin:10px 0;
  margin-right:10px;
}
.survey-table tr td > div:first-child{
  margin-left:20px;
}
.survey-table .precent{
  background-color:#f9c171;
  border-right:1px solid #fff;
  height:14px;
  width:0%;
  transition:width 1s;
  -moz-transition:width 1s; /* Firefox 4 */
  -webkit-transition:width 1s; /* Safari 和 Chrome */
  -o-transition:width 1s; /* Opera */
}
.survey-table .options, .survey-table .bars{
  float:left;
  font-family:"Arial", "Microsoft Yahei";
}
.cf29{
  color:#f29149;
}
.survey-table .data{
  float:left;
  height:34px;
  line-height:34px;
  font-size:1.2em;
}
.survey-description{
  color:#999;
  padding:15px 0 0 25px;
  line-height:2.25em;
}
.survey-table .reply_view{
  font-size:.875em;
  color:#669;
  text-decoration:underline;
}
.survey-table .reply_view:HOVER{
  color:#F9C171;
}
.reply_view_list ul li{
  margin:10px;
}
.box-01.scene .m_page{
  display:none;
}
@media screen and (max-width:1000px){
  .box-01.scene .pc_page{
    display:none;
  }
  .box-01.scene .m_page{
    display:table;
  }
  .survey-table .bars{
    width:100%;
  }
}
.news-content-share{
  float:left;
}
#_ideConac img{
  padding-top:20px;
}
#_span_jiucuo img{
  padding-top:20px;
}
/*网站地图页 start*/
.map-box.content-box{
  font-size:1em;
}
.map-box > .location{
  font-size:.75em;
  height:2em;
  margin-top:10px;
}
.map > li{
  border-top:1px solid #e8e8e8;
  padding:10px 5px;
  line-height:2.4em;
}
.map > li:first-child{
  border-top:none;
}
.map > li .wrap{
  padding:.25em 0;
}
.map > li .title{
  display:block;
  color:#333;
  border-left:8px solid #FF4F4F;
  padding-left:10px;
  margin:10px 0;
  line-height:16px;
}
.map > li .node{
  display:inline-block;
  color:#4095ce;
  font-size:0.875em;
  line-height:2em;
  padding-right:25px;
  margin-left:19px;
}
.map > li .list{
  line-height:.75em;
  margin-bottom:5px;
  padding-left:19px;
}
.map > li .sub-node{
  display:inline-block;
  color:#888;
  font-size:0.75em;
  line-height:2em;
  padding-right:10px;
}
.map > li .sub-node:before{
  content:">";
  font-family:Simsun;
  padding-right:5px;
}
.map a:hover{
  color:#ff7900;
}
/*网站地图页end*/
@media screen and (max-width:1230px){
  .code{
    display:none;
  }
}
@media screen and (max-width:1000px){
  body{
    font-size:16px;
  }
  .min-wrap, .main-wrap{
    width:100%;
  }
  .main-wrap > .mt-25:first-child{
    margin-top:0;
  }
  .mt-25{
    margin-top:15px;
  }
  .logo{
    display:none;
  }
  .top-banner{
    height:auto;
    background-image:none;
    background-color:transparent;
  }
  .top-banner > .main-wrap{
    display:none;
  }
  .top-bar{
    background:transparent;
  }
  .top-bar .four-links{
    display:none;
  }
  .main-pic, .banner-pic{
    display:none;
  }
  .focus-img.owl-carousel .item{
    padding-top:56.25% !important;
  }
}
/*适老开关·登录·简繁体*/
.top-link{
  float:right;
}
.top-bar .version-links:before, .top-bar .version-links:after{
  font-size:.875em;
  content:"|";
  padding:0 6px;
}
#pip-triggers-container{
  float:left;
}
.pip-triggers{
  line-height:20px;
  text-align:left;
}
.pip-triggers > em > i{
  vertical-align:middle;
}
.top-bar .user > a{
  color:#3e71a4;
}
.top-bar .user{
  text-align:left;
  z-index:13;
}
@media screen and (max-width:1320px){
  .login-others > ul{
    right:0 !important;
  }
}
/*适老开关·登录·简繁体 end*/
.search-bar-icon{
  height:2.5em!important;
  width:2.5em!important;
}