@charset "UTF-8";
/**
 *  Author:  Kyrie'
 *  Date:   2020.10.19
 *  Time:   09:00
 *  Desc:   网站框架公共样式表
**/
/************       Common       ************/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
a {
  text-decoration: none;
  color: #333;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
ul,
ol {
  list-style-type: none;
}
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
  object-fit: contain;
}
button,
input {
  /* font-style: inherit; */
  font-family: inherit;
  font-weight: inherit;
  border: none;
  outline: none;
}
textarea {
  border: none;
  outline: none;
  font-family: "微软雅黑";
  text-indent: 0.725em;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
select,
textarea {
  resize: none;
  outline: none;
}
input {
  outline: medium;
  -webkit-appearance: none;
}
input[type='button'] {
  cursor: pointer;
}
input[type='submit'] {
  cursor: pointer;
}
input[type='text'] {
  text-indent: 0.725em;
}
:-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.block {
  display: block;
}
.none {
  display: none;
}
.flex {
  display: box;
  display: -ms-box;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.in-line {
  display: inline;
}
.inl-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bg-fff {
  background: #fff;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-000 {
  color: #000;
}
.f-333 {
  color: #333;
}
.f-666 {
  color: #666;
}
.f-999 {
  color: #999;
}
.f-ddd {
  color: #ddd;
}
.f-eee {
  color: #eee;
}
.f-fff {
  color: #fff;
}
.placeholder {
  color: #aaa;
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text-j {
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-line {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.line-2 {
  -webkit-line-clamp: 2;
}
.line-3 {
  -webkit-line-clamp: 3;
}
.line-4 {
  -webkit-line-clamp: 4;
}
.over {
  overflow: hidden;
  _height: 1px;
}
.clear,
.clear-fx {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wd1400 {
  max-width: 1400px;
  margin: 0 auto;
}
.wd100 {
  width: 100%;
}
.line-number-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  outline: none;
}
#mobile {
  left: 0;
  display: flex;
  transition: 0.3s;
  position: relative;
  background-color: #fff;
  min-height: 100vh;
}
.mobile-nav-T {
  height: 65px;
  display: none;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-T .nav-btn {
  height: 30px;
}
.mobile-nav-T .logo img {
  height: 40px;
}
.Left-slider {
  width: 250px;
}
.Left-slider .head {
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  z-index: 9;
  height: 100vh;
  padding: 68px 0 78px;
  box-shadow: 6px 0px 18px 0px rgba(0, 0, 0, 0.11);
  background-color: #fff;
}
.Left-slider .head .logo {
  height: 14%;
  display: block;
}
.Left-slider .head .logo img {
  width: 100px;
  display: block;
  margin: auto;
}
.Left-slider .head nav {
  height: 45%;
}
.Left-slider .head nav ul {
  margin-top: 53px;
}
.Left-slider .head nav ul .f-li .f-a {
  display: block;
  width: 250px;
  height: 60px;
  padding-left: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.Left-slider .head nav ul .f-li .f-a .icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.Left-slider .head nav ul .f-li .f-a span {
  font-size: 16px;
  transition: 0.3s;
}
.Left-slider .head nav ul .f-li .f-a .r {
  width: 5px;
  margin-left: 20px;
}
.Left-slider .head nav ul .f-li:hover a {
  background-color: #f2f2f2;
}
.Left-slider .head nav ul .f-li:hover a span {
  font-weight: bold;
}

.Left-slider .head nav ul .li-current a{
    background-color: #f2f2f2;
}
.Left-slider .head nav ul .li-current a span {
  font-weight: bold;
}
.Left-slider .head .Phone {
  height: 20%;
  padding-top: 38%;
  box-sizing: border-box;
}
.Left-slider .head .Phone div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Left-slider .head .Phone div img {
  margin-right: 5px;
}
.Left-slider .head .Phone div span {
  font-size: 18px;
}
.Left-slider .head .Phone p {
  font-size: 28px;
  color: #86502C;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.Left-slider .t-nav {
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 8;
  width: 200px;
  height: 100vh;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 6px 0px 18px 0px rgba(0, 0, 0, 0.11);
}
.Left-slider .t-nav a {
  color: #666;
  font-size: 16px;
  margin: 18px 0;
  transition: 0.3s;
  padding: 5px 10px;
  position: relative;
}
.Left-slider .t-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  bottom: 3px;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  background-color: #5db8c4;
}
.Left-slider .t-nav a:hover {
  color: #333333;
}
.Left-slider .t-nav a:hover::after {
  opacity: 1;
}
.Left-slider .n-nav-out {
  left: 250px;
}
.Container {
  flex: 1;
  overflow: hidden;
}
.foot {
  background-color: #86502C;
}
.foot .wd1400 {
  height: 70px;
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
  align-items: center;
  justify-content: space-between;
}
.foot .wd1400 .put {
  color: #fff;
  font-size: 16px;
}
#c-slider {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 99;
}
#c-slider ul {
  width: 50px;
}
#c-slider ul li {
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #86502C;
  position: relative;
}
#c-slider ul li .icon {
  width: 50%;
}
#c-slider ul li:hover {
  background-color: #86502C;
}
#c-slider ul li:nth-of-type(1) {
 /*  border-top-left-radius: 6px;
  border-top-right-radius: 6px; */
}
#c-slider ul li:nth-of-type(4) {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#c-slider ul .go-top {
  margin-top: 5px;
  border-radius: 6px;
}
#c-slider ul .slide-phone .son {
  position: absolute;
  height: 100%;
  right: -200px;
  top: 0;
  overflow: hidden;
  transition: 0.5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #86502C;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 200px;
}
#c-slider ul .slide-phone:hover .son {
  right: 0;
}
#c-slider ul .er-ma .son {
  position: absolute;
  overflow: hidden;
  right: -100px;
  top: 0;
  display: block;
  width: 100px;
  height: 100px;
  transition: 0.3s;
  z-index: 999;
  padding: 5px;
  background: #fff;
  box-sizing: border-box;
}
#c-slider ul .er-ma .son img {
  width: 100%;
}
#c-slider ul .er-ma:hover .son {
  right: 0;
}
#mobile-nav {
  position: fixed;
  top: 0;
  height: 100%;
  right: -100%;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.35rem 0.25rem;
}
#mobile-nav .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile-nav .top .logo {
  /* width: 3.8rem; */
}
#mobile-nav .top .cha {
  width: 0.43rem;
}
#mobile-nav ul {
  margin-top: 0.3rem;
}
#mobile-nav ul li {
  width: 100%;
  line-height: 0.9rem;
  border-bottom: 1px solid #e3e3e3;
}
#mobile-nav ul li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
#mobile-nav ul li > a span {
  font-size: 0.3rem;
  /* font-weight: bold; */
}
#mobile-nav ul li > a img {
  width: 0.34rem;
}
#mobile-nav ul li .parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
#mobile-nav ul li .parent span {
  font-size: 0.3rem;
  font-weight: bold;
}
#mobile-nav ul li .parent img {
  width: 0.34rem;
  transition: 0.3s;
}
#mobile-nav ul li .second {
  display: none;
}
#mobile-nav ul li .second a {
  color: #666;
  display: block;
  padding-left: 0.2rem;
}
#mobile-nav ul li:nth-of-type(1) {
  border-top: 1px solid #e3e3e3;
}
.rotateY {
  transform: rotate(180deg);
}
.left-o {
  left: -100% !important;
}
.right-o {
  right: 0 !important;
}
.index-leave {
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url('../img/leave_bg.png');
}
.index-leave .wd1400 .c-title {
  display: flex;
  position: relative;
  align-items: center;
}
.index-leave .wd1400 .c-title h2 {
  font-size: 18px;
}
.index-leave .wd1400 .c-title span {
  margin: 0 20px;
}
.index-leave .wd1400 .c-title p {
  flex: 1;
  width: 1216px;
  height: 1px;
  background-color: #cccccc;
}
.index-leave .wd1400 .c-title .xie {
  font-size: 26px;
  color: #86502C;
  position: absolute;
  left: -30px;
  top: -8px;
}
.index-leave .wd1400 .leave-box {
  margin-top: 55px;
}
.index-leave .wd1400 .leave-box .top {
  display: flex;
  justify-content: space-between;
}
.index-leave .wd1400 .leave-box .top .input {
  width: 24%;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.index-leave .wd1400 .leave-box .top .input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-indent: 0;
}
.index-leave .wd1400 .leave-box .top .input input::placeholder {
  color: #666;
}
.index-leave .wd1400 .leave-box .top .input select {
  width: 100%;
  height: 100%;
  border: none;
  color: #666;
  font-size: 16px;
  background: transparent;
}
.index-leave .wd1400 .leave-box .bot {
  width: 100%;
  height: 200px;
  margin-top: 22px;
  padding: 30px 23px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.index-leave .wd1400 .leave-box .bot textarea {
  width: 100%;
  height: 100%;
  text-indent: 0;
  font-size: 16px;
}
.index-leave .wd1400 .leave-box .bot textarea::placeholder {
  color: #666;
}
.index-leave .wd1400 .leave-box .bot button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 52px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 18px;
  bottom: 18px;
  background-color: #86502C;
}
@media screen and (max-width: 1680px) {
  .wd1400,
  .wd1373 {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1200px) {
  #mobile {
    display: block;
  }
  .Left-slider {
    display: none;
  }
  .mobile-nav-T {
    display: flex;
  }
  #c-slider {
    display: none;
  }
  .wd1400,
  .wd1373 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .foot .wd1400 .logo2 {
    display: none;
  }
  .foot .wd1400 {
    display: block;
    height: auto;
    padding: 20px 15px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .index-leave .wd1400 .leave-box .top {
    flex-wrap: wrap;
  }
  .index-leave .wd1400 .leave-box .top .input {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .index-leave .wd1400 .leave-box .bot button {
    width: 80px;
    height: 40px;
    font-size: 14px;
  }
  .index-leave .wd1400 .leave-box .bot {
    padding: 10px;
    height: 150px;
  }
  .index-leave .wd1400 .leave-box .top .input:last-child {
    margin-bottom: 0;
  }
  .index-leave {
    padding: 30px 0;
  }
  .index-leave .wd1400 .leave-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .foot .wd1400 .put {
    font-size: 14px;
  }
}
