@charset "utf-8";
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
BODY {
    FONT-SIZE: 12px; background-color:#fff;background-position: center top; MARGIN: 0px auto; COLOR: #333; FONT-FAMILY:  '微软雅黑',Arial,Verdana,Sans-Serif
}
/*-----start-header----*/
.header{
}
.container{
    background-color:#fff;
    min-height:60px;
    overflow:hidden;
}
.logo{
    float: left;
    padding:5px 0px 0px 5px;
    z-index:999999;
}
.logo img{
    height:56px;
}
.logo a{
    color: #303030;
    font-weight: 200;
    text-transform: uppercase;
    z-index:999999;
}
.logo a:hover{
    text-decoration:none;
    z-index:999999;
}

/*----navbar-nav----*/
.top-nav ul li a{
    color: #202242;
    padding:0px;
    font-size:14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;

    position: relative;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
    color:#ffcaaf;
}
.logo a{
    display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
    position: relative;
    float: left;
    margin: 2.4% 0 0 0px;
}
nav ul {
    padding: 0;
    float: left;
    margin: 0.9em 0;
}
nav li {
    display: inline;
    float: left;
    position:relative;
}
nav a {
    color: #333;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height:30px;
}
nav a:hover{
    text-decoration:none;
    color:#d70800;
}
nav a#pull {
    display: none;
    color:#fff;
    padding:0px 2px 2px 2px;

}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 1648px) {
    nav {
        height: auto;
        float:none;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 50%;
        position: relative;
        float:;
    }
    nav li a {
        border-top: 1px solid #ffd8c5;
        background-color:#2e7d06;  /*菜单样式*/

    }
    nav a {
        text-align: left;
        width: 100%;
    }
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width :1380px) {
    nav {
        border-bottom: 0;
        float:none;
    }
    nav ul {
        display: none;
        height: auto;
        margin:0;
        background: #fff;
    }
    nav a#pull {
        display: block;
        position: relative;
        color: #333;
        font-size:24px;
        text-align: right;
        position: absolute;
        top:16px;
        right:15px;
    }
    nav a#pull:after {
        content:"";
        background: url('nav-icon.png') no-repeat;
        width: 30px;
        height:30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    nav a#pull img{
        margin-right:2%;
    }
    .top-nav ul li a {
        color: #fff;
        padding: 0em 0;
    }
    nav {
        margin: 1.4% 0 0 0;
    }
    .logo {
        margin-top:0px;
        z-index:999;
        position:relative;
    }


    nav a#pull {
        top:20px;
        right:0px;
    }
}
/*Smartphone*/
@media only screen and (max-width :768px) {
    nav {
        float:none;
    }
    nav li {
        display: block;
        float: none;
        width:50%;
        float:left;
        font-size:14px;
        font-family:微软雅黑;
    }
    nav li a {
        border-top: 1px solid #3b920f;
        font-size:14px;
        font-family:微软雅黑;
    }
    nav {
        margin: 1.4% 0 0 23%;
    }
    .logo {
        margin-top:0px;
        z-index:999;
        position:relative;
    }

    nav {
        margin: 1.4% 0 0 0;
    }
    nav a#pull {
        top:15px;
        right:0px;
    }
}
/*----- contact-info -----*/



}
@media (max-width:768px){
    nav {
        margin: 1.4% 0 0 23%;
    }
    .logo {
        margin-top:0px;
        z-index:999;
        position:relative;
    }
    nav {
        margin: 1.4% 0 0 0;
    }
    nav a#pull {
        top:28px;
        right:0px;
    }
}
@media (max-width:480px){
    nav {
        margin: 1.4% 0 0 23%;
    }
    .logo {
        margin-top:0px;
        z-index:999;
        position:relative;
    }
    .logo img{
        height:46px;
    }
    nav {
        margin: 1.4% 0 0 0;
    }
    nav a#pull {
        top:16px;
        right:10px;
    }

}
@media (max-width:320px){
    nav {
        margin: 1.4% 0 0 23%;
    }
    .logo {
        margin-top:0px;
        z-index:999;
        position:relative;
    }
    .logo img{
        height:40px;
    }
    nav a#pull {
        top:18px;
        right:10px;
    }

}


