@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,input,form,a,p, textarea {
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
}
body{font:14px/180% Arial, Helvetica, sans-serif, "新宋体";
margin-top: 90px!important;}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul, li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #61504D;
	transition: all 0.4s;
}
a:hover {
	color:#FEA106;
}
img {
	border: none;
	display: block;
}
p {
	color:#61504D;
	font-size:14px;
}
.r0 {
	margin-right: 0!important;
}
.p18 { font-size:18px; }
.center { text-align: center; }
.clearfloat {
	zoom: 1;
	clear:both;	
}
.left { float:left }
.right { float:right; }
.width100 {width: 100%}



.clearfloat:after {
    display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.container2{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	max-width: 1680px;
}
.container1{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	background:#FAFAFA;
}
.wrap{
    width: 96.7%;
    max-width: 1200px;
	margin:0 auto;
}



.back-box {
	position: relative;
}
.back-box img{
	width: 100%;
	height: auto;
}

