﻿





@media (min-width: 1200px) {

	.content{
		padding-top:0;
	}
	.prdDes{
		padding:30px;
		height:325px;
		background:rgb(247,247,247);
		margin-top:30px;
		position:relative;
	}
	.prdDes .title{
		font-size:20px;
		color:red;
		margin-bottom:20px;
	}
	.prdDes .mainDes{
		width: 530px;
		font-size:16px;
		line-height:30px;
		color:rgb(112,112,112);
	}
	.prdDes .btnbox{
		overflow:hidden;
		padding-top:30px;
		font-size:16px;
	}
	.prdDes .btnbox .lianxi{
		background:rgb(192,80,77);
		width: 140px;
		height:36px;
		color:white;
		line-height:36px;
		text-align:center;
		float:left;
		cursor:pointer;
	}
	.prdDes .btnbox .lianxi a{
		color:white;
		
	}
	.prdDes .btnbox .xiazai{
		float:left;
		margin-left:80px;
	}
	.prdDes .btnbox .xiazai a{
		color:rgb(192,80,77);
		text-decoration:underline;
	}
	.prdDes .btnbox .xiazai img{
		position:relative;
		bottom:15px;
	}
	.prdDes .imgbox{
		width: 480px;
		height:290px;
		border:1px solid rgb(211,211,211);
		position:absolute;
		right:30px;
		top:30px;
		background:white;

	}
	.prdDes .imgbox img{
		width: 100%;
		height:100%;
	}
	.tableBox{
		padding:30px;
	}
	.tableBox .btnbox{
		overflow:hidden;
		font-size:16px;
		margin-bottom:30px;
		padding-left:1px;
	}
	.tableBox .btnbox .btns{
		width: 160px;
		height:40px;
		line-height:40px;
		text-align:center;
		color:rgb(112,112,112);
		background:rgb(240,240,240);
		cursor:pointer;
		float:left;
		margin-right:20px;
	}
	.tableBox .btnbox .btns:hover{
		background:rgb(242,220,219);
		color:rgb(192,80,77);
	}
	.tableBox .btnbox .checked{
		background:rgb(242,220,219);
		color:rgb(192,80,77);
	}
	.tableBox table {
		line-height:35px;
		font-size:15px;
	}
	.tableBox table td{
		border:1px solid white;
	}
	.tableBox table .oddtd{
		background:rgb(209,210,212);
		padding-left:30px;
	}
	.tableBox table .eventd{
		background:rgb(221,222,226);
		text-align:center;
	}
	.tableBox .notice{
		font-size:15px;
		padding-top:30px;
		color:rgb(112,112,112);
		float:left;
		width:100%;
	}
	.tableBox .notice a{
		color:rgb(192,80,77);
		text-decoration:underline;
	}


}

@media (max-width: 1200px) {

	.content{
		padding-top:0;
	}
	.prdDes{
		padding:30px;

		background:rgb(247,247,247);
		margin-top:30px;
		position:relative;
		width: 100%;
	}
	.prdDes .title{
		font-size:20px;
		color:red;
		margin-bottom:20px;
	}
	.prdDes .mainDes{
		width: 40%;
		font-size:16px;
		line-height:30px;
		color:rgb(112,112,112);
		display: inline-block;

	}
	.prdDes .btnbox{
		overflow:hidden;
		padding-top:30px;
		font-size:16px;
	}
	.prdDes .btnbox .lianxi{
		background:rgb(192,80,77);
		width: 140px;
		height:36px;
		color:white;
		line-height:36px;
		text-align:center;
		float:left;
		cursor:pointer;
	}
	.prdDes .btnbox .xiazai{
		float:left;
		margin-left:80px;
	}
	.prdDes .btnbox .xiazai a{
		color:rgb(192,80,77);
		text-decoration:underline;
	}
	.prdDes .btnbox .xiazai img{
		position:relative;
		bottom:15px;
	}
	.prdDes .imgbox{
		width: 50%;
		height:290px;
		border:1px solid rgb(211,211,211);
		float: right;
		background:white;

	}
	.prdDes .imgbox img{
		width: 100%;
		height:100%;
	}
	.tableBox{
		padding:30px;
	}
	.tableBox .btnbox{
		overflow:hidden;
		font-size:16px;
		margin-bottom:30px;
		padding-left:1px;
	}
	.tableBox .btnbox .btns{
		width: 160px;
		height:40px;
		line-height:40px;
		text-align:center;
		color:rgb(112,112,112);
		background:rgb(240,240,240);
		cursor:pointer;
		float:left;
		margin-right:20px;
	}
	.tableBox .btnbox .btns:hover{
		background:rgb(242,220,219);
		color:rgb(192,80,77);
	}
	.tableBox .btnbox .checked{
		background:rgb(242,220,219);
		color:rgb(192,80,77);
	}
	.tableBox table {
		line-height:35px;
		font-size:15px;
	}
	.tableBox table td{
		border:1px solid white;
	}
	.tableBox table .oddtd{
		background:rgb(209,210,212);
		padding-left:30px;
	}
	.tableBox table .eventd{
		background:rgb(221,222,226);
		text-align:center;
	}
	.tableBox .notice{
		font-size:15px;
		padding-top:30px;
		color:rgb(112,112,112);
	}
	.tableBox .notice a{
		color:rgb(192,80,77);
		text-decoration:underline;
	}

}
