html,body {
	font-family: sans-serif;
	background-color: #fff;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
}
ul,ol{
	list-style: none;
	padding:0;
	margin:0;
}
a{
	color: #31388a;
}
p{
	font-size: 0.65rem;
	line-height: 1.5;
	color:#595757;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix {
    zoom:1;
}
body,html{
	height: 100%;
}
*{
	-webkit-user-select:text;
	-moz-user-select:text;
	-ms-user-select:text;
	-o-user-select:text;
	user-select:text;
}



/*下拉菜单*/
.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
.bounce-in-down {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes fadeInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
.fade-in-down {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.bounce-out-up {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes fadeOutUp {
	20% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	20% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.fade-out-up {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
.menu-open {
	height: 100%;
	width: 100%;
}
.menu-open .mui-scroll-wrapper {
	position: absolute;
	top: 48;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.menu-backdrop {
	display: none;
}
.menu-open .menu-backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 998;
}
.menu-wrapper {
	position: fixed;
	top: 48px;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	background-color: #333;
	width: 100%;
}
.menu-wrapper.hidden {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	z-index: -1;
}
.menu {
	width: 100%;
}
.menu .mui-table-view-inverted {
	color: gray;
	font-size: 19px;
}
.menu .mui-table-view-inverted .mui-table-view-cell:after {
	height: 2px;
	left: 0;
	right: 0;
}
.menu-wrapper.mui-active,.menu-wrapper.mui-active .menu {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mui-content{
	background: #fff;
	padding-top: 3.375rem!important;
}

/*header*/
header.mui-bar{
	height: 3.375rem;
	background: #fff;
	-webkit-box-shadow:none;
	        box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	z-index: 999;/*超过#qrCode的index*/
}
header.mui-bar .mui-title{
	position: relative;
	left:0;
}
header.mui-bar .mui-title a{
	text-indent: -9999px;
	width: 8.75rem;
	height: 3.375rem;
	position: relative;
}
header.mui-bar .mui-title a:after{
	width: 8.425rem;
	height: 1.575rem;
	background: url(../h5-images/logo.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	    -ms-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	content: '';
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#icon-menu{
	height: 100%;
	padding:0;
	margin:0 0 0 1rem;
	width: 2rem;
}
#icon-menu:before{
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#scan{
	height: 100%;
	padding:0;
	margin:0;
	width: 2rem;
	font-size: 20px;
	font-weight: bold;
}
#scan:before{
	position: absolute;
	right:0;
	top: 53%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/*.menu-wrapper*/
.menu-wrapper{
	top: 3.375rem;
	background: #31388a;
}
.menu-wrapper .mui-table-view-cell{
	padding:18px 20px;
}
.menu-wrapper .mui-table-view-cell a{
	margin:-20px;
	background: #31388a;
	color:#fff;
	font-size: 16px;
}
.mui-table-view-inverted .mui-table-view-cell:after{
	background: #fff;
}
.menu .mui-table-view-inverted .mui-table-view-cell:after{
	height: 1px;
}
.menu-wrapper .menu{
	position: relative;
}
.menu-wrapper .snow1,.menu-wrapper .snow2{
	position: absolute;
	width: 40px;
	height: 188px;
	left:10px;
	top:25px;
	background: url(../h5-images/snow1.png) 0 0 no-repeat;
	-webkit-background-size: contain!important;
	   -moz-background-size: contain!important;
	    -ms-background-size: contain!important;
	     -o-background-size: contain!important;
	        background-size: contain!important;
}
.menu-wrapper .snow2{
	height: 182px;
	left:auto;
	top:auto;
	right:10px;
	bottom:25px;
	background: url(../h5-images/snow2.png) 0 0 no-repeat;
}

/*nav.mui-bar-tab*/
nav.mui-bar-tab{
	height: 50px;
	background: #f4f4f4;
	-webkit-box-shadow:none;
	        box-shadow:none;
	z-index: 999;/*超过#qrCode的index*/
	overflow:hidden;
}
nav.mui-bar-tab .item-icont{
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
	color:#31388a;
}
nav.mui-bar-tab .mui-icon{
	font-size: 28px;
}
nav.mui-bar-tab a:nth-child(1) .iconfont{
	top:2px;
}
nav.mui-bar-tab a:nth-child(2) .iconfont{
	font-size: 24px;
	top:2px;
}
nav.mui-bar-tab a:nth-child(3) .iconfont{
	font-size: 24px;
	top:0px;
}
nav.mui-bar-tab a:nth-child(4) .iconfont{
	font-size: 24px;
	top:0px;
}
nav.mui-bar-tab #clipBtn .iconfont{
	font-size: 21px;
	top:3px;
}

/*#slider*/
.mui-slider-indicator .mui-indicator{
	background: #fff;
	-webkit-box-shadow:none;
	        box-shadow:none;
    width: 10px;
    height: 10px;
}
.mui-slider-indicator .mui-active.mui-indicator{
	background: #1f3380;
}
.mui-content1,#slider,.mui-slider .mui-slider-group.mui-slider-loop,.mui-slider .mui-slider-group .mui-slider-item,.mui-slider .mui-slider-group .mui-slider-item>a:not(.mui-control-item),.mui-slider .mui-slider-group .mui-slider-item img{
	height: 100%;
}

/*mui-content2*/
.mui-content2{
	padding-top: 0!important;
	padding-bottom: 50px;
	margin-top: -50px;
}

/*index-display*/
.index-display{
	background: #fff;
	padding-bottom: 1rem;
	padding-top: 0.75rem;
}
.index-display .item{
	float: left;
	width: 25%;
}
.index-display .item .pic{
	height: 6rem;
	position: relative;
}
.index-display .item .pic img{
	width: 80%;
	height: auto;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.index-display .item a{
	display: block;
	width: 95%;
	margin:0 auto;
	font-size: 0.4rem;
	background: #ffb52d;
	color:#595757;
	text-align: center;
	line-height: 0.8rem;
	border-radius: 5px;
	padding:5px 0;
}

/*#copy*/
#copy{
	background: #535353;
	text-align: center;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-top: 0.5rem solid #e5e5e5;
}
#copy p,#copy p a{
	color:#fff;
}
#copy p{
	margin-bottom: 0;
	line-height: 1.4;
}

/*.mui-popover*/
.mui-popover .mui-popover-arrow:after{
	display: none;
}
.mui-backdrop{
	background-color: rgba(0,0,0,0.7)
}
#qrCode{
	position: fixed!important;
	left: 50%!important;
	top: 50%!important;
	-webkit-transform: translate(-50%,-50%)!important;
	   -moz-transform: translate(-50%,-50%)!important;
	    -ms-transform: translate(-50%,-50%)!important;
	     -o-transform: translate(-50%,-50%)!important;
	        transform: translate(-50%,-50%)!important;
	border-radius: 0;
	width:65%;
	background: none;
}
.qr{
	width: 100%;
	display: block;
}
#qrCode2,#qrCode3{
	display: none;
}
#qrCode span.other{
	color:#fff;
	display: block;
	text-align: center;
	font-size: 1rem;
	line-height: 2rem;
}
#qrCode .icon{
	text-align: center;
}
#qrCode .icon .item{
	display: inline-block;
	width: 3rem;
	text-align: center;
}
#qrCode .icon .item img{
	display: block;
	width: 1.5rem;
	height:auto;
	margin:0 auto;
}
#qrCode .icon .item span{
	color:#fff;
	font-size: 0.65rem;
	margin-top: 5px;
	display: block;
}

/*banner*/
.banner{
	border-top: 0.5rem solid #e5e5e5;
}
.banner img{
	display: block;
	width: 100%;
	height: auto;
}

.chain-info{
	text-align: center;
	padding:1rem 0;
}
.chain-info img{
	display: block;
	width: 100%;
}
.chain-display img{
	display: block;
	width: 100%;
	height: auto;
}
.chain-desc{
	border-top: 0.5rem solid #e5e5e5;
}
.chain-desc p.top{
	width: 85%;
	padding:10px;
	border: 1px solid #dcdcdc;
	margin:0.5rem auto;
	border-radius: 5px;
}
.chain-desc .item{
	padding-top: 10px;
}
.chain-desc .item p{
	width: 90%;
	margin:0 auto 5px;
}
.chain-desc .item p.title{
	color:#1f3380;
	font-size: 1.1rem;
	position: relative;
	text-align: center;
}
.chain-desc .item p.title:before,.chain-desc .item p.title:after{
	position: absolute;
	content: '';
	width: 2.5rem;
	height: 1px;
	background: #1f3380 url() 0 0 no-repeat;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.chain-desc .item p.title:after{
	left:auto;
	right:0;
}
.chain-desc .item p.desc{
	font-size: 0.9rem;
	color:#e72e18;
	display: block;
	text-align: center;
	line-height: 1.3;
}
.chain-desc img{
	display: block;
	width: 100%;
	height: auto;
}

/*mui-alert按钮颜色*/
.mui-popup-button{
	color:#1f3380;
}
.mui-popup-backdrop{
	z-index: 1000;
}

/*.powder*/
.powder .item img{
	display: block;
	width: 100%;
	height: auto;
}
.powder .item p{
	text-align: center;
	font-size: 0.8rem;
	color:#1f3380;
	width: 85%;
	margin:0 auto;
	text-align: left;
}
.powder .item a{
	display: block;
	margin:1rem auto 2.5rem;
	background: linear-gradient(to right,#1053b9,#659bde,#1053b9);
	width: 5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	color:#fff;
	font-size: 0.65rem;
	border-radius: 5px;
	border: 1px solid #b99424;
}

/*wibagcare*/
.wibagcare img{
	display: block;
	width: 100%;
	height:auto;
}
.wibagcare p{
	color:#c08708;
	width: 85%;
	text-align: center;
	margin:1rem auto;
}

/*combiocare*/
.combiocare{
	border-top: 0.5rem solid #e5e5e5;
}
.combiocare img{
	display: block;
	width: 100%;
	height:auto;
}
.combiocare p{
	margin-bottom: 0;
}

/*beef*/
.beef h2{
	color:#000;
	font-size: 0.9rem;
	padding:1rem 0 0.5rem;
	text-align: center;
	font-weight: normal;
}
.beef h2 span{
	font-weight: bold;
}
.beef img{
	display: block;
	width: 100%;
	height:auto;
}
.beef .series-item:first-of-type{
	border-top: 0.5rem solid #e5e5e5;
}
.beef .series-item a{
	color:#fff;
	background: #000;
	font-size: 0.8rem;
	margin:5px auto 0;
	border-radius: 5px;
	height: 1.65rem;
	line-height: 1.625rem;
	display: block;
	width: 7.5rem;
	padding-left: 1.8rem;
	position: relative;
}
.beef .series-item a:before{
	position: absolute;
	content: '';
	width: 1rem;
	height: 1rem;
	left:0.4rem;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: url(../h5-images/upload/miji.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	    -ms-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.beef .series-item{
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #b7b6b6;
}
.beef .slogan{
	background: #000;
	padding:1.5rem 1.5rem 1rem;
}
.beef .slogan span{
	font-size: 1.5rem;
	line-height: 1.5rem;
	color:#fff;
	margin-bottom: 0.5rem;
	display: block;
}
.beef .slogan p{
	color:#fff;
	font-size: 0.8rem;
}
.beef .standard{
	height: 2.5rem;
	width: 100%;
	border-top: 0.5rem solid #fff;
}
.beef .standard li{
	float: left;
	width: 16.6666%;
	height: 100%;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.beef .standard a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 2rem;
	font-size: 0.6rem;
	color:#fff;
	background: #000;
}
.beef .standard a.current{
	background: #e72e18 url() 0 0 no-repeat;
}
.beef .pasture .content{
	padding:1.5rem 0;
	margin-bottom: 1.5rem;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.beef .pasture .content p{
	width: 85%;
	margin:0 auto;
	margin-bottom: 10px;
}
.beef .variety .content{
	padding:1rem;
	width: 85%;
	margin:0 auto;
	border: 1px solid #cecece;
}
.beef .preferred .content,.beef .parts .content,.beef .nutrition .content{
	padding:1rem 0;
	width: 85%;
	margin:0 auto;
}

/*.cooking*/
.cooking .slogan{
	background: #000;
	padding:1.5rem 2.5rem 1rem;
	border-top: 0.5rem solid #cdcece;
}
.cooking .slogan span{
	font-size: 1.5rem;
	line-height: 1.5rem;
	color:#fff;
	margin-bottom: 0.5rem;
	display: block;
}
.cooking .slogan p{
	color:#fff;
	font-size: 0.8rem;
}
.cooking img{
	display: block;
	width: 100%;
	height:auto;
}

/*life-work*/
.life-work .item{
	padding-right: 1rem;
}
.life-work .item:first-child .title span{
	width: 8rem;
}
.life-work .item .title{
	border-bottom: 1px solid #cdcece;
	margin:1rem 0 0 1.5rem;
}
.life-work .item .title span{
	display: block;
	width: 5rem;
	padding-left: 1.5rem;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.65rem;
	color:#fff;
	background: #1f3380;
	position: relative;
}
.life-work .item .title span:before{
	position: absolute;
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	background: url(../h5-images/201707/work5.png) 0 0 no-repeat;
	-webkit-background-size: contain!important;
	   -moz-background-size: contain!important;
	    -ms-background-size: contain!important;
	     -o-background-size: contain!important;
	        background-size: contain!important;
	left:10px;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.life-work .item:nth-child(2) .title span:before{
	background: url(../h5-images/work4.png) 0 0 no-repeat;
}
.life-work .item:nth-child(3) .title span:before{
	background: url(../h5-images/201707/work6.png) 0 0 no-repeat;
}
.life-work .item:nth-child(4) .title span:before{
	background: url(../h5-images/work2.png) 0 0 no-repeat;
}
.life-work .item:nth-child(4){
	background:url(../h5-images/work5.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;	   
}
.life-work .item h2{
	font-size: 1rem;
	color:#1f3380;
	line-height: 2;
	position: relative;
	margin-left: 1.5rem;
}
.life-work .item h2:before{
	width: 3rem;
	height: 2px;
	background: #1f3380;
	position: absolute;
	content:'';
	left:0;
	bottom:0;
}
.life-work .item p{
	color:#1f3380;
	padding-top: 0.3rem;
	padding-left: 1.5rem;
}
.life-work .item a{
	display: block;
	color:#e72e18;
	font-size: 0.8rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
}

/*.life-inside*/
.life-inside{
	margin: 1rem 10px;
	border: 1px solid #cdcece;
	padding: 1rem 10px;
}
.life-inside .title{
	border-bottom: 1px solid #cdcece;
	
}
.footprint.life-inside .title span{
	width: 8rem;
}
.life-inside .title span{
	display: block;
	width: 5rem;
	padding-left: 1.5rem;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.65rem;
	color:#fff;
	background: #1f3380;
	position: relative;
}
.life-inside .title span:before{
	position: absolute;
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	background: url(../h5-images/work4.png) 0 0 no-repeat;
	-webkit-background-size: contain!important;
	   -moz-background-size: contain!important;
	    -ms-background-size: contain!important;
	     -o-background-size: contain!important;
	        background-size: contain!important;
	left:10px;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.about-us.life-inside .title span:before{
	background-image: url(../h5-images/201707/work6.png);
}
.life-inside img{
	display: block;
	width: 100%;
	height:auto;

}
.culture.life-inside img{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.inherited .title span:before{
	background: url(../h5-images/work2.png) 0 0 no-repeat;
}
.footprint .title span:before{
	background: url(../h5-images/201707/work5.png) 0 0 no-repeat;
}
.footprint p{
	padding-top: 1rem;
}
.culture{
	border: 0 none;
	padding:0;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.culture .title{
	margin-left: 1.5rem;
}
.culture p{
	padding:0 10px 2rem;
	color:#1f3380;
	background: url(../h5-images/work5.jpg) center center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;	  
	margin-bottom: 0;
}

/*legal*/
.legal{
	margin: 1rem 10px;
	border: 1px solid #cdcece;
	padding: 1rem 10px;
	position: relative;
}
.legal h3{
	border-bottom: 1px solid #cdcece;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.legal em{
	color:#e72e18;
	font-style: normal;
}
.legal .balloon{
	position: absolute;
	right:2rem;
	top:-2rem;
	width: 3.5rem;
	height: 5rem;
	background: url(../h5-images/upload/balloon.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	    -ms-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

/*contact-us*/
.contact-us .address{
	background: #1f3380;
	margin-top: 1rem;
	border-bottom: 5px solid #fff;
}
.contact-us .address .item{
	padding:0.5rem 2rem;
}
.contact-us .address .item h3{
	font-size: 0.9rem;
	color:#fff;
}
.contact-us .address .item p{
	color:#fff;
}
.baidumap{
	height: 310px;
	border-top: 10px solid #e72e18;
	position: relative;
}
.allmap{
	width: 100%; 
	height: 300px; 
}
.baidumap i{
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid dashed dashed dashed;
	border-color: #e72e18 transparent transparent transparent;
	position:absolute;
	top:0;
	left:50%;
	margin-left: -10px;
}
.contact-info{
	padding:1rem 0.5rem 0;
}
.contact-info span.desc{
	background: #1f3380;
	color:#fff;
	width: 4rem;
	height: 1rem;
	line-height: 1rem;
	display: block;
	font-size: 0.65rem;
	text-align: center;
}
.contact-info .content{
	padding-top: 1rem;
}
.contact-info .content .item{
	float: left;
	width: 50%;
	height: 9rem;
	text-align: center;
}
.contact-info .content .item:nth-child(1),.contact-info .content .item:nth-child(3){
	border-right: 1px solid #cdcece;
}
.contact-info .content .item:nth-child(1),.contact-info .content .item:nth-child(2){
	border-bottom: 1px solid #cdcece;
}
.contact-info .content .item img{
	display: block;
	width:auto;
	margin:0.5rem auto;
	width: 1.2rem;
	height: auto;
}
.contact-info .content .item span{
	font-size:0.65rem;
	color:#1f3380;
}
.contact-info .content .item .phone{
	position: relative;
	padding-left: 0.5rem;
	font-weight: bold;
}
.contact-info .content .item p{
	color:#1f3380;
}
.contact-info .content .item .phone:before{
	position: absolute;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	left:1rem;
	top:5px;
	background: url(../h5-images/phone2.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	    -ms-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.contact-info .content .item .worktime{
	font-size: 0.6rem;
}
.contact-info .content .item a{
	display: block;
	color:#fff;
	background: #1f3380;
	width: 5rem;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.65rem;
	text-align: center;
	margin:2rem auto 0;
	border-radius: 5px;
}
.contact-info .content .item img.fuwu{
	width: 4rem;
}
.form-box{
	padding:1rem 0.5rem 0;
}
.form-box span.desc{
	background: #1f3380;
	color:#fff;
	width: 4rem;
	height: 1rem;
	line-height: 1rem;
	display: block;
	font-size: 0.65rem;
	text-align: center;
}
.form-box .content{
	background: #eaeaea;
	padding:1rem 0.5rem;
	margin-bottom: 1rem;
}
.form-box .content img{
	display: block;
	width: 100%;
	height: auto;
}
.form-box .content input{
	height: 2rem;
	line-height: 2rem;
	display: block;
}
.mui-input-group .mui-input-row{
	height: 2rem;
}
#myform{
	margin-top: 1rem;
	position: relative;
}
#myform input,#myform textarea{
	border-radius: 0;
	font-size: 0.7rem;
}
#myform textarea{
	height: 8rem;
}
#myform #inputCheck{
	position: absolute;
	width: 4rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.65rem;
	right:0;
	bottom:1rem;
	background: #1f3380;
	padding:0;
}


#grow p{
	margin-bottom:0;
}









