﻿@charset 'utf-8';
/* CSS Document */
html,body
{
    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: #333;
}
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,
label
{
    font-weight: normal;

    margin: 0;
}
body,
button,
input,
select,
textarea
{
    font-family: '微软雅黑';
    font-size: 12px;

    margin: 0;

    color: #333;
    border: 0;
    outline: none;
    background: none;
    background-color: white;
    -webkit-appearance: none;
}

@media (min-width: 1530px)
{
    .container
    {
        width: 1400px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1529px)
{
    .container
    {
        width: 1270px;
    }
}
.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,
.img_d{
    display: none;
}
img,
img:focus{
    border: 0;
    outline: 0;
}
.slick-vertical .slick-slide:focus{
    outline: 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#MyContent {}
#MyContent img{
	width:80%;
	padding:0px;
	margin:0px;
}
}