a, blockquote, body, code, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, iframe, img, input, label, li, object, ol, p, q, small, span, strong, table, tbody, td, th, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
}
ul,li{list-style: none;}
a{text-decoration:none;}
*{font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif;}
html{font-size: 50px;}
html,body{height: 100%;}
header{position: fixed;top: 0;width: 100%;height: 1.08rem;background: #fff;z-index: 5;box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);}
.clear{clear: both;}

/*头部*/
.logo{float: left;width: 4.25rem;height: auto;margin-top: .3rem;margin-left: .32rem;}
.tel{float: right;width: .32rem;height: .29rem;margin-top: .4rem;margin-right: .5rem;background:url(../images/tel.png);background-size: cover;}
.search{float: right;width: .29rem;height: .29rem;margin-top: .4rem;margin-right: .5rem;background:url(../images/search.png);background-size: cover;}
.menu{float: right;width: .32rem;height: .29rem;margin-top: .4rem;margin-right: .3rem;background: url(../images/menu.png);background-size: cover;}
.zhao{display: none;position: fixed;width: 100%;height: 100%;z-index: 2}
.menulist{display: block;position: fixed;right: 0;top: 1.08rem;width: 2.7rem;height: 0;z-index: 4;-webkit-perspective: 4rem;-moz-perspective: 4rem;-ms-perspective: 4rem;-o-perspective: 4rem;perspective: 4rem;}
.menulist li {width: 100%;height: .8rem;float: left;opacity: 0;background: rgba(255,255,255,.9);-webkit-transform: rotateY(90deg);-moz-transform: rotateY(90deg);-ms-transform: rotateY(90deg);-o-transform: rotateY(90deg);transform: rotateY(90deg);-webkit-transition: opacity .4s,-webkit-transform .5s;-moz-transition: opacity .4s,-moz-transform .5s;-ms-transition: opacity .4s,-ms-transform .5s;-o-transition: opacity .4s,-o-transform .5s;transition: opacity .4s,transform .5s}
.menulist li a{display: block;width: 90%;float: left;margin-left: 5%;border-top: 1px solid #eeeeee;height: .8rem;line-height: .8rem;font-size: .3rem;color: #333333;text-align: center;}
.menulist li:nth-child(1) {-webkit-transition-delay: 0s;-moz-transition-delay: 0s;-ms-transition-delay: 0s;-o-transition-delay: 0s;transition-delay: 0s}
.menulist li:nth-child(2) {-webkit-transition-delay: 50ms;-moz-transition-delay: 50ms;-ms-transition-delay: 50ms;-o-transition-delay: 50ms;transition-delay: 50ms}
.menulist li:nth-child(3) {-webkit-transition-delay: 100ms;-moz-transition-delay: 100ms;-ms-transition-delay: 100ms;-o-transition-delay: 100ms;transition-delay: 100ms}
.menulist li:nth-child(4) {-webkit-transition-delay: 150ms;-moz-transition-delay: 150ms;-ms-transition-delay: 150ms;-o-transition-delay: 150ms;transition-delay: 150ms}
.menulist li:nth-child(5) {-webkit-transition-delay: 200ms;-moz-transition-delay: 200ms;-ms-transition-delay: 200ms;-o-transition-delay: 200ms;transition-delay: 200ms}
.menulist li:nth-child(6) {-webkit-transition-delay: 250ms;-moz-transition-delay: 250ms;-ms-transition-delay: 250ms;-o-transition-delay: 250ms;transition-delay: 250ms}
.menulist li:nth-child(7) {-webkit-transition-delay: 300ms;-moz-transition-delay: 300ms;-ms-transition-delay: 300ms;-o-transition-delay: 300ms;transition-delay: 300ms}
.menulist li:nth-child(8) {-webkit-transition-delay: 350ms;-moz-transition-delay: 350ms;-ms-transition-delay: 350ms;-o-transition-delay: 350ms;transition-delay: 350ms}
.menulist li:nth-child(9) {-webkit-transition-delay: 400ms;-moz-transition-delay: 400ms;-ms-transition-delay: 400ms;-o-transition-delay: 400ms;transition-delay: 400ms}

/*尾部*/
footer{
	width: 100%;
	height: 4rem;
	text-align: center;
	background: #262626;
	color: #fff;
	font-size: .28rem;
	line-height: .5rem;
}
footer a{
	color: #fff;
	font-size: .28rem;
	line-height: .5rem;
}
.foot_img{
	width: .3rem;
}

/*侧边栏*/
.cebian{
	position: fixed;
	right: 0;
	top: 40%;
	width: 0.8rem;
	z-index: 3;
}
.cb_baoming{
	float: right;
	width: 1rem;
	height: 1rem;
	background: #BC1326;
	color: #fff;
	text-align: center;
	line-height: 1rem;
	border-top-left-radius: 0.1rem;
	display: block;
	font-size: .28rem;
}
.cb_jingjia{
	float: right;
	width: 1rem;
	height: 1rem;
	background: #BC1326;
	color: #fff;
	text-align: center;
	line-height: 1rem;
	margin-top: .1rem;
	display: block;
	font-size: .28rem;
}
.cb_dingbu{
	float: right;
	width: 1rem;
	height: 1em;
	background: #BC1326;
	color: #fff;
	line-height: 1rem;
	border-bottom-left-radius: 0.1rem;
	margin-top: .1rem;
}
.cb_dingbu img{
	width: .32rem;
	float: left;
	margin-top: .37rem;
	margin-left: .34rem;
}