body{
    background: url("../img/index/background.png")no-repeat top center;
    background-size: cover;
    position: relative;
}
.warp{
    width: 1200px;
    margin: 0 auto;
    /*position: relative;*/
    background: rgba(255,255,255,0.5);
    margin-bottom: 15px;
}
.banner {
    width: 100%;
    max-width: 1200px;
    height: 562px;
    position: relative;
}
.banner .part {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

/*动态*/
.banner .tabs {
    position: absolute;
    bottom:62px;
    left: -490px;
    width: 100%;
    text-align: center;
}
.banner .tabs li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #DADADA;
    margin: 0 5px;
    cursor: pointer;
    /*border: 1px solid white;*/
}
.banner .tabs li.current {
    background-color: rgb(240,82,52);
    cursor: default;
}

.banner .part1{
    background: url("../img/index/banner1.jpg") no-repeat top center;
    background-size: cover;
}
.banner .part2{
    background: url("../img/index/banner2.jpg") no-repeat top center;
    background-size: cover;
}
.banner .part3{
    background: url("../img/index/banner3.jpg") no-repeat top center;
    background-size: cover;
}
.banner .part4{
    background: url("../img/index/banner7.jpg") no-repeat top center;
    background-size: cover;
}
.banner .part5{
    background: url("../img/index/banner5.jpg") no-repeat top center;
    background-size: cover;
}
.banner .part6{
    background: url("../img/index/banner6.jpg?21") no-repeat top center;
    background-size: cover;
}
.qian{
    position: absolute;
    top: -360px;
    left: 50px;
}
.hou{
    position: absolute;
    top: -360px;
    right: 50px;
}
.more{
    width: 157px;
    height: 54px;
    background: rgb(240,82,52);
    z-index: 1000;
    position: absolute;
    bottom: 59px;
    right: 85px;
    color: white;
    text-align: center;
    line-height: 54px;
    font-size: 17px;
}
.more img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.qian:hover{
    cursor: pointer;
}
.hou:hover{
    cursor: pointer;
}
.center{
    width: 1028px;
    margin: 0 auto;
    height: 360px;
    margin-top: -42px;
    z-index: 2000;
    display: block;
    position: relative;
}
.center_top{
    width: 100%;
    height: 180px;
    background: rgba(240,82,52,0.8);
    display: block;
}
.top_left{
    width: 530px;
    height: 166px;
    margin: 7px 0;
    float: left;
    border-right: 1px solid white;
    line-height: 166px;
    text-align: center;
}
.top_left img{
    margin: 0 auto;
}
.top_right{
    width: 496px;
    /*height: 166px;*/
    margin: 7px 0;
    float: left;
}
.top_right li{
    float: left;
    height: 100%;
    width: 25%;
    text-align: center;
    margin-top: 40px;
}
.top_right li img{
    display: block;
    margin: 0 auto;
}
.top_right span{
    color: white;
   margin-top: 11px;
    display: block;
}
.top_right li:nth-child(1){
    margin-left: 13%;
}
.top_right li:nth-child(3){
    margin-right:12%;
}
.support{
    width: 100%;
    margin-top: 40px;
    height: 100px;
    border-bottom: 1px solid #969696;
    border-top: 1px solid #969696;
}
.support  li{
    height: 100%;
    float: left;
}
.support li img{
    display: inline-block;
}
.support  li span{
    width: 170px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 20px;
    font-size: 17px;
    font-weight: bold;
}
.support  li:nth-child(1){
    width: 329px;
    border-right:1px solid #969696; ;
}
.support li:nth-child(2){
    width: 349px;
    border-right:1px solid #969696; ;
}
.support li:nth-child(3){
    width: 346px;
}
.support li:nth-child(1) img{
    margin-left: 90px;
    margin-top: 15px;
}
.support li:nth-child(2) img{
    margin-left: 50px;
    margin-top: 15px;
}
.support li:nth-child(3) img{
    margin-left: 90px;
    margin-top: 15px;
}
.support li div{
    height: 100%;
    display: inline-block;
}
.support li:nth-child(1) div{
    width: 150px;
}
.support li:nth-child(2) div{
    width: 101px;
}
.support li:nth-child(3) div{
    width: 150px;
}
footer{
    padding-bottom: 15px;
}
