

@charset "utf-8";

* { outline: 0;  font-size: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding:0; margin: 0}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
a { text-decoration: none; color:#626262  }
html { height: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;margin:0 auto }
body {
    width: 100%;
    height: 100%;
    margin: 0px auto;
	overflow-x:hidden
	}
* {
    box-sizing: border-box;
    outline: 0;
}
i{
	font-style:normal;
}

body {
    padding: 0px;
    margin: 0px auto;
    font-family: 微软雅黑,"Museo300", "Open Sans", "Hiragino Sans GB", STXihei, "Microsoft YaHei", sans-serif;
	color:#000;
	overflow-x:hidden
}
.clearfix{ clear:both}

.center{ text-align:center;}
img {  vertical-align: middle; border: 0}
img:not([src*="/"]) { display: none; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
th, td, caption { vertical-align: middle; }
textarea { resize: none; border: 0; padding: 8px 0; border-radius: 0;}
ul,li { list-style: none; margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 {margin:0; padding:0; font-weight:normal;}
.clr:after {content:""; display:block; height:0; clear:both; visibility:hidden;}
.clr,.clear {*zoom:1; clear:both}
 h3, h4, h5, h6 ,footer { -webkit-text-size-adjust: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
.fl{float:left;}.fr{float:right;}
em{font-style:normal}
.height{ height:80px;}
.heights{ height:50px;}
.mtb20{ margin:20px 0}
.pl30{ margin-left:30px;}
.pr30{ margin-right:30px;}
.red{ color:red;}
.mtb40{ margin:40px 0}
.mt40{ margin:20px 0;}
.mt140{ margin:120px 0;}
.pt15{ padding-bottom:15px;}
.font12{ font-size:12px; color:#72706e; font-weight:bold}
.line20{ line-height:20px;}
.center{ text-align:center;}
.mtb{
	border-top:1px #dedede solid;
	border-bottom:1px #dedede solid;
	height:8px;
	background:#f1f1f1
}

.mt{
	margin-top:5px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.over{
	overflow:hidden
}

.img_pic li,.h_tow  dt,.quality_img ul li,.img_pic{
    overflow: hidden;
}

.h_tow  dl:hover img,.quality_img ul li:hover img,.img_pic li:hover img{
	transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	opacity: 1

}
.pull-left {
    float: left
}
.radius{
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.radiusd{
  -moz-border-radius: 100rem;
  -webkit-border-radius: 100rem;
  border-radius: 100rem;
}
.radiusds{
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.mb-20 {
    margin-bottom: 26px ;
}
.pts{
	padding-top:25px;
}
.pt{
	padding-top:45px;
}
.ptb{
	padding:45px 0
}
.relative{
	position: relative
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #999;
  font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #999;
  font-size: 16px;
}
.flex {
    display: flex;
}
.between{
   justify-content:space-between ;
}



/*分页*/
#pages {
  text-align: center;
}

#pages li {
  padding: 0 10px;
  margin: 0 2px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
  display: inline-block;
}

#pages li.active {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f90712;
  color: #fff;
  display: inline-block;
}

#pages li:hover {
  background: #f90712;
}

#pages li:hover a {
  color: #fff;
}