@charset "utf-8";
.main{
    width: 1200px;
    margin: 0 auto;
}
/*reset start*/
.container{
    padding: 0;
}
.navbar-default{
    border: none;
    background: transparent;
}
.navbar-brand{
    padding: 0;
    margin-right: 20px;
}
.navbar{
    margin: 0;
}
.navbar-nav{
    margin: 0;
}
.navbar-collapse{
    padding: 0;
}
.navbar .navbar-nav>li>a{
    padding: 0;
    margin: 0 15px;
    line-height: 48px;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    text-align: center;
}
.navbar-default .navbar-nav>li>a{
    color: #222;
}
.navbar-default .navbar-nav>li>a:hover{
    border-color: #009241;
    color: #009241;
}
.navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
    border-color: #009241;
    color: #009241;
}
.navbar-default .navbar-nav>.active>a{
    border-color: #009241;
    color: #009241;
    background: transparent;
}
/*reset end*/
/*top start*/
.top{
    margin: 25px 0;
}
.top .navbar-brand img{
    height: 50px;
}
.top .navbar-nav>li{
    position: relative;
}
.top .navbar-nav>li:hover>a{
    color: #009241;
}
.top .navbar-nav>li ul{
    position: absolute;
    top: 40px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    background: #fff;
    display: none;
    border-bottom: 1px solid #eee;
    z-index: 1000;
}
.top .navbar-nav>li ul p{
    border-bottom: 2px solid #009241;
}
.top .navbar-nav>li ul p i{
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    border: 4px solid #009241;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.top .navbar-nav>li ul li{
    border: 1px solid #eee;
    border-top: none;
}
.top .navbar-nav>li ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.top .navbar-nav>li ul li a:hover{
    background: #009241;
    color: #fff;
}
.top .tel{
    float: right;
    line-height: 50px;
    font-size: 14px;
    color: #666;
}
.top .tel i{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../img/tel.png") no-repeat center;
    vertical-align: middle;
    margin-right: 10px;
}
/*top end*/


/*footer start*/
.footer{
    overflow: hidden;
}
.footer .container{
    border-top: 1px solid #eee;
}
.logo{
    width: 130px;
    height: 50px;
    margin: 60px 40px;
}
.logo a{
    display: block;
}
.logo a img{
    width: 100%;
    display: block;
}
.footer .container>ul{
    width: 700px;
    margin: 30px;
}
.footer .container>ul>li{
    width: 14.285%;
    float: left;
}
.footer .container>ul>li a:hover{
    color: #009241;
    text-decoration: underline;
}
.footer .container>ul>li>a{
    display: block;
    font-size: 16px;
    text-align: center;
    padding-bottom: 5px;
}
.footer .container>ul>li ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.ewm img{
    width: 120px;
    height: 120px;
    display: block;
    margin: 30px 40px;
}
/*footer end*/

@media(max-width: 768px){
    .top{
        margin: 0;
    }
    .navbar .navbar-nav>li>a{
        margin: 0;
        border-left: none;
        border-right: none;
        line-height: 36px;
    }
    .footer .container>ul{
        width: auto;
        margin: 0;
        padding: 10px;
    }
    .footer .container>ul>li{
        width: auto;
    }
    .footer .container>ul>li>a{
        padding: 0 5px;
        line-height: 30px;
    }
}

/*record*/
.record{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #222;
}
.record span{
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
}
.record span a{
	color: #fff;
}
.record span a:hover{
	text-decoration: underline;
}