* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: "PingFangSC", "Microsoft YaHei", Tahoma, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

body {
    min-width: 1200px;
    font-family: "PingFangSC", "Microsoft YaHei", Tahoma, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

a {
    color: #2C2C2C;
}

.main {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.headers {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    opacity: 0.9311;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 11px 0px rgba(87, 87, 87, 0.5);
}

.headers nav {
    width: 1222px;
    height: 50px;
    margin: 0 auto;
}


/*
nav ul {
    width: 900px;
    height: 100%;
    float: left;
    padding-left: 300px;
    position: relative;
} */

.headers nav ul {
    width: 880px;
    height: 50px;
    position: relative;
    min-width: 520px;
    z-index: 10;
    margin-left: 142px;
    float: left;
}

.headers nav ul img {
    position: absolute;
    top: 10px;
    left: -202px;
    height: 30px;
}

.headers nav ul li {
    width: 170px;
    cursor: pointer;
    list-style: none;
    float: left;
    font-weight: 400;
    text-align: center;
    color: rgba(44, 44, 44, 1);
    line-height: 50px;
    font-size: 14px;
    margin-left: 2px;
}

.headers nav ul li dl dd :hover {
    color: #fff;
    background: rgba(228, 30, 43, 1);
}

.headers nav ul li dl {
    display: none;
    line-height: 35px;
    box-shadow: 0px 1px 5px 0px rgba(223, 223, 223, 1);
}

.headers nav ul li dl dd {
    width: 170px;
    display: inline-block;
}

.headers nav ul li dl dd a {
    color: #000;
    display: block;
}

.headers nav>ul>li:hover dl {
    color: #fff;
    background: #fff;
    display: inline-block;
    position: relative;
}

.headers nav ul li a {
    color: #222;
    text-decoration: none;
}

.headers nav ul li:nth-child(1) {
    margin-top: 10px;
    margin-left: 10px;
}

.headers nav ol {
    width: 200px;
    height: 50px;
    z-index: 9;
    float: right;
}

.headers nav ol li {
    cursor: pointer;
    list-style: none;
    float: left;
    font-weight: 400;
    text-align: right;
    color: #222;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
}

.headers nav ol li a {
    color: #222;
}

.headers nav ol b {
    width: 20px;
    font-size: 10px;
    background: red;
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 15px;
    color: #fff;
}

li {
    list-style: none;
}

.introduce {
    width: 100%;
    background: rgba(248, 248, 248, 1);
}

.banner {
    width: 100%;
    height: 300px;
}

.banner img {
    width: 100%;
    height: 300px;
}

.introduceContent {
    width: 1200px;
    /*height: 834px;*/
    margin: -90px auto;
    border: 1px solid #fff;
    position: relative;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
}

.introduceContent h1 {
    font-size: 40px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -100px;
    left: 0px;
}

.introduceContent h4 {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -40px;
    left: 0px;
}

.introduceContent dl {
    width: 1070px;
    height: 120px;
    margin: 35px 60px;
    cursor: pointer;
    /*添加点击跳转*/

}

.introduceContent dl dt {
    width: 220px;
    height: 125px;
    display: inline-block;
    float: left;
}

.introduceContent dl dt img {
    width: 100%;
    height: 100%;
}

.introduceContent dl dd {
    width: 820px;
    float: left;
    margin-left: 20px;
}

.introduceContent dl dd p {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
}

.introduceContent dl dd h5 {
    color: #999;
    font-size: 13px;
    line-height: 30px;
}

.introduceContent dl dd span {
    color: #333333;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.introduceContent dl dd b {
    color: #DD7A79;
}

.footer {
    width: 100%;
    height: 424px;
    background: #000;
}

.footers {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.footerLeft {
    width: 598px;
    height: 424px;
    float: left;
}

.footerRight {
    width: 500px;
    height: 100%;
    float: right;
}

.daohanglogo {
    height: 70px;
    line-height: 130px;
}

.daohanglogo img {
    background: #000;
    height: 45px;
}

.bottomlogo {
    width: 80%;
    height: 424px;
}

.footerRight p {
    color: #fff;
    font-size: 18px;
    margin-top: 80px;
    line-height: 45px;
}

.footerRight p img {
    margin-left: 15px;
}

.footerRight ol {
    width: 160px;
    float: left;
    position: relative;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.footerRight ol li {
    color: #ccc;
    font-size: 14px;
    line-height: 31px;
}

.footerRight ol li a {
    color: #ccc;
}

.footerRight ol li:nth-child(1) {
    font-weight: bold;
}

.footerRight ol span img {
    width: 100px;
    height: 100px;
position: absolute;
top: 150px;
right: 0px;
}

.footerRight .ols {
    text-align: left;
    padding-left: 40px;
    width: 160px;
}

.footerRight .olso {
    width: 120px;
    text-align: right;
    display: inline-block;
    padding-left: 8px;
}
.box{
    height: 34px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: rgba(248, 248, 248, 1);
}
