p {
    margin: 0;
}

/* 头部电话 */
.hotSearch {
    margin-left: 1em;
}
.head_phone {
    float: right;
    height: 42px;
}
.head_phone span {
    /*display: inline-block;*/
}

/* 产品中心 */

.xyin-product {
    padding-bottom: 18px;
}

.xyin-product-list {
    margin-top: 55px;
}

.xyin-product-list li {
    text-align: left;
    width: 285px;
    margin-bottom: 42px;
    background: #fff;
    padding: 20px 15px 15px;
    transition: all .5s;
}

.xyin-product-list li:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

.xyin-product-list li img {
    width: 285px;
    height: auto;
}

.xyin-product-list li.po3 {
    height: 664px;
}

.xyin-product-list li.po3 .img {
    padding: 70px 0 82px;
}

.xyin-product-list li.po3 img {
    width: 587px;
    height: auto;
}

.xyin-product-list li h3 {
    color: #333;
    font: 600 16px/36px "Microsoft Yahei";
    padding: 0;
    margin: 0;
    text-align: left;
}

.xyin-product-list li .num {
    color: #70b808;
    font: 400 16px/24px "Microsoft Yahei";
}

.xyin-product-list li span {
    display: block;
    color: #777;
    font: 400 14px/30px "Microsoft Yahei";
    position: relative;
}

.xyin-product-list li span:after {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 0;
    top: 0;
    background: url(../images/more2.png) no-repeat;
    content: "";
}

.pro-more {
    color: #fff;
    font: 400 20px/49px "Microsoft Yahei";
    position: relative;
}

.pro-more a {
    position: absolute;
    right: 0;
    top: 0;
    width: 226px;
    display: inline-block;
    color: #fff;
    font: 400 18px/49px "Microsoft Yahei";
    background: #70b808;
    text-align: center;
    transition: all .5s;
}

.pro-more a:hover {
    background: #fff;
    color: #666;
}

.products {
    position: relative;
}

.products .content {
    height: 345px;
    overflow: hidden;
}

.products .content li {
    position: relative;
    padding: 27px 0;
    border-bottom: 1px dashed #cfcfcf;
}

.products .content li a {
    display: block;
    color: #333;
    font: 400 14px/30px "Microsoft Yahei";
    background: url(../images/q.jpg) no-repeat 0 50%;
    padding-left: 25px;
}

.products .content li p {
    color: #777;
    font: 400 14px/30px "Microsoft Yahei";
    background: url(../images/a.jpg) no-repeat 0 50%;
    padding-left: 25px;
}

.products .content li h3 a.more {
    display: inline-block;
    width: 118px;
    font: 400 14px/32px "Microsoft Yahei";
    text-align: center;
    background: #e7ac00;
    border-radius: 16px;
    height: 32px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.prolist {
    height: 10000%;
}

.pre_left {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -50px;
    width: 37px;
    height: 38px;
    background: url(../images/down.jpg) no-repeat;
    z-index: 999;
}

.pre_left:hover {
    opacity: 0.8;
}

.pre_right {
    cursor: pointer;
    position: absolute;
    right: 37px;
    top: -50px;
    width: 37px;
    height: 38px;
    background: url(../images/up.jpg) no-repeat;
    z-index: 999;
}

.pre_right:hover {
    opacity: 0.8;
}
