
*{
    margin: 0;
    padding: 0;
}
i{
    font-style: normal;
}
._place{
    /*float: right;*/
    /*width: 200px;*/
    /*margin:20px 30px;*/
}

._place a{
    text-decoration: none;
    color: #5a5a5b;
}
.product_center{
    margin-bottom: 30px;
    /*position: absolute;*/
}
/*清除浮动*/
.product_center,.product_list,.product_msg ul,.product_place{
    zoom:1;
}  /*.//为了兼容性，因为ie6/7不能使用伪类，所以加上此行代码。*/
.product_center:after,product_list:after,.product_msg ul:after,.product_place:after{
    clear:both;content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}


.product_box ,.product_center, .header_banner, .header_banner img {
    width: 100%;
}

.product_box {
    position: absolute;
    top: 90px;
    height: 100%;
    /*overflow: auto;*/
}
.product_title{
    color: #1d1d1e;
}
.product_title{
    /*float: left;*/
    width: 100%;
    font-size:24px;
    text-align: center;
    font-weight: 700;
}
.product_title{
    margin-top: 70px;
    margin-bottom:40px ;
}
.product_list{
    /*position: absolute;*/
    /*margin-top:50px ;*/
    margin:10px 17%;
    /*overflow: auto;*/
    width: 66%;
    min-width:792px ;
}
.product_title2{
    margin-top: 10px;
}
/*产品*/
.product_msg{
    width: 100%;
    overflow: hidden;
    /*border: 1px ;*/
}
.product_msg ul li{
    position: relative;
    float: left;
    font-size:14px;
    list-style: none;
    width: 22.3%;
    margin: 0 1% ;
    overflow: hidden;
    padding: 10px 0;
}
.product_msg_img img{
    width: 100%;
}
.product_msg ul>li:nth-child(2), .product_msg ul>li:nth-child(4){
    position: relative;
    /*padding-left: 10px ;*/
    /*width: 240px;*/
}
/*.product_msg .primary, .product_msg .primary{*/
/*  position: absolute;*/
/*}*/
.primary{
    /*background-color: #64aae3;*/
    color: #FFFFFF;
    /*position: absolute;*/
    margin: 30px 0;
    padding: 7px 25px;
    border-radius: 20px;
    border:1px solid #256fb4;
    /*background-color: #FFFFFF;*/
    font-size: 14px;
    /*border: 0;*/
    color: #009bd3;
    cursor: pointer;
}
.primary:hover{
    background-color: #256fb4;
    color: #FFFFFF;
    box-shadow:#256fb4;
}
.primary:hover{
    background-color: #256fb4;
    color: #FFFFFF;
}

.product_msg_font p{
    font-size: 16px;
    line-height: 22px;
}

.product_msg_font{
    margin-bottom:20px ;
}