﻿/* 导航样式 */
@font-face {
    font-family: "iconfont-main";
    src: url('../fonts/iconfontmain.eot'); /* IE9*/
    src: url('../fonts/iconfontmain_iefix.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfontmain.woff') format('woff'), /* chrome, firefox */
    url('../fonts/iconfontmain.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfontmain.svg') format('svg'); /* iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}

[class^="icon-main-"], [class*=" icon-main-"] {
    font-family: 'iconfont-main';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-main-circlecross:before {
    content: "\e632";
}

.icon-main-arrow-circle-right:before {
    content: "\e657";
}

.icon-main-menu1:before {
    content: "\e642";
}

.mobile_menu {
    top: 0px;
    width: 200px;
    height: 100%;
    background: rgba(255,255,255,0.95);
    position: fixed;
    z-index: 9999;
    right: -250px;
    overflow: auto;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* box-shadow:0 0 10px rgba(0,0,0,0.5); */ /* transition:all 0.5s ease 0s; */
}

.mobile_menu .ico_close {
    font-size: 30px;
    color: #ccc;
    position: absolute;
    right: 15px;
    top: 5px;
    line-height: 40px;
}

.mobile_menu .ico_close:hover {
    color: #999;
}

.mobile_menu ul {
    border-top: 1px solid #eee;
    margin-top: 50px;
    list-style-type: circle;
}

.mobile_menu ul li {
    border-bottom: 1px solid #eee;
}

.mobile_menu ul li a {
    text-align: left;
    color: #7a7a7a;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    font-size: 16px;
}

.mobile_menu ul li a i {
    margin-right: 10px;
}

.mobile_menu ul li a:hover {
    background: #f0f0f0;
    color: #bd2029;
}

.mobile_menu ul li ul {
    margin-top: 0;
    border: 0;
    padding-left: 50px;
}

.mobile_menu ul li li {
    border: 0;
}

.mobile_menu ul li li a {
    display: block;
    padding: 5px 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.mobile_icon {
    line-height: 40px;
    font-size: 32px;
    /*display: block;
    color: #fff;
    float: right;*/
}