* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html, body {
	width: 100%;
}
body {
	min-width: 320px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	font-family: Microsoft YaHei, SimSun;
	background: #fff;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #333333;
	display: inline-block;/*white-space: nowrap;*/
}
input{
	-webkit-appearance: none;
}
li {
	list-style: none;
}
img {
	border: 0;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.clear {
	clear: both;
}
.container-fluid {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.container {
	padding: 0 15px;
	overflow: hidden;
}
.oh {
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
input::-webkit-input-placeholder {
    /* placeholderé¢œè‰²  */
    color: #eee;
    /* placeholderå­—ä½“å¤§å°  */
    font-size: 15px;
}
input {
    border: none;
    outline: none;
}
.mian{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width:720px;
	overflow: hidden;
}
.content {
    margin: 30px auto;
}
.intro-box {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}
/*------------header-----------*/
.header-wai{position: relative;background: #fff;height: 57px;z-index: 999;box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;padding: 0;margin: 0 auto; max-width:720px;}
.nav-menu{width: 4rem;height: 2rem;line-height: 2rem;position: absolute;background: #d53c3c;text-align: center;
border-radius: 5px;color: #fff;top: 0.8rem;left: 0.5rem; cursor:pointer;}
.header-logo{padding:0 1.2rem; height:auto; text-align:center;}
.header-logo a{display:block; padding:0.25rem 0;}
.header-logo img{display:block; max-width:100%; max-height:3rem; margin:0 auto;}
.header-tel{position: absolute;right: 1rem;top: 0.6rem;width: 2.5rem;}
.header-tel a{display:block;}
.header-tel img {width:100%;}
.menu-wai{position: fixed;top: 57px;left: 0;right: 0;height:auto;background:rgba(0,0,0,0.6);z-index: 998;display: none;width: 100%;margin-bottom: 40px;}
.menu{width: 100%;height: 100%;overflow-y: scroll;margin-right: -17px;overflow-x: hidden;}
.menu li{height: 45px;line-height: 45px;}
.menu li a{color:#fff;display: block;width: 100%;height: 100%;text-align: center;font-weight: normal;}


.banner-wai{width: 100%;margin-left: auto;margin-right: auto;position: relative;z-index: 100;line-height: normal;padding: 0;}

/*------------footer-----------*/

.footer-wai{
	overflow:hidden;
	padding-bottom:70px;
	background:#34373F;
}
.foot-nr {
    margin: 20px;
}
.foot-nr p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.dbmneu-wai{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8888;
}
.menu-db, .menu-db ul {
    position: relative;
    display: block;
}
.menu-db ul li {
    float: left;
    width: 20%;
    height: 60px;
    text-align: center;
    /* position: relative; */
    background: #dc251c;
}
.menu-db ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}
.menu-db ul li span {
    display: block;
    text-align: center;
    width: 50px;
    height: 20px;
    margin: 0 auto;
}
.menu-db ul li span img {
    display: inline-block;
    width: 40%;
}
.menu-db ul li p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}
.menu-db ul li:nth-child(3) p {
	display:none;
}
.menu-db ul li:nth-child(3) span img {
	width:80%;
}
.menu-db ul li:nth-child(3) span {
    position: absolute;
    top: -20px;
    width: 160%;
    left: 0;
    right: 0;
    width: 90px;
    margin: 0 auto;
}

/*----------cate---------*/

.cate_box{
    width: 100%;
    overflow: hidden;
}
.cate {
    padding: 0 10px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    background-color: #fff;
    -moz-box-shadow: 0px -3px 5px #f5f5f5 inset;
    -webkit-box-shadow: 0px -3px 5px #f5f5f5 inset;
    box-shadow: 0px -3px 5px #f5f5f5 inset;
}
.cate-list{
    padding: 0 10px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    background-color: #fff;
    -moz-box-shadow: 0px -3px 5px #f5f5f5 inset;
    -webkit-box-shadow: 0px -3px 5px #f5f5f5 inset;
    box-shadow: 0px -3px 5px #f5f5f5 inset;
}
.cate_box ul {
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}	
.cate_box ul li {
    min-width: 23%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.cate_box ul li a {
    padding: 0 5px;
    text-align: center;
    color: #333;
    font-size: 14px;
    display: block;
    position: relative;
}
.cate_box ul .cur a {
    color: #dc251c;
}

