html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{

	font-size:14px;
	line-height: 1.5em;
	color:#333;
	outline:0;
}
body{background:#fff;height:100%;}
a{color:#333;transition: all .3s ease-in-out;}

/**layout**/
.wdd{ width:1200px; margin:0 auto;}
.wdd1{width:1000px;margin:0 auto;}
.fl{ float:left}
.fr{ float:right}
.fclear{*zoom:1;}
.fclear:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }



/*公共头和尾*/
@charset "utf-8";
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
dl,
li,
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
button,
input,
select,
textarea {
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
body {
  background: #fff;
}
body,
button,
input,
select,
td,
textarea,
th {
  font-size: 14px;
  line-height: 1;
  font-family: "微软雅黑", "黑体", "宋体";
  color: #333333;
}
a {
  color: #333333;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
mark {
  background: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
img {
  vertical-align: top;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.img_box {
  display: block;
  overflow: hidden;
}
.img_box img {
  display: block;
  width: 100%;
}
.avatar {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  background: #ddd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.avatar img {
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  margin: auto;
}
/*颜色样式*/
.color_gray {
  color: #999999;
}
.color_orange {
  color: #ff8913;
}
.color_blue {
  color: #007ac2;
}
.color_black {
  color: #000;
}
.renew_btn {
  display: inline-block;
  background: #FBD74F;
  font-size: 16px;
  border-radius: 35px;
  line-height: 35px;
  padding: 0 25px;
}
.renew_btn:hover {
  background: #FACA0C;
}
.font_smalll {
  font-size: 12px;
}
.font_big {
  font-size: 16px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  border: none;
  border: 1px solid #ddd;
}
.btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.select_box {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  border: 1px solid #ddd;
  padding-right: 15px;
  width: 150px;
  vertical-align: middle;
}
.select_box ins {
  text-decoration: none;
}
.select_box:after {
  content: "";
  border: 5px solid #fff;
  border-top: 5px solid #ddd;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
}
.select_box select {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 175px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
  width: 100%;
}
#page_header{
	height: 60px;
}
#page_header .fixed_wrapper{
	position: fixed;
	border-bottom: 1px solid #F1F1F1;
	box-shadow: 0 0 3px #ddd;
	z-index: 10000;
	background: #fff;
	width: 100%;
}
#page_header .logo {
  float: left;
  margin-right: 40px;
}
#page_header .logo img {
  height: 60px;
}
#page_header nav {
  float: left;
  line-height: 60px;
}
#page_header nav li {
  float: left;
  font-size: 16px;
  margin: 0 20px;
}
#page_header nav li a:hover,
#page_header nav li.active a {
  color: #d22;
}
#page_header span {
  float: right;
  line-height: 60px;
  color: #999;
}
#page_header span a {
  color: #999;
}
#page_header span a:hover {
  color: #d22;
}
#page_footer {
  display: block;
  background: #444546;
  margin-top: 15px;
  padding: 10px 0;
}
#page_footer dl {
  float: left;
  overflow: hidden;
  margin-right: 85px;
}
#page_footer dt {
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #b8b8b9;
  margin-bottom: 15px;
  width: 140px;
}
#page_footer dt:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #b8b8b9;
  background: #444546;
  margin-top: 28px;
}
#page_footer dd {
  font-size: 14px;
  color: #b8b8b9;
  line-height: 28px;
}
#page_footer a:hover {
  color: #d22;
}
#page_footer .production {
  width: 290px;
}
#page_footer .production dt {
  width: 100%;
}
#page_footer .production dd {
  margin-right: -20px;
}
#page_footer .production .img_box {
  float: left;
  width: 140px;
  height: 85px;
  margin: 5px 10px 5px 0;
  border-radius: 5px;
}
#page_footer .about a {
  color: #b8b8b9;
}
#page_footer .about a:hover {
  color: #d22;
}
#page_footer .order {
  margin-right: 0;
}
.pop_verification.pop_verification_my.phone_verification .inner {
  width: 420px;
}
.nc_scale {
  width: 350px !important;
}
