@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

@font-face {
  src: url(../fonts/MOOLBOR.TTF);
  font-family: MOOLBOR;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}


.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  display: none;
}

.er-ul>li {
  line-height: 0.34rem;
  text-align: center;
  font-size: 0.14rem;
}

.er-ul>li:hover a {
  color: #2c8e21;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.1rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.1rem;
}

header .nav_ul>li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
  display: block;
}

.bg {
  background: #2c8e21;
}

.logo_phone img {
  width: 7.5rem;
}

.c {
  color: #2c8e21;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .phone_weibu {
    display: block;
  }
}

.container {
  padding: 0 2.4rem;
  width: 100%;
}

.ta {
  text-align: center;
}

header.active .bot {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  padding: 0 2.4rem;
  box-shadow: 0 0 10px #ddd;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header .top {
  padding: 45px 0 15px;
}

header .top input {
  width: 2.17rem;
  line-height: 0.33rem;
  border: solid 1px #ffffff;
  opacity: 0.7;
  background: transparent;
  color: #fff;
  padding: 0 0.2rem;
}

header .top input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

header .top input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 0.7;
}

header .top input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 0.7;
}

header .top input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.7;
}

header .top button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

header .top button i {
  font-size: 0.18rem;
  color: #fff;
  opacity: 0.7;
}

header .bot {
  background-color: #ffffff;
  line-height: 0.8rem;
  padding: 0 0.57rem 0 0.45rem;
}

header .bot .logo img {
  height: 0.54rem;
}

header .bot .center {
  margin-right: 0.3rem;
}

header .bot .center>ul>li {
  float: left;
  position: relative;
}

header .bot .center>ul>li>a {
  padding: 0 0.3rem;
  position: relative;
  font-size: 0.16rem;
  color: #383838;
}

header .bot .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #2c8e21;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .bot .center>ul>li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 0.36rem;
  background: #e6e6e6;
}

header .bot .center>ul>li:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 0.36rem;
  background: #e6e6e6;
}

header .bot .center>ul>li:hover>a,
header .bot .center>ul>li.active>a {
  color: #2c8e21;
}

header .bot .center>ul>li:hover>a::before,
header .bot .center>ul>li.active>a::before {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  width: 100%;
}

.banner .hover {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.banner .p1 {
  font-size: 0.6rem;
  line-height: 0.7rem;
  margin-bottom: 0.1rem;
  color: #ffffff;
  text-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.banner .p2 {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #ffffff;
  text-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.banner .swiper-button-prev {
  left: 2rem;
}

.banner .swiper-button-next {
  right: 2rem;
}

.banner .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  opacity: 1;
  border: 1px solid #fff;
}

.banner .swiper-pagination-bullet-active {
  background: transparent;
}

.banner .swiper-pagination {
  bottom: 0.5rem;
}

.en_title {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #000000;
}

.en_title span {
  position: relative;
  display: inline-block;
}

.en_title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2c8e21;
}

.text {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #626262;
}

.more {
  display: inline-block;
  border: 1px solid #2c8e21;
  background: #2c8e21;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more:hover {
  background-color: #000 !important;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;

}

.more a {
  font-size: 0.14rem;
  color: #ffffff;
  padding: 0 0.33rem;
  line-height: 0.43rem;
}

.more a img {
  width: 0.42rem;
  margin-left: 0.3rem;
  display: inline-block;
}

.title {
  font-size: 0.4rem;
  line-height: 0.5rem;
  color: #000000;
  font-weight: 600;
}
.cititle {
  font-size: 0.25rem;
  color: #2c8e21;
  font-weight: 600;
}
.mt40 {
  margin-top: 0.4rem;
}

.index_one,
.index_two,
.index_three,
.index_four {
  padding: 1.2rem 0;
}

.index_one {
  background: #f3f3f3;
}

.index_one .left {
  padding-right: 0.45rem;
}

.index_one .text {
  text-align: justify;
  margin-top: 0.2rem;
}

.index_one .more {
  margin-top: 0.8rem;
}

.index_one .right .pad {
  padding: 0.1rem;
  background: url(../img/bj.png);
  background-size: cover;
}

.index_one::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/chen.png) no-repeat;
  background-size: contain;
  width: 8.88rem;
  height: 1.25rem;
}

.index_two .top .col-md-6 {
  padding-top: 0.2rem;
}

.index_two .bot .col-md-2 ul li {
  font-size: 0.16rem;
  line-height: 0.623rem;
  color: #383838;
  border-bottom: 1px solid #dbdbdb;
}

.index_two .bot .col-md-2 ul li a {
  color: #383838;
}

.index_two .bot .col-md-2 ul li.active a,
.index_two .bot .col-md-2 ul li:hover a {
  color: #2c8e21;
}

.index_two .bot .col-md-10 {
  position: static;
}

.index_two .top .col-md-2,
.index_two .bot .col-md-2 {
  padding-right: 0.5rem;
}

.index_two .more a img {
  margin-left: 0.2rem;
}

.index_two .swiper-slide:hover .bg_img {
  padding: 0.1rem 0 0 0.1rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_two .swiper-slide:hover .bg_img::before {
  content: "";
  background: url(../img/bj.png);
  background-size: cover;
  width: 97%;
  height: 97%;
  position: absolute;
  top: 0;
  left: 0;
}

.index_two .swiper-slide:hover .hover {
  opacity: 1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_two .swiper-slide:hover .name {
  color: #2c8e21;
}

.index_two .swiper-slide .bg_img {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  height: 2.63rem;
  overflow: hidden;
}

.index_two .swiper-slide .hover {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 140, 33, 0.7);
  opacity: 0;
}

.index_two .swiper-slide .hover>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.index_two .swiper-slide .hover>div .icon {
  width: 0.52rem;
  height: 0.52rem;
  line-height: 0.52rem;
  text-align: center;
  border: solid 1px #ffffff;
  border-radius: 50%;
}

.index_two .swiper-slide .hover>div .icon i {
  color: #fff;
  font-size: 0.2rem;
}

.index_two .swiper-slide .hover>div a {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  color: #ffffff;
}

.index_two .swiper-slide .name {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.15rem;
  color: #000000;
}

.index_two .swiper-pagination {
  left: 15px;
  bottom: 0.4rem;
}

.index_two .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #bababa;
  opacity: 1;
  margin: 0.05rem;
  border: 1px solid #bababa;
}

.index_two .swiper-pagination-bullet-active {
  background: transparent;
}

.index_two .bot .col-md-10 .sum>div {
  display: none;
}

.index_two .bot .col-md-10 .sum>div.active {
  display: block;
}

.index_three {
  background: url(../img/5.png) no-repeat;
  background-size: cover;
}

.index_three .text {
  margin: .25rem 0 0.4rem;
  width: 85%;
}

.index_three .more {
  background: transparent;
}

.index_three .more a {
  color: #fff !important;
  border-color: #fff;
}

.index_three .en_title span::before {
  background: #fff;
}

.index_four {
  background: url(../img/7.png) no-repeat;
  background-position: left bottom;
}

.index_four .left .pr {
  padding: 0.1rem 0 0 0.1rem;
  position: relative;
}

.index_four .left .pr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 98%;
  background: url(../img/bj.png) no-repeat;
  background-size: cover;
}

.index_four .left .name {
  position: absolute;
  bottom: 0.2rem;
  left: 0.3rem;
  width: 70%;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #2e2e2e;
  font-weight: 600;
}

.index_four .left .swiper-pagination {
  right: 0.2rem;
  bottom: 0.23rem;
}

.index_four .left .swiper-pagination-bullet {
  margin: 0 0.04rem;
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background: #2c8e21;
  border: 1px solid #2c8e21;
}

.index_four .left .swiper-pagination-bullet-active {
  background: transparent;
}

.index_four .left:hover img {
  transform: scale(1.1);
}

.index_four .left:hover .name {
  color: #2c8e21;
}

.index_four .center ul li:hover .name,
.index_four .right ul li:hover .name {
  color: #2c8e21;
}

.index_four .center ul li {
  padding: 0.25rem 0.3rem 0.2rem;
  border: solid 1px #dcdcdc;
}

.index_four .center .name {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #2e2e2e;
  font-weight: 600;
}

.index_four .center .text {
  padding-bottom: 0.11rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #dcdcdc;
}

.index_four .center ul li:nth-child(1) {
  margin-bottom: 0.3rem;
}

.index_four .center .data {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #a5a5a5;
}

.index_four .center .data img {
  width: 0.27rem;
}

.index_four .right ul li:last-child {
  margin-bottom: 0;
}

.index_four .right ul li {
  padding: 0.183rem;
  border: solid 1px #dcdcdc;
  margin-bottom: 0.26rem;
}

.index_four .right ul li .name {
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-weight: 600;
  color: #2e2e2e;
  padding: 0.1rem 0;
}

.index_four .right ul li .month {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #a5a5a5;
  font-weight: 600;
  text-align: center;
}

.index_four .right ul li .day {
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #a5a5a5;
  text-align: center;
}

.index_four .right ul li .left {
  width: 25%;
  border-right: 1px solid #dcdcdc;
}

.index_four .right ul li .right {
  width: 75%;
  padding-left: 0.25rem;
}

footer {
  background-color: #292929;
  padding: 0.56rem 0 0.45rem;
}

footer .left ul li:hover a {
  color: #2c8e21 !important;
}

footer .left ul {
  margin-bottom: 0.4rem;
}

footer .left ul li {
  float: left;
  position: relative;
}

footer .left ul li a {
  padding: 0 0.35rem;
}

footer .left ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  background-color: #a9a9a9;
  height: 0.12rem;
  transform: translateY(-50%);
}

footer .left ul li:nth-child(1) a {
  padding-left: 0;
}

footer .left ul li:last-child a::before {
  display: none;
}

footer .text {
  font-size: 0.14rem;
  line-height: 0.4rem;
  color: #a9a9a9;
}

footer .right .text {
  font-size: 0.14rem;
  line-height: 0.4rem;
  color: #6d6d6d;
  padding-right: 0.33rem;
}

.beian {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #292929;
  padding: 0.15rem 0;
}

.beian .text {
  font-size: 0.14rem;
  line-height: 0.4rem;
  color: #a9a9a9;
}

.beian .col-md-2 a {
  width: 0.38rem !important;
  height: 0.38rem !important;
  line-height: 0.38rem !important;
  border: none !important;
  background-color: #404040 !important;
  color: #8a8a8a !important;
  font-size: 0.16rem !important;
}

.nyban .en_title span::before {
  display: none;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.p100110 {
  padding: 1rem 0;
}

.list_about .text {
  padding: 0.3rem 15px 0.6rem;
}

.list_about .left ul li {
  width: 50%;
  float: left;
}

.list_about .left ul li .text {
  padding: 0.46rem 0 0.54rem;
}

.list_about .left .number {
  top: 0.72rem !important;
}

.list_about .left .pr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}

.list_about .left .pr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
}

.list_honor {
  background-color: #f3f3f3;
}

.list_honor .honor_swiper {
  padding-bottom: 0.6rem;
}

.list_honor .name {
  padding-top: 0.2rem;
  margin-top: 0.2rem;
  border-top: 1px solid #dedede;
}

.list_honor .swiper-slide {
  background-color: #ffffff;
}

.list_honor .swiper-slide>div {
  padding: 0.2rem 0.3rem;
  border: 1px solid #dedede;
}

.list_honor .swiper-slide:hover>div {
  border-color: #2c8e21;
}

.list_honor .swiper-slide:hover img {
  transform: scale(1.1);
}

.list_honor .swiper-slide:hover .name {
  color: #2c8e21;
}

.list_honor .swiper-pagination-bullet {
  background-color: #00000b;
  opacity: 1;
}

.list_honor .swiper-pagination-bullet-active {
  background: #2c8e21;
}

.list_about .number .counter {
  font-size: 0.7rem;
  line-height: 1;
  color: #ffffff;
  font-family: MOOLBOR;
  margin-right: 0.05rem;
  color: #2c8e21;
}

.list_about .number {
  position: relative;
  top: 0.2rem;
  font-size: 0.16rem;
  line-height: 1;
  color: #2c8e21;
}

.liuyan_swiper {
  margin: 0.6rem 0 0 0;
}

.liuyan_swiper .lianxi_icon {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border: solid 1px #c8c8c8;
  border-radius: 50%;
  margin: 0 auto;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.liuyan_swiper .lianxi_icon span {
  font-size: 0.36rem;
  color: #2c8e21;
}

.lianxi_div1 {
  text-align: center;
  margin-top: 0.18rem;
  font-size: 0.18rem;
}

.lianxi_div2 {
  color: #656565;
  text-align: center;
  font-size: 0.14rem;
}

.list_lianxi .name,
.list_message .name {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #212121;
}

.list_lianxi .name1 {
  font-size: 0.22rem;
  line-height: 0.36rem;
  margin-bottom: 0.15rem;
}

.list_lianxi .col-md-4 {
  border-left: 1px solid #ddd;
  cursor: pointer;
}

.list_lianxi .col-md-4.active .name1,
.list_lianxi .col-md-4.active .text {
  color: #2c8e21;
}

.list_lianxi .col-md-4:first-child {
  border-left: none;
  padding-left: 15px;
}

.BMap_bubble_content .content:first-child {
  font-weight: 600;
  line-height: 0.4rem;
  font-size: 0.16rem;
}
.BMap_bubble_content .content:last-child {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.list_lianxi .col-md-4 {
  padding-left: 0.4rem;
}

.list_lianxi .swiper-slide:hover .lianxi_icon {
  background: #2c8e21;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_lianxi .swiper-slide:hover .lianxi_icon span {
  color: #fff !important;
}

.list_lianxi .swiper-slide:hover .text {
  color: #2c8e21;
}

.ny_erji {
  line-height: 0.62rem;
  font-size: 0.16rem;
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
}

.ny_erji a {
  color: #000000;
}

.ny_erji ul {
  display: flex;
  justify-content: center;
}

.ny_erji ul li {
  margin: 0 0.05rem;
}

.ny_erji ul li a {
  padding: 0 0.45rem;
  color: #575757;
}

.swiper11 .swiper-container {
  padding-bottom: 0.6rem;
}
.swiper11  .swiper-pagination-bullet-active {
  background-color: #2c8e21;
  width: 0.15rem;
  border-radius: 5px;
}
.ny_erji ul li.active a,
.ny_erji ul li:hover a {
  color: #fff;
  display: inline-block;
  background: #2c8e21;
}

.list_new .data {
  font-family: MOOLBOR;
  font-size: 0.24rem;
  line-height: 1;
  color: #a9a9a9;
}

.list_new .name {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #282828;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.list_new .top .col-md-4>div {
  border: solid 1px #dfdfdf;
}

.list_new .top .content,
.list_new .top .content_hover {
  padding: 0.18rem 0.3rem;
}

.list_new .top .data {
  color: #2c8e21;
  margin-top: 0.1rem;
}

.list_new .top .content_hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
}

.list_new .top .col-md-4:hover .content_hover {
  bottom: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #2c8e21;
}

.list_new .top .col-md-4>div {
  overflow: hidden;
}

.list_new .bot .name {
  margin-bottom: 0;
}

.list_new .bot ul {
  border-top: 1px solid #dfdfdf;
  margin-top: 0.5rem;
}

.list_new .bot ul li {
  padding: 0.3rem 0.3rem 0.18rem;
  border-bottom: 1px solid #dfdfdf;
}

.list_new .bot ul li:hover {
  background-color: #f4f4f4;
}

.list_new .bot ul li:hover .name,
.list_new .bot ul li:hover .data {
  color: #2c8e21;
}

.list_new .bot ul li:hover .more_news {
  background: #2c8e21;
  border-color: #2c8e21;
}

.list_new .bot ul li:hover .more_news i {
  color: #fff !important;
}

.list_new .bot .text {
  margin: .04rem 0 0.15rem;
}

.list_new .bot .more_news {
  width: 0.54rem;
  height: 0.54rem;
  border: solid 1px #bdbdbd;
  display: inline-block;
  text-align: center;
  line-height: 0.54rem;
  border-radius: 50%;
  margin-top: 0.28rem;
}

.list_new .bot .more_news i {
  display: inline-block;
  text-align: center;
  color: #9b9b9b;
}

.article_article_title {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #313030;
}

.article_article_fl {
  width: 70%;
}

.article_article_fr {
  width: 30%;
  padding-left: 0.45rem;
}

.article_article_title {
  font-size: 0.28rem;
  line-height: 0.45rem;
  color: #313030;
}

.articel_article_data {
  font-size: 0.14rem;
  color: #6D6D6D;
  line-height: 0.7rem;
}

.articel_article_data span {
  font-size: 0.14rem;
  margin-right: .04rem;
}

.articel_article_data span:nth-child(2) {
  margin-left: 0.18rem;
}

.article_articel_con {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #7C7C7C;
}

.article_articel_fr_a {
  font-size: 0.15rem;
  line-height: 0.32rem;
  color: #000000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article_articel_fr_a:hover a,
.article_article_fr_ul li:hover a {
  color: #2c8e21;
}

.recommand,
.xia {
  font-size: 0.18rem;
  font-weight: 600;
}

.xia {
  position: relative;
}

.xia::before {
  width: 77%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  height: .0625rem;
  background: #e1e1e1;
}

.article_articel_fr_top {
  border: 1px solid #e1e1e1;
  padding: 0.25rem;
  margin-bottom: 0.25rem;
}

.article_articel_fr_bot {
  background: #f3f3f3;
  padding: 0.25rem;
}

.article_articel_fr_bot .recommand {
  line-height: 0.6rem;
}

.article_articel_fr_bot .all {
  font-size: 1rem;
  line-height: 0.6rem;
  color: #9A9A9A;
}

.article_articel_fr_top .articel_article_fr_data {
  font-size: 0.14rem;
  line-height: 0.48rem;
  color: #6D6D6D;
}

.article_articel_fr_top .articel_article_fr_data .iconfont {
  font-size: 0.14rem;
}

.ib {
  display: inline-block;
}

.article_article_fr_ul li .data {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #6D6D6D;
}

.article_article_fr_ul li .data .iconfont {
  font-size: 0.14rem;
}

.article_article_fr_ul li {
  padding: 0.15rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.article_article_fr_ul li:last-child {
  border-bottom: none;
}

.list_parent .col-md-3>div {
  border: 1px solid #ddd;
  margin-bottom: 0.3rem;
}

.list_message input {
  border-radius: 3px;
  border: solid 1px #ddd;
  line-height: 0.56rem;
  padding: 0 0.15rem;
  width: 100%;
  background: transparent;
  color: #4e4e4e;
  opacity: 1;
}

.list_message .text {
  font-size: 0.16rem;
  line-height: 0.5rem;
  letter-spacing: 2px;
  color: #4e4e4e;
}

.list_message .text span {
  color: red;
}

.list_message textarea {
  width: 100%;
  background: transparent;
  color: #4e4e4e;
  opacity: 1;
  border: solid 1px #ddd;
  line-height: 0.56rem;
  padding: 0 0.15rem;
  border-radius: 3px;
  height: 1.6rem;
}

.list_message button {
  display: inline-block;
  border: 1px solid #2c8e21;
  background: #2c8e21;
  font-size: 0.14rem;
  color: #ffffff;
  padding: 0 0.5rem;
  line-height: 0.43rem;
  margin-top: 0.3rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_message button:hover {
  background: #000;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_xjzj .swiper-container {
  padding-bottom: 0.6rem;
}

.list_xjzj .swiper-pagination-bullet {
  background: #000;
  opacity: 1;
}

.list_xjzj .swiper-pagination-bullet-active {
  background: #2c8e21;
}

.list_xjzj .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.08rem;
}

.list_xjzj ul li {
  width: 25%;
  float: left;
  border: solid 1px #c6c6c6;
  line-height: 0.6rem;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  font-weight: 600;
  margin: 0px -1px -1px 0px;
}

.list_xjzj ul li i {
  color: #b9b9b9;
  display: inline-block;
  margin-right: 0.15rem;
}

.list_xjzj ul li a {
  color: #000000;
}

.list_xjzj ul li:hover {
  box-shadow: 0 0 10px rgba(44, 140, 33, 0.3);
}

.list_xjzj ul li:hover a,
.list_xjzj ul li:hover i {
  color: #2c8e21;
}

.list_xjzj .swiper-slide>.bgg,
.list_bzcl .col-md-4 div>.bgg {
  position: relative;
  padding: 0.1rem;
}

.list_xjzj .swiper-slide>.bgg::before,
.list_bzcl .col-md-4 div>.bgg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bj.png);
  background-size: cover;
  z-index: -1;
}

.list_bzcl .col-md-4 {
  margin-bottom: 0.3rem;
}

.list_bzcl .name {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #555555;
  margin-top: 0.1rem;
}

.show_pro .img>div {
  border-top: solid 1px #dddddd;
  padding-top: 0.4rem;
  margin-top: 0.4rem;
  display: inline-block;
  display: flex;
  justify-content: center;
}

.show_pro .img>div div {
  margin: 0 0.2rem;
}

.show_pro .table-responsive {
  margin-top: 1.05rem;
}

.show_pro table {
  border: 1px solid #c6c6c6;
}

.show_pro table tr td {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #575757;
  padding: 0.2rem;
}

.show_pro table tr td:nth-child(odd) {
  background-color: #f3f3f3;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.3rem;
  color: #000000;
  padding-left: 0.56rem;
}

.show_pro table tr td:nth-child(even) {
  padding-left: 0.7rem;
}

.bread {
  padding: 0.2rem 0;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: #575757;
}

.bread a {
  color: #575757;
}

.bread a:nth-last-child(2) {
  color: #2c8e21;
}

.bread span:last-child {
  display: none;
}

.ydy_content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.ydy_content .enname {
  font-size: 0.22rem;
  color: #303030;
  font-weight: 600;
}

.ydy_content .name {
  font-size: 0.6rem;
  font-weight: 600;
  color: #303030;
  margin: 0.6rem 0 0.1rem 0;
}

.ydy_content ul {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}

.ydy_content ul li {
  float: left;
  line-height: 0.68rem;
  padding: 0 0.7rem;

}

.ydy_content ul li:first-child {
  background-color: #2c8e21;
  box-shadow: 0px 0px 15px 0px rgba(23, 117, 127, 0.35);
  border-radius: 0.4rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.ydy_content ul li:last-child {
  background-color: #1c7c7e;
  box-shadow: 0px 0px 15px 0px rgba(23, 117, 127, 0.35);
  border-radius: 0.4rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.ydy_content ul li {
  margin: 0 0.12rem;
  font-size: 0.18rem;

}

.ydy_content ul li a {
  color: #fff;
}

.ydy_content ul li:hover {
  background-color: #000;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.mobMenu>li>.subDepth>li>a {
  font-size: 0.14rem;
}

@media (max-width: 1024px) {
  .ydy_logo {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 990px) {
  html {
    font-size: 50px !important;
  }

  .container {
    padding: 0 1rem;
  }

  header {
    display: none;
  }

  .phone_logo img {
    height: 40px;
  }

  .ny_erji {
    line-height: 1rem;
    font-size: 14px;
  }

  .bread {
    display: none;
  }

  .title {
    font-size: 22px;
    line-height: 35px;
  }

  .show_pro table tr td {
    font-size: 14px;
    line-height: 26px;
  }

  body {
    padding-bottom: 0;
    padding-top: 60px;
  }

  .nyban .hover {
    transform: translateY(-50%);
  }

  .en_title span {
    padding-top: 10px;
  }

  .index_one .text {
    font-size: 14px;
    margin-top: 0;
    line-height: 26px;
  }

  .index_one .more {
    margin-top: 15px;
  }

  .text {
    font-size: 14px;
    line-height: 26px;
  }

  .index_two .top .col-md-6 {
    padding-top: 0;
  }

  .index_two .bot .col-md-2 ul li {
    font-size: 16px;
    line-height: 50px;
  }

  .index_four {
    background: #fff;
  }

  .index_four .center {
    margin: 20px 0;
  }

  .index_four .center .name,
  .index_four .left .name,
  .index_four .right ul li .name {
    font-size: 16px;
    line-height: 30px;
  }

  .index_four .right ul li .day {
    font-size: 14px;
    line-height: 24px;
  }

  .index_four .right ul li .month {
    font-size: 24px;
    line-height: 26px;
  }

  .ydy_content {
    width: 100%;
  }

  .ydy_content .name {
    font-size: 0.4rem;
  }

  .ny_erji {
    display: none;
  }

  .index_two .top .col-md-2,
  .index_two .bot .col-md-2 {
    padding-right: 0;
  }

  .more a {
    line-height: 0.6rem;
  }

  .phone_weibu .mobMenu>li:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 50px !important;
  }

  .container {
    padding: 0 15px;
  }

  .p100110,
  .index_one,
  .index_two,
  .index_three,
  .index_four {
    padding: 25px 0;
  }

  .show_pro .table-responsive {
    margin-top: 45px;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }

  .banner .swiper-pagination {
    bottom: 10px;
  }

  .banner .p1 {
    font-size: 24px;
  }

  .index_one .right {
    margin-top: 20px;
  }

  .more a {
    line-height: 40px;
  }

  .index_two .bot .col-md-2 ul li {
    width: 48%;
    float: left;
  }

  .index_two .bot .col-md-2 ul li:nth-child(even) {
    float: right;
  }

  .index_two .more {
    margin: 15px 0;
  }

  .index_three .text {
    width: 100%;
  }

  footer {
    display: none;
  }

  .beian .col-md-2 {
    display: none;
  }

  .phone_weibu .mobMenu>li>a {
    font-size: 14px;
    padding: 15px 0;
  }

  .phone_weibu .mobMenu>li>.subDepth>li>a {
    font-size: 12px;
  }

  .list_about .number .counter {
    font-size: 56px;
  }

  .list_about .text {
    padding: 0.3rem 15px 15px;
  }

  .list_honor .honor_swiper {
    padding-bottom: 50px;
  }

  .list_lianxi .swiper-slide {
    margin-bottom: 20px;
  }

  .list_lianxi .name,
  .list_message .name {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }

  .list_message input {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }

  .list_message .text {
    font-size: 14px;
    line-height: 30px;
  }

  .list_message button {
    line-height: 45px;
    height: 45px;
    padding: 0 40px;
    font-size: 14px;
  }

  .list_new .data {
    font-size: 24px;
  }

  .list_new .name,
  .list_bzcl .name {
    font-size: 16px;
    line-height: 30px;
  }

  .list_new .bot ul li .tr {
    display: none;
  }

  .list_xjzj ul li {
    line-height: 50px;
    width: 50%;
  }

  .article_article_fr {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .article_article_fl {
    width: 100%;
  }

  .article_article_title {
    font-size: 18px;
    line-height: 30px;
  }

  .article_articel_con {
    font-size: 14px;
    line-height: 26px;
  }

  .article_articel_fr_a,
  .article_article_fr_ul li .data,
  .article_articel_fr_top .articel_article_fr_data {
    font-size: 14px;
    line-height: 26px;
  }

  .recommand,
  .xia {
    font-size: 18px;
  }

  .article_articel_fr_top .articel_article_fr_data {
    margin: 10px 0;
  }

  .ydy_content ul {
    margin-top: 0.5rem;
  }

  .ydy_logo {
    width: 40%;
  }

  .ydy_content .name {
    margin-top: 0.5rem;
  }

  .list_xjzj .swiper-container {
    padding-bottom: 45px;
  }
}