/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
/* 设置默认字体 */ 
body, button, input, select, textarea {
	font-family: "微软雅黑", "宋体", "Arial";
	font-size: 100%;
	outline: none;
}
/* 列表元素 */ 
ul, ol, li {
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
}
.img-responsive {
	width: 100%;
	height: auto
}  /*自适应图片*/
.img-responsive1 {
	max-width: 100%;
	height: auto;
}
/* a标签 */ 
a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
a:hover {
	text-decoration: none;
}
/* 定义浮动居中 */ 
.fl {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}
.center {
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
/*重复container标签*/
.container {
	position: relative;
	/* width: 85%; */
	margin: 0 auto;
}
.container2 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
/*sec-tit*/
.sec-tit {
	text-align: center;
}
.tit-zh {
	font-size: 30px;
	color: #373737;
	line-height: 1;
}
.tit-line {
	width: 55px;
	height: 3px;
	background: #cfcece;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 12px;
}
.tit-en {
	font-size: 16px;
	color: #bebebe;
	line-height: 1;
	text-transform: uppercase;
}
@media (max-width: 1280px) {
.container2 {
	width: 90%;
}
}
@media (max-width: 992px) {
.container {
	width: 90%;
}
}
@media (max-width: 768px) {
.tit-zh {
	font-size: 24px;
}
.tit-line {
	margin-top: 10px;
	margin-bottom: 8px;
	height: 1px;
}
.tit-en {
	font-size: 14px;
}
}
 @media (max-width: 480px) {
.tit-zh {
	font-size: 20px;
}
.tit-line {
	margin-top: 8px;
	margin-bottom: 7px;
	height: 1px;
}
.tit-en {
	font-size: 14px;
}
}