.bg {
    background: url('../images/bg1.jpg') no-repeat 100%;
}

.text-1 {
    font-size: 60px;
    color: #fff;
    font-weight: 100;
}

.text-2 {
    font-size: 30px;
    color: #fff;
    font-weight: 100;
}

.text-3 {
    font-size: 18px;
    padding: 0 40px 0 10px;
    background-color: red;
    color: #fff;
    font-weight: 100;
}

.text-line {
    line-height: 20px;
    display: inline-block;
    width: 300px;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 190px;
    top: 50%;
}

@media screen and (max-width: 610px) {
    .text-line {
        width: 50px
    }
}

@media screen and (max-width: 1200px) {
    .pro-img-centent {
        margin: 0 5px !important;
    }
}


/* 主要内容 */


/* 产品信息 */

.top {
    width: 100%;
}

.container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.product {
    width: 200px;
    margin: 82px auto;
}

.pro-title {
    position: relative;
}

.pro-text1 {
    font-size: 14px;
    color: red;
    margin-bottom: 0;
}

.pro-text2 {
    font-size: 36px;
    color: red;
    font-weight: bold;
}

.left-line-1 {
    width: 30px;
    height: 5px;
    line-height: 10px;
    border-bottom: 1px solid red;
}

.left-line-2 {
    width: 80px;
    height: 5px;
    border-bottom: 1px solid red;
}

.left-line,
.left-line-two,
.right-line,
.right-line-two {
    position: absolute;
}

.left-line,
.left-line-two {
    right: 180px;
    top: 12px;
}

.left-line-two {
    top: 17px;
}

.right-line {
    right: -58px;
    top: 12px;
}

.right-line-two {
    right: -8px;
    top: 17px;
}

.pro-img,
.pro-img2 {
    width: 26%;
    height: 285px;
    margin-bottom: 30px;
    position: relative;
}

.pro-img-centent {
    margin: 0 125px;
}

.pro-img2 {
    margin-bottom: 0;
}

.pro-img-text {
    width: 100%;
    height: 73px;
    line-height: 73px;
    text-align: left;
    background: rgba(66, 66, 66, 0.2);
    position: absolute;
    bottom: 0;
}

.pro-img-text a {
    display: block;
    padding-left: 15px;
    width: 100%;
    font-size: 21px;
    font-family: "微软雅黑";
    color: red;
    text-decoration: none;
}

.pro-img-text a:hover {
    color: #fff;
    background-color: red;
}


/* 公司介绍 */

.com {
    width: 310px;
    height: 175px;
    margin: 0 auto;
    overflow: hidden;
}

.company-img {
    width: 45%;
    height: 400px;
    margin-right: 35px;
    margin-bottom: 80px;
}

.company-text {
    padding: 30px 0;
    width: 50%;
    text-align: initial;
    height: 330px;
    overflow: hidden;
}

.company-right-title {
    color: red;
    font-size: 16px;
}

.line {
    width: 65px;
    margin: 5px 0;
    border-bottom: 1px solid red;
}

.company-content {
    line-height: 25px;
    font-family: "微软雅黑";
    padding-bottom: 20px;
    font-size: 16px;
}

.content-link {
    color: red;
    text-decoration: none;
    font-size: 16px;
}

@media screen and (max-width: 900px) {
    .pro-img-centent {
        margin: 0;
    }
}
