body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
.t3d {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
nav.navbar.bootsnav {
  min-height: 56px;
  border: none;
  background-color: #0a5c35;
  z-index: 999;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
}
nav.navbar.bootsnav .navbar-brand .logo-s {
  display: none;
}
nav.navbar.bootsnav ul.nav > li {
  position: relative;
}
nav.navbar.bootsnav ul.nav > li:after {
  content: '';
  position: absolute;
  background-color: #548d72;
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
nav.navbar.bootsnav ul.nav > li:last-child:after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li a {
  text-align: center;
  font-weight: normal;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a,
nav.navbar.bootsnav ul.nav li.dropdown.on > a {
  background-color: #0f7444;
  color: #fff;
}
@media (min-width: 993px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 1px;
  }
  nav.navbar.bootsnav ul.nav > li:first-child {
    margin-left: 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 13px 10px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 100%;
    border-top: 3px solid #0f7444;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 30px;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #0f7444;
  }
}
@media (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  nav.navbar.bootsnav ul.nav > li a {
    padding-left: 52px;
    padding-right: 52px;
    font-size: 18px;
  }
}
@media (max-width: 1599px) {
  nav.navbar.bootsnav ul.nav > li a {
    padding-left: 42px;
    padding-right: 42px;
    font-size: 18px;
  }
}
@media (max-width: 1279px) {
  nav.navbar.bootsnav ul.nav > li a {
    padding-left: 38px;
    padding-right: 38px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li a {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav {
    min-height: 0px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
  }
  nav.navbar.bootsnav .navbar-nav {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-bottom: 2px;
  }
  nav.navbar.bootsnav ul.nav > li:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child a {
    border-bottom: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
  nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
  nav.navbar.bootsnav ul.nav li > a:hover,
  nav.navbar.bootsnav ul.nav li > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a:hover,
  nav.navbar.bootsnav ul.nav li.active > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: rgba(10, 92, 53, 0.2);
    padding: 5px 10px!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-nav {
    margin-left: 15px;
    margin-right: 15px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-bottom: 2px;
  }
  nav.navbar.bootsnav ul.nav > li:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child a {
    border-bottom: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
  }
}
/*font*/
/*header*/
.header {
  background: url(ciec-header-bg.png) no-repeat top left;
  background-size: contain;
  min-height: 140px;
}
.header .h-logo {
  float: left;
  padding-top: 19px;
  padding-bottom: 19px;
}
.header .h-logo img {
  display: block;
}
.tools {
  position: relative;
  top: 48px;
  float: right;
  z-index: 999;
}
.tools .search-trigger {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: url(ciec-search-a.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.search-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
}
.search-box .s-inp {
  background-color: #deeee9;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: 100%;
  padding-left: 20px;
  padding-right: 45px;
}
.search-box .s-btn {
  background: url(ciec-search-a.png) no-repeat;
  width: 17px;
  height: 17px;
  border: none;
  position: absolute;
  right: 15px;
  top: 11px;
}
/*footer*/
.footer {
  background: url(ciec-footer-bg.png) no-repeat top center;
  background-size: cover;
}
.footer .footer-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}
.footer .footer-link a {
  float: left;
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}
.footer .footer-link a:hover {
  text-decoration: underline;
}
.footer .footer-link a:after {
  content: '';
  height: 16px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 4px;
  right: 0;
  position: absolute;
}
.footer .footer-link a:first-child {
  padding-left: 0;
}
.footer .footer-link a:last-child {
  padding-right: 0;
}
.footer .footer-link a:last-child:after {
  display: none;
}
.footer .footer-info {
  position: relative;
  padding: 35px 0 35px 280px;
  color: #fff;
}
.footer .footer-info .info-logo {
  position: absolute;
  margin-left: -280px;
  width: 262px;
}
.footer .footer-info .info-logo:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .footer-info .info-logo img {
  display: block;
  max-width: 244px;
}
/*index-banner*/
.index-banner {
  overflow: hidden;
}
.index-banner .banner-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.index-banner .banner-box .a-img {
  height: 600px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
}
.index-banner .banner-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(ciec-img-19.png) repeat-x bottom center;
  height: 130px;
  z-index: 2;
}
.index-banner .banner-box img {
  display: block;
  width: 100%;
}
.index-banner .banner-box .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
}
.index-banner .banner-box .box-title .title-s {
  max-width: 740px;
  display: block;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  max-height: 80px;
  overflow: hidden;
}
.index-banner .slick-dots {
  z-index: 99;
  bottom: 30px;
  left: auto;
  width: auto;
  right: 13%;
}
.index-banner .slick-dots li {
  width: 55px;
  height: 5px;
  border-radius: 0;
  background-color: #ffffff;
  transition: all 0.5s;
}
.index-banner .slick-dots li.slick-active {
  background-color: #f6c303;
}
.public-box {
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}
.public-title {
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1;text-transform: uppercase;
}
.public-title:after {
  content: '';
  width: 40px;
  height: 5px;
  background: #117948;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.public-more {
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin: 30px auto 0;
  text-align: center;
  transition: all 0.5s;
}
.public-more.more-01 {
  border: solid 1px rgba(255, 255, 255, 0.46);
}
.public-more.more-01:hover {
  background-image: linear-gradient(-90deg, #12864f 0%, #107244 100%), linear-gradient(#2f2424, #2f2424);
}
.public-more.more-02 {
  background-image: linear-gradient(-90deg, #12864f 0%, #107244 100%), linear-gradient(#2f2424, #2f2424);
}
.public-more.more-02:hover {
  background-image: linear-gradient(-90deg, #12864f 0%, #1b9112 100%), linear-gradient(#2f2424, #1b9112);
}
.public-more:hover {
  color: #fff;
}
/*index*/
.index-box-01 .main-cont {
  margin-left: 0;
  margin-right: 0;
}
.index-box-01 .main-cont .box-w {
  padding-left: 0;
  padding-right: 0;
}
.index-box-01 .public-title {
  text-align: left;
  color: #fff;
}
.index-box-01 .public-title:after {
  left: 0;
  margin-left: 0;
  background-color: #fff;
}
.index-box-01 .box-img {
  box-shadow: 0 0 10px 0 rgba(211, 215, 221, 0.99);
  border: solid 7px #ffffff;
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.index-box-01 .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-box-01 .box-img:hover img {
  transform: scale(1.1);
}
.index-box-01 .box-info {
  background: url(ciec-img-02.png) no-repeat top center;
  background-size: cover;
  margin-left: -65px;
  color: #fff;
  padding: 50px 50px 35px 120px;
}
.index-box-01 .box-txt {
  max-height: 224px;
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 28px;
}
.index-box-01 .box-more {
  width: 120px;
  height: 44px;
  line-height: 42px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.46);
  color: #ffffff;
  transition: all 0.5s;
  display: block;
}
.index-box-01 .box-more:hover {
  background-color: #fff;
  color: #107545;
}
.index-box-02 {
  background: url(ciec-img-03.png) no-repeat top center;
  background-size: cover;
}
.index-box-02 .public-title {
  margin-bottom: 20px;
}
.index-box-02 .tabs-title {
  text-align: center;
  line-height: 30px;
  margin-bottom: 35px;
}
.index-box-02 .tabs-title span,
.index-box-02 .tabs-title a {
  display: inline-block;
  vertical-align: bottom;cursor: pointer;
}
.index-box-02 .tabs-title a.a-title {
  color: #404040;
}
.index-box-02 .tabs-title a.a-title:hover,
.index-box-02 .tabs-title a.a-title.active {
  color: #107545;
}
.index-box-02 .tabs-title span.line {
  color: #b4b6b7;
  margin-left: 8px;
  margin-right: 8px;
}
.index-box-02 .tabs-cont > div {
  display: none;
}
.index-box-02 .box-s {
  border-top: 1px solid #c7cdd6;
  padding-top: 25px;
  margin-bottom: 20px;
}
.index-box-02 .box-s .box-date {
  width: 85px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #107545;
  border-radius: 4px;
  margin-bottom: 20px;
}
.index-box-02 .box-s .box-title {
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  display: block;
  margin-bottom: 15px;
}
.index-box-02 .box-s .box-txt {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-box-02 .box-s .box-more {
  display: inline-block;
  color: #0a5c35;
  line-height: 24px;
}
.index-box-02 .box-s:hover .box-title,
.index-box-02 .box-s:hover .box-more {
  color: #0a5c35;
  text-decoration: underline;
}
.index-box-03 {
  background: url(ciec-img-16.png) no-repeat top center;
  background-size: cover;
}
.index-box-03 .public-title {
  color: #fff;
}
.index-box-03 .public-title:after {
  background-color: #fff;
}
.index-box-03 .history-list-wrap {
  position: relative;
}
.index-box-03 .history-list-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}
.index-box-03 .slick-arrow {
  width: 50px;
  height: 50px;
}
.index-box-03 .slick-arrow:before {
  display: none;
}
.index-box-03 .slick-prev {
  background: url(ciec-prev.png) no-repeat top center;
  left: -70px;
}
.index-box-03 .slick-prev:hover {
  background: url(ciec-prev-h.png) no-repeat top center;
}
.index-box-03 .slick-next {
  background: url(ciec-next.png) no-repeat top center;
  right: -70px;
}
.index-box-03 .slick-next:hover {
  background: url(ciec-next-h.png) no-repeat top center;
}
.index-box-03 .history-list {
  position: relative;
  z-index: 9;
  margin-left: -15px;
  margin-right: -15px;
}
.index-box-03 .box-s {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 110px;
  position: relative;
  z-index: 9;
}
.index-box-03 .box-s .box-img {
  height: 143px;
  margin-bottom: 15px;
}
.index-box-03 .box-s .box-title {
  color: #fff;
  line-height: 1.2;
}
.index-box-03 .slick-slide:nth-child(2n) .box-s {
  background: url(ciec-img-18.png) no-repeat bottom left;
}
.index-box-03 .slick-slide:nth-child(2n +1) .box-s {
  background: url(ciec-img-17.png) no-repeat bottom left;
}
.index-box-04 .box-s {
  min-height: 208px;
  position: relative;
  padding-left: 190px;
  margin-bottom: 40px;
}
.index-box-04 .box-s .box-img {
  width: 170px;
  position: absolute;
  margin-left: -190px;
  overflow: hidden;
}
.index-box-04 .box-s .box-img img {
  display: block;
  width: 100%;
  max-height: 208px;
  transition: all 0.5s;
}
.index-box-04 .box-s .info-top {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.index-box-04 .box-s .info-top .top-name {
  line-height: 1;
  color: #333333;
  display: block;
  margin-bottom: 5px;
}
.index-box-04 .box-s .info-top .top-job {
  color: #404040;
}
.index-box-04 .box-s .info-txt {
  line-height: 26px;
  color: #666666;
  height: 78px;
  overflow: hidden;
  margin-bottom: 25px;
}
.index-box-04 .box-s .info-more {
  display: block;
  width: 60px;
  height: 30px;
  background: url(ciec-img-15.png) no-repeat center #107545;
}
.index-box-04 .box-s .info-more:hover {
  background: url(ciec-img-15.png) no-repeat center #1b9112;
}
.index-box-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-04 .box-s:hover .info-top .top-name {
  color: #107545;
}
.index-box-04 .public-more {
  margin-top: 10px;
}
.index-box-05 {
  background: url(ciec-img-09.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 50px;
}
.index-box-05 .main-cont {
  margin-left: -9px;
  margin-right: -9px;
}
.index-box-05 .main-cont .box-w {
  padding-left: 9px;
  padding-right: 9px;
}
.index-box-05 .box-s {
  background: url(ciec-img-10.png) no-repeat;
  background-size: 100% 100%;
  padding: 1px;
  height: 85px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.index-box-05 .box-s img {
  transition: all 0.5s;
}
.index-box-05 .box-s .middle-cont {
  padding: 1px;
  overflow: hidden;
}
.index-box-05 .box-s:hover img {
  transform: scale(1.1);
}
.other-banner {
  height: 320px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
/*page-main*/
.page-main {
  padding-top: 60px;
  padding-bottom: 60px;
    min-height: -moz-calc(100vh - 734px);
    min-height: -webkit-calc(100vh - 734px);
    min-height: calc(100vh - 734px);
}
/*---------- side-menu  ----------*/
.side-menu {padding-right: 20px;}
.side-menu .menu-title {
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-weight: bold;
  background-color: #0a5c35;
  padding-left: 25px;text-transform: uppercase;
}
.side-menu .menu-groups {
  overflow: hidden;
}
.side-menu .menu-groups .menu-box {
  border-bottom: 1px solid #d4d8e6;
  padding-bottom: 1px;
}
.side-menu .menu-groups .menu-box .a-title {
  min-height: 58px;
  line-height: 30px;
  background: url(ciec-img-40.png) no-repeat right 15px center #fff;
  position: relative;
  padding: 14px 30px 14px 40px;
  color: #3b4461;
  display: block;
}
.side-menu .menu-groups .menu-box .a-title:after {
  content: '';
  width: 5px;
  height: 16px;
  background-color: #c8cddf;
  border-radius: 3px;
  position: absolute;
  left: 25px;
  top: 21px;
}
.side-menu .menu-groups .menu-box .a-title:hover,
.side-menu .menu-groups .menu-box .a-title.current {
  background: url(ciec-img-40.png) no-repeat right 15px center #f1f3fa;
  font-weight: bold;
}
.side-menu .menu-groups .menu-box .a-title:hover:after,
.side-menu .menu-groups .menu-box .a-title.current:after {
  background-color: #0a5c35;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  margin-bottom: 25px;
}
.bread-crumbs .bread-title {
  color: #25272e;
  float: left;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  padding-bottom: 15px;
}
.bread-crumbs .bread-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 5px;
  background-color: #117948;
}
.bread-crumbs .bread-item-groups {
  float: right;
  line-height: 40px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item.cur {
  color: #0a5c35;
}
.bread-crumbs .bread-item + .bread-item:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px;
}
.bread-crumbs .bread-item + .bread-item:before a {
  color: #737373;
}
.bread-crumbs a:hover {
  color: #0a5c35;
}
/*page*/
.page {
  text-align: center;
  margin-top: 30px;
}
.page a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 2px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
}
.page a:hover,
.page a.active,
.page a.a-s {
  background-color: #0a5c35;
  color: #fff;
}
.page-phone {
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  background-color: #0a5c35;
  display: none;
}
.mod-01 .public-title {
  text-align: left;
}
.mod-01 .public-title:after {
  left: 0;
  margin-left: 0;
}
.mod-01 .box-img {
  position: relative;
  padding-right: 35px;
  padding-bottom: 35px;
}
.mod-01 .box-img:after {
  content: '';
  position: absolute;
  top: 35px;
  left: 35px;
  right: 0;
  bottom: 0;
  background-color: #eff2f3;
  z-index: -1;
}
.mod-01 .box-img img {
  display: block;
  width: 100%;
}
.mod-01 .box-info .info-txt {
  color: #3a3d47;
  line-height: 30px;
}
.image-text-list .box-s {
  margin-bottom: 50px;
}
.image-text-list .box-s:last-child {
  margin-bottom: 0;
}
.image-text-list .box-s .box-img {
  overflow: hidden;
  float: left;
  width: 270px;
  height: 330px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.image-text-list .box-s .box-info {
  margin-left: 310px;
  color: #333333;
  line-height: 30px;
}
.image-text-list .box-s .box-info a {
  color: #0a5c35;
}
.image-text-list .box-s .box-info a:hover {
  text-decoration: underline;
}
.image-text-list .box-s .box-info .info-name {
  display: block;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 10px;
}
.image-text-list .box-s .box-info .info-job {
  background-color: #0a5c35;
  line-height: 24px;
  padding: 8px 15px;
  margin-bottom: 25px;
  color: #fff;
}
.image-text-list .box-s .box-info .info-txt {
  /* max-height: 150px; */
  overflow: hidden;
}
.image-text-list .box-s .box-info .info-txt[data-v-xl] {max-height: initial;}
.image-text-list .box-s:hover .box-info .info-name {
  color: #0a5c35;
}
.image-text-list-02 .box-s {
  border-bottom: 1px solid #d9dfe7;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.image-text-list-02 .box-s .row {
  margin-left: -10px;
  margin-right: -10px;
}
.image-text-list-02 .box-s .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.image-text-list-02 .box-s .box-img {
  height: 190px;
}
.image-text-list-02 .box-s .box-info .box-title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 15px;
}
.image-text-list-02 .box-s .box-info .box-txt {
  color: #787878;
  max-height: 112px;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 28px;
}
.image-text-list-02 .box-s .box-info .box-date {
  color: #7d8fa4;
  line-height: 24px;
}
.image-text-list-02 .box-s:hover .box-info .box-title {
  color: #0a5c35;
}
.img-list .box-s {
  margin-bottom: 30px;
}
.img-list .box-s .box-img {
  height: 185px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.img-list .box-s .box-year {
  display: block;
  color: #0a5c35;
  line-height: 24px;
  height: 24px;
  margin-bottom: 5px;
}
.img-list .box-s .box-title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #333;
}
.img-list .box-s:hover .box-title {
  color: #0a5c35;
}
.introduced-info {
  background: url(ciec-img-39.png) no-repeat top center;
  background-size: cover;
  min-height: 900px;
  padding: 40px 20px;
  margin-bottom: 20px;
}
.introduced-info .box-logo {
  margin-bottom: 35px;
}
.introduced-info .box-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
}
.introduced-info .box-txt {
  line-height: 2;
  color: #ffffff;
}
.text-list .a-box {
  position: relative;
  background: url(ciec-img-37.png) no-repeat 20px 30px #fff;
  padding: 20px 15px 20px 40px;
  display: block;
  margin-bottom: 1px;
  color: #393b42;
}
.text-list .a-box span {
  display: block;
  line-height: 26px;
  max-height: 56px;
  overflow: hidden;
}
.text-list .a-box:nth-child(2n+1) {
  background: url(ciec-img-37.png) no-repeat 20px 30px #f5f7fb;
}
.text-list .a-box:hover {
  background-color: #f1f3fa;
}
.single-page {
  color: #3b4461;
}
.single-page .m-title {
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #d9dfe7;
  padding-bottom: 15px;
}
.single-page .m-title h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  color: #0a5c35;
  font-weight: bold;
}
.single-page .m-title .title-other {
  color: #7d8fa4;
  line-height: 26px;
}
.single-page .m-title .title-other span {
  margin: 0 10px;
  display: inline-block;
}
.single-page .m-title .title-other .title-author {
  float: left;
}
.single-page .m-title .title-other .title-date {
  float: right;
}
.single-page .box-cont {
  color: #404040;
  text-align: justify;
}
/*----Links----*/
.links {margin-left: -20px;margin-right: -20px;}
.links .slick-slide {margin: 0 10px;}
.links .slick-slide a {display: block;overflow: hidden;border: #a6deb9 solid 1px;border-radius: 4px;}
.links .slick-slide img {width: 100%;height: 85px;}
.links .slick-slide p {font-size: 20px;line-height: 150%;color: #222;margin: 16px 0 0 0;}
.links .slick-slide a:hover p {color: #0b4294;}
/*Dots*/
/*.links .slick-dots {position: inherit;bottom: -26px;}
.links .slick-dots li button:before {font-size: 14px;}*/
/*Arrows*/
.links .slick-prev,
.links .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 15px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none !important;
    outline: none;
    /*background: rgba(75, 140, 190, 0.4);border-radius: 100%;*/z-index: 1;
}
.links .slick-prev:hover,
.links .slick-prev:focus,
.links .slick-next:hover,
.links .slick-next:focus
{
    color: transparent;
    outline: none;
    /*background: #0e6eb8;*/
}
.links .slick-prev:hover:before,
.links .slick-prev:focus:before,
.links .slick-next:hover:before,
.links .slick-next:focus:before
{
    opacity: .5;
}
.links .slick-prev.slick-disabled:before,
.links .slick-next.slick-disabled:before
{
    opacity: .25;
}

.links .slick-prev:before,
.links .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 1;

    opacity: .25;
    color: #0a5c35;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.links .slick-prev:before {content: '\f104';}
.links .slick-next:before {content: '\f105';}
.links .slick-prev {left:-3%;}
.links .slick-next {right:-3%;}
@media (max-width: 1536px) {
   .links .slick-slide img {height: 76px;} 
}
@media (max-width: 1366px) {
   .links .slick-prev {left:-2%;}
   .links .slick-next {right:-2%;} 
}
@media (max-width: 1280px) {
    .links {padding: 0 50px;}
    .links .slick-slide img {height: 70px;} 
    .links .slick-slide p {font-size: 18px;}
}
@media (max-width: 1199px) {
	.links {padding: 0px;}
    .links .slick-slide img {height: 56px;} 
}
@media (max-width: 1024px) {
	.links {padding: 0 20px;}
    .links .slick-slide img {height: 68px;} 
}
@media (max-width: 991px) {
    .links {padding: 0px;}
    .links .slick-prev {left:-4%;}
    .links .slick-next {right:-4%;}
	.links .slick-slide img {height: 74px;}
}
@media (max-width: 800px) {
    .links {padding: 0 20px;}
    .links .slick-prev {left:-3%;}
    .links .slick-next {right:-3%;}
	.links .slick-slide img {height: 70px;}
}
@media (max-width: 767px) {
    .links .slick-slide {margin: 0 8px;}
    .links {padding: 0 20%;}
    .links .slick-prev {left:-13%;}
    .links .slick-next {right:-13%;}
    .links .slick-slide img {height: auto;}
}
/*---------------xilan---------------------*/
.nrhei {font-size: 18px; line-height: 180%; color: #3a3d47;word-wrap: break-word;}
.nrhei1 {font-size: 18px; line-height: 180%; color: #3a3d47;word-wrap: break-word;}
.staffinfo {overflow: hidden;margin-top: 8px;margin-bottom: 30px;}
.staffinfo li{margin-bottom: 22px; display: block; overflow: hidden; }
.staffinfo li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.staffinfo li h2 { font-size:32px;line-height:1.2; margin:5px 0 15px 0;display: block;color: #272727;font-weight: 700;}/*text-overflow: ellipsis;white-space: nowrap;*/
.staffinfo li h2 a { color:#292929;}
.staffinfo li h2 a:hover { color:#045d00; text-decoration:none;}
.staffinfo .news-img{}
.staffinfo .news-img img{ border:#e4e4e4 solid 0px;max-width: 300px;}
.staffinfo .news-txt {padding-top: 16px;}
.staffinfo .news-txt p { line-height: 25px; font-size: 15px; margin: 0px; color:#333333;font-weight: 700;}
.staffinfo .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.staffinfo .news-txt p a:hover { color:#15549a;}
@media (max-width: 767px) {
.staffinfo .news-img{ margin-right: 0px;width: 100%;margin-bottom: 15px;}
    .staffinfo .news-img img{ margin: 0 auto;}
}

.embed-wrapper, .iframe-wrapper {
	position: relative;
	height: 0;
	margin: 0 -15px;
	padding: 0 0 50%;
	overflow: hidden
}
.embed-wrapper embed, .embed-wrapper iframe, .embed-wrapper object, .embed-wrapper video, .iframe-wrapper embed, .iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper video {
	position: absolute;
	height: 100%;
	width: 100%
}

.xlmain {display: block;margin:0;}
.xlmain hr {border-top: 1px solid #e1e5f3;}
.xlmain .wztitle {color: #0a5c35;line-height:130%; font-size: 28px;margin: 0 0 36px 0;font-weight: 700;/*word-break: break-all;*/}
.xlmain .dptitle {color: #0a5c35;line-height:130%; font-size: 28px;margin: 0 0 16px 0;font-weight: 700;/*word-break: break-all;*/}
.xlmain .lwtitle {color: #0a5c35;line-height:130%; font-size: 26px;margin: 15px 0 24px 0;font-weight: 700;/*word-break: break-all;*/}
.xlmain .basicinfo {overflow: hidden; border-bottom: solid 1px #e2e2e2; padding: 0px 0px 3px 0px;}
.xlmain .basicinfo .qtinfo {color:#777; font-size: 14px;margin: 0 0 10px 0;}
.xlmain .basicinfo .qtinfo a {color:#777; text-decoration: none;}
.xlmain .basicinfo .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
.xlmain .basicinfo .share {overflow: hidden;float: right;}
.xlmain .basicinfo .ot-socials {text-align: right;}
.xlmain .basicinfo .ot-socials a {display: inline-block;height: 16px;width: 20px;text-align: center;line-height: 30px;margin-right: 8px;font-size: 14px;padding: 0;text-decoration: none;}
.xlmain .basicinfo .ot-socials .share-wx {background-image: url(fx-wx.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-wx:hover {opacity: .6;}
.xlmain .basicinfo .ot-socials .share-qq {background-image: url(fx-qq.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-qq:hover {opacity: .6;}
.xlmain .basicinfo .ot-socials .share-wb {background-image: url(fx-wb.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-wb:hover {opacity: .6;}
.xlmain .text { margin:28px 0 0 0; overflow:hidden; display:block;}
.xlmain .text p {margin: 0 0 18px 0;}
.xlmain .text p:last-child {margin: 0 0 0 0;}
.xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .text video {object-fit: fill}

.xlmain .text .sz {width: 244px;margin-left: 80px;float: right;}
.xlmain .text .sz img {width: 244px;}
.xlmain .text .szzc {overflow: hidden;}

.xlmain .textxl { margin:26px 0 0 0; overflow:hidden; display:block;}
.xlmain .textxl p {margin: 0 0 18px 0;}
.xlmain .textxl p:last-child {margin: 0;}
.xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl table {margin: 0 0 15px 0;}
.xlmain .textxl td {text-align: center;}
.xlmain .textxl video {border: #eff1f7 solid 6px;border-radius: 5px;width: 66% !important;height: 100% !important;margin-bottom: 16px;margin-top: 10px;object-fit: fill;}
.xlmain .textld {margin: 32px 0 30px 0;}
.xlmain .textld .photo {float: left;position: relative;margin: 0 26px 0px 26px;}
.xlmain .textld .photo img {border-radius: 4px;margin: 0 0 15px 0 !important;display: block;margin-right: auto !important;margin-left: auto !important;max-width: 200px;
-ms-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-o-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-moz-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
}
.xlmain .textsp { margin:38px auto 0 auto; overflow:hidden; display:block;width: 66%;position: relative;}
.xlmain .textsp .txsp {position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;background: #fff;z-index: 1;}
.xlmain .textsp video {border: #eff1f7 solid 6px;border-radius: 5px;width: 100% !important;height: 100% !important;}

.xlmain .table-bordered > tbody > tr > th, .xlmain .table-bordered > tbody > tr > td {vertical-align: middle;letter-spacing: 0px;}
.xlmain .table-bordered > tbody > tr > td {font-size: 15px;}
.xlmain .table-bordered > tbody > tr > th {font-size: 15px;color: #282828;background-color: #f3f3f3;}

.rylanmu { overflow: hidden;background: #f0f3fa;border-left: #344a96 solid 5px;padding: 0 12px 0 17px;margin: 18px 0 16px 0;}
.rylanmu_l { color:#082675;float:left;font-weight: 700;font-size:22px;line-height: 140%;padding: 12px 0;}
.rylanmu_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.xlmain .textry {overflow: hidden;}
.xlmain .textry .mt {margin-top: 288px;}
.xlmain .textry h3 { font-size:32px;line-height:1.2; margin:0 0 30px 0;display: block;color: #272727;font-weight: 700;}
.xlmain .textry h3 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry h4 { font-size:22px;line-height:1.2; margin:5px 0 15px 0;display: block;color: #1d3178;font-weight: 700;font-family: Georgia, "Times New Roman", Times, serif;}
.xlmain .textry h4 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry p {margin: 0;}
.xlmain .textry p a {color: #333;}
.xlmain .textry p a:hover {color: #005bac;}
.xlmain .textry th {color: #333;font-size: 16px;}
.xlmain .textry .ryname {overflow: hidden;border-left: 10px #FF9800 solid;padding-left: 20px;margin: 24px 0 40px 0;}
.xlmain .textry .ryname h4 {font-size: 20px;font-weight: 500;color: #333;margin: 0 0 12px 0;}
.xlmain .textry .ryname h4 b {font-size: 32px;color: #004098;font-weight: 700;}

.xlmain .textry .ryinfo {overflow: hidden;background: #e6f3fc;}
.xlmain .textry .ryinfo .ryimg { margin-right: 30px;background: #c1dced;padding: 30px 50px;}
.xlmain .textry .ryinfo .ryimg img{ border-radius: 5px;width: 180px;height: 240px;}
.xlmain .textry .ryinfo .rytxt p { line-height: 220%; font-size: 17px; margin: 30px 0 0 0; color:#222;}
.xlmain .textry .ryinfo .rytxt p a {color:#222;font-size: 17px;text-decoration: none;font-style: normal;}
.xlmain .textry .ryinfo .rytxt p a:hover {color:#ff7300;}
.xlmain .textry .rydetail {overflow: hidden;padding: 18px 0 30px 0;}
.xlmain .textry .rydetail .detail {padding-left: 22px;font-size: 15px !important;line-height: 1.7 !important;}
.xlmain .textry .rydetail table {border: transparent;}
.xlmain .textry .rydetail tbody {background-color: transparent;}
.xlmain .textry .fl {margin-right: 28px;margin-bottom: 12px;}
.xlmain .textry .fl img {max-width: 198px;}
.xlmain .textry .fl h4 {font-size: 15px;line-height: 1.5;margin: 15px 0;text-align: center;font-weight: 500;color: #3157bb;}

.xlmain .textqk {overflow: hidden;font-size: 15px;line-height: 160%;color: #333;margin-top: 11px;}
.xlmain .textqk p {margin: 0;}

.platformbox {display:block;overflow:hidden;text-align: center;margin: 0 0 68px 0;}
.xlmain .platforminfo { margin:0 auto; overflow:hidden; display:block;min-height: 1000px;}
.xlmain .platforminfo p {margin: 0 0 16px 0;}
.xlmain .platforminfo p:last-child {margin: 0 0 0 0;}
.xlmain .platforminfo img {display: block;margin: 0 auto 70px auto;}

@media (min-width: 992px) {
	.xlmain .platforminfo { width: 876px;}
}
@media (min-width: 767px) {
	.xlmain .textxl img {max-width: 840px;}
}
@media (max-width: 1199px) {
	.xlmain .textsp { width: 64%;}
    .xlmain .text .sz {margin-left: 40px;}
    .xlmain .textxl video {width: 76% !important;}
}
@media (max-width: 991px) {
	.xlmain .wztitle {font-size: 24px;}
	.xlmain .textsp { width: 80%;}
	.xlmain .textld .photo {width: 100%;margin: 0 0 18px 0;}
    .xlmain .text .szzc {overflow: initial;}
}
@media (max-width: 800px) {
	.platformbox {margin: 32px 0 48px 0;}
	.xlmain .platforminfo { min-height: 800px;}
	.xlmain .platforminfo img {margin: 0 auto 60px auto;}
}
@media (max-width: 767px) {
	.xlmain .wztitle { margin: 0 0 26px 0;font-size: 20px;}
	.xlmain .basicinfo .qtinfo {margin: 0 0 8px 0;}
	.xlmain .text { margin:18px 0 12px 0;}
    .xlmain .text .sz {margin-left: 0px;width: 100%;float: inherit;margin-bottom: 20px;}
	.xlmain .textxl { margin:20px 2px 0 2px;}
    .xlmain .textxl video {width: 100% !important;}
	.xlmain .textsp { width: 100%;margin:20px auto 4px auto;}
	.xlmain .platforminfo {width: 100%;}
	.xlmain .platforminfo img {margin: 0 auto 40px auto;}
    .xlmain .textry .fl {width: 100%;}
    .xlmain .textry .fl img {margin-left: auto;margin-right: auto;margin-bottom: 20px;}
    .xlmain .textry h3 span {display: block;margin-top: 8px;margin-left: 0;}
}
.rcxl {overflow: hidden;}
.rcxl ol, .rcxl li {list-style-type: decimal;}
.rcxl ol {padding-left: 17px;}
.rcxl li {margin-bottom: 12px;line-height: 21px;}
.rcxl p {margin: 0 0 6px 0 !important;}

.list-news { overflow:hidden; display:block;margin-top: 30px;}
.list-news li{overflow:hidden;clear:both;border-bottom:0px dashed #d4d4d4;margin-bottom: 25px;}
.list-news li a{ float:left;overflow:hidden;font-size:18px;line-height:1.4; color:#444;background-image: url(ciec-img-37.png);background-repeat: no-repeat;background-position: left 6px;padding-left: 17px;/*text-overflow:ellipsis; white-space:nowrap;*/padding-right: 100px; }
.list-news li a:hover {color: #086f3e;}
.list-news span {line-height:1.5;color:#9b9b9b; font-size: 15px;position: absolute;top:2px;right: 0;}
@media (max-width: 767px){
	.list-news {margin-top: 26px;}
    .list-news li a {padding-right: 0px;}
    .list-news span {position: initial;margin-left: 17px;}
}
/* Breadcrumb
---------------------------------- */
.breadcrumb { background: transparent;
	margin-bottom: 22px;
	font-size: 14px;
	border-radius: 0px;padding: 0;
}
.breadcrumb > li { color:#ccc;line-height: 1.3;font-weight: 500;font-size: 15px;}
.breadcrumb > li > a { color:#969aa8;}
.breadcrumb > li > a:last-child { color:#0a5c35;}
.breadcrumb > li > a:hover { color:#0a5c35;}

.graphiclist {overflow: hidden;margin-top: 28px;}
.graphiclist li{margin-bottom: 28px;padding-bottom: 28px; display: block; overflow: hidden;border-bottom: #ccc dotted 1px;}
.graphiclist li:last-child {margin-bottom: 0px; }
.graphiclist li h2 { font-size:21px;line-height:1.2; margin:0 0 14px 0;font-weight: 700;}
.graphiclist li h2 a { color:#333;overflow: hidden;display: block;}
.graphiclist li h2 a:hover { color:#086f3e; text-decoration:none;}
.graphiclist li:nth-child(odd) .news-img {float: left;margin-right: 25px;}
.graphiclist li:nth-child(even) .news-img {float: right;margin-left: 25px;}
.graphiclist .news-img img{ border:#e4e4e4 solid 1px;}
.graphiclist .news-txt {overflow: hidden;}
.graphiclist .news-txt span {font-size: 18px;color: #7d8fa4;line-height: 22px;font-weight: 300;margin-top: 9px;display: block;}
.graphiclist .news-txt p { line-height: 135%; font-size: 16px; margin: 0px; color:#787878;overflow: hidden;}
.graphiclist .news-txt i { font-family: Arial;font-size: 15px; margin: 12px 0 0 0; color:#125eb8; display:block;padding: 0 5px 0 0;font-style: normal;text-align: right;}
.graphiclist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.graphiclist .news-txt p a:hover { color:#15549a;}
@media (min-width: 768px) {
	.graphiclist .news-txt p{ line-height: 150%; height: auto; font-size: 16px;}
	.graphiclist .news-img img{ width: 336px; height: 189px;}	
}
@media (max-width: 1199px) {
    .graphiclist .news-txt {overflow: initial;}
    .graphiclist .news-txt p {overflow: inherit;line-height: 150%;}
    .graphiclist .news-img {margin-right: 18px;}
    .graphiclist .news-img img{ width: 220px; height: 123px;}
}
@media (max-width: 991px) {
	
}
@media (max-width: 800px) {
	.graphiclist li h2 a {overflow: inherit;}
}
@media (max-width: 767px) {
	.graphiclist .news-img{ margin-right: 0px;width: 100%;margin-bottom: 15px;}
	.graphiclist .news-img img{ width: 100%; height:auto;max-height: 242px;}
    .graphiclist li h2 {font-size: 18px;}
    .graphiclist .news-txt p {display: none;}
}