@import "common-new.css?v=20201214";
/*通用代码 */ 

html,body {

	margin: 0;

	padding: 0;

	font-family: "Microsoft YaHei", "微软雅黑","宋体", "sans-serif";

	font-size:14px;

	letter-spacing:2px;
	min-width:1200px;
	height: 100%;

}



a{ color:#004E9B; text-decoration:none}

a:hover{ color:#F00; text-decoration:underline}

img {

	border:0px;

}

ul{

	margin:0;

	padding:0;

	list-style:none;

}

h2{ text-align:center; font-size:22px;}

.f_l{ float:left}

.f_r{ float:right}

.clear{clear:both;}

.ml10{ margin-left:10px;}

.mr10{ margin-right:10px;}

.mr15{ margin-right:15px;}

.mt10{ margin-top:10px;}

.mt2{ margin-top:2px;}

.clearfix:after{content:"";display:block;clear:both}

/*通用代码 end*/


#header {
	min-width:1200px;
	width:100%;
	border-top:2px solid #e50012;
}
.header,.search,.footer_bd {width: 1200px; margin: auto;}
.header {
	margin:auto;
	height: 55px;
	line-height:55px
}
.header a {
	color: #333
}
.header a.login { 
	margin-left: 20px; 
	background:#e50012;
	padding: 5px 15px 5px 15px;
	color: #fff;
	border-radius: 10px
}

.main {height:400px;width:100%;min-width:1200px}
.logo {
	text-align: center;
	min-width: 1200px;
	margin: auto;
}
.logo img { width: 300px; margin:auto;  }
.desc { 
	font-size: 16px; 
	text-align: center;
	padding: 40px 0;
	min-width: 1200px;
}

.search .search__input {
	width: 800px;
	margin:auto;
	text-align: center;
	height: 55px;
}
.search .search__input .search__input-item {
	width: 400px;
	float: left;
	border:2px solid #e50012;
	box-sizing: border-box;
	height: 55px;
	border-radius:10px 0 0 10px;
	overflow: hidden;
}
.search .search__input .search__input-item:last-child {
	border-left: none;
	border-radius:0 10px 10px 0
}
.search .search__input .search__input-item input {
	border: none;
	padding: 10px;
	height: 51px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 18px;
	outline:medium;
}


.search .search__button {
	text-align: center;
	padding: 30px 0 0 0
}

.search .search__button button {
	border: none;
	font-size: 25px;
	background: none;
	letter-spacing:5px;
	outline: medium;
	cursor: pointer;
	font-family: '黑体'
}




#footer{
 	margin-top: 100px;
 }
.mspace {display: none}
@media screen and (min-height:670px ) {
 /*
 #footer {
	 position:fixed;
	 left:0;
	 bottom:0
 }
 .main {
	position: absolute;
    top: 50%;
	margin-top:-295px
 }*/
 .main {
	margin-top: 100px;
 }
 #footer{
 	margin-top: 80px;
 }
}

@media screen and (min-height:900px ) {
 .main {
	margin-top: 150px;
 }

 #footer{
 	margin-top: 120px;
 }
}
