body {
    min-width: 1280px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.px1220 {
    max-width: 1220px;
    margin: 0 auto;
}

.head {
    background: #7d0e1f;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
}

.hlogo {
    float: left;
}

.hlogo .pic {
    padding-top: 15%;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;
    margin-top: 0;
}

.top_link {
    font-size: 14px;
    color: #cecece;
    line-height: 34px;
    height: 34px;
    padding: 0;
    width: 260px;
    text-align: center;
}

.top_link a {
    color: #d8b9ba;
    padding: 0 10px
}

.top_link a:hover {
    color: #ffffff;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
    padding-left: 12px;
    border-radius: 20px;
    border: #ffffff 1px solid;
}

.search-box input[type="text"] {
    width: 180px;
    padding: 0 10px 0 0;
    line-height: 35px;
    height: 35px;
    background: none;
    color: #ffffff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input.p-submit {
    width: 50px;
    color: #ce322e;
    height: 35px;
    vertical-align: middle;
    background: url(../images/search2.png) no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
}

.search-box input[type="text"]::placeholder {
    color: #ce322e;
}

img,
input {
    border: 0;
    outline: none;
}

.nav {
    background-color: #700515;
    position: relative;
    z-index: 9;
}


/* .nav em {
position: relative;
top: 50%;
transform: translateY(-50%);
padding-left: 27px;
padding-right: 27px;
} */

.first {
    box-sizing: border-box;
    height: 55px;
    padding-left: 0;
    padding-right: 0;
}

.first>li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
    padding-bottom: 0;
}

.first>li>a {
    color: #ffffff;
}

.first_nav:hover>a {
    font-weight: bold;
}

.first_nav:hover {
    background: #c42a26;
}

.second {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background: #fff;
    border-top: 2px solid #c42a26;
    top: 55px;
    /* padding-top: 5px;
padding-bottom: 20px; */
    padding-bottom: 0;
}

.text-list a {
    color: #333;
}

.second>li {
    height: 50px;
    width: 100%;
    border-bottom: 1px dotted #d0cccc;
    /* width: 140px; */
}

.second>li a {
    font-size: 16px;
    transition: 0.3s;
    color: #333;
    line-height: 50px;
}

.first :hover .second {
    display: block;
}

.second li:hover {
    background: #ececec;
    color: #ffffff;
}

.second li:hover a {
    color: #c40e17;
}


/*footer*/

.footer {
    width: 100%;
    height: 65px;
    background: url(../images/footerbg.jpg) center no-repeat #982128;
    color: #222222;
    padding: 35px 0 35px 0;
    text-align: left;
    background-size: cover;
}

.footer p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}

.copright {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    line-height: 32px;
    font-size: 15px;
}

.copright a {
    color: #ffffff
}

.end_logo {
    float: left;
    width: 480px;
    padding-top: 17px;
}

.footer_right {
    width: 125px;
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}

.footer_right li {
    float: left;
    width: 95px;
    height: 120px;
    text-align: center;
    margin: 0 0 0 30px;
    opacity: 1
}

.footer_right li img {
    width: 90px;
    height: 90px;
}

.footer_right li i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    font-style: normal
}

.footer_right li:hover {
    opacity: 1
}

.copy {
    background: #333333;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.copy p {
    font-size: 16px;
    color: #ffffff;
}

.copy p a {
    font-size: 16px;
    color: #ffffff;
}