/* 共用样式 */
.content-c {
  width: 1200px;
  margin: 0 auto;
}
/* 1.头部 */
.header {
  height: 80px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: #fff;
  transition: all .4s ease-in;
}
.header-m{
  display: none;
}
.header.active {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.header .header-c{
  position: relative;
  height: 100%;
  width: 1200px;
  margin: auto;
  padding-right: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-c-m{
  display: none;
}
.header .header-c a img {
  display:block;
}
.header .header-c a .logo2{
  padding: 7px 0 0 65px;
  box-sizing: border-box;
}
.header .header-c .nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-c .nav .nav-item {
  margin-left: 65px;
}
.header-c .nav a {
  transition: all 0.2s;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #666;
  padding: 10px;
  box-sizing: border-box;
  line-height: 50px;
  text-align: center;
}
.header-c .nav a:after {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 14px;
  content: "";
  width: calc((100% - 20px) * 0.75);
  height: 1px;
  background-color: #b9ab77;
  text-align: center;
}
.header-c .nav .active a:after {
  display: block;
}
.header-c .nav .active a {
  transform: scale(1.1);
  color: #1d1d1d;
}
.header-c .nav .nav-item:hover a:after {
  display: block;
}
.header-c .nav .nav-item:hover a {
  transform: scale(1.1);
  color: #1d1d1d;
}
/* 2.main部分 */
/* 2.1  上边*/
.main {
  margin-top: 180px;
}
.main .top {
  display: flex;
  justify-content: space-between;
}
.main .top .text {
  width: 395px;
}
.main .top .text .top {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.main .top .text .top .line {
  height: 70px;
  width: 2px;
  background-color: #454545;
  margin-left: -17px;
  position: absolute;
}
.main .top .text .top h3 {
  font-size: 30px;
  color: #4c4c4c;
}
.main .center {
  margin-bottom: 50px;
}
.main .top .text .top p {
  font-size: 14px;
  text-align: right;
  color: #cecece;
  line-height: 20px;
}
.main .top .text .top .eng {
  font-size: 16px;
  color: #4c4c4c;
  padding: 10px 0 24px;
}
.main .top .text .center p {
  width: 395px;
  font-size: 14px;
  margin-top: 24px;
  color: #cecece;
  line-height: 20px;
}
.main .top .text .bot a {
  color: #cecece;
  display: block;
  width: 148px;
  height: 43px;
  border: 1px solid rgb(254, 254, 254);
  margin: 80px auto;
  text-align: center;
  line-height: 43px;
}
.main .top .text .bot a:hover {
  background-color: #b9ab77;
  border: 1px solid #b9ab77;
  color: #ffffff;
}
/* 中间 */
.main .center{
  margin-top: 50px;
}
.main .center img {
  display: block;
  margin: 50px 0;
}
.main .center p {
  width: 710px;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 24px;
}
.main .center .size {
  font-size: 16px;
  margin: 40px 0 12px;
  line-height: 24px;
}
.main .center span {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 24px;
}

/* 轮播 */
/* 标题 */
.wedding-nav {
  font-size: 12px;
}
.wedding-nav span {
  color: #999999;
  margin: 100px 40px 40px 0;
  display: inline-block;
  cursor: pointer;
  background-color: #f7f5f5;
  padding: 7px;
}
.main > .bot {
  background-color: #dddddd;
  padding-bottom: 60px;
}
.main .bot .wedding-nav span:hover {
  color: #0a0a0a;
  box-shadow: 0 0 0 1px #b9ab77 inset;
}
/* 轮播箭头 */
.swiper-button-prev ,.swiper-button-next {
  width: 32px;
  height: 50px;
  background-color: rgb(202, 202, 202);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    color: #fff;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  width: 32px;
  height: 50px;
}
.swiper-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}
.swiper-container .swiper-button-next{
  right: 0px;
}
.more {
  width: 148px;
  height: 43px;
  border: 1px solid #bdbcbc;
  margin: 60px auto;
  margin-bottom: 0;
}
.more a:hover{
  color: #baae81;
  border-color: #baae81;
}
.more a {
  display: block;
  height: 100%;
  color: #bdbcbc;
  line-height: 46px;
  text-align: center;
  font-size: 12px;
}
/* 底部 */
.footer {
  height: 100px;
  background-color: #4d4d4d;
}
.footer-c {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 12px;
}
.footer-c .left {
  height: 100px;
  font-size: 12px;
}
.footer-c .left p {
  margin: 35px 0 13px;
}
.footer-c .right {
  display: flex;
}
.footer-c .right p,
.footer-c .right a {
  margin-right: 48px;
}
.footer-c .right a {
  color: #fff;
}
/* 广告跟随 */
.toup {
  position: absolute;
  right: 200px;
  bottom: 100px;
  z-index: 5;
}
.toup a {
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.1) url(../img/toup-icon.png) no-repeat center
    center;
  display: block;
  border: 1px solid #d3d4d66e;
}
.toup a:last-child {
  background: rgba(0, 0, 0, 0.1) url(../img/phone-icon.png) no-repeat center
    center;
}
.toup a:hover {
  animation: rubberBand 0.5s 1;
  border-color: #b9ab77;
}
