@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;
}
.searchbox {
  border-top-color: #e66c4e;
  top: 5.875rem;
}
.serbtn {
  background: #e66c4e;
}
.searchs .sertext {
  font-size: 0.875rem;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.list_serarch .left {
  width: 100% !important;
  padding-right: 0 !important;
}
@font-face {
  font-family: 'montserrat';
  font-display: swap;
  src: url('../font/Montserrat-Regular-8.otf');
}
body {
  font-family: 'montserrat', 'sourcehansans';
}
.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 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 47rem;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  padding: 1.5625rem 3.75rem 2.6875rem 2.5rem;
}
.er-ul .right .over {
  display: none;
}
.er-ul .right .over.active {
  display: block;
}
.er-ul .left ul li {
  font-size: 1rem;
  line-height: 2;
  
  
  color: #A0A0A0;
}
.er-ul .left ul li a {
  color: #A0A0A0;
}
.er-ul .left ul li:hover a {
  color: #575757 !important;
}
.er-ul img {
  border-radius: 0.9375rem;
  height: 12.1875rem;
  object-fit: cover;
  width: 17.5625rem;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #e66c4e;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center .nav > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
header .center .nav > li {
  position: relative;
}
.bg {
  background: #e66c4e;
}
.logo_phone img {
  width: 7.5rem;
}
.c {
  color: #e66c4e;
}
.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;
}
.container {
  padding: 0 16.25rem;
  width: 100%;
}
/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}
.sjj_nav a {
  letter-spacing: -0.2px;
}
.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}
.nav_show {
  top: 0;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #e66c4e;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  position: relative;
  top: -5px;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav .bot > li {
  margin-left: 15px;
}
.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li a {
  color: #666;
  width: 80%;
}
.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #e66c4e;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.sjj_nav .top .fl img {
  height: 40px;
}
.sjj_nav .bot {
  margin-top: 60px;
}
.pagination {
  justify-content: center;
}
.pagination li {
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 50%;
  height: 40px;
}
.pagination li.active {
  border-color: #e66c4e;
  color: #fff;
  background: #e66c4e;
}
.pagination li.active span {
  color: #fff;
}
.sjj_nav > ul > li:first-child {
  border-top: none;
}
.pagination li a {
  display: block;
}
.container {
  width: 100%;
  max-width: 100%;
}
.sjj_nav ul li a.w80 {
  display: inline-block;
  width: calc(100% - 35px);
}
.sjj_nav .bot > li:first-child {
  padding: 15px 0;
}
.sjj_nav .bot > li:first-child form {
  padding-right: 15px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #6F6F70;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
}
.rightfix {
  top: auto;
  transform: translateY(0);
  bottom: 20%;
  right: 1.875rem;
}
.fix_ul li {
  border: none;
  width: 2.875rem;
  height: 2.875rem;
  margin-bottom: 0.9375rem;
  background: #686868;
  padding: 0;
  line-height: 2.875rem;
  border-radius: 50%;
}
.fix_ul li:nth-child(1) {
  background: #e66c4e;
}
.fix_ul li:nth-child(2) {
  background: #e66c4e;
}
.fix_ul li:last-child {
  margin-bottom: 0;
}
.fix_ul li:hover .right_div {
  right: 72px;
  min-height: 72px;
  line-height: 72px;
}
.fix_ul li i {
  display: block;
  font-size: 1.4rem;
}
.more {
  padding: 0 3.125rem;
  color: #B1B1B1;
  font-size: 1rem;
  line-height: 3.4375rem;
  border-radius: 3.125rem;
  border: 1px solid #B1B1B1;
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more.bf {
  border-color: #fff;
  color: #fff;
}
.more.bg {
  background: #e66c4e;
  color: #fff;
  border-color: #e66c4e;
}
.more.bg:hover {
  box-shadow: inset 0 0 0 1.8rem #fff;
  color: #e66c4e;
}
.more:hover {
  box-shadow: inset 0 0 0 1.8rem #e66c4e;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  color: #fff;
}
header {
  line-height: 5.875rem;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 0 0.625rem #ddd;
}
header .logo {
  width: 9rem;
}
/*header .container {*/
/*  padding: 0 4.375rem;*/
/*}*/
header .right .search {
  width: 2.25rem;
  line-height: 2.25rem;
  border-radius: 50%;
  text-align: center;
  background: #e66c4e;
  display: inline-block;
}
header .right .search .iconfont {
  color: #fff;
  display: block;
}
header .right .lanuage {
  padding: 0 0.9375rem;
  border-radius: 1.875rem;
  display: inline-block;
  line-height: 2.25rem;
  margin-left: 1rem;
  background: #e66c4e;
}
header .right .lanuage .iconfont {
  font-size: 1rem;
  color: #fff;
}
header .right .lanuage a {
  color: #fff;
}
header .center {
  text-align: center;
  width: 85%;
}
header .center .nav {
  justify-content: flex-end;
}
header .center .nav > li {
  margin: 0 1.5625rem;
  font-size: 1.125rem;
  color: #000000;
}
header .center .nav > li > a {
  padding: 0 0.25rem;
  position: relative;
}
header .center .nav > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #e66c4e;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center .nav li:hover > a::before,
header .center .nav li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center .nav li:hover > a,
header .center .nav li.active > a {
  color: #e66c4e;
}
@font-face {
  src: url(//assets-font-sh.oss-accelerate.aliyuncs.com/Montserrat-Regular-8.otf);
  font-family: "Montserrat";
}
.banner .left {
  width: 56%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 9;
}
.banner .left .more:hover {
  box-shadow: inset 0 0 0 1.8rem #e66c4e;
}
.banner .left.active {
  width: 60%;
}
.banner .right.active {
  width: 60%;
}
.banner .right {
  width: 56%;
  height: 100%;
  -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner path {
  padding: 0 0.875rem;
}
.banner .content {
  position: absolute;
  top: calc(50% + 2.8rem);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .content .name {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 3.75rem;
  
  color: #FFFFFF;
}
.banner .content .text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.875rem;
  
  margin: 0.3125rem 0 2rem;
  color: #FFFFFF;
}
.banner .bottom_text {
  position: absolute;
  bottom: 5.625rem;
  left: 0;
  width: 100%;
  font-family: "Montserrat";
  
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
  color: transparent;
  font-size: 3.25rem;
  line-height: 4rem;
  z-index: 9;
  letter-spacing: 1.875rem;
  font-weight: lighter;
}
.banner .scroll {
  position: absolute;
  bottom: 2.1875rem;
  left: 50%;
  z-index: 9;
  animation: shangxia 2s infinite;
  cursor: pointer;
}
.banner .scroll img {
  width: 1.5rem;
}
.banner {
  position: relative;
}
.banner .img {
  height: 100vh;
}
.banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .hover {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 16.25rem;
}
.banner .hover .p1 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 2.75rem;
  font-weight: 500;
}
@keyframes shangxia {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.title {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 3.75rem;
  
  color: #251816;
}
.title2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  
  color: #251816;
}
.text {
  font-size: .875rem;
  line-height: 1.875rem;
  color: #777777;
}
.title_en {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #251816;
}
.title_en2 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #251816;
}
.section02 .left {
  width: 39%;
  padding-right: 3.5rem;
}
.section02 .left .text {
  margin: 1.5625rem 0;
  /**/
}
.section02 .center {
  width: 42.5%;
  position: relative;
  padding: 0 1.375rem 1.375rem 0;
  z-index: 1;
}
.section02 .center img {
  border-radius: 1.25rem;
}
.section02 .center::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 1.375rem);
  height: calc(100% - 1.375rem);
  background: #e66c4e;
  z-index: -1;
}
.section02 .right {
  width: 18.5%;
  padding-left: 2.0625rem;
}
.section02 .right ul li {
  padding: 2.1875rem 0 1.5rem;
  position: relative;
}
.section02 .right ul li .num {
  font-size: 1.125rem;
  text-align: center;
  
  color: #251816;
}
.section02 .right ul li .num span {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.125rem;
  text-align: center;
  
  color: #251816;
}
.section02 .right ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  
  color: #777777;
}
.section02 .right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
}
.section02 .right ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2.75rem;
  background: #e66c4e;
  height: 3px;
}
.section02 .container,
.section03 .container,
.section04 .container,
.section06 .container,
.section07 .container {
  position: relative;
  margin-top: 5.875rem;
}
.section03 .swiper-container {
  margin-top: 4.125rem;
}
.section03 .swiper-pagination {
  display: none;
}
.section03 .name {
  font-size: 1.5rem;
  line-height: 1.5625rem;
  margin: 1.6875rem 0 1.3125rem;
  text-align: center;
  
  color: #000000;
}
.section03 .text {
  font-size: 1rem;
  line-height: 1.5625rem;
  text-align: center;
  color: #777777;
}
.section03 .icon img {
  height: 7rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}
.section03 .swiper-slide:hover > div > div {
  box-shadow: 0.5rem 0.9375rem 0.9375rem rgba(11, 63, 131, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section03 .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section03 .swiper-slide > div {
  padding: 0.5rem 0.5rem 2rem 0.25rem;
}
.section03 .swiper-slide > div > div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0.5rem 0.9375rem 0.9375rem rgba(0, 0, 0, 0.04);
  background: #FFFFFF;
  padding: 4.6875rem 1.5rem 8rem;
  border-radius: 0.9375rem;
}
.section04 .more:hover {
  box-shadow: inset 0 0 0 1.8rem #e66c4e;
}
.section04 .swiper-pagination {
  display: none;
}
.section04 .swiper-container {
  margin-top: 6rem;
}
.section04 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #e66c4e;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 .swiper-slide:hover::before {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 .swiper-slide:hover .more_a {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 .swiper-slide:hover .more_a .iconfont {
  color: #e66c4e;
}
.section04 .swiper-slide {
  padding: 2.0625rem 0;
  overflow: hidden;
  height: auto;
}
.section04 .swiper-slide > div {
  padding: 3.75rem 1.875rem;
  background: rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}
.section04 .swiper-slide > div > div {
  z-index: 2;
  position: relative;
}
.section04 .swiper-slide > div .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  
  color: #FFFFFF;
  margin: 1.875rem 0 0.3125rem;
}
.section04 .swiper-slide > div .text {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 2.1875rem;
}
.section04 .swiper-slide > div .more_a {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.625rem;
  border: 1px solid #fff;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 .swiper-slide > div .more_a .iconfont {
  display: block;
  font-size: 1.375rem;
  color: #fff;
}
.section04 .swiper-slide:last-child > div {
  border-right: none;
}
.list_develop_two .mt30 {
  display: none;
}
.section04 .flex,
.section05 .flex {
  display: flex;
  align-items: center;
}
.section04 .flex .left,
.section05 .flex .left,
.section04 .flex .right,
.section05 .flex .right {
  width: 50%;
}
.section05 .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68vh;
}
.w-accor {
  height: 100% !important;
}
.w-accor li > a {
  z-index: 9;
}
.w-accor0 li img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.w-accor li .img_ar {
  position: relative;
}
.w-accor li .img_ar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.5s linear;
  opacity: 1;
}
.w-accor li.cur .img_ar::before {
  opacity: 0;
  transition: all 0.5s linear;
}
.w-accor li > a .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
/* .section05 .bot ul li {
  float: left;
  width: 25%;
  height: 68vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width .4s linear;
  -webkit-transform: width .4s linear;
  -moz-transition: width .4s linear;
  -o-transition: width .4s linear;
}
.section05 .bot ul li .content {
  padding: 0 1.25rem;
}
.section05 .bot ul li.active {
  width: 50%;
  transition: width .4s linear;
  -webkit-transform: width .4s linear;
  -moz-transition: width .4s linear;
  -o-transition: width .4s linear;
} */
.section05 .top {
  position: absolute;
  bottom: 68vh;
  left: 0;
  width: 100%;
  padding-bottom: 3.75rem;
}
.section05 .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFFFFF;
  margin-bottom: 0.375rem;
}
.section05 .text {
  color: #FFFFFF;
}
.section06 .flex,
.section07 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section06 .over,
.section06 .over img {
  border-radius: 0.9375rem;
}
.section06 .name {
  background: #fff;
  position: relative;
  top: -3.125rem;
  line-height: 6.25rem;
  width: 80%;
  box-shadow: 8px 15px 15px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  
  color: #221815;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section06 .swiper-slide:hover .name {
  background: #e66c4e;
  box-shadow: 8px 15px 15px rgba(0, 0, 0, 0.04);
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section06 .swiper-slide:hover img {
  transform: scale(1.1);
}
.section07 .left .over img {
  height: 32.8rem;
  object-fit: cover;
}
.section07 .left .over,
.section07 .left .over img {
  border-radius: 0.9375rem;
}
.section07 .left .content {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  padding: 0 3.25rem;
}
.section07 .left .data {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}
.section07 .left .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 0.4375rem;
  
  color: #FFFFFF;
}
.section07 .left:hover .img {
  box-shadow: 0 0 0.925rem rgba(0, 0, 0, 0.15);
}
.section07 .right ul li:last-child {
  margin-bottom: 0;
}
.section07 .right ul li:hover {
  box-shadow: 0 0 0.925rem rgba(0, 0, 0, 0.15);
}
.section07 .right ul li:hover .left1 a {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section07 .right ul li:hover .name {
  color: #e66c4e !important;
}
.section07 .right ul li {
  padding: 1.8rem 1.9375rem 2.125rem;
  border-radius: 0.9375rem;
  background: #fff;
  margin-bottom: 2.5rem;
}
.section07 .right ul li .left1 {
  height: 11.1875rem;
  width: 14.625rem;
}
.section07 .right ul li .left1 a {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section07 .right ul li .right1 {
  width: calc(100% - 14.625rem);
  padding-left: 2rem;
}
.section07 .right ul li .right1 .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  
  color: #000000;
}
.section07 .right ul li .right1 .text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  
  margin-top: 0.5rem;
  color: #777777;
}
.section07 .right ul li .right1 .data {
  font-size: 1rem;
  line-height: 1.25rem;
  
  color: #e66c4e;
  margin-top: 1.875rem;
}
.section06 .swiper-pagination {
  display: none;
}
footer {
  background-color: #353742;
}
footer .links{
    display: flex;
    flex-wrap: wrap;
        font-size: 1rem;
    line-height: 1.625rem;
    color: #FFFFFF;
    font-weight: 400;
   
}
footer .links .links_item a{
        font-size: 1rem;
    line-height: 1.625rem;
    color: #FFFFFF;
    font-weight: 400;
}
footer .links .links_item a:hover{
    color: #e66c4e;

text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
footer .top {
  padding: 5.625rem 0 6rem;
}
footer ul.ul .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}
footer ul.ul .name .iconfont {
  display: none;
}
footer ul.ul .text {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  display: block;
}
footer ul.ul a.text:hover {
  color: #e66c4e;
}
footer ul.ul li {
  float: left;
}
/*footer ul.clearfix > li:nth-child(1) {*/
/*  width: 15%;*/
/*}*/
/*footer ul.clearfix > li:nth-last-child(4) {*/
/*  width: 24%;*/
/*}*/
footer ul.clearfix > li:last-child {
  width: 23%;
}
footer ul.clearfix > li {
  width: 15%;
}
footer ul.clearfix > li ul li:first-child {
  margin-left: 0;
}
footer ul.clearfix > li ul li:last-child {
  margin-right: 0;
}
footer .bot {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2.0625rem 0 2.75rem;
}
.fenxiang li {
  position: relative;
  float: left;
  text-align: center;
  margin: 0 0.25rem;
}
.fenxiang li .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #6F6F70;
  line-height: 2.5rem;
}
.fenxiang li .img::before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
}
.fenxiang li .img {
  position: absolute;
  top: -100%;
  left: 0;
  width: 9.375rem;
  height: 9.375rem;
  z-index: -1;
  opacity: 0;
  border: 1px solid #eee;
  background: #fff;
  padding: 0px;
  border-radius: 0.25rem;
  top: -17.5rem;
  left: 50%;
  margin-left: -4.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: drop-shadow(0 0px 0.625rem rgba(0, 0, 0, 0.212));
}
.fenxiang li:hover .icon {
  background: #e66c4e;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 50%;
}
.fenxiang li:hover .img {
  top: -10rem;
  opacity: 1;
  z-index: 9999;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.fenxiang li .iconfont {
  font-size: 1.25rem;
  color: #fff;
}
/* å†…é¡µbanneråŠ¨æ•ˆ */
.js-m {
  transform: translateY(50px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform 1.2s, opacity 0.5s;
}
.js-m0 {
  transform: translateY(50px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform 0.5s, opacity 0.5s;
}
.js-m1 {
  transform: translateY(-50px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform 1.2s, opacity 0.5s;
}
.js-m2 {
  transform: translateX(-50px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform 1.2s, opacity 0.5s;
}
.js-m3 {
  transform: translateX(50px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform 1.2s, opacity 0.5s;
}
.animate11 {
  transform: translate(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.list_yiqi_tc .modal-dialog {
  width: 38%;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 auto !important;
}
.list_yiqi_tc video {
  height: 100%;
  object-fit: cover;
}
.p80100 {
  padding: 5rem 0 6.25rem;
}
.nyban .name {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 4.5rem;
  
  color: #FFFFFF;
}
.nyban .name2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.875rem;
  
  color: #FFFFFF;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .bread {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  
  
  color: rgba(255, 255, 255, 0.6);
  line-height: 4.75rem;
}
.bread {
  font-size: 1rem;
  
  
  color: rgba(0, 0, 0, 0.6);
}
.bread .left a {
  color: rgba(0, 0, 0, 0.6);
}
.bread .left span:last-child {
  display: none;
}
.bread .left a:nth-last-child(2) {
  color: #000;
}
.nyban .bread .left a {
  color: rgba(255, 255, 255, 0.6);
}
.nyban .bread .left span:last-child {
  display: none;
}
.nyban .bread .left a:nth-last-child(2) {
  color: #fff;
}
.nyban .bread .right {
  font-size: 1.125rem;
  
  color: rgba(255, 255, 255, 0.6);
}
.nyban .bread .right ul li {
  margin-left: 1.875rem;
  position: relative;
  float: left;
}
.nyban .bread .right ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.nyban .bread .right ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyban .bread .right ul li:hover a,
.nyban .bread .right ul li.active a {
  color: #fff;
}
.nyban .bread .right ul li:hover::before,
.nyban .bread .right ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyban .bread .right ul li:first-child {
  margin-left: 0;
}
.list_pro .img,
.list_pro .img2 {
  position: relative;
  opacity: 0;
}
.list_pro .img.active::before {
  animation: width 2s linear;
}
.list_pro .img2.active::before {
  animation: heig 2s linear;
}
.list_pro .img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
}
.list_pro .img.active,
.list_pro .img2.active {
  opacity: 1;
}
.list_pro .img2 {
  position: relative;
  top: -5rem;
  left: 6.25rem;
}
.list_pro .img2 img {
  max-width: calc(100% - 6.25rem);
  width: 60%;
}
.list_pro .img2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #fff;
}
@keyframes width {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes heig {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.show_pro li {
  text-align: center;
  position: relative;
}
.show_pro li .img img {
  border-radius: 50%;
  height: 13.75rem;
}
.show_pro li .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 3.125rem;
  width: 10.3125rem;
  border-radius: 3.125rem;
  text-align: center;
  margin: 0 auto;
  
  background: #e66c4e;
  color: #FFFFFF;
  margin-top: -1.5625rem;
  position: relative;
}
.show_pro li::before {
  content: "";
  position: absolute;
  bottom: 0.6875rem;
  right: -2.1875rem;
  background: url(../img/12.svg) no-repeat;
  background-size: 4.5625rem 1.375rem;
  width: 4.5625rem;
  height: 1.375rem;
}
.show_pro li:last-child::before {
  display: none;
}
.show_pro_two .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  
  color: #000000;
}
.show_pro_two .main {
  margin-top: 2rem;
}
.show_pro_two .main .row {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.show_pro_two .left {
  width: 27%;
}
.show_pro_two .right {
  width: 29%;
}
.show_pro_two .center {
  width: 44%;
  padding: 0 2.5rem;
}
.show_pro_two .text p {
  font-size: 1.25rem;
  line-height: 2rem;
  
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  padding-left: 1.875rem;
}
.show_pro_two .text p::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}
.show_pro_two li:first-child,
.show_pro_two li:last-child {
  padding-top: 3.75rem;
}
.show_pro_two li:first-child .line,
.show_pro_two li:last-child .line {
  padding-top: 1.5625rem;
  margin-bottom: 5.4375rem;
}
.show_pro_two li:first-child .line:nth-child(1),
.show_pro_two li:last-child .line:nth-child(1) {
  height: 17.5rem;
}
.border_ra {
  border-radius: 0.9375rem;
}
.show_pro_three .swiper-slide .over,
.show_pro_three .swiper-slide .over img {
  border-radius: 0.9375rem 0.9375rem 0 0;
}
.show_pro_three .swiper-slide .name {
  padding: 1.25rem 1.6875rem;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.875rem;
  
  
  color: #2F2A2A;
}
.show_pro_three .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #e66c4e;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_three .swiper-slide:hover img {
  transform: scale(1.1);
}
.show_pro_three .swiper-slide:hover .name {
  color: #e66c4e;
}
.show_pro_three .swiper-container {
  padding-bottom: 3.125rem;
}
.show_pro_three .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.8125rem;
  background: transparent;
  border: 1px solid #e66c4e;
  opacity: 1;
}
.show_pro_three .swiper-pagination-bullet-active {
  background: #e66c4e;
}
.show_pro_three .swiper-pagination {
  bottom: 0;
}
.show_pro_three .swiper-slide:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_three .swiper-slide {
  height: auto;
  border-bottom: 1px solid #D9D9D9;
}
.list_develop .swiper-container {
  padding-bottom: 3.125rem;
}
.list_develop .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.8125rem;
  background: transparent;
  border: 1px solid #e66c4e;
  opacity: 1;
}
.list_develop .swiper-pagination-bullet-active {
  background: #e66c4e;
}
.list_develop .swiper-pagination {
  bottom: 0;
}
.list_develop .hover {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  padding: 0 2.1875rem;
}
.list_develop .hover .text {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0.5rem 0.9375rem 0.9375rem rgba(0, 0, 0, 0.04);
  padding: 3rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  
  
  color: #000000;
}
.list_develop .swiper-slide:hover .text {
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_develop .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_develop ul {
  display: flex;
}
.list_develop ul .wow1 {
  width: 33%;
  flex: none !important;
  padding: 0 1.3125rem;
  margin-top: 1.875rem;
}
.list_develop ul li {
  flex: 1 0 0;
  padding: 0 1.3125rem;
  margin-top: 1.875rem;
}
.list_develop ul li .hover1 {
  position: absolute;
  margin-top: -3.75rem;
  left: 0;
  width: 100%;
  padding: 0 2.1875rem;
}
.list_develop ul li .hover1 .name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-align: center;
  color: #000000;
  height: 7.5rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0.5rem 0.9375rem 0.9375rem rgba(0, 0, 0, 0.04);
  border-radius: 0.9375rem;
}
.list_develop ul li:hover .name {
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_develop ul li:hover img {
  transform: scale(1.1);
}
.bgf7 {
  background: #F7F9FB;
}
.list_develop_two .text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  
  color: #221815;
}
.list_develop_two .mt130 {
  margin-top: 8.125rem;
}
.list_develop_two .dian {
  position: absolute;
  top: 35%;
  right: 21%;
}
.list_develop_two .dian img {
  width: 2.625rem;
}
.list_develop_two .dian1 {
  top: 20%;
  right: 23%;
}
.list_develop_two .dian1 svg {
  width: 17.4375rem;
}
.list_develop_two .dain2 {
  top: 27%;
  right: 23%;
}
.list_develop_two .dain2 svg {
  width: 23.125rem;
}
.list_develop_two .dian3 {
  top: 43%;
  right: 23%;
}
.list_develop_two .dian3 svg {
  width: 20.5rem;
}
.list_develop_two .dian4 {
  top: 17%;
  right: 10%;
}
.list_develop_two .dian4 svg {
  width: 9.625rem;
}
.list_develop_two .dian5 {
  top: 41%;
  right: 10%;
}
.list_develop_two .dian5 svg {
  width: 9.9375rem;
}
.list_develop_two .dian6 {
  top: 24%;
  left: 12%;
}
.list_develop_two .dian6 svg {
  width: 23.0625rem;
}
.list_develop_two .dian7 {
  top: 42%;
  left: 12%;
}
.list_develop_two .dian7 svg {
  width: 13.1875rem;
}
#line {
  animation: fill-line 3s infinite;
}
@keyframes fill-line {
  from {
    transform: scale(0);
    transform-origin: bottom right;
  }
  to {
    transform: scale(1);
    transform-origin: bottom right;
  }
}
#line1 {
  animation: fill-line1 3s infinite;
}
@keyframes fill-line1 {
  from {
    transform: scale(0);
    transform-origin: top right;
  }
  to {
    transform: scale(1);
    transform-origin: top right;
  }
}
#line2 {
  animation: fill-line2 3s infinite;
}
@keyframes fill-line2 {
  from {
    transform: scale(0);
    transform-origin: bottom left;
  }
  to {
    transform: scale(1);
    transform-origin: bottom left;
  }
}
#line3 {
  animation: fill-line3 3s infinite;
}
@keyframes fill-line3 {
  from {
    transform: scale(0);
    transform-origin: top left;
  }
  to {
    transform: scale(1);
    transform-origin: top left;
  }
}
.list_news {
  padding-bottom: 7.5rem;
}
.list_news .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.875rem;
  
  
  color: #000000;
}
.list_news .text {
  font-size: 1rem;
  line-height: 1.4375rem;
  
  
  color: #606060;
}
.list_news .data {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  
  color: #000000;
  margin: 0.875rem 0;
}
.list_news .more {
  margin-top: 1.0625rem;
}
.list_news .content {
  margin-top: 1.5rem;
}
.list_news .col-md-6 {
  padding: 0 1.25rem;
}
.list_news .col-md-6 img {
  height: 25.625rem;
  object-fit: cover;
}
.list_news .over,
.list_news .over img {
  border-radius: 15px;
}
.list_news form {
  padding: 1.875rem 0;
  border-top: 1px solid #D3D4D4;
  border-bottom: 1px solid #D3D4D4;
  margin: 5.4375rem 0 4rem;
  display: none;
}
.list_news form select {
  margin-right: 4.8125rem;
  font-weight: 500;
  font-size: 1.125rem;
  
  color: #000000;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../img/jt.png") no-repeat;
  background-size: 17px 16px;
  background-position-x: 100%;
  background-position-y: center;
  padding-right: 2rem;
}
.list_news form .pr {
  display: inline-block;
}
.list_news form input {
  font-size: 1.125rem;
}
.list_news form button {
  border: none;
  background: transparent;
  margin-right: 0.625rem;
}
.list_news form button .iconfont {
  display: inline-block;
  font-size: 1.25rem;
}
.list_news form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
}
.list_news form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
}
.list_news form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
}
.list_news form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
.list_news form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}
.list_news ul li:first-child {
  padding-top: 0;
}
.list_news ul li {
  border-bottom: 1px solid #D3D4D4;
  padding: 3rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
.list_news ul li .data {
  color: #e66c4e;
}
.list_news ul li .left {
  width: 50%;
  padding-right: 2.5rem;
}
.list_news ul li .right {
  width: 50%;
}
.list_news ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #e66c4e;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .col-md-6:hover img,
.list_news ul li:hover img {
  transform: scale(1.1);
}
.list_news .col-md-6:hover .name,
.list_news ul li:hover .name {
  color: #e66c4e;
}
.list_news .more:hover {
  box-shadow: inset 0 0 0 1.8rem #e66c4e;
  border-color: #e66c4e;
}
.xg_list1{
    margin-top: 6rem;
}
/* 新闻修改 */
.xg_list1 li .data {
  border: 1px solid #f2f3f8;
  /* width: 7.5rem; */
  text-align: center;
  padding: 1.5rem;
}
.xg_list1 li .data b {
  color: #e66c4e;
  display: block;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 600;
}
.xg_list1 li .data span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #999;
}
.xg_list1 li .cont-p {
  width: calc(95% - 15rem);
}
.xg_list1 li .cont-p a.name {
  display: block;
  font-size: 1.75rem;
  color: #333;
  font-weight: normal;
  margin: 0;
  padding-bottom: 0.2rem;
  transition: all 0.5s;
}
.xg_list1 li .cont-p a.name:hover {
  color: #e66c4e;
}
.xg_list1 li .cont-p .text {
  color: #999;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.xg_list1 li a.more1 {
  line-height: 2em;
  display: inline-block;
  font-size: 1rem;
  border-bottom: solid 1px #999;
  transition: all 0.5s;
}
.xg_list1 li a.more1:hover {
  color: #e66c4e;
  border-color: #e66c4e;
}
@media (max-width: 767px) {
  .list_service .service_flex {
    display: block !important;
  }
  .list_service .service_flex .container1 {
    padding: 0 2.25rem !important;
  }
  .list_service .service_flex .container2 {
    padding: 0 2.25rem !important;
  }
  .xg_list1 li .data {
    display: none;
  }
  .xg_list1 li .cont-p {
    width: 100%;
  }
  .xg_list1 li .cont-p a.name {
    font-size: 1.25rem;
  }
  .xg_list1 li .cont-p .text {
    margin-top: 0.5rem;
  }
  .xg_list1 li a.more1 {
    margin-top: 0.5rem;
  }
  .show_pro_two .main .col-md-9 {
    margin-top: 1rem;
  }
}
/* end */
.news_erji {
  line-height: 4.0625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: #F7F9FB;
  font-size: 1.125rem;
  
  color: #000000;
  margin-top: 5.9375rem;
}
.news_erji ul li {
  padding: 0 0.9375rem;
}
.news_erji ul li a {
  color: #000;
}
.news_erji ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_erji ul li:hover a,
.news_erji ul li.active a {
  color: #e66c4e;
  font-weight: 700;
}
.show_new {
  padding: 1.875rem 0;
}
.show_new .bread {
  color: #777777;
}
.show_new .bread a {
  font-size: 1rem;
  line-height: 1.875rem;
  
  
  color: #777777;
}
.show_new .bread span:last-child {
  display: none;
}
.show_new .bread a:nth-last-child(2) {
  font-weight: 600;
}
.show_new .title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.875rem;
  
  
  margin: 1.4375rem 0 0;
  color: #000000;
}
.show_new .fenxiang li .icon {
  background: transparent;
  border: 1px solid #D7D8DD;
}
.show_new .fenxiang li .icon .iconfont {
  color: #868687;
}
.show_new .fenxiang li .img {
  filter: drop-shadow(0 0px 0.625rem rgba(0, 0, 0, 0.212));
}
.show_new .data {
  display: flex;
  align-items: center;
  padding: 0.9375rem 0 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.show_new .data .fl {
  font-size: 1rem;
  line-height: 2.0625rem;
  color: #e66c4e;
}
.show_new .data .fl span {
  color: #999999;
  margin-left: 1.5rem;
}
.show_new .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  
  color: #777777;
}
.show_new .text1 {
  padding: 1.5rem 0 2.0625rem;
}
.show_new .text1 img{
    padding: 20px 0;
}
.show_new .text1 strong {
  font-size: 1.25rem;
}
.show_new .keywords .text {
  margin-bottom: 0.625rem;
}
.show_new .keywords ul li {
  line-height: 3.125rem;
  margin-right: 1.125rem;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
.show_new .keywords ul li {
  padding: 0 2.5rem;
  font-size: 1rem;
  background: #F7F9FB;
  border-radius: 1.875rem;
  color: #777777;
}
.show_new .keywords ul li:hover {
  background: #e66c4e;
  color: #fff;
}
.show_new .shangxia {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1.375rem;
  margin-top: 1.875rem;
}
.show_new .shangxia a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  
  
  color: #777777;
}
.show_new .shangxia a:hover {
  color: #e66c4e;
}
.show_new .right .content {
  background: #F7F9FB;
  border-radius: 0.9375rem;
  padding: 1.5625rem;
}
.show_new .right .content .name {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  
  color: #000000;
  margin-bottom: 0.9375rem;
}
.show_new .right .content .data {
  font-size: 1rem;
  line-height: 1.25rem;
  /* identical to box height */
  padding: 0;
  border-bottom: none;
  
  
  color: #e66c4e;
}
.show_new .right .content .name1 {
  font-size: 1.25rem;
  line-height: 2rem;
  /* or 160% */
  
  
  color: #656363;
}
.show_new .right .content ul li {
  padding: 1.5625rem 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.show_new .right .content ul li .over {
  margin-bottom: 1.5rem;
}
.show_new .right .content ul li:first-child {
  padding-top: 0;
}
.show_new .right .content ul li:last-child {
  border-bottom: none;
}
.show_new .right .content ul li:hover img {
  transform: scale(1.1);
}
.show_new .right .content ul li:hover .name1 {
  color: #e66c4e;
}
.show_new .right .content ul li:hover::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.show_new .right .content ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #e66c4e;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list_service ul li {
  width: 11.1111%;
}
.list_service ul:nth-child(1)::before,
.list_service ul:nth-child(4)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 1px;
  background: linear-gradient(to left, rgba(234, 234, 234, 0.8), #eaeaea, #adadad, #eaeaea, rgba(234, 234, 234, 0.8));
  z-index: 9;
}
.list_service ul:nth-child(2)::before,
.list_service ul:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: linear-gradient(to left, rgba(234, 234, 234, 0.8), #eaeaea, #adadad, #eaeaea, rgba(234, 234, 234, 0.8));
  z-index: 9;
}
.list_service .card1:hover .face {
  transform: rotateY(-180deg);
}
.list_service .face {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  backface-visibility: hidden;
}
.list_service .card1 {
  perspective: 500px;
  position: relative;
  /*  z-index: 9;*/
}
.list_service .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(11, 63, 131, 0.9);
  height: 100%;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service .back span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}
.list_service .card1:hover .back {
  transform: rotateY(0);
}
.list_service .mt55 {
  padding: 0 5.75rem;
}
.list_service .mt55 .pr {
  padding-bottom: 1.875rem;
}
.list_service .mt55 .line div {
  width: 1px;
  position: absolute;
  background: linear-gradient(#eaeaea, #adadad, #eaeaea);
  z-index: 1;
}
.list_service .mt55 .line div:nth-last-child(1) {
  height: 75%;
  bottom: 1.875rem;
  right: 11.1111%;
}
.list_service .mt55 .line div:nth-child(1) {
  height: 75%;
  bottom: 1.875rem;
  left: 11.1111%;
}
.list_service .mt55 .line div:nth-child(2) {
  height: 85%;
  bottom: 0;
  left: 22.2222%;
}
.list_service .mt55 .line div:nth-last-child(2) {
  right: 22.2222%;
  height: 85%;
  bottom: 0;
}
.list_service .mt55 .line div:nth-child(3) {
  height: 90%;
  bottom: 0;
  left: 33.3333%;
}
.list_service .mt55 .line div:nth-last-child(3) {
  right: 33.3333%;
  height: 90%;
  bottom: 0;
}
.list_service .mt55 .line div:nth-child(4) {
  height: 90%;
  bottom: 0;
  left: 44.4444%;
}
.list_service .mt55 .line div:nth-last-child(4) {
  right: 44.4444%;
  height: 90%;
  bottom: 0;
}
.list_service .service_flex {
  display: flex;
}
.list_service .service_flex .container1 {
  padding: 0 0.25rem 0 12.25rem;
}
.list_service .service_flex .container2 {
  padding: 0 0.25rem;
}
.list_service .mt551 {
  padding: 0;
}
.list_service .mt552 {
  padding: 0;
}
.list_servece_two .mt60 {
  padding-bottom: 4.8125rem;
}
.list_servece_two .hover {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  background: rgba(230, 108, 78, 0.95);
  border-radius: 0.9375rem;
  padding: 6.25rem 5.4375rem 5.375rem 6.5625rem;
}
.list_servece_two .hover .more {
  margin-top: 2rem;
}
.list_servece_two .hover .content {
  font-size: 1.125rem;
  line-height: 1.625rem;
  
  
  color: #FFFFFF;
}
.list_servece_two .left {
  width: 64%;
}
.list_servece_two .more:hover {
  box-shadow: inset 0 0 0 1.8rem #fff;
  color: #e66c4e;
}
.list_servece_three.show_pro_three .swiper-container {
  padding-bottom: 3.875rem;
}
.list_servece_three.show_pro_three .swiper-container .swiper-slide .data {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #e66c4e;
}
.list_servece_three.show_pro_three .swiper-container .swiper-slide:hover .name a {
  color: #e66c4e;
}
.nyban .bread.bread1 {
  background: transparent;
}
.list_contact .content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 4rem;
  z-index: -1;
  width: 5.25rem;
  height: 8.75rem;
  transform: skewX(-30deg);
  background: linear-gradient(214.52deg, rgba(213, 224, 235, 0.3) -8.57%, rgba(255, 255, 255, 0.3) 90.71%);
}
.list_contact .content {
  overflow: hidden;
  background: #F7F9FB;
  border-radius: 0.9375rem;
  padding: 1.625rem 2.625rem 2.125rem;
  z-index: 1;
  position: relative;
}
.list_contact .content .number {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.5rem;
  
  color: #4D4C4C;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.list_contact .content .name {
  font-size: 1.25rem;
  line-height: 2.5rem;
  
  color: #e66c4e;
  margin: 0.3125rem 0;
}
.list_contact .col-md-4:hover .content {
  box-shadow: 0 0 0.625rem rgba(230, 108, 78, 0.315);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two {
  padding: 9.1875rem 0 4.8125rem;
  position: relative;
}
.list_contact_two .container {
  padding-top: 2.9375rem;
  padding-bottom: 3.5625rem;
  z-index: 2;
}
.list_contact_two .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 17.5rem);
  background: #F7F9FB;
  border-radius: 0.9375rem;
  height: 100%;
  z-index: -1;
}
.list_contact_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 23.75rem;
  background: url(../img/24.png) no-repeat;
  background-size: cover;
}
.list_contact_two form input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3.125rem;
  font-size: 1rem;
  line-height: 3.4375rem;
  /**/
  color: #777777;
  padding: 0 1.375rem;
}
.list_contact_two form textarea {
  width: 100%;
  height: 12.5rem;
  padding: 1rem 1.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 1rem;
  line-height: 1.875rem;
  border-radius: 0.9375rem;
}
.list_contact_two form .row > div {
  margin-bottom: 1.625rem;
}
.list_contact_two form .row > div:last-child {
  margin-bottom: 0;
}
.list_join .img {
  padding: 10rem 6.25rem 11.25rem;
}
.list_join .img > div {
  width: 65%;
}
.list_join .img .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
}
.list_join .img .text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  
  color: #FFFFFF;
  padding: 1.25rem 0;
}
.list_join .img .email {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  
  color: #FFFFFF;
}
.list_join .img .email a {
  color: #fff;
}
#join1,
#join2,
#service1,
#service2,
#service3,
#contact,
#develop1,
#develop2,
#develop3,
#about1,
#about2,
#about3,
#about4,
#about5 {
  position: absolute;
  top: -5.875rem;
}
.list_join .img .email a:hover {
  color: #e66c4e;
}
.list_join_two .flex {
  display: flex;
}
.list_join_two .flex li {
  flex: 1 0 0;
}
.list_join_two .icon {
  text-align: center;
  position: relative;
}
.list_join_two .icon img {
  height: 4.375rem;
}
.list_join_two li:first-child .pr::before {
  display: none;
}
.list_join_two li .pr::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.0625rem;
  height: 1px;
  background: #fff;
}
.list_join_two li:last-child .icon::before,
.list_join_two li:last-child .icon::after {
  display: none;
}
.list_join_two .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9375rem;
  width: 2.0625rem;
  height: 1px;
  background: #fff;
}
.list_join_two .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.list_join_two .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  margin-top: 0.5rem;
  color: #FFFFFF;
}
.list_join_three .swiper-container {
  padding-bottom: 3.75rem;
}
.list_join_three .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.8125rem;
  background: transparent;
  border: 1px solid #e66c4e;
  opacity: 1;
}
.list_join_three .swiper-pagination-bullet-active {
  background: #e66c4e;
}
.list_join_three .swiper-pagination {
  bottom: 0;
}
.title_en {
  font-size: 2rem;
  line-height: 2.5rem;
  
  color: #251816;
}
.list_join_three {
  padding-bottom: 0;
}
.list_join_four .list {
  margin-bottom: 1.875rem;
}
.list_join_four .top .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 35px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 1.3125rem 1.875rem;
  background: #e66c4e;
  border-radius: 0.9375rem 0.9375rem 0px 0px;
  display: flex;
  align-items: center;
}
.list_join_four .top .name div {
  flex: 1 0 0;
}
.list_join_four .top .name .iconfont {
  text-align: right;
  display: block;
  transform: rotateX(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_four .top .address {
  padding: 1.25rem 1.5625rem;
  background: #FBFCFE;
}
.list_join_four .top .address ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list_join_four .top ul li {
  margin-right: 1rem;
  font-size: 1rem;
  
  color: #777777;
}
.list_join_four .top ul li svg {
  position: relative;
  top: -2px;
}
.list_join_four .top ul li .data {
  color: #7B858F;
}
.list_join_four .bot {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: capitalize;
  color: #4D4C4C;
  padding: 1.25rem 1.875rem 0;
  display: none;
}
.list_join_four .bot div {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #221F1F;
  padding-top: 1.875rem;
}
.list_join_four .list.active .top .name {
  background: #e66c4e;
}
.list_join_four .list.active .top .name .iconfont {
  transform: rotateX(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_four .list.active .bot {
  display: block;
}
.list_join_four .list:last-child {
  margin-bottom: 0;
}
.list_about .number {
  display: flex;
  justify-content: center;
}
.list_about .number li {
  padding: 0 5.1875rem 1rem 4.0625rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.list_about .number li:last-child {
  border-right: none;
}
.list_about .number .num {
  font-size: 3.625rem;
  line-height: 4.4375rem;
  text-align: center;
  color: #e66c4e;
}
.list_about .number .num sub {
  font-size: 1.625rem;
  line-height: 2rem;
  text-align: center;
  
  color: #e66c4e;
  left: -1rem;
  top: -0.375rem;
}
.list_about .number .num sub sub {
  font-size: 1rem;
  top: -1rem;
  left: -0.5rem;
}
.list_about .number .text {
  font-size: 1rem;
  line-height: 1.875rem;
  
  color: #777777;
}
.list_about .content {
  width: 83%;
  margin: 4.375rem auto 3.75rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
  /**/
  color: #777777;
}
.list_about .row{
    margin-top: 5rem;

}

.list_about .row .left .over{
        border-radius: 0.9375rem;
}
.list_about .row .right{
    padding-left: 7rem;
}
.list_about .row .right p{
        font-size: 1.125rem;
    line-height: 1.75;

    
    color: #000000;
    margin-top: 1.25rem;

}
.list_about .row .right  .tit{
    color:#e66c4e ;
    font-weight: 700;
    font-size: 2.25rem;
}
.list_about .row .right  h3{
     font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  
  
      color: #000000;
 
}
.list_about_two .content {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 3.125rem 3.75rem 2.375rem;
  position: relative;
  height: 100%;
}
.list_about_two .content .name {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.5;
  
  color: #FFFFFF;
}
.list_about_two .content .text {
 
  font-size: 1rem;
  line-height: 1.5;
  /**/
  
  color: #FFFFFF;
  margin-top: 0.875rem;
}
.list_about_two .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3.75rem;
  background: #e66c4e;
  width: 4rem;
  height: 0.375rem;
}
.list_about_two .mt55 {
  display: flex;
}
.list_about_two .gszp {
  width: 100%;
  margin-top: 5%;
}
.list_about_two .gszp img {
  margin: 30px;
}
.list_about_two .gszp .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -8px !important;
}
.abt-cont3 .mySwiper5 {
  margin-top: 1rem;
}
.abt-cont3 .mySwiper5 .sezx {
  display: inline-block;
  width: 50%;
  background: #e66c4e;
  border-radius: 0.9375rem;
  padding: 2.375rem 4.0625rem 2.5rem;
}
.abt-cont3 .mySwiper5 .sezx .year {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5625rem;
  
  
  color: #FFFFFF;
}
.abt-cont3 .mySwiper5 .sezx .text {
  font-size: 1.125rem;
  margin-top: 0.625rem;
  line-height: 1.875rem;
  /* or 167% */
  
  
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper5 .sezx {
    font-size: 1rem;
    padding: 1.5em;
  }
}
.abt-cont3 .mySwiper5 .sezx strong {
  color: #E95520;
  display: inline-block;
  width: 3em;
}
.abt-cont3 .ahxwas_a3 {
  margin-top: 4.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .ahxwas_a3:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e66c4e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abt-cont3 .ahxwas_a3 .jtxas > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid #e66c4e;
  border-radius: 50%;
  z-index: 3;
  text-align: center;
  background: #fff;
}
.abt-cont3 .ahxwas_a3 .jtxas > div.swiper-button-next1 {
  left: 0;
}
.abt-cont3 .mySwiper6 .swiper-slide {
  cursor: pointer;
}
.abt-cont3 .ahxwas_a3 .jtxas > div.swiper-button-prev1 {
  right: 0;
}
.abt-cont3 .ahxwas_a3 .jtxas > div i {
  color: #e66c4e;
  font: 500 1.25rem/3.375rem "Montserrat";
}
.abt-cont3 .mySwiper6 {
  margin: 0 7.14286%;
  position: relative;
}
.abt-cont3 .mySwiper6 .a .xhasz {
  position: relative;
}
.abt-cont3 .mySwiper6 .a .xhasz i {
  display: block;
  background: #e66c4e;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  margin-top: 1.875rem;
  margin: 0 auto 0;
  position: relative;
  top: 0.875rem;
}
.abt-cont3 .mySwiper6 .a .xhasz .szxds {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  position: relative;
  top: 1.5rem;
  color: #000000;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper6 .a .xhasz .szxds {
    font-size: 1.4rem;
  }
}
.abt-cont3 .mySwiper6 .swiper-slide-thumb-active .xhasz .szxds {
  color: #e66c4e;
}
.abt-cont3 .mySwiper6 .swiper-slide-thumb-active .xhasz i {
  background: #e66c4e;
}
.list_about_four {
  z-index: 1;
}
.list_about_four .name {
  font-size: 2.5rem;
  line-height: 3.625rem;
  /* identical to box height */
  
  margin: 10rem 0 4rem;
  color: #777777;
}
.list_about_four .text {
  font-size: 1.375rem;
  line-height: 2rem;
  
  color: #777777;
}
.list_about_four .clearfix {
  display: flex;
  justify-content: space-between;
}
/* .list_about_four .clearfix>div {
  flex: 1 0 0;
} */
.list_about_four .right div img {
  width: 33%;
}
.list_about_four::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20.875rem;
  background: #F7F9FB;
  z-index: -1;
}
.list_contact .content {
  height: 100%;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
  .list_about_two .content .text {
    font-size: 1.25rem;
  }
  .list_contact_two .container::before {
    width: calc(100% - 10rem);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 8rem;
  }
  .nyban .name2 {
    font-size: 1.6rem;
  }
  .nyban .name {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  .list_about .content {
    width: 88%;
  }
  .list_about_two .content {
    padding: 3.125rem 2.75rem 2.375rem;
  }
  .list_contact_two .container::before {
    width: calc(100% - 8rem);
  }
  .list_servece_two .hover {
    padding: 3.25rem 2.4375rem 3.375rem 3.5625rem;
  }
  .show_pro_two .text p {
    font-size: 1.125rem;
  }
  .list_news .col-md-6 img {
    height: 22.625rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
  .list_contact .content {
    padding: 1.625rem 1.625rem 2.125rem;
  }
  .show_pro .flex li::before {
    bottom: 0.6875rem;
    right: -1.1875rem;
    background-size: 2.5625rem 1.375rem;
    width: 2.5625rem;
  }
  .show_pro .flex li .img img {
    height: 10.75rem;
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
  .show_pro_two li:first-child,
  .show_pro_two li:last-child {
    padding-top: 0;
  }
  .show_pro_two li:first-child .line,
  .show_pro_two li:last-child .line {
    margin-bottom: 2.4375rem;
  }
  .list_about_four .right div img {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
  .list_about .number .num {
    font-size: 3rem;
  }
  .list_about .number .num sub {
    font-size: 1.25rem;
  }
  .list_about .number .num sub sub {
    font-size: 0.875rem;
    top: -0.65rem;
    left: -0.35rem;
  }
  .nyban .bread {
    display: none;
  }
  .list_about .content {
    width: 100%;
  }
  .list_about_two .content {
    padding: 2rem 1.75rem 2rem;
  }
  .list_about_two .content .name {
    font-size: 22px;
    line-height: 26px;
  }
  .list_about_two .content::before {
    left: 1.75rem;
  }
  .list_about_two .content .text {
    font-size: 16px;
    line-height: 30px;
  }
  .abt-cont3 .mySwiper5 .sezx {
    width: 65%;
  }
  .list_contact_two .container::before {
    width: 100%;
  }
  .list_contact_two::before {
    display: none;
  }
  .list_contact_two {
    padding-top: 0;
  }
  .list_service .mt55 {
    padding: 0;
  }
  .list_servece_two .left {
    width: 90%;
  }
  .list_servece_two .hover {
    width: 90%;
  }
  .show_pro .flex li .name {
    font-size: 16px;
    width: 110px;
  }
  .show_pro .flex li .img img {
    height: 8.75rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 1440px) {
  .banner .content .name {
    font-size: 2.6rem;
    line-height: 3.25rem;
  }
  .banner .content .text {
    font-size: 1.65rem;
  }
  header .center .nav > li {
    margin: 0 1rem;
  }
  .title {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }
  .title_en {
    font-size: 1.6rem;
    line-height: 2.25rem;
  }
  .section04 .swiper-container {
    margin-top: 3rem;
  }
  .section05 .top {
    padding-bottom: 2.5rem;
  }
  footer .top {
    padding: 5.625rem 0 7.75rem;
  }
  .list_join .img > div {
    width: 70%;
  }
}
@media (max-width: 1366px) {
  .section02 .right ul li .num span {
    font-size: 2.25rem;
  }
  .section03 .swiper-slide > div > div {
    padding: 4rem 1.5rem 4rem;
  }
  .section03 .icon img {
    height: 5rem;
  }
  .section03 .swiper-container {
    margin-top: 2.125rem;
  }
  .section04 .swiper-slide > div {
    padding: 2.75rem 1.875rem;
  }
  .section05 .bot ul li {
    height: 65vh;
  }
  .section05 .top {
    bottom: 65vh;
  }
  .section07 .left .over img {
    height: 23rem;
  }
  .section07 .right ul li {
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .section07 .right ul li .left1 {
    height: 9rem;
  }
  .section07 .right ul li .right1 .data {
    margin-top: 0.875rem;
  }
  .section07 .right ul li .right1 .name {
    -webkit-line-clamp: 1;
  }
  .section07 .mt55 {
    margin-top: 2.1875rem;
  }
  footer .top {
    padding: 3.625rem 0 5.75rem;
  }
  .rightfix {
    bottom: 10%;
    right: 0.875rem;
  }
}
@media (max-width: 1200px) {
  .banner .left {
    width: 57%;
  }
}
@media (max-width: 1024px) {
  header {
    display: none;
  }
  .phone#header {
    display: block;
  }
  .phone#header img {
    height: 40px;
  }
  .phone#header .iconfont {
    font-size: 24px;
    display: block;
  }
  .banner .left,
  .banner .right {
    width: 100%;
    height: 18.75rem;
    clip-path: inherit;
    position: relative;
    height: calc(50vh - 30px);
  }
  body {
    padding-top: 60px;
  }
  .banner .content {
    top: 50%;
  }
  .banner .scroll {
    display: none;
  }
  .banner .bottom_text {
    display: none;
  }
  .section02 .container,
  .section03 .container,
  .section04 .container,
  .section06 .container,
  .section07 .container {
    margin-top: 0;
  }
  .section02,
  .section03,
  .section04,
  .section05,
  .section06,
  .section07 {
    padding: 80px 0;
  }
  .section03 {
    background-size: cover !important;
  }
  .section05 .bot ul li {
    height: 45vh;
  }
  .section05 .bot,
  .section05 .top {
    position: static;
  }
  .section06 {
    padding-top: 0;
  }
  footer ul.clearfix > li {
    width: 100% !important;
  }
  footer ul.clearfix > li > div:nth-child(2) {
    display: none;
  }
  footer ul.clearfix .name {
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(221, 221, 221, 0.15);
  }
  footer ul.clearfix .name span {
    display: block;
    width: 80%;
    float: left;
  }
  footer ul.clearfix .name .iconfont {
    display: inline-block;
    float: right;
    text-align: right;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  footer ul.clearfix > li:nth-last-child(2) .name,
  footer ul.clearfix > li:nth-last-child(1) .name {
    border-bottom: none;
  }
  footer ul.clearfix > li .div {
    padding: 15px 0;
  }
  footer ul.clearfix .text {
    line-height: 30px;
  }
  footer ul.clearfix > li.active .iconfont {
    transform: rotate(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  footer .top {
    padding: 5px 0 25px;
  }
  footer .bot {
    padding: 15px 0;
  }
  .list_develop_two .dian {
    position: absolute;
    top: 35%;
    right: 21%;
  }
  .list_develop_two .dian img {
    width: 2.625rem;
  }
  .list_develop_two .dian1 {
    top: 16%;
    right: 24%;
  }
  .list_develop_two .dian1 svg {
    width: 13.4375rem;
  }
  .list_develop_two .dain2 {
    top: 24%;
    right: 24%;
  }
  .list_develop_two .dain2 svg {
    width: 17.125rem;
  }
  .list_develop_two .dian3 {
    top: 38%;
    right: 23%;
  }
  .list_develop_two .dian3 svg {
    width: 16rem;
  }
  .list_develop_two .dian4 {
    top: 13%;
    right: 10%;
  }
  .list_develop_two .dian4 svg {
    width: 7.625rem;
  }
  .list_develop_two .dian5 {
    top: 34%;
    right: 10%;
  }
  .list_develop_two .dian5 svg {
    width: 7.9375rem;
  }
  .list_develop_two .dian6 svg {
    width: 17.0625rem;
  }
  .list_develop_two .dian7 {
    top: 35%;
  }
  .list_develop_two .dian7 svg {
    width: 10.1875rem;
  }
  .list_develop ul li .hover1 .name {
    height: 5.5rem;
  }
  .list_develop ul li .hover1 {
    margin-top: -2.75rem;
  }
  .list_develop .hover .text {
    padding: 2rem 1.5rem;
  }
  .show_pro_three .swiper-slide .name {
    padding: 15px 0;
    font-size: 1.125rem;
  }
  .list_join .img {
    padding: 10rem 4.25rem 11.25rem;
  }
  .list_join .img > div {
    width: 94%;
  }
  .show_news_header {
    padding-top: 0;
  }
  .news_erji {
    display: none;
  }
  .show_new {
    padding-top: 80px;
  }
  .show_new .bread {
    display: none;
  }
  .show_new .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }
}
@media (max-width: 990px) {
  .section02 .right {
    width: 100%;
    order: 3;
    padding-left: 0;
  }
  .list_news .col-md-6 img {
    height: 16.625rem;
  }
  .section02 .right ul li {
    width: 33.3%;
    float: left;
  }
  .section02 .left {
    order: 1;
    width: 50%;
    padding-right: 30px;
  }
  .section02 .center {
    order: 2;
    width: 50%;
  }
  .section02 .clearfix {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .section03 .swiper-container {
    padding-bottom: 20px;
  }
  .section04 .swiper-container {
    padding-bottom: 45px;
  }
  .section03 .swiper-pagination,
  .section04 .swiper-pagination,
  .section06 .swiper-pagination {
    bottom: 0;
    display: block;
  }
  .section03 .swiper-pagination .swiper-pagination-bullet,
  .section04 .swiper-pagination .swiper-pagination-bullet,
  .section06 .swiper-pagination .swiper-pagination-bullet,
  .section05 .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #ddd;
    opacity: 1;
    background: transparent;
  }
  .section03 .swiper-pagination .swiper-pagination-bullet-active,
  .section04 .swiper-pagination .swiper-pagination-bullet-active,
  .section06 .swiper-pagination .swiper-pagination-bullet-active,
  .section05 .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
  .section06 .swiper-pagination .swiper-pagination-bullet-active,
  .section05 .swiper-pagination .swiper-pagination-bullet-active {
    background: #e66c4e;
    border: 1px solid #e66c4e;
  }
  .section06 .name {
    line-height: 5rem;
    top: -2.5rem;
  }
  body {
    padding-bottom: 0;
  }
  .show_pro .flex {
    flex-wrap: wrap;
  }
  .show_pro li .img img {
    height: 10.75rem;
  }
  .show_pro li::before {
    right: -1.1875rem;
    background-size: 2.5625rem 1.375rem;
    width: 2.5625rem;
  }
}
@media (max-width: 767px) {
  .banner .content .name {
    font-size: 30px;
    line-height: 40px;
  }
  .banner .content .text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .more {
    line-height: 44px;
  }
  .section02 .left {
    width: 100%;
    padding-right: 0;
  }
  .section02 .center {
    margin-top: 25px;
    width: 100%;
  }
  .section02,
  .section03,
  .section04,
  .section05,
  .section06,
  .section07 {
    padding: 25px 0;
  }
  .title {
    font-size: 24px;
    line-height: 32px;
  }
  .title_en {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .section02 .left .text {
    margin: 10px 0;
  }
  .section02 .right ul li .num span {
    font-size: 28px;
  }
  .section02 .right ul li .num {
    font-size: 12px;
  }
  .section02 .right ul li .num span {
    line-height: 33px;
  }
  .section03 .swiper-slide > div > div {
    padding: 30px 15px 45px;
  }
  .section03 .swiper-container {
    margin-top: 10px;
  }
  .section03 .name {
    margin: 15px 0 10px;
    font-size: 1.375rem;
  }
  .section04 .swiper-container {
    margin-top: 25px;
  }
  .section04 .swiper-slide {
    padding: 0;
  }
  .section04 .swiper-slide > div {
    padding: 30px 15px;
  }
  .section04 .swiper-slide > div .name {
    margin-top: 15px;
    font-weight: normal;
  }
  /* .section05 .bot ul li {
    max-height: 150px;
    width: 100% !important;
  }
  .section05 .bot ul li.active {
    max-height: 300px;
    transition: max-height 0.5s;
  } */
  .section05 .bot {
    height: auto;
  }
  .section05 .top {
    padding-bottom: 25px;
  }
  .section06 {
    padding-top: 0;
  }
  .mt55 {
    margin-top: 25px;
  }
  .section06 .swiper-pagination {
    display: block;
  }
  .section06 .name {
    line-height: 54px;
    top: -27px;
    font-size: 16px;
    width: 90%;
    border-radius: 8px;
  }
  .section06 .over,
  .section06 .over img {
    border-radius: 8px;
  }
  .section07 .mt55 {
    margin-top: 25px;
  }
  .section07 .left .content {
    bottom: 25px;
    padding: 0 15px;
  }
  .section07 .right {
    margin-top: 15px;
  }
  .section07 .right ul li .left1 {
    height: 8rem;
    width: 10rem;
  }
  .section07 .right ul li .right1 {
    width: calc(100% - 10rem);
    padding-left: 15px;
  }
  footer ul.clearfix .name {
    font-size: 14px;
    font-weight: normal;
  }
  footer ul.clearfix .text,
  footer .bot {
    font-size: 12px;
  }
  footer ul.clearfix > li ul li .img {
    margin-left: -30px;
  }
  footer ul.clearfix > li ul li .img::before {
    left: 0;
    margin-left: 15px;
  }
  footer ul.clearfix > li ul li:hover .img {
    top: -190px;
  }
  .list_about .number {
    flex-wrap: wrap;
  }
  .list_about .number li {
    width: 100%;
    padding: 0 0 15px 0;
    text-align: center;
    border-right: none;
  }
  .list_about .number li:last-child {
    padding-bottom: 0;
  }
  .mt80 {
    margin-top: 20px;
  }
  .list_about .number .num sub {
    top: 0;
  }
  .list_about .content {
    margin: 25px 0;
    font-size: 14px;
    
    line-height: 26px;
  }
  .p80100 {
    padding: 25px 0;
  }
  .list_about_two .mt55 > div {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .list_about_two .content .text {
    font-size: 14px;
    line-height: 26px;
  }
  .list_about_two .content .name {
    font-size: 20px;
  }
  .abt-cont3 .mySwiper5 .sezx {
    width: 100%;
  }
  .abt-cont3 .ahxwas_a3 .jtxas > div {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .abt-cont3 .ahxwas_a3 .jtxas > div i {
    line-height: 28px;
  }
  .abt-cont3 .ahxwas_a3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_about_four .clearfix > div {
    flex: 0;
  }
  .list_about_four .clearfix {
    display: block;
  }
  .nyban .name {
    font-size: 26px;
    line-height: 36px;
  }
  .nyban .name2 {
    font-size: 16px;
    line-height: 30px;
  }
  .list_about_four .name {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 30px;
  }
  .list_about_four .text {
    font-size: 16px;
  }
  .mt30,
  .mt50,
  .mt90 {
    margin-top: 15px;
  }
  .list_about_four .clearfix > div.left {
    margin-bottom: 15px;
  }
  .list_contact .col-md-4 {
    margin-bottom: 15px;
  }
  .list_contact .col-md-4:last-child {
    margin-bottom: 0;
  }
  .list_contact_two .container {
    padding: 25px 15px;
  }
  .list_contact_two form input {
    height: 44px;
    line-height: 44px;
  }
  .list_contact_two form .row > div {
    margin-bottom: 15px;
  }
  .list_contact_two {
    padding-bottom: 0;
  }
  .list_develop .swiper-container {
    margin-top: 15px;
  }
  .list_develop .hover {
    position: static;
    padding: 0;
  }
  .list_develop .hover .text {
    box-shadow: none;
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 26px;
  }
  .list_develop ul li {
    padding: 0 7.5px;
    flex: auto;
  }
  .list_develop ul li .hover1 {
    position: relative;
  }
  .list_develop ul li .hover1 .name {
    height: 4.5rem;
    font-size: 1.25rem;
  }
  .list_develop ul li .hover1 {
    margin-top: -2.25rem;
  }
  .list_develop_two .mt130 {
    display: none;
  }
  .list_develop_two .text {
    font-size: 14px;
  }
  .list_develop_two .mt30 {
    display: block;
  }
  .list_join .img {
    padding: 30px 15px;
  }
  .list_join .img {
    background-position: center !important;
  }
  .list_join .img .text {
    font-size: 14px;
    line-height: 22px;
  }
  .list_join .img > div {
    width: 100%;
  }
  .list_join_two .flex li {
    flex: auto;
    width: 33.3%;
    margin-bottom: 15px;
  }
  .list_join_two .flex {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .list_join_two .flex li:nth-child(4) .pr::before {
    display: none;
  }
  .list_join_two .flex li:nth-child(3) .icon::after,
  .list_join_two .flex li:nth-child(3) .icon::before {
    display: none;
  }
  .list_join_two .icon::before,
  .list_join_two li .pr::before {
    width: 15px;
  }
  .list_join_two .icon::after {
    right: -5px;
    width: 10px;
    height: 10px;
  }
  .list_join_two .icon::before {
    right: 5px;
  }
  .list_join_two li .pr::before {
    left: 5px;
  }
  .list_join_two .icon img {
    height: 44px;
  }
  .list_join_two .name {
    font-size: 16px;
  }
  .list_join_three .swiper-container {
    margin-top: 15px;
    padding-bottom: 45px;
  }
  .list_join_three {
    padding-bottom: 0;
  }
  .list_join_four .top .name div {
    flex: auto;
  }
  .list_join_four .top .name {
    padding: 10px;
    font-size: 16px;
  }
  .list_join_four .top .address,
  .list_join_four .list.active .bot {
    padding: 15px 10px;
  }
  .list_join_four .list.active .bot {
    font-size: 14px;
    line-height: 26px;
  }
  .list_join_four .bot div {
    font-size: 16px;
    line-height: 26px;
  }
  .list_news .name {
    font-size: 16px;
    line-height: 26px;
  }
  .list_news .mt55 {
    margin-top: 15px;
  }
  .list_news .mt55 > div:nth-child(1) {
    padding-bottom: 15px;
  }
  .list_news form {
    margin: 20px 0;
  }
  .list_news form select {
    margin-right: 0 !important;
    width: 50%;
    padding: 0;
    float: left;
    height: 40px;
    line-height: 40px;
  }
  .list_news ul li {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .list_news ul li .left {
    width: 100%;
    padding-right: 0;
  }
  .list_news ul li .right {
    width: 100%;
    margin-top: 15px;
  }
  .list_pro .img2::before,
  .list_pro .img::before {
    display: none;
  }
  .list_pro .img,
  .list_pro .img2 {
    opacity: 1;
  }
  .list_pro .img2 {
    top: -1rem;
    left: 1.6rem;
    width: calc(100% - 1.6rem);
  }
  footer ul.clearfix .name .iconfont {
    font-size: 14px;
  }
  .list_servece_two .hover {
    position: static;
    width: 100%;
  }
  .list_servece_two .left {
    width: 100%;
  }
  .list_servece_two .hover {
    padding: 15px;
  }
  .list_servece_two .hover .content {
    font-size: 14px;
    line-height: 26px;
  }
  .list_servece_two .hover .more {
    margin-top: 15px;
  }
  .mt60 {
    margin-top: 15px;
  }
  .list_service .mt55 .pr {
    padding-bottom: 5px;
  }
  .list_service .mt55 {
    overflow: scroll;
  }
  .list_service .mt55 > .pr {
    overflow: hidden;
    width: 800px;
  }
  .list_servece_two .mt60 {
    padding-bottom: 0;
  }
  .list_servece_three.show_pro_three .swiper-container {
    padding-bottom: 40px;
  }
  .show_new .text1 {
    padding: 15px 0;
  }
  .show_new .data {
    padding: 15px 0;
  }
  .show_new .text,
  .show_new .shangxia a {
    font-size: 14px;
    line-height: 26px;
  }
  .show_new .text img{
      padding: 15px 0;
  }
  .show_new .text1 strong {
    font-size: 16px;
  }
  .show_new .right {
    margin-top: 25px;
  }
  .show_new .right .content {
    padding: 15px;
  }
  .show_new .right .content .name1 {
    font-size: 16px;
    line-height: 26px;
  }
  .show_new .right .content ul li {
    padding: 15px 0;
  }
  .show_pro_two .left,
  .show_pro_two .right {
    width: 100%;
  }
  .show_pro_two .right {
    margin-top: 25px;
  }
  .show_pro_two .center {
    width: 100%;
    padding: 0;
  }
  .show_pro_two .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .show_pro_two .flex .left {
    order: 1;
  }
  .show_pro_two .flex .right {
    order: 2;
    margin-top: 0;
  }
  .show_pro_two .flex .center {
    order: 3;
  }
  .show_pro_two li:first-child .line:nth-child(1),
  .show_pro_two li:last-child .line:nth-child(1) {
    height: auto;
  }
  .section04 .swiper-slide > div .name {
    font-size: 16px;
    line-height: 24px;
  }
  .section04 .swiper-slide > div .text {
    font-size: 12px;
  }
  .section05 .bot ul li {
    height: auto;
  }
  #Accor0 {
    padding-bottom: 35px;
  }
  .section05 .swiper-pagination {
    bottom: 0;
  }
  .w-accor li .img_ar::before {
    display: none;
  }
  .list_news .col-md-6 img {
    height: auto;
  }
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.list_jmtj_one .content .row {
  align-items: center;
}
.list_jmtj_one .content .row:not(:nth-last-child(1)) {
  margin-bottom: 5rem;
}
.list_jmtj_one .content .row .right {
  padding-left: 4rem;
  /*padding-right: 8.125rem;*/
}
.list_jmtj_one .content .row .right .text h3 {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 2rem;
  font-weight: 400;
}
.list_jmtj_one .content .row .right .text .p ul li {
  margin-bottom: 1rem;
  display: flex;
  color: #474747;
  
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875;
  padding: 0.625rem 0;
}
.list_jmtj_one .content .row .right .text .p ul li img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.list_jmtj_one .content .row .right .text .p {
  margin-top: 0.875rem;
  color: #474747;
  
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_jmtj_one .content .row:nth-child(even) .left {
  order: 2;
}
/*.list_product .grid_box {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, 1fr);*/
/*  gap: 0.875rem 1.1875rem;*/
/*}*/
.list_product .grid_box .grid_item {
  background: #FFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .list_product .grid_box .grid_item {
    margin-bottom: 30px;
  }
}
.list_product .grid_box .grid_item .over {
  width: 35%;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .list_product .grid_box .grid_item .over {
    width: 100%;
  }
}
.list_product .grid_box .grid_item .text {
  width: 65%;
  margin-top: 3.125rem;
  padding-left: 6rem;
}
@media (max-width: 768px) {
  .list_product .grid_box .grid_item .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.list_product .grid_box .grid_item .text h3 {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Noto Sans SC";
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .list_product .grid_box .grid_item .text h3 {
    font-size: 22px;
  }
}
.list_product .grid_box .grid_item .text p {
    margin-top: 1rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
}
.list_product .grid_box .grid_item .text .all_more {
  margin: 1.5625rem auto 0;
}
.show_product_one {
  padding-top: 8rem;
  background-color: #f8f8f8;
}
.show_product_one .left .moreimg{
    position: relative;
    overflow: hidden;
}
.show_product_one .left .over {
  border-radius: 1.25rem;
}
.show_product_one .row,
.show_product_content .row{
  align-items: center;
}
.show_product_content .img_box{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:1.375rem
}

.show_product_content .swiper_moreimg{
     margin-top: 2rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
}
.show_product_one .row .right {
  padding-left: 6.25rem;
}
.show_product_one .row .right h3 {
  font-size: 1.375rem;
  color: #000000;
  font-size: 400;
}
.show_product_one .row .right p {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.7);
}
.show_product_one .row .right ul li {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px dashed #ccc;
}
.show_product_one .row .right ul li img {
  width: 5rem;
}
.show_product_one .row .right ul li .tt {
  flex: 1;
  padding-left: 1.875rem;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.7);
}
.show_product_content .ptb:nth-child(even){
    background: #f9f9f9;
}

.show_product_content .ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.show_product_content .ul .li {
  width: 16%;
}
.show_product_content .ul .li .img{
    width: 6rem;
    margin: 0 auto;
}
.show_product_content .ul .li .dd {
  text-align: center;
  padding: 1rem 0;
}
.show_product_content .ul .li .dd h3 {
  font-size: 1.375rem;
  color: #000000;
}
.show_product_content .ul .li .dd p {
    margin-top: 1rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}
.show_product_content .desc {
  font-size: 1.25rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
.show_product_content .table_box {
  overflow-x: auto;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
}
.show_product_content .table_box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  color: #333;
 
}
.show_product_content .table_box table tr:nth-child(1) td {
  text-align: center;
  background: #e66c4e;
  color: #fff;
}
.show_product_content .table_box table tr td {
  padding: 0.625rem;
  line-height: 1.6;
   border: 1px solid #ccc;
}
.show_product_content .table_box table tr:nth-child(even) td {
  background-color: rgba(233, 108, 78,.1);
}
.show_product_content .swiper_zyjcbg {
  margin-top: 1.875rem;
  position: relative;
  padding-bottom: 4rem;
  overflow: hidden;
}
.show_product_content .swiper_zyjcbg .jcbg_box {
  border: 1px solid #ccc;
}
.show_product_content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
 
  gap:6rem 1.875rem;
}
.show_product_content ul li {
  text-align: center;
}
.show_product_content ul li h3 {
  font-size: 1.375rem;
  color: #e66c4e;
}
.ptb{
    padding: 6.25rem 0;
}
.show_product_content ul li p {
  margin-top: 0.625rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}

.show_product_content .row .left h3 {
  font-size: 1.5rem;
  color: #333;
}
.show_product_content .row .left p {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  color: #333;
}
.show_product_content .row .right ul {
  display: block;
}
.show_product_content .row .right ul li {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 2.5rem 0;
  border-bottom: 1px dashed #ccc;
}
.show_product_content .row .right ul li img {
  width: 3.75rem;
  margin-right: 1.25rem;
}
.show_product_content .row .left .over {
  border-radius: 1.25rem;
}
.show_product_content .row .left p {
  font-size: 1rem;
  color: #333;
}
.show_product_content .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.show_product_content .grid_box .grid_item {
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 2.5rem;
  background-color: #f1f7ec;
}
.show_product_content .grid_box .grid_item .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  margin: 0 auto;
}
.show_product_content .grid_box .grid_item .text {
  text-align: center;
  margin-top: 2rem;
}
.show_product_content .grid_box .grid_item .text h3 {
  font-size: 1.5rem;
  color: #333;
}
.show_product_content .grid_box .grid_item .text p {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.6);
}
.show_product_content .grid_box2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.show_product_content .grid_box2 .grid_item {
  display: flex;
  align-items: center;
  border-radius: 1.25rem;
  border: 1px solid #bb8e35;
  overflow: hidden;
  padding: 1.25rem;
  background-color: #f8f8f8;
}

img{
     image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.show_product_content .grid_box2 .grid_item .icon {
  width: 9rem;
}
.show_product_content .grid_box2 .grid_item .text {
  flex: 1;
  padding-left: 1.25rem;
}
.show_product_content .grid_box2 .grid_item .text h3 {
  font-size: 1.375rem;
  color: #333;
}
.show_product_content .grid_box2 .grid_item .text p {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.6);
}
.swiper_coop {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  margin: 3.125rem -0.9375rem 0;
}
.swiper_coop .swiper-pagination {
  justify-content: center;
}
.swiper_coop .swiper-slide {
  padding: 0 0.9375rem;
}
.swiper_coop .swiper-slide .over {
  height: 6.25rem;
  border: 1px solid #C9C9C9;
  background: #FFF;
  padding: 0.625rem 1.875rem;
  text-align: center;
  border-radius: 1.25rem;
}
.swiper_coop .swiper-slide .over img {
  width: auto;
  height: 100%;
}
.swiper_coop .swiper-slide .tt {
  padding: 0.625rem 0;
  font-size: 1rem;
  color: #000;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
@media (max-width: 767px) {
    .show_product_content .img_box{
        margin-top: 1rem;
            grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;

    }
    .list_about .row .right{
        padding-left: 15px;
    }
  .pb80 {
    padding-bottom: 30px;
  }
  .pb40,
  .pb95 {
    padding-bottom: 20px;
  }
  .pt75,
  .pt95 {
    padding-top: 30px;
  }
  .show_product_one {
    padding-top: 20px;
  }
  .show_product_one .row .right {
    padding-left: 15px;
    padding-top: 20px;
  }
  .title2 {
    font-size: 22px;
  }
  .show_product_one .row .right h3 {
    font-size: 20px;
  }
  .show_product_content .ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .show_product_content .ul .li {
    width: 100%;
  }
  .show_product_content .ul .li img {
    width: 100%;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .show_product_content .desc {
    font-size: 1.25rem;
  }
  .show_product_content .table_box table tr td {
    min-width: 100px;
  }
  .show_product_content .table_box {
    margin-bottom: 30px;
  }
  .show_product_content ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .show_product_content .grid_box2,
  .show_product_content .grid_box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .show_product_content .grid_box2 .grid_item .icon {
    width: 100px;
  }
  .show_product_content .grid_box2 .grid_item .text h3,
  .show_product_content .grid_box .grid_item .text h3,
  .show_product_content .row .left h3 {
    font-size: 1.25rem;
  }
  .show_product_content .grid_box2 .grid_item .text p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .show_product_content .grid_box .grid_item {
    padding: 20px;
  }
  .show_product_content .row .left {
    order: 2;
    margin-top: 20px;
  }
  .show_product_content .row .left ul li {
    padding: 1rem 0;
  }
  .list_jmtj_one .content .row .right {
    padding-left: 15px;
    padding-top: 20px;
  }
  .pt80 {
    padding-top: 20px;
  }
  .banner .hover {
    padding-left: 15px;
  }
  .banner .hover .p1 {
    font-size: 24px;
  }
  .banner .img {
    height: 50vh;
  }
}
.leaflet-container .leaflet-control-attribution{
    display: none;
}

@media (max-width: 768px) {
        .section07 .left .over img {
        height: 16rem;
    }
    .fenxiang li .img::before {

    top: -20px;
    bottom:unset;
  
    transform: rotate(180deg);
}

    .fenxiang li .img{
        top: unset;
        bottom:-10rem
    }
        .fenxiang li:hover .img{
             top: unset;
        bottom: -10rem;
    }
    .list_jmtj_one .content .row .right .text .p ul li{
        font-size: 1rem;
    }
    .list_about .row .right .tit{
        font-size: 24px;
        margin-top: 20px;
    }
    .list_about .row .right h3{
        font-size: 20px;
        margin-top: 10px;
    }
    .list_about .row .right p{
        font-size: 1rem;
    }
}
