/* reset */
body{font-family:'PingFang SC','微软雅黑'; font-size:14px;color:#282828;min-width:1200px;}
*{ margin:0px; padding:0px;box-sizing: border-box;}
img{margin:0;padding:0;vertical-align: top;}
a{color: #282828;text-decoration: none;}
a:hover{ color:#2F67E9;}
em,i{ font-style:normal}
ul,li{ list-style:none;margin: 0;padding: 0;}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both}
.hide { display: none; } 
.ep1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ep2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
input{ font-family:'微软雅黑'; font-size:14px;outline:none}
input::-webkit-input-placeholder {color:#b9b9b9 !important;}
input:-moz-placeholder {color:#b9b9b9 !important;}
input::-moz-placeholder {color:#b9b9b9 !important;}
input:-ms-input-placeholder {color:#b9b9b9 !important;}
.flex{display: -webkit-flex;display: flex;}
.wp { width: 1200px; margin: auto; text-align: left; }
@font-face { font-family: 'din';src: url("../fonts/DIN-Bold.ttf");}
.din{font-family: 'din';}
.clear{clear:both;}
/* transy */
.transy{transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.transy:hover{transform: translateY(-10px);}
/* 图片效果 */
.pic,.bimg{overflow:hidden;}
.biao img,.pic img{transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;cursor:pointer;}
.pic img,.bimg img{width:100%;height:100%;}
.biao:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.pic:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);-moz-transform: scale(1.1);}
.bimg img {transition: all 2.6s ease-in 0s; }
.bimg:hover img {transform: scale(1.09) !important; }
.pimg:hover{transform: scale(1.09) !important; }
.pimg{height:100%;width:100%;transition: all 2.6s ease-in 0s;}
.x1,.x2,.x3,.x4,.x5,.x6,.x7,.x8,.x9,.x10,.x11,.x12,.xl1,.xl2{float:left;}
.x1{width:8.33333333%;}.x2{width:16.66666667%;}.x20{width:20%;}.x3{width:25%;}.x4{width:33.33333333%;}.x5{width:41.66666667%;}.x6{width:50%;}.x7{width:58.33333333%;}.x8{width:66.66666667%;}.x9{width:75%;}.x10{width:83.33333333%;}.x11{width:91.66666667%;}.x12{width:100%;}