﻿body{
    background-color: rgb(240, 240, 240);
}
/* 头部广告开始 */
.adv{
    width: 100%;
    height:300px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
/* 规定网站整体宽度开始 */
.adv-qiantao{
    width:1240px;
    margin: 0 auto;
}
/* 规定网站整体宽度结束 */
/* 头部广告结束 */
/* 广告盒子开始 */
.adv-box{
    width: 500px;
    height: 280px;
    padding-top: 30px;
    float: left;
}
.adv-box-img{
    width: 100%;
}
.adv-box2{
    width: 700px;
    height: 300px;
    margin-right: 20px;
    font-size: 15px;
    padding-top: 20px;
    float: right;
}
/* 广告盒子结束 */
/* 外链区开始 */
.wailianqu{
    width: 100%;
    height:160px;
    padding-bottom: 200px;
}
.wailianqu-qiantao{
    width: 1240px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
}
.wailianqu-box{
    border-radius: 6px;
    font-size: 16px;
    width: 300px;
    height: 160px;
    margin-right: 10px;
    float: left;
    background-color: rgb(235, 235, 235);
}
.wailianqu-box:hover{
    background-color: white;
    box-shadow: 1px 1px 1px 1px rgb(134, 134, 134);
}
.wailianqu-box2{
    border-radius: 6px;
    font-size: 16px;
    width: 300px;
    height: 160px;
    float: left;
    background-color: rgb(235, 235, 235);
}
.wailianqu-box2:hover{
    background-color: white;
    box-shadow: 1px 1px 1px 1px rgb(134, 134, 134);
}
.wailianqu-box-img{
    width: 120px;
    height: 120px;
}
/* 外链区结束 */
/* foot开始 */
.foot{
    width: 100%;
    height: 260px;
    padding-top: 10px;
    background-color: rgb(209, 209, 209);
}
.foot-qiantao{
    width: 1240px;
    margin: 0 auto;
}
.foot-box{
    font-size: 16px;
    color: black;
    width: 220px;
    height: 230px;
    margin-right: 10px;
    float: left;
    padding-top: 30px;
}
.foot-box2{
    font-size: 16px;
    width: 540px;
    height: 230px;
    float: left;
    padding-top: 30px;
}
.foot-p{
    display: table;
    text-align: left;
    margin: 0 auto;
    line-height: 30px;
}
.foot-biaoti{
    font-size: 20px;
}
/* foot结束 */
/* footer开始 */
.footer{
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #858585;
    /* position:absolute; */
    bottom:0;
    width:100%;
    height:100px;
}
/* footer结束 */
/* 分割线开始 */
.fengexian{
    width: 1240px;
    margin:0 auto;
}
/* 分割线结束 */