.container {
    width: 1200px;
    margin: 0 auto;
}
#tbox{width:68px; height:200px; float:right; position:fixed;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
_margin-bottom:50px;
}/*这个只能改宽高其他的不要修改，需要滚动的内容都要放在这个div里面*/
#gotop{display:block; width:68px; height:68px; text-indent:-9999px; overflow: hidden; color: #fff; background:url(../images/top.png) no-repeat;  position:absolute; display:none; cursor:pointer} /*这个样式随便改，必须有position:absolute; */
#gotop:hover{background:url(../images/top1.png) no-repeat;}
header nav {
    background: #333;
    height: 32px;
}
header nav a{
    color: #fff;
}
img{vertical-align:middle;}
header form {
    padding-top: 20px;
}

    header form input[type='text'] {
        width: 288px;
        border: 1px solid #c8c8c8;
        height: 32px;
        margin-left: 38px;
        padding: 0 10px;
        outline: 0;
    }

        header form input[type='text']::-webkit-input-placeholder {
            color: #b6b6b6;
        }

        header form input[type='text']::-ms-input-placeholder {
            color: #b6b6b6;
        }

        header form input[type='text']::-moz-placeholder {
            color: #b6b6b6;
        }

        header form input[type='text']:-moz-placeholder {
            color: #b6b6b6;
        }

    header form button {
        width: 34px;
        height: 32px;
        background: url(../images/img1.jpg);
        border-radius: 0;
        outline: 0;
        border: 0;
    }

        header form button:hover {
            cursor: pointer;
        }

header .hot_tel {
    font-size: 16px;
    padding-top: 32px;
}

    header .hot_tel span {
        color: #da251d;
        font-weight: bold;
    }

.nav_list > li {
    float: left;
    height: 32px;
}

    .nav_list > li:nth-child(2n+1) {
        width: 148px;
        padding: 0 15px;
        position: relative;
    }

        .nav_list > li:nth-child(2n+1) > a {
            display: block;
            height: 100%;
            text-align: center;
            font-size: 16px;
            line-height: 32px;
            border-bottom: 2px solid transparent;
            transition: all 0.3s;
        }

            .nav_list > li:nth-child(2n+1) > a:hover {
                border-color: #da251d !important;
                color: #fff !important;
                background: #8f8f8f;
            }

.nav_active {
    border-color: #da251d !important;
    color: #fff !important;
    background: #666;
}

.nav_list > li:nth-child(2n) > img {
    margin-top: 8px;
}

.nav_list2_box {
    position: absolute;
    z-index: 11;
    display: none;
    top: 32px;
}

.nav_list2 a {
    border-left: 2px solid transparent;
    display: block;
    height: 32px;
    line-height: 32px;
    background: #333;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s;
}

    .nav_list2 a:hover {
        border-color: #da251d !important;
        background: #666;
    }


footer {
    background: #8f8f8f;
}

    footer ul {
        padding: 10px 0;
    }

        footer ul li {
            float: left;
            width: 130px;
            border-right: 2px solid #fff;
        }

            footer ul li:last-child {
                border-right: 0;
            }

            footer ul li a {
                display: block;
                font-size: 15px;
                line-height: 15px;
                color: #fff;
                text-align: center;
            }

    footer .address {
        font-size: 15px;
        line-height: 15px;
        color: #fff;
        padding: 10px 0;
    }

    footer .copy {
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-top: 1px solid #fff;
        color: #fff;
    }

        footer .copy a {
            color: #fff;
        }

.fix_box {
    position: fixed;
    right: -186px;
    top: 35%;
    z-index: 6666666;
}

    .fix_box .fix1 {
        width: 186px;
        height: 48px;
        line-height: 48px;
        background: #da251d;
        color: #fff;
        font-size: 18px;
        text-align: center;
        margin-bottom: 2px;
    }

    .fix_box .fix2 {
        width: 186px;
        height: 48px;
        line-height: 48px;
        background: #fff;
        color: #da251d;
        border: 2px solid #da251d;
        font-size: 18px;
        text-align: center;
        margin-bottom: 2px;
    }

    .fix_box .fix3 {
        width: 186px;
        height: 160px;
        background: #fff;
        border: 2px solid #da251d;
        text-align: center;
        padding-top: 10px;
    }

    .fix_box>img{
	position: absolute;
	left: -50px;
	top: 0;
}
.fix_box>img:hover{
	cursor: pointer;
}
.page {
    text-align: center;
}

    .page ul {
        display: inline-block;
    }

        .page ul li {
            float: left;
            margin-right: 10px;
        }

            .page ul li:nth-last-child(2) {
                margin-right: 0;
            }

    .page .pagenum {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 27px;
        border: 1px solid #c8c8c8;
        background: #fff;
        transition: all 0.5s;
        margin-right: 5px;
        margin-left: 5px;
    }

        .page .pagenum:hover {
            border-color: #da251d !important;
            background: #da251d !important;
            color: #fff !important;
        }

            .page .pagenum:hover a {
                color: #fff !important;
            }

.prev_page {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #000;
    text-align: center;
    padding-top: 5px;
}

.next_page {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #000;
    text-align: center;
    padding-top: 5px;
}

.page_active {
    border-color: #da251d !important;
    background: #da251d !important;
    color: #fff !important;
}

    .page_active a {
        color: #fff !important;
    }


.phone_nav_btn {
    display: none;
    top: 15px;
    right: 20px;
    position: absolute;
}

    .phone_nav_btn span {
        display: block;
        width: 44px;
        height: 5px;
        background: #da251d;
        margin-bottom: 10px;
        border-radius: 2px;
    }

.phone_nav {
    background: #aaa;
    position: absolute;
    top: 62px;
    width: 100%;
    display: none;
}

    .phone_nav li {
        height: 80px;
        line-height: 80px;
        border-bottom: 2px solid #fff;
    }

        .phone_nav li a {
            display: block;
            font-size: 22px;
            color: #fff;
            font-weight: bold;
            letter-spacing: 1px;
        }


@media screen and (max-width: 1220px) {
    .container {
        width: 980px;
    }

    .nav_list > li:nth-child(2n+1) {
        width: 120px;
        padding: 0 10px;
    }

    .fix_box {
        display: none;
    }

    footer ul li {
        width: 100px;
    }
}

@media screen and (max-width: 999px) {
    .container {
        width: 100%;
    }

    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 6666;
        background: #fff;
        height: 62px;
        text-align: center;
    }

        header nav, header .hot_tel {
            display: none;
        }

    .phone_nav_btn {
        display: block;
    }

    .header1 .logo {
        position: absolute;
        left: 20px;
    }

    header form {
        display: inline-block;
        float: none !important;
        padding-top: 15px;
    }

        header form input[type='text'] {
            margin-left: 0;
            width: 220px;
        }

    footer ul {
        display: none;
    }

    footer .address {
        float: none;
        text-align: center;
        font-size: 16px;
    }

    footer .copy {
        font-size: 16px;
    }

    .content span {
        font-size: 28px !important;
    }
        .content img{width:100% !important;}
    .content p {
        font-size: 28px !important;
    }
}
