/* 共用样式 */
.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 .logo1{
  width: 121px;
  height: 47px;
}

.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: 155%;
  /* height: 100%; */
  text-decoration: none;
  color: #666;
  padding: 5px 0;
  box-sizing: border-box;
  /* line-height: 50px; */
  text-align: center;
  font-size: 12px;
}

.header-c .nav a:nth-child(1){
  font-size: 15px;
}

.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 {
  transform: scale(1.1);
  color: #1d1d1d;
}

.header-c .nav .nav-item:hover a {
  transform: scale(1.1);
  color: #1d1d1d;
}


.home-m{
  display: none;
}

/* 2.main部分 */
/* 2.1  上边*/
.main {
  margin-top: 129px;
  text-align: center;
}

hr {
  margin: 92px 0 75px;
}

.main h3 {
  font-size: 28px;
  font-family: Meiryo;
  font-weight: 400;
  color: #000000;
}

.main .title p {
  margin: 10px 0 48px;
}

.main p {
  font-size: 18px;
  font-family: YuMincho;
  font-weight: 400;
  line-height: 34px;
  color: #000000;
}

.pc-none{
  display: none;
}

.container {
  margin-bottom: 143px;
}

.container h2 {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 92px;
}

.container table {
  width: 1150px;
  margin: 0 auto;
}

.container table th {
  height: 46px;
  background-color: #eee;
  line-height: 46px;
  font-size: 14px;
  font-family: Meiryo;
  font-weight: bold;
  color: #000000;
}

.container table td {
  border: 1px solid #ccc;
  height: 223px;
  vertical-align: middle;
  padding: 0 25px;
  font-size: 14px;
  font-family: Meiryo;
  font-weight: 400;
  color: #000000;
}

.container table .center {
  text-align: center;
}

table .center img {
  width: 160px;
  height: 160px;
}

.pc-title h3 {
  font-size: 25px;
  font-family: Kozuka Gothic Pr6N;
  font-weight: normal;
  color: #000000;
  margin-bottom: 28px;
}

.pc-title {
  text-align: center;
  font-size: 16px;
  font-family: Kozuka Gothic Pr6N;
  font-weight: normal;
  color: #000000;
  margin-bottom: 92px;
  line-height: 32px;
}

.img{
  width: 1648px;
  padding-bottom: 117px;
  overflow: hidden;
  margin: 0 auto;
}

.img img{
  width: 1037px;
}

.img .fl-left{
  text-align: left;
}

.img .fl-right{
  text-align: right;
  margin: 116px 0 125px;
}




/* 轮播箭头 */
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 50px;
  background-color: #cacaca;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  color: #fff;
}

.more {
  width: 148px;
  height: 43px;
  border: 1px solid #b9ab77;
  margin: 60px auto;
  margin-bottom: 0;
}

.more a {
  display: block;
  height: 100%;
  color: #2d2d2d;
  line-height: 46px;
  text-align: center;
}

/* 底部 */
.bottom {
  width: 100%;
  height: 714px;
  position: relative;
  display: none;
}

.bottom .bottom-title {
  width: 100%;
  padding: 68px 0 64px;
  font-size: 36px;
  font-family: Meiryo;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.bottom img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bottom .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
}

.bottom-w {
  /* display: block; */
  margin: 0 auto;
  width: 1498px;
  display: flex;
}

/* #container {
  width: 735px;
  height: 453px;
  margin-right: 40px;
  background-color: #fff;
} */
iframe{
  width: 735px;
  height: 453px;
  margin-right: 28px;
}

.bottom-w table {
  border: 1px solid #fff;
}

.bottom-w .table {
  overflow: hidden;
}

.table-m{
  display: none;
}


.bottom-w table td {
  border: 1px solid #eee;
  width: 172px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}

.bottom-w .table-title {
  width: 732px;
  height: 55px;
  font-size: 18px;
  font-family: Meiryo;
  font-weight: bold;
  color: #5B5B5B;
  line-height: 55px;
  padding-left: 11px;
  background-color: #eee;
}

.td-first {
  height: 82px;
}

.bottom-w table .common-title {
  width: 172px;
  height: 54px;
}

.bottom-w table .common-td {
  width: 563px;
  height: 54px;
}
/* 广告跟随 */
.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;
}