﻿@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; box-sizing: border-box; position:relative;}
body,html { width: 100%; font-size: 14px; font-family: "微软雅黑"; color: #6c6c6c; background-color: white; margin: 0 auto; line-height:1.5;}
a { text-decoration: none; color: #6c6c6c; }
a:hover { text-decoration: underline; }
li { list-style-type: none; }
a img { border: 0px none; }
img { display:inline-block; }
img.kzsy {width:100%;}
img.gzsy {height:100%;}
p {margin-bottom:0;}

.pad15 {padding:15px;}

.animate { transition: all 0.2s ease-in-out 0s; }
.t-c {text-align:center;}
.t-r {text-align:right;}
.mb25 { margin-bottom:25px;}
.mb10 {margin-bottom:10px;}
.mb5 {margin-bottom:5px;}

/* 清除bootstrap样式 */
ul,ol { margin-bottom:0px;}