/*首页*/
a:hover {
    color: #AA5814;
}
.topw {
    width: 100%;
    background: #7d491e;
    height: 40px;
}
.topw-b {
    width: 82%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    min-width: 1200px;
    *windth: 1200px;
}
.topw-b .ilogo {
    position: absolute;
    z-index: 99;
    top: 80px;
    left: 100px;
}
.topw-b .iLogoT {
    position: absolute;
    top: 93px;
    left: 240px;
    font-size: 40px;
    font-style: normal;
    color: #7d1007;
    text-shadow: 0px 2px 2px #fff;
}
.topw-b .iLogoTmg {
    font-size: 2em;
}
.topw-b .slang {
    position: absolute;
    right: 10px;
    line-height: 30px;
    color: #ffde01;
    z-index: 3;
    top: 5px;
    width: 120px;
    height: 30px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffdc9f;
    opacity: .9;
}
.topw-b .slang:hover {
    height: 120px;
    opacity: 1;
}
.topw-b .slang a:link, .topw-b .slang a:visited {
    background-image: url(../images/lng_cn.png);
    background-size: 90%;
    background-position: 0 center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 5px;
    width: auto;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #664711;
    font-size: 16px;
    text-align: left;
    text-indent: 30px;
}
.topw-b .slang a:hover {
    color: #b87807;
}
.topw-b .slang:before {
    content: " ";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    right: 8px;
    top: 12px;
    border-top: 6px solid #664711;
    border-left: 6px solid #ffdc9f;
    border-right: 6px solid #ffdc9f;
}
.topw-b .slang .en:link, .topw-b .slang .en:visited {
    background-image: url(../images/lng_en.png);
}
.topw-b .slang .jp:link, .topw-b .slang .jp:visited {
    background-image: url(../images/lng_jp.png);
}
.topw-b .slang .kr:link, .topw-b .slang .kr:visited {
    background-image: url(../images/lng_kr.png);
}
.topw-b .btel {
    position: absolute;
    right: 24%;
    line-height: 40px;
    color: #ffde01;
}
.topw-b .btel i {
    font-style: normal;
    margin-left: 1em
}
.ban {
    width: 100%;
}
.ban img {
    width: 100%;
    max-height: 780px;
    position: relative;
}
/*首页导航菜单*/
.menu {
    position: absolute;
    top: 120px;
    left: 9%;
}
.hide {
    display: none;
}
.categoryHd i, .categoryBd .itemHd i, .categoryBd .itemBottom i, .categoryBd .itemHd a, .categoryBd .itemIcon {}
.mallMain {
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.mallLeft {
    width: 300px;
    /*background: white;*/
    position: absolute;
    left: 0;
    z-index: 10;
    top: 50px;
}
.mallLeft h2, .mallLeft h3, .mallLeft h4 {
    font-family: '\5FAE\8F6F\96C5\9ED1';
}
.category {
    width: 360px;
    /*background: white;*/
    position: relative;
    z-index: 20;
}
.categoryBd {
    border-top: none;
    background: rgba(125, 73, 30, 0.8)
}
.categoryBd .item, .categoryBd .itemBottom {
    padding: 8px 0;
    position: relative;
    overflow: hidden;
}
.categoryBd .itemLine {
    border-top: 2px dashed #f1b060;
    margin: 0 3px;
    text-indent: -3px;
}
.categoryBd .itemBottom a {
    display: block;
    color: black;
}
.categoryBd .itemCol {
    line-height: 1.62;
    padding: 0 15px;
    overflow: hidden;
    -webkit-transform: perspective(700px) translateY(0px) translateZ(0px) rotateX(0deg);
    -moz-transform: perspective(700px) translateY(0px) translateZ(0px) rotateX(0deg);
    -ms-transform: perspective(700px) translateY(0px) translateZ(0px) rotateX(0deg);
    -o-transform: perspective(700px) translateY(0px) translateZ(0px) rotateX(0deg);
    transform: perspective(700px) translateY(0px) translateZ(0px) rotateX(0deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.categoryBd .itemCol a {
    color: #FFF;
    margin-right: 5px;
    text-align: center;
    font-size: 18px;
}
.categoryBd .itemCol a:hover {
    text-decoration: underline;
}
.categoryBd .itemCol_sp {
    padding-top: 6px;
}
.categoryBd .selected {
    background-color: rgba(0, 98, 164, 0.8);
}
.categoryBd .selected .itemHd1 i {
    background-position: 0 -60px;
}
.categoryBd .selected .itemHd2 i {
    background-position: 0 -80px;
}
.categoryBd .selected .itemHd3 i {
    background-position: -21px -60px;
}
.categoryBd .selected .itemHd4 i {
    background-position: -21px -80px;
}
.categoryBd .selected .itemHd5 i {
    background-position: -42px -60px;
}
.categoryBd .selected .itemHd6 i {
    background-position: -42px -80px;
}
.categoryBd .selected .itemHd, .categoryBd .selected .itemCol a {
    color: white;
}
.categoryBd .selected .itemHd a {
    color: #88766E;
    background-position: -54px -100px;
}
.categoryBd .selected .itemIcon {
    visibility: visible;
}
.itemSelected .itemCol {
    -webkit-transform: perspective(700px) translateY(0px) translateZ(-21px) rotateX(90deg);
    -moz-transform: perspective(700px) translateY(0px) translateZ(-21px) rotateX(90deg);
    -ms-transform: perspective(700px) translateY(0px) translateZ(-21px) rotateX(90deg);
    -o-transform: perspective(700px) translateY(0px) translateZ(-21px) rotateX(90deg);
    transform: perspective(700px) translateY(0px) translateZ(-21px) rotateX(90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-box-shadow: 0 2px 2px #AAA;
    -moz-box-shadow: 0 2px 2px #AAA;
    box-shadow: 0 2px 2px #AAA;
    background: #EBEBEB;
    padding-top: 0;
    line-height: 0;
    height: 0;
    *font-size: 0;
}
.itemSelected .itemCol_sp {
    -webkit-transform: perspective(700px) translateY(0px) translateZ(-21px) rotateX(-90deg);
    -moz-transform: perspective(700px) translateY(0px) translateZ(-21px) rotateX(-90deg);
    -ms-transform: perspective(700px) translateY(0px) translateZ(-21px) rotateX(-90deg);
    -o-transform: perspective(700px) translateY(0px) translateZ(-21px) rotateX(-90deg);
    transform: perspective(700px) translateY(0px) translateZ(-21px) rotateX(-90deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-box-shadow: 0 -2px 2px #AAA;
    -moz-box-shadow: 0 -2px 2px #AAA;
    box-shadow: 0 -2px 2px #AAA;
}
/* 子类 */
.subCategory {
    width: 0;
    position: absolute;
    left: 212px;
    top: 20px;
    overflow: hidden;
}
.subCategory a:hover {
    text-decoration: underline;
}
.subCategory .subView {
    width: 540px;
    height: auto;
    margin: 10px 10px 10px 0;
    border-left: none;
    background: rgba(179, 1, 46, 0.8);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2), 1px -3px 5px rgba(0, 0, 0, 0.2);
}
.subCategory ul {
    width: 500px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 20px;
    _margin: 18px;
    vertical-align: top;
    overflow: visible;
}
.subCategory .subItem {
    width: 100%;
    overflow: hidden;
}
.subCategory .subItem_hd {
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    border-bottom: 2px solid black;
    margin-bottom: 6px;
}
.subCategory .subItem_hd a {
    color: black;
}
.subCategory .subItem_cat {
    margin-bottom: 6px;
}
.subCategory .subItem_title {
    height: 15px;
    line-height: 15px;
    padding: 7px 0 4px 0;
    border-top: 1px dotted black;
    margin-right: 1px;
}
.subCategory .subItem_brand {
    margin-bottom: 15px;
}
.subCategory .subItem p {
    margin-left: -11px;
}
.subCategory .subItem p a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #646464;
    /*border-left: 1px solid #EAEAEA;*/
    padding: 5px 10px;
    margin: 5px 10px;
    font-size: 16px;
}
.subCategory .subItem p a:link, .subCategory .subItem p a:visited {
    color: #fff;
}
.subCategory .subItem p a:hover {
    height: 24px;
    padding: 5px 10px;
    margin: 5px 10px;
    background: #F30;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.cateFixed {
    position: fixed;
    top: 0;
}
.browserTip {
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: white;
    border-bottom: 1px solid #8E0000;
    background: #810539;
}
/*首屏电话*/
.contact {
    position: absolute;
    bottom: 1rem;
    left: 9%;
}
/*景点介绍*/
.secn {
    width: 82%;
    margin: 0 auto;
}
.secn p {
    margin: .5em 0;
}
.secn-jp p {
    text-indent: 2em
}
.secn h1, .alons h1 {
    text-align: center;
    font-weight: normal;
    margin-top: 2rem;
    line-height: 3rem;
}
.secn h1 p {
    font-size: 12px;
    color: #666
}
.blk_18 {
    overflow: hidden;
    zoom: 1;
    font-size: 9pt;
    /*border:1px solid #e3e3e3;
    background:#eee;*/
    width: 100%;
    margin-top: 8px;
    position: relative;
    margin-bottom: 3.6em;
}
.blk_18 .pcont {
    width: 90%;
    /* float: left; */
    overflow: hidden;
    padding-left: 5px;
    /* margin-left: 26px; */
    margin: auto;
}
.blk_18 .ScrCont {
    width: 32766px;
    zoom: 1;
    margin-left: -5px;
}
.blk_18 #List1_1, .blk_18 #List2_1 {
    float: left;
    text-align: center;
}
.blk_18 #List1_1 p {
    text-align: left;
    text-indent: 0;
    margin-bottom: px;
}
.blk_18-jp #List1_1 p { 
    text-indent: 2rem; 
}
.blk_18 #List1_1 p b {
    text-align: center;
}
.blk_18 #List1_1 h4 {
    line-height: 2.4rem;
    background: #F5F5F5;
    width: 374px;
    margin: 0 auto;
}
.blk_18 .LeftBotton, .blk_18 .RightBotton {
    width: 21px;
    height: 40px;
    background: url(../images/ax.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.blk_18 .LeftBotton {
    background-position: 0 0;
    margin: -20px 5px 0;
    left: 10px;
}
.blk_18 .RightBotton {
    background-position: 0 -43px;
    margin: 8px 1px 10px 5px;
    left: auto;
    right: 10px
}
.blk_18 .LeftBotton:hover {
    background-position: -22px 0;
}
.blk_18 .RightBotton:hover {
    background-position: -21px -43px;
}
.blk_18 .pl i img {
    display: block;
    cursor: pointer;
    border: none;
    margin: 10px auto 1px auto;
    width: 374px;
    height: 280px;
}
.blk_18 .pl {
    width: 394px;
    border: 1px solid #fff;
    float: left;
    /*margin-left:20px;
    text-align:center;*/
    line-height: 24px;
    padding-bottom: 10px;
}
.blk_18 a.pl p {
    padding: 16px;
    width: 342px;
    margin: 0 auto;
    display: block;
    background: #f5f5f5;
    height: 7.5rem;
}
.blk_18 a.pl p b {
    display: block;
    width: 100%;
    margin: 12px auto;
}
.blk_18 a.pl:hover {
    border: 1px solid #7d491e;
    color: #7d491e;
    background: #fff;
}
/*周边游*/
.alons {
    width: 82%;
    margin: 0 auto;
}
.alons h1 {
    margin-bottom: 1rem;
}
.alons ul {
    margin-left: -1.5%;
    margin-bottom: 2rem;
}
.alons ul li {
    width: 29.82%;
    margin-left: 1.5%;
    float: left;
    background: #cc0c3d;
    padding: 1%;
    overflow: hidden;
}
.alons ul li a img {
    width: 100%;
}
/*底部二维码*/
.fb {
    width: 100%;
    background: #EAD09F;
}
.fb .fb-b {
    width: 82%;
    margin: 0 auto;
}
.fb .fb-b .fb-b-l, .fb .fb-b .fb-b-r {
    width: 70%;
    float: left;
    padding: 1.5rem 0;
}
.fb .fb-b .fb-b-r {
    width: 30%;
}
.fb .fb-b .fb-b-l i {
    display: block;
    width: 36%;
    float: left;
}
.fb .fb-b .fb-b-l span {
    display: block;
    width: 62%;
    float: right;
    color: #7d491e;
    line-height: 1.62;
    font-size: 1.25rem;
    padding-top: 2em;
}
.fb .fb-b .fb-b-r i {
    margin: 0 1%;
    text-align: right;
    width: 46%;
    float: left;
}
.fb .fb-b .fb-b-r i img {
    width: 64%;
}
/*底部*/
.footb {
    background: #222;
    width: 100%;
    line-height: 3.6rem;
    text-align: center;
}
.footb p {
    color: #EAD09F;
    line-height: 2;
}
/*内页*/
.cp-nav {
    background: #55cc60;
    width: 100%;
}
.cp-nav-b {
    width: 80%;
    margin: 0 0 0 20%;
}
.cp-nav-b a {
    padding: 0.5rem 0;
    margin: 0.5rem;
    font-size: 18px;
    height: 3rem;
    display: block;
    width: 170px;
    float: left;
    text-align: center;
}
.cp-nav-b a:link, .cp-nav-b:visited {
    color: #ff6650;
}
.cp-nav-b a:hover {
    background: #ff6650;
    color: #fff;
    border-radius: 4px;
}
.cp-cont {
    background: url(../images/c-bdw.jpg);
    width: 100%;
}
.cp-cont-b {
    width: 80%;
    min-width: 1200px;
    overflow: hidden;
    padding-bottom: 40px;
    margin: 0 auto;
}
.cp-cl {
    background: #7d491e;
    width: 20%;
    float: left;
    margin-top: 136px;
    z-index: 66;
    opacity: .62;
}
.cp-cl a {
    line-height: 3;
    padding-left: 1em;
    display: block;
    font-size: 18px;
}
.cp-cl a:link, .cp-cl a:visited {
    color: #FFF;
}
.cp-cl .itemLine:link, .cp-cl .itemLine:visited {
    border-top: 1px dashed #FFF;
}
.cp-cl .on:link, .cp-cl .on:visited {
    background: #AA5814;
}
.cp-cl a:hover {
    background: #663205;
}
.cp-cr {
    width: 76%;
    padding: 40px 2%;
    float: left;
    text-align: center;
}
.cp-cr h3 {
    margin: 2rem;
    line-height: 1.62;
    padding: 1em;
    color: #663205;
    text-align: center;
    font-size: 24px
}
.btnItemList {
    overflow: hidden;
    margin: 1rem;
}
.btnItemList a:link, .btnItemList a:visited {
    display: inline-block;
    width: 19.333%;
    margin: 0 7% 30px;
    text-align: center;
    float: left;
    line-height: 50px;
    font-size: 18px;
    border: 2px solid #c19f62;
    background-color: #f3eddb;
    color: #7d491e;
    box-sizing: border-box;
    border-radius: 10px
}
.cp-cr h3 i {
    display: block;
    background: url(../images/tit-icon.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 60px;
    float: left;
    margin-right: 2rem
}
.btnReturn {
    line-height: 50px;
    font-size: 24px;
    color: #7d491e;
    text-align: left;
    margin: auto 3rem
}
.btnReturn a:link, .btnReturn a:visited {
    color: #7d491e;
}
.cp-cr h4 {
    margin: 1rem;
    line-height: 3;
    color: #111;
    text-align: center;
    font-size: 18px
}
.cp-cr p {
    text-indent: 0;
    line-height: 1.62;
    text-align: left;
    margin: .5em 4em;
    font-size: 16px
}
.cp-cr-jp p {
    text-indent: 2em;
}
.cp-cr p.ptitle {
    margin: -1em auto 2em;
    text-align: center;
    text-indent: 0;
}
.cp-cr p.c {
    text-align: center;
    font-size: 20px;
    padding: 0 6rem;
    text-indent: 0;
}
.cp-cr p.clast {
    margin: auto auto 2em;
}
.cp-cr img {
    display: block;
    max-width: 800px;
    *width: 720px;
    min-width: 600px;
    height: auto;
    margin: 0 auto 2rem;
    border: 5px solid #FFF;
    -webkit-box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.5);
    box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.5);
}
.articleList {
    padding-left: 2em
}
.articleList li {
    list-style: disc;
    text-align: left;
    font-size: 24px;
    padding: 1em 0
}