html {
    min-width: 1200px;
    font-size: 16px;
}

body {
    margin: 0px;
    padding: 0px;
    margin-top: -12px;
}
p, a, li, ul, h1, h2, h3 {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: black;
}
em,i{font-style:normal}
input, button {
    outline: none;
}
/*base*/
.cl:after,.clearfix:after{content:"\20";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
.fl {
    float: left;
}
img {
    border: none;
}
.oh {
    overflow: hidden;
}
.fr {
    float: right;
}
.p15 {
    padding: 15px;
}
.bg_white {
    background: white !important;
}
.boxshadow{
    box-shadow: -0.5px 0.5px 5px #c5b09a;
}
/*base end*/
/*header*/
.head {
    background:  center center no-repeat;
    height: 210px;
    text-align: center;
}
.state {
    position: relative;
    top: 165px;
}
.search_div {
    margin-top: 7px;
    margin-left: 5px;
    text-align: center;
    float: left;
    width: 285px;
    height: 35px;
    line-height: 35px;
    background:  center center no-repeat;
    background-image: ;
    background-position: center center;
    background-repeat: no-repeat;
}
#search {
    height: 30px;
    border: none;
    font-size: 16px;
    color: #797979;
    text-align: left;
    margin-top: 2px;
    width: 225px;
}
#search_button {
    background-image: ;
    background-position: right center;
    background-repeat: no-repeat;
    background: center center no-repeat;
    border: none;
    width: 40px;
    height: 19px;
    float: right;
    margin-top: 7px;
    cursor: pointer;
}
.head p {
    margin-top: 10px;
    color: #c7925d;
}
.nav {
    background: #e73200;
    text-align: center;
}
.nav ul {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.nav ul li {
    display: inline-block;
    width: 130px;
    height: 50px;
    float: left;
    font-size: 20px;
    /*font-weight: bold;*/
    line-height: 48px;
}
.nav ul li a {
    display: block;
    color: white;
}
.nav li:hover {
    background: #c73500;
}
.active {
    background: #c73500;
}
/*header end*/

/*main*/
.main {
    width: 1200px;
    margin: 40px auto 20px auto;
}
.main2 {
    width: 1200px;
    margin: 20px auto 20px auto;
}
.main2 li a {
    font-size: 16px;
    line-height: 38px;
    color: #2b2b2b;
}
.main2 li a:hover {
    color: #e73200;
}
.addr {
    background: #eaeaea;
    line-height: 30px;
    text-indent: 10px;
}
.addr p {
    color: #858585;
}
.addr p a {
    color: #2b2b2b;
}
.addr a {
    background:  right center no-repeat;
    padding-right: 20px;
}
.addr a:last-child {
    background: none;
}
/*main end*/

/*footer*/
.footerbox {
    width: 100%;
    height: 188px;
    background: #e5e5e5;
    padding-top: 1px;
}

.footer {
    margin-top: 45px;
}

.footer p {
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #333;
}

.footer p a {
    color: #333;
}

.footer span {
    margin: 0 8px;
}

/*footer end*/