html {
font-size: 62.5%
}

@media only screen and (min-width: 481px) {
html {
font-size:94%!important
}
}

@media only screen and (min-width: 561px) {
html {
font-size:109%!important
}
}

@media only screen and (min-width: 641px ; max-width: 641px) {
html {
font-size:125%!important
}

body {
max-width: 640px;
}
}

/* font-size   finish */

li, ol { list-style:none; }
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {
	margin:0;
	padding:0;
	}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}


body,
html {
  background-color: #fff;
  height: 100%;
  max-width: 640px;
  padding: 0;
  margin: auto;
  font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}

.nav {
  /* position: fixed; */
/*   display: inline-block; */
  border: none;
  width: 100%;
  height: 60px;
  margin:auto;
  background: #b40000;
  z-index: 10000;
}

.logo_box{
	float: left;
    padding-right: 30px;
}

.nav .logo{
    display: block;
    width: 130px;
    height: 30px;
    padding: 12px 0 0 10px;
}
.nav .logo img{
    display: block;
	width: 100%;
}

.nav .btn-nav {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  /* padding: 10px; */
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  z-index: 999999;
}

.btn-nav:focus {
  outline: 0;
}

.nav_clear{
  height:60px;
}

.icon-bar {
  display: block;
  margin: 5px 0;
  width: 35px;
  height: 5px;
  background-color: #fff;
}

.btn-nav:hover .icon-bar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #00aeef;
}

.nav-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  height: 100%;
  width: 32%;
  z-index: 21;
}

.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top: 10%;
}

.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor {
  color: #fff;
  text-align:right
  font-size:1.2rem;
  text-transform: uppercase;
  position: relative;
  padding: 5px;
  margin-right: 15px;
}

.item-anchor:hover,
.item-anchor:focus {    
  border-color: #00aeef;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #00aeef;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-item {
  margin: 15% auto;
  font-size: 1.5rem;
  font-weight: 500;
  text-align:right;
}

.animated {
  display: block;
  margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #00aeef;
}

.animated:focus {
  cursor: pointer;
  z-index: 9999;
}

.middle {
  margin: 0 auto;
}

.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}

.animated .icon-bar {
  z-index: 999999;
  background-color: #00aeef;
}

.animated .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}

@keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}

@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}

.hidden {
  display: none;
}
/* 
@-webkit-keyframes hide-produck {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hide-produck {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hide-produck {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

.hide-produck {
  display: none;
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
} */



/* 主体部分style */
.w_640{ max-width: 640px; margin: 0 auto;}
.w_img{width: 100%;}
.w_img img{ /*注意*/
	display:block; 
	width: 100%;
	}
.nwap {
	width:100%;
	margin: 0 auto;
	}
.nwap ul li{
	list-style: none;
	width: 50%;
	float: left;
	}
.main{
	width:100%;
	background-color:#fff;
	}
.main_col1{
	width:100%;
	margin-bottom:10px;}
.main_col1 li{
	display:block;
	height:auto;
	width:45%;
	float:left;
	margin-left:2%;
	margin-right:2%;
	text-align:center;
	margin-top:10px;}
.main_col1 li a{color:#FFFFFF;}
.propic{
	width:100%;
	height:100%;
	}

.propic img{
	width:100%;
	height:100px;}
.protle{
	width:100%;
	line-height:100%;
	background-color:#0059AB;
	padding-top:5%;
	padding-bottom:5%;
	}

	
.buybtm{
	width:10%;
	float:right;
	padding:5px;
	text-align:center;
	background-color:#fe5f01;
	margin-right:2%;
	margin-top:10%;
	}
.buybtm a{ color:#FFFFFF;}

/* 主体部分  finish */


/* 留言板 */


input,textarea{ font-family:"Microsoft Yahei"; font-size:13px;}

.ind-text{
	padding:10px 20px;
	text-align: center
}

.ind-text i{
	display: block;
	margin: 10px auto; 
	border: 1px solid blue; 
	width: 200px; 
}

.ind-text span{
	font-size: 12px;
}

.bdbox ul li input  { font-family: 'Open Sans';
    border: 1px solid #E2E6E7;
    font-size: 12px;
    line-height: 17px;
    padding: 7px 15px;
    color: #ccc;
    width: 200px;
    margin:5px;
    border-radius: 5px; 
}

.bdbox ul li textarea  { font-family: 'Open Sans';
    border: 1px solid #E2E6E7;
    font-size: 12px;
    line-height: 17px;
    padding: 7px 15px;
    color: #ccc;
    width: 200px;
    margin:5px;
    border-radius: 5px; 
}

.bdbox ul li label{
	float:left;
	margin:0 20px;
	width:211px;
    color: #333;
    display: inline-block;
	
}
.code{  text-align:center;  margin:0 auto;  }

.code:last-child{
	margin-top:10px;
}


/* 留言板  finish */

/* footer */
#footer{
	width: 100%;
    height: 90px;
    background: #282828;
    color: #d6d6d6;
	font-size:0.5rem;-webkit-text-size-adjust:none;!important;
}

.footer-wrapper{
/* 	width:100%;
	height: 100%;
	    margin: auto; */
	/* padding: 15px 10px; */
    background: #282828;
}
.footer-wrapper-line{
    width: 100%;
	margin: 10px auto;
    border-bottom: 1px solid #333;
}

#footer .footer-wrapper i {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 5px;
    background: #666;
    vertical-align: middle;
}

.footer-wrapper-bottom{
	text-align: center;
}

