/* ============走进康宁样式============= */

.value {
    width: 920px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 30px;
}

.value .title {
    margin: 35px 0;
}

/* 1 */

.value-1 {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.value-1 video {
    width: 430px;
    float: left;
    background-color: rgba(26, 69, 215, 1);
    margin-top: 10px;
}

.value-1 .rig {
    width: 490px;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
}
.value-1 .lef {
    width: 490px;
    float: right;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
}

.value-1 .rig p {
    margin-bottom: 10px;
}

/* 2 */

.value-2 {
    width: 920px;
    overflow: hidden;
    margin: auto;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.value-2 p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.value-2 .source {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.value-2 .source video{
    width: 48%;
}
.value-2 .source .rig{
    width: 48%;
}
.value-2 .source .rig img{
    display: block;
    width: 100%;
    height: auto;
}

/* 产品介绍 */

.cp-jieshao {
    width: 1024px;
    overflow: hidden;
    margin: auto;
    padding: 20px 0;
    padding-bottom: 100px;
}

.cp-qieh {
    width: 1024px;
    overflow: hidden;
    margin: auto;
    margin-top: 50px;
    position: relative;
}

.content {
    position: absolute;
    top: 0px;
}


/*  */

#tabsK {
    width: 200px;
    height: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: auto;
    margin-top: 50px;
}

#tabsK ul {
    list-style: none;
    width: 99.9%;
    margin: auto;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
}

#tabsK li {
    width: 150px;
    margin: 0 5px;
    text-align: center;
    background-color: #b2cbdf;
}

#tabsK a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 8px;
}

#tabsK .hover {
    color: #fff;
    display: block;
    background-color: #015293;
}

.tab2 {
    width: 100%;
    overflow: hidden;
}

.tab2 ul {
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tab2 ul li {
    width: 341px;
    float: left;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.tab2 ul img {
    display: block;
    width: 341px;
    transition: all 0.5s;
}

.tab2 ul img:hover {
    transform: scale(1.1);
}

.tab2 .tu img:nth-child(1) {
    width: 342px;
}

.cp-qieh #content {
    width: 100%;
    overflow: hidden;
}

.cp-qieh #content .list {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 50px;
    box-sizing: border-box;
}

.cp-qieh #content .cp-1 {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.cp-qieh #content .cp-1 h1 {
    margin: 0px;
    padding: 0px;
    font-size: 26px;
    font-weight: normal;
    color: #125e9a;
}

.cp-qieh #content .cp-1 span {
    position: relative;
    top: 2px;
}

.cp-qieh #content .cp-2 {
    width: 100%;
    height: 300px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding-top: 15px;
    box-sizing: border-box;
    border-top: 2px solid #015293;
    color: rgba(0, 0, 0, 0.8);
}

.cp-qieh #content .cp-2 p {
    margin: 10px 0;
}


/* 111111111111111111111111111111111 */


/* 运营足迹 */

.yy-zuji {
    width: 920px;
    overflow: hidden;
    margin: auto;
    padding: 20px 0;
}

.yy-zuji .zuji {
    width: 100%;
    overflow: hidden;
}

.yy-zuji .zuji img {
    width: 920px;
    height: 720px;
}

.yy-zuji .cont {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.yy-zuji .cont p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0;
}

.yy-zuji .cont-4 {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px;
    padding-top: 40px;
    padding-left: 32px;
}
