.header-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
}
.header {
	background-color: transparent;
}
/*头部banner样式*/
.info-banner {
	position: relative;
	width: 100%;
	height: 468px;
}
.company_banner {
	background: url("../img/company_banner.png") no-repeat center;
}
.applet_banner {
	background: url("../img/applet_banner.png") no-repeat center;
}
.shop_banner {
	background: url("../img/shop_banner.png") no-repeat center;
}
.website_banner {
	background: url("../img/web_banner.jpg") no-repeat center;
}
.web-banner {
	padding: 150px 0px 0px 100px;
}
.applet_banner .web-banner {
	padding-left: 230px;
}
.web-name {
	font-size: 44px;
	color: #fff;
}
.applet_banner .web-name{
	height: 118px;
	width: 282px;
	margin-bottom: 22px;
	background: url("../img/applet_img01.png") no-repeat center;
}
.web-info {
	margin-top: 10px;
    margin-bottom: 60px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.website_list{
	padding-bottom:150px;
}
.website_title {
    padding-top: 80px;
    padding-bottom: 60px;
    font-size: 36px;
    color: #555;
    text-align: center;
}
.website_subtitle{
	color: #666;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    padding: 0 45px;
    line-height: 35px;
}
/****** 企业站 */
/* 项目服务 */
.web_services_list li{
	width: 50%;
	padding-left: 12%;
	float: left;
	margin-bottom: 40px;
}
.web_services_icon{
	display: block;
	width: 86px;
	height: 86px;
	float: left;
	background-image: url(../img/web_icon01.png);
}
.services_icon_01{
	background-position: left top;
}
.services_icon_02{
	background-position: right top;
}
.services_icon_03{
	background-position: left bottom;
}
.services_icon_04{
	background-position: right bottom;
}
.web_services_detail{
	float: left;
	margin-left: 25px;
}
.web_services_detail h4{
    color: #333;
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 10px;
}
.web_services_detail p{
    color: #666;
    line-height: 25px;
}
/* 服务流程 */
.web_flow{
	background: url(../img/web_bg01.png) no-repeat center;
	background-size: cover;
}
.web_flow .website_title{
	color: #fff;
}
.web_flow_list{
	text-align: center;
}
/* 客户案例 */
.web_case{
	background:#e8e7ec;
}
.web_case_list li{
	width: 285px;
	background: #fff;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.web_case_list li.margin0list{
	margin: 0;
}
.web_case_list li a{
	display: block;
}
.web_case_list li .web_case_img{
	height: 166px;
	width: 100%;
	overflow: hidden;
}
.web_case_list li img{
	height: 100%;
	width: 100%;
	transition: all .3s linear;
}
.web_case_list li p{
	text-align: center;
    line-height: 45px;
    color: #333;
}
.web_case_list li:hover p{
	background: #0080ff;
	color: #fff;
}
.web_case_list li:hover img{
	transform: scale(1.1);
}
/* 三站合一，数据互通 */
.web_adv_list{
	height: 528px;
	position: relative;
	background: url(../img/web_bg02.png) no-repeat center;
}
.web_adv_item{
    position: absolute;
    font-size: 12px;
	color: rgb(85, 85, 85);
	text-align: center;
    line-height: 20px;
}
.adv_item01{
	left: 181px;
    top: 288px;
}
.adv_item02{
	left: 307px;
    top: 148px;
}
.adv_item03{
	left: 533px;
    top: 102px;
}
.adv_item04{
	right: 331px;
    top: 148px;
}
.adv_item05{
	right: 199px;
    top: 288px;
}
/****** 小程序 */
/* 什么是小程序 */
.applet_why_list{
	text-align: center;
}
.applet_why_list p{
	color: #666;
	line-height: 30px;
	margin-bottom: 35px;
}
/* 小程序优势 */
.applet_adv{
	background: #f5f5f5;
}
.applet_adv_list{
    background: url(../img/applet_img03.png) no-repeat 100px 0px;
    padding-left: 520px;
}
.applet_adv_listbox{
	background: url(../img/applet_icon01.png) no-repeat left 14px;
}
.applet_adv_listbox li{
    color: #666;
    padding-left: 20px;
    line-height: 36px;
}
.applet_adv_iconbox{
	width: 571px;
	height: 221px;
    margin-top: 45px;
	background: url(../img/applet_bg01.png) no-repeat center;
}
.applet_adv_iconbox li{
	float: left;
	width: 105px;
	height: 105px;
	margin-left: 11px;
	margin-bottom: 11px;
}
.applet_adv_iconbox li.margin0{
	margin: 0;
}
.applet_icon{
	width: 35px;
	height: 35px;
	display: block;
	margin: 25px auto 10px;
}
.applet_adv_iconbox li.margin0 .applet_icon{
	margin-top: 15px;
}
.applet_adv_iconbox li p{
	color: #fff;
	text-align: center;
	padding: 0 10px;
}
/* 小程序应用场景 */
.applet_scene_list li{
	width: 400px;
	padding-left: 35px;
	margin-bottom: 50px;
	float: left;
	background: url(../img/applet_icon02.png) no-repeat;
}
.applet_scene_list li.applet_bg01{
	background-position: 0 5px;
}
.applet_scene_list li.applet_bg02{
	background-position: -415px 5px;
}
.applet_scene_list li.applet_bg03{
	background-position: -842px 5px;
}
.applet_scene_list li.applet_bg04{
	background-position: 0 -118px;
}
.applet_scene_list li.applet_bg05{
	background-position: -415px -118px;
}
.applet_scene_list li.applet_bg06{
	background-position: -842px -118px;
}
.applet_scene_list li h5{
	color: #595859;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 10px;
}
.applet_scene_list li p{
	color: #666;
}
/* 案例展示 */
.applet_showcase {
	background: url(../img/applet_bg02.png) no-repeat center;
}
.applet_showcase .website_title{
	color: #fff;
}
.applet_showcase_list li{
	width: 240px;
	float: left;
	height: 407px;
	position: relative;
	background: url(../img/applet_bg03.png) no-repeat center;
}
.applet_showcase_list li a{
	display: block;
}
.applet_caseimg{
	width: 190px;
	height: 334px;
	overflow: hidden;
	position: absolute;
    top: 37px;
    left: 25px;
}
.applet_caseimg img{
	transition: all .3s linear;
}
.applet_showcase_list li:hover img{
	transform: scale(1.1);
}

/****** 商城 */
/* 完整的功能模块 */
.shop_function_list li{
	float: left;
	width: 20%;
	margin-top: 30px;
}
.shop_function_icon{
	display: block;
	width: 120px;
	height: 120px;
	margin: auto;
	background-image: url(../img/shop_icon01.png);
}
.shop_icon_01{
	background-position: -1px 0;
}
.shop_icon_02{
	background-position: -122px 0;
}
.shop_icon_03{
	background-position: -243px 0;
}
.shop_icon_04{
	background-position: -364px 0;
}
.shop_icon_05{
	background-position: -485px 0;
}
.shop_icon_06{
	background-position: -1px -121px;
}
.shop_icon_07{
	background-position: -122px -121px;
}
.shop_icon_08{
	background-position: -243px -121px;
}
.shop_icon_09{
	background-position: -364px -121px;
}
.shop_icon_10{
	background-position: -485px -121px;
}
.shop_function_list li p{
    color: #555;
    text-align: center;
    margin: 15px 0 20px;
    font-size: 16px;
}
/* 专业的商城模板，极致的购物体验 */
.shop_profession{
	background: url(../img/shop_bg01.png) no-repeat center;
	background-size: cover;
}
.shop_profession .website_title,.shop_profession .website_subtitle{
	color: #fff;
}
.shop_profession_list{
	text-align: center;
	width: 100%;
	height: 660px;
	background: url(../img/shop_img01.png) no-repeat center 0;
}
/* 完美的浏览器兼容性 */
.shop_browser_list{
	text-align: center;
}
/* 极佳用户体验的后台管理系统 */
.shop_system{
	background: #f5f5f5;
}
.shop_system_list{
	text-align: center;
}
/* 支持二次开发 */
.shop_exploit_list{
	text-align: center;
}









