html,
    body {
	padding: 0;
	margin: 0;
		     /* background-color: #D3121A; */
	background-color: #D3121A;
    }

    body {
	background-size: 100% auto;
    }

    .header,
    .banner {
	display: block;
	width: 100%;
	min-width: 1000px;
    }

    .container {
        width: 1000px;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .title {
	border-radius: 100px;
	color: #FCEAC1;
	border: 1px solid #FCEAC1;
	background-color: #9A2014;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
    }

    .table-container {
	border: 25px solid #B0000B;


        -moz-border-image: url(./../images/border-img.png) 40 stretch;
        /* Old Firefox */
        -webkit-border-image: url(./../images/border-img.png) 40 stretch;
        /* Safari and Chrome */
        -o-border-image: url(./../images/border-img.png) 40 stretch;
	/* Opera */
        border-image: url(./../images/border-img.png) 40 stretch;
	width: 100%;
	background-color: #FFF3D7;
	color: #700405;
	box-sizing: border-box;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
    }

    .qy {
        display: block;
        margin: 5px auto;
    }

    .qy-p {
	box-sizing: border-box;
	line-height: 150%;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
    }

    .label-img {
	width: 600px;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
    }
    .label-gg {
	width: 1200px;
	display: block;
    }

    .navi {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .navi::after{
        visibility: hidden;
        content: '';
        display: block;
        height: 1px;
        clear: both;
    }

    
    .btn-area{
        padding: 2px;
        box-sizing: border-box;
        min-width: 100px;
        position: relative;
        height: 100%;
    }
    .btn{
        text-decoration: none;
        color: #F9EAC6;
        display: flex;
        position: absolute;
        background-color: #8A2A22;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
    }
    .btn>span{margin: auto;}


    .navi>a {
	display: block;
	width: 48%;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border:0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
    }

.navi>a>yuhua {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border:0;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	

	
    }





    .navi>a>img {
	width: 100%;
	border: 0;
	display: block;
    }

    table {
        border-collapse: collapse;
        width: 100%;
        text-align: center;
    }
    td{height: 50px !important;}
    table,
    td,
    th {
        border: 1px solid #8A2A22;
        padding: 5px 0;
        box-sizing: border-box;
    }
    th{
        background-color: #8A2A22;
        color: #fff;
    }
    .table-footer{
        margin: 15px auto;
        text-align: center;
    }
    hr {
        background: url('./../images/hr.png') repeat-x;
        box-sizing: 100% 100%;
        height: 40px;
        outline: none;
        display: block;
        border: 0;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-top: 50px;
        min-width: 1000px;
    }

    .footer {
        padding: 50px 0 0;
        box-sizing: border-box;
        min-width: 1000px;
    }

    .footer-img {
        display: block;
        margin: auto;
        width: 960px;
    }
    .b{font-weight: 500;}
    .row::after{
        display: block;
        content:'';
        clear: both;
        height: 1px;
        visibility: hidden;
    }
    .col-md-6{
        float: left;
        width: calc(50% - 2px);
        border: 1px solid #803127;
    }
    
    .col-md-12{
        width: 100%;
        border:1px solid #803127;
    }
    .img100{
        width: 100%;
        display: block;
        outline: none;
        border: none;
    }
    .a100{
        display: block;
        width: 100%;
    }
    .zp-area{
        background-color: #ee9d44;
        color: #8A2A22;
        padding: 20px 0px;
        box-sizing: border-box;
    }
    .zp-btn{
        width: 255px !important;
        height: 53.55px;
        margin: auto;
        display: block;
    }
    .zp-ls{
        margin-top: 15px;
        text-align: center;
        width: 100%;
        flex:none;
    }
    .no-border{
        border: 0 !important;
    }
