﻿@charset 'utf-8';
/* CSS Document */
html,body
{
    overflow-x: hidden;
    overflow-y: auto;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #000;
}
*
{
    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,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: '微软雅黑';
    font-size: 14px;
    margin: 0;
    color: #000;
	line-height:28px;
    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,
.img_d2{
    display: none;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.clear{clear:both;}
.clearfix:before,
.clearfix:after{
    display: table;
  content: " ";
}
.clearfix:after{
   clear: both;
}