@charset "utf-8";
*, *:after, *:before {
	transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{font-size:12px;background: #F2F2F2;width:100%;margin:0px;padding:0px;font-family: "Microsoft YaHei" ,sans-serif;}
body{overflow-x: hidden;overflow-y:auto;min-width: 320px;}
img{border:0px;}
ul,li,p{margin:0px;padding:0px;}
a{text-decoration: none;color: #7d7d7d;}
a:hover{text-decoration:none;}
ul,li{list-style-type:none;border:none;}
input,button,select,textarea{ outline:none;}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;padding:0;margin:0;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-weight: normal;margin: 0;}
ul>li>a{display:block;}
ul>li>a>img{width:100%;}
.overf{overflow:hidden;}
.pyc{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.ppyc{
	overflow: hidden;
 	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.lg{float: left;}
.rg{float: right;} 
.clear {clear: both;/* height: 0px; *//* overflow: hidden; */float: none;}
.clear:after{content:'';display:table;height:0;display: block;clear: both;} 
section:after,ul:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.wh{width: 1200px;margin: 0 auto;clear: both;}
.wh:after{content:'';display:table;height:0;display: block;clear: both;}
.bjx{background-image: none !important;}
.imgScale .img{width: 100px;height: 100px;overflow: hidden;display: inline-block;}
.imgScale li:hover .img img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}
.img>img{width: 100%;height: 100%;transition: all .6s;}
.imgh{cursor: pointer;font-size: 0;}
.imgh .img01{display: inline-block;}
.imgh .img02{display: none;}
.hoverHui{transition: all 0.3s ease;filter: grayscale(100%);opacity: 0.66;}
.imgh:hover .img01{display: none;}
.imgh:hover .img02{display: inline-block;}
.img_jz{display: table-cell;text-align: center;width: 170px;height: 170px;vertical-align: middle;position: relative;}
.img_jz>span{display: inline-block;height: 100%;vertical-align: middle;}
.img_jz>img{vertical-align: middle;max-width: 90%;max-height: 90%;width: auto;}
.new_con{font-size: 14px;line-height: 25px;text-align: left;}
.new_con img{max-width: 100%;}
a.img{display: block;font-size: 0;}
a.img>img{width: 100%;height: 100%;}
.listH{}
.listH li{
	z-index: 1;
  -webkit-transition: all 150ms ease-out 0ms;
     -moz-transition: all 150ms ease-out 0ms;
       -o-transition: all 150ms ease-out 0ms;
          transition: all 150ms ease-out 0ms;
}
.listH li:hover{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
    box-shadow: 0 40px 100px 0 rgba(84, 84, 84, 0.5);
    cursor: pointer !important;
}
.yiny{-moz-box-shadow: 0px 0px 6px rgba(115, 115, 115, 0.24);
    -webkit-box-shadow: 0px 0px 6px rgba(115, 115, 115, 0.24);
    box-shadow: 0px 0px 6px rgba(115, 115, 115, 0.24);}
.table{display: table;width: 100%;height: 100%;text-align: center;vertical-align: middle;}
.tableCell{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.page{
    text-align: center;
    clear: both;
    padding: 50px 0;
    width: 100%;
}
.page a{
    font-size: 15px;
    padding: 0px 5px;
    display: inline-block;
    margin: 5px;
    border: 1px solid;
}
.page a:hover,.page a.on{border-color: white;}

