<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
img {
  max-width: 100%;
  vertical-align: middle;
}
@keyframes arrow {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
@-webkit-keyframes arrow {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
@-moz-keyframes arrow {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 50px;
  }
}
/*公用部分*/
.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgba(53, 53, 53, 0.8);
}
.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 100%;
  text-align: center;
  background: #2f6b97;
}
.header .logo img {
  margin-top: 17px;
}
.header .head {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.header .head .nav {
  height: 100%;
}
.header .head .nav li {
  float: left;
  margin: 0 30px;
  height: 100%;
  line-height: 62px;
}
.header .head .nav li a {
  color: #fff;
  display: block;
  height: 100%;
  padding: 0 10px;
  font-size: 14px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header .head .nav li:hover a,
.header .head .nav li.active a {
  border-bottom: 2px solid #22bbea;
}
.header .lange {
  margin-left: 20px;
  height: 100%;
}
.header .lange img {
  margin-top: 20px;
}
.footer {
  width: 100%;
  height: 460px;
  margin-top: 50px;
  background: #f6f6f6;
}
.footer .footer-left {
  width: 42%;
  height: 100%;
  overflow: hidden;
}
.footer .footer-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-right {
  width: 58%;
  height: 100%;
  padding: 100px 0 0 140px;
  box-sizing: border-box;
}
.footer .footer-right .contact .sub-title {
  margin: 10px 0 40px 5px;
}
.footer .footer-right .bottom ul {
  padding-left: 40px;
}
.footer .footer-right .bottom ul li {
  padding: 10px 0;
}
.footer .footer-right .bottom ul li img {
  margin-right: 10px;
}
.footer .footer-right .bottom ul li span {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.footer .footer-right .bottom ul li span i {
  color: #2f6b97;
  font-size: 16px;
  font-weight: bold;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.btn-box {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.btn-box a {
  width: 230px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  background: #5788ac;
  border-radius: 4px;
}
p.title {
  font-size: 30px;
  color: #2f6b97;
}
.home .banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.home .banner &gt; img {
  width: 100%;
}
.home .banner .main {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
.home .banner .banner-text {
  padding-top: 200px;
  padding-right: 60px;
}
.home .banner .banner-text img {
  display: none;
  vertical-align: top;
}
.home .banner .banner-text img:nth-child(2) {
  margin-top: 10px;
}
.home .banner .banner-text img.cur {
  display: block;
}
.home .banner .mouse {
  cursor: pointer;
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 21px;
  height: 37px;
  margin-left: -10px;
  background:  no-repeat center;
  animation: arrow 1.5s ease 0s infinite;
}
.home .home-intro {
  width: 100%;
  padding: 220px 0 210px;
  background:  no-repeat center;
  background-size: cover;
}
.home .home-intro .home-intro-content {
  width: 630px;
  margin: 0 auto;
  padding-left: 200px;
}
.home .home-intro .home-intro-content img {
  margin: 10px 0 40px;
}
.home .home-intro .home-intro-content .detail {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-bottom: 30px;
}
.home .home-location {
  padding: 55px 0 90px;
  text-align: center;
  background: #f5fbff;
}
.home .home-location p.title {
  padding-bottom: 10px;
}
.home .home-location .tab-tit {
  width: 100%;
}
.home .home-location .tab-tit .tab-item {
  padding-top: 34px;
  display: inline-block;
  margin: 0 70px;
}
.home .home-location .tab-tit .tab-item p {
  padding-top: 10px;
  color: #000000;
  font-size: 18px;
  text-align: center;
}
.home .home-location .tab-tit .tab-item .img-box {
  width: 70px;
  height: 70px;
  position: relative;
  cursor: pointer;
}
.home .home-location .tab-tit .tab-item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.home .home-location .tab-tit .tab-item .img-box img:last-of-type {
  opacity: 0;
}
.home .home-location .tab-tit .tab-item.active .img-box img:last-of-type,
.home .home-location .tab-tit .tab-item:hover .img-box img:last-of-type {
  opacity: 1;
}
.home .home-location .tab-tit .tab-item.active .img-box img:first-of-type,
.home .home-location .tab-tit .tab-item:hover .img-box img:first-of-type {
  opacity: 0;
}
.home .home-location .tab-content {
  width: 100%;
  height: 300px;
  padding: 100px 0 50px;
  position: relative;
}
.home .home-location .tab-content img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home .home-location .tab-content img.active {
  display: block;
}
.home .home-design {
  position: relative;
}
.home .home-design .img-position {
  z-index: 0;
}
.home .home-design .img-position img {
  z-index: 0;
  opacity: .2;
}
.home .home-design .img-position img:first-of-type {
  position: absolute;
  top: -100px;
  right: 0;
}
.home .home-design .img-position img:last-of-type {
  position: absolute;
  left: 0;
  bottom: 126px;
}
.home .home-design .main {
  z-index: 1;
  position: relative;
}
.home .home-design .home-design-content {
  padding-top: 75px;
}
.home .home-design .home-design-content ul {
  float: left;
  width: 900px;
}
.home .home-design .home-design-content ul li {
  width: 300px;
  height: 300px;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.home .home-design .home-design-content ul li &gt; img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .home-design .home-design-content ul li .text {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px  30px 0 40px;
  background: #2f6b97;
}
.home .home-design .home-design-content ul li .text p.tit {
  font-size: 18px;
  color: #ffffff;
  margin: 70px 0 0 50px;
  line-height: 30px;
  padding-bottom: 10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.home .home-design .home-design-content ul li .text p.detail {
  margin-top: 100px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
  line-height: 30px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.home .home-design .home-design-content ul li .text img {
  margin-top: 10px;
}
.home .home-design .home-design-content ul li .text.text1 {
  padding: 40px  30px 0 40px;
}
.home .home-design .home-design-content ul li .text.text1 p.tit {
  padding-bottom: 30px;
}
.home .home-design .home-design-content ul li .text.text2 {
  background: transparent;
}
.home .home-design .home-design-content ul li .text.text3 {
  background: #a48b78;
}
.home .home-design .home-design-content ul li.li-w {
  width: 600px;
}
.home .home-design .home-design-content ul li.li-h {
  height: 600px;
}
.home .home-design .home-design-content ul li:hover .text p.tit {
  margin: 0;
  text-align: left;
}
.home .home-design .home-design-content ul li:hover .text p.detail {
  margin-top: 0;
  opacity: .5;
}
.home .home-design .home-design-content ul:first-of-type li:nth-child(2) .text p.tit {
  margin: 50px 0 0 50px;
}
.home .home-design .home-design-content ul:first-of-type li:nth-child(2):hover .text p.tit {
  margin: 0;
  text-align: left;
}
.home .home-design .home-design-content ul:first-of-type li:nth-child(2):hover .text p.detail {
  margin-top: 0;
  opacity: .5;
}
.home .home-design .home-design-content ul:nth-child(2) {
  width: 300px;
}
.home .home-design .home-design-content ul:last-of-type {
  float: right;
}
.home .home-service {
  background: #f5fbff;
}
.home .home-service .home-service-content .main {
  position: relative;
  padding-top: 50px;
  height: 150px;
}
.home .home-service .home-service-content .main .service-title {
  position: absolute;
  top: -126px;
  left: 0;
  width: 300px;
  height: 300px;
  background: #2f6b97;
  box-sizing: border-box;
}
.home .home-service .home-service-content .main .service-title .text {
  position: absolute;
  bottom: 50px;
  left: 40px;
}
.home .home-service .home-service-content .main .service-title .title {
  color: #fff;
  padding-bottom: 10px;
}
.home .home-service .home-service-content .tab-tit2 {
  width: 100%;
  background:  no-repeat center 122px;
}
.home .home-service .home-service-content .tab-tit2 ul li {
  position: relative;
  float: left;
  width: 16.666%;
  height: 80px;
  text-align: center;
  color: #2f6b97;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background:  no-repeat center 70px;
  background-size: 6px 6px ;
}
.home .home-service .home-service-content .tab-tit2 ul li span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 26px;
  left: 50%;
  opacity: .4;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
}
.home .home-service .home-service-content .tab-tit2 ul li.active,
.home .home-service .home-service-content .tab-tit2 ul li:hover {
  background:  no-repeat center 68px;
  background-size: 10px 10px ;
}
.home .home-service .home-service-content .tab-tit2 ul li.active span,
.home .home-service .home-service-content .tab-tit2 ul li:hover span {
  opacity: 1;
}
.home .home-service .home-service-content .tab-content2 {
  width: 100%;
}
.home .home-service .home-service-content .tab-content2 ul {
  width: 100%;
}
.home .home-service .home-service-content .tab-content2 ul li {
  width: 16.66%;
  float: left;
  height: 530px;
  background:  no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.home .home-service .home-service-content .tab-content2 ul li .text {
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px 40px 0 ;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.home .home-service .home-service-content .tab-content2 ul li .text img {
  display: none;
  margin-bottom: 20px;
}
.home .home-service .home-service-content .tab-content2 ul li .text p.tit {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  margin: 100px 0 10px;
}
.home .home-service .home-service-content .tab-content2 ul li .text p.detail {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  padding-top: 10px;
}
.home .home-service .home-service-content .tab-content2 ul li.active {
  width: 50%;
}
.home .home-service .home-service-content .tab-content2 ul li.active .text {
  width: 280px;
  background: rgba(47, 107, 151, 0.9);
}
.home .home-service .home-service-content .tab-content2 ul li.active .text p.tit {
  text-align: left;
  margin-top: 0;
}
.home .home-service .home-service-content .tab-content2 ul li.active .text p.detail {
  display: block;
}
.home .home-service .home-service-content .tab-content2 ul li.active .text img {
  display: block;
}
.home .home-service .home-service-content .tab-content2 ul li.other {
  width: 10%;
}
.home .home-service .home-service-content .tab-content2 ul li:nth-child(2) {
  background:  no-repeat center;
  background-size: cover;
}
.home .home-service .home-service-content .tab-content2 ul li:nth-child(3) {
  background:  no-repeat center;
  background-size: cover;
}
.home .home-service .home-service-content .tab-content2 ul li:nth-child(4) {
  background:  no-repeat center;
  background-size: cover;
}
.home .home-service .home-service-content .tab-content2 ul li:nth-child(5) {
  background:  no-repeat center;
  background-size: cover;
}
.home .home-service .home-service-content .tab-content2 ul li:nth-child(6) {
  background:  no-repeat center;
  background-size: cover;
}
.home .home-paraments .home-paraments-content {
  width: 100%;
  padding: 90px 0 70px ;
}
.home .home-paraments .home-paraments-content .title {
  text-align: center;
}
.home .home-paraments .home-paraments-content .sub-title {
  display: block;
  margin: 10px auto;
}
.home .home-paraments .home-paraments-content .paraments-list {
  width: 100%;
  padding: 70px 0;
}
.home .home-paraments .home-paraments-content .paraments-list li {
  width: 100px;
  float: left;
  text-align: center;
  margin-right: 175px ;
}
.home .home-paraments .home-paraments-content .paraments-list li .img-box {
  height: 68px;
  width: 100%;
  position: relative;
}
.home .home-paraments .home-paraments-content .paraments-list li .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  margin: 10px auto 0;
}
.home .home-paraments .home-paraments-content .paraments-list li p {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding-top: 20px;
}
.home .home-paraments .home-paraments-content .paraments-list li p span {
  display: block;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.home .home-paraments .home-paraments-content .paraments-list li:last-of-type {
  margin-right: 0;
}
.home .home-paraments .home-paraments-content .map {
  display: block;
  margin: 0 auto;
}
.mask {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.location-pop {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.location-pop .location-pop-map {
  display: block;
  width: 900px;
  max-width: initial;
}
.location-pop .close {
  display: block;
  position: absolute;
  top: 0;
  right: -80px;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .header .head .nav li {
    margin: 0 30px;
  }
}
</pre></body></html>