
/* 顶部 */
.header {
    position: relative;
    z-index: 199;
}
.header-top {
    position: relative;
    width: 100%;
    height: 750px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*******第二种布局************/
.header-top .bg2{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.header-top .bg2 .bg2-item{
  height: 750px;
  width: 100%;
}
.header-top .bg2 .bg2-item img{
  width: 100%;
  height: 750px;
}
.header-top .bg2 .logo2{
  position: absolute;
    display: flex;
    width: 35%;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(255,255,255,0.6);
    border-radius: 10px; */
}
.header-top .bg2 .logo2 .logo2-1{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.header-top .bg2 .logo2 .logo2-1 .logo-img{
  width: 200px;
  height: 245px;
}

/*********天气***************/
.weather{
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  top: 10%;
}
.weather .weather-body{
  display: flex;
  width: 15%;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.weather .weather-body .weather-icon{
   display: flex;
   justify-content: center;
   align-items: center;
}
.weather .weather-body .weather-other{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,255,255,0.3);
  border-radius: 10px;
  flex-wrap: wrap;
}

.weather .weather-body .weather-other .line1{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;

}
.weather .weather-body .weather-other .line2{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
}

.weather .weather-body .weather-other .line3 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 2rem;
}

/********顶部信息************/
.top-line{
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  top: 0px;
  background-color: rgba(255,255,255,0.3);
  padding: 15px 0px 15px 0px;
}
.top-line .line-body {
  width: 98%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
}

.top-line .line-body .column1{
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
}
.top-line .line-body .column1 .wellcome{
  font-size: 1.2rem;
  /* color: #f35b5b; */
  color: white;
    font-weight: bold;
}
.top-line .line-body .column3{
  display: flex;
  width: 55%;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
}
.top-line .line-body .column3 .column3-1{
  display: flex;
  max-width: 40%;
  justify-content: start;
  align-items: center;
}
.top-line .line-body .column3 .column3-1 .title{
  font-size: 1rem;
  color: white;
  padding: 4px 10px 4px 10px;
}

.top-line .line-body .column3 .column3-2{
  display: flex;
  max-width: 50%;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
}
.top-line .line-body .column3 .column3-2 .title {
  font-size: 1rem;
  color: white;
  padding: 4px 10px 4px 10px;
}
.top-line .line-body .column3 .column3-2 #weather_id1{
  font-size: 1.2rem;
  font-weight: bold;
  color: #f35b5bb3;
}
.top-line .line-body .column3 .column3-2 #weather_id2{
  font-size: 1.2rem;
  font-weight: bold;
  color: #f35b5bb3;
}
.top-line .line-body .column3 .column3-2 .notes{
  font-size: 1rem;
  color: white;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
}
.top-line .line-body .column3 .column3-2 .notes a{
  color: #fff;
}
.top-line .line-body .column3 .column3-2 .notes a:active {color:#fff !important}

.top-line .line-body .column4 {
  display: flex;
  width: 15%;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.top-line .line-body .column4  .search{
  display: flex;
  width: 95%;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  border: 2px solid white;
  flex-wrap: nowrap;
}
.top-line .line-body .column4 .search .input-search{
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
  padding:5px;
}

.top-line .line-body .column4 .search i{
  display: flex;
  width: 10%;
  justify-content: center;
  align-items: center;
  padding: 3px;
}


.top-line .line-body .column4 .result{
  display: flex;
    width: 13%;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 80%;
    z-index: 100;
    background-color: rgba(255,255,255,0.5);

}
.top-line .line-body .column4 .result .item{
  display: flex;
  width: 100%;
  justify-self: center;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid white;
  padding: 10px ;
  cursor: pointer;
}


.top-line .line-body .column2{
  display: flex;
  width: 25%;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.top-line .line-body .column2 a{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.top-line .line-body .column2 a .item{
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-line .line-body .column2 a .item .txt{
  /* background-color: #f35b5bb3; */
  font-size: 1rem;
  color: white;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  font-weight: bold;
}

/**********吉祥物*******/
@keyframes ip_run {
  0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.2); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.2);
    }
}
@-webkit-keyframes ip_run {
  0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.2); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.2);
    }
}
.ip {
  width: 145px;
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: ip_run 10s infinite ;
  -webkit-animation: ip_run 10s infinite ;
}

.header-top > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-content {
  position: relative;
  height: 100%;
  width: 940px;
  margin: 0 auto;
}

/* logo */
.header-logo {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 20px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-wrap: nowrap;
}

.header-logo > .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo > .title {
  height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo > .title > .img {
  height: 78px;
  width: 286px;
}



.header-logo > .logo > .img {
  height: 200px;
  width: 200px;
}

/* 语言切换 */
.language-box {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 101;
}

.language-box .layui-btn {
  background-color: #aa453ed1;
  font-size: 1rem;
  font-weight: bold;
}

/* 导航 */
.nav-container {
  /* width: 1000px;
  margin: 0 auto;
    height:78px; */

    display: flex;
    width: 90%;
    margin: 0 auto;
    height: 78px;
    justify-content: center;
    align-items: center;
}

.nav-list {
  /* width: 100%;
  height: 78px;
  border-radius: 0;
  font-family: '微软雅黑';
  background-color: transparent!important; */

  width: 100%;
    height: 78px;
    border-radius: 0;
    font-family: 'å¾®è½¯é›…é»‘';
    background-color: transparent!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.nav-item {
  /* position: relative;
  display: inline-block;
  height: 100%; */
  position: relative;
  display: flex;
  height: 100%;
  width: 10%;
  justify-content: center;
}

.nav-item > a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  /* width: 90px; */
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 0px 10px;
}

.nav-item > a > span {
 /* display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  color: #eee;
  font-size: 16px;*/


    font-family: 楷体;
    font-size: 30px;
    color: rgb(255, 255, 255);
    line-height: 80px;
    text-align: center;
    /* width: 120px; */
    height: 75px;
    display: block;
    overflow: hidden;
    font-weight: bold;
}

.nav-item:hover > a > span {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 77px;
  height: 77px;
}

.nav-item.layui-this  > a > span {
  color: #fff;
  font-weight: bold;
}

.nav-child {
  display: none;
  position: absolute;
  /* top: 50px;
  left: 0; */
  top: 78px;
  left: 24px;
  padding: 10px 14px;
  min-width: 100%;
  text-align: left;
  background-color: rgba(182, 78, 69, 0.8);
  border: 1px solid rgb(248, 179, 29);
  z-index: 1;
}

.nav-child dd {
  padding: 4px 0;
}

.nav-child dd span {
  display: inline-block;
  line-height: 24px;
  /* border-bottom: 1px solid #fff; */
  font-size: 14px;
  color: #fff;
}

.nav-child dd:hover span {
  color: rgb(248, 179, 29);
}

.nav-btn {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
    line-height: 60px;
    top: 0;
    right: -40px;
    /* background-color: rgb(89, 102, 120); */
    cursor: pointer;
    z-index: 1;
}

.nav-btn > .layui-icon {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    transition: .2s;
}


.nav-btn-active > .layui-icon {
    transform: rotate(180deg);
    transition: .2s;
}

.nav-holder {
    height: 60px;
    background-color: #2F4056;
    display: none;
}


/* 导航条吸顶 */
.nav-bar {
    width: 100%;
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    background: transparent url(../img/nav.png) repeat-x;
    background-size: cover;
    height:78px;
    /* margin-bottom:15px; */
}

.nav-bar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    z-index: 900;
}


@media screen and (max-width:768px) {
  .header-logo {
      flex-direction: column;
  }
  .header-logo > .title {
    margin-top: 10px;
  }
}
/* ********************************************改版css  2021.6.28******************************************************* */
/* header */
.header .header-top .logo2{
  position: absolute;
  display: flex;
  bottom: 80px;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}
.header .header-top .logo2 .logoimg1,.logoimg2{
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow:0px 0px 90px 30px rgba(255, 255, 255, 0.9); */
  box-shadow:0px 0px 90px 60px #fff;
}

  
/* top-content */
.top-content{
  padding: 6px 25px;
  /* position: absolute; */
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  top: 0px;
  background-color: rgb(0 0 0 / 20%);
  position:fixed;
  z-index:200;
}
/* top-left */
.top-content .top-left{
  width:300px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  box-sizing:border-box;
}
.top-content .top-left .top-logo .logo-img{
  margin-top: 2px;

  height: 68px;
}
.top-content .top-left .top-logo .img{
  width: 164px;
  margin-left:6px;
}

/* top-right */
.top-content .top-right{
  display: flex;
  justify-content: space-between;
  align-content: center;
  height: 60px;
  line-height: 60px;
}
/* weather */
.top-content .top-right .time-weather{
  margin-top:16px;
  display:inline-block;
  color:#fff;
  line-height: 22px;
  font-size: 12px;
}
.top-content .top-right .top-weather a{
  color:#fff;
  }
  /* search */
.top-content .top-right .top-search{
  margin-top: 22px;
  margin-left: 35px;
  border: 1px solid #fff;
  width: 200px;
  height: 25px;
  line-height: 25px;
  margin-right:20px;
  border-radius:10px;
  position:relative;
}
.top-content .top-right .top-search .search .input-search{
  position:absolute;
  padding-left: 7px;
  top: 5px;
  width: 160px;
  color:#fff;
}
.top-content .top-right .top-search .search .layui-icon{
  position:absolute;
  right:8px;
}
.top-content .top-right .language-box{
  margin-left: 25px;
  position: relative;
  margin-top: -5px;
  margin-right:25px;
}