.content-container{
    background:#F9F9F9;
    padding-bottom: 40px;
}
.banner{
	margin-top: 70px;
	position: relative;

}
.banner .neb_pc {
    display: block;
}
.banner  .neb_mo{
	display: none;
}
.banner .boximg img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.banner .text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.banner .text h1{
    padding-bottom: 14px;
    font-weight: bold;
}
.banner .text .desc {
    font-size: 20px;
    font-weight: 100;
}
/*产品方案*/
.product_list{
	padding-bottom: 40px;
}
.product_list ul{
    display: flex;
    flex-wrap: wrap;

}
.product_list ul li{
	width: 23.5%;
	padding:20px 2%;
	margin-right: 2%;
	margin-bottom: 30px;
	float: left;
	background:#FFF;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 5%);
}
.product_list ul li:nth-child(4n){
	margin-right: 0;
}
.product_list ul li h3{
	font-size: 20px;
	color: #444;
	margin-bottom: 15px;
	font-weight: 600;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.product_list li h3 img {
    width: 54px;
    height: 54px;
	margin-right: 20px;
}
.product_list ul li p{
	line-height: 200%;
	margin-top: 10px;
}

/*场景*/
.scenarios_list{
	background:url(../img/yycjbg.jpg);
	padding:40px 0 60px 0;
}
.scenarios_list .typename{
	color: #FFF;
}
.scenarios_list ul li{
	width: 20.5%;
	margin-right: 6%;
	padding:50px 20px;
	background:#FFF;
	float: left;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
}
.scenarios_list ul li img{
	width: 100px;
	margin-bottom: 20px;
}
.scenarios_list ul li p{
	line-height: 200%;
}

.scenarios_list ul li:nth-child(4n){
	margin-right:0;
}
/*产品优势*/
.good_list{
	padding-top:40px;
}
.good_list ul{
    display: flex;
    flex-wrap: wrap;
}
.good_list ul li{
	width: 31%;
	padding:30px 20px;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 40px;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 5%);
	border-radius: 4px;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}
.good_list ul li:nth-child(3n){
	margin-right: 0;
}
.good_list ul li:nth-child(1){
	background-image:url(../img/good_list1.png);
}
.good_list ul li:nth-child(2){
	background-image:url(../img/good_list2.png) ;
}
.good_list ul li:nth-child(3){
	background-image:url(../img/good_list3.png);
}
.good_list ul li:nth-child(4){
	background-image:url(../img/good_list4.png);
}
.good_list ul li:nth-child(5){
	background-image:url(../img/good_list5.png);
}
.good_list ul li:nth-child(6){
	background-image:url(../img/good_list6.png);
}
.good_list ul li h3{
	font-weight: 600;
	margin-bottom: 20px;
}
.good_list ul li p{
	color: #949FAD;
	min-height: 52px;
}
/*服务流程*/
.server_flow{
	padding:40px 0;
}
.server_flow ul li{
	position: relative;
	float: left;
	width: 20%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.server_flow ul li:after{
	position: absolute;
	content:'';
    top: 51px;
    right:0;
    width: 24px;
    height: 24px;
	background:url(../img/flow_arrow.png) no-repeat;
	background-size: 23px 26px;
}
.server_flow ul li:last-child:after{
	background:none;
}
.server_flow ul li dt{
	width: 120px;
	height: 120px;
	background:#fff;
	border-radius: 50%;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 5%);
	box-sizing: border-box;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.server_flow ul li dt img{
	width: 50px;
}
.server_flow ul li dd{
	margin-top: 30px;
	font-size: 18px;
}
.server_flow ul li dd i{
	margin-right: 5px;
	font-size: 20px;
}
.server_flow .contact_btn {
	text-align: center;
}
.server_flow .contact_btn p{
	color: #006AFF;
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
}
.server_flow .contact_btn a{
	display: inline-block;
	background: #006AFF;
	color:#fff;
	padding:10px 20px;
	border-radius: 4px;
	margin-top: 25px;
}
.typename{
	margin-top: 10px;
	margin-bottom: 40px;
}
/*平板*/
@media (max-width: 1024px){
.banner{
	margin-top: 60px;
	position: relative;
}
}
/*手机*/
@media (max-width: 768px){

.banner .neb_pc {
    display: none;
}
.banner  .neb_mo{
	display: block;
}
.banner .text h1,.h_product01 .h_right .title{
    font-size: 22px;
}
.banner .text .desc,.h_product01 .h_right .desc,.h_product02 ul li .desc{
    font-size: 14px;
}
.product_list{
	padding-bottom: 0;
}
.product_list ul li,.scenarios_list ul li,.good_list ul li{
	width:100%;
}
.product_list ul li .des{
	height: auto;
}
.scenarios_list{
	background:none;
	padding:0;
}
.server_flow {
	padding:0;
}
.server_flow ul li dt{
	width:50px;
	height: 50px;
	margin:0 auto;
}
.server_flow ul li:after{
	position: absolute;
	content:'';
    top: 15px;
    right:-15px;
    width: 18px;
    height: 18px;
	background:url(../img/flow_arrow.png) no-repeat;
	background-size: 17px 20px;
}
.server_flow ul li dt img{
	width: 25px;
}
.server_flow ul li dd{
	width: 16px;
	padding-left: 18px;
	text-align: center;
	box-sizing: border-box;
}
.server_flow ul li dd i{
	display: block;
	font-style: normal;
	margin-bottom: 5px;
}
.scenarios_list .typename{
	color: #333333;
}
}