@charset "utf-8";
/* CSS Document */
/* 小丘QQ:1977917927 */

/* ============================================================================================================================*/
/*													 全局样式                                                                   */
/* ============================================================================================================================*/
*,
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #474443;
  background-color: #fff;
  line-height: 1.6;
}
@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
li,
body,
form,
input,
button,
img,
cite,
strong,
em,
table,
td,
th {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: bold;
  font-style: normal;
}
ul,
ol,
li,
dt,
dd,
dl {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
a,
a:focus {
  text-decoration: none;
  color: #474443;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #aa8278;
}
em,
i {
  font-style: normal;
}
img {
  max-width: 100%;
}
input {
  outline: none;
  border: 0;
}
input:focus {
  outline: none;
}
button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}
input::placeholder {
  font-size: 14px;
}

/*========隐藏样式=======*/
.dis_none {
  display: none;
}

/*============================================================================================================================
动画过渡样式
/*============================================================================================================================*/
.transition {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* ============================================================================================================================
css3动画
===============================================================================================================================*/
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.btn:focus {
  outline: none !important;
}

/*============================================================================================================================
 超出省略 
/*============================================================================================================================*/
.ellipsis-1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ellipsis-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-4 {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-5 {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*============================================================================================================================*
 全局内容宽度 
/*============================================================================================================================*/
.container {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  min-width: 1200px;
}
/*============================================================================================================================
浮动	
/*============================================================================================================================*/

.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix {
  clear: both;
}

/*==============================================================================================*/
/*内页海报-css
/*==============================================================================================*/

.page-banner {
  width: 100%;
  overflow: hidden;
  margin-top: -57px;
}
.page-banner img {
  width: 100%;
}

/* ============================================================================================================================
													page-翻页
===============================================================================================================================*/
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #ab8277;
  border-color: #ab8277;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.next-map p {
  position: relative;
  margin-top: 4px;
}
.next-map p:last-child {
  position: relative;
}
.next-map p span {
  display: inline-block;
}
.next-map p .ellipsis-1 {
  display: inline-block;
}

/*==============================================================================================*/
/*头部样式-css
/*==============================================================================================*/
.header_box {
  position: relative;
  z-index: 9999;
  min-height: 57px;
}
.header {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 999;
  left: 0;
  top: 0;
}
.header_fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
}
.header {
  font-size: 18px;
}
.header strong {
  color: #aa8278;
}
.header .left {
  padding: 25px 0 19px;
}
.header .left a {
  color: #474443;
}
.header .logo {
  width: 432px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  z-index: 999;
}
.header .logo dl {
  padding: 25px 0 0;
  width: 100%;
}
.header .logo dl img {
  width: 100%;
}
.header .logo dd {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  z-index: 999;
  width: 171px;
}
.header .right {
  padding: 25px 0 0px 65px;
  background: url(../images/tel.png) left top 15px no-repeat;
  background-size: 60px;
  font-size: 16px;
  margin-right: -10px;
}
.header .right li {
  padding: 0 15px;
}
.header .right li:last-child {
  background: url(../images/ge.png) right center no-repeat;
}
.header .right li .txt {
  color: #474443;
}
.header .right strong {
  font-size: 22px;
}
@media (max-width: 1366px) {
  .header .logo {
    width: 350px;
  }
  .header .logo dd {
    width: 144px;
  }
  .header {
    font-size: 16px;
  }
  .header .right {
    font-size: 14px;
  }
  .header .right strong {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .header .logo {
    left: 425px;
    margin: auto 0;
  }
}
/*==============================================================================================*/
/*导航样式-css
/*==============================================================================================*/
.nav_box {
  position: relative;
  z-index: 888;
  background-color: rgba(255, 255, 255, 0.85);
}
.nav_box .container::before {
  height: 0;
}
.nav_box ul {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_box ul .navli {
  position: inherit !important;
}
.nav_box ul .navli a,
.nav_box ul .navli a span {
  display: block;
  line-height: 57px;
  font-size: 16px;
}
.nav_box ul .navli:nth-child(5) {
  margin: 0 0 0 15%;
}
/*--自身a样式--*/
.nav_box .navlia {
  position: relative;
}
.nav_box .navlia::after {
  right: 0;
  left: 0;
  position: absolute;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  bottom: 25px;
  transition: all 0.5s;
}
.nav_box .navlia:hover::after {
  border-bottom: 6px solid #aa8278;
  bottom: 0;
}
.nav_box ul .navli:nth-child(7) .navlia::before {
  left: -15%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  content: "";
  width: 130%;
  height: 48px;
  background: url(../images/nav_on.png) center center no-repeat;
  background-size: 100%;
}
.nav_box ul li .navlia span::before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  line-height: 2px;
  background-color: #aa8278;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_box ul li .navlia:hover span::before {
  width: 100%;
  left: 0;
}

/*-子类-*/
.nav_box .navsub {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 57px;
  width: 100%;
  height: auto;
  background: rgba(71, 68, 67, 0.9);
  overflow: hidden;
  z-index: 2;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.nav_box .navli.on .navsub {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.nav_box .navli .navsub .container {
  padding: 20px 30px 8px;
}
.nav_box .navli .navsub ol {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.nav_box .navli .navsub li {
  width: 20%;
  padding: 0 3%;
}
.nav_box .navli .navsub li a {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.nav_box .navli .navsub li a:hover {
  color: #aa8278;
}
.nav_box .navli .navsub li dl {
  width: 100%;
  position: relative;
  padding-top: 66.5%;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.nav_box .navli .navsub li dl img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.nav_box .navli .navsub li:hover img {
  transform: scale(1.05);
}
.nav_box .navli .navsub .subli {
  width: auto;
  padding: 0;
  margin: 0 15px;
}
/*-电话-*/
.nav_tel,
.header_fixed .header {
  display: none;
}
.header_fixed .nav_box ul .navli:nth-child(5) {
  margin: 0;
}
.header_fixed .nav_box {
  background-color: rgba(71, 68, 67, 0.75);
}
.header_fixed .nav_box ul .navli a span {
  color: #fff;
}
.header_fixed .nav_box .nav_tel {
  display: block;
  overflow: hidden;
  width: 200px;
}
.header_fixed .nav_box .nav_tel a {
  color: #fff;
  font-size: 24px;
  text-align: right;
  display: block;
}

/*=======================================
分页器样式
========================================*/
.swiper-pagination-bullet-active {
  background-color: #aa8278;
}
.swipwe-pagination-white .swiper-pagination-bullet {
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: initial;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 6px !important;
}
.swipwe-pagination-white .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
/*=======================================
咨询按钮样式
========================================*/
.bdsq {
  width: 1.86rem;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: url(../images/tm.png) no-repeat right 8px top 2px;
  background-size: 0.32rem 0.45rem;
  background-color: #ab8277;
  transition: all 0.5s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
}
.bdsq:hover,
.bdsq:focus {
  color: #ffffff;
  background-color: #977b73;
}
.bdsq-white {
  background: url(../images/tm1.png) no-repeat right 8px top 2px;
  background-color: #eeedec;
  color: #474443;
}
.bdsq-white:hover,
.bdsq-white:focus {
  color: #474443;
  background-color: #ffffff;
}
.bdsq-black {
  background: url(../images/tm.png) no-repeat right 8px top 2px;
  background-color: #474443;
  color: #fff;
}
.bdsq-black:hover,
.bdsq-black:focus {
  color: #fff;
  background-color: #3f3d3d;
}

/*=======================================
咨询表单样式
========================================*/
.Pop-box {
  display: none;
  position: fixed;
  width: 750px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}
.Pop-box > div {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.Pop-box::before {
  content: "";
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.Pop-box .Pop-main {
  position: relative;
  z-index: 2;
  width: 750px;
  margin: auto;
  min-height: 400px;
  padding: 50px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.Pop-box .Pop-title {
  line-height: 2.5;
  text-align: center;
  margin-bottom: 10px;
  width: 400px;
  margin: 0 auto;
}
.Pop-box .up {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 30px;
}
.Pop-box form {
  width: 400px;
  margin: 10px auto 0;
}
.Pop-box .form-row {
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  line-height: 38px;
  border: 1px solid #cbcaca;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px;
}
.Pop-box .form-verify {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Pop-box .verify {
  padding: 5px;
  width: 220px;
  margin-right: 20px;
  height: 50px;
  line-height: 38px;
  border: 1px solid #cbcaca;
}

.Pop-box .form-row input {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.Pop-box .verify {
  padding: 5px 10px;
}
.Pop-box .verify::placeholder {
  color: #999999 !important;
  font-size: 16px;
}

.Pop-box .row-label {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: normal;
}
.Pop-box .row-label img {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}
.Pop-box .btn {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: url(../images/tm.png) no-repeat right 8px top 2px;
  background-size: 40px 50px;
  background-color: #ab8277;
}

/*=======================================
banner_box
========================================*/
.banner_box {
  position: relative;
  margin-top: -57px;
  width: 100%;
  overflow: hidden;
}
.banner_box .banner_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.banner_box .banner_container .swiper-slide {
  position: relative;
}
.banner_box .banner_container .swiper-slide a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.banner_box .banner_container img {
  width: 100%;
}
.banner_box .banner_container .banner_prev,
.banner_box .banner_container .banner_next {
  position: absolute;
  width: 37px;
  height: 60px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.banner_box .banner_container .banner_next {
  right:1.35rem;
  background: url(../images/right.png) no-repeat center;
  background-size: cover;
}
.banner_box .banner_container .banner_prev {
  left:1.35rem;
  background: url(../images/left.png) no-repeat center;
  background-size: cover;
}
.banner_box .banner_container:hover .banner_next,
.banner_box .banner_container:hover .banner_prev {
  opacity: 1;
}
.banner_box .banner_prev:focus,
.banner_box .banner_next:focus {
  outline: none;
}

/*=======================================首页样式========================================*/
/*=======================================
标题样式
========================================*/
.guide-title {
  width: 100%;
  text-align: center;
}
.guide-title h1 {
  color: #474443;
  font-size: 35px;
  font-weight: normal;
}
.guide-title h1 strong {
  font-size: 50px;
  color: #ab8277;
  font-style: italic;
  letter-spacing: 4px;
  padding-right: 2px;
}

.guide-title p {
  margin: 15px 0 20px;
  font-size: 16px;
  color: #ab8277;
  line-height: 22px;
}
.guide-title p img {
  width: 16px;
  height: 16px;
  margin: -2px 10px 0 0;
}
@media (max-width: 1440px) {
  .guide-title h1 {
    font-size: 28px;
  }
  .guide-title h1 strong {
    font-size: 40px;
  }
}
/*=======================================
分类标题样式
========================================*/
.interval {
  width: 75px;
  height: 3px;
  background-color: #ab8277;
  clear: both;
  margin: 0 auto;
}

.guide-cate {
  width: 100%;
}
.guide-cate ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-cate ul li {
  margin: 0 10px;
  -moz-border-radius: 21px;
  -o-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #474443;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 22px;
  cursor: pointer;
}
.guide-cate ul li i {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 2px;
}
.guide-cate ul li.on {
  background-color: #ab8277;
  border: 1px solid #ab8277;
  color: #ffffff;
}
.guide-cate ul li.on i {
  background-position: top !important;
}

/*=======================================
了解更多样式
========================================*/
.more {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*=======================================
guide-service-item-box
========================================*/

.guide-numbers-box {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #f9f9f9;
}
.guide-numbers-box a,
.guide-numbers-box a li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guide-numbers-box a li dl {
  width: 0.45rem;
  margin-right: 0.25rem;
}
.guide-numbers-box a li dl img {
  width: 100%;
}
.guide-numbers-box a li dd p {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  color: #474443;
}
.guide-numbers-box a li dd em {
  font-size: 0.55rem;
}
.guide-numbers-box a li dd i {
  margin: 6px 0 0 10px;
  padding: 3px;
  font-size: 0.16rem;
  background-color: #ab8277;
  color: #fff;
}
.guide-numbers-box a li dd span {
  display: block;
  font-size: 0.16rem;
  color: #ab8277;
  margin-top: 0.05rem;
}

/*=======================================
guide-service-item-box
========================================*/
.guide-service-item-box {
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
}
.service-item-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.service-item-main ol {
  position: relative;
  padding: 25px 12px 50px;
}
.service-item-main ol li {
  float: left;
  width: 25%;
  padding: 0 18px;
}
.service-item-main ol li.active {
  width: 50%;
}
.service-item-main ol li .pic {
  position: relative;
}
.service-item-main ol li dl {
  position: relative;
  height: 495px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1460px) {
  .service-item-main ol li dl {
    height: 400px;
  }
}
.service-item-main ol li dl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  background: rgba(71, 68, 67, 0.6);
}
.service-item-main ol li dd {
  position: absolute;
  z-index: 2;
  bottom: 12%;
  left: 0;
  padding: 0 10%;
  width: 100%;
  color: #ffffff;
}
.service-item-main ol li dd h3 {
  font-size: 0.25rem;
  line-height: 0.4rem;
}
.service-item-main ol li dd p {
  font-size: 0.18rem;
  line-height: 0.4rem;
}
.service-item-main ol li dd span {
  margin-top: 10px;
  display: inline-block;
  width: 70px;
  height: 12px;
  background: url(../images/more.png) no-repeat;
  background-size: auto 100%;
}
.service-item-main ol li .more {
  position: absolute;
  z-index: 3;
  left: -20px;
  bottom: 18%;
  width: 240px;
}
.service-item-main ol li .more > div {
  width: 240px;
  height: 62px;
  line-height: 62px;
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  display: block;
  text-align: center;
  position: relative;
  background: #ab8277;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
}
.service-item-main ol li .more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 20px;
  height: 17px;
  background-image: url(../images/xs.png);
  background-size: cover;
}
.service-item-main ol li .more::after {
  width: 45px;
  height: 100%;
  background-size: cover;
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  background-image: url(../images/tm.png);
}
.service-item-main ol li.active dd,
.service-item-main ol li .more {
  opacity: 0;
}
.service-item-main ol li.active .more {
  opacity: 1;
}
.service-item-main ol li.active dl::after {
  opacity: 0;
}
/*--装修底部切换板块--*/
.service-item-main .button-div {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  min-width: 250px;
  height: 25px;
  padding: 3px 0;
  bottom: 0px;
  z-index: 3;
}
.service-item-main .swiper-pagination {
  left: 0;
  right: 0;
  margin: -3px auto 0;
}

/*=======================================
guide-calculate-box
========================================*/
.guide-calculate-box {
  overflow: hidden;
}
.calculate-main {
  background-image: url(../images/jsbj.jpg);
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  padding: 35px 30px;
  margin-top: 25px;
}
.calculate-quotation,
.calculate-quotation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.calculate-quotation p {
  font-size: 30px;
  margin-right: 10px;
}
.calculate-quotation li {
  text-align: center;
  line-height: 62px;
  font-size: 40px;
  border-radius: 16px;
  width: 52px;
  height: 62px;
  background-color: #ffffff;
  margin: 0 8px;
}
.calculate-content {
  overflow: hidden;
  position: relative;
  padding-top: 30px;
}
.calculate-main .left {
  float: left;
  width: 430px;
}
.calculate-main .form-row {
  display: flex;
  margin-bottom: 0.2rem;
  position: relative;
}
.calculate-main label {
  line-height: 36px;
  white-space: nowrap;
  font-weight: normal;
  margin: 0;
}
.calculate-main .form-row span {
  font-size: 14px;
  color: #aa8278;
  position: absolute;
  right: 10px;
  line-height: 36px;
}
.calculate-main .left select {
  width: 360px;
  line-height: 36px;
  border: none;
  background-color: #fff;
  text-align: center;
  text-align-last: center;
  border-radius: 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.calculate-main .left input {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  width: 360px;
  outline: none;
  color: #474443;
  border-radius: 8px;
  border: none;
}
.calculate-main .left p {
  width: 100%;
  font-size: 20px;
  margin: 15px 0;
}
.calculate-main .pop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 1.86rem;
  height: 2.72rem;
  background-image: url(../images/js.png);
  background-size: cover;
  padding: 1.3rem 0 0.45rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 0.35rem;
  color: #ffffff;
  cursor: pointer;
  background-color:rgba(0, 0, 0, 0);
  border: none; 
  box-shadow: none;
}
.calculate-main .right {
  width: 438px;
  float: right;
}
.calculate-main .right .title {
  width: 100%;
  font-size: 20px;
  margin: 15px 0;
}
.calculate-main .right ul {
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.85);
}
.calculate-main .right ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3;
  font-size: 0.18rem;
}
.calculate-main .right ul li img{
    width: 100px;
}
.calculate-main .right ul i {
  color: #ab8277;
}
.calculate-main .right dd {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.85);
  height: 45px;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.calculate-main .right dd strong {
  font-size: 0.25rem;
}

/*=======================================
guide-designer-box
========================================*/
.guide-designer-box {
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
}

.designer-main .designer-top {
  margin: 20px auto 10px;
  background: url(../images/designer-b.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.designer-top .btn {
  position: absolute;
  margin: auto;
  bottom: 77px;
  left: 0;
  right: 0;
}
.designer-main .left {
  float: left;
  width: 5.48rem;
  height: 7.2rem;
  margin-right: 0.15rem;
}
.designer-main .left a {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.designer-main .right {
  overflow: hidden;
  color: #ffffff;
  font-size: 0.16rem;
}
.designer-main .right dl {
  height: 3.32rem;
  width: 100%;
  overflow: hidden;
}
.designer-main .right dl img {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.designer-main .right dl:hover img {
  transform: scale(1.05);
}
.designer-main .right dd {
  padding: 0.2rem;
}
.designer-main .right h3 {
  font-size: 0.16rem;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
  font-size: 0.3rem;
}
.designer-main .right h3 span {
  font-size: 0.16rem;
  margin-left: 2px;
}
.designer-main .right p,
.designer-main .right h3 {
  margin-bottom: 0.2rem;
}
.designer-main .right .more {
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.designer-main .right .more a {
  margin-left: 20px;
}
.designer-top .swiper-button-next {
  right: 30px;
  background-image: url(../images/next-w.png);
}
.designer-top .swiper-button-prev {
  left: 30px;
  background-image: url(../images/prev-w.png);
}
.designer-top .swiper-button-next,
.designer-top .swiper-button-prev {
  background-color: #5d4946;
  width: 39px;
  height: 45px;
  background-size: 70%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.motto {
  font-size: 0.28rem;
  font-family: "XianErTi", Arial, Helvetica, sans-serif;
}
/*--designer-thumbs--*/
.designer-thumbs {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.designer-thumbs .swiper-slide {
  width: 18.125% !important;
  height: 154px;
  cursor: pointer;
  overflow: hidden;
}
.designer-thumbs .swiper-slide img {
  width: 100%;
}
.designer-thumbs .swiper-slide-thumb-active {
  width: 27.5% !important;
  background: #ab8277;
  cursor: pointer;
  padding: 0.75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.designer-thumbs .swiper-slide-thumb-active dl,
.designer-thumbs .swiper-slide-thumb-active dd {
  width: 48.5%;
  height: 134px;
}
.designer-thumbs .swiper-slide dl,
.designer-thumbs .swiper-slide dd {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.designer-thumbs .swiper-slide-thumb-active dd {
  flex-direction: column;
  color: #ffffff;
}
.designer-thumbs .swiper-slide-thumb-active dd p {
  font-size: 0.25rem;
}
.designer-thumbs .swiper-slide-thumb-active dd span {
  font-size: 0.2rem;
}

/*=======================================
guide-manage-box
========================================*/
.guide-manage-box {
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.manage-main {
  margin-top: 20px;
}
/*--manage-top-*/
.manage-top {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.manage-top .left {
  float: left;
  width: 9.7rem;
  position: relative;
  overflow: hidden;
}
.manage-top .left dl {
  width: 7.9rem;
  height: 5rem;
  background-size: cover;
}
.manage-top .left dd {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.9rem;
  height: 4.85rem;
  background-size: cover;
}
.manage-top .right {
  position: relative;
  overflow: hidden;
  padding: 20px 0 60px 20px;
}
.manage-top .right h3 {
  font-weight: normal;
  font-size: 0.3rem;
  margin: 0 0 0.1rem;
}
.manage-top .right p {
  line-height: 0.4rem;
  margin-bottom: 0.05rem;
}
.manage-top .right .item {
  display: flex;
  align-items: flex-start;
}
.manage-top .right .item span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 1.2rem;
}
.manage-top .right p em {
  font-size: 0.3rem;
  margin-right: 10px;
  line-height: 0.3rem;
}
.manage-top .right .more {
  float: left;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*--manage-thumbs--*/
.manage-thumbs {
  width: 100%;
  overflow: hidden;
}
.manage-thumbs li {
  height: 1.84rem;
  overflow: hidden;
}
.manage-thumbs .swiper-slide-thumb-active{
  border: 2px solid #ab8277;
  box-sizing: border-box;
}

/*=======================================
guide-master-box
========================================*/
.guide-master-box {
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0;
}
.master-main {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 60px;
}
.master-main .left {
  float: left;
  width: 485px;
  height: 596px;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 30px;
}
.master-main .left img {
  width: 100%;
}
.master-main .right {
  overflow: hidden;
}
.master-main .right dl {
  margin: 0.35rem 0 0.15rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.master-main .right dl h3 {
  margin-right: 3px;
}
.master-main .right dd {
  margin: 15px 0;
}
.master-main .right p {
  max-height: 1.2rem;
  line-height: 0.4rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.master-main .right dl p {
  line-height: 1;
}
.master-main .right dd p:first-child {
  font-weight: bold;
  color: #ab8277;
}
.master-main .right .more {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.master-main .right dt {
  font-size: 20px;
  margin: 40px 0 20px;
  font-weight: normal;
}
.master-main .right ul {
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -1%;
}
.master-main .right ul li {
  width: 31.33%;
  margin: 0 1%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.master-main .right ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 77%;
}
.master-main .right ul li a img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 100%;
}
/*--底部切换板块--*/
.master-main .button-div {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  min-width: 250px;
  height: 25px;
  padding: 3px 0;
  bottom: 0px;
  z-index: 3;
}
.master-main .swiper-pagination {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*=======================================
guide-spirit-box
========================================*/
.guide-spirit-box {
  padding: 0.5rem 0;
  background: url(../images/adv-b.jpg) no-repeat center;
  background-size: cover;
}
.guide-spirit-box .guide-title h1,
.guide-spirit-box .guide-title p {
  color: #ffffff;
}
.guide-spirit-box .interval {
  background-color: #fff;
}
/*--spirit-top--*/
.spirit-top {
  overflow: hidden;
  margin: 20px auto 10px;
  background-color: #ffffff;
}
.guide-spirit-box li dl,
.guide-spirit-box li .right {
  float: left;
  width: 50%;
  overflow: hidden;
}
.guide-spirit-box li .right {
  padding: 0.8rem 0.5rem;
}
.guide-spirit-box li .right h3 {
  font-weight: normal;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ab8277;
}
.guide-spirit-box li .right dd {
  margin: 20px 0;
  overflow: hidden;
  max-height: 192px;
}
.guide-spirit-box li .right dd p {
  margin-bottom: 24px;
  line-height: 24px;
}
.spirit-top .more {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*--spirit-thumbs--*/
.spirit-thumbs {
  width: 100%;
  overflow: hidden;
}
.spirit-thumbs li {
  position: relative;
  height: 131px;
  background-size: cover;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
}
.spirit-thumbs li::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(72, 68, 67, 0.8);
  z-index: 1;
}
.spirit-thumbs li em,
.spirit-thumbs li p {
  position: relative;
  z-index: 2;
}
.spirit-thumbs li em {
  margin-top: 0.15rem;
  width: 37px;
  height: 3px;
  background-color: #ffffff;
}
.spirit-thumbs li.swiper-slide-thumb-active {
  border: 1px solid #ab8277;
}

/*=======================================
guide-brand-box
========================================*/
.guide-brand-box {
  overflow: hidden;
  margin: 0.5rem 0;
}
.guide-brand-box .brand-main {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.guide-brand-box ul {
  width: 101%;
  margin-left: -0.5%;
}
.guide-brand-box li {
  float: left;
  width: 24%;
  margin: 0.5%;
}
.guide-brand-box li dl {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 67%;
  background-size: cover;
}
.guide-brand-box li dd {
  opacity: 0;
  padding: 0.5rem 0.2rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(170, 130, 120, 0.9);
  line-height: 0.32rem;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.guide-brand-box li dd h3 {
  text-align: center;
  margin-bottom: 0.2rem;
}
.guide-brand-box li dd p {
  height: 0.96rem;
}
.guide-brand-box li:hover dd {
  opacity: 1;
}
.guide-brand-box li a {
  display: block;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.guide-brand-box .more {
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .guide-brand-box li dd p {
    height: 1.2rem;
    line-height: 0.4rem;
  }
}
/*=======================================
guide-partner-box
========================================*/
.guide-partner-box {
  overflow: hidden;
  padding: 0.2rem 0;
  background-color: #aa8278;
}
.guide-partner-box .container {
  position: relative;
}
.guide-partner-box .partner-main {
  margin: 0 96px;
  overflow: hidden;
}
.guide-partner-box li {
  width: 25%;
  max-width: 238px;
  margin-right: 10px;
  overflow: hidden;
}
.guide-partner-box li a {
  display: block;
  width: 100%;
  height: 40%;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.guide-partner-box li a:hover{
    border: 1px solid #474443;
  }

.guide-partner-box li img {
  width: 100%;
}
.guide-partner-box .swiper-button-next {
  background-image: url(../images/next-w.png);
  right: 30px;
}
.guide-partner-box .swiper-button-prev {
  background-image: url(../images/prev-w.png);
  left: 30px;
}
/*=======================================
guide-seneschal-box
========================================*/
.guide-seneschal-box {
  overflow: hidden;
  margin: 0.5rem 0;
}
.guide-seneschal-box .guide-cate {
  margin: 30px 0;
}
.seneschal-main {
  width: 100%;
  overflow: hidden;
}
.seneschal-main ul {
  display: none;
  width: 106.25%;
}
.seneschal-main li {
  float: left;
  width: 12.5%;
}
.seneschal-main li a {
  display: block;
  background: url(../images/lc-more.png) no-repeat right 25% center;
  background-size: 18px;
  padding-top: 35px;
  margin-top: -35px;
  margin-bottom: -5px;
}
.seneschal-main li dl {
  width: 50%;
  text-align: center;
}
.seneschal-main li dl p {
  height: 35px;
  line-height: 35px;
}
.seneschal-main li span {
  position: relative;
  display: block;
  background-color: #aa8278;
  border-radius: 12px;
  width: 100%;
  padding-top: 100%;
}
.seneschal-main li span img {
  position: absolute;
  left: 0;
  right: 0;
  top: -60%;
  bottom: 0;
  margin: auto;
  width: 60%;
}

/*=======================================
guide-promise-box
========================================*/
.guide-promise-box {
  overflow: hidden;
  padding: 0.5rem 0;
  background: url(../images/promise-b.jpg) no-repeat center;
  background-size: cover;
}
.guide-promise-box .more {
  margin: auto;
}
.guide-promise-box .promise-main {
  margin: 30px 0;
  height: 528px;
  overflow: hidden;
}
.promise-main .left {
  float: left;
  width: 354px;
  height: 528px;
  background: url(../images/promise-l.jpg) no-repeat center;
  background-size: cover;
  padding:25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #ffffff;
}
.promise-main .left strong {
  font-size: 30px;
}

/*=======================================
guide-compared-box
========================================*/
.guide-compared-box {
  overflow: hidden;
  margin: 0.5rem 0;
}
/*=======================================
guide-compared-box
========================================*/
.guide-vr-box {
  overflow: hidden;
  margin: 0.5rem 0;
}
.guide-vr-box .hd {
  margin: 30px 0;
}
.guide-vr-box .bd {
  width: 100%;
  overflow: hidden;
}
.guide-vr-box .bd ul {
  display: none;
  position: relative;
  overflow: hidden;
  padding-left: 35.33%;
  width: 102%;
}
.guide-vr-box .bd li {
  position: relative;
  width: 48%;
  padding-top: 30%;
  margin: 0 2% 2% 0;
  overflow: hidden;
  float: left;
}
.guide-vr-box .bd li a {
  display: block;
}
.guide-vr-box .bd li a > div,
.guide-vr-box .bd li a > div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.guide-vr-box .bd li:first-child {
  position: relative;
  margin-left: -52%;
  width: 50%;
  padding-top: 62%;
}
.guide-vr-box .bd li .more {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 60px;
  height: 60px;
}
.guide-vr-box .more {
  margin: 0.1rem auto 0;
}
.guide-vr-box .bd li a dd{
    position: absolute;
    left: 10%;
    bottom:15px;
    width:80%;
    height:36px;
    line-height:36px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    border-radius: 20px;
    padding: 0 10px;
}

/*=======================================
guide-evaluate-box
========================================*/
.guide-evaluate-box {
  background: url(../images/evaluate-b.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding: 0.5rem 0 0;
}
.guide-evaluate-box .evaluate-main {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.guide-evaluate-box .left {
  width: 100%;
  padding-right: 600px;
  background: url(../images/phone.png) no-repeat right 650px bottom;
  height: 7.25rem;
  margin: auto;
  background-size: auto 100%;
}
.guide-evaluate-box .left .box {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-right: 50px;
}
.guide-evaluate-box .left .evaluate-thumbs {
  float: left;
  width: 232px;
}
.guide-evaluate-box .left .evaluate-thumbs li {
  float: left;
  width: 36px;
  padding: 8px 7px;
  text-align: center;
  height: 148px;
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .guide-evaluate-box .left .evaluate-thumbs li {
    height: 126px;
  }
}
.guide-evaluate-box .left .evaluate-thumbs li.on {
  background-color: #aa8278;
  color: #ffffff;
}
.guide-evaluate-box .left .evaluate-thumbs li span {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  margin-bottom: -5px;
}
.guide-evaluate-box .left .evaluate-top {
  position: absolute;
  right: 0.6rem;
  width: 2.41rem;
  height: 4.7rem;
  top: 0.4rem;
  overflow: hidden;
}
.guide-evaluate-box .left .evaluate-top li,
.guide-evaluate-box .left .evaluate-top li img {
  width: 100%;
}
.guide-evaluate-box .right {
  position: absolute;
  top: 15%;
  right: 0;
  width: 585px;
  overflow: hidden;
  text-align: center;
}
.guide-evaluate-box .right h3 {
  margin-bottom: 15px;
}
.guide-evaluate-box .right .slide-box {
  width: 585px;
  overflow: hidden;
  padding: 15px;
  background-color: #efefef;
  margin: 25px 0;
}
.guide-evaluate-box .right .bd {
  overflow: hidden;
}
.guide-evaluate-box .right ul li {
  margin-right: 15px;
  float: left;
  width: 194px;
  height: 212px;
}
@media (max-width: 1650px) {
  .guide-evaluate-box .right {
    top: 10%;
  }
}

/*=======================================
guide-about-box
========================================*/
.guide-about-box {
  position: relative;
  overflow: hidden;
  margin: 0.5rem auto;
}
.guide-about-box .about-main {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.guide-about-box .left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 55.6%;
  height: 90%;
  margin: auto;
  z-index: 2;
  background: url(../images/about-b.jpg) no-repeat center;
  background-size: cover;
  padding: 45px 30px 0;
  line-height: 2.5;
}
.guide-about-box .left .a {
  color: #474443;
}
.guide-about-box .left h3 {
  font-size: 25px;
}
.guide-about-box .left dl p {
  line-height: 0.5rem;
  height: 1.5rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guide-about-box .left em {
  margin: 0.2rem 0 0.1rem;
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ab8277;
}
.guide-about-box .left dd {
  margin: 0.2rem 0 0.3rem;
}
.guide-about-box .left dd p {
  line-height: 2.5;
}
.guide-about-box .left dd p span {
  color: #ab8277;
}
.guide-about-box .right {
  position: relative;
  float: right;
  overflow: hidden;
  width: 47%;
}
.guide-about-box .right li {
  position: relative;
  width: 100%;
  padding-top: 86.7%;
}
.guide-about-box .right li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.guide-about-box .right li a img {
  width: 100%;
}
.guide-about-box .right .swiper-pagination {
  width: auto;
  left: auto;
  right: 10px;
}
.guide-about-box .right .swiper-pagination-bullet {
  background-color: #ffffff;
  margin: 0 10px;
}
.guide-about-box .right .swiper-pagination-bullet-active {
  background-color: #937168;
}

/*=======================================
guide-news-box
========================================*/
.guide-news-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.guide-news-box .more {
  margin: 30px auto 0;
}
.guide-news-box .hd {
  margin: 30px auto 20px;
}
.guide-news-box .hd  ul li:nth-child(3) ,.guide-news-box .bd ul:nth-child(3){
    display: none!important;
}

.news-main ul {
  display: none;
  width: 100%;
  overflow: hidden;
}
.news-main ul .top,
.news-main ul .bottom {
  float: left;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-main ul .top li {
  width: 49%;
}
.news-main ul .top li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-main ul .top li dd,
.news-main ul .top li dl {
  box-sizing: border-box;
  width: 50%;
}
.news-main ul .top li dl {
  position: relative;
  overflow: hidden;
  padding-top: 41.5%;
}
.news-main ul .top li dl img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.news-main ul .top li:hover dl img {
  transform: scale(1.05);
}
.news-main ul .top li dd {
  padding-left: 0.2rem;
}
.news-main ul .top .time {
  color: #8f8f8f;
}
.news-main ul h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  max-height: 56px;
  margin: 0.2rem 0 0.15rem;
}
.news-main ul p {
  color: #8f8f8f;
  line-height: 2;
}
.news-main ul .on {
  margin-top: 0.3rem;
}

.news-main ul .bottom li {
  padding-left: 50px;
  position: relative;
  width: 22%;
}
.news-main ul .bottom em {
  position: absolute;
  left: 0;
  top: 22px;
  width: 33px;
  height: 33px;
  display: block;
  line-height: 33px;
  text-align: center;
  background-color: #474443;
  color: #ffffff;
  font-weight: normal;
}
.news-main ul .bottom li:hover em {
  height: 64px;
  color: #474443;
  line-height: 64px;
  background-color: #e5e5e5;
}
.news-main ul .bottom h4 {
  margin-bottom: 10px;
  line-height: 36px;
  max-height: 72px;
}
.news-main ul .bottom p {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/*=========================================
footer_box
===========================================*/
.footer_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d3d3d3;
  background-color: #eeeeee;
}
.footer_box .footer_top {
  overflow: hidden;
  padding: 0.35rem 0;
  border-bottom: 1px solid #d6d6d6;
}
.footer_box .flogo {
  float: left;
  width: 235px;
}
.footer_box .f-contact .icon {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/fcicon1.png) no-repeat center;
  background-size:80%;
  margin-right: 5px;
}
.footer_box .f-contact .icon2 {
  background: url(../images/fcicon2.png) no-repeat center;
  background-size:80%;
}
.footer_box .f-contact .icon3 {
  background: url(../images/fcicon3.png) no-repeat center;
  background-size: 100%;
}
.footer_box .f-contact .icon4 {
  background: url(../images/fcicon4.png) no-repeat center;
  background-size: 100%;
}

.footer_box .f-contact span {
  font-size: 18px;
}
.footer_box .f-contact p {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #474443;
}
.footer_box .f-contact a > p {
  margin: 0.18rem 0 0.03rem;
}
.footer_box .f-contact a > p em {
  border-radius: 50%;
  border: 1px solid #474443;
}
.footer_box .f-contact {
  float: left;
  width: 491px;
}
.footer_box .f-contact dl {
  float: left;
  width: 50%;
}
.footer_box .f-contact dl strong {
  font-size: 25px;
  color: #aa8278;
}
.footer_box .f-right {
  float: right;
}
.footer_box .f-right li {
  float: left;
  width: 115px;
  margin-left: 35px;
  overflow: hidden;
  text-align: center;
  line-height: 2;
}
.footer_box .f-right li img {
  width: 100%;
}
/*-----footer-nav---*/
.footer_box .footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer_box .footer-nav .title {
  width: 100%;
  margin: 30px 0 15px;
}
.footer_box .footer-nav .title a {
  font-size: 18px;
  color: #474443;
}
.footer_box .footer-nav li a {
  line-height: 36px;
  font-size: 16px;
  color: #999999;
}
/*--友情链接--*/
.footer_box .footer_link {
  clear: both;
  overflow: hidden;
  display: none;
  align-items: center;
}
.footer_box .footer_link a {
  padding: 0 0.1rem;
}
.footer_box .footer-copyright {
  overflow: hidden;
  padding: 0.15rem 0;
  border-top: 1px solid #d6d6d6;
  margin-top: 0.3rem;
}

.footer_box .footer-copyright .footer-copyright_fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
}
.footer_box .footer-copyright .footer-copyright-fl p,
.footer_box .footer-copyright .footer-copyright-fl a {
  float: left;
  color: #999999;
  margin: 0;
}
.footer_box .footer-copyright .footer-copyright-fr {
  float: right;
}
.footer_box .footer-copyright .footer-copyright-fr,
.footer_box .footer-copyright .footer-copyright-fl a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer_box .footer-copyright .footer-copyright-fr img {
  height: 25px;
  margin: -2px 0 0 2px;
}
.footer_box .footer-copyright .footer-copyright-fr a {
  color: #999999;
}
