header {
	width:100%;
}
.header {
	border-bottom:10px solid #267DCA;
	box-sizing:border-box;
	width:100%;
	height:130px;
	text-align:center;
	line-height:130px;
	font-size:36px;
	color:#333333;
}
body {
	margin:0;
	cursor:default;
}
a {
	text-decoration:none;
}
ul {
	margin:0;
	padding:0;
}
p {
	margin:0;
}
ul li {
	list-style-type:none;
}
input[type="button"] {
	cursor:pointer;
}
input:disabled,input[disabled] {
	background:white;
}
button {
	cursor:pointer;
}
.CONTENT {
	width:100%;
	display:flex;
}
.CONT {
	width:1200px;
	margin:50px auto;
}
.logo {
	height:65px;
	display:block;
	margin:auto;
}
.title {
	width:100%;
	margin-top:20px;
	text-align:center;
	font-size:36px;
	color:#333333;
}
.seachs {
	/* border:1px solid red;
	*/
	box-sizing:border-box;
	width:100%;
	height:80px;
	display:inline-block;
	margin-top:100px;
}
.seach1 {
	border:1px solid #A0A0A0;
	outline:none;
	width:40%;
	height:100%;
	float:left;
	padding:0 15px;
	box-sizing:border-box;
	border-radius:10px 0 0 10px;
	font-size:26px;
	color:#333333;
}
.seach2 {
	border:none;
	outline:none;
	width:20%;
	height:100%;
	float:left;
	background:#267DCA;
	color:white;
	font-size:30px;
	border-radius:0 10px 10px 0;
	padding:0;
	line-height:80px;
}
.table {
	border:1px solid #CCCCCC;
	box-sizing:border-box;
	width:100%;
	margin-top:50px;
}
.trf {
	width:100%;
	height:80px;
	background:#267DCA;
	text-align:center;
	line-height:80px;
	color:white;
	font-size:36px;
}
.trt {
	border-bottom:1px solid #CCCCCC;
	box-sizing:border-box;
	width:100%;
	display:flex;
}
.trt:last-child {
	border-bottom:0;
}
.trt1 {
	border-right:1px solid #CCCCCC;
	box-sizing:border-box;
	width:30%;
	padding:25px 10px;
	font-size:28px;
	color:#333333;
	background:#F1F1F1;
	display:flex;
	align-items:center;
}
.trt2 {
	box-sizing:border-box;
	width:70%;
	padding:25px 10px;
	font-size:26px;
	color:#333333;
}
@media (max-width:1200px) and (min-width:1020px) {
	.CONT {
	width:96%;
}
}@media (max-width:1020px) {
	.CONT {
	width:96%;
	margin:0.5rem auto;
}
.header {
	border-bottom:0.1rem solid #267DCA;
	height:1.3rem;
	line-height:1.3rem;
	font-size:0.36rem;
}
.logo {
	height:0.65rem;
}
.title {
	margin-top:0.2rem;
	font-size:0.36rem;
}
.seachs {
	height:0.8rem;
	display:flex;
	margin-top:1rem;
}
.seach1 {
	padding:0 0.2rem;
	border-radius:0.1rem 0 0 0.1rem;
	font-size:0.26rem;
}
.seach2 {
	font-size:0.3rem;
	border-radius:0 0.1rem 0.1rem 0;
	line-height:0.8rem;
}
.table {
	margin-top:0.5rem;
}
.trf {
	height:0.8rem;
	line-height:0.8rem;
	font-size:0.36rem;
}
.trt1 {
	padding:0.25rem 0.1rem;
	font-size:0.28rem;
}
.trt2 {
	padding:0.25rem 0.1rem;
	font-size:0.26rem;
}
}