.pagenum {
  position: fixed;
  height: 225px;
  width: 66px;
  right: 0px;
  top: 50%;
  margin-top: -113px;
  z-index: 200;
}

.pagenum .prev {
  float: left;
  width: 66px;
  height: 66px;
  cursor: pointer;
  border: 3px solid #425868;
  position: relative;
  overflow: hidden;
}
.pagenum .prev .bc {
  background: #425868;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
.pagenum .prev img {
  position: absolute;
}
.pagenum .pages {
  float: left;
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #fff;
  background: #425868;
  position: relative;
  border-top: 1px solid #fff;
}
.pagenum .pages .pageline {
  position: absolute;
  top: 0px;
  left: 0px;
}
.pagenum .pages .thisnum {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 9px;
  text-indent: 15px;
}
.pagenum .pages .allnum {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 3px;
  text-indent: 42px;
}
.pagenum .next {
  float: left;
  width: 66px;
  height: 66px;
  cursor: pointer;
  border: 3px solid #425868;
  position: relative;
  overflow: hidden;
}
.pagenum .next .bc {
  background: #425868;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
}
.pagenum .next img {
  position: absolute;
}







#toTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 35px;
  bottom: 10%;
  z-index: 10000;
  background: url(../images/top_icon.png) center center no-repeat;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  cursor: pointer;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  /* overflow: hidden; */
}

.shadow {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000;
  top: 0px;
  left: 0px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.gird {
  position: fixed;
  width: 350px;
  top: 0px;
  right: -350px;
  height: 100%;
  display: block;
  background-color: #262626;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  height: 100%;
}

.wap-nav-list>li.iconN,
.wap-nav-list>li.active.iconN {
  background: none;
}

.wap-nav-list>li {
  padding: 10px 0;
  background: url(../images/nav_jia.png) no-repeat 35px 25px;
}

.wap-nav-list>li.active {
  padding: 10px 0;
  background: url(../images/nav_jian.png) no-repeat 35px 25px;
}

.wap-nav-list li a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-indent: 40px;
  font-size: 24px;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
}

.wap-nav-list li ul {
  display: none;
  padding-left: 20px;
}

.swiper-slide {
  cursor: pointer;
}

.a-block {
  display: block;
}

.go_to_more {
  display: inline-block;
  position: absolute;
  left: 38px;
  bottom: 0;
  color: #666666;
  font-size: 18px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.go_to_more span {
  display: inline-block;
  vertical-align: middle;
}

.go_to_more:hover span,
.go_to_more:hover {
  color: #6c9f25;
}

.contai_1 {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.contai_2 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.g_close {
  background: url(../images/grid_close.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: 10px 10px 20px auto;
}

.g-header-nav {
  background-color: #262626;
  transition: left 0.5s;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
}

.g-header-nav.error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.g-head-nav-cont {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/* nav start*/

.g-logo {
  display: block;
}

.g-logo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nav-list li {
  display: inline-block;
}

.nav-list>li>a {
  display: block;
  position: relative;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 100px;
}

.nav-list>li>a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #7fbe26;
  /* transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; */
}

.nav-list li:hover a,
.nav-list li.active a {
  color: #7fbe26;
}

.nav-list>li:hover a:before,
.nav-list>li.active a:before {
  width: 100%;
}

.nav-f {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #fff;
}

.nav-f div {
  display: inline-block;
  line-height: 100px;
  cursor: pointer;
}

.g_lan {
  padding-right: 35px;
}

.g_lan a {
  color: #fff;
}

.nav-list-wrap {
  /* padding-right: 114px; */
}

/* nav end*/

/*banner start*/

.swiper-img {
  height: 880px;
}

.swiper-container.index_banner {
  height: 880px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.8;
  cursor: pointer;
}

.swiper-visible-switch {
  /* background: #aaa; */
}

.swiper-active-switch {
  background: #fff;
}

.pagination {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  text-align: center;
}

.swiper-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.index_newspic .swiper-slide {
  cursor: pointer;
}

.swiper-title.alt1 {
  top: 25%;
}

.swiper-title.alt2 {
  top: 35.68%;
}

.swiper-title.alt3 {
  top: 25%;
}

.ban_3_list {
  margin-top: 41px;
}

.ban_3_list li {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  margin-right: 39px;
}

.ban_3_list li img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-left: 6px;
}
.banner_head_content {
  color: #fff;
}
.banner_head_content h2 {
  font-size: 48px;
  color: #fff;
}

.banner_head_content p {
  font-size: 28px;
  color: #fff;
  margin-bottom: 38px;
  margin-top: 26px;
}

.swiper-title.alt4 .banner_head_content p,
.swiper-title.alt3 .banner_head_content p {
  margin-top: 0px;
  font-size: 27px;
}

.swiper-title.alt4 {
  top: 25%;
}

.swiper-title.alt5 {
  top: 16.477%;
}

.swiper-slide.swiper-slide-active {
  z-index: 10000;
}

.ban_5_lef,
.ban_5_right {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

.ban_5_lef_item {
  width: 557px;
  margin: auto 0 auto auto;
}

.ban_5_lef_item h2 {
  font-size: 46px;
  color: #ebebeb;
  margin-top: 27px;
  margin-bottom: 27px;
}

.ban_5_lef_item p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 77px;
}

.ban_5tab_list a {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  vertical-align: middle;
}

.col_line {
  width: 4px;
  height: 28px;
  background-color: #fff;
  margin: 0 26px;
}

.ban_tiao {
  height: 38px;
  width: 100%;
  background: url(../images/ban_5_list.png) no-repeat;
}

.ban_5_pic_list {
  padding-left: 6%;
}

.ban_5_pic_list li {
  float: left;
  width: 33.33%;
  margin: 30px 0;
}

/*banner end */

/* footer start*/

.foot-wrap {
  padding: 60px 0;
  background-color: #232428;
}

.foot-nav {
  max-width: 1440px;
  margin: 0 auto;
}

.foot-nav-list {
  margin-left: -75px;
  margin-right: -75px;
}

.foot-nav-list>li {
  float: left;
  padding: 0 75px;
}

.foot-nav-list a {
  display: block;
  font-size: 16px;
  color: #999;
}

.foot-nav-list a:hover {
  color: #fff;
  text-decoration: underline;
}

.foot-nav-list h4 a {
  font-size: 18px;
  padding-bottom: 10px;
  color: #e6e6e6;
}

.foot-nav-list ul li a {
  padding-top: 18px;
}

.foot-beian {
  padding: 20px 0 23px 0;
  background-color: #222222;
}

.foot-bottom {
  max-width: 1440px;
  margin: 0 auto;
}

.foot-p {
  float: left;
  color: #c5c5c5;
}

.foot-icon-list {
  float: right;
}

.foot-icon-list li {
  display: inline-block;
}

.foot-icon-list li a {
  display: block;
  color: #dedede;
  margin-left: 33px;
  font-size: 16px;
}

/* footer start*/

/* main start*/

.index_bg1 {
  padding: 100px 0 110px 0;
  background-color: #fefefe;
}

.swiper-container.index_newspic {
  height: 463px;
}

.index_newspic_wrap {
  /* width: 324px; */
  height: 454px;
  margin: auto auto auto 0;
  background-color: #f5f5f5;
  border-radius: 5px;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.swiper-slide.active .index_newspic_wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.index_newspic .swiper-slide .index_newspic_wrap {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.index_newspic .swiper-slide.active .index_newspic_wrap {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.i_n_p_head {
  padding: 13px 16px;
}

.i_n_p_head>h3 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.i_n_p_head>h3:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 2px;
  width: 2px;
  height: 80%;
  background-color: #7fbe26;
}

.i_n_p_img img {
  display: block;
  width: 100%;
}

.i_n_p_info {
  padding: 10px;
}

.i_n_p_info p {
  color: #333;
}

.i_n_p_info h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.i_n_p_info span {
  font-size: 14px;
  color: #5d5d5d;
  margin-bottom: 8px;
}

.i_n_p_head h3 {
  font-size: 16px;
  color: #4d4d4d;
}

.index_news_wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 466px;
}

.index_news_left,
.index_news_right {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.index_news_left {
  width: 58%;
}

.index_news_right {
  width: 41%;
}

.i_news_r_box {
  padding-left: 40px;
  height: 100%;
}

.tabs {
  border-bottom: 1px solid #e9e9e9;
}

.tabs a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #333;
  padding: 10px 0 20px 0;
  margin-right: 30px;
}

.tabs a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #6c9f25;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
}

.tabs a.active::before,
.tabs a:hover::before {
  width: 100%;
}

.swiper-container.index_news {
  height: 300px;
}

.index_news .swiper-slide {
  width: 100%;
}

.cont-info p,
.cont-info span {
  color: #4d4d4d;
  line-height: 57px;
}

.cont-info p {
  float: left;
  font-size: 16px;
}

.cont-info p:hover {
  color: #7fbe26;
}

.cont-info span {
  float: right;
  font-size: 14px;
}

.content-slide-list li {
  border-bottom: 1px solid #e9e9e9;
}

.go_more {
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 0;
  color: #6c9f25;
  font-size: 16px;
}

.index_bg2 {
  padding: 93px 0;
  background: url(../images/index-bg_18.jpg) no-repeat;
  background-size: cover;
}

.i_c_swiper {
  padding-bottom: 29px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 40px;
}

.i_c_swiper p {
  font-size: 30px;
  color: #4c4c4c;
  text-transform: uppercase;
}

.i_c_btn_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn {
  display: inline-block;
  width: 53px;
  height: 53px;
  background-color: transparent;
  border: 1px solid #d5d5d5;
}

.btn i {
  font-size: 16px;
}

.swiper-container.index_coop {
  height: 80px;
}

.index_bg3 {
  padding: 213px 0;
  background: url(../images/index_bg_04.jpg) no-repeat;
  background-size: cover;
}

.i_m_leftinfo,
.i_m_righttab {
  display: inline-block;
  vertical-align: top;
}

.i_m_leftinfo {
  width: 60%;
}

.i_m_righttab {
  width: 39%;
}

.i_m_list li {
  padding-top: 69px;
  cursor: pointer;
}

.i_m_list li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;
  margin-right: 21px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.i_m_list li:hover span,
.i_m_list li.active span {
  color: #6c9f25;
}

.i_m_list li img {
  vertical-align: middle;
}

.i_m_list li:first-child {
  padding-top: 0;
}

.show_icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.show_icon.show_1 {
  background: url(../images/m_1_02.png) center center no-repeat;
}

.show_icon.show_2 {
  background: url(../images/i_1_02.png) center center no-repeat;
}

.show_icon.show_3 {
  background: url(../images/mo_1_02.png) center center no-repeat;
}

.i_m_list li:hover .show_icon.show_1,
.i_m_list li.active .show_icon.show_1 {
  background: url(../images/m_2_02.png) center center no-repeat;
}

.i_m_list li:hover .show_icon.show_2,
.i_m_list li.active .show_icon.show_2 {
  background: url(../images/i_2_02.png) center center no-repeat;
}

.i_m_list li:hover .show_icon.show_3,
.i_m_list li.active .show_icon.show_3 {
  background: url(../images/mo_2_02.png) center center no-repeat;
}

.go_more_a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

.i_m_info_box {
  display: none;
}

.i_m_info_box.active {
  display: block;
}

.i_m_info_box h2 {
  position: relative;
  font-size: 36px;
  color: #fff;
  padding-bottom: 38px;
}

.i_m_info_box h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background-color: #fff;
}

.i_m_info_box p {
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.index_bg4 {
  padding: 68px 0 124px 0;
}

.index_five_h2 {
  font-size: 36px;
  color: #666;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 41px;
}

.index_five_h2_line {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 3px;
  background-color: #6c9f25;
}

.index_five_list {
  margin-top: 55px;
}

.index_five_list li {
  float: left;
  width: 20%;
}

.index_five_list li a {
  overflow: hidden;
}

.index_five_list li img {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.index_five_list li p {
  font-size: 18px;
  color: #333;
  margin-top: 40px;
}

.index_five_list li:hover p {
  color: #7fbe26;
}

.index_five_list li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.index_bg5 {
  padding: 58px 0 65px 0;
  background: url(../images/index_bg_02.jpg) no-repeat;
  background-size: cover;
}

.index_five_h2.alt {
  color: #fff;
  padding-bottom: 25px;
}

.index_five_h2_line.alt {
  width: 30px;
}

.table_index {
  width: auto !important;
  background: url(../images/bg_table.png);
}

#index_case_list {
  display: none;
}

.table_index tr {
  width: 100%;
}

.table_index td {
  position: relative;
  width: 295px;
  height: 204px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #515454;
  cursor: pointer;
}

.index_table_cont {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 41px;
  padding-bottom: 50px;
}

.swiper-container.index_five {
  height: 615px;
}

.table_index td.active .table_info,
.table_index td:hover .table_info {
  display: block;
}

.table_info {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6c9f25;
  color: #fff;
}

.table_info_box {
  display: table;
  height: 100%;
}

.table_info_box h3 {
  font-size: 24px;
  margin-bottom: 13px;
}

.table_info_box>div {
  font-size: 16px;
  line-height: 22px;
}

.table_info_box_cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 13%;
}

.pagination.index_five_page {
  position: absolute;
  left: 0;
  bottom: 0px;
}

/* main end*/

/************************about***************************/

.about_bg1 {
  padding-top: 63px;
  padding-bottom: 151px;
}

.about_tabs {
  margin-bottom: 50px;
}

.about_tabs_list {
  border-bottom: 1px solid #e6e6e6;
}

.about_tabs_list li {
  float: left;
  margin-right: 41px;
}

.about_tabs_list li a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #4d4d4d;
  padding-bottom: 17px;
}

.about_tabs_list li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #7fbe26;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
}

.about_tabs_list li.active a::before,
.about_tabs_list li:hover a::before {
  width: 100%;
}

.about_com_left,
.about_com_right {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.about_com_left{
  margin-top: 59px;
}
.about-com-box {
  height:354px ;
  overflow: hidden;
}
.about-more-box {
  display: none;
}
.btn_com {
  position: absolute;
  left: -25px;
  top: 50%;
  cursor: pointer;
  z-index: 100;
  margin-top: -30px;
}
.btn_com:hover i {
  color: #6c9f25;
}
.btn-next {
  left: auto;
  right: -25px;
}
.btn_com i {
  display: block;
  font-size: 60px;
  color: #b3b3b3;
}
.g_banner {
  padding: 106px 0 118px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.g_banner h2 {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.g_line {
  width: 64px;
  height: 4px;
  background-color: #fff;
}

.banner_about {
  background: url(../images/about_company_02.jpg) no-repeat;
}

.swiper-container.company {
  height: 369px;
}

.about_com_r_box {
  padding-left: 63px;
}

.about_com_r_box h2 {
  position: relative;
  font-size: 30px;
  color: #333;
  padding-bottom: 29px;
  margin-bottom: 15px;
  font-weight: bolder;
  line-height: 30px;
}

/* .about_com_r_box h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #6c9f25;
} */

.about_com_r_box p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 30px;
}

.about_com_gomore {
  display: inline-block;
  margin-top: 20px;
}

.about_fa_head h2 {
  font-size: 30px;
  color: #333;
  font-weight: bolder;
  padding-bottom: 26px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.about_fa_head p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 29px;
}

.about_w_list li {
  padding: 21px 0;
  border-bottom: 1px dashed #c3c3c3;
  cursor: pointer;
}

.about_w_list li.active .w_icon,
.about_w_list li:hover .w_icon {
  background-color: #6c9f25;
}

.about_wenhua>h2 {
  font-size: 30px;
  color: #333;
  font-weight: bolder;
  padding-bottom: 34px;
  border-bottom: 2px solid #ccc;
}

.about_w_info,
.about_w_icon {
  float: left;
}

.about_w_icon {
  width: 13%;
}

.about_w_info {
  width: 73%;
  height: 72px;
  overflow: hidden;
  margin-top: 6px;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
}

.about_w_info h3 {
  font-size: 24px;
  color: #666;
  margin-bottom: 12px;
}

.about_w_info p {
  font-size: 18px;
  color: #666;
  margin-top: 12px;
}

.w_icon {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background-color: #b3b3b3;
  line-height: 85px;
  text-align: center;
  margin-right: 104px;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}

.w_icon img {
  vertical-align: middle;
}

.about_fz_wrap {
  margin-top: 84px;
}

.a_fz_bg {
  padding: 50px 56px;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  position: relative;
}

.sanjiao {
  position: absolute;
  right: -29px;
  top: -1px;
}

.a_fz_wrapleft {
  width: 80%;
  margin-top: 135px;
}

.fz_list>div {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.fz_list>div img {
  width: 20%;
  vertical-align: top;
}

.fz_info {
  display: inline-block;
  vertical-align: top;
  padding-left: 16px;
  width: 70%;
}

.fz_info h2 {
  font-size: 24px;
  color: #4d4d4d;
  margin-bottom: 22px;
}

.fz_info p {
  font-size: 16px;
  color: #666;
  line-height: 18px;
}

.swiper-container.about_fz {
  height: 789px;
}

.a_fz_wrapright {
  width: 19%;
  padding-left: 30px;
}

.fz_time {
  height: 100%;
}

.fz_time img {
  height: 100%;
}

.fz_time span {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

.fz_btn {
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.fz_prev .fz_btn {
  background: url(../images/fz_btn_top1.png) no-repeat;
  background-size: cover;
}

.fz_prev:hover .fz_btn {
  background: url(../images/fz_btn_top.png) no-repeat;
}

.fz_next .fz_btn {
  background: url(../images/fz_btn_down1.png) no-repeat;
  background-size: cover;
}

.fz_next:hover .fz_btn {
  background: url(../images/fz_btn_down.png) no-repeat;
}

.fz_btn_wrap {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 10000;
}

.about_three_cont,
.fz_year_info {
  display: none;
}

.about_three_cont.active,
.fz_year_info.active {
  display: block;
}

/******************************news********************************/

.banner_news {
  background-image: url(../images/news_02.jpg);
}

.news_list_wrap {
  display: none;
}

.news_list_wrap.active {
  display: block;
}

.news_list li {
  padding: 45px 0;
  border-bottom: 1px solid #e6e6e6;
}

.news_img,
.news_info {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 200px;
}

.news_img {
  width: 25%;
  overflow: hidden;
}

.news_img img {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.news_img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news_info {
  width: 74%;
}

.news_info_box {
  padding-left: 38px;
}

.about_tabs.news {
  margin-bottom: 0;
}

.news_info_box h2 {
  font-size: 18px;
  color: #4b4b4b;
  margin-bottom: 30px;
}

.news_info_box span {
  font-size: 16px;
  color: #b3b3b3;
}

.news_info_box p {
  font-size: 16px;
  color: #666;
  margin-top: 24px;
  line-height: 24px;
}

.news_detail_title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 22px;
}

.news_style1 {
  margin-bottom: 38px;
  color: #666;
  font-size: 14px;
}

.news_article {
  display: none;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.news_article.active {
  display: block;
}

.news_article h2 {
  font-size: 24px;
  color: #7fbe26;
  margin-bottom: 30px;
}

.news_article p {
  margin-bottom: 24px;
}

.news_article_img {
  margin-bottom: 40px;
}

/********************e_housekeeper*******************************/

.banner_e_housekeeper {
  background-image: url(../images/e_gj_02.jpg);
}

.e_h_tabs {
  margin-bottom: 60px;
}

/*************************service*************************************/

.service_bg1 {
  padding: 150px 0 142px 0;
  background-image: url(../images/service_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.service_info,
.service_img {
  display: inline-block;
  vertical-align: top;
}

.service_info {
  margin-top: 50px;
}

.service_info {
  width: 43%;
}

.service_img {
  width: 56%;
}

.ser_infoh2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 21px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
}

.ser_infoh3 {
  font-size: 24px;
  color: #7fbe26;
  font-weight: bold;
  margin-bottom: 31px;
}

.ser_infop {
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 31px;
}

.service_info_box {
  display: none;
  font-size: 16px;
  color: #666;
  line-height: 29px;
}

.service_info_box.active {
  display: block;
}

.service_icon_box {
  width: 451px;
  height: 438px;
  background: url(../images/c1.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.service_icon_box1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/c2.png) no-repeat;
  background-size: cover;
  -webkit-animation: pointAnimations 5s linear infinite;
  -moz-animation: pointAnimations 5s linear infinite;
  -ms-animation: pointAnimations 5s linear6 infinite;
  animation: pointAnimations 5s linear infinite;
}

@-webkit-keyframes pointAnimations {
  0% {
    -webkit-transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes pointAnimations {
  0% {
    -moz-transform: rotate(0)
  }
  100% {
    -moz-transform: rotate(360deg)
  }
}

@-ms-keyframes pointAnimations {
  0% {
    -ms-transform: rotate(0)
  }
  100% {
    -ms-transform: rotate(360deg)
  }
}

@keyframes pointAnimations {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

.ser_icon_info {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  font-size: 23px;
  color: #7fbe26;
  padding-bottom: 18px;
}

.ser_icon_info p {
  margin-bottom: 18px;
}

.g_line_icon {
  width: 28px;
  height: 3px;
  background-color: #7fbe26;
  margin: 0 auto;
}

.ser_icon_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ser_icon_1 {
  left: 185px;
  background-image: url(../images/service_icon1.png);
}

.ser_icon_btn.ser_icon_1:hover,
.ser_icon_btn.active.ser_icon_1 {
  background-image: url(../images/service_icon1_2.png);
}

.ser_icon_2 {
  top: 140px;
  left: auto;
  right: 0;
  background-image: url(../images/service_icon3.png);
}

.ser_icon_btn.ser_icon_2:hover,
.ser_icon_btn.active.ser_icon_2 {
  background-image: url(../images/service_icon3_2.png);
}

.ser_icon_3 {
  top: auto;
  bottom: 5px;
  left: auto;
  right: 70px;
  background-image: url(../images/service_icon4.png);
}

.ser_icon_btn.ser_icon_3:hover,
.ser_icon_btn.active.ser_icon_3 {
  background-image: url(../images/service_icon4_2.png);
}

.ser_icon_4 {
  top: auto;
  bottom: 5px;
  left: 70px;
  background-image: url(../images/service_icon5.png);
}

.ser_icon_btn.ser_icon_4:hover,
.ser_icon_btn.active.ser_icon_4 {
  background-image: url(../images/service_icon5_2.png);
}

.ser_icon_5 {
  top: 140px;
  background-image: url(../images/service_icon2.png);
}

.ser_icon_btn.ser_icon_5:hover,
.ser_icon_btn.active.ser_icon_5 {
  background-image: url(../images/service_icon2_2.png);
}

.service_tab_info {
  display: none;
}

.service_tab_info.active {
  display: block;
}

/************************case***********************/

.banner_case {
  background-image: url(../images/case_02.jpg);
}

.case_bg1 {
  padding: 48px 0 61px 0;
  background: url(../images/case_033.jpg) no-repeat;
  /* background: url(../images/service_03.jpg) no-repeat; */
  background-size: cover; 
  /* background:rgba(0, 0, 0, 0.6); */
}

.case_title {
  padding-bottom: 63px;
}

.case_title h2 {
  font-size: 30px;
  color: #fff;
  /* color: #333; */
  padding-bottom: 22px;
  border-bottom: 1px solid #61656b;
}

.pagination.case_page {
  position: static;
  margin-top: 41px;
}

.model_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.model_bg.active {
  height: 100%;
}

.model_wrap {
  margin-top: 60px;
}

.model_wrap .dialog-body {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
}

.dialog .dialog-head {
  border-bottom: none;
  background-color: transparent;
}

.case_logo_img {
  margin-bottom: 25px;
}

.case_info_head {
  margin-top: 50px;
  margin-bottom: 38px;
}

.case_info_cont {
  max-width: 1263px;
  margin: 0 auto;
  font-size: 16px;
  color: #4d4d4d;
}

/**************************join us**************************************/

.banner_join {
  background-image: url(../images/join_02.jpg);
}

.job_tab_list>li {
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}

.job_tab_list>li:first-child,
.job_info {
  border-top: 1px solid #e5e5e5;
}

.job_tab_box {
  padding: 27px 0;
}

.join_wrap {
  margin-top: 58px;
}

.join_wrap h2 {
  font-size: 30px;
  color: #4b4b4b;
  margin-bottom: 30px;
}

.job_list li {
  float: left;
  width: 22.5%;
  font-size: 16px;
  color: #555;
}

.job_list li.last_li {
  width: 32.5%;
}

.first_icon {
  color: #7fbe26;
  margin-right: 16px;
  padding-left: 30px;
}

.last_icon {
  font-size: 20px;
}

.last_icon.icon-angle-up {
  color: #7fbe26;
}

.job_tab_list>li .first_icon {
  color: #666;
}

.job_tab_list>li.active .last_icon.icon-angle-down,
.job_tab_list>li .last_icon.icon-angle-up {
  display: none;
}

.job_tab_list>li.active .first_icon {
  display: inline-block;
  color: #7fbe26;
}

.job_tab_list>li.active .last_icon.icon-angle-up,
.job_tab_list>li .last_icon.icon-angle-down {
  display: block;
}

.job_info_box {
  padding-left: 52px;
  padding-top: 33px;
}

.job_info_box h3 {
  margin-bottom: 29px;
}

.job_last_p {
  margin-top: 41px;
  margin-bottom: 41px;
}

.job_info {
  display: none;
}

.join_foot {
  font-size: 16px;
  color: #666;
  margin-top: 47px;
  margin-left: 15px;
}

.join_foot span {
  margin-right: 68px;
}

.join_cont {
  display: none;
}

.join_cont.active {
  display: block;
}

.join_contact_left {
  width: 36%;
}

.join_contact_right {
  width: 60%;
  height: 400px;
  position: relative;
}

.map {
  width: 100%;
  height: 100%;
}

.mainContect img {
  max-width: 100% !important;
}

.j_c_list li {
  font-size: 14px;
  color: #333;
  position: relative;
  padding-left: 30px;
  margin: 7px 0;
}

.j_c_list li img {
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 4px;
}

.pagebox {
  margin-top: 50px;
}

.pagebox li {
  display: inline-block;
}

.pagebox li.first,
.pagebox li.page,
.pagebox li.last,
.pagebox li.previous {
  display: none !important;
}

.pagebox li.next a {
  display: block;
  font-size: 16px;
  padding: 10px 30px;
  border: 1px solid #7fbe26;
  color: #7fbe26;
  border-radius: 23px;
}

.pagebox li.next:hover a {
  background-color: #7fbe26;
  color: #fff;
}

.contact_h2 {
  border-bottom: 1px solid #e6e6e6;
}

.inp_info {
  width: 90%;
  border-radius: 0;
}

.inp_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  color: #8e7862;
  border-radius: 0;
}

.g-box-item {
  padding: 0 20px 40px 20px;
}

.g-box-item img {
  width: 100%;
}

.search_cont {
  padding: 120px 0 0 0;
  padding-bottom: 230px;
}

.search_form_box {
  position: absolute;
  left: -1px;
  top: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.search_form_box.active {
  width: 200px;
}

.inp_info_nav {
  width: 80%;
}

.inp_btn_nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  color: #8e7862;
  border-radius: 0;
}

.search_btn a {
  color: #fff;
}

.nav-list li .hidNav {
  position: fixed;
  width: 100%;
  height: 0;
  text-align: center;
  background: rgba(230, 230, 230, 0.8);
  z-index: 100000;
  display: block;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0.8;
}

.nav-list li.active1 .hidNav {
  height: 78px;
  opacity: 1;
}

.nav-list ul {
  float: right;
}

.nav-list li .hidNav .liWrap {
  position: relative;
  float: left;
}

.nav-list li .hidNav li {
  padding: 30px 10px;
  text-align: center;
  float: left;
  height: auto;
  line-height: 18px;
  cursor: pointer;
  font-size: 16px;
}

.nav-list li .hidNav li a {
  color: #666;
  font-size: 14px;
}

.nav-list li .hidNav li:hover a {
  color: #7fbe26;
}

.search {
  display: inline-block;
  position: relative;
  line-height: 100px;
}

.search .inputW {
  border: none;
  display: inline-block;
  width: 177px;
  height: 30px;
  outline-style: none;
  color: #fff;
  text-indent: 19px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: none;
}

.search .inputBtn {
  font-size: 0;
  border: none;
  display: inline-block;
  background: url(../images/seach2.png) no-repeat center center;
  width: 37px;
  height: 30px;
  outline-style: none;
  cursor: pointer;
  position: absolute;
  top: 36px;
  right: 0;
  border-left: 1px solid #ccc;
}

.search .inputBtn:hover {
  background: url(../images/seach2_hover.png) no-repeat center center;
}

.nav-list {
  float: left;
}

#timeline {
  max-width: 1200px;
  height: 791px;
  overflow: hidden;
  margin: 40px auto;
  position: relative;
  background: url(../images/chi_03.png) 85.2% top repeat-y;
}

#dates {
  width: 15.41%;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#dates li {
  list-style: none;
  width: 100%;
  height: 115px;
  font-size: 24px;
}

#dates li a {
  display: block;
  font-size: 16px;
  color: #4d4d4d;
  padding-left: 27px;
  background: url(../images/chi_icon_06.jpg) no-repeat left center;
}

#dates li.selected a {
  background: url(../images/chi_icon_03.jpg) no-repeat left center;
}

#issues {
  width: 84.59%;
  /* overflow: hidden; */
  float: left;
  margin-top: 115px;
}

#issues li {
  width: 95%;
  padding: 30px 60px 30px 30px;
  list-style: none;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  display: none;
}

#issues li.selected {
  display: block;
}

body.wfEditorMode #dates li a.wfEditorMode,
body.wfEditorMode #dates li.selected a.wfEditorMode {
  background: white;
  color: #99ccff;
}

.show-model {
  display: none;
}

.swiper-title.alt1 .contai_2 {
  /* max-width: 1350px; */
}
.show-model {
  display: none;
}
.job_popup {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: 999;
  display: none;
}

.job_mask {
  height: 100%;
  width: 100%;
  background: url(../images/resource_mask.png);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}

.job_popup_conter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: auto;
  margin-top: -300px;
  margin-left: -600px;
  background: #ffffff;
  z-index: 999;
  padding: 60px 50px 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.job_popup_colse {
  width: 40px;
  height: 40px;
  background: url(../images/poput_close.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
}

.job_popup_conter_aa {
  width: 100%;
  height: 510px;
  overflow: auto;
}

.job_popup_article {
  width: 100%;
}

.index_news_list li {
  float: left;
  height: 100%;
  display: none;
}
.index_news_list.slick-initialized li {
  display: block;
}
.banner-s-img {
  width: 100%;
}

#newBridge .icon-right-center {
  display:none!important;
  height: 141px!important;
  /* background:url(../images/Customer.jpg) no-repeat!important; */
}
.nb-icon-inner-wrap {
  width: 65px!important;
  height: 141px!important;
  background:none!important;
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base {
  width: 65px!important;
  height: 141px!important;
  background:url(../images/Customer.jpg) left top no-repeat!important;
}
.a-baidu-qiao {
  position: fixed;
  top: 50%;
  margin-top: 87px;
  right: 0px;
  
  width: 65px!important;
  height: 141px!important;
  background:url(../images/Customer.jpg) left top no-repeat!important;
  z-index: 10000000;
  
}
.main.ehouse .contai_2.about_bg1,
.main.news .contai_2.about_bg1{
 max-width: 1000px;
}
.index_coop_img {
  padding: 12px 0;
  height: 100%;
}
.index_coop_img img{
  height: 100%;
  width: auto;
}


.yq-link {
  display: block;
font-size: 16px;
color: #999;
}
.yq-link a {
  font-size: 16px;
color: #999;
}
.yq-link a:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
    /* 2021-1-13 */
    .foot-nav-list {
        margin-right: 0;
        padding-left: 13px;
    }
}
