@charset "UTF-8";

/**
 * @authors PMQ
 * @version 1.0
 */
body, button, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    padding: 0;
    margin: 0;
    border: none;
}
body {
    font-size: 16px;
    font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
a {
    color: #555;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
li, ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.5;
}
.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 15px;
}
section, header {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 0 0;
}
.btn {
    width: 100%;
}
.btn a {
    font-size: 23px;
    font-weight: 100;
    padding: 6px 40px;
}
.btn .btn-gy {
    background-color: #7d4623;
    color: #FFFFFF;
}
.btn .btn-wt {
    background-color: #FFFFFF;
    border: 2px #7D4623 solid;
    color: #7D4623;
}
.btn .btn-kb {
    border: 2px #FFFFFF solid;
    color: #FFFFFF;
}
.btn .btn-gay {
    border: 2px #7D4623 solid;
    color: #7D4623;
}
.btn a img {
    margin-left: 10px;
    width:14px;
    height:14px;
    vertical-align: middle;
}
.container {
    width: 100%;
    padding-bottom: 40px;
}
.banner {
    width: 100%;
    height: 853px;
    background: url(../images/tp/bn.jpg) no-repeat center;
    transition: margin-top 0.5s;
    -webkit-transition: margin-top 0.5s;
}
.banner .bn-box {
    width: 320px;
    margin: 0 auto;
    padding-top: 80px;
}
.banner .bn-des {
    width: 990px;
    height: 620px;
    position: relative;
}
.bn-des .des-tt1 {
    width: 540px;
    height: 160px;
    background: url(../images/tp/12.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 210px;
    top: 0;
}
.bn-des .des-tt2 {
    width: 820px;
    height: 118px;
    background: url(../images/tp/char.png) no-repeat;
    background-position: 0 -160px;
    position: absolute;
    left: 70px;
    top: 160px;

}
.bn-des .des-tt3 {
    width: 540px;
    height: 230px;
    background: url(../images/tp/char.png) no-repeat;
    background-position: -140px -285px;
    position: absolute;
    left: 217px;
    top: 280px;
}
.bn-des .des-ng {
    height: 222px;
    width: 322px;
    background: url(../images/tp/ng.png) no-repeat center;
    position: absolute;
    top: 370px;
    right: 0;
    z-index: 2;
    animation: ngg ease-in-out 2s forwards;
    -webkit-animation: ngg ease-in-out 2s forwards;
}
@keyframes tt1 {
    0% {
        opacity: 0;
        transform: rotate(360deg, 0);
    }
    50% {
        opacity: 0.5;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes tt1 {
    0% {
        opacity: 0;
        transform: rotate(360deg, 0);
    }
    50% {
        opacity: 0.5;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes tt2 {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
    /*0% {
        opacity: 0;
        transform: rotate(20deg) translate(-200px, 0);
    }
    25% {
        opacity: 0.25;
        transform: rotate(-20deg) translate(200px, 0);
    }
    50% {
        opacity: 0.5;
        transform: rotate(10deg) translate(-100px, 0);
    }
    75% {
        opacity: 0.75;
        transform: rotate(-10deg) translate(100px, 0);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg) translate(0px, 0px);
    }*/
}
@-webkit-keyframes tt2 {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
    /*0% {
        opacity: 0;
        transform: rotate(20deg) translate(-200px, 0);
    }
    25% {
        opacity: 0.25;
        transform: rotate(-20deg) translate(200px, 0);
    }
    50% {
        opacity: 0.5;
        transform: rotate(10deg) translate(-100px, 0);
    }
    75% {
        opacity: 0.75;
        transform: rotate(-10deg) translate(100px, 0);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg) translate(0px, 0px);
    }*/
}
@keyframes tt3 {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    50% {
        opacity: 0.5;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes tt3 {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    50% {
        opacity: 0.5;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.bn-des .btn {
    position: absolute;
    top: 560px;
    left: 390px;

}


/*1*/
.cont1 {
    background-color: #ffffff;
}
.cont1-left {
    width: 600px;
    height: 500px;
    float: left;
}
.cont1-left img {
    width: 600px;
    height: 500px;
    transition: transform 1s;
    -webkit-transition: transform 1s;
}

.cont1-right {
    width: 520px;
    height: 500px;
    float: right;
}
.cont1-right h5 {
    margin-top: 20px;
}
.cont1-right h4 {
    margin-top: 10px;
}
.cont1-right .item-box {
    width: 100%;
    margin-top: 20px;
}
.cont1-right .right-item {
    width: 240px;
    height: 160px;
    background-color: #c5956e;
    text-align: center;
    color: #FFFFFF;
}
.cont1-right .itm1 {
    float: left;
}
.cont1-right .itm2 {
    float: right;
}
.cont1-right .item-box img {
    width: 112px;
    height: 57px;
    margin-top: 5px;
}

/*2*/
.cont2 {
    min-height: 560px;
    background: url(../images/ct2/bg.jpg) no-repeat top center #ffffff;
}
.cont2 ul {
    width: 1200px;
}
.cont2 .items {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: #7d4623;
    margin-right: 12px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    -webkit-transition: box-shadow 1s;
    transition: box-shadow 1s;
}
.cont2 .items:hover {
    box-shadow: 0 15px 60px #4a2914;
}
.cont2 .items h3 {
    margin-top: 28px;
    line-height: 50px;
}
.cont2 .items h5 {
    margin-top: 5px;
}
.cont2 .items:nth-child(2) {
    animation-delay: 400ms;
}
.cont2 .items:nth-child(3) {
    animation-delay: 800ms;
}
.cont2 .items:nth-child(4) {
    animation-delay: 1200ms;
}
.cont2 .items:nth-child(5) {
    animation-delay: 1600ms;
}
.cont2 .items:nth-child(6) {
    margin-right: 0;
    animation-delay: 2000ms;
}
.cont2 .itmAct {
    animation: scale ease-in-out 1s forwards;
    -webkit-animation: scale ease-in-out 1s forwards;
}
@keyframes scale {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.08, 1.08);
    }
    100% {
        transform: scale(1, 1);
    }
}
.cont2 .cont2-list {
    width: 1200px;
    margin-top: 20px;
    background-color: #FFFFFF;
}
.cont2 .cont2-list img {
    width: 378px;
    height: 326px;
    margin-left: 16.5px;
    margin-top: 16.5px;
    display: block;
    float: left;
    transition: transform 1s;
    -webkit-transition: transform 1s;
}

.container .btn {
    margin-top: 50px;
}
.container .btn a:nth-child(2) {
    margin-left: 100px;
}

/*3*/
.cont3 {
    height: 835px;
    background: url(../images/ct3/bg.jpg) no-repeat center;
}
.cont3 .cont3-hd {
    height: 60px;
    width: 100%;
    background-color: #7d4623;
}
.cont3 .cont3-hd .cont3-tt {
    margin-left: 20px;
    float: left;
}
.cont3 .cont3-hd .cont3-ph {
    margin-right: 20px;
    float: right;
}
.cont3 .cont3-hd .cont3-ph img {
    margin-top: 17px;
}
.cont3 .cont3-hd .cont3-tt span {
    font-size: 18px;
    line-height: 60px;
    margin-right: 30px;
    padding: 4px 20px;
    cursor: pointer;
}
.cont3 .cont3-hd .cont3-tt .tt-wt {
    background-color: #FFFFFF;
    color: #7D4623;
}
.cont3 .cont3-hd .cont3-tt .tt-py {
    background-color: #7D4623;
    color: #FFFFFF;
}
.cont4 {
    background-color: #ffffff;
}
.cont5 {
    height: 725px;
    background: url(../images/ct5/bg.jpg) no-repeat center;
}
.cont5 .cont5-item img {
    width: 380px;
    height: 320px;
    float: left;
    margin-right: 18px;
     opacity: 1;
}

.cont6 {
    background-color: #ffffff;
}
.cont6 .c6_art {
    width: 100%;
}
.cont6 .c6_left {
    float: left;
    height: 475px;
    width: 813px;
    overflow: hidden;
}
.cont6 .c6_right {
    float: right;
    height: 475px;
    width: 387px;
    overflow: hidden;
    position: relative
}
.cont6 .c6_right .c6_rt_fg {
    width: 387px;
    height: 475px;
    position: absolute;
    top: 0;
    left: 0
}
.cont6 .c6_right li {
    height: 67.8px;
    width: 100%;
    cursor: pointer;
}
.cont6 .c6_art img {
    display: block;
}