/*优势2*/
/* in_heng */
.in_heng {
    width: 100%;
    overflow: hidden;
    background: url('https://factory-goods-pass.oss-cn-shanghai.aliyuncs.com/template/homepage1-bj_incont.jpg') center top no-repeat;
    height: 216px;
    color: #fff;
}
.in_heng .left {
    float: left;
    font-size: 24px;
    line-height: 2;
    padding: 40px 0 0 0;
    letter-spacing: 2px;
}
.in_heng .left .bt {
    font-size: 36px;
}
.in_heng .left span {
    color: #f0592d;
}
.in_heng .right {
    float: right;
    text-align: right;
    padding: 40px 0 0 0;
}
.in_heng .right .tel {
    font-size: 30px;
    padding: 15px 0 20px 0;
    text-shadow: 0 0 1px #000;
}
.in_heng .right a {
    background: #c01f31;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 100px;
    line-height: 40px;
    text-align: center;
    float: right;
}
.in_heng .right a:hover {
    background: #fff;
    color: #c01f31;
}

/*优势3*/
/* in_sida */
.in_tit p {
    display: inline-block;
    position: relative;
    color: #888;
}
.in_tit {
    overflow: hidden;
    text-align: center;
    padding: 0 0 30px 0;
}
.in_tit span {
    font-size: 30px;
    color: #333;
}
.in_tit em {
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 0 8px 0;
}
.in_sida {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 20px 0;
}
.in_sida dl {
    margin-top: 20px;
    overflow: hidden;
}
.in_sida dl dt {
    float: right;
    width: 555px;
    margin-top: 20px;
}
.in_sida dl dt img {
    width: 100%;
    height: auto;
}
.in_sida dl dd {
    float: left;
    width: 550px;
    position: relative;
    padding: 0 0 0 65px;
}
.in_sida dl dd .xh {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ea3516;
    color: #fff;
    width: 50px;
    height: 75px;
    font-size: 32px;
    text-align: center;
    overflow: hidden;
}
.in_sida dl dd .xh i {
    font-family: 'deckerregular';
    line-height: 58px;
    display: inline-block;
}
.in_sida dl dd .xh .one {
    margin-left: 5px;
}
.in_sida dl dd .xh:before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #fff;
    top: 58px;
}
.in_sida dl dd .bt {
    overflow: hidden;
}
.in_sida dl dd .bt strong {
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 14px 0;
    border-bottom: 2px dotted #ccc;
    color: #ea3516;
}
.in_sida dl dd .bt em {
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    color: #999;
    padding-top: 10px;
    font-size: 16px;
}
.in_sida dl dd .info {
    line-height: 30px;
    padding-left: 32px;
    margin-top: 15px;
    background: url(../images/icon_ye.gif) no-repeat left 6px;
    margin-bottom: 30px;
    text-align: justify;
}
.in_sida dl dd .info span {
    color: #c01f31;
    font-weight: bold;
}
.in_sida dl:first-child dt {
    float: left;
    margin-top: 0;
}
.in_sida dl:first-child dd {
    float: right;
}
.in_tit p:before,
.in_tit p:after {
    content: "";
    width: 34px;
    height: 2px;
    background: #f0592d;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.in_tit p:before {
    left: -54px;
}
.in_tit p:after {
    right: -54px;
}