a:hover {
  color: #996633;
}
.swiper-pagination-bullet-active {
  background-color: #996633 !important;
}
.header {
  position: relative;
  z-index: 9999;
}
.header .page {
  max-width: 1400px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo hr {
  height: 55px;
  border-right: 1px solid #b6c1cf;
  margin: 0 25px 0 28px;
  margin-top: 5px;
}
.header .logo .text {
  line-height: 1.6;
  margin-top: 5px;
}
.header .logo .text p {
  font-size: 26px;
}
.header .logo .text span {
  font-size: 20px;
  font-weight: lighter;
}
.header .head-tel {
  padding-left: 75px;
  background: url(../images/head-phone.png) no-repeat left center;
  margin-right: 20px;
}
.header .head-tel p {
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 32px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #996633;
}
/* nav */
.nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 100%;
  left: 0;
}
.nav .page {
  max-width: 1180px;
  height: 80px;
}
.nav-list {
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  line-height: 1.5;
}
.nav-list > li > a span {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: lighter;
}
.nav-list > li .erji2 {
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: rgba(0, 0, 0, 0.25);
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
  color: #fff;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #996633;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #996633;
}
.nav-list > li:hover > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #996633;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
.wz-bt {
  text-align: center;
}
.wz-bt em {
  font-size: 18px;
  text-transform: capitalize;
}
.wz-bt p {
  font-size: 36px;
}
.wz-bt hr {
  width: 60px;
  height: 2px;
  background-color: #996633;
  margin: 15px auto;
}
.wz-bt span {
  color: #3a3a3a;
}
.case-w {
  padding: 50px 0;
}
.case-w .case-box {
  margin-top: 35px;
}
.case-w .case-box li p {
  font-size: 20px;
  line-height: 50px;
  margin-top: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-w .case-box li span {
  color: #996633;
}
.case-w .case-box li:hover img {
  transform: scale(1.1);
}
.case-w .btm {
  margin-top: 40px;
  position: relative;
}
.case-w .btm .more {
  width: 175px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #996633;
  margin: 0 auto;
}
.case-w .btm .more:hover {
  background-color: #cb6e00;
}
.case-w .btm .case-pagination {
  position: absolute;
  left: auto;
  bottom: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  display: flex;
  align-items: center;
  z-index: 1;
}
.case-w .btm .case-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 16px;
  border-radius: 0;
  transition: all 0.3s linear;
}
.case-w .btm .case-pagination .swiper-pagination-bullet:hover {
  height: 30px;
  background-color: #996633;
  opacity: 1;
}
.case-w .btm .case-pagination .swiper-pagination-bullet-active {
  height: 30px;
}
.intr-w {
  padding-bottom: 90px;
  background: url(../images/intr-bg.jpg) no-repeat center bottom;
}
.intr-w .page {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.intr-w .lf {
  width: 43%;
  position: relative;
}
.intr-w .lf em {
  font-size: 67px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  opacity: 0.1;
  text-transform: uppercase;
  line-height: 1;
}
.intr-w .lf h2 {
  font-size: 30px;
  margin-top: -52px;
  margin-left: 10px;
}
.intr-w .lf h1 {
  font-size: 24px;
  margin-top: 50px;
}
.intr-w .lf .text {
  line-height: 2;
  margin-top: 15px;
}
.intr-w .lf .more {
  width: 130px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: #996633;
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
}
.intr-w .lf .more:hover {
  background-color: #cb6e00;
}
.intr-w .lf .btn {
  position: absolute;
  right: 2px;
  bottom: 0;
  display: flex;
}
.intr-w .lf .btn div {
  height: 40px;
  border: 2px solid #bbb;
  line-height: 37px;
  color: #bbb;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}
.intr-w .lf .btn div:hover {
  border-color: #cb6e00;
  color: #cb6e00;
}
.intr-w .lf .btn .gly-prev {
  border-right: none;
  margin-right: 60px;
}
.intr-w .lf .btn .gly-prev p {
  transform: translateX(20px);
}
.intr-w .lf .btn .gly-next {
  border-left: none;
}
.intr-w .lf .btn .gly-next p {
  transform: translateX(-20px);
}
.intr-w .rg {
  width: 54%;
}
.intr-w .rg .gallery-box ul {
  padding-top: 30px;
}
.intr-w .rg .gallery-box li {
  max-width: 268px;
  padding-bottom: 30px;
  border: 1px solid #e2e2e2;
  transition: all 0.3s;
}
.intr-w .rg .gallery-box li .text {
  padding: 25px 28px;
  text-align: right;
  line-height: 1.5;
}
.intr-w .rg .gallery-box li .text p {
  font-size: 18px;
  color: #333;
}
.intr-w .rg .gallery-box li .text span {
  font-size: 14px;
  text-transform: capitalize;
  color: #996633;
  margin-top: 10px;
}
.intr-w .rg .gallery-box .swiper-slide-active {
  transform: translateY(-30px);
}
.char-w {
  background: url(../images/char-bg.jpg) no-repeat center;
}
.char-w .page {
  height: 500px;
  padding-top: 130px;
  position: relative;
}
.char-w .top {
  color: #fff;
}
.char-w .top ul {
  display: flex;
  justify-content: space-between;
}
.char-w .top ul li {
  display: flex;
  align-items: flex-end;
  user-select: none;
  cursor: default;
}
.char-w .top ul li p {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.char-w .top ul li i {
  font-size: 30px;
  font-weight: bold;
}
.char-w .top ul li em {
  margin: 0 0 auto -15px;
}
.char-w .top ul li span {
  font-size: 18px;
  margin-left: 15px;
  margin-bottom: 3px;
}
.char-w .top ul li:hover p {
  color: #996633;
}
.char-w .top ul li:hover i {
  color: #996633;
}
.char-w .btm {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.char-w .btm ul {
  display: flex;
}
.char-w .btm ul li {
  flex: 1;
  margin-right: 30px;
  padding: 35px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.char-w .btm ul li:last-child {
  margin-right: 0;
}
.char-w .btm ul li i {
  display: block;
  width: 65px;
  height: 65px;
  background-image: url(../images/char-ico.jpg);
  background-position-y: -25px;
}
.char-w .btm ul li:nth-child(1) i {
  background-position-x: -50px;
}
.char-w .btm ul li:nth-child(2) i {
  background-position-x: -229px;
}
.char-w .btm ul li:nth-child(3) i {
  background-position-x: -431px;
}
.char-w .btm ul li p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 12px;
  margin-top: 30px;
}
.char-w .btm ul li hr {
  width: 40px;
  height: 1px;
  background-color: #333;
  margin: 12px 0 30px;
}
.char-w .btm ul li span {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}
.char-w .btm ul li a {
  font-size: 14px;
  margin-top: 28px;
  color: #996633;
  font-weight: bold;
}
.char-w .btm ul li a:hover {
  text-decoration: underline;
}
.char-w .btm ul li:hover {
  background-color: #996633;
}
.char-w .btm ul li:hover p,
.char-w .btm ul li:hover span {
  color: #fff;
}
.char-w .btm ul li:hover i {
  background-position-y: -143px;
}
.char-w .btm ul li:hover a {
  color: #333;
}
.pro-w {
  padding: 250px 0 50px;
  background: url(../images/pro-bg.jpg) no-repeat top center;
  background-size: cover;
}
.pro-w .pro-box {
  margin-top: 20px;
  position: relative;
}
.pro-w .pro-box .pro-text {
  width: 400px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11111;
}
.pro-w .pro-box .pro-text .swiper {
  padding: 15px;
}
.pro-w .pro-box .pro-text li {
  height: 600px;
  padding: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  opacity: 0 !important;
  transition: all 0.6s linear;
}
.pro-w .pro-box .pro-text li em {
  font-size: 15px;
  color: #777;
}
.pro-w .pro-box .pro-text li h3 {
  font-size: 30px;
  margin-top: 15px;
}
.pro-w .pro-box .pro-text li .text {
  color: #666;
  line-height: 2;
  margin: 20px 0 40px;
}
.pro-w .pro-box .pro-text li span {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #996633;
}
.pro-w .pro-box .pro-text .swiper-slide-active {
  opacity: 1 !important;
}
.pro-w .pro-box .pro-pic {
  width: 970px;
  margin: 0 15px 0 auto;
}
.pro-w .pro-box .pro-pagination {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 278px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-w .pro-box .pro-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 16px;
  border-radius: 0;
  transition: all 0.3s linear;
}
.pro-w .pro-box .pro-pagination .swiper-pagination-bullet:hover {
  height: 30px;
  background-color: #996633;
  opacity: 1;
}
.pro-w .pro-box .pro-pagination .swiper-pagination-bullet-active {
  height: 30px;
}
.pro-w .more {
  width: 970px;
  margin: 20px 0 0 auto;
}
.pro-w .more a {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #996633;
}
.pro-w .more a:hover {
  text-decoration: underline;
}
.adv-w .top {
  padding: 50px 0;
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.adv-w .top .wz-bt * {
  color: #fff;
}
.adv-w .top .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.adv-w .top .box .lf {
  padding-right: 127px;
  background: url(../images/adv-arrow.png) no-repeat right center;
  text-align: right;
  line-height: 1.875;
  margin-right: 118px;
}
.adv-w .top .box .lf p {
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
  padding-right: 60px;
}
.adv-w .top .box .lf span {
  font-size: 20px;
  margin-top: 5px;
}
.adv-w .top .box .lf i {
  display: block;
  font-weight: lighter;
  margin-top: 55px;
  padding-right: 60px;
}
.adv-w .top .box .lf em {
  font-size: 18px;
  padding-right: 60px;
}
.adv-w .top .box .rg h3 {
  font-size: 18px;
}
.adv-w .top .box .rg span {
  font-size: 14px;
  font-weight: lighter;
  line-height: 1;
  margin-top: 10px;
}
.adv-w .top .box .rg p {
  font-size: 14px;
  line-height: 35px;
  margin: 30px 0;
}
.adv-w .top .box .rg a {
  width: 130px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  background-color: #996633;
  color: #fff;
}
.adv-w .top .box .rg a:hover {
  background-color: #cb6e00;
}
.adv-w .con {
  padding: 70px 0 50px;
}
.adv-w .con ul {
  display: flex;
  flex-wrap: wrap;
}
.adv-w .con ul li {
  width: 33.33%;
  padding: 20px 50px 50px;
  text-align: center;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.adv-w .con ul li:nth-child(n+4) {
  border-bottom: none;
}
.adv-w .con ul li:nth-child(3n) {
  border-right: none;
}
.adv-w .con ul li img {
  margin: 0 auto;
}
.adv-w .con ul li p {
  font-size: 18px;
}
.adv-w .con ul li span {
  font-size: 14px;
  line-height: 2;
  color: #666;
  margin-top: 15px;
}
.news-w {
  padding: 50px 0;
  background-color: #eee;
}
.news-w .page {
  max-width: 1270px;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding: 40px 0 30px;
  border-top: 1px solid #ccc;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  padding: 0 40px;
}
.news-w .top .news-tab li a {
  font-size: 20px;
  word-spacing: nowrap;
  padding-bottom: 5px;
}
.news-w .top .news-tab .news-active a {
  color: #996633;
  position: relative;
}
.news-w .top .news-tab .news-active a::after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #996633;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.news-w .news-box ul {
  display: flex;
  padding: 5px;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li:last-child {
  margin-right: 0;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 12px 20px;
  line-height: 1.75;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box ul li .text em {
  font-size: 12px;
  color: #666;
  padding-left: 20px;
  background: url(../images/rili.png) no-repeat 3px 2px;
}
.news-w .news-box ul li .text hr {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  margin: 8px 0;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
  color: #996633;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.news-w .btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #9a9a9a;
}
.news-w .btn .iconfont {
  width: 40px;
  cursor: pointer;
}
.news-w .btn .more {
  width: 130px;
  margin: 0 15px;
}
.news-w .btn .iconfont,
.news-w .btn .more {
  border: 1px solid #ccc;
}
.news-w .btn .iconfont:hover,
.news-w .btn .more:hover {
  background-color: #996633;
  color: #fff;
  border-color: #996633;
}
.serve-w {
  background-color: #2f2f2f;
  color: #fff;
}
.serve-w .tit {
  margin: 0 auto;
  width: 140px;
  line-height: 40px;
  text-align: center;
  background-color: #996633;
  transform: translateY(-50%);
}
.serve-w ul {
  height: 120px;
  padding-bottom: 20px;
  display: flex;
}
.serve-w ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.serve-w ul li i {
  font-size: 52px;
  font-weight: bold;
  color: #996633;
  font-style: italic;
  font-family: serif;
  margin-right: 25px;
}
.serve-w ul li p {
  font-size: 18px;
}
.serve-w ul li span {
  font-size: 15px;
  opacity: 0.8;
}
.index_message {
  background: url(../images/message-bg.jpg) no-repeat center;
}
.index_message .page {
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
}
.index_message .lf {
  color: #fff;
  line-height: 1.5;
}
.index_message .lf h2 {
  font-size: 34px;
  margin-bottom: 30px;
}
.index_message .lf p {
  font-size: 18px;
}
.index_message .lf span {
  font-size: 28px;
  margin: 40px 0 30px;
}
.index_message .lf span i {
  color: #996633;
}
.index_message .rg {
  width: 480px;
  margin-top: 100px;
}
.index_message .rg .half {
  display: flex;
}
.index_message .rg .half input {
  flex: 1;
}
.index_message .rg .half input:nth-child(1) {
  margin-right: 20px;
}
.index_message .rg input,
.index_message .rg textarea {
  width: 100%;
  margin-bottom: 13px;
  padding: 0 15px;
  line-height: 40px;
}
.index_message .rg input::placeholder,
.index_message .rg textarea::placeholder {
  color: #888;
}
.index_message .rg input[type="submit"] {
  width: 120px;
  line-height: 40px;
  background-color: #996633;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
.index_message .rg input[type="submit"]:hover {
  background-color: #cb6e00;
}
.footer {
  padding: 50px 0 60px;
  background: url(../images/foot-bg.jpg) no-repeat top center;
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .page {
  display: flex;
}
.footer .page .lf {
  width: 450px;
  margin-right: 50px;
}
.footer .page .lf ul {
  margin-top: 30px;
}
.footer .page .lf ul li {
  display: flex;
  margin-top: 10px;
}
.footer .page .lf ul li p {
  line-height: 20px;
}
.footer .page .lf ul li p i {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.footer .page .lf ul li .phone {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #996633;
}
.footer .page .lf .wx {
  width: 100px;
  margin-top: 30px;
}
.footer .page .f-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.footer .page .f-nav ul h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .page .f-nav ul li {
  font-size: 15px;
  line-height: 34px;
  padding-left: 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .rg .wx {
  width: 100px;
  text-align: center;
}
.footer .page .rg .wx p {
  font-size: 13px;
  line-height: 50px;
}
.footer .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 14px;
  line-height: 1.75;
  opacity: 0.8;
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  position: absolute;
  bottom: 70px;
  right: 0px;
  z-index: 9999;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 980px) {
  #clickTop {
    display: none;
  }
}
#clickTop:hover {
  opacity: 1;
}
