﻿@charset 'utf-8';
/* CSS Document */
html
{
    overflow-x: hidden;
    overflow-y: auto;
}
*
{
    margin: 0;
    padding: 0;
}
a
{
    -webkit-transition: all .2s ease-out 0s;
       -moz-transition: all .2s ease-out 0s;
        -ms-transition: all .2s ease-out 0s;
         -o-transition: all .2s ease-out 0s;
            transition: all .2s ease-out 0s;
    text-decoration: none;

    color: #000;
}
a:hover
{
    text-decoration: none;
}
a:focus{text-decoration:none;}
ul,
ol,
li
{
    list-style-type: none;
}
body,
button,
input,
select,
textarea
{
    font-family: 'Arial','微软雅黑';
    font-size: 12px;

    margin: 0;

    color: #000;
    border: 0;
    outline: none;
    background: none;
    background-color: white;
}

@media (min-width: 1200px)
{
    .container
    {
        width: 1200px;
    }
}
/*p
{
    font-size: 14px;
    line-height: 1.428;

    letter-spacing: .75px;

    color: #666;
}*/
.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: #3498DB;
}
.c_bl2
{
   color: #3498DB;
}
