<!--合伙人头图-->
@media (min-width: 768px){
        .masthead-product{
        height:400px;
}
}
.masthead-product{
	position: relative;
	background-size: 100%;
        background-repeat: no-repeat;   
}
.section{
	padding: 10px 0px 10px 0px;
}
/*更多服务*/
.service-item{
	margin-bottom: 20px;
}
.service-item_img{
	float: left;
}
.service-item_img img{
	height: 95%;
        width: 95%;
}
@media (max-width: 767px){
.service-item_img img{
	height: 80%;
        width: 80%;
}
}
.service-item_text{
	padding-left: 90px;
        margin-top: 15px;
}
.service-item_text .title{
	font-size: 16px;
	margin-bottom: 10px;
        height:30px;
}
.service-item_text .desc{
	color: #999;
	font-size: 12px;
        height: 55px;
        overflow: hidden;
       text-overflow: ellipsis;
}
@media(max-width:767px){
.service-item_text .desc{
       height: 35px;
}
}
/**/
.app_info{

}
.app_info_list{
	/*padding-top: 60px;*/
}

.app_info_item{ 
	cursor: pointer;
	/*height: 160px;*/
	margin-bottom: 30px;
}
.app_info_item h3{ 
	font-size: 16px;
	padding-bottom: 10px;
}
@media(max-width:767px){
.app_info_item h3{
        text-align: center;
}
.app_info_item p{
        text-align: center;
}
}
.app_info_item p{
	color: #666; 
	font-size: 14px;
	line-height: 26px;
}
.app_info_item.active h3{ 
	color: #22a7d9;
}
.app_info_pic{
	text-align: center;
	width: 100%;
	height: 519px;
	margin: 0 auto;
	position: relative;
}
.app_info_pic .pic{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 1s linear 0s;
}
.app_info_pic .pic img{
	max-width: 100%;
	margin: 0 auto;
        margin-left: 10px;
        height:auto;
}
.app_info_pic .pic.active{
	opacity: 1;
}
@media (min-width:768px ) {
	.app_info_list.fl{
		text-align: right;
	}
	.app_info_list{
		padding-top: 20px;
	}
	.app_info_item{ 
		height: 120px;
		margin-bottom: 0;
	}
	.app_info_item p{
		display: none;
	}
	.app_info_item p:nth-child(2){
		display: block;
	}
}
@media (min-width:992px ) {
	.app_info_list{
		padding-top: 60px;
	}
	.app_info_item{ 
		height: 160px;
	}
	.app_info_item p{
		display: block;
	}
}
/*充电模式*/
.mode-wrap{
	padding: 40px 0px 0px 0px;
	background: #44A6FD;
        margin-bottom:3px;
}
.mode-wrap .section-head h2{
	color: #fff;
}
.mode-wrap .section-head p{
	color: #fff;
}
.mode-list{
	margin: 70px 0px 30px 0px;
}
.mode-item{
	margin-bottom: 40px;
	text-align: center;
}
.mode-item_title{
	color: #fff;
	font-size: 24px;
}
.mode-item_img{
	padding: 25px 0;
}
.mode-item_img img{
        width: 55%;
        height:100%;
}
.mode-item_desc{
	color: #fff;
	font-size: 14px;
}


/*安全防护*/
.safety-wrap{
	
}
.safety-list{
	padding: 40px 0;
}
.safety-item{
	margin-bottom: 30px;
	text-align: center;
}
.safety-item_title{
	font-size: 16px;
	padding: 10px 0;
        height:40px;
}

/* 图片信息 */
.pic-item{
	padding:6px;
	overflow: hidden;
}
.pic-item img{
	width: 100%;
        height:100%
}
@media (min-width:768px ) {
	.pic-item img{
		height: 17vw;
	}
}


.container-fluid:nth-child(even){
	/*background: #f5f5f5;*/
}
.product-item{
	padding: 1rem 0;
}
.product-item .product-item_text .icon{
	height: 3rem;
	vertical-align: middle;
}
.product-item .product-item_text .title{
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
.product-item .product-item_text .desc{
	font-size: 14px;
	line-height: 2;
	text-align: center;
}
.product-item .product-item_img img{
	width: 100%;
        height: 100%;
}
@media (min-width:768px ) {
	.product-item{
		display: flex;
		align-items: center;
		padding: 20px 0;
	}
	.container-fluid:nth-child(even) .product-item{
		flex-direction: row-reverse;
	}
	.container-fluid:nth-child(even) .product-item_text{
		padding-left: 50px;
	}
	.container-fluid:nth-child(odd) .product-item_text{
		padding-right: 10px;
	}
	.product-item .product-item_text .title{
		text-align: center;
	}
	.product-item .product-item_text .desc{
		text-align:center;
	}
}
@media (min-width:992px ) {
	/*.product-item{
		padding: 100px 0;
	}
	.product-item .product-item_text .icon{
		height: auto;
	}
	.product-item .product-item_text .title{
		color: #333;
		font-size: 36px;
		display: block;
		margin-left: 0;
		margin-top: 30px;
	}
	.product-item .product-item_text .desc{
		font-size: 14px;
		margin: 20px 0;
	}*/
}
.case-item{
	padding: 20px;
	margin-bottom: 40px;
}
.case-item_img{
	min-height: 200px;
}
.case-item_img img{
    width: 100%;
    display: block;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease 0s;
}
.case-item_text{
	margin-top: -40px;
    padding: 70px 40px 30px 40px;
	background: #dde6ed;
	border-radius: 0 0 5px 5px;
}

.case-item_text .title{
    font-size: 26px;
    font-weight: bold;
    height: 70px;
}
.case-item_text .link{
	color: #333;
    font-size: 22px;
}
.case-item_text .link i{
	font-weight: bold;
	font-size: 32px;
	padding-left: 10px;
	transition: all 0.3s ease 0s;
}
.case-item:hover .case-item_img img{
    transform: translateX(-20px);
}
.case-item:hover .case-item_text .link i{
	padding-left: 20px;
}