body{
    min-width: 1200px;
}

#banner {
    min-width: 1200px;
    height: 558px;
    background: url('../images/ztzl/hqzc_banner.png') no-repeat top center;
}

#banner .logo_box {
    width: 1200px;
    padding-top: 18px;
    margin: auto;
}

.container {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}

.nav {
    float: left;
    width: 230px;
}

.nav .nav_list {
    position: relative;
    display: block;
    margin-bottom: 5px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #4e4e4e;
    background-color: #f7f7f7;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

.nav .nav_list.active,
.nav .nav_list:hover {
    color: white;
    background-color: #1c51b9;
}

.nav .nav_list .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.nav .nav_list.active::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 23px;
    display: block;
    width: 8px;
    height: 13px;
    background: url('../images/ztzl/hqzc_sjx.png') no-repeat top center;
}

.nav .nav_list:nth-child(1) .icon {
    background: url('../images/ztzl/hqzc_icon1.png') no-repeat top center;
}

.nav .nav_list:nth-child(1):hover .icon,
.nav .nav_list:nth-child(1).active .icon {
    background: url('../images/ztzl/hqzc_icon1_a.png') no-repeat top center;
}

.nav .nav_list:nth-child(2) .icon {
    background: url('../images/ztzl/hqzc_icon2.png') no-repeat top center;
}

.nav .nav_list:nth-child(2):hover .icon,
.nav .nav_list:nth-child(2).active .icon {
    background: url('../images/ztzl/hqzc_icon2_a.png') no-repeat top center;
}

.nav .nav_list:nth-child(3) .icon {
    background: url('../images/ztzl/hqzc_icon3.png') no-repeat top center;
}

.nav .nav_list:nth-child(3):hover .icon,
.nav .nav_list:nth-child(3).active .icon {
    background: url('../images/ztzl/hqzc_icon3_a.png') no-repeat top center;
}

.nav .nav_list:nth-child(4) .icon {
    background: url('../images/ztzl/hqzc_icon4.png') no-repeat top center;
}

.nav .nav_list:nth-child(4):hover .icon,
.nav .nav_list:nth-child(4).active .icon {
    background: url('../images/ztzl/hqzc_icon4_a.png') no-repeat top center;
}

.nav .nav_list:nth-child(5) .icon {
    background: url('../images/ztzl/hqzc_icon5.png') no-repeat top center;
}

.nav .nav_list:nth-child(5):hover .icon,
.nav .nav_list:nth-child(5).active .icon {
    background: url('../images/ztzl/hqzc_icon5_a.png') no-repeat top center;
}

.nav .nav_list:nth-child(6) .icon {
    background: url('../images/ztzl/hqzc_icon6.png') no-repeat top center;
}

.nav .nav_list:nth-child(6):hover .icon,
.nav .nav_list:nth-child(6).active .icon {
    background: url('../images/ztzl/hqzc_icon6_a.png') no-repeat top center;
}

.nav .nav_list:nth-child(7) .icon {
    background: url('../images/ztzl/hqzc_icon7.png') no-repeat top center;
}

.nav .nav_list:nth-child(7):hover .icon,
.nav .nav_list:nth-child(7).active .icon {
    background: url('../images/ztzl/hqzc_icon7_a.png') no-repeat top center;
}

.content_box {
    float: right;
    width: 950px;
    min-height: 500px;
    max-height: 790px;
    overflow: auto;
}

.content_xx img {
    max-width: 100% !important;
}

/* 底部 */
.footer {
    min-width: 1200px;
    overflow: hidden;
	background: #f3f3f3; padding: 20px 0px;
}
.copyLt {
	width: 700px; float: left;
}
.copyLt .dzjgpic {
	float: left; widht: 65px;
}
.copyLt p {
	width: 630px; color: #7e7e7e; line-height: 24px; font-size: 13px; margin-left: 15px; float: left; display: block;
}

.copyLt a{
    color: #7e7e7e!important;
}

.copyLt p img {
	width: 18px; height: 20px;
}
.copyRt {
	width: 310px; float: right;
}
.copyRt div {
	margin: 0px 10px 0px 0px; float: right;
}
.copyRt .ewm {
	padding: 0px 0px 0px 50px; width: 80px; height: 81px;
}
.copyRt .ewm img {
	border: 5px solid rgb(255, 255, 255); border-image: none;
}
.copyRt .ewm font {
	width: 85px; text-align: center; color: rgb(255, 255, 255); font-size: 12px; display: block;
}
.copyRt .wrong {
	padding: 20px 0px 0px;
}

.footer_img>div {
    float: left;
    width: 140px;
    margin-bottom: 5px;
}

.footer_img img {
    width: 100%;
}

.mainwidth {
    margin: 0px auto;
    width: 1200px;
}

/* @media screen and (max-width:768px) {
    #banner{
        height: 223px;
        background-image: url('../images/ztzl/hqzc_banner768.png');
    }
    
    #banner .logo_box {
        width: 100%;
        text-align: center;
    }

    #banner .logo_box img {
        width: 280px;
    }

    .container {
        width: 100%;
    }

    .nav {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    .nav .nav_list {
        float: left;
        width: 48%;
        margin: 0 1% 5px 1%;
    }

    .nav .nav_list.active::after {
        display: none;
    }

    .content_box {
        float: none;
        width: 100%;
    }

    .content_xx table{
        max-width: 100%!important;
    }

    .content_xx table td{
        white-space: normal!important;
    }

    .mainwidth{
        width: 100%;
    }

    .copyLt{
        width: 100%;
    }

    .copyLt p{
        width: calc(100% - 68px);
    }
} */