@charset "utf-8";
/* common */

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	outline: none;

}



*
{
  box-sizing: border-box;
}

/* ::-webkit-scrollbar {
    width: 0;
} */
/*2222222 重点在这里*/
#my-scrollbar {
  height: 100vh;
}

.scroll-content {
  overflow: hidden;
}

#Horizontal {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}

.scrollX {
  width: fit-content;
  height: 100vh;
  display: flex;
}


.scrollbar-track-y {
  z-index: 9999 !important;
}

.scrollbar-track {
  background-color: transparent !important;
  right: 0 !important;
}

.scrollbar-track:hover {
  cursor: grab;
}

/* .scrollbar-thumb {
    background: rgba(0, 0, 0, .5) !important;
} */
/*222222*/
img {
  object-fit: cover;
  vertical-align: middle;
  max-width: 100%;
}

textarea {
  resize: none;
  font-family: inherit;
}

button {
  border: none;
  cursor: pointer;
}

.bezier .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

/*video*/
*[onclick*='video_alert(this)'] video {
  display: none;
}
/*222222222*/
.alert_video {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 1s;
}

.video_active {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.alert_video .joke {
  display: flex;
  position: relative;
  z-index: 2;
}

.alert_video .joke .video {
  width: 100%;
  height: 576px;
  display: block;
}

.alert_video .joke .video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.alert_video .joke .close {
  margin: 0 0 0 25px;
  cursor: pointer;
  height: fit-content;
  transition: 1s;
}

.alert_video .joke .close:hover {
  transform: rotate(90deg);
}

.alert_video .joke .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
/*2222222222*/
.alert_video .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.alert_video.all .joke {
  width: 100%;
  height: 100%;
}

.alert_video.all .joke .video {
  height: 100%;
  object-fit: cover;
}

.alert_video.all .close {
  position: absolute;
  top: 50px;
  right: 50px;
}

.alert_video.all .joke .video video {
  object-fit: cover;
}

.none {
  display: none;
}

.block {
  display: block;
}

#my-scrollbar .scroll-content section {
  overflow: hidden;
}

table {
  
}

/* common */

.common_banner img {
  width: 100%;
  height: 440px;
}

.header {
  width: 100%;
  min-width: 1280px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 100px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 1s;
}
.header.on {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}
.header .logo {
  width: 158px;
}
.header .logo img {
  filter: brightness(5) grayscale(1);
  width:90%
}

.header .nav {
  flex: 1;
  display: flex;
  align-items: right;
  justify-content: right;
  height: 100%;
}
.header .nav a {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
.header .nav .nav_one {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header .nav .nav_one .second {
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%) translateY(15px);
  padding: 23px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 3px 29px -8px rgb(192 196 204 / 70%);
  display: none;
}
.header .nav .nav_one .second:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
}
.header .nav .nav_one .second a {
  font-size: 15px;
  font-weight: normal;
  color: #101010;
  display: block;
  transition: 0.6s;
  white-space: nowrap;
}
.header .nav .nav_one .second a:not(:last-child) {
  margin-bottom: 13px;
}
.header .nav .nav_one:hover .second {
  transform: translateX(-50%) translateY(25px);
  opacity: 1;
  pointer-events: unset;
}
.header .nav .nav_one{
  padding: 0 22px;
  margin: 0 11px 0 0;
}
.header .nav .nav_one:last-child {
/*  padding: 0 11px;
  margin: 0 22px 0 0;*/
  padding-right:0px;
  margin-right:0px;
}
.header .nav .nav_one:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 17px;
  background: #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}



/*22222222*/
.header .nav a u{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	margin-top:4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
}

.common_bread {
  display: none;
}

.common_bread .wrap {
  width: 1420px;
  margin: 34px auto;
  display: flex;
  align-items: center;
}
.common_bread .wrap a:first-child {
  color: rgba(202, 166, 114, 1);
  font-size: 16px;
  margin: 0 9px 0 0;
}
.common_bread .wrap a:nth-child(2) {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #666666;
}
.common_bread .wrap p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
}
.common_bread .wrap .iconfont:nth-child(3) {
  font-size: 20px;
  color: #ababab;
  font-weight: bold;
  margin: 0 5px;
}
.index_footer,
.index_footer .fp-tableCell {
  height: auto !important;
}

.index_footer {
  background: rgba(14, 15, 20, 1);
  width: 100%;
  overflow: hidden;
}

.index_footer .wrap2 {
  margin: 30px auto 0;
  padding: 0 100px;
}

.index_footer .wrap2 .top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0 0 20px 0;
}

.index_footer .wrap2 .top .left {
  position: relative;
  padding: 0 40px 0 0;
  margin: 0 3vw 0 0;
  width:20%
}

.index_footer .wrap2 .top .left:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 100%;
  background: #caa672;
  max-height: 100%;
  transition: 1s;
  transform: translateY(-50%);
}

.index_footer.active .wrap2 .top .left:after {
  height: 305px;
  transition-delay: 0.6s;
}

.index_footer .wrap2 .top .address {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.index_footer .wrap2 .top .address .iconfont {
  color: rgba(202, 166, 114, 1);
  font-size: 34px;
  margin: 0 12px 0 0;
}

.index_footer .wrap2 .top .address p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #ffffff;
}

.index_footer .wrap2 .top .code {
  width: 100px;
  height: 100px;
  margin: 0 0 25px 40px;
}

.index_footer .wrap2 .top .text {
text-align:center
}
.index_footer .wrap2 .top .text span {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 15px 0;
  line-height: 28px;
}

.index_footer .wrap2 .top .text p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
}

.index_footer .wrap2 .top .foo_nav {
  display: flex;
  flex: 1;
  justify-content: space-evenly;
}

.index_footer .wrap2 .top .foo_nav .item:not(:last-child) {
  margin: 0 3.3vw 0 0;
}

.index_footer .wrap2 .top .foo_nav .item .headline {
  margin: 0 0 20px 0;
  display: block;
}

.index_footer .wrap2 .top .foo_nav .item .headline span {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: block;
}

.index_footer .wrap2 .top .foo_nav .item .headline p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.index_footer .wrap2 .top .foo_nav .item .headline .line {
  width: 42px;
  height: 2px;
  background: #ffffff;
  margin: 17px 0 0 0;
}

.index_footer .wrap2 .top .foo_nav .item .second a {
  font-size: 13px;

  color: #ffffff;
  line-height: 30px;

  display: block;
  transition: 0.7s;
}

.index_footer .wrap2 .top .foo_nav .item .second a:hover {
  opacity: 1;
  color: #caa672;
}

.index_footer .wrap2 .link {
  border-top: 1px solid rgba(202, 166, 114, 1);
  padding: 10px 0;
  overflow: hidden;
}

.index_footer .wrap2 .link .joke {
  width: 1658px;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_footer .wrap2 .link .joke p,
.index_footer .wrap2 .link .joke a {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.7s;
}
.index_footer .wrap2 .link .joke a:hover {
  color: #caa672;
}
.footer {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: #cda776;
}
.footer .foo_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.footer .wrap {
  display: flex;
  margin: 62px auto 53px;
  justify-content: center;
  padding: 0 100px;
}
.footer .wrap .left {
  text-align: center;
  position: relative;
  padding: 0 167px 0 0;
  margin: 0 208px 0 0;
  position: relative;
  left: -90px;
}
.footer .wrap .left:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ffffff;
}
.footer .wrap .left img {
  width: 97px;
  margin: 30px auto 35px;
  display: block;
}
.footer .wrap .left a {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.footer .wrap .left a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -3px;
  left: 0;
}
.footer .wrap .right {
  position: relative;
}
.footer .wrap .right .img {
  position: absolute;
  right: -51px;
  top: 0;
  width: 27px;
}
.footer .wrap .right .english {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.footer .wrap .right .english div {
  width: 272px;
  height: 2px;
  background: #ffffff;
  margin: 0 23px 0 0;
}
.footer .wrap .right .english p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.footer .wrap .right .headline span {
  font-size: 26px;
  color: #ffffff;
  line-height: 46px;
  display: block;
}
.footer .wrap .right .headline p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.footer .wrap .right .headline .line {
  width: 510px;
  height: 2px;
  background: #ffffff;
  margin: 22px 0 0 0;
}
.footer .wrap .right .text {
  margin: 22px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
}
.footer .wrap .right .text p {
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
  line-height: 38px;
  margin: 0 12px 0 0;
}
.footer .wrap .right .text p strong {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.ser_title {
  text-align: center;
}
.ser_title .color {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #caa672;
  margin-bottom: 7px;
}
.yw{
	font-size:13px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
}
.yw1{ font-size:14px; color:#666;font-family: Arial, Helvetica, sans-serif; padding-bottom:20px;}
.ser_title .english {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;

	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom:0px;
}
.ser_title .line {
  width: 200px;
  height: 1px;
  background: #e8e8e8;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser_title .line div {
  width: 80px;
  height: 1px;
  background: #caa672;
}

@keyframes rota {
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1600px) {
  .header .nav .nav_one:not(:last-child) {
/*    padding: 0 20px;
    margin: 0 10px 0 0;*/
  }
  .header .nav .nav_one:not(:last-child):after {
    right: -7px;
  }
  /*.footer .wrap{*/
  /*    justify-content: space-between;*/
  /*}*/
}

/*.common_paging {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 0 0 50px 0;*/
/*}*/
/*.common_paging a:first-child{*/
/*    transform: rotate(-180deg);*/
/*}*/
/*.common_paging a:first-child, .common_paging a:last-child {*/
/*    width: 44px;*/
/*    height: 44px;*/
/*    background: #DEDEDE;*/
/*    border-radius: 22px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 13px;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: 400;*/
/*    color: #737673;*/
/*    transition: 0.7s;*/
/*    margin: 0 5px;*/
/*}*/

/*.common_paging a:first-child:hover, .common_paging a:last-child:hover {*/
/*    background: rgba(44, 58, 84, 1);*/
/*    color: #fff;*/
/*}*/

/*.common_paging a:not(:first-child,:last-child) {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 13px;*/
/*    font-family: Roboto;*/
/*    font-weight: 400;*/
/*    color: rgba(153, 153, 153, 1);*/
/*    margin: 0 2px;*/
/*    transition: 0.7s;*/
/*    opacity: 0.5;*/
/*}*/

/*.common_paging a:not(:first-child,:last-child).on, .common_paging a:not(:first-child,:last-child):hover {*/
/*    color: rgba(44, 58, 84, 1);*/
/*    opacity: 1;*/
/*}*/
.common_paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_paging a {
  width: 40px;
  text-align: center;
}
.common_paging a:first-child,
.common_paging a:last-child {
  width: 46px;
  height: 46px;
  border: 1px solid #edebeb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 20px;
  transition: 0.7s;
  color: rgba(183, 183, 183, 1);
}
.common_paging a:first-child:hover,
.common_paging a:last-child:hover {
  background: #caa672;
  border: 1px solid transparent;
  box-shadow: 0px 3px 24px 0px rgba(231, 185, 59, 0.4);
  color: rgba(255, 255, 255, 1);
}
.common_paging a:first-child {
  transform: rotate(-180deg);
}
.common_paging a:not(:first-child, :last-child) {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  color: #dfdfdf;
  position: relative;
  /* margin: 0 11px; */
  transition: 1s;
}

.common_paging a:not(:first-child, :last-child):after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 50%;
  height: 1%;
  background: rgba(202, 166, 114, 1);
  opacity: 0;
  transition: 0.6s;
  transform: translateX(-50%);
}
.common_paging a:not(:first-child, :last-child).on,
.common_paging a:not(:first-child, :last-child):hover {
  color: rgba(202, 166, 114, 1);
}
.common_paging a:not(:first-child, :last-child).on:after,
.common_paging a:not(:first-child, :last-child):hover:after {
  opacity: 1;
}
.section .wrap {
  /* padding-top: 30px; */
}
@media screen and (max-width: 1600px) {
  .onlyWrap {
    transform: scale(0.8, 0.8) translateX(-62.5%) !important;
  }
   .onlyWrap11 {
    transform: scale(0.8, 0.8) !important;
  }
  
  .onlyWrap2 {
    transform: scale(1, 1) !important;
  }
  .header .nav a {
    font-size: 13px;
  }

  span {
    font-size: 12px;
  }
  .header .nav .nav_one .second a {
    font-size: 13px;
  }
  .common_banner img {
    height: 280px;
  }
}
