@charset "utf-8";
/*
黑体 \9ED1\4F53
宋体 \5B8B\4F53
楷体 \6977\4F53
微软雅黑 \5FAE\8F6F\96C5\9ED1
*/
*html{background-image:url(about:blank);background-attachment:fixed;}
body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;}
article,aside,header,footer,nav,section,figure,figcaption,hgroup,progress,canvas{display:block}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
body{font:14px/1.5 'Microsoft Yahei',"\u5fae\u8f6f\u96c5\u9ed1",Arial,"\5b8b\4f53", sans-serif;-webkit-text-size-adjust:100%;color:#333333;background:white;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%; font-weight:normal; font-style:normal;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal; font-weight:normal;}
button,input,select,textarea{font-family:Arial, Helvetica, sans-serif;text-decoration: none;outline:none;-moz-outline:none;font-size:100%;}
input, select, label {vertical-align: middle;}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{vertical-align:middle;-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
textarea{resize:none;overflow:auto;vertical-align:top}
ul,ol,li,dl{list-style-type:none;}         i,em{font-style:normal}     svg:not(:root){overflow:hidden}
img{vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;-webkit-tap-highlight-color:rgba(0,0,0,0);}
/*a{color:#247cd3;text-decoration: none;outline:none; cursor: pointer;}
a:link {color:#333;}
a:visited {color:#333;}
a:hover {color:#FE6700;text-decoration:underline;}
a:active{blr:expression(this.onFocus=this.blur())}
a:focus {outline:none;-moz-outline:none;}*/

/*妈妈100官网样式*/

/*头部*/
.header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	line-height: 100px;
}
.logo {
	/*width: 25%;*/
	width: 430px;
	margin-left: 150px;
}
.contact {
	margin-top: 26px;
	margin-right: 150px;
	float: right;
}
.contact a {
	display: block;
	line-height: 24px;
	margin-left: 104px;
	color: #f48852;
	text-decoration: underline;
}
.contact p {
	display: block;
	line-height: 24px;
	font-size: 20px;
	color: #9c9c9c;
}
/*内容*/
.img {
	width: 100%;
}
.mt-10 {
	margin-top: 100px;
}
/*底部*/
.footer {
	width: 100%;
	height: 91px;
	background-color: #fff;
	text-align: center;
	line-height: 91px;
	color: #878787;
}

.erweima {
	width: 110px;
	position: fixed;
	right: 1px;
	top: 50%;
	margin-top: -170px;
}

@media only screen and (max-width: 767px){
 	.header {
 		height: 50px;
 		line-height: 50px;
 	}
 	.mt-10 {
		margin-top: 50px;
	}
	.logo {
		width: 50%;
		margin-left: 10px;
	}
	.contact {
		margin-top: 9px;
		margin-right: 10px;
		float: right;
		font-size: 12px;
	}
	.contact a {
		line-height: 16px;
		margin-left: 38px;
	}
	.contact p {
		line-height: 16px;
		font-size: 12px;
	}
	.footer {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
 	.logo {
 		width: 40%;
 		margin-left: 50px;
 	}
 	.contact {
 		margin-right: 50px;
 	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
 	
}
@media only screen and (min-width: 1200px){
 	
}