﻿@media (max-width:2560px){
	/*
	通用
	*/
	.m80{ margin-top: 80px; margin-bottom: 80px;}
	.p80{ padding-top: 80px; padding-bottom: 80px; }
	.contact address,.address2{ margin-left: 40px; }

	/*多条件筛选*/
	ul.demo{list-style:none;margin:5px 0; padding:10px 0; border-bottom: #dedede 1px dashed;}
	ul.demo:after{clear:both;height:0;line-height:0;content:'.';display: block;visibility: hidden;}
	ul.demo li{ float:left; padding:0 20px; line-height: 24px;}
	ul.demo li a{ color: #666; }
	ul.demo li a:hover{ text-decoration: none; }
	ul.demo li:first-child{width:90px; padding-left: 0; color: #000;}
	ul.demo li:nth-child(2) a{ border-radius: 18px; border:#666 1px solid; display: inline-block; padding: 0 12px; color: #666;}
	ul.demo li:nth-child(2) a.on {  border:#d50110 1px solid; color: #d50110; text-decoration: none;  }
	ul.demo li.on{color:#d50110;}
	ul.demo li.on a{color:#d50110;}
	.fliter{ padding-left: 10px; }
	.fliter ul:nth-child(1) li:first-child:before{
		content: url(../images/m-icon-1.jpg);
		display: inline-block;
		width: 14px;
		height:14px;
		transform: translate(-10px,2px);
	}
	.fliter ul:nth-child(2) li:first-child:before{
		content: url(../images/m-icon-2.jpg);
		display: inline-block;
		width: 14px;
		height:14px;
		transform: translate(-10px,2px);
	}
	.fliter ul:nth-child(3) li:first-child:before{
		content: url(../images/m-icon-3.jpg);
		display: inline-block;
		width: 14px;
		height:14px;
		transform: translate(-10px,2px);
	}
	.fliter ul:nth-child(4) li:first-child:before{
		content: url(../images/m-icon-4.jpg);
		display: inline-block;
		width: 14px;
		height:14px;
		transform: translate(-10px,2px);
	}

	.qianzheng-swither-title{ margin: 0; padding: 0; }
	.qianzheng-swither-title li{ list-style: none; margin-bottom: 10px;}
	.qianzheng-swither-title li a{ display: block; background-color: #425868; color: #fff; padding: 7px 25px; position: relative; }
	.qianzheng-swither-title li.uk-active a{ background-color: #0066cc; color: #fff; }
	.qianzheng-swither-title li a:hover{ text-decoration: none; }
	.qianzheng-swither-title li.uk-active a:after{ border-left: 10px solid #0066cc; }
	.qianzheng-swither-title li a:after{
		content: "";
		width: 0;
	    height: 0;
	    border-top: 10px solid transparent;
	    border-left: 10px solid #425868;
	    border-bottom: 10px solid transparent;
	    position: absolute;
	    right: -10px;
	    top: 50%;
	    transform: translateY(-48%);
	    z-index: 1000;
	}

	.purchase-switcher-card figcaption{ padding: 30px 45px; text-align: center; border:#eee 1px solid;}
	.purchase-switcher-card figcaption h6{ margin-top: 0; margin-bottom: 10px;}
	.purchase-switcher-card figcaption h6 a{ color: #000; font-size: 16px;}
	.purchase-switcher-card figcaption .price{ font-size: 18px; color: red; font-weight: bold; }
	.purchase-switcher-card figcaption > .uk-flex > div{ margin: 0 8px;}

}


@media (max-width:960px){
	/*
	通用
	*/
	.m80{ margin-top: 40px; margin-bottom: 40px;}
	.p80{ padding-top: 40px; padding-bottom: 40px; }
	.tj-news-box{ padding: 15px;  }
	.page-nav a{padding:12px 6px; font-size: 12px; text-align: center;}
	.bx-p-data span{ font-size: 42px }
	.bx-adv-box img{ width: 80px; }
	.contact address p{ font-size: 14px; }
	.contact address,.address2{ margin-left: 0; }
	.purchase-switcher-card figcaption{ padding:20px;  }

	/*多条件筛选*/
	ul.demo{list-style:none;margin:5px 0; padding:0 0 10px 0; border-bottom: #dedede 1px dashed;}
	ul.demo:after{clear:both;height:0;line-height:0;content:'.';display: block;visibility: hidden;}
	ul.demo li{ display: inline-block; padding:0 10px; line-height: 26px; font-size: 12px; }
	ul.demo li a{ color: #666; font-size: 12px;}
	ul.demo li a:hover{ text-decoration: none; }
	ul.demo li:first-child{ display: block; width: 100%; margin-bottom: 15px; padding-left: 0; color: #000;}
	ul.demo li:nth-child(2) a{ border-radius: 18px; border:#666 1px solid; display: inline-block; padding: 0 12px; color: #666;}
	ul.demo li:nth-child(2) a.on {  border:#d50110 1px solid; color: #d50110; text-decoration: none;  }
	ul.demo li.on{color:#d50110;}
	ul.demo li.on a{color:#d50110;}
	.pro-detail{ font-size: 12px; }
	.pro-detail > div{ padding:15px; }

	.qianzheng-swither-title{ margin: 0; padding: 0; width: 100%;}
	.qianzheng-swither-title a{ display: block; background-color: #425868; color: #fff; padding: 7px; min-width: 76px; position: relative; }
	.qianzheng-swither-title .uk-active a{ background-color: #0066cc; color: #fff; }
	.qianzheng-swither-title a:hover{ text-decoration: none; }
	.qianzheng-swither-title .uk-active a:after{ border-top: 10px solid #0066cc; }
	.qianzheng-swither-title a:after{
		content: "";
		width: 0;
	    height: 0;
	    border-left: 10px solid transparent;
	    border-top: 10px solid #425868;
	    border-right: 10px solid transparent;
	    position: absolute;
	    bottom: -10px;
	    left: 50%;
	    transform: translateX(-48%);
	    z-index: 1000;
	}

	.qianzheng-rightpic{ background-color: #fff; padding: 25px; }
	.purchase-switcher-card figcaption{ padding: 10px; text-align: center; border:#eee 1px solid;}
	.purchase-switcher-card figcaption h6{ margin-top: 0; margin-bottom: 2px;}
	.purchase-switcher-card figcaption h6 a{ color: #000; font-size: 12px;}
	.purchase-switcher-card figcaption img{ display: none; }
	.purchase-switcher-card figcaption .price{ font-size: 12px; color: red; }
	.purchase-switcher-card figcaption > .uk-flex > div{ margin: 0 2px;}

}
