.hxm1{
	display: flex;justify-content: space-between;
	padding: 30px 0 50px;
}
.hxt1{
	font-size: 24px;
	font-weight: bold;color: #000;
}
.hxt2{
	font-size: 16px;
	color: #000;margin-top: 40px;line-height: 24px;
}
.hxm1l{
	width: calc(100% - 430px);
}
.hxm1r{
	width: 320px;height: 140px;background: #c7000b;
	padding: 30px;
	border-radius: 10px;
	 -webkit-transition-duration: var(--gdsj);
    transition-duration: var(--gdsj);
    display: block;
}
.hxm1r:hover{
	-webkit-box-shadow: 0 1px 10px 6px rgba(199,0,11,.5);
    box-shadow: 0 1px 10px 6px rgba(199,0,11,.5);
}

.hxm1r1{
	font-size: 18px;font-weight: bold;color: #fff;
	display: flex;align-items: center;
}
.hxm1r1 img{
	margin-left: 10px;
}
.hxm1r2{
	font-size: 28px;font-weight: bold;color: #fff;margin-top: 15px;display: flex;align-items: center;
}
.hxm1r2 img{
	margin-right: 15px;
}
.hxm2{
	display: flex;justify-content: space-between;
	padding: 0px 0 80px;
}
.hxm2i{
	width: 22.8%;
	 -webkit-box-shadow: 0 1px 5px 0 rgba(153,153,153,.5);
    box-shadow: 0 1px 5px 0 rgba(153,153,153,.5);
        -webkit-transition-duration: var(--gdsj);
    transition-duration: var(--gdsj);
}
.hxm2i:hover{
	-webkit-box-shadow: 0 1px 10px 6px rgba(153,153,153,.5);
    box-shadow: 0 1px 10px 6px rgba(153,153,153,.5);
}

.hxm2im{
	width: 100%;height:220px ;
	background-size: cover;background-position: center;
}
.hx2i1{
	padding: 20px;
	font-size: 20px;color: #333;font-weight: bold;height: 92px;
	line-height: 26px;
}
.hx2i2{
	padding: 0 20px 20px 20px;
	font-size: 14px;color: #333;
	line-height: 26px;
}

.hxm3{
	padding: 80px 0 ;background: #f6f6f6;
}
.hxm3 img{
	max-width: 100%;display: block;margin: 0 auto 60px;
}
.hxm3t1{
	font-size: 16px;color: #000;display: flex;justify-content: center;
	line-height: 2;
}
.hxm3t1 div{
	max-width:960px ;
}
.hxjsmk{
	padding-bottom: 0;
}


@media screen and (max-width: 999px) {
    .hxm1{
    	display: block;
    }
    .hxm1l {
    width: 100%;
    margin-bottom: 30px;
}
.hxm1r{
	width: 100%;
}
.hxm1r1{
	justify-content: center;
}
.hxm1r2{
	justify-content: center;
}
.hxm2i {
    width: 48%;margin-bottom: 20px;
}
.hxm2im {
    height: 160px;
}
.hxm2 {
    padding: 0px 0 40px;flex-wrap: wrap;
}
.hxt2 {
    margin-top: 20px;
}
.hxm3 {
    padding: 40px 0;
}
.hxm3 img {
    margin: 0 auto 30px;
}
.hx2i1 {
    padding: 15px;
    font-size: 18px;
    height: 82px;
    line-height: 26px;
}
.hx2i2 {
    padding: 0 15px 15px 15px;
}
.hxt1 {
    font-size: 20px;
}


}



/*3dtz*/
.aihf{
	height: 235px;
}
.sdm1 video{
	margin: 30px auto; 
	width:800px ;
	display: block;
}
.sdm1 p{
	font-weight: bold;font-size: 30px;color: #333;text-align: center;
}
.sdm1{
	padding-bottom: 60px;
}
.sdtz{
	padding-bottom: 0;
}
.sdm2{
	padding: 80px 0;background: #f6f6f6;
}
.sdm2t1{
	text-align: center;font-weight: bold;font-size: 30px;
	margin-bottom: 50px;
}
.sdm2hz{
	display: flex;
	justify-content: center;
}
.sdm2it{
	width: 22%;text-align: center;
	margin: 0 90px;
}
.sdm2it img{
	display: block;margin: 0 auto 20px;
	height: 90px;
}
.sdm2it p{
	font-size: 16px;
	color: #333;text-align: left;line-height: 24px;
}

@media screen and (max-width: 999px) {
	.sdm1 video {
    width: 100%;
}
.sdm1 p {
    font-size: 20px;
}
.sdm1 {
    padding-bottom: 40px;
}
.sdm2 {
    padding: 50px 0;
}
.sdm2it {
    width: 40%;
    margin: 0 0px;
}
.sdm2hz {
    display: flex;flex-wrap: wrap;
    justify-content: space-around;
}
.sdm2t1 {
    font-size: 20px;
    margin-bottom: 30px;
}
.sdm2it img {
    margin: 0 auto 10px;
    height: 60px;
}
.sdm2it p {
    font-size: 14px;
}

}

/*dcdd*/
.siit.sdm2hz .sdm2it{
	width: 22.5%;margin: 0;
}
.siit.sdm2hz{
	justify-content: space-between;
}

@media screen and (max-width: 999px) {
	.siit.sdm2hz .sdm2it{
		width: 40%;
		margin-bottom: 30px;
	}
	.siit.sdm2hz{
	justify-content: space-around;
}
}