/* 首页轮播 */
.about-slogan {
    background: url(../image/about/arc-bg.png) no-repeat center / 100% 100%;
    position: absolute;
    width: 632px;
    height: 150px;
    left: 50%;
    bottom: 200px;
    margin-left: -316px;
    text-align: center;
    color: white;
}
.wc-slogan1 {
    font-size:40px;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:39px;
    margin-top: -22px;
}
.wc-slogan2 {
    font-size:20px;
    font-weight:400;
    line-height:30px;
    margin-top: 75px;
}
.wc-slogan3 {
    font-size:14px;
    font-family:Helvetica;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:29px;
    margin-top: 12px;
}
.wc-btn {
    padding: 0;
    width: 108px;
    border-color: white;
    color: white;
    background-color: transparent;
    margin-top: 35px;
}



/* 公司简介 */
.company-container {
    margin-top: 108px;
}
.com-top {
    height: 518px;
    position: relative;
}
.company-img {
    width: 450px;
    height: 518px;
    background: url(../image/about/com-bg.png) no-repeat center / 100% 100%;
}
.company-info {
    width: 732px;
    height: 362px;
    position: absolute;
    top: 78px;
    left: 368px;
    background:rgba(255,255,255,1);
    box-shadow:0px 20px 60px 0px rgba(176,176,176,0.3);
    box-sizing: border-box;
    padding: 46px 33px;
}
.com-title {
    font-size:20px;
    font-weight:400;
    color:rgba(37,37,37,1);
    margin-top: 20px;
}
.com-desc {
    font-size:14px;
    font-weight:400;
    color:rgba(152,152,152,1);
    line-height:26px;
    margin-top: 25px;
}
.com-bottom {
    margin-top: 60px;
}
.com-line {
    width:128px;
    height:4px;
    background:rgba(224,224,224,1);
}
.com-line2 {
    margin-left: 25px;
}
.com-para {
    font-size:14px;
    font-weight:400;
    color:rgba(152,152,152,1);
    line-height:26px;
    margin-top: 25px;
}
.com-para1 {
    padding-right: 25px;
}
.com-para2 {
    padding-left: 25px;
}




/* 产品介绍 */
.pro-container {
    padding: 0;
    margin-top: 65px;
    position: relative;
}
.pro-img1 {
    height: 426px;
}
.pro2-container {
    margin-top: 50px;
}
.pro-img2 {
    height: 665px;
}
.pro2-content {
    margin-top: 100px;
}
.pro1-bg {
    width: 100%;
    height: 589px;
    background: url(../image/about/pro1-bg.png) no-repeat center / 100% 100%;
    position: absolute;
    left: 0;
    top: -30px;
    z-index: -200;
}



/* 公司环境 */
.env-container {
    padding: 0;
    position: relative;
}
.env-top {
    position: absolute;
    height: 536px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: 120px;
}
.env-images {
    width: 888px;
    height: 536px;
    margin: 0 auto;
    position: relative;
}
.env-img1 {
    width: 336px;
    height: 435px;
    background: url(../image/about/e1.png) no-repeat center / 100% 100%;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 50;
}
.env-img3 {
    width: 336px;
    height: 435px;
    background: url(../image/about/e3.png) no-repeat center / 100% 100%;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 50;
}
.env-img2 {
    width: 448px;
    height: 536px;
    background: url(../image/about/e2.png) no-repeat center / 100% 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -224px;
    z-index: 100;
}
.env-icons {
    height: 40px;
    width: 1000px;
    margin-left: -500px;
    position: absolute;
    bottom: 190px;
    left:50%;
    overflow: hidden;
    z-index: 1000;
}
.env-icon1 {
    width: 40px;
    height: 40px;
    background: url(../image/icon/arr1.png) no-repeat center / 100% 100%;
    float: left;
}
.env-icon2 {
    width: 40px;
    height: 40px;
    background: url(../image/icon/arr2.png) no-repeat center / 100% 100%;
    float: right;
}

.env-bottom {
    width: 100%;
    height: 538px;
    background: url(../image/about/env-bg.png) no-repeat center / 100% 100%;
    position: relative;
    margin-top: 210px;
}
.env-desc {
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:26px;
    padding-top: 430px;
}





/* 客户 */
.customer-container {
    margin-top: 80px;
    margin-bottom: 130px;
}
.customer-item {
    width: 18%;
    height: 154px;
    margin: 12px 1%;
    border: 1px solid rgba(240,239,239,1);
    background: url(../image/index/c1.png) no-repeat center / 90% 90%;
}
