* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

a:hover {
    text-decoration: none;
}
/*body{
	background: #f5f5f5;
}
*/
.headers {
    padding: 17px 20px;
    width: 1200px;
}

.wholeArticle {
    width: 1200px;
    margin: 0 auto;
}

.lefts {
    width: 250px;
    height: 358px;
    border: 1px solid #CCC;
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
    float: left;
    background: #fff;
}

.imgs{
    text-align: center;
}

.btn01 {
    width: 215px;
    height: 37px;
    margin-top: 18px;
    margin-left: 16px;
    background: #dc1e23;
    border: none;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 37px;
}

.manger {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.new {
    margin-left: 20px;
    padding-top: 18px;
    font-size: 12px;
}

.red {
    color: #dc1e23;
}

    .red:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.rights {
    float: left;
    width: 882px;
    margin-left: 20px;
}

.still {
    color: #999999;
}
/*ul li{
	list-style-type:none;
	border-right:1px solid #dddddd;
}*/
.list {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    padding-top: 33px;
    padding-left: 22px;
}

.show {
    width: 1202px;
    height: 642px;
    margin-top: 14px;
    margin-left: 23px;
    clear: both;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.product {
    width: 1200px;
    padding-left: 0px;
}

    .product li {
        width: 240px;
        height: 290px;
        float: left;
    }

.cur01 {
    padding-left: 53px;
}

.red1 {
    color: #df1f24;
}

.cur02 {
    margin-top: 14px;
    font-size: 18px;
}

.red2 {
    color: red;
    padding-left: 61px;
}

.gray {
    color: #a9a9a9;
}

.grasy {
    color: #999999;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
}

.made_1 {
    margin-top: -5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.picture {
    width: 201px;
    height: 190px;
    margin-top: 19px;
    margin-left: 10px;
}

.picture1 {
    width: 161px;
    height: 190px;
}

.product1 {
    border-top: 1px solid #dddddd;
}

.form {
    font-weight: bold;
    font-size: 16px;
    margin-top: 23px;
    margin-left: 23px;
}

.contant {
    width: 1200px;
    height: 359px;
    margin-left: 23px;
    margin-top: 14px;
    border: 1px solid #CCC;
    overflow: hidden;
}

.bottom1 {
    width: 1200px;
    height: 57px;
    padding-left: 25px;
}

    .bottom1 li {
        float: left;
        width: 232px;
        height: 57px;
        border-right: none;
        margin-top: 29px;
    }

.logo1 {
    float: left;
    padding-right: 6px;
    padding-left: 10px;
}

.manger a {
    text-decoration: none;
}

.manger1 {
    color: #333;
    font-size: 12px;
}

.manger2 {
    font-size: 12px;
}

.manger1:hover {
    color: red;
    cursor: pointer;
}

.manger2:hover {
    color: red;
    cursor: pointer;
}

.goods_ul {
    display: block;
    width: 1200px;
}

    .goods_ul li {
        display: block;
        width: 240px;
        float: left;
        height: 320px;
        padding: 3px;
        box-sizing: border-box;
        overflow: hidden;
        background-color: white;
        text-align: center;
        list-style-type: none;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        position: relative;
    }

/*.goods_li_one > a {
    display: block;
    width: 240px;
    height: 240px;
    overflow: hidden;
    transition: height .1s linear;
}*/

    .goods_li_one > a > img {
        width: 201px;
        height: 190px;
    }

.shadow {
    position: absolute;
    width: 240px;
    height: 240px;
    bottom: 0;
    background-color: rgba(0,0,0,0);
}

.goods_ul li > div:nth-of-type(1) {
    display: block;
}

.goods_li_one_div {
    height: 90px;
    width: 240px;
    margin-top: 30px;
}

/*.goods_ul li > div:nth-of-type(2) {
    display: none;
}*/

.goods_li_two_div {
    height: 90px;
    width: 240px;
    display: none;
}

.button1 {
    margin-top: 5px;
    background: #fff;
    width: 100px;
    height: 35px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #666666;
    line-height: 35px;
    margin: 0 auto;
}
 .button1:hover{
 	background: #dc1e23;
 	color:#fff;
 }