.banner{
    width:1920px;height:500px;
    position: relative;
    left: 50%;
    margin-left: -960px;

}
.banner img{
    width:100%;height: 100%;
    position: absolute;
    display: none;
    cursor: pointer;
    margin-top: 0px;
}
.banner img.current{
    display: block;
}
.banner ul{
    position: absolute;
    z-index:100;
    left:940px;bottom:20px;
    height:12px;
}
.banner ul li{
    float: left;
    margin: 0 4px;
    border-radius:100%;
    border:2px solid #fff;
    width:10px;height:10px;
    cursor: pointer;
}
.banner ul li.current{
    background: #fff;
}
.banner ul li:hover{
    background: #fff;
}
.content>img{
    width: 1200px;
}
.contact{
    width: 100%;height: 240px;
    background: #f2f2f2;
    padding-top: 60px;
}
.contact>div{
    width: 650px;height: 100%;
    margin:0 auto;
}
.contact input{
    width: 298px;height: 38px;
    border:1px solid #e2e2e2;
    line-height:38px;
    margin-bottom: 23px;
    text-indent: 30px;
    float: left;
}
.contact input:nth-child(2n+1){
    margin-right: 25px;
}
.contact input:nth-child(2n+2){
    margin-left: 25px;
}
.contact input:last-child{
    /*background: #e9573a;*/
    /*border-color:#e9573a;*/
    /*dill新增 20191022----------------------start*/
    background: #1955b5;
    border-color:#1955b5;
    /*dill新增 20191022----------------------end*/
    color: #fff;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    margin:  0 auto;
    float:none;
    display: block;
}
.mask-text{
    color: #333!important;
}
.foot-icon{
    margin-top: 0!important;
}