/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    color: #666;
    /*font-family:'Microsoft YaHei';*/
    background: #efd99f
}

a {
    color: #666;
}

a:hover {
    color: #ba8b0e;
    text-decoration: underline;
}

p {
    line-height: 1.8em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    max-width: 1000px;
    margin: 0 auto;
}

img {
    max-width: 100%
}

.bg {
    background: #f8f5e3
}

@media only screen and (min-width: 996px) {
    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        position: fixed;
        top: 0;
        left: 50%;
        width: 1000px;
        transform: translateX(-50%);
        z-index: 99;
        background: #efd99f;
    }
}

.logo {
    width: 22%;
}

.logo a {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
}

.logo a img {
    max-height: 100%;
    max-width: 100%;
}

.header01 {
    text-align: right;
}

.out {}

.out a {
    display: inline-block;
    color: #7f5335;
    padding: 5px 20px 5px 8px;
    position: relative;
    font-size: 16px;
}

.out a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 10px;
    border-color: transparent transparent transparent #7f5335;
    position: absolute;
    right: -4px;
    top: 7px;
}


/*menu*/

.menu {
    height: 37px;
    line-height: 37px;
    /* background:#333; */
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu ul li {
    position: relative;
}

.menu ul li dl {
    background: #fc9c14;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 100%;
    display: none;
    width: 183px;
    z-index: 9999
}

.menu ul li dl dd {
    line-height: 28px;
    /* border-bottom:#ddd dotted 1px; */
    /* margin:0 10px; */
    text-align: left;
}

.menu ul li dl dd a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    display: inline;
    padding: 0;
    text-align: left;
    display: block;
    padding: 0 10px;
}

.menu ul li dl dd a:hover {
    /* color:#f60; */
    background: #f68304;
    color: #f8f5e3;
}

.menu a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    display: block;
    text-align: center;
    padding: 0 8px;
}

.menu a:hover {
    color: #fff;
}

a.menu_hover {
    background: #fd9d15;
    color: #fff;
}

.menu_down span {
    display: block;
    /*background: url(../images/menu_down.gif) right 10px center no-repeat;*/
}

@media only screen and (min-width: 996px) {
    .cent01 {
        padding: 0 20px;
        margin-top: 140px;
    }
}

@media only screen and (max-width: 996px) {
    .cent01 {
        padding: 0 20px;
        margin-top: 40px;
    }
}

.cent01-1 {
    float: left;
    display: block;
    width: 65%;
    position: relative;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.cent01-1 img {
    width: 100%;
    vertical-align: bottom
}

.cent01-1 h2 {
    position: absolute;
    top: 8%;
    left: 7%;
    font-size: 32px;
    color: #ef7a06
}

.cent01-r {
    background-color: #f1d45f;
    float: right;
    display: block;
    width: 34%;
    /*background: #dbd3aa url(../images/browns-gradient-tile.jpg) repeat-x bottom;*/
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
    min-height: 386px;
}

.cent0101 {
    background: #544f3d;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 5%;
    position: relative;
}

.cent0101 h2 {
    font-size: 20px;
    display: block;
    font-weight: normal;
}

.cent0101 span {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
}

.cent0101:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    background: url(../images/006.png) center no-repeat;
    background-size: 100% 100%;
    right: 10px;
    top: 5px;
    z-index: 66;
}

.cent0102 {
    margin-top: 15%;
    width: 100%
}

.cent0102 img {
    width: 100%;
}

.cent0102 a {
    display: block;
    width: 100%;
}

.cent02 {
    padding: 0px 20px 50px 20px
}

.cent02 ul li {
    float: left;
    display: block;
    width: calc((100% - 6%)/3);
    margin-right: 3%;
    margin-top: 3%
}

.cent02 ul li:nth-child(3n) {
    margin-right: 0%;
}

.cent02 ul li:nth-child(3n-2) {
    clear: left;
}

.cent02 ul li h2 {
    line-height: 25px;
    color: #878b52;
    font-size: 18px;
    text-align: center;
    height: 60px
}

.cent02 ul li .img {
    width: 100%;
    margin-top: 1%
}

.cent02 ul li .img img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px
}

.cent02 ul li em {
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
    margin-top: 2%
}

.cent02 ul li>a {
    background: #f1d89f;
    color: #928b52;
    padding: 4px 9px;
    margin: 10px auto;
    border: 2px #dbd3aa solid;
    border-radius: 16px;
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}

.cent02 ul li>a i {
    color: #f8f5e3;
    margin-left: 10px
}

.cent02 ul li:hover>a {
    background-color: #efd55e;
    color: black;
    border-color: #7f5335;
}

.cent02 ul li:hover>a i {
    color: #7f5335
}

.cent03 {
    margin-top: 2%;
}

.cent03 ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cent03 ul li {}

.cent03 ul li a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 135px;
}

.cent03 ul li a img {
    max-width: 100%;
    max-height: 100%;
}

.cent04 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 2%;
    padding-bottom: 2%;
}

.cent04 img {
    width: 40px;
}

.cent04 a {
    color: #878b52;
    font-size: 16px;
}

.cent04 a:hover {
    color: #ba8b0e;
    text-decoration: underline;
}

.footer-bg {
    background: #f1d45f;
    color: #fff
}

.footer-bg a {
    color: #9d7200;
}

.footer-bg a:hover {
    color: #ba8b0e;
    text-decoration: underline;
}

.footer01 {
    padding-top: 2%
}

.footer01 dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


/*.footer01 dl dd:nth-child(1) { width:33.33%}*/

.footer01 dl dd h2 {
    font-size: 22px;
    color: #9d7200
}

.footer01-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.afte {
    flex: 1
}

.afte span {
    display: block;
    font-size: 11px;
    line-height: 1;
    margin-top: 20px;
}

.afte em {
    font-style: normal;
    font-size: 11px;
    color: #9d7200;
}

.footer01-l .img {
    width: 77px;
    margin-left: 10px;
}

.footer01-l .img img {
    width: 100%;
}

.footer01 dl dd ul li {
    color: #9d7200;
    display: block;
    margin-top: 20px;
}

.footer01 dl dd ul li a {
    color: #f8f5e3
}

.footer01 dl dd ul li p {
    padding: 0;
    line-height: 1;
}

.footer02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-top: 2%;
    color: #9d7200;
    font-weight: bold;
}

.footer02 a:hover {
    color: #f4d709;
    text-decoration: none;
}

.footer03 {
    margin-top: 1%
}

.footer03 h2 {
    color: #e8ae11;
    font-size: 22px;
    text-align: center;
    display: block
}

.footer03 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px
}

.footer03 ul li {
    margin: 0 4px
}

.footer03 ul li a img {
    width: 32px
}

.footer04 {
    text-align: center;
    line-height: 2;
    padding-bottom: 1%;
}

.footer04 span {
    color: #9d7200;
    font-size: 11px;
}

.footer04 p {
    padding: 0
}

.footer05 {
    text-align: center;
    padding: 10px 0
}

.footer05 span {
    font-size: 10px;
    color: #666666
}

.cent05 {
    position: relative;
}

.cent05 img {
    width: 100%;
    vertical-align: bottom;
}

.cent05 .cent0101 {
    position: absolute;
    bottom: 0;
    right: 0;
   /* width: 490px;*/
    background: #0000007d;
	padding-right:65px;
}

.inside_con {
    padding: 10px 0;
    min-height: 300px;
}

.cent06 {
    padding: 2% 0;
}

.cent06-l {
    float: left;
    display: block;
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding-left: 2%
}

.cent06-r {
    float: right;
    display: block;
    width: 250px;
    padding-right: 16px
}

.explore {
    border: #d5d2c3 1px solid;
    margin-bottom: 5%
}

.explore h2 {
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bca48c), color-stop(1, #edc200));
    text-align: center;
    color: #f8f5e3;
    font-size: 22px;
    padding: 10px;
}

.explore .img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6% 2%;
}

.explore .img img {
    max-height: 100%;
    max-width: 100%
}

.explore .img02 {
    margin-top: 6%;
}

.explore .img02 p {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0
}

.explore .img02 a {
    margin: 0;
    padding: 10px 5px 10px 0;
    color: #e8ae11;
    display: block;
    text-align: center;
    font-size: 14px;
}

.weizhi {
    font-size: 16px;
    color: #666;
}

.weizhi a {
    color: #878b52
}

.tilte {}

.tilte h2 {
    font-size: 32px;
    color: #7f5335;
    display: block;
}

.tan {
    margin-top: 2%
}

.tan h2 {
    display: block;
    font-size: 22px;
    color: #e8ae11;
}

.tan ul li {
    margin-top: 3%;
    font-size: 16px;
    color: #666;
}

.tan ul li strong {}

.tan ul li a {
    color: #878b52
}

.tan ul li .img {
    width: 50%
}

.tan ul li .img img {
    width: 100%;
}

.tanz {
    margin-top: 2%
}

.tanz .tilte h2 {
    font-size: 24px
}

.tanz .img {
    float: right;
    display: block;
    width: 40%
}

.tanz .img img {
    width: 100%;
    vertical-align: bottom;
}

.tanz span {
    display: block;
    margin: 2% 0;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.act {
    float: left;
    display: block;
    width: 48%;
}

.act ul {
    padding-left: 13%;
}

.act ul li {
    font-size: 16px;
    color: #666;
    list-style: disc;
}

.act ul li a {
    color: #878b52;
}

.HBoxbg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 88;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.HBox {
    width: 650px;
    height: auto;
    margin: 0 auto;
    box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    vertical-align: bottom;
}

@media only screen and (max-width: 980px) {
    .wapper {
        width: 100%;
    }
    .out {
        display: none;
    }
    .header {
        flex-wrap: wrap;
        padding-top: 40px
    }
    .logo {
        width: 100%;
    }
    .header01 {
        text-align: left;
        width: 100%
    }
    .menu {
        height: auto;
    }
    .menu ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .cent01-1 {
        float: none;
        display: block;
        width: 100%;
    }
    .cent01-r {
        float: none;
        display: block;
        width: 100%;
    }
    .cent02 {
        width: 90%;
        margin: 0 auto;
    }
    .cent02 ul li {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0;
        margin-top: 5%;
    }
    .footer {
        width: 90%;
        margin: 0 auto;
    }
    .footer01 dl {
        flex-wrap: wrap;
    }
    .footer01 dl dd {
        width: 100%;
        margin-bottom: 5%
    }
    .footer01 dl dd:nth-child(1) {
        width: 100%;
    }
    .footer01 dl dd h2 {
        display: block;
        text-align: center;
    }
    .footer01 dl dd ul li {
        text-align: center;
    }
    .footer05 {
        width: 90%;
        margin: 0 auto
    }
    .cent06-l {
        float: none;
        display: block;
        width: 100%;
        padding: 2% 4%;
    }
    .cent06-r {
        float: none;
        display: block;
        width: 100%;
        margin-top: 5%
    }
    .tanz .img {
        float: none;
        display: block;
        width: 100%
    }
    .act {
        float: none;
        display: block;
        width: 100%;
        margin-top: 5%
    }
    .tan ul li .img {
        width: 100%;
    }
}