.tgfix{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: -1;
    background: #000;
}
.tgfix::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 1;
}
.tgfix .img{
    height: 18.5vw;
    position: relative;
}
.tgfix .img > .parallax-inner{
    width: 100%;
    height: 100%;
}
.tgfix .img::before{
    content: '';
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}
.tgfix .img:nth-child(1){
    width: 22.5%;
}
.tgfix .img:nth-child(1)::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.st .tgfix .img:nth-child(1)::before{
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
}

.tgfix .img:nth-child(2){
    width: 15%;
}
.tgfix .img:nth-child(2)::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.st .tgfix .img:nth-child(2)::before{
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.tgfix .img:nth-child(3){
    width: 40%;
}
.tgfix .img:nth-child(3)::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.st .tgfix .img:nth-child(3)::before{
    top: 0;
    bottom: 100%;
    left: 0;
    right: 0;
}

.tgfix .img:nth-child(4){
    width: 22.5%;
}
.tgfix .img:nth-child(4)::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.st .tgfix .img:nth-child(4)::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
}

.tgfix .img:nth-child(5){
    width: 50%;
}
.tgfix .img:nth-child(5)::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.st .tgfix .img:nth-child(5)::before{
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
}

.tgfix .img:nth-child(6){
    width: 27.5%;
}
.tgfix .img:nth-child(6)::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.st .tgfix .img:nth-child(6)::before{
    top: 0;
    bottom: 100%;
    left: 0;
    right: 0;
}

.tgfix .img:nth-child(7){
    width: 22.5%;
}
.tgfix .img:nth-child(7)::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.st .tgfix .img:nth-child(7)::before{
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.tg_home{
	position: relative;
}
.tg_home .b_info{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	color: #fff;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tg_home .b_info h1{
	font-size: 60px;
	max-width: 700px;
    font-family: 'HelveticaNeueLTPro';
}
.tg_home .b_info a{
	position: absolute;
	bottom : 10%;
}
.home_news{
	padding: 60px 0;
    overflow: hidden;
}
.home_news .header_inner{
	margin-bottom: 30px;
}
.home_news ul.new_lists{
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 50px;
}
.home_news ul.new_lists > li{
    padding-right: 30px;
    padding-left: 30px;
    border-left: 1px solid #000;
    min-width: 25%;
    max-width: 25%;
    padding-bottom: 15px;
}
.home_news ul.new_lists > li:first-child{
    padding-left: 0;
    border-left: none;
    min-width: calc(50% - 30px);;
    max-width: calc(50% - 30px);;
}
.home_news ul.new_lists > li:nth-child(2){
    min-width: calc(25% + 30px);
    max-width: calc(25% + 30px);
}
.home_news ul.new_lists > li:last-child{
    padding-right: 0;
}
.home_news ul.new_lists > li .new_info .img > img{
    width: 100%;
}
@media (max-width: 1699px) {
	.tgfix .img{
		height: 25vw;
	}
}
@media (max-width: 1440px) {
	.tg_home .b_info h1{
		font-size: 4vw;
		width: 50vw;
	}
    .home_partner .part_icon > img{
        height: 90px;
    }
}
@media (max-width: 1199px) {
    .home_news ul.new_lists > li{
        padding-left: 15px;
        padding-right: 15px;
    }
    .new_info{
        font-size: 14px;
    }
    .new_info .n_subject{
        font-size: 16px;
    }
    .home_partner .part_icon > img{
        height: 70px;
    }
}
@media (max-width: 1023px) {
	.tgfix .img{
		height: 250px;
	}
    .home_partner .part_icon > img{
        height: 50px;
    }
}
@media (max-width: 991px) {
    .home_news ul.new_lists{
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .home_news ul.new_lists > li:nth-child(2),
    .home_news ul.new_lists > li:first-child,
    .home_news ul.new_lists > li{
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
    }
    .home_news ul.new_lists > li:last-child{
        border-bottom: none;
    }
}
@media (max-width: 767px) {
	.tgfix .img{
		height: 25vw;
	}
	.tgfix .img:nth-child(1){
		width: 50%;
	}
	.tgfix .img:nth-child(2){
		width: 50%
	}
	.tgfix .img:nth-child(3){
		width: 60%;
	}
	.tgfix .img:nth-child(4){
		width: 40%
	}
	.tgfix .img:nth-child(5){
		width: 100%;
	}
	.tgfix .img:nth-child(6),
	.tgfix .img:nth-child(7){
		width: 50%;
	}
	.tg_home .b_info h1 {
	    font-size: 7vw;
	    width: 80vw;
	}
    .home_whatnews .w_layout .w_icon{
        padding-left: 0;
        padding-right: 20px;
        width: 30%;
    }
    .home_partner .part_icon{
        flex-wrap: wrap;
        justify-content: center;
        zoom: 1;
        gap: 12px;
    }
    .home_partner .part_icon > img{
        height: 65px;
    }
}
@media (max-width: 550px) {
	.tgfix .img{
		height: 40vw;
	}
	.tg_home .b_info h1 {
	    font-size: 7vw;
	}
	.tg_home .b_info a{
		bottom: 20%;
	}
    .home_news{
        padding: 30px 0;
    }
    .home_whatnews{
        padding: 50px 0;
    }
}
@media (max-width: 425px) {
    .new_info{
        text-align: center;
    }
    .new_info .n_desc{
        flex-wrap: wrap;
        justify-content: center;
    }
    .new_info .n_desc .icon{
        margin-top: 15px;
    }
    .new_info .n_desc .n_date{
        min-width: 100%;
        max-width: 100%;
    }
}