/* CSS Document */



.clearfix:after {       
    content: ".";     /*内容为“.”就是一个英文的句号而已。也可以不写。*/
    display: block;   /*加入的这个元素转换为块级元素。*/
    clear: both;     /*清除左右两边浮动。*/
    visibility: hidden;      /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
    line-height: 0;    /*行高为0；*/
    height: 0;     /*高度为0；*/
    font-size:0;    /*字体大小为0；*/
}
.tc{
	text-align:center;
	
	}
.clearfix { *zoom:1;} 
.fl{float:left;}
.fr{float:right;}
.wd{
	width:1170px;
	margin:0 auto;
	}

/*header*/
.header{
	width:100%;	
	}
.header_img{
	height:438px;
	width:100%;	
	}
.header_img img{
	width:100%;
	height:auto;
    overflow:hidden;
	}
.city{
	color: #fff;
    font-size: 45px;
    padding-top: 119px;
    padding-right: 134px;
    float: right;
    line-height: 61px;
    text-align: center;
	}
.city span{
	display:block;
	}
.puzzled{
	padding:20px 0 65px 0;
	
	
	}
.puzzled_top{
	text-align:center;
	
	
	}
.puzzled_top span{
	font-size:36px;
	color:#d91313;
	line-height:36px;
	padding:15px 0;
	
	}
.thinker{
	height:344px;
	width:531px;
	
	
	}
.puzzled_way {
	margin-top:70px;
	margin-left:175px;
	}
.puzzled_way li{
	color:#2a2c38;
	font-size:18px;
	text-align:left;
	line-height:30px;
	list-style-type:disc;
	
	
	}
.solve{
	padding-top:20px;
	background:#f0f2f1;
	}
.solve_bg{
	background:#f0f2f1;
	width:100%;
	padding:55px 0;
	
	}

.solve_way{
	
	padding-top:55px;
	}
.solve_way li{
	color:#2a2c38;
	font-size:18px;	
	line-height:30px;
	list-style-type:disc;
	}

.oneshop{

	width:100%;
	background:#f9ffff;
	}
.oneshop1{
	margin:0 auto;
	width:1160px;
	position:relative;
	}
.two{
	font-size: 18px;
    position: absolute;
    padding-top: 50px;
    padding-left: 542px;
  
     color: white;}
.one_four{
	padding-top: 215px;
    position: absolute;
    font-size: 18px;
    padding-left: 641px;
	}
.one_four li{
	float:right;
	color:white;
	width:70px;
	text-align:center;
    padding-left:17px;
	}
.shiti{
	    font-size: 18px;
    position: absolute;
    padding-top: 215px;
    padding-left: 235px;
    
    color: white;
	
	}	 
.oneshop1 img{
	
	display:block;
	overflow:hidden;
	
	}
.quality{
	background:#f0f2f1;
	width:100%;

	}
.feature{
	margin:0 auto;
	
	}
.feature_p{
	padding-top:45px;
	text-align:center;
	
	
	}
.feature_p span{
	line-height:36px;
	padding:15px 0;
	font-size:36px;
	color:#37a9f2;
	border-bottom:2px solid #7f7f7f;
	}
.feature img{
	margin:60px 0;
	
	}
.feature ul{
	margin:0 auto;
	padding-top:20px;
	}
.feature ul li{
	float:left;
	padding-left:60px;
	position:relative;
	}
.feature ul li span{
    font-size: 18px;
    position: absolute;
    width: 205px;
    display: block;
    text-align: center;
    top: 227px;
    left: 66px;
	}
.honor{
	background:url(../images/qp_ry.jpg) no-repeat top center;
	height:920px;
	}
.zero{
	background:#f0f2f1;
	width:100%;
	}
.zero img{
	float:left;
	
	}
.zero_p{
	font-size: 36px;
    color: #121212;
    padding-bottom: 27px;
    margin-left: -20px;
	}
.zero ul li{
	color:#926b38;
	font-size:18px;
	line-height:30px;
	list-style-type:disc;
	
	}