﻿/*轮播图 start*/
.slidebox{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding:0 0 2%;
}
.demo1 .bd li{
    width: 100%;
}
.demo1 .hd{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22px;
}
.demo1 .hd li{
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    background: #b1d4da;
    border-radius: 50%;
    text-align: center;
}
.demo1 .hd li.on{
    background: #fff;
}
/*轮播图 end*/


/*partner start*/
.demo2 .bd li{
    float: left;
    width: 19.166%;
    margin-right: 12px;
}
.demo2 .bd img{
    width: 100%;
    border: 1px solid #eaeaea;
}
.demo2 .hd a{
    width: 24px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #dadada;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.demo2 .hd a:hover{
    background: #959595;
}
.prev{
    left: 0;
}
.next{
    right: 0;
}
/*partner end*/

.index-pro li{
    float: left;
   
    margin-right: 1.75%;
}
.index-pro li:nth-of-type(3n){
    margin-right: 0;
}
.index-pro>li>a>img{
    width: 100%;
}
.index-pro-con{
    padding: 5.69% 0 8.29% 0;
}
.index-pro-con p{
    color: #0e3256;
    margin-top: 7px;
}
.index-pro-con p img{
    margin-left: 5px;
}
.index-news li{
    float: left;
    width: 23.833%;
    margin-right: 1.5%;
    background: #f0f0f0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    height:300px;
}
.index-news li:nth-of-type(4){
    margin-right: 0;
}
.index-news li:hover{
    background: #e1000f;
}
.index-news li:hover h2, .index-news li:hover span, .index-news li:hover p, .index-news li:hover em{
    color: #fff;
}
.index-news li:hover em i{
    background: url(../images/index-news-more-act.png) no-repeat center;
}
.index-news li a{
    width: 100%;
    padding: 37px 24px;
    padding: 12.9% 8.39%;
}
.index-news h2{
    color: #222;
    line-height: 150%;
}
.index-news span{
    width: 100%;
    color: #939598;
    margin: 23px 0;
    margin: 9.66% 0;
}
.index-news p{
    color: #666;
    line-height: 25px;
}
.index-news em{
    width: 100%;
    margin-top: 10.9%;
}
.index-news em i{
    width: 16px;
    height: 16px;
    background: url(../images/index-news-more.png) no-repeat center;
    margin-right: 5px;
    margin-top: -1px;
    vertical-align: middle;
}


/*修改部分*/
.index-title h2,.index-title-right{
    height: 30px;
    line-height: 30px;
}
.index-title-right>a{
    font-size: 14px;
    color: #999999;
}

.gsx-list{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.gsx-list-img{
    width: 394px;
    height: 330px;
}
.gsx-list-img img{
    width: 100%;
}
.gsx-list-main{
    width: calc(100% - 394px);
    height: 330px;
}
.gsx-list-item{
    width: 33.333333%;
    height: 50%;
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
}
.gsx-list-item a{
    display: block;
    color: #333;
    height: 100%;
}
.gsx-item-main{
    width: 100%;
    height: 100%;
    position: relative;
}
.gsx-item-img{
    width: 60%;
    height: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -10;
    padding: 15px;
}
.gsx-item-img img{
    max-width: 100%;
    max-height: 100%;
}
.gsx-item-text{
    padding: 15px;
}
.gsx-item-text p{
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}