/* 共用样式 */

/* 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: 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;
}

.header .header-c .logo1{
  width: 121px;
  height: 47px;
}



/* 内容 */
.bgc {
  width: 100%;
  /* height: 283px; */
  margin-top: 80px;
}

.containner ul li .pc-none{
  display: none;
}

.containner .title {
  text-align: center;
  margin: 74px 0 17px;
}

.title h2 {
  font-size: 28px;
  font-family: Meiryo;
  font-weight: 400;
  color: #000000;
  margin-bottom: 11px;
}

.title p {
  font-size: 18px;
  font-family: YuMincho;
  font-weight: 400;
  color: #000000;
}

.containner ul li {
  text-align: center;
  font-size: 18px;
  font-family: Kozuka Gothic Pr6N;
  font-weight: normal;
  color: #000000;
  padding: 60px 0;
}

.containner ul li:nth-child(2) {
  /* border-top: 1px solid #ccc; */
  border-bottom: 1px solid #ccc;
}

.containner .box {
  width: 100%;
  height: 220px;
  background-color: #909090;
  font-size: 18px;
  font-family: KozGoPr6N;
  font-weight: 500;
  color: #FEFEFE;
  text-align: center;
  margin-bottom: 58px;
}

.containner .box p:nth-child(1){
  font-size: 24px;
  font-weight: bold;
  padding: 70px 0 33px;
}


.containner ul li p {
  font-size: 24px;
  font-family: Meiryo;
  font-weight: bold;
  color: #000000;
  margin-bottom: 33px;
}

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

.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;
}