@charset "utf-8";
/* CSS Document */
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select{margin: 0;padding: 0;}
body {color: #000;font: 14px/20px "Microsoft YaHei", "Arial Narrow", HELVETICA;}
ul,li{list-style: none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
a{text-decoration: none; color:#000;}
a:hover{ color:#000;}
input,textarea{outline: none;text-shadow: none;}
textarea{resize: none;overflow: auto;}
input:focus,textarea:focus{outline: none;}
::-webkit-input-placeholder{color: #999;}
fieldset, img {border: 0}
img {display: block}
address, caption, cite, code, dfn, th, var {font-style: normal;font-weight: normal}
input {padding-top: 0;padding-bottom: 0;}
input::-moz-focus-inner {border:0;padding:0}
select, input {vertical-align: middle}
select, input, textarea {font-size: 12px;margin: 0}
input[type="text"], input[type="password"], textarea {outline-style: none;-webkit-appearance: none}
textarea {resize: none}
table {border-collapse: collapse}
/* 移动端去掉苹果按钮默认样式*/
button{-webkit-appearance:none}
/* 取消斜体*/
i,em{font-style: normal;}
/* 取消加粗*/
strong,b{font-weight: normal;}
/* 禁止换行*/
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/* 清除上下浮动的影响*/
.clear{clear: both;}
.main{ width:1200px; margin:0 auto; clear:both;}
.margin0{ margin:0;}

/* 首页-专题 */
.footer{ width:100%; background:#ebeeee; height:180px;}
.footer .img-1{ float:left; margin-top:60px;}
.footer .img-2{ float:right; margin-top:65px;}
.footer .ft-bd{ float:left;width:720px;text-align:center; font-size:12px;color:#666; line-height:24px; margin-left:160px; margin-top:35px;}
.footer .ft-bd a{ color:#666;  }
.footer .ft-bd .info{font-size:14px; margin-bottom:10px; }
.footer .ft-bd .info a{ color:#666; margin:0 12px 0 10px;}
.footer .main{ border-top:1px solid #cd0600;}


@media all and (max-width : 414px) {
	.main{ width:100%;}
	.footer{ height:280px;}
	.footer .img-1{ float:left; margin-top:20px; margin-left:20%;}
	.footer .img-2{ float:left; margin-top:25px;margin-left:20%;}
	.footer .ft-bd{ width:100%; margin:0; clear:both; }
	.footer .ft-bd .info{font-size:12px; margin-top:20px; margin-bottom:5px; }
	.footer .ft-bd{ line-height:20px;}
	.footer .ft-bd a{ color:#666; white-space:nowrap; }
	
	
	}
