introduce.css 2.48 KB

.clear{ clear: both}


.banner{
    height: 350px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.banner .banner_content
{
    text-align: left;
    width: 1200px;
    margin:0  auto;
    padding-left: 70px;
    color:white;

}
.banner .banner_content h1{

    padding: 100px 0 0 0px;
    font-size:32px;
    line-height: 60px;
    border-bottom:solid 1px #fff;
    width: 180px; margin-bottom:10px;
}
.banner .banner_content .h11{

    padding: 40px 0 0 0px;
    font-size:28px;
    line-height: 60px;
    border-bottom:solid 1px #fff;
    width: 460px;
    margin-bottom:10px;
}
.banner .banner_content .h5{

    padding: 140px 0 0 0px;
    font-size:28px;
    line-height: 60px;
    border-bottom:solid 1px #fff;
    width: 540px;
    margin-bottom:10px;
}



.banner .banner_content .h_4{

    padding: 70px 0 0 0px;
    font-size:28px;
    line-height: 60px;
    border-bottom:solid 1px #fff;
    width: 225px;
    margin-bottom:10px;

}


.banner .banner_content p{

    font-size: 18px; line-height: 36px;
}


.typelist{
    height: 60px;
    background-color: #fafafa;
}
.typelist .type_content{
    width: 1200px;
    margin:0  auto;
}
.typelist .type_content .type_title{
    font-size: 18px; line-height: 40px; color: #000000;float: left; width: 100px; margin: 10px 0 0 0;
    border-right:#c9cac9 solid 1px;
}

.typelist .type_content .type_list {
    float: left; margin-left: 10px;
}

.typelist .type_content .type_list li {
    display:inline-block; line-height: 40px;
    text-align: center;
    font-size: 16px;color:#666;
    margin: 6px 0px 0px 6px;
    padding: 0 15px 0 15px;
    cursor: pointer;
}
.typelist .type_content .type_list li:hover,.typelist .type_content .type_list .active {
    background-color: #c5182c;
    color:white;
    border-radius: 3px;
}

.introducebg1{ margin: 0 auto; width: 1200px;  }
.introducebg1 .module{text-align: center; height: 60px;}

.introducebg1 .module li{display:inline-block;text-align: center; color: #666; font-size: 16px; margin-left: 30px; cursor: pointer}
.introducebg1 .module li a{color: #666;padding: 20px 10px 10px 10px;  }
.introducebg1 .module .active,.introducebg1 .module a:hover{color:#000; border-bottom: red solid 1px;padding: 20px 10px 10px 10px; }

.introducebg1 h3{ font-size: 24px; text-align: center; line-height: 60px}
.bg1{ background-color: #fff;padding:20px 0 20px 0;}
.bg2{ background-color: #fafafa;padding:20px 0 20px 0;}
.bg3{ background-color: #fafafa;padding:0px 0 20px 0;}