/* --------------------.sec1-------------------- */
.bodyer {
    background-color: transparent;
}

.bodyer .main1 .sec1 .title {
    padding: 40px 0 30px 10px;
}

.bodyer .main1 .sec1 .title h2 {
    font-size: 28px;
    font-weight: 900;
    color: #373b4b;
    text-align: left;
}

.bodyer .main1 .sec1 .carousel {
    position: relative;
    height: 460px;
}

.bodyer .main1 .sec1 .carousel img {
    height: 430px;
}

.bodyer .main1 .sec1 .carousel .item .title {
    display: block;
    padding: 0 0 0 50px;
    position: relative;
    top: -50px;
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    background: rgba(0, 0, 0, .35);
}

.bodyer .main1 .sec1 .indicator {
    position: relative;
    top: -85px;
}

.bodyer .main1 .sec1 .indicator a {
    position: absolute;
    left: 100px;
    color: #fff;
    font-size: 20px;
}

.bodyer .main1 .sec1 .indicator .carousel-indicators {
    margin: 0;
    padding: 0 50px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    text-align: right;
    list-style: none;
    opacity: 1;
}

.bodyer .main1 .sec1 .indicator .carousel-indicators li {
    margin-top: 4px;
    width: 13px;
    height: 13px;
    border-radius: 0;
    border: none;
    background-color: #666;
}

.bodyer .main1 .sec1 .indicator .carousel-indicators li.active {
    background-color: #fff;
}


/* --------------------.sec4-------------------- */
.sec4 {
    margin-bottom: 50px;
}

.sec4 .scroll-horizontal {
    position: relative;
}

.sec4 .scroll-horizontal .box {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 1200px;
}

.sec4 .scroll-horizontal .list {
    overflow: hidden;
    width: 99999999px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec4 .scroll-horizontal .list div {
    height: 300px;
}

.sec4 .scroll-horizontal .list li {
    margin-right: 10px;
    float: left;
    list-style: none;
    text-align: left;
    position: relative;
}

.sec4 .scroll-horizontal .list li img {
    width: 451px;
    height: 290px;
}
.sec4 .scroll-horizontal .list li a {
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
    top: -40px;
    display: block;
    line-height: 40px;
    background: rgba(0, 0, 0, .62);
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 200;
}

.sec4 .scroll-horizontal .prev,
.sec4 .scroll-horizontal .next {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width:80px;
    height:80px;
    border-radius:100%;
    z-index: 10;
    font: 0/0 arial;
    font-size: 30px;
    cursor: pointer;
    background-color:#084884;
    background-repeat: no-repeat;
}

.sec4 .scroll-horizontal .prev img,
.sec4 .scroll-horizontal .next img {
    width: 30px;
    height: 60px;
}

.sec4 .scroll-horizontal .prev {
    left: 14px;
    padding-top: 8px;
    padding-right: 8px;
}

.sec4 .scroll-horizontal .next {
    right: 14px;
    padding-top: 8px;
    padding-left: 5px;
}
