﻿.lh150 {
    line-height: 1.5;
}
.lh175 {
    line-height: 1.75;
}
.pt24 {
    padding-top: 24px;
}
.pb24 {
    padding-bottom: 24px;
}
.pt30 {
    padding-top: 30px;
}
.pb30 {
    padding-bottom: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pb40 {
    padding-bottom: 40px;
}
.ml5 {
    margin-left: 5px;
}
.mb35 {
    margin-bottom: 35px;
}
.pr30 {
    padding-right: 30px;
}
.w600 {
    width: 600px;
}
.w590 {
    width: 590px;
}
.cc5c5c5 {
    color: #c5c5c5;
}
.bcf3 {
    background-color: #f3f3f3;
}
.bcf4 {
    background-color: #f4f4f4;
}
.bc168eda {
    background-color: #168eda;
}
.top {
    background: #f4f4f4;
    background-size: 100%;
}
.bcf5 {
    background-color: #f5f5f5;
}
.b4white {
    border: 4px solid white;
}
.bc750009 {
    background-color: #750009;
}
.bc8f000b {
    background-color: #8f000b;
}
.bcbe0716 {
    background-color: #be0716;
}
.cbe0716 {
    color: #be0716;
}
.c#8F000B {
    color: #8F000B;
}
.cc25f74 {
    color: #c25f74;
}
.c53 {
    color: #535353;
}
/*搜索开始*/
.seach .inputText {
    background-color: white;
    width: 215px;
    height: 38px;
    padding-left: 15px;
    line-height: 38px;
    border-radius: 6px 0 0 6px;
}
.seach .inputText i {
    line-height: 38px;
}
.seach .inputText input {
    border: none;
    height: 38px;
    width: 180px;
    padding-left: 10px;
    line-height: 38px;
    font-size: 14px;
}
.seach .submit {
    background-color: #d7b735;
    border: none;
    height: 38px;
    line-height: 38px;
    width: 64px;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    color: white;
    font-size: 14px;
}
.box_nav {
    width: 100%;
    background-color: #fafafa;
}
.box_nav .navBar ul {
    height: 50px;
}
.box_nav .navBar ul li {
    float: left;
    text-align: center;
    padding: 0 15px;
    height: 50px;
    position: relative;
    line-height: 34px;
    z-index: 99999;
}
.box_nav .navBar ul li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #750009;
    font-size: 18px;
}
.box_nav .navBar ul li i {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -6px;
    color: white;
    font-size: 12px;
    line-height: 0;
    display: none;
}
.box_nav .navBar ul li ol {
    position: absolute;
    top: 50px;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #e45964;
    width: 200px;
    display: none;
}
.box_nav .navBar ul li ol li {
    border-bottom: 1px solid #f7606d;
    display: block;
    width: 100%;
    height: 40px;
    text-align: left;
}
.box_nav .navBar ul li ol li a {
    color: #750009;
    line-height: 40px;
    display: block;
    text-align: left;
    font-size: 16px;
}
.box_nav .navBar ul li.active {
    background: #e45964;
    color: #fff;
}
.box_nav .navBar ul li.active a {
    color: #fff;
}
/*搜索结束*/

/*footer start*/
.footer {
    background: url("../images/footer_bg.jpg") right no-repeat;
    width: 100%;
    height: 228px;
}
.footer .mlra {
    height: 176px;
}
.footer .contact span {
    font-size: 14px;
    color: #c25f74;
    line-height: 24px;
}
.footer .footer_logo {
    margin-left: 140px;
    margin-top: 56px;
}
.footer .beam {
    /*height: 130px;*/
    width: 240px;
}
.footer .beam .ewm {
    position: absolute;
    top: -100px;
    left: -100px;
    display: none;
    z-index: 999;
}
.footer .beam i {
    font-size: 45px;
}
.footer .beam li {
    margin: 10px 15px;
    cursor: pointer;
}
.footer .cp p {
    font-size: 14px;
    color: #c25f74
}
/*footer end*/
    /*hover*/
.c_list ul li a p:hover {
    color: #168EDA;
}
.link_mod ul li a:hover,
.friend_link .dropdown .menu a:hover {
    color: #333;
}
.box_nav .navBar ul li a:hover,
.beam ul li i:hover {
    color: #fff;
}
.box_nav .navBar ul li ol li a:hover {
    color: #750009;
}
.top div a:hover {
    color: #D7B735;
}