* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#bigbox {
    width: 1200px;
    margin: 0 auto;
    background-color: #ECECEC;
}

header {
    padding: 20px 0px;
}

.logo {
    float: left;
    width: 100px;
    margin-right: 60px;
    margin-left: 30px;
}

.clear {
    clear: both;
}

nav {
    float: right;
    margin-right: 30px;
    font-size: 18px;
}

nav a {
    line-height: 100px;
    text-decoration: none;
    margin-left: 60px;
    color: #202124;
}

nav a:hover {
    text-decoration: underline;
    font-weight: 600;
}

.main {
    width: 100%;
    position: relative;
}

.main_left {
    float: left;
    width: 260px;
    font-size: 0px;
}

.main_left img {
    width: 100%;
}

.left_Introduction {
    font-size: 16px;
}

.left_Introduction p {
    padding: 0px 20px;
    line-height: 30px;
    color: #666666;
}

.left_Introduction p:nth-child(1) {
    font-weight: 600;
    color: 18px;
}

.main_right {
    float: right;
    width: 860px;
    padding: 0px 40px;
}

.bannerimg {
    width: 100%;
    font-size: 0px;
}

.bannerimg img {
    width: 100%;
}

h1 {
    font-size: 24px;
    color: #060301;
    margin: 30px 0px;
}

h1 span {
    color: #666666;
    font-size: 14px;
    margin-left: 20px;
}

.Chinese_paper {
    color: #666666;
    text-indent: 2rem;
    line-height: 30px;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #cd676a;
    margin: 20px 0px;
}

.Paper_Cutting_Artist {
    width: 100%;
}

.Paper_Cutting_Artist li {
    float: left;
    width: 200px;
    text-align: center;
    line-height: 30px;
}

.Paper_Cutting_Artist li:not(:first-child) {
    margin-left: 20px;
}

.Paper_Cutting_Artist li img {
    width: 100%;
}

.Masterpieces {
    font-size: 0px;
}

.Masterpieces img {
    width: 48%;
    height: 280px;
}

.Masterpieces img:nth-child(1) {
    margin-right: 4%;
}

footer {
    background-color: #C6C6C6;
    text-align: center;
    padding: 10px 0px;
    margin-top: 30px;
}

footer p {
    line-height: 30px;
    color: #925e60;
}

.historical-origin p {
    line-height: 30px;
    color: #666666;
    text-indent: 2rem;
}

h2 {
    font-size: 18px;
    margin: 10px 0px;
}

.historical-origin img {
    float: right;
    width: 200px;
}

.papercutting-skills p {
    line-height: 30px;
    color: #666666;
    text-indent: 2rem;
}

.img_list {
    float: right;
    font-size: 0px;
    width: 200px;
    border: 1px solid #ccc;
    margin-left: 10px;
}

.img_list img {
    width: 100%;
}

.img_list p {
    font-size: 16px;
    text-align: center;
    text-indent: 0px;
    line-height: 30px;
}

.Paper-Cutting-Artist ul li {
    font-size: 0px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;

}

.Paper-Cutting-Artist ul li img {
    float: left;
    width: 200px;

}

.Artist_list_more {
    width: 600px;
    font-size: 18px;
    float: left;
    margin-left: 20px;
}

.Artist_list_more p {
    line-height: 30px;
}

.Artist_list_more p span {
    font-weight: 600;
}

.Artist_list_more p:last-child {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.papercutting-photo-gallery ul {
    float: left;
    width: 200px;
}

.papercutting-photo-gallery ul:not(:first-child) {
    margin-left: 20px;
}

.papercutting-photo-gallery ul li {
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.papercutting-photo-gallery ul li img {
    width: 100%;
    line-height: 30px;
}

.Leave-a-message-for-suggestions form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    height: 400px;
    border: 1px solid #ccc;
}

.msg {
    margin-top: 20px;
}

.msg input:nth-child(1) {
    float: left;
    width: 48%;
    height: 30px;
    box-sizing: border-box;
    padding: 0px 10px;
    border: 1px solid #ccc;
}

.msg input:nth-child(2) {
    float: right;
    width: 48%;
    height: 30px;
    box-sizing: border-box;
    padding: 0px 10px;
    border: 1px solid #ccc;
}

.Leave-a-message-for-suggestions form button {
    width: 160px;
    height: 30px;
    background-color: #E01101;
    border: 1px solid #ccc;
    color: #fff;
    margin-top: 20px;
}