html, body, ul, li,p{margin: 0; padding: 0;}
li{list-style-type:none;}
a{text-decoration:none; color: #999;}

.header{
	width: 100%;
	height: auto;
}

.headerBox{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}
.header_logo{
    width: 150px;
    height: 100px;
    float: left;
    background: url(../images/logo.png) no-repeat center;
}
.headerBox>ul{
	float: right;
}

.headerBox > ul >li {
	padding: 0 20px;
	float: left;
	list-style: none;
	line-height: 100px;
	text-align: center;
}

.headerBox>ul>li>a{
	color: #b2b2b2;
}
.headerBox>ul>li>a:hover{
	color: #000;
}
.headerBox>ul>li.active a{
	color: #333;
}


.content{
	overflow: hidden;
}

.bannerIndex{
	overflow:hidden;
	width: 100%;
	height: 850px;
	background: url(../images/index_banner.png) no-repeat center center;
}

.merit{
	width: 100%;
	height: auto;
}

.meritBox{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.merit_con{
	width: 245px;
	height: 100px;
	padding-top: 80px;
	float: left;
	margin: 50px 22.5px;
}
.merit_con > p{
	text-align: center;
	font-size: 30px;
	color: 	#191970;
}

.merit_con > p:last-child{
	font-size: 20px
}

.icon_send{
	background:url(../images/icon_send.png) no-repeat top center;
}
.icon_buy{
	background:url(../images/icon_buy.png) no-repeat top center;
}
.icon_help{
	background:url(../images/icon_help.png) no-repeat top center;
}
.icon_shop{
	background:url(../images/icon_shop.png) no-repeat top center;
}

.banner_our{
	overflow: hidden;
	width: 1200px;
	height: 580px;
	margin: 0 auto 100px;
	background:url(../images/banner_our.png) no-repeat center;
}

.our_text{
	text-align: right;
	font-size: 33px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 3px;
	margin: 50px 50px 0 0 ;
}

.banner_help{
	width: 100%;
	height: 400px;
	background: url(../images/banner_help.png) no-repeat center;
}

.banner_ins{
	width: 1200px;
	height: 750px;
	margin: 60px auto 40px;
	background: url(../images/banner_ins.png) no-repeat center;
}
.ins_title{
	text-align: center;
	font-size: 40px;
}
.ins_title > p:last-child{
	font-size: 15px;
	line-height: 35px;
}

.footer{
	width: 100%;
	height: 360px;
	position: relative;
	/*background: linear-gradient(#262626 0%,#202020 25%, #000 50%,#202020 75%,#262626 100%);*/
	padding-top: 60px;
	box-sizing: border-box;
	color: #fff;
	background: #333333;
}
.footer-top{
	width: 1200px;
	height: 218px;
	margin: 0 auto 0;
	/*border-bottom: 2px solid #b7b7b7;*/
}
.footer-top ul{
	float: left;
	margin-right:90px;

}
.footer-top>ul>h3{
	margin: 5px 0 15px;
	font-size: 16px;
}
.footer-top>ul>li{
	line-height: 30px;
	font-size: 14px;
}
.footer-top>ul>li>a{
	color: #fff;
}
.footer-box{
	width: 350px;
	height: 130px;
	float: right;
}
.footer-textone{
	width: 350px;
	height: 50px;
	font-size: 22px;
	
    text-align: center;
}
.footer-texttwo{
	width: 350px;
	height: 30px;
	text-align: center;
	font-size: 15px;
}
.footer-hr{
	width: 100%;
	height: 2px;
	background: #fff;
}
.footer-bottom{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 70px;
}
.footer-bottom p{
    display: block;
    line-height: 70px;
    float: left;
}
.footer-bottom > p>a{
    color:#fff;
}
.footer-bottom > p>a:hovor{
    color:#F1870A;
}
.footer-icon{
    width: 40px;
    height: 50px;
    float: left;
    margin: 12px 0 0 20px;
    float: right;
}
.footer-icon>a>img{
    width: 40px;
    height: 50px;
    margin: 0 auto;
    
}