﻿@charset "UTF-8";
/* product */
.product{
	padding: 38px 0 40px;
}  
.product-class{
	width: 23%;
	max-width: 315px;
	float: left;
}
.product-class .title{
	line-height: 96px;
	text-align: center;
	background: url(../images/pro-cls-t-bk.jpg) no-repeat top center;
	background-size: cover;
	font-size: 36px;
	color: #fff;
}
.product-class .item{
	margin-top: 1px;
}
.product-class .item h3 a{ 
	line-height: 56px;
	background: #f1f1f1 url(../images/pro-cls-sjx1.png) no-repeat right 28px center;
	font-size: 16px;
	color: #333333;
	padding: 0 48px 0 28px;
	font-weight: normal;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-class .item.on h3 a,
.product-class .item h3:hover a{
	background: #1e64aa url(../images/pro-cls-sjx2.png) no-repeat right 25px center;
	color: #fff;
}
.product-class .item ul{ 
	background: #f8f8f8;
	overflow: hidden;
	display: none;
}
.product-class .item.on ul{
	display: block;
}
.product-class .item ul li:first-child{
	margin-top: 14px;
}
.product-class .item ul li:last-child{
	margin-bottom: 14px;
}
.product-class .item ul li a{
	font-size: 15px;
	color: #555555;
	padding: 0 28px;
	line-height: 45px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-class .item ul li:hover a,
.product-class .item ul li.on a{
	color: #1e64aa;
	background: #e2e2e2;
}
.product .row{
	width: 75.2%;
	float: right; 
}
.product ul{
	overflow: hidden;
}
.product .row .pdg{
	padding: 0 16px;
	margin-bottom: 40px;
}
.pro-list{
	width: 100%;  
    transition: all .5s ease;
}
.pro-list:hover{ 
    transition: all .5s ease;
}
.pro-list .tit{
	font-size: 20px;
	color: #222222;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.pro-list:hover .tit{
	color: #0068b7;
    transition: all .5s ease;
}
.pro-list .sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 20px 0 30px;
}
.pro-list .more{
	font-size: 15px;
	color: #0068b7;
	line-height: 25px;
}
.pro-list .more i{
	margin-left: 5px;
}
.pro-list .pic{
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
	height: 0;
	padding-bottom:92.09%;
}
.pro-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.pro-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
/* productDe */
.productDe{
	padding: 30px 0 30px;
}

.proDe-one .proPic{
	width: 48.85%;
	float: left;
	overflow: hidden;
}
.proPic-thumbs{
	position: relative;
	margin-top: 12px;
}
.proPicSwiper2{
	overflow: hidden;
}
.proPicSwiper2 img{
	width: 100%;
}
.proPicSwiper{
	overflow: hidden;
	width: 86% !important;
	margin: 0 auto;
}
.proPicN,
.proPicP{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 30px;
	border-radius: 5px;
	height: 100% !important;
	background: #e5e5e5 !important;
	text-align: center;
	top: 0 !important;
	color: #262626;
	margin-top: 0 !important;
    transition: all .5s ease;
}
.proPicN:hover,
.proPicP:hover{
	background: #1e64aa !important;
	color: #fff;
    transition: all .5s ease;
}
.proPicN{
	right: 0 !important;
}
.proPicP{
	left: 0 !important;
	transform: rotate(180deg);
}
.proPicN i,
.proPicP i{
	font-size: 20px;
}
.prode-down{
	overflow: hidden;
	margin-top: 25px;
}
.prode-down a{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	float: left;
	height: 70px;
	line-height: 70px;
	background: #f5f5f5;
	margin-bottom: 2px;
	width: 49.8%;
	position: relative;
	font-size: 18px;
	color: #333333;
	padding: 0 70px 0 22px;
}
.prode-down a:nth-of-type(2n+2){
	float: right;  
}
.prode-down a:nth-of-type(4n+3){ 
	background: #eeeeee;
}
.prode-down a:nth-of-type(4n+2){ 
	background: #eeeeee;
}
.prode-down a i{
	position: absolute;
	right: 22px;
	top: 0;
	font-size: 24px;
	color: #2166ab;
}
.prode-down a:hover{
	background: #2166ab;
	color: #fff;
}
.prode-down a:hover i{
	color: #fff;
}
.prode-case{
	margin-top: 28px;
}
.prode-case .pdg{
	margin-bottom: 18px;
	padding: 0 9px;
}
.prode-case .pic{
	overflow: hidden;
}
.prode-case .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.prode-case .pdg:hover .pic img{ 
	transform: scale(1.12);
    transition: all .5s ease;
}
.prode-case .tit{
	text-align: center;
	font-size: 15px;
	color: #222222;
	line-height: 25px;
	margin-top: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.prode-case .pdg:hover .tit{
	color: #2166ab;
    transition: all .5s ease;
}

.sub-de-right{
	width: 73.2468%;
	float: right;
}
.proDe-one .title{
	font-size: 32px;
	color: #0068b7;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 26px;
	margin-bottom: 24px;
}
.prode-tit{
	background: url(../images/pde-dot.png) no-repeat left center;
	padding-left: 22px;
	font-size: 24px;
	color: #222222;
	line-height: 28px;
}
.proDe-one .box{
	margin-top: 30px;
	overflow: hidden;
}
.proDe-one .box .pic{
	width: 41.843972%;
	float: left;
}
.proDe-one .box .cont{
	width: 47.513%;
	float: right;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
}
.proDe-one .box .cont .neirong{
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
	margin-top: 26px;
}
.prode-tab{
	border-top: 1px solid #e1e1e1;
	padding-top: 32px;
	margin-top: 30px;
}
.prode-tab .cont{
	font-size: 15px;
	color: #555555;
	line-height: 26px;
	margin-top: 26px;
}
.prode-tab .cont table{
	width: 100%;
	border: 1px solid #fff;
}
.prode-tab .cont table tr{
	background: #e3edf5;
}
.prode-tab .cont table tr:nth-of-type(2n+2){
	background: #f8fafc;
}
.prode-tab .cont table tr th{
	background: #0068b7;
	color: #fff;
	height: 50px;
	font-size: 15px;
	text-align: center;
}
.prode-tab .cont table tr td{

	color: #555;
	text-align: center;
	height: 50px;
}

.pro-m-cls{
	overflow: hidden;
	margin-bottom: 20px;
}
.pro-m-cls a{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	float: left;
	width: 48.5%;
	line-height: 34px;
	background: #eee;
	text-align: center;
	margin-bottom: 8px; 
	font-size: 14px;
	color: #333;
	border-radius: 5px;
}
.pro-m-cls a:nth-of-type(2n+2){
	float: right;
}
.pro-m-cls a.on{
	background: #0068b7;
	color: #fff;
}
@media ( min-width:768px) and ( max-width:1200px) {
	.product{
		padding: 28px 0;
	}
	.product .row{
		margin-left: 0;
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.product .row .pdg{
		padding: 10px;
		margin-bottom: 20px;
	}
	.pro-list{
		padding-top: 15px;
	}
	.pro-list .tit{
		font-size: 18px;
	}
	.pro-list .sub{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
		-webkit-line-clamp: 2;
		margin: 15px 0;
	}
	.pro-list .pic{
		margin-top: 15px;
	}
	.productDe{
		padding: 28px 0;
	}
	.sub-de-left{
		display: none;
	}
	.sub-de-right{
		width: 100%;
	}
	.proDe-one .title{
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.prode-tit{
		font-size: 16px;
	}
	.proDe-one .box .pic{
		 
	}
	.proDe-one .box .cont{
		 
		margin-top: 20px;
		font-size: 14px;
		line-height: 26px;
	}
	.prode-tab{
		margin-top: 25px;
		padding-top: 25px;
	}
	.prode-tab .cont table tr th{
		font-size: 12px;
		height: 32px;
	}
	
	.burger_menu .prode-tab .cont table tr td{
		font-size: 12px;
		height: 32px;
	}
	
}
@media (max-width:767px) {   
	.product{
		padding: 10px 0;
	}
	.product .row{
		margin-left: 0;
		margin-right: 0;
	}
	.product .row .pdg{
		padding: 0;
		margin-bottom: 0px;
	}
	.product .row ul{
		margin-bottom: 10px;
		padding-top: 0;
		margin-top: 0;
	}
	.product-class{
		width: 100%;
		float: none;
	}
	.product .row{
		width: 100%;
		float: none;
	}
	.pro-list .pic{
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.pro-list{
		padding-top: 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: 18px;
	}
	.proDe-one .proPic{
		width: 100%;
	}
	.proPicSwiper{
		width: 82% !important;
	}
	.prode-down a{
		width: 100%;
		float: none !important;
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}
	.prode-case .tit{
		font-size: 14px;
		margin-top: 10px;
	}	
	.pro-list{
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.pro-list .tit{
		font-size: 16px;
		font-weight: bold;
	}
	.pro-list .sub{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
		-webkit-line-clamp: 2;
		margin: 5px 0 5px 0;
	}
	.pro-list .more{
		font-size: 13px;
	}
	.pro-list .pic{
		margin-top: 15px;
	}
	.product .row ul li:first-child .pro-list .pic{
		margin-top: 5px;
	}
	.productDe{
		padding: 10px 0;
	}
	.productDe{
		padding: 10px 0;
	}
	.sub-de-left{
		display: none;
	}
	.sub-de-right{
		width: 100%;
	}
	.proDe-one .title{
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	
	.prode-tit{
		font-size: 16px;
		background-size: 8px 8px;
		padding-left: 15px;
	}
	.proDe-one .box{
		margin-top: 10px;
	}
	.proDe-one .box .pic{
		width: 100%;
	}
	.proDe-one .box .cont{
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
		line-height: 26px;
	}
	.proDe-one .box .cont .neirong{
		margin-top: 10px;
		padding-top: 15px;
	}
	.prode-tab{
		margin-top: 10px;
		padding-top: 10px;
	}
	.prode-tab .cont table tr th{
		font-size: 12px;
		height: 32px;
	}
	.prode-tab .cont table tr td{
		font-size: 12px;
		height: 32px;
	}
	.prode-tab .cont{
		margin-top: 10px;
	}
	
	.isMobile{
		display: block !important;
	}
	.isPc{
		display: none;
	}
	.syProPag{
		display: none !important;
	}
	.pro-m-cls{
		margin-bottom: 0;
	}
}
