@charset 'utf-8'; /* CSS Document */ html,body { overflow-x: hidden; overflow-y: auto; } * { margin: 0; padding: 0; } a { -webkit-transition: all .3s ease-out 0s; -moz-transition: all .3s ease-out 0s; -ms-transition: all .3s ease-out 0s; -o-transition: all .3s ease-out 0s; transition: all .3s ease-out 0s; text-decoration: none; color: #000; } a:hover,a:focus { text-decoration: none; outline: none; } ul, ol, li { list-style-type: none; margin: 0; } h1, h2, h3, h4, h5, h6, p { font-weight: normal; margin: 0; } body, button, input, select, textarea { font-family: 'Arial'; font-size: 12px; margin: 0; color: #333; border: 0; outline: none; background: none; background-color: white; -webkit-appearance: none; } @media (min-width: 1230px) { .container { width: 1230px; } } .fl { float: left; } .fr { float: right; } .c_333 { color: #333; } .c_666 { color: #666; } .c_w { color: #fff; } .bg_w { background: #fff; } .c_b { color: #000; } .bg_b { background: #000; } .c_bl { color: #014a7f; } .c_bl2 { color: #5c7ca0; } .disnone{ display: none; } .img_d{ display: none; } .img_dd{ display: none !important; } .hm{ height: 100%; }