.content h2 {
    width: 800px;
    margin: 20px 0;
    color: #6f6f6f;
    background: #f3f3f3;
    border: 1px solid #dadada;
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
}
.content img {
    margin-bottom: 20px;
}
.content p {
    margin: 10px 0;
}
.wp-block-image:after {
    content: " ";
    display: block;
    width: 160px;
    position: relative;
    height: 85px;
    left: 620px;
    margin-top: -110px;
    background: url(../img/logo_1.png) no-repeat;
    background-size: 100%;
    opacity: 0.5;
}

.banner {
    margin: 0;
    padding: 0;
    height: 450px;
    min-width: 1180px;
    position: relative;
    background-image: -webkit-radial-gradient(top, #000000, #02202e);
    background-image: -moz-radial-gradient(top, #000000, #02202e);
    background-image: -o-radial-gradient(top, #000000, #02202e);
    background-image: radial-gradient(circle, top, #000000, #02202e);
    overflow: hidden;
}

.banner .banner-logo {
    color: #fff;
    text-align: left;
    width: 100%;
    height: 450px;
    position: absolute;
    background: url(../img/solution/banner_news.jpg) no-repeat center;
    background-size: 100%;
    animation: bigdata-logo-up both 1s;
}

.banner .banner-logo .banner-text {
    max-width: 640px;
    padding-top: 158px;
}

.banner .banner-logo .banner-text h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
}

.banner .banner-logo .banner-text p {
    margin: 25px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
}

.banner .banner-logo .banner-text .dn-btn {
    height: 36px;
    line-height: 34px;
    padding: 0 36px;
    color: #fff;
    font-size: 12px;
    border-width: 1px;
    display: inline-block;
    border-style: solid;
}

.banner .banner-logo .banner-text .dn-btn-primary {
    background-color: #b4262b;
    border-color: transparent;
}

.banner .banner-logo .banner-text .dn-btn-primary:hover {
    color: #fff;
    background-color: #ff1f14;
    border-color: transparent;
    text-decoration: none;
}

.banner .banner-logo .banner-text .dn-btn-dark {
    margin-left: 12px;
    border-color: #fff;
}

.banner .banner-logo .banner-text .dn-btn-dark:hover {
    color: #373d41;
    background-color: hsla(0,0%,100%,.98);
    border-color: #fff;
    text-decoration: none;
}

.banner .banner-logo span {
    margin-top: 20px;
    display: block;
    margin-top: 180px;
    font-size: 56px;
}

/* news page */
/* news nav */
.nav {
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto 0 auto;
    border-bottom: 2px solid #dddddd;
    font-size: 15px;
}

.nav ul {
    width: 745px;
    max-width: 1440px;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
}

.nav ul li {
    float: left;
    padding: 20px 40px;
    border-right: 1px solid #bebebe;
}

.nav ul li:hover {
}

.nav ul li a {
    color: #363636;
    text-decoration: none;
}

/* news */
.news2 {
    background: #f2f2f2;
    padding-top: 25px;
    padding-bottom: 25px;
}

.news-left {
    width: 850px;
    float: left;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
}

.news-left ul li {
    height: 195px;
    background: #fff;
    padding: 10px 5px 10px 10px;
    margin-bottom: 15px;
}

.news-left .news-img img{
    float: left;
    width: 260px;
    height: 145px;
    margin-top: 15px;
    margin-left: 10px;
}

.news-left .news-content{
    float: left;
    width: 540px;
    padding-left: 20px;
    margin-top: 5px;
}

.news-left .news-content h3 {
    padding: 10px 0 10px 0;
}

.news-left .news-content h3 a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    line-height: 32px;
}

.news-left .news-content p {
    line-height: 20px;
    color: #999999;
}

.news-left .news-content .news-tag {
    margin-top: 12px;
}

.news-left .news-content .news-tag a {
    margin-right: 5px;
    text-decoration: none;
    color: #b4262b;
}

.news-left .news-content .news-tag span:first-child:after {
    content: "|";
    margin: 0 5px 0 5px;
    font-size: 13px;
}

.news-right {
    float: right;
    width: 300px;
}

.news-right .news-pic {
    margin-bottom: 20px;
    background: white;
    padding: 15px 0px 20px 10px;
}
.news-right .news-pic .small-tit {
    margin-bottom: 5px;
    padding-left: 12px;
    border-left: 4px solid #ff2446;
}
.news-right .news-pic .small-list li {
    font-size: 12px;
    border-bottom: 1px dashed #F1F1F1;
    height: 40px;
    line-height: 40px;
    list-style: disc;
    list-style-position: inside;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-right .small-list a {
    color: #242424;
    text-decoration: none;
}

.news-right .small-list a:hover {
    color: #FF2444;
}

.news-right .small-list .more {
    color: #242424;
    font-size: 12px;
}

/* solution */
.solution {
    margin-top: 30px;
}

.solution .sol-col {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.solution .repeat {
    padding: 20px 20px 30px 0;
    border: 1px solid #e3e4e5;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 290px;
    overflow: hidden;
}

.solution .repeat:hover {
    box-shadow: 0 0 10px #dedfe0;
}

.solution .repeat .repeat-left {
    float: left;
    margin: 0 20px;
}

.solution .repeat .repeat-left .pic img {
    height: 90px;
    margin: 10px auto;
}

.solution .repeat .repeat-right {
    float: left;
    width: 75%;
}

.solution .repeat .repeat-right .con-title {
    text-align: left;
    margin: 10px 0 10px 0;
}

.solution .repeat .repeat-right .con-title a {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}

.solution .repeat .repeat-right .con-txt {
    font-size: 12px;
    text-align: justify;
    color: #666;
    line-height: 20px;
    min-height: 72px;
}

.solution .repeat .repeat-right h4 {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.solution .repeat .repeat-right ul {
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-bottom: 36px;
    min-height: 17px;
}

.solution .repeat .repeat-right .yyly li {
    float: left;
    margin-right: 10px;
    height: 30px;
    padding: 7px 5px 5px 5px;
    border: 1px solid #7D7D7D;
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    font-weight: normal;
}

.solution .repeat .repeat-right .parterner li {
    
}

.solution .repeat .repeat-right .parterner li img {
    height: 50px;
    float: left;
}

.solution .repeat .repeat-right .buy {
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: #b4262b;
    text-align: center;
}

.solution .repeat .repeat-right .buy:hover {
    background: #ff1f14;
}

.solution .repeat .repeat-right .buy a {
    width: 110px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

/* bread-menu */
.ku-top {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.ku-top .ku-left {
    width: 100%;
    float: left;
}

.ku-top .ku-crumbs a {
    color: #666;
    font-size: 12px;
}
.ku-top .ku-crumbs i {
    background: url(../img/news-page/home.png);
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.ku-top .ku-crumbs span {
    color: #666;
    font-size: 12px;
}



.ku-crumbs .ku-crumbs-cur {
    color: #20B09F;  
    margin: 0;
}

/* item-case */
.items-case .item {
    margin: 50px 0;
    /* box-shadow: 0 0 8px 0 rgba(38, 38, 38, .16); */
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.items-case .item-block {
    flex: 1;
    box-sizing: border-box;
    padding-right: 50px;
    align-self: flex-start;
}

.items-case .img-block {
    margin: 0;
    width: 590px;
    height: 320px;
    overflow: hidden;
}

.img-block img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.items-case .img-block:hover img {
    transform: scale(1.05, 1.05);
}

.transition {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.items-case .item-title1 {
    font-size: 24px;
    text-align: left;
    position: relative;
    color:#333;
    line-height: 80px;
}

.items-case .item-title1::after {
    content: "";
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #db191f;
    left: 0;
    bottom: -8px;
}

.items-case .item-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#999;
}

.items-case .item-p {
    line-height: 26px;
    color: #999;
    text-align: justify;
    font-size: 14px;
}

.items-case .item a {
    text-decoration: none;
}

/* single-page */
.single-left {
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ECECEC;
    width: 850px;
    min-height: 900px;
    float: left;
}

.single-left .news-content {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.single-left .news-content .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 10px;
    text-align: center;
    float: left;
    width: 100%;
}

.single-left .news-content .sub-info {
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #ececec;
    padding-left: 180px;
    float: left;
    width: 100%;
}
.single-left .news-content .sub-info span {
    float: left;
    padding: 0 10px;
    line-height: 40px;
}
.single-left .news-content .sub-info .bd-share-button a{
    margin-top: 11px;
}

.single-left .news-content .content {
    padding: 20px 0;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    min-height: 800px;
}
.single-left .news-content .copyright {
    float: left;
    background-color: #eee;
    font-size: 12px;
    padding: 8px 30px;
    border-radius: 2px;
    color: #aaa;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    clear: both;
}
.single-left .news-content .video {
    padding: 5px 5px 5px 5px;
}
.single-left .news-content .copyright a {
    color: #aaa;
}
.single-left .news-content .copyright a:hover {
    color: #ff2446;
}
button.vjs-icon-custombutton.vjs-control.vjs-button {
    width: 120px;
    margin-right: 10px;
    background: url(../img/video_logo.png) no-repeat center;
}
/* contact */
.contact {
    margin: 80px 0;
}
.contact img {
    float: left;
    width: 700px;
}
.contact .right {
    float: left;
    width: 342px;
    height: auto;
    color: #828282;
    font-size: 14px;
    line-height: 2.5em;
}

.price2 {
    font-size: 13px;
    color: #999999;
}
.price2 select {
    display: block;
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border-radius: 2px;
    margin: 10px 0;
    padding-left: 15px;
    background-color: rgba(24,24,24,0);
    border: 1px solid #808080;
    color: #999999;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/price/new-down.png) no-repeat scroll 225px center transparent;
    padding-right: 14px;
}
.price2 option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.price2 input {
    display: block;
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border-radius: 2px;
    margin: 10px 0;
    padding-left: 15px;
    border: 1px solid #808080;
    background-color: rgba(24,24,24,0);
    color: #999999;
}
.price2 button {
    display: block;
    font-size: 15px;
    width: 250px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #d62440;
    color: white;
    border: none;
    border-radius: 3px;
    margin: 16px 0 15px;
    cursor: pointer;
}