/* 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:1160px;
	margin:0 auto;
	}

/*header*/
.header{
	width:100%;	
	}
.header_img{
	height:438px;
	width:100%;	
	}
.header_h1{
    padding-top: 45px;
    font-size: 61px;
    color: #1c3d88;
    text-shadow: 5px 7px 14px rgba(124, 124, 124, 0.49);
    {filter:shadow(Color=#999,Direction=45,Strength=3)};
	}
.header_h2{
	    padding-top: 45px;
    padding-left: 209px;
	font-size:28px;
	
	}
.header_img img{
	width:100%;
	height:auto;
    overflow:hidden;
	}
.puzzled{
	padding:60px 0 0 0;
	
	
	}
.puzzled_top{

	font-size:36px;
	color:#c10a46;
	line-height:36px;
	padding:15px 0;
	margin-left:-20px;
	}

.thinker{
	height:344px;
	width:531px;
	
	
	}
.puzzled_way {
	
	padding-right:90px;
	}
.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:30px;
	}
.solve_way li{
	color:#2a2c38;
	font-size:18px;	
	line-height:30px;
	list-style-type:disc;
	}

.oneshop{

	padding:25px 0 45px 0;
	background:#fff;
	margin:0 auto;
	}
.one_shop_p{
	font-size:36px;
	color:#1262b4;
	padding-top:115px;
	}
.one_shop_p1{
	font-size:18px;
	line-height:54px;
	color:#1262b4;
	padding-top:10px;
	
	}
.one_shop_p2{
	font-size:18px;
	color:#040505;
	line-height:30px;
	}
.shangcheng{
	width:423px;
	position:relative;
	height:367px;
	}
.ps{position:absolute;}
.pcs{
	padding-left: 83px;
    padding-top: 10px;
 
	}
.wei{
	bottom:0;
	left:83px;
	}
.app{
	bottom:0;
	right:89px;
	}
.shouji{
	padding-top: 10px;
	right:89px;
	}
.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 #000000;
	}
.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/055bg.jpg) no-repeat top center;
	width:921px;
	margin:0 auto;
	margin-top:30px;
	height:474px;
	
	}
.honor p{
	
	font-size:24px;
	padding-top: 310px;
		
    text-align: center;
    color: #f15a22;
    font-weight: 600;
    line-height: 30px;

	
	}
.xuehui{
	width: 314px;

	}
.system{
	width:195px;
	
	}
.zero{
	margin-top:30px;
	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;
	
	}