/*自定义分页器的样式*/
.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;
}
/* 右结束 */