.container { }
.banner .banner_pc {
    display: block;
}
.banner .banner_m { 
    display: none;
}
.hide {
    display: none !important;
}
.banner img { display: block; width: 100%;}
.zt-bg {
    background-image: url('../imgs/bg.jpg');
    background-size: 100% 100%;
    height: 100%;
    text-align: center;
}
.zt-border {
    max-width: 966px;
	width: 100%;
	margin: 0 auto;	
}
.zt-cont {
	position: relative;
	margin: 0 auto;
    width: 96%;
}
.zt-bg1 {
	width: 100%;
	display: block;
}

.module_1_con {
    background: url('../imgs/module_con.png');
    background-size: 100% 100%;
    background-position: center;
    padding: 5px 18px;
}
.module_1_border {
    width: 86%;
    margin: 0 auto;
}

.module_1_box_con {
    background: url('../imgs/box_con.png');
    background-size: 100% 100%;
    background-position: center;
}

@media screen and (min-width: 751px) {
    .title_img {
        width: 80%;
        margin: 0 auto;
        padding-top: 44px;
    }
	.module_1 {
        padding-top: 48px;
    }
    .module_1_con {
        padding-left: 74px;
        padding-right: 86px;
    }
    .module_1_con .info {
        color: #d03136;
        font-size: 36px;
        line-height: 46px;
        text-align: left;
        text-indent: 72px;
        font-weight: 500;
    }
    .module_1_con .quan_b {
        margin-top: 40px;
    }
    .module_1_con .desc {
        color: #a41511;
        font-size: 40px;
        line-height: 50px;
        margin-top: 20px;
    }
    .quan_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .quan_item {
        width: 47%;
        padding: 10px;
    }
    .module_date {
        color: #d03136;
        text-align: left;
        font-size: 36px;
        line-height: 46px;
        margin-top: 26px;
        display: flex;
        font-weight: 500;
    }
    .date_l {
        width: 26%;
    }
    .date_r {
        width: 74%;
    }
    .module_footer {
        position: relative;
    }
    .button_con {
        width: 20%;
        position: absolute;
        right: 70px;
        bottom: -18px;
    }
    

    /* PC弹框开始 */
    .zt-tips-springBox {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .active {
        display: block;
    }
    .mask {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: opacity 1s .1s;
    }
    .active .mask {
        opacity: 1;
    }
    .zt-tips-springBox-wdith {
        background: #ffffff;
        border-radius: 6px;
        line-height: 42px;
        text-align: center;
        width: 500px;
        margin: 0 auto;
        padding: 10px 30px 10px 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 1s .2s;
    }
    .active .zt-tips-springBox-wdith {
        opacity: 1;
    }
    .zt-tips-springBox-img {
        display: block;
        margin: 0 auto;
        width: 212px;
    }
    .zt-tips-springBox-title {
        margin-bottom: 10px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #333333;
    }
    .zt-tips-springBox-content{
        font-size: 18px;
        color: #333333;
        text-align: left;
        text-align: justify;
        line-height: 28px;
    }
    .zt-tips-springBox-x{
        position: absolute;
        top: -42px;
        right: -57px;
        width: 60px;
    }
    /* PC弹框结束 */
}

/* 移动端 */
@media screen and (max-width: 750px) {
    /* banner开始 */
    .banner .banner_pc {
        display: none;
    }
    .banner .banner_m { 
        display: block; 
    }
    /* banner结束 */

    .title_img {
        width: 80%;
        margin: 0 auto;
        padding-top: 30px;
    }
   
    .module_1 {
        padding-top: 20px;
    }

    .module_1_con {
        padding-left: 10px;
        padding-right: 10px;
    }
    .module_1_con .info {
        color: #d03136;
        font-size: 18px;
        line-height: 28px;
        text-align: left;
        text-indent: 36px;
        font-weight: 500;
    }

    .module_1_con .quan_b {
        margin-top: 20px;
    }
    .module_1_con .desc {
        color: #a41511;
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }
    .quan_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .quan_item {
        width: 49%;
        padding-bottom: 10px;
    }
    .module_date {
        color: #d03136;
        text-align: left;
        font-size: 18px;
        line-height: 30px;
        margin-top: 12px;
        display: flex;
        font-weight: 500;
    }
    .date_l {
        width: 27%;
    }
    .date_r {
        width: 73%;
    }

    .module_footer {
        position: relative;
    }
    .button_con {
        width: 30%;
        position: absolute;
        right: 40px;
        bottom: -10px;
    }

    /* 手机弹框开始 */
    .zt-tips-springBox {
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0;
		height: 0;
		z-index: 9999;
	}
	.mask {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		transition: height .2s, opacity .2s .1s;
	}
	.zt-tips-springBox-wdith {
		background: #ffffff;
		border-radius: 10px 10px 0 0;
		line-height: 34px;
		text-align: center;
		margin: 0 auto;
		padding: 10px 10px 10px 10px;
		position: absolute;
		left: 0;
		bottom: -100vh;
		right: 0;
		transition: bottom .3s;
	}
	.active {
		display: block;
	}
	.active .mask {
		opacity: 1;
		height: 100%;
	}
	.active .zt-tips-springBox-wdith {
		bottom: 0;
	}
	.zt-tips-springBox-img{
		display: block;
		margin: 0 auto;
		width: 130px;
	}
	.zt-tips-springBox-title{
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		color: #333333;
	}
	.zt-tips-springBox-content{
		font-size: 16px;
		color: #333333;
		text-align: left;
		max-height: 340px;
		overflow-y: scroll;
		text-align: justify;
	}
	.zt-tips-springBox-x{
		position: absolute;
		top: -31px;
		right: -4px;
		width: 41px;
	}
    /* 手机弹框结束 */
}