/*自定义分页器的样式*/
.swiper-pagination-custom {
	text-align: center;
	margin: 15px 0px;
}
/*自定义分页器的样式*/
.swiper-pagination-customs {
	width: 50px;
	height: 6px;
	display: inline-block;
	border-radius: 5px;
	margin: 5px 10px;
	outline: 0;
	box-sizing: border-box;
	background: #fff;
}

.swiper-pagination-customs:last-child {}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
	width: 50px;
	height: 6px;
	background: #0176df;
}
.w1280 {
    width: 1280px !important;
}
.ga{
    background-color: red !important;
}
.w960 {
    width: 960px !important;
}

/* 路由导航 */

.lanmu{
    width: 248px;
    height: 70px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #dcdadd;
    border-left: 1px solid #dcdadd;
    border-right: 1px solid #dcdadd;
    color:#000;
}

.page-route {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
}

.page-route img {
    width: 18px;
    height: 16px;
}

.page-route a {
    font-size: 14px;
    font-weight: 400;
    color: #3e3e3e;
    padding-left: 10px;
    padding-right: 10px;
}

/* 主要内容 */
.content {
    /* border: 1px red solid; */
    display: flex;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom:40px;
}

/* 左 */
/* 左 */

.content .contentl {
    width: 250px;
    /* border: 1px red solid; */
    line-height: 70px;
}

.content .contentl .txtop {
    background: #0176df;
    font-size: 18px;
    color: #ffffff;
    height: 70px;
}

.content .contentl .txtop>img {
    width: 15px;
    height: 17px;
    margin: 0px 12px;
}

.content .contentl .txs {
    height: 70px;
    background-color: #f3f3f3;
}

.content .contentl .txsimg>img {
    visibility: hidden;
    width: 5px;
    height: 7px;
    margin: 0px 15px 0px 7px;
}
.content .contentl .txs>img {
    visibility: visible;
}
.contentl .contact {
    color: #fff;
    padding: 10px 0px;
    background-color: #0176df;
}

.contentl .contact>img {
    margin-left: 10px;
    margin-right: 10px
}

.contentl .txb {
    margin-left: 10px;
    font-size: 24px;

}
.car img{
    cursor:pointer;
}
.content .contentl .txsbg {
    background-color: #ffffff;
}
.contentltx:hover{
    color: #0176df;
    cursor:pointer
}
/* 右 */
.content .contentr {
    margin-left: 30px;
    width: 730px;
    /* border: 1px red solid; */

}
/* 产品介绍 */
.contentr .contentlimg {
    display: flex;
    flex-wrap: wrap;
}
.contentr .contentlimg >.car{
    border: 1px solid #eeeeee;
}

.contentr .contentlimg img {
    max-width: 500px;
    max-height: 500px;
}

.contentr .contentlimg:nth-child(3n 2) {
    margin: 0px 17px;
}

.contentr .contentlimg .contentltx {
    font-size: 13px;
}
.contentlimg .cpjs{
    padding: 0px 30px;
}

.contentlimg .cpjs >p{
    font-weight: 700;
}
.contentlimg .cpjs >p:hover{
    color: #0176df;
}
.contentlimg .cpjs >div{
    margin-top:50px;
}
.contentlimg .cpjs >div .qq{
    color: #0176df;
    font-size: 34px;
}
.contentlimg .cpjs >div .ql{
    color: #0176df;
    font-size: 18px;
    margin-right: 5px;
}
/* 详细介绍 */
.contentr  .contentjs{
    margin-top: 35px;
    border-top: 1px solid #dcdadd;
    font-size: 13px;
}
.contentr  .contentjs .contentjstx{
    font-size: 19px;
    padding: 27px 0px 20px;
}
.contentr  .contentjs .contentjstx{
    font-size: 19px;
    text-align: center;
}
.contentr  .contentjs .contentjsjs{
    text-indent: 2rem;
    margin-bottom: 20px;
}
.contentjs .xq{
    display: block;
    margin: 0px auto;
    margin-bottom: 40px;
    width: 630px;
    height:463px
}
.contentjs .tx{
    margin-left: 50px;
    font-size: 13px;
}

.content .navigation{
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 18px 20px;
}
.content .navigation >a{
    text-decoration: none;
    color: #222226;
}
/* 右结束 */