﻿@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

a, a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}

html {
	width: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	min-height: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto!important;
	font: 0.24rem/1.6 'PingFang SC', 'Myriad Pro', "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
	background: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: .8rem;
	padding-bottom: .8rem!important;
	overflow-x: hidden;
}

body:before, body:after {
	content: "";
	width: 100%;
	display: block;
}

body:after {
	height: .82rem;
}

img {
	border: 0px;
}

em, b {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	font-size: .24rem;
}

ul, ol {
	list-style-type: none;
}

input, button, textarea {
	outline: none;
	font-family: "Microsoft Yahei", Arial;
	font-size: .24rem;
	-webkit-appearance: none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/****************************公用样式***********************/
.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 101;
	background: #000;
	opacity: 1;
}

.dialog-layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: .8rem;
	z-index: 101;
	background: #000;
	opacity: .7;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.por {
	position: relative;
}

.poa {
	position: absolute;
}

.hidden {
	display: none;
}

.tac {
	text-align: center;
}

.g-ico, .g-icobef:before, .g-icobef:after {
	background: url(../images/g-ico.png) no-repeat;
	display: inline-block;
	background-size: 4rem auto;
	vertical-align: middle;
}

.g-icobef:before, .g-icobef:after {
	content: "\20";
	display: block;
}
/*清除浮动*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*header*/
.header {
	max-width: 640px;
	min-width: 320px;
	width: 100%;
	height: .8rem;
	margin: 0 auto;
	text-align: center;
	z-index: 99;
	background: #279cef;
	position: fixed;
	top: 0px;
}

.header .logo {
	height: .8rem;
	max-width: 60%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.header .logo img {
	height: .8rem;
	display: inline-block;
}

.header .home {
	width: 1rem;
	height: .8rem;
	padding: .18rem 0 0 .2rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.header .home:before {
	width: .42rem;
	height: .42rem;
	display: block;
	background-position: 0 0;
}

.header h1 {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: .3rem;
	color: #fff;
}

.header .navBtn {
	width: 0.8rem;
	height: 0.8rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
}

.header .navBtn span {
	width: .4rem;
	height: .03rem;
	display: block;
	left: .25rem;
	z-index: 11;
	position: absolute;
	background: #fff;
	transition-duration: .5s;
}

.header .navBtn span:first-child {
	top: .26rem;
}

.header .navBtn span:nth-child(2) {
	top: .38rem;
	transition-duration: .1s;
}

.header .navBtn span:nth-child(3) {
	top: .5rem;
}

.header .navBtn.close {
	z-index: 222;
}

.header .navBtn.close span {
	z-index: 222;
}

.header .navBtn.close span:nth-child(2) {
	left: -100%;
	opacity: 0;
}

.header .navBtn.close span:nth-child(1) {
	transform: rotate(45deg);
	top: 50%;
}

.header .navBtn.close span:nth-child(3) {
	transform: rotate(-45deg);
	top: 50%;
}

.header .goBack {
	width: .7rem;
	height: .8rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
}

.header .goBack:before {
	width: .33rem;
	height: .26rem;
	display: block;
	margin: .28rem auto;
	background-position: -1.98rem 0;
}
/*.g-top*/
.g-top {
	width: .88rem;
	height: .88rem;
	padding-top: .25rem;
	text-align: center;
	background: #279cef;
	border-radius: 100%;
	position: fixed;
	z-index: 99;
	right: 3%;
	bottom: 15%;
	display: block;
	font-size: .18rem;
	color: #575c65;
	display: none;
}

.g-top:before {
	width: .42rem;
	height: .36rem;
	margin: auto;
	background-position: -2.48rem 0;
}
/*footer*/
.footer {
	width: 100%;
	padding: .3rem 2% 0;
	line-height: .35rem;
	font-size: .2rem;
	color: #666;
	text-align: center;
}

.footer a {
	color: #666;
}

#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 1rem;
	left: 0;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #279cef;
}
#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #78ce0b;
}
#toolbar .list li:first-child {
	border-left: none;
}
#toolbar .list li:last-child {
	border-right: none;
}
#toolbar .list a {
	display: block;
	height: 1.2rem;
	line-height: 0.24rem;
	font-size: 0.22rem;
	color: #fff;
	padding-top: 0.15rem;
}
#toolbar .list a.hover {
	background: #279cef;
}
#toolbar .list a i {
	margin-left: auto;
	margin-right: auto;
	width: 0.42rem;
	height: 0.46rem;
	display: block;
}
#toolbar .list a i img {
	width: 25px;
	height: 25px;
}
#toolbar .list a span {
	text-align: center;
	line-height: 0.35rem;
	display: block;
}
#toolbar .list a i span {
	color: #fff;
	padding-top: .9rem;
	text-transform: initial;
	font-style: normal;
}

/*subNav*/
.ease {
	transition: all .3s linear;
}

.subNav {
	position: fixed;
	width: 4rem;
	height: 100%;
	top: .8rem;
	right: 0;
	z-index: 111;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: translateX(4rem);
	-moz-transform: translateX(4rem);
	-ms-transform: translateX(4rem);
	transform: translateX(4rem);
}

.subNav .con {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.subNav .list {
	padding-top: .1rem;
}

.subNav .list li {
	width: 100%;
	height: 0.75rem;
	line-height: 0.75rem;
	padding: 0 .25rem;
}

.subNav .list li a {
	display: block;
	width: 100%;
	position: relative;
	font-size: .26rem;
	color: #000;
}

.subNav .list li a:before {
	width: 0.3rem;
	height: 0.32rem;
	content: "\20";
	display: inline-block;
	vertical-align: middle;
	margin-right: .2rem;
	background: url(../images/nav-ico.png) no-repeat center 0.05rem;
	background-size: .3rem auto;
}

.subNav .list li:nth-child(2) a:before {
	background-position: center -0.36rem;
}

.subNav .list li:nth-child(3) a:before {
	background-position: center -0.79rem;
}

.subNav .list li:nth-child(4) a:before {
	background-position: center -1.18rem;
}

.subNav .list li:nth-child(5) a:before {
	background-position: center -1.59rem;
}

.subNav .list li:nth-child(6) a:before {
	background-position: center -2rem;
}

.subNav .list li:nth-child(7) a:before {
	background-position: center -2.42rem;
}

.subNav .list li:nth-child(8) a:before {
	background-position: center -2.82rem;
}

.subNav .list li:hover a, .subNav .list li.hover a {
	color: #279cef;
}

.subNavShow2 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
/*首页导航*/
.inav_t {
	width: 100%;
	height: 1.4rem;
	background: #313131;
}

.inav_t dl {
	height: 1.4rem;
	overflow: hidden;
}

.inav_t dl dd {
	width: 33.3%;
	height: 0.7rem;
	float: left;
	text-align: center;
	border-right: 1px #474747 solid;
	border-bottom: 1px #474747 solid;
}

.inav_t dl dd:nth-child(5), .inav_t dl dd:nth-child(6), .inav_t dl dd:nth-child(7), .inav_t dl dd:nth-child(8) {
	border-bottom: 1px #474747 solid;
}

.inav_t dl dd a {
	display: block;
	width: 100%;
	height: .69rem;
	line-height: .69rem;
	color: #fff;
}
/*首页导航*/
/*banner*/
.banner {
	width: 100%;
	text-align: center;
}
.banner img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.iservice {
	padding: .5rem 0;
	background: #f9f9f9;
}

.iservice li {
	width: 33.3%;
	float: left;
	text-align: center;
}

.iservice li img {
	width: 1.42rem;
	height: 1.42rem;
	color: #67b308;
	display: block;
	margin: 0 auto .08rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.iservice li h3 {
	font-weight: bold;
	color: #279cef;
	font-size: .26rem;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.gridlist .item {
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: .1rem;
	text-align: center;
	position: relative;
}

.gridlist .item:nth-child(2n) {
	margin-right: 0;
}

.gridlist .item a {
	width: 100%;
	display: block;
}

.gridlist .item figure {
	width: 100%;
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}

.gridlist .item figure img {
	width: 100%;
	min-height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.gridlist .item h3 {
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.indexTit {
	padding: .2rem 0 0;
	margin-bottom: .2rem;
	text-align: center;
	position: relative;
}

.indexTit h3 {
	font-size: .34rem;
	font-weight: bold;
	color: #000000;
}

.indexTit .line {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: .16rem;
	background: #eeeeee;
}

.indexTit .en {
	color: #b9b9b9;
	font-size: .18rem;
	position: relative;
	z-index: 11;
	display: inline-block;
	background: #fff;
	padding: 0 .1rem;
	text-transform: uppercase;
}

.icase {
	width: 100%;
	padding: .2rem 4%;
}

.icase .tab {
	text-align: center;
	margin-bottom: .15rem;
}

.icase .tab a {
	width: 29%;
	height: 0.48rem;
	line-height: 0.48rem;
	margin: 0 .08rem .1rem;
	display: inline-block;
	padding: 0 .1rem;
	background: #333333;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.icase .tab a:hover {
	background: #279cef;
}

.ixbanner {
	width: 100%;
	height: 1.8rem;
	background: url(../images/ixbanner.jpg) no-repeat center center;
	background-size: auto 1.8rem;
}
.ixbanner .txt {
	color: #fff;
    font-size: 0.36rem;
    text-align: center;
	padding-top: 0.32rem;
}
.ixbanner .con {
	padding:0.1rem 0 0 1.5rem;
	line-height: .2rem;
}

.ixbanner .btn {
	width: 1.4rem;
	height: .4rem;
	margin-right: .1rem;
	text-align: center;
	line-height: .4rem;
	display: block;
	background: #fff;
	color: #67b308;
	float: left;
}

.ixbanner span {
	display: block;
	font-size: .2rem;
	line-height: .2rem;
	color: #fff;
}

.ixbanner .tel {
	color: #fff;
	font-weight: bold;
	line-height: .28rem;
	font-size: .26rem;
}

.iabout {
	padding: .2rem 4%;
}

.iabout .img {
	width: 100%;
	max-height: 3.15rem;
	overflow: hidden;
	display: block;
}

.iabout .img img {
	width: 100%;
	display: block;
}

.iabout .tit {
	font-weight: bold;
	font-size: .34rem;
	padding: .26rem 0 .18rem;
	text-align: center;
	color: #000000;
}

.iabout .txt {
	color: #666666;
	line-height: .36rem;
	height: 1.8rem;
	overflow: hidden;
	padding: 0;
}

body .more {
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #fff;
	background: #279cef;
	display: block;
	text-align: center;
	margin-top: .2rem;
}

.inews {
	padding: .2rem 4% .1rem;
}

.inews .tab {
	text-align: center;
	margin-bottom: .1rem;
}

.inews .tab a {
	width: 29%;
	height: 0.48rem;
	line-height: 0.48rem;
	margin: 0 .08rem .1rem;
	display: inline-block;
	padding: 0 .1rem;
	background: #333333;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.inews .tab a:hover {
	background: #279cef;
}

.inews .item {
	width: 100%;
	display: block;
	padding: .1rem 0 .1rem;
}

.inews .item img {
	width: 1.9rem;
	height: 1.4rem;
	float: left;
	margin-right: .36rem;
	display: block;
}

.inews .item h3 {
	font-size: .26rem;
	line-height: .35rem;
	margin-top: .02rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.inews .item span {
	font-size: 0.2rem;
    color: #666;
}

.inews .item .txt {
	font-size: .23rem;
	line-height: .35rem;
	height: .7rem;
	overflow: hidden;
	color: #999999;
}
/*aboutTit*/
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}

.icon, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}

.iconbef:before {
	background: url(../images/icon.png) no-repeat;
	background-size: 2.4rem auto;
	vertical-align: middle;
}

.cateList {
	width: 100%;
	line-height: 0.8rem;
	text-align: center;
	background: #f1f1f1;
	color: #333;
	position: relative;
	margin-bottom: .4rem;
}

.cateList .goBack {
	width: .8rem;
	height: .8rem;
	padding-top: .25rem;
	position: absolute;
	left: .1rem;
	top: 0;
	z-index: 12;
}

.cateList .goBack:before {
	width: .2rem;
	height: .32rem;
	display: block;
	margin: 0 auto;
	background-position: -1.5rem -2.1rem;
}

.cateList h3 {
	position: relative;
	font-size: .3rem;
}

.cateList h3 s {
	position: absolute;
	top: 0.34rem;
	right: .4rem;
	width: .22rem;
	height: .18rem;
	margin-left: .1rem;
	background-position: -1.06rem -2.2rem;
	display: none;
}

.cateList .box {
	width: 100%;
	padding: .2rem 3% .0;
	z-index: 11;
	background: #fff;
	display: none;
	border-bottom: 1px solid #ddd;
}

.cateList .box a {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: .15rem;
	height: .62rem;
	line-height: .6rem;
	border: 1px solid #dddddd;
	font-size: .26rem;
	text-align: center;
	display: block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cateList .box a:nth-child(2n) {
	margin-right: 0;
}

.cateList .box a.on {
	background: #279cef;
	border-color: #279cef;
	color: #fff;
}

.pro_select {
	width: 100%;
	padding: 0 3% .3rem 3%;
	background: #279cef;
}

.pro_select select {
	width: calc(48.5%);
	padding: 0 .1rem;
	margin-left: 3%;
	margin-bottom: 3%;
	border: 0px;
	background: #fff;
	height: 0.58rem;
	line-height: 0.58rem;
	color: #666666;
	float: left;
}

.pro_select select:nth-child(2n+1) {
	margin-left: 0;
}

.moreBtn {
	width: 94%;
	margin: .3rem auto 0;
	text-align: center;
	color: #000;
	height: 0.88rem;
	line-height: 0.88rem;
	display: block;
	background: #f1f1f1;
}

.newsPage {
	padding-bottom: .3rem;
}

.newsPage .list {
	padding: 0 3%;
}

.newsPage .item {
	width: 100%;
	display: block;
	padding: 2%;
	background: #f7f7f7;
	margin-bottom: 4%;
}

.newsPage .item img {
	width: 1.9rem;
	height: 1.4rem;
	display: block;
	margin-right: .2rem;
}

.newsPage .item h3 {
	font-size: .26rem;
	line-height: 0.4rem;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newsPage .item span {
	font-size: 0.2rem;
    color: #666; 
}

.newsPage .item p {
	font-size: .23rem;
	line-height: 0.35rem;
	color: #999999;
	overflow: hidden;
}

.newsPage .moreBtn {
	margin-top: 0;
}

.newsPage .erro {
	padding: 0 3%;
}

.productPage {
	padding: 0 0 .3rem;
}

.productPage .gridlist {
	padding: 0 3%;
}

.productPage .erro {
	padding: 0 3%;
}

.showProduct {
	width: 100%;
}

.show-pic {
	padding: 3%;
	text-align: center;
}
.show-pic img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.showProduct .protit {
	padding-bottom: 3%;
	font-size: .3rem;
	color: #000;
	text-align: center;
}

.showProduct .tit2 {
	font-size: .26rem;
	color: #279cef;
	padding: 0 3% .2rem;
}

.showProduct .price {
	color: #ff0036;
	padding: 0 3% .2rem;
}

.showProduct .price span {
	font-size: .36rem;
}

.showProduct .showTel {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	font-size: .28rem;
	color: #666666;
	background: #f8f8f8;
	border-top: 1px solid #dbd7d7;
	border-bottom: 1px solid #dbd7d7;
	text-align: center;
	box-sizing: border-box;
	color: #000;
}

.showProduct .showTel s {
	width: .62rem;
	height: .6rem;
	margin-right: .1rem;
	background-position: 0 -0.62rem;
}

.showProduct .showpCon {
	padding: 0 0 .3rem;
}

.showProduct .showpCon .tit {
	color: #279cef;
	font-weight: bold;
	padding: .2rem 0;
	font-size: .26rem;
}

.showProduct .showpCon .showp_img, .showProduct .showpCon .showp_txt {
	margin-bottom: .2rem;
	padding: 0 3%;
}

.showProduct .showpCon .showp_img img, .showProduct .showpCon .showp_txt img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.showProduct .showpCon .txtcon {
	font-size: .24rem;
	color: #333;
}

.showProduct .showpCon .showpCase {
	border-top: .2rem solid #f1f1f1;
	margin-top: .2rem;
}

.aboutPage .txtcon {
	color: #666666;
	padding: 0 3% .3rem;
}

.aboutPage .txtcon img {
	max-width: 100%;
	display: inline-block;
	height: auto!important;
}

.contactPage .t {
	color: #000;
	padding: 0 3% .2rem;
	font-size: .3rem;
}

.contactPage .n-tit {
	font-size: .3rem;
	color: #279cef;
	padding: 0 3% .2rem;
}

.contactPage .txtcon {
	color: #666666;
	padding: 0 3% .3rem;
}

/*showInfo*/
.showInfo {
	padding: 0 0 .5rem;
	width: 100%;
}

.showInfo .title {
	font-size: .3rem;
	text-align: center;
	line-height: .46rem;
	margin: 0 2%;
	margin-bottom: .2rem;
	color: #333333;
}

.showInfo .menu {
	margin-bottom: .2rem;
}

.showInfo .mark {
	font-size: .22rem;
	text-align: center;
	color: #666666;
	padding-bottom: .1rem;
	border-bottom: 1px solid #dbd7d7;
}

.showInfo .mark span {
	margin: 0 .06rem;
}

.showInfo .mark span i {
	font-style: normal;
}

.showInfo .contxt {
	padding: .2rem 3% .4rem;
	color: #666666;
}

.showInfo .contxt img {
	max-width: 100%;
	display: inline-block;
	height: auto !important;
}

.showInfo .reLink {
	margin: .2rem 3% .1rem;
}

.showInfo .showRelate {
	margin-top: .1rem;
}

.showInfo .showRelate .sitepath {
	padding: .18rem 0 0;
}

.showInfo .showRelate .sitepath h3 {
	font-weight: bold;
}

.showInfo .showRelate .item {
	margin-bottom: .2rem;
}

.time {
	margin: 0 3%;
}
.tags {
	overflow: hidden;
	font-size: 0.2rem;
	margin: 0 3%;
}
.tags span {
	float: left;
	display: block;
	line-height: 0.6rem;
}
.tags a {
	display: inline-block;
	line-height: 0.4rem;
	margin: 0.1rem 0;
}
.tags a:hover {
	background: #3ba86f;
	border-color: #3ba86f;
	color: #fff;
}

/*reLink*/
.reLink {
	margin: .2rem 3% .3rem;
}

.reLink .prevLink, .reLink .nextLink {
	display: block;
	height: .7rem;
	line-height: .7rem;
	font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}

.showTab {
	width: 100%;
	line-height: 0.3rem;
}

.showTab th, .showTab td {
	border: 1px solid #e6e6e6;
	text-align: left;
	padding: .15rem .1rem;
	font-size: .2rem;
}

.showTab th {
	background: #e5e5e5;
	color: #000;
	height: 0.4rem;
	line-height: 0.4rem;
	font-family: "microsoft yahei";
}

.showTab tr td:first-child, .showTab tr th:first-child {
	width: 1.2rem;
	padding: .08rem;
	text-align: center;
}

/*分页样式*/
.pglist{
	text-align: center;
}
.pglist img {
	vertical-align: middle;
}
.pglist ul li{
	padding: 5px 8px;
	font-size: 0.3rem;
	display: inline-block;	
}
.pglist ul li a:hover{
	color: #296dac;
}
/*返回首页*/
#tip {
	padding: 5% 0;
	min-height: 300px;
}

#tip b {
	color: #279cef;
	font-weight: bold;
}

/*视频样式*/
video {
	width: 100%;
	height: 4rem;
	padding: 1.5%;
	background-color: #000;
}

/*字体*/
@media only screen and (min-width: 641px) {
	html {
		font-size: 100px;
	}
}

@media only screen and (max-width: 640px) {
	html {
		font-size: 100px;
	}
}

@media only screen and (max-width: 540px) {
	html {
		font-size: 84.375px;
	}
}

@media only screen and (max-width: 480px) {
	html {
		font-size: 75px;
	}
}

@media only screen and (max-width: 414px) {
	html {
		font-size: 64.6875px;
	}
}

@media only screen and (max-width: 400px) {
	html {
		font-size: 62.5px;
	}
}

@media only screen and (max-width: 375px) {
	html {
		font-size: 58.5938px;
	}
}

@media only screen and (max-width: 360px) {
	html {
		font-size: 56.25px;
	}
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 50px;
	}
}

@media all and (min-width:640px) {
	.header, .navBar {
		max-width: 640px;
		left: 50%;
		margin-left: -320px;
	}
}
