html,body{
	min-width: 1200px;
}
/*二级页面导航*/
.head{
	width: 100%;
	height: 60px;
	min-width: 1200px;
	background: #0071c5;
	text-align:center;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 -5px 30px #000;
	z-index: 999;
}
.head .navBox{
	height: 100%;
	font-size: 15px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.head .navBox>li{
	height: 30px;
	float: left;
	line-height: 30px;
	margin: 15px 24px 0;
	display: inline-block;
	padding: 0 12px;
}
.head .navBox li a{
	color: #fff;
}
.head h1{
	width: 180px;
	height: 0;
	padding-top: 35px;
	overflow: hidden;
	background: url(../image/lupu_carewell_logo.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 13px;
	left: 65px;
}

.head .more{
	position: relative;
}
.head .more .moreList{
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	text-align: left;
	background: rgba(255,255,255,0.8);
	display: none;
}
.head .more .moreList li{
	padding: 0 0 0 12px;
	height: 30px;
	line-height: 30px;
}
.head .more .moreList li a{
	color: #237dcb;
}
.head .more:hover{
	background: #fff;
}
.head .more:hover a{
	color: #237dcb;
}
.head .more:hover .arrow-down{
	border-top: 4px solid #237dcb;
}
.head .more:hover .moreList{
	display: block;
}
.content{
	margin-top: 60px;
}
/*二级页面导航*/
.productClass{
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #e0e0e0;
	text-align:center;
}
.productClass .productClass_list{
	height: 100%;
	font-size: 15px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.productClass_list li{
	float: left;
	color: #0071c5;
	margin: 20px 15px;
	cursor: pointer;
}
.productClass_list li i{
	width: 13px;
	height: 13px;
	border: 1px solid #a2a2a2;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
}
.productClass_list li .active{
	background: url(../image/product/CheckMark.png) no-repeat;
	background-size: 100%;
	border-color: #000000;
}
.head .nav_lg{
	color: #979797;
	position: absolute;
	right: 10%;
	top: 18px;
	font-size: 14px;
	padding: 2px 10px;
	background-color: #0166b1;
	border-radius: 15px;
}

.head .nav_lg a {
	color: #fff;
	opacity: 1;
}

.head .nav_lg a.active {
	opacity: 0.5;
}


/*二级页面底部*/
footer{
	width: 100%;
	background: #f3f3f3;
}
footer .footer{
	width: 1200px;
	margin: 0 auto;
	padding: 55px 0 40px;
	display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    display:-ms-flexbox;
   	justify-content:center;
}

.footer li{
	float: left;
}
.footer .footer_logo{
	width: 150px;
}
.footer .footer_logo img{
	width: 95%;
	margin-bottom: 10px;
}
.footer .footer_logo span{
	font-size: 12px;
	color: #0071c5;
    letter-spacing: 0.29px;
}

.footer .QRcode img{
	width: 126px;
}

.footer .CompanyInformation{
	font-size: 14px;
	line-height: 22px;
	color: #0071c5;
	margin: 0 160px;
}

footer .footer_b{
	width: 100%;
	background: #f3f3f3;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #0071c5;
	border-top: 2px solid #fff;
	padding: 10px 0;
}

/*通用向下箭头*/
.arrow-down {
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	margin-top: 5px;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 3px;
}

.learnMore a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.global_list li {
	list-style-image: url('../image/dot.png');
}
#middle_span{
	display: inline-block;
	height:100%;
	vertical-align: middle;
}