@charset "utf-8";

.Page {
  background: #fff;
}

.blue-btn,
.blue-label {
  background: #596d9f;
  color: #fff;
}

.red-btn,
.red-label {
  background: #cd2837;
  color: #fff;
  border-color: #cd2837 !important;
}

.orange-btn,
.orange-label {
  background: #feb008;
  color: #fff;
}

.gray-label {
  background: #eef0f5;
  color: #596d9f !important;
}

.Page .main-section {
  background: #f9f9fb;
  padding-top: 64px;
}

.Page .white-section {
  background: #fff;
}

.Page .indexPage {
  font-size: 14px;
  color: #333;
}

.header {
  height: 80px;
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 10px;
}

.header.onscroll {
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.header.onmouse {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.header .H-logo {
  height: 100%;
  width: auto;
}

.header .nav {
  margin-left: 64px;
}

.header .nav > a {
  font-size: 14px;
  color: #333;
  text-align: center;
  transition: all 0.5s;
  padding: 0 12px;
  height: 100%;
  white-space: nowrap;
}

.header .nav > a:hover,
.header .nav > a.active {
  color: #cd2837;
}

.header .nav > a:last-child {
  padding: 0 5px 0 32px;
  position: relative;
}

.header .nav > a:last-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #333333;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.header .tel-a {
  font-size: 24px;
  color: #ff001e;
  font-weight: bold;
}

.header .tel-a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/tel-red.png) center center no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.header .nav-toggle {
  display: none;
}

/* .index-banner{
	height: 600px;
	background-color: #f7f8fb;
}

.indexSwiper {
	height: 100%;
}
.indexSwiper .swiper-slide{
	height: 100%;
	overflow: hidden;
}
.indexSwiper .swiper-a > img{
	height: 100%;
	width: auto;
	max-width: none;
} */

.indexSwiper.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 90px;
}

.indexSwiper.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #596d9f;
}

.index-search {
  margin-top: -72px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  position: relative;
  height: 275px;
  padding: 32px 40px;
}

.index-search .col:first-child {
  width: 660px;
  flex: none;
}

.index-search .col:last-child {
  width: 320px;
}

.search {
  position: relative;
  width: 510px;
  background: #fff;
  height: 40px;
  overflow: hidden;
  margin-right: 40px;
}

.search input[type="search"] {
  border: 1px solid #d2d2d2;
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 14px;
  color: #000;
  -webkit-appearance: none;
  padding: 0 48px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.search input[type="submit"] {
  border: 1px solid #596d9f;
  width: 120px;
  height: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  flex: none;
  cursor: pointer;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.search font {
  position: absolute;
  width: 20px;
  height: 100%;
  background: url(../images/search.png) center center no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 14px;
  display: block;
}

.mapseek {
  font-size: 16px;
  color: #cd2837;
  height: 40px;
  display: none !important;
}

.mapseek font {
  width: 24px;
  height: 40px;
  background: url(../images/map-ico.png) center center no-repeat;
  background-size: 100% auto;
  display: block;
}

.mapseek:hover,
.search-btn:hover {
  opacity: 0.7;
}

.select-form {
  padding-top: 40px;
}

.select-form dl dd > a {
  padding: 0 12px;
  line-height: 26px;
}

.select-form dl dd > a:hover {
  color: #cd2837;
}

.select-form dl dt {
  font-weight: bold;
  color: #000000;
  margin-right: 12px;
  flex: none;
}

.select-form dl.qy {
  width: 330px;
  padding-right: 60px;
}

.select-form dl.lx dd > a {
  margin-right: 20px;
  line-height: 1;
}

.select-form dl.lx dd > a:last-child {
  margin-right: 0;
}

.select-form dl.lx dd > a:nth-child(1):before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/lx1.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 12px;
}

.select-form dl.lx dd > a:nth-child(1):hover:before {
  content: "";
  display: block;
  background: url(../images/lx1on.png) center center no-repeat;
  background-size: cover;
}

.select-form dl.lx dd > a:nth-child(1):hover {
  color: #596d9f;
}

.select-form dl.lx dd > a:nth-child(2):before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/lx2.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 12px;
}

.select-form dl.lx dd > a:nth-child(2):hover:before {
  content: "";
  display: block;
  background: url(../images/lx2on.png) center center no-repeat;
  background-size: cover;
}

.select-form dl.lx dd > a:nth-child(2):hover {
  color: #feb008;
}

.select-form dl.lx dd > a:nth-child(3):before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/lx3.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 12px;
}

.select-form dl.lx dd > a:nth-child(3):hover:before {
  content: "";
  display: block;
  background: url(../images/lx3on.png) center center no-repeat;
  background-size: cover;
}

.select-form dl.lx dd > a:nth-child(3):hover {
  color: #cd2837;
}

.select-form dl.mj {
  width: 100%;
  margin-top: 16px;
}

.select-form dl.mj dd > a {
  position: relative;
  width: 120px;
  margin-right: 2px;
  height: 32px;
}

.select-form dl.mj dd > a:before {
  content: "";
  display: block;
  width: 120px;
  height: 12px;
  background: #f2f2f2;
}

.select-form dl.mj dd > a:hover:before {
  content: "";
  display: block;
  background: #cd2837;
}

.select-form dl.mj dd > a span.start {
  position: absolute;
  left: 0;
  top: 22px;
}

.select-form dl.mj dd > a span.end {
  right: 0;
  top: 22px;
  position: absolute;
}

.col h1 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  margin-bottom: 12px;
}

.wt-input {
  width: 100%;
  height: 40px;
  position: relative;
  background: #fff;
  height: 40px;
  overflow: hidden;
  margin-bottom: 24px;
}

.wt-input input[type="text"] {
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 14px;
  color: #000;
  -webkit-appearance: none;
  padding: 0 20px 0 40px;
  border: 1px solid #d2d2d2;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.wt-input input[type="submit"] {
  width: 120px;
  height: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  flex: none;
  cursor: pointer;
  border: 1px solid #596d9f;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.wt-input font {
  position: absolute;
  width: 12px;
  height: 100%;
  background: url(../images/phone.png) center center no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 14px;
  display: block;
}

.col h2 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.col h2 strong {
  color: #cd2837;
  font-size: 24px;
}

.main-section .s-title {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
  margin-bottom: 0;
  flex-flow: column;
}

.main-section .s-subtitle {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  margin-bottom: 24px;
  margin-top: 10px;
}

.title {
  height: 40px;
  margin-bottom: 24px;
}

.title h3 {
  height: 100%;
  padding-right: 20px;
  position: relative;
}

.title h3:after {
  content: "/";
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  right: -5px;
  top: 0;
  display: block;
  color: #b7b7b7;
  font-weight: 300;
}

.title-tab {
  height: 40px;

  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.title-tab li {
  width: auto;
  height: 100%;
  padding: 0 20px;
  position: relative;
}

.title-tab li:after {
  content: "/";
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  right: -5px;
  top: 0;
  display: block;
  color: #b7b7b7;
  font-weight: 300;
}

.title-tab li:last-child:after {
  content: "/";
  display: none;
}

.title-tab li > h3 {
  color: #333;
  width: 180px;
  height: 100%;
  padding: 0;
  font-weight: normal;
}
.title-tab li > h3:after {
  display: none;
}
.title-tab li > h3 > a {
  color: inherit;
}

.hover-tab {
  transition: all 0.5s;
  text-align: center;
}

.hover-tab1:hover h3,
.hover-tab1.on h3 {
  background: url(../images/on-selected-red.png) center center no-repeat;
  background-size: auto 100%;
  color: #fff;
}

.hover-tab2:hover h3,
.hover-tab2.on h3 {
  background: url(../images/on-selected-orange.png) center center no-repeat;
  background-size: auto 100%;
  color: #fff;
}

.hover-tab3:hover h3,
.hover-tab3.on h3 {
  background: url(../images/on-selected-blue.png) center center no-repeat;
  background-size: auto 100%;
  color: #fff;
}

.cont-tab {
  display: none;
}

.cont-tab.on {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.indexS1 .cont-tab li {
  width: 390px;
  height: 293px;
  flex: none;
  margin-right: 15px;
  margin-bottom: 15px;
}

.indexS1 .cont-tab li:nth-child(3n) {
  margin-right: 0;
}

.indexS1 .cont-tab li > a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.indexS1 .cont-tab li > a font {
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 64px;
  height: 48px;
}

.indexS1 .cont-tab li > a font.ico-location {
  background: url(../images/sq.png) center center no-repeat;
  background-size: auto 100%;
}

.indexS1 .cont-tab li > a font.ico-crowd {
  background: url(../images/crowd.png) center center no-repeat;
  background-size: auto 100%;
}

.indexS1 .cont-tab li > a span {
  max-width: 100%;
  padding: 0 15px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 999;
  white-space: nowrap;
}

.hover-shadow {
  transition: all 0.5s;
}

.hover-shadow:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.indexS1 .cont-tab li > a img {
  width: auto;
  max-width: none;
  height: 100%;
}

.indexS2 .cont-tab li {
  width: 280px;
  height: 314px;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  margin-right: 26px;
  border-radius: 5px;
  margin-bottom: 26px;
}

.indexS2 .cont-tab li:nth-child(4n) {
  margin-right: 0;
}

.cont-tab li a {
  width: 100%;
  height: 100%;
}

.indexS2 .cont-tab li .img-cont {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  flex: none;
}

.indexS2 .cont-tab li .img-cont img {
  min-height: 100%;
  min-width: 100%;
  /* max-width: none;
	max-height: none; */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.indexS2 .cont-tab li .txt-cont {
  height: 100%;
  padding: 15px;
  width: 100%;
}

.indexS2 .cont-tab li .txt-cont h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.indexS2 .cont-tab li .txt-cont h4 > span {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.indexS2 .cont-tab li .txt-cont label {
  width: 76px;
  height: 24px;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  margin-left: 5px;
}

.indexS2 .cont-tab li .txt-cont .betweenbox {
  width: 100%;
}

.indexS2 .cont-tab li .txt-cont .betweenbox h5,
.indexS2 .cont-tab li .txt-cont .betweenbox h6 {
  font-size: 12px;
  color: #333;
  font-weight: normal;
}

.indexS2 .cont-tab li .txt-cont .betweenbox h5 strong {
  font-size: 20px;
  font-weight: bold;
}

.indexS2 .cont-tab li .txt-cont .betweenbox h6 strong {
  font-size: 20px;
  font-weight: bold;
  color: #cd2837;
}

.indexS3 .cont-tab li {
  width: 186px;
  height: 105px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 2px rgba(89, 109, 159, 0.1);
  padding: 10px;
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}

.indexS3 .cont-tab li:nth-child(6n) {
  margin-right: 0;
}

.indexS3 .cont-tab li img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.main-section.indexS3 {
  padding-bottom: 30px;
}

.hover-move {
  transition: all 0.3s;
}

.hover-move:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.indexS4 .wt-input {
  width: 320px;
  position: absolute;
  right: 0;
  top: 32px;
}

.indexS4 .main-proce {
  width: 100%;
  height: 240px;
  background: url(../images/line.png) center center no-repeat;
  background-size: 980px auto;
  padding: 0 90px;
}

.indexS4 .main-proce .proce-item {
  width: 220px;
  position: relative;
  height: 100%;
}

.indexS4 .main-proce .proce-item .proce-des {
  width: 100%;
}

.proce-item .proce-des h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.proce-item .proce-des p {
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  max-width: 100%;
  word-break: break-all;
}

.indexS4 .main-proce .proce-item .proce-ico {
  width: 100px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 23px 13px rgba(89, 109, 159, 0.1);
  border-radius: 50%;
}

.indexS4 .main-proce .proce-item span {
  width: 45px;
  height: 45px;
  background: #b8becc;
  box-shadow: -11px 11px 16px 4px rgba(89, 109, 159, 0.1);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}

.indexS4 .main-proce .proce-item:first-child .proce-ico {
  margin-left: -120px;
  margin-bottom: -30px;
}

.indexS4 .main-proce .proce-item:first-child .proce-des {
  margin-top: 18px;
}

.indexS4 .main-proce .proce-item:first-child span {
  margin-left: -80px;
  margin-top: 10px;
}

.indexS4 .main-proce .proce-item:nth-child(2) span {
  margin-top: -100px;
  margin-left: -100px;
}

.indexS4 .main-proce .proce-item:nth-child(2) .proce-des {
  margin-bottom: 18px;
}

.indexS4 .main-proce .proce-item:nth-child(3) span {
  margin-top: -40px;
  margin-right: -50px;
}

.indexS4 .main-proce .proce-item:nth-child(3) .proce-ico {
  margin-left: -50px;
}

.indexS4 .main-proce .proce-item:nth-child(3) .proce-des {
  margin-top: 18px;
  margin-left: 24px;
}

.indexS4 .main-proce .proce-item:nth-child(4) span {
  margin-top: -40px;
  margin-left: 150px;
}

.indexS4 .main-proce .proce-item:nth-child(4) .proce-ico {
  margin-right: -50px;
}

.indexS4 .main-proce .proce-item:nth-child(4) .proce-des {
  margin-bottom: 18px;
}

.indexS5 .news-list {
  width: 372px;
}

/* .indexS5 .news-list:last-child {
	width: 392px;
}
 */
.indexS5 .news-list .news-banner {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.indexS5 .news-list h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  height: 36px;
}

.indexS5 .news-list h3 > a {
  font-size: 14px;
  font-weight: 300;
  color: #596d9f;
  line-height: 30px;
}

.indexS5 .news-list h3 > a:hover {
  color: #cd2837;
}

.indexS5 .news-list ul {
  width: 100%;
}

.indexS5 .news-list ul li {
  width: 100%;
}

.indexS5 .news-list ul li a {
  height: 28px;
  width: 100%;
}

.indexS5 .news-list ul li h4 {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.indexS5 .news-list ul li a span {
  font-size: 12px;
  font-weight: 300;
  color: #b7b7b7;
  line-height: 36px;
}

.indexS5 .news-list ul li a:hover h4 {
  color: #cd2837;
}

.indexS5 {
  padding-bottom: 36px;
}

/* .indexS5 .news-list:last-child ul li:nth-child(1),
.indexS5 .news-list:last-child ul li:nth-child(2) {
	height: auto;
}

.indexS5 .news-list:last-child ul li:nth-child(1) a,
.indexS5 .news-list:last-child ul li:nth-child(2) a {
	height: 120px;
	padding: 10px 0;
}

.indexS5 .news-list:last-child .news-pic {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
	flex: none;
}

.indexS5 .news-list:last-child ul li:nth-child(1) .news-des,
.indexS5 .news-list:last-child ul li:nth-child(2) .news-des {
	padding-left: 18px;
	position: relative;
	height: 100%;
}

.indexS5 .news-list:last-child ul li:nth-child(1) .news-des h4,
.indexS5 .news-list:last-child ul li:nth-child(2) .news-des h4 {
	font-size: 16px;
	line-height: 30px;
}

.indexS5 .news-list:last-child ul li:nth-child(1) .news-des p,
.indexS5 .news-list:last-child ul li:nth-child(2) .news-des p {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
}

.indexS5 .news-list:last-child ul li:nth-child(1) .news-des span,
.indexS5 .news-list:last-child ul li:nth-child(2) .news-des span {
	position: absolute;
	right: 0;
	bottom: 0;
} */

.indexS6 {
  padding-bottom: 30px;
}

.indexS6 ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.site-groups {
  background: #f0f0f0;
  height: auto;
}

.site-groups .title {
  height: 48px;
  margin-bottom: 0;
}

.site-groups .title ul.title-tab {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #d2d2d2;
}

.site-groups .title ul.title-tab li {
  font-size: 14px;
  color: #333;
  height: 48px;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin-right: 30px;
}

.site-groups .title ul.title-tab li:after {
  content: "";
  display: none;
}

.hover-trib {
  transition: all 0.3s;
}

.site-groups .title ul.title-tab li.hover-trib:hover,
.site-groups .title ul.title-tab li.hover-trib.on {
  color: #cd2837 !important;
}

.site-groups .title ul.title-tab li.hover-trib:hover:after,
.site-groups .title ul.title-tab li.hover-trib.on:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 14px;
  height: 7px;
  display: block;
  background: url(../images/trib@2x.png) center center no-repeat;
  background-size: cover;
}

.site-groups .cont-tab ul {
  max-width: 90%;
  height: 36px;
  overflow: hidden;
  transition: 0.3s;
}

.site-groups .cont-tab ul li {
  font-size: 14px;
  color: #666;
  margin-right: 30px;
  height: 36px;
}

.site-groups .cont-tab .more-link {
  font-size: 14px;
  color: #999;
  height: 36px;
}

.site-groups .cont-tab .more-link:hover {
  color: #cd2837;
}

.site-groups .cont-tab ul.more {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.footer {
  background: #dedddd;
}

.footer-con {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 30px;
}

.footer-info {
  width: 620px;
}

.footer-nav {
  height: 64px;
}

.footer-nav span,
.footer-nav a {
  font-size: 14px;
  color: #666;
  padding-right: 1em;
  white-space: nowrap;
}

.footer-nav span:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/web.png) center center no-repeat;
  background-size: cover;
}

.site-info {
  width: 100%;
}

.site-info img {
  width: 133px;
  margin-right: 24px;
}

.site-info h1,
.site-info strong {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  height: 44px;
}

.site-info p {
  font-size: 14px;
  color: #333;
}

.footer-contact {
  width: 280px;
}

.footer-contact span {
  height: 64px;
  font-size: 14px;
  color: #666;
}

.footer-contact span:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/ft.png) center center no-repeat;
  background-size: cover;
}

.footer-contact strong {
  font-size: 28px;
  font-weight: bold;
  color: #cd2837;
  display: block;
  height: 44px;
}

.footer-contact p {
  font-size: 14px;
  color: #333;
}

.footer-code {
  padding-top: 24px;
}

.footer-code .code {
  width: 100px;
  font-size: 14px;
  color: #333;
  margin-right: 10px !important;
}

.fr-links {
  height: auto;
  padding: 12px 0;
}

.fr-links span,
.fr-links a {
  font-size: 14px;
  color: #333;
  margin-right: 16px;
}

.fr-links a:hover {
  color: #cd2837;
}

.footer-icp {
  height: 54px;
  background: #4c4c4c;
  font-size: 14px;
  color: #fff;
}

.footer-icp a {
  font-size: 14px;
  color: #fff;
}

.footer-icp a:hover {
  color: #cd2837;
}

.float-left {
  width: 64px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 9999;
  transition: all 0.5s;
}

.float-left.onscroll,
.float-left:hover {
  right: 5px;
}

.float-left > a {
  width: 64px;
  height: 64px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-size: 12px;
  color: #333;
  position: relative;
  margin-bottom: 16px;
  padding: 2px;
  white-space: nowrap;
}

.float-left > a > font {
  width: 32px;
  height: 32px;

  display: block;
}

.float-left > a > font.ico-wechat {
  background: url(../images/wechat.png) center center no-repeat;
  background-size: 100% auto;
}

.float-left > a > font.ico-hottel {
  background: url(../images/hottel.png) center center no-repeat;
  background-size: 100% auto;
}

.float-left > a:hover > font.ico-wechat {
  background: url(../images/wechaton.png) center center no-repeat;
  background-size: 100% auto;
}

.float-left > a:hover > font.ico-hottel {
  background: url(../images/hottelon.png) center center no-repeat;
  background-size: 100% auto;
}

.float-left > a > font.ico-tenant {
  background: url(../images/tenant.png) center center no-repeat;
  background-size: 100% auto;
}

.float-left > a:hover > font.ico-tenant {
  background: url(../images/tenanton.png) center center no-repeat;
  background-size: 100% auto;
}

.float-left > a:hover {
  background: #cd2837;
  color: #fff;
}

.float-left .float-code {
  width: 180px;
  min-height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  display: none;
  position: absolute;
  right: 70px;
  top: 0;
  z-index: 999;
}

.float-left .float-code h3 {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

.float-left .float-code h4 {
  font-size: 18px;
  color: #cd2837;
  font-weight: bold;
  white-space: nowrap;
}

.float-left .float-code p {
  font-size: 12px;
  text-align: center;
  color: #333;
}

.float-left > a:hover .float-code {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.listPage {
  padding-top: 80px;
}

.listPage .header {
  border-bottom: 1px solid #eee;
}

.listPage .main-section {
  padding-top: 16px;
}

.listS1 .search {
  width: 440px;
}

.listS1 .search input[type="search"] {
  padding: 0 20px 0 40px;
}

.listS1 h1 > a:hover {
  color: #cd2837;
}

.listS2 {
  padding: 20px 0 10px 0;
}

.subarea,
.sub2,
.square,
.number,
.price1,
.price2,
.price3,
.zx,
.pp,
.picpop,
.office-pop {
  display: none;
}

.subarea.on,
.sub2.on,
.square.on,
.number.on,
.price1.on,
.price2.on,
.price3.on,
.zx.on,
.pp.on,
.picpop.on,
.office-pop.on {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.hover-trib {
  transition: all 0.3s;
}

a.hover-trib:hover,
a.hover-trib.on {
  color: #cd2837 !important;
}

a.hover-trib:hover:after,
a.hover-trib.on:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 14px;
  height: 7px;
  display: block;
  background: url(../images/trib@2x.png) center center no-repeat;
  background-size: cover;
}

.operate {
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding-bottom: 0;
}

.operate dl {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.operate dl dt {
  color: #666;
  margin-right: 32px;
  flex: none;
  height: 36px;
}

.operate dl dd {
  min-height: 36px;
}

.operate dl dd .area,
.operate dl dd .subarea,
.operate dl dd .sub2 {
  width: 100%;
  min-height: 36px;
  border-bottom: 1px solid #efefef;
}

.operate dl dd .sub2 {
  border-bottom: none;
}

.operate dl dd a {
  height: 36px;
  margin-right: 24px;
  position: relative;
  white-space: nowrap;
}

.operate dl dd .inputbox {
  margin-right: 32px;
  white-space: nowrap;
}

.operate dl dd input[type="text"] {
  width: 54px;
  height: 26px;
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 0 5px;
  font-size: 12px;
  color: #333;
  margin: 0 2px;
  text-align: center;
}

.operate dl dd input[type="submit"] {
  width: 54px;
  height: 26px;

  border: 1px solid #eee;
  padding: 0 5px;
  font-size: 12px;
  color: #333;
  margin: 0 2px;
  text-align: center;
  margin-left: 12px;
  background-color: rgba(205, 40, 54, 0.32);
  color: #cd2837;
}

.operate dl dd input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ddd;
}

.operate dl dd input[type="checkbox"]:checked {
  background: url(../images/Checkmark@2x.png) #cd2837 center center no-repeat;
  background-size: 11px auto;
  color: #fff;
}

.operate dl dd .btns {
  height: 26px;
  width: auto;
  border-radius: 2px;
  border: 1px solid #efefef;
  background: #fff;
  overflow: hidden;
  margin-right: 32px;
}

.operate dl dd .btns a {
  margin-right: 0;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #efefef;
  height: 26px;
  width: 72px;
}

.operate dl dd a.calc-a:before {
  content: "";
  display: block;
  width: 18px;
  height: 36px;
  background: url(../images/Keypad@2x.png) center center no-repeat;
  background-size: 100% auto;
}

.operate dl dd .btns a:hover,
.operate dl dd .btns a.on {
  background: #cd2837;
  color: #fff;
  width: 72px;
}

.hover-color:hover,
.hover-color.on {
  color: #cd2837 !important;
}

.hasDone {
  margin-top: 5px;
}

.hasDone dl {
  width: 100%;
  min-height: 26px;
}

.hasDone dl dt {
  height: 26px;
  font-size: 14px;
  color: #666;
  margin-right: 32px;
}

.hasDone label.checked {
  height: 26px;
  margin-bottom: 10px;
  background: #f7f8fb;
  padding: 0 14px;
  font-size: 14px;
  color: #333;
  margin-right: 32px;
}

.hasDone label.checked font {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/close@2x.png) center center no-repeat;
  background-size: cover;
}

.hasDone a.delet-btn {
  height: 26px;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.hasDone a.delet-btn:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/delete%20item@2x.png) center center no-repeat;
  background-size: cover;
  margin-right: 7px;
}

.listSection {
  padding-bottom: 40px;
}

.listSection .head {
  height: 54px;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 0;
}

.listSection .head h1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.listSection .head h1 strong {
  color: #cd2837;
}

.listSection .head .sorts a,
.listSection .head .sorts select {
  font-size: 14px;
  color: #666;
  background: transparent;
}

.listSection .head .sorts a {
  margin-right: 20px;
}

.listSection .list-item {
  padding: 20px 0;
  width: 100%;
  height: 280px;
}

.listSection .list-item .img-con {
  width: 320px;
  height: 240px;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
  border-radius: 15px;
  flex: none;
}

.listSection .list-item .img-con:hover {
  overflow: visible;
}

.listSection .list-item .img-con:hover .picpop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.listSection .list-item .img-con:hover > img {
  display: none;
}

.listSection .list-item .des-con {
  height: 100%;
  color: #333;
  width: 100%;
  position: relative;
  align-items: flex-start;
}

.listSection .list-item .des-con h2 {
  width: 100%;
  height: 48px;
  font-size: 20px;
  font-family: Microsoft YaHei UI;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0px;
}

.listSection .list-item .des-con h2 label {
  width: 90px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  margin-left: 11px;
}

.listSection .list-item .des-con ul {
  width: 100%;
}

.listSection .list-item .des-con ul.details li {
  height: 32px;
  width: 100%;
  font-size: 14px;
  color: #333;
}

.listSection .list-item .des-con ul.details li:first-child:before {
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  background: url(../images/lo@2x.png) center center no-repeat;
  background-size: contain;
}

.listSection .list-item .des-con ul.details li:nth-child(2):before {
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  background: url(../images/tr@2x.png) center center no-repeat;
  background-size: contain;
}

.listSection .list-item .des-con ul.details li strong {
  color: #cd2837;
}

.listSection .list-item .des-con .price-date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 22px;
  font-weight: normal;
  color: #000;
}

.listSection .list-item .des-con .price-date strong {
  font-size: 36px;
  font-weight: bold;
  color: #cd2837;
  margin-right: 12px;
  webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.listSection .list-item .des-con ul.office-list {
  height: 36px;
}

.listSection .list-item .des-con ul.office-list li {
  width: 100px;
  height: 100%;
  border-radius: 2px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
  margin-right: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.listSection .list-item .des-con ul.office-list li:hover {
  color: #fff;
  background: #cd2837;
  border: 1px solid #cd2837;
}

.listSection .list-item .des-con ul.office-list li:hover .office-pop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 300px;
  min-height: 224px;
  padding: 10px;
  top: 50px;
  left: 0;
  z-index: 999;
  background: #fff;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.listSection .list-item .des-con ul.office-list li:hover .office-pop label {
  font-size: 12px;
  color: #fff;
  background: #333333;
  height: 20px;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.listSection .list-item .des-con ul.office-list li:hover .office-pop a {
  color: inherit;
}

.listSection .list-item .des-con ul.office-list li:hover .office-pop {
  color: #fff;
}

.listSection .list-item .des-con ul.office-list li:hover a {
  color: #fff;
}

.listSection .list-item .des-con ul.office-list li:hover .office-pop img {
  width: 360px;
  height: auto;
}

.listSection .list-item .des-con ul.office-list li:hover .office-pop h3 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.listSection .list-item .des-con ul.office-list li:hover .office-pop h3 strong {
  font-weight: bold;
  color: #cd2837;
}

.listSection .center-banner {
  width: 100%;
  height: 150px;
  background: url(../images/center-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 0 40px;
  position: relative;
}

.listSection .center-banner .center-stata {
  width: 100%;
}

.listSection .center-banner .center-stata li {
  font-size: 16px;
  color: #333;
}

.listSection .center-banner .center-stata li:last-child {
  margin-right: 0;
}

.listSection .center-banner .center-stata li h4 {
  font-size: 16px;
  color: #cd2837;
}

.listSection .center-banner .center-stata li:first-child h4 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}

.listSection .center-banner .center-stata li h4 strong {
  font-size: 24px;
  font-weight: bold;
}

.listSection .center-banner .center-stata li:last-child .wt-input {
  margin-bottom: 0;
}

.listSection .center-banner .center-stata li:last-child .tel {
  font-size: 16px;
  color: #333;
  width: 100%;
}

.listSection .center-banner .center-stata li:last-child .tel strong {
  font-size: 24px;
  color: #cd2837;
}

.listSection .center-banner font.close {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 24px;
  background: url(../images/close-line@2x.png) center center no-repeat;
  background-size: cover;
}
::marker {
  display: none !important;
}
.page-paginations .page-item {
  margin: 0 3px;
  width: 64px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #333;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 38px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.page-paginations .page-item > span,
.page-paginations .page-item > a {
  font-size: inherit;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 38px;
  position: absolute;
  top: 1px;
  left: 1px;
  margin-top: 0 !important;
}

.page-paginations .page-item ::marker {
  display: none;
}

.page-paginations .page-item:hover,
.page-paginations .page-item.active {
  background: #cd2837;
  color: #fff;
}

.detailPage {
  background: #fff;
}

.detailS1 h1 {
  width: 800px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 26px;
  font-weight: 400;
  color: #333333;
}

.detailS1 h1 label {
  width: 97px;
  height: 28px;
  font-size: 14px;
  flex: none;
  margin: 0 14px;
}

.detailS1 .search {
  width: 330px;
  margin-left: 24px;
  margin-right: 0;
}

.detailS1 .search input[type="search"] {
  padding: 0 20px 0 40px;
  font-size: 12px;
}

.detailS1 .search input[type="submit"] {
  width: 84px;
}

.detailS1 .website,
.detailS1 .website a {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.detailS1 .website a:hover {
  color: #cd2837;
}

.imgView {
  width: 800px;
  height: 730px;
  margin-right: 50px;
}

.imgView.w720 {
  width: 720px;
  height: 658px;
}

.imgView .imgSwiper {
  width: 100%;
  height: 600px;
  background: #f9f9f9;
  margin-bottom: 10px;
}

.imgView.w720 .imgSwiper {
  height: 540px;
}

.imgView .imgSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.imgView .swiper-slide {
  overflow: hidden;
  background: #f7f7f7;
}

.imgView .swiper-slide img {
  height: 100% !important;

  width: auto !important;
  min-width: 100%;
  max-width: none;
}

.imgView .swiper-container#thumbs {
  width: 100%;
  height: 120px;
}

.imgView.w720 .swiper-container#thumbs {
  height: 108px;
}

.imgView .imgSwiper .swiper-button-prev {
  left: 0;
  right: auto;
  width: 48px;
  height: 120px;
  background: rgba(0, 0, 0, 0.6);
}

.imgView .imgSwiper .swiper-button-next {
  right: 0;
  left: auto;
  width: 48px;
  height: 120px;
  background: rgba(0, 0, 0, 0.6);
}

.imgView .imgSwiper .swiper-button-prev:after {
  content: "prev";
  color: #fff;
}

.imgView .imgSwiper .swiper-button-next:after {
  content: "next";
  color: #fff;
}

.imgView .swiper-container#thumbs .swiper-button-prev {
  left: 0;
  right: auto;
  width: 30px;
  height: 74px;
  background: rgba(0, 0, 0, 0.6);
  top: 23px;
  margin-top: 0;
}

.imgView .swiper-container#thumbs .swiper-button-next {
  right: 0;
  left: auto;
  width: 30px;
  height: 74px;
  background: rgba(0, 0, 0, 0.6);
  top: 23px;
  margin-top: 0;
}

.imgView .swiper-container#thumbs .swiper-button-prev:after {
  content: "prev";
  color: #fff;
  font-size: 16px;
}

.imgView .swiper-container#thumbs .swiper-button-next:after {
  content: "next";
  color: #fff;
  font-size: 16px;
}

.dataView {
  width: 100%;
}

.dataView h2 {
  padding-bottom: 32px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 0;
}

.dataView h2 span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
}

.dataView h2 strong {
  font-size: 40px;
  font-weight: bold;
  color: #cd2837;
  line-height: 1;
  white-space: nowrap;
}

.dataView .static {
  padding: 32px 0;
  border-bottom: 1px solid #dadada;
}

.dataView .static li {
  width: 45%;
}

.dataView .static li > div {
  width: 100%;
  font-size: 16px;
  color: #666;
}

.dataView .static li > div:first-child {
  margin-bottom: 5px;
}

.dataView .static li > div:first-child span {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.dataView .static li > div:first-child strong {
  font-size: 28px;
  color: #cd2837;
  line-height: 1;
  white-space: nowrap;
}

.dataView .detail {
  padding: 32px 0;
  border-bottom: 1px solid #dadada;
  width: 100%;
  font-size: 14px;
}

.dataView .detail li {
  margin-bottom: 20px;
  width: 100%;
}

.dataView .detail li:last-child {
  margin-bottom: 0;
}

.dataView .detail li span {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  line-height: 1;
}

.dataView .detail li:first-child strong {
  font-size: 20px;
  color: #596d9f;
  font-weight: bold;
  line-height: 1;
}

.dataView .detail li:nth-child(2) font {
  width: 13px;
  height: 24px;
  background: url(../images/lo@2x.png) center center no-repeat;
  background-size: 100% auto;
  display: block;
  margin-right: 12px;
  flex: none;
}

.dataView .detail li .addr {
  line-height: 24px;
}

.dataView .detail li:nth-child(3) font {
  width: 14px;
  height: 24px;
  background: url(../images/tr@2x.png) center center no-repeat;
  background-size: 100% auto;
  display: block;
  margin-right: 12px;
  flex: none;
}

.dataView .detail li:nth-child(3) font.SlideUp {
  width: 12px;
  height: 24px;
  background: url(../images/up@2x.jpg) center center no-repeat;
  background-size: 100% auto;
  display: block;
  margin-left: 24px;
}

.dataView .detail li:nth-child(3) font.SlideUp.SlideDown {
  width: 12px;
  height: 24px;
  background: url(../images/down@2x.png) center center no-repeat;
  background-size: 100% auto;
  display: block;
}

.dataView .detail li:nth-child(3) .addr {
  height: 24px;
  overflow: hidden;
}

.dataView .detail li:nth-child(3) .addr.more {
  height: auto;
}

.dataView .detail li:nth-child(4) font {
  width: 14px;
  height: 24px;
  background: url(../images/dp@2x.png) center center no-repeat;
  background-size: 100% auto;
  display: block;
  margin-right: 12px;
  flex: none;
}

.dataView .detail li:nth-child(4) a {
  color: #596d9f;
}

.dataView .detail li:nth-child(4) a:hover {
  color: #cd2837;
}

.dataView .consult {
  padding-top: 20px;
}

.dataView .consult .consult-info {
  margin-bottom: 0;
  width: 100%;
}

.dataView .consult .consult-info .ava {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.dataView .consult .consult-info .name {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.dataView .consult .consult-info .name span {
  width: 100%;
}

.dataView .consult .consult-info .name span:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
}

.dataView .consult .consult-tel {
  width: 100%;
}

.dataView .consult .consult-tel .descr span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.dataView .consult .consult-tel .descr strong {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

.dataView .consult .consult-tel > img {
  width: 130px;
}

.detail-wrap {
  position: relative;
}

.main-wrap {
  width: 800px;
}

.side-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}

.side-wrap .side-item1,
.side-wrap .side-item2 {
  width: 360px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px 16px 4px rgba(90, 89, 89, 0.1);
  padding: 20px 30px;
  margin-bottom: 20px;
}

.side-wrap .side-item1 h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}

.side-wrap .side-item1 h3 label {
  width: 99px;
  height: 24px;
  font-size: 14px;
}

.side-wrap .side-item1 h4 {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  line-height: 20px;
}

.side-wrap .side-item1 h5 {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #d2d2d2;
}

.side-wrap .side-item1 h5 span {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 1;
}

.side-wrap .side-item1 h5 strong {
  font-size: 32px;
  font-weight: bold;
  color: #cd2837;
  line-height: 1;
}

.side-wrap .side-item1 .con {
  padding-top: 20px;
  padding-bottom: 20px;
}

.side-wrap .side-item1 h6 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}

.side-wrap .side-item1 .imgCon > img {
  width: 120px;
}

.side-wrap .side-item1 .imgCon > span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.side-wrap .side-item1 .imgCon > strong {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

.side-wrap .side-item1 .consult-info .ava {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.side-wrap .side-item1 .consult-info .name {
  font-size: 16px;
  color: #333;
}

.side-wrap .side-item1 .consult-info .name span {
  width: 100%;
}

.side-wrap .side-item2 h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  margin-bottom: 18px;
}

.side-wrap .side-item2 h6 > p {
  font-size: 14px;
}

.side-wrap .side-item2 h6 > p span {
  color: #cd2837;
}

.side-wrap .side-item2 .wt-input {
  margin-bottom: 0;
}

.side-wrap .side-item2 .wt-input input[type="submit"] {
  width: 100px;
}

.wrap-item {
  margin-bottom: 50px;
}

.wrap-item h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  width: 100%;
  margin-bottom: 24px;
}

.wrap-item h3 label {
  width: 97px;
  height: 28px;
  font-size: 14px;
  margin: 0 7px;
}

.wrap-item .all-office {
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  justify-content: flex-start;
}

.wrap-item .all-office li span {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}

.wrap-item .all-office li {
  position: relative;
  width: 16.67%;
  text-align: center;
}

.wrap-item .all-office li + li {
  cursor: pointer;
}

.wrap-item .all-office li:first-child strong {
  color: #cd2837;
}

.wrap-item .all-office li:first-child:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #d2d2d2;
  position: absolute;
  top: 10%;
  right: 0;
}

.wrap-item .office-list li {
  margin-bottom: 20px;
}

.wrap-item .office-list li a {
  width: 100%;
}

.wrap-item .office-list li a:hover,
.wrap-item .all-office li:hover {
  background: #f7f8fb;
}
.wrap-item .all-office li:hover span {
  color: #cd2837;
}
.wrap-item .office-list li span.col1 {
  position: relative;
  width: 140px;
  height: 105px;
  overflow: hidden;
}

.wrap-item .office-list li span.col1 > img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap-item .office-list li span.col5 {
  width: 180px;
}

.wrap-item .office-list li span.col2,
.wrap-item .office-list li span.col3,
.wrap-item .office-list li span.col4 {
  width: 120px;
}

.wrap-item .office-list li span {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.wrap-item .office-list li:first-child span {
  font-weight: bold;
  vertical-align: baseline;
}

.wrap-item .office-list li:first-child span.col1 span {
  color: #cd2837;
}

.wrap-item .office-list li strong {
  font-size: 24px;
  line-height: 1;
  margin-right: 5px;
}

.wrap-item .office-list li .col4 strong {
  color: #cd2837;
}

/* .wrap-item .office-list li:nth-child(6) {
  margin-bottom: 0;
} */

.wrap-item .page-paginations a {
  margin-top: 20px;
  margin-bottom: 0;
}

.wrap-item .hq {
  font-size: 0;
}

.wrap-item .hq li {
  width: 237px;
  height: 178px;
  background: #f7f8fb;
}

.wrap-item .hq li:nth-child(2) {
  background: #f6faff;
}

.wrap-item .hq li:nth-child(3) {
  background: #fff6f7;
}

.wrap-item .hq li p {
  font-size: 16px;
  color: #666;
  width: 100%;
  text-align: center;
}

.wrap-item .hq li p strong {
  font-size: 30px;
  color: #cd2837;
  line-height: 1;
  margin-right: 5px;
}

.wrap-item .hq li p:first-child {
  margin-bottom: 16px;
}

.wrap-item .hq li p span {
  line-height: 1.3;
}

.wrap-item .detail-form {
  border: 1px solid #d2d2d2;
  background: #fff;
}

.wrap-item .detail-form li {
  width: 50%;
  height: 48px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
}

.wrap-item .detail-form li span {
  padding: 0 0 0 20px;
  height: 100%;
}

.wrap-item .detail-form li .name {
  background: #f3f4f8;
  color: #666;
  width: 114px;
  flex: none;
}

.wrap-item .detail-form.office-detail li {
  width: 33%;
  height: 48px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
}

.wrap-item .detail-form.office-detail li span {
  padding: 0 0 0 15px;
  height: 100%;
}

/* .wrap-item .detail-form.office-detail li:last-child {
	height: 140px;
	width: 100%;
} */

.wrap-item .para p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: left;
  text-indent: 28px;
}

.wrap-item .para p:last-child {
  margin-bottom: 0;
}

.wrap-item .para.center-para {
  margin-bottom: 36px;
}

.wrap-item .tS {
  margin-bottom: 15px;
  height: 36px;
}

.wrap-item .tS li {
  font-size: 16px;
  height: 100%;
  position: relative;
  margin-right: 24px;
  cursor: pointer;
}

.wrap-item .tS li:hover,
.wrap-item .tS li.on {
  color: #cd2837;
}

.wrap-item .tS li:hover:after,
.wrap-item .tS li.on:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #cd2837;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.wrap-item .mapCon {
  width: 100%;
  height: 400px;
  position: relative;
}

.wrap-item .mapCon .mapBaidu {
  width: 100%;
  height: 100%;
}

.wrap-item .mapCon .zb-text {
  width: 360px;
  height: 380px;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 999;
  background: #fff;
  padding: 20px;
}

.wrap-item .mapCon .zb-text .lp-map-recond {
  height: 36px;
  background: #f7f8fb;
  font-size: 14px;
  color: #333;
}

.wrap-item .mapCon .zb-text .lp-map-recond span {
  color: #cd2837;
}

.wrap-item .mapCon .zb-text .lp-map-tab {
  width: 100%;
  height: 300px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.wrap-item .mapCon .zb-text .lp-map-tab ul {
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.wrap-item .mapCon .zb-text .lp-map-tab ul li {
  min-height: 48px;
  font-size: 16px;
  color: #333;
  position: relative;
  color: #596d9f;
}

.wrap-item .mapCon .zb-text .lp-map-tab ul li .map-num {
  background: url(http://api.map.baidu.com/images/markers.png) -23px -275px
    no-repeat;
  width: 19px;
  height: 25px;
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
  line-height: 28px;
}

.wrap-item .mapCon .zb-text .lp-map-tab ul li .map-des {
  max-width: 200px;
}

.wrap-item .mapCon .zb-text .lp-map-tab ul li .map-distance {
  margin-left: 10px;
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}

.side-wrap.xd {
  position: fixed;
  top: 80px;
  right: calc(50% - 600px);
}

.wrap-item .cara-con {
  margin-bottom: 36px;
}

.wrap-item .cara-con h4 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  margin-bottom: 18px;
  width: 100%;
  position: relative;
  height: 20px;
}

.wrap-item .cara-con h4:before {
  content: "";
  width: 3px;
  height: 20px;
  background: #cd2837;
  display: block;
}

.wrap-item .cara-con.cara2 h4:before {
  content: "";
  width: 3px;
  height: 20px;
  background: #596d9f;
  display: block;
}

.wrap-item .cara-list {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 1;
  transition: all 0.5s;
  margin-bottom: 18px;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 196px;
}

.wrap-item .cara-list.SlideDown {
  height: auto;
}

.wrap-item .cara-list li {
  width: 15%;
  height: 90px;
  background: #f6faff;
  border: 1px solid #e1e5f0;
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 16px;
}

.wrap-item .cara-list li img {
  height: 30px;
  margin-bottom: 12px;
}

.wrap-item .cara-list li:nth-child(6n) {
  margin-right: 0;
}

.wrap-item .cara-list.c2-list li {
  background: #fef8f9;
  border: 1px solid #f7e1e3;
}

.wrap-item .cara-con .toggle-btn {
  height: 40px;
  width: 184px;
  font-size: 14px;
  color: #b7b7b7;
  border: 1px solid #b7b7b7;
  text-align: center;
  line-height: 40px;
}

.wrap-item .cara-con .toggle-btn.showLess {
  display: none;
}

.wrap-item .cara-con .toggle-btn.showMore {
  display: none;
}

.wrap-item .cara-con .toggle-btn.showLess.on,
.wrap-item .cara-con .toggle-btn.showMore.on {
  display: flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
}

.form-bg {
  width: 100%;
  height: 100vh;
  max-height: 940px;
  padding-top: 60px;
  overflow: hidden;
}

.form-bg.rent {
  background: url(../images/page-bg.jpg) center center no-repeat;
  background-size: cover;
}

.form-bg.publish {
  background: url(../images/page2-bg.jpg) center center no-repeat;
  background-size: cover;
}

.form-bg.english {
  background: url(../images/page3-bg.jpg) center center no-repeat;
  background-size: cover;
}

.form-bg .content {
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px 32px;
}

.form-bg .content .head {
  padding-bottom: 24px;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1;
  width: 100%;
}

.form-bg .content .head h1 {
  font-size: 30px;
  font-weight: bold;
  color: #cd2837;
  margin-bottom: 12px;
}

.form-bg .content .head h2 {
  font-size: 18px;
  font-weight: 300;
  color: #333333;
}

.form-bg .content .con {
  padding-top: 16px;
  width: 100%;
}

.form-bg .content .left {
  width: 100%;
  padding-right: 32px;
}

.form-bg .content .right {
  width: auto;
  flex: none;
  padding-left: 32px;
  border-left: 1px dashed #d7d7d7;
}

.form-bg .content .right p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-bottom: 6px;
  width: 100%;
}

.form-bg .content .right p font,
.form-bg .content .right p span {
  color: #cd2837;
}

.form-bg .content .right form {
  width: 350px;
}

.form-bg .content .right form .form-item {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #eee;
  padding: 0 0 0 32px;
  position: relative;
  margin-bottom: 12px;
  background: #f5f5f5;
}

.form-bg .content .right form .form-item input,
.form-bg .content .right form .form-item select {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #000;
  text-indent: 80px;
  font-weight: 500;
  background: #fff;
}

.form-bg .content .right form .form-item textarea {
  height: 140px;
  font-size: 14px;
  color: #000;
  padding-top: 40px;
  width: 100%;
  font-weight: 500;
  background: #fff;
  text-indent: 30px;
}

.form-bg .content .right form .form-item label {
  position: absolute;
  left: 30px;
  top: 0;
  height: 40px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  background: #f5f5f5;
  padding: 0 8px 0 0;
  min-width: 48px;
}

.form-bg .content .right form .form-item label.meter {
  right: 10px;
  left: auto;
  color: #000;
  font-weight: 500;
}

.form-bg .content .right form .form-item label.meter.down {
  width: 12px;
  background: url(../images/down-a@2x.png) left center no-repeat;
  background-size: 12px 6px;
  min-width: auto;
}

.form-bg .content .right form .form-item:last-child {
  padding-left: 0 !important;
}

.form-bg .content .right form .form-item:last-child label,
.form-bg .content .right form .form-item label.w100 {
  left: 0;
  width: 100%;
  padding-left: 30px;
  height: 32px;
}

.form-bg .content .right form .form-item label span {
  color: #cd2837;
}

.form-bg .content .right form .form-item font {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 12px;
}

.form-bg .content .right form .form-item font.f-tel {
  background: url(../images/phone.png) center center no-repeat;
  background-size: auto 100%;
}

.form-bg .content .right form .form-item font.f-user {
  background: url(../images/user.png) center center no-repeat;
  background-size: auto 100%;
}

.form-bg .content .right form .form-item font.f-dist {
  background: url(../images/Marker@2x.png) center center no-repeat;
  background-size: auto 100%;
}

.form-bg .content .right form .form-item font.f-city {
  background: url(../images/City@2x.png) center center no-repeat;
  background-size: auto 100%;
}

.form-bg .content .right form .form-item font.f-prototype {
  background: url(../images/Prototype@2x.png) center center no-repeat;
  background-size: auto 100%;
}

.form-bg .content .right form .form-item font.f-pouch {
  background: url(../images/Pouch@2x.png) center center no-repeat;
  background-size: auto 100%;
}

.form-bg .content .right form .form-item font.f-time {
  background: url(../images/Clock.png) center center no-repeat;
  background-size: auto 100%;
}

.form-bg .content .right .form-footer {
  margin-top: 12px;
  width: 100%;
}

.form-bg .content .right .form-footer input {
  height: 54px;
  background: #cd2837;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
  width: 350px;
}

.form-bg .content .right form .form-footer p {
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}

.form-bg .content .left h3 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-bottom: 24px;
}

.form-bg .content .left .proce-item {
  width: 120px;
  font-size: 12px;
  font-weight: 300;
  color: #333;
}

.form-bg .content .left .proce-item .proce-ico {
  width: 90px;
  height: 90px;
  background: rgba(89, 109, 159, 0.1);
  border: 1px solid #596d9f;
  border-radius: 50%;
  margin-bottom: 12px;
}

.form-bg .content .left .proce-item .proce-ico img {
  height: 47px;
}

.form-bg .content .left .proce-item .proce-des {
  text-align: center;
}

.form-bg .content .left .proce-item .proce-des h3 {
  margin-bottom: 10px;
  font-size: 14px;
}

.form-bg .content .left .main-proce {
  margin-bottom: 40px;
}

.form-bg .content .left .main-proce > font {
  width: 30px;
  height: 15px;
  background: url(../images/Advance@2x.png) center center no-repeat;
  background-size: 100% auto;
  margin-top: 37.5px;
}

.form-bg .content .left .tel-info {
  font-size: 36px;
  font-weight: bold;
  color: #cd2837;
  line-height: 1;
}

.form-bg .content .left .tel-info font {
  width: 22px;
  height: 22px;
  background: url(../images/tel-r.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 6px;
  display: block;
}

.form-bg .content .left .about-para p {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  margin-bottom: 16px;
}

.pop {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.pop-wrap {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.pop-con {
  width: 400px;
  height: 300px;
  background: #fff;
  padding: 50px 45px;
}

.pop-con img {
  height: 33px;
}

.pop-con strong {
  font-size: 18px;
  font-weight: bold;
  color: #cd2838;
  margin-bottom: 10px;
}

.pop-con p {
  font-size: 14px;
  color: #333;
  width: 100%;
  word-break: break-all;
  text-align: center;
  margin-bottom: 16px;
}

.pop-con a.close-btn {
  width: 101px;
  height: 37px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 14px;
  color: #999;
}

.form-bg.publish .content .left {
  padding-right: 20px;
}

.form-bg.publish .content .right {
  padding-left: 20px;
}

.form-bg .content .right form.publish-form {
  width: 620px;
}

.form-bg .content .right form.publish-form .form-item {
  width: 310px;
  margin-right: 10px;
}

.form-bg .content .right form.publish-form .form-item:nth-child(2n) {
  width: 300px;
  flex: none;
  margin-right: 0;
}

.form-bg .content .right form.publish-form .form-item.w310 {
  width: 310px;
  margin-right: 10px;
}

.form-bg .content .right form.publish-form .form-item.pub-text {
  margin-top: -108px;
  height: 150px;
}

.form-bg.publish .content .left .main-proce > font {
  width: 15px;
  height: 7px;
  background: url(../images/Advance@2x.png) center center no-repeat;
  background-size: 100% auto;
  margin-top: 42.5px;
}

.form-bg.publish .content .left .proce-item {
  width: 105px;
}

.form-bg.english {
  height: 600px;
  padding-bottom: 20px;
  max-height: 1080px;
}

.FormPage .header {
  height: 50px;
  padding: 5px 0;
}

.form-below {
  width: 620px;
  height: auto;
  padding-top: 16px;
}

.form-below a.contact-item {
  width: 300px;
  height: 90px;
  background: transparent;
  margin-bottom: 12px;
  flex: none;
  position: relative;
  padding: 5px;
}

.form-below a.contact-item .ava {
  height: 100%;
  width: 80px;
  overflow: hidden;
  background: transparent;
  margin-right: 15px;
  flex: none;
}

.form-below a.contact-item .ava img {
  height: 100%;
}

.form-below a.contact-item .info {
  width: 195px;
  position: relative;
  height: 80px;
  margin-right: 50px;
}

.form-below a.contact-item .info h4 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  width: 100%;
}

.form-below a.contact-item .info h5 {
  font-size: 24px;
  font-weight: 800;
  color: #cd2837;
  line-height: 1.2;
  width: 100%;
}

.form-below a.contact-item .info h6 {
  font-size: 14px;
  color: #333;
  width: 60%;
  line-height: 1.2;
}

.form-below a.contact-item .info font {
  width: 30px;
  height: 30px;
  background: url(../images/code.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

.form-below a.contact-item .hidden {
  width: 300px;
  height: 100%;
  padding: 5px 5px 5px 100px;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 9999;
  webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.form-below a.contact-item .hidden img {
  height: 60%;
  width: auto;
}

.form-below a.contact-item:hover {
  background: rgba(255, 255, 255, 0.95);
}

.form-below a.contact-item:hover .info font {
  display: none;
}

.form-below a.contact-item:hover .hidden {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.about-bg {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  max-height: 940px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-attachment: fixed;
}

.about-con {
  padding: 0 24px 0 24px;
  height: auto;
  max-height: 100%;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
}

.about-section {
  margin-bottom: 60px;
}

.about-section.about1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-s1 {
  padding-top: 60px;
}

.about-tab .wrap {
  height: 70px;
  padding: 0 90px;
}

.about-tab .wrap > a {
  height: 100%;
  width: 120px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
}

.about-tab .wrap > a:hover,
.about-tab .wrap > a.on {
  color: #cd2837;
  font-weight: bold;
  border-bottom: 10px solid #cd2837;
}

.about-section h1 {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  margin-bottom: 32px;
  width: 100%;
}

.about-section h1 font {
  color: #cd2837;
}

.about-section h1 span {
  width: 65px;
  height: 1px;
  background: #000000;
  display: block;
}

.about1 .txt {
  width: 55%;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  text-align: justify;
  margin-top: -64px;
}

.about1 .txt h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 54px;
  width: 100%;
  margin-bottom: 32px;
}

.about1 .txt h2 font {
  color: #cd2837;
}

.about1 .txt p {
  width: 100% !important;
  word-break: break-all !important;
  margin-bottom: 24px;
  font-size: 14px !important;
  line-height: 24px !important;
  background-color: transparent !important;
}

.about1 .txt .state {
  padding-top: 24px;
}

.about1 .txt .state li strong {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-bottom: 16px;
}

.about1 .txt .state li span {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
}

.about2 {
  background: url(../images/about-bg1.jpg) left top 64px no-repeat;
  background-size: auto 552px;
}

.about3 {
  background: url(../images/about-bg2.jpg) center top 64px no-repeat;
  background-size: auto 500px;
  min-height: 564px;
}

.about2 .con {
  padding-top: 50px;
}

.about2 .con li {
  width: 280px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.14);
  padding: 5px 5px 28px 5px;
}

.about2 .con li .img {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.about2 .con li .img img {
  height: 100%;
  width: 100%;
}

.about2 .con li .txt {
  padding-top: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.about2 .con li .txt h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 16px;
}

.about2 .con li .txt h2 span {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
}

.about3 .con .txt {
  max-width: 480px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.about3 .con .txt p {
  margin-bottom: 24px;
}

.about3 .con .txt h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

.about3 .con .img {
  width: 624px;
  height: auto;
  margin-top: 126px;
  margin-right: 32px;
}

.about4 {
  background: url(../images/map.jpg) center top 64px no-repeat;
  background-size: auto 556px;
  height: 620px;
  margin-bottom: 0;
}

.about4 .con {
  width: 512px;
  height: 236px;
  background: url(../images/addr-bg.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 174px;
  left: 200px;
  font-size: 14px;
  font-family: Microsoft YaHei UI;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  padding: 0 80px;
}

.about4 .con h2 {
  font-size: 18px;
  font-family: Microsoft YaHei UI;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
}

.about4 .con p strong {
  color: #cd2837;
}

.about5 {
  height: 848px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.about5 .con {
  width: 45%;
  height: 770px;
  margin-right: 5%;
  flex: none;
}

.about5 .img {
  width: 50%;
}

.about5 .con h2 {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: Microsoft YaHei UI;
  font-weight: 300;
  color: #000000;
  line-height: 1;
}

.about5 .con h2 strong {
  color: #cd2837;
}

.about5 .con h3 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 16px;
  line-height: 1;
}

.about5 .con p {
  word-break: break-all;
  width: 100%;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.about6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.about6 .con p {
  word-break: break-all;
  width: 100%;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.about6 .form-con {
  padding-top: 24px;
}

.about6 .form-con .ul {
  width: 370px;
  height: 335px;
  padding: 45px 30px;
}

.about6 .form-con .ul > p {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.about6 .form-con .ul > p strong {
  font-size: 22px;
  font-weight: bold;
  color: #cd2837;
  margin-top: 12px;
}

.about6 .form-con .ul > p strong font.tel-r {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/tel-r.png) center center no-repeat;
  background-size: cover;
}

.about6 .form-con .ul > p strong font.mail-r {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/Send.png) center bottom no-repeat;
  background-size: 100% auto;
}

.about6 .form-con .form-ul {
  width: 774px;
}

.about6 .form-con .form-ul form {
  width: 100%;
}

.about6 .form-con .form-ul form .form-item {
  width: 335px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  position: relative;
  padding: 0 42px;
  margin-bottom: 20px;
}

.about6 .form-con .form-ul form .form-item font {
  width: 22px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 0px;
}

.about6 .form-con .form-ul form .form-item font.f-tel {
  background: url(../images/phone.png) left center no-repeat;
  background-size: auto 22px;
}

.about6 .form-con .form-ul form .form-item font.f-user {
  background: url(../images/user.png) left center no-repeat;
  background-size: auto 22px;
}

.about6 .form-con .form-ul form .form-item input,
.about6 .form-con .form-ul form .form-item textarea {
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-indent: 80px;
  background: transparent;
  border: none;
}

.about6 .form-con .form-ul form .form-item textarea {
  padding-top: 40px;
  text-indent: 0;
}

.about6 .form-con .form-ul form .form-item label {
  height: 40px;
  position: absolute;
  left: 42px;
  top: 0;
  font-size: 14px;
  color: #666;
}

.about6 .form-con .form-ul form .form-item:last-child {
  width: 100%;
  height: 140px;
  padding: 0 42px 0 10px;
}

.about6 .form-con .form-ul form .form-item:last-child label {
  left: 10px;
}

.about6 .form-con .form-ul .form-footer {
  margin-top: 6px;
}

.about6 .form-con .form-ul .form-footer input[type="submit"] {
  width: 183px;
  height: 40px;
  background: #cd2837;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.newsPage .main-section .s-title {
  height: 51px;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  flex-flow: row;
}

.newsPage .main-section .s-title a:hover,
.newsPage .main-section .s-title a.on {
  color: #fff;
  height: 32px;
}

.newsPage .main-section .s-title a.home {
  width: 79px;
}

.newsPage .main-section .s-title a.blue-tab {
  width: 142px;
}

.newsPage .main-section .s-title a.orange-tab {
  width: 185px;
}

.newsPage .main-section .s-title a.red-tab {
  width: 185px;
}

.newsPage .main-section .s-title a.home:hover,
.newsPage .main-section .s-title a.home.on {
  background: url(../images/tab-home-on.png) center center no-repeat;
  background-size: auto 51px;
}

.newsPage .main-section .s-title a.blue-tab:hover,
.newsPage .main-section .s-title a.blue-tab.on {
  background: url(../images/tab-blue-on_.png) center center no-repeat;
  background-size: auto 51px;
}

.newsPage .main-section .s-title a.orange-tab:hover,
.newsPage .main-section .s-title a.orange-tab.on {
  background: url(../images/tab-orange-on.png) center center no-repeat;
  background-size: auto 51px;
}

.newsPage .main-section .s-title a.red-tab:hover,
.newsPage .main-section .s-title a.red-tab.on {
  background: url(../images/tab-red-on.png) center center no-repeat;
  background-size: auto 51px;
}

.newsPage .search {
  width: 440px;
  margin-right: 0;
}

.newsPage .main-wrap {
  width: 840px;
  margin-right: 20px;
  flex: none;
}

.newsPage .side-wrap {
  width: 320px;
  flex: none;
  position: relative;
  top: auto;
  right: auto;
}

.main-wrap .wrap-item {
  margin-bottom: 40px;
}

.main-wrap .wrap-item.swiperNews {
  height: auto;
  background: #f4f5f6;
  box-shadow: 0px 0px 16px 4px rgba(89, 109, 159, 0.2);
  padding: 32px;
  position: relative;
}

.main-wrap .wrap-item.swiperNews h2 {
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
  margin-bottom: 30px;
}

.main-wrap .wrap-item.swiperNews .swiper-container .swiper-slide {
  margin-right: 32px;
}

.main-wrap .wrap-item.swiperNews .my-swiper-pagination {
  position: absolute;
  right: 32px;
  top: 32px;
  height: 22px;
  z-index: 99999;
}

.main-wrap .wrap-item.swiperNews .my-swiper-pagination span {
  margin: 0 2px;
  width: 22px;
  height: 22px;
  background: #000;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 2px;
  opacity: 0.5;
}

.main-wrap
  .wrap-item.swiperNews
  .my-swiper-pagination
  .swiper-pagination-bullet-active {
  color: #fff;
  background: #cd2837;
  opacity: 1;
}
.main-wrap .wrap-item.news-list-wrap {
  width: 100%;
  display: block;
}
.main-wrap .wrap-item .news-item {
  height: 240px;
  width: 100%;
}

.main-wrap .wrap-item .news-item .img {
  width: 320px;
  height: 240px;
  margin-right: 32px;
  flex: none;
}

.main-wrap .wrap-item .news-item .txt {
  width: calc(100% - 270px);
  height: 240px;
}

.main-wrap .wrap-item .news-item .txt h3 {
  font-size: 20px;
  font-family: Microsoft YaHei UI;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 0;
  text-align: justify;
  display: block;
  vertical-align: middle;
}

.main-wrap .wrap-item .news-item .txt h3 label {
  width: auto;
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 5px;
  display: inline-block;
  line-height: 30px;
  /* margin-top: 3px; */
}

.main-wrap .wrap-item .news-item .txt span.date {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  line-height: 30px;
}

.main-wrap .wrap-item .news-item .txt p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  overflow: hidden;
  margin-top: 10px;
  align-items: flex-start;
  align-content: flex-start;
}

.main-wrap .wrap-item .news-item .txt > div.flexbox {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  width: 100%;
  margin-top: 10px;
}

.main-wrap .wrap-item.news-list-wrap .news-item {
  padding: 20px 0;
  height: 225px;
}

.main-wrap .wrap-item.news-list-wrap .news-item .img {
  width: 246px;
  height: 185px;
  margin-right: 24px;
}

.main-wrap .wrap-item.news-list-wrap .news-item .txt {
  height: 185px;
}

.main-wrap .wrap-item.news-list-wrap .news-item .txt span.date {
  margin-bottom: 0;
}

.main-wrap .wrap-item.news-list-wrap .news-item .txt p {
  margin-bottom: 15px;
}

.side-wrap .side-item {
  height: auto;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 24px;
}

.side-wrap .side-item h4 {
  height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei UI;
  font-weight: 300;
  color: #000000;
  border-bottom: 1px solid #e7e7e7;
}

.side-wrap .side-item .con {
  padding: 15px 0;
}

.side-wrap .side-item a.gray-label {
  color: #999999;
  width: auto;
  height: 24px;
  padding: 0 16px;
  background: #f4f5f6;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.side-wrap .side-item a.gray-label:nth-child(3n) {
  margin-right: 0;
}

.side-wrap .side-item a.news-a {
  font-size: 14px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #666666;
  margin-bottom: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-wrap .side-item a.news-a p {
  max-width: calc(100% - 26px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-wrap .side-item a.news-a span {
  width: 20px;
  height: 20px;
  background: #f4f5f6;
  border-radius: 3px;
  font-size: 12px;
  color: #b7b7b7;
  line-height: 20px;
  text-align: center;
}

.side-wrap .side-item a.news-a:first-child span {
  color: #fff;
  background: #cd2837;
}

.side-wrap .side-item a.news-a:nth-child(2) span {
  color: #fff;
  background: rgba(205, 40, 55, 0.7);
}

.side-wrap .side-item a.news-a:nth-child(3) span {
  color: #fff;
  background: rgba(205, 40, 55, 0.4);
}

.side-wrap .side-item a.side-a {
  margin-bottom: 15px;
  height: 90px;
  position: relative;
}

.side-wrap .side-item a.side-a .img {
  width: 120px;
  height: 90px;
  margin-right: 10px;
  overflow: hidden;
}

.side-wrap .side-item a.side-a .txt {
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.side-wrap .side-item a.side-a .txt h5 {
  font-size: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: bold;
  color: #000000;
}

.side-wrap .side-item a.side-a .txt h5 label {
  width: 76px;
  height: 24px;
  font-size: 12px;
  position: absolute;
  left: 44px;
  bottom: 0;
}

.side-wrap .side-item a.side-a .txt p {
  font-size: 12px;
  color: #666;
  line-height: 1.2;
}

.side-wrap .side-item a.side-a .txt p strong {
  font-size: 16px;
  color: #cd2837;
  line-height: 1;
  margin-right: 5px;
}

.newsTop .website,
.newsTop .website a {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.newsPage .main-section article > h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
  height: auto;
}

.newsPage .main-section article > p.arti-date {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  margin-bottom: 24px;
}

.newsPage .main-section article > p.brief {
  width: 100%;
  height: auto;
  padding: 24px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  margin-bottom: 36px;
  background: #f4f5f6;
}

.newsPage .main-section article > p.content {
  text-align: justify;
  text-indent: 32px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 30px;
}

.newsPage .main-section .article-links a {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
}

.newsPage .main-section .article-links a:hover {
  color: #cd2837;
}

.main-section table.calc-table {
  width: 100%;
  background: #fafafd;
  table-layout: auto;
}

.main-section table.calc-table th,
.main-section table.calc-table td {
  height: 45px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border: 2px solid #fff;
}

.main-section table.calc-table tr.r2 td {
  background: #f3f4f6;
}

.main-section table.calc-table th {
  background: #e4e8f3;
  font-weight: bold;
  text-align: center;
}

.main-section table.calc-table td.sort {
  text-align: left;
}

.main-section table.calc-table td input {
  height: 36px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #000;
  display: block;
  background: #fff;
  border: 1px solid #ededed;
  margin: 0 auto;
}

.main-section table.calc-table td input.num {
  width: 100px;
}

.main-section table.calc-table td span {
  height: 36px;
  width: 100px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
}

.main-section table.calc-table td a {
  width: 36px;
  height: 36px;
}

.main-section table.calc-table td a.minus {
  background: url(../images/minus.png) center center no-repeat;
  background-size: 20px;
  float: left;
}

.main-section table.calc-table td a.add {
  background: url(../images/Add%20New.png) center center no-repeat;
  background-size: 20px;
  float: right;
}

.main-section table.calc-table tr.tfoot td:first-child {
  padding-left: 130px;
  text-align: left;
  background: #fefbfb;
}

.main-section table.calc-table tr.tfoot td:last-child {
  padding-right: 240px;
  text-align: right;
  background: #fdf1f2;
}

.main-section table.calc-table tr.tfoot td input,
.main-section table.calc-table tr.tfoot td span {
  text-align: center;
  width: 100px;
  margin: 0 5px;
  display: block;
  font-weight: bold;
}

.main-section table.calc-table tr.tfoot td span.result-d,
.main-section table.calc-table tr.tfoot td span.result-e {
  width: auto;
  min-width: 45px;
}

.main-section table.calc-table tr.tfoot td input {
  width: 100px;
}

.main-section .operate-table {
  margin: 32px 0 48px 0;
}

.main-section .operate-table a {
  width: 238px;
  height: 45px;
  background: #f1f1f1;
  margin: 0 14px;
  font-size: 16px;
  color: #666;
}

.main-section .operate-table a.sub-btn {
  background: #cd2837;
  color: #fff;
}

.main-section .operate-table a:hover {
  opacity: 0.7;
}

.main-section table.calc-table input::-webkit-input-placeholder {
  color: #000;
}

.main-section table.calc-table input:-moz-placeholder {
  color: #000;
}

.main-section table.calc-table input::-moz-placeholder {
  color: #000;
}

.main-section table.calc-table input:-ms-input-placeholder {
  color: #000;
}

.logo-Pic {
  height: 32px;
  position: relative;
  cursor: pointer;
}

.logo-Pic img.small {
  height: 32px;
}

.logo-Pic .original {
  width: 180px;
  height: auto;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 999;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

  display: none;
}

.logo-Pic .original img {
  width: 100%;
}

.logo-Pic:hover .original {
  display: block;
}

.operate dl dd #qy-sub a,
.operate dl dd .sub2 a,
.operate dl.lx-dl dd a {
  margin-right: 24px;
}

.form-bg .content .right.engForm form .form-item {
  margin-bottom: 8px;
}

.form-bg .content .right.engForm form .form-item input,
.form-bg .content .right.engForm form .form-item select {
  height: 32px;
}

.form-bg .content .right.engForm form .form-item label {
  height: 32px;
}

.form-bg .content .right.engForm form .form-item font {
  top: 8px;
}

.form-bg .content .right.engForm .form-footer {
  margin-top: 8px;
}

.form-bg.english .content {
  padding-top: 16px;
  padding-bottom: 16px;
}

.form-bg .content .head {
  padding-bottom: 16px;
}

.form-bg.english .content .head h1 {
  font-size: 24px;
  margin-bottom: 6px;
}

.form-bg.english .content .head h2 {
  font-size: 16px;
}

.form-bg .content .right.engForm .form-footer {
  margin-top: 0;
}

.form-bg.english .content .right .form-footer input {
  margin-bottom: 6px;
}

.form-below {
  padding-top: 8px;
}

.form-below a.contact-item {
  margin-bottom: 0;
}

.form-bg.english .content .left h3 {
  margin-bottom: 10px;
}

/* 2021-04-01 Added */
.listSection
  .list-item
  .des-con
  ul.details.details-added
  li:first-child:before {
  content: "";
  display: block;
  background: url(../images/mj@2x.png) center center no-repeat;
  background-size: contain;
}

.listSection
  .list-item
  .des-con
  ul.details.details-added
  li:first-child
  > span {
  color: #cd2837;
  font-size: 18px;
  font-weight: bold;
  margin: 0 5px;
}

.listSection .list-item .des-con ul.details.details-added li:last-child:before {
  content: "";
  display: block;
  background: url(../images/lp@2x.png) center center no-repeat;
  background-size: contain;
}

.listSection .list-item .des-con ul.details.details-added label {
  padding: 6px 10px;
}

.listSection .list-item .des-con .price-date > span {
  font-size: 16px;
  color: #666;
}

.listSection .list-item .des-con .price-date > span > strong {
  font-size: 18px;
  color: #596d9f;
}

.searchHidden {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform-origin: top;
  -webkit-transform-origin: top;
}

.show-hidden-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  font-size: 12px;
  color: #333;
  height: 26px;
  margin-bottom: 10px;
  margin-left: 32px;
  padding: 0 14px;
}

.show-hidden-btn:hover {
  border-color: #596d9f;
  background: #596d9f;
  color: #fff;
}

.searchBanner {
  position: relative;
  height: 540px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: none;
}

.searchBanner img {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.searchBanner .con {
  max-width: 700px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  padding: 50px;
}

.searchBanner .con h1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
}

.searchBanner .con p,
.searchBanner .con pre {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
  display: block;
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.no-result-con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  flex-flow: column;
  padding: 56px 0 64px 0;
}

.no-result-con > img {
  width: 348px;
  margin-bottom: 12px;
}

.no-result-con > p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  line-height: 1.5;
  margin-bottom: 24px;
}

.no-result-con > p > a {
  color: #cd2837;
}

.no-result-con > p > a:hover {
  opacity: 0.5;
}

.no-result-con > .wt-input {
  width: 312px;
}

.index-icos,
.index-M1,
.index-M2 {
  display: none;
}

.mobile-s-title {
  display: none;
}

.wrap-item .office-list li.list-name span.col1 {
  height: auto;
}

.Mobile-footer,
.Mobile-form {
  display: none;
}

.form-bg .content .right.engForm form .form-item.textarea-item {
  background-color: white;
  width: 100%;
  height: 96px;
  margin-right: 0;
}

.form-bg .content .right.engForm form .form-item.textarea-item > textarea {
  width: 100%;
  height: 100%;
  padding: 40px 30px 0 0;
  text-indent: 0;
}

.mobile-select-bg {
  display: none;
}

.js-slide {
  position: relative;
}

.js-slide .more-link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.noPage {
  background-color: white;
  padding-top: 80px;
  min-height: 100vh;
}

.noPage .no-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  padding: 80px;
  border-top: 1px solid #eee;
}

.noPage .no-section .imgposter {
  max-width: 480px;
  margin-bottom: 50px;
}

.noPage .no-section .imgBelow {
  max-width: 80%;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 64px;
}

.noPage .no-section .redBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 52px;
  border-radius: 26px;
  background-color: #cd2837;
  font-size: 20px;
  color: white;
}

@media screen and (max-width: 768px) {
  .noPage .no-section {
    padding: 0.8rem;
  }

  .noPage .no-section .imgposter {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }

  .noPage .no-section .imgBelow {
    font-size: 0.32rem;
    margin-bottom: 0.64rem;
  }

  .noPage .no-section .redBtn {
    width: 2.4rem;
    height: 0.72rem;
    border-radius: 40px;
    background-color: #cd2837;
    font-size: 0.36rem;
    color: white;
  }
}

.related-news {
  padding: 30px 0;
  *zoom: 1;
}

.related-news:before,
.related-news:after {
  content: "";
  display: table;
  height: 0;
}
.related-news:after {
  clear: both;
}
.related-news > h4 {
  font-size: 18px;
  color: #323232;
  line-height: 2;
}

.related-news > a {
  width: 48%;
  display: inline-block;
  height: auto;
  font-size: 0;
  float: left;
  padding: 5px 0;
  cursor: pointer;
}

.related-news > a > p {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #696969;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.8;
}

.related-news > a:hover p {
  color: #cd2837;
}

.related-news > a:nth-child(2n) {
  width: 52%;
  padding-right: 32px;
}

.link-head {
  position: relative;
}

.link-owner {
  padding: 0.6em 1.2em;
  font-size: 1em;
  color: #cd2837;
  border: 1px solid #cd2837;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: -0.5em;
}
.link-owner:hover {
  background: #cd2837;
  color: white;
}

@media screen and (max-width: 768px) {
  .related-news {
    padding: 0.48rem 0;
  }
  .related-news > h4 {
    font-size: 0.28rem;
  }

  .related-news > a {
    width: 100%;
    padding: 0.1rem 0;
    cursor: pointer;
  }

  .related-news > a > p {
    font-size: 0.24rem;
  }

  .related-news > a:nth-child(2n) {
    width: 100%;
    padding-right: 0;
  }
}

.hot_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
}

.hot_list li {
  padding: 0.5em 2em 0.25em 0;
}

.hot_list li > a {
  color: #323232;
}

.hot_list li > a:hover {
  color: #cd2837;
}

.page_header.sticky {
  position: sticky;
  top: 0px;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page_header.sticky .page_top_nav {
  display: none;
}

.page_top_nav {
  background-color: #333;
}

.page_top_nav .text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  color: #a3a3a3;
}

@media screen and (max-width: 992px) {
  .page_top_nav {
    display: none;
  }
}

.page_web_header {
  background-color: #fff;
  height: 118px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
}

.page_web_header .header_con {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
}

.page_web_header .nav_logo {
  font-size: 31px;
  color: #d0ab65;
  font-weight: 600;
  margin-right: 35px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
}

.page_web_header .nav_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  margin-top: 5px;
}

.page_web_header .nav_list .item {
  border-left: 1px solid #dbdbdb;
  padding: 0 35px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.7;
}

.page_web_header .nav_list .item > a {
  text-align: center;
  color: #d0ab65;
}

.page_web_header .nav_list .item .c {
  font-size: 18px;
  font-weight: 600;
}

.page_web_header .nav_list .item .u {
  font-size: 0.75em;
  font-weight: 400;
}

.img_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_banner .swiper-container .swiper-button-prev,
.page_banner .swiper-container .swiper-button-next {
  background: rgb(51 51 51 / 50%);
  color: #fff;
  width: 70px;
  font-weight: 600;
  height: 70px;
  border-radius: 70px;
  opacity: 0.5;
}

.page_section .p-title {
  text-align: center;
  margin: 10px auto 6px auto;
  font-size: 26px;
  color: #d0ab65;
}

.page_section .p-desc {
  text-align: center;
  font-size: 13px;
  line-height: 2;

  margin: 0 auto;
  width: 300px;
  z-index: 1;
  position: relative;
  color: #a4977e;
  font-family: Arial;
}
.page_section .p-desc-box {
  text-align: center;
}

.page_section .p-desc-box .p-desc {
  padding: 0 20px;
  width: auto;
  display: inline-block;
  background-color: #fff;
}

.page_section .p-line {
  height: 1px;
  background: #a4977e;
  width: 100%;
  position: relative;
  top: -14px;
}

.page_section {
  padding: 60px 0 0 0;
}

.row {
  padding-top: 36px;
}

.t-box {
  padding: 25px;
  background: #fff;
}
.t-box .title {
  font-size: 1.125em;
  margin-bottom: 25px;
}
.t-box table {
  width: 100%;
  font-size: 0.9em;
  text-indent: 2em;
}
.t-box table.center td {
  text-align: center;
  text-indent: 0;
}
.t-box table tr.c2 td {
  background: #018bb8;
  color: #fff;
}
.t-box table tr.c1 td {
  background: #c8d2d5;
}
.t-box table td {
  border: 1px solid #ebebeb;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}

.t-box table td:first-child {
  width: 270px;
}

.t-box table td.c1 {
  background: #ecf1f2;
}

.info_item {
  margin-bottom: 10px;
  display: flex;
  -ms-display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 30px;
  font-size: 16px;
  color: #999;
}

.info_item font,.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.info_item .text {
  color: #323232;
  line-height: 30px;
  font-size: 16px;
  display: block;
  cursor: pointer;
}

.info_item a:hover {
  color: #d0ab65;
}

.icon-mobile {
  background-image: url(../images/phone.svg);
}

.icon-tel {
  background-image: url(../images/tel.svg);
}

.icon-location {
  background-image: url(../images/location.svg);
}

.icon-subways {
  background-image: url(../images/subway.svg);
}

.icon-marker {
  background-image: url(../images/marker.svg);
}

.icon-tel-white {
  background-image: url(../images/tel-white.svg);
}

#contact{
  padding-bottom: 60px;
}

/*foot_bot*/
.foot {
  width: 100%;
  float: left;
  border-top: 1px solid #d7d7d7;
  font-size: 15px;
}
.foot_bot {
  width: 100%;
  float: left;
  background: #52504d;
}
.foot_bot_con { 
  margin: 10px auto 0;
  text-align: center;
}
.foot_bot_con_top {
  width: 100%;
  float: left;
  color: #999;
}
.foot_bot_con_top ul {
  width: 800px;
  float: left;
  padding: 15px 0;
}
.foot_bot_con_top li {
  float: left;
  list-style-type: none;
  height: 15px;
  line-height: 15px;
  color: #ebebeb;
  padding: 0 21px;
  border-left: 1px solid #999;
}
.foot_bot_con_top a:nth-child(1) li {
  padding-left: 0;
  border-left: 0;
}
.foot_bot_con_top a {
  color: #999;
}
.foot_bot_con_top span {
  width: 800px;
  line-height: 30px;
  float: left;
  text-align: left;
  display: inline-flex;
}
.foot_bot_con_top span p {
  float: left;
  text-align: left;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  text-indent: 2em;
}
.foot_mail {
  background: url(../images/m.png) no-repeat left center;
}
.foot_http {
  background: url(../images/e.png) no-repeat left center;
}
.foot_tel {
  width: 380px;
  height: 100px;
  float: right;
  text-align: center;
  margin-top: 40px;
}
.foot_tel a {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

.foot_tel a:hover {
  color: #d0ab65;
}



.foot_tel i {
  width: 100%;
  float: left;
  font-size: 13px;
  margin-top: 5px;
}
.copyright {
  color: #929292;
  font-size: 12px;
  background: #666;
  width: 100%;
  display: block;
  text-align: center;
  padding: 2px 0;
  margin-top: 5px;
}
.reserved a{color:#999!important;}
.mobile-nav-btn {
    display: none;
  }
@media screen and (max-width: 768px) {
  .mobile-nav-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/list.svg) no-repeat center center;
    background-size: 100%;
  }
  .page_web_header{
    position: sticky;
    top: 0;
    height: 60px;
    line-height: 60px;
    z-index: 9999999;
  }
  .page_web_header .header_con{
    justify-content: space-between;
  }

  .page_web_header .nav_list{
    display: none;
  }
  .page_web_header .nav_list.show{
    display: block;
    position:fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9999999;
    margin: 0 auto;
    padding:0;
    text-align: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  }

  .page_web_header .nav_list .item{
    border-left:none;
    border-top: 1px solid #ebebeb;
    padding: 10px 0;
   
    cursor: pointer;
  }

  .row{
    margin: 0 auto;
  }

  .page_section .w1200{
    padding:0;
  }

  .page_section{
    padding-top: 30px;
  }

  .t-box table td:first-child{
    width:100px;
  }

  .t-box table{
    text-indent: 0.25em;
  }

  .t-box table td{
    padding:15px 0.25em;
    line-height: 1.5;
  }

  .t-box{
    padding:10px;
  }

  .foot_bot_con_top ul{
    width: 100%;
    float: none;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .foot_bot_con_top ul a{   
    width: 50%;
    float: none;
    text-align: left;
    padding: 10px;
  }

  .foot_bot_con_top li{
    border-left: 0;
    padding-left: 0;
  }

  .foot_tel{
    width: 100%;
    height: auto;
    margin-top:0;
    margin-bottom: 20px;
  }

  .foot_bot_con_top a{
    width: 100%;
  }

  .info_item:first-child{
    margin-top:20px;
  }

  .foot_bot_con_top span{
    width: 100%;
    float: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .foot_bot_con_top li{
    width: 100%;
    float: none;
    text-align: center;
  }

  .copyright{
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px;
  }

  .copyright > p {
    display: flex;
    width: 100%;
    flex-direction: column;    
    align-items: center;
    margin: 0 auto;
  }
}