/* Ripple Out */

@font-face{font-family: 'DINCond-Medium';src: url('../font/dincond-medium-webfont.eot');src: url('../font/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../font/dincond-medium-webfont.woff2') format('woff2'), url('../font/dincond-medium-webfont.woff') format('woff'), url('../font/dincond-medium-webfont.ttf') format('truetype'), url('../font/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');}

@font-face{font-family:NOVECENTOWIDE;
	src: url('../font/NOVECENTOWIDE-DEMIBOLD.otf')format('opentype');
	src: url('../font/novecentowide-demibold-webfont.eot');
	src: url('../font/novecentowide-demibold-webfont.eot?#iefix')format('embedded-opentype');
	src: url('../font/novecentowide-demibold-webfont.svg#Regular')format('svg');
	src: url('../font/novecentowide-demibold-webfont.woff')format('woff');
	src: url('../font/novecentowide-demibold-webfont.woff2')format('woff2');
	font-weight: normal;font-style: normal;
}


@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #eeeeee solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  border-color: #68b92e;
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.main {
  margin-top: 116px;
  overflow: hidden;
}

.n_content {
  padding: 60px 0;
}

.n_content.p0 {
  padding: 0;
}

.yh_banner {
  position: relative;
}

.yh_banner img {
  width: 100%;
}

.yh_banner .img {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 100;
}

.yh_banner .banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.yh_banner .banner_text h3 {
  font-size: 45px;
  margin-top: 0;
}

.yh_banner .banner_text p {
  font-size: 18px;
}

.banner_swiper .swiper-slide {
  position: relative;
}

.banner_swiper .banner_pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  position: relative;
}

.banner_swiper .banner_pagination .swiper-pagination-bullet::after {
  content: '';
  width: 180%;
  height: 180%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.banner_swiper .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: green}
.banner_swiper .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.i_pro {
  padding: 90px 0;
  background-color: #fff;
}

.i_pro .i_pro_box {
  margin-top: 60px;
}

.i_pro .i_pro_all {
  margin-top: 60px;
}

.i_pro .i_pro_all .i_pro_pick {
  display: none;
}

.i_pro .i_pro_all .i_pro_pick.active {
  display: block;
  animation: xcf_show 0.3s;
}

.i_pro .i_pro_all .i_pro_pick ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.i_pro .i_pro_all .i_pro_pick ul::after {
  content: '';
  width: 31.625%;
}

.i_pro .i_pro_all .i_pro_pick ul li {
  width: 31.625%;
  margin-bottom: 35px;
}

.i_pro_item {
  width: 100%;
  border: 1px solid #68b92e;
}

.i_pro_item:hover .imgbox img {
  transform: scale(1.1);
}

.i_pro_item .imgbox {
  overflow: hidden;
}

.i_pro_item .imgbox img {
  width: 100%;
  transition: all 0.5s;
}

.i_pro_item .textbox {
  font-size: 20px;
  line-height: 85px;
  height: 85px;
  background-color: #68b92e;
  text-align: center;
  padding: 0 1em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.option ul {
  display: flex;
  justify-content: center;
}

.option ul li {
  min-width: 15.75%;
  background-color: #f5f5f5;
  text-align: center;
  transition: all 0.3s;
  padding: 0 15px;
  margin-right: 68px;
}

.option ul li:last-child {
  margin-right: 0;
}

.option ul li.active {
  background-color: #68b92e;
}

.option ul li.active a {
  color: #fff;
}

.option ul li a {
  line-height: 62px;
  font-size: 18px;
  color: #666666;
}

.i_about {
  background-color: #fafafa;
  padding: 90px 0 40px 0;
}

.i_about .i_about_box {
  margin-top: 100px;
}

.i_about .i_about_box .i_about_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.i_about .i_about_box .i_about_item:nth-child(2n) .item_r {
  right: auto;
  left: 7.9%;
}

.i_about_item {
  margin-bottom: 60px;
  position: relative;
  display: flex;
}

.i_about_item .item_l {
  width: 45.47%;
}

.i_about_item .item_l img {
  width: 100%;
}

.i_about_item .item_r {
  position: absolute;
  right: 7.9%;
  bottom: 0;
  width: 49.95%;
  padding: 2.6vw 1vw 1.5vw 2vw;
  background-color: #fff;
  box-shadow: 0px 0px 38px 0px rgba(20, 20, 20, 0.1);
}

.i_about_item .item_r .text_box {
  margin-bottom: 30px;
}

.i_about_item .item_r .text_box h2 {
  font-size: 32px;
  font-size: 1.567vw;
  color: #68b92e;
  margin: 0;
  font-weight: bold;
  display: flex;
  line-height: 3.65vw;
}

.i_about_item .item_r .text_box h2 .mun {
  background: url(../images/dbx.png) no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.65vw;
  height: 3.65vw;
  color: #FFF;
}

.i_about_item .item_r .text_box .content {
  margin-top: 10px;
  font-size: 18px;
  font-size: 0.938vw;
  line-height: 32px;
  line-height: 1.667vw;
  color: #333333;
}

.i_about_item .item_r .text_box .content ul {
  
  flex-wrap: wrap;
}

.i_about_item .item_r .text_box .content ul li {
  margin-right: 0.5em;
}

.i_about_item .item_r .text_box .content strong {
  margin-right: 0.5em;
}

.i_about_item .item_r .c_more {
  justify-content: flex-start;
}

.i_about_item .item_r .c_more a {
  font-size: 16px;
}

.i_issue {
  padding: 90px 0;
}

.i_issue.fangan {
  padding-top: 0;
}

.i_issue .i_issue_box {
  margin-top: 40px;
}

.i_issue .i_issue_box ul {
  display: flex;
}

.i_issue .i_issue_box ul li {
  width: 13%;
  margin-right: calc((100% - 13% * 7)/6);
}
/*.i_issue .i_issue_box.z2 ul li {
  width: 15%;
  margin-right: calc((100% - 15% * 6)/5);
}*/
.i_issue .i_issue_box ul li:last-child {
  margin-right: 0;
}

.i_issue_item {
  width: 100%;
}

.i_issue_item .imgbox {
  overflow: hidden;
}

.i_issue_item .imgbox img {
  width: 100%;
  transition: all 0.5s;
}

.i_issue_item .textbox {
  background-color: #68b92e;
  padding: 0 10px;
  font-size: 18px;
  height: 60px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.i_issue_item .textbox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.i_jjfa {
  padding: 0 0 90px 0;
}

.i_jjfa .i_jjfa_box {
  margin-top: 60px;
}

.i_jjfa_box ul {
  display: flex;
  flex-wrap: wrap;
}

.i_jjfa_box ul li {
  width: 23.625%;
  margin-right: calc((100% - 23.625% * 4) / 3);
  margin-bottom: 30px;
}

.i_jjfa_box ul li:nth-child(4n) {
  margin-right: 0;
}

.i_jjfa_item {
  width: 100%;
  transition: all 0.3s;
}

.i_jjfa_item:hover {
  transform: translateY(-20px);
  box-shadow: 0 0 20px 0 #68b92e;
}

.i_jjfa_item:hover a .textbox {
  background-color: rgba(104, 185, 46, 0.87);
}

.i_jjfa_item a {
  display: block;
  position: relative;
}

.i_jjfa_item a .imgbox img {
  width: 100%;
}

.i_jjfa_item a .textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.i_jjfa_item a .textbox .content {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 20px;
}

.i_jjfa_item a .textbox .content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
}

.i_jjfa_item a .textbox h5 {
  font-size: 22px;

  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1.2px;
  color: #fff;
  margin: 0;
}

.i_honor {
  background-color: #fbfbfb;
  padding: 90px 0;
}

.i_honor .i_honor_box {
  margin-top: 90px;
  position: relative;
}

.i_honor .i_honor_box .honor_prev,
.i_honor .i_honor_box .honor_next {
  position: absolute;
  top: 50%;
  z-index: 2;
  outline: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.i_honor .i_honor_box .honor_prev {
  left: 0;
}

.i_honor .i_honor_box .honor_next {
  right: 0;
}

.i_honor .i_honor_box .honor_swiper {
  width: 90%;
  margin: 0 auto;
}

.i_honor_item {
  width: 100%;
  padding: 15px;
}

.i_honor_item:hover .imgbox img {
  transform: scale(1.1);
}

.i_honor_item .imgbox {
  margin-bottom: 20px;
}

.i_honor_item .imgbox img {
  width: 100%;
  transition: all 0.5s;
}

.i_honor_item .text {
  text-align: center;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_news {
  padding: 90px 0;
}

.i_news .i_news_box {
  margin-top: 60px;
}

.i_news .i_news_box .i_news_option .option ul {
  justify-content: center;
}

.i_news .content_box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.i_news .content_box .content_box_l {
  width: 35.625%;
}

.i_news .content_box .content_box_l img {
  width: 100%;
}

.i_news .content_box .content_box_l .imgbox {
  position: relative;
}

.i_news .content_box .content_box_l .imgbox .tel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #68b92e;
  font-size: 32px;
  letter-spacing: 2px;
  color: #ffffff;
}

.i_news .content_box .content_box_l .imgbox .tel::before {
  content: '';
  background: url(../images/tel.png) no-repeat center center;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.i_news .content_box .content_box_r {
  width: 63.75%;
  padding: 20px 0;
}

.i_news .content_box .content_box_r .i_news_all {
  height: 100%;
}

.i_news .content_box .content_box_r .i_news_all .i_news_pick {
  display: none;
  height: 100%;
}

.i_news .content_box .content_box_r .i_news_all .i_news_pick.active {
  display: block;
  animation: xcf_show 0.3s;
}

.i_news .content_box .content_box_r .i_news_all .i_news_pick ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.i_news .content_box .content_box_r .i_news_all .i_news_pick ul li {
  margin-bottom: 28px;
}

.i_news .content_box .content_box_r .i_news_all .i_news_pick ul li:last-child {
  margin-bottom: 0;
}

.i_news_item {
  width: 100%;
  transition: all 0.3s;
}

.i_news_item:hover {
  background-color: #68b92e;
  box-shadow: 0px 0px 13px 0px #68b92e;
}

.i_news_item:hover a .date {
  color: #fff;
}

.i_news_item:hover a .text .title {
  color: #fff;
}

.i_news_item:hover a .text .content {
  color: #fff;
}

.i_news_item a {
  display: flex;
  align-items: center;
  padding: 30px;
  padding: 1.6vw;
}

.i_news_item a .date {
  width: 20%;
  text-align: center;
  color: #999999;
  transition: all 0.3s;
}

.i_news_item a .date .day {
  font-size: 36px;
  font-size: 1.875vw;
}

.i_news_item a .date .year {
  font-size: 26px;
  font-size: 1.354vw;
}

.i_news_item a .text {
  width: 80%;
}

.i_news_item a .text .title {
  font-size: 20px;
  font-size: 1.042vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 10px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_news_item a .text .content {
  font-size: 16px;
  font-size: 0.833vw;
  line-height: 24px;
  line-height: 1.25vw;
  letter-spacing: 1.2px;
  color: #666666;
  transition: all 0.3s;
}

.i_baike {
  padding: 60px 0;
}

.i_baike .i_baike_box {
  margin-top: 60px;
}

.i_baike .i_baike_box ul li {
  margin-bottom: 70px;
}

.i_baike .more {
  text-align: center;
}

.i_baike .more a {
  font-size: 16px;
  color: #666666;
}

.i_baike_item:hover a .text .title {
  color: #68b92e;
}

.i_baike_item a {
  display: flex;
}

.i_baike_item a .mun {
  width: 82px;
  width: 4.17vw;
  height: 82px;
  height: 4.17vw;
  background-color: #68b92e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  font-size: 1.979vw;
  font-weight: bold;
  color: #ffffff;
  margin-right: 20px;
}

.i_baike_item a .text {
  width: calc(100% - 102px);
  width: calc(100% - 4.17vw - 20px);
}

.i_baike_item a .text .title {
  font-size: 28px;
  font-size: 1.5vw;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  transition: all 0.3s;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_baike_item a .text .content {
  font-size: 18px;
  font-size: 0.938vw;
  line-height: 30px;
  line-height: 1.563vw;
  color: #333333;
}

.n_fangan {
  padding: 90px 0;
}

.n_fangan_box ul {
  display: flex;
  flex-wrap: wrap;
}

.n_fangan_box ul li {
  width: 23.625%;
  margin-right: calc((100% - 23.625% * 4)/3);
  margin-bottom: 20px;
}

.n_fangan_box ul li:nth-child(4n) {
  margin-right: 0;
}

.n_fangan_item {
  width: 100%;
  padding: 30px;
  background-color: #eeeeee;
  transition: all 0.3s;    height: 100%;
}

.n_fangan_item:hover {
  background-color: #68b92e;
}

.n_fangan_item:hover a .text_box .date {
  color: #fff;
}

.n_fangan_item:hover a .text_box .text .title {
  color: #fff;
}

.n_fangan_item:hover a .text_box .text .content {
  color: #fff;
}

.n_fangan_item:hover a .go_btn {
  left: calc(100% - 30px);
}

.n_fangan_item:hover a .go_btn img {
  filter: brightness(0) invert(1);
}

.n_fangan_item a .text_box .date {
  display: flex;
  align-items: flex-end;
  margin-bottom: 36px;
  color: #666666;
}

.n_fangan_item a .text_box .date .day {
  font-size: 23px;
  line-height: 1;
}

.n_fangan_item a .text_box .date .year {
  font-size: 13px;
  line-height: 1;
  margin-left: 16px;
}

.n_fangan_item a .text_box .text {
  margin-bottom: 30px;
}

.n_fangan_item a .text_box .text .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n_fangan_item a .text_box .text .content {
  font-size: 13px;
  line-height: 25px;
  color: #666666;
}

.n_fangan_item a .go_btn {
  position: relative;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}

.n_fangan_item a .go_btn img {
  transition: all 0.3s;
}

.culture_box .culture_item {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.culture_box .culture_item:nth-child(2n) .text_box {
  right: auto;
  left: 30px;
}

.culture_box .culture_item img {
  width: 100%;
}

.culture_box .culture_item .text_box {
  position: absolute;
  height: 194px;
  width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(104, 185, 46, 0.8);
  color: #fff;
  text-align: center;
}

.culture_box .culture_item .text_box .title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 28px;
  margin-bottom: 28px;
  position: relative;
}

.culture_box .culture_item .text_box .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background-color: #ffffff;
}

.culture_box .culture_item .text_box .content {
  font-size: 20px;
}

.kwn_contact_box .contact_list {
  margin-top: 40px;
}

.kwn_contact_box .contact_list li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.kwn_contact_box .contact_list li .contact_item_l {
  width: 50%;
}

.kwn_contact_box .contact_list li .contact_item_l img {
  width: 100%;
}

.kwn_contact_box .contact_list li .contact_item_r {
  width: 50%;
  padding-left: 47px;
}

.kwn_contact_box .contact_list li .contact_item_r h4 {
  font-size: 24px;
  color: #68b92e;
}

.kwn_contact_box .contact_list li .contact_item_r p {
  font-size: 20px;
  color: #333333;
  line-height: 50px;
}

.kwn_contact_box .contact_list li .contact_item_r p span {
  color: #999999;
}

.kwn_map {
  padding: 60px 0;
}

.kwn_map .w {
  margin-top: 60px;
}

.kwn_from {
  margin-bottom: 50px;
}

.kwn_from .w {
  padding: 70px 110px 40px;
  box-shadow: 0px 3px 7px 0px rgba(216, 216, 216, 0.35);
}

.kwn_from .kwn_from_title {
  text-align: center;
  margin-bottom: 52px;
}

.kwn_from .kwn_from_title .title_top {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.kwn_from .kwn_from_title .title_top .cn {
  font-size: 40px;
  color: #5a5a5a;
}

.kwn_from .kwn_from_title .title_top .en {
  font-size: 24px;
  color: #5a5a5a;
}

.kwn_from .kwn_from_title .title_bottom {
  font-size: 16px;
  color: #323232;
}

.kwn_from .form_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.kwn_from .form_row .form_col {
  width: 27.7%;
  height: 60px;
  position: relative;
}

.kwn_from .form_row .form_col input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: #eeeeee;
  padding-left: 2em;
  font-size: 19px;
}

.kwn_from .form_row .form_col .red::before {
  content: '*';
  position: absolute;
  color: red;
  font-size: 18px;
  top: 38%;
  left: 5%;
}

.kwn_from .form_message {
  background: #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 408px;
}

.kwn_from .form_message .message_title {
  text-align: center;
  font-size: 24px;
  color: #555555;
  margin-bottom: 25px;
}

.kwn_from .form_message.join_in {
  height: auto;
  padding: 30px 0;
}

.kwn_from .form_message.join_in .form_row {
  flex-wrap: wrap;
  width: 972px;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.kwn_from .form_message.join_in .form_row .money_tabs {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #999;
  line-height: 50px;
}

.kwn_from .form_message.join_in .form_row .money_tabs input[type="text"] {
  height: 17px;
  width: 20%;
  padding: 0;
  border: 1px solid #999999;
  margin-right: 10px;
}

.kwn_from .form_message.join_in .form_row .form_col {
  height: 40px;
  margin-right: 30px;
  width: auto;
}

.kwn_from .form_message.join_in .form_row .form_col input[type="checkbox"],
.kwn_from .form_message.join_in .form_row .form_col input[type="radio"] {
  margin: 0 5px 0 0;
  padding: 0;
}

.kwn_from .form_message.join_in .form_row p {
  width: 100%;
  font-size: 17px;
  color: #999999;
}

.kwn_from .form_message.join_in .form_row label {
  font-size: 15px;
  color: #999999;
  font-weight: unset;
}

.kwn_from .form_message.join_in .form_row textarea {
  width: 100%;
  margin-top: 20px;
}

.kwn_from .form_message.join_in .form_row input[type="submit"] {
  margin: 0 auto;
}

.kwn_from .form_message .form_row {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.kwn_from .form_message .form_row .form_col {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 50px;
}

.kwn_from .form_message .form_row .form_col:last-child {
  margin-right: 0px;
}

.kwn_from .form_message .form_row .form_col label {
  margin: 0;
  font-size: 16px;
  color: #999999;
}

.kwn_from .form_message .form_row .form_col input[type="checkbox"],
.kwn_from .form_message .form_row .form_col input[type="radio"] {
  width: 1em;
  height: 1em;
  position: relative;
  font-size: 24px;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 10px 0 0;
  padding: 0;
  box-sizing: content-box;
}

.kwn_from .form_message .form_row .form_col input[type="checkbox"]:checked::before,
.kwn_from .form_message .form_row .form_col input[type="radio"]:checked::before {
  background-image: url(../images/pick1.png);
  background-size: contain;
  border: none;
}

.kwn_from .form_message .form_row .form_col input[type="checkbox"]::before,
.kwn_from .form_message .form_row .form_col input[type="radio"]::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #999;
  transition: all 0.3s;
  cursor: pointer;
}

.kwn_from .form_message .form_row textarea {
  font-size: 14px;
  width: 895px;
  outline: none;
  border: none;
  resize: none;
  padding: 1em;
  margin-bottom: 30px;
  height: 153px;
}

.kwn_from .form_message .form_row input[type="submit"] {
  width: 222px;
  height: 52px;
  background-color: #68b92e;
  border-radius: 23px;
  border: solid 1px #68b92e;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.photo .w>p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
}

.photo .ft_title {
  margin-bottom: 12px;
}

.photo .ft_title h2 {
  color: #68b92e;
  opacity: 0.11;
}

.photo .ft_title p {
  color: #68b92e;
}

.photo .ft_title p::after {
  content: none;
}

.photo_box {
  margin-top: 100px;
  padding-bottom: 100px;
}

.photo_box ul {
  display: flex;
  justify-content: space-between;
}

.photo_box ul li {
  width: 22.9375%;
}

.photo_item {
  transition: all 0.5s;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.photo_item:hover {
  transform: translateY(-36px);
}

.photo_item:hover .imgbox img {
  transform: scale(1.1);
}

.photo_item:hover .textbox {
  background-color: #68b92e;
  border-color: #68b92e;
  color: #fff;
}

.photo_item .imgbox {
  overflow: hidden;
  flex-shrink: 0;
}

.photo_item .imgbox img {
  width: 100%;
  transition: all 0.5s;
}

.photo_item .textbox {
  color: #333333;
  padding: 30px;
  border: solid 1px #d1d4d4;
  transition: all 0.3s;
  height: 100%;
}

.photo_item .textbox .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.photo_item .textbox .content {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.join .ft_title h2 {
  color: #68b92e;
  opacity: 0.11;
}

.join .ft_title p {
  color: #68b92e;
}

.join .ft_title p::after {
  content: none;
}

.join_box {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.join_box .join_l {
  width: 47.875%;
}

.join_box .join_l .join_option {
  width: 100%;
}

.join_box .join_r {
  width: 47.875%;
}

.join_select {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.join_select .join_item {
  display: none;
}

.join_select.active .join_select_l {
  background-color: #68b92e;
}

.join_select.active .join_select_l .join_select_title {
  color: #fff;
}

.join_select.active .join_select_l .join_select_value ul li {
  color: #fff;
}

.join_select.active .join_select_r {
  background-color: #68b92e;
}

.join_select.active .join_select_r>span {
  transform: rotate(90deg);
}

.join_select:last-child {
  margin-bottom: 0;
}

.join_select .join_select_l {
  width: 89%;
  background-color: #f8f8f8;
  padding: 30px;
}

.join_select .join_select_l .join_select_title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.join_select .join_select_l .join_select_value ul {
  display: flex;
}

.join_select .join_select_l .join_select_value ul li {
  font-size: 18px;
  letter-spacing: 2px;
  color: #333333;
  flex: 1;
  transition: all 0.3s;
}

.join_select .join_select_r {
  width: 11%;
  display: flex;
  background-color: #f0f0f0;
  cursor: pointer;
}

.join_select .join_select_r>span {
  margin: auto;
  transition: all 0.3s;
}

.join_item {
  display: none;
  padding: 30px 45px 40px 45px;
  box-shadow: 0px 4px 54px 5px rgba(34, 42, 1, 0.08);
}

.join_item.active {
  display: block;
  animation: xcf_show 0.3s;
}

.join_item .join_item_box {
  margin-bottom: 30px;
}

.join_item .join_item_box .join_box_title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.join_item .join_btn {
  width: 158px;
  height: 44px;
  background-color: #68b92e;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.join_item .join_btn a {
  color: #fff;
  font-size: 18px;
}

.about {
  background-color: #f4f5f6;
  padding: 90px 0;
}

.about .w {
  display: flex;
  align-items: center;
}

.about .w .about_l {
  padding-right: 120px;
  padding-right: 6.2vw;
  margin-right: 120px;
  margin-right: 6.2vw;
  position: relative;
}

.about .w .about_l::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 76px;
  background-color: #000000;
  opacity: 0.1;
}

.about .w .about_r {
  flex: 1;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 0.833vw;
  line-height: 1.563vw;
  letter-spacing: 0.042vw;
  color: #333333;
  text-align: justify;
}

.scale {
  display: flex;
}

.scale .scale_l {
  width: 40%;
  padding: 70px 3vw 70px 8vw;
  background-color: #ffffff;
}

.scale .scale_r {
  width: 60%;
  padding: 0 8vw;
  background-color: #68b92e;
  display: flex;
  align-items: center;
}

.scale_box .scale_title {
  font-size: 1.88vw;
  color: #333333;
}

.scale_box .scale_content {
  font-size: 0.83vw;
  line-height: 1.56vw;
  letter-spacing: 0.02vw;
  color: #333333;
  text-indent: 2em;
}

.icon_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.icon_box .icon_item {
  display: flex;
  position: relative;
}

.icon_box .icon_item:last-child::after {
  content: none;
}

.icon_box .icon_item::after {
  content: '/';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 102%;
  top: 20px;
}

.icon_box .icon_item .imgbox {
  margin-right: 10px;
}

.icon_box .icon_item .imgbox img {
  height: 57px;
  height: 2.969vw;
}

.icon_box .icon_item .textbox .munber {
  font-size: 46px;
  font-size: 2.396vw;
  font-weight: bold;
  color: #ffea00;
  line-height: 1;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.icon_box .icon_item .textbox .text {
  font-size: 18px;
  font-size: 0.938vw;
  letter-spacing: 1px;
  color: #ffffff;
}

.advantage {
  padding: 60px 0 100px 0;
  background-color: #f4f5f6;
}

.advantage_box {
  background-color: #fff;
  display: flex;
  padding: 50px 0;
}

.advantage_box .advantage_item {
  width: 50%;
  padding: 0 40px;
  position: relative;
}

.advantage_box .advantage_item:last-child::after {
  content: none;
}

.advantage_box .advantage_item::after {
  content: '';
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 128px;
  background-color: #000000;
  opacity: 0.1;
}

.advantage_box .advantage_item .icon {
  margin-bottom: 10px;
}

.advantage_box .advantage_item .text .title {
  font-size: 22px;
  letter-spacing: 1.1px;
  color: #333333;
}

.advantage_box .advantage_item .text .content {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  color: #333333;
}

.i_advantage {
  background-color: #f4f5f6;
  padding-bottom: 100px;
}

.i_advantage .i_advantage_title {
  font-size: 36px;
  color: #333333;
  text-align: center;
}

.i_advantage_box {
  margin-top: 60px;
}

.i_advantage_box ul {
  display: flex;
  justify-content: space-between;
}

.i_advantage_box ul li {
  width: 18.802vw;
}

.i_advantage_box ul li:last-child {
  margin-right: 0;
}

.i_advantage_item {
  width: 100%;
  height: 13.958vw;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.i_advantage_item:hover {
  transform: translateY(-20px);
}

.i_advantage_item:hover::after {
  top: 0;
}

.i_advantage_item:hover .content_box .icon img {
  filter: brightness(0) invert(1);
}

.i_advantage_item:hover .content_box .text {
  color: #fff;
}

.i_advantage_item::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #68b92e;
  transition: all 0.3s;
}

.i_advantage_item .content_box {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4vw;
}

.i_advantage_item .content_box .icon {
  margin-bottom: 1vw;
}

.i_advantage_item .content_box .icon img {
  height: 3.229vw;
}

.i_advantage_item .content_box .text {
  font-size: 0.938vw;
  letter-spacing: 0.094vw;
  color: #333333;
  text-align: center;
  transition: all 0.3s;
}

.n_pro {
  margin-bottom: 100px;
}

.n_pro .n_pro_box {
  margin-top: 60px;
  position: relative;
}

.n_pro .n_pro_box .n_pro_swiper {
  padding-bottom: 30px;
}

.n_pro .n_pro_box .n_pro_pagination {
  width: 100%;
}

.n_pro .n_pro_box .n_pro_pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: solid 1px #68b92e;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.n_pro .n_pro_box .n_pro_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #68b92e;
  width: 23px;
  border-radius: 6px;
}

.glass.imgbox {
  overflow: hidden;
  position: relative;
}
.i_issue .i_issue_box .glass.imgbox{border: 1px solid #68b92e;}
.glass.imgbox:hover::before {
  transform: scale(2) rotate(45deg) translate3d(0, 100%, 0);
}

.glass.imgbox::before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(2) rotate(45deg) translate3d(0, -100%, 0);
  transition: transform 0.8s;
  pointer-events: none;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

@keyframes animate2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

@keyframes animate3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}


.join_box_content{    font-size: 16px;
    line-height: 2.2;}
.join_all,.join_item{    height: 100%;}
.join_item .join_item_box{    height: calc(100% - 100px);}



.news {
  background: url(../images/img20.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 1.6667rem;
}
.news .news-swiper-box {
  width: 100%;
  max-width: 17.8333rem;
  min-width: 0rem;
}
.news .news-swiper {
  overflow: visible;
}
.news .news-swiper .swiper-slide-active .item .image-text {
  background: #fff;box-shadow: -2px 1px 16px 0px #cfcfcf;
}
.news .news-swiper .swiper-slide-active .item .image-text .year {
  color: #8d8d8d;
}
.news .news-swiper .swiper-slide-active .item .image-text .title {
  color: #1a1a1a;
}
.news .news-swiper .swiper-slide-active .item .image-text .desc {
  color: #333;
}
.news .news-swiper .swiper-slide-active .item .image-text .more {
  color: #333;
}
.news .news-swiper .swiper-slide-active .item .image-text .more:after {
  background-image: url(../images/img06.png);
}
.news .news-swiper .item {
  display: flex;
  align-items: center;
}
.news .news-swiper .item:hover .image:before {
  top: 10rem;
  left: -10rem;
}
.news .news-swiper .item:hover .image-text {
  transform: translateY(-0.1667rem);
}
.news .news-swiper .item:hover .more {
  transform: translateX(0.1667rem);
}
.news .news-swiper .item .image-text {
  width: 100%;
  max-width: 9rem;
  padding: 0.5833rem 1.0833rem;
  margin-right: -0.5rem;
  position: relative;
  z-index: 3;
  transition: all 0.4s;
}
.news .news-swiper .item .image-text .year {
  font-size: 0.2667rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.5833rem;
}
.news .news-swiper .item .image-text .title {
  font-size: 0.3667rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.4333rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news .news-swiper .item .image-text .desc {
  font-size: 0.25rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 0.8333rem;
}
.news .news-swiper .item .image-text .more {
  font-size: 0.2667rem;
  line-height: 1;
  color: #fff;
  transition: all 0.4s;
}
.news .news-swiper .item .image-text .more:after {
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  background: url(../images/img07.png) no-repeat center;
  background-size: 100%;
  width: 0.2667rem;
  height: 0.2667rem;
}
.news .news-swiper .item .image {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 9.3333rem;
  overflow: hidden;
}
.news .news-swiper .item .image img{width:100%;max-width:100%;}
.news .news-swiper .item .image::before {
  content: "";
  display: block;
  width: 200%;
  height: 5rem;
  background: rgba(255, 255, 255, 0.08);
  position: absolute;
  top: -5rem;
  left: 1.6667rem;
  transform: rotate(45deg);
  transition: all 0.4s ease-in;
}

.xbb-box {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
}


.xbb-image {
    overflow: hidden;
}

.xbb-image:hover img {
    transform: scale(1.1);
}

.xbb-image img {
    transition: all 0.4s;
    width: 100%;
}
.xbb-title02 {
    text-align: center;
    padding: 1.3333rem 0 1.1667rem;
}

.xbb-title02 h1 {
    font-size: 0.7333rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 0.4333rem;
}

.xbb-title02 h2 {
    font-size: 0.6rem;
    line-height: 1;
    color: #fff;
}


.news{height: auto; overflow: hidden;    margin-top: 60px;}

.news .ft_title{
	    margin-top: 60px;    margin-bottom: 60px;
}














@media screen and (max-width: 1620px) {
  .main {
    margin-top: 100px;
  }

  .i_about_item .item_r .text_box h2 {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 1420px) {
  .main {
    margin-top: 80px;
  }

  .n_fangan_box ul li {
    width: 32%;
    margin-right: calc((100% - 32% * 3)/2);
  }

 

  .n_fangan_box ul li:nth-child(4n) {
    margin-right: calc((100% - 32% * 3)/2);
  }

 .n_fangan_box ul li:nth-child(3n) {
    margin-right: 0;
  }
  .option ul li a {
    font-size: 1.2vw;
  }

  .option ul li {
    width: 18%;
    margin-right: 0;
  }

  .i_issue_item .textbox {
    font-size: 1.2vw;
  }

  .join_select .join_select_l {
    padding: 4%;
  }

  .join_select .join_select_l .join_select_value ul li {
    font-size: 0.938vw;
    letter-spacing: 0.094vw;
  }

  .join_item .join_item_box .join_box_title {
    font-size: 1.354vw;
  }
}

@media screen and (max-width: 1200px) {
  .i_pro_box {
    zoom: 0.8;
  }

  .i_trait_box .i_trait_list .i_trait_item {
    padding: 2%;
  }

  .i_trait_box .i_trait_list .i_trait_item .item_b {
    font-size: 14px;
  }

  .n_fangan_box ul {
    justify-content: space-between;
  }

  .n_fangan_box ul li {
    width: 48%;
    margin-right: 0 !important;
  }

  .n_fangan_box ul li:nth-child(3n) {
    margin-right: 0;
  }

  .n_fangan_box ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 780px) {
  :root {
    --swiper-navigation-size: 0.4rem;
  }

  .n_content {
    padding: 0.4rem 0;
  }

  .main {
    margin-top: 60px;
  }

  .banner_swiper .banner_pagination {
    width: 100%;
    left: 0;
    bottom: 5%;
  }

  .i_pro {
    padding: 0.4rem 0;
  }

  .i_pro .i_pro_box {
    margin-top: 0.4rem;
  }

  .i_pro .i_pro_all {
    margin-top: 0.4rem;
  }

  .i_pro .i_pro_all .i_pro_pick ul li {
    width: 49%;
  }

  .i_pro_item .textbox {
    font-size: 0.32rem;
    line-height: 1rem;
    height: 1rem;
  }

  .option ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .option ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .option ul li a {
    font-size: 0.32rem;
    line-height: 0.84rem;
  }

  .i_about {
    padding: 0.4rem 0;
  }

  .i_about .i_about_box {
    margin-top: 0.4rem;
  }

  .i_about_item {
    display: block;
  }

  .i_about_item .item_l {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .i_about_item .item_r {
    margin: 0 auto;
    width: 90%;
    position: static;
    padding: 0.3rem 0.4rem;
  }

  .i_about_item .item_r .text_box {
    margin-bottom: 0.4rem;
  }

  .i_about_item .item_r .text_box h2 {
    font-size: .36rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
  }

  .i_about_item .item_r .text_box h2 .mun {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }

  .i_about_item .item_r .text_box .content {
    font-size: 14px;
    line-height: 1.5;
  }

  .i_about_item .item_r .c_more {
    justify-content: center;
  }

  .i_issue {
    padding: 0.4rem 0;
  }

  .i_issue .i_issue_box {
    margin-top: 0.4rem;
  }

  .i_issue_item .textbox {
    font-size: .3rem;
    height: 1rem;
  }

  .i_jjfa {
    padding: 0.4rem 0;
  }

  .i_jjfa .i_jjfa_box {
    margin-top: 0.4rem;
  }

  .i_jjfa .i_jjfa_box ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .i_jjfa .i_jjfa_box ul li {
    width: 49%;
    margin: 0 0 0.2rem 0;
  }

  .i_jjfa_item a .textbox .content {
    bottom: 0.2rem;
    padding: 0.2rem;
  }

  .i_jjfa_item a .textbox .content h5 {
    font-size: .28rem;
    line-height: 1.4;
  }

  .i_honor {
    padding: 0.4rem 0;
  }

  .i_honor .i_honor_box {
    margin-top: 0.4rem;
  }

  .i_honor_item .text {
    font-size: 0.32rem;
  }

  .i_news {
    padding: 0.4rem 0;
  }

  .i_news .i_news_box {
    margin-top: 0.4rem;
  }

  .i_news .content_box {
    margin-top: 0.4rem;
    flex-direction: column-reverse;
  }

  .i_news .content_box .content_box_l {
    width: 100%;
  }

  .i_news .content_box .content_box_l .imgbox .tel {
    height: auto;
    padding: 0.3rem 0;
    flex-wrap: wrap;
    font-size: 0.4rem;
  }

  .i_news .content_box .content_box_l .imgbox .tel::before {
    width: 100%;
  }

  .i_news .content_box .content_box_r {
    width: 100%;
    padding: 0;
  }

  .i_news .content_box .content_box_r .i_news_all .i_news_pick ul li {
    margin-bottom: 0.2rem;
  }

  .i_news_item a .date {
    display: none;
  }

  .i_news_item a .text {
    width: 100%;
  }

  .i_news_item a .date .day {
    font-size: .28rem;
  }

  .i_news_item a .date .year {
    font-size: .32rem;
  }

  .i_news_item a .text .title {
    font-size: 0.32rem;
  }

  .i_news_item a .text .content {
    font-size: 0.28rem;
    line-height: 0.52rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .i_baike {
    padding: 0.4rem 0;
  }

  .i_baike .i_baike_box {
    margin-top: 0.4rem;
  }

  .i_baike .i_baike_box ul li {
    margin-bottom: 0.3rem;
  }

  .i_baike_item a {
    position: relative;
  }

  .i_baike_item a .mun {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.64rem;
    height: 0.64rem;
    font-size: 0.32rem;
    margin-right: 0;
  }

  .i_baike_item a .text {
    width: 100%;
  }

  .i_baike_item a .text .title {
    font-size: 0.32rem;
    padding-left: 40px;
    line-height: 2;
  }

  .i_baike_item a .text .content {
    font-size: 0.28rem;
    line-height: 0.52rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .about {
    padding: 0.4rem 0;
  }

  .about .w {
    display: block;
  }

  .about .w .about_l {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }

  .about .w .about_l::after {
    content: none;
  }

  .about .w .about_l img {
    width: 100%;
  }

  .about .w .about_r {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.52rem;
  }

  .scale {
    display: block;
  }

  .scale .scale_l {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }

  .scale .scale_r {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }

  .scale_box .scale_title {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }

  .scale_box .scale_content {
    font-size: 0.28rem;
    line-height: 0.52rem;
    letter-spacing: 0;
  }

  .icon_box {
    flex-direction: column;
  }

  .icon_box .icon_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .icon_box .icon_item::after {
    content: none;
  }

  .icon_box .icon_item .textbox .munber {
    font-size: 0.6rem;
    justify-content: center;
  }

  .icon_box .icon_item .textbox .text {
    font-size: 0.24rem;
  }

  .icon_box .icon_item .imgbox {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .icon_box .icon_item .imgbox img {
    height: 0.7rem;
  }

  .advantage {
    padding: 0.4rem 0;
  }

  .advantage_box {
    padding: 0.4rem 0;
    display: block;
  }

  .advantage_box .advantage_item {
    width: 100%;
    text-align: center;
    margin-bottom: 0.4rem;
  }

  .advantage_box .advantage_item::after {
    content: none;
  }

  .advantage_box .advantage_item .icon img {
    width: 0.8rem;
  }

  .advantage_box .advantage_item .text .content {
    letter-spacing: 0;
  }

  .n_fangan {
    padding: 0;
  }

  .n_fangan_box ul li {
    width: 100%;
  }

  .n_fangan_item {
    padding: 0.4rem;
  }

  .n_fangan_item a .text_box .date {
    margin-bottom: 0.3rem;
  }

  .n_fangan_item a .text_box .text {
    margin-bottom: 0.3rem;
  }

  .n_fangan_item a .text_box .text .title {
    margin-bottom: 0.3rem;
  }

  .n_fangan_item a .text_box .text .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .kwn_contact_box .contact_list {
    margin-top: 0.4rem;
  }

  .kwn_contact_box .contact_list li {
    display: block;
    margin-bottom: 0.2rem;
  }

  .kwn_contact_box .contact_list li .contact_item_l {
    width: 100%;
  }

  .kwn_contact_box .contact_list li .contact_item_r {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .kwn_contact_box .contact_list li .contact_item_r p {
    font-size: 0.32rem;
    line-height: 0.8rem;
  }

  .kwn_map {
    padding: 0.4rem 0;
  }

  .kwn_map .w {
    margin-top: 0.4rem;
  }

  .kwn_map .w .map {
    height: 6rem;
  }

  .kwn_from {
    margin-bottom: 0.2rem;
  }

  .kwn_from .w {
    padding: 0;
    box-shadow: none;
  }

  .kwn_from .w .kwn_from_title {
    margin-bottom: 0.4rem;
  }

  .kwn_from .w .kwn_from_title .title_top {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .kwn_from .w .kwn_from_title .title_top .cn {
    font-size: 0.4rem;
  }

  .kwn_from .w .kwn_from_title .title_top .en {
    font-size: 0.28rem;
  }

  .kwn_from .w .kwn_from_title .title_bottom {
    font-size: 0.28rem;
  }

  .kwn_from .form_row {
    flex-wrap: wrap;
  }

  .kwn_from .form_row .form_col {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.2rem;
  }

  .kwn_from .form_row .form_col input {
    font-size: 0.3rem;
  }

  .kwn_from .form_message {
    height: auto;
  }

  .kwn_from .form_message .message_title {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }

  .kwn_from .form_message .form_row {
    flex-wrap: nowrap;
    width: 100%;
  }

  .kwn_from .form_message .form_row textarea {
    width: 90%;
    margin-bottom: 0.2rem;
  }

  .kwn_from .form_message .form_row input[type="submit"] {
    width: 2.8rem;
    height: 0.8rem;
    margin-bottom: 0.4rem;
    font-size: 0.32rem;
  }

  .kwn_from .form_message .form_row .form_col {
    justify-content: center;
    width: 33.33%;
    margin-right: 0;
  }

  .kwn_from .form_message .form_row .form_col input[type="checkbox"] {
    font-size: 0.3rem;
  }

  .kwn_from .form_message .form_row .form_col label {
    font-size: 0.3rem;
  }

  .culture_box .culture_item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0.4rem;
  }

  .culture_box .culture_item img {
    height: 3rem;
    width: auto;
  }

  .culture_box .culture_item:nth-child(2n) .text_box {
    left: 0;
  }

  .culture_box .culture_item .text_box {
    height: auto;
    width: 100%;
    left: 0;
    padding: 0.3rem;
  }

  .culture_box .culture_item .text_box .title {
    font-size: 0.4rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .culture_box .culture_item .text_box .content {
    font-size: 0.28rem;
  }

  .photo .w>p {
    font-size: 0.28rem;
    line-height: 0.48rem;
    font-weight: normal;
  }
.photo_box ul li{ margin-bottom:35px;}
  .photo_box {
    margin-top: 0.4rem;    padding-bottom: 0px;
  }

  .photo_box ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .photo_box ul li {
    width: 49%;
  }

  .photo_item {
    margin-bottom: 0.2rem;
  }

  .photo_item .textbox {
    padding: 0.2rem;
  }

  .photo_item .textbox .title {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }

  .photo_item .textbox .content {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }

  .join_box {
    margin-top: 0.4rem;
    display: block;
  }

  .join_box .join_l {
    width: 100%;
  }

  .join_box .join_r {
    width: 100%;
    display: none;
  }

  .join_select .join_select_l .join_select_value ul li {
    display: none;
    font-size: 0.28rem;
  }

  .join_select .join_select_l .join_select_value ul li:nth-child(-n + 2) {
    display: block;
  }

  .join_all {
    display: none;
  }

  .join_all .join_item {
    display: none;
  }

  .join_select.active .join_item {
    padding: 0.4rem 0.3rem;
  }

  .join_select.active .join_item .join_item_box .join_box_title {
    font-size: 0.44rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .n_pro .n_pro_box .n_pro_pagination .swiper-pagination-bullet {
    margin: 0 0.04rem;
    width: 0.2rem;
    height: 0.2rem;
  }

  .i_honor_item {
    padding: 0;
  }

  .i_advantage {
    padding-bottom: 0.4rem;
  }

  .i_advantage .i_advantage_title {
    font-size: 0.44rem;
  }

  .i_advantage_box {
    margin-top: 0.4rem;
  }

  .i_advantage_box ul {
    flex-wrap: wrap;
  }

  .i_advantage_box ul li {
    width: 48%;
    margin-bottom: 0.3rem;
  }

  .i_advantage_item {
    height: 100%;
    padding: 0.4rem 0.2rem;
  }

  .i_advantage_item::after {
    top: calc(100% - 2px);
  }

  .i_advantage_item .content_box {
    padding-top: 0;
  }

  .i_advantage_item .content_box .icon {
    margin-bottom: 0.2rem;
  }

  .i_advantage_item .content_box .icon img {
    height: 0.6rem;
  }

  .i_advantage_item .content_box .text {
    font-size: 0.24rem;
  }
}

a:hover {
  text-decoration: none;
}

.nabouts {
  width: 100%;
  height: auto;

  overflow: hidden;
}

.nabouts_a {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 60px;
  margin-top: 20px;
}

.nabouts_id {
  width: 100%;
  height: auto;
  line-height: 26px;
}

.nabouts_id p {
  text-indent: 2em;
}

.nabouts_id p img {
  width: 96%;
  padding: 1%;
  border: 1px solid #ccc;
}

/*æ–°é—»å†…é¡µ*/
.nnews_head {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.nnews_aa {
  width: 74%;
  height: auto;
  line-height: 32px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 34px;
}

.nnews_a font {
  padding-left: 20px;
}

.bdsharebuttonbox {
  float: right;
}

.nnews_kd {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 15px;
}

.djg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  color: #666666;
     line-height: 2;
    font-size: 18px;
  margin: 15px 0;
  text-align: left;
}

.nnews_l {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}

.nnews_l li {
  padding-bottom: 10px;
}

.nnews_l li a:hover {
  color: var(--styleColor);
}

.nnews_img {
  width: 100%;
  text-align: center;
}

.nnews_img img {
  max-width: 100%;
}

.news_b .lg_x_t {
  margin-bottom: 0;
}

.news_b {
  width: 100%;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
  margin-top: 20px;
}

.news_b ul li {
  display: inline-block;
  width: 49%;
  margin-bottom: 5px;
}

.news_b ul li a {
  color: #666666;
}

.news_b ul {
  margin-top: 20px;
}

.news_b ul li a:hover {
  color: var(--styleColor);
}

/*äº§å“å†…é¡µ*/
.nprosf {
  width: 100%;
  float: right;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.npros_head {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  color: #033e99;
  font-size: 24px;
}

.npros_lefta {
  width: 45%;
  float: left;
  text-align: center;
}

.npros_lefta img {
  max-width: 100%;
}

.npros_right {
  width: 53%;
  height: auto;
  float: right;
}

.npros_right p {
  border-bottom: 1px dashed #999;
  line-height: 50px;
  font-size: 16px;
}

.npros_bottm {
  width: 130px;
  height: auto;
  background: #000;
  border-radius: 0.5em;
  text-align: center;
  line-height: 36px;
  margin-top: 5%;
}

.npros_bottm a {
  color: #fff;
}

.npros_bottm a:hover {
  color: #fff;
}

.npros_kg {
  width: 100%;
  height: auto;
  line-height: 40px;
  background: #f3f3f3;
  border-left: 3px solid var(--styleColor);
  padding-left: 10px;
  margin-top: 15px;
}

.npros_dg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2%;
}

.npros_ld {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2%;
}

.npros_gg {
  width: 100%;
  height: auto;
  line-height: 26px;
  padding-top: 4%;
}

.npros_gg ul {
  display: flex;
  justify-content: space-between;
}

.npros_gg a {
  color: #333333;
}

.npros_gg a:hover {
  color: var(--styleColor);
}

/*************åˆ†è¾¨çŽ‡å°äºŽ768px************/
@media only screen and (max-width: 768px) {

  .nabouts_a,
  .npros_right,
  .npros_lefta {
    width: 100%;
  }

  .nabouts {
    margin-top: 0;
  }

  .npros_lefta img {
    width: 100%;
    height: auto;
  }

  .nnews_head {
    padding-top: 0;
    font-size: 18px;
  }

  /*.nabouts_a{padding-top: 20px;}*/
  .news_b ul li {
    width: 100%;
  }

  .npros_right p {
    font-size: 14px;
    line-height: 40px;
  }

  .npros_kg {
    margin-top: 40px;
  }

  .nnews_aa {
    width: 100%;
  }

  .npros_right {
    margin-top: 20px;
  }

  .xypg-news-list li .tit {
    padding-bottom: 10px;
  }

  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 5px;
  }

  .xypg-news-list li .tit .date {
    position: static;
  }


.join_item{width:100%;}








}

.Pagination {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 70px;
}

.Pagination a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}

.Pagination .current {
  color: white;
}

.Pagination .current {
  background: #68b92e;
  border-color: #68b92e;
}

.Pagination a {
  color: #666666;
  font-size: 12px;
}




  .news .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
  }
  .news .swiper-wrapper .swiper-slide:first-child ~ .swiper-slide {
    margin-top: 0.3rem;
  }
  .news .news-swiper .item {
    background: #fff;    align-items: stretch;
  }
  .news .news-swiper .item .image {
    order: -1;
    max-width: 2rem;
    margin-right: 0.2rem;
  }
  .news .news-swiper .item .image-text {
    margin: 0;
    padding: 0;
    min-width: 0;
    color: #333;
display: flex;
    flex-flow: column;    justify-content: space-around;
  }
  .news .news-swiper .item .image-text .year {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    color: inherit;    position: absolute;
    bottom: 0;

  }
  .news .news-swiper .item .image-text .title {
    font-size: 0.26rem;    order: -2;
    line-height: 1.4em;
    margin-bottom: 0.1rem;    font-weight: inherit;

    color: inherit;
  }
  .news .news-swiper .item .image-text .desc {
    margin-bottom: 0;
    display: none;
    color: inherit;
  }
  .news .news-swiper .item .image-text .more {
    color: inherit;
    font-size: 0.22rem;text-align: right;
    padding-right: 0.3rem;
  }
  .news .news-swiper .item .image-text .more:after {
    background-image: url(../images/img06.png); display:none;
  }
  .news .news-swiper .item:hover .image-text {
    transform: translateY(0);
  }
  .news .news-swiper .item:hover .more {
    transform: translateX(0);
  }
.i_honor .i_honor_box .honor_prev, .i_honor .i_honor_box .honor_next{zoom:0.8;}


.news .xbb-box{    width: 95%;
    padding: 0;}
.news .news-swiper .item{ padding:3px;}




.pc.xbb-box {
    width: 95%;
    padding: 0;
       display: flex;
    justify-content: space-between;
}

.pc  .news-swiper-box{max-width:49%;}
.pc .news-swiper .item .image{      height: 100%;  max-width: 4rem;display: flex;margin-right: 0;    padding: 10px;
    align-items: center;order:3;flex-shrink: 0;}
.pc .news-swiper .item{        padding: 10px 0 10px 0;    height: 160px;justify-content: space-between;     align-items: center;}
.pc .news-swiper .item .image-text {padding:0 10px; 
    display: initial;}

.pc .news-swiper .item .year{    position: inherit; margin:0;text-indent: 0.5em;width: 102px;
    height: 102px;
    float: left;flex-shrink: 0;
    padding: 20px 10px 0px 0px;
    text-align: right;
    background: #ffffff;    font-size: 0.40rem;color: #68b92e;
    font-weight: bold;font-family: NOVECENTOWIDE,"微软雅黑";
    margin-top: 10px;}
.pc .news-swiper .item  .year p{font-size: 0.32rem;}
.pc .news-swiper .item .image-text .title{    font-size: 0.36rem;}
.pc .news-swiper .item .image-text .desc{    font-size: 0.28rem;   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.pc .news-swiper .item .image-text .more{ font-size: 0.28rem;display:none;}
.pc .news-swiper .item .image-text .year{ font-size: 0.28rem;}
.pc .news-swiper .item:hover .title{color:#68b92e;}
.pc .news-swiper .item:hover .year{color:#68b92e}
.pc .news-swiper .item:hover .desc {color:#68b92e}
.pc .news-swiper .item:hover .more {color:#68b92e}

.mob{display: none;}
.pc{display: block;}





@media screen and (min-width: 1600px) {
  html {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 751px) {
  .news .xbb-box{
    padding:30px 20px;
  }
  .xbb-title02 {
    padding: 0.6rem 0rem;
  }
  .xbb-title02 h1 {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .xbb-title02 h2 {
    font-size: 0.4rem;
  }
  .news {
    padding-bottom: 0.3rem;
  }
  .news .xbb-box {
    padding-top: 0;
  }
  .news .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
  }
  .news .swiper-wrapper .swiper-slide:first-child ~ .swiper-slide {
    margin-top: 0.3rem;
  }
  .news .news-swiper .item {
    background: #fff;    align-items: stretch;
  }
  .news .news-swiper .item .image {
    order: -1;
    max-width: 2rem;
    margin-right: 0.2rem;
  }
  .news .news-swiper .item .image-text {
    margin: 0;
    padding: 0;
    min-width: 0;
    color: #333;
display: flex;
    flex-flow: column;    justify-content: space-around;
  }
  .news .news-swiper .item .image-text .year {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    color: inherit;    position: absolute;
    bottom: 0;

  }
  .news .news-swiper .item .image-text .title {
    font-size: 0.26rem;    order: -2;
    line-height: 1.4em;
    margin-bottom: 0.1rem;    font-weight: inherit;

    color: inherit;
  }
  .news .news-swiper .item .image-text .desc {
    margin-bottom: 0;
    display: none;
    color: inherit;
  }
  .news .news-swiper .item .image-text .more {
    color: inherit;
    font-size: 0.22rem;text-align: right;
    padding-right: 0.3rem;
  }
  .news .news-swiper .item .image-text .more:after {
    background-image: url(../images/img06.png); display:none;
  }
  .news .news-swiper .item:hover .image-text {
    transform: translateY(0);
  }
  .news .news-swiper .item:hover .more {
    transform: translateX(0);
  }
.i_honor .i_honor_box .honor_prev, .i_honor .i_honor_box .honor_next{zoom:0.8;}


.news .xbb-box{    width: 95%;
    padding: 0;}
.news .news-swiper .item{ padding:3px;}




 .mob {
        display: block;
    }

   .pc.xbb-box {
        display: none;
    }












}
