@charset "utf-8";
/* CSS Document */

.index_box4 {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
    background: #fff;
}
/* >=768px */
	@media screen and (min-width: 768px) {
		.index_box5,.index_box6{
			height: 500px;
		}
		.index_box5 .index_box5_dl {
			margin-right: 95px;
		}
		.margin_right250px {
			margin-right: 95px
		}
		.foot_bg .lan dl{
			margin-right: 150px;
		}
		.page-footer .container .footerBr{
			display: none;
		}
		.page-footer .container .footerX{
			display: block;
		}
	}
/* <768px */
	@media screen and (max-width: 768px) {
		.index_box4 {
			flex-wrap: wrap;
			padding: 20px 10px;
		}
		.index_box4 div{
			width: 50%;
			margin-top: 15px;
		}
		.index_box4 div a img{
			width: 100%;
			height: auto;
			image-rendering: pixelated;
		}
		/* .index_box4 div:nth-last-child(1) img{
		   width: 100%;
		   margin-left: 11%;
		} */
		.index_box5,.index_box6 {
			height: auto;
			flex-wrap: wrap;
		}
		.index_box5 .index_box5_dl {
			width: 95%;
		}
		.index_box6 .index_box5_dl {
			width: 95%;
		}
		.index_box5 div:nth-last-child(1) img{
			width: 100%;
			height: auto;
			image-rendering: pixelated;
		}
		.margin_right250px img{
			width: 100%;
			height: auto;
			image-rendering: pixelated;
		}
		.index_box5_dl .button a{
			margin: auto;
		}
		.foot_bg{
			flex-wrap: wrap;
		}
		.foot_bg .lan{
			width: 50%;
		}
		.page-footer .container .footerBr{
			display: block;
		}
		.page-footer .container .footerX{
			display: none;
		}
		
	}
ul, li {
    padding: 0
}


.bg3 {

}

.bg_cc {
    background: #f5f5f5;
}

.index_box5 {
    width: auto;
    background: #191919 url('../images/bg3.jpg') no-repeat fixed left 53px;
    display: flex;
    justify-content: center;
    color: #fff;
    padding-top: 50px;
}

.index_box5 .index_box5_dl {
    padding-top: 25px;
}

.index_box5_dl .title {
    font-size: 35px;
    list-style-type: none;
    margin: 0;
    padding-bottom: 27px;
}

.index_box5_dl .fea {
    list-style: none;
    font-size: 24px;
    line-height: 37px;
    padding: 0;
    margin: 0;
    color:#000;
}

.index_box5_dl li {
    font-size: 18px;
    margin: 20px;
    line-height: 13px;
    color: #606060;
}

.index_box5_dl .button {
    list-style-type: none;
    margin: 0;
    padding-top: 5px;

}

.index_box5_dl .button a {
    color: #fff;
    text-decoration: none;
    display: block;
    background: #2c67ba;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    border-radius: 25px!important;
    text-align: center;

    width: 290px;
}

.index_box6 {
    width: auto;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.foot_bg {
    display: flex;
    justify-content: center;

    border-top: 1px solid #626262;
    background: #272727;

    color: #fff;
    padding: 30px 0;
}

.foot_bg .lan {


}

.foot_bg .lan .img img{
    width: 23px;
    height: auto;
    margin: 10px 10px 0 0;

}



.foot_bg .lan dl {
    border-left: 1px solid #757057;
    line-height: 30px;
    padding-left: 35px;

}

.foot_bg .lan dl dt {
    font-size: 18px;
    font-weight: 100;
}

.foot_bg .lan dl dd {
    color: #979797;
    padding: 0;
    margin: 0;
}

.box7 {
    width: 1000px;
    margin: auto;
    padding: 50px;
}








