/*轮播图*/
.carousel {
    width: 100%;
    min-width: 1200px;
    margin-top: -1px;
    position: relative;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 524px;
    cursor: pointer;
    position: relative;
    background: url("../images/bg_banner.png") no-repeat 100% 100%;
}

.bannerInner {
    position: absolute;
    width: 100%;
    height: 524px;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

.bannerInner img {
    display: block;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 40px;
    z-index: 0;
    opacity: 0;
}

.focusList {
    position: absolute;
    right: 50%;
    bottom: 20px;
    z-index: 9;
}

.focusList li {
    width: 8px;
    height: 8px;
    border: 2px solid #b2d2e4;
    background: #b2d2e4;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.focusList li.bg {
    background: transparent;
}

/*公司产品*/
.product {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 45px 0;
}

.productUl {
    text-align: center;
}

.productUl li {
    float: left;
    width: 200px;
    height: 130px;
}

.productUl li:hover {
    cursor: pointer;
}

/*新闻动态*/
.section {
    width: 100%;
    background: url("images/bg_dynamic.png") repeat-x;
}

.dynamic {
    width: 1200px;
    min-width: 1200px;
    background: url("images/dynamic.png") no-repeat 100% 100%;
    height: 620px;
    margin: 0 auto;
}

.title, .partners {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    padding-top: 74px;
    text-align: center;
}

.title {
    color: #363d40;
}

.dynamicList {
    margin-top: 14px;
}

.dynamicList li {
    float: left;
    width: 382px;
    height: 338px;
    margin-right: 18px;
    border: 1px solid #d4d4d4;
    border-bottom: 3px solid #ddd;
    background: #fff;
}

.dynamicList .list_end {
    margin-right: 0;
}

.dynamicList img {
    width: 100%;
    height: 210px;
    cursor: pointer;
}

.list_content {
    padding: 20px;
    height: 86px;
}

.list_content p {
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.list_title {
    font-weight: 700;
    font-size: 16px;
    color: #373e41;
    width: 210px;
    white-space: nowrap;
}

.list_desc {
    font-size: 14px;
    color: #71787b;
    margin-top: 14px;
    height: 36px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.more {
    text-align: center;
    margin-top: 36px;
}

.more a {
    font-size: 14px;
    color: #1f3b7d;
}

/*链接图片*/
.nav_link {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.nav_link a {
    width: 234px;
    display: inline-block;
}

.nav_link img {
    width: 100%;
    height: 100%;
}

/*解决方案*/
.solution {
    width: 100%;
    min-width: 1200px;
    height: 420px;
    margin-top: 70px;
    background: #318db7;
}

.solution_outer {
    width: 1200px;
    margin: 0 auto;
}

.solution_outer p {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #fff;
    padding-top: 56px;
    text-align: center;
}

.solution_desc {
    margin-top: 20px;
}

.solution_desc p {
    display: inline-block;
    width: 394px;
    padding-top: 20px;
    height: 136px;
    text-align: center;
}

.solution_desc a {
    display: inline-block;
    width: 162px;
    height: 102px;
}

.solution_desc img {
    width: 100%;
    height: 100%;
}

/*合作伙伴*/
.partner {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    background: #fff;
    height: 390px;
}

.partners {
    color: #363e43;
}

.partnerImg {
    padding: 40px 100px 0;
}

.partnerImg a {
    display: block;
    float: left;
    width: 200px;
    height: 100px;
    text-align: center;
}

.partnerImg img {
    width: 160px;
    height: 60px;
}
