body{
			background: #1a2333;
		}
		img{
			vertical-align: middle;
		}
		.banner_1{
			height: 258px;
			background: url('../image/banner_01.jpg') no-repeat;
			background-position: top center;
		}
		.banner_2{
			height: 500px;
			background: url('../image/banner_02.jpg') no-repeat;
			background-position: top center;
		}
		.box1202{
			width: 1202px;
			margin: auto;
		}
		#tiaoshi .list{
			margin-bottom: 60px;
			position: relative;
		}
		#tiaoshi .list .title{
			margin-bottom: 60px;
		}
		.adv{
			min-height: 0;
			overflow: hidden;
		}
		.adv ul li{
			float: left;
		}
		.adv ul li:nth-child(2){
			float: right;
		}
		#tiaoshi{
			background: url('../image/bg.jpg') no-repeat;
			background-position: top center;
		}
		
		#tiaoshi .list .links{
			position: absolute;
			width: 90%;
			left: 5%;
			height: 18%;
			bottom: 9%;
		}
		#tiaoshi .list .links a{
			display: block;
			width: 33.333%;
			float: left;
			height: 100%;
		}
		
		.links-box{
			position: relative;
		}
		
		
		.tuijian{
			margin-top: 48px;
			min-height: 0;
			overflow: hidden;
			padding-bottom: 50px;
		}
		.tuijian .title{
			margin-bottom: 60px;
		}
		.tuijian ul li{
			background: #fff;
			width: 290px;
			border-radius: 10px;
			overflow: hidden;
			float: left;
			margin-right: 14px;
			position: relative;
			margin-bottom: 14px;
		}
		.tuijian ul li:nth-child(4n){
			margin-right: 0;
		}
		.tuijian ul li img{
			width: 100%;
		}
		.tuijian ul li .pro_foot{
			height: 50px;
			background: #ff0066;
			line-height: 50px;
			border-radius: 5px;
		}
		.tuijian ul li .pro_foot .price{
			float: left;
			color: #fff;
			font-size: 29px;
		}
		.tuijian ul li .pro_foot .buy{
			float: right;
		}
		.tuijian ul li .padding{
			padding: 10px;
		}
		.tuijian ul li .pro_name{
			margin-bottom: 17px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
		}
		.tuijian ul li .pro_foot .price{
			padding-left: 15px;
		}
		.tuijian ul li .pro_foot .price small{
			font-size: 18px;
		}
		.tuijian ul li .pro_foot .buy{
			font-size: 18px;
			margin-right: 30px;
			color: #fff;
			text-decoration: none;
		}
		
		#rightBar{
			width: 162px;
			position: fixed;
			right: 2%;
			height: 505px;
			top: 20%;
			display: none;
		}
		#rightBar ul{
			width: 150px;
			margin: auto;
		}
		#rightBar ul li{
			list-style: none;
			text-align: center;
			line-height: 40px;
			background: #0029bf;
			font-size: 16px;
			font-weight: bold;
			margin-top: 16px;
			border-radius: 5px;
		}
		#rightBar ul li a{
			text-decoration: none;
			color: #fff;
			display: block;
		}
		#rightBar li.Active{
			background: #ff0000;
		}
		#rightBar li.Active a{
			color: #ffff00;
		}
		#rightBar li.Active img{
			display: inline-block;
		}
		#rightBar li img{
			position: relative;
			top: -1px;
			margin-right: 2px;
			display: none;
		}
		.pin-wrapper{
			position: absolute;
		}
		li{
			list-style: none;
		}
		@media (max-width:1250px) {
			.box1202{
				width: 980px;
			}
			#tiaoshi .list img{
				max-width: 100%;
			}
			#rightBar{
				display: none !important;
			}
			.adv ul li{
				width: 48%;
			}
			.adv ul li img{
				width: 100%;
			}
			.tuijian .title img{
				width: 100%;
			}
			.tuijian ul li{
				width: 234px;
			}
			.tuijian ul li .pro_foot .price{
				font-size: 25px;
			}
			.tuijian ul li .pro_foot .buy{
				font-size: 16px;
				margin-right: 20px;
			}
		}