/* Animate.css动画演示 */
@import "../css/animate.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.css";

/* 公共样式 */
@import "../css/public.css";

/*背景图*/
body{
  overflow: hidden;
}
.body-imgbox{
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.body-imgbox .banner_img{
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 头部 */
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 40px;
   z-index: 9999;
}
.logo > a{
  width: 538px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  padding-top: 20px
}
.header_R > a{
  width: 44px;
  float: left;
  margin-left: 25px;
  position: relative;
}
.header_R > a > span{
  width: 44px;
  height: 44px;
  float: left;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #09419f;
  border-radius: 50%;
  color: #09419f;
}
.header_R > a:hover > span{
  border-color: #039be1;
  color: #039be1;
}
.header_wx{
  width: 140px;
  height: 0;
  overflow: hidden;
  float: left;
  position: absolute;
  right: 0;
  top: 105%;
}
.header_wx img{
  width: 140px;
  height: 140px;
  display: block;
}
.header_R > a:hover .header_wx{
  height: 140px;
}

/* 导航 */
nav {
  background: rgba(23,138,226,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.nav{
  width: 100%;
  float: left;
}
.nav li{
  width: 12.5%;
  float: left;
}
.nav li a{
  display: block;
  overflow: hidden;
  padding: 35px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav li a img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.nav li a .nav_p{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 22px;
  font-size: 16px;
}
.nav li a .nav_sp{
  display: block;
  overflow: hidden;
  margin-top: 5px;
  line-height: 16px;
  text-transform: uppercase;
}
.nav li a:hover{
  background-color: #09419f;
}

/* 底部 */
footer {
  background: rgba(23,138,226,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9999;
  padding: 40px 0;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.footer{
  width: 100%;
  overflow: hidden;
}
.copyright{
  width: 100%;
  overflow: hidden;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END */

@media (max-width: 1220px) {
/* 头部 */
.header {
  margin-top: 30px;
}

/* 导航 */
.nav li a{
  padding: 25px 0;
}

/* 底部 */
footer {
  padding: 30px 0;
}
/* END */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background: #09419f;
}
/* 头部 */
.header {
  margin-top: 20px;
}

/* 导航 */
nav{
  width: 100%;
/*  bottom: initial;
  top: 0;  
  left: initial;
  right: 10px;
  border-bottom: none; */
}
nav > .container{
  max-width: 100%;
}
/* .nav{
  display: none;
}
.nav li{
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.nav li a{
  padding: 10px;
}
.nav li a img{
  float: left;
  margin: 2px 10px 2px 0;
}
.nav li a .nav_p{
  margin: 0;
}
.nav li a .nav_sp{
  margin-top: 4px;
} */
.nav li {
    width: 25%;
}

/* 底部 */
footer {
  padding: 20px 0;
}
/* END */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.header{
 margin-top: 10px;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}

.nav li a {
    padding: 10px;
}
.nav li a img {
    height: 30px;
}
.nav li a .nav_p {
    margin-top: 2px;
    line-height: 20px;
    font-size: 14px;
}
.nav li a .nav_sp {
    margin-top: 2px;
    line-height: 14px;
    font-size: 12px;
}


/* 底部 */
footer {
  padding: 10px 0;
  line-height: 20px;
}
/* END */

}