* {
    box-sizing: border-box;
}
html,
body {
    padding: 0;
    margin: 0;
    position: relative;
}
html{
    min-width: 1300px;
    background: url("../img/bg.jpg") repeat-x left top #fff;
}
body{
    background: url("../img/bg1.jpg") no-repeat center top;
}

a{
    text-decoration: none;
}
.app_head{
    width: 1000px;
    height: 570px;
    margin: auto;
}
.app_head .logo{
    padding-top: 30px;
}

.app_banner{
    position: relative;
    width: 1000px;
    height: 500px;
    margin: auto;
    background-color: rgba(255,255,255, 0.06);
}
.app_banner .swiper-pagination-bullet-active {
    background: #fff !important;
}
.app_banner .swiper-container {
    width: 1000px;
    height: 500px;
}
.app_banner .swiper-container .banner_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.app_banner .swiper-container .banner_box .banner_tips {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: rgba(255, 0, 0, 0.5);
}


.app_body{
    width: 1000px;
    margin: auto;
}

.app_body .nav{
    background: url("../img/nav.png") no-repeat left top;
    height: 110px;
}
.app_body .nav .title{
    float: left;
    padding-top: 55px;
    padding-left: 200px;
}
.app_body .nav .more{
    float: right;
    padding-top: 60px;
}

.app_body .items{
    width: 960px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 30px;
}
.app_body .items div{
    width: 100%;
    height: 18px;
    margin-top: 20px;
}
.app_body .items div a{
    background: url("../img/title.png") no-repeat left center;
    font-size: 18px;
    line-height: 18px;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
    padding-left: 16px;
}
.app_body .items div a:link,
.app_body .items div a:visited{
    color: #333;
    text-decoration: none;
}
.app_body .items div a:hover{
    color: #333;
    text-decoration: underline;
}


.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    *zoom: 1;
    _zoom: 1
}
/*  app foot */
.app_foot {
    position: relative;
    background-color: #be2b22;
    color: #fff;
    padding: 30px 0;
    font-size: 12px;
}


.app_foot .info {
    position: relative;
    width: 1200px;
    margin: auto;
    padding: 0 0 50px 0;
}

.app_foot .info .info_l {
    float: left;
}

.app_foot .info .info_r {
    float: right;
}

.app_foot .info .info_l > .logo {
    width: 80px;
}

.app_foot .info .info_l > div {
    float: left;
}

.app_foot .info .info_l > div.copyright {
    line-height: 20px;
    padding-left: 46px;
    margin-top: 4px;
}

.app_foot .info .info_l > div.copyright span {
    font-size: 14px;
    display: block;
    font-weight: 700;
    margin-bottom: -7px;
}

.app_foot .info .info_r div {
    margin-bottom: 10px;
}

.app_foot .info .info_r div a {
    color: #fff !important;
    margin-right: 30px;
}

.app_foot .info .info_r div a:hover {
    color: #fff !important;
}

.app_foot .info .info_r {
    padding: 5px 0 18px 0;
    line-height: 20px;
}

.foot_ba {
    position: absolute;
    bottom: 19px;
    left: 126px;
}

.foot_ba span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    float: left;

}

.foot_sm {
    position: absolute;
    bottom: 0;
    left: 126px;
}
