/*全局样式*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dd,dt,ol{
    margin:0;
    padding:0;
}
body,html{
    font-size: 12px;
    font-family:"Microsoft Himalaya";
    color: #333;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    text-decoration: underline;
    color: #f00;
}
li{
    list-style: none;
}
img{
    border:none;
}

body，html{
    width:100%;
}


/*banner部分*/
.banner{
    width:100%;
    height:500px;
    margin:0 auto;
}
.banner img{
    width:100%;
    height:100%;
}


/*main部分*/
.main{
    width:1230px;
    margin:0 auto;
}
.main ul{
    width:1230px;
    overflow: hidden;
}
.main li {
    float: left;
    width: 400px;
    height: 400px;
    margin-top:10px;
    position: relative;
}
.main li .images{
    width:400px;
    height: 400px;
    position: absolute;
    top:0px;
    left:0px;
}
.main li .images img{
    width:400px;
    height: 400px;

 }
.main li .texts{
    width:0px;
    height:400px;
    background: #65c3f1;
    font-size:20px;
    line-height: 30px;
    position: absolute;
    top:0px;
    left:200px;
    display: none;
}
.main li .texts a{
    display: inline-block;
    width:360px;
    margin:20px;
    color: #fff;
    font-family: "Arial Bola";
}
.main li .texts a:hover{
    text-decoration: underline;
 }

/*footer部分*/

.footer{
    width:1220px;
    height:110px;
    margin:60px auto;
    padding-top:20px;
    background-color: #ebebeb;
}
.footer a:hover{
   text-decoration: none;
    color: #ff0000;
}
.footer .f_1{
    width:100%;
    text-align: center;
    font-size:22px;
    font-weight: bolder;
}
.footer .f_2{
    width:100%;
    margin-top:5px;
    line-height:16px;
    text-align: center;
    font-size: 20px;
    color: #999;
}
.footer .f_3{
    width:100%;
    text-align: center;
    font-size: 20px;
    color: #999;
}
.footer .f_3 span{
    margin-right:20px;
}
