@charset "UTF-8";
.img-box i {
  transition: .4s;
  -webkit-transition: .4s;
}

/*头部*/
.pc-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.pc-header .container {
  z-index: 200;
  padding-top: 1.25rem;
}

.pc-header .menu-btn {
  display: block;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 500;
}

.pc-header .menu-btn::before, .pc-header .menu-btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  backface-visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.pc-header .menu-btn::after {
  transform: scale(0);
}

.pc-header .menu-btn .line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  transition: .3s;
  -webkit-transition: .3s;
}

.pc-header .menu-btn .line:nth-child(1) {
  top: 16px;
}

.pc-header .menu-btn .line:nth-child(2) {
  top: 22px;
}

.pc-header .menu-btn .line:nth-child(3) {
  top: 28px;
}

.pc-header .menu-btn.on::before {
  transform: scale(0);
  border-color: #00326d;
}

.pc-header .menu-btn.on::after {
  transform: scale(1);
  border-color: #00326d;
}

.pc-header .menu-btn.on .line {
  background-color: #00326d;
}

.pc-header .menu-btn.on .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.pc-header .menu-btn.on .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.pc-header .menu-btn.color-on::before {
  border-color: #000;
}

.pc-header .menu-btn.color-on .line {
  background-color: #000;
}

.pc-header .radius-bg {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: #00326d;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  border-radius: 50%;
}

.pc-header .radius-bg.radius-bg-2 {
  background-color: #64a22a;
}

.pc-header .menu-nav {
  width: 100%;
  height: 100vh;
  background-color: #F6F4F4;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.pc-header .menu-nav ul {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.pc-header .menu-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 25%;
  height: 17.375rem;
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}

.pc-header .menu-nav li a {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  transition: .4s;
  -webkit-transition: .4s;
}

.pc-header .menu-nav li .icon {
  display: block;
  width: 55px;
  height: 3px;
  background: #333 linear-gradient(#fff, #fff) center center/0% 100% no-repeat;
  margin: 0px auto 1.875rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.pc-header .menu-nav li .box {
  display: table-cell;
  vertical-align: middle;
}

.pc-header .menu-nav li:hover a {
  background-color: #00326D;
}

.pc-header .menu-nav li:hover .icon {
  background-size: 100% 100%;
}

.pc-header .menu-nav li:hover p {
  color: #fff;
}

/*头部*/
/*首页*/
.section, .easing {
  transition: all 0.5s cubic-bezier(0, 0.93, 1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.93, 1, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0.93, 1, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 0.93, 1, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.93, 1, 1);
}

.section {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: 100% 100% !important;
}

.section .box-wrap {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.section .box-wrap > .main {
  display: table-cell;
  vertical-align: middle;
}

#banner .swiper-slide {
  animation: changeBiger 30s linear infinite;
}

#superContainer {
  height: 100%;
  position: relative;
}

#superContainer .section-1 .banner-txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: table;
  text-align: center;
}

#superContainer .section-1 .banner-txt .box {
  display: table-cell;
  vertical-align: middle;
}

#superContainer .section-1 .banner-txt .box p {
  width: 670px;
  font-size: 2.25rem;
  color: #e7ce7e;
  border-top: 1px solid #d4cc9b;
  border-bottom: 1px solid #d4cc9b;
  padding: 1rem 0;
  margin: 2.5rem auto 0;
}

#superContainer .section-1 .banner-txt .box p:last-child {
  font-size: 1.5rem;
  border: none;
  margin-top: 1.25rem;
  padding: 0;
}

#superContainer .section-2-bg, #superContainer .section-5-bg {
  background: url(../img/section-2.jpg) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  animation: changeBiger 30s linear infinite;
}

#superContainer .section-2{
  background-color:#F8F8F8;
}

#superContainer .section-2 #canvas-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#superContainer .section-2 .about-box {
  padding-top: 6.25rem;
}

#superContainer .section-2 .about-box .left {
  padding-right: 5rem;
  position: relative;
  z-index: 30;
}

#superContainer .section-2 .about-box .left .title {
  font-size: 2.25rem;
  color: #353535;
}

#superContainer .section-2 .about-box .left .title em {
  color: #888;
  text-transform: capitalize;
}

#superContainer .section-2 .about-box .left .desc {
  font-size: 1rem;
  color: #707070;
  line-height: 1.8;
  -webkit-line-clamp: 8;
  text-indent: 20px;
  margin-top: 1.875rem;
}

#superContainer .section-2 .about-box .left .more {
  width: 138px;
  height: 40px;
  border: 1px solid #636363;
  line-height: 40px;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  color: #707070;
  margin-top: 4.125rem;
  transition: .4s;
  -webkit-transition: .4s;
}

#superContainer .section-2 .about-box .left .more:hover {
  background-color: #00326D;
  color: #fff;
  border-color: #00326D;
}

#superContainer .section-2 .about-box .img {
  width: 40rem;
  height: 30.125rem;
  position: relative;
  z-index: 30;
}

#superContainer .section-3 {
  background: url(../img/section-3.jpg) center center no-repeat;
}

#superContainer .section-3 .index-case-1 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 33.33333333%;
  height: 100%;
  border-right: 1px solid #957a26;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) bottom/100% 0% no-repeat;
  transition: .6s;
  -webkit-transition: .6s;
}

#superContainer .section-3 .index-case-1 li a {
  display: table;
}

#superContainer .section-3 .index-case-1 li .box {
  display: table-cell;
  vertical-align: middle;
}

#superContainer .section-3 .index-case-1 li .title {
  font-size: 2.125rem;
  color: #fff;
  text-align: center;
  margin-bottom: 3.125rem;
}

#superContainer .section-3 .index-case-1 li .desc {
  height: 204px;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  padding: 0 4.375rem;
  -webkit-line-clamp: 8;
}

#superContainer .section-3 .index-case-1 li .more {
  width: 138px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 4.125rem auto 0;
  transition: .4s;
  -webkit-transition: .4s;
}

#superContainer .section-3 .index-case-1 li:nth-child(1) {
  animation-delay: .2s;
}

#superContainer .section-3 .index-case-1 li:nth-child(2) {
  animation-delay: 1.2s;
}

#superContainer .section-3 .index-case-1 li:nth-child(3) {
  animation-delay: 1.4s;
}

#superContainer .section-3 .index-case-1 li:hover {
  background-size: 100% 100%;
}

#superContainer .section-3 .index-case-1 li:hover .more {
  background-color: #00326D;
  color: #fff;
  border-color: #00326D;
}

#superContainer .section-4 {
  background: url(../img/section-4.jpg) center center no-repeat;
  background-size:100% 100%;
}

#superContainer .section-4 .case-2-particle {
  width: 100%;
  height: 600px;
  border: none;
  position: absolute;
  left: 0;
  bottom: -270px;
  z-index: 20;
}

#superContainer .section-4 .index-case-2 {
  position: relative;
  z-index: 100;
}

#superContainer .section-4 .index-case-2 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 20%;
  height: 100%;
  border-right: 1px solid #6b7279;
}

#superContainer .section-4 .index-case-2 li a {
  padding: 0 1.25rem;
  transition: .4s;
  -webkit-transition: .4s;
}

#superContainer .section-4 .index-case-2 li .title {
  height: 44px;
  font-size: 1.125rem;
  color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
}

#superContainer .section-4 .index-case-2 li .time {
  font-size: 1rem;
  color: #a9a9a9;
  margin: 1.25rem 0;
  transition: .4s;
  -webkit-transition: .4s;
}

#superContainer .section-4 .index-case-2 li .desc {
  height: 192px;
  font-size: 16px;
  color: #a9a9a9;
  line-height: 1.5;
  -webkit-line-clamp: 8;
  transition: .4s;
  -webkit-transition: .4s;
}

#superContainer .section-4 .index-case-2 li .img-box {
  height: 11.625rem;
  margin-top: 1.5rem;
}

#superContainer .section-4 .index-case-2 li .img-box i {
  border: 0.3125rem solid #4a637a;
}

#superContainer .section-4 .index-case-2 li:nth-child(1) {
  animation-delay: .2s;
}

#superContainer .section-4 .index-case-2 li:nth-child(2) {
  animation-delay: 1s;
}

#superContainer .section-4 .index-case-2 li:nth-child(3) {
  animation-delay: 1.2s;
}

#superContainer .section-4 .index-case-2 li:nth-child(4) {
  animation-delay: 1.4s;
}

#superContainer .section-4 .index-case-2 li:nth-child(5) {
  animation-delay: 1.6s;
}

#superContainer .section-4 .index-case-2 li:hover a {
  background-color: #FCFDFF;
}

#superContainer .section-4 .index-case-2 li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#superContainer .section-4 .index-case-2 li:hover .title, #superContainer .section-4 .index-case-2 li:hover .time {
  color: #353535;
}

#superContainer .section-5 .section-5-bg {
  background-image: url(../img/section-5.jpg);
}

#superContainer .section-5 .index-contact {
  padding: 3.75rem;
  border: 1.25rem solid #d7d7d7;
}

#superContainer .section-5 .left .title {
  font-size: 1.875rem;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

#superContainer .section-5 .left p {
  font-size: 1.125rem;
  color: #707070;
  line-height: 1.8;
}

#superContainer .section-5 .right {
  width: 25rem;
}

#superContainer .section-5 .right input {
  display: block;
  width: 100%;
  height: 2.5rem;
  border: 4px solid #e2e2e2;
  margin-bottom: 0.625rem;
  padding-left: 15px;
  font-size: 14px;
  color: #666;
  transition: .4s;
  -webkit-transition: .4s;
}

#superContainer .section-5 .right input:-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

#superContainer .section-5 .right input:focus {
  border-color: #4D90CB;
}

#superContainer .section-5 .right textarea {
  width: 100%;
  height: 9.375rem;
  resize: none;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  border: 4px solid #e2e2e2;
  padding: 0 15px;
  margin-bottom: 0.625rem;
  transition: .4s;
  -webkit-transition: .4s;
}

#superContainer .section-5 .right textarea:-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

#superContainer .section-5 .right textarea:focus {
  border-color: #4D90CB;
}

#superContainer .section-5 .right .form-btn {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 4px;
  background-color: #F69304;
  font-size: 1.125rem;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: .4s;
  -webkit-transition: .4s;
}

#superContainer .section-5 .right .form-btn:hover {
  background-color: #6ABABE;
}

#superContainer .table {
  width: 100%;
  display: table;
}

#superContainer .table .tableCell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

#fullPage-nav {
  position: fixed;
  top: 50%;
  right: 2%;
  z-index: 1200;
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#fullPage-nav li {
  margin-bottom: 10px;
}

#fullPage-nav li a {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
}

#fullPage-nav li a.active {
  border-color: #fff;
}

#fullPage-nav li span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
}

#fullPage-nav li:last-child {
  margin-bottom: 0;
}

#fullPage-nav.on li a {
  border-color: #000;
}

#fullPage-nav.on li span {
  background-color: #000;
}

@keyframes changeBiger {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*首页*/
/*内页*/
.page-pc-header {
  background-color: rgba(0, 0, 0, 0.6);
  height: 6.25rem;
}

.page-pc-header .container {
  padding-top: 0;
}

.page-pc-header .page-menu-nav {
  padding-left: 6.25rem;
}

.page-pc-header .page-menu-nav li {
  width: calc(100% / 8);
  height: 100%;
  line-height: 6.25rem;
  text-align: center;
}

.page-pc-header .page-menu-nav li > a {
  display: block;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(#0089E1, #0089E1) top/100% 0% no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-pc-header .page-menu-nav li:hover > a, .page-pc-header .page-menu-nav li.on > a {
  background-size: 100% 100%;
}

.page-banner {
  height: 37.5rem;
}

.page-nav {
  height: 4.375rem;
  background-color: #f2f2f2;
  margin-bottom: 3.125rem;
}

.page-nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 9.375rem;
  height: 100%;
  line-height: 4.375rem;
  text-align: center;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav ul li a {
  font-size: 14px;
  color: #323232;
}

.page-nav ul li:hover, .page-nav ul li.on {
  background-color: #0089E1;
}

.page-nav ul li:hover a, .page-nav ul li.on a {
  color: #fff;
}

.page-nav .crumbs a {
  font-size: 14px;
  color: #666;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav .crumbs a.arrow {
  font-family: "宋体";
  font-weight: bold;
}

.page-nav .crumbs a:hover {
  color: #0089E1;
}

.page-content-box {
  min-height: 400px;
  padding-bottom: 3.75rem;
}

.page-paging-box {
  text-align: center;
  margin-top: 3%;
}

.page-paging-box a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: .4s;
  -webkit-transition: .4s;
  font-size: 14px;
  color: #333;
  padding: 10px 12px;
  margin-right: 10px;
}

.page-paging-box a:last-child {
  border-right: none;
  margin-right: 0;
}

.page-paging-box a:hover, .page-paging-box a.curr {
  background-color: #0089E1;
  color: #fff;
}

.page-paging-box a:nth-child(n+3):nth-last-child(n+3) {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 50%;
}

.page-survey-box .title {
  font-size: 1.875rem;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.25rem;
  margin-bottom: 2.125rem;
}

.page-survey-box .contetn-info {
  font-size: 14px;
  color: #707070;
  text-align: justify;
  line-height: 2;
}

.page-survey-box .contetn-info img {
  max-width: 100%;
}

.page-news-box ul {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.page-news-box li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 50%;
  margin-bottom: 3.125rem;
  padding: 0 1.5625rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box li .title {
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box li .desc {
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  margin-top: 0.9375rem;
}

.page-news-box li .line {
  width: 65px;
  height: 2px;
  margin-top: 1.125rem;
  background: #333 linear-gradient(#0089e1, #0089e1) left/0% 100% no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box li .time {
  font-size: 1.5rem;
  color: #ccc;
  margin-top: 1.25rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box li:hover {
  transform: translateY(-10px);
}

.page-news-box li:hover .title {
  color: #0089e1;
}

.page-news-box li:hover .line {
  width: 100%;
  background-size: 96% 100%;
}

.page-news-box li:hover .time {
  padding-left: 20px;
}

.page-dateils-box .title {
  font-size: 1.875rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.25rem;
}

.page-dateils-box .info {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.page-dateils-box .info span {
  font-size: 12px;
  color: #c8c8c8;
  line-height: 1.5;
  background: url(../img/page-det-time-icon.png) left center no-repeat;
  padding-left: 24px;
}

.page-dateils-box .info span:last-child {
  background-image: url(../img/browse-icon-1.png);
}

.page-dateils-box .desc {
  border: 1px solid #e4e4e4;
  background-color: #fcfbfd;
  padding: 10px;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}

.page-dateils-box .content {
  font-size: 14px;
  color: #707070;
  text-align: justify;
  line-height: 2;
}

.page-dateils-box .content img {
  max-width: 100%;
}

.page-dateils-box .det-page {
  margin-top: 3.125rem;
  border-top: 1px solid #E4E4E4;
  padding-top: 1.875rem;
}

.page-dateils-box .det-page a {
  width: 50%;
  color: #969696;
  font-size: 14px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-dateils-box .det-page a em {
  color: #656565;
  padding-right: 20px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-dateils-box .det-page a:last-child {
  text-align: right;
}

.page-dateils-box .det-page a:last-child em {
  padding-right: 0;
  padding-left: 20px;
}

.page-dateils-box .det-page a:hover {
  color: #0089E1;
}

.page-dateils-box .det-page a:hover em {
  color: #0089E1;
}

.page-case-box li {
  width: 100%;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page-case-box li .img-box {
  width: 12.5rem;
  height: 13.75rem;
}

.page-case-box li .info {
  padding-left: 20px;
}

.page-case-box li .info .title {
  font-size: 1.125rem;
  color: #333;
  margin-top: -3px;
  font-weight: bold;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-case-box li .info .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  margin-top: 10px;
}

.page-case-box li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-case-box li:hover .title {
  color: #0089E1;
  text-indent: 10px;
}

.page-house-type-img-box ul {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.page-house-type-img-box li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 25%;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}

.page-house-type-img-box li .img-box {
  height: 18.75rem;
  position: relative;
}

.page-house-type-img-box li .img-box::before, .page-house-type-img-box li .img-box::after {
  content: '';
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-house-type-img-box li .img-box::before {
  width: 46px;
  height: 2px;
  left: -100%;
}

.page-house-type-img-box li .img-box::after {
  width: 2px;
  height: 46px;
  top: -100%;
}

.page-house-type-img-box li .title {
  font-size: 14px;
  color: #5d5d5d;
  text-align: center;
  margin-top: 0.9375rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-house-type-img-box li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-house-type-img-box li:hover .img-box::before {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.page-house-type-img-box li:hover .img-box::after {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.page-house-type-img-box li:hover .title {
  color: #000;
}

.page-human-resources .title {
  text-align: center;
  font-size: 1.875rem;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.page-human-resources .content {
  font-size: 15px;
  color: #707070;
  text-align: justify;
  line-height: 2;
}

.page-message .form-box {
  width: 25rem;
}

.page-message .form-box input {
  display: block;
  width: 100%;
  height: 2.5rem;
  border: 4px solid #e2e2e2;
  margin-bottom: 0.625rem;
  padding-left: 15px;
  font-size: 14px;
  color: #666;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-message .form-box input:-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

.page-message .form-box input:focus {
  border-color: #4D90CB;
}

.page-message .form-box textarea {
  width: 100%;
  height: 9.375rem;
  resize: none;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  border: 4px solid #e2e2e2;
  padding: 0 15px;
  margin-bottom: 0.625rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-message .form-box textarea:-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

.page-message .form-box textarea:focus {
  border-color: #4D90CB;
}

.page-message .form-box .code img {
  width: 90px;
  height: 2.5rem;
  margin-left: 8.75rem;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-message .form-box .form-btn {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 4px;
  background-color: #F69304;
  font-size: 1.125rem;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-message .form-box .form-btn:hover {
  background-color: #6ABABE;
}

.page-contact .title {
  text-align: center;
  font-size: 1.875rem;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.page-contact p {
  font-size: 14px;
  color: #707070;
  line-height: 2;
}

.page-contact #contactMap {
  height: 28.125rem;
  margin-top: 20px;
}

.page-contact .BMap_bubble_title {
  color: #C52;
}

.page-project-display-dateils .top-img .left {
  width: 600px;
  margin-right: 20px;
}

.page-project-display-dateils .top-img .left .img {
  height: 400px;
}

.page-project-display-dateils .top-img .left .img i {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-project-display-dateils .top-img .left .img-slide {
  border: 1px solid #e4e4e4;
  border-top: none;
  padding: 1.25rem 1.75rem;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box > a {
  display: table;
  width: 1.75rem;
  height: 100%;
  background-color: #A2A2A2;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box > a em {
  display: table-cell;
  vertical-align: middle;
  font-family: "宋体";
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box > a.prev {
  left: -1.75rem;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box > a.next {
  right: -1.75rem;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box > a.disabled {
  opacity: .5;
  pointer-events: none;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box > a:hover {
  background-color: #69c0bc;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box .img-slide-wrap {
  padding-left: 4px;
  padding-right: 4px;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box ul {
  margin-left: -2px;
  margin-right: -2px;
  white-space: nowrap;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 4);
  height: 96px;
  padding: 0 2px;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid #9a9b9b;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box li i {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box li:hover a, .page-project-display-dateils .top-img .left .img-slide .img-slide-box li.on a {
  border-color: #69c0bc;
}

.page-project-display-dateils .top-img .left .img-slide .img-slide-box li:hover i, .page-project-display-dateils .top-img .left .img-slide .img-slide-box li.on i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-project-display-dateils .top-img .right .title {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  border-bottom: 1px dashed #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: -3px;
}

.page-project-display-dateils .top-img .right p {
  font-size: 14px;
  color: #646464;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: justify;
}

.page-project-display-dateils .top-img .right p em {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 90px;
  color: #979797;
  text-align: right;
  margin-left: -1.25rem;
}

.page-project-display-dateils .bottom-info {
  margin-top: 20px;
}

.page-project-display-dateils .bottom-info .tab {
  height: 46px;
  margin-bottom: 30px;
}

.page-project-display-dateils .bottom-info .tab a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 110px;
  height: 100%;
  background-color: #F1F1F1;
  text-align: center;
  line-height: 46px;
  font-size: 1rem;
  color: #959595;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-project-display-dateils .bottom-info .tab a:hover, .page-project-display-dateils .bottom-info .tab a.on {
  background-color: #0089E1;
  color: #fff;
}

.page-project-display-dateils .bottom-info .content {
  font-size: 14px;
  color: #707070;
  text-align: justify;
  line-height: 2;
  margin-bottom: 30px;
  display:none;
}

.page-project-display-dateils .bottom-info .content.on{
  display:block;
}

.page-project-display-dateils .bottom-info .det-page {
  margin-top: 3.125rem;
  border-top: 1px solid #E4E4E4;
  padding-top: 1.875rem;
}

.page-project-display-dateils .bottom-info .det-page a {
  width: 50%;
  color: #969696;
  font-size: 14px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-project-display-dateils .bottom-info .det-page a em {
  color: #656565;
  padding-right: 20px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-project-display-dateils .bottom-info .det-page a:last-child {
  text-align: right;
}

.page-project-display-dateils .bottom-info .det-page a:last-child em {
  padding-right: 0;
  padding-left: 20px;
}

.page-project-display-dateils .bottom-info .det-page a:hover {
  color: #0089E1;
}

.page-project-display-dateils .bottom-info .det-page a:hover em {
  color: #0089E1;
}

.page-project-display-dateils .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background-color: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

.page-project-display-dateils .zoomdiv {
  position: absolute;
  text-align: center;
  overflow: hidden;
}

/*内页*/
/*底部*/
.index-footer {
  padding-left:4% !important;
  padding-right:4% !important;
  border-top: 1px solid #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  font-size: 14px;
  color: #fff;
  line-height: 2.5rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.index-footer a {
  color: inherit;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-footer {
  background-color: #0089E1;
  padding: 1.875rem 0;
}

.page-footer .info {
  font-size: 14px;
  color: #fff;
}

.page-footer .info a {
  color: inherit;
  margin-left: 10px;
}

.page-footer .info:last-child {
  margin-top: 0.75rem;
}

/*底部*/
