.Dianzi_top .banner {
    position: relative;
}
.Dianzi_top .banner .carousel-inner img{
    width: 100%;
}
.Dianzi_top .banner .carousel-inner{
    display: flex;
}
.Dianzi_top .banner  .title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.Dianzi_top .banner  .title h2{
    margin: 0;
    font-size: 2vw;
    margin-bottom: 20px;
}
.Dianzi_top .banner  .title span{
    display: block;
    width: 37vw;
    font-size: 0.94vw;
    line-height: 35px;
}
.Dianzi_top .go {
    text-align: right;
    color: #999;
}
.Dianzi_top .go .container{
    padding: 23px 0 !important;
    border-bottom: 1px solid #ccc;
}
.Dianzi_top .go span{
    color: #333;
}

.Dianzi .emphasis {
    padding: 96px 0;
}

.Dianzi .emphasis .emphasis_title h2 {
    margin: 0;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    margin-bottom: 46px;
}
.Dianzi .emphasis .emphasis_content .col-md-4 {
    padding: 0 12px;
}
.Dianzi .emphasis .emphasis_content .thumbnail {
    padding: 0;
    margin: 0;
    border-radius: 9px;
    overflow: hidden;
}
.Dianzi .emphasis .emphasis_content .thumbnail:hover .mask {
    opacity: 0.2;
}
.Dianzi .emphasis .emphasis_content .emphasis_img {
    position: relative;
    overflow: hidden;
}
.Dianzi .emphasis .emphasis_content .thumbnail .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: opacity 0.8s;
}
.Dianzi .emphasis .emphasis_content .thumbnail img{
    width: 100%;
}
.Dianzi .emphasis .emphasis_content .thumbnail .caption{
    padding: 16px 24px;
}
.Dianzi .emphasis .emphasis_content .thumbnail h3{
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.Dianzi .emphasis .emphasis_content .thumbnail p{
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}


.Dianzi .kernel {
    padding: 96px 0;
    background-color: #F7F7F7;
}

.Dianzi .kernel .kernel_title h2 {
    margin: 0;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    margin-bottom: 32px;
}
.Dianzi .kernel .kernel_content .col-md-4 {
    padding: 0 12px;
}
.Dianzi .kernel .kernel_content .thumbnail {
    padding: 0;
    border: none;
    margin: 0;
    margin-top: 24px;
    padding: 64px;
}
.Dianzi .kernel .kernel_content .thumbnail img{
    width: 100px;
    height: 100px;
}
.Dianzi .kernel .kernel_content .thumbnail p{
    margin: 0;
    font-size: 16px;
    text-align: center;
    margin-top: 32px;
    font-weight: bold;
}


.Dianzi .use {
    padding: 96px 0;
}

.Dianzi .use .use_title h2 {
    margin: 0;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    margin-bottom: 32px;
}
.Dianzi .use .use_content .col-md-6 {
    padding: 0 12px;
}
.Dianzi .use .use_content .thumbnail {
    padding: 0;
    border: none;
    margin: 0;
    margin-top: 24px;
}
.Dianzi .use .use_content .thumbnail .use_img{
    width: 100%;
    overflow: hidden;
    border-radius: 9px;
}
.Dianzi .use .use_content .thumbnail img{
    width: 100%;
}
.Dianzi .use .use_content .thumbnail .caption{
    padding: 0;
}
.Dianzi .use .use_content .thumbnail h3{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0 12px 0;
}
.Dianzi .use .use_content .thumbnail p{
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.Dianzi .result {
    padding:88px 0;
    background-color: #f7f7f7;
}

.Dianzi .result .result_title {
    margin-bottom: 56px;
}

.Dianzi .result .result_title h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}
.Dianzi .result .result_content img {
    width: 100%;
}

.Dianzi .advantage {
    padding: 96px 0;
}

.Dianzi .advantage .advantage_title h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 24px;
}

.Dianzi .advantage .advantage_content .col-md-4{
    padding: 0 12px;
    position: relative;
    margin-top: 94px;
}

.Dianzi .advantage .advantage_content .thumbnail{
    border-color: #e6e6e6;
    margin-bottom: 0 !important;
    border-radius: 0;
    height: 238px;
    position: relative;
    margin-top: 0px;
}

.Dianzi .advantage .advantage_content .advantage_img {
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%,-62px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background-color: white;
}
.Dianzi .advantage .advantage_content .advantage_img::after {
    content: '';
    position: absolute;
    z-index: 1000;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 38px;
    background-color: white;
}
.Dianzi .advantage .advantage_content img {
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.Dianzi .advantage .advantage_content .caption {
    text-align: center;
    width: 100%;
    padding: 0 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.Dianzi .advantage .advantage_content .caption h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 24px;
}

.Dianzi .advantage .advantage_content .caption p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0;
}

.Dianzi .correlation {
    padding: 96px 0;
    background-color: #f7f7f7;
}

.Dianzi .correlation_top h3 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}

.Dianzi .correlation_bottom {
    margin-top: 48px;
    padding-top: 16px;
}

.Dianzi .correlation_bottom .item .pic a {
    margin-right: 20px;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.Dianzi .correlation_bottom .item .pic .img span {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 24px 16px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.Dianzi .correlation_bottom .item .pic a:last-child {
    margin-right: 0px;
}

.Dianzi .correlation_bottom .carousel-control {
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 40px;
    line-height: 80px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.Dianzi .correlation_bottom .left {
    left: 20px;
}

.Dianzi .correlation_bottom .right {
    right: 20px;
}

.Dianzi .correlation_bottom .carousel-control:hover {
    color: #ff6f06;
}
.Dianzi .correlation_bottom .item .pic .img:hover img{
    transform: scale(1.1);
}
.Dianzi .correlation_bottom .item .pic .img img{
    transition: transform 0.5s;
}