﻿


/*首页*/
.home .banner {
    background: url(/Content/img/home_banner.jpg) no-repeat center;
    min-height: 360px;
}

.home .banner h1 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #000000;
}

.home .banner p {
    font-size: 16px;
    color: #333333;
}

.home .banner2 {
    background: url(/Content/img/home_bg.png) no-repeat center;
    min-height: 604px;
}

.home .banner2 h2 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #000000;
    margin: 0;
}

.home .banner2 h2 + p {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}

.home .banner2 .server {
    min-height: 500px;
    background-color: rgba(255,255,255,0.66);
}

.home .banner2 .server ul li {
    text-align: center;
    margin-bottom: 60px;
}

.home .banner2 .server ul li p {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333333;
}

.home .manufacturer .cateName ul li .vcenter {
    justify-content: left;
}

.home .manufacturer .cateName ul li p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    font-weight: bold;
    margin-left: 10px;
}

.home .manufacturer .title,
.home .certificate .title,
.home .bom .title {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.home .manufacturer .title h2,
.home .certificate .title h2,
.home .bom .title h2 {
    position: relative;
    font-size: 30px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
}

.home .manufacturer .title .line,
.home .certificate .title .line,
.home .bom .title .line {
    position: absolute;
    max-width: 240px;
    width: 100%;
    top: 66px;
    border-bottom: 1px #cccccc solid;
}


.home .manufacturer .title .red-line,
.home .certificate .title .red-line,
.home .bom .title .red-line {
    position: absolute;
    max-width: 40px;
    width: 100%;
    top: 65px;
    border-bottom: 3px #ff0000 solid;
}

.home .qc-labs {
    background: url(../img/home_qualitybg.jpg) no-repeat center;
    min-height: 600px;
}

.home .qc-labs h3 {
    font-size: 36px;
    letter-spacing: 3px;
    color: #333333;
    font-weight: bold;
}

.home .qc-labs p {
    font-size: 24px;
    letter-spacing: 2px;
    color: #333333;
    line-height: 1.6;
}

.home .bom {
    min-height: 600px;
    background-color: #f3f7f9;
    padding-top: 50px;
}

.home .bom h2.text-center {
    font-size: 30px;
    letter-spacing: 1px;
    color: #333333;
}

.home .bom p.text-center {
    font-size: 24px;
    letter-spacing: 2px;
    color: #333333;
}

.home .bom .bom-advantages li {
    text-align: center;
    margin: 10px 0;
}

.home .bom .bom-advantages li span {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    min-height: 50px;
    background-color: #f0f0f0;
    border-left: #ff0000 solid 3px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #666666;
    font-weight: 300;
}

.home .bom .bom-advantages li #upload {
    height: 60px;
    background-color: #ff5400;
    border-radius: 6px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffffff;
    max-width: 280px;
    width: 100%;
}


/*关于我们*/
.about-icons {
    background: url(/Content/img/about_icon.jpg.png) no-repeat center;
    display: inline-block;
}

.company {
    background-position: 0 0;
    width: 34px;
    height: 30px;
}

.tel {
    background-position: -73px 0;
    height: 19px;
    width: 19px;
}

.phone {
    background-position: -102px 0;
    width: 14px;
    height: 21px;
}

.email {
    background-position: -126px 0;
    width: 25px;
    height: 17px;
}

.addr {
    background-position: -44px 0;
    width: 19px;
    height: 25px;
}

.company-title {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
}

.about .about-banner {
    background: url(/Content/img/about_banner.png) center no-repeat;
    min-height: 360px;
}

.about .about-banner h1 {
    font-size: 72px;
    letter-spacing: 2px;
    color: #ffffff;
}

.about .about-banner .vcenter {
    height: 360px;
}

.about .about-content {
    background: url(/Content/img/about_bg.png) center no-repeat;
    min-height: 360px;
    padding: 30px;
}

.about .about-content .title {
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.about .about-content .line {
    width: 24%;
    border-bottom: solid 1px #333333;
}

.about .about-content .title h2 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #333333;
}

.about .about-content .line p {
    font-size: 14px;
    color: #666666;
}

@media (max-width:576px) {
    .about .about-content .title h2 {
        font-size: 28px;
    }

    .about .about-content .title {
        width: 100%;
    }

    .about .about-content .line {
        width: 0;
    }

    .about .about-content {
        padding: 15px;
    }
}

/*BOM*/
.bom .banner {
    background: url("../img/company_profile_banner.png") no-repeat;
    height: 280px;
}

.bom .banner h1,
.bom .banner h2 {
    color: #fff;
}

.bom .inquiryBOM {
    border: solid 1px #ccc;
}

.bom .inquiryBOM input {
    border: solid 1px #ccc;
    height: 35px;
    width: 80%;
    text-indent: 10px;
}

.bom .inquiryBOM textarea {
    height: 100px;
    width: 100%;
}

.bom .inquiryBOM .submitBtn {
    background-color: #D70707;
    color: #fff;
}

@media (max-width:768px) {
    .home .manufacturer .title,
    .home .certificate .title,
    .home .bom .title {
        margin-bottom: 25px;
    }

    .home .manufacturer .title .red-line,
    .home .certificate .title .red-line,
    .home .bom .title .red-line {
        top: 52px;
    }

    .home .manufacturer .title .line,
    .home .certificate .title .line,
    .home .bom .title .line {
        top: 53px;
    }

    .home .manufacturer .cateName ul li .vcenter {
        display: block !important;
        text-align: center;
    }

    .home .banner2 .server ul li {
        margin-bottom: 20px;
    }
}
