﻿body {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    background: #fff;
    font-family: "微软雅黑";
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0px;
}

input {
    outline: none;
}

button {
    outline: none;
}


/*设置浮动和清除浮动*/

.fix {
    *zoom: 1;
    *clear: both;
}

.fix:before,
.fix:after {
    display: table;
    clear: both;
    content: '';
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}


/*头部*/

.header a {
    width: 481px;
    height: 142px;
}

.header_ull p {
    font-size: 14px;
    color: #666;
    margin-right: 185px;
    margin-top: 46px;
    line-height: 14px;
}

.header_ull h3 {
    font-size: 18px;
    color: #666;
    float: right;
    line-height: 18px;
    margin-right: 2px;
    margin-top: 19px;
}

.header_ull h2 {
    font-size: 18px;
    color: #666;
    float: right;
    margin-right: 16px;
    line-height: 18px;
    margin-top: 19px;
}

.header_all img {
    margin-top: 48px;
    margin-right: 13px;
}


/*导航*/

.nav {
    background: #333333;
    width: 100%;
    height: 76px;
}

.nav_all ul li.active {
    line-height: 16px;
    float: left;
    background: #e60012;
}

.nav_all ul li {
    float: left;
}

.nav_all ul li img {
    float: left;
}

.nav_all ul li span {
    float: right;
    margin-right: -6px;
}

.nav_ull img {
    float: right;
    height: 100px;
}

.nav_all ul li:hover {
    background: #e60012;
}

.nav_all ul li a {
    width: 171px;
    height: 76px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    display: block;
    line-height: 16px;
}

.nav_all ul li:nth-child(7) span {
    display: none;
}

.footer_rir img {
    width: 135px;
    height: 135px;
    margin-left: 17px;
    margin-top: 15px;
}


/*搜索*/

.search {
    background: #e1e1e1;
    width: 100%;
    height: 79px;
}

.search_all img {
    display: block;
    padding-top: 23px;
    padding-left: 2px;
    float: left;
}

.search_ull p {
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    padding-top: 33px;
    padding-left: 16px;
}

.search_qll ul li a {
    float: left;
    font-size: 14px;
    color: #666;
    padding-top: 30px;
    padding-left: 36px;
}

.search_qll ul li:first-child a {
    padding-left: 20px;
}

.search_qll ul li:hover a {
    color: #e60012;
}

.search_tll {
    width: 306px;
    height: 40px;
    float: right;
    border: 1px solid #b1b1b1;
    margin-top: 18px;
    border-radius: 80px;
}

.search_tll img {
    padding-top: 12px;
    float: right;
    padding-right: 11px
}

.search_tll input {
    width: 263px;
    height: 38px;
    float: left;
    padding-left: 15px;
    border: none;
    background: #e1e1e1;
    border-radius: 80px;
}

.search_pll input {
    width: 81px;
    height: 49px;
    margin-top: 15px;
}


/*底部*/

.footer {
    background: #323232;
    width: 100%;
    height: 269px;
    margin-top: 53px;
    display: inline-block;
}

.footer_all {
    width: 269px;
}

.footer_all h1 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding-top: 50px;
    padding-left: 31px;
    font-weight: normal;
}

.footer_all p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    padding-top: 25px;
    padding-left: 31px;
}

.footer_ull {
    width: 96px;
    float: left;
    margin-left: 85px;
}

.footer_ull h1 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding-top: 50px;
    font-weight: normal;
}

.footer_ull ul li {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin-top: 20px;
}

.footer_ull ul li:hover a {
    color: #cccbcb;
}

.footer_cll {
    width: 96px;
    float: left;
    margin-left: 171px;
}

.footer_cll h1 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding-top: 50px;
    font-weight: normal;
}

.footer_cll ul li {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin-top: 20px;
}

.footer_cll ul li:hover a {
    color: #cccbcb;
}

.footer_rir {
    width: 169px;
    float: left;
    margin-left: 171px;
}

.footer_rir h1 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding-top: 50px;
    font-weight: normal;
}

.footer_rir a {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin-top: 20px;
    display: block;
}

.footer_rir:hover a {
    color: #cccbcb;
}

.foot {
    width: 100%;
    height: 56px;
    background: #323232;
    margin-top: 1px;
}

.foot_all p {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 21px;
}

.dsafah ul li img {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    width: 96%;
    height: 142px;
    border-radius: 15px;
}

@media screen and (max-width:1217px) {
    body {
        min-width: 1200px;
        -webkit-user-select: text !important;
        -moz-user-select: text !important;
        -ms-user-select: text !important;
        user-select: text !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .wrap {
        width: 1217px;
    }
    .search_tll {
        float: left;
        margin-left: 10px;
    }
    .search_qll ul li a {
        padding-left: 20px;
    }
}

.chanpin_ull ul li img {
    width: 242px;
    height: 242px;
}