.subBanner .img{
    height: 350px;
}
.subTitle{
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%,0);
}
.subTitle h1,.subTitle p{
    color: #fff;
}
.left_wrap{
    width: 250px;
    margin: -30px 10px 0 0;
    height: auto;
}
.left_wrap .ctrl{
    display: block;
    width: 100%;
    height: 60px;
    background-color: #00a0e9;
    border-radius: 6px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 30px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.left_wrap .ctrl .icon{
    width: 31px;
    height: 31px;
    margin-right: 15px;
}
.left_menu{
    width: 225px;
    height: auto;
}
.left_menu_item{
    display: block;
    width: 100%;
    line-height: 30px;
    background-color: #359c0f;
    border-radius: 6px;
    padding:8px 20px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 10px;
}
.left_menu_item.active,.left_menu_item:hover{
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px 
        rgba(0, 0, 0, 0.08);
    color: #000000;
}
.left_menu.pro_2 .left_menu_item{
    width: calc((100% - 10px) / 2);
    float: left;
    margin-right: 10px;
    text-align: center;
}
.left_menu.pro_2 .left_menu_item:nth-child(even){
    margin-right: 0;
}
.pro_2 {
    padding-bottom: 50px;
}
.pro_2 .tit{
    width: 100%;
    line-height: 40px;
    margin:35px 0 15px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #000000;
}
.pro_2 .tit:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 1px;
    background-color: #74859f;
}
.pro_list{
    padding: 50px 0;
    width: calc(100% + 25px);
}
.pro_2 .pro_list{
    padding: 0;
}
.pro_list .box{
    padding-right: 25px;
}
.pro_item{
    display: block;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px 
        rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 0;
    margin-bottom: 25px;
    overflow: hidden;
    z-index: 99;
}
.pro_item:hover{
    background-color: #359c0f;
}
.pro_item .img{
    width: 100%;
    height: 245px;
    overflow: hidden;
}
.pro_item .img div{
    width: 100%;
    height: 100%;
}
.pro_item p{
    height: 55px;
    line-height: 22px;
    width: 100%;
    text-align: center;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
	    white-space: normal;
		padding-top: 5px;
}
.pro_item:hover .bgs{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.pro_item:hover p{
    color: #fff;
}
@media only screen and (max-width: 750px){
    .layui-container{
        width: 100%;
        height: auto;
        margin-top: 1.06rem;
        background-color: #e5e5e5;
        padding: .3rem !important;
    }
    .subTitle{
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        transform: translate(0,0);
    }
    .subTitle h1,.subTitle p{
        font-family: SourceHanSansCN-Regular;
        font-size: 0.3rem;
        color: #000000;
    }
    .pro_wrap{
        width: 100%;
    }
    .pro_list{
        padding: .3rem 0;
        width: calc(100% + .35rem);
    }
    .pro_list .box{
        padding-right: .35rem;
    }
    .pro_item{
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        border-radius: 0.06rem;
        margin-bottom: .25rem;
    }
    .pro_item .img{
        height: 2.93rem;
    }
    .pro_item p{
        height: .85rem;
        line-height: .35rem;
        font-size: 0.24rem;
    }
    .top_menu{
        width: 100%;
        height: 0.9rem;
    }
    .top_menu .ctrl{
        width: 0.9rem;
        height: 0.9rem;
        background-color: #00a0e9;
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        border-radius: 0.06rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: .15rem;
    }
    .top_menu .ctrl img{
        width: 0.49rem;
        height: 0.49rem;
    }
    .top_menu>.po{
        height: 0.9rem;
        background-color: #359c0f;
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        padding: 0 .35rem;
        border-radius: 0.06rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .top_menu>.po span{
        font-family: 'SourceHanSansCN-Regular';
        font-size: 0.24rem;
        letter-spacing: 0.01rem;
        color: #ffffff;
    }
    .pro_classify{
        /* display: none; */
        position: fixed;
        top: 1.06rem;
        left: 0;
        width: 100%;
        height: calc(100vh - 1.06rem);
        z-index: 999;
        background-color: #fff;
		transform: translate(100%,0);
    }
    .pro_classify .title{
        width: 100%;
        padding: 0 .3rem;
        height: 0.88rem;
        background-color: #359c0f;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .pro_classify span{
        font-family: 'SourceHanSansCN-Regular';
        font-size: 0.24rem;
        letter-spacing: 0.01rem;
        color: #ffffff;
    }
    .pro_classify span.iconfont{
        width: 0.32rem;
    }
    .pro_classify .pro_menu_list{
        height: auto;
        width: 100%;
    }
    .pro_classify .pro_menu_item{
        display: block;
        height: 0.81rem;
        line-height: 0.81rem;
        padding: 0 .3rem;
        background-color: #ffffff;
        font-family: 'SourceHanSansCN-Regular';
        font-size: 0.24rem;
        letter-spacing: 0.01rem;
        color: #444444;
    }
    
    .pro_classify .pro_menu_item:nth-child(even){
        background-color: #eeeeee;
    }
	.pro_classify.tran{
		transform: translate(0,0);
	}
    .pro_2 {
        padding-bottom: .5rem;
    }
    .pro_2 .tit{
        width: 100%;
        line-height: 1rem;
        margin:0;
        font-family: 'SourceHanSansCN-Regular';
        font-size: .3rem;
        letter-spacing: 0.5px;
        color: #359c0f;
    }
    .pro_2 .tit:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 46px;
        height: 1px;
        background-color: transparent;
    }
    .pro_2 .pro_list{
        padding: 0;
        border-bottom: 1px solid #c6c6c6;
    }
}