﻿body {
    margin: 0;
}

.clearfix {
    clear: both;
}

nav {
    font-family: Helvetica;
    /*text-align: right;*/
    text-transform: uppercase;  
    background-color: #D50919;
}

nav ul {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
	
}

nav ul li a {
    color: #fff;
    font-weight:400;
    text-decoration: none;
    display: inline-block;
    padding:10px 30px;
    box-sizing: border-box;
}

nav ul li a:hover {
    color: white;
	background: rgb(235, 0, 113);
}

.current_page {
    background-color:#0a0a0b66;
}

.current_page a {
    color: white;
}

#menu_button_wrapper{
    display: none;
}

/* * * * * * * * * * * * *表单页          开始  * * * * * * * * * */

.form {padding-left: 0;}
.form input{ width: 32% !important;height: 48px;border: 1px solid #ccc !important;background: #fff !important;border-radius:0 !important;margin-right: 5px;}
.form span{width:100% !important;color: #999 !important; font-size: 14px;line-height:35px ;
         text-align: left !important;
         margin-left: 0 !important;
}
.form input{
	
}
.form textarea{ padding: 10px !important;border: 1px solid #ccc !important; width:95% !important;background: #fff !important; height: 150px !important;
margin-left: 0 !important;}
.validatebox-invalid{ background-image: none !important; padding-left: 10px !important; background-color: #FCEDEA;}
.form .nine-add{width:120px !important; margin-left: 9px !important;transition: all 0.5s !important;}
.form .nine-add:hover{background: #A80000; color: #bb2200 }
.form .nine-username,.nine-sex,.nine-phone,.nine-message{ margin-left: 10px !important;margin-top:15px !important;}
.easyui-validatebox{    height: 35px !important; padding-left: 10px !important; color: #666;margin-left: 0 !important;}
.form .nine-btn-box{width:;margin:0 auto !important;margin-top: 15px !important;margin-left: 0;}
.form .nine-box{
	width: 50%;
    margin: 0 auto;
}
.form #sure{
	background: #6bd3db !important;
	color: #fff !important;
	height: 42px !important;
	font-size: 16px;
}
.form #sure:hover{
	background: #337ab7 !important;
	color: #fff !important;
}
.form input:hover{
	border: 1px solid #29cee1 !important;
}
.form textarea:hover{
	border: 1px solid #29cee1 !important;
}
.form input:focus{
	border: 2px solid #29cee1 !important;
}
.form textarea:focus{
	border: 2px solid #29cee1 !important;
}
/* * * * * * * * * * * * *表单页          结束  * * * * * * * * * */




/* Responsive for smaller screens */

@media (max-width: 760px) {
	.navbar-nav{display:none;}
	.hidden {
    display: none;
}
.form .nine-box{width:90% !important;}
.form textarea {width:90% !important;}
.form input{margin-right:30px;}

    #menu_button_wrapper{
        display: block;
        padding: 1em;
        color: #9d9d9d;
        border-bottom: 1px solid #bcb3b2;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1);
        box-shadow: 0 1px 0 rgba(255,255,255,.1);
     
    }
    
    #menu_button {
        box-sizing: border-box;
        float: right;
        padding: .5em 1em;
        border:2px solid #fff;
        border-radius: 5px;
        color: white;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    #menu_button:hover {
        cursor: pointer;
        background-color:#d70c53;
    }
    
    #hamburger {
        float: right;
        padding-top: 5px;
    }
    
    #menu_button span{
        display: block;
        background-color: #fff;
        width: 1.2em;
        height: .15em;
        border-radius: 1px;
        margin-bottom: .2em;
    }
    
    nav ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
		background: #fff;
    }

    nav ul li {
        display: block;
		border-bottom: 2px solid #ececec;
    }
    
    nav ul li a {
        width: 100%;
		color:#000 !important;
    }

}
