﻿/***
 *	信用中国2.0版本的样式定义
 **/

/*---------- import ---------*/

/*@import url("layout.css");
@import url("page.css");
*/


/*---------- base ---------*/
*{
    padding:0px;
    margin:0px;
}
body {
    font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    background: #f6f6f6;
    letter-spacing: 1px;
}

html,body,div,table, ul, ol, li, form, img, h1, h2, h3, h4, h5, h6, label, p, dl, dt, dd {
    border: none;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    border:0;
}
input{
    outline: none;
}
a,a:visited {
    text-decoration:none;
}

a:hover,a:active {
    text-decoration:underline;
}

ul{
    list-style:none;
}
input,select,button{
    font:12px Verdana,Arial,Tahoma;
    vertical-align:middle;
}

.footer {
    float:left;
    margin-top:0px;
    width:100%;
    min-width: 1200px;
    background-color: #e22323;
    height: 210px;
    color: #ffffff;
}
/*底部样式*/
.main_footer {
    background-color: #e22323;
    width: 100%;
    height:100%;
    color: #fff;
}
.main_footer a{
    color: #fff;
}
.main_footer .footer_content {
    background-color: #e22323;
    width: 1200px;
    height: 150px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    font:14px/2 "Regular","Microsoft YaHei","微软雅黑";
}
.main_footer .footer_content p {
    height: 30px;
    line-height: 30px;
}
.main_footer .footer_content p  a {
    display:inline-block;
    text-decoration:none;
    height:18px;
    line-height:25px;
    color:#FFF;
}
.main_header .header_login .leftspan {
    float:left;
    margin-left:0px;
    color: #333;
    font-size: 14px;
}
