* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: Arial, Helvetica, sans-serif !important;
}

a {
  transition: all 0.5s ease;
}

body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}

.wapshoww {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

img {
  border: 0;
}

.max-width {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1500px) {
  .max-width {
    width: 80%;
    margin: 0 auto;
  }
}

.header .max-width {
  width: 100%;
  padding: 0 50px;
}

.layout37 {
  display: none;
}

.pcshow {
  display: block !important;
}

.wapshow {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }

  .pcshow {
    display: none !important;
  }

  .wapshow {
    display: block !important;
  }
}

.wapshow {
  display: none;
}

._nav3 {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.layout37 {
  display: none;
}
  .about_plate3{
    width: 100%;
  }
    .about_plate3 *{
    max-width: 100%;
  }
.nbanner {
  float: left;
  width: 100%;
  position: relative;
}

.nbanner .pic {
  line-height: 0;
  width: 100%;
}

.nbanner .pic img {
  width: 100%;
}

.nbanner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 580px;
}

.nbanner .text .tit {
  line-height: 87px;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}

.nbanner .text .stit {
  line-height: 26px;
  font-size: 18px;
  color: #a5a5a5;
  margin-top: 5px;
  /* 文字自动换行 */
  word-wrap: break-word;
  word-break: break-all;
}

.contact {
  float: left;
  width: 100%;
  padding: 60px 0 80px 0;
}

.contact .label {
  height: 40px;
  width: 96px;
  background: #77423a;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.contact .tit {
  font-size: 50px;
  line-height: 72px;
  font-weight: bold;
  color: #212121;
  margin-top: 20px;
}

.contact .stit {
  font-size: 50px;
  line-height: 72px;
  color: #212121;
}

.contact .iconul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0 75px 0;
}

.contact .iconul .iconli {
  display: flex;
  align-items: center;
}

.contact .iconul img {
  margin-right: 24px;
  line-height: 0;
}

.contact .iconul p {
  font-size: 20px;
  color: #212121;
}

.contact .ewmul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact .ewmul .ewmli {
  display: flex;
  align-items: center;
}

.contact .ewmul .ewmli .pic {
  line-height: 0;
  margin-right: 14px;
}

/* .contact .ewmul .ewmli .pic img {
  width: 112px;
  height: 112px;
} */
.contact .ewmul .ewmli .text .t1 {
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}

.contact .ewmul .ewmli .text .t2 {
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}

.contact .map {
  line-height: 0;
  width: 100%;
  margin: 73px 0 80px 0;
}

.contact .map img {
  width: 100%;
}

.contact .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact .form .form_label {
  width: calc(50% - 20px);
  position: relative;
  margin-bottom: 60px;
}

.contact .form .form_label .ftit {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 20px;
  color: #212121;
  font-weight: bold;
}

.contact .form .form_label .num {
  position: absolute;
  left: 26px;
  bottom: 24px;
  font-size: 18px;
  color: #666666;
}

.contact .form .form_label input {
  line-height: 74px;
  height: 74px;
  padding: 0 26px;
  font-size: 18px;
  color: #212121;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  width: 100%;
  float: left;
}

.contact .form .form_label.phone input {
  padding-left: 82px;
}

.contact .form .form_label.yzm input {
  width: calc(100% - 240px);
}

.contact .form .form_label.textare {
  width: 100%;
}

.contact .form .form_label.textare textarea {
  line-height: 26px;
  height: 190px;
  padding: 30px 26px;
  font-size: 18px;
  color: #212121;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  width: 100%;
  float: left;
  border: 0;
}

.contact .form .form_label.textare textarea::placeholder {
  color: #bec5ce;
  line-height: 26px;
  font-size: 18px;
}

.contact .form .form_label .button {
  line-height: 74px;
  height: 74px;
  padding: 0 26px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 210px;
  background: #4d8d50;
  float: right;
  cursor: pointer;
}

.contact .form .form_label #charCount {
  display: flex;
  position: absolute;
  right: 0;
  line-height: 29px;
  color: #a5aeb7;
  font-size: 20px;
  top: 0;
}

.contact .form .submit {
  line-height: 74px;
  height: 74px;
  padding: 0 26px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 260px;
  background: #4d8d50;
  float: right;
  cursor: pointer;
  margin: 0 auto;
}

.contact .form .form_label .form_label {
  margin-bottom: 60px;
}

.contact .form .form_label input::placeholder {
  color: #bec5ce;
  font-size: 18px;
}

.top_nav {
  float: left;
  width: 100%;
  height: 106px;
  position: relative;
  z-index: 2;
}

.top_nav .top_nav_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 106px;
}

.top_nav .top_nav_box .logo {
  line-height: 0;
}

.top_nav .top_nav_box .logo img {
  height: 40px;
}

.top_nav .top_nav_box .nav ul {
  display: flex;
}

.top_nav .top_nav_box .nav li a {
  display: block;
  line-height: 106px;
  margin-left: 88px;
  font-size: 18px;
  color: #333;
  position: relative;
}

.top_nav .top_nav_box .nav li a:hover {
  color: #77423A;
}

.top_nav .top_nav_box .nav li.on a {
  color: #77423A;
}

.top_nav .top_nav_box .nav {
  margin-left: auto;
}

.top_nav .top_nav_box .nav li.on a:after {
  content: "";
  width: 36px;
  height: 2px;
  background: #77423A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.top_nav .language {
  margin-left: 90px;
  display: flex;
  align-items: center;
}

.top_nav .language a {
  line-height: 106px;
  display: block;
  color: #212121;
  font-size: 18px;
}

.top_nav .language a.on {
  color: #77423A;
}

.banner {
  float: left;
  width: 100%;
}

.banner .pic {
  line-height: 0;
  width: 100%;
}

.banner .pic img {
  width: 100%;
  aspect-ratio: 1920 / 820;
  object-fit: cover;
}

.banner li {
  position: relative;
}

.banner li .tit {
  font-size: 60px;
  font-weight: bold;
  color: #212121;
  line-height: 80px;
}

.banner li .info {
  font-size: 18px;
  line-height: 26px;
  margin: 24px 0 70px 0;
  color: #666666;
  /* 文字自动换行 */
  word-wrap: break-word;
  word-break: break-all;
}

.banner li .more {
  width: 206px;
  height: 60px;
  background: #4d8e50;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.banner li .more img {
  margin-left: 12px;
}

.banner li .text {
  width: 1400px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
}

.banner a {
  line-height: 0;
}

.banner .slick-dots {
  display: flex;
  align-items: center;
  bottom: 190px;
  justify-content: flex-start;
  width: 1400px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.banner .slick-dots li {
  height: 2px;
  width: 80px;
  background: #fff;
  margin: 0 !important;
}

.banner .slick-dots li.slick-active {
  background: #77423A;
}

.banner .slick-arrow {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  bottom: 140px;
  transition: all 0.5s ease;
  top: auto;
  left: auto;
}

.banner .slick-arrow.slick-prev {
  right: 336px;
}

.banner .slick-arrow.slick-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  border-right: 4px solid #77423A;
  border-top: 4px solid #77423A;
  height: 20px;
  width: 20px;
  margin-left: 3px;
  transition: all 0.5s ease;
}

.banner .slick-arrow.slick-next {
  right: 240px;
}

.banner .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 4px solid #77423A;
  border-top: 4px solid #77423A;
  height: 20px;
  width: 20px;
  margin-left: -3px;
  transition: all 0.5s ease;
}

.banner .slick-arrow:hover {
  background: #77423A;
}

.banner .slick-arrow:hover:after {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}

.banner .curnumber {
  position: absolute;
  left: 500px;
  bottom: 170px;
}

.banner .curnumber .curn {
  color: #fff;
  font-size: 35px;
}

.down_nav {
  float: left;
  width: 100%;
  background: #212121;
  padding: 40px 0;
}

.down_nav .down_logo {
  line-height: 0;
  margin-bottom: 60px;
}

.down_nav .down_logo img {
  height: 40px;
}

.down_nav .down_list ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #545454;
}

.down_nav .down_list li a {
  line-height: 23px;
  font-size: 16px;
  color: #acacac;
}

.down_nav .down_list li a:hover {
  color: #77423A;
}

.down_nav .down_contact {
  width: 100%;
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.down_nav .down_contact h4 {
  color: #b6b6b6;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
}

.copyright {
  background: #2b2b2b;
  height: 72px;
  width: 100%;
  float: left;
  color: #b6b6b6;
  line-height: 23px;
  font-size: 16px;
}

.copyright .copyright_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 72px;
}

.copyright a {
  line-height: 23px;
  font-size: 16px;
  margin-top: 4px;
  color: #b6b6b6;
}

.about {
  width: 100%;
  float: left;
  padding: 60px 0 0px 0;
}

.about .about_box_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about .about_box_ul .about_box_li {
  width: 50%;
  padding-right: 80px;
  float: left;
  margin-bottom: 80px;
}

.about .about_box_ul .about_box_li.ml {
  padding-left: 80px;
}

.about .about_box_ul .about_box_li .ent {
  line-height: 16px;
  font-size: 23px;
  color: #75a3d7;
}

.about .about_box_ul .about_box_li .tit {
  line-height: 28px;
  font-size: 38px;
  font-weight: bold;
  color: #77423A;
  margin: 24px 0 47px 0;
}

.about .about_box_ul .about_box_li .info {
  color: #666666;
  line-height: 28px;
  font-size: 18px;
  word-wrap: break-word;
  word-break: break-all;
}

.about .about_box_ul .about_box_li img {
  line-height: 0;
  width: 100%;
}

.product {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.product .product_box .product_fenl {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.product .product_box .product_fenl ul {
  display: flex;
}

.product .product_box .product_fenl ul li a {
  margin-right: 20px;
  display: block;
  width: 122px;
  height: 46px;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  color: #989898;
}

.product .product_box .product_fenl ul li a:hover {
  color: #77423A;
}

.product .product_box .product_fenl ul li.on a {
  border: 1px solid #77423A;
  color: #77423A;
}

.product .product_box .product_list ul {
  width: calc(100% + 40px);
  margin: -30px -20px;
  float: left;
}

.product .product_box .product_list ul li {
  width: 50%;
  padding: 30px 20px;
  float: left;
}

.product .product_box .product_list ul li .pic {
  width: 100%;
  float: left;
  line-height: 0;
}

.product .product_box .product_list ul li .pic img {
  width: 100%;
}

.product .product_box .product_list ul li .text {
  float: left;
  width: 100%;
}

.product .product_box .product_list ul li .text h4 {
  font-size: 24px;
  color: #212121;
  line-height: 35px;
  margin: 34px 0 20px 0;
  font-weight: bold;
}

.product .product_box .product_list ul li .text h6 {
  font-size: 18px;
  color: #989898;
  line-height: 26px;
}

.product .product_box .product_list ul li:hover h4 {
  color: #77423A;
}

.list_fy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: left;
  width: 100%;
  margin-top: 60px;
}

.list_fy a {
  height: 39px;
  width: 39px;
  color: #a5a5a5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  border: 1px solid #a5a5a5;
  transition: all 0.5s ease;
}

.list_fy a:hover {
  background: #77423A;
  color: #fff;
  border: 1px solid #77423A;
}

.list_fy a.on {
  background: #77423A;
  color: #fff;
  border: 1px solid #77423A;
}

.about_cont {
  float: left;
  width: 100%;
  padding: 60px 0 100px 0;
}

.about_cont .about_plate1 {
  display: flex;
  justify-content: space-between;
}

.about_cont .about_plate1 .about_plate1_left {
  width: 35%;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about_cont .about_plate1 .about_plate1_left .t1 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  color: #212121;
  margin-bottom: auto;
}

.about_cont .about_plate1 .about_plate1_left .t2 {
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  color: #212121;
  margin-top: 20px;
}

.about_cont .about_plate1 .about_plate1_left .t3 {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
}

.about_cont .about_plate1 .about_plate1_left .line {
  width: 40px;
  height: 4px;
  background: #c4c4c4;
  border-radius: 2px;
  margin: 10px 0 20px 0;
}

.about_cont .about_plate1 .about_plate1_right {
  width: 65%;
  line-height: 0;
}

.about_cont .about_plate1 .about_plate1_right img {
  width: 100%;
}

.about_cont .about_plate2 {
  float: left;
  width: 100%;
  margin: 110px 0 140px 0;
}

.about_cont .about_plate2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_cont .about_plate2 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about_cont .about_plate2 ul li .icon {
  line-height: 0;
}

.about_cont .about_plate2 ul li h4 {
  font-size: 18px;
  color: #212121;
  margin-top: 10px;
}

.about_cont .about_plate3 .t1 {
  font-size: 48px;
  line-height: 70px;
  color: #212121;
  font-weight: bold;
}

.about_cont .about_plate3 .t2 {
  font-size: 26px;
  line-height: 37px;
  color: #212121;
  font-weight: bold;
  margin: 40px 0 33px 0;
  width: 600px;
}

.about_cont .about_plate3 .t3 {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
}

.about_cont .about_plate3 .video_box {
  margin-top: 100px;
  position: relative;
  float: left;
  width: 100%;
}

.about_cont .about_plate3 .video_box video {
  width: 100%;
}

.about_cont .about_plate3 .video_box .play_ab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.index_about .index_ab_tit {
  display: flex;
  align-items: flex-end;
}

.index_about .index_ab_tit h4 {
  font-size: 28px;
  line-height: 38px;
  color: #212121;
  font-weight: bold;
}

.index_ab_pic {
  margin: 60px 0;
  float: left;
}

.about_cont .new_detail {
  float: left;
  width: 100%;
  background: #f6f6f6;
}

.index_product {
  float: left;
  width: 100%;
  background: #f2f2f2;
  padding: 100px 0;
}

.index_product .index_product_box {
  display: flex;
  align-items: center;
}

.index_product .index_product_box .index_product_box_left {
  width: 26%;
  float: left;
  padding-right: 38px;
}

.index_product .index_product_box .index_product_box_left .num {
  font-size: 40px;
  line-height: 58px;
  color: #212121;
  font-weight: bold;
}

.index_product .index_product_box .index_product_box_left .line {
  height: 1px;
  width: 48px;
  background: #989898;
  display: block;
  margin: 40px 0 70px 0;
}

.index_product .index_product_box .index_product_box_left .tit {
  font-size: 24px;
  line-height: 35px;
  color: #1e1e1e;
  font-weight: bold;
  color: #666666;
}

.index_product .index_product_box .index_product_box_left .stit {
  font-size: 18px;
  line-height: 26px;
  margin: 15px 0 60px 0;
  color: #666666;
  word-wrap: break-word;
  word-break: break-all;
}

.index_product .index_product_box .index_product_box_left .more {
  width: 150px;
  height: 52px;
  border: 1px solid #212121;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-right: #212121;
  color: #212121;
  align-items: center;
}

.index_product .index_product_box .index_product_box_left .more img {
  margin-left: 10px;
}

.index_product .index_product_box .index_product_box_right {
  width: 74%;
  float: right;
}

.index_product .index_product_box .index_product_box_right ul {
  width: calc(100% + 20px);
  margin: -10px;
  float: left;
}

.index_product .index_product_box .index_product_box_right ul li {
  width: 50%;
  padding: 10px;
  float: left;
}

.index_product .index_product_box .index_product_box_right ul li .pic {
  width: 100%;
  line-height: 0;
}

.index_product .index_product_box .index_product_box_right ul li .pic img {
  width: 100%;
}

.index_product .index_product_box .index_product_box_right ul li .text1 {
  line-height: 64px;
  padding: 0 20px;
  font-size: 18px;
  background: #f7f7f7;
  color: #1e1e1e;
}

.index_product .index_product_box .index_product_box_right ul li:hover .text1 {
  color: #77423A;
}

.lmess {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #77423A;
}

.lmess .lmess_box_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lmess .lmess_box_top .label {
  width: calc(33.3% - 20px);
  position: relative;
}

.lmess .lmess_box_top .label input {
  line-height: 70px;
  height: 70px;
  width: 100%;
  background: #fff;
  padding: 0 30px;
  font-size: 18px;
  color: #212121;
  text-align: right;
}

.lmess .lmess_box_top .label input::placeholder {
  color: #c6c6c6;
}

.lmess .lmess_box_top .label .tit {
  position: absolute;
  left: 30px;
  color: #000000;
  font-size: 18px;
  line-height: 70px;
}

.lmess .lmess_box_down {
  margin-top: 30px;
}

.lmess .lmess_box_down .label {
  width: calc(100% - 210px);
  position: relative;
  float: left;
}

.lmess .lmess_box_down .label input {
  line-height: 70px;
  height: 70px;
  width: 100%;
  background: #fff;
  padding: 0 30px;
  font-size: 18px;
  color: #212121;
  text-align: right;
}

.lmess .lmess_box_down .label input::placeholder {
  color: #c6c6c6;
}

.lmess .lmess_box_down .label .tit {
  position: absolute;
  left: 30px;
  color: #000000;
  font-size: 18px;
  line-height: 70px;
}

.lmess .lmess_box_down .submit {
  line-height: 70px;
  height: 70px;
  font-size: 18px;
  color: #fff;
  float: right;
  text-align: center;
  width: 180px;
  background: #4d8d50;
  cursor: pointer;
}

.new_detail .new_detail_box {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 28px 0px rgba(0, 0, 0, 0.04);
  margin-top: -80px;
  padding: 50px 40px 70px 40px;
}

.new_detail .new_detail_box h1 {
  line-height: 55px;
  font-size: 38px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.new_detail .new_detail_box .mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.new_detail .new_detail_box .mid .time {
  color: #666666;
  font-size: 18px;
}

.new_detail .new_detail_box .mid .back {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 18px;
}

.new_detail .new_detail_box .mid .back img {
  line-height: 0;
  margin-left: 6px;
}

.new_detail .new_detail_box .editor {
  padding: 40px 0;
  float: left;
  width: 100%;
  line-height: 26px;
  font-size: 18px;
}

.new_detail .new_detail_box .editor p {
  word-wrap: break-word;
  word-break: break-all;
  font-size: 18px;
  line-height: 26px;
  color: #666;
}

.new_detail .new_detail_box .editor img {
  line-height: 0;
  width: 100%;
}

.new_detail .nfy {
  height: 86px;
  float: left;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 50px;
  border-top: 1px solid #e6e6e6;
}

.new_detail .nfy a {
  font-size: 18px;
  color: #666666;
}

.new_detail .nfy a:hover {
  color: #77423A;
}

.newlist {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #f6f6f6;
}

.newlist .newlist_box {
  background: #fff;
  float: left;
  width: 100%;
}

.newlist .newlist_box li {
  float: left;
  width: 100%;
  padding: 0 50px;
}

.newlist .newlist_box li a {
  float: left;
  width: 100%;
  padding: 50px 0;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
}

.newlist .newlist_box li a .time {
  display: flex;
  flex-direction: column;
}

.newlist .newlist_box li a .pic {
  width: 23%;
}

.newlist .newlist_box li a .pic img {
  width: 100%;
}

.newlist .newlist_box li a .time .year {
  font-size: 22px;
  line-height: 32px;
  color: #666666;
  white-space: nowrap;
}

.newlist .newlist_box li a .time .mouth {
  font-size: 16px;
  line-height: 24px;
  color: #989898;
}

.newlist .newlist_box li a .tit {
  /* margin-left: 110px;
  margin-right: 85px; */
  width: 59%;
}

.newlist .newlist_box li a .tit h4 {
  line-height: 35px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newlist .newlist_box li a .tit h6 {
  line-height: 26px;
  font-size: 18px;
  color: #666666;
  margin-top: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.newlist .newlist_box li a .tit .pic {
  width: 310px;
  line-height: 0;
}

.newlist .newlist_box li a .tit .pic img {
  width: 100%;
}

.newlist .newlist_box li a:hover .tit h4 {
  color: #77423A;
}

.newlist .newlist_box .more {
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #989898;
  margin: 50px 0;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.newlist .newlist_box .more:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.mojor_people {
  float: left;
  width: 100%;
  padding: 150px 0 80px 0;
}

.mojor_people .mojor_people_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mojor_people .left {
  float: left;
  width: 64%;
}

.mojor_people .left .name {
  line-height: 30px;
  font-size: 34px;
  color: #212121;
  position: relative;
  padding-left: 20px;
  border-left: 6px solid #77423A;
  margin-bottom: 15px;
}

.mojor_people .left .zhiwei {
  line-height: 26px;
  font-size: 20px;
  color: #212121;
  margin-bottom: 60px;
}

.mojor_people .left .info {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
}

.mojor_people .right {
  width: 29%;
  line-height: 0;
}

.mojor_people .right img {
  width: 100%;
}

.ywly {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
  background: #f6f6f6;
}

.ywly .fenl {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.ywly .fenl a {
  display: block;
  width: 152px;
  height: 54px;
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  border-radius: 27px;
}

.ywly .fenl a.on {
  background: #77423A;
  color: #fff;
}

.ywly ul {
  width: calc(100% + 36px);
  margin: -28px -18px;
  float: left;
}

.ywly ul li {
  width: 25%;
  float: left;
  padding: 28px 18px;
}

.ywly ul li a {
  width: 100%;
  float: left;
  background: #fff;
  padding: 50px 30px 0 30px;
}

.ywly ul li a .tit {
  line-height: 30px;
  font-size: 28px;
  color: #212121;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ywly ul li a .stit {
  color: #989898;
  margin: 10px 0 30px 0;
  font-size: 12px;
}

.ywly ul li a .info {
  line-height: 24px;
  font-size: 18px;
  color: #989898;
  margin-bottom: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ywly ul li a .more {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 64px;
  width: 100%;
  border-top: 1px solid #ededed;
}

.ywly ul li a .more img {
  line-height: 0;
}

.ywly ul li a .more .icon2 {
  display: none;
}

.ywly ul li a:hover {
  background: #77423A;
}

.ywly ul li a:hover .tit {
  color: #fff;
}

.ywly ul li a:hover .stit {
  color: #e0e0e0;
}

.ywly ul li a:hover .info {
  color: #e0e0e0;
}

.ywly ul li a:hover .more {
  color: #e0e0e0;
}

.ywly ul li a:hover .icon2 {
  display: block !important;
}

.ywly ul li a:hover .icon1 {
  display: none !important;
}

.ywly .moree {
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #989898;
  margin: 70px 0;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.ywly .moree:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.zyrs {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.zyrs .zyrs_box {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.zyrs .zyrs_box_left {
  width: 77%;
  float: left;
  background: #f5f5f5;
  padding: 40px 70px 40px 0;
  position: relative;
}

.zyrs .zyrs_box_left:after {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  left: -100vw;
  background: #f5f5f5;
  top: 0;
}

.zyrs .zyrs_box_left li {
  display: flex;
  align-items: center;
}

.zyrs .zyrs_box_left li .text {
  padding-right: 80px;
}

.zyrs .zyrs_box_left li .text .name {
  line-height: 30px;
  font-size: 34px;
  color: #212121;
  position: relative;
  padding-left: 20px;
  border-left: 6px solid #77423A;
  margin-bottom: 15px;
}

.zyrs .zyrs_box_left li .text .zhiwei {
  line-height: 26px;
  font-size: 20px;
  color: #212121;
  margin-bottom: 60px;
}

.zyrs .zyrs_box_left li .text .info {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
}

.zyrs .zyrs_box_left li .text .more {
  margin-top: 112px;
  width: 146px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  color: #446d9e;
  border-bottom: 1px solid #446d9e;
}

.zyrs .zyrs_box_left li .pic {
  line-height: 0;
}

.zyrs .zyrs_box_left .slick-arrow {
  height: 48px;
  width: 52px;
  border-radius: 6px;
  bottom: 0;
  top: auto;
}

.zyrs .zyrs_box_left .slick-arrow.slick-next {
  right: -122px;
  background: #a18977;
}

.zyrs .zyrs_box_left .slick-arrow.slick-next:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.zyrs .zyrs_box_left .slick-arrow.slick-prev {
  right: -70px;
  left: auto;
  background: #77423A;
}

.zyrs .zyrs_box_left .slick-arrow.slick-prev:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.zyrs .zyrs_box_right {
  width: 17%;
  float: right;
  margin-bottom: 40px;
}

.zyrs .zyrs_box_right li {
  width: 100%;
}

.zyrs .zyrs_box_right li .pic {
  line-height: 0;
}

.zyrs .zyrs_box_right li .pic img {
  width: 100%;
}

.index_ywly {
  float: left;
  width: 100%;
  background: #f5f4f2;
}

.index_ywly .index_ywly_left {
  width: 17%;
  float: left;
  padding-top: 230px;
}

.index_ywly .index_ywly_left .ent {
  font-size: 18px;
  color: #212121;
  line-height: 26px;
}

.index_ywly .index_ywly_left .tit {
  color: #77423A;
  font-size: 30px;
  line-height: 32px;
  margin: 6px 0 30px 0;
}

.index_ywly .index_ywly_left .line {
  width: 44px;
  height: 2px;
  background: #77423A;
  display: block;
}

.index_ywly .index_ywly_left .arrow {
  display: flex;
  margin-top: 120px;
}

.index_ywly .index_ywly_left .arrow .prev {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}

.index_ywly .index_ywly_left .arrow .prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  border-right: 3px solid #77423A;
  border-top: 3px solid #77423A;
  height: 12px;
  width: 12px;
  margin-left: 3px;
  transition: all 0.5s ease;
}

.index_ywly .index_ywly_left .arrow .prev:hover {
  background: #77423A;
}

.index_ywly .index_ywly_left .arrow .prev:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.index_ywly .index_ywly_left .arrow .next {
  height: 40px;
  width: 40px;
  margin-left: 26px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}

.index_ywly .index_ywly_left .arrow .next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 3px solid #77423A;
  border-top: 3px solid #77423A;
  height: 12px;
  width: 12px;
  margin-left: -3px;
  transition: all 0.5s ease;
}

.index_ywly .index_ywly_left .arrow .next:hover {
  background: #77423A;
}

.index_ywly .index_ywly_left .arrow .next:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.index_ywly .index_ywly_right {
  width: 83%;
  float: right;
}

.index_ywly .index_ywly_right ul li {
  height: 850px;
  padding: 155px 0px 135px 0;
  width: 260px;
  position: relative;
  transition: all 0.5s ease;
  border-right: 1px solid #c4c4c4;
}

.index_ywly .index_ywly_right ul li .box {
  padding: 70px 40px 60px 40px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.index_ywly .index_ywly_right ul li.slick-current {
  width: 420px;
}

.index_ywly .index_ywly_right ul li.slick-current .box {
  background: #fff;
}

.index_ywly .index_ywly_right ul li.slick-current .tit1 {
  display: none;
}

.index_ywly .index_ywly_right ul li.slick-current .tit2 {
  display: block;
}

.index_ywly .index_ywly_right ul li.slick-current .more2 {
  display: flex;
}

.index_ywly .index_ywly_right ul li.slick-current .more1 {
  display: none;
}

.index_ywly .index_ywly_right ul li .tit1 {
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.index_ywly .index_ywly_right ul li .tit1 .t1 {
  color: #b6b6b6;
  font-size: 16px;
}

.index_ywly .index_ywly_right ul li .tit1 .t2 {
  color: #212121;
  font-size: 28px;
  font-weight: bold;
  margin-left: 8px;
}

.index_ywly .index_ywly_right ul li .more {
  height: 60px;
  width: 74px;
  border: 1px solid #6889af;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.index_ywly .index_ywly_right ul li .tit2 {
  display: none;
}

.index_ywly .index_ywly_right ul li .tit2 .t1 {
  font-size: 28px;
  text-align: center;
  color: #77423A;
}

.index_ywly .index_ywly_right ul li .tit2 .t2 {
  color: #869fbc;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 25px 0;
  text-align: center;
}

.index_ywly .index_ywly_right ul li .tit2 .info {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
}

.index_ywly .index_ywly_right ul li .more2 {
  display: none;
  width: 206px;
  height: 60px;
  background: #356194;
  color: #fff;
}

.index_ywly .index_ywly_right ul li .more2 img {
  margin-left: 12px;
}

.index_about {
  float: left;
  width: 100%;
  position: relative;
}

.index_about .pic_ul ul li .pic {
  line-height: 0;
}

.index_about .pic_ul ul li .pic img {
  width: 100%;
}

.index_about .dw {
  width: 1440px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  bottom: 0px;
}

.index_about .dw:after {
  height: 68px;
  background: #fff;
  content: "";
  width: 100vw;
  top: 0;
  right: 100%;
  position: absolute;
}

.index_about .dw .curnumber {
  height: 68px;
  background: #fff;
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_about .dw .curnumber .curn {
  font-size: 20px;
  color: #77423A;
}

.index_about .dw .curnumber .num {
  font-size: 16px;
  color: #b6b6b6;
}

.index_about .dw .curnumber .prev {
  height: 8px;
  width: 8px;
  transform: rotate(-135deg);
  border-right: 2px solid #77423A;
  border-top: 2px solid #77423A;
  transition: all 0.5s ease;
  margin-right: 8px;
  cursor: pointer;
}

.index_about .dw .curnumber .next {
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  border-right: 2px solid #77423A;
  border-top: 2px solid #77423A;
  transition: all 0.5s ease;
  margin-left: 8px;
  cursor: pointer;
}

.index_about .text_dw {
  width: 1440px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  right: 0;
  left: 50%;
}

.index_about .text_dw .text_cont {
  background: rgba(54, 99, 151, 0.8);
  backdrop-filter: blur(6px);
  padding: 65px 65px 60px 65px;
  width: 650px;
  float: right;
}

.index_about .text_dw .text_cont .ent {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.index_about .text_dw .text_cont .tit {
  font-size: 30px;
  line-height: 43px;
  color: #fff;
}

.index_about .text_dw .text_cont .info {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin: 30px 0 40px 0;
}

.index_about .text_dw .text_cont .more {
  width: 206px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.index_news {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.index_news .index_news_left {
  padding-top: 110px;
  width: 30%;
  float: left;
  padding-right: 8%;
}

.index_news .index_news_left .t1 {
  font-size: 34px;
  color: #212121;
  font-weight: bold;
  line-height: 50px;
}

.index_news .index_news_left .t2 {
  font-size: 18px;
  color: #989898;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.index_news .index_news_left .t3 {
  font-size: 20px;
  color: #666666;
  line-height: 29px;
}

.index_news .index_news_left .fl {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.index_news .index_news_left .fl a {
  display: block;
  width: 120px;
  height: 40px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  margin-right: 10px;
}

.index_news .index_news_left .fl a.on {
  background: #77423A;
  color: #fff;
}

.index_news .index_news_left .more {
  display: flex;
  align-items: center;
  margin-top: 144px;
}

.index_news .index_news_left .more .circle {
  height: 60px;
  width: 60px;
  background: #77423A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.index_news .index_news_left .more p {
  line-height: 54px;
  width: 176px;
  font-size: 18px;
  color: #212121;
  background: #fafafa;
  border-radius: 27px;
  text-align: center;
  margin-left: -30px;
}

.index_news .index_news_right {
  width: 70%;
  float: right;
}

.index_news .index_news_right li {
  width: 100%;
  float: left;
}

.index_news .index_news_right li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  float: left;
  width: 100%;
  background: #fafafa;
  transition: all 0.5s ease;
}

.index_news .index_news_right li a .pic {
  width: 30%;
  line-height: 0;
  margin-right: 30px;
  min-width: 30%;
}

.index_news .index_news_right li a .pic img {
  width: 100%;
}

.index_news .index_news_right li a .text {
  width: 47%;
}

.index_news .index_news_right li a .text .h4 {
  font-size: 23px;
  color: #212121;
  font-weight: bold;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index_news .index_news_right li a .text h6 {
  font-size: 16px;
  color: #212121;
  line-height: 28px;
  margin: 20px 0 40px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index_news .index_news_right li a .text .more {
  color: #77423A;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
}

.index_news .index_news_right li a .text .more img {
  margin-left: 10px;
}

.index_news .index_news_right li a .text .more .icon2 {
  display: none;
}

.index_news .index_news_right li a .time {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}

.index_news .index_news_right li a .time:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background: #c4c4c4;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

.index_news .index_news_right li a .time .mouth {
  color: #212121;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
}

.index_news .index_news_right li a .time .year {
  font-size: 14px;
  color: #989898;
  line-height: 10px;
}

.index_news .index_news_right li a:hover {
  background: #77423A;
}

.index_news .index_news_right li a:hover .h4 {
  color: #fff;
}

.index_news .index_news_right li a:hover h6 {
  color: #fff;
}

.index_news .index_news_right li a:hover .more {
  color: #fff;
}

.index_news .index_news_right li a:hover .icon2 {
  display: block !important;
}

.index_news .index_news_right li a:hover .icon1 {
  display: none !important;
}

.index_news .index_news_right li a:hover .mouth {
  color: #fff;
}

.index_news .index_news_right li a:hover .year {
  color: #fff;
}

.index_about {
  float: left;
  width: 100%;
}

.w100 {
  width: 100%;
}

.nonem {
  margin: 0 !important;
}

@media screen and (max-width: 1550px) {
  .top_nav .top_nav_box .nav li a {
    margin-left: 50px;
  }

  .top_nav,
  .top_nav .top_nav_box,
  .top_nav .top_nav_box .nav li a {
    height: 80px;
  }

  .top_nav .top_nav_box .nav li a {
    line-height: 80px;
  }

  .nbanner .text .tit {
    line-height: 60px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
  }

  .nbanner .text .stit {
    line-height: 24px;
    font-size: 16px;
    margin-top: 4px;
  }

  .about .about_box_ul .about_box_li .info {
    color: #666666;
    line-height: 24px;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all;
  }

  .about .about_box_ul .about_box_li.ml {
    padding-left: 40px;
  }

  .new_detail .new_detail_box h1 {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 25px;
  }

  .ywly ul li a {
    padding: 40px 20px 0 20px;
  }

  .ywly ul li a .tit {
    line-height: 24px;
    font-size: 22px;
  }

  .ywly ul li a .info {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .banner li .text,
  .banner .slick-dots,
  .index_about .dw,
  .index_about .text_dw {
    width: 85%;
  }

  .banner .curnumber {
    left: 400px;
  }
}

@media screen and (max-width: 1300px) {
  .new_detail .new_detail_box .editor {
    line-height: 24px;
    font-size: 16px;
  }

  .mojor_people .left .zhiwei {
    margin-bottom: 30px;
  }

  .mojor_people .left .info {
    font-size: 16px;
    line-height: 24px;
  }

  .newlist .newlist_box li a .tit h4 {
    line-height: 30px;
    font-size: 20px;
  }

  .newlist .newlist_box li a .tit h6 {
    line-height: 24px;
    font-size: 16px;
    margin-top: 10px;
  }

  .newlist .newlist_box li a {
    padding: 30px 0;
  }

  .about .about_box_ul .about_box_li .tit {
    line-height: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #77423A;
    margin: 20px 0 20px 0;
  }

  .new_detail .new_detail_box h1 {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 25px;
  }

  .new_detail .nfy a {
    font-size: 16px;
  }

  .about .about_box_ul .about_box_li .ent {
    line-height: 14px;
    font-size: 20px;
    color: #75a3d7;
  }
}

@media screen and (max-width: 768px) {
  .banner .slick-arrow {
    display: none !important;
  }

  .index_ywly .index_ywly_left {
    width: 100%;
    padding-top: 30px;
  }

  .index_ywly .index_ywly_right ul li .box {
    padding: 20px 15px;
  }

  .index_ywly .index_ywly_right ul li .tit1 {
    writing-mode: inherit;
  }

  .index_ywly .index_ywly_right ul li .tit1 .t2 {
    font-size: 20px;
    margin-left: 0px;
  }

  .index_ywly .index_ywly_right ul li .more {
    height: 30px;
    width: 50px;
    bottom: 30px;
  }

  .index_ywly .index_ywly_right ul li .tit2 {
    display: block;
  }

  .index_ywly .index_ywly_right ul li .tit2 .info {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-top: 20px;
  }

  .index_about .dw .curnumber {
    height: 40px;
    background: #fff;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .index_about .text_dw {
    display: none;
  }

  .index_news {
    padding: 30px 0;
  }

  .index_news .index_news_left {
    width: 100%;
    padding-top: 0px;
  }

  .index_news .index_news_left .t1 {
    font-size: 22px;
    line-height: 30px;
  }

  .index_news .index_news_left .t2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .index_news .index_news_left .t3 {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
  }

  .index_news .index_news_left .fl {
    margin-top: 20px;
  }

  .index_news .index_news_left .more {
    margin-top: 20px;
  }

  .index_news .index_news_left .more .circle {
    height: 50px;
    width: 50px;
  }

  .index_news .index_news_left .more p {
    line-height: 44px;
    width: 140px;
    font-size: 16px;
    border-radius: 22px;
    margin-left: -25px;
  }

  .index_news .index_news_right {
    width: 100%;
  }

  .index_news .index_news_right li a {
    flex-wrap: wrap;
  }

  .index_news .index_news_right li a .pic {
    margin-right: 0;
  }

  .index_news .index_news_right li a .text {
    width: 100%;
  }

  .index_news .index_news_right li a .text .h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }

  .index_news .index_news_right li a .text h6 {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 15px 0;
  }

  .index_news .index_news_right li a .time {
    display: none;
  }

  .index_news .index_news_right {
    margin-top: 20px;
  }

  .index_news .index_news_right li a {
    padding: 15px;
  }

  .index_news .index_news_right li a .text .more {
    font-size: 16px;
    line-height: 24px;
  }

  .index_news .index_news_right li a .pic {
    width: 100%;
  }

  .banner li .text,
  .banner .slick-dots,
  .index_about .dw,
  .index_about .text_dw {
    width: 100%;
  }

  .index_ywly .index_ywly_right ul li .tit1 .t2 {
    margin-top: 4px;
  }

  .index_ywly .index_ywly_left .arrow,
  .index_ywly .index_ywly_right ul li .tit2 .t1,
  .index_ywly .index_ywly_right ul li .tit2 .t2 {
    display: none;
  }

  .index_ywly .index_ywly_right {
    width: 100%;
  }

  .index_ywly .index_ywly_right ul li {
    height: 300px;
    padding: 0px 0px 0px 0;
    width: 50%;
    float: left;
    position: relative;
    transition: all 0.5s ease;
    border-right: 1px solid #c4c4c4;
  }

  .zyrs .zyrs_box_left li .text .name {
    line-height: 24px;
    font-size: 20px;
    padding-left: 10px;
    border-left: 3px solid #77423A;
    margin-bottom: 15px;
  }

  .zyrs .zyrs_box_left li .text .zhiwei {
    line-height: 20px;
    font-size: 16px;
    color: #212121;
    margin-bottom: 20px;
  }

  .zyrs .zyrs_box_left li .text .info {
    line-height: 24px;
    font-size: 14px;
  }

  .zyrs .zyrs_box_right {
    display: none;
  }

  .zyrs .zyrs_box_left:after {
    display: none;
  }

  .zyrs .zyrs_box_left .slick-arrow.slick-prev {
    left: 20%;
  }

  .zyrs .zyrs_box_left .slick-arrow.slick-next {
    right: 20%;
  }

  .zyrs .zyrs_box_left li .text .more {
    margin-top: 30px;
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    color: #446d9e;
    border-bottom: 1px solid #446d9e;
  }

  .zyrs .zyrs_box_left li .text {
    padding-right: 0;
  }

  .mojor_people {
    padding: 30px 0;
  }

  .zyrs .zyrs_box_left {
    width: 100%;
    padding: 20px 15px 15px 15px;
  }

  .zyrs {
    padding: 30px 0;
  }

  .zyrs .zyrs_box {
    flex-direction: column;
  }

  .zyrs .zyrs_box_left li {
    flex-direction: column;
  }

  .mojor_people .left .name {
    line-height: 24px;
    font-size: 20px;
    color: #212121;
    position: relative;
    padding-left: 10px;
    border-left: 4px solid #77423A;
    margin-bottom: 10px;
  }

  .mojor_people .left .zhiwei {
    font-size: 16px;
  }

  .mojor_people .left .zhiwei {
    margin-bottom: 20px;
  }

  .mojor_people .right {
    width: 100%;
    margin-top: 20px;
  }

  .mojor_people .mojor_people_box {
    flex-direction: column;
  }

  .ywly .fenl {
    margin-bottom: 30px;
  }

  .mojor_people .left {
    width: 100%;
  }

  .ywly .fenl a {
    display: block;
    width: 120px;
    height: 35px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    border-radius: 17px;
  }

  .ywly ul li {
    width: 100%;
    padding: 10px 0;
  }

  .ywly ul {
    width: 100%;
    margin: -10px 0px;
  }

  .ywly ul li a {
    padding: 15px 15px 0 15px;
  }

  .ywly .moree {
    margin: 30px 0;
    font-size: 16px;
  }

  .ywly ul li a .tit {
    line-height: 20px;
    font-size: 18px;
  }

  .ywly ul li a .info {
    margin-bottom: 20px;
  }

  .ywly ul li a .more {
    height: 45px;
    line-height: 45px;
  }

  .ywly ul li a .stit {
    margin-bottom: 20px;
  }

  .new_detail .new_detail_box {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 6px 28px 0px rgba(0, 0, 0, 0.04);
    margin-top: 30px;
    padding: 15px;
  }

  .newlist .newlist_box li {
    padding: 0 15px;
  }

  .new_detail .new_detail_box h1 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .newlist .newlist_box li a .time .year {
    font-size: 16px;
  }

  .newlist .newlist_box li a .tit h4 {
    line-height: 24px;
    font-size: 18px;
  }

  .newlist .newlist_box li a {
    padding: 15px 0;
  }

  .newlist .newlist_box .more {
    margin: 20px 0;
    font-size: 16px;
  }

  .newlist .newlist_box li a .tit h6 {
    margin-top: 4px;
  }

  .newlist .newlist_box li a .time .mouth {
    font-size: 14px;
    line-height: 16px;
  }

  .new_detail .new_detail_box .mid .time,
  .new_detail .new_detail_box .mid .back {
    font-size: 14px;
  }

  .new_detail .nfy {
    height: auto;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #e6e6e6;
  }

  .new_detail .new_detail_box .editor {
    font-size: 14px;
  }

  .down_nav {
    padding: 30px 0;
  }

  .down_nav .down_list li a {
    line-height: 20px;
    font-size: 14px;
    color: #acacac;
  }

  .down_nav .down_logo {
    margin-bottom: 20px;
  }

  .down_nav .down_list ul {
    padding-bottom: 20px;
  }

  .down_nav .down_contact {
    margin-top: 20px;
  }

  .copyright {
    height: auto;
    padding: 15px 0;
  }

  .down_nav .down_contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .about {
    padding-top: 30px;
  }

  .about .about_box_ul .about_box_li {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .nbanner .text .tit {
    line-height: 30px;
    font-size: 20px;
  }

  .about .about_box_ul .about_box_li.ml {
    padding-left: 0;
  }

  .about .about_box_ul .about_box_li .ent {
    text-align: center;
    line-height: 14px;
    font-size: 16px;
  }

  .about .about_box_ul .about_box_li .tit {
    line-height: 16px;
    font-size: 24px;
    margin: 20px 0 20px 0;
    text-align: center;
  }

  .nbanner .text .stit {
    line-height: 20px;
    font-size: 12px;
    padding: 0 15px;
    margin-top: 2px;
    word-wrap: break-word;
    word-break: break-all;
  }

  .nbanner .text .stit br {
    display: none;
  }

  .nbanner .text {
    width: 100%;
  }

  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }

  .top_nav {
    display: none;
  }

  ._nav2 {
    width: 100%;
    float: left;
  }

  ._nav2-1_bg {
    width: 100%;
  }

  ._nav2 .ctext {
    width: 100%;
    float: left;
  }

  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }

  ._nav2 .ctext .menuph {
    display: block;
  }

  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }

  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }

  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }

  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #77423A;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #77423A;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }

  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }

  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }

  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }

  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }

  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }

  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }

  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }

  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }

  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #77423A;
  }

  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }

  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }

  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }

  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }

  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }

  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }

  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }

  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }

  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }

  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }

  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }

  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }

  ._nav2 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }

  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }

  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }

  ._nav2 .box .logo img {
    height: 16px;
    margin-top: 17px;
    display: block;
  }

  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }

  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #77423A;
  }

  ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat #77423A;
    position: absolute;
    right: 0;
    top: 0;
  }

  .nbanner {
    margin-top: 50px;
  }

  .contact {
    padding: 30px 0 30px 0;
  }

  .contact .label {
    height: 30px;
    width: 70px;
    font-size: 14px;
    line-height: 30px;
  }

  .contact .tit {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
  }

  .contact .stit {
    font-size: 20px;
    line-height: 30px;
  }

  .contact .iconul {
    margin: 20px 0;
  }

  .contact .iconul {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact .iconul p {
    font-size: 16px;
  }

  .contact .iconul img {
    margin-right: 12px;
  }

  .contact .ewmul {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact .ewmul .ewmli .text .t1 {
    font-size: 14px;
  }

  .contact .map {
    margin: 10px 0 30px 0;
  }

  .contact .form .form_label {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact .form .form_label .ftit {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .contact .form .form_label input {
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }

  .contact .form .form_label .button {
    line-height: 50px;
    height: 50px;
    padding: 0px;
    font-size: 14px;
    width: 100px;
    background: #4d8d50;
    float: right;
    cursor: pointer;
  }

  .contact .form .form_label.yzm input {
    width: calc(100% - 120px)
  }

  .contact .form .form_label.textare textarea {
    line-height: 24px;
    height: 150px;
    padding: 15px;
    font-size: 14px;
    color: #212121;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    width: 100%;
    float: left;
    border: 0;
  }

  .contact .form .submit {
    line-height: 50px;
    height: 50px;
    padding: 0px;
    font-size: 14px;
    border-radius: 6px;
    width: 150px;
  }

  .contact .form .form_label .num {
    bottom: 15px
  }

  .contact .form .form_label #charCount {
    font-size: 16px;
  }

  .product {
    padding: 30px 0;
  }

  .product .product_box .product_fenl ul li a {
    margin-right: 10px;
    display: block;
    width: 90px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #989898;
    margin-bottom: 10px;
  }

  .product .product_box .product_fenl ul {
    flex-wrap: wrap;
  }

  .product .product_box .product_list ul {
    width: 100%;
    margin: 0px;
    float: left;
  }

  .product .product_box .product_list ul li {
    width: 100%;
    padding: 0px;
    float: left;
    margin-bottom: 20px;
  }

  .product .product_box .product_fenl {
    margin-bottom: 20px;
  }

  .product .product_box .product_list ul li .text h4 {
    font-size: 18px;
    color: #212121;
    line-height: 18px;
    margin: 20px 0 10px 0;
  }

  .product .product_box .product_list ul li .text h6 {
    font-size: 14px;
    line-height: 22px;
  }

  .list_fy {
    margin-top: 20px;
  }

  .list_fy a {
    height: 30px;
    width: 30px;
    margin-left: 14px;
    border: 1px solid #a5a5a5;
    transition: all 0.5s ease;
  }

  .about_cont {
    padding: 30px 0;
  }

  .about_cont .about_plate1 .about_plate1_left {
    width: 100%;
    padding-right: 0;
  }

  .about_cont .about_plate1 {
    flex-direction: column;
  }

  .about_cont .about_plate1 .about_plate1_left .t1 {
    font-size: 24px;
    line-height: 30px;
  }

  .about_cont .about_plate1 .about_plate1_left .t2 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
  }

  .about_cont .about_plate1 .about_plate1_left .line {
    width: 30px;
    height: 2px;
    margin: 10px 0 10px 0;
  }

  .about_cont .about_plate1 .about_plate1_right {
    width: 100%;
    margin-top: 20px;
  }

  .about_cont .about_plate2 {
    margin: 30px 0 10px 0;
  }

  .about_cont .about_plate2 ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .about_cont .about_plate2 ul {
    flex-wrap: wrap;
  }

  .about_cont .about_plate2 ul li h4 {
    font-size: 14px;
    color: #212121;
    margin-top: 5px;
  }

  .about_cont .about_plate3 .t1 {
    font-size: 20px;
    line-height: 30px;
  }

  .about_cont .about_plate3 .t2 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 20px 0;
  }

  .about_cont .about_plate3 .t3 {
    font-size: 14px;
    line-height: 24px;
    width: 100%
  }

  .about_cont .about_plate3 .video_box {
    margin-top: 20px;
  }

  .about_cont .about_plate3 .video_box .play_ab img {
    height: 60px;
    width: 60px;
  }


  .banner {
    margin-top: 50px;
  }

  .banner li .tit {
    font-size: 18px;
    line-height: 24px;
  }

  .banner li .info {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 15px 0;
  }

  .banner li .more {
    width: 120px;
    height: 30px;
    font-size: 14px;
  }

  .banner li .text {
    padding: 0 15px;
  }

  .banner li .text {
    top: 50%;
  }

  .index_about .index_ab_tit h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .index_about .index_ab_tit h4 br {
    display: none;
  }

  .index_ab_pic {
    margin: 30px 0;
    float: left;
  }

  .index_ab_pic img {
    width: 100%
  }

  .index_product {
    padding: 30px 0;
  }

  .index_product .index_product_box {
    flex-direction: column;
  }

  .index_product .index_product_box .index_product_box_left {
    width: 100%;
  }

  .index_product .index_product_box .index_product_box_left .num {
    font-size: 20px;
    line-height: 30px;
  }

  .index_product .index_product_box .index_product_box_left .line {
    height: 1px;
    width: 30px;
    margin: 15px 0 20px 0;
  }

  .index_product .index_product_box .index_product_box_left .tit {
    font-size: 20px;
    line-height: 30px;
  }

  .index_product .index_product_box .index_product_box_left .stit {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 20px 0;

  }

  .index_product .index_product_box .index_product_box_left .more {
    width: 120px;
    height: 36px;
    font-size: 16px;
  }

  .index_product .index_product_box .index_product_box_right {
    margin-top: 20px;
    width: 100%
  }

  .index_product .index_product_box .index_product_box_right ul li .text1 {
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }

  .lmess {
    padding: 20px 0;
  }

  .lmess .lmess_box_top .label {
    width: 100%;
    margin-bottom: 10px;
  }

  .lmess .lmess_box_top {
    flex-direction: column;
  }

  .lmess .lmess_box_top .label input,
  .lmess .lmess_box_down .label input {
    line-height: 50px;
    height: 50px;
    width: 100%;
    background: #fff;
    padding: 0 15px;
    font-size: 14px;
  }

  .lmess .lmess_box_top .label .tit,
  .lmess .lmess_box_down .label .tit {
    left: 15px;
    font-size: 16px;
    line-height: 50px;
  }

  .lmess .lmess_box_down {
    margin-top: 0;
  }

  .lmess .lmess_box_down .submit {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    width: 100px;
  }

  .lmess .lmess_box_down .label {
    width: calc(100% - 110px);
  }
}