.wrap{
    width: 1000px;
    margin: 0 auto;
}
.index-title{
    background: url("/skin/img/index-title-bg.png") no-repeat center 54px;
    padding-top: 34px;
    text-align: center;
}
.index-title h3{
    font-size: 28px;
    color: #333333;
    font-weight: normal;
}
.index-title p{
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 6px;
}
.index-product-nav{
    width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
}
.about-phi{
    background-color: #fbfbfb;
    padding-bottom: 20px;
}
.about-phi-content{
    padding-top: 26px;
}
.about-phi-box{
    float: left;
    width: 360px;
    height: 200px;
    border: 1px solid #fff;
    margin-left: 20px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about-phi-box:hover{
    border: 1px solid #82c20b;
}
.about-phi-content .about-phi-box:first-child{
    margin-left: 15;
}
.about-phi-box h3{
    font-size: 24px;
    color: #222222;
    font-weight: normal;
    margin-top: 66px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about-phi-box:hover h3{
    color: #82c20b;
}

.about-phi-line{
    background-color: #999999;
    height: 1px;
    width: 30px;
    margin: 14px auto 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about-phi-box:hover .about-phi-line{
    background-color: #82c20b;
}
.about-phi-box p{
    font-size: 14px;
    color: #777777;
    line-height: 24px;
    width: 284px;
    margin: 8px auto 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about-phi-box:hover p{
    color: #82c20b;
}

.oem6{
    background-color: #fbfbfb;
  
}
.oem6-content{
    position: relative;
    margin-top: 30px;
}
.oem6-dark{
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 540px;
    background: url("/skin/img/bg-black70.png");
    z-index: 99;
}
.oem6-dark-title{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 56px;
    text-align: center;
    padding: 46px 20px 0;
}
.oem6-phone{
    padding-left: 150px;
    padding-right: 10px;
    min-height: 82px;
    margin-top: 40px;
    background: url("/skin/img/oem6-icon.png") no-repeat 64px top;
}
.contact1 .oem6-phone{
    margin-top: 22px;
}
.oem6-phone2{
    background: url("/skin/img/oem6-icon2.png") no-repeat 64px top;
}
.oem6-phone3{
    background: url("/skin/img/oem6-icon3.png") no-repeat 64px top;
}
.oem6-phone4{
    background: url("/skin/img/oem6-icon4.png") no-repeat 64px top;
}
.oem6-phone h4{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}
.oem6-phone p{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.contact1 .oem6-phone p{
    font-size: 18px;
    line-height: 20px;
}

.contact1 .oem6{
    background-color: #fff;
}

