@import "common.css";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
}
.d-inline{
    display: inline;
}
.banner1{
    width: 100%;
    min-width: 1200px;
    height: 565px;
    overflow: hidden;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.fl{ float: left;  }
.fr{ float: right;  }
.content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.content li{
    list-style: none;
    background: #f0f0f0;
    margin-bottom: 20px;
}
/*有图新闻*/
.content .s_news{
    width: 1200px;
    height: 201px;
}
.content .s_news h2{
    font-size: 18px;
    margin-top: 18px;
}
.content .s_news p{
    font: 14px/28px "Microsoft Yahei";
    color: #797979;
    width: 950px;
    height: 82px;
    float: left;
    margin-top: 22px;
}
.content .s_news h2 a{
    font-size: 18px;
    color: #333333;
    text-decoration: none;
}
.content .s_news img{
    width: 181px;
    height: 181px;
    margin: 10px 20px 10px 10px;
    float: left;
    cursor: pointer;
}
.content .s_news1{
    color: #797979;
    font: 14px "Microsoft Yahei";
    margin-bottom: 20px;
    margin-right: 35px;
    padding-top: 10px;
}
.content .s_news2 {
    color: #ffffff;
    font: 16px "Microsoft Yahei";
    margin-bottom: 20px;
    padding: 7px 15px 7px 15px;
    background: #b3b3b3;
    margin-right: 40px;
    cursor: pointer;
}
/*有图新闻*/

/*无图新闻*/
.content .s_wu_news{
    width: 1200px;
    height: 186px;
}
.content .s_wu_news h2{
    width: 1150px;
    font-size: 18px;
    margin-top: 22px;
    margin-left: 10px;
}
.content .s_wu_news p{
    font: 14px/28px "Microsoft Yahei";
    color: #797979;
    float: left;
    width: 1150px;
     height: 64px;
    margin-left: 10px;
    margin-top: 22px;
    margin-right: 40px;
}
.content .s_wu_news h2 a{
    font-size: 18px;
    color: #333333;
    text-decoration: none;
}

.content .s_wu_news1{
    color: #797979;
    font: 14px "Microsoft Yahei";
    margin-bottom: 20px;
    margin-right: 35px;
    padding-top: 10px;
}
.content .s_wu_news2 {
    color: #ffffff;
    font: 16px "Microsoft Yahei";
    margin-bottom: 20px;
    padding: 7px 15px 7px 15px;
    background: #b3b3b3;
    margin-right: 40px;
    cursor: pointer;
}
/*无图新闻*/
/*产品*/
.content .s_product{
    width: 1200px;
    height: 201px;
}
.content .s_product .comment .liulan img{
    width:12px;
    height:12px;
    position: relative;
    left: 55px;
    bottom: 4px;
}
.content .s_product .comment .pinglun img{
    width:12px;
    height:12px;
    position: relative;
    left: 115px;
    bottom: 4px;
}
.content .s_product h2{
    padding-top: 28px;
    padding-bottom: 16px;
    width: 945px;
    border-bottom: 1px solid #666;
    float: right;
    margin-right: 40px;
}
.content .s_product p{
    font: 14px/28px "Microsoft Yahei";
    color: #797979;
    width: 945px;
     height: 57px;
    float: left;
    margin-left: 3px;
    margin-top: 20px;
}
.content .s_product h2 a{
    font-size: 24px;
    color: #000000;
    text-decoration: none;
}
.content .s_product img{
    width: 181px;
    height: 181px;
    margin: 10px 20px 10px 10px;
    float: left;
    cursor: pointer;
}
.content .s_product1{
    color: #a6a6a6;
    font: 12px "Microsoft Yahei";
    margin-right: 35px;
}
.content .s_product2 {
    color: #ffffff;
    font: 16px "Microsoft Yahei";
    margin-bottom: 20px;
    padding: 7px 15px 7px 15px;
    background: #b3b3b3;
    margin-right: 40px;
    cursor: pointer;
}
/*产品*/
.content li .s_news2:hover{
    background:#0d539b;
}
.content li .s_product2:hover{
    background:#0d539b;
}
.content li .s_wu_news2:hover{
    background:#0d539b;
}
.content .s_news h2:hover{
    text-decoration: underline;
}
.content .s_wu_news h2:hover{
    text-decoration: underline;
}


.contain .search_results{
    width: 100%;
    margin-top: 20px;
}

.contain .search_results .sr_head{
    background: url("../images/contact_us/sr_bg.png") no-repeat;
    height: 35px;
/*
    margin-bottom: 10px;*/
}
.contain .search_results .sr_head em{
    font:600 24px/24px "microsoft yahei";
    color: #333;
    padding-left: 38px;
}
.contain .search_results .sr_head span{
    font:500 18px/18px "microsoft yahei";
    color: #808080;
}
.none{
    text-align: center;
    color: #808080;
    padding-bottom:20px; 
}
#page{
    background: #fff;
}