@keyframes test {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.w {
  width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}
.h {
  margin-bottom: 5%;
}
.header {
  height: 100px;
  position: fixed;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.5s;
  position: relative;
}
.header .logo {
  width: 250px;
}
.header .logo img {
  width: 100%;
}
.header menu {
  width: 60%;
}
.header menu ul li {
  color: #333333;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 3px solid transparent;
}
.header menu ul li:hover {
  color: #3dae93;
  border-bottom: 3px solid #3dae93;
  cursor: pointer;
}
.header menu ul .cool {
  color: #3dae93;
}
.header .header_down {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 80px;
  background-color: #3dae93;
  line-height: 80px;
  color: #fff;
}
.banner video{
    width: 100%;
}
.header .header_down dl {
  min-width: 1200px;
  width: 1230px;
  margin: 0 auto;
  justify-content: space-evenly;
}
.header .header_down dl dd {
  position: relative;
}
.header .header_down dl dd::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  background-color: #76c5b2;
  top: 42%;
  right: -72%;
}
.header .header_down dl dd:hover {
  color: #f39800;
}
.header .icont {
  width: 2%;
}
.header .icont i {
  font-size: 22px;
  line-height: 100px;
  color: #929292;
  cursor: pointer;
}
.header .icont i img {
  margin-top: -5px;
}
.header .search_box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.header .search_box .box {
  width: 100%;
  height: 100%;
}
.header .search_box input {
  margin: 0 40px;
  padding-bottom: 5px;
  width: 400px;
  border-bottom: 1px solid #666;
}
.header .search_box .iconfont {
  cursor: pointer;
  font-size: 26px;
  color: #929292;
}
.header .search_box .iconfont:hover {
  color: #3dae93;
}
.header aside {
  position: fixed;
  right: -300px;
  top: 84px;
  height: 100%;
  width: 300px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
}
.header aside ul {
  display: block;
}
.header aside ul a:hover {
  color: #00a3e4;
}
.arrow {
  width: 68px;
  height: 68px;
  background-color: #000000;
  opacity: 0.15;
  color: #fff;
}
.title {
  line-height: 100px;
}
.title .title-left h3 {
  color: #333333;
  font-size: 32px;
  letter-spacing: 1px;
}
.title .title-left p {
  letter-spacing: 1px;
  color: #888888;
  font-size: 24px;
  line-height: 114px;
  margin-left: 20px;
}
.title .title-right {
  margin-top: 34px;
}
.title .title-right ul {
  justify-content: flex-end;
  position: relative;
}
.title .title-right ul li {
  margin-right: 30px;
  height: 34px;
  color: #444444;
  line-height: 34px;
  border-bottom: 1px solid transparent;
}
.title .title-right ul li:hover {
  color: #3dae93;
  border-bottom: 1px solid #3dae93;
}
.title .title-right .more {
  padding: 0 5px;
  height: 34px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  line-height: 34px;
  color: #888888;
}
.title .title-right .more:hover {
  background-color: #3dae93;
  border: 1px solid #3dae93;
  color: #fff;
}
.amore {
  position: absolute;
  width: 140px;
  height: 46px;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  color: #3dae93;
  line-height: 46px;
  padding-left: 20px;
  bottom: 1%;
  border: #3dae93 1px solid;
}
.amore i {
  font-size: 24px;
  color: #3dae93;
  transform: rotateY(180deg);
  line-height: 38px;
  margin-left: 10px;
}
.amore:hover {
  color: #fff;
  background-color: #3dae93;
  border: 0;
  cursor: pointer;
}
.amore:hover i {
  color: #fff;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.banner .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.about-bot {
  margin: 80px auto 0;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 30px 0;
}
.about-bot .box .block {
  width: 20%;
  justify-content: space-between;
  position: relative;
}
.about-bot .box .block::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background-color: #f1f1f1;
  right: -15%;
  top: 35%;
}
.about-bot .box .block .name {
  justify-content: flex-start;
}
.about-bot .box .block .name .number {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
}
.about-bot .box .block .name .tag {
  color: #b8b8b8;
  font-size: 20px;
  margin-bottom: 30px;
}
.about-bot .box .block .abstract {
  color: #888888;
  font-size: 16px;
  line-height: 40px;
}
.about-bot .box .block i {
  font-size: 44px;
  color: #939393;
}
.index-video {
  width: 600px;
  height: 390px;
  overflow: hidden;
  position: relative;
}
.index-video .bofang {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-video .bofang span {
  font-size: 60px;
  color: #fff;
  opacity: 0.8;
}
.index-video:hover span {
  color: #3dae93;
}
.main1 .about-con .about-top .about {
  width: 55%;
}
.main1 .about-con .about-top .about .en-titie {
  font-family: CenturyGothic-Bold;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #3dae93;
  writing-mode: vertical-lr;
  position: relative;
  padding-top: 60px;
}
.main1 .about-con .about-top .about .en-titie::after {
  position: absolute;
  content: '';
  top: 10px;
  width: 3px;
  height: 30px;
  left: 42%;
  background-color: #3dae93;
}
.main1 .about-con .about-top .about .introduce {
  max-width: 725px;
  color: #555555;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.main1 .about-con .about-top .about .introduce span {
  color: #3dae93;
}
.main1 .about-con .about-top .about .introduce h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.main1 .about-con .about-top .about .img {
  width: 225px;
  height: 330px;
}
.main1 .about-con .about-top .about .img img {
  width: 100%;
}
.main2 {
  background-color: #f6f6f6;
  padding-bottom: 4%;
}
.main2 .main2-box {
  width: 100%;
  height: 100%;
  min-height: 480px;
}
.main2 .main2-box .pro-box {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.main2 .main2-box .pro-box img {
  width: 100%;
  margin: 0 auto;
}
.main2 .main2-box .pro-box h3 {
  color: #666666;
  font-size: 16px;
  margin-top: 5%;
  padding-left: 20px;
}
.main2 .main2-box .pro-box p {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  padding-left: 20px;
}
.main2 .main2-box .swiper-slide-active,
.main2 .main2-box .swiper-slide-duplicate-active {
  transform: scale(1);
  box-shadow: 0px 3px 20px 0px rgba(0, 42, 77, 0.15);
  border-bottom: #3dae93 1px solid;
  padding-bottom: 2%;
}
.main2 .main2-box .swiper-slide-active img,
.main2 .main2-box .swiper-slide-duplicate-active img {
  width: 90%;
  margin: 5% 5%;
}
.main2 .main2-box .swiper-slide-active h3,
.main2 .main2-box .swiper-slide-duplicate-active h3 {
  color: #3dae93;
}
.main3 {
  padding-bottom: 4%;
}
.main3 .main-con {
  padding-bottom: 4%;
}
.main3 .main-con ul li {
  position: relative;
  padding-bottom: 6%;
}
.main3 .main-con ul li h3 {
  font-size: 16px;
  line-height: 32px;
  margin-top: 2%;
}
.main3 .main-con ul li p {
  font-size: 14px;
  line-height: 24px;
}
.main3 .main-con ul li .amore {
  bottom: 1%;
}
.main3 .main-con ul li img {
  width: 730px;
  height: 350px;
  transition: all 0.5s;
}
.main3 .main-con ul li:hover {
  cursor: pointer;
}
.main3 .main-con ul li:hover img {
  transform: scale(1.05);
}
.main3 .main-con ul li:hover h3 {
  color: #3dae93;
}
.main3 .main-con ul li:hover .amore {
  color: #fff;
  background-color: #3dae93;
  border: 0;
  cursor: pointer;
}
.main3 .main-con ul li:hover .amore i {
  color: #fff;
}
.main3 .pagenum {
  left: 0;
  text-align: left;
  bottom: 4%;
}
.main3 .swiper-pagination-bullet {
  background-color: #f39800;
  opacity: 1;
}
.main3 .swiper-pagination-bullet-active {
  background-color: #3dae93;
}
.main4 {
  background-color: #f6f6f6;
  padding-bottom: 3%;
}
.main4 .main4-con-left {
  background-color: #fff;
  max-width: 730px;
  width: 44%;
  padding-bottom: 2%;
  overflow: hidden;
}
.main4 .main4-con-left img {
  transition: all 0.5s;
  width: 100%;
}
.main4 .main4-con-left h3 {
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4% 3%;
}
.main4 .main4-con-left p {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 3%;
}
.main4 .main4-con-left span {
  padding-left: 3%;
}
.main4 .main4-con-left span i {
  font-size: 24px;
  color: #3dae93;
  transform: rotateY(180deg);
  line-height: 38px;
}
.main4 .main4-con-left:hover img {
  transform: scale(1.05);
}
.main4 .main4-con-left:hover h3 {
  color: #3dae93;
}
.main4 .main4-con-ri {
  width: 53%;
}
.main4 .main4-con-ri .main4-con-ritop .ritop {
  width: 49%;
  position: relative;
  overflow: hidden;
}
.main4 .main4-con-ri .main4-con-ritop .ritop img {
  width: 100%;
  transition: all 0.5s;
}
.main4 .main4-con-ri .main4-con-ritop .ritop span {
  width: 74px;
  height: 42px;
  background-color: #3dae93;
  position: absolute;
  bottom: 20%;
  right: 0;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
}
.main4 .main4-con-ri .main4-con-ritop .ritop h3 {
  font-size: 16px;
  color: #666666;
  line-height: 3.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main4 .main4-con-ri .main4-con-ritop .ritop:hover img {
  transform: scale(1.05);
}
.main4 .main4-con-ri .main4-con-ritop .ritop:hover h3 {
  color: #3dae93;
}
.main4 .main4-con-ribot {
  margin-top: 3%;
}
.main4 .main4-con-ribot ul li {
  font-size: 18px;
  color: #434343;
  line-height: 3.5;
  position: relative;
  padding-left: 3%;
  border-bottom: 1px solid #e7e7e7;
}
.main4 .main4-con-ribot ul li::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 1%;
  background-color: #dfdfdf;
}
.main4 .main4-con-ribot ul li span {
  color: #999999;
}
.main4 .main4-con-ribot ul li:hover {
  color: #3dae93;
}
.main4 .main4-con-ribot ul li:hover span {
  color: #3dae93;
}
.main5 {
  width: 100%;
  background-image: url(../images/change/main5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 600px;
}
.main5 .main5-con {
  padding: 10% 0;
}
.main5 .main5-con h3 {
  color: #fff;
  font-size: 36px;
}
.main5 .main5-con p {
  font-size: 20px;
  color: #fff;
  line-height: 48px;
}
.main5 .main5-con span {
  display: inline-block;
  width: auto;
  height: 46px;
  border-radius: 3px;
  border: solid 1px #ffffff;
  padding: 10px;
  color: #fff;
  margin-top: 3%;
}
.main5 .main5-con:hover span {
  background-color: #fff;
  border: solid 1px #3dae93;
  color: #888;
}
.footer {
  background-color: #f2f2f2;
}
.footer .footer-top-con {
  background-color: #3dae93;
  width: 100%;
}
.footer .footer-top-con .footer-top {
  padding: 20px;
}
.footer .footer-top-con .footer-top ul .border {
  display: none;
}
.footer .footer-top-con .footer-top ul a {
  width: 33.33%;
  text-align: center;
  height: 80px;
  border-right: 1px solid #78c6b4;
  padding-left: 6%;
}
.footer .footer-top-con .footer-top ul a img {
  width: 80px;
  height: 80px;
  transition: all 1s;
}
.footer .footer-top-con .footer-top ul a .footer-top-con {
  height: 80px;
  margin-left: 10px;
  padding-top: 4%;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-top-con .footer-top ul a .footer-top-con p {
  color: #fff;
  line-height: 26px;
  text-align: left;
}
.footer .footer-top-con .footer-top ul a:hover img {
  transform: rotateZ(360deg);
}
.footer .footer-top-con .footer-top ul a:hover .footer-top-con {
  -o-transform: translate(12px, 0);
  -moz-transform: translate(12px, 0);
  -webkit-transform: translate(12px, 0);
  transform: translate(12px, 0);
}
.footer .footer-menu {
  width: 100%;
  padding: 0 6% 4%;
  margin-top: 70px;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}
.footer .footer-menu .footer-nav {
  width: 70%;
  justify-content: space-between;
}
.footer .footer-menu .footer-nav .item li {
  color: #777;
  line-height: 36px;
  letter-spacing: 1;
}
.footer .footer-menu .footer-nav .item li:nth-child(1) {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.footer .footer-menu .footer-nav .item li:hover {
  color: #3dae93;
}
.footer .footer-menu .footer-lx {
  text-align: right;
  position: relative;
}
.footer .footer-menu .footer-lx .foot-logo h3 {
  font-size: 22px;
  color: #333333;
  margin-top: 4%;
  letter-spacing: 2px;
}
.footer .footer-menu .footer-lx .footer-share {
  justify-content: flex-end;
  margin: 20px 0;
}
.footer .footer-menu .footer-lx .footer-share a {
  width: 36px;
  height: 36px;
  border: 1px solid #dcdcdc;
  margin-right: 5px;
  text-align: center;
  line-height: 36px;
}
.footer .footer-menu .footer-lx .footer-share a i {
  color: #707070;
  font-size: 20px;
}
.footer .footer-menu .footer-lx .footer-share a:hover i {
  color: #3dae93;
}
.footer .footer-menu .footer-lx .footer-share .linksr a {
  background-color: #3dae93;
  color: #fff;
  width: 102px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  margin-left: 10px;
  margin-bottom: 10%;
}
.footer .footer-menu .footer-lx .footer-share .linksr a i {
  color: #fff;
  margin-right: 5px;
}
.footer .footer-menu .footer-lx .ft-wechat {
  width: 120px;
  height: 120px;
  position: absolute;
}
.footer .footer-menu .footer-lx .ft-wechat img {
  width: 100%;
}
.footer .footer-menu .footer-lx .ft-wechat p {
  font-size: 12px;
  line-height: 34px;
  color: #888;
  text-align: center;
}
.footer .link {
  padding: 30px 6% 30px 6%;
  border-bottom: 1px solid #e6e6e6;
}
.footer .link h3 {
  width: 120px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.footer .link ul {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
}
.footer .link ul li {
  color: #666;
  padding: 10px 10px;
  font-size: 14px;
  position: relative;
}
.footer .link ul li::after {
  content: " ";
  width: 1px;
  height: 14px;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 32%;
}
.footer .link ul li:hover a {
  color: #3dae93;
}
.footer .footer-copy {
  padding: 0 6%;
}
.footer .footer-copy p {
  font-size: 14px;
  color: #999;
  line-height: 36px;
}
.footer .footer-copy a {
  display: inline-block;
}
.footer .footer-copy a:hover {
  color: #3dae93;
}
/* 在线咨询 */
.main-im{position:fixed;right:10px;top:300px;z-index:100;width:110px;height:372px;}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;color: #666;font-size: 14px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(../../../demo.lanrenzhijia.com/2015/service0119/images/qq-icon-bg.png) no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:none;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height: 115px;border-bottom:1px solid #dddddd;padding: 5px;}
.main-im .im_main .im-tel div{font-size:14px;margin-top:6px;color: #333;}
.main-im .im_main .im-tel .tel-num{font-family:Arial;color:#F08300;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.pc-banner {
  width: 100%;
}
.phone-banner {
  display: none;
}
.cont-title {
  padding: 3% 0 6% 0;
  position: relative;
  margin-bottom: 3%;
}
.cont-title h3 {
  font-size: 26px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.cont-title p {
  font-size: 20px;
  color: #888888;
  text-align: center;
  line-height: 40px;
}
.cont-title::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 60px;
  background-color: #d7d7d7;
  left: 50%;
  bottom: 3%;
}
.cont-title1 {
  padding: 2% 0 3% 0;
}
.cont-title1 h3 {
  font-size: 26px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.cont-title1 p {
  font-size: 20px;
  color: #888888;
  text-align: center;
  line-height: 40px;
}
.menu-nav .nav-con .nav .show_down {
  display: none;
  position: relative;
  padding: 0 20px;
  color: #3dae93;
  border-bottom: 1px solid #eee;
  line-height: 40px;
}
.menu-nav .nav-con ul li {
  font-size: 14px;
  color: #666666;
  line-height: 70px;
  padding: 0 10px;
  border-bottom: 1px solid transparent;
}
.menu-nav .nav-con ul li:hover,
.menu-nav .nav-con ul .active {
  color: #3dae93;
  border-bottom: 1px solid #3dae93;
}
.menu-nav .nav-con .crumbs {
  font-size: 14px;
  color: #666666;
  line-height: 70px;
}
.menu-nav .nav-con .crumbs .crumbs_line {
  justify-content: flex-end;
}
.menu-nav .nav-con .crumbs .crumbs_line span {
  font-size: 12px;
  margin: 0 10px;
}
.menu-nav .nav-con .crumbs .crumbs_line a:last-child {
  color: #3dae93;
}
.menu-nav .nav-con .crumbs .crumbs_line a:hover {
  color: #3dae93;
}
.container {
  background-color: #fafafa;
}
.container .brand1 {
  text-align: center;
  line-height: 30px;
}
.container .brand1 .about-video {
  width: 100%;
  max-width: 1200px;
  margin: 3% auto;
}
.container .brand2 {
  padding-bottom: 2%;
}
.container .brand2 .brand2-con {
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #555555;
}
.container .brand3 .brand3-con .swiper-slide {
  width: 510px;
  height: 360px;
}
.container .brand5-pc,
.container .brand5-phone {
  width: 100%;
}
.container .brand5-pc img,
.container .brand5-phone img {
  width: 100%;
}
.container .brand5-phone {
  display: none;
}
.container .brand4 {
  padding-bottom: 3%;
  margin-top: 50px;
  font-family: 仿宋  !important;
  font-size: 20px !important;
  
}
.container .brand4 b{
    color: #00765a;
}
.container .brand4 font{
      font-family: 仿宋  !important;
  font-size: 20px !important;
}
.container .brand4 p{
    font-size: 20px !important;
}
.container .brand4 p span{
    font-size: 20px !important;
}
.container .brand4 img{
    display: block;
    margin: 0 auto;
}
.container .brand4 p {
  line-height: 32px;
}
.culture1-con ul {
  flex: 1;
}
.culture1-con ul li {
  text-align: center;
  width: 25%;
}
.culture1-con ul li .cmap {
  width: 105px;
  height: 105px;
  border: solid 1px #d2d2d2;
  border-radius: 50%;
  text-align: center;
  line-height: 105px;
  margin: 0 auto;
}
.culture1-con ul li .cmap i {
  font-size: 42px;
  color: #333333;
}
.culture1-con ul li h3 {
  font-size: 20px;
  color: #333333;
  padding: 4% 0;
}
.culture1-con ul li p {
  font-size: 15px;
  color: #777777;
  line-height: 30px;
}
.culture1-con ul li:hover .cmap {
  border: #3dae93 1px solid;
}
.culture1-con ul li:hover i {
  color: #3dae93;
}
.culture1-con ul li:hover h3 {
  color: #3dae93;
}
.culture2 .culture2-con {
  width: 50%;
  position: relative;
}
.culture2 .culture2-con img {
  width: 100%;
}
.culture2 .culture2-con .culture2-con2 {
  position: absolute;
  color: #fff;
  left: 35%;
  top: 30%;
  text-align: center;
}
.culture2 .culture2-con .culture2-con2 i {
  font-size: 70px;
  color: #fff;
}
.culture2 .culture2-con .culture2-con2 h3 {
  font-size: 20px;
  line-height: 2.5;
}
.culture2 .culture2-con .culture2-con2 p {
  font-size: 16px;
  opacity: 0.8;
  line-height: 2;
}
.culture2 .culture2-con .culture2-con2:hover {
  color: #f39800;
}
.culture2 .culture2-con .culture2-con2:hover i {
  color: #f39800;
}
.culture3 {
  padding-top: 2%;
}
.culture3 .culture3-con ul {
  flex-wrap: wrap ;
}
.culture3 .culture3-con ul li {
  width: 33.33%;
  padding-left: 2%;
}
.culture3 .culture3-con ul li h3 {
  font-size: 18px;
  color: #333333;
  text-align: left;
  position: relative;
  padding-left: 9%;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.culture3 .culture3-con ul li h3::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 3px;
  background-color: #333333;
  left: 1%;
  top: 45%;
}
.culture3 .culture3-con ul li p {
  color: #777777;
  font-size: 15px;
  line-height: 1.6;
  padding: 2% 2% 2% 0;
  text-align: left;
  min-height: 90px;
}
.culture3 .culture3-con ul li i {
  padding: 4% 0;
}
.culture3 .culture3-con ul li:hover i {
  animation: test 1s;
}
.culture3 .culture3-con ul li:hover h3 {
  -o-transform: translate(12px, 0);
  -moz-transform: translate(12px, 0);
  -webkit-transform: translate(12px, 0);
  transform: translate(12px, 0);
  color: #3dae93;
}
.culture3 .culture3-con ul li:hover h3::after {
  color: #3dae93;
}
.culture3 .culture3-con ul li:hover p {
  color: #3dae93;
}
.culture4 {
  background-image: url(../images/change/culture4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding: 9% 0;
}
.culture4 i {
  font-size: 80px;
  color: #fff;
}
.culture4 h3 {
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 20px;
}
.culture4 p {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 3.5;
}
.culture4:hover i,
.culture4:hover h3,
.culture4:hover p {
  color: #f39800;
}
.culture5 .culture5-l {
  max-width: 611px;
  max-height: 611px;
  border: solid 1px #3dae93;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.culture5 .culture5-l img {
  -webkit-transform: rotate(360deg);
  animation: rotation 10s linear infinite;
  -moz-animation: rotation 10s linear infinite;
  -webkit-animation: rotation 10s linear infinite;
  -o-animation: rotation 10s linear infinite;
}
.culture5 .culture5-l .culture5-con {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}
.culture5 .culture5-l .culture5-con h3 {
  font-family: TwCenMT-CondensedExtraBold;
  font-size: 32px;
  letter-spacing: 1px;
  color: #4aa38e;
}
.culture5 .culture5-l .culture5-con h4 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #4aa38e;
  line-height: 2;
}
.culture5 .culture5-r {
  padding-right: 3%;
}
.culture5 .culture5-r h3 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: 700;
  line-height: 2;
}
.culture5 .culture5-r h4 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #888888;
  line-height: 3;
}
.culture5 .culture5-r p {
  font-size: 15px;
  color: #777777;
  line-height: 4.5;
}
.culture5 .culture5-r ul {
  margin-top: 10%;
}
.culture5 .culture5-r ul li {
  list-style: disc;
  margin-top: 4%;
}
.culture5 .culture5-r ul li h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}
.culture5 .culture5-r ul li p {
  color: #777777;
}
.manage-con {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5%;
}
.manage-con p {
  padding: 2% 10%;
  text-align: center;
}
.property-con ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.property-con ul li {
  width: 223px;
  height: 317px;
  margin-right: 30px;
}
.property-con ul li img {
  width: 100%;
}
.property-con ul li:nth-of-type(6n+0) {
  margin-right: 0;
}
.sign {
  padding-bottom: 3%;
}
.sign-con {
  background-color: #fff;
  text-align: center;
  padding: 2% 2% 4%;
}
.sign-con .sign-title {
  background-color: #3dae93;
  color: #fff;
  width: 90%;
  padding: 0 2%;
  position: relative;
  text-align: left;
}
.sign-con .sign-title .sign-title-l {
  width: 14%;
  position: relative;
}
.sign-con .sign-title .sign-title-l .sign-zimu {
  font-size: 100px;
  font-weight: 700;
  margin-right: 4%;
}
.sign-con .sign-title .sign-title-l .shuzi h3 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 7px;
}
.sign-con .sign-title .sign-title-l .shuzi p {
  font-size: 18px;
}
.sign-con .sign-title .sign-title-l::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 70%;
  right: 0;
  background-color: #fff;
}
.sign-con .sign-title .sign-title-r {
  padding: 0 130px 0 2%;
  width: 86%;
}
.sign-con .sign-title .sign-title-r h4 {
  font-size: 20px;
  line-height: 1.5;
}
.sign-con .sign-title .sign-title-r p {
  font-size: 16px;
  line-height: 1.5;
}
.sign-con .sign-title::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  right: 0;
  border-bottom: 132px solid #fff;
  border-left: 130px solid transparent;
}
.sign-con .sign-title::before {
  position: absolute;
  content: '';
  right: -6%;
  width: 120px;
  height: 130px;
  background: #ec7f2d;
  -webkit-transform: skew(135deg);
  -moz-transform: skew(135deg);
  -o-transform: skew(135deg);
  transform: skew(135deg);
  z-index: 30;
}
.sign-con ul {
  margin-top: 2%;
  padding-left: 25%;
}
.sign-con ul li {
  font-size: 18px;
  color: #666;
  line-height: 2.5;
  text-align: left;
  position: relative;
  padding-left: 2%;
}
.sign-con ul li::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #3dae93;
  left: 0;
  top: 38%;
}
.format-con ul {
  flex-wrap: wrap;
}
.format-con ul li {
  width: 50%;
  background-color: #fff;
}
.format-con ul li img {
  width: 100%;
}
.format-con ul li h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 36px;
  font-weight: bold;
}
.format-con ul li p {
  font-size: 16px;
  line-height: 32px;
  color: #777777;
}
.format-con ul .txt {
  padding: 4% 5% 0;
}
.wisdom1 {
  text-align: center;
  width: 700px;
  margin: 0 auto;
}
.wisdom1 p {
  font-size: 16px;
  line-height: 36px;
  color: #555555;
}
.wisdom1 p span {
  font-weight: 700;
}
.wisdom2 {
  width: 100%;
  margin: 2% 0;
}
.wisdom2 .wisdom2-img {
  width: 50%;
}
.wisdom2 .wisdom2-img img {
  width: 100%;
}
.wisdom3 {
  max-width: 1400px;
  margin: 2% auto;
}
.wisdom3 .wisdom3-img {
  width: auto;
}
.wisdom3 .wisdom3-img img {
  width: 100%;
}
.wisdom4 {
  max-width: 1400px;
  margin: 2% auto;
}
.wisdom4 ul {
  flex-wrap: wrap;
}
.wisdom4 ul li {
  width: 49%;
  margin-bottom: 2% ;
}
.fin-ti {
  padding: 2% 0;
}
.finished-title {
  width: 220px;
  height: 52px;
  border-radius: 26px;
  border: solid 1px #3dae93;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 1px;
  color: #3dae93;
  text-align: center;
  line-height: 52px;
  font-weight: 700;
  font-family: 'CenturyGothic';
}
.w2 {
  max-width: 1400px;
  margin: 0 auto;
}
.finished1 img {
  width: 100%;
  margin: 3% auto;
}
.finished2 p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.finished3 {
  margin: 2% auto;
}
.finished3 ul {
  background-color: #fff;
}
.finished3 ul li {
  width: 16.8%;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 1.5% 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
}
.finished3 ul li:nth-child(1) {
  border-left: 1px solid #e8e8e8;
}
.finished3 ul:nth-child(1) {
  background-color: #3dae93;
}
.finished3 ul:nth-child(1) li {
  width: 16.8%;
  border-right: 1px solid #e8e8e8;
  padding: 1.5% 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  border-bottom: 0px solid #e8e8e8;
  border-left: 0px solid #e8e8e8;
}
.finished3 ul:nth-child(1) li:nth-last-child(1) {
  border-right: 0px solid #fff;
}
.adv {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  line-height: 36px;
}
.adv span {
  color: #3dae93;
}
.adv1 {
  padding: 2% 0;
}
.adv1 ul {
  flex-wrap: wrap;
}
.adv1 ul li {
  width: 49%;
  background-color: #ffffff;
  border: solid 1px #a8e7d8;
  position: relative;
  padding: 3% 2%;
  margin-top: 1%;
}
.adv1 ul li i {
  font-size: 90px;
  color: #8bcebe;
}
.adv1 ul li .box {
  padding-left: 5%;
}
.adv1 ul li .box h3 {
  line-height: 36px;
  letter-spacing: 1px;
  color: #3dae93;
  font-size: 24px;
}
.adv1 ul li .box p {
  line-height: 30px;
  letter-spacing: 1px;
  color: #8b959c;
  font-size: 16px;
}
.adv1 ul li::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #3dae93;
  border-right: 100px solid transparent;
}
.adv1 ul li::before {
  position: absolute;
  content: '01';
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  left: 2%;
  top: 2%;
  z-index: 222;
}
.adv1 ul li:nth-child(3)::before {
  content: '03';
}
.adv1 ul li:nth-child(4)::before {
  content: '04';
}
.adv1 ul li:nth-child(2)::before {
  content: '02';
}
.adv1 ul li:nth-child(5)::before {
  content: '05';
}
.adv1 ul li:nth-child(6)::before {
  content: '06';
}
.adv2 {
  width: 1208px ;
  padding: 1% 0;
}
.adv2 img {
  width: 100%;
}
.pro1 ul {
  background-color: #fff;
}
.pro1 ul li {
  width: 25%;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 1.5% 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
}
.pro1 ul li:nth-child(3) {
  width: 50%;
}
.pro1 ul li:nth-child(1) {
  border-left: 1px solid #e8e8e8;
}
.pro1 ul:nth-child(1) {
  background-color: #3dae93;
}
.pro1 ul:nth-child(1) li {
  border-right: 1px solid #e8e8e8;
  padding: 1.5% 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  border-bottom: 0px solid #e8e8e8;
  border-left: 0px solid #e8e8e8;
}
.pro1 ul:nth-child(1) li:nth-last-child(1) {
  border-right: 0px solid #fff;
}
.pro2 ul {
  background-color: #fff;
}
.pro2 ul li {
  width: 10%;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 1.5% 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
}
.pro2 ul li:nth-child(5) {
  width: 35%;
}
.pro2 ul li:nth-child(4) {
  width: 35%;
}
.pro2 ul li:nth-child(1) {
  border-left: 1px solid #e8e8e8;
}
.pro2 ul:nth-child(1) {
  background-color: #3dae93;
}
.pro2 ul:nth-child(1) li {
  border-right: 1px solid #e8e8e8;
  padding: 1.5% 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  border-bottom: 0px solid #e8e8e8;
  border-left: 0px solid #e8e8e8;
}
.pro2 ul:nth-child(1) li:nth-last-child(1) {
  border-right: 0px solid #fff;
}
.pro2 ul:nth-last-child(1) li {
  width: 100%;
  text-align: left;
  padding-left: 3%;
}
.pro3 {
  width: 1108px;
  margin: 0 auto;
  padding: 2% 0;
}
.pro3 img {
  width: 100%;
}
.pro4 h3 {
  letter-spacing: 1px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
  line-height: 48px;
}
.pro4 p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.pro-img {
  text-align: center;
  margin-bottom: 2%;
}
.pro-img img {
  margin-top: 2%;
}
.design1 {
  background-image: url(../images/change/design.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.design1 .design-con {
  letter-spacing: 1px;
  color: #333333;
  font-size: 18px;
  line-height: 36px;
}
.design1 .design-con p {
  max-width: 664px;
}
.design-img {
  padding: 4%  0;
}
.design-img ul {
  flex-wrap: wrap;
}
.design-img ul li {
  border-radius: 20px;
  width: 330px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 2%;
}
.design-img ul li img {
  width: 100%;
}
.design2 {
  padding-bottom: 2%;
}
.design2 .design2-top .left {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  padding-right: 6%;
}
.design2 .design2-top .left span {
  color: #3dae93;
  font-weight: 700;
}
.bracket-con {
  padding-bottom: 3%;
}
.bracket-con ul li {
  text-align: center;
}
.bracket-con ul li i {
  width: 105px;
  height: 105px;
  border: solid 1px #d2d2d2;
  border-radius: 50%;
  color: #3d3d3d;
  font-size: 45px;
  line-height: 105px;
  text-align: center;
}
.bracket-con ul li h3 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 40px;
  margin-top: 4%;
}
.bracket-con ul li p {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
}
.bracket-con ul li:hover i {
  color: #fff;
  border: solid 1px #3dae93;
  background-color: #3dae93;
  cursor: pointer;
}
.tech1 ul li {
  text-align: center;
  position: relative;
}
.tech1 ul li h3 {
  letter-spacing: 1px;
  color: #414141;
  font-size: 20px;
  line-height: 3;
}
.tech1 ul li i {
  background-image: linear-gradient(-30deg, #5569ef 0%, #00d78b 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 46px;
  width: 100px;
  height: 100px;
  border: solid 1px #3dae93;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
}
.tech1 ul li::after {
  position: absolute;
  content: '→';
  width: 19px;
  height: 8px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  letter-spacing: 1px;
  color: #414141;
  right: -60%;
  top: 25%;
}
.tech1 ul li:nth-last-child(1)::after {
  content: '';
}
.tech2 {
  padding: 3% 0 6%;
}
.tech2 ul li {
  background-color: #fff;
  width: 330px;
}
.tech2 ul li h3 {
  letter-spacing: 1px;
  color: #333333;
  font-size: 24px;
  padding: 3% 4%;
}
.tech2 ul li p {
  line-height: 28px;
  color: #666666;
  font-size: 15px;
  padding: 0 4% 2%;
}
.tech3 {
  background-color: #fff;
  width: 100%;
  padding-bottom: 3%;
}
.tech3 .tech3-con {
  background-image: url(../images/change/tech5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  max-width: 700px;
  text-align: center;
  padding: 6% 0;
}
.tech3 .tech3-con:nth-child(2) {
  background-image: url(../images/change/tech6.jpg);
}
.tech3 .tech3-con i {
  font-size: 82px;
  color: #fff;
}
.tech3 .tech3-con h3 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 3;
}
.tech3 .tech3-con p {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}
.tech4 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 3%;
}
.tech4 ul li {
  text-align: center;
}
.tech4 ul li p {
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  font-size: 18px;
  padding-top: 10%;
}
.application {
  padding-top: 3%;
}
.application ul {
  flex-wrap: wrap;
}
.application ul li {
  max-width: 49%;
  margin-bottom: 4%;
}
.application ul li img {
  width: 100%;
}
.application ul li h3 {
  font-size: 16px;
  color: #555;
  line-height: 2.5;
  margin-top: 2%;
}
.application ul li p {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.application ul li .btnm {
  width: 140px;
  height: 46px;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  color: #3dae93;
  line-height: 46px;
  padding-left: 20px;
  border: #3dae93 1px solid;
  margin-top: 5%;
}
.application ul li .btnm i {
  font-size: 24px;
  color: #3dae93;
  transform: rotateY(180deg);
  line-height: 38px;
  margin-left: 10px;
}
.application ul li:hover .btnm {
  background-color: #3dae93;
  color: #fff;
}
.application ul li:hover .btnm i {
  color: #fff;
}
.detail-title {
  text-align: center;
  padding-top: 3%;
}
.detail-title h1 {
  font-size: 28px;
  color: #424242;
  line-height: 2;
}
.detail-title h1 p {
  font-size: 14px;
  color: #888888;
}
.detail-content {
  padding: 3% 0;
  line-height: 30px;
}
.detail-content img {
  max-width: 100%;
}
.news-list ul li {
  border-bottom: solid 1px #e5e5e5;
  padding: 2% 0;
}
.news-list ul li .img {
  max-width: 400px;
  max-height: 230px;
  overflow: hidden;
  width: 28%;
}
.news-list ul li .img img {
  transition: all 0.5s;
  width: 100%;
}
.news-list ul li .cont {
  padding: 0 3%;
  width: 70%;
}
.news-list ul li .cont h3 {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.news-list ul li .cont h4 {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.news-list ul li .cont p {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  ext-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list ul li .cont h5 {
  width: 120px;
  border-radius: 5px;
  border: solid 1px #2da287;
  color: #2da287;
  font-size: 14px;
  padding: 15px 30px;
  margin-top: 2%;
}
.news-list ul li:hover img {
  transform: scale(1.05);
}
.news-list ul li:hover .cont h3 {
  color: #3dae93;
}
.news-list ul li:hover .cont h5 {
  background-color: #3dae93;
  color: #fff;
}
.join1 {
  padding-bottom: 4%;
}
.join1 ul li {
  text-align: center;
}
.join1 ul li p {
  color: #414141;
  font-size: 16px;
  line-height: 30px;
  padding-top: 5%;
}
.join1 ul li:hover img {
  animation: test 2s;
}
.join1 ul li:hover p {
  color: #3dae93;
}
.join2 {
  background-color: #fff;
}
.message .radio {
  padding-left: 0;
  margin-bottom: 0;
}
.contact ul {
  flex-wrap: wrap;
  padding: 0 2% 4%;
}
.contact ul li {
  border-radius: 15px 15px;
  background-color: #fff;
  padding: 4% 3%;
  width: 31%;
  margin-bottom: 2%;
  background-image: url(../images/public/contact.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  box-shadow: 8px 0px 20px rgba(0, 131, 100, 0.2);
}
.contact ul li h3 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
}
.contact ul li p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 30px;
}
.form {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 3%;
}
.form .message {
  margin-bottom: 2%;
}
.form .message .radio {
  padding-left: 0;
  margin-bottom: 0;
}
.form .message .message-title {
  font-size: 18px;
  line-height: 42px;
  color: #343434;
  font-weight: 700;
  width: 10%;
  text-align: right;
  padding-right: 2%;
}
.form .message .lab-box {
  width: 90%;
}
.form .message .lab-box1 {
  width: 100%;
}
.form .message .lab,
.form .message .lab1,
.form .message .lab2,
.form .message .lab3 {
  border: solid 1px #c9c9c9;
  height: 42px;
}
.form .message .lab .placeholder,
.form .message .lab1 .placeholder,
.form .message .lab2 .placeholder,
.form .message .lab3 .placeholder {
  line-height: 2px;
  padding-left: 1%;
}
.form .message .lab .placeholder i,
.form .message .lab1 .placeholder i,
.form .message .lab2 .placeholder i,
.form .message .lab3 .placeholder i {
  color: red;
}
.form .message .lab {
  width: 49%;
}
.form .message .lab1 {
  width: 32%;
  margin-right: 2%;
}
.form .message .lab1:nth-child(3) {
  margin-right: 0;
}
.form .message .lab2 {
  width: 19%;
}
.form .message .lab2:nth-child(4) {
  width: 39%;
}
.form .message .lab3 {
  width: 19%;
}
.form .message .area,
.form .message .area1 {
  min-height: 120px;
  width: 90%;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  padding: 1% 1%;
}
.form .message .area1 {
  width: 100%;
  background-color: none;
}
.form .radio {
  margin-bottom: 2%;
  padding-left: 10%;
}
.form .radio .radio-box {
  width: 120px;
  margin-right: 1%;
}
.form .radio input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.form .radio span {
  display: inline-block;
  font-size: 18px;
  color: #555555;
  margin-right: 1%;
}
.form .btn {
  width: 405px;
  height: 60px;
  margin: 0 auto;
  background-color: #3dae93;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
}
.form .btn button {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .w {
    width: 100%;
    padding: 0 1%;
  }
  .main5 .main5-con {
    padding: 10%;
  }
  .main3 .pagenum {
    left: 2%;
  }
  .main1 .about-con .about-top .about .introduce {
    /*max-width: 360px;*/
  }
  .about-bot .box {
    flex-wrap: wrap;
  }
  .about-bot .box .block {
    width: 48%;
    padding: 0 4%;
  }
  .property-con ul li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1367px) {
  .property-con ul li {
    margin-right: 0;
  }
  .w2 {
    width: 100%;
    padding: 0 1% 2%;
  }
  .contact ul li {
    padding: 3% 2%;
  }
  .form {
    width: 100%;
    padding: 0 2%;
  }
  .form .btn {
    margin: 0 auto 2%;
  }
}
@media screen and (max-width: 1200px) {
  .property-con ul li {
    margin-right: 12px;
  }
  .property-con ul li:nth-child(6n) {
    margin-right: 12px;
  }
  .property-con ul li:nth-child(5n) {
    margin-right: 0;
  }
  .design2 .design2-bot {
    padding-top: 2%;
  }
  .bracket-con ul li h3 {
    font-size: 18px;
    line-height: 34px;
  }
  .bracket-con ul li p {
    font-size: 15px;
    line-height: 28px;
  }
  .bracket-con {
    padding-bottom: 3%;
  }
  .container .brand5-pc {
    display: none;
  }
  .container .brand5-phone {
    display: block;
  }
  .tech1 ul li::after {
    right: -40%;
  }
  .tech4 {
    padding: 0 2% 2%;
  }
  .news-list ul li .cont h3 {
    font-size: 18px;
  }
  .news-list ul li .cont h5 {
    padding: 1% 2%;
    width: 100px;
  }
  .detail-title h1 {
    font-size: 20px;
  }
  .contact ul li {
    min-height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-menu {
    padding: 0 2% 4%;
  }
  .footer .link {
    padding: 20px 2% 30px 2%;
  }
  .header menu {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
    padding: 0;
  }
  .header menu ul {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #3dae93;
  }
  .arrow,
  .menu-nav .nav-con .crumbs {
    display: none;
  }
  .title .title-right {
    margin-top: 24px;
  }
  .title .title-left {
    line-height: 80px;
  }
  .title .title-left h3 {
    font-size: 28px;
  }
  .title .title-left p {
    font-size: 20px;
    line-height: 94px;
    margin-left: 10px;
  }
  .header .icont {
    width: 15%;
    padding-right: 2%;
  }
  .header .icont i {
    font-size: 28px;
  }
  .main2 .main2-box {
    min-height: auto;
  }
  .property-con ul li {
    margin-right: 30px;
  }
  .property-con ul li:nth-child(5n) {
    margin-right: 30px;
  }
  .property-con ul li:nth-child(4n) {
    margin-right: 0;
  }
  .property-con ul li:nth-child(6n) {
    margin-right: 30px;
  }
  .property-con ul li:nth-child(12n) {
    margin-right: 0;
  }
  .sign-con .sign-title .sign-title-l,
  .sign-con .sign-title::before {
    display: none;
  }
  .sign-con .sign-title {
    width: 100%;
    min-height: 40px;
  }
  .sign-con .sign-title .sign-title-r {
    padding: 0 1% 0 1%;
    width: 90%;
  }
  .sign-con ul {
    padding-left: 3%;
  }
  .design-img ul li {
    width: 31%;
  }
  .bracket-con ul li h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .bracket-con ul li p {
    font-size: 14px;
    line-height: 22px;
  }
  .tech1 ul li::after {
    right: -24%;
  }
  .tech2 ul li h3 {
    font-size: 20px;
  }
  .tech1 ul li h3 {
    font-size: 18px;
  }
  .detail-title h1 {
    font-size: 18px;
  }
  .contact ul li {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }
  .header .icont .search {
    display: none;
  }
  .header .icont i {
    font-size: 36px;
    line-height: 80px;
  }
  .title .title-right {
    margin-top: 12px;
  }
  .title .title-left {
    line-height: 60px;
  }
  .title .title-left h3 {
    font-size: 20px;
  }
  .title .title-left p {
    font-size: 16px;
    line-height: 64px;
    margin-left: 10px;
  }
  .title .title-right .more {
    padding: 0 10px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 6px;
    background: #3dae93;
  }
  .title .title-right .more a {
    color: #fff;
  }
  .index-video {
    background-color: #fff;
  }
  .pc-banner {
    display: none;
  }
  .phone-banner {
    display: block;
  }
  .main1 .about-con .about-top {
    display: block;
    text-align: center;
  }
  .main1 .about-con .about-top .index-video,
  .main1 .about-con .about-top .about {
    width: 100%;
  }
  .main1 .about-con .about-top .about {
    margin-top: 2%;
  }
  .main1 .about-con .about-top .about .introduce {
    max-width: 400px;
  }
  .main-im .im_main .im-tel{
    display: none;
  }
  .about-bot {
    margin: 2% auto 0;
  }
  .about-bot .box .block .name .number {
    font-size: 24px;
  }
  .about-bot .box .block .name .tag {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about-bot .box .block::after {
    display: none;
  }
  .main2 .main2-box {
    min-height: 430px;
  }
  .main3 .main-con {
    padding-bottom: 0;
  }
  .main3 .main-con ul {
    display: block;
  }
  .main3 .main-con ul li {
    width: 100%;
    overflow: hidden;
  }
  .main3 .main-con ul li h3 {
    color: #3dae93;
  }
  .main3 .main-con ul li .amore {
    display: none;
  }
  .main3 .pagenum {
    display: none;
  }
  .main3 {
    padding-bottom: 0;
  }
  .main4 .main4-con {
    display: block;
  }
  .main4 .main4-con .main4-con-left,
  .main4 .main4-con .main4-con-ri {
    width: 100%;
    max-width: 100%;
  }
  .main4 .main4-con .main4-con-left h3 {
    color: #3dae93;
    padding: 1% 2%;
  }
  .main4 .main4-con .main4-con-left p {
    padding: 0 2%;
    -webkit-line-clamp: 1;
  }
  .main4 .main4-con .main4-con-left span {
    display: none;
  }
  .footer .footer-top-con .footer-top ul a {
    width: 50%;
    height: auto;
  }
  .footer .footer-top-con .footer-top ul a:last-child {
    display: none;
  }
  .footer .footer-top-con .footer-top ul a img {
    width: 40px;
    height: 40px;
  }
  .footer .footer-top-con .footer-top ul a .footer-top-con {
    height: 40px;
    padding-top: 0;
  }
  .footer .footer-top-con .footer-top ul a .footer-top-con p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .footer-menu {
    margin-top: 1%;
    padding: 0 2% 1%;
  }
  .footer .footer-menu .footer-nav {
    display: none;
  }
  .footer .footer-menu .footer-lx {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-menu .footer-lx .ft-wechat {
    position: initial;
    width: 80px;
    height: 80px;
  }
  .footer .link {
    padding: 1% 2% 1% 2%;
  }
  .footer .link h3 {
    width: auto;
  }
  .footer .link ul {
    height: 40px;
    overflow: auto;
  }
  .footer .link ul li {
    line-height: 20px;
    padding: 0 1%;
  }
  .footer .footer-copy {
    text-align: center;
  }
  .cont-title::after {
    height: 0;
  }
  .cont-title,
  .cont-title1 {
    padding: 3% 0 0 0;
  }
  .cont-title h3,
  .cont-title1 h3 {
    font-size: 20px;
  }
  .cont-title p,
  .cont-title1 p {
    font-size: 16px;
  }
  .about-bot {
    margin: 2% auto 0;
  }
  .menu-nav .nav-con .nav {
    width: 100%;
  }
  .menu-nav .nav-con .nav .show_down {
    display: flex;
  }
  .menu-nav .nav-con .nav .show_down span {
    transform: rotate(90deg);
  }
  .menu-nav .nav-con ul {
    display: none;
  }
  .menu-nav .nav-con ul li {
    text-align: center;
  }
  .culture1-con ul {
    flex-wrap: wrap;
  }
  .culture1-con ul li {
    width: 50%;
  }
  .culture1-con ul li h3 {
    font-size: 16px;
    padding: 2% 0 1% 0;
  }
  .culture1-con ul li p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 1%;
  }
  .culture1-con ul li .cmap {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #3dae93;
    border: 1px solid #3dae93;
  }
  .culture1-con ul li .cmap i {
    color: #3dae93;
    font-size: 28px;
  }
  .culture2 {
    flex-wrap: wrap;
  }
  .culture2 .culture2-con {
    width: 100%;
  }
  .culture2 .culture2-con .culture2-con2 {
    top: 22%;
  }
  .culture3 .culture3-con ul {
    padding: 1% 0;
  }
  .culture3 .culture3-con ul li {
    width: 50%;
  }
  .culture3 .culture3-con ul li h3 {
    font-size: 16px;
  }
  .culture3 .culture3-con ul li p {
    font-size: 14px;
  }
  .culture3 .culture3-con ul li i {
    padding: 1% 0;
  }
  .culture5 {
    display: block;
  }
  .culture5 .culture5-l {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  .culture5 .culture5-l img {
    width: 100%;
  }
  .culture5 .culture5-r h3 {
    font-size: 18px;
  }
  .culture5 .culture5-r h4 {
    font-size: 16px;
  }
  .culture5 .culture5-r p {
    font-size: 14px;
    line-height: 2;
  }
  .culture5 .culture5-r ul {
    margin-top: 3%;
  }
  .culture5 .culture5-r ul li {
    margin-top: 1%;
  }
  .manage-con p {
    line-height: 1.5;
  }
  .property-con ul {
    justify-content: space-between;
  }
  .property-con ul li {
    width: 32%;
    margin-right: 0;
  }
  .property-con ul li:nth-child(5n),
  .property-con ul li:nth-child(6n) {
    margin-right: 0;
  }
  .format-con ul {
    display: block;
  }
  .format-con ul li {
    width: 100%;
  }
  .format-con ul li:nth-child(2n) img,
  .format-con ul li:nth-child(2n+1) img {
    display: none;
  }
  .sign-con .sign-title .sign-title-r h4 {
    font-size: 18px;
  }
  .sign-con .sign-title .sign-title-r p,
  .sign-con ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .sign-con .sign-title::after {
    display: none;
  }
  .sign-con .sign-title .sign-title-r {
    width: 100%;
    padding: 0 1%;
  }
  .design1 .design-con {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 2%;
  }
  .design2 .design2-top .left {
    padding-bottom: 2%;
    padding-left: 1%;
  }
  .design2 .design2-top .right {
    display: none;
  }
  .design-img ul li {
    margin: 0 auto 2%;
  }
  .footer .footer-copy p {
    line-height: 24px;
  }
  .adv {
    width: 90%;
  }
  .pro1 ul:nth-child(1) li,
  .pro2 ul:nth-child(1) li {
    font-size: 16px;
  }
  .pro1 ul li,
  .pro2 ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .pro4 h3 {
    font-size: 18px;
  }
  .pro4 p {
    line-height: 30px;
  }
  .bracket-con ul {
    flex-wrap: wrap;
  }
  .bracket-con ul li {
    width: 30%;
    margin-top: 1%;
  }
  .bracket-con ul li i {
    width: 80px;
    height: 80px;
    font-size: 34px;
    line-height: 80px;
    color: #3dae93;
    border: #3dae93 1px solid;
  }
  .design-img ul li {
    width: 48%;
    height: auto;
  }
  .adv1 ul li {
    width: 100%;
    padding: 1% 2%;
  }
  .adv1 ul li i {
    font-size: 50px;
    padding-top: 6%;
  }
  .adv1 ul li::before {
    font-size: 24px;
    left: 1%;
  }
  .adv1 ul li::after {
    border-top: 70px solid #3dae93;
    border-right: 70px solid transparent;
  }
  .adv1 ul li .box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .adv1 ul li .box p {
    font-size: 14px;
    line-height: 20px;
  }
  .finished-title {
    font-size: 16px;
    width: 150px;
    height: 38px;
    line-height: 38px;
  }
  .tech1 ul {
    flex-wrap: wrap;
  }
  .tech1 ul li {
    width: 25%;
  }
  .tech1 ul li::after {
    right: -4%;
  }
  .tech1 ul li:nth-child(4)::after {
    display: none;
  }
  .tech2 ul {
    flex-wrap: wrap;
  }
  .tech2 ul li {
    width: 49%;
  }
  .tech2 ul li img {
    width: 100%;
  }
  .tech2 ul li h3 {
    font-size: 16px;
  }
  .tech2 ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .tech4 ul li p {
    font-size: 16px;
    line-height: 24px;
  }
  .news-list ul li .cont h5 {
    display: none;
  }
  .news-list ul li .cont h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .news-list ul li .cont h4 {
    font-size: 10px;
    line-height: 16px;
  }
  .news-list ul li .cont p {
    font-size: 14px;
    line-height: 20px;
  }
  .detail-title h1 {
    font-size: 16px;
  }
  .detail-title p {
    font-size: 14px;
    line-height: 22px;
    color: #888;
  }
  .join1 ul li img {
    width: 80%;
  }
  .join1 ul li p {
    font-size: 14px;
    line-height: 22px;
  }
  .form .btn {
    width: 205px;
    height: 40px;
    line-height: 40px;
  }
  .form .btn .form .btn button {
    font-size: 16px;
  }
  .form .message .message-title {
    font-size: 14px;
  }
  .form .message .lab,
  .form .message .lab1,
  .form .message .lab2 {
    font-size: 14px;
    color: #999;
  }
  .form .radio span {
    font-size: 14px;
  }
  .contact ul li {
    width: 48%;
    min-height: 168px;
  }
  .contact ul li h3 {
    font-size: 18px;
    line-height: 2;
  }
  .contact ul li P {
    font-size: 14px;
  }
  .culture5 .culture5-l .culture5-con h3 {
    font-size: 16px;
  }
  .culture5 .culture5-l .culture5-con h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .w {
    padding: 0 2%;
  }
  .title .title-right ul {
    display: none;
  }
  .title .title-left h3 {
    font-size: 18px;
  }
  .title .title-left p {
    font-size: 14px;
  }
  .header .icont {
    width: 10%;
  }
  .header .icont .language {
    margin-right: 4%;
  }
  .header .icont .language i {
    font-size: 34px;
  }
  .header .icont i {
    font-size: 30px;
  }
  .index-video {
    height: auto;
  }
  .main1 .about .en-titie,
  .main1 .about .img,
  .main1 .about .amore {
    display: none;
  }
  .main1 .about-con .about-top .about .introduce {
    font-size: 14px;
  }
  .main1 .about-con .about-bot .box .block .name .number,
  .box .block .name .number {
    font-size: 16px;
  }
  .about-bot .box .block .abstract {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .main1 .about-con .about-bot .box .block .name .tag,
  .box .block .name .tag {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .footer .link ul li {
    padding: 0 2%;
    color: #888;
  }
  .footer .link ul li::after {
    display: none;
  }
  .footer .link h3 {
    font-size: 14px;
  }
  .about-bot .box .block {
    padding: 0;
  }
  .about-bot .box .block i {
    font-size: 24px;
  }
  .main4 .main4-con .main4-con-left,
  .main4 .main4-con .main4-con-ri .main4-con-ritop {
    /*display: none;*/
  }
  .main4 .main4-con-ribot ul li {
    line-height: 2.5;
  }
  .main4-con-ribot ul li h3 {
    font-size: 15px;
    color: #777;
  }
  .main4-con-ribot ul li span {
    display: none;
  }
  .main5 .main5-con h3 {
    font-size: 18px;
  }
  .main5 .main5-con p {
    font-size: 14px;
  }
  .container .brand1 {
    text-align: left;
  }
  .footer .footer-top-con .footer-top {
    padding: 2% 0;
  }
  .footer .footer-top-con .footer-top ul {
    display: block;
  }
  .footer .footer-top-con .footer-top ul a {
    width: 100%;
  }
  .footer .footer-top-con .footer-top ul .line {
    display: none;
  }
  .footer .footer-top-con .footer-top ul li .footer-top-con {
    display: flex;
  }
  .footer .footer-top-con .footer-top ul li .footer-top-con p {
    line-height: 40px;
  }
  .culture1-con ul li p {
    font-size: 12px;
  }
  .culture2 .culture2-con .culture2-con2 {
    left: 24%;
  }
  .culture2 .culture2-con .culture2-con2 i {
    font-size: 40px;
  }
  .culture2 .culture2-con .culture2-con2 h3 {
    font-size: 16px;
    line-height: 2;
  }
  .culture2 .culture2-con .culture2-con2 p {
    font-size: 14px;
  }
  .culture3 .culture3-con ul li h3 {
    padding-left: 16%;
  }
  .culture3 .culture3-con ul li p {
    min-height: 142px;
  }
  .footer .footer-menu .footer-lx .foot-logo {
    display: none;
  }
  .property-con ul li {
    height: auto;
    width: 49%;
  }
  .wisdom1 {
    width: 100%;
    padding: 0 1%;
  }
  .wisdom1 p {
    font-size: 14px;
    line-height: 22px;
  }
  .format-con ul li p {
    font-size: 14px;
    line-height: 22px;
  }
  .format-con ul li h3 {
    font-size: 16px;
  }
  .sign-con .sign-title .sign-title-r h4 {
    font-size: 16px;
  }
  .sign-con ul li {
    padding: 2% 0 2% 4%;
  }
  .bracket-con ul li {
    width: 48%;
  }
  .adv {
    font-size: 14px;
    line-height: 20px;
  }
  .adv1 ul li .box h3 {
    font-size: 16px;
  }
  .finished3 ul:nth-child(1) li {
    font-size: 14px;
  }
  .finished3 ul li {
    font-size: 12px;
    height: 52px;
    line-height: 52px;
  }
  .finished3 ul .txt {
    line-height: 1.5;
  }
  .tech1 ul li {
    width: 30%;
  }
  .tech1 ul li i {
    font-size: 36px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .tech1 ul li h3 {
    font-size: 14px;
  }
  .tech1 ul li::after {
    right: -15%;
  }
  .tech1 ul li:nth-child(3n)::after {
    display: none;
  }
  .tech1 ul li:nth-child(4n)::after {
    display: block;
  }
  .tech2 ul li {
    width: 96%;
    padding: 0 2%;
  }
  .tech3 .tech3-con i {
    font-size: 40px;
  }
  .tech3 .tech3-con h3 {
    font-size: 16px;
  }
  .tech3 .tech3-con p {
    font-size: 14px;
  }
  .tech4 ul {
    padding: 0 2%;
    flex-wrap: wrap;
  }
  .tech4 ul li img {
    width: 50px;
    height: 50px;
  }
  .tech4 ul li p {
    font-size: 12px;
    line-height: 1.6;
  }
  /*.news-list .img {*/
  /*  display: none;*/
  /*}*/
  .join1 ul {
    display: block;
  }
  .join1 ul li img {
    width: 30%;
  }
  .form {
    padding-left: 3%;
  }
  .form .btn {
    margin: 3% auto;
  }
  .form .message {
    display: block;
    margin-bottom: 0;
    flex-wrap: wrap;
    width: 98%;
  }
  .form .message .lab-box,
  .form .message .lab-box1,
  .form .message .area,
  .form .message .area1 {
    flex-wrap: wrap;
    width: 98%;
  }
  .form .message .lab-box .lab,
  .form .message .lab-box1 .lab,
  .form .message .area .lab,
  .form .message .area1 .lab,
  .form .message .lab-box .lab1,
  .form .message .lab-box1 .lab1,
  .form .message .area .lab1,
  .form .message .area1 .lab1,
  .form .message .lab-box .lab2,
  .form .message .lab-box1 .lab2,
  .form .message .area .lab2,
  .form .message .area1 .lab2 {
    width: 100%;
    margin-top: 2%;
  }
  .form .message .lab-box1 {
    margin-bottom: 2%;
  }
  .form .message .message-title {
    width: 100%;
    text-align: left;
  }
  .form .message .lab1 {
    margin-right: 0;
  }
  .form .message .lab,
  .form .message .lab1,
  .form .message .lab2 {
    width: 100%;
    margin-top: 2%;
  }
  .contact ul li {
    width: 98%;
    padding-left: 4%;
    min-height: 130px;
  }
  .contact ul li h3 {
    font-size: 16px;
    line-height: 2;
  }
  .contact ul li P {
    font-size: 14px;
  }
}
@media screen and (max-width: 321px) {
  .header .logo {
    width: 140px;
  }
  .header .icont {
    width: 30%;
  }
  .title .title-left p {
    display: none;
  }
  .culture2 .culture2-con .culture2-con2 {
    left: 20%;
    top: 13%;
  }
  .culture3 .culture3-con ul li {
    width: 98%;
  }
  .culture3 .culture3-con ul li p {
    min-height: inherit;
  }
  .culture3 .culture3-con ul li i {
    display: none;
  }
  .tech4 ul li {
    width: 98%;
  }
}
.tech2 ul li a img{
    display: block;
    max-width: 330px;
    width: 330px;
    height: 220px;
}
/*# sourceMappingURL=./index.css.map */
