﻿@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
}
ul,li,ol,h1,h2,h3,h4,dl,dt,dd,form,p,span,b,u,s,i {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal
}
.clearfix {
    display: inline-table;
}
* html .clearfix {
    height: 1%;
/*ie6*/
}
*+html .clearfix {
    min-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
input,textarea {
    outline: none;
    border: 0px;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a {
    blr: expression(this.onFocus=this.blur());
 /* IE Opera */
    outline: none;
 /* FF Opera */
    color: #fff;
}
a:focus {
    -moz-outline-style: none;
 /* FF */
} /*去掉a标签超链接的虚线框*/
.clearboth {
    clear: both
}
em {
    font-style: normal;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    color: #1697cf;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
a:active {
    text-decoration: none;
}
.main {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.main1 {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

body {
    margin: 0px;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei",宋体,Arial, Helvetica, sans-serif;
}
.csbor {
    border: 1px solid #000;
}
