@charset "utf-8";
html,body,div,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,form,fieldset,embed,object,applet,header,nav,section,strong,footer,a,img{
    border:0;
    margin:0;
    padding:0;
    font-size:14px;
    font-family: 微软雅黑;
}
ul{
    list-style:none
}
a{
    text-decoration:none;
    color:#787f87;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
    overflow:hidden;
}
.clearfix{
    zoom:1;
}
/*------------------------------------------------------网站顶部------------------------------------------------------*/
.top{
    width:70%;
    min-width: 1200px;
    height:80px;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.top .logo{
    float: left;
    margin-top:15px;
}
.top .menu{
    float: right;
    margin-top:50px;
}
.top .menu li{
    float: left;
}
.top .menu li a{
    font-size:16px;
    color:black;
    padding:5px 20px;
}
.top .menu li a:hover{
    color:red;
}
.list_img{
    width:100%;
    min-width: 1200px;
}
.list_img img{
    width:100%;
}
/*------------------------------------------------------内容分页------------------------------------------------------*/
.page{
    margin:30px 0;
}
.page li{
    float: left;
    margin: 0 3px;
}
.page .thisclass{
    padding:5px 10px;
    background: #004ea2;
    color:white;
    border-radius:4px;
}
.page li a{
    display: block;
    padding:5px 10px;
    background: #dcdcdc;
    border-radius:4px;
    color:black;
}
.page li a:hover{
    background: #004ea2;
    color:white;
}
.page li select{
    height:28px;
    outline: medium;
}
.page li select option{
    height:28px;
}
/*------------------------------------------------------网站底部------------------------------------------------------*/
.footer{
    min-width: 1200px;
    border-top: 1px solid #ddd;
}
.footer .connect{
    width:80%;
    min-width: 1200px;
    margin: 30px auto;
}
.footer .connect .menu{
    float: left;
    width:70%;
}

.footer .connect .menu li{
    float: left;
    width:14%;
    text-align: center;
}
.footer .connect .menu li a{
    display: block;
    width: 100%;
    margin:15px 0;
}
.footer .connect .menu li a:hover{
    color:red;
}
.footer .connect .ewm{
    float: right;
    width:20%;
}
.footer .connect .ewm img{
    width:50%;
    margin:0 25%;
}
.footer .connect .ewm span{
    display: block;
    color:#999;
    text-align: center;
}
.footer .bq{
    background: #004ea2;
    color:white;
    padding:10px 0;
    text-align: center;
}
.footer .bq a{
    color: red;
}

.fc{
    position: fixed;
    background: #00aef3;
    top:25%;
    right:0;
    width:180px;
    border-radius: 5px;
    padding:5px 0;
}
.fc span{
    float: left;
    width:100%;
    height:35px;
    line-height: 35px;
    background: url(../images/phone.png) no-repeat 10px center;
    color: white;
    font-size:20px;
    text-indent: 35px;
}