.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;
}
.h_product01{
	padding: 2.5% 0;
}
.h_product01 .h_left{
	width: 52%;
    display: inline-block;
    vertical-align: middle;

}
.h_product01 .h_right{
	width: 48%;
	display: inline-block;
    vertical-align: top;
    margin-top: 5%;
}

.h_product01 .h_right .title {
    font-size:26px;
    line-height: 34px;
    color: #414141;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
}
.h_product01 .h_right .desc {
    font-size: 16px;
    line-height: 34px;
    color: #414141;
    text-align: justify;
    margin-top: 30px;
}
.h_product01 .h_right .btn {
    width: 150px;
    height: 40px;
    border: 1px solid #0262d0;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    color: #296cf2;
    margin-top: 40px;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.h_product01 .boximg{
	text-align:center;
}
.h_product01 .boximg img{
    width: 80%;
}
.h_product02{
    background:#F9F9F9;
    padding: 60px 0 40px 0;
}
.h_product02 ul{
    display: flex;
    flex-wrap: wrap;
}
.h_product02 ul li{
    width: 49.2%;
    float: left;
    padding: 3.8% 2% 3.8% 2%;
    background-color: #fff;
    margin-bottom: 1.6%;
    font-size: 0;
}
.h_product02 .typename{
    padding-bottom: 30px;
}
.h_product02 ul li:not(:nth-child(2n+1)) {
    margin-left: 1.6%;
}
.h_product02 ul:after{
    content: '';
    display: block;
    clear: both;
}
.h_product02 ul li .h_left{
    width: 59px;
    display: inline-block;
    vertical-align: middle;
}
.h_product02 ul li .h_right {
    padding-left: 5.4%;
    width: calc(100% - 59px);
    display: inline-block;
    vertical-align: middle;
}
.h_product02 ul li .title {
    font-size: 20px;
    line-height: 24px;
    color: #414141;
    font-weight: 700;
}
.h_product02 ul li .desc {
    font-size: 16px;
    line-height: 27px;
    color: #414141;
    margin-top: 10px;
    overflow: hidden;
    text-align: justify;
}
.h_product04{
    padding: 40px 0;
}
.h_product04 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.h_product04 ul li{
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 2%;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
}
.h_product04 ul li:nth-child(3n) {
    margin-right:0;
}
.h_product04 ul li .boximg img {
    width: 100%;
    max-width: 100%;
}
.h_product04 ul li .text{
    padding: 23px 24px;
}
.h_product04 ul li .title{
    font-weight: 600;
    line-height: 21px;
}
.h_product04 ul li .desc {
    line-height: 24px;
    margin-top: 16px;
}
/*平板*/
@media (max-width: 1024px){
.banner{
    margin-top: 60px;
    position: relative;
}
}
/*手机*/
@media (min-width: 768px){
.h_product01 .content{
    display: flex;
    align-items: flex-start;
}
}
@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;
}
.h_product01 .h_left,.h_product01 .h_right {
    width: 100%;
}

.h_product02 ul li .h_left{
    width: 100%;
}
.h_product02 ul li .h_right {
    width: 100%;
    padding-left: 0;
}
.h_product02 ul li .title {
    margin-top: 10px;
    font-size: 16px;
}
.h_product04 ul li{
    width: 100%;
     margin-right:0;
}
}