.overflow-elli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.opahover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.inline-block-m {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.inline-block-t {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.rgbafilter {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}
/*头部 */
.header {
  position: relative;
  background: #fff;
  line-height: 60px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.logo {
  margin-top: 14px;
}
.logo img {
  vertical-align: middle;
  max-height: 60px;
}
.login-register-btn {
  margin-top: 26px;
  margin-left: 10px;
  line-height: 1;
}
.login-register-btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 34px;
  line-height: 34px;
  border: solid 1px #006738;
  border-radius: 18px;
  font-size: 16px;
  margin-left: 10px;
  text-align: center;
}
.login-register-btn a.a1 {
  color: #006738;
}
.login-register-btn a.a2 {
  background-color: #006738;
  color: #fff;
}
.header .user-img {
  margin-top: 28px;
  margin-left: 20px;
  height: 60px;
  position: relative;
}
.header .user-img img {
  display: block;
  cursor: pointer;
}
.header .user-img .user-cover {
  display: none;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -42px;
  width: 84px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 10;
  border-radius: 5px;
}
.header .user-img .user-cover a {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #444444;
}
.header .user-img .user-cover:after {
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -7px;
  content: '';
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.header .user-img .user-cover:before {
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -8px;
  content: '';
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.header .user-img:hover .user-cover {
  display: block;
}
.search-wrap {
  margin-top: 28px;
  height: 60px;
  position: relative;
}
.search-a {
  display: block;
  margin-left: 30px;
  width: 32px;
  height: 32px;
  background: url('../images/icon.png') no-repeat -3px -4px;
}
.search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
}
.search-input {
  display: block;
  width: 240px;
  padding-right: 45px;
  padding-left: 15px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 103, 56, 0.4);
}
.search-btn {
  position: absolute;
  top: 0px;
  right: 0;
  width: 45px;
  height: 45px;
  background: url('../images/icon.png') no-repeat -44px 3px;
  cursor: pointer;
}
.search-form input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
/*导航*/
.nav-list {
  float: left;
  text-align: center;
  padding: 14px 0;
}
.nav-list a:hover {
  text-decoration: none;
}
.nav-list > a {
  display: block;
  color: #444;
  margin: 0 12px;
  font-size: 16px;
}
.nav-list:hover > a,
.nav-list.active > a {
  color: #006738;
}
.nav .nav-fluid {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 48px;
  background: #fff;
  border-top: 1px solid #bbb;
}
.nav .nav-submenu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 16;
  padding: 17px 0 16px;
  line-height: 1;
}
.nav .nav-submenu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.nav .nav-submenu li a {
  margin-right: 36px;
  margin-left: 12px;
  color: #444;
  font-size: 15px;
}
.nav .nav-submenu li a:hover {
  color: #006738;
}
.banner {
  position: relative;
}
.banner-img-wrap {
  position: relative;
  overflow: hidden;
}
.banner-img-menu {
  position: relative;
}
.banner-img-menu li {
  float: left;
  width: 100%;
}
.banner-img-menu li a {
  display: block;
  height: 620px;
}
.banner .btn-a {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-size: 0;
}
.banner .btn-a a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  text-align: center;
  margin: 0 15px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
}
.banner .btn-a a.active {
  background: #006738;
}
.banner .arrow-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
}
.banner .prev-arrow,
.banner .next-arrow {
  position: absolute;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon.png) no-repeat;
}
.banner .prev-arrow {
  left: -60px;
  background-position: -2px -49px;
}
.banner .prev-arrow:hover {
  background-position: -2px -91px;
}
.banner .next-arrow {
  right: -60px;
  background-position: -42px -49px;
}
.banner .next-arrow:hover {
  background-position: -42px -91px;
}
.shortcut-index-wrap {
  position: relative;
  z-index: 20;
  margin-top: -40px;
  padding: 30px 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.shortcut-index-wrap a {
  float: left;
  width: 300px;
  margin: 0px 50px;
}
.shortcut-index-wrap a i {
  width: 88px;
  height: 88px;
  border-radius: 100%;
  margin-right: 30px;
  background: url(../images/icon.png) no-repeat;
}
.shortcut-index-wrap a i.i1 {
  box-shadow: 0px 2px 6px 0px rgba(148, 212, 93, 0.6);
  background-position: -9px -66px;
}
.shortcut-index-wrap a i.i2 {
  box-shadow: 0px 2px 6px 0px rgba(254, 152, 62, 0.6);
  background-position: -116px -66px;
}
.shortcut-index-wrap a i.i3 {
  box-shadow: 0px 2px 6px 0px rgba(68, 144, 253, 0.6);
  background-position: -228px -66px;
}
.shortcut-index-wrap a h3 {
  padding-top: 16px;
  font-size: 20px;
  color: #444444;
  font-weight: 400;
}
.shortcut-index-wrap a p {
  margin-top: 16px;
  font-size: 16px;
  color: #999999;
}
.shortcut-index-wrap a:hover {
  text-decoration: none;
}
.shortcut-index-wrap a:hover h3 {
  color: #006738;
}
.news-index-slide-box {
  width: 448px;
}
.news-index-slide-box .c-title a {
  font-size: 34px;
  color: #006738;
}
.news-index-slide-box .c-title a:hover {
  text-decoration: none;
}
.news-index-slide-box .news-index-slide-wrap {
  margin-top: 38px;
  position: relative;
}
.news-index-slide-box .news-index-slide-wrap .news-index-slide-menu li {
  float: left;
}
.news-index-slide-box .news-index-slide-wrap .news-index-slide-menu li .time {
  font-size: 24px;
  color: #cdcdcd;
}
.news-index-slide-box .news-index-slide-wrap .news-index-slide-menu li h3 a {
  display: block;
  margin-top: 26px;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-index-slide-box .news-index-slide-wrap .news-index-slide-menu li h3 a:hover {
  color: #006738;
}
.news-index-slide-box .news-index-slide-wrap .news-index-slide-menu li p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 21px;
  height: 42px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-index-slide-box .news-index-slide-wrap .btn {
  margin-top: 20px;
}
.news-index-slide-box .news-index-slide-wrap .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8px;
  height: 8px;
  margin-right: 24px;
  border-radius: 100%;
  border: 1px solid #ddd;
}
.news-index-slide-box .news-index-slide-wrap .btn a.active {
  border-color: #FFBB05;
}
.news-index-right-box {
  width: 650px;
}
.news-index-right-box .c-title a {
  font-size: 34px;
  color: #006738;
}
.news-index-right-box .c-title a:hover {
  text-decoration: none;
}
.news-index-right-box .news-index-right-con {
  position: relative;
}
.news-index-right-box .news-index-right-con .news-index-right-menu li {
  float: left;
}
.news-index-right-box .news-index-right-con .btn {
  margin-top: 20px;
}
.news-index-right-box .news-index-right-con .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8px;
  height: 8px;
  margin-right: 24px;
  border-radius: 100%;
  border: 1px solid #ddd;
}
.news-index-right-box .news-index-right-con .btn a.active {
  border-color: #FFBB05;
}
.news-index-right-box .news-index-right-con {
  margin-top: 45px;
}
.news-index-right-box .news-index-right-con h3 a {
  display: block;
  font-size: 28px;
  font-weight: normal;
  line-height: 30px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-index-right-box .news-index-right-con h3 a:hover {
  color: #006738;
}
.news-index-right-box .news-index-right-con p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 21px;
  height: 84px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-index-right-box .news-index-right-con .more {
  margin-top: 16px;
  display: block;
  width: 40px;
  height: 12px;
  background: url(../images/icon.png) no-repeat -107px -11px;
  transition: background-position 0.5s;
}
.news-index-right-box .news-index-right-con .more:hover {
  background-position: -107px -36px;
}
.intro-index-wrap .en-title {
  font-size: 30px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}
.intro-index-wrap .cn-title {
  margin-top: 35px;
  font-size: 34px;
  color: #ffffff;
}
.intro-index-wrap .info {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.intro-index-wrap .more {
  margin-top: 27px;
  display: block;
  width: 40px;
  height: 12px;
  background: url(../images/icon.png) no-repeat -171px -11px;
  transition: margin-left 0.5s;
}
.intro-index-wrap .more:hover {
  margin-left: 15px;
}
.footer {
  background-color: #404243;
}
.footer .footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .footer-logo {
  /* padding-top: 10px; */
}
.footer .footer-nav {
  width: 380px;
  position: relative;
  margin-left: 65px;
}
.footer .footer-nav:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: '';
  width: 1px;
  height: 130px;
  background-color: #555555;
}
.footer .footer-nav a {
  float: left;
  margin-left: 60px;
  margin-bottom: 28px;
  font-size: 16px;
  color: #ffffff;
}
.footer .footer-img {
  padding-left: 60px;
  position: relative;
}
.footer .footer-img:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: '';
  width: 1px;
  height: 130px;
  background-color: #555555;
}
.footer .footer-img img {
  width: 120px;
  height: 120px;
}
.footer .footer-img .t {
  width: 190px;
  margin-left: 15px;
  color: #ffffff;
  text-align: center;
}
.footer .footer-img .t .p1 {
  padding: 18px 0;
  font-size: 18px;
  border-bottom: 1px solid #555;
}
.footer .footer-img .t .p2 {
  margin-top: 18px;
  font-size: 14px;
}
.footer .copy-right {
  padding: 16px 0;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #555;
}
/* 新闻列表页 */
.bannerColumn {
  height: 350px;
}
.news-list-menu {
  margin-left: -40px;
  margin-top: 10px;
}
.news-list-menu li {
  float: left;
  margin-left: 40px;
  padding: 30px 0;
  width: 580px;
  border-bottom: 1px solid #eee;
}
.news-list-menu li .time {
  width: 90px;
  height: 60px;
  margin-right: 28px;
  padding: 25px 10px;
  background-color: #eee;
  border-radius: 8px;
  text-align: center;
  color: #999999;
}
.news-list-menu li .time .p1 {
  font-size: 28px;
}
.news-list-menu li .time .p2 {
  margin-top: 16px;
  font-size: 16px;
}
.news-list-menu li h3 a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  font-weight: 400;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-menu li h3 a:hover {
  color: #006738;
}
.news-list-menu li .info {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-menu li:hover .time {
  color: #fff;
  background: #006738;
}
.subcolumn-t-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #ededed;
}
.subcolumn-t-wrap a {
  font-size: 16px;
  margin: 0 30px;
  color: #000000;
}
.subcolumn-t-wrap a:first-child {
  margin-left: 0;
}
.subcolumn-t-wrap a:hover,
.subcolumn-t-wrap a.active {
  color: #006738;
  text-decoration: none;
}
.page {
  text-align: center;
  margin: 50px 0 60px;
}
.page a {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: solid 1px #ddd;
  text-align: center;
  color: #999;
  margin: 0 12px;
}
.page a:hover,
.page a.active {
  color: #fff;
  border-color: #006738;
  background-color: #006738;
  text-decoration: none;
}
.page a.pageprev {
  background: url('../images/page.png') no-repeat 0 -2px;
}
.page a.pagenext {
  background: url('../images/page.png') no-repeat -59px -2px;
}
.page a.pageprev:hover {
  background-color: #006738;
  background-position: 0 -46px;
}
.page a.pagenext:hover {
  background-color: #006738;
  background-position: -59px -46px;
}
/* 新闻详情 */
.news-text-wrap {
  padding-bottom: 60px;
}
.news-text-t {
  padding: 32px 0 28px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.news-text-t h1 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  color: #333;
}
.news-text-t .time {
  margin-top: 16px;
  color: #777;
  font-size: 14px;
}
.news-text-c {
  padding: 40px 0 50px;
  font-size: 16px;
  line-height: 28px;
  color: #454545;
}
.news-text-c img {
  max-width: 100%;
  margin-top: 8px;
}
.page-next-prev {
  padding: 22px 0;
  line-height: 22px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-next-prev p {
  max-width: 400px;
  color: #999;
  font-size: 14px;
}
.page-next-prev p span {
  display: block;
  color: #444;
}
.page-next-prev a {
  font-size: 14px;
  color: #444;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-next-prev a:hover {
  color: #006738;
}
.page-contact-wrap {
  margin-top: 40px;
  position: relative;
  height: 290px;
  background: #eee;
}
.page-contact-wrap .map{
  z-index: 1;
}
.page-contact-wrap .page-contact-cover {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 300px;
  height: 190px;
  padding: 50px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}
.page-contact-wrap .page-contact-cover p {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 18px;
}
.page-contact-wrap .page-contact-cover img {
  width: 100px;
  height: 100px;
}
.page-contact-message .title {
  font-size: 28px;
  color: #000000;
  text-align: center;
}
.page-contact-message .message-form {
  margin-top: 10px;
}
.page-contact-message .message-form .input-wrap {
  margin-left: -36px;
}
.page-contact-message .message-form .input {
  float: left;
  width: 560px;
  height: 48px;
  margin-left: 36px;
  margin-top: 30px;
  line-height: 48px;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.page-contact-message .message-form .textarea {
  width: 1178px;
  height: 110px;
  margin-top: 30px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.page-contact-message .message-form .submit {
  display: block;
  margin: 67px auto 0;
  width: 450px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #006738;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.page-contact-message .message-form .submit:hover {
  background: #004e2a;
}
.download-list-menu {
  margin-top: 10px;
  margin-left: -40px;
}
.download-list-menu li {
  float: left;
  margin-left: 40px;
  width: 580px;
  padding: 28px 0;
  border-bottom: 1px solid #eee;
}
.download-list-menu li a {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-list-menu li a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 13px;
  width: 4px;
  height: 4px;
  background: #444;
}
.download-list-menu li a:hover {
  color: #006738;
}
.pop-juan {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
  z-index: 6666;
  display: none;
}
.pop-juan .mask-pop {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6667;
}
.pop-juan .pop-box {
  height: 100%;
  text-align: center;
  font-size: 0;
  /* max-width: 90%; */
  margin: 0 auto;
}
.pop-juan .pop-box .pop-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  z-index: 6668;
  *margin-top: 100px;
  background: #fff;
  text-align: left;
}
.pop-juan .pop-box:after {
  content: '';
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.pop-juan .close-pop {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  display: block;
  z-index: 6669;
  background: url('../images/icon.png') no-repeat -242px -9px;
  cursor: pointer;
}
.login-reg-pop .pop-content {
  padding: 55px 65px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.login-reg-pop .pop-content .login-box-hook {
  display: none;
}
.login-reg-pop .pop-content .login-title {
  text-align: center;
  color: #444444;
  font-size: 22px;
}
.login-reg-pop .pop-content .login-title a {
  color: #999999;
  margin: 0 40px;
  font-size: 22px;
  position: relative;
}
.login-reg-pop .pop-content .login-title a:hover,
.login-reg-pop .pop-content .login-title a.active {
  text-decoration: none;
  color: #444444;
}
.login-reg-pop .pop-content .login-title a:first-child:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #dddddd;
}
.login-reg-pop .pop-content .login-form {
  padding-top: 15px;
}
.login-reg-pop .pop-content .login-form .input {
  display: block;
  margin-top: 25px;
  width: 310px;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px solid #dddddd;
  text-align: left;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
}
.login-reg-pop .pop-content .login-form .submit {
  margin-top: 45px;
  display: block;
  width: 330px;
  height: 48px;
  line-height: 48px;
  background-color: #006738;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
}
.login-reg-pop .pop-content .login-form .submit:hover {
  background: #004e2a;
}
.login-reg-pop .pop-content .login-form .verification-code .input {
  width: 170px;
}
.login-reg-pop .pop-content .login-form .verification-code .btn {
  margin-top: 25px;
  width: 130px;
  height: 48px;
  line-height: 48px;
  background-color: #006738;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.login-reg-pop .pop-content .tip {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
}
.login-reg-pop .pop-content .tip a {
  font-size: 14px;
  color: #006738;
}
.login-reg-pop .pop-content .tip a.fl {
  color: #999999;
}
.login-reg-pop .pop-content .tip .checkbox {
  vertical-align: middle;
}
.login-reg-pop .pop-content .tip .checkbox + label {
  padding-left: 10px;
}
.page-meeting-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 40px 50px 58px;
  background-color: #ffffff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.page-meeting-wrap .title {
  font-size: 28px;
  color: #444444;
  text-align: center;
}
.page-meeting-wrap .page-meeting-info {
  margin-left: -60px;
  margin-top: 15px;
  margin-bottom: 60px;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl {
  float: left;
  width: 520px;
  margin-left: 60px;
  margin-top: 35px;
  font-size: 16px;
  line-height: 48px;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl.danwei-dl .input {
  padding-right: 40px;
  width: 328px;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl.danwei-dl .page-meeting-dd {
  position: relative;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl.danwei-dl .danwei {
  position: absolute;
  right: 10px;
  top: 0;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl dt,
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl dd.page-meeting-dd {
  float: left;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl dt {
  width: 140px;
  font-size: 16px;
  color: #666666;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .input {
  display: block;
  width: 358px;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #444;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .checkbox,
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl label,
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .radio {
  vertical-align: middle;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .checkbox + label,
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .radio + label {
  font-size: 16px;
  color: #444444;
  padding-left: 10px;
  margin-right: 15px;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .area-selector {
  float: left;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .area-selector .layui-input {
  width: 155px;
  width: 158px;
  padding: 0 10px;
  margin-left: 20px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #444;
  border-radius: 4px;
  border: solid 1px #dddddd;
  box-sizing: content-box;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .area-selector:first-child .layui-input {
  margin-left: 0;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl.big {
  width: 100%;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl.big .page-meeting-dd {
  width: 960px;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl.big span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl.big span i {
  margin-left: 20px;
  margin-right: 20px;
  font-style: normal;
  color: #999999;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl.big .button {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 120px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  border: solid 1px #006738;
  cursor: pointer;
  font-size: 16px;
  color: #006738;
  text-align: center;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl.big .button img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  height: 100%;
  border-radius: 100%;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl.big .button .file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 50;
  cursor: pointer;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .item {
  float: left;
  position: relative;
  margin-left: 12px;
  margin-top: 20px;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .item .input2 {
  width: 150px;
  padding-left: 120px;
  padding-right: 40px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  text-align: right;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .item .danwei {
  position: absolute;
  right: 10px;
  top: 0;
}
.page-meeting-wrap .page-meeting-info dl.page-meeting-dl .item .tip {
  position: absolute;
  left: 10px;
  top: 0;
}
.page-meeting-wrap .submit {
  display: block;
  margin: 18px auto 0;
  width: 380px;
  height: 48px;
  line-height: 48px;
  background-color: #006738;
  border-radius: 24px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.page-meeting-wrap .submit:hover {
  background: #004e2a;
}
.page-flow-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
  border-radius: 10px;
  text-align: center;
}
.page-flow-wrap .title {
  font-size: 24px;
}
.page-flow-wrap .go-submit {
  display: block;
  margin: 60px auto 0;
  width: 600px;
  height: 50px;
  line-height: 50px;
  background-color: #31aa99;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}
.page-flow-wrap .go-submit:hover {
  background: #2b9687;
}
.page-user-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
}
.page-user-left {
  width: 280px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #fff;
}
.page-user-left dt {
  line-height: 68px;
  font-size: 20px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #ededed;
}
.page-user-left dd {
  padding: 25px 0 40px;
  line-height: 60px;
  text-align: center;
}
.page-user-left dd a {
  display: block;
  font-size: 16px;
  color: #444;
  border-left: 4px solid #fff;
}
.page-user-left dd a:hover,
.page-user-left dd a.active {
  color: #006738;
  text-decoration: none;
  background: #c6dfa6;
  border-color: #006738;
}
.page-user-right {
  width: 800px;
  padding: 0 40px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.page-user-right .subcolumn-title {
  padding-left: 20px;
  line-height: 68px;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #ededed;
}
.user-info-form {
  padding: 20px 20px 58px;
  margin-left: -40px;
}
.user-info-form dl {
  float: left;
  width: 360px;
  margin-left: 40px;
  margin-top: 20px;
}
.user-info-form dl.r dd {
  position: relative;
}
.user-info-form dl.r dd .input {
  padding-right: 40px;
  width: 308px;
}
.user-info-form dl.r span {
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 16px;
}
.user-info-form dl dt {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.user-info-form dl .input {
  display: block;
  width: 338px;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  box-sizing: content-box;
  font-size: 16px;
  color: #333;
}
.user-info-form dl.big {
  width: 100%;
}
.user-info-form dl.big .input {
  width: 738px;
}
/* .user-info-form dl.big .button { */
.user-info-form dl .button {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 120px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  border: solid 1px #006738;
  cursor: pointer;
  font-size: 16px;
  color: #006738;
  text-align: center;
}
.user-info-form dl .button a{
  color: #006738;
}
.user-info-form dl.big .button img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  height: 100%;
  border-radius: 100%;
}
/* .user-info-form dl.big .button .file { */
.user-info-form dl .button .file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 50;
  cursor: pointer;
}


.user-info-form .submit-wrap {
  float: left;
  margin-left: 40px;
  width: 100%;
}
.user-info-form .submit {
  display: block;
  margin: 50px auto 0;
  width: 140px;
  height: 48px;
  line-height: 48px;
  background-color: #006738;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.user-info-form .submit:hover {
  background: #004e2a;
}
.user-meeting-menu li {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
.user-meeting-menu li a {
  font-size: 15px;
  color: #000000;
}
.user-meeting-menu li a:hover {
  color: #006738;
}
.user-meeting-menu li span {
  line-height: 54px;
  height: 54px;
  text-align: center;
}
.user-meeting-menu li span.color {
  color: #006738;
}
.user-meeting-menu li span.green {
  color: #2cb9a9;
}
.user-meeting-menu li span.red {
  color: #ed5666;
}
.user-meeting-menu li span.yellow {
  color: #ed8f2a;
}
.user-query-wrap span {
  float: left;
  padding: 0 10px;
  width: 105px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-query-wrap span.s1 {
  width: 40px;
}
.user-query-wrap span.s6,
.user-query-wrap span.s7,
.user-query-wrap span.s8 {
  width: 60px;
}
.user-query-wrap .user-meeting-menu span.s4,
.user-query-wrap .user-meeting-menu span.s6 {
  color: #333333;
}
.user-query-wrap .title-t {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #666666;
  background-color: #eeeeee;
}
.user-meeting-wrap span {
  float: left;
  padding: 0 10px;
  width: 160px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-meeting-wrap span.s1 {
  width: 40px;
}
.user-meeting-wrap span.s3 {
  width: 200px;
}
.user-meeting-wrap span.s4,
.user-meeting-wrap span.s6 {
  width: 60px;
}
.user-meeting-wrap .user-meeting-menu span.s4,
.user-meeting-wrap .user-meeting-menu span.s5 {
  color: #333333;
}
.user-meeting-wrap .title-t {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #666666;
  background-color: #eeeeee;
}
.meeing-show-table-wrap {
  padding-bottom: 60px;
}
.meeing-show-table-wrap .submit {
  display: block;
  margin: 40px auto 0;
  width: 140px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #006738;
  border-radius: 4px;
  cursor: pointer;
}
.meeing-show-table-wrap .submit:hover {
  text-decoration: none;
  background-color: #004e2a;
}
.meeing-show-table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.meeing-show-table tr {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #444444;
}
.meeing-show-table td {
  border: 1px solid #dedede;
  padding: 10px 15px;
  line-height: 24px;
}
.meeing-show-table td input{
  font-size: 16px;
  color: #444;
  width: 100%;
}
.meeing-show-table td.h {
  color: #888;
  padding: 0;
  text-align: center;
}
.meeing-show-table td a {
  font-size: 16px;
  color: #444444;
}
.meeing-show-table td a:hover{
  color: #006738
}
.meeing-show-table .checkbox,
.meeing-show-table label,
.meeing-show-table .radio {
  vertical-align: middle;
}
.meeing-show-table .checkbox + label,
.meeing-show-table .radio + label {
  font-size: 16px;
  color: #444444;
  padding-left: 10px;
  margin-right: 15px;
}
.meeing-show-table .p {
  float: left;
  width: 30%;
}
.meeing-show-table #clear,
.meeing-show-table #export {
  margin-top: 25px;
  width: 50px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 8px;
  border: solid 1px #dddddd;
  color: #888888;
  cursor: pointer;
  text-align: center;
}
.meeing-show-table #export {
  border-color: #006738;
  color: #006738;
}
#export[disabled="disabled"]{
  border: solid 1px #dddddd;
  color: #888888;
  cursor: no-drop;
}
.meeing-show-table .button {
  position: relative;
  width: 86px;
  height: 30px;
  margin-right: 5px;
  line-height: 30px;
  border-radius: 4px;
  border: solid 1px #006738;
  cursor: pointer;
  font-size: 14px;
  color: #006738;
  text-align: center;
}
.meeing-show-table .button .file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 50;
  cursor: pointer;
}
.progress-query-menu li {
  float: left;
  width: 80px;
  margin-left: 100px;
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.progress-query-menu li span {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #006738;
  background-color: #c6dfa6;
  border-radius: 20px;
}
.progress-query-menu li.ed span {
  background: #006738 url(../images/icon.png) no-repeat -377px -1px;
}
.progress-query-menu li.ing span {
  background-color: #006738;
  color: #fff;
}
.progress-query-menu li p {
  margin-top: 20px;
  font-size: 18px;
  color: #444444;
}
.progress-query-menu li:before {
  position: absolute;
  top: 20px;
  left: -100px;
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #c6dfa6;
}
.progress-query-menu li:first-child {
  margin-left: 90px;
}
.progress-query-menu li:first-child:before {
  display: none;
}
.approve-text-wrap {
  padding: 0 70px;
}
.approve-text-wrap .approve-title {
  margin-top: 40px;
  margin-bottom: 26px;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.approve-text-wrap .approve-rules {
  line-height: 22px;
  font-size: 16px;
  color: #333333;
}
.approve-text-wrap .approve-rules p {
  margin-top: 4px;
}
.approve-text-wrap .approve-rules span {
  color: #006738;
}
.approve-text-wrap .approve-score-menu p {
  margin-top: 18px;
  font-size: 18px;
  color: #333;
}
.approve-text-wrap .approve-score-menu .score {
  float: left;
  width: 25%;
  font-size: 16px;
  color: #444;
}
.approve-text-wrap .approve-score-menu .score input {
  margin-right: 25px;
}
.user-info-cost-form {
  padding-bottom: 58px;
}
.user-info-cost-form .submit {
  display: block;
  margin: 40px auto 0;
  width: 140px;
  height: 48px;
  line-height: 48px;
  background-color: #006738;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.user-info-cost {
  padding: 0 20px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.user-info-cost b {
  color: #006738;
}
.user-info-cost .input {
  width: 360px;
  line-height: 22px;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #ddd;
}
.user-info-cost .select {
  width: 220px;
  line-height: 22px;
  font-size: 18px;
  color: #333333;
  border-bottom: solid 1px #dddddd;
}
.user-info-id {
  margin-top: 22px;
}
.user-info-id .user-idcard {
  float: left;
  margin: 0 25px;
  position: relative;
  width: 330px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  border: solid 1px #eeeeee;
}
.user-info-id .user-idcard img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  height: 100%;
  background: #fff;
}
.user-info-id .user-idcard .file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 50;
  cursor: pointer;
}
.reimburse-form dl {
  margin-top: 20px;
  line-height: 46px;
  font-size: 16px;
  color: #444444;
}
.reimburse-form dl.ddl {
  margin-left: -40px;
}
.reimburse-form dl.ddl dt {
  margin-left: 40px;
}
.reimburse-form dl.ddl dt,
.reimburse-form dl.ddl dd {
  float: none;
}
.reimburse-form dl dt {
  float: left;
  width: 260px;
}
.reimburse-form dl dd {
  float: left;
}
.reimburse-form dl dd .input {
  width: 644px;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  font-size: 16px;
  color: #444444;
}
.reimburse-form dl dd .input2 {
  margin-bottom: 10px;
  margin-left: 40px;
  float: left;
  width: 290px;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  font-size: 16px;
  color: #444444;
}
.reimburse-form dl dd .item {
  float: left;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
  margin-left: 40px;
}
.reimburse-form dl dd .item .input2 {
  width: 218px;
  margin-left: 0;
  padding-left: 120px;
  padding-right: 40px;
  text-align: right;
}
.reimburse-form dl dd .item .danwei {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 16px;
  color: #999;
}
.reimburse-form dl dd .item .tip {
  position: absolute;
  left: 10px;
  top: 0;
}
.reimburse-form dl .button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 120px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  border: solid 1px #006738;
  cursor: pointer;
  font-size: 16px;
  color: #006738;
  text-align: center;
}
.reimburse-form dl .button .file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 50;
  cursor: pointer;
}

textarea#p_opinion{
  width: 100%;
  min-height: 90px;
}

.search-query-form {
  position: relative;
  margin-top: 15px;
}
.search-query-form .search-input {
  height: 38px;
  line-height: 38px;
  border-radius: 10px;
  background-color: #eee;
  color: #333;
  font-size: 16px;
  border: 1px solid #ddd;
}
.search-query-form .search-btn {
  top: 1px;
  right: 1px;
  width: 38px;
  height: 38px;
  background: url(../images/icon.png) no-repeat -425px 1px;
}


.help-list-menu {
  margin-top: 20px;
  margin-left: -30px;
}
.help-list-menu li {
  float: left;
  margin-top: 40px;
  margin-left: 30px;
  width: 380px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.help-list-menu li .video-wrap {
  position: relative;
}
.help-list-menu li .video-wrap .poster {
  width: 380px;
  height: 218px;
  object-fit: cover;
  display: block;
}
.help-list-menu li .video-wrap .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 5;
  cursor: pointer;
}
.help-list-menu li .info-wrap {
  padding: 15px 20px 20px;
}
.help-list-menu li .info-wrap .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #444444;
}
.help-list-menu li .info-wrap .info {
  margin-top: 15px;
  font-size: 16px;
  color: #999999;
}
.help-list-menu li .info-wrap .info span {
  font-size: 20px;
  color: #006738;
}
.video-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
  z-index: 6666;
  display: none;
}
.video-pop .mask-video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6667;
}
.video-pop .cover-content {
  max-width: 1200px;
  margin: auto;
  height: 100%;
  text-align: center;
}
.video-pop .cover-content:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.video-pop .close-pop {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 30px;
}
.video-pop .close-pop:hover {
  text-decoration: none;
}
.video-pop .cover-content .video-watch {
  width: 700px;
  height: 400px;
}
video:focus {
  outline: none;
}
.video-pop .video-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 700px;
  height: 400px;
  position: relative;
  z-index: 6668;
  *margin-top: 100px;
  background: #000;
}
/* 专家库 */
.expert-nav-wrap {
  margin-left: -24px;
  padding-top: 8px;
  padding-bottom: 60px;
}
.expert-nav-wrap a {
  float: left;
  margin-top: 32px;
  margin-left: 24px;
  width: 178px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  border: solid 1px #cccccc;
}
.expert-nav-wrap a:hover,
.expert-nav-wrap a.active {
  color: #ffffff;
  background-color: #006738;
  border-color: #006738;
  text-decoration: none;
}
.expert-list-menu {
  margin-left: -26px;
}
.expert-list-menu li {
  float: left;
  width: 280px;
  margin-top: 40px;
  margin-left: 26px;
}
.expert-list-menu li img {
  display: block;
  width: 280px;
  height: 390px;
  background-color: #d0d0d0;
  object-fit: cover;
}
.expert-list-menu li p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.expert-list-menu li a:hover {
  text-decoration: none;
}
.expert-list-menu li a:hover p {
  color: #006738;
}
.expert-text-wrap {
  padding: 40px 0 60px;
}
.expert-text-wrap .img {
  width: 360px;
  height: 500px;
  object-fit: cover;
  background-color: #d0d0d0;
}
.expert-text-wrap .info {
  width: 760px;
  line-height: 30px;
}
.expert-text-wrap .info .name {
  font-size: 24px;
  color: #444444;
}
.expert-text-wrap .info .desc {
  margin-top: 15px;
  font-size: 16px;
  color: #999999;
}
.expert-text-wrap .info .con {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.expert-text-wrap .info .con .t {
  font-size: 18px;
  color: #000000;
  margin-bottom: 12px;
}
