
/*自定义字体*/

@font-face
{
    font-family: 'Helvetica-Light';
    src:  
        url('../fonts/HELVETICA-LIGHT_0.OTF');   
}
@font-face
{
    font-family: 'Helvetica-Bold';
    src:  
        url('../fonts/HELVETICA_BOLD_0.TTF');   
}
@font-face
{
    font-family: 'Helvetica';
    src:  
        url('../fonts/HELVETICA_0.TTF');   
}
@font-face
{
    font-family: 'Chery';
    src:  
        url('../fonts/CheryTypes.ttf');   
}
@font-face
{
    font-family: 'ArialMT';
    src:  
        url('../fonts/arial.ttf');   
}



/* css 重置 */

body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    font-weight: normal;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto
}

body {
    color: #000;
    font-family:Helvetica-Light;
    text-align: left;
    background: #FFFFFF;
}

header,
section,
footer {
    display: block;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}

/*-----------------------------导航栏----------------*/

/* One  header  */

.header {
    background: #ffffff;
    border-color: #b8b8b8;
    border-style: solid;
    border-width: 1px 0;
}

.header #menu_btn {
    width: 5.9%;
    height: auto;
    margin-left: 5.55%;
    margin-bottom:2.8%;
}
.header .logo {
    height: auto;
    margin: 3.2% 25%;
    width: 26.48%;
    margin-top:3.8%;
}

.fixed_top{
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 100;
    filter: alpha(opacity=70);//   ie 有效
    -moz-opacity: 0.7;//   Firefox  有效
    opacity: 0.7;//   通用，其他浏览器  有效
}


#menu_list {
    background: #eaeaea none repeat scroll 0 0;
    border-color: #B8B8B8;
    display: none;
    border-style: solid;
    border-width: 0 1px 1px;
    height: auto;
    margin: 0 5.55%;
    right: 0;
    text-align: center;
    top: 0;
    width: 88.9%;
}

#menu_list ul {
    padding-top: 2.1%;
}

#menu_list ul li {
    color: #171a1a;
    font-size: 36pt;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
	display:inline-block;
    width: 100%;
}
.class_red {
    color:#c7001f;
}
.class_black {
    color:#000;
}

#menu_list ul .line {
    border-bottom: 5px solid rgb(221, 221, 221);
    height: 2px;
    margin: 2.1% 45%;
    width: 10%;
}

#menu_list ul .img_close {
    height: auto;
    margin: 0 48% 2.1%;
    width: 4%;
}
.second_menu {
    display: none;
}
/*  横向标题   */

#menu_bottom {
    display: none;
}

.menu_bottom_table {
    color: #000;
    margin: 0 10%;
    padding: 3.6% 0;
    text-align: center;
    width: 80%;
    font-size: 22pt;
    line-height: 50px;
}

.menu_bottom_title {
    background: #ffffff none repeat scroll 0 0;
    border-color: #fff #000 #fff #fff;
    border-style: solid;
    border-width: 2px;
    color: #000;
    font-size: 29pt;
    line-height: 58px;
}
.span{
    border-right: 4px solid #BDBDBD;
    margin-left: 42pt;
    width: 4px
}