@import"pub.css";/*???¨´???CSS???*/
a,button {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap {width: 1280px; margin: auto;}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.mar {
  margin: 30px auto;
}
/*banner*/
.banner {
  min-width: 1280px;
  height: 530px;
  background: url("../images/banner_bg.jpg") no-repeat center;
  overflow: hidden;
}
.banner_con {
  width: 736px;
  height: 326px;
  margin: 112px auto;
  text-align: center;
  animation: scale 1s;
  color: #fff;
}
@keyframes scale {
  0% {transform: scale(0)}
  100% {transform: scale(1)}
}
.banner_con span {
  color: #b86b33;
  font: 40px Century;
  text-transform: uppercase;
}
.banner_con strong {
  font: 90px '?????????????';
  letter-spacing: 20px;
}
.banner_con hr {
  border: 1px solid #b86b33;
  margin-bottom: 15px;
}
.banner_con p {
  font-size: 30px;
}
.banner_con img.banner_cs {
  margin-top: -170px;
  margin-left: -18px;
}
/*??????*/
.zxbtn {
  padding: 10px 50px;
  background: #fff;
  border: 1px solid #d69260;
  color: #d69260;
  text-align: center;
  font-size: 20px;
}
.zxbtn img {
  width: 20px;
  height: 13px;
  margin-left: 30px;
  animation: shake .8s infinite;
}
@keyframes shake {
  50% {transform: translateX(5px)}
  0%,100% {transform: translateX(-5px)}
}
/*????*/
.title_main {text-align: center;}
.title_main b {
  text-transform: uppercase;
  color: #949494;
  font-size: 24px;
}
.title_main strong {
  font-size: 36px;
}
.title_main strong span {
  color: #b86b33;
  border-bottom: 3px solid #b86b33;
}
/*???*/
.qj_1 {align-items: center;}
.qj_1 article p {
  padding: 10px;
  border: 1px solid #878787;
  margin-top: 30px;
}
.qj_2 ul {
  width: 680px;
  height: 440px;
  align-content: space-between;
}
.qj_2 ul li {
  width: 330px;
  height: 210px;
  background: #fff2e8;
}
.qj_2 ul li p {
  height: 180px;
  margin: 15px;
  border: 1px solid #b86b33;
  text-align: center;
  color: #dbb599;
  text-transform: uppercase;
}
.qj_2 ul li p strong {
  display: block;
  margin: 60px auto 5px;
  font-size: 30px;
  color: #b86b33;
}
/*??????*/
.bggrey {
  background: #ededed;
  overflow: hidden;
}
.ys li {
  width: 300px;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.ys li .borderbox {
  width: 278px;
  height: 338px;
  margin: 10px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.ys li article {
  width: 100%;
  height: 100%;
  background: rgba(184,107,51, .9);
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all .35s;
}
.ys li:nth-child(odd):hover article {
  transform: translateX(100%);
}
.ys li:nth-child(even):hover article {
  transform: translateX(-100%);
}
.ys li article .ys_title {
  display: block;
  width: 70px;
  padding-top: 70px;
  margin: 60px auto 30px;
  font-size: 30px;
  background: url("../images/bg_icon.png") no-repeat top;
  overflow: hidden;
}
.ys li article .ys_title1 {
  display: block;
  width: 70px;
  padding-top: 70px;
  margin: 60px auto 30px;
  font-size: 30px;
  background: url("../images/sl.png") no-repeat top;
  overflow: hidden;
}
.ys li:nth-child(1) article .ys_title {
  background-position-x: left;
}
.ys li:nth-child(2) article .ys_title {
  background-position-x: -68px;
}
.ys li:nth-child(3) article .ys_title {
  background-position-x: -140px;
}
.ys li:nth-child(4) article .ys_title {
  background-position-x: -210px;
}
.ys li article p {
  line-height: 2em;
}
/*?¦Ã?*/
.kc {
  width: 1250px;
  padding: 15px 15px 0;
  background: #fae6cc;
  position: relative;
}
.kclist {width: 740px; margin: 0}
.kclist article {
  height: 90px;
  background: #5a5a5a;
  color: #fff;
  padding: 10px;
  align-items: center;
}
.kclist article span {
  color: #dbc9b1;
  font-size: 12px;
  text-transform: uppercase;
}
.kclist article hr {
  height: 100%;
  border-right: 2px solid #dbc9b1;
}
.kclist article strong {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.kclist article p {
  width: 590px;
  font-size: 18px;

}
.kc-pagination {
  width: 480px;
  height: 480px;
  align-content: space-between;
  margin: 0;
  right: 15px;
  top: 15px;
}
.kc-pagination .swiper-pagination-bullet {
  width: 150px;
  height: 115px;
  padding-top: 35px;
  background: #fff;
  color: #ab8451;
  text-align: center;
  border-radius: 0;
  opacity: .7;
  text-transform: uppercase;
}
.kc-pagination .swiper-pagination-bullet:nth-child(1),.kc-pagination .swiper-pagination-bullet:nth-child(3) {
  height: 100px;
  padding-top: 50px;
}
.kc-pagination .swiper-pagination-bullet strong {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}
.kc-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
/*???*/
.cjy .cy {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 50px;
}
.cjy_left {
  width: 500px;
  padding: 25px 25px 0;
  background: #fae6cc;
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cjy_left strong {
  font-size: 30px;
  color: #ab8451;
}
.cjy_mid {
  position: relative;
  z-index: 2;
}
.cjy_right {
  width: 400px;
  height: 500px;
  align-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
}
.cjy_right li {
  width: 100%;
  padding-left: 30px;
  font-size: 30px;
  color: #ab8451;
  text-align: left;
  position: relative;
}
.cjy_right li::after {
  width: 0;
  height: 0;
  content: '';
  border: 7px solid #fae6cc;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-25%);
}
.cjy_right li:nth-child(2), .cjy_right li:nth-child(7) {
  margin-left: 40px;
}
.cjy_right li:nth-child(3), .cjy_right li:nth-child(6) {
  margin-left: 80px;
}
.cjy_right li:nth-child(4), .cjy_right li:nth-child(5) {
  margin-left: 120px;
}
.cjybtn {
  position: relative;
  transform: translateY(-50%);
  z-index: 1;
  margin-top: 38px;
}

