﻿.weizhi {
    background-color: #e9e9e9;
    height: 50px;
    line-height: 50px;
}

.main {
    MARGIN: 0px auto;
    WIDTH: 1200px;
    overflow: hidden;
    margin-bottom: 54px;
}

.main a {
    COLOR: #666;
    text-decoration: none;
}

.position {
    color: #333;
    font-size: 14px;
}

.sort_list {
    line-height: 50px;
    margin-top: 30px;
    text-align: center;
    width: 181px;
    float: left;
}

.sort_list h3 {
    border-bottom: 1px solid#fff;
    color: #fff;
    _width: 255px;
    background-color: #0080cc;
    background-repeat: no-repeat;
    background-position: 210px;
    width: 230px;
    margin-left: 11px;
    height: 73px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    line-height: 73px;
}

.sort_list a {
    padding: 3px 25px;
    font-size: 16px;
    background-color: #eeeeee;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid
    #fff;
}

.demo_contact {
    width: 231px;
    padding-bottom: 10px;
    margin-left: 10px;
    text-align: left;
    background-color: #F4F4F4;
    float: left;
}

.demo_contact .p1 {
    font-size: 18px;
    font-weight: bold;
    color: #999;
    padding-top: 20px;
    line-height: 27px;
    padding-left: 14px;
}

.demo_contact .p2 {
    font-size: 12px;
    font-family: Arial;
    color: #969696;
    line-height: 27px;
    padding-left: 14px;
}

.demo_contact .p3 {
    font-size: 15px;
    color: #121212;
    font-family: Arial;
    padding-top: 10px;
    line-height: 27px;
    padding-left: 14px;
}

.demo_contact .p4 {
    font-size: 12px;
    color: #9eacb8;
    line-height: 27px;
    padding-left: 14px;
}
.content {
    line-height: 24px;
    min-height: 400px;
    padding: 40px 0px;
    font-size: 14px;
    width: 940px;
    float: right;
}
.info_title H1 {
    margin: 10px 0;
    font: 200 30px Microsoft Yahei;
    text-align: center;
    color:#000;
}

.ct_r {
    width: 470px;
    float: right;
    margin-right: 15px;
}
.ct_r li {
    width: 100%;
    margin-bottom: 12px;
}
.ct_r .tit {
    display: block;
    width: 60px;
    height: 35px;
    line-height: 35px;
    text-align: right;
    font-size: 13px;
    float: left;
    color:
            #333333;
}
.ct_r input {
    margin-bottom: 17px;
    width: 390px;
    height: 35px;
    border: 1px solid
    #ddd;
    line-height: 35px;
    padding: 0 5px;
    float: left;
    font-size: 13px;
}
.ct_r .tit i {
    font-style: normal;
    color:
            #F00;
}
.ct_r textarea {
    font-size: 13px;
    width: 396px;
    height: 80px;
    border: 1px solid
    #ddd;
    line-height: 150%;
}
.ct_r input[type="submit"] {
    width: 160px;
    height: 45px;
    background:
            #0072B9;
    border: 1px solid
    #0072B9;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color:
            #FFF;
    font-size: 18px;
}

.ProductList li {
    float: left;
    text-align: center;
    padding: 10px 5px;
    list-style: none;
    height: 220px;
    overflow: hidden;
}
.Product_img {
    width: 223px;
    height: 170px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.ProductList li a {
    line-height: 30px;
    -webkit-transition: all 0.6s;
    overflow: hidden;
    width: 225px;
    display: block;
}
.ProductList li img {
    padding: 5px;
    width: 212px;
    height: 160px;
    margin-bottom: 8px;
    -webkit-transition: all 0.6s;
}
.ProductList li a {
    line-height: 30px;
    -webkit-transition: all 0.6s;
    overflow: hidden;
    width: 225px;
    display: block;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .main {
        margin: 0px auto;
        width: 95%;
        margin-bottom: 54px;
    }
    .sort_list {
        line-height: 50px;
        margin-top: 30px;
        text-align: center;
        width: 181px;
        float: left;
        display: none;
    }
    .banner{
        margin-top: 11%;
    }
    .content {
        line-height: 24px;
        min-height: 400px;
        padding: 16px 0px;
        font-size: 14px;
        width: 100%;
        float: none;
    }
    .info_title H1 {
        margin: 10px 0;
        font: 200 30px Microsoft Yahei;
        text-align: center;
        color: #000;
        font-size: 24px;
    }
    #form1{
        display: none;
    }
}