html,body{
    margin: 0;
    padding: 0;
   /* min-width: 1200px;*/
    width: 100%;

    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    background: #ffffff;

}
*{
    box-sizing: border-box;
}

/*nav*/
.drawer-brand{
    text-align: center;
}
.drawer-nav li .drawer-menu-item{
   text-indent: 4em;
}
.drawer-nav li .drawer-dropdown-menu-item{
    text-align: center;
}
.nav-contact{ margin-top:30px;   }
.nav-contact li{  margin-bottom:20px; color:#666; font-size:14px; width:160px; margin:0 auto; padding-left:50px; height:54px;  }
.nav-contact .tel{ background:url(../dist/images/phone.png) no-repeat left center; background-size:34px auto; line-height:18px; padding-top:8px;   }
.nav-contact .mail{ background:url(../dist/images/email.png) no-repeat left center; line-height:54px;  background-size:34px auto;   }
.nav-contact .qq{ background:url(../dist/images/qq.png) no-repeat left center;   line-height:54px; background-size:34px auto;  }

.header-items{
    height: 54px;
    width: 100%;
    position: relative;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-conter{
    width:calc(100% - 600px);
    float: left;
    height: 54px;
}
.navguide{
    display: flex;
    padding-left: 15%;

}
.navguide>li{
    width: 10%;
    min-width: 100px;
    color: #040a2b;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    height: 54px;
    box-sizing: border-box;
    cursor: pointer;
}
.navguide>li:hover{
    border-bottom: 2px solid orange;
}
.swiper-slide {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*nav*/
.nav-list{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 54px;
    left: 0;
    background: white;
    border-top: 1px solid green;
    z-index: 100;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.3);

}

.series{
    list-style: none;
    width: 60%;
    min-width: 800px;
    height: auto;
    margin: 0 auto;
    padding-left: 10%;
}
.series li{
    float: left;
    width: 20%;
    padding: 5px;
    line-height: 16px;
}
.series li:hover img{
    border: 2px solid orange;
}
.series li:hover  p{
    color: black;
}
.clearfix{
    clear: both;
}
.series a{
    display: block;
    text-decoration: none;

}
.series a img{
    border: 2px white solid;

}
a:link, a:visited {
    color: #666;
}
.series .name{
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    font-family: 'PingFangSC-Light', 'Microsoft YaHei';
}
.fixed{
    position: fixed;
    top:0;
    background: rgba(255,255,255,0.6);
    box-shadow: 0 5px  30px rgba(0,0,0,0.3);
}
.copyright{
    height: 52px;
    background: #000;
    text-align: center;
    box-sizing: border-box;

}
.copyright p{
    padding: 0;
    margin: 0;
    color: white;
    line-height: 52px;
    height: 52px;
    font-size: 0.6em;
}
/*bottom*/
.bottom-area .menu-item {
    float: left;
    width: 25%;
    text-align: center;
}
.bottom-area {
    border-top: 1px solid #999;
    color: #222;
    /* background-image: linear-gradient(-180deg, #222222 0%, #000000 100%); */
    background-color: #fff;
    padding: 20px 0 16px 0;
    margin-top: 50px;

}
.bottom-area .container {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%!important;
}
.bottom-area .menu-item {
    overflow: hidden;
}
.bottom-area .menu-item .title {
    font-family: PingFangSC-Light;
    font-size: 12px;
    border-bottom: 1px solid #999;
    height: 40px;
    line-height: 40px;
}
.bottom-area .menu-item .title .icon {
    position: relative;
    top: 12px;
}
.bottom-area .menu-item .menu-list {
    display: none;
}
.bottom-area .share-area {
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
}
.bottom-area .share-area .social-share-btn {
    margin-top: 18px;
}
.bottom-area .share-area .social-share-btn li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    padding: 0 20px;
}
.bottom-area .bottom-bar {
    margin-top: 40px;
    overflow: hidden;
}
.bottom-area .bottom-bar .icon-lang-cn {
    position: relative;
    top: 2px;
}
.bottom-area .bottom-bar .language {
    font-family: PingFangSC-Thin;
    font-size: 8px;
    margin-left: 6px;
}
.bottom-area .bottom-bar .copyright {
    font-family: PingFangSC-Thin;
    font-size: 8px;
    color: #fff;
    letter-spacing: 0px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.clearfloat:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    font-size: 0;
}
.menu-list a{
    font-size: 12px;
}
.l {
    float: left;
}
.r {
    float: right;
}