﻿@charset "utf-8";
*{margin:0;padding:0;box-sizing: border-box;outline: none;}
ul,li{list-style-type: none}
body{
    color:#333;
    font-size:14px;
    font-family:"微软雅黑";
    text-align: center;
    background-color:#f6f6f6;
}
input,select,option,textarea{font-family: inherit}
a{text-decoration: none}
a:link{color:#333}
a:visited{color:#333}
a:hover{color:#0063ba}
a:active{color:#333}

a:hover img{
	opacity:.85
}
img{ width: auto;max-width: 100%; max-height: 100%;}/* div图片溢出问题 */
