.head-top {
    background: url("../images/head_pic.jpg") center 0 no-repeat;
    height: 490px;
}
.top-bg {
    background: url("../images/pic_bg.jpg") center 0 no-repeat;
}

.logo- {
    width: 220px;
    margin-top: 30px;
}
.logo- img {
    display: block;
    width: 100%;
}
.db-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.db-hdp {
    padding: 15px;
    position: relative;
    height: 570px;

    background: #fff;
    margin-top: 185px;
}

.db-hdp::before ,.db-hdp::after,.slider::before,.slider::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;

}

.db-hdp::before {
    left:0;
    top:0;
    border-top: 1px solid #bc9743;
    border-left: 1px solid #bc9743;
}

.db-hdp::after {
    right:0;
    top:0;
    border-top: 1px solid #bc9743;
    border-right: 1px solid #bc9743;
}

.slider {
    height: 100%;
    width: 1170px;
    position: relative;
    overflow: hidden;

}

.slider ul {
    position: absolute;
}
.slider ul li {
    width: 1170px;
    height: 570px;
    float: left;
    position: relative;
}
.slider ul li img {
    width: 100%; height: 100%; display: block;

}
.hd-libg {
    height: 180px;
    background: url("../images/hdp_tpic.png") no-repeat;
    position: absolute;
    left: 15px;bottom: 15px;
    z-index: 5;
    width: 1170px;
}

.hd-libg::before,.hd-libg::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;

}
.hd-libg::before {
    left: -15px;bottom: -15px;
    border-bottom: 1px solid #bc9743;
    border-left: 1px solid #bc9743;

}
.hd-libg::after {
    right: -15px;bottom: -15px;
    border-bottom: 1px solid #bc9743;
    border-right: 1px solid #bc9743;
}



.slider ul li p  {
    display: inline-block;
    position: absolute;
    bottom:10px;
    margin-left: 15px;
    font-size: 22px;
    z-index: 5;
}
.news-wrap {
    width: 570px;
    float: left;
    margin: 50px 0 20px;
}

h3.news-title {
    border-bottom: 1px solid #b18d3a;
    color:#b18d3a;
    position: relative;
    margin-bottom: 35px;
}

h3.news-title span {
    font-size: 36px;
    border-bottom: 3px solid #b18d3a;
    padding-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: -2px;
}

h3.news-title em {
    display: block;
    position: absolute;
    right:0;
    top:12px;
    font-size: 18px;
    line-height: 36px;
}

h3.news-title em a {
    color:#b18d3a;
}

.news-wrap:last-of-type {
    margin-bottom: 80px;
}
.news-wrap ul li {
    position: relative;
    padding-left: 15px;
    margin-top: 25px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.news-wrap ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #40c6db;
    top:10px;
    left:0;
}
.marl-60 {
    margin-left: 60px;
}

.pic-cont {
    margin: 70px 0 50px;
}
.pic-bg {
    background: url(../images/pic_bg2.jpg) no-repeat;
}


.pic-wrap {
    position: relative;
    height: 230px;
    overflow: hidden;
    margin: 50px 10px 0;
}
.pic-wrap ul {
    position: absolute;
}
.pic-wrap ul li {
    width: 370px;
    height: 230px;
    float: left;
    overflow: hidden;
    margin: 0 34px 0 0;
}

.pic-wrap ul li img {
    width: 100%;
    display: block;
}

.arrow- {
    position: absolute;
    top: 50%;
    width: 100%;

}

.arrow- span {
    background: rgba(0, 0, 0, 0.2);
    width: 24px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    transform: translateY(-50%);
    font-size: 24px;

}

.arrow-.small span {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}

.l-s {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0;
}

.r-s {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 2px;
}
.circular- {
    position: absolute;
    right:25px;
    bottom:40px;
    z-index: 6;
}

.circular- i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #be9c54;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.circular- i.act {
    background: #40c6db;
}


.relative {
    position: relative;
}