/* 产品中心 banner部分开始 */

.banner {
    position: relative;
}

.banner img {
    display: block;
    margin-top: 92px;
    width: 100%;
}

.about_text {
    position: absolute;
    margin-top: 18%;
    margin-left: 26%;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
}

.about_text h1 {
    font-size: 48px;
    font-weight: bold;
}

.about_text p {
    font-size: 30px;
}

@media screen and (max-width:992px) {
    .about_text h1 {
        font-size: 30px;
    }
    .about_text p {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .about_text {
        margin-top: 14%;
        margin-left: 24%;
    }
    .about_text h1 {
        font-size: 24px;
    }
    .about_text p {
        font-size: 14px;
    }
}

@media screen and (max-width:280px) {
    .about_text {
        margin-top: 6%;
    }
}


/* 产品中心 banner部分结束 */


/* GPS/EDB/仪表/车载控制器/数据记录仪 开始 */

.products {
    /* height: 1040px; */
    background: #eee;
}


/* 选项 */

.classify03 {
    height: 240px;
    /* text-align: center; */
    position: relative;
    /* background-color: pink; */
    /* padding: 92px 0; */
    margin-bottom: -20px;
}

.classify03 ul {
    /* display: inline-block; */
    position: absolute;
    width: 642px;
    left: 50%;
    top: 50%;
    /* background-color: yellow; */
    transform: translate(-50%, -50%);
}

.classify03 ul li {
    float: left;
    height: 12%;
    border-right: 1px solid black;
    /* padding: -2px 10px; */
}

.classify03 ul li:last-child {
    border-right: none;
}

.classify03 li a {
    /* background-color: #0099E9; */
    padding-bottom: 4px;
    float: left;
    line-height: 26px;
    font-size: 30px;
    color: #333;
    margin: 0 16px;
}

.classify03 .all {
    color: #48629c;
    border-bottom: 2px solid #48629c;
}

.classify03 ul li a:hover {
    /* transition: all 0.5s; */
    /* background-color: #0099E9; */
    color: #48629c;
    padding-bottom: 4px;
    border-bottom: 2px solid #48629c;
    


}

@media screen and (max-width: 767px) {
    .classify03 {
        height: 80px;
    }
    .classify03 ul {
        width: 90%;
    }
    .classify03 ul li {
        border-right: none;
    }
    .classify03 ul li a {
        /* line-height: 26px; */
        font-size: 16px;
        margin: 0 4px;
        padding-bottom: 0px;
    }
    .classify03 .all {
        border-bottom: none
    }
    .classify03 ul li a:hover {
        padding-bottom: 0px;
        border-bottom: none;
      
    }
}


/* 图片展示 */

.product ul li img {
    position: relative;
    width: 100%;
    
}
.product ul li div {
	width: 94%;
	height: 100%;

  margin: 10px;
}
.productBoxText {
    position: absolute;
    color: black;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    bottom: 20px;
    width: 100%;
    left: 0;
}

.more {
    position: relative;
    width: 100%;
    height: 166px;
    margin-top: -10px;
}

.more button {
    position: absolute;
    width: 202px;
    height: 52px;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4d90e1;
    border: 1px solid #4d90e1;
    cursor: pointer;
    background-color: #eee;
}

.more button:hover {
    color: white;
    background: #4d90e1;
}

@media screen and (max-width:992px) {
    .products {
        margin-bottom: -30px;
    }
}

@media screen and (max-width:768px) {
    .productT-Box {
        position: relative;
        padding: 10px;
    }
    .productT-Box img {
        position: relative;
        width: 100%;
    }
    .productText {
        position: absolute;
        color: black;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        bottom: 20px;
        width: 100%;
        left: 0;
    }
    .more {
        height: 80px;
    }
    .more button {
        width: 120px;
        height: 30px;
        font-size: 14px;
    }
}

a:focus, a:hover {
	text-decoration-line:none
	}
	.product ul li  div{
    overflow: hidden;
}
	.product ul li img {
    transition: all .4s;
}
.product ul li img:hover{
    transform: scale(1.1);
}
/* GPS/EDB/仪表/车载控制器/数据记录仪 结束 */