*{
    box-sizing:border-box;
}
html {
    -webkit-text-size-adjust: none;
}
body{
    margin: 0;
    padding: 0;
    font-size: 0;
    background-size: 960px;
    font-family: Microsoft YaHei;
}
ul,li{
    list-style:none;
    padding:0;
    margin:0;
}
a {
    text-decoration: none;
}
.index-ul a{
    color:white;
    font-size: 14px;
}
.index-ul2 a{
    color:white;
    font-size: 14px;
}
.index-select{
    color:red;
    border-bottom:2px solid white;
}

.index-ul:hover .index-select{
    border-bottom:2px solid red;
}
.index-ul2:hover .index-select{
    border-bottom:2px solid red;
}

.index-ul li:hover{
    border-bottom:2px solid white;
}
.index-ul2 li:hover{
    border-bottom:2px solid white;
}
.index-footcontent a{
    color: white;
    transition: 1s all;
}
.index-footcontent a:hover{
    color: #e66f4a;
}
.index-gotop{
    z-index: 10000;
    position: fixed;
    right:40px;
    bottom: 40px;
    transition: all 1s;
    fliter:drop-shadow(0 0 5px rgba(0,0,0,0.15));
	-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,0.15));
}

.index-gotop:hover{
    fliter:drop-shadow(0 0 5px rgba(0,0,0,0.4));
	-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,0.4));
}
@media screen and (min-width:1281px){
    .index-ul2,.index-title2{
        display: none;
    }
    .index-logo{
        margin-left: -510px;
        padding-left: 50%;
        display: block;
    }
    .index-title{
        width:600px;
        margin-left: -40px;
        margin-left: 50%;
        margin-top:50px;
        display: block;
        fliter:drop-shadow(0 0 5px rgba(255,255,255));
        -webkit-filter:drop-shadow(0 0 5px rgba(255,255,255));
    }
    .index-ul{
        margin-top:280px;
        padding-right:200px;
        background-color: black;
        color:white;
        height:100px;
        float: right;
    }
    .index-ul li{
        float: left;
        margin-top:2px;
        line-height: 96px;
        padding:0 30px 0 30px;
    }

    .index-word02{
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%,-50%);
        font-size: 20px;
        line-height: 26px;
        width:800px;
        color:white
    }
    .index-foot{
        width:100%;
        height:400px;
        background-color: black;
        text-align: center;
        padding:50px;
        color:white;
        font-size: 22px;
        line-height: 32px;
    }
    .index-footcontent{
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 768px){
    .index-ul2,.index-title2{
        display: none;
    }

    .index-logo{
        margin-left: 10%;
        display: block;
    }
    .index-title{
        float: right;
        width:600px;
        margin-top: 50px;
        margin-right: 10%;
        display: block;
        fliter:drop-shadow(0 0 5px rgba(255,255,255));
        -webkit-filter:drop-shadow(0 0 5px rgba(255,255,255));
    }
    .index-ul{
        margin-top:200px;
        background-color: black;
        color:white;
        height:100px;
        float: right;
    }
    .index-ul li{
        float: left;
        margin-top:2px;
        line-height: 96px;
        padding:0 30px 0 30px;
    }
    .index-word02{
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%,-50%);
        font-size: 15px;
        line-height: 19px;
        width:60%;
        color:white
    }
    .index-foot{
        width:100%;
        height:400px;
        background-color: black;
        text-align: center;
        padding:50px;
        color:white;
        font-size: 20px;
        line-height: 30px;
    }
    .index-footcontent{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .index-ul,.index-title{
        display: none;
    }

    .index-logo{
        margin: 50px 0 0 5%;
        display: block;
    }
    .index-title2{
        float: right;
        width:80%;
        margin-top: 50px;
        margin-right: 10%;
        display: block;
        fliter:drop-shadow(0 0 5px rgba(255,255,255));
        -webkit-filter:drop-shadow(0 0 5px rgba(255,255,255));
    }
    .index-ul2{
        background-color: black;
        color:white;
        height:100px;
        font-size: 11px;
    }
    .index-ul2 li{
        float: left;
        text-align: center;
        margin-top:2px;
        line-height: 96px;
        width:20%
    }

    .index-word02{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 20px;
        width:80%;
        left:10%;
        color:white;
    }
    .index-foot{
        width:100%;
        height:320px;
        background-color: black;
        text-align: center;
        padding:50px;
        color:white;
        font-size: 14px;
        line-height: 22px;
    }
    .index-foot img{
        width: 96%;
    }
    .index-footcontent{
        font-size: 12px;
    }
}