
#banner{
    min-width: 1220px;
}

#banner img{
    width:100%;
    height: 100%;
}
.panel{
    background: #fff;
}
.channel-panel {
    width: 1190px;
    margin: 0 auto;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.channel-panel .block-title {
    font-size: 18px;
    color: #333;
    padding: 60px 0 40px;
    text-align: center;
}
.channel-panel .title {
    display: inline-block;
    font-size: 54px;
    color: #5845ed;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
}
.channel-panel .block-title i{
    display: block;
    width: 786px;
    height: 3px;
    background: url(../images/index/line.png) no-repeat;
    margin: 20px auto 10px;
}
.channel-panel .block-title .desc{
    font-size: 16px;
    color:#616161;
}
.channel-panel .resolve-main {
    height: 514px;
    background: #fff url(../images/index/block_d015696.png) no-repeat left top;
    box-shadow: 1px -2px 4px 1px rgba(0,0,0,.06);
    border-radius: 5px;
    position: relative;
    background-size: 100% 100%;
}
.channel-panel .resolve-main .main-catalog {
    display: inline-block;
    width: 166px;
    float: left;
}
.channel-panel .resolve-main .main-catalog .catalog-item {
    cursor: pointer;
    background: #5983fc;
    height: 87px;
    line-height: 87px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.channel-panel .resolve-main .main-catalog .catalog-item.active,
.channel-panel .resolve-main .main-catalog .catalog-item:hover {
    font-weight: 800;
    background: url(../images/index/tab_b0b800c.png) no-repeat left top;
    background-size: 100% 100%;
    width: 166px;
    box-shadow: -1px 2px 2px 0 rgba(0,0,0,.06);
    position: relative;
}
.channel-panel .resolve-main .main-catalog .catalog-item:first-child {
    border-radius: 8px 0 0;
}
.channel-panel .resolve-main .main-catalog .catalog-item span {
    display: inline-block;
    margin: 0 4px;
    border-bottom: 1px solid #a3bafe;
    width: 150px;
}
.channel-panel .resolve-main .main-catalog .catalog-item.active span,
.channel-panel .resolve-main .main-catalog .catalog-item:hover span {
    border-bottom: 1px solid transparent;
}
.channel-panel .resolve-main .main-catalog .catalog-item:last-child span {
    border: 0;
}
.channel-panel .resolve-main .main-content {
    display: inline-block;
    width: 1013px;
    background: 0 0;
    float: left;
    height: 514px;
    position: relative;
}
.channel-panel .resolve-main .main-content .content-item {
    display: none;
}
.channel-panel .resolve-main .main-content .content-item.active {
    display: block;
}
.channel-panel .resolve-main .main-content .content-item .item-banner {
    padding: 30px 30px 30px;
    height: 95px;
    display: block;
    text-align: center;
}
.channel-panel .resolve-main .main-content .content-item .item-banner h3{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
    text-shadow: 0 4px 10px #696969;
}
.channel-panel .resolve-main .main-content .content-item .item-banner p{
    font-size: 16px;
    color: #ffffff;
}

.channel-panel .resolve-main .item-box {
    position: relative;
    padding: 28px 0 0;
    margin: 10px 30px 0;
    width: 960px;
    height: 250px;
    cursor: pointer;
}
.channel-panel .resolve-main .item-box .box-title {
    position: absolute;
    width: 172px;
    text-align: center;
    top: 0px;
    color: #fff;
    left: 388px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.channel-panel .resolve-main .item-box .box-list {
    margin-bottom: 20px;
    margin-top: 45px;
}
.channel-panel .resolve-main .item-box .box-list .box-item {
    text-align: center;
    display: inline-block;
    width: 168px;
    margin: 0 10px;
    vertical-align: top;
}
.channel-panel .resolve-main .item-box .box-list .box-item .box-item-img {
    height: 40px;
}
.channel-panel .resolve-main .item-box .box-list .box-item .box-item-img img {
    max-width: 40px;
    max-height: 40px;
}
.channel-panel .resolve-main .item-box .box-list .box-item .box-item-title {
    color: #333;
    font-size: 14px;
    font-weight: 800;
    margin: 8px 0 7px;
}
.channel-panel .resolve-main .item-box .box-list .box-item .box-item-sub {
    color: #777;
    font-size: 14px;
    margin: 0 auto;
    width: 145px;
}
.channel-panel .resolve-main .item-box .box-button {
    position: absolute;
    width: 180px;
    text-align: center;
    bottom: 1px;
    left: 376px;
}
.channel-panel .resolve-main .item-box .box-button button {
    cursor: pointer;
    height: 44px;
    background: 0 0;
    padding: 0 20px;
    border: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}
.channel-panel .resolve-main .main-content .resolve-desc {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 11px;
    font-size: 14px;
    color: #fff;
}
.channel-panel .resolve-flow{
    display: flex;
    width: 100%;
    height: 35px;
    padding: 20px 0 0;
}
.channel-panel .resolve-flow .resolve-title{
    display: inline-block;
    width: 255px;
    font-size: 26px;
    color: #2b44de;
    font-weight: bold;
    line-height: 33px;
}
.channel-panel .resolve-flow div{
    -webkit-flex: 1;
}
.channel-panel .resolve-flow div span{
    display: inline-block;
    width: 183px;
    height:42px;
    line-height: 32px;
    background: url("../images/index/flow-icon.png") no-repeat;
    background-size: contain;
    text-align: center;
    color: #fff;
}


.seo-panel{
    width: 1190px;
    margin: 30px auto;
    box-sizing: border-box;
}
.seo-panel .seo-row-t{
    display: flex;
    background-color: #fff;
}
.seo-panel .seo-row-t div{
    width: 510px;
    display: block;
    padding: 50px 50px 0 75px;
    box-sizing: border-box;
    color: #616161;
    font-size: 14px;
    text-align: justify;
}
.seo-panel .seo-row-t div h3{
    font-size: 30px;
    color:#000;
}
.seo-panel .seo-row-t div h3:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #717171;
    margin: 20px 2px;
}
.seo-panel .seo-row-t div p{
    font-size: 16px;
    color:#000;
    margin-bottom:30px;
}
.seo-panel .seo-row-t div i{
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../images/index/go.png) no-repeat;
    background-size: cover;
    margin: 48px 0;
}
.seo-panel .seo-row-t .seo-row-p{
    -webkit-flex: 1;
    width: 680px;
    overflow: hidden;
    padding: 0;
}
.seo-panel .seo-row-t .seo-row-p img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.seo-panel .seo-row-t .seo-row-p:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.seo-panel .seo-row-b .seo-row{
    display: inline-block;
    width: 585px;
    overflow: hidden;
    margin-top: 30px;
    margin-right: 15px;
    background-color: #fff;
}
.seo-panel .seo-row-b .seo-row:nth-child(2n){
    margin-right: 0;
}
.seo-panel .seo-row-b .seo-row div.seo-row-pic{
    display: block;
    width: 585px;
    height: 395px;
    overflow: hidden;
}
.seo-panel .seo-row-b .seo-row img{
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.seo-panel .seo-row-b .seo-row img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}
.seo-panel .seo-row-b .seo-row .seo-info{
    margin: 37px 34px 0;
}
.seo-panel .seo-row-b .seo-row .seo-info h3{
    font-size: 30px;
    color:#000;
    margin-bottom: 10px;
}
.seo-panel .seo-row-b .seo-row .seo-info h3 a:hover{
    color:#003269;
}
.seo-panel .seo-row-b .seo-row .seo-info p{
    font-size: 17px;
    color:#616161;
}
.seo-panel .seo-row-b .seo-row .seo-info div{
     margin-top: 20px;
     border-top: 2px solid #e5e5e5;
     height: 60px;
     line-height: 60px;
}
.seo-panel .seo-row-b .seo-row .seo-info div a{
    display: inline-block;
    color:#616161;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.seo-panel .seo-row-b .seo-row .seo-info div a:hover{
    color:#003269;
    font-weight: bold;
}
.seo-panel .seo-row-b .seo-row .seo-info div:after{
    content: '';
    display: inline-block;
    width: 28px;
    height: 10px;
    background: url(../images/index/arrow.png) no-repeat;
    background-size: cover;
    float: right;
    margin-top: 26px;
}
.cases-panel{
    width: 1190px;
    margin: 30px auto 0;
    box-sizing: border-box;
    background-color: #fff;
    padding: 35px;
}
.cases-panel .cases-title{
    position: relative;
}
.cases-panel .cases-title h3{
    font-size: 30px;
    color: #000000;
}
.cases-panel .cases-title p{
    font-size: 18px;
    color: #616161;
    margin-top: 12px;
    margin-bottom: 10px;
}
.cases-panel .cases-title a{
    position: absolute;
    right: 0;
    bottom: 24px;
    font-size: 15px;
    color: #616161;
}
.cases-panel .cases-title a i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/index/more.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-top: -2px;
}
.cases-panel .cases-list a{
    display: inline-block;
    width: 31%;
    margin: 35px 1% 0;
    background-color: #f8f8f8;
    vertical-align: top;
}
.cases-panel .cases-list a div{
    display: block;
    width: 100%;
    /*height: 200px;
    line-height: 200px;*/
    min-height: 298px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}
.cases-panel .cases-list.news-list a div{
    min-height:215px;
    height: 215px;
    line-height: 215px;
}
.cases-panel .cases-list a div img{
    vertical-align: middle;
    /* width: 65%; */
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    object-fit: cover;
}
.cases-panel .cases-list a div:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cases-panel .cases-list a h3{
    font-size: 22px;
    color:#000;
    padding: 10px 20px;
    background-color: #f0f0f0;
}
.cases-panel .cases-list a p{
    font-size: 15px;
    color: #616161;
    padding: 0 20px 20px;
    background-color: #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cases-panel .cases-list a{
    background-color: transparent;
}
.cases-panel .news-list a h3{
    font-size: 15px;
    padding: 10px;
    border: 1px solid #f5f5f5;
    background-color: transparent;
    border-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases-panel .news-list a p{
    font-size: 12px;
    padding: 0 10px 5px;
    border: 1px solid #f5f5f5;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
}
.cases-panel .news-list a div img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.cases-panel .news-list a span{
    display: block;
    border: 1px solid #f5f5f5;
    border-top: 0;
    height: 35px;
    line-height: 30px;
    font-size: 12px;
    color: #929292;
    padding: 0 10px;
}
.cases-panel .news-list a hr{
    display: block;
    width: 92%;
    background-color: #eee;
    color: #eee;
    border: 0;
    height: 1px;
}
.cases-panel .news-list a span var{
    display: inline-block;
    float: right;
}
















