.Details_banner_box{

    overflow: hidden;
    height: 466px;
}
.banner_ctn_box{
    width: 92%;
    margin: auto;
}
.banner_left_ctn{
    width: 38%;
    float: left;
    margin-top: 184px;
    margin-right: 2%;
}
.banner_left_ctn > img{
    width: 100%;
}
.banner_right_ctn{
    width: 60%;
    float:  left;
    margin-top: 65px;
}
.banner_right_ctn > h2{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}
.banner_right_ctn > h5{
	position: relative;
	width: 165px;
    font-size: 18px;
    color: #ffffff;
    margin: 15px 0 0 47px;
}
.banner_right_ctn > h5::after{
	position: absolute;
	width: 44px;
	height: 1px;
	content: "";
	background-color: #fff;
	left: -57px;
	bottom: 9px;
}
.banner_right_ctn > h5::before{
	position: absolute;
	width: 44px;
	height: 1px;
	content: "";
	background-color: #fff;
	right: -57px;
	bottom: 9px;
}
.banner_right_ctn > p{
   font-size: 16px;
   color: #ffffff; 
   text-indent:34px;
   margin-top: 50px;
   line-height: 1.6;
   margin-bottom: 15px;
}
.banner_right_ctn > ul{
    overflow: hidden;
}
.banner_right_ctn > ul > li{
    width: 31%;
    height: 40px;
    float: left;
    /* background-color: rgb(255, 255, 255); */
    background-color: rgba(255, 255, 255, .4);
    color: #fff;
    font-size:14px;
    text-align: center;
    line-height:40px;
    border-radius: 10px;
    margin-top: 15px;
}
.banner_right_ctn > ul > li:nth-child(2),
.banner_right_ctn > ul > li:nth-child(5){
    margin: 0 3%;
    margin-top: 15px;
}
/* 产品流程 */
.Details_Flow_logo{
    width: 128px;
    height: 35px;
    background-image: url(../img/Products/logo.png);
    margin: auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 8px;
}
.Details_Flow_box > h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.Details_Flow_box > h1{
    font-size: 72px;
    color: #c92b2b;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 30px 0;
}
.Details_Flow_ctn_box{
    overflow: hidden;
}
.Industrial_ctn_img > img{
    width: 100%;
}
.Learn_more{
    cursor: pointer;
}
.Details_banner_box{
    position: relative;
}
.banner_img_box > img{
    width: 100%;
}
.banner_ctn_box{
    overflow: hidden;
}
.banner_ctn_box_big{
    height: 466px;
}


@media (min-width:1200px) and (max-width:1440px ) { 
   
}
@media (min-width:992px) and (max-width:1200px ) { 
    .banner_right_ctn {
        margin-top: 48px;
    }

    .banner_right_ctn > p{
        margin-top: 40px;
    }
}
/* 平板电脑 */
@media (min-width:768px) and (max-width:992px ) { 
    .banner_right_ctn {
        margin-top: 48px;
    }

    .banner_right_ctn > p{
        margin-top: 40px;
    }
    .banner_right_ctn{
        width: 100%;
    }
}

@media only screen and (max-width: 770px) { 
    .banner_ctn_box_big{
        height: auto;
    }
    .Details_banner_box{

        height: auto;
    }
    .banner_ctn_box_big{
        width: 100%;
    }
    .banner_img_box {
        width: 100%;
    }
	.move_info_img{
		width: 100%;
	}
	.move_info_img img{
		width: 100%;
	}
}
