﻿.section {
    overflow: hidden;
    position: relative !important;
}

.header {
    height: 80px;
}

.header h1 {
    width: 160px;
    margin-left: 8%;
}

.logo {
    padding-top: 12px;
}

.logo img {
    padding-top: 10px;
    width: 178px;
    height: 62px;
}
.header .logo_text {
    width: 163px;
    margin-top: 12px;
    padding-left: 5px;
}

.carousel,
.carousel img {
    width: 100%;
    height: 470px!important;
}


.home_about {
    width: 250px;
}

.home_about dt {
    margin-bottom: 24px;
}

.home_about dt a {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.home_about dd {
    color: #eeeeee;
    line-height: 28px;
    font-family: "宋体";
}

.home_about .more {
    color: #fff;
    display: inline-block;
    border: 1px solid #cccccc;
    line-height: 38px;
    padding: 0 24px;
    margin-top: 12px;
}

.home_about .more:hover {
    border-color: #fff;
}

.foot_title {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.foot_connect{
    margin-top:30px;
}
.foot_connect p{
    color: #aaa;
    font-size: 1.1em;
    line-height: 27px;
}

