a:hover {
  color: #266747;
}
.swiper-pagination-bullet-active {
  background-color: #266747 !important;
}
.header {
  background: #266747;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #fff;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #fff;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 20%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 99px;
  text-align: center;
  font-size: 20px;
  padding: 0 10px;
  position: relative;
  color: #fff;
}
.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: #fff;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #266747;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover {
  background: #ff8e0f;
}
.nav-list > li:hover > a {
  color: #fff;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active {
  background: #ff8e0f;
}
.nav-list .active > a {
  color: #fff;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
/* 搜索 */
.search {
  background-color: #fff;
  border: 1px #eee solid;
}
.search .page {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #266747;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 20px;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #266747;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #fc6902;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  color: #266747;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}
.pro-w {
  background: url(../images/pro-bg.jpg) center / cover no-repeat;
  padding: 30px 0 50px;
}
.pro-w .top-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.pro-w .top-h .text {
  width: 50%;
}
.pro-w .top-h .text h1 {
  text-transform: uppercase;
  line-height: 1;
  font-size: 80px;
  font-weight: bold;
  color: #aaa;
  opacity: 0.3;
  margin-bottom: -40px;
}
.pro-w .top-h .text h2 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  z-index: 999;
}
.pro-w .top-h .text h2 i {
  color: #266747;
}
.pro-w .top-h .text h4 {
  margin: 15px 0;
  font-size: 32px;
  font-weight: bold;
}
.pro-w .top-h .text h4 i {
  color: #266747;
}
.pro-w .top-h .nav-p {
  display: flex;
  width: 50%;
}
.pro-w .top-h .nav-p ul {
  display: flex;
  margin-right: 30px;
}
.pro-w .top-h .nav-p ul li {
  flex: 1;
  height: 40px;
  line-height: 39px;
  text-align: center;
  padding: 0 15px;
  margin-right: 10px;
  border-radius: 20px;
  border: 1px #aaa solid;
  transition: all 0.3s ease;
  overflow: hidden;
}
.pro-w .top-h .nav-p ul li:hover {
  background: #266747;
}
.pro-w .top-h .nav-p ul li:hover a {
  color: #fff;
}
.pro-w .top-h .nav-p .btn {
  display: flex;
  align-items: center;
}
.pro-w .top-h .nav-p .btn .iconfont {
  margin-left: 10px;
  font-size: 24px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  border: 1px #266747 solid;
  color: #266747;
  border-radius: 50%;
}
.pro-w .top-h .nav-p .btn .iconfont:hover {
  background: #266747;
  color: #fff;
}
.pro-w .proSwiper ul li .pic {
  border: 1px #eee solid;
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-w .proSwiper ul li .bm {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #266747;
}
.pro-w .proSwiper ul li .bm * {
  color: #fff;
}
.pro-w .proSwiper ul li .bm .text-m h3 {
  font-size: 20px;
}
.pro-w .proSwiper ul li .bm .text-m em {
  font-size: 12px;
}
.pro-w .proSwiper ul li .bm .more {
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  border-radius: 50%;
  border: 1px #fff solid;
  font-size: 22px;
  padding-left: 2px;
}
.pro-w .proSwiper ul li .bm .more:hover {
  background: #fff;
  color: #266747;
}
.adv-w {
  background: url(../images/adv-bg.jpg) center / cover no-repeat;
  overflow: hidden;
  padding: 40px 0 100px 0;
  border-bottom: 1px solid #dc9b80;
}
.adv-w .head-adv {
  text-align: center;
}
.adv-w .head-adv h1 {
  font-size: 70px;
  font-weight: bold;
  color: #aaa;
  opacity: 0.3;
  text-transform: uppercase;
  margin-bottom: -50px;
}
.adv-w .head-adv h2 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  z-index: 10;
}
.adv-w .head-adv h2 i {
  color: #266747;
}
.adv-w .head-adv span {
  font-size: 18px;
  margin-top: 20px;
}
.adv-w .head-adv .nav-adv {
  display: flex;
  margin: 20px auto;
  margin-bottom: 50px;
  height: 40px;
  border-radius: 20px;
  width: 900px;
  border: 1px #aaa solid;
}
.adv-w .head-adv .nav-adv a {
  width: 25%;
  line-height: 40px;
  border-radius: 20px;
}
.adv-w .head-adv .nav-adv a:hover {
  background: #266747;
  color: #fff;
}
.adv-w .adv-box {
  margin-top: 50px;
  position: relative;
}
.adv-w .adv-box .swiper {
  overflow: visible;
}
.adv-w .adv-box ul {
  align-items: center;
}
.adv-w .adv-box ul li {
  width: 40%;
  margin: 0 2%;
  position: relative;
}
.adv-w .adv-box ul li .pic {
  overflow: hidden;
}
.adv-w .adv-box ul li img {
  width: 100%;
  transition: all 0.3s linear;
}
.adv-w .adv-box ul li .text {
  display: none;
  width: 55%;
  height: 220px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 50px;
  bottom: -90px;
  padding: 40px;
}
.adv-w .adv-box ul li .text p {
  font-size: 18px;
  font-weight: bold;
}
.adv-w .adv-box ul li .text span {
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
}
.adv-w .adv-box ul li .text .more {
  font-size: 14px;
  color: #266747;
  margin-top: 45px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.adv-w .adv-box ul li .text .more em {
  font-size: 18px;
  color: #266747;
}
.adv-w .adv-box ul li .text::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #266747;
  position: absolute;
  top: 80px;
  left: -30px;
}
.adv-w .adv-box ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.adv-w .adv-box ul .swiper-slide-active {
  width: 50%;
}
.adv-w .adv-box ul .swiper-slide-active .text {
  display: block;
}
.adv-w .adv-box ul .swiper-slide-active::after {
  display: none;
}
.adv-w .adv-box ul .swiper-slide-active:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.adv-w .adv-box ul .swiper-slide-active:hover .text p {
  color: #266747;
}
.adv-w .adv-box .btn {
  width: calc(50% + 80px);
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adv-w .adv-box .btn div {
  width: 80px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.adv-w .adv-box .btn div:hover {
  background-color: #266747;
  transition: all 0.3s linear;
}
.adv-w .adv-bot {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.adv-w .adv-bot p {
  color: #fff;
  margin-right: 30px;
}
.adv-w .adv-bot hr {
  width: 300px;
  height: 0;
  border: 2px #fff solid;
}
.intr-w {
  position: relative;
  padding: 100px 0;
  padding-bottom: 250px;
  background: url(../images/intr-bg.jpg) center / cover no-repeat;
}
.intr-w .box {
  display: flex;
}
.intr-w .con {
  width: 45%;
}
.intr-w .con em {
  display: block;
  font-size: 78px;
  font-weight: bold;
  opacity: 0.1;
  line-height: 1;
  margin-bottom: -40px;
}
.intr-w .con h1 {
  font-size: 40px;
  font-weight: bold;
}
.intr-w .con h1 i {
  color: #266747;
}
.intr-w .con h2 {
  height: 30px;
  line-height: 29px;
  font-size: 20px;
  width: 250px;
  border-radius: 15px;
  text-align: center;
  margin-top: 15px;
  background: #266747;
  color: #fff;
}
.intr-w .con .text {
  margin-top: 20px;
}
.intr-w .con .text h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.intr-w .con .text h3 i {
  color: #266747;
}
.intr-w .con .more {
  color: #333;
  width: 120px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  border: 1px #aaa solid;
  margin-top: 30px;
  font-size: 14px;
}
.intr-w .con .more:hover {
  background: #266747;
  color: #fff;
}
.intr-w .rg {
  margin-top: -60px;
  margin-left: 5%;
}
.intr-w .rg h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}
.intr-w ul {
  background: #266747;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  width: 60%;
  height: 120px;
  margin-top: 40px;
  padding-left: 10%;
}
.intr-w ul li {
  flex: 1;
}
.intr-w ul li * {
  color: #fff;
}
.intr-w ul li h6 {
  font-size: 24px;
}
.intr-w ul li h6 span {
  font-size: 50px;
  font-weight: bold;
}
.rea-w {
  padding: 50px 0;
}
.rea-w .page {
  display: flex;
}
.rea-w .lg {
  width: 42%;
}
.rea-w .lg em {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 80px;
  color: #aaa;
  opacity: 0.3;
}
.rea-w .lg h1 {
  position: relative;
  margin-top: -50px;
  font-size: 36px;
  font-weight: bold;
  z-index: 2;
}
.rea-w .lg h1 i {
  color: #266747;
}
.rea-w .lg .line-rea {
  margin: 20px 0;
  height: 4px;
  width: 100px;
  background: #266747;
  position: relative;
}
.rea-w .lg .line-rea hr {
  position: absolute;
  border: 2px #fff solid;
  width: 5px;
  left: 80px;
}
.rea-w .lg h3 {
  font-size: 20px;
  line-height: 1.5;
}
.rea-w .lg ul {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.rea-w .lg ul li {
  width: 30%;
  margin: 0 3% 3% 0;
  text-align: center;
  transition: all 0.3s ease;
}
.rea-w .lg ul li a {
  padding: 10px 0;
  border: 1px #266747 solid;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.rea-w .lg ul li i {
  font-size: 32px;
  color: #266747;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.rea-w .lg ul li h4 {
  font-size: 18px;
  transition: all 0.3s ease;
}
.rea-w .lg ul li em {
  font-size: 12px;
  color: #aaa;
}
.rea-w .lg ul li:hover a {
  background: #266747;
}
.rea-w .lg ul li:hover a i {
  color: #fff;
}
.rea-w .lg ul li:hover a h4 {
  color: #fff;
}
.rea-w .rg {
  width: 55%;
  margin-left: 3%;
}
.rea-w .rg .pic {
  width: 100%;
}
.rea-w .rg .pic .img {
  width: 100%;
}
.rea-w .rg .text-r {
  display: flex;
  background: #266747;
  padding: 20px 40px;
  justify-content: space-between;
  align-items: center;
}
.rea-w .rg .text-r * {
  color: #fff;
}
.rea-w .rg .text-r .tl h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.rea-w .rg .text-r .tl p {
  font-size: 14px;
}
.rea-w .rg .text-r .tr a {
  border: 1px #fff solid;
  width: 150px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  transition: all 0.3s ease;
}
.rea-w .rg .text-r .tr a:hover {
  background: #fff;
  color: #266747;
}
.news-w {
  padding: 70px 0;
  background: #f9f9f9;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .wz-bt p {
  text-align: left;
  margin-right: auto;
}
.news-w .wz-bt p i {
  color: #333;
}
.news-w .wz-bt span {
  text-align: left;
  margin-right: auto;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 35px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  width: auto !important;
  position: relative;
}
.news-w .top .news-tab li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #266747;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.news-w .top .news-tab li a {
  color: #333;
  opacity: 0.75;
}
.news-w .top .news-tab .news-active::after {
  display: block;
}
.news-w .top .news-tab .news-active a {
  opacity: 1;
}
.news-w .top a {
  padding-bottom: 20px;
  font-size: 20px;
}
.news-w .top .more {
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 10px;
}
.news-w .news-box {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm em {
  font-size: 14px;
  color: #808080;
}
.news-w .news-box ul li .text .btm i {
  font-size: 14px;
  color: #266747;
}
.news-w .news-box ul li .text .btm i:hover {
  text-decoration: underline;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.links {
  background-color: #266747;
  color: #fff;
}
.links .page {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
}
.links .page a {
  font-size: 15px;
  color: #fff;
}
.links .page a:hover {
  text-decoration: underline;
}
.links .lf {
  display: flex;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.footer {
  background-color: #222;
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer h5 {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 55%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 36px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .top .rg {
  width: 40%;
  max-width: 470px;
}
.footer .page .top .rg .form-con input {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer .page .top .rg input[type="submit"] {
  width: 120px;
  height: 40px;
  background-color: #fff;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.footer .page .top .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #266747;
}
.footer .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.footer .page .btm .lf {
  display: flex;
}
.footer .page .btm .lf .info {
  max-width: 400px;
  min-width: 300px;
  margin-right: 50px;
}
.footer .page .btm .lf .info li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}
.footer .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 18px;
}
.footer .page .btm .lf .info li p {
  display: flex;
}
.footer .page .btm .lf .info li p span {
  flex: 1;
}
.footer .page .btm .lf .follow h5 {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .btm .lf .follow ul {
  margin-top: 15px;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
}
.footer .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}
.footer .page .btm .lf .follow ul li .pic {
  width: 100px;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
