* { box-sizing: border-box;}

/*body>div{overflow: hidden}*/
li{ list-style:none;}

img{ display:block;}
p { line-height: 30px; font-size: 14px;}
/** a:hover { color: #ffef00;transition: all 0.3s ease;}*/

.img { overflow: hidden;}
.img img { transition: all 0.5s ease;}
.img:hover img { transform: scale(1.1);}

.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{zoom:1;}
.w1200{
    width: 1200px;
    margin: 0 auto;
}


.left { float:left;}
.right { float:right;}
@font-face{ font-family:"fm";
    src:url('../font/HYZHUZIMUTOURENW.eot'),
    url('../font/HYZHUZIMUTOURENW.ttf'),
    url('../font/HYZHUZIMUTOURENW.eot?#iefix') format('embedded-opentype'),
    url('../font/HYZHUZIMUTOURENW.woff') format('woff'),
    url('../font/HYZHUZIMUTOURENW.svg#fzcyjt') format('svg');}
.fm{_font-family: fm;font-family: fm}
.fm a{ text-decoration:none; color:#000; display: block; transition: all 0.3s ease;}