/* 轮播图 开始 */
.focus {
    position: relative;
    height: 450px;
    overflow: hidden;
    cursor: pointer;
}

.focus .arrow-l,
.focus .arrow-r {
    display: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 70px;
    margin-top: -35px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.focus .arrow-l {
    left: 0;
}

.focus .arrow-r {
    right: 0;
}

.focus ul {
    position: relative;
    width: 6000px;
}

.focus ul li {
    float: left;
}

.focus ul li img {
    width: 100%;
}

.focus .circle-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(255, 255, 255, .5);
    cursor: auto;
}

.focus .circle-div .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -55px;
}

.focus .circle li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.focus .circle .current {
    background: #fd4219;
}

/* 轮播图 结束 */

/* 公司资讯 开始 */
.information {
    margin-top: 50px;
}


.information .fl {
    position: relative;
    float: left;
    width: 395px;
}

.information .fl ul img {
    width: 100%;
}

.information .fl div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.information .fl div span {
    float: left;
    margin: 4px 10px;
}

.information .fl div ul {
    float: right;
    margin: 13px 5px;
}

.information .fl div ul li {
    float: left;
    width: 15px;
    height: 4px;
    margin: 0 3px;
    background-color: #949494;
    border-radius: 2px;
}

.information .fl div ul .current {
    background-color: #cb110f;
}

.information .news {
    float: right;
    width: 550px;
}

.information .news .news-hd {
    border-bottom: 2px solid #ddd;
}

.information .news .news-hd h3 {
    float: left;
    margin: 6px 0;
    font-size: 20px;
    font-weight: 400;
}

.information .news .news-hd span {
    float: left;
    margin-top: 12px;
    font-size: 14px;
    color: #83754e;
}

.information .news .news-hd a {
    float: right;
    margin: 9px 0;
    font-size: 16px;
    color: #999;
}

.information .news .news-bd {
    margin-top: 10px;
}

.information .news .news-bd li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ddd;
}

.information .news .news-bd a {
    font-size: 14px;
    color: #5f6368;
}

.information .news .news-bd a:hover {
    color: #999;
}

.information .news .news-bd span {
    float: left;
}

.information .news .news-bd i {
    float: right;
    color: #999;
}

/* 公司资讯 结束 */

/* 公司业务 开始 */
.business {
    margin-top: 50px;
}

.business .business-hd {
    border-bottom: 2px solid #ddd;
}

.business .business-hd h3 {
    float: left;
    margin: 6px 0;
    font-size: 20px;
    font-weight: 400;
}

.business .business-hd span {
    float: left;
    margin-top: 12px;
    font-size: 14px;
    color: #83754e;
}

.business .business-bd {
    width: 1005px;
    margin-top: 30px;
}

.business .business-bd li {
    position: relative;
    float: left;
    margin-right: 5px;
    transition: 0.5s;
}

.business .business-bd li:hover {
    margin-top: -5px;
    box-shadow: 0 20px 20px 0 #ddd;
}

.business .business-bd li a {
    display: block;
    width: 196px;
    height: 240px;
}

.business .business-bd li:nth-child(1) a {
    background: url(../images/btn1.jpg) no-repeat;
}

.business .business-bd li:nth-child(2) a {
    background: url(../images/btn2.jpg) no-repeat;
}

.business .business-bd li:nth-child(3) a {
    background: url(../images/btn3.jpg) no-repeat;
}

.business .business-bd li:nth-child(4) a {
    background: url(../images/btn4.jpg) no-repeat;
}

.business .business-bd li:nth-child(5) a {
    background: url(../images/btn5.jpg) no-repeat;
}

.business .business-bd li .mask {
    position: absolute;
    width: 196px;
    height: 240px;
    background: rgba(0, 0, 0, .4);
}

.business .business-bd li .mask div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    border-radius: 50%;
}

.business .business-bd li:nth-child(1) .mask div {
    background: #fff url(../images/btn1.png) no-repeat center;
}

.business .business-bd li:nth-child(2) .mask div {
    background: #fff url(../images/btn2.png) no-repeat center;
}

.business .business-bd li:nth-child(3) .mask div {
    background: #fff url(../images/btn3.png) no-repeat center;
}

.business .business-bd li:nth-child(4) .mask div {
    background: #fff url(../images/btn4.png) no-repeat center;
}

.business .business-bd li:nth-child(5) .mask div {
    background: #fff url(../images/btn5.png) no-repeat center;
}

.business .business-bd li .mask span {
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -40px;
    font-size: 20px;
    color: #fff;
}

/* 公司业务 结束 */

/* 合作伙伴 开始 */
.partner {
    margin-top: 50px;
}

.partner .partner-hd {
    border-bottom: 2px solid #ddd;
}

.partner .partner-hd h3 {
    float: left;
    margin: 6px 0;
    font-size: 20px;
    font-weight: 400;
}

.partner .partner-hd span {
    float: left;
    margin-top: 12px;
    font-size: 14px;
    color: #83754e;
}

.partner .partner-bd {
    position: relative;
    margin-top: 34px;
    overflow: hidden;
}

.partner .partner-bd ul {
    position: relative;
    width: 3000px;
    animation: move 20s linear infinite;
}

.partner .partner-bd li {
    float: left;
    width: 200px;
    text-align: center;
}

.partner .partner-bd li img {
    width: 160px;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-2000px);
    }
}

/* 合作伙伴 结束 */