/* 初始化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; font-size:14px;font-family: "Microsoft YaHei", 微软雅黑, 宋体, arial, verdana, sans-serif; }
td,th,caption { font-size:14px; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

/* html {overflow-y: scroll;} */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;

	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
	display: none;
}

/* 通用样式 */
.banner img {
	width: 100%;
}

/* 屏幕小于等于 1200px */
@media (max-width: 1200px) {
	.frame {
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
		overflow: hidden;
	}

	.bottom {
		display: flex;
		align-content: center
	}

	.bottom_Box a {
		position: initial !important;
		display: inline-block;
	}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
	.frame {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
		margin-top: 40px;
	}
	.bottom_Box p {
		line-height: 135px;
	}
}

/* Links */

.Links {
	width: 370px;
	margin: 150px auto;
	position: relative;
    overflow: inherit;
}

.sitelist {
	width: 370px;
	overflow: hidden;
	background: #F1F0F0;
	padding: 10px 0;
	position: absolute;
	bottom: 98px;
	z-index: 9999;
	border-bottom: 1px solid #fff;
}

.sitelist li {
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
}

.Links_Box {
	border: 0;
	width: 370px;
	margin: 1px;
	height: 48px;
	line-height: 48px;
	text-indent: 30px;
	background: #f2f2f2 url(/imagegm/Links-szgmEn1996.png) no-repeat 100%;
	font-weight: bold;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	bottom: 50px;
}

strong {
    font-weight: bold;
}
.Links_Box select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
    
}
select:-ms-expand { display: none; }

/* 屏幕小于等于 375px */
@media (max-width: 375px) {
	.Links {
		width: 300px;
	}
	
	.sitelist {
		width: 300px;
	}
	
	.Links_Box {
		border: 0;
		width: 300px;
		margin: 0 auto 50px;
	}
}

/* 页脚 */
.bottom {
	width: 100%;
	height: 135px;
	margin-top: 40px;
	background-color: #25282b;
}
.bottom_Box {
	text-align: center;
	color: #aeaeaf;
	/* position:relative; */
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}

.bottom_Box a {
	position: absolute;
	right: 0;
	top: 47px;	
}