* {
    padding: 0;
    margin: 0;
}

.bg {
    /* height: 550px; */
    background: url(images/banner3.jpg) no-repeat fixed center top;
}

a {
    text-decoration: none;
    color: #333;
}

.nav,
.pic {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}

.nav .logo {
    float: left;
    width: 300px;
    height: 80px;
    /* background: url(images/logo.jpg) no-repeat; */
    background-size: 30px;
    background-position: left center;
    font: 16px "Microsoft Yahei";
    line-height: 80px;
    color: aliceblue;
    /* padding-left: 40px; */
}

.nav .logo:hover {
    color: rgb(49, 100, 243);
}

.right {
    float: right;
    height: 80px;
    line-height: 80px;
}

.right a {
    padding: 20px 20px;
    color: white;
}

.right a:hover {
    color: rgb(49, 100, 243);
    background-color: rgb(200, 224, 255);
}
.text {
    width: 1000px;
    height: 400px;
    margin: 0 auto;
    color: #fff;
}
.text h1 {
    padding-top: 260px;
    font-weight: 400;
}
.text p {
    padding-top: 20px;
    line-height: 30px;
}

.main {
    /* width: 1000px; */
    height: 500px;
    background-color: rgb(238, 238, 238);
}
.center {
    width: 1000px;
    margin: 0 auto;
}
.center h4 {
    padding-top: 30px;
}
.center p {
    padding-top: 20px;
    color: rgb(97, 97, 97);
}
.phone,
.email {
    width: 282px;
    height: 134px;
    border: 1px solid #ccc;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 134px;
}
.email {
    margin-left: 20px;
}
.but {
    width: 1000px;
    margin: 0 auto;
}
.but h4 {
    margin-top: 60px;
}
.but .t {
    margin-top: 20px;
    color: rgb(148, 148, 148);
    font-size: 14px;
}


.foot a:hover {
    color: red;
}
.foot {
    height: 80px;
    text-align: center;
    background-color: rgb(77, 77, 77);
}
.foot a{
    line-height: 80px;
    color: #fff;
}
