﻿html {
    font-size : 20px;
}
@media only screen and (min-width: 320px) {
html {
	font-size: 30px !important;
	}
}
@media only screen and (min-width: 360px) {
html {
	font-size: 40px !important;
	}
}
@media only screen and (min-width: 400px) {
html {
	font-size: 50px !important;
	}
}
@media only screen and (min-width: 440px) {
html {
	font-size: 60px !important;
	}
}
@media only screen and (min-width: 480px) {
html {
	font-size: 70px !important;
	}
}
@media only screen and (min-width: 640px) {
html {
	font-size: 80px !important;
	}
}

/*...*/

.container-fluid {
	padding: 0;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
	max-width:750px;
}
*{margin:0;padding:0;border:0;list-style:none;text-decoration:none;color:inherit;font-weight:normal;font-family:"微软雅黑";box-sizing:border-box;font-style:normal;outline:none;-webkit-tap-highlight-color:transparent;}
body{width:100%;overflow-x:hidden;background:#ffffff;}
img{vertical-align:middle;max-width:100%;}
/*头部*/
.header{position:fixed;top:0;width:100%;background:#ffffff;z-index:10;max-width:750px;}
.header .top-bar{display:flex;justify-content:space-between;align-items:center;height:1.2rem;padding:0 .3rem;border-bottom:1px solid #e9e9e9;}

.logo_text{display:flex;flex-direction:column;flex:1;margin-left:0.16rem;}

.header .top-bar .logo{display:flex;}
.header .top-bar .logo img{width:auto;height:.7rem;}
.header .top-bar .menu_img{width:.46rem;height:.36rem;}
.header .top-bar .menu_close_img{width:.36rem;height:.36rem;}

.header .hide{display:none;}

.header .menu-box {background:#ffffff;position:fixed;top:1.2rem;bottom:0;width:100%;z-index:10;}
.header .menu-box li{position:relative;}
.header .menu-box li a{display:flex;align-items:center;justify-content:space-between;height:1rem;border-bottom:1px solid #e9e9e9;padding:0 .3rem;}
.header .menu-box li span{font-size:.3rem;color:#999999;}
.header .menu-box li span.active{color:#333;}
.header .menu-box li::before{content:"";position: absolute;top:0.4rem;right:0.4rem;background:url(statics/img/more.png) no-repeat;background-size:auto 100%;width:0.14rem;height:0.26rem;}

/*footer*/
#footer_box {
	background: #2d3237;
}
.footer_item {
	border-bottom: 1px solid #373c41;
 padding: 0 .5rem;
}
.footer_item h2 {
 font-size: .36rem;
	color: #aaa;
 padding-top: .7rem;
	margin: 0;
}
.footer_item > ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
 margin: .25rem 0;
}
.footer_item ul li {
	list-style: none;
 font-size: .28rem;
 line-height: .72rem;
	color: #777;
	float: left;
	margin-right: 0.35rem;
}
.footer_item ul li dl {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 0;
}
.footer_item ul li a, .footer_item ul li a:hover, .footer_item ul li a:visited, .footer_item ul li a:link {
	color: #777;
 line-height: .72rem;
	display: block;
}
#footer_box > p.company_code {
 font-size: .2rem;
	line-height: 0.4rem;
	color: #555;
	text-align: center;
	margin: 0;
	padding-top:10px;
	padding-bottom:60px;
}
#footer_box > p.company_code a {
 
	color: #555;
}
/*应用特有*/
.footer_item .footer_item_cont {
	display: -webkit-flex;
	display: flex;
}
.footer_item_cont ul {
	padding-left: 0;
 margin: .25rem 0;
	margin-left: 1rem;
}
.footer_item_cont ul:first-child {
	margin-left: 0;
}
/*客服特有*/
.contact_box ul li {
	width: 50%;
	margin: 0;
}
.contact_box ul li:nth-child(even) dl {
	justify-content: flex-end;
}
.contact_box ul li:nth-child(odd) dl {
	justify-content: flex-start;
}
/*关于我们特有*/
.about_us_box ul {
 margin-top: .5rem;
}
.about_us_box ul li dl {
	flex-direction: column;
}
.about_us_box ul li dl img {
	width: 2rem;
	height: 2rem;
}
.about_us_box ul li dl dd {
 font-size: .2rem;
	text-align: center;
	color: #777;
 line-height: .72rem;
}
/*返回顶部*/
.backTop {
	position: fixed;
	bottom: 2rem;
 right: .5rem;
 width: .8rem;
 height: .8rem;
	background: #ffffff;
	border: 1px solid #ccc;
	z-index: 10;
}
.backTop img {
	width: 100%;
}
/*回到首页*/
.goHome {
	position: fixed;
	bottom: 1rem;
 right: .5rem;
 width: .8rem;
 height: .8rem;
	z-index: 10;
	background: #ffffff;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.goHome a {
	display: block;
	text-align: center;
 font-size: .16rem;
	word-wrap: break-word;
 line-height: .8rem;
	color: #337ab7;
}
.goHome a:hover, .goHome a:link {
	color: #337ab7;
}
/*标题下划线*/
.title_down_line {
 width: .66rem;
	height: 2px;
	/*height: .03rem;*/
	background: #333;
	margin: auto;
 margin-top: .3rem;
}
.view_more_btn {
	width: 2.4rem;
 height: .8rem;
	border: 1px solid #333;
 border-radius: .8rem;
	margin: auto;
}
.view_more_btn a, .view_more_btn a:visited, .view_more_btn a:hover, view_more_btn a:link {
	display: block;
	color: #333;
 font-size: .28rem;
 line-height: .8rem;
	text-align: center;
}



/*修改input 占位符样式*/
::-webkit-input-placeholder { /* WebKit browsers */
 color: #999;
 font-size: .3rem;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999;
 font-size: .3rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #999;
 font-size: .3rem;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #999;
 font-size: .3rem;
}
/*border*/
.bor-rad-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.radius-50 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.radius-tl {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.radius-tr {
 -webkit-border-radius: .1rem .1rem 0 0;
 -moz-border-radius: .1rem .1rem 0 0;
 -o-border-radius: .1rem .1rem 0 0;
 border-radius: .1rem .1rem 0 0;
}
.radius-bl {
 -webkit-border-radius: 0 0 .1rem .1rem;
 -moz-border-radius: 0 0 .1rem .1rem;
 -o-border-radius: 0 0 .1rem .1rem;
 border-radius: 0 0 .1rem .1rem;
}
.bor-t-1 {
	border-top: 1px solid #e9e9e9;
}
.bor-b-1 {
	border-bottom: 1px solid #e9e9e9;
}
.bor-tb-1 {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.lt-sp-1 {
	letter-spacing: 1px;
}
/*边距*/
.no-margin {
	margin: 0!important;
}
.no-padding {
	padding: 0!important;
}
.mb-10 {
 margin-bottom: .1rem;
}
.mt-20 {
 margin-top: .2rem;
}
.mb-20 {
 margin-bottom: .2rem;
}
.mt-30 {
 margin-top: .3rem;
}
.mb-30 {
 margin-bottom: .3rem;
}
.mt-40 {
 margin-top: .4rem;
}
.mb-40 {
 margin-bottom: .4rem;
}
.mb-70 {
 margin-bottom: .7rem;
}
.mt-100 {
	margin-top: 1rem;
}
.mtb-100 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.pt-100 {
	padding-top: 1rem;
}
.pb-100 {
	padding-bottom: 1rem;
}
.ptb-100 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.ptb-20 {
 padding-top: .2rem;
 padding-bottom: .2rem;
}
.plr30 {
 padding-left: .3rem;
 padding-right: .3rem;
}
/*间距*/
.spacing {
	width: 100%;
 height: .2rem;
	background: #f2f3f4;
}
.more {
 width: .14rem;
 height: .26rem;
}
.mini-hg {
	min-height: 10rem;
}
/*size*/
.size-14 {
 font-size:12px;
}
.size-16 {
 font-size:14px;font-weight:500;
}
.size-20 {
 font-size: .2rem;
}
.size-22 {
 font-size: .22rem;
}
.size-24 {
 font-size: .24rem;
}
.size-28 {
 font-size: .28rem;
}
.size-30 {
 font-size: .3rem;
}
.size-32 {
 font-size: .32rem;
}
.size-36 {
 font-size: .36rem;
}
.size-38 {
 font-size: .38rem;
}
.size-40 {
 font-size: .4rem;
}
.size-50 {
 font-size: .5rem;
}
/*color*/
.color-369 {
	color: #FF6600;
}
.color-517 {
	color: #52c41a;
}
.color-333 {
	color: #333333;
}
.color-666 {
	color: #666666;
}
.color-555 {
	color: #555555;
}
.color-999 {
	color: #999999;
}
.color-ccc {
	color: #cccccc;
}
.color-white {
	color: #ffffff;
}
.color-active {
	color: #36bb81;
}
.color-ft {
	color: #536373;
}
.color-blue {
	color: #337ab7;
}
.color-td-1 {
	color: #82dfec;
}
.color-td-2 {
	color: #7fabf5;
}
.color-td-3 {
	color: #59bdf7;
}
/*background*/
.bg-white {
	background: #ffffff;
}
.bg-blue {
	background: #72b7f3;
}
.bg-yellow {
	background: #f99a61;
}
.bg-purple {
	background: #8593f8;
}
.bg-pink {
	background: #fb7e96;
}
.bg-red {
	background: #ff6363;
}
.bg-green {
	background: #46d38c;
}
.bg-td-1 {
	background: #82dfec;
}
.bg-td-2 {
	background: #7fabf5;
}
.bg-td-3 {
	background: #59bdf7;
}
.bg-f8 {
	background: #f8f8f8;
}
/* box布局 */

.flex_start {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}
.flex_end {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
}
.flex_center {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.flex_around {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}
.flex_between {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.flex_warp {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flex1 {
	flex: 1;
}
.flex2 {
	flex: 2;
}
.flex_items {
	align-items: center;
}
.self_start {
	align-self: flex-start;
}
.self_center {
	align-self: center;
}
.self_end {
	align-self: flex-end;
}
.flex_column {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.flex_shrink {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.jnav {
	position: relative;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 1.4rem;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
}
.jnav::-webkit-scrollbar {
width: 0 !important;
height: 0 !important;
}
.jnav .nav-wrap {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.jnav .nav-wrap::after {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #f1f1f1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2) {
.jnav .nav-wrap::after {
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
}
.jnav ul {
	float: left;
	overflow: hidden;
}
.jnav li {
	float: left;
	display: inline-block;
	padding: 0 0.4rem;
	height: 0.99rem;
	text-align: right;
}
.jnav a {
	display: inline-block;
	height: 0.99rem;
	text-align: center;
	line-height: 0.99rem;
	color: #3d464d;
}
.jnav .active a {
	color: #36bb81;
	border-bottom: 0.04rem solid #36bb81;
}
/*分页*/
 

.met_pager {
	clear: both;
	margin: 20px 5px;
	overflow: hidden;
	text-align: center;
	font-size: 12px
}
.met_pager ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 14px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.met_pager ul li:hover {
	background: #36bb81;
	color: #fff;
	border: 1px solid #36bb81
}
.met_pager ul li:hover a {
	color: #fff;
}
.met_pager ul li.thisclass {
	display: inline-block;
	border: 1px solid #36bb81;
	padding: 5px 14px;
	margin: 0 1px;
	background: #36bb81;
	color: #fff;
}
.met_pager ul li.thisclass a {
	color: #fff;
}
.met_pager ul li a {
	display: block;
	color: #999
}
.met_pager ul li a:hover {
	color: #fff;
}


/**/
.position{width:100%; position:fixed; left:0px; bottom:0px; z-index:1001; background-color:#fff;}

.innerWrapper{ max-width:750px; display:block; margin:0 auto; position:relative;}
.innerWrapper img{width:100%;}
.dish1not{display:none}
/*头部*/
.logo_text{display:flex;flex-direction:column;flex:1;margin-left:0.16rem;}

.innerWrapper .top-bar{width:50%;float:left;display:flex;justify-content:space-between;align-items:center;height:1.0rem;padding:0 .3rem;border-right:1px solid #e9e9e9;border-top:1px solid #e9e9e9;}
.innerWrapper .top-bar .logo{display:flex;}
.innerWrapper .top-bar img{width:auto;height:.7rem;}
.innerWrapper .top-bar .menu_img{width:.46rem;height:.36rem;}
.innerWrapper .top-bar .menu_close_img{width:.36rem;height:.36rem;} 

.innerWrapper .end-bar{width:50%;float:left;display:flex;justify-content:space-between;align-items:center;height:1.0rem;padding:0 .3rem;border-top:1px solid #e9e9e9;}
.innerWrapper .end-bar .logo{display:flex;}
.innerWrapper .end-bar img{width:auto;height:.7rem;}
.innerWrapper .end-bar .menu_img{width:.46rem;height:.36rem;}
.innerWrapper .end-bar .menu_close_img{width:.36rem;height:.36rem;} 