.inner-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
}

.inner-banner .sun {
  position: absolute;
  width: 36.25vw;
  max-width: 696px;
  height: 39.0625vw;
  max-height: 749px;
  right: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.inner-banner .sun::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/light.png) no-repeat center center;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.content {
  margin-top: -68px;
  position: relative;
}

.content .conte .content-container {
  padding: 0 7% calc(7% - 5px);
  background-color: #fff;
  margin-bottom: 81px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.content .conte .content-container .crumb {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 60px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content .conte .content-container .crumb>.iconfont {
  font-size: 30px;
  color: #000000;
}

.content .conte .content-container .crumb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-size: 16px;
  margin-left: 4px;
}

.content .conte .content-container .crumb p a {
  color: #221815;
  margin: 0 4px;
}

.content .conte .content-container .crumb p a:last-child {
  font-weight: bold;
}

.content .conte .content-container .crumb p .iconfont {
  color: #313131;
  font-size: 18px;
}

.content .conte .content-container .content-title {
  text-align: center;
}

.content .conte .content-container .content-title .border {
  border: 1px solid #e0be85;
  padding: 4px;
  display: inline-block;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content .conte .content-container .content-title .border .text {
  text-align: center;
  background-color: #e0be85;
  padding: 12px 30px;
}

.content .conte .content-container .content-title .border .text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.content .conte .content-container .content-title .border .text h4 .line {
  width: 30px;
  height: 1px;
  background-color: #211715;
}

.content .conte .content-container .content-title .border .text h4 span {
  color: #211715;
  font-size: 16px;
  margin: 0 6px;
}

.content .conte .content-container .content-title .border .text h3 {
  color: #211715;
  font-size: 16px;
  line-height: 1;
  margin-top: 6px;
  text-transform: uppercase;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.content .conte .content-container .content-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content .conte .content-container .content-nav ul li {
  padding: 4px;
  margin: 0 10px;
  border: 1px solid #c9c9c9;
  position: relative;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.content .conte .content-container .content-nav ul li::before {
  content: "";
  display: block;
  width: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 0;
  margin: auto;
  position: absolute;
  background-color: #e0be85;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content .conte .content-container .content-nav ul li a {
  display: block;
  line-height: 1;
  padding: 0.33em 1.5em;
  position: relative;
  color: #221815;
  font-size: 14px;
}

.content .conte .content-container .content-nav ul li a span {
  position: relative;
  z-index: 1;
}

.content .conte .content-container .content-nav ul li.active::before,
.content .conte .content-container .content-nav ul li:hover::before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.content .conte .content-container .content-nav ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.content .conte .content-container .content-nav ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.content .conte .content-container .content-nav ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.content .conte .content-container .content-nav ul li:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.content .conte .content-container .content-nav ul li:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.content .conte .content-container .content-nav ul li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.content .conte .content-container .content-nav ul li:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.content .conte .content-container .content-nav ul li:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/*表单*/
.form-content {
  width: 100%;
  padding-top: 55px;
}

.layui-form {
  width: 830px;
  margin: 50px auto 0;
}

.layui-form td span {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  float: left;
  line-height: 46px;
}

.layui-form table {
  width: 100%;
}

.layui-form td {
  width: 50%;
  padding-bottom: 25px;
  position: relative;
}

.layui-form td input {
  height: 46px;
  text-indent: 25px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  background: none;
  outline: none;
  border: 1px solid #cccccc;
  width: 264px;
}

.layui-form .new input {
  width: 674px;
}

.layui-form td .s1 {
  color: red;
  float: right;
  margin-right: 10px;
}

.layui-form textarea {
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 670px;
  padding: 5px;
  outline: none;
  background: none;
  height: 153px;
}

.form-content ul {
  width: 100%;
  text-align: center;
}

.form-content ul li {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
}

.form-content ul li input {
  width: 100%;
  height: 100%;
}

/* all */
::-webkit-input-placeholder {
  color: #dedede;
}

::-moz-placeholder {
  color: #dedede;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #dedede;
}

/* ie */
input:-moz-placeholder {
  color: #dedede;
}

/* individual: webkit */
.form-content td input::-webkit-input-placeholder {
  color: #dedede;
}

.form-content td input::-webkit-input-placeholder {
  color: #dedede;
}

.form-content td input::-webkit-input-placeholder {
  color: #dedede;
}

/* individual: mozilla */
.form-content td input::-moz-placeholder {
  color: #dedede;
}

.form-content td input::-moz-placeholder {
  color: #dedede;
}

.form-content td input::-moz-placeholder {
  color: #dedede;
}
.layui-btn {
  cursor: pointer;
}
.content .conte .content-container>.date {
  color: #666;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 2em;
  text-align: center;
}
.content .conte .content-container .about-content>.date {
  color: #666;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 2em;
  text-align: center;
}
.content .conte .content-container .content-img {
  text-align: center;
  margin: 20px 0;
}

.content .conte .content-container .content-img img {
  max-width: 60%;
}

.content .conte .content-container .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.content .conte .content-container .pager p {
  color: #666;
  font-size: 14px;
}

.content .conte .content-container .pager p a {
  color: #8f693d;
}

.content .conte .content-container .about-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.content .conte .content-container .about-title h3 {
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
  font-weight: lighter;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content .conte .content-container .about-title h4 {
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  text-transform: uppercase;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.content .conte .content-container .about-title .line {
  width: 47px;
  height: 2px;
  margin: 16px auto 0;
  background-color: #e0be85;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.content .conte .content-container .about-content .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.content .conte .content-container .about-content .sub-title .num {
  color: #000000;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.content .conte .content-container .about-content .sub-title .text {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content .conte .content-container .about-content .sub-title .text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.content .conte .content-container .about-content .sub-title .text h4 span {
  color: #000000;
  font-size: 16px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content .conte .content-container .about-content .sub-title .text h4 .line {
  width: 90px;
  height: 4px;
  margin-left: 4px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  background-color: #000000;
}

.content .conte .content-container .about-content .sub-title .text p {
  color: #b7b7b7;
  font-size: 18px;
  line-height: 1;
  margin-top: auto;
  text-transform: uppercase;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content .conte .content-container .about-content .about-detail {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
}

.content .conte .content-container .team-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content .conte .content-container .team-content ul li {
  width: 28%;
  margin-top: 80px;
  margin-right: 8%;
  border-radius: 12px;
  border: 3px solid #fff;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
}

.content .conte .content-container .team-content ul li .pic {
  width: 100%;
  height: 320px;
  display: block;
  overflow: hidden;
  padding-top: 10px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.content .conte .content-container .team-content ul li .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  -o-object-fit: contain;
  object-fit: contain;
}

.content .conte .content-container .team-content ul li .info {
  padding: 16px 22px;
}

.content .conte .content-container .team-content ul li .info .name {
  color: #32312f;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.content .conte .content-container .team-content ul li .info .title {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1;
  margin-top: 30px;
}

.content .conte .content-container .team-content ul li .info .desc {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: justify;
}

.content .conte .content-container .team-content ul li:nth-child(3n) {
  margin-right: 0;
}

.content .conte .content-container .team-content ul li.active {
  border-color: #e0be85;
}

.content .conte .content-container .team-content ul li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content .conte .content-container .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .conte .content-container .contact-content .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content .conte .content-container .contact-content .info .top h3 {
  background-image: -o-linear-gradient(#8f693d, #e0be85);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f693d), to(#e0be85));
  background-image: linear-gradient(#8f693d, #e0be85);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.content .conte .content-container .contact-content .info .top .desc {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
  text-align: justify;
}

.content .conte .content-container .contact-content .info .top p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .conte .content-container .contact-content .info .top p .iconfont {
  font-size: 16px;
}

.content .conte .content-container .contact-content .info .top p span {
  color: #191a18;
  font-size: 14px;
  margin-right: 1em;
  margin-left: 0.5em;
}

.content .conte .content-container .contact-content .info .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.content .conte .content-container .contact-content .info .bottom .forms {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 60px;
}

.content .conte .content-container .contact-content .info .bottom .forms h3 {
  background-image: -o-linear-gradient(#8f693d, #e0be85);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f693d), to(#e0be85));
  background-image: linear-gradient(#8f693d, #e0be85);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}

.content .conte .content-container .contact-content .info .bottom .forms form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .conte .content-container .contact-content .info .bottom .forms form .inputs input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-indent: 0.66em;
  line-height: 30px;
  border: 1px solid #e1e1e1;
}

.content .conte .content-container .contact-content .info .bottom .forms form .inputs input:nth-child(2) {
  margin-left: 10px;
}

.content .conte .content-container .contact-content .info .bottom .forms form textarea {
  width: 100%;
  margin-top: 10px;
  line-height: 30px;
  padding: 0 0.66em;
  display: block;
  border: 1px solid #e1e1e1;
}

.content .conte .content-container .contact-content .info .bottom .forms form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.content .conte .content-container .contact-content .info .bottom .forms form .btns button {
  width: 78px;
  line-height: 27px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.content .conte .content-container .contact-content .info .bottom .forms form .btns .submit {
  color: #fff;
  margin-right: 12px;
  background-color: #8f693d;
}

.content .conte .content-container .contact-content .info .bottom .forms form .btns .reset {
  color: #fff;
  background-color: #e0be85;
}

.content .conte .content-container .contact-content .info .bottom img {
  width: 128px;
  height: 128px;
  margin-top: 48px;
}

.content .conte .content-container .contact-content .map {
  width: 520px;
  height: 588px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 60px;
}

.content .conte .content-container .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .conte .content-container .paging a {
  width: 32px;
  height: 32px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin: 0 6px;
  border-radius: 3px;
  background-color: #dcdcdc;
}

.content .conte .content-container .paging a .iconfont {
  font-size: 20px;
}

.content .conte .content-container .paging .num {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.content .conte .content-container .paging .num:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.content .conte .content-container .paging .num:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.content .conte .content-container .paging .num:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.content .conte .content-container .paging .num:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.content .conte .content-container .paging .num:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.content .conte .content-container .paging .num:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.content .conte .content-container .paging .num:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.content .conte .content-container .paging .num:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.content .conte .content-container .paging .active {
  background-color: #e0be85;
}

.content .conte .content-container .paging .prev {
  background-color: #e0be85;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.content .conte .content-container .paging .next {
  background-color: #e0be85;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.content .conte .content-contact {
  width: 100%;
  height: 209px;
  border-radius: 10px;
  margin-bottom: -51px;
  background: url(../images/bg1.jpg) no-repeat center center;
}

.content .conte .content-contact ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content .conte .content-contact ul li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content .conte .content-contact ul li .iconfont {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  border: 3px solid #187275;
  color: #187275;
  font-size: 18px;
  -webkit-animation-duration: 0.66s;
  animation-duration: 0.66s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content .conte .content-contact ul li p {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1em;
  -webkit-animation-duration: 0.66s;
  animation-duration: 0.66s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content .conte .content-contact ul li:nth-child(1) .iconfont {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.content .conte .content-contact ul li:nth-child(1) p {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.content .conte .content-contact ul li:nth-child(2) .iconfont {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.content .conte .content-contact ul li:nth-child(2) p {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.content .conte .content-contact ul li:nth-child(3) .iconfont {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.content .conte .content-contact ul li:nth-child(3) p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.content .conte .notice-content .notice {
  text-align: center;
}

.content .conte .notice-content .notice h3 {
  color: #221815;
  font-size: 24px;
  font-weight: lighter;
}

.content .conte .notice-content .notice .desc {
  color: #606060;
  font-size: 16px;
  line-height: 28px;
  font-weight: lighter;
  margin-top: 24px;
}

.content .conte .notice-content .step {
  margin-top: 60px;
}

.content .conte .notice-content .step h3 {
  color: #242424;
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
}

.content .conte .notice-content .step .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.content .conte .notice-content .step .items .arrow-left {
  width: 105px;
  height: 67px;
  margin-top: 88px;
  margin-left: 20px;
  margin-right: 20px;
  background: url(../images/prev.png) no-repeat center center;
}

.content .conte .notice-content .step .items .arrow-right {
  width: 105px;
  height: 67px;
  margin-top: 88px;
  margin-left: 20px;
  margin-right: 20px;
  background: url(../images/next.png) no-repeat center center;
}

.content .conte .notice-content .step .items li {
  text-align: center;
  margin-top: 60px;
}

.content .conte .notice-content .step .items li .num {
  width: 116px;
  padding: 4px;
  height: 116px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #d6d6d6;
}

.content .conte .notice-content .step .items li .num .bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 12px;
  line-height: 108px;
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
}

.content .conte .notice-content .step .items li h3 {
  color: #221815;
  font-size: 18px;
  font-weight: lighter;
  line-height: 1;
  margin-top: 40px;
}

.content .conte .notice-content .step .items li p {
  color: #221815;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  text-transform: uppercase;
}

.content .conte .notice-content .step .items li:nth-of-type(1) .num .bg {
  background-color: #ecb5bd;
}

.content .conte .notice-content .step .items li:nth-of-type(2) .num .bg {
  background-color: #9c95c0;
}

.content .conte .notice-content .step .items li:nth-of-type(3) .num .bg {
  background-color: #f7dc84;
}

.content .conte .notice-content .step .items li:nth-of-type(4) .num .bg {
  background-color: #f5c8a1;
}

.content .conte .notice-content .step .items li:nth-of-type(5) .num .bg {
  background-color: #afdef5;
}

.content .conte .notice-content .step .items li:nth-of-type(6) .num .bg {
  background-color: #f5cbc0;
}

.content .conte .notice-content .step .items li:nth-of-type(7) .num .bg {
  background-color: #d6b3ce;
}

.content .conte .notice-content .charges {
  margin-top: 60px;
}

.content .conte .notice-content .charges .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .conte .notice-content .charges .title .line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #bfbfbf;
}

.content .conte .notice-content .charges .title .text {
  text-align: center;
  padding: 0 20px;
  border: 1px solid #bfbfbf;
}

.content .conte .notice-content .charges .title .text .en {
  color: #221815;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 1em;
  line-height: 1;
  margin-top: -12px;
}

.content .conte .notice-content .charges .title .text .cn {
  color: #221815;
  font-size: 24px;
  font-weight: lighter;
  line-height: 1;
  position: relative;
  margin-bottom: -10px;
  margin-top: 12px;
}

.content .conte .notice-content .charges .title .text .cn span {
  position: relative;
  z-index: 1;
}

.content .conte .notice-content .charges .title .text .cn::before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 120px;
  height: 14px;
  margin: 0 auto;
  display: block;
  position: absolute;
  background-color: #ffd800;
}

.content .conte .notice-content .charges ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content .conte .notice-content .charges ul li .price {
  color: #221815;
  font-size: 24px;
}

.content .conte .notice-content .charges ul li .price span {
  font-size: 30px;
}

.content .conte .notice-content .charges ul li .line {
  width: 50px;
  height: 3px;
  background-color: #625e5d;
}

.content .conte .notice-content .charges ul li:nth-child(1) .price span {
  color: #f1921b;
}

.content .conte .notice-content .charges ul li:nth-child(2) .price span {
  color: #e94285;
}

.content .conte .notice-content .charges ul li:nth-child(3) .price span {
  color: #3aa439;
}

.content .conte .notice-content .charges ul li:nth-child(4) .price span {
  color: #2896d5;
}

.content .conte .notice-content .charges p {
  text-align: center;
  color: #00082b;
  font-size: 14px;
  line-height: 24px;
  margin: 14px 0;
}

.content .conte .notice-content .bodys {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 60pxr;
}

.content .conte .notice-content .bodys::before {
  width: 100%;
  height: 211px;
  content: "";
  display: block;
  background-color: #e0be85;
  position: absolute;
  bottom: 0;
}

.content .conte .notice-content .bodys img {
  position: relative;
}

.content .conte .class-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content .conte .class-content ul li {
  width: 28%;
  margin-top: 80px;
  margin-right: 8%;
  overflow: hidden;
}

.content .conte .class-content ul li:nth-child(3n) {
  margin-right: 0;
}

.content .conte .class-content ul li .pic {
  display: block;
  height: 306px;
  width: 100%;
  position: relative;
}

.content .conte .class-content ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content .conte .class-content ul li .pic .mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  background-color: rgba(224, 190, 133, 0.88);
}

.content .conte .class-content ul li .pic .mask .iconfont {
  font-size: 0;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content .conte .class-content ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.content .conte .class-content ul li .info::before {
  width: 100%;
  height: 100%;
  background-color: #e0be85;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content .conte .class-content ul li .info::after {
  width: 100%;
  height: 5px;
  background-color: #e0be85;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  display: block;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content .conte .class-content ul li .info .text {
  position: relative;
}

.content .conte .class-content ul li .info .text .tit {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.content .conte .class-content ul li .info .text .en {
  color: #000000;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1;
  margin-top: 10px;
}

.content .conte .class-content ul li .info .more {
  width: 17px;
  height: 17px;
  border: 1px solid #47382b;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  color: #221815;
  font-size: 14px;
}

.content .conte .class-content ul li.active .pic .mask {
  height: 100%;
}

.content .conte .class-content ul li.active .pic .mask .iconfont {
  font-size: 30px;
}

.content .conte .class-content ul li.active .info::before {
  height: 0;
}

.content .conte .class-content ul li.active .info::after {
  bottom: 0;
}

.content .conte .add-content .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .conte .add-content .add .map {
  width: 640px;
}

.content .conte .add-content .add ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
}

.content .conte .add-content .add ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 16px;
  position: relative;
  cursor: pointer;
}

.content .conte .add-content .add ul li::before {
  width: 100%;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e0be85;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content .conte .add-content .add ul li .round {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-right: 14px;
  border-radius: 50%;
  background-color: #ea5413;
  position: relative;
  cursor: pointer;
}

.content .conte .add-content .add ul li .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.content .conte .add-content .add ul li .info .tit {
  color: #141414;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #7d7d7d;
}

.content .conte .add-content .add ul li .info .tit span {
  color: #141414;
  font-size: 14px;
  margin-left: 1em;
  text-transform: uppercase;
}

.content .conte .add-content .add ul li .info p {
  color: #141414;
  font-size: 16px;
  line-height: 1;
  margin-top: 18px;
}

.content .conte .add-content .add ul li .info .tel {
  color: #141414;
  font-size: 20px;
  line-height: 1;
  margin-top: 14px;
}

.content .conte .add-content .add ul li:last-child {
  margin-bottom: 0;
}

.content .conte .add-content .add ul li.active::before {
  height: 100%;
  top: 0;
}

.content .conte .add-content .sch {
  margin-top: 60px;
  position: relative;
}

.content .conte .add-content .sch h2 {
  text-align: center;
  background-image: -o-linear-gradient(#8f693d, #e0be85);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f693d), to(#e0be85));
  background-image: linear-gradient(#8f693d, #e0be85);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.content .conte .add-content .sch .sch-swiper {
  margin-top: 40px;
}

.content .conte .add-content .sch .sch-swiper .swiper-wrapper .swiper-slide {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.content .conte .add-content .sch .sch-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content .conte .add-content .sch .sch-swiper .swiper-wrapper .swiper-slide .info {
  left: 0;
  bottom: -64px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  background-color: rgba(224, 190, 133, 0.68);
}

.content .conte .add-content .sch .sch-swiper .swiper-wrapper .swiper-slide .info h3 {
  color: #141414;
  font-size: 20px;
  line-height: 1;
}

.content .conte .add-content .sch .sch-swiper .swiper-wrapper .swiper-slide .info .desc {
  color: #141414;
  font-size: 16px;
  line-height: 1;
  margin-top: 8px;
}

.content .conte .add-content .sch .sch-swiper .swiper-wrapper .swiper-slide.swiper-slide-next .info,
.content .conte .add-content .sch .sch-swiper .swiper-wrapper .swiper-slide:hover .info {
  bottom: 0;
}

.content .conte .add-content .sch .swiper-button-next,
.content .conte .add-content .sch .swiper-button-prev {
  top: calc(50% + 44px);
}

.content .conte .add-content .sch .swiper-button-next::after,
.content .conte .add-content .sch .swiper-button-prev::after {
  font-size: 30px;
}

.content .conte .add-content .sch .swiper-button-prev {
  left: -50px;
}

.content .conte .add-content .sch .swiper-button-next {
  right: -50px;
}

.content .conte .news-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content .conte .news-content ul li {
  width: 50%;
  height: 500px;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #b7b7b7;
}

.content .conte .news-content ul li .news-container {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content .conte .news-content ul li .news-container .pic {
  width: 100%;
  height: 156px;
  display: block;
  position: relative;
}

.content .conte .news-content ul li .news-container .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content .conte .news-content ul li .news-container .tit {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 60px;
  position: relative;
}

.content .conte .news-content ul li .news-container .date {
  line-height: 1;
  font-size: 30px;
  margin-top: 30px;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.36);
  position: relative;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.content .conte .news-content ul li .news-container .desc {
  color: #000000;
  font-size: 12px;
  line-height: 22px;
  margin-top: 15px;
  position: relative;
}

.content .conte .news-content ul li .news-container .more {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 89px;
  height: 23px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  font-weight: lighter;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.content .conte .news-content ul li .news-container::before {
  width: 89px;
  height: 23px;
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  bottom: 12px;
  background-color: #8f693d;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.content .conte .news-content ul li:nth-child(odd) {
  padding-right: 8%;
}

.content .conte .news-content ul li:nth-child(even) {
  padding-left: 8%;
}

.content .conte .news-content ul li.active .news-container::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #e0be85;
}

.content .conte .news-content ul li.active .news-container .more {
  background-color: #fff;
  color: #000000;
}