/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea,
p,
span {
    /* for ie */
    font: 13px / 1.5 'Microsoft Yahei'Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* 重置列表元素 */
ul,
ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: inherit;
}


/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

html,
body {
    min-width: 1600px;
    height: 100%;
    font-family: "Microsoft Yahei", Arial, sans-serif;
    position: relative;
}

.container {
    width: 100%;
    height: 100%;
    background: url("../../../image/container_bg.jpg") center no-repeat;
    background-size: 100% 100%;
    /*position: fixed;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*overflow: scroll;*/
}

.left-nav-wrap {
    width: 250px;
    height: 100%;
    float: left;
    background: url("../../../image/home_logo.png") 20px 10px no-repeat;
}

.left-nav-box {
    padding: 230px 0 0 40px;
    width: 230px;
}

.left-nav-list {
    margin: 15px 0;
    font-size: 18px;
}

.left-nav-list:after {
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    background: url("../../../image/short_line.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 15px;
}

.left-nav-list dt {
    color: #4178af;
    width: 180px;
    height: 30px;
    text-align: left;
}

.left-nav-list dt a {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: url("../../../image/list_style.png") 5px center no-repeat;
}

.left-nav-list dt a span {
    display: block;
    padding-left: 30px;
}

.left-nav-list dt.cur,
.left-nav-list dd.cur {
    background: url("../../../image/nav_list.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.left-nav-list dt.cur a {
    background: url("../../../image/list_style_on.png") 5px center no-repeat;
}

.left-nav-list dd {
    color: #4178af;
    width: 180px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    display: none;
}

.right-content {
    margin-left: 250px;
}

.site-map {
    padding: 10px 0 0 10px;
    height: 20px;
    line-height: 20px;
    color: #3e3a39;
    font-size: 15px;
}

.site-map a:hover {
    text-decoration: underline;
}

.site-map a.cur {
    color: #1d87c6;
}

.home-title {
    height: 45px;
    margin: 40px 0 0 0;
}

.home-title p {
    position: relative;
    line-height: 45px;
    width: 388px;
    margin: 0 auto;
    text-align: center;
    color: #1d87c6;
    font-size: 25px;
}

.home-title p:before,
.home-title p:after {
    content: '';
    position: absolute;
    display: block;
    width: 388px;
    height: 1px;
    background: url("../../../image/lone_line.png") no-repeat;
}

.right-content-box {
    margin: 70px 0 0 0;
}

.right-content-box>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.right-cont-wrap {
    height: 480px;
    background: #fff;
    background-size: cover;
    border-radius: 15px 0 0 15px;
    -webkit-box-shadow: -2px 3px 3px #999;
    -moz-box-shadow: -2px 3px 3px #999;
    box-shadow: -2px 3px 3px #999;
    padding: 20px 0;
}

.audio-btn {
    width: 29px;
    height: 29px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../../../image/audio_btn.png") no-repeat;
}

.audio-pause {
    background: url("../../../image/audio_pause_btn.png") no-repeat;
}

.dj-detail {
    position: relative;
    width: 100%;
    height: 520px;
    background: #fbfbfb;
    background-size: cover;
    border-radius: 15px 0 0 15px;
    -webkit-box-shadow: -2px 3px 3px #999;
    -moz-box-shadow: -2px 3px 3px #999;
    box-shadow: -2px 3px 3px #999;
}

.dj-detail-btn {
    position: absolute;
    right: 0;
    height: 38px;
    bottom: -40px;
    border: 1px solid #7fc3eb;
    border-radius: 0 0 0 10px;
    -webkit-box-shadow: 3px 2px 3px #888;
    -moz-box-shadow: 3px 2px 3px #888;
    box-shadow: 3px 2px 3px #888;
}

.dj-detail-btn li {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #7fc3eb;
    float: left;
    background: #1d87c6;
    color: #fff;
    cursor: pointer;
}

.dj-detail-btn li.cur {
    background: #1e417c;
}

.dj-detail-btn li a {
    display: block;
}

.dj-detail-wrap {
    width: 100%;
    height: 520px;
}

.dj-detail-list {
    width: 100%;
    height: 520px;
    display: none;
}



.dj-detail-cont {
    height: 480px;
    padding: 20px 60px;
    text-align: center;
}

.dj-detail-tit {
    background: url("../../../image/dj_detail_tit.png") no-repeat;
    width: 218px;
    height: 51px;
    color: #4c9fd1;
    font-size: 24px;
    text-align: center;
    line-height: 51px;
    margin-left: 45px;
    position: absolute;
    margin-top: 30px;
}

.dj-detail-page-cont {
    width: 100%;
    text-align: center;
    display: none;
}

.dj-detail-page-btn {
    width: 130px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.dj-detail-page-btn a {
    display: block;
    height: 30px;
    background: #4c9fd1;
    margin-top: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.dj-detail-page-btn a.cur {
    background: #faa401;
}

.dj-detail-video {
    width: 782px;
    height: 440px;
    margin: 20px auto 0;
    background: #000;
}

.dj-detail-flash {
    background: #f1f1f1;
    border-radius: 15px;
    height: 460px;
    padding: 10px;
}

.dj-detail-page-cont img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


.dj-detail-cont img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.dj-detail-page-cont object,
.dj-detail-cont object {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

.dj-detail-video-para {
    width: 965px;
    height: 430px;
    margin: 30px auto 0;
}

.dj-detail-video-para video {
    width: 600px;
    height: 400px;
    background: #000;
    float: left;
}

.dj-detail-video-para img {
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 300px;
    width: 350px;
}

.dj-detail-video-para p {
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 300px;
    width: 350px;
    font-size: 24px;
    color: #1d87c6;
}

@media screen and (max-width: 1500px) {
    .dj-detail-tit {
        margin-left: 10px;
        margin-top: 15px;
    }

    .dj-detail-cont {
        height: 480px;
        padding: 20px 20px;
        text-align: center;
    }

    .dj-detail-video {
        width: 682px;
        height: 384px;
        margin: 50px auto 0;
        background: #000;
    }

    .dj-detail-video-para {
        width: 965px;
        height: 430px;
        margin: 50px auto 0;
    }

    .dj-video-para {
        width: 190px;
        position: absolute;
        left: -190px;
        top: 150px;
    }

    .dj-detail-video-para video {
        width: 620px;
        height: 400px;
        background: #000;
        float: left;
        margin-left: 30px;
    }

    .dj-detail-video-para img {
        display: block;
        float: left;
        margin-left: 15px;
        margin-top: 300px;
        width: 300px;
    }

    .dj-detail-video-para p {
        display: block;
        float: left;
        margin-left: 15px;
        margin-top: 300px;
        width: 300px;
    }
}

.threesixty-wrapper {
    position: relative;
    background: url("../../../image/index_para.png") top center no-repeat;
    width: 998px;
    height: 500px;
    margin: 0 auto;
}

.ui {
    width: 1000px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}

.ui .next {
    position: absolute;
    display: inline-block;
    width: 250px;
    height: 120px;
    background: url(../../../image/right-btn.png) no-repeat;
    cursor: pointer;
    right: 0;
}

.ui .next:hover {
    background: url(../../../image/right-btnon.png) no-repeat;
}

.ui #next:hover {
    background: url(../../../image/right-btnon_en.png) no-repeat;
}

.ui .prev {
    position: absolute;
    display: inline-block;
    width: 250px;
    height: 120px;
    background: url(../../../image/left-btn.png) no-repeat;
    cursor: pointer;
    left: 0;
}

.ui .prev:hover {
    background: url(../../../image/left-btnon.png) no-repeat;
}

.ui #prev:hover {
    background: url(../../../image/left-btnon_en.png) no-repeat;
}

.ui .prev_en {
    position: absolute;
    display: inline-block;
    width: 250px;
    height: 120px;
    background: url(../../../image/left-btn.png) no-repeat;
    cursor: pointer;
    left: 0;
}

.ui .prev_en:hover {
    background: url(../../../image/left-btnon_en.png) no-repeat;
}

.goin {
    width: 127px;
    height: 120px;
    background: url(../../../image/goin.png) no-repeat;
    font-size: 18px;
    position: absolute;
    left: 436px;
    top: 0;
}

.goin a {
    color: #004ea2;
    text-decoration: none;
    position: absolute;
}

.goin .left {
    left: 32px;
    top: 23px;
    color: #004ea2;
}

.goin .right {
    left: 63px;
    top: 74px;
}

.dragArrow {
    position: absolute;
    width: 80px;
    height: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

.dragArrow a {
    display: block;
    width: 28px;
    height: 20px;
    background: url("../../../image/arrow_drag.png") no-repeat;
}

.dragArrow a.drag-left {
    float: left;
    background-position: 0 0;
}

.dragArrow a.drag-right {
    float: right;
    background-position: 0 -20px;
}

.dragWrap {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
}

.dragBox {
    position: absolute;
    left: 0;
    display: block;
    width: 1600px;
    height: 460px;
    text-align: center;
}

.dx-tc {
    width: 925px;
    height: 626px;
    background: url("../../../image/tc_bg.png") no-repeat;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -313px 0 0 -462px;
    display: none;
}

.img-wrap {
    width: 680px;
    height: 450px;
    margin: 91px auto;
    overflow: hidden;
    position: relative;
}

.img-wrap ul {
    width: 4080px;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
}

.img-wrap ul li {
    width: 680px;
    height: 450px;
    float: left;
}

.img-wrap ul li p {
    text-align: center;
    font-size: 20px;
}

.img-wrap ul li img {
    display: block;
    max-width: 100%;
}

.btn-prev,
.btn-next {
    display: block;
    position: absolute;
    width: 47px;
    height: 113px;
    top: 260px;
}

.btn-prev {
    background: url("../../../image/arrow_prev.png") no-repeat;
    left: 20px;
}

.btn-next {
    background: url("../../../image/arrow_next.png") no-repeat;
    right: 20px;
}

.btn-close {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: url("../../../image/index_cp5.png");
}

/*三维演示*/
.sanwei-box {
    width: 1161px;
    height: 435px;
    margin: 0 auto;
    padding: 22px 0;
}

.sanwei-video {
    width: 660px;
    height: 435px;
    float: left;
    background: #000;
}

/*高品质*/
.high-quality {
    width: 1450px;
    height: 486px;
    /* margin: 0 auto; */
    position: relative;
}

.high-quality-left {
    width: 686px;
    height: 486px;
    background: #fff;
    border-radius: 15px;
    float: left;
}

.high-quality-flash {
    width: 320px;
    height: 486px;
    float: left;
    margin-left: -80px;
    position: relative;
}

.high-quality-boxes {
    position: absolute;
    width: 160px;
    height: 486px;
    left: 80px;
    top: 0;
}

.high-quality-boxes_en {
    position: absolute;
    width: 160px;
    height: 486px;
    left: 80px;
    top: 0;
}

.high-quality-boxes div {
    position: absolute;
    border: 2px solid red;
    border-radius: 5px;
    display: none;
}

.high-quality-boxes_en div {
    position: absolute;
    border: 2px solid red;
    border-radius: 5px;
    display: none;
}

.high-quality-boxes .high-quality-box01 {
    width: 40px;
    height: 35px;
    left: 22px;
    top: 20px;
}

.high-quality-boxes_en .high-quality-box01 {
    width: 40px;
    height: 35px;
    left: 22px;
    top: 20px;
}

.high-quality-boxes .high-quality-box02 {
    border: none;
    top: 100px;
    left: 0;
}

.high-quality-boxes_en .high-quality-box02 {
    border: none;
    top: 100px;
    left: 0;
}

.high-quality-boxes .high-quality-box02 .high-quality-box-list01 {
    left: 52px;
    top: 37px;
    width: 20px;
    height: 20px;
    display: block;
}

.high-quality-boxes_en .high-quality-box02 .high-quality-box-list01 {
    left: 52px;
    top: 37px;
    width: 20px;
    height: 20px;
    display: block;
}

.high-quality-boxes .high-quality-box02 .high-quality-box-list02 {
    left: 50px;
    top: 142px;
    width: 30px;
    height: 30px;
    display: block;
}

.high-quality-boxes .high-quality-box02 .high-quality-box-list03 {
    left: 48px;
    top: 227px;
    width: 50px;
    height: 30px;
    display: block;
}

.high-quality-boxes .high-quality-box03 {
    left: 55px;
    top: 137px;
    width: 20px;
    height: 20px;
}

.high-quality-boxes .high-quality-box04 {
    left: 48px;
    top: 242px;
    width: 30px;
    height: 30px;
}

.high-quality-boxes .high-quality-box05 {
    left: 50px;
    top: 327px;
    width: 50px;
    height: 30px;
}

.high-quality-boxes .high-quality-box06 {
    width: 26px;
    height: 18px;
    left: 88px;
    top: 20px;
}

.high-quality-boxes .high-quality-box07 {
    width: 26px;
    height: 42px;
    left: 113px;
    top: 49px;
}

.high-quality-boxes .high-quality-box08 {
    width: 35px;
    height: 19px;
    left: 99px;
    top: 55px;
}

.high-quality-boxes .high-quality-box09 {
    width: 43px;
    height: 28px;
    left: 59px;
    top: 136px;
}

.high-quality-boxes .high-quality-box10 {
    width: 43px;
    height: 44px;
    left: 42px;
    top: 175px;
}

.high-quality-boxes .high-quality-box11 {
    width: 34px;
    height: 47px;
    left: 68px;
    top: 245px;
}

/**/
.high-quality-boxes_en .high-quality-box02 .high-quality-box-list02 {
    left: 50px;
    top: 142px;
    width: 30px;
    height: 30px;
    display: block;
}

.high-quality-boxes_en .high-quality-box02 .high-quality-box-list03 {
    left: 48px;
    top: 227px;
    width: 50px;
    height: 30px;
    display: block;
}

.high-quality-boxes_en .high-quality-box03 {
    left: 55px;
    top: 137px;
    width: 20px;
    height: 20px;
}

.high-quality-boxes_en .high-quality-box04 {
    left: 48px;
    top: 242px;
    width: 30px;
    height: 30px;
}

.high-quality-boxes_en .high-quality-box05 {
    left: 50px;
    top: 327px;
    width: 50px;
    height: 30px;
}

.high-quality-boxes_en .high-quality-box06 {
    width: 26px;
    height: 18px;
    left: 88px;
    top: 20px;
}

.high-quality-boxes_en .high-quality-box07 {
    width: 26px;
    height: 42px;
    left: 113px;
    top: 49px;
}

.high-quality-boxes_en .high-quality-box08 {
    width: 35px;
    height: 19px;
    left: 99px;
    top: 55px;
}

.high-quality-boxes_en .high-quality-box09 {
    width: 43px;
    height: 28px;
    left: 59px;
    top: 136px;
}

.high-quality-boxes_en .high-quality-box10 {
    width: 43px;
    height: 44px;
    left: 42px;
    top: 175px;
}

.high-quality-boxes_en .high-quality-box11 {
    width: 34px;
    height: 47px;
    left: 68px;
    top: 245px;
}

/**/
.high-quality-btn {
    background: url("../../../image/qingdaovcro/high_quality01.png") no-repeat;
    width: 514px;
    height: 486px;
    /* margin-left: 150px; */
    position: relative;
    top: -400px;
    left: 700px;
}

.high-quality-btn a {
    display: block;
    width: 162px;
    height: 39px;
    position: absolute;
}

.high-quality-btn .high-quality-btn01 {
    left: 59px;
    top: 89px;
}

.high-quality-btn .high-quality-btn02 {
    left: 60px;
    top: 153px;
}

.high-quality-btn .high-quality-btn03 {
    width: 108px;
    left: 153px;
    top: 234px;
}

.high-quality-btn .high-quality-btn04 {
    width: 108px;
    left: 153px;
    top: 290px;
}

.high-quality-btn .high-quality-btn05 {
    width: 108px;
    left: 153px;
    top: 346px;
}

.high-quality-btn .high-quality-btn06 {
    left: 293px;
    top: 89px;
}

.high-quality-btn .high-quality-btn07 {
    left: 293px;
    top: 140px;
}

.high-quality-btn .high-quality-btn08 {
    left: 293px;
    top: 192px;
}

.high-quality-btn .high-quality-btn09 {
    left: 293px;
    top: 243px;
}

.high-quality-btn .high-quality-btn10 {
    left: 293px;
    top: 295px;
}

.high-quality-btn .high-quality-btn11 {
    left: 293px;
    top: 346px;
}

.high-quality-right {
    width: 270px;
    height: 486px;
    float: right;
}

.high-quality-tc {
    width: 850px;
    height: 471px;
    padding: 50px 0;
    background: url("../../../image/tc_content-bg.png") no-repeat;
    position: absolute;
    left: 150px;
    top: -30px;
    display: none;
}

.high-quality-tc_en {
    width: 850px;
    height: 471px;
    padding: 50px 0;
    background: url("../../../image/tc_content-bg.png") no-repeat;
    position: absolute;
    left: 150px;
    top: -30px;
    display: none;
}

.high-quality-tc-content {
    width: 850px;
    height: 471px;
    font-size: 0;
}

.high-quality-tc-content_en {
    width: 850px;
    height: 471px;
    font-size: 0;
}

.high-quality-tc-content li {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.high-quality-tc-content_en li {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.high-quality-tc-content li img {
    display: block;
    margin: 0 auto;
}

.high-quality-tc-content_en li img {
    display: block;
    margin: 0 auto;
}

.high-quality-tc-content li.high-quality-tc-cont01 {
    width: 742px;
    height: 480px;
    background: url("../../../image/high_quality_tc01.png") no-repeat center;
}

.high-quality-tc-content_en li.high-quality-tc-cont01 {
    width: 742px;
    height: 480px;
    background: url("../../../image/high_quality_tc01_en.png") no-repeat center;
}

.high-quality-tc-content li.high-quality-tc-cont02 {
    width: 785px;
    height: 464px;
    position: relative;
}

.high-quality-tc-content li.high-quality-tc-cont02_en {
    width: 785px;
    height: 464px;
    position: relative;
}

.high-quality-tc-content li.high-quality-tc-cont02 .high-quality-tc-list {
    display: none;
    width: 785px;
    height: 444px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    background: url("../../../image/high_quality_tc02.png") no-repeat center;
}

.high-quality-tc-content li.high-quality-tc-cont02_en .high-quality-tc-list {
    display: none;
    width: 785px;
    height: 444px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    background: url("../../../image/high_quality_tc02.png") no-repeat center;
}

.high-quality-tc-list_en {
    display: none;
    width: 785px;
    height: 444px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    background: url("../../../image/high_quality_tc02_en.png") no-repeat center;
}

.high-quality-tc-btns {
    position: absolute;
    right: 0;
    height: 38px;
    bottom: -20px;
    border: 1px solid #7fc3eb;
    border-radius: 0 0 0 10px;
    -webkit-box-shadow: 3px 2px 3px #888;
    -moz-box-shadow: 3px 2px 3px #888;
    box-shadow: 3px 2px 3px #888;
}

.high-quality-tc-btns_en {
    position: absolute;
    right: 0;
    height: 38px;
    bottom: -20px;
    border: 1px solid #7fc3eb;
    border-radius: 0 0 0 10px;
    -webkit-box-shadow: 3px 2px 3px #888;
    -moz-box-shadow: 3px 2px 3px #888;
    box-shadow: 3px 2px 3px #888;
}

.high-quality-tc-btns li {
    display: block;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    width: auto;
    font-size: 16px;
    text-align: center;
    border: 1px solid #7fc3eb;
    float: left;
    background: #1d87c6;
    color: #fff;
    cursor: pointer;
}

.high-quality-tc-btns_en li {
    display: block;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    width: auto;
    font-size: 16px;
    text-align: center;
    border: 1px solid #7fc3eb;
    float: left;
    background: #1d87c6;
    color: #fff;
    cursor: pointer;
}

.high-quality-tc-btns li.cur {
    background: #1e417c;
}

.high-quality-tc-btns_en li.cur {
    background: #1e417c;
}

.high-quality-tc-content li.high-quality-tc-cont03 {
    width: 727px;
    height: 464px;
    background: url("../../../image/high_quality_tc06.png") no-repeat center;
}

.high-quality-tc-content_en li.high-quality-tc-cont03 {
    width: 727px;
    height: 464px;
    background: url("../../../image/high_quality_tc06.png") no-repeat center;
}

.high-quality-tc-content li.high-quality-tc-cont04 {
    width: 716px;
    height: 464px;
    background: url("../../../image/high_quality_tc07.png") no-repeat center;
}

.high-quality-tc-content_en li.high-quality-tc-cont04 {
    width: 716px;
    height: 464px;
    background: url("../../../image/high_quality_tc07.png") no-repeat center;
}

.high-quality-tc-content li.high-quality-tc-cont05 {
    width: 726px;
    height: 480px;
    background: url("../../../image/high_quality_tc11.png") no-repeat center;
}

.high-quality-tc-content_en li.high-quality-tc-cont05 {
    width: 726px;
    height: 480px;
    background: url("../../../image/high_quality_tc11_en.png") no-repeat center;
}

.high-quality-close {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: url("../../../image/index_cp5.png");
}

.high-quality-close_en {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: url("../../../image/index_cp5.png");
}

/*智能化*/
.intelligent01 {
    width: 1000px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}
.zhineng1{
    position: absolute;
    top: 110px;
    left: 160px;
}
.zhineng2 {
    position: absolute;
    top: 90px;
    left: 890px;
}
.zhineng3 {
    position: absolute;
    top: 10px;
    left: -30px;
}
.zhineng4 {
    position: absolute;
    top: -20px;
    left: 895px;
}

.intelligent-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.intelligent01 .intelligent-btn a {
    display: block;
    position: absolute;
}

.intelligent01 .intelligent-btn a.intelligent-btn01 {
    left: -20px;
    top: 0px;
    width: 137px;
    height: 46px;
}

.intelligent01 .intelligent-btn a.intelligent-btn02 {
    left: 852px;
    top: -15px;
    width: 166px;
    height: 41px;
}

/* .intelligent01 .intelligent-btn a.intelligent-btn03 {
    left: 122;
    top: 0px;
    width: 180px;
    height: 41px;
}

.intelligent01 .intelligent-btn a.intelligent-btn04 {
    left: 188px;
    top: 0px;
    width: 134px;
    height: 41px;
}

.intelligent01 .intelligent-btn a.intelligent-btn05 {
    left: 288px;
    top: 0px;
    width: 142px;
    height: 41px;
} */

.intelligent02 {
    width: 1021px;
    height: 376px;
    padding: 50px 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.intelligent11 {
    width: 1021px;
    height: 376px;
    padding: 50px 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
}

.intelligent11>.intelligent11-video {
    width: 660px;
    height: 374px;
    background: #000;
}

.intelligent11>.dj-detail-cont_ch {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    color: #1d87c6;
    height: 100%;
    background-color: #ffffff;
    padding: 10px 20px 0px 20px;
    height: 364px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intelligent-box {
    width: 1021px;
    height: 376px;
    margin: 0 auto;
}

.intelligent-video {
    width: 660px;
    height: 374px;
    float: left;
    background: #000;
}

.intelligent-tc-flash {
    background: url("../../../image/intelligent05.png") no-repeat center;
    width: 908px;
    height: 444px;
    margin: 0 auto;
}

.intelligent03 {
    width: 1000px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}

.intelligent03 .intelligent-btn a {
    display: block;
    width: 115px;
    height: 40px;
    position: absolute;
}

/* .intelligent03 .intelligent-btn .intelligent-btn05-1and3ch {
  width: 140px !important;
  height: 40px !important;
} */

.intelligent03 .intelligent-btn a.intelligent-btn01 {
    width: 174px;
    left: 775px;
    top: 285px;
}

.intelligent03 .intelligent-btn a.intelligent-btn05 {
    left: 784px;
    top: 0px;
}

.intelligent03 .intelligent-btn a.intelligent-btn02 {
    /* left: 483px;
  top: 418px; */
    left: 776px;
    top: 218px;
}

.intelligent-tc-cont .intelligent-list-btn {
    position: absolute;
    left: 0;
    height: 38px;
    bottom: -20px;
    border: 1px solid #7fc3eb;
    border-radius: 0 0 0 10px;
    -webkit-box-shadow: 3px 2px 3px #888;
    -moz-box-shadow: 3px 2px 3px #888;
    box-shadow: 3px 2px 3px #888;
}

.intelligent-tc-cont .intelligent-list-btn li {
    display: block;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    width: auto;
    font-size: 16px;
    text-align: center;
    border: 1px solid #7fc3eb;
    float: left;
    background: #1d87c6;
    color: #fff;
    cursor: pointer;
}

.intelligent-list-btn li.cur {
    background: #1e417c;
}

.intelligent04 {
    width: 908px;
    height: 480px;
    margin: 0 auto;
}

.intelligent-tc {
    width: 1100px;
    height: 550px;
    background: url("../../../image/intelligent_tc.png") no-repeat;
    position: absolute;
    left: -100px;
    top: -50px;
    display: none;
}

.intelligent-tc-cont {
    width: 1000px;
    height: 450px;
    margin: 50px auto;
}

.intelligent-tc-cont li {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

.intelligent-tc-close {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: url("../../../image/index_cp5.png");
}

.intelligent-tc-video {
    width: 621px;
    height: 418px;
    float: left;
    background: #000;
}

.no-click a {
    background: #c9caca;
    cursor: no-drop;
}

/*远程运维*/
.remote-control-box {
    width: 1000px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}

.remote-control-btn {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.remote-control-btn a {
    display: block;
    height: 30px;
    background: #4c9fd1;
    margin-top: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.remote-control-btn a.cur {
    background: #faa401;
}

.remote-control-cont {
    width: 1000px;
    height: 460px;
    padding: 10px 0;
}

.remote-control-cont li {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

.remote-control-btn2 {
    display: block;
    width: 100px;
    height: 77px;
    position: absolute;
    right: 80px;
    top: 100px;
}

.remote-control-video {
    width: 450px;
    height: 380px;
    background: #000;
    float: left;
    margin: 40px 20px;
}

/*主页*/
.pots {
    width: 30px;
    height: 30px;
    position: absolute;
}

.pots a {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../../../image/pots.gif") no-repeat;
    cursor: pointer;
}

.pots a img {
    position: absolute;
    left: 30px;
    top: -70px;
    display: none;
}

.pots a:hover img {
    display: block;
}

.pot01 {
    left: 140px;
    top: 190px;
}

.pot02 {
    left: 323px;
    top: 180px;
}

.pot03 {
    left: 715px;
    top: 117px;
}

.pot04 {
    left: 788px;
    top: 208px;
}

.pot05 {
    left: 845px;
    top: 214px;
}

/*选配指南*/
.guide-wrap {
    /* width: 1640px; */
    width: 1640px;
    height: 460px;
    margin: 0 auto;
    background: url("../../../image/qingdaovcro/guide.png") center/cover no-repeat;
    position: relative;
    background-size: 94%;
}

.guide-wrap a {
    display: block;
    position: absolute;
    width: 113px;
    height: 50px;
}

.guide-wrap a.guide-btn01 {
    left: 0;
    top: 92px;
}

.guide-wrap a.guide-btn02 {
    left: 0;
    top: 206px;
}

.guide-wrap a.guide-btn03 {
    left: 127px;
    top: 92px;
}

.guide-wrap a.guide-btn04 {
    left: 127px;
    top: 206px;
}

.guide-wrap a.guide-btn05 {
    left: 285px;
    top: 92px;
}

.guide-wrap a.guide-btn06 {
    left: 285px;
    top: 206px;
}

.guide-wrap a.guide-btn07 {
    left: 417px;
    top: 92px;
}

.guide-wrap a.guide-btn08 {
    left: 417px;
    top: 206px;
}

.guide-wrap a.guide-btn09 {
    left: 548px;
    top: 92px;
}

.guide-wrap a.guide-btn10 {
    left: 548px;
    top: 206px;
}

.guide-wrap a.guide-btn11 {
    left: 680px;
    top: 92px;
}

.guide-wrap a.guide-btn12 {
    left: 680px;
    top: 206px;
    /* width: 119px; */
}

.guide-wrap a.guide-btn13 {
    left: 820px;
    top: 92px;
    /* width: 119px; */
}

.guide-wrap a.guide-btn14 {
    left: 820px;
    top: 206px;
    /* width: 119px; */
}

.guide-wrap a.guide-btn15 {
    left: 960px;
    top: 92px;
    
}

.guide-wrap a.guide-btn16 {
    left: 960px;
    top: 206px;

}

.guide-wrap a.guide-btn17 {
    left: 1096px;
    top: 92px;
}

.guide-wrap a.guide-btn18 {
    left: 1220px;
    top: 147px;

}

.guide-wrap a.guide-btn19 {
    left: 1360px;
    top: 92px;

}

.guide-wrap a.guide-btn20 {
    left: 1500px;
    top: 92px;

}

/*.guide-wrap a.guide-btn14{
    left: 1120px;
    top: 152px;
}
.guide-wrap a.guide-btn15{
    left: 1120px;
    top: 266px;
}
.guide-wrap a.guide-btn16{
    left: 1255px;
    top: 152px;
}
.guide-wrap a.guide-btn16-2{
    left: 1255px;
    top: 266px;
}
.guide-wrap a.guide-btn17{
    left: 1391px;
    top: 152px;
}
.guide-wrap a.guide-btn18{
    left: 1391px;
    top: 266px;
}*/
.guide-wrap a span {
    background: url("../../../image/guide_tc.png") no-repeat;
    width: 249px;
    height: 155px;
    position: absolute;
    left: -45px;
    top: -155px;
    display: none;
    z-index: 999;
}

.guide-wrap a span img {
    display: block;
    margin: 0 auto;
    padding-top: 4px;
}

.guide-wrap a:hover span {
    display: block;
}

.intelligent-tc-1and3ch {
    padding: 0px;
    background-color: #ffffff;
}

.intelligent-tc-1and3ch .dj-detail-page {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}

.intelligent-tc-1and3ch .dj-detail-page .dj-detail-page-cont {
    width: 660px;
}

.dj-detail-page-btn-ch {
    left: -190px;
}

.contTxtCh {
    width: 340px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1d87c6;
    line-height: 30px;
    padding-left: 20px;
}

.sanwei-p{
    display: inline-block;
    margin-left: 59px;
    margin-top: 141px;
    width: 400px;
    height: 166px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1D87C6;
    line-height: 30px;
}

.xinzengP{
    font-size: 20px;
    font-weight: 500;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1D87C6;
    line-height: 120px;
}

/* .xinzenBaoj{
    position: relative;
} */

.xinzenBaoj1{
    position: absolute;
    left: 200px;
    top: 134px;
}
.xinzenBaoj2{
    position: absolute;
    left: -30px;
    top: 124px;
}
.xinzenBaoj3 {
    position: absolute;
    left: -30px;
    top: 284px;
}
.xinzenBaoj4 {
    position: absolute;
    left: 360px;
    top: 124px;
}
.xinzenBaoj5 {
    position: absolute;
    left: 420px;
    top: 284px;
}
.xinzenBaojP{
    width: 241px;
    height: 76px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1D87C6;
    line-height: 30px;
    padding-top: 226px;
    padding-left: 880px;
}

.threesixty img{
    width: 93%;
    height: 95%;
}