@charset "UTF-8";
/*标题*/
.red-txt {
    color: #FF6701;
}

.detail-title {
    background-image: url('../images/detail-title.png');
}
.project-box-title {
    width: 640px;
    margin-bottom: 15px;
}
.project-box-title .option-title {
    float: left;
}
.project-box-title .option-temperature {
    float: right;
}
.option-title .intro-title {
    width: 22px;
    height: 24px;
    background: url('../images/index/icon-project.png') center left / contain no-repeat;
}
.option-temperature {
    color: #666;
}
.visit-num {
    display: inline-block;
    padding-right: 24px;
    line-height: .8;
    border-right: 1px solid #666;
}
.collect-num {
    margin-left: 23px;
}
.option-temperature .icon-share, .option-temperature .icon-collect {
    display: inline-block;
    width: 23px;
    height: 22px;
    vertical-align: top;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.option-temperature .icon-share {
    background-image: url('../images/index/icon-share.png');
    margin-left: 30px;
}
.option-temperature .icon-collect {
    background-image: url('../images/index/icon-collect.png');
    margin-left: 20px;
    margin-top: -1px;
}
/*视频*/
.box-content {
    width: 100%;
    height: 360px;
}
.box-left {
    width: 640px;
    height: 100%;
    float: left;
}
.box-right {
    width: 520px;
    height: 100%;
    float: right;
}
.box-right .product-txt {
    text-indent: 2em;
    text-align: justify;
    height: 12em;
    line-height: 1.5;
    color: #666;
    -webkit-line-clamp: 8;
}
.product-owner {
    margin-top: 50px;
    line-height: 1.5;
    color: #666;
}
.owner-title {
    width: 6em;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
}
.product-owner>div>div {
    float: left;
}

/*nav*/
.project-nav {
    width: 100%;
    height: 82px;
    margin: 70px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.project-nav>li {
    width: 193px;
    height: 82px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.project-nav>li:hover {
    -webkit-box-shadow: 0 5px 10px 1px #ddd;
    box-shadow: 0 5px 10px 1px #ddd;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
}
.project-nav>li:nth-child(1) {
    background-image: url('../images/index/nav-icon1.png');
}
.project-nav>li:nth-child(2) {
    background-image: url('../images/index/nav-icon2.png');
}
.project-nav>li:nth-child(3) {
    background-image: url('../images/index/nav-icon3.png');
}
.project-nav>li:nth-child(4) {
    background-image: url('../images/index/nav-icon4.png');
}
.project-nav>li:nth-child(5) {
    background-image: url('../images/index/nav-icon5.png');
}
.project-nav>li:nth-child(6) {
    background-image: url('../images/index/nav-icon6.png');
}
.project-nav>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 105px;
    padding-left: 20px;
    color: #fff;
}
.project-nav>li>a:hover {
    color: #FFFC1C;
}
.pc-title {
    width: 26px;
    height: 24px;
    background-image: url('../images/index/icon-pc.png');
}
.project-configuration .box-left {
    padding: 15px 50px 15px 0;
    height: 200px;
    position: relative;
}
/* .project-configuration .box-left:before {
    content: '';
    display: block;
    width: 4px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 5px;
} */
.project-configuration .box-left>ul>li {
    line-height: 1.5;
    color: #666;
}
.project-configuration .box-left>ul>li:first-child {
    margin-top: 25px;
}
.project-configuration .box-right {
    height: 200px;
    padding-left: 60px;
}

.specification-load {
    background-image: url('../images/index/icon-load2.png');
}
.declaration-load {
    background-image: url('../images/index/icon-load1.png');
}

