@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	font-family: 'PingFangSC-Regular','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',sans-serif;
}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
	width: 100%;
}
body {
	color: #fff;
	/* font-size: .14rem; */
}
ul, li, ol, dl {
	list-style-type: none;
}
image {
  border: none;
  vertical-align:top
}
input {
	border: none;
	outline: 0;
	background: #fff;
	letter-spacing:0; 
	border-radius:0; 
}
i {
	display: block;
	font-style: normal;
}
a {
	text-decoration:none;
	color: #fff;
}
a:hover, a:focus, a:active {
	text-decoration:none;
}

#main-wrapper {
  width: 100%;
  overflow: hidden;
}
/* 头部 */
#header {
  position: relative;
  width: 100%;
  height: 144px;
  box-sizing: border-box;
  z-index: 10;
}
.normal-header {
  background: url('../images/header_shadow.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.hover-header {
  background: #fff;
  color: #333;
}
.hover-header .header-opt p a {
  color: #333;
}
.hover-header .header-opt p.language a {
  color: #fff;
}
.normal-header .normal-logo {
  display: block;
}
.normal-header .hover-logo {
  display: none;
}
.header-box {
  width: 1440px;
  height: 84px;
  box-sizing: border-box;
  margin: 0 auto;
}
.header-top {
  width: 100%;
  height: 84px;
  padding-top: 20px;
  box-sizing: border-box;
}
.header-top .header-logo {
  float: left;
  height: 64px;
}
.header-top .header-opt {
  float: right;
}
.header-opt p {
  float: left;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  margin-top: 10px;
  box-sizing: border-box;
}
.header-opt p #search-img {
  display: block;
}
.header-opt p .icon-image {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
}
.header-opt p:hover {
  cursor: pointer;
}
.header-opt p .opt-txt {
  font-size: 16px;
  line-height: 30px;
  padding-right: 10px;
  box-sizing: border-box;
}
.header-opt p .line {
  border-right: solid 1px #ccc;
}
.header-opt p:nth-child(1) .icon-image {
  min-width: 27px;
  min-height: 27px;
  background: url('../images/sousuo_1.png') no-repeat center center;
}
.header-opt p:nth-child(2) .icon-image {
  min-width: 29px;
  background: url('../images/weixin_1.png') no-repeat center center;
}
.header-opt p:nth-child(3) .icon-image {
  background: url('../images/dianhua_1.png') no-repeat center center;
}
.header-opt p:nth-child(4) .icon-image {
  background: url('../images/youxiang_1.png') no-repeat center center;
}
.header-opt p.language {
  color: #fff;
  background-color: #00813F;
  border-radius: 25px;
  margin-left: 18px;
}
.header-opt p.language .icon-image {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  background: url('../images/yuyan.png') no-repeat center center;
}
/* 导航 */
.nav-box {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border-bottom: solid 2px #fff;
}
.header-nav {
  position: relative;
  width: 1440px;
  height: 60px;
  font-size: 0;
  margin: 0 auto;
}
.header-nav > li {
  position:relative;
  float: left;
  width: 11%;
  height: 60px;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav > li.sjts {
  width: 13%;
}
.header-nav > li.djs {
  width: 9%;
}
.header-nav > li.dashboard {
  width: 5%;
}
.header-nav > li.zazhi {
  width: 17%;
}
.header-nav > li .nav-item {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #fff;
}
.hover-header .nav-box {
  border-bottom: solid 2px #00813F;
}
.hover-header .normal-logo {
  display: none;
}
.hover-header .hover-logo {
  display: block;
}
.hover-header .header-opt > p .line {
  border-right: solid 1px #333;
}
.hover-header .header-opt > p:nth-child(1) .icon-image {
  background: url('../images/sousuo_2.jpg') no-repeat center center;
}
.hover-header .header-opt > p:nth-child(2) .icon-image {
  min-width: 29px;
  background: url('../images/weixin_2.png') no-repeat center center;
}
.hover-header .header-opt > p:nth-child(3) .icon-image {
  background: url('../images/dianhua_2.png') no-repeat center center;
}
.hover-header .header-opt > p:nth-child(4) .icon-image {
  background: url('../images/youxiang_2.png') no-repeat center center;
}
.hover-header .header-nav > li .nav-item {
  color: #333
}
.hover-header .header-nav > li.active-nav .nav-item {
  color: #00813F;
}
.second-nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  font-size: 0;
  color: #333;
  z-index: 100;
  padding: 20px 0 30px;
  box-sizing: border-box;
}
.second-nav a {
  clear: both;
  display: block;
  font-size: 16px;
  width: 100%;
  margin: 16px 0;
  text-align: center;
  color: #333;
}
.second-nav a:first-of-type {
  margin-top: 0;
}
.second-nav a:last-of-type {
  margin-bottom: 0;
}
.second-nav.second-active {
  background: #F2F3F6;
}
.hover-bg {
  display: none;
  position: absolute;
  top: 144px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  overflow: hidden;
  background: #fff;
  padding: 20px 0 30px;
  box-sizing: border-box;
}
/* 二维码 */
#wx-code {
  position: relative;
}
#wx-code:hover {
  cursor: pointer;
}
#wx-code .code-img {
  display: none;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 40px;
  left: 2px;
  z-index: 100;
}
/* 联系电话 */
#tel-box {
  position: relative;
}
#tel-box:hover {
  cursor: pointer;
}
#tel-box .tel-wrapper {
  display: none;
  width: 235%;
  height: 30px;
  position: absolute;
  top: 32px;
  left: 12px;
  z-index: 100;
  line-height: 30px;
  text-align: center;
  background: #00813F;
  color: #fff;
}
/* 搜索 */
#search-box {
  display: none;
  align-items: center;
  width: 300px;
  padding: 0;
}
#search-box input {
  padding: 0;
  width: 210px;
  font-size: 16px;
  line-height: 30px;
  height: 31px;
  color: #333;
  border-bottom: solid 1px #ccc;
}
#search-box .search-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  color: #fff;
  background-color: #00813F;
  border-radius: 25px;
  margin-left: 18px;
  height: 30px;
}
#search-box .search-btn-box img {
  margin-right: 5px;
}
#search-box .search-btn-box .opt-txt {
  padding-right: 0;
}
.header-opt p.language .icon-image {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  background: url('../images/yuyan.png') no-repeat center center;
}
/* 主体 */
.body-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.main-views {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%;
  min-width: 1200px;
  height: 100%;
  /*min-height: 700px; */
  overflow: hidden; 
  z-index: 0;
}
.main-views .swiper-container {
  position: relative; 
  width: 100%; 
  height: 100%;
  overflow: hidden;
}
.main-views .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
.main-views .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.main-views .swiper-container .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 256px;
  background: url('../images/banner_shadow.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.main-views .swiper-container .swiper-slide .title .title-content {
  width: 75%;
  height: 256px;
  margin: 0 auto;
  padding-top: 140px;
  box-sizing: border-box;
}
.main-views .swiper-container .swiper-slide .title .title-content span {
  font-size: 32px;
  line-height: 50px;
}
.main-views .swiper-btn {
  width: 60px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.34);
}
.main-views .swiper-btn:hover {
  background: #00813F;
}
.main-views .swiper-pagination {
  position: absolute;
  left: 5%;
  bottom: 70px;
  width: 100px;
  font-size: 30px;
  color: #fff;
}
.main-views .swiper-pagination .swiper-pagination-current {
  font-size: 40px;
}
.main-content {
  position: relative;
  width: 100%;
  z-index: 10;
}
.main-content .content-box {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.main-content .title-box {
  /* width: 600px; */
  width: 75%;
  word-wrap: break-word;
}
.main-content .title-box .title {
  display: block;
  font-size: 50px;
  font-weight: bold;
}
.main-content .title-box .en-title {
  color: rgba(255, 255, 255, .4);
  font-weight: 800;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* 政策咨询 */
.zczx-box {
  width: 100%;
  height: 800px;
  background: url('../images/zczx.png') no-repeat 0 0;
  padding-top: 70px;
  box-sizing: border-box;
  overflow: hidden;
  background-size: 100% 100%; 
}
.zczx-box .zczx-left {
  float: left;
  width: 60%;
  height: 100%;
}
.zczx-tab-box {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: solid 1px rgba(255, 255, 255, .3);
  box-sizing: border-box;
  margin-top: 20px;
}
.zczx-tab-box .tab-item {
  float: left;
  font-size: 18px;
  margin-right: 50px;
}
.zczx-tab-box .tab-item:hover {
  cursor: pointer;
}
.zczx-tab-box .tab-item.active {
  font-size: 20px;
  font-weight: bold;
}
.zczx-left .tab-item-content {
  display: none;
  width: 100%;
  padding: 30px 0 50px;
  box-sizing: border-box;
}
.zczx-left .tab-item-content .tab-content {
  display: block;
  color: #fff;
}
.zczx-left .tab-item-content .tab-content:first-child {
  margin-bottom: 30px;
}
.zczx-left .tab-item-content .tab-content .date {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255,255,255, 0.7);
}
.zczx-left .tab-item-content .tab-content .title {
  font-size: 30px;
  line-height: 44px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.zczx-left .tab-item-content .tab-content .title:hover {
  cursor: pointer;
}
.zczx-left .tab-item-content .tab-content .subject {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
  color: rgba(255,255,255, 0.7);
}
.zczx-box .zczx-right {
  float: left;
  width: 36%;
  height: 100%;
  margin-left: 4%;
}
.zczx-right .header {
  overflow: hidden;
}
.zczx-right .header img {
  float: left;
}
.zczx-right .header .title {
  float: left;
  font-size: 20px;
  line-height: 30px;
  margin-left: 10px;
}
.zczx-right .hot-image {
  width: 100%;
  height: 290px;
  overflow: hidden;
  margin-top: 10px;
}
.zczx-right .hot-image img {
  width: 100%;
  height: auto;
  max-height: 290px;
}
.zczx-right .zczx-hot {
  width: 100%;
  height: auto;
  border-left: solid 1px rgba(255, 255, 255, .3);
  margin-top: 23px;
  padding: 20px 0 20px 0;
  box-sizing: border-box;
}
.zczx-right .zczx-hot .hot-item {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.zczx-right .zczx-hot .hot-item a {
  color: #fff;
}
.zczx-right .zczx-hot .hot-item:hover {
  cursor: pointer;
}
.zczx-right .zczx-hot .active {
  font-weight: bold;
  font-size: 18px;
  border-left: solid 1px #fff;
}
/* 典型引路 */
.dxyl-box {
  position: relative;
  width: 100%;
  height: 920px;
  box-sizing: border-box;
  overflow: hidden;
}
.dxyl-box .left-bg {
  float: left;
  width: 60%;
  height: 100%;
  background-color: #fff;
} 
.dxyl-box .right-bg {
  float: left;
  width: 40%;
  height: 100%;
  background-image: url('../images/sjts.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.dxyl-box .dxyl-left {
  position: relative;
  float: left;
  width: 60%;
  height: 100%;
  overflow: hidden;
  padding: 10px 50px 80px 0;
  box-sizing: border-box;
  z-index: 10;
  background-color: #fff;
}
.dxyl-box .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dxyl-box .title-box {
  margin-top: 70px;
}
.dxyl-box .title-box .ch-title {
  color: #00813F;
}
.dxyl-box .title-box .en-title {
  color: #E0E2E4;
}
.dxyl-tab {
  width: 100%;
  min-height: 80px;
  border-bottom: solid 1px #AFAFAF;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dxyl-tab .tab-item {
  float: left;
  margin-right: 50px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.dxyl-tab .tab-item:last-of-type {
  margin-right: 0;
}
.dxyl-tab .tab-item:hover{
  cursor: pointer;
}
.dxyl-tab .tab-item.active {
  font-size: 26px;
  color: #00813F;
}
.dxyl-left .tab-content-box .tab-content {
  display: none;
  margin-top: 30px;
}
.dxyl-left .tab-content .item-content {
  margin-top: 50px;
}
.dxyl-left .tab-content .item-content:hover .title {
  color: #00813F;
}
.dxyl-left .tab-content .item-content:hover .content {
  cursor: pointer;
  color: #00813F;
  font-weight: bold;
}
.dxyl-left .tab-content .item-content .title {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  margin-bottom: 10px;
}
.dxyl-left .tab-content .item-content .content {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.dxyl-left .btn-box {
  margin-top: 40px;
}
/* 智库交流 */
.zkjl-box {
  width: 100%;
  height: 920px;
  background: url('../images/zcjl.png') no-repeat 0 0;
  padding-top: 70px;
  box-sizing: border-box;
  overflow: hidden;
  background-size: 100% 100%;
}
.zkjl-box .content-box {
  position: relative;
}
.zkjl-content {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  box-sizing: border-box;
}
.zkjl-content .zkjl-content-top {
  padding: 50px 50px 0;
  border-bottom: solid 1px #EBEBEB;
}
.zkjl-content .zkjl-content-bottom {
  padding: 0 50px;
}
.zkjl-content .title-1 {
  font-size: 50px;
  color: #D6D6D6;
}
.zkjl-content .title-2 {
  font-size: 20px;
  color: #00813F;
  margin-bottom: 40px;
  font-weight: bold;
}
.zkjl-content .content {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
}
.zkjl-content .item-content {
  display: flex;
  justify-content: space-between;
  width: 33%;
  max-height: 320px;
  overflow: hidden;
}
.zkjl-content .item-content .left {
  width: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.zkjl-content .item-content .left .circle {
  display: block;
  width: 14px;
  height: 14px;
  border: solid 2px #00813F;
  background: #fff;
  border-radius: 50%;
}
.zkjl-content .item-content .left .line {
  margin-left: 6px;
  width: 2px;
  flex: 1;
  background: #00813F;
}
.zkjl-content .item-content .right {
  position: relative;
  flex: 1;
  margin-bottom: 20px;
  overflow: hidden;
}
.zkjl-content .item-content .right .title {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.zkjl-content .item-content .right .right-content {
  font-size: 16px;
  color: #333;
  padding-top: 20px;
  box-sizing: border-box;
  line-height: 32px;
}
.zkjl-content .item-content .shadow-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.zkjl-content .right-btn-box {
  float: right;
}
.zkjl-content .right-btn-box span {
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
  line-height: 40px;
  margin-left: 20px;
  font-weight: bold;
}
.zkjl-content .right-btn-box span:hover {
  cursor: pointer;
}
.zkjl-content .btn-box {
  margin-top: 30px;
}
/* 会员服务 */
.hyfw-box {
  position: relative;
  width: 100%;
  height: 780px;
  background: url('../images/hyfw.png') no-repeat 0 0;
  padding-top: 100px;
  box-sizing: border-box;
  overflow: hidden;
  background-size: 100% 100%;
}
.hyfw-box .title-box .en-title {
  color: #7472724d;
}
.hyfw-box .title-box .ch-title {
  color: #00813F;
}
.hyfw-box .line {
  width: 100%;
  height: 6px;
  border-top: solid 4px #00813F;
  border-bottom: solid 1px #00813F;
  box-sizing: border-box;
  margin-top: 40px;
}
.hyfw-content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 50px;
  box-sizing: border-box;
}
.hyfw-content .m-swiper-container {
  display: none;
}
.hyfw-content .hyfw-left {
  width: 400px;
}
.hyfw-content .hyfw-left .left-item {
  float: left;
  width: 150px;
  min-height: 130px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.hyfw-left .left-item:hover {
  cursor: pointer;
}
.hyfw-left .left-item .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 80px;
  background: #fff;
  /* border: solid 1px #ccc; */
  box-sizing: border-box;
  border-radius: 4px;
}
.hyfw-left .left-item.active .img-box {
  background: #00813F;
  border-color:#00813F;
}
.hyfw-left .left-item .img-box img {
  width: 44px;
  height: auto;
}
.hyfw-left .left-item:last-of-type .img-box img {
  width: 24px;
}
.hyfw-left .left-item .img-box .img-1 {
  display: none;
}
.hyfw-left .left-item .img-box .img-2 {
  display: block;
}
.hyfw-left .left-item.active .img-1 {
  display: block;
}
.hyfw-left .left-item.active .img-2 {
  display: none;
}
.hyfw-left .left-item.active > span {
  color: #00813F;
}
.hyfw-left .left-item span {
  display: block;
  width: 150px;
  height: 50px;
  /* line-height: 50px; */
  text-align: center;
  color: #333;
  font-size: 18px;
  margin-top: 10px;
}
.hyfw-content .hyfw-right {
  position: relative;
  flex: 1;
  height: 290px;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  padding-right: 30px;
  box-sizing: border-box;
  overflow: visible;
  margin-left: 30px;
}
.hyfw-content .hyfw-right .right-item {
  display: none;
}
.hyfw-content .hyfw-right:hover {
  overflow-y: auto;
}
.hyfw-box .content-box {
  position: relative;
}
.hyfw-box .btn-box {
  margin-top: 20px;
  padding-left: 440px;
  box-sizing: border-box;
}
/* 滚动条整体样式 */
.hyfw-right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00813F;
  width: 6px;
}
.hyfw-right .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
  background-color: #00813F; 
}
.hyfw-right .mCSB_scrollTools {
  width: 6px;
  background-color: #E6E7EA;
}
/* 实践探索 */
.sjts-box {
  position: relative;
  width: 100%;
  height: 850px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 -2px 3px #ddd;
}
.sjts-box .left-bg {
  float: left;
  width: 40%;
  height: 100%;
}
.sjts-box .left-bg img {
  width: 100%;
  height: 100%;
}
.sjts-box .right-bg {
  float: left;
  width: 60%;
  height: 100%;
  background: #fff;
  background-image: url('../images/sjts.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.sjts-box .right-bg img {
  width: 100%;
  height: 100%;
}
.sjts-box .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sjts-box .title-box {
  position: absolute;
  top: 70px;
}
.sjts-box .sjts-right {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  padding: 90px 0 80px 50px;
  box-sizing: border-box;
}
.sjts-box .title-box {
  width: 400px;
}
.sjts-tab {
  width: 100%;
  min-height: 80px;
  /* line-height: 80px; */
  border-bottom: solid 1px #AFAFAF;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sjts-tab .tab-item {
  float: left;
  margin-right: 50px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.sjts-tab .tab-item:last-of-type {
  margin-right: 0;
}
.sjts-tab .tab-item:hover{
  cursor: pointer;
}
.sjts-tab .tab-item.active {
  font-size: 26px;
  color: #00813F;
}
.sjts-right  {
  position: relative;
}
.sjts-right .tab-content-box .tab-content {
  display: none;
  margin-top: 30px;
}
.sjts-right .tab-content .item-content {
  margin-top: 50px;
}
.sjts-right .tab-content .item-content .title {
  display: block;
  width: 100%;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.sjts-right .tab-content .item-content .title:hover{
  cursor: pointer;
}
.sjts-right .tab-content .item-content .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.sjts-right .btn-box {
  margin-top: 40px;
}
/* 新型城镇化杂志 */
.czh-box {
  width: 100%;
  height: 990px;
  padding-top: 60px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 60px;
}
.czh-box .content-box {
  position: relative;

}
.czh-box .title-box {
  width: 50%;
}
.czh-box .title-box .en-title {
  color: #E0E2E4;
  font-size: 42px;
}
.czh-box .title-box .ch-title {
  color: #00813F;
}
.czh-opt {
  position: absolute;
  top: 110px;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.czh-opt .opt-item {
  display: flex;
  align-items: center;
  width: 280px;
  height: 94px;
  border: solid 1px #D5D5D5;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
  margin-left: 30px;
}
.czh-opt .opt-item .img-box {
  width: 76px;
  height: 100%;
  margin-right: 10px;
}
.czh-opt .wx-item .img-box img {
  width: 100%;
  height: 100%;
}
.czh-opt .opt-item .item-right {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.czh-opt .opt-item .item-right .title {
  font-size: 18px;
  color: #00813F;
  font-style: italic;
  margin-bottom: 10px;
  font-weight: bold;
}
.czh-opt .opt-item .item-right .desc {
  font-size: 14px;
  color: #333;
}
.czh-opt .opt-item .tougao {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.czh-header {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  border-top: solid 3px #00813F;
  margin-top: 30px;
}
.czh-header .header-content {
  position: relative;
  margin-top: 2px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #00813F;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.czh-header .header-content p {
  font-size: 18px;
}
.czh-header .header-content .tel-box {
  display: flex;
  align-items: center;
}
.czh-header .header-content img {
  margin-left: 50px;
  margin-right: 10px;
}
.czh-header .header-content .tel {
  font-size: 26px;
}
.czh-header .header-content .circle {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
}
.czh-header .header-content .circle.left {
  left: -7px;
}
.czh-header .header-content .circle.right {
  right: -7px;
}
.czh-box .czh-article {
  margin-top: 30px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.czh-box .czh-article p {
  margin-bottom: 20px;
}
.czh-box .czh-article .czh-image-box {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.czh-box .czh-article .czh-image-box a {
  float: left;
  width: 164px;
  height: auto;
  margin-right: 90px;
}
.czh-box .czh-article .czh-image-box a:last-child {
  margin-right: 0;
}
.czh-box .czh-article .czh-image-box img {
  width: 100%;
  height: auto;
}
.czh-box .czh-article .czh-image-box img:hover {
  cursor: pointer;
}
.czh-box .btn-box .online-btn {
  display: none;
}
/* 会员单位 */
/* .hydw-box {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 80px;
  background: url('../images/17.png') no-repeat 0 0;
  background-size: cover;
  box-sizing: border-box;
  overflow: hidden;
}
.hydw-content {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 88px 88px 58px;
  box-sizing: border-box;
  overflow: hidden;
}
.hydw-content .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hydw-content .item {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: auto;
  background: #fff;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
.hydw-content .item:nth-child(5n) {
  margin-right: 0;
}
.hydw-content .item img {
  width: 100%;
  height: 100%;
} 
.hydw-footer {
  margin-bottom: 40px;
}
.hydw-footer p {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #dfdfdf;
  letter-spacing: 1px;
}
.hydw-content .swiper-button-prev {
  left: 2%;
}
.hydw-content .swiper-button-next {
  right: 2%;
} */
.m-footer {
  display: none;
}
.base-footer {
  width: 100%;
  height: 110px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #6F6F6F;
  margin-top: -110px;
  background: #EEEFF0;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}
.base-footer a {
  color: #333;
}

/* 按钮 */
.btn-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.common-btn {
  display: inline-block;
  min-width: 180px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  border: solid 1px #ccc;
  letter-spacing: 1px;
  margin-right: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
.common-btn:hover {
  cursor: pointer;
}
.normal-btn:hover {
  background: #00813F;
  color: #fff;
  border-color: #00813F;
}
.white-btn {
  border: solid 1px #fff;
  color: #fff;
}
/* 回到顶部 */
#goTop-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 5px;
  bottom: 20%;
  width: 80px;
  height: 80px;
  background: #fff;
  color: #00813F;
  box-shadow: 0px 0px 7px 3px #ddd;
  -webkit-box-shadow: 0px 0px 7px 3px #ddd;
  -moz-box-shadow: 0px 0px 7px 3px #ddd;
  z-index: 10;
}
#goTop-btn img {
  margin-bottom: 10px;
}
#goTop-btn:hover {
  cursor: pointer;
}
.m-header {
  display: none;
}
.m-menu {
  display: none;
}
/* 1200屏幕 */
@media screen and (max-width: 1470px) {
  .header-box {
    width: 1200px;
  }
  .header-nav {
    width: 1200px;
  }
  .main-content .content-box {
    width: 1200px;
  }
  .header-opt p .opt-txt {
    font-size: 14px;
  }
  /* .hydw-content {
    padding: 50px 50px 30px;
  }
  .hydw-content .item {
    margin-bottom: 20px;
  }
  .hydw-content .swiper-button-prev {
    left: 1%;
  }
  .hydw-content .swiper-button-next {
    right: 1%;
  } */
  .dxyl-left .tab-content .item-content {
    margin-top: 40px;
  }
}
/* 移动端 - 首页 */
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .common-btn {
    font-size: 14px;
  }
  #main-wrapper {
    min-width: 375px;
  }
  .content-wrapper {
    width: 87%;
    margin: 0 auto;
  }
  .common-btn {
    width: 100%;
  }
  #header {
    display: none;
  }
  #goTop-btn {
    width: 50px;
    height: 50px;
  }
  #goTop-btn img {
    margin-bottom: 0;
  }
  #goTop-btn span {
    display: none;
  }
  .m-header {
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 10;
    box-sizing: border-box;
  }
  .m-header .m-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .m-header .m-logo {
    width: 220px;
    height: 44px;
  }
  .m-header #m-change-lang {
    flex: 1;
    text-align: right;
    color: #00813F;
    font-size: 20px;
    margin-right: 20px;
    font-weight: bold;
  }
  .m-header .m-btn {
    width: 26px;
    height: 20px;
  }
  /* 移动端菜单 */
  .m-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1D9E5C;
    z-index: 11;
  }
  .m-menu .m-search {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #dedede;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .m-menu .m-search input {
    flex: 1;
    height: 60px;
    line-height: 60px;
    background: #1D9E5C;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    border-bottom: solid 1px #dedede;
  }
  .m-menu .m-search input::-webkit-input-placeholder {
    color:#fff;
  }
  .m-menu .m-search ::-moz-input-placeholder {
    color:#fff;
  }
  .m-menu .m-search input::-ms-input-placeholder {
    color:#fff;
  }
  .m-menu .m-search .m-search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }
  .m-menu .m-search .m-search-btn img {
    width: 20px;
    height: auto;
  }
  .m-menu .m-search span {
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 38px;
  }
  .m-menu ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
  .m-menu ul li.active {
    background: #129050;
  }
  .m-menu ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
  }
  /* 首屏轮播 */
  .main-views {
    position: relative;
    min-width: 375px;
    min-height: 0;
    height: auto;
    margin-top: 0;
  }
  .main-views .swiper-btn {
    background-color: transparent;
  }
  .main-views .swiper-btn:hover {
    background-color: transparent;
  }
  .main-views .swiper-btn:active {
    background-color: transparent;
  }
  .main-views .swiper-container .swiper-btn.swiper-button-prev {
    left: -10px;
  }
  .main-views .swiper-container .swiper-btn.swiper-button-next {
    right: -10px;
  }
  .main-views .swiper-container .swiper-slide img {
    height: 60vw;
  }
  .main-views .swiper-container .swiper-slide .title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
    height: 100px;
    background-size: cover;
	background-size: 100% 100%
  }
  .main-views .swiper-container .swiper-slide .title .title-content {
    position: relative;
    width: 75%;
    height: 100px;
    padding-top: 0;
  }
  .main-views .swiper-container .swiper-slide .title .title-content span {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .main-views .swiper-pagination {
    display: none;
  }
  .main-content .content-box {
    width: 87%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .main-content .title-box {
    width: 100%;
  }
  .main-content .title-box .title {
    font-size: 24px;
  }
  .main-content .title-box .en-title {
    display: none;
    margin-bottom: 0;
    line-height: normal;
  }
  /* 政策咨询 */
  .zczx-box {
    height: auto;
    padding-top: 50px;
    background: url('../images/m-zczx.png') no-repeat 0 0;
    background-size: 100% 100%;
  }
  .zczx-box .zczx-left {
    width: 100%;
    height: 100%;
  }
  .zczx-box .zczx-right {
    display: none;
  }
  .zczx-tab-box {
    height: 35px;
    line-height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .zczx-tab-box .tab-item {
    float: left;
    font-size: 16px;
    margin-right: 0;
  }
  .zczx-tab-box .tab-item:hover {
    cursor: pointer;
  }
  .zczx-tab-box .tab-item.active {
    font-size: 16px;
    font-weight: bold;
  }
  .zczx-left .tab-item-content {
    display: none;
    padding: 20px 0;
  }
  .zczx-left .tab-item-content .tab-content:first-child {
    margin-bottom: 14px;
  }
  .zczx-left .tab-item-content .tab-content .date {
    font-size: 16px;
    line-height: 32px;
	color: rgba(255,255,255, 0.7);
  }
  .zczx-left .tab-item-content .tab-content .title {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    width: 100%;
    overflow: inherit;
    text-overflow: unset;
    white-space: break-spaces;
  }
  .zczx-left .tab-item-content .tab-content .title:hover {
    cursor: pointer;
  }
  .zczx-left .tab-item-content .tab-content .subject {
    display: none;
	  color: rgba(255,255,255, 0.7);
  }
  .zczx-box .btn-box {
    margin-bottom: 40px;
  }
  .zczx-box .btn-box .common-btn {
    border-color: #48AF7C;
  }
  /* 智库交流 */
  .zkjl-box {
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
    background: url('../images/m-zkjl.png') no-repeat 0 0;
    background-size: 100% 100%;
  }
  .zkjl-box .zkjl-line {
    bottom: 23.5%;
  }
  .zkjl-content {
    height: auto;
    margin: 20px 0;
    padding: 40px 30px 30px;
  }
  .zkjl-content .zkjl-content-top {
    padding: 0;
  }
  .zkjl-content .zkjl-content-bottom {
    padding: 0;
  }
  .zkjl-content .title-1 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(214, 214, 214, 0.68);
  }
  .zkjl-content .title-2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .zkjl-content .content {
    flex-direction: column;
  }
  .zkjl-content .item-content {
    width: 100%;
    margin-bottom: 0;
  }
  .zkjl-content .item-content .right {
    width: 90%;
    margin-bottom: 0;
  }
  .zkjl-content .item-content .right .title {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    font-weight: normal;
  }
  .zkjl-content .item-content .right .right-content {
    display: none;
  }
  .zkjl-content .item-content .shadow-box {
    display: none;
  }
  .zkjl-content .right-btn-box {
    display: none;
  }
  .zkjl-box .btn-box {
    margin-top: 20px;
  }
  /* 会员服务 */
  .hyfw-box {
    height: auto;
    padding-top: 50px;
    background-size: cover;
  }
  .hyfw-box .line {
    margin-top: 20px;
  }
  .hyfw-content {
    flex-direction: column;
    padding-top: 30px;
    height: 350px;
  }
  .hyfw-content .hyfw-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .hyfw-content .hyfw-left .left-item {
    width: 75px;
    min-height: 115px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hyfw-left .left-item .img-box {
    width: 75px;
    height: 75px;
  }
  .hyfw-left .left-item span {
    width: 75px;
    height: 40px;
    font-size: 14px;
  }
  .hyfw-content .hyfw-right {
    height: 182px;
    font-size: 14px;
    line-height: 26px;
    padding-right: 0;
    margin-left: 0;
  }
  .hyfw-content .hyfw-right .right-item {
    display: none;
  }
  .hyfw-content .hyfw-right:hover {
    overflow-y: auto;
  }
  .hyfw-box .content-box {
    position: relative;
  }
  .hyfw-box .btn-box {
    position: relative;
    left: 0;
    border: 0;
    bottom: 0;
    margin: 30px 0 40px;
    padding: 0;
  }
  .hyfw-box .btn-box .right-btn-box {
    display: flex;
    justify-content: space-between;
  }
  .hyfw-box .btn-box .right-btn-box .common-btn {
    width: 45%;
    min-width: 0;
    margin-right: 0;
  }
  /* 典型引路 */
  .dxyl-box {
    height: auto;
    background: url('../images/dianxingyinlu.png') no-repeat 0 0;
    background-size: cover;
  }
  .dxyl-box .left-bg, .dxyl-box .right-bg {
    display: none;
  }
  .dxyl-box .box {
    position: relative;
  }
  .dxyl-box .content-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .dxyl-box .title-box {
    margin-top: 0;
  }
  .dxyl-box .dxyl-left {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px 0;
  }
  .dxyl-tab {
    display: flex;
    justify-content: flex-start;
    height: 50px;
    line-height: 50px;
    min-height: 0;
    padding: 0 20px;
    border-bottom: solid 1px #dedede;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .dxyl-tab::-webkit-scrollbar {
    display: none;
  }
  .dxyl-tab .tab-item {
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
    white-space: nowrap;
  }
  .dxyl-tab .tab-item.active {
    font-size: 16px;
  }
  .dxyl-left  {
    position: relative;
  }
  .dxyl-left .tab-content-box .tab-content {
    padding: 0 20px;
    display: none;
  }
  .dxyl-left .tab-content .item-content {
    margin-top: 20px;
  }
  .dxyl-left .tab-content .item-content .title {
    display: none;
  }
  .dxyl-left .tab-content .item-content .content {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    line-height: unset
  }
  .dxyl-left .btn-box {
    padding: 0 20px;
    position: relative;
    bottom: 0;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  /* 实践探索 */
  .sjts-box {
    height: auto;
    background: url('../images/m-sjts.png') no-repeat 0 0;
    background-size: cover;
    box-shadow: none;
  }
  .sjts-box .left-bg, .sjts-box .right-bg {
    display: none;
  }
  .sjts-box .box {
    position: relative;
  }
  .sjts-box .content-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .sjts-box .title-box {
    position: relative;
    top: 0;
  }
  .sjts-box .sjts-right {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
    background: rgba(255, 255, 255, .94);
    background-image: url('../images/sjts.png');
    background-position: center center;
    background-size: cover;
    margin: 20px 0;
  }
  .sjts-tab {
    display: flex;
    justify-content: space-between;
    height: 55px;
    min-height: 0;
    padding: 0 20px;
    border-bottom: solid 1px #dedede;
  }
  .sjts-tab .tab-item {
    font-size: 14px;
    margin-right: 0;
  }
  .sjts-tab .tab-item.active {
    font-size: 16px;
  }
  .sjts-right  {
    position: relative;
  }
  .sjts-right .tab-content-box .tab-content {
    padding: 0 20px;
    display: none;
  }
  .sjts-right .tab-content .item-content {
    margin-top: 20px;
  }
  .sjts-right .tab-content .item-content .title {
    font-size: 16px;
    font-weight: normal;
  }
  .sjts-right .tab-content .item-content .content {
    display: none;
  }
  .sjts-right .btn-box {
    padding: 0 20px;
    position: relative;
    bottom: 0;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .sjts-right .btn-box .common-btn {
    background: #fff;
  }
  .sjts-right .btn-box .normal-btn:hover {
    background: #00813F;
  }
  /* 新型城镇化杂志 */
  .czh-box {
    height: auto;
    padding-top: 50px;
	  padding-bottom: 0;
  }
  .czh-opt {
    display: none;
  }
  .czh-header {
    height: 30px;
    margin-top: 20px;
  }
  .czh-header .header-content {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
  }
  .czh-header .header-content p {
    font-size: 13px;
  }
  .czh-header .header-content p:first-of-type {
    margin-left: 5px;
  }
  .czh-header .header-content img {
    width: 16px;
    height: 16px;
    margin-left: 26px;
    margin-right: 6px;
  }
  .czh-header .header-content .tel {
    font-size: 14px;
  }
  .czh-box .czh-article p {
    margin-bottom: 8px;
  }
  .czh-box .czh-article {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .czh-box .czh-article .czh-image-box {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  .czh-box .czh-article .czh-image-box a {
    width: 31%;
    margin-right: 0;
  }
  .czh-box .czh-article .czh-image-box a:nth-of-type(n+4) {
    display: none;
  }
  .czh-box .btn-box {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }
  .czh-box .btn-box .online-btn {
    display: block;
  }
  .czh-box .btn-box .common-btn {
    width: 45%;
    margin-right: 0;
    min-width: 0;
  }
  /* 会员单位 */
  /* .hydw-box {
    height: auto;
    padding-top: 25px;
    padding-bottom: 0;
    background-size: cover;
    background: #EEEFF0;
  }
  .hydw-box .title-box {
    display: none;
  }
  .hydw-content {
    display: none;
    height: auto;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 30px 30px 10px;
  }
  .hydw-content .m-swiper-container {
    overflow: hidden;
  }
  .hydw-content .m-swiper-container .item {
    width: 32%;
    height: auto;
    background: #fff;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .hydw-content .item:nth-child(3n) {
    margin-right: 0;
  }
  .hydw-content .m-swiper-container .item img {
    width: 90%;
  }
  .hydw-content .m-swiper-container ~ .slide-btn.swiper-button-prev {
    left: 1%;
  }
  .hydw-content .m-swiper-container ~ .slide-btn.swiper-button-next {
    right: 1%;
  }
  .hydw-box .hydw-footer {
    display: none;
  }
  .hydw-box .m-footer {
    display: block;
    height: 130px;
    width: 100%;
    line-height: 18px;
    text-align: center;
    color: #a5a5a5;
    font-size: 12px;;
    box-sizing: border-box;
    margin-top: 0;
  } */
  /* 版权 */
  .base-footer {
    display: none;
  }
  .m-footer {
    display: block;
    width: 100%;
    height: 160px;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #6F6F6F;
    background: #EEEFF0;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .m-footer a {
    font-size: 12px;
    color: #333;
  }
}
  