/* Banner */

.banner {
    position: relative;
    height: 620px;
    min-width: 1180px;
    background-color: #9e9e9e;
    overflow: hidden;
}

.banner .slider ul li {
    display: none;
}

.banner .slider ul li img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 620px;
    z-index: 1;
}

.banner .slider .default {
    display: block;
}

.banner .button_pre {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 25px;
    height: 50px;
    background: url(../img/index/index_icon.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 9;
}

.banner .button_next {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 25px;
    height: 50px;
    background: url(../img/index/index_icon.png) no-repeat -26px 0;
    cursor: pointer;
    z-index: 9;
}

.banner .indicators {
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -12px;
    cursor: pointer;
    z-index: 2;
}

.banner .indicators ul .current {
    opacity: .8;
}

.banner .indicators ul li {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 3px;
    opacity: .4;
    background-color: #fff;
}

.banner .advance {
    position: absolute;
    left: 50%;
    margin-left: -590px;
    bottom: 0;
    z-index: 2;
}

.banner .advance ul li {
    float: left;
    width: 295px;
    height: 100px;
}

.banner .advance ul li span {
    float: left;
    width: 100px;
    height: 65px;
    margin-top: 18px;
}

.banner .advance ul li h5 {
    float: left;
    width: 150px;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
}

.banner .advance ul li p {
    float: left;
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}

.banner .advance .icon_1 {
    background: url(../img/index/index_icon.png) no-repeat 0 -100px;
}

.banner .advance .icon_2 {
    background: url(../img/index/index_icon.png) no-repeat 0 -162px;
}

.banner .advance .icon_3 {
    background: url(../img/index/index_icon.png) no-repeat 0 -223px;
}

.banner .advance .icon_4 {
    background: url(../img/index/index_icon.png) no-repeat 0 -288px;
}


/* 行业解决方案模块 */

.mod_solution ul {
    width: 1180px;
}

.mod_solution ul li {
    float: left;
    width: 392px;
    height: 100px;
    border: 1px solid #E5E5E5;
    margin: 0 -1px -1px 0;
}

.mod_solution ul li>span {
    float: left;
    width: 40px;
    height: 40px;
    margin: 30px
}


/* 行业解决方案ICON */

.mod_solution ul li .icon_1 {
    background: url(../img/index/solution.jpg) no-repeat 0 0;
}

.mod_solution ul li .icon_2 {
    background: url(../img/index/solution.jpg) no-repeat -40px 0;
}

.mod_solution ul li .icon_3 {
    background: url(../img/index/solution.jpg) no-repeat -80px 0;
}

.mod_solution ul li .icon_4 {
    background: url(../img/index/solution.jpg) no-repeat -120px 0;
}

.mod_solution ul li .icon_5 {
    background: url(../img/index/solution.jpg) no-repeat -160px 0;
}

.mod_solution ul li .icon_6 {
    background: url(../img/index/solution.jpg) no-repeat -200px 0;
}


/* 行业解决方案ICON */

.mod_solution ul li .list-right {
    float: left;
    height: 100px;
}

.mod_solution ul li .list-right a {
    display: block;
    margin-top: 30px;
    font-size: 15px;
    line-height: 15px;
    color: #3f3f3f;
}

.mod_solution ul li .list-right a h3 {
    font-size: 15px;
    font-weight: 400;
    color: #363636;
}

.mod_solution ul li .list-right span {
    color: #999;
    font-size: 13px;
    line-height: 40px;
}


/* 视频案例模块 */

.mod_case ul {
    width: 1195px;
}

.mod_case li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 224px;
    height: 165px;
    background-color: rgb(249, 249, 249);
}

.mod_case li .case_box {
    position: relative;
}

.mod_case li .case_box:hover .play {
    display: block;
}

.mod_case li .case_box {
    display: inline-block;
}

.mod_case li .case_box span {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 3px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}

.mod_case li .case_box img {
    width: 224px;
    height: 126px;
}

.mod_case li .case_box .play {
    display: none;
    width: 224px;
    height: 126px;
    background: url(../img/index/index_icon.png) no-repeat 87px -410px;
    background-color: rgba(0, 0, 0, .3);
}

.mod_case li .case_box .play img {
    position: absolute;
    top: 38px;
    left: 87px;
    width: 50px;
    height: 50px;
}

.mod_case li a {
    color: rgb(35, 35, 35);
}

.mod_case li a h4 {
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.mod_case li p {
    padding: 0 5px;
    line-height: 15px;
    color: #949ba1;
}


/* 新闻动态 */

.mod_news .news_left {
    float: left;
    position: relative;
    width: 885px;
    height: 395px;
}

.mod_news .news_left li {
    width: 885px;
    height: 115px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.mod_news .news_left .news_last {
    margin-bottom: 0;
    border-bottom: none;
}

.mod_news .news_left img {
    float: left;
    margin-right: 20px;
    width: 180px;
    height: 100px;
    border-radius: 5px;
}

.mod_news .news_left li h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
}

.mod_news .news_left li p {
    font-size: 12px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 18px;
}

.mod_news .news_left li span {
    font-size: 12px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 30px;
}

.mod_news a {
    color: #333;
}

.mod_news a span {
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 20px;
    line-height: 20px;
    background: url(../img/index/index_icon.png) no-repeat 55px -352px;
}

.mod_news .more_r {
    margin-left: 17px;
}

.mod_news .news_right {
    float: right;
    position: relative;
    width: 280px;
    height: 395px;
    line-height: 20px;
}

.mod_news .news_right img {
    width: 280px;
    height: 135px;
    border-radius: 5px;
}

.mod_news .news_right h4 {
    padding: 0px 5px 5px 11px;
    margin: 15px 0;
    height: 12px;
    line-height: 12px;
    font-size: 16px;
    font-weight: 400;
    border-left: 5px solid #c80000;
}

.mod_news .news_right ul li {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 5px;
    height: 32px;
    width: 240px;
    border-bottom: 1px dashed #F1F1F1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mod_news .news_right ul li a {
    color: #242424;
    line-height: 30px;
}


/* 合作伙伴 */

.mod_partner {
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.mod_partner ul {
    float: left;
    padding-bottom: 35px;
    font-size: 0;
}

.mod_partner ul li {
    float: left;
    width: 110px;
    height: 60px;
    margin-right: 15px;
    border: 1px solid rgb(233, 233, 233);
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.mod_partner ul li:hover {
    border: 1px solid #737b8a;
    filter: none;
    transition: all 0.5s ease;
}

.mod_partner ul li:last-of-type {
    margin-right: 0;
}

.mod_partner ul .list_1 {
    background: url(../img/index/patner.jpg) 0px 0px;
}

.mod_partner ul .list_2 {
    background: url(../img/index/patner.jpg) -110px 0px;
}

.mod_partner ul .list_3 {
    background: url(../img/index/patner.jpg) -220px 0px;
}

.mod_partner ul .list_4 {
    background: url(../img/index/patner.jpg) -330px 0px;
}

.mod_partner ul .list_5 {
    background: url(../img/index/patner.jpg) -440px 0px;
}

.mod_partner ul .list_6 {
    background: url(../img/index/patner.jpg) -550px 0px;
}

.mod_partner ul .list_7 {
    background: url(../img/index/patner.jpg) -660px 0px;
}

.mod_partner ul .list_8 {
    background: url(../img/index/patner.jpg) -770px 0px;
}

.mod_partner ul .list_9 {
    background: url(../img/index/patner.jpg) -880px 0px;
}