/* 简介 */
#Introduction {
    width: 100%;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#Introduction_box {
    width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

#Introduction_main {
    position: relative;
    width: 100%;
}

#Introduction_main ul {
    margin-top: 20px;
}

#Introduction_main ul li {
    display: inline-block;
    margin-right: 60px;
}

#Introduction_main ul li img {
    width: 140px;
    height: 140px;
    padding: 16px;
    border-radius: 50%;
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

#Introduction_main ul li div {
    padding-left: 10px;
    margin-top: 20px;
}

#Introduction_main ul li div p:nth-child(1) {
    writing-mode: vertical-lr;
    float: left;
    color: #666666;
    margin-right: 20px;
    font-size: 30px;
}

#Introduction_main ul li div p:nth-child(2) {
    writing-mode: vertical-lr;
    height: 200px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.Introduction_about {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    letter-spacing: 0px;
    width: 100px;
    padding: 100px 0px;
    background: url(../images/bg3.png) no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #333;
}

.Introduction_about img {
    position: absolute;
    right: -0px;
    bottom: -70px;
}

/* 衍生内容 */
#derivative_h1 {
    width: 100%;
    background: url(../images/bg5.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

#derivative_h1_box {
    width: 1200px;
    margin: 0 auto;
}

.derivative_list_box {
    background: url(../images/bg6.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

#derivative_list {
    width: 1204px;
    margin: 0 auto;
    font-size: 0px;
    padding: 30px 0px;
}

#derivative_list li {
    position: relative;
    display: inline-block;
    width: 172px;
    height: 412px;
    overflow: hidden;
}

#derivative_list li:nth-child(1) {
    background: url(../images/de7.jpg) no-repeat;
    background-size: 100% 100%;
}

#derivative_list li:nth-child(2) {
    background: url(../images/de1.jpg) no-repeat;
    background-size: 100% 100%;
}

#derivative_list li:nth-child(3) {
    background: url(../images/de2.jpg) no-repeat;
    background-size: 100% 100%;
}

#derivative_list li:nth-child(4) {
    background: url(../images/de3.jpg) no-repeat;
    background-size: 100% 100%;
}

#derivative_list li:nth-child(5) {
    background: url(../images/de4.jpg) no-repeat;
    background-size: 100% 100%;
}

#derivative_list li:nth-child(6) {
    background: url(../images/de5.jpg) no-repeat;
    background-size: 100% 100%;
}

#derivative_list li:nth-child(7) {
    background: url(../images/de6.jpg) no-repeat;
    background-size: 100% 100%;
}

#derivative_list li:nth-child(1) {
    font-size: 16px;
    position: relative;
}

.derivative_list_top {
    right: 36px;
    top: 42px;
    color: #fff;
}

#derivative_list li:not(:nth-child(1)) p:first-child {
    font-size: 18px;
    writing-mode: vertical-lr;
    position: absolute;
    left: 20px;
    top: 15px;
    letter-spacing: 7px;
}

#derivative_list li:not(:nth-child(1)) p:last-child {
    font-size: 12px;
    writing-mode: vertical-lr;
    position: absolute;
    left: 28px;
    top: 120px;
    letter-spacing: 5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 150px;
}

/* 工艺 */
#craft_box {
    width: 100%;
    background: url(../images/bg7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#craft_list {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 120px;
}

#craft_list ul li {
    display: inline-block;
    overflow: hidden;
    width: 120px;
}

#craft_list ul li:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

#craft_list ul li img {
    width: 100px;
    height: 100px;
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    border-radius: 50%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}


.bg8 {
    position: absolute;
    width: 100%;
    top: 100px;
}

.line {
    width: 1px;
    height: 120px;
    background: #5a5858;
    border-right: 1px dashed #b0afae;
    display: block;
    margin: 0 auto;
}


.craft_list_txt {
    text-align: center;
    margin-top: 10px;
}

.craft_list_txt p:nth-child(1) {
    color: #D23830;
    font-weight: 550;
    font-size: 26px;
}

.craft_list_txt p:nth-child(2) {
    font-size: 20px;
    font-size: 28px;
}

#craft_list ul li:nth-child(2n-1) {}

#craft_list ul li:nth-child(2n-1) {
    position: relative;
    top: 57px;
}

.craft_list_txt2 {
    margin-bottom: 10px;
    margin-top: 0px;
}