html,
body {
  position: relative;
  height: 100%;
  font-family: 微软雅黑;

}

body {
  background-color: #FFFFFF;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  /* border: 1px solid transparent; */
  /* box-sizing: border-box; */
}

body::-webkit-scrollbar {
  background-color: rgba(15, 107, 184, 0.4);
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(15, 107, 184);

}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: DinCond;
  src: url(../font/DINCond-Regular.otf);
}

a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: rgb(15, 107, 184);
}

img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}

.swiper-container {
  width: 100%;
  max-height: 100vh;
  position: relative;
  /* margin-top: 100px; */

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}








.wrapper {
  width: 15.6rem;
  margin: 0 auto;
  height: 100%;
}


/* 按钮 */


.nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #009448;
  position: fixed;
  width: 90px;
  height: 90px;
  top: 0px;
  right: 0%;
  z-index: 50;
  /* background: linear-gradient(135deg, #01bbf5, #dde2e4) center center no-repeat; */
}

.nav-btn span {
  top: 35px;
  left: 30%;
  display: block;
  width: 40%;
  height: 3px;
  background-color: #FFFFFF;
  margin: 5px 0px;
}

.nav-btn span:before {
  top: -10px;
  width: 100%;
}

.nav-btn span:after {
  top: 10px;
  width: 100%;
}

.nav-btn span,
.nav-btn span:after,
.nav-btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.nav-btn span:after,
.nav-btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.nav-btn span,
.nav-btn span:after,
.nav-btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.nav-btn.active span {
  background-color: transparent;
}

.nav-btn.active span:after,
.nav-btn.active span:before {
  width: 25px;
}

.nav-btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.nav-btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}


/* 按钮end */




.gxHead {
  display: none;
  width: 100%;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 99999;
}

.gxHead .logo {
  margin: 5px 15px;
  width: 60%;
  height: 50px;
  margin-top: 10px;
}


/*  移动端*/
.mobileNav {
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  width: 100%;
  transition: 0.3s linear;
  overflow: hidden;
}

.mobileNav ul {
  width: 100%;
  margin-top: 10vw;
}

.mobileNav ul li {
  width: 100%;
  line-height: 10vw;
  text-align: center;

}

.mobileNav ul li a {
  font-size: 4vw;
  color: #000;
}

.hideNav {
  height: 0;
}

.menu_btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0px;
  right: 0%;
  z-index: 50;
  
  background: linear-gradient(135deg, #a98559, #dde2e4) center center no-repeat;
}

.menu_btn span {
  top: 35px;
  left: 22px;
  width: 25px;
}

.menu_btn span:before {
  top: -6px;
  width: 18px;
}

.menu_btn span:after {
  top: 6px;
  width: 18px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn.active span {
  background-color: transparent;
}

.menu_btn.active span:after,
.menu_btn.active span:before {
  width: 25px;
}

.menu_btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}


.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 1.25rem;
  position: fixed;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 0.33rem 0.44rem;
  transition: 0.7s all;


}

.header .nav-list {
  display: flex;
  height: 100%;
  margin: 0;
  align-items: center;
}

.header .nav-list li {
  margin-right: 0.4rem;
  position: relative;
  height: 100%;
  max-width: 1.2rem;
  text-align: center;
}

.header .nav-list li a {
  display: flex;
  font-size: 16px;
  color: #FFFFFF;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  height: 100%;
}

/* .header .nav-list li:hover a{
  color: #ffba00;
} */
.header .nav-list .active>a {
  color: #ffba00;
}

.header .nav-list li a img {
  width: 10px;
  height: 6px;
  margin-left: 5px;
}

.header .nav-list li .sub-nav {
  position: absolute;
  max-width: 4.5rem;
  box-sizing: border-box;
  display: flex;
  padding: 0.25rem;
  left: 0.15rem;
  background-color: rgba(255, 255, 255, 0.92);
  /* top: calc(100% - 0.4rem); */
  width: fit-content;
  position: relative;
  max-height: 0;
  /* 初始状态：高度为0 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  transition: max-height 0.3s linear;
  /* 添加过渡效果 */
  opacity: 0;
  /* 初始状态：透明 */
  visibility: hidden;
  /* 初始状态：不可见 */
}

.header .nav-list li .sub-nav::after {
  content: "";
  position: absolute;
  top: -16px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  /* 左边框 */
  border-right: 8px solid transparent;
  /* 右边框 */
  border-bottom: 16px solid rgba(255, 255, 255, 0.92);
  /* 底部边框，红色 */
}

.header .nav-list li .sub-nav li a {
  color: #555555;
  line-height: 36px;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 10px;
  position: relative;
  white-space: nowrap;
  text-align: left;
  justify-content: flex-start;
}

.header .nav-list li .sub-nav li:hover a {
  color: #0f6bb8;

}

.header .nav-list li .sub-nav li a::after {
  content: '-';
  position: absolute;
  left: 0px;
}

.header .nav-list li .sub-nav .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
  color: #0f6bb8;
  white-space: nowrap;
}

.header .nav-list li:hover .sub-nav {
  overflow: unset;
  max-height: 1000px;
  /* 展开状态：高度为足够大的值 */
  opacity: 1;
  /* 展开状态：不透明 */
  visibility: visible;
  /* 展开状态：可见 */

}



.header .handle {
  display: flex;
  align-items: center;
}

.header .handle .item {
  margin: 0rem 0.15rem;
}

.header .nav-list li .sub-nav .item:nth-child(2) {
  margin-left: 0.8rem;
}

.indexSwiper {
  width: 100%;
  height: 9.6rem;
  position: relative;
}

.indexSwiper .cursor {
  position: absolute;
  left: 9.5rem;
  bottom: 0.7rem;
  z-index: 10;
  transform: translateX(-50%);
  animation: moveCursor 1.8s ease-in-out infinite;
}

.indexSwiper .swiper-slide {
  position: relative;
}

.indexSwiper .swiper-slide .wrapper {
  position: absolute;
  z-index: 3111;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.indexSwiper .swiper-slide .wrapper .slogn {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.indexSwiper .swiper-slide .wrapper .slogn-s {
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  color: #ffffff;
}

/* 定义动画 */
@keyframes moveCursor {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.33rem);
  }
}

footer {
  width: 100%;
  background-color: #FFFFFF;
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  
}

footer .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  height: 1rem;
}

footer .logo {
  /* width: 100%; */

}

footer .logo img {
  width: auto;
  height: auto;
}

footer .wrapper {
  width: 15.6rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .slogn {
  text-align: right;
  font-size: 16px;
  color: #222222;
  line-height: 26px;

}

footer .middle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

footer .middle .wrapper {
  padding-top: 10px;
  align-items: flex-start;
}

footer .slogn p {
  margin: 0;
}

footer .middle .left {
  display: flex;
  width: 40%;
  justify-content: space-between;
  display: none;
}

footer .right {
  text-align: right;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
footer .bottom .right{
  width: auto;
}
footer .bottom .left a{
  line-height: 30px;
}
footer .right .contact-phone,
footer .right .address,
footer .right .email {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: left;
}

footer .right .contact-phone span {
  font-weight: 600;
  font-size: 24px;
}

footer .middle .left ul {
  /* margin-right: 0.6rem; */
}

footer .middle .left ul li {
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

footer .middle .left ul li:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  line-height: 54px;
  color: #FFFFFF;
}

footer .right .code {
  display: flex;
  height: 144px;
  margin-left: 50px;
  flex-shrink: 0;
  background-color: rgba(0, 87, 130, 0.2);
}

footer .right .code .wbg {
  width: 127px;
  height: 127px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 5px;

  margin: 8px;
        margin-right: 20px;
}
footer .right .code .wbg p{
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}
footer .right .code img {
  text-align: center;

  /* margin: 0 auto;  */
}

footer .bottom {
  height: 0.75rem;
  font-size: 16px;
  color: #FFFFFF;
}

.index-page1 {
  width: 100%;
  height: 7.28rem;
  background-image: url(../images/indexbg1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;

}

.index-page1 .wrapper {
  padding-top: 1rem;
  box-sizing: border-box;
  width: 15.6rem;
}

.index-page1 .wrapper .slogn {
  display: flex;
  justify-content: center;

}

.index-page1 .wrapper .slogn span {

  font-family: cursive;
  font-size: 72px;
  font-weight: 600;
  color: #e0a60b;
}

.index-page1 .wrapper .slogn div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

.index-page1 .wrapper .slogn div p {
  font-size: 24px;
  line-height: 48px;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
}

.index-page1 .wrapper .list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.1rem;

}

.index-page1 .wrapper .list li {
  width: 4rem;
  height: 2.2rem;
  background-image: url(../images/item-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.index-page1 .wrapper .list li h4 {
  font-size: 0.56rem;
  font-weight: 100;
  line-height: 0.78rem;
  color: #0f6bb8;
  display: flex;
}

.index-page1 .wrapper .list li p {
  font-size: 0.24rem;
  margin: 0;
  font-weight: 100;
  line-height: 0.48rem;
  letter-spacing: 0px;
  color: #0f6bb8;
}

.index-page2 {
  height: 9.15rem;
  width: 100%;
}

.index-page3 {
  width: 100%;
  height: 8.2rem;
  background-image: url(../images/indexbg2.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.index-page3 .wrapper {
  width: 15.6rem;
  padding-top: 0.9rem;
}

.index-page3 .en-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  color: #ffffff;
}

.index-page3 .cn-title {
  font-size: 28px;
  line-height: 48px;
  color: #ffffff;
  margin: 20px 0px;
}

.index-page3 .list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.index-page3 .list li {
  width: 3.45rem;
  height: 2.1rem;
  background-color: rgba(0, 87, 130, 0);
  transition: 0.7s all;
}

.index-page3 .list li:nth-child(2),
.index-page3 .list li:nth-child(4),
.index-page3 .list li:nth-child(5),
.index-page3 .list li:nth-child(7) {

  background-color: rgba(255, 255, 255, 0.2);
}

.index-page3 .list li:hover {
  background-color: #eaae0d;
}

.index-page3 .list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0rem 0.8rem;
  height: 100%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.index-page3 .list li a img {
  width: 0.56rem;
  height: auto;
  margin-bottom: 0.2rem;
}

.index-page3 .list li a .e-t {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}

.index-page2 .title {
  font-size: 28px;
  color: #222222;
}

.index-page2 .line {
  width: 100%;
  height: 1px;
  margin: 0.24rem 0rem;
  background-color: #e2e4e6;
}

.index-page2 .wrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 0.57rem;
  width: 15.6rem;
}

.index-page2 .wrapper .left {
  width: 8.8rem;

}

.index-page2 .wrapper .right {
  width: 4.7rem;
}

.index-page2 .right ul {
  display: flex;
  width: 100%;
  flex-direction: column;

}

.index-page2 .right ul li {
  width: 100%;
  border-bottom: 1px solid #e2e4e6;
  height: 1.1rem;
  cursor: pointer;
  transition: 0.7s all;
}

.index-page2 .right ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  align-items: center;
  justify-content: space-between;
}

.index-page2 .right ul li a .time {
  width: 0.8rem;
  height: 0.8rem;
  border: solid 1px #e5e5e5;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.15rem;
  transition: 0.7s all;
  text-align: center;

}

.index-page2 .right ul li a .time .day {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
  transition: 0.7s all;
}

.index-page2 .right ul li a .time .line {
  width: 0.5rem;
  height: 1px;
  background-color: #e5e5e5;
  opacity: 0.3;
  margin: 4px 0px;
  flex-shrink: 0;
  transition: 0.7s all;

}

.index-page2 .right ul li a .time .year {
  color: #555555;
  font-size: 14px;
  transition: 0.7s all;
  text-align: center;
}

.index-page2 .right ul li a .title {
  font-size: 16px;
  line-height: 28px;
  color: #555555;
  margin-left: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.index-page2 .right ul li:hover .time {
  background-color: #0f6bb8;
}

.index-page2 .right ul li:hover .time .day {
  color: #FFFFFF;
}

.index-page2 .right ul li:hover .time .year {
  color: #FFFFFF;
}

.index-page2 .right ul li:hover .title {
  color: #0f6bb8;
}

.index-page2 .right .more {
  width: 2.2rem;
  height: 0.56rem;
  background-color: #ffffff;
  border: solid 1px rgba(85, 85, 85, 0.3);
  color: #555555;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 0.35rem;
  justify-content: space-between;
  transition: 0.7s all;

}

.index-page2 .right .more img:nth-child(2) {
  display: none;
}

.index-page2 .right .more:hover {
  background-color: #0f6bb8;
  color: #FFFFFF;
  border: 1px solid #0f6bb8;
}

.index-page2 .right .more:hover img:nth-child(2) {
  display: inline-block;
}

.index-page2 .right .more:hover img:nth-child(1) {
  display: none;
}

.index-page2 .right .more img {
  width: 22px;
  height: 6px;
}

.index-page2 .news-show {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.index-page2 .news-show .item {
  width: 4.26rem;
  position: relative;
}

.index-page2 .news-show .item .imgs {
  width: 100%;
  height: 2.8rem;
}

.index-page2 .news-show .item .time {
  width: 0.8rem;
  height: 0.8rem;
  border: solid 1px #e5e5e5;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.15rem;
  transition: 0.7s all;
  text-align: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;

}

.index-page2 .news-show .item .time .day {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  color: #0f6bb8;
  transition: 0.7s all;
}

.index-page2 .news-show .item .time .line {
  width: 0.5rem;
  height: 1px;
  background-color: #e5e5e5;
  opacity: 0.3;
  margin: 4px 0px;
  flex-shrink: 0;
  transition: 0.7s all;

}

.index-page2 .news-show .item .time .year {
  color: #0f6bb8;
  font-size: 14px;
  transition: 0.7s all;
  text-align: center;
}

.index-page2 .news-show .item .title {
  font-size: 18px;
  color: #222222;
  line-height: 32px;
  font-weight: 600;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.index-page2 .left .list {
  width: 100%;

}

.index-page2 .left ul li {
  width: 100%;
  height: 0.6rem;
  border-bottom: 1px solid #e2e4e6;

}

.index-page2 .left ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.index-page2 .left ul li .icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.index-page2 .left ul li .label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555555;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-page2 .left ul li .value {
  font-size: 14px;
  color: #555555;
}





.index-page2 .left .more {
  width: 2.2rem;
  height: 0.56rem;
  background-color: #ffffff;
  border: solid 1px rgba(85, 85, 85, 0.3);
  color: #555555;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 0.35rem;
  justify-content: space-between;
  transition: 0.7s all;
  margin-top: 0.5rem;

}

.index-page2 .left .more img:nth-child(2) {
  display: none;
}

.index-page2 .left .more:hover {
  background-color: #0f6bb8;
  color: #FFFFFF;
  border: 1px solid #0f6bb8;
}

.index-page2 .left .more:hover img:nth-child(2) {
  display: inline-block;
}

.index-page2 .left .more:hover img:nth-child(1) {
  display: none;
}

.index-page2 .left .more img {
  width: 22px;
  height: 6px;
}



.contact-us {
  width: 100%;
  height: 3.6rem;
  background-image: url(../images/indexbg4.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contact-us .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-us .title {
  font-size: 0.4rem;
  line-height: 48px;
  letter-spacing: 16px;
  color: #ffffff;
}

.contact-us button {
  width: 220px;
  height: 56px;
  background-color: #eaa309;
  display: flex;
  align-items: center;
  border: none;
  font-size: 14px;
  letter-spacing: 3px;
  box-sizing: border-box;
  padding: 0px 35px;
  justify-content: space-between;
  margin-top: 60px;
  color: #FFFFFF;
}

.contact-us button img {
  width: 22px;
  height: 6px;
}

.index-page4 {
  width: 100%;
  height: 8.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-page4 .wrapper {
  width: 15.6rem;
  background-image: url(../images/indexbg3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-height: 6rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem;
  justify-content: space-between;
}

.index-page4 .wrapper .left {}

.index-page4 .wrapper .left .en-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  color: #ffffff;
}

.index-page4 .wrapper .left .cn-tittle {
  font-size: 28px;
  line-height: 48px;
  color: #ffffff;
  margin: 20px 0px;
}

.index-page4 .wrapper .left .content {
  width: 6rem;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.index-page4 .right {
  width: 220px;
  height: 56px;
  border: solid 1px #ffffff;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 35px;
}

.index-page4 .right img {
  width: 22px;
  height: 6px;
}

.banner {
  width: 100%;
  height: 5.2rem;
  position: relative;
}

.banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.banner .wrapper {
  width: 15.6rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.drop-nav {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  margin: 0;
}
.drop-nav .wrapper{
  width: 15.6rem;
  margin: 0 auto;
  height: 100%;
}
.drop-nav .wrapper ul{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
}
.drop-nav li {
  height: 100%;
  transition: 0.7s all;
  min-width: 1rem;
}

.drop-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #222222;
}

.drop-nav .active {
  color: #a98559;
}

.drop-nav .active a {
  color: #a98559;
}

.banner .en-title {
  font-size: 0.3rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  /* margin-bottom: -0.35rem; */
}

.banner .cn-title {
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
}

.crumbs-nav {
  width: 15.6rem;
  margin: 0 auto;
  height: 0.8rem;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.crumbs-nav .label {
  color: #999999;
  font-size: 14px;

}

.crumbs-nav a {
  margin: 0px 4px;
}


.about-page1 {
  width: 100%;
  min-height: 7.4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/about-bg1.png);
  box-sizing: border-box; 
  padding-top: 1rem;
  box-sizing: border-box;
}

.about-page1 .wrapper {
  width: 15.6rem;
  margin: 0 auto;
  
}

.about-page1 .wrapper .title-wrap {
  display: flex;
  flex-direction: column;

}

.about-page1 .wrapper .title-wrap .en-title {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #a98559;
}

.about-page1 .wrapper .title-wrap .cn-title {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #222222;
}

.about-page1 .wrapper .content {
  font-size: 16px;
	color: #555555;
  margin-top: 0.45rem;
	line-height: 36px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.66rem 0.77rem;
}
.about-page1 .wrapper .content .slogn{
  width: 3.89rem;
	height: 0.33rem;
  display: block;
  margin-top: 0.5rem;
}




.about-page2 {
  background-color: #0f6bb8;
  background-image: url(../images/honor-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 8.5rem;
}

.about-page2 .wrapper,
.about-page3 .wrapper {
  box-sizing: border-box;
  position: relative;
}

.about-page2 .wrapper .title-wrap .en-title {
  color: #FFFFFF;
  /* margin-bottom: 0.2rem; */
}
.swiper-button-prev:after,.swiper-button-next:after{
  display: none;
  
}
.swiper-button-prev img,.swiper-button-next img{
  width: 0.78rem;
  height: 0.78rem;
}
.swiper-button-prev ,.swiper-button-next{
  bottom: -1rem;
  top: unset;
}
.swiper-button-prev {
  left: 46%;
}
.swiper-button-next {
  right: 46%;
}
.about-page2 .wrapper .title-wrap .cn-title {
  color: #FFFFFF;
}
.about-page2 .wrapper  .swiper-container{
  width: 100%;
  margin-top: 0.6rem;
}
.about-page2 .wrapper  .swiper-container .swiper-slide{
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 15px;
}
.about-page2 .wrapper  .swiper-container .swiper-slide .line{
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
	opacity: 0.6;
  margin: 0.24rem 0rem;
}
.about-page2 .wrapper  .swiper-container .swiper-slide  p{
  text-align: center;
  font-size: 16px;
}


.about-page3 .wrapper .title-wrap .en-title {
  margin-bottom: 0.2rem;
}

.about-page3 .wrapper .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0.5rem;
}

.about-page3 .wrapper .list li {
  width: 2.6rem;
  height: 1.1rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(50, 55, 58, 0.08);
  margin-right: 0.25rem;
  margin-bottom: 0.22rem;
}

.about-page3 .wrapper .list li:nth-child(5n) {
  margin-right: 0px;
}

.about-page3 .wrapper .list li a {
  display: block;
  width: 100%;
  height: 100%;
}









.service-page1 {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.service-page1 .wrapper {
  width: 15.6rem;
  box-sizing: border-box;
  padding-bottom: 1rem;
  padding-top: 0.6rem;
}

.service-page1 .list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  /* margin-top: 0.6rem; */
}

.service-page1 .list li {
  width: 5rem;
  height: 3.2rem;
  background-color: #FFFFFF;
  transition: 0.7s all;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  transition: 0.7s all;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.service-page1 .list li:nth-child(3n) {
  margin-right: 0px;
}

.service-page1 .list li:hover {
  background-image: url(../images/hover-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #a98559;
  box-sizing: border-box;
}

.service-page1 .list li a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.3rem 0.4rem;
  height: 100%;
  text-align: center;
  font-size: 20px;
  color: #333333;
}

.service-page1 .list li a img {
  width: 0.8rem;
  height: 0.8rem;
  height: auto;
  margin-bottom: 0.2rem;
}
.service-page1 .list li a .c-t{
  font-weight: 600;
}
.service-page1 .list li a .line{
  width: 36px;
	height: 1px;
  margin: 0.18rem 0rem;
	background-color: #a98559;
}
.service-page1 .list li a .e-t {
  margin-top: 8px;
	color: #555555;
  line-height: 28px;
  text-align: left;
  font-size: 16px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.service-page1 .list li:hover a {
  /* color: #FFFFFF; */
}

.team-page1 {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 0.85rem;
  padding-bottom: 0.8rem;

}

.team-page1 .wrapper {
  width: 15.6rem;
}

.team-page1 .wrapper .select-box .letter-sort {
  width: 100%;
  display: flex;

  height: 70px;
  background-color: #f7f7f7;
  align-items: center;
  justify-content: space-around;

}

.team-page1 .wrapper .select-box .letter-sort li {
  box-sizing: border-box;
  padding: 0rem 8px;
  height: 28px;
  width: auto;
}

.team-page1 .wrapper .select-box .letter-sort li a {
  display: block;
  width: 100%;
  line-height: 28px;
  height: 100%;
}

.team-page1 .wrapper .select-box .letter-sort .active {
  background-color: #a98559;
  color: #FFFFFF;
}

.team-page1 .wrapper .select-box .letter-sort .active a {
  color: #FFFFFF;
}

.search-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0.24rem 0rem;
}

.search-wrap input {
  width: 4rem;
  height: 0.54rem;
  font-size: 16px;
  border: solid 1px #e0e0dc;
  outline: none;
  box-sizing: border-box;
  padding: 0rem 0.24rem;
}

.search-wrap select {
  width: 4rem;
  height: 0.54rem;
  outline: none;
  font-size: 16px;
  border: solid 1px #e0e0dc;
  box-sizing: border-box;
  color: #888888;
  padding: 0rem 0.24rem;
}

.search-wrap button {
  height: 0.54rem;
  width: 1.6rem;
  background-color: #a98559;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-wrap button img {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}

.team-page1 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.team-page1 .list li {
  width: 3.62rem;
  height: 5.26rem;
  background-color: #ffffff;
  margin-right: 0.37rem;
  margin-bottom: 0.32rem;
  flex-shrink: 0;
  transition: 0.7s all;
}

.team-page1 .list li:nth-child(4n) {
  margin-right: 0px;
}

.team-page1 .list li a {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  transition: 0.7s all;
  padding: 0.27rem;
}

.team-page1 .list li a .avatar {
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
  transition: 0.7s all;
}



.team-page1 .list li a .name {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  color: #222222;
  margin-top: 0.2rem;
  transition: 0.7s all;
}

.team-page1 .list li a .posts {
  font-size: 14px;
  transition: 0.7s all;
  font-weight: 500;
  color: #666666;
  margin-left: 4px;
}

.team-page1 .list li a .service {
  width: 1.6rem;

  transition: 0.7s all;
  line-height: 24px;
  
}
.team-page1 .list li a .service  img{
  vertical-align: top;
  width: 18px;
	height: 18px;
}
.team-page1 .list li:hover {
  /* background-image: url(../images/ls-item-bg.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;

}
/* 
.team-page1 .list li:hover .name {
  color: #FFFFFF;
}

.team-page1 .list li:hover .posts {
  color: #FFFFFF;
}

.team-page1 .list li:hover .service {
  color: #FFFFFF;
} */


.pagination {
  width: 100%;
  margin: 0.5rem 0rem;
  display: flex;
  justify-content: center;
}

.pagination li {
  box-sizing: border-box;
  height: 35px;
  border: 1px solid #c9c9c9;
  margin: 0px 5px;
}

.pagination li a {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  padding: 0rem 0.15rem;
  text-align: center;
  line-height: 35px;

}

.pagination .active {
  background-color: #a98559;

}

.pagination .active a {
  color: #FFFFFF;
}

.laywer-page {
  min-height: 8rem;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.laywer-page::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.77rem;
  background-color: #f3f3f3;
  width: 7.36rem;
  height: 5.86rem;

}

.laywer-page .wrapper {
  width: 15.6rem;
  box-sizing: border-box;
  padding: 0rem 0rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.laywer-page .wrapper .left {
  width: 5rem;
  box-sizing: border-box;
  padding-top: 0.4rem;
  display: flex;
  flex-direction: column;
}

.laywer-page .wrapper .left .imgs {
  background-color: #0f6bb8;
  width: 3.6rem;
  /* height: 5.2rem; */
  max-height: 5.2rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.laywer-page .wrapper .search {
  display: flex;
  flex-direction: column;
  width: 3.76rem;
  float: right;
  margin-left: 1rem;
  align-items: flex-end;
}

.laywer-page .wrapper .search input,
.laywer-page .wrapper .search select {
  width: 3.76rem;
  height: 0.54rem;
  font-size: 16px;
  color: #888888;
  box-sizing: border-box;
  padding-left: 0.15rem;
  background-color: #ffffff;
  border: solid 1px #e0e0dc;
  margin-bottom: 0.25rem;
}

.laywer-page .wrapper .search button {
  height: 0.54rem;
  width: 1.6rem;
  background-color: #a98559;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

.laywer-page .wrapper .search button img {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}

.laywer-page .wrapper .right {
  width: 7.3rem;
  display: flex;
  flex-direction: column;
}

.laywer-page .wrapper .right .header-l {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 0.4rem;
  margin-bottom: 0.3rem;
}

.laywer-page .wrapper .right .header-l .title {
  font-size: 0.44rem;
  line-height: 40px;
  letter-spacing: 0px;
  color: #222222;
}

.laywer-page .wrapper .right .header-l .back {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555555;
}

.laywer-page .wrapper .right .header-l .back img {
  width: 19px;
  height: 22px;
  margin-right: 0.1rem;
}

.laywer-page .wrapper .right .introduce .cell {
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  letter-spacing: 0px;
  color: #222222;
}

.laywer-page .wrapper .right .b-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  line-height: 0.45rem;
  letter-spacing: 0px;
  color: #a98559;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}

.laywer-page .wrapper .right .content {
  font-size: 16px;
  line-height: 36px;
  color: #555555;
}

.news-page .wrapper {
  width: 15.6rem;

}

.news-page .list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.news-page .list li {
  width: 7.38rem;
  height: 2.85rem;
  border-top: 1px solid #222222;

}

.news-page .list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  height: 100%;
  box-sizing: border-box;
  padding:0.35rem 0.05rem 0.2rem 0.05rem;
  transition: 0.7s all;
}

.news-page .list li a .time {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0.3rem;
  color: #a98559;
}

.news-page .list li a .label {
  font-size: 0.2rem;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-page .list li a .content{
  
  font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.32rem;
	letter-spacing: 0px;
	color: #222222;
  margin-top: 0.28rem;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-page .list li:hover a {
  background-color: #a98559;
}

.news-page .list li:hover a .time {
  color: #FFFFFF;
}

.news-page .list li:hover a .label {
  color: #FFFFFF;
}
.news-page .list li:hover a .content{
  color: #FFFFFF;
}
.news-swiper {
  background-color: #f3f5f9;
  border: solid 1px #eaeaea;
  width: 100%;
  height: 4.5rem;
}

.news-swiper .swiper-container {
  height: 100%;
  position: relative;
}


.news-swiper .swiper-container .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;


}

.news-swiper .swiper-container .swiper-slide .left {

  width: 7rem;
  height: 100%;
  flex-shrink: 0;
}

.news-swiper .swiper-container .swiper-slide .right {
  box-sizing: border-box;
  padding: 0.6rem 0.5rem;
}

.news-swiper .swiper-container .swiper-slide .right .title {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0px;
  font-weight: 500;
  color: #333333;
}

.news-swiper .swiper-container .swiper-slide .right .time {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 0.32rem 0rem;
}

.news-swiper .swiper-container .swiper-slide .right .line {
  flex-grow: 1;
  height: 1px;
  background-color: #dcdcdc;
  margin-left: 5px;
}

.news-swiper .swiper-container .swiper-slide .right .content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.news-page .swiper-pagination {
  width: 50%;
  right: 50% !important;
  left: 50%;
}

.news-page .swiper-pagination-bullet {
  width: 44px;
  height: 4px;
  border-radius: 0;
  background-color: #545454;
}


.contact-page .wrapper {
  width: 15.6rem;
}

.contact-page .wrapper .title-wrap {
  display: flex;
  flex-direction: column;
  margin: 1rem 0rem 0.8rem 0rem;

}

.contact-page .wrapper .title-wrap .en-title {
	font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #a98559;
  text-align: left;
  
}

.contact-page .wrapper .title-wrap .cn-title {
  font-size: 32px;
  font-weight: 600;
	font-size: 32px;
  letter-spacing: 0px;
  color: #222222;
  text-align: left;

}

.contact-page .wrapper .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.contact-page .wrapper .list li {
  width: 4.5rem;
  height: 2.84rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
}


.contact-page .wrapper .list li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.contact-page .wrapper .list li a .more{
  display: flex;
  align-items: center;
}
.contact-page .wrapper .list li a .more img{
  width: 15px;
  height: 5px;
}
.contact-page .wrapper .list li a  .icon{
  width: auto;
  height: 0.55rem;
}

.contact-page .wrapper .list li a .title{
  font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #222222;
  margin: 0.24rem 0rem;
  margin-bottom: 0.1rem;
}

.contact-page .wrapper .list li a  p{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #555555;
}
.contact-page .wrapper .list li a  .more img{
  margin-left: 5px ;
}

.contact-page1 .wrapper{
width: 14rem;

}
.contact-page1 .wrapper .map{
  display: flex;
  height: 5.5rem;
	background-color: #f6f6f6;
	border-radius: 0.08rem;
  margin-top: 0.3rem;
}
.contact-page1 .wrapper .map .left{
  width: 7rem;
  height: 100%;
  flex-shrink: 0;
}
.contact-page1 .wrapper .map .right{
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0.8rem;
}
.contact-page1 .wrapper .map .right .title{
  font-size: 0.32rem;
  font-weight: 600;
	line-height: 0.48rem;
	color: #111111;
}
.contact-page1 .wrapper .map .right  .cell{
  display: flex;
  line-height: 0.48rem;
  display: flex;
  font-size: 16px;
}
.contact-page1 .wrapper .map .right  .cell span{
  color: #1178c1;
  font-weight: 600;
  font-size: 24px;
}

.contact-page1 .wrapper .map .right  .codes{
  display: flex;
  text-align: center;
  margin: 0.4rem 0px;
}
.contact-page1 .wrapper .map .right .codes .code {
  margin-right: 0.6rem;
}
.contact-page1 .wrapper .map .right .codes .code img{
  width: 1.3rem;
  height: 1.3rem;
}
.contact-page1 .wrapper .contact-title{
  font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #222222;
  text-align: center;
  margin: 1rem 0rem;
}

.contact-box{
  width: 100%;
  margin-bottom: 0.5rem;
}
.contact-box .cell{
  display: flex;
  align-items: center;
  margin-bottom: 0.23rem;
}
.contact-box .cell input{
  font-size: 16px;
  height: 0.6rem;
  box-sizing: border-box; 
  padding: 0.23rem 0.28rem;
  outline: none;
  border: solid 1px #e3e3e3;
  color: #666666;
  flex-grow: 1;
}
.contact-box .cell:nth-child(1) input:nth-child(1),.contact-box .cell:nth-child(1) input:nth-child(2){
  margin-right: 0.2rem;
}

.contact-box  textarea{
  width: 14rem;
  height: 2rem;
  box-sizing: border-box; 
  padding: 0.23rem 0.28rem;
  font-size: 16px;
  outline: none;
  margin-bottom: 0.23rem;
}
.contact-box  button{
  width: 2.28rem;
  height: 0.6rem;
  background-color: #0f6bb8;
  text-align: center;
  line-height: 0.6rem;
  outline: none;
  color: #FFFFFF;
  font-size: 16px;
  border: none;
}
.contact-box .code{
  width: 1.1rem;
  margin: 0rem 0.6rem 0rem 0.2rem;
	height: 0.6rem;
	background-color: rgb(0, 119, 185,0.2);
  color: #0077b9;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 0.6rem;
  box-sizing: border-box;
}
.contact-box label{
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.2rem;
}
.contact-box label input{
  width: 0.18rem;
	height: 0.18rem;
	background-color: #eeeeee;
	border-radius: 0.03rem;
	border: solid 1px #d2d2d2;
}

.contact-box label a{
  color: #0077b9;
}

.contact-box .codes{
  width: 4rem;
  flex-grow: unset;
}

.news-page .detail{
  display: flex;
  justify-content: space-between;
}
.detail-right{
	width: 3.6rem;
	/* min-height: 5.7rem; */
  height: 100%;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
  box-sizing: border-box;
  /* padding: 0.25rem; */
}
.detail-left{
  width: 10rem;
  position: relative;
}
.detail-left::after{
  content: "";
  position: absolute;
  right: -0.7rem;
  height: 100%;
  width: 1px;
  top: 0;
  background-color: #e5e5e5;
}
.detail-right ul{
  padding: 0.25rem;
}
.detail-right li{
  height: 1.1rem;
  border-bottom: 1px solid #e5e5e5;
}

.detail-right li  a{
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
 .detail-right li a p{
   overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
 }

.detail-right .title{

  height: 0.2rem;
  line-height: 0.2rem;
  font-weight: 600;
  font-size: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  background-color: #a98559;
  color: #FFFFFF;
  padding-left: 0.35rem;
  position: relative;
}
.detail-right .title::after{
  content: "";
  width: 4px;
	height: 20px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0.18rem;
  top: 0.25rem;
}


.detail-left .title{
  font-size: 28px;
  color: #222222;
}

.detail-left .info{
  display: flex;
  align-items: center;
	color: #666666;
  font-size: 12px;
  margin: 0.35rem 0rem;
}

.detail-left .info .time{
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
  
}
.detail-left .info   img{
  width: 13px;
	height: 13px;
  vertical-align: bottom;
  margin-right: 0.05rem;
}
.detail-left .line{
  width: 100%;
  height: 1px ;
  background-color: #e5e5e5;
  margin-bottom: 0.4rem;
}
.detail-left .content{
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #555555;
  margin-bottom: 0.5rem;
}
.detail-left .handle{
  display: flex;
  margin-bottom: 0.5rem;
}
.detail-left .handle a{
  width: 500px;
	height: 100px;
  background-color: #f7f7f7;
  color: #666666;
  font-size: 14px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding:0rem 0.35rem ;
  transition: 0.7s all;
}
.detail-left .handle a p{
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.detail-left .handle a img{
  width: 14px;
  height: 10px;
}
.detail-left .handle a img:nth-child(2){
display: none;
}

.detail-left .handle .line{
  width: 1px;
  height: 28px;
  background-color: #e6e6e6;
  margin-bottom: 0px;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.detail-left .handle  .next-page{
  flex-direction: row-reverse;
}
.detail-left .handle  .prev-page img{
  transform: rotate(-180deg);
}
.detail-left .handle a:hover{
  background-color: #a98559;
}

.detail-left .handle a:hover p{
  color: #FFFFFF;
}

.detail-left .handle a:hover  img:nth-child(1){
  display: none;

}.detail-left .handle a:hover  img:nth-child(2){
  display: inline-block;
  
}
.w-h{
  background-color: #FFFFFF;
  height: 0.9rem;
  transition: 0.7s all;
  padding-top: 0;
  padding-bottom: 0;
}
.w-h .nav-list li a{
color: #000000;
}

.w-h .nav-list li .sub-nav{
  /* top: 33px; */
} 

.contact-page  .info-wrapper{
  display: flex;
  justify-content: space-between;
}


.contact-page  .info-wrapper li{
  background-color: #eff4f8;
  width: 3.16rem;
	height: 2.12rem;
}


.contact-page  .info-wrapper li .icon{
  width: 0.56rem;
	height: 0.56rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-page  .info-wrapper li .icon img{
  width: 0.24rem;
  height: auto;
}

.contact-page  .info-wrapper li  a{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;

}

.contact-page  .info-wrapper li  a .number{
  font-size: 18px;
  font-weight: 600;

  margin: 0.1rem 0rem;
  color: #000;
}
.contact-page  .info-wrapper li  a  p{
  font-size: 14px;
	line-height: 26px;

  color: #b89b73;
  margin: 0px;
}
.contact-page  .info-wrapper  .left{
  width: 10rem;
}
.contact-page  .info-wrapper  .left ul{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.contact-page  .info-wrapper  .left ul .active{
  background-color: #b89b73;
}


.contact-page  .info-wrapper  .left ul .active .number{
  color: #eff4f8;
}
.contact-page  .info-wrapper  .left ul .active p{
  color:#eff4f8 ;
}
.contact-page  .info-wrapper .right{
  width: 5.4rem;
	height: 2.12rem;
	background-color: #eff4f8;
  display: flex;
  align-items: center;
  padding: 0rem 0.4rem;
  box-sizing: border-box;
  justify-content: space-between;
}

.contact-page  .info-wrapper .right .bg{
  width: 1.28rem;
	height: 1.28rem;
  box-sizing: border-box;
  padding: 0.1rem;
  background-color: #FFFFFF;
}

.contact-page  .info-wrapper .right .bg img{
  
}

.contact-page  .info-wrapper .right p{
  text-align: center;
  color: #a98559;
  font-size: 14px;
  margin: 10px 0px;
}
.contact-page{
  padding-bottom: 1.8rem;
}
.detail-right .ly-list li{
  height: 0.8rem;
}
.detail-right .ly-list li a{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.detail-right .ly-list li a .arr img{
  width: 0.2rem;
  height: 0.2rem;
}
.detail-right .ly-list li a .arr img:nth-child(1){
  display: none;
}

.detail-right .ly-list .active a .arr img:nth-child(2){
  display: none;
}
.detail-right .ly-list .active a .arr img:nth-child(1){
  display: inline-block;
  
}
.detail-right .ly-list .active a{
  color: #a98559;
}



.detail-right .ly-list li:hover a .arr img:nth-child(2){
  display: none;
}
.detail-right .ly-list li:hover a .arr img:nth-child(1){
  display: inline-block;
  
}
.detail-right .ly-list li:hover a{
  color: #a98559;
}



.ly-right{
  border: none;
}

.example .pagination{
  box-sizing: border-box;
  padding:18px 17px;
  background-color: #FFFFFF;
  width: fit-content;
  margin: 0 auto;
}

.example-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}

.example-list li{
  width: 7.6rem;
  height: 2.4rem;
  background-color: #FFFFFF;
  margin-bottom: 0.4rem;
}

.example-list li a{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.38rem 0.3rem;
  justify-content: space-between;
  transition: 0.7s all;
}

.example-list li a .time{
  font-size: 14px;
	letter-spacing: 0px;
	color: #a98559;
}
.example-list li a  .title{
  font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

.example-list li a  .more{
  display: flex;
  align-items: center;
  color: #a98559;
}
.example-list li a  .more img{
  width: 20px;
	height: 10px;
  margin-left: 5px;
}

.example-list li a  .more img:nth-child(2){
  display: none;
}

.example-list li:hover{
  background-color: #a98559;

}

.example-list li:hover a .time{
  color: #FFFFFF;
}

.example-list li:hover a .title{
  color: #FFFFFF;
}
.example-list li:hover a .more{
  color: #FFFFFF;
}
.example-list li:hover a .more img:nth-child(2){
  display: inline-block;
}

.example-list li:hover a .more img:nth-child(1){
  display: none;
}
.news-sub-nav{
  width: 100%;
  height: 0.8rem;
  border: 1px solid #f6f6f6;
}
.news-sub-nav .wrapper{
  width: 15.6rem;
  margin: 0 auto;
}

.news-sub-nav .wrapper ul{
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #222222;
}
.news-sub-nav .wrapper ul  li{
  min-width: 1rem;
  
}
.news-sub-nav .wrapper ul .active{
  color: #a98559;
}