@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #2e2e2e;
}

h1,
h2,
h3 {
    font-size: 18px;
}

body {
    font-family: "microsoft yahei",arial;
}

a.nbd {
    cursor: pointer;
    white-space: nowrap;
}

a.nbd:hover {
    text-decoration: none;
    color: green;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 1330px;
    margin: 0 auto;
    position: relative;
}

.container-fluid {
    width: 100%;
}

#head {
    height: 80px;
    padding: 10px 0;
}

#head .head_menu {
    font-size: 18px;
    line-height: 80px;
}

#head .head_menu a {
    text-align: center;
    width: 95px;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #fff;
    float: left;
    height: 60px;
    text-decoration: none;
}

#head .head_menu a:hover {
    /* background: #426D1B; */
    border-bottom: 2px solid #426D1B;
    color: #426D1B;
    font-weight: bold;
    text-decoration: none;
}
#head .head_menu li:first-child a:hover {
    /* background: #426D1B; */
    border-bottom: 0px solid #426D1B;
    color: #426D1B;
    font-weight: bold;
    text-decoration: none;
}

#head .head_menu a.active {
    /* background: #426D1B; */
    color: #426D1B;
    font-weight: bold;
    border-bottom: 2px solid #426D1B;
}

#head .head_reg_login {
    font-size: 16px;
    line-height: 80px;
}

#head .head_menu li {
    float: left;
    margin-right: 6px;
}

#head .head_reg_login li {
    float: right;
    margin-right: 21px;
}

#head .head_reg_login li a {
    font-size: 17px;
    font-weight: bold;
}

.box-left {
    width: 30%;
    height: 450px;
    background: white;
    float: right;
}

.box-right {
    width: 65%;
    height: 300px;
    background: white;
    position: relative;
}

.box-right-title {
    margin: auto;
    height: 60px;
    line-height: 80px;
}

.box-r-m-picture {
    width: 330px;
    height: 240px;
    float: left;
}

.box-r-m-pictureimg {
    width: 328px;
    height: 237px;
    box-shadow: 2px 2px 0 #DFD5D7, 6px 6px 0 #B2B2B2, 8px 8px 0 #F2F2F2, 12px 12px 0 #E0E0E0;
}

.box-r-m-paragraph {
    float: right;
    width: 510px;
}

.box-r-b-paragraph {
    margin-top: 25px;
    margin-bottom: 35px;
    width: 850px;
}

#foot {
    background: #426d1b;
    letter-spacing: 1px;
}

#foot .container {
    height: 144px;
    line-height: 20px;
    font-size: 14px;
    color: white;
}

.box-r-m-paragraph {
    float: right;
    width: 495px;
    margin-right: 15px;
}

.box-right-middle p {
    text-indent: 0;
    text-align: justify;
}

.box-r-b-paragraph p {
    text-indent: 0;
    text-align: justify;
}

.box-left p {
    text-indent: 0;
    text-align: justify;
}

.box-left h3 {
    height: 60px;
    line-height: 80px;
    font-family: "microsoft yahei";
    font-weight: bold;
}

.box-right-title {
    margin: auto;
    height: 60px;
    line-height: 80px;
}

.box-right-title h3 {
    height: 60px;
    line-height: 80px;
    font-family: "microsoft yahei";
    font-weight: bold;
}

.container p {
    text-indent: 0;
}