
/*产品列表页*/
.p_nav {
	margin:4% auto;
	background: #fff;
	box-shadow: 0px 0px 20px #ccc;
	padding:20px 0;
	text-align:center;
}
.p_nav li {
	display:inline-block;
	width: 225px;
	height: auto;
	padding: 10px 0px;
	position: relative;
	text-align:center;
}
.p_nav li .ico {
	height: 40px;
}
.p_nav li .ico img { 
  height: 40px;
  width:40px;
}
.p_nav li:hover .ico img {
  transform:scale(1.08,1.08);  transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease; 
}

.p_nav li .txt {
	padding-top: 0px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	font-size: 16px;
	color:#555
}
.p_nav li:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #ddd;
	position: absolute;
	right: -1px;
	top: 15px;
}
.p_nav li .txt p { font-size:12px; color:#666; line-height:1.2; }


.p_nav li:nth-child(6n+1):after {
 
}

.pro_nav { text-align:center; margin:40px auto 30px auto; } 
.pro_nav a { text-align:center; border-left:1px solid #ccc; padding:0px 25px; text-transform:uppercase; color:#666; font-size:16px; } 
.pro_nav a.on { color:#00469a }
.pro_nav a:first-child { border:none } 


.category-list {
    width: 100%;
    height: 60px;
    margin-top: -6px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    /*border-bottom: 1px solid #ddd;*/
}
.category-body {
    margin: 0;
    padding: 0;
    padding-left: 240px;
    height: 60px;
    /*overflow: hidden;*/
    background-color: #e5e5e5;
    opacity: 0.9;
}
.category-body > li {
    float: left;
    position: relative;
    width: 180px;
    height: 60px;
    text-align: center;
}
.category-body > li > a {
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #535353;
    text-decoration: none;
    text-align: center;
}
.category-child {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 111;
    height: 60px;
    padding: 0;
    margin: 0;
    display: none;
    /*width: 100vw;*/
    /*height: ;*/
}
.category-child a.active {
    color: #f10707;
    /*width: 100vw;*/
    /*height: ;*/
}
.category-child > li {
    float: left;
    width: 180px;
    text-align: center;
}
li.active-category {
    background-color: #fff;
}
.active-category .category-child {
    display: block;
}
/*.active-category .category-child{*/
/*z-index: 120;*/
/*}*/
.category-child > li > a {
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #444;
    text-decoration: none;
    text-align: center;
}
.category-child > li > a:hover {
    color: #f10707;
}
.category-temp {
    width: 100%;
    height: 60px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    /*display: none;*/
}
/*.category-list:hover .category-temp{*/
/*display: block;*/
/*}*/
.list-product-banner {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.list-product-banner > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
}
.list-product-banner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.list-product-banner-container > p {
    text-align: center;
    margin: 0;
    margin-top: 15%;
    font-size: 24px;
    color: #fff;
}
.list-product-banner-container > h1 {
    text-align: center;
    margin: 0;
    margin-top: 30px;
    font-weight: 500;
    font-size: 60px;
    color: #fff;
}
.list-category {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #6e3a3a;
    opacity: 0.9;
}
.list-category > ul {
    margin: 0;
    width: 100%;
    padding-left: 160px;
    overflow: hidden;
}
.list-category > ul > li {
    float: left;
    font-size: 0;
    position: relative;
}
.list-category > ul > li > a {
    display: block;
    width: 180px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #f2f2f2;
    text-decoration: none;
}
.list-category a.active {
    background-color: #00469a;
}
@media (max-width: 1920px) {
    .category-body {
        padding-left: 240px;
    }
}
/*0.125*/
@media (max-width: 1680px) {
    .category-body {
        padding-left: 210px;
    }
}
/*0.25*/
@media (max-width: 1440px) {
    .category-body {
        padding-left: 180px;
    }
}
/*>=1280的设备*/
/*0.289*/
@media (max-width: 1366px) {
    .category-body {
        padding-left: 100px;
    }
}
/*>=1100的设备*/
@media (max-width: 1280px) {
    .category-body {
        padding-left: 80px;
    }
}

.product-nav {
    width: 100%;
    height: 83px;
    line-height: 83px;
    background-color: #f2f2f4;
}
.product-nav > ul {
    margin: 0 240px;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
	color: #999;
}

.product-nav > ul a {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #707070;
    text-decoration: none;
}
 
.product-detail-left {
    float: left;
    margin: 40px 0;
    width: 60%;
}

.product-slides {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.product-slides .product-detail-icon {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
}

.product-slides .arrow-left {
    left: 0;
}

.product-slides .arrow-right {
    right: 0px;
}

.product-slides-body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-slides-body > ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
}

.product-slides-body > ul > li {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
	text-align:center;
}

.product-slides-body > ul > li > img {
	vertical-align:middle;
	max-height:100%;
	max-width:100%;
}


.product-detail-right {
    float: right;
    width: 35%;
    min-height: 400px;
}

.product-detail-right > h3 {
    margin: 0;
    margin-top: 50px;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.product-detail-right > p {
    margin: 36px 0;
    font-size: 16px;
    color: #666;
}

.product-detail-right .product-description {
    font-size: 16px;
    color: #666666;
	line-height:1.8;
}

.product-detail-right .product-description > span {
    vertical-align: top;
}

.product-detail-right .product-description > span:last-child {
    display: inline-block;
    max-width: 85%;
    max-height: 100px;
    overflow-y: auto;
}

.online-consultation {
    margin: 50px 0;
}

.online-consultation > a {
	position:relative;
	display:inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #00469a;
    color: #fff;
    width: 200px;
    margin-right: 30px;
    text-decoration: none;
    font-size: 18px;
}
.show-qrcode { display:none; line-height:1; position:absolute; bottom:51px; left:0; width:100%; padding:10px; background:#fff; }
.online-consultation > a:hover .show-qrcode { display: block;}


.online-consultation > p {
    float: left;
    line-height: 50px;
    text-align: center;
    color: #00469a;
    margin: 0;
}

.online-consultation > p >span{
    font-size: 26px;
    vertical-align: middle;
    margin-left: 5px;
}

.call-num i{
    display: inline-block;
    background-size: 100%;
    width: 31px;
    height: 31px;
    background-image: url(../images/call.png);
    vertical-align: middle;
}

.product-body { padding:2% 3%; background:#fff }
.product-body table tr td { padding:6px 10px !important; }
