/*样式清零*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr, acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong, sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption, tbody,tfoot,thead,tr,th,td{border:0;outline:0;vertical-align:baseline; background:transparent;margin:0;padding:0;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* DEFAULTS
----------------------------------------------------------*/
body   
{
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

/* a标签4中状态颜色
a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}
*/
a
{
    text-decoration:none;
    color: #323232;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.content
{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    }
/*  快捷栏通用设置 */
.currency
{
    border: 2px solid #e1e1e1;
    border-top: 2px solid #e12323;
    box-sizing: border-box;
    padding: 0 10px;
    }
.curr_ti
{   
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dotted #e7e7e7;
    font-size: 17px;
    }
.curr_ti>a
{
    font-size: 14px;
    float: right;
    }
.curr_con li
{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #e7e7e7;
    }
.curr_con li:last-child
{   
    border-bottom: none;
    }

/* 位置导航 */

/* 左边通用列表框*/
.page_active
    {
        color: black;
        float:left; 
        width:880px;
    }
.page_active .curr_con
{   
    width: 880px;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #e1e1e1; 
    border-top: 2px solid #e12323; 
    }
/* 顶部搜索框*/
/*--------------- 搜索 -------------------------*/
.c1
{
    height: 70px; 
    line-height: 70px; 
    position: relative; 
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
    }
.c1 input[type="text"]
{
    width: 950px; 
    height: 50px; 
    border: 1px solid #e7e7e7;
    border-radius: 5px; 
    color: #909090; 
    font-size: 17px; 
    text-indent: 17px; 
    margin-left: 20px;
    }
 .c1 input[type="button"]
{
    width: 190px; 
    height: 50px;
    background: #e32223; 
    border-radius: 5px; 
    border: none; 
    color: White; 
    font-weight: bold;
    font-size: 17px; 
    margin-left: 20px;
    }