.wrap {
    font-size: 0;
    line-height: 0;
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto 253px auto;
    background: #fff;
}
/*幻灯*/
.slider{
    background: #f1f1f1;
}
.slider .loading{
    padding: 15% 0;
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}
/*
.swiper-slide a{
    position: absolute;
    left: 20%;
    bottom: 30%;
    font-size: 18px;
    color: #3484e8;
    width: 176px;
    height: 57px;
    line-height: 57px;
    background: #fff;
    border-radius: 5px;
}
.swiper-slide a:hover{
    font-size: 24px;
}
*/
.main .slider .swiper-pagination{
    bottom: 45px;
}
.swiper-pagination-bullet{
    width: 20px;
    height: 10px;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
    opacity: 1;
    transition: all 0.25s ease;
}
.main .slider .swiper-pagination-bullet{
    margin: 0 30px;
}
.swiper-pagination-bullet-active{
    width: 80px;
}
/*解决方案*/
.solution .title {
    padding: 50px 0;
}
.solution .title h1{
    font-size: 30px;
    color: #333333;
    line-height: 50px;
}
.solution .title li{
    font-size: 20px;
    color: #dbdbdb;
    line-height: 30px;
}
.solution .list {
    height: 500px;
    white-space: nowrap;
}
.solution .list .tab{
    position: relative;
    /* width: 200px; */
    width: 310px;
    height: 500px;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    margin-left: 20px;
    transition: all 0.3s ease;
    white-space: normal;
}
.solution .list .tab:first-of-type{
    margin-left: 0;
}
.solution .list .active{
    width: 540px;
}
.solution .list .tab .info{
    position: absolute;
    width: 100%;
    height: 85px;
    padding: 0 20px;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0;
    color: #fff;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.solution .list .active .info{
    height: 120px;
    background: rgba(45, 87, 158, .8);
}
.solution .list .tab .info h1{
    font-size: 24px;
    line-height: 85px;
    transition: all 0.3s ease;
}
.solution .list .active .info h1{
    font-size: 30px;
    line-height: 60px;
}
.solution .list .tab .info li{
    font-size: 16px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*新闻*/
.main .news{
    height: 846px;
    margin-top: 70px;
    background: url(../images/bg-index.jpg) no-repeat center top;
}
.main .news .blockname{
    width: 280px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 300px;
}
.main .news .blockname h1{
    font-size: 28px;
    line-height: 60px;
    color: #fff;
}
.main .news .blockname p{
    font-size: 90px;
    line-height: 120px;
    color: #7084ad;
}
.main .news .blockname a{
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 50px;
    border-radius: 3px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    margin-top: 50px;
}
.main .news .blockname a:hover{
    background: #fff;
    color: #3484e8;
}
.main .news .list{
    width: 850px;
    height: 692px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    margin-top: 80px;
}
.main .news .list .row{
    margin: 0 20px;
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
}
.main .news .list .row:first-of-type{
    border: none;
}
.main .news .list .row a{
    display: block;
    padding: 15px;
    box-sizing: border-box;
}
.main .news .list .row a:hover{
    background: #3c90ea;
    color: #fff;
}
.main .news .list .row a img{
    width: 260px;
    height: 160px;
}
.main .news .list .row a .text{
    float: right;
    width: 500px;
}
.main .news .list .row a h1{
    font-size: 18px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .news .list .row a .info{
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    color: #aeaeae;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.25s ease 0.1s;
    margin: 15px 0 25px 0;
}
.main .news .list .row a:hover .info{
    color: #fff;
}
.main .news .list .row a p{
    font-size: 14px;
    line-height: 20px;
}
/*关于我们*/
.main .aboutus .title {
    padding: 50px 0;
}
.main .aboutus .title h1{
    font-size: 30px;
    color: #333333;
    line-height: 50px;
}
.main .aboutus .title li{
    font-size: 20px;
    color: #dbdbdb;
    line-height: 30px;
}
.main .aboutus .info{
    font-size: 16px;
    line-height: 30px;
    width: 1020px;
    margin: 0 auto;
}
.main .aboutus .box {
    margin: 40px 0;
}
.main .aboutus .box .item{
    width: 300px;
    height: 300px;
    display: inline-block;
    border: 1px solid #ebebeb;
    vertical-align: top;
    margin: 0 30px;
    transition: all 0.25s ease 0.1s;
    box-sizing: border-box;
    padding: 20px;
}
.main .aboutus .box .item:hover{
    box-shadow: 0 25px 25px #aaa;
    transform: translateY(-20px);
}
.main .aboutus .box .item i{
    width: 84px;
    height: 92px;
    display: inline-block;
}
.main .aboutus .box .item i.icon-lamp{
    background: url(../images/icon.png) no-repeat 0 -520px;
}
.main .aboutus .box .item i.icon-plane{
    background: url(../images/icon.png) no-repeat -92px -520px;
}
.main .aboutus .box .item i.icon-vision{
    background: url(../images/icon.png) no-repeat -182px -520px;
}
.main .aboutus .box .item h1{
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0;
}
.main .aboutus .box .item p{
    color: #aeaeae;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.25s ease 0.1s;
}
.main .aboutus .box .item:first-of-type p{
    text-align: left;
}
.main .aboutus .box .item:last-of-type p{
    text-align: left;
}
.main .aboutus .box .item:hover p{
    color: #333333;
}
.main .aboutus a{
    width: 174px;
    height: 55px;
    display: inline-block;
    line-height: 55px;
    border-radius: 3px;
    border: 1px solid #3484e8;
    color: #3484e8;
    font-size: 18px;
}
.main .aboutus a:hover{
    color: #fff;
    background: #3484e8;
}
/*合作伙伴*/
.main .partner{
    margin-top: 20px;
    padding: 50px 0;
}
.main .partner .title h1{
    font-size: 30px;
    color: #333333;
    line-height: 50px;
}
.main .partner .title li{
    font-size: 20px;
    color: #dbdbdb;
    line-height: 30px;
}
.main .partner .list{
    text-align: left;
    width: 1200px;
    margin: 0 auto;
}
.main .partner .list a{
    display: inline-block;
    position: relative;
    margin: 40px 20px 0 20px;
    filter: grayscale(100%);
}
.main .partner .list a:hover{
    transform: scale(1.2);
    filter: grayscale(0);
}
.main .partner .list a .h{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.main .partner .list a:hover .h{
    opacity: 1;
}
.main .partner .list a img{
    /* width: 200px; */
    height: 60px;
}
.main .partner .list .loading{
    padding: 20px 0;
}