/* solution begin */
.triple_column .item{
    grid-column: span 4;
}
.triple_column .item .icon{
    width: 5.5rem;
}
.triple_column .item .title{
    font-size: 1.25rem;
}
.four_column .item{
    grid-column: span 3;
}
.four_column .item .icon{
    width: 5.5rem;
}
.four_column .item .title{
    font-size: 1.25rem;
}

.workflow{
    background: url("../images/pvstorage_bg01.jpg") no-repeat center center;
    background-size: cover;
}

.solution_title h4{
    font-size: 2.625rem;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}
.solution_title h4::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
    width: 2rem;
    height: 2px;
    background: #000;
}
.solution_title p{
    font-size: 1rem;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}
.solution_title.white h4,.solution_title.white p{
    color: #fff;
}
.solution_title.white h4::after{
    background: #fff;
}
.bg_white{ 
    background: white;
}
.contentPic{
    overflow: hidden;
    border-radius: 0.5rem;
}
.contentPic img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 0.5rem;
}
.pvstorage_sys{
    background: url("../images/pvstorage_bg02.jpg") no-repeat center center;
    background-size: cover;
}
.sol_case_list .item{
    grid-column: span 6;
}
.sol_case_list .txt{
    background: white;
}
.sol_case_list .txt .title{
	font-size: 1.25rem;
}
.sol_case_list .item .icon{
	width: 1rem;
}
.sol_case_list .item .label{
	text-transform: capitalize;
	color: #666;
	font-size: 1rem;
}
.sol_case_list .item .cont{
	font-size: 1.25rem;
}
/*solution end*/

/*house solution begin*/
.house_workflow{
    background: url("../images/housestorage_bg01.jpg") no-repeat center center;
    background-size: cover;
}

.home_pro .pic{
	width: 50%;
	position: relative;
	overflow: hidden;
}
.home_pro .pic .big_pic{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}
.home_pro .pic .pic_title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20%;
	color: white;
	font-family: 'Misan-Bold';
	font-size: 1.25vw;
	background: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,0.8));
}
.home_pro .pro{
	width: 50%;
    background: white;
}
.home_pro .pro .pro_img{
	width: 60%;
}
.home_pro .pro .pro_info{
	width: 0;
}
.home_pro .pro .icon{
	width: 1rem;
}
.home_pro .pro .icon_label{
	text-transform: capitalize;
	color: #666;
	font-size: 0.875vw;
}
.home_pro .pro .pro_info .pro_title{
	font-size: 1.25rem;
	font-family: 'Misan-Bold';
	text-transform: uppercase;
}
.home_pro .pro .pro_info .pro_cite{
	text-transform: capitalize;
	position: relative;
}
.home_pro .pro .pro_info .pro_cite::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80%;
	background: #ddd;
	height: 1px;
	content: '';
	display: block;
}
.home_pro .pro .pro_info .pro_area{
	font-size: 1.25rem;
}
.home_pro .pro .cite_other{
	list-style: none;
	padding: 0;
	margin: 0;
}
.home_pro .pro .cite_other li{
	border-bottom: 1px solid #ddd;
}
.home_pro .pro .cite_other li:last-child{
	border-bottom: none;
}
.home_pro .pro .cite_other .cite_num{
	font-size: 1.25rem;
}
/*house solution end*/

/*operations_obj begin*/
.operations_obj .item{
    grid-column: span 4;
    background: #0094dc;
}
.operations_obj .item .pic::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0, 148, 220, 0.5) 0%, rgba(0, 148, 220, 0) 80%);
    content: '';
    display: block;
    z-index: 9;
}
.operations_obj .item .txt{ 
    text-align: center;
}
.operations_obj .item .txt h4{
    font-size: 1.25rem;
    color: #fff;
}
.operations_obj .item .txt p{
    font-size: 1rem;
    color: #fff;
    margin: 0;
}
.operations_server{
    background: url("../images/operations_bg01.jpg") no-repeat center center;
    background-size: cover;
}
.operations_server .item{
    grid-column: span 6;
    background: white;
    border-radius: 0.5rem;
}
.operations_server .item .icon{ 
    width: 5.5rem;
}
.operations_server .item .txt{
    flex:1 1 0;
}
.operations_server .item .txt h4{
    font-size: 1.5rem;
}
.operations_server .item .txt p{
    font-size: 1rem;
    margin-top: 1rem;
    color: #666;
}
.operations_video{
    background: url("../images/operations_bg02.jpg") no-repeat top center #e9f3ff;
    background-size: contain;
}
.home_ReferenceSwiper .swiper-slide img{
    display: block;
    max-width: 100%;
}
.home_ReferenceSwiper .swiper-button-prev{
    left: 15vw;
}
.home_ReferenceSwiper .swiper-button-next{
    right: 15vw;
}
.home_ReferenceSwiper .txt{
    max-width: 1000px;
    width: 100%;
}
.home_ReferenceSwiper .txt h4{
    font-size: 1.5rem;
}

.home_ReferenceSwiper .txt p span{
    font-size: 1rem;
    color: #666;
    border-right: 1px solid #999;
    padding: 0 1.5rem;
}
.home_ReferenceSwiper .txt p span:last-child{
    padding-right: 0;
    border-right: none;
}
/*operations_obj end*/

/*cl_wdw begin*/
.cl_wdw{
    background: url("../images/cl_wdw_bg01.jpg") no-repeat top center #e9f3ff;
    background-size: contain;
}
.cl_wdw_cite .item{
    background: white;
    border-radius: 0.5rem;
    overflow: hidden;
}
.cl_wdw_cite .item .moudle{ 
    border-top: 1px solid #eee;
}
.cl_wdw_cite .item .moudle h4{
    font-size: 1.25rem;
    margin: 0;
    position: relative;
}
.cl_wdw_cite .item .moudle h4::after{
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translate(0,-50%);
    width: 4px;
    height: 4px;
    background: #0094dc;
    content: '';
    display: block;
    border-radius: 50%;
}
.cl_wdw_cite .item .moudle p{
    font-size: 1rem;
    color: #666;
    margin: 0;
}
.cl_wdw_cite .item .cite_title{
    text-align: center;
    color: white;
    font-size: 1.5rem;
    background: #0094dc;
}

.cl_party .item{
    width: 18%;
    background: #d7ebfd;
    border-radius: 0.5rem;
    padding: 2rem 1rem;
}
.cl_party .item .icon{
    width: 4rem;
}
.cl_party .item h4,.cl_party .item p{
    margin: 0;
}
.cl_party .item h4{
    font-size: 1.25rem;
}
.cl_party .item p{
    font-size: 0.875rem;
    color: #666;
}
.cl_party_map{
    border-radius: 0.5rem;
    padding: 5rem;
}
.cl_party_map img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.hw_sol .item{
    grid-column: span 4;;
}
.hw_sol .item .cite{
    border-radius: 0.5rem;
}
.hw_sol .item .cite p{
    margin: 0;
}
.hw_sol .child{
    grid-column: span 8;
    border-radius: 0.5rem;
}

.hw_moudle .item_c{
    grid-column: span 3;
}
.hw_moudle .item_c .icon{
    width: 3rem;
}
/*cl_wdw end*/


@media (max-width: 1200px) {
    .solution_title h4{
        font-size: 2rem;
    }
    .solution_title p{
        max-width: 90%;
    }
    .cl_wdw_cite .item .moudle h4{
        font-size: 1rem;
    }
    .cl_wdw_cite .item .cite_title{
        font-size: 1.25rem;
    }
    .cl_wdw_cite .item .moudle h4::after{
        left: -0.5rem;
    }
}

@media (max-width: 768px) {
    .sol_case_list .item{
        grid-column: span 12;
    }
    .triple_column,.four_column{
        gap: 0.5rem;
    }
    .triple_column .item .icon,.four_column .item .icon{
        width: 3rem;
    }
    .triple_column .item .title,.four_column .item .title{
        font-size: 0.875rem;
    }
    .solution_title h4{
        font-size: 1.5rem;
    }
    .solution_title p{
        max-width: 100%;
        font-size: 0.875rem;
    }
    
    .home_pro .pic{
        width: 100%;
        height: 50vw;
    }
    .home_pro .pro{
        width: 100%;
    }
    .home_pro .pro .pro_img{
        width: 50%;
    }
    .home_pro .pro .icon_label{
        font-size: 0.75rem;
    }
    .home_pro .pro .pro_info .pro_cite{
        font-size: 0.75rem;
    }
    .home_pro .pro .pro_info .pro_area{
        font-size: 1rem;
    }
    .home_pro .pic .pic_title{
        font-size: 1.25rem;
    }
    .home_pro .pro .cite_other .cite_num{
        font-size: 0.875rem;
    }
    .sol_case_list .txt .title{
        font-size: 1rem;
    }
    .sol_case_list .item .label{
        font-size: 0.75rem;
    }
    .sol_case_list .item .cont{
        font-size: 1rem;
    }
    .cl_party_map{
        padding: 1rem;
    }
    .operations_obj .item{
        grid-column: span 12;
    }
    .operations_obj .item .pic::before{
        padding: 25% 0;
    }
    .operations_server .item{
        grid-column: span 12;
    }
    .operations_server .item .icon{
        width: 3rem;
    }
    .operations_server .item .txt h4{
        font-size: 1.25rem;
    }
    .operations_server .item .txt p{
        font-size: 0.875rem;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }
    .operations_video_pic img{
        max-width: 100%;
    }
    .home_ReferenceSwiper{
        width: 90%;
        margin: 0 auto;
    }
    .home_ReferenceSwiper .txt h4{
        font-size: 1.25rem;
        margin: 0;
    }
    .home_ReferenceSwiper .txt p{
        margin: 0;
    }
    .home_ReferenceSwiper .txt p span{
        font-size: 0.875rem;
    }
    .wdw_adv .item{
        grid-column: span 12;
    }
    .cl_wdw{
        background-size: cover;
    }
    .cl_wdw_cite .item{
        grid-column: span 6;
    }
    .cl_wdw_cite .item .moudle p{
        font-size: 0.875rem;
    }
    .cl_wdw_cite .item .cite_title{
        font-size: 1rem;
    }
    .cl_party .item{
        width: 48%;
        padding: 1.5rem 0.5rem;
    }
    .cl_party .item h4{
        font-size: 1.125rem;
    }
    .cl_party .item:last-child{
        width: 100%;
    }
    
    .hw_adv_list .item{
        grid-column: span 6;
    }
    .hw_sol .item,.hw_sol .child{
        grid-column: span 12;
    }
    .hw_moudle{
        gap: 0.5rem;
    }
    .hw_moudle .item_c .title{
        font-size: 0.75rem;
    }
}
