/*Public style*/

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	max-width: 750px;
	margin: 0 auto;
}

body {
	color: #333;
	font-family: Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
	background: #f5f5f5;
}

a {
	text-decoration: none;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

ul {
	list-style: none;
}

a {
	color: #333;
}

.both {
	clear: both;
}
.d-n{
	display: none;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
.text-indent{
	text-indent: 2em;
}
/*header*/
.m_header,.m_navigation{
	width: 100%;
	max-width: 750px;
	height: 0.88rem;
	background: url(../mobileImages/m_header_bg.jpg);
	background-size: 100% 100%;
	position: fixed;
    top: 0;
    z-index: 90;
}
.m_nav{
	height: 100%;
    position: relative;
    box-shadow: 0px 0px 5px 0px #333;
}
.m_nav a,.m_navigation a{
	display: block;
    width: 2.48rem;
    height: 100%;
    margin: 0 auto;
}
.m_open,.m_close{
	width: 0.46rem;
	height: 0.46rem;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.23rem;
}
.m_navigation_background {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    max-width: 750px;
    height: 100%;
    z-index: 98;
    display: none;
}
.m_navigation {
    max-width: 750px;
    width: 100%;
    height: 0.88rem;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,1);
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
}
.m_navigation_ul {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    background: #000;
    overflow: hidden;
    position: fixed;
    top: 1.05rem;
    z-index: 99;
    display: none;
}
.m_navigation_ul li a{
	display: block;
	width: 100%;
}
.m_navigation_ul li a span {
    display: block;
    font-size: 0.34rem;
    line-height: 1rem;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px #656565 solid;
    text-align: center;
    color: #fff;
}
.m_navigation_ul li a .active{
	color: #d2b335;
}

/*footer*/
.footer_red{
	padding: 0.2rem 0.6rem 1.65rem;
	background: #a82e18;
}
.footer_red img{
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
}
.phone{
	height: 0.6rem;
	line-height: 0.6rem;
	margin-bottom: 0.2rem;
	padding-left: 0.1rem;
}
.phone_num {
    font-size: 0.34rem;
    color: #fff;
    font-weight: bold;
    margin-left: 0.2rem;
    float: left;
}
.footer_red ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer_red ul li{
	float: left;
	font-size: 0.2rem;
	text-align: center;
	color: #C0C0C0;
}
.footer_red ul li img{
	display: inline-block;
}
.footer_red ul li p{
	margin-top: 0.06rem;
}
/*底部菜单*/
.footer_menu{
    width: 100%;
	position: fixed;
	z-index: 80;
	bottom: 0;
	max-width: 750px;
	background: url(../mobileImages/m_footer_bg.jpg);
	background-size: 100% 100%;
	padding: 0.2rem 0;
    box-shadow: 0px 0px 1px 0px #000;
}
.footer_menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer_menu ul li{
	width: 20%;
}
.footer_menu ul li a{
	display: block;
	font-size: 0.24rem;
	color: #000;
	text-align: center;
}
.footer_menu ul li img{
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;	
}
.footer_menu ul li p{
	margin-top: 0.1rem;
}

/*返回顶部*/
.go_top {
    position: fixed;
    right: 10px;
    bottom: 75px;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.3);
    display: none;
    z-index: 9999;
    cursor: pointer;
}
.go_t {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    margin-top: 9px;
}
.go_t img {
    border-radius: 50%;
}