/*清除浮动代码*/
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.banner {
    height: 520px;
    background-image: url("../images/product/banner_product_min.jpg");
}

.main .recommend {
    background: #f5f5f5;
}

.main .recommend .content {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.main .recommend .content p.title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;

}

.main .recommend .content .section {
    box-shadow: 0 0 6px #adadad;
    display: inline-block;
    width: 260px;
    height: 190px;
    background: #ffffff;
    position: relative;
    margin-right: 20px;
    padding: 10px 10px 0 10px;
}

.main .recommend .content .section.last {
    margin-right: 0;

}

.main .recommend .content .section p.tip {
    font-size: 20px;
    color: #000000;
    line-height: 35px;
    margin: 10px 0 10px 15px;
}

.main .recommend .content .section p.describe {
    font-size: 14px;
    margin-left: 15px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .recommend .content .section p.price {
    background: #d20514;
    color: #ffffff;
    border-radius: 20px;
    height: 28px;
    margin-left: 15px;
    font-size: 14px;
    margin-top: 25px;
    line-height: 28px;
    display: inline-block;
    width: 110px;
    text-align: center;
}

.main .recommend .content .section img {
    position: absolute;
    right: 10px;
    top: 92px;
}

.main .recommend .content .section img.complex {
    top: 100px;
}

.main .recommend .content .section {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
	overflow: hidden;
}

.main .recommend .content .section:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-box-shadow: 0 5px 15px #e5e5e5;
    -moz-box-shadow: 0 5px 15px #e5e5e5;
    box-shadow: 0 5px 15px #e5e5e5;
}

.main .other .content {
    width: 1200px;
    margin: 30px auto 70px;
}

.main .other .content p.title {
    font-weight: bold;
    font-size: 20px;

}

.main .other .content p.title a.more {
    font-weight: normal;
    font-size: 14px;
    color: #009aff;
    display: inline-block;
    float: right;
    text-align: right;

}

.main .other .content .line {
    margin: 30px 0 30px;

}

.main .other .content .special {
    box-shadow: 0 0 6px #e0e0e0;
    display: inline-block;
    width: 260px;
    height: 346px;
    overflow: hidden;
    margin-right: 20px;
    padding: 30px 10px 0 10px;
    text-align: center;
}

.main .other .content .special h3 {
    font-weight: normal;
    line-height: 45px;

}

.main .other .content .special h4 {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.main .other .content .special p {
    font-size: 14px;
    color: #ff2424;
    margin-bottom: 40px;
    /*display: inline-block;*/
}

.main .other .content .special p span {
    font-size: 28px;
    color: #ff2424;
}

.main .other .content .special img {
    display: inline-block;
    margin-top: -11px;
}

.main .other .content .section {
    box-shadow: 0 0 6px #e0e0e0;
    display: inline-block;
    width: 260px;
    height: 340px;
    background: #ffffff;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    padding: 30px 10px 0 10px;
}
.main .other .content .section .img-aside{
	position: relative;
    width: 186px;
    height: 186px;
    margin: 25px auto 26px;
}
.main .other .content .section img {
    /*display: inline-block;
    margin-top: 10px;*/
      position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.main .other .content .section h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .other .content .section p {
    font-size: 14px;
    color: #ff2424;
    display: inline-block;
}

.main .other .content .line-more {
    width: 280px;
    border: 1px solid transparent;
    display: inline-block;
    float: right;
    margin-right: 3px;
}

.main .other .content .line-more a.problem {
    position: relative;
    display: block;
    width: 257px;
    height: 176px;
    padding-left: 30px;
    text-align: left;
}
.main .other .content .line-more a.problem>img{
	position: absolute;
    top: 0;
    left: 0;
    background: #d9ebf5;
    margin-bottom: 16px;
    color: #8bc2e1;
}
.main .other .content .line-more a.list {
    display: inline-block;
    box-shadow: 0 0 5px #e0e0e0;
    height: 180px;
    margin: 13px 0 0 0;
    width: 280px;
    background: #ffffff;
    position: relative;
}

.main .other .content .line-more a.list h3 {
    font-weight: normal;
    font-size: 24px;
    padding-top: 50px;
    margin-left: 40px;
}

.main .other .content .line-more a.list p {
    font-size: 16px;
    padding-top: 20px;
    margin-left: 40px;
}

.main .other .content .line-more a.list img {
    position: absolute;
    right: 30px;
    top: 60px;
}

.main .other .content .section p span {
    font-size: 24px;
    color: #ff2424;
}

.main .other .content .special1 {
    background: #d4e9f9;
}

.main .other .content .special2 {
    background: #dafff7;
}

.main .other .content .special3 {
    background: #f9e1e8;
}

.main .other .content .special4 {
    background: #fff2da;
}

.main .other .content .special5 {
    background: #f1ebf4;
}

.main .other .content .special6 {
    background: #d4e9f9;
}

.block {
    width: 283px;
    height: 376px;
    margin-right: 13px;
    padding: 5px 0 0 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.main .other .content .block.last {
    margin-right: 0;
}

.hover-block {
    position: absolute;
    width: 283px;
    top: 383px;
    height: 370px;
    background-image: url('../images/product/hover_min.jpg');
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
}

.hover-block-link {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
}

.hover-block-link h3 {
    display: block;
    color: #fff;
    font-size: 24px;
    padding-top: 60px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

.hover-block-link h4 {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: normal;
}

.hover-block-link p {
    font-size: 14px;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.hover-block-link button {
    width: 100px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    margin: 15px auto;
    border-radius: 10px;
    border: 1px solid #fff;
    background: inherit;
}
