.contrainer{
  width: 1154px;
  margin: 0 auto;
}
/*h2{*/
/*  font-style:italic;*/
/*}*/
#banner{
  /*font-style:italic;*/
}
.header-wrap, .nav{
  height: 54px;
  line-height: 54px;
  display: flex;
  font-size: 16px;
  justify-content: flex-start;
}
.logo {
margin-left: 124px;
}
.logo a{
    display: flex;
    cursor: pointer;
    font-size:12px;
    height: 100%;
    align-items: center;
}
.logo-left{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-left img{
   width: 46px;
   height: 21px;
   display: block;
}
.logo-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo-right span{
  display: block;
  line-height: 10px;
  
}
.logo-right span:first-child{
  margin-bottom: 4px;
}

.logo a i{
  display: block;
  width: 1px;
  height: 23px;
  background: #3E769D;
  margin: 0 9px;
}
.nav ul{
 display: flex; 
 margin-left: 125px;
 margin-right: 52px;
}
.nav ul li{
   min-width: 90px;
   text-align: center;
   position: relative;
   cursor: pointer;
 }
 .nav ul li a{
   font-size: 15px;
   color: #272C2C;
   display: block;
   cursor: pointer;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
 }
 .nav .nav-list{
   display: flex;
   flex-direction: column;
   height: 280px;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 5;
    font-size: 12px;
    display: none;
 }
 .nav .nav-list a{
   color: #757575;
   height: 34px;
   line-height: 34px;
   display: block;
   position: relative;
 }
 .nav-title{
   display: block;
 }
 .page-language{
  font-size: 12px;
  color: rgba(39,44,44,0.6);
 }
.page-language a{
  font-size: 12px;
  color: rgba(39,44,44,0.6);
}
.language-simple{
  margin-right: 8px;
} 
.language-check{
  color: rgba(39,44,44,1);
}
.language-complex{
  margin-left: 8px;
}
.bg-f{
  background: #FBFBFB;
  min-width: 1154px;
}


#header{
  width: 100%;
}




 #banner{
  height: 366px;
  min-width: 1154px;
  background: url(./../images/aboutphoto/about_banner.png) no-repeat center;
  background-size: cover;
 }
 #banner .banner-wrap{
   height: 100%;
   color: #fff;
   font-size: 43px;
   line-height: 69px;
   font-weight:400;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   overflow: hidden;
 }
 #banner .banner-wrap span{
  display: block;
}
.banner-main{
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 90px;
  box-sizing: border-box;
}
 .home-footer{
   height: 492px;
 }
.footer-wrap{
  padding-left: 36px;
  padding-top: 120px;
  box-sizing: border-box;
}
.footer-copyright , .copyright-nav ul,.footer-nav{
  display: flex;
}
.footer-nav{
  margin-bottom: 64px;
}
.footer-list h3{
  font-size: 18px;
  color: #606364;
  margin-bottom: 38px;
}
.footer-list ul{
  width: 172px;
}

.footer-list ul li a,.footer-list ul li{
  font-size: 16px;
  color: #949696;
}
.footer-list ul li{
  margin-bottom: 16px;
}
.footer-copyright, .footer-copyright a{
  font-size: 12px;
  color: #6a6d6e;
}
.qr{
 display: flex;
 text-align: center;
}
.qr-serve{
  margin-right: 33px;
}
.qr-img{
  width: 136px;
  height: 136px;
  margin-bottom: 10px;
  background: url(./../images/homephoto/qr_01.png) no-repeat center;
}
.qr-2{
  background: url(./../images/homephoto/qr_02.png) no-repeat center;
}
.copyright-nav ul li{
  margin-right: 12px;
}
.footer-copyright{
  justify-content: space-between;
}
.copyright-mes{
  margin-right: 28px;
}
a{
  cursor: pointer;
  color: #000;
}
.nav-bg{
  position: absolute;
  top: 54px;
  left: 0;
  background: #fff;
  height: 320px;
  width: 100%;
  display: none;
  min-width: 1154px;
}
.nav-active{
  height: 3px;
  width: 22px;
  display: block;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #3e769d;
  display: none;
  animation: changewidth 0.3s infinite;
  animation-iteration-count: 1;
 
}
.nav-check{
  width: 3px;
  height: 3px;
  background: #000;;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.home-header .logo a{
  font-size: 10px;
}
[v-cloak] {
  display:none;

}
.dynamic-mes{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #797d7e;
}
.source span{
 margin-right: 50px;
}
.handle{
  display: flex;
  justify-content: center;
  align-items: center;
}
.commend{
  display: flex;
  margin-right: 34px;
}
.commend-icon{
  margin-right: 10px;
  display:block;
  width: 17px;
  height: 18px;
  background: url(./../images/dynamicImg/commend_icon.png) no-repeat;
}
.eye-number{
 display: flex;
 margin-right: 54px;
}
.eye-icon{
 margin-right: 10px;
 display:block;
 width: 23px;
 height: 15px;
 background: url(./../images/dynamicImg/eye_icon.png) no-repeat;
}

.swiper-flex{
  display: flex;
}
.speech-bannercontrainer{
  width: 974px
}

.page-language{
  display: none;
}
.isFixed{
  position: fixed;
  top: 0px;
  width: 100%;
  min-width: 1154px;
  z-index: 999;
  background-color: #fff;
}
.shownav-list{
  animation: showdown 0.3s infinite;
  animation-iteration-count: 1;
  display: block;
}

@keyframes showup2
    {
     0%{
       bottom: -10%;
       opacity: 0;
     } 
    100%{
      opacity: 1;
      bottom: 0;
    }
    
}
@keyframes showup
    {
     0%{
      bottom: -100%;
     } 
    100%{
      bottom: 0;
    }
    
}
@keyframes showdown
    {
     0%{
      top: -100%;
     } 
    100%{
      top: 0;
    }
    
}

@keyframes fadein
{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes showright
    {
     0%{
      right: -100%;
     } 
    100%{
      right: 0;
    }
    
}

@keyframes changewidth
{
    0%{
      width: 1px;
      
    }
    100%{
      width: 22px;
    }
}
.dym-mall__box {
    /* width: 1200px !important; */
}
.dym-mall__slogan {
    color: #0090FF !important;
}
.dym-search__btn {
    background-color: #0090FF !important;
}
.dym-search__box {
    border: 2px solid #0090FF !important;
}