@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*head and nav*/

#jscrop_head {
    width: 100%;
    background: #222;
}

#jscrop_head .navbar {
    margin: 10px 0;
    border: none;
}

.navbar-collapse>.navbar_box>li>a {
    color: #fff;
}
.navbar-collapse>.navbar_box>li:nth-child(1)>a {
    color: #eda869;
}

.navbar_box>li>a:hover {
    color: #eda869 !important;
}

#company {
    color: #919191;
    font-size: 24px;
    margin: 0;
    line-height: 50px;
}


/*banner 区域*/

#section_banner {
    background: url(../images/home-bg01.jpg) no-repeat;
}

.banner_box {
    padding: 80px 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.banner_box h2 {
    font-size: 36px;
}

.banner_box p {
    margin-top: 50px;
    font-size: 18px;
}

.banner_box img {
    margin: 50px 0 20px 0;
}

.banner-sns {
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
    display: inline-block;
}

.banner-sns li {
    float: left;
    margin-right: 20px;
}

.banner-sns li a i {
    color: #fff;
    font-size: 2.5em;
}
.down img{
    cursor: pointer;
}

/*content */

#section-main {
    padding: 30px 0;
    background: url(../images/home-bg02.jpg) repeat top left scroll;
}

#section-main .container .row>h3 {
    text-align: center;
    font-size: 48px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 20px;
}

.artbase_icon {
    display: inline-block;
    width: 60px;
    height: 56px;
    background: url(../images/icons_w.png) no-repeat;
    -webkit-background-size: 60px;
    background-size: 60px;
}

.service_box>h3 {
    font-family: 'Raleway', sans-serif;
    color: #666;
    margin: 10px 0;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
}

.service_box>p {
    list-style-type: none;
    padding-left: 0;
    padding-top: 5px;
    margin-bottom: 5px;
    color: #666;
    text-align: center;
}

.service_box>a {
    display: block;
    text-align: right;
    color: #eda869;
}

.service_box>i {
    font-size: 4em;
    color: #666;
    margin: 10px 0;
}

/**/

#section_user,
#section_about {
    text-align: center;
    padding: 50px 0;
    background: url(../images/home-bg03.jpg) repeat top left scroll;
}

.container>h3 {
    text-align: center;
    font-size: 48px;
    color: #666;
}

#section_user .container>img,
.partner li a img {
    max-width: 100%;
    margin: 20px 0;
}


/*合作伙伴*/

#cooperators {
    padding: 50px 0;
    background: url(../images/home-bg02.jpg) repeat top left scroll;
}

.partner li {
    float: left;
    width: 23%;
    margin-left: 0;
    margin-right: 2.6%;
    margin-bottom: 10px;
    overflow: hidden;
}

.partner li:nth-child(4n) {
    margin-right: 0;
}

.about_us p {
    text-align: left;
    text-indent: 2em;
    color: #666;
    line-height: 2;
}

.contact li {
    color: #666;
    text-align: left;
    line-height: 2;
}

.contact li a {
    color: #eda869;
}
/*底部*/
#footer {
    padding: 20px 0;
    background: black;
    color: #fff;
}

.footer-info-area .pull-right li {
    float: left;
    margin-right: 10px;
}

.pull-right i {
    color: #eee;
}



/*回到顶部*/
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 10px;
    padding: 5px;
    border-radius: 5px;
    display: none;
    z-index: 20;
    cursor: pointer;
}
.back-to-top>span,.back-to-top>i{
    color:#eda869;
}
/*绑定头部*/
.navbar-fixed{
    position: fixed;
    top: 0; 
    left: 0;
    z-index:2;
}