@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: #333;
}
a:hover, a:focus, a:active {
	text-decoration:none;
}

#main-wrapper {
  width: 100%;
  height: 100%;
}
.content-wrapper {
  position: relative;
  width: 1200px;
	margin: 0 auto;
}
/* 子页公共头部 */
.m-header {
  display: none;
}
.m-header #m-change-lang {
  flex: 1;
  text-align: right;
  color: #00813F;
  font-size: 20px;
  margin-right: 20px;
  font-weight: bold;
}
.m-menu {
  display: none;
}
.base-header {
	width: 100%;
  background: #fff;
  color: #333;
}
.base-header .header-top {
  width: 100%;
  height: 84px;
  box-sizing: border-box;
  padding-top: 20px;
}
.base-header .header-top .header-logo {
  float: left;
	/* width: 430px; */
  height: 64px;
}
.base-header .header-top .header-opt {
  float: right;
}
.base-header .header-opt p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
  float: left;
  height: 30px;
  margin-left: 10px;
  margin-top: 15px;
  box-sizing: border-box;
}
.base-header .header-opt p a {
  display: flex;
}
.base-header .header-opt p:hover {
  cursor: pointer;
}
.base-header .header-opt p img {
	margin-right: 10px;
}
.base-header .header-opt p .opt-txt {
  font-size: 14px;
  padding-right: 10px;
  box-sizing: border-box;
}
.base-header .header-opt p .line {
  border-right: solid 1px #333;
}
.base-header .header-opt p.language {
	display: flex;
	justify-content: center;
	align-items: center;
  color: #fff;
  background-color: #00813F;
  border-radius: 25px;
  margin-left: 18px;
}
.base-header .header-opt p.language a {
  color: #fff;
}
.base-header .header-opt p.language img {
	margin-left: 18px;
	margin-right: 5px;
}

/* 搜索 */
.base-header #search-img {
	display: flex;
	justify-content: flex-start;
	align-items: center;
  float: left;
}
.base-header #search-box {
  display: none;
  align-items: center;
  width: 300px;
  padding: 0;
}
.base-header #search-box input {
  padding: 0;
  width: 210px;
  font-size: 14px;
  line-height: 30px;
  height: 31px;
  color: #333;
  border-bottom: solid 1px #ccc;
}
.base-header #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;
}
.base-header #search-box .search-btn-box img {
  margin-right: 5px;
}
.base-header #search-box .search-btn-box .opt-txt {
  padding-right: 0;
}
/* 二维码 */
.base-header #wx-code {
  position: relative;
}
.base-header #wx-code:hover {
  cursor: pointer;
}
.base-header #wx-code .code-img {
  display: none;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 35px;
  left: 0;
  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: 34px;
  left: 12px;
  z-index: 100;
  line-height: 30px;
  text-align: center;
  background: #00813F;
  color: #fff;
}
/* 导航 */
.base-header .header-nav {
  position: relative;
  width: 100%;
  height: 75px;
  font-size: 0;
  margin: 0 auto;
}
.base-header .header-nav > li {
  position:relative;
  float: left;
  width: 11%;
  height: 75px;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.base-header .header-nav > li.dashboard {
  width: 5%;
}
.base-header .header-nav > li.zazhi {
  width: 17%;
}
.base-header .header-nav > li .nav-item {
  display: block;
  width: 100%;
  /* line-height: 60px; */
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.base-header .header-nav > li .nav-item:hover {
  color: #00813F;
}
.base-header .header-nav > li.active .nav-item {
  color: #00813F;
}
.base-header .header-line {
	width: 100%;
	height: 7px;
	border-top: solid 4px #00813F;
	border-bottom: solid 1px #00813F;
	box-sizing: border-box;
}
.base-content {
  display: block;
  position: relative;
  width: 100%;
  min-height: calc(100% - 151px);
  padding-bottom: 110px;
  color: #333;
}
.base-content .title-box {
  width: 100%;
  padding-top: 70px;
  box-sizing: border-box;
  border-bottom: solid 1px #ddd;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.base-content .title-box .en-title {
  font-size: 32px;
  font-weight: bold;
  color: #E0E2E4;
  text-transform: uppercase;
}
.base-content .title-box .box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.base-content .title-box .ch-title {
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  color: #00813F;
}
.base-content .title-box .box .column-nav {
  float: right;
}
.base-content .title-box .box .column-nav li {
  float: left;
  margin: 0 20px;
}
.base-content .title-box .box .column-nav li a {
  display: block;
  height: 70px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 84px;
  color: #333;
  border-bottom: solid 4px #fff;
  box-sizing: border-box;
}
.base-content .title-box .box .column-nav li:hover{
  cursor: pointer;
}
.base-content .title-box .box .column-nav li.active a {
  color: #00813F;
  border-bottom: solid 4px #00813F;
  box-sizing: border-box;
}
.base-content .column-content {
  min-height: 300px;
  padding: 50px 0;
  box-sizing: border-box;
}
/* 分页 */
.base-page-wrapper {
  width: 100%;
  padding: 30px 0 40px;
  box-sizing: border-box;
  border-top: solid 1px #ddd;
  display: flex;
  justify-content: center;
}
.base-page-wrapper .page, .base-page-wrapper .page-opt {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  margin: 0 4px;
  border-radius: 4px;
}
.base-page-wrapper .page:hover {
  border-color: #00813F;
}
.base-page-wrapper .page.active {
  border-color: #00813F;
  background: #00813F;
  color: #fff;
}
.base-page-wrapper .page-opt {
  font-weight: bold;
}
.base-page-wrapper .page-opt:hover {
  border-color: #00813F;
}
.base-page-wrapper .page-opt.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #ddd;
}
.base-page-wrapper .text {
  line-height: 40px;
  font-size: 16px;
  margin: 0 10px;
}
.base-page-wrapper  .jump-ipt {
  float: left;
  margin: 0 5px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
}
.base-page-wrapper .jump-btn {
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #ddd;
  box-sizing: border-box;
  color: #333;
  border-radius: 4px;
  letter-spacing: 1px;
}
.base-page-wrapper .jump-btn:hover {
  background-color: #00813F;
  color: #fff;
  border-color: #00813F;
}
/* 版权 */
.base-footer {
  width: 100%;
  height: 110px;
  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;
}
.m-footer {
  display: none;
}
