* {
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}

img {
	height: 100%;
	display: block;
}

li {
	list-style: none;
}

body {
	min-width: 1200px;
}

/* å¤´éƒ¨å¯¼èˆª */
.header {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_nav {
	display: flex;
	align-items: center;
}

.header_nav li {
	width: 60px;
}

.header a {
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	color: #ffffff;
}

.header a:hover {
	color: #e12d02;
}

/* topMain æœç´¢æ¡† */
.channel_top {
	height: 830px;
	background-color: #00a3c6;
	background-repeat: no-repeat;
	background-position: 50% 100%; 
	background-size: cover;
}
.topMain {
    width: 1200px;
    margin: 0 auto;
}
.qsearch{
	padding: 21px 0;
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.logo{
	height: 50px;
}
.right{
	width: 255px;
	display: flex;
	/*padding-left: 20px;*/
	justify-content: center;
	align-items: center;
	border: 2px solid #ffffff;
	border-radius: 20px;
	position: relative;
}
.right input{
	height: 16px;
	padding: 8px 0px;
	flex: 1;
	color: #ffffff !important;
	background-color: transparent;
	border: none;
	outline-style: none;
}
.icon_img{
	padding: 10px;
}
.right_list{
	display: none;
	width: 219px;
	position: absolute;
	top: 38px;
	left: 20px;
	border: 2px solid #ffffff;
	font-size: 12px;
	color: #ffffff;
	background-color: #35b3f0;
}
.right_list li{
	display: flex;
	align-items: center;
	padding: 2px;
	color: #ffffff;
}
.right_list li:first-child{
	display: flex;
	align-items: center;
	padding: 2px;
	font-weight: bold;
	color: #98edff;
	background-color: #32a9e0;
}
.right_list li:first-child~li:hover{
	background: rgba(8, 17, 44, .80)!important;
	cursor: pointer;
}
.right_list div{
	flex: 1;
	text-align: center;
	word-break: break-all;
}
.right_list .name{
	flex: 1.8;
}
/* äºŒçº§å¯¼èˆª */
.main_nav{
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.main_nav li{
	margin-right: 100px;
}
.main_nav a{
	color: #ffffff;
	padding-bottom: 3px;
}
.main_sy a{
	border-bottom: 3px solid #ffffff;
}
.main_nav li a:hover{
	border-bottom: 3px solid #ffffff;
}

/* é¡µè„š */
#Footer{
	position: relative;
}
.bottom {
	height: 80px;
	width: 100%;
	background-color: #000;
	min-width: 800px;
}
#Footer img{
	width: 100%;
}
#Footer .bottom{
	position: absolute;
	bottom: 0;
	background-color: transparent;
}

.bottom .btop {
	color: #f5f5f5;
	text-align: center;
	height: 40px;
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
	line-height: 40px;
}

.bottom .btop a {
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	text-decoration: underline;
	margin-left: 10px;
}

.bottom .btop a:hover {
	color: #e12d0a;
}

.bottom .bbottom {
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.bottom .bbottom span {
	font-size: 12px;
	color: #f5f5f5;
}

.bottom .bbottom span a {
	color: #f5f5f5;
	text-decoration: underline;
}

.bottom .bbottom span a:hover {
	color: #e12d0a;
}

