﻿@charset "utf-8";

/* CSS Document */

*,
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
table,
tbody,
tr,
th,
td,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
}
input,
button,
select,
textarea {
  outline: none;
}
body {
  font-size: 16px;
  color: #323232;
  background: #f7f7f7;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #323232;
  cursor: pointer;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.cl {
  clear: both !important;
}
.t_left {
  text-align: left !important;
}
.t_right {
  text-align: right !important;
}
.t_center {
  text-align: center !important;
}
.v_align_top {
  vertical-align: top !important;
}
.v_align_middle {
  vertical-align: middle !important;
}
.color_green {
  color: #005b2b !important;
}
.bold {
  font-weight: bold!important;
}
.cl:after {
  content: " ";
  display: block;
  clear: both;
}
.modal,
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.modal-mask {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.background {
  position: relative;
}
.background,
.background>.background-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background>.background-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.background>img {
  width: 100%;
  height: 100%;
}

/**menu**/

.menu_bg {
  background: url(../img/menu_bg.jpg) top no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.menu_top {
  padding: 0.5em 1em;
}
.logo {
  width: 20%;
}
.menu_search {
  display: inline-block;
  background: #f7f7f7;
  width: 65%;
  padding: 0.5em 0.2em;
  vertical-align: top;
  margin-left: 0.5em;
  margin-top: 0.5em;
}
.menu_search input[type='text'] {
  width: 80%;
  border: 0;
  background: none;
}
.menu_search a img {
  width: 12%;
  vertical-align: middle;
  margin: -0.2em 0.2em 0 0.2em;
}
.menu_close {
  float: right;
  width: 8%;
  margin-top: 0.8em;
}
.menu_close img {
  width: 100%;
}
.menu_list {
  margin-top: 30px;
  font-size: 1.1em;
}
.menu_list .menu-title {
  display: -webkit-flex;
  display: flex;
  margin: 30px 1em 0;
}
.menu_list .menu-title .title {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #323232;
  font-weight: bold;
}
.menu_list .menu-title .opendown {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 10px;
}
.menu_list .menu-title .opendown .icon-down {
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url(../img/icon-down.png) no-repeat center;
  background-size: 100%;
}
.menu_list .title.mb {
  margin-bottom: 15px;
}
.menu_list a span {
  font-size: .5em;
  display: inline-block;
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}
.menu_list ul {
  margin: 0 1em;
}
.menu_list ul.hidden {
  display: none;
}

/*.menu_list ul,
.menu_list li {
  border-bottom: 1px solid transparent;
  -webkit-border-image: url(../img/border.png) 5 0;
  border-image: url(../img/border.png) 5 0;
}*/

.menu_list ul:after,
.menu_list li:after {
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/border.png) no-repeat center center;
  background-size: 100%;
  content: "";
}
.menu_list li:last-child:after {
  display: none;
}
.menu_list li a {
  display: block;
  padding: .65em 0;
  text-align: center;
}
.menu_list li a:active {
  color: #005b2b;
}
.menu_list li.on a {
  color: #005b2b;
  font-weight: bold;
}
.menu_footer {
  width: 100%;
  margin: 3em 0 1.5em;
}
.menu_footer img {
  width: 2em;
  vertical-align: middle;
}
.menu_footer_content {
  position: relative;
  float: left;
  width: 50%;
  display: inline-block;
  text-align: center;
}
.menu_footer_content .qrcode {
  position: absolute;
  left: 31%;
  bottom: 36px;
  width: 134px;
  display: none;
}
.menu_footer_content .on .qrcode {
  display: block;
}
.menu_footer_content:first-child:after {
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 1em;
  background: #005b2b;
  content: "";
}
.menu_footer_content .menu_footer_contact.on {
  color: #005b2b;
  font-weight: bold;
}

/**home**/

.header {
  padding: 0.5em 1em;
  background: #fff;
}
.top_more {
  float: right;
  width: 8%;
  margin-top: 0.8em;
}
.top_more img {
  width: 100%;
}
.top_tt {
  display: inline-block;
  width: 65%;
  text-align: center;
  font-size: 1.1em;
  padding: 0.5em 0;
  vertical-align: top;
}
.top_tt label {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.home_banner {
  background: #fff;
}
.home_banner .swiper-container {}
.home_banner .swiper-container img {
  width: 100%;
}
.carousel-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px !important;
  text-align: center;
  z-index: 2;
}
.carousel-pagination>.swiper-pagination-bullet {
  width: 2em;
  height: 3px;
  max-width: 65px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}
.home_info {
  background: #fff;
  padding-bottom: 1em;
}
.home_info span {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 0.8em 0;
  position: relative;
}
.home_info span img {
  width: 60%;
}
.icon_home_info_on {
  display: none;
}
.on .icon_home_info_on {
  display: inline-block;
}
.on .icon_home_info {
  display: none;
}
.home_info_article {
  text-align: center;
  font-size: 1.2em;
  border: 1px dashed #c7c8cb;
  padding: 1em 0;
  border-radius: 10px;
  margin: 0 3%;
  position: relative;
  display: none;
}
.home_info span.on:before {
  content: " ";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 50%;
  bottom: -0.5em;
  margin-left: -0.5em;
  display: block;
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
.home_zyly {
  padding: 1em 1em;
}
.main_tt img {
  width: 100%;
}
.main_tt {
  text-align: center;
  position: relative;
}
.main_tt a {
  position: absolute;
  right: 0;
  top: 1em;
  font-size: 0.8em;
  color: #005b2b;
}
.development_tt a {
  font-size: 0.8em;
  color: #005b2b;
}
.home_zyly_nav {
  margin-top: 1.5em;
}
.home_zyly_nav a {
  float: left;
  width: 29%;
  margin-left: 2%;
}
.home_zyly_nav a:first-child {
  margin-left: 0;
}
.home_zyly_nav a img {
  width: 100%;
  float: left;
}
.home_zyly_nav_icon_on {
  display: none;
}
.on .home_zyly_nav_icon_on {
  display: inline-block;
}
.on .home_zyly_nav_icon {
  display: none;
}
.home_zyly_nav a.on {
  width: 38%;
  position: relative;
  top: -0.3em;
}
.home_zyly_content {
  display: none;
}
.home_zyly_content_img img {
  width: 100%;
  margin-top: -1em;
}
.home_zyly_content_img {
  line-height: 1;
  background: #fff;
  box-shadow: 3px 3px 3px #ececec;
}
.home_news img {
  width: 100%;
}
.home_news {
  padding: .2em 1em;
}
.home_news li {
  position: relative;
  margin-top: 0.5em;
}
.home_news_img {
  position: relative;
}
.home_news_img img {
  position: relative;
  bottom: -5px;
}
.home_news_img:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " ";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.home_news li p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: .94em;
  color: #fff;
  padding: 2% 5% 3.5%;
  width: 94%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_news li p:before {
  content: " ";
  position: absolute;
  width: 2em;
  height: 3px;
  background: #fff;
  left: 5%;
  top: 0;
}
.footer {
  background: #155a26;
  padding: 1.5em 0 0.5em;
  margin-top: 2em;
}
.logo_footer {
  width: 63%;
  margin-left: 1em;
}
.footer_share {
  float: right;
  font-size: 0.6em;
  color: #ffffff;
  text-align: right;
  margin-right: 1em;
}
.footer_share img {
  width: 3em;
  margin-top: 0.5em;
}
.copyright {
  font-size: 0.6em;
  color: #e3e3e3;
  text-align: center;
}
.footer_contact {
  border: 1px solid #62906d;
  border-width: 1px 0;
  padding: 1em;
  color: #ffffff;
  margin: .5em 0;
}
.footer_contact_l {
  width: 74%;
  font-size: 1em;
  float: left;
}
.footer_contact_l p {
  font-size: 14px;
}
.footer_contact_r {
  width: 26%;
  float: right;
}
.footer_contact_r img {
  width: 100%;
}
.footer_contact_r p {
  /*display: inline-block;
  width: 45%;*/
  /*  margin-left: 5%;*/
  font-size: 0.8em;
  text-align: center;
}

/*about*/

.banner.banner-img {
  font-size: 0;
}
.banner img {
  width: 100%;
}
.main_nav {
  text-align: center;
  position: relative;
  margin-top: 3em;
  padding: 0;
}
.main_nav ul {}
.main_nav li {
  display: inline-block;
  background: url(../img/theme2-bg.png) no-repeat;
  background-size: 100% auto;
  font-weight: bold;
  font-size: 1em;
  margin: 0 -0.6em;
  position: relative;
  width: 32.5%;
}
.main_nav:before {
  content: " ";
  background: url(../img/main_nav_l.png) no-repeat;
  background-size: auto 100%;
  width: 3.5em;
  height: 1.7em;
  position: absolute;
  left: 2.7%;
  top: -0.6em;
}
.main_nav:after {
  content: " ";
  background: url(../img/main_nav_r.png) right no-repeat;
  background-size: auto 100%;
  width: 3.4em;
  height: 1.7em;
  position: absolute;
  right: 3%;
  bottom: -0.6em;
}
.main_nav.main_nav_2:before {
  background: url(../img/main_nav2_l.png) no-repeat;
  background-size: contain;
  width: 6em;
  height: 1.44em;
  left: 2.7%;
}
.main_nav.main_nav_2:after {
  background: url(../img/main_nav2_r.png) no-repeat;
  background-size: contain;
  width: 6em;
  height: 1.44em;
  right: 3%;
}
.main_nav li a {
  display: block;
  color: #414141;
  padding: 0.5em 0;
}
.main_nav li a img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.main_nav li a img.main_nav_img_on {
  display: none;
}
.main_nav li.on a {
  color: #ffffff;
}
.main_nav li.on img.main_nav_img {
  display: none;
}
.main_nav li.on img.main_nav_img_on {
  display: block;
}
.main_nav ul li.on {
  background-image: url(../img/theme2-bg-active.png);
}
.main_tt2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #155a26;
  width: 40%;
  background-size: 100% auto;
}
.about_content p {
  margin: 10px 15px;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5em;
  color: #414141;
}
.about_content img {
  width: 100%;
}
.about_content {
  margin-top: .8em;
}
.about_gtfc {
  padding: 1.3em 3%;
}
.about_gtfc_content {
  background: #ffffff;
}
.about_gtfc video {
  width: 100%;
}
.about_video_info {
  padding: 1em;
  position: relative;
}
.about_video_info h4 {
  color: #155a26;
  font-size: 1.2em;
}
.about_video_info p {
  margin-top: 0.5em;
}
.about_video_info .icon_play {
  position: absolute;
  right: 1em;
  top: 0.2em;
}
.about_video_info .icon_play img {
  height: 2.2em;
  box-shadow: 3px 3px 3px #cecece;
}
.main_tt3 {
  font-size: 1.5em;
  color: #155a26;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
.main_tt3:before {
  content: " ";
  position: absolute;
  height: 0.8em;
  width: 100%;
  background: #cad8cd;
  left: 0;
  bottom: -0.4em;
  z-index: -1;
}
.poster-wraper {
  position: relative;
  margin: 100px 50px 70px;
}
.poster-main {
  width: 1000px;
  height: 500px;
  position: relative;
  margin: 0 auto;
}
.poster-main a,
.poster-main img {
  display: block;
}
.poster-main img {
  max-width: 100%;
}
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}
.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  z-index: 10;
  cursor: pointer;
}
.poster-main .poster-prev-btn {
  left: -50px;
  border-right: 17px solid #bfbfbf;
}
.poster-main .poster-next-btn {
  right: -50px;
  border-left: 17px solid #bfbfbf;
}

/*专注领域*/

.industries_content,
.industries_content2,
.industries_content3 {
  padding: 1px 15px 1em;
}
.industries_content {
  background: #fff;
}
.industries_content2 {
  background: #e0e7e2;
}
.product_content_box2+.product_content_box2 {
  margin-top: 20px;
}
.industries_content3 {
  background: transparent;
}
.industries_content .in_img,
.industries_content2 .in_img,
.industries_content3 .in_img {
  margin: 0 -15px;
}
.main_nav_sub {
  margin: 2em 3% 0;
  background: #e8f4ed;
  position: relative;
}
.main_nav_sub li {
  float: left;
  width: 33.3333%;
  text-align: center;
  line-height: 1.3em;
  background: #e8f4ed;
  border-top: 4px solid #e8f4ed;
}
.main_nav_sub li i.icon_arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #005b2b;
  position: relative;
  left: 0.3em;
  top: 0.8em;
}
.main_nav_sub li i.icon_arrow.on {
  border-bottom: 5px solid #005b2b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 0;
  left: 0.3em;
  top: -0.8em;
}
.main_nav_sub li a {
  display: block;
  width: 100%;
  padding: 0.6em 0 0.8em;
}
.main_nav_sub li.on a {
  color: #155a26;
}
.main_nav_sub li.on {
  border-top: 4px solid #155a26;
  background: #fff;
  font-weight: bold;
}
.main_nav_sub_sub {
  background: #fff;
  position: absolute;
  left: 0;
  top: 3em;
  width: 100%;
  box-shadow: 0 3px 3px #ccc;
  display: none;
}
.main_nav_sub_sub a {
  display: block;
  font-size: 0.9em;
  margin: 0 1em;
  padding: 0.8em 0;
  border-top: 1px solid #e2e2e2;
}
.main_nav_sub_sub a:first-child {
  border-top: 0;
}
.main_tt4 img {
  width: 100%;
}
.main_tt4 {
  font-size: 1.2em;
  font-weight: bold;
}
.main_tt4 p {
  text-align: center;
  padding: 0.8em 0 1em;
  border-bottom: 1px solid #155a26;
}
.product_content {
  margin-top: 1.5em;
}
.product_content h4 {
  color: #404040;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.5em;
}
.product_content h3 {
  color: #404040;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0.5em;
}

/*.product_content h4 img {
  height: 1.3em;
  width: auto;
}*/

.product_content .xhys2-h4 {
  position: relative;
}
.product_content .xhys2-h4 h4 {
  position: absolute;
  top: 21%;
  left: 10%;
}
.product_content h4 img {
  vertical-align: middle;
}
.product_content_box {
  border: 1px solid #f3f3f3;
  padding: 5%;
}
.product_content_box img {
  box-shadow: 0 0 10px #ddd;
}
.product_content_box img,
.product_content_box2 img {
  width: 100%;
}
.product_content_box p,
.product_content_box2 p {
  line-height: 1.4;
  font-size: 13px;
  margin-top: 1em;
  text-align: justify;
}
.product_content_box2 h4 {
  margin: 22px 0 10px;
}
.industries_list {
  margin-top: 1.5em;
  border-top: 1px solid #155a26;
  padding: 1.5em 0 0 0;
}
.industries_list li {
  box-shadow: 0 0 10px #ddd;
  margin: 1em 0;
  padding: 1em;
}
.industries_list_tt {
  font-size: 1.2em;
  font-weight: bold;
}
.industries_list_tt span {
  display: block;
  font-size: 0.8em;
  color: #a7a7a7;
  font-weight: normal;
}
.industries_list_content {
  margin-top: 1em;
}
.industries_list_content p {
  float: left;
  width: 53%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: 0.9em;
}
.industries_list_content img {
  float: right;
  width: 42%;
}

/* products_slide */

.products_slide {
  width: 1000px;
  position: relative;
  margin: 120px auto 0;
}
.products_slide .btn {
  position: absolute;
  cursor: pointer;
  z-index: 99;
  font-size: 50px;
  font-weight: bold;
}
.products_slide .prev {
  left: 0;
  background: url(../img/contrl.png) 0 -60px no-repeat;
}
.products_slide #prevTop,
.products_slide #nextTop {
  top: 300px;
  width: 60px;
  height: 60px;
}
.products_slide #prev,
.products_slide #next {
  top: 635px;
  width: 60px;
  height: 60px;
}
.products_slide #prevTop {
  background: url(../img/contrl.png) no-repeat 0 -60px;
}
.products_slide #nextTop {
  background: url(../img/contrl.png) -60px -60px no-repeat;
}
.products_slide .next {
  right: 0;
  background: url(../img/contrl.png) -60px -60px no-repeat;
}
.products_slide li {
  float: left;
}
.products_slide .cf li {
  position: relative;
  color: #fff;
}
.products_slide .cf a {
  display: block;
  width: 1000px;
  height: 605px;
  position: absolute;
  color: #fff;
}
.products_slide .picBox li img {
  width: 1000px;
  height: 605px;
}
.products_slide .cf li p {
  display: block;
  width: 725px;
  height: 125px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 1.5em;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  color: #101010;
  font-size: 30px;
  padding: 10px 0 0 25px;
}
.products_slide .picBox {
  width: 1000px;
  height: 605px;
  position: relative;
  overflow: hidden;
}
.products_slide .picBox ul {
  height: 605px;
  position: absolute;
  left: 0;
  margin-top: 0;
}
.products_slide .picBox li {
  width: 1000px;
  height: 605px;
}
.products_slide .listBox {
  width: 100%;
  height: 130px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.products_slide .listBox ul {
  height: 130px;
  position: absolute;
  margin-top: 0;
}
.products_slide .listBox li {
  width: 200px;
  height: 130px;
  cursor: pointer;
  position: relative;
}
.products_slide .listBox li span {
  position: absolute;
  color: #333;
  font-size: 24px;
  width: 200px;
  text-align: center;
  line-height: 130px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.products_slide .listBox li.on span {
  background: none;
  color: #000;
}
.products_slide .listBox li a {
  display: block;
  width: 108px;
  height: 77px;
}
.products_slide .listBox img {
  width: 200px;
  height: 130px;
}
.swiper-content-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 3%;
  width: 88%;
  margin: 3%;
  font-size: 0.8em;
}
.swiper-content-txt2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0.8em;
}
.swiper-slide-active .swiper-content-txt2 {
  background: none;
}
.swiper-content-txt2 span {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 1em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
}
.swiper-content-txt span {
  font-size: 1.2em;
  display: block;
}
.product_swiper_content .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product_swiper_content .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product_swiper_content .gallery-top {
  height: 80%;
  width: 100%;
}
.product_swiper_content .gallery-top img {
  width: 100%;
}
.product_swiper_content .gallery-thumbs {
  height: 20%;
  margin-top: -4px;
  position: relative;
  left: -40%;
  overflow: visible;
}
.product_swiper_content .gallery-thumbs img {
  width: 100%;
}
.product_swiper_content .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
}

/**news**/

body .bdshare-button-style0-16 a {
  height: 24px;
  background: url("../img/icon_share.png");
  padding-left: 28px;
}
body .bdshare-button-style0-16 a.bds_tsina {
  background-position: 0px -6px;
}
body .bdshare-button-style0-16 a.bds_weixin {
  background-position: 0px -31px;
}
body .bdshare-button-style0-16 a.bds_sqq {
  background-position: 0px -64px;
}
.news_content {
  margin: 2em 3% 0;
}
.news_content a {
  display: block;
}
.news_content li {
  background: #fff;
  margin-top: 3%;
}
.news_content_article {
  padding: 3%;
}
.news_content img {
  width: 100%;
}
.news_content .background {
  height: 175px;
}
.news_content h3 {
  color: #373737;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.news_content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #8e8e8e;
  font-size: 13px;
  margin: 0.3em 0;
  text-align: justify;
}
.news_content span {
  color: #393939;
  font-size: 0.82em;
}
.news_detail_img {
  width: 100%;
}
.news_detail_article img {
  width: 100%;
}
.news_detail_content {
  margin: -2em 3% 0;
  padding: 1.5em 4% 0;
  background: #fff;
  z-index: 1;
  position: relative;
}
.news_detail_content h3 {
  font-weight: normal;
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 1em;
}
.news_detail_info {
  font-size: 0.8em;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 1em 0;
  position: relative;
}
.news_detail_info .bdsharebuttonbox {
  position: absolute;
  right: 0;
  top: 0.5em;
}
.news_detail_info_s {
  float: left;
  padding-top: 0.4em;
}
.news_detail_article {
  color: #3d3d3d;
  padding: 1.5em 0;
  border-bottom: 1px solid #ddd;
}
.news_detail_article img {
  width: 100% !important;
  height: auto !important;
}
.news_detail_share {
  font-size: 0.8em;
  padding: 1em 0;
}
.quick_link {
  margin: 10px 3%;
  background: #fff;
  height: 3em;
  position: relative;
}
.quick_link span {
  width: 3em;
  height: 3em;
  display: inline-block;
  text-align: center;
}
.quick_link a {
  position: absolute;
  line-height: 3em;
  display: inline-block;
  color: #3d3d3d;
}
.quick_link .btn_pre {
  left: 0;
  top: 0;
}
.quick_link .btn_next {
  right: 0;
  top: 0;
}
.quick_link .btn_pre span {
  float: left;
  margin-right: 1em;
  background: -webkit-linear-gradient(left, #00b15b, #00b9ce);
  background: -moz-linear-gradient(left, #00b15b, #00b9ce);
  background: -o-linear-gradient(left, #00b15b, #00b9ce);
  background: -ms-linear-gradient(left, #00b15b, #00b9ce);
}
.quick_link .btn_next span {
  float: right;
  margin-left: 1em;
  background: -webkit-linear-gradient(right, #00b15b, #00b9ce);
  background: -moz-linear-gradient(right, #00b15b, #00b9ce);
  background: -o-linear-gradient(right, #00b15b, #00b9ce);
  background: -ms-linear-gradient(right, #00b15b, #00b9ce);
}
.quick_link .btn_pre span:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../img/btn_pre.png) center no-repeat;
  background-size: auto 60%;
  display: block;
}
.quick_link .btn_next span:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../img/btn_next.png) center no-repeat;
  background-size: auto 60%;
  display: block;
}

/**social**/

.gysy_content {
  padding: 1em 3%;
}
.gysy_content li {
  position: relative;
  margin-top: 2.5%;
}
.gysy_content li img {
  width: 100%;
  position: relative;
  bottom: -6px;
}
.gysy_content_img:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  background: #fff;
  content: " ";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.social_content_article {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  padding: 5% 5% 3.5%;
  color: #fff;
}
.social_content_article h3 {
  font-size: 1.1em;
  font-weight: normal;
  width: 100%;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  height: 2.936em;
  overflow: hidden;
  word-break: break-all;
}
.social_content_article span {
  display: inline-block;
  font-size: 0.9em;
  border-top: 0.2em solid #FFFFFF;
  padding-top: 0.3em;
}
.paging {
  text-align: center;
  font-size: 0.9em;
  width: 100%;
  position: relative;
}
.paging a,
.paging span {
  display: inline-block;
  background: #fff;
  margin: 0 0.2em;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.paging a.paging_pre,
.paging a.paging_next {
  width: 4em;
  /*position: absolute;
  top: 0;*/
}

/*.paging a.paging_pre{
  left: 3%;
}
.paging a.paging_next{
  right: 3%;
}*/

.paging a.on {
  background: #155a26;
  color: #fff;
}
.social_swiper {
  border: 1px solid #5c5c5c;
  padding: 7px 0;
  position: relative;
  background: #fff;
  margin: 2em 3%;
  width: 94%;
}
.social_swiper .swiper-container {
  width: 96%;
  border: 1px solid #5c5c5c;
  padding: 2em 0;
}
.social_swiper .swiper-container:before {
  content: " ";
  display: block;
  width: 15%;
  height: 15%;
  position: absolute;
  left: -7px;
  top: -7px;
  background: url("../img/pic_swiper_bg.png") no-repeat 0 0;
  background-size: 100%;
}
.party-culture-button-prev,
.party-culture-button-next,
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.recruit_swiper .swiper-button-next,
.recruit_swiper .swiper-button-prev {
  width: 2.5em;
  height: 2.5em;
}
.party-culture-button-prev,
.swiper-container .swiper-button-prev,
.recruit_swiper .swiper-button-prev {
  background: url("../img/control_l.png") no-repeat 0 0;
  background-size: 100% auto;
}
.party-culture-button-next,
.swiper-container .swiper-button-next,
.recruit_swiper .swiper-button-next {
  background: url("../img/control_r.png") no-repeat 0 0;
  background-size: 100% auto;
}
.party-culture-button-prev,
.party-culture-button-next {
  position: absolute;
  top: 55px;
  z-index: 9;
}
.party-culture-button-prev {
  left: 0;
}
.party-culture-button-next {
  right: 0;
}
.social_swiper .swiper-slide h3 {
  text-align: center;
  font-size: 1.4em;
  color: #3c3c3c;
}
.social_swiper .swiper-slide h3:after {
  content: " ";
  width: 3em;
  height: 0.2em;
  background: #005b2b;
  display: block;
  margin: 1em auto 0;
}
.social_swiper .swiper-slide p {
  color: #383838;
  width: 65%;
  margin: 1em auto 0;
  line-height: 1.5em;
  font-size: 0.9em;
}
.main_nav2 {
  padding: 0 3%;
}
.main_nav2 a {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: #e8f4ed;
  line-height: 3em;
  border-top: 4px solid #e8f4ed;
}
.main_nav2 a.on {
  background: #FFFFFF;
  color: #155a26;
  border-top: 4px solid #155a26;
}
.ctjj_content {
  background: #FFFFFF;
  margin: 0 3% 2em;
  padding: 0 3% 1em;
}
.ctjj_content img {
  width: 40%;
  float: right;
}
.ctjj_content p {
  float: left;
  width: 56%;
}
.ctjj_content p label {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ctjj_content p span {
  font-size: 0.8em;
  display: block;
  padding-top: 0.5em;
}
.ctjj_content li {
  padding-top: 1em;
}
.ctjj_content li:after {
  content: " ";
  display: block;
  clear: both;
}

/**recruit**/

.recruit_slogen {
  position: relative;
  padding: 26px 0;
  background: #f7f7f7;
}
.recruit_slogen>a {
  float: left;
  width: 33.333333%;
  text-align: center;
}
.recruit_slogen img {
  width: 65%;
}
.recruit_hjss {
  margin: 2em 0 0;
  padding-top: 2em;
  background: #fff;
}
.recruit_tt {
  padding: 0 3%;
  text-align: center;
  color: #535353;
  font-size: 1.1em;
}
.recruit_tt span {
  font-size: 1.4em;
  color: #32b052;
  display: block;
}
.recruit_hjss_content {
  position: relative;
  margin-top: 1.5em;
}
.recruit_hjss_content img.recruit_hjss_bg {
  position: relative;
  width: 100%;
  box-shadow: none;
}
.recruit_hjss_content img.recruit_hjss_bg:hover {
  box-shadow: none;
}
.recruit_hjss_content img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 0.3em #fff;
}
.recruit_hjss_content img:hover,
.recruit_hjss_content img.on {
  box-shadow: 0 0 0 3px #fff, 0 0 0 0.3em #005b2b;
}
.recruit_hjss_content img.recruit1 {
  width: 20%;
  height: 20%;
  top: 6.6%;
  left: 4.9%;
}
.recruit_hjss_content img.recruit2 {
  width: 21.5%;
  height: 21.5%;
  top: 0;
  left: 32%;
}
.recruit_hjss_content img.recruit3 {
  width: 24.3%;
  height: 24.3%;
  top: 25%;
  left: 50.4%;
}
.recruit_hjss_content img.recruit4 {
  width: 24.3%;
  height: 24.3%;
  top: 2.5%;
  left: 72.4%;
}
.recruit_hjss_content img.recruit5 {
  width: 12.3%;
  height: 12.3%;
  top: 26.8%;
  left: 28.7%;
}
.recruit_hjss_content img.recruit6 {
  width: 25.5%;
  height: 25.5%;
  top: 39.8%;
  left: 7.2%;
}
.recruit_hjss_content img.recruit7 {
  width: 18.7%;
  height: 18.7%;
  top: 50%;
  left: 39.7%;
}
.recruit_hjss_content img.recruit8 {
  width: 18.7%;
  height: 18.7%;
  top: 61.2%;
  left: 66.7%;
}
.recruit_hjss_content img.recruit9 {
  width: 18.7%;
  height: 18.7%;
  top: 70.5%;
  left: 18.5%;
}
.recruit_hjss_content img.recruit10 {
  width: 12.1%;
  height: 12.1%;
  top: 76.3%;
  left: 48%;
}
.recruit_hjss_content img.recruit11 {
  width: 18.7%;
  height: 18.7%;
  top: 38.7%;
  left: 78.3%;
}
.recruit_info {
  padding: 2em 0;
  background: #f7f7f7;
}

/*
.recruit_info_content {
  background: #fff;
  border: 1px solid #cacaca;
  padding: 2.5em 6% 3em;
  margin: 8% 6% 0;
  position: relative;
}
.recruit_info_tt {
  color: #404040;
  font-size: 2em;
  font-weight: bold;
}
.recruit_pop_modal .recruit_info_tt {}
.recruit_info_tt span {
  display: block;
  color: #005b2b;
  font-size: 0.8em;
  font-weight: normal;
}
.recruit_info_li {
  margin-top: 3em;
}
.recruit_info_li li {
  text-align: right;
  border-bottom: 1px solid #cacaca;
  padding: 1em 0 0.5em;
  color: #404040;
}
.recruit_info_li label {
  float: left;
}
.recruit_info_txt {
  color: #404040;
  line-height: 1.5em;
  margin-top: 1em;
  overflow: hidden;
  height: 12em;
  position: relative;
}
.recruit_info_txt:after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}
.recruit_info_link {
  position: absolute;
  width: 6em;
  height: 2em;
  font-size: 1em;
  color: #fff;
  text-align: center;
  bottom: 0;
  left: 50%;
  margin-left: -3em;
  background: #005b2b;
  line-height: 2em;
  border-radius: 5px 5px 0 0;
}*/

.huanjing_pop {
  position: relative;
  margin: 20% 3% 0;
  box-shadow: 0 0 10px #ddd;
  background: #fff;
}
.huanjing_pop_content {
  position: relative;
}
.huanjing_pop_content img {
  width: 100%;
}
.huanjing_pop_content p {
  width: 90%;
  padding: 3% 5% 5%;
}
.huanjing_pop_content p span {
  display: block;
  padding-bottom: 0.4em;
  font-size: 1.5em;
}
.huanjing_pop_close {
  width: 2em;
  height: 2em;
  background: url("../img/btn_close.png");
  background-size: 100%;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 1;
}
.recruit_detail {
  margin: 0 15px;
  padding: 1em 0;
  z-index: 9;
  position: relative;
}
.recruit_detail_time .time {
  color: #838383;
  font-size: 12px;
}
.recruit_detail .recruit_info_li {
  background: #eaf7ed;
  margin-top: 2em;
}
.recruit_detail .recruit_info_li li {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #ccebd9;
  margin: 0 4%;
  padding: 0.7em 0;
}
.recruit_detail .recruit_info_li li:last-child {
  border-bottom: 0;
}
.recruit_detail .recruit_info_li li label {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.recruit_detail_txt {
  color: #404040;
  line-height: 1.6em;
  padding-bottom: 1em;
  text-align: justify;
  font-size: 14px;
}
.recruit_detail_txt h5 {
  font-size: 1.1em;
  color: #155a26;
  margin: 1.5em 0 10px;
}
.recruit_detail_mail {
  padding-top: 1em;
  color: #555;
  text-align: center;
}
.recruit_detail_mail a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.2em;
  color: #155a26;
  -webkit-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
  -webkit-transform-origin: 0;
  transform-origin: 0;
}

/*contact*/

.contact_content {
  margin: 3%;
  padding: 1.5em 3%;
  background: #fff;
  box-shadow: 0 5px 10px #ddd;
  position: relative;
  z-index: 1;
}
.contact_content a {
  text-decoration: underline;
}
.contact_tt {
  text-align: center;
  font-size: 1.8em;
  position: relative;
  padding-bottom: 0.5em;
}
.contact_tt:before {
  content: " ";
  width: 3em;
  height: 3px;
  background: #155a26;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.5em;
}
.contact_content1 {
  margin-top: 1em;
}
.contact_content1 ul {
  margin-top: 1em;
}
.contact_content1 li {
  height: 1.5em;
  line-height: 1.5em;
  padding: 0.2em 0 0.2em 20%;
  font-size: 14px;
}
.contact_content1 li .tel {
  font-size: 16px;
  font-weight: bold;
}
.contact_content_qrcode {
  text-align: center;
  font-size: 0.9em;
  margin-top: 2em;
}
.contact_content_qrcode img {
  width: 30%;
}
.contact_content3 img {
  width: 100%;
}
.contact_content3_txt {
  text-align: center;
  padding: 0.8em 0;
}
.contact_content4_txt {
  line-height: 2em;
  width: 80%;
  font-size: 14px;
  margin: 1em auto 0;
  text-align: justify;
}
.sub-title {
  margin: 15px 0 10px;
  color: #155a26;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.third-title {
  margin: 15px 0 10px;
  color: #155a26;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.honor-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 2px 0;
}
.honor-item .honor-col-left {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 3px;
  width: 7em;
}
.honor-item .honor-col-left div {
  padding-left: 12px;
  color: #2d8e48;
  font-weight: bold;
  background: #cad8cd;
}
.honor-item .honor-col-right {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.honor-item .honor-col-right div {
  padding-left: 10px;
  color: #414141;
  background: #e0e7e2;
}
.honor-item div {
  display: -webkit-box;
  font-size: 0.9em;
  height: 2.8em;
  overflow: hidden;
  line-height: 2.8em;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.honor-item div span {
  display: inline-block;
  line-height: 1.4;
}
.development_wrapper {
  position: relative;
  margin-top: 25px;
}
.development_tt1-wrapper {
  margin: 15px 0;
}
.development_wrapper .development_tt2-wrapper {
  position: absolute;
  left: 15px;
  right: 15px;
}
.development_wrapper .img {
  width: 100%;
}
.development_wrapper .item {
  position: absolute;
  padding-top: 38%;
  width: 38%;
}
.development_wrapper .item1 {
  top: 5%;
  right: 13%;
}
.development_wrapper .item2 {
  top: 15.5%;
  left: 9%;
}
.development_wrapper .item3 {
  top: 26.2%;
  right: 13%;
}
.development_wrapper .item4 {
  top: 37%;
  left: 9%;
}
.development_wrapper .item5 {
  top: 47%;
  right: 13%;
}
.development_wrapper .item6 {
  top: 58%;
  left: 9%;
}
.development_wrapper .item7 {
  top: 68.5%;
  right: 13%;
}
.development_wrapper .item8 {
  top: 79%;
  left: 9%;
}
.development_wrapper .item9 {
  top: 89.5%;
  right: 13%;
}
.development_wrapper .in {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 13px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.development_wrapper h4 {
  color: #155a26;
  font-size: 20px;
}
.bg-green {
  background: #cad8cd;
}
.leadercare-wrapper {
  position: relative;
  padding: 0 15px 0 35px;
  margin-top: 14px;
}
.leadercare-wrapper:before {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  border-left: 1px solid #155a26;
  content: "";
}
.leadercare-wrapper:after {
  position: absolute;
  left: 11px;
  bottom: 0;
  border-top: 5px solid #155A26;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
}
.leadercare-wrapper img {
  width: 100%;
}
.leadercare-wrapper>li .detail {
  padding: 10px 0 20px;
}
.leadercare-wrapper>li .title {
  color: #155a26;
  font-size: 19px;
  font-weight: bold;
}
.leadercare-wrapper>li .d {
  color: #0e0e0e;
  font-size: 13px;
}
.leadercare-wrapper>li:first-child:before {
  position: absolute;
  margin: -5px -23px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #155a26;
  content: "";
}
.container {
  padding: 0 15px;
}
.culture-title {
  margin: 20px 0 12px;
}
.culture-title img {
  width: 30%;
}
.culture_slogen img {
  width: 100%;
}
.party-culture {
  position: relative;
}
.party-culture .background {
  width: 100%;
  height: 140px;
}
.party-culture .detail {
  padding: 15px 0;
  color: #414141;
  font-size: 12px;
  text-align: justify;
}
.party-culture .cover-left,
.party-culture .cover-right {
  position: absolute;
  top: 0;
  width: 2000px;
  height: 500px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.party-culture .cover-left {
  left: -2000px;
  background: #c6d8ce;
}
.party-culture .cover-right {
  right: -2000px;
}
.recruit_info-wrapper {
  padding: 0 15px;
  margin-top: 15px;
}
.recruit_info-wrapper>li {
  position: relative;
  margin: 8px 0;
}
.recruit_info-wrapper>li:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 7px;
  height: 13px;
  background: url(../img/icon-next_2.png) no-repeat center;
  background-size: cover;
  content: "";
}
.recruit_info-wrapper>li>a {
  display: -webkit-flex;
  display: flex;
  padding: 10px 35px 10px 15px;
  border: 1px solid #cacaca;
}
.recruit_info-wrapper>li .left {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.recruit_info-wrapper>li .left .t {
  color: #404040;
  font-size: 17px;
}
.recruit_info-wrapper>li .right {
  color: #888;
  font-size: 12px;
  text-align: center;
}
.recruit_info-wrapper>li .right .u {
  color: #404040;
  font-size: 15px;
}
.recruit_info_tt {
  color: #404040;
  font-size: 20px;
  font-weight: bold;
}
.recruit_info_price {
  color: #155a26;
  font-size: 15px;
  font-weight: bold;
}
.morelink {
  display: inline-block;
  padding: 8px 0;
  width: 96px;
  color: #232323;
  font-size: 12px;
  border: 1px solid #155a26;
  text-align: center;
}
.morelink:after {
  content: " →";
}
.morelink.block {
  display: block;
  margin: 24px auto 15px;
}
.navtab-title {
  padding: 0 15px;
  margin: 30px 0 15px;
}
.navtab-title>a {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 18px;
}
.navtab-title>a:after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -8px;
  width: 16px;
  height: 14px;
  background: url(../img/tabs-caret.png) no-repeat center;
  background-size: 100%;
}
.navtab-title>a.active {
  color: #155a26;
}
.navtab-title>a.active:after {
  content: "";
}
.social-top-wrapper {
  position: relative;
  margin: 20px 15px 15px;
}
.social-top-wrapper .inner {
  padding: 20px 27px 35px;
  background: url(../img/social1-2-bg.png) no-repeat center;
  background-size: cover;
}
.social-top-wrapper.ct1 .inner {
  padding: 20px 27px 35px;
  background: url(../img/social1-1-bg.png) no-repeat bottom #fff;
  background-size: 100%;
}
.social-top-wrapper .inner h5 {
  color: #fff;
  text-align: center;
}
.social-top-wrapper.ct1 .inner h5 {
  font-size: 1.1em;
  color: #292929;
}
.social-top-wrapper .inner h5:after {
  display: block;
  margin: 12px auto;
  width: 23px;
  height: 2px;
  background: #fff;
  content: "";
}
.social-top-wrapper.ct1 .inner h5:after {
  background: #292929;
}
.social-top-wrapper.ct1 .inner .detail {
  color: #292929;
}
.social-top-wrapper .inner .detail {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}
.ctjj-sub_title {
  color: #005b2b;
  font-size: 17px;
  text-align: center;
}
.ctjj-tips {
  margin: 10px 0;
  padding: 10px 14px;
  color: #323232;
  font-size: 12px;
  background: #eee;
}
.ctjj_apply-txt {
  padding-bottom: 6px;
  color: #323232;
  font-size: 13px;
  font-weight: bold;
}
.ctjj_apply-range {
  padding: 13px 0;
  background: #fff;
}
.ctjj_apply-range ol.list {
  display: -webkit-flex;
  display: flex;
  padding: 0 3px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  box-sizing: border-box;
}
.ctjj_apply-range ol.list>li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2px;
  width: 50%;
  box-sizing: border-box;
}
.ctjj_apply-range ol.list>li .inner {
  padding: 0 5px;
  height: 60px;
  color: #155a26;
  font-size: 12px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #155a26;
  box-sizing: border-box;
}
.ctjj_apply-range ol.list>li .inner span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.ctjj_apply-type {
  margin-top: 35px;
}
.ctjj_apply-type-item {
  margin-top: 20px;
  padding-left: 25px;
  color: #323232;
  font-size: 13px;
}
.ctjj_apply-type-item .index {
  position: absolute;
  top: -2px;
  left: -30px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  background: #155a26;
  text-align: center;
  border-radius: 50%;
}
.ctjj_apply-type-item .user {
  position: absolute;
  top: 2px;
  left: -30px;
  width: 18px;
  height: 15px;
  background: url(../img/icon-user.png) no-repeat center;
  background-size: contain;
}
.ctjj_apply-type-item .pways {
  position: absolute;
  top: 0;
  left: -30px;
  width: 16px;
  height: 16px;
  background: url(../img/icon-payways.png) no-repeat center;
  background-size: contain;
}
.ctjj_apply-type-item .row {
  position: relative;
  margin-bottom: 12px;
  text-align: justify;
}
.ctjj_apply-condition {
  margin-top: 35px;
}
.ctjj_apply-condition .item {
  display: table;
  margin: 3px 0;
  width: 100%;
  box-sizing: border-box;
}
.ctjj_apply-condition .item .left,
.ctjj_apply-condition .item .right {
  display: table-cell;
  padding: 11px 17px;
  vertical-align: middle;
  font-size: 12px;
}
.ctjj_apply-condition .item .left {
  width: 82px;
  color: #fff;
  text-align: center;
  background: #155a26;
  box-sizing: border-box;
}
.ctjj_apply-condition .item .right {
  color: #323232;
  background: #e1e7e3;
  text-align: justify;
}
.ctjj_apply-progress {
  margin-top: 35px;
}
.ctjj_apply-progress .item {
  margin-top: 20px;
}
.ctjj_apply-progress .inner {
  padding: 3px;
  border: 1px solid #155a26;
}
.ctjj_apply-progress .inner>li {
  padding: 0 10px 0 15px;
  color: #323232;
  font-size: 12px;
  line-height: 1.8;
  text-align: justify;
}
.ctjj_apply-progress .inner>li:before {
  position: absolute;
  margin: 5px -15px;
  width: 7px;
  height: 7px;
  background: #155A26;
  border-radius: 50%;
  content: "";
}
.ctjj_apply-enclosure {
  margin-top: 35px;
}
.ctjj_apply-enclosure .filelist {
  margin-top: 17px;
  border: 1px solid #d1d1d1;
}
.ctjj_apply-enclosure .filelist>li {
  padding: 7px;
  color: #2d8fea;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #D1D1D1;
}
.ctjj_apply-enclosure .filelist>li:last-child {
  border: none;
}
.icon-pdf,
.icon-xls,
.icon-ppt,
.icon-docx {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon-pdf {
  background: url(../img/icon-pdf.png) no-repeat center;
  background-size: contain;
}
.icon-xls {
  background: url(../img/icon-xls.png) no-repeat center;
  background-size: contain;
}
.icon-ppt {
  background: url(../img/icon-ppt.png) no-repeat center;
  background-size: contain;
}
.icon-docx {
  background: url(../img/icon-docx.png) no-repeat center;
  background-size: contain;
}
.mt0 {
  margin-top: 0 !important;
}
.development_tt-wrapper {
  margin-top: 15px;
}