/*
*
* index page css
*
*/
body {
    font-family: CeraPro, sans-serif;
    background: #fff;
    overflow-x: hidden;
}
 ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .top-nav-a {
    position: relative;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 80px;
    color: hsla(0,0%,100%,.5);
    transition: all .2s ease;
}
.header .top-nav-li {
    position: relative;
    float: left;
    margin: 0 10px;
    height: 100%;
    transition: all .2s ease;
}
.header .top-nav-li a{
    color:#fff;
    text-decoration: none;
}
.header .top-nav {
    float: right;
    height: 100%;
}

.header .top-logo {
    float: left;
    margin: 20px 0 0 0;
    width: auto;
    height: 40px;
}
.header .top-logo a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    text-decoration: none;
}
.header .top-about {
    margin: 20px 0 0 0;
    width: auto;
    height: 60px;
}
.header .top-about a{
    color:white;
}
.navigator-container {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.dark {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,.7);
    box-shadow: 0 6px 30px rgb(0 0 0 / 20%);
    color: #fff;
}
.header .container {
    margin: 0 auto 36px;
    width: 1200px;
    min-height: 1068px;
}

.header .arts_list {
    margin: 0 auto;
    padding: 80px 0 30px;
    width: 1200px;
}
.header .container a {
    display: inline-block;
    color: transparent;
    text-decoration: none;
    line-height: 1em;
}

.header .art-img {
    float: left;
    display: block;
    width: 200px;
    overflow: hidden;
}
.header .art-img img {
    display: block;
    width: 100%;
}
.header .art-txt {
    position: relative;
    float: right;
    width: 756px;
}
.header .ind-title {
    margin: 7px 0;
}

.header .ind-title a {
    font-size: 20px;
    line-height: 24px;
    color: #4b4a4a;
    transition: color .4s ease;
}
.header .ind-desc {
    font-size: 14px;
    line-height: 1.6em;
    color: #432;
}
.header .ind-art {
    margin: 10px 0;
    padding: 55px 100px;
    background: #fff;
}

.copyright{ 
    margin: 10px auto; 
    text-align: center;
}
.header .container{
    padding-right:0;
    padding-left:0;
}
@media only screen and (max-width: 768px){
    .header .container {
        margin: 60px auto 0;
        width: 90%;
    }
    .header .container .first{
        padding-top: 20px;
        border: none;
    }
    .header .top-logo a {
        font-size: 16px;
        line-height: 60px;
    }
    .header .top-logo {
        float: left;
        margin: 0px 0 0 20px;
        width: auto;
        height: 60px;
    }
    .header .top-about {
        margin: 20px 0 0 0;
        width: auto;
        height: 60px;
    }
    .copyright {
        margin: 10px auto;
        text-align: center;
        font-size: 12px;
    }
    .header .arts_list {
        padding: 30px 0;
        width: 100%;
    }
    .header .art-img img {
        display: block;
        width: 42%;
        margin: 0 auto;
    }
    .header .art-img, .e770e9 .art-txt {
        float: none;
        width: 100%;
    }
    .header .ind-title a {
        font-size: 16px;
        line-height: 20px;
    }
    .header .art-img, .header .art-txt {
        float: none;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .header .ind-art {
        margin: 6px 0;
        padding: 40px 20px 10px 20px;
        border-top: 1px solid #eee;
    }
    .banner-ui{
        width: 100%;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .header .container .banner-ui img{
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    .header .art-txt {
        position: relative;
        float: right;
        width: 100%;
    }
    .dark{
        height:60px;
    }
}




/*
.banner-ui img {
    background: #000 url(../images/pcBanner.png?v=2.2) top;
    background-size: 100% 100%;
    max-height: 640px;
}
.vcBanner {
    background: #000 url(../images/vcBanner.png?v=2.1) top;
    background-size: 100% 100%;
    max-height: 640px;
}
*/
.banner-ui img{
    height: 380px;
    width: 1180px;
}


h2 {
    font-size: 1.5em;
    font-weight: bold;
}


