.list{
    width: 1224px;
    height: 144px;
    margin: 0 auto 0;
    position: relative;
}
.list ul{
    position: absolute;
    left: 0;
    top: -24px;
}
.list ul li{
    width: 392px;
    height: 144px;
    float: left;
    margin-right: 20px;
}
.list ul li a{
    display:block;
    width: 392px;
    height: 144px;
    background: #fff;
    box-shadow: 0 8px 40px 0 rgba(150,150,150,0.15);
    border-radius: 6px;
    padding: 32px;
}
.list ul li a:hover{
    width: 392px;
    height: 144px;
    background: #fff;
    box-shadow: 0 8px 40px 0 rgba(150,150,150,0.15), inset 0 -3px 0 0 #F88F5B;
    border-radius: 6px;
    border-bottom: 1px solid #F88F5B;
}
.list ul li:last-child{
    margin-right: 0;
}
.list ul li a .logo{
    float: left;
    width: 80px;
    height: 80px;
}
.list ul li a .logo img{
    width: 80px;
    height: 80px;
}
.list ul li a .description{
    float: left;
    width: 224px;
    margin-left: 24px;
}
.list ul li a .description p{
    font-size: 12px;
    color: #4D5261;
    line-height: 20px;
    margin: 0;
    font-weight: 100;
}
.list ul li a .description p.tit{
    font-size: 20px;
    color: #4B505F;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: normal;
}
#products {
    width: 100%;
    margin-bottom: 20px;
}

#products .pic {
    width: 60%;
}
.pro_decp{
    text-align: center;
    margin-top:60px;
    font-size: 32px;
    color: #4B505F;
    margin:60px auto 23px;
}
.pro_icon{
    display: block;
    width: 347px;
    height: 11px;
    margin: 0 auto;
}

.product {
    width: 1234px;
    margin: 0 auto;
    padding-top: 28px;
}
.bgpro{
    width: 100%;
    overflow: hidden;
    background: #F5F6F9;
}
.product .prod_img{
    width: 669px;
    height: 668px;
}
.product .prod_img.marr2{
    margin-left: -43px;
}
.product .prod_img.marr3{
    margin-top: 43px;
    margin-right: -51px;
}
.product .prod_img.marr1{
    margin-right: -55px;
}
.product .wid564{
    width: 564px;
}
.wid564 .pro_top{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 24px;
    border-bottom: 2px solid #EEEEEE;
    position: relative;
    z-index: 0;
}
.wid564 .pro_top.before1.wid192::before{
    width: 192px;
}
.wid564 .pro_top.before1::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 160px;
    height: 2px;
    background: #F88F5B;
    z-index: 1;
}
.wid564 .pro_top img{
    width: 48px;
    height: 48px;
    margin-right: 16px;
    vertical-align: middle;
}
.wid564 .pro_top span{
    font-size: 32px;
    vertical-align: middle;
    color: #4B505F;
}
.wid564 .pro_con{
    width: 100%;
    overflow: hidden;
    padding: 48px 0 80px;
}
.wid564 .pro_con p{
    font-size: 18px;
    color: #4B505F;
    line-height: 32px;
    padding-bottom: 48px;
    margin: 0;
}
.towImg{
    text-align: left;
    font-size: 0;
}
.towImg .one{
    display: inline-block;
    width: 96px;
    text-align: center;
}
.towImg .one img{
    width: 96px;
    height: 96px;
}
.towImg .one span{
    display: inline-block;
    font-size: 12px;
    color: #717171;
    line-height: 20px;
}

@media only screen and (max-width: 735px) {
    .product {
        max-width: 580px;
    }
}
