@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/bg.jpg) no-repeat;
    background-size: 100% 105%;
	z-index:-11111;
	
	}
.box_left {
	width:10%;
	height: 100%;
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	min-width:180px;
}
.logo {
	margin-top: 10%;
	width: 166px;
	margin-left: auto;
	margin-right: auto;
	height:72px;
}
.logo img {
	width:100%;
}
.nav {
	height: 350px;
	margin-top:10px;
}
.Reservations {
	width: 189px;
	margin-bottom: 10px;
	;
	height: 223px;
	margin-top: 40px;
}
.Reservations_top {
	width: 142px;
	border-bottom: 1px dotted #403732;
	border-top: 1px dotted #403732;
	text-align: center;
	padding-top:5px;
	margin-left: auto;
	margin-right: auto;
}
.Reservations_top_in {
	width: 142px;
	margin-left: auto;
	margin-right: auto;
	height:45px;
}
.Reservations_top span {
	font-family: "文鼎CS大宋";
	font-size: 1em;
	margin-top: 10px;
	;
	color: #f2be69;
}
.Reservations_top p {
	font-family: Arial;
	font-size: 1.2em;
	color: #3f3b38;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.Reservations_bottom {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width:142px;
}
.Reservations_bottom img {
	margin-left: auto;
	margin-right: auto;
	width: 142px;
	;
}
dl, dd {
	margin:0;
}
.nav_left {
	width:75.13%;
	position:relative;
}
.nav_left dd {
	line-height:24px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
.nav_left .current {
	background-color:#666;
	color:#FFF;
}
.nav_left ul {
	position:absolute;
	left:190px;
	top:0;
	width:147px;
	height:100%;
}
.side_menu a {
	text-decoration:none;
	font-family:"微软雅黑";
	font-size:16px;
	color:#888785;
}
.side_menu {
	width:100%;
	position:relative;
	margin-top:70px;
}
.side_menu dd {
	line-height:32px;
	
	text-align:left;
	cursor:pointer;
	font-family:"微软雅黑";
	font-size:14px;
	color:#888785;
}
.side_menu dd a {
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family:"微软雅黑";
font-size:16px;
}
.side_menu dd a i {
	width:16px;
	height:16px;
	display:block;
	float:left;
	font-weight:bold;
	background:url(../images/i.png) no-repeat;

	margin-top:10px;
}
.side_menu dd span{
	font-size:20px;
	font-weight:500;
	color:#bc9b59;
	}
.side_menu dd:hover a {
	display:block;
	color:#fff;
	width:100%;
	font-family:"微软雅黑";

}
.side_menu dd:hover span {
	
	color:#fff;

	font-family:"微软雅黑";
}
.side_menu .current {
	color:#ddb369;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family:"微软雅黑";
}
.side_menu div {
	position:absolute;
	left:100%;
	top:-176px;
	width:100%;
	/*height:890px;*/
    height: 81vh;
	background-color:rgba(0, 0, 0, 0.2);
	padding-top:180px;
}
.side_menu div li {
	color:#FFF;
	text-align:center;
	line-height:30px;
	border-bottom:1px dotted #333333;
	color:#FFF;
}
.side_menu div li a {
	color:#FFF;
	font-size:14px;
	line-height:30px;
}
.side_menu div li:hover a {
	background-color:rgba(255, 255, 255, 0.55);
	color:#000;
	display:block;
}
/*.logo {
	width:100%;
	margin-left:1%;
	*/margin-top:1%;
}


.big_box{
	width:100%;
	height:100px;
	background-image:url(../images/bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	}
.big_box>img {
	width:100%;
}
.nav dd {
	width:100%;
	height:50px;
	line-height:50px;
	
	border-bottom:2px solid #eeeae5;
}
.nav .fisrt{
	border-top:2px solid #eeeae5;
	}
.nav dd a {
	width:100%;
	display:block;
	text-align:left;
	font-size:14px;
	color:#575757;
	transition: all 0.6s ease 0s;
}
.nav dd:hover{
	background:url(../images/nav_bg.jpg) no-repeat;
	background-size:cover;
	}
.nav dd a:hover {
	
	color:#FFF;
transform:translateX(30px);
nav
}
.nav dd .active{
	transform: translateX(30px);
	color:#f6f300;
	}
.nav_left_bottom {
	position:absolute;
	top:620px;
    left:30px;
    display: none;
}
.nav_left_bottom h3 {
	color:#c7000a;
}
.nav_left_bottom a {
	width:80px;
	height:30px;
	line-height:30px;
	background:#c7000a;
	border-radius:5px;
	color:#FFF;
	display:block;
	text-align:center;
	font-size:14px;
}




/*搜索按钮*/

.search-wrapper {
    position: absolute;
    
}
.search-wrapper.active {}

.search-wrapper .input-holder {
    overflow: hidden;
    /*height: 30px;*/
    height: 28px;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    width:50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    border-radius: 40px;
    width:200px;
    background: rgba(0,0,0,0.3);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width:100%;
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#FFF;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    margin-top:-5px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
    width:25px;
    height:20px;
    border:none;
    border-radius:50%;
    background: #fbfbfb;
    /*padding:0px;*/
    padding-right: 5px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    /*width: 30px;
    height:30px;
    margin: 0px 0px 5px 5px;
    border-radius: 30px;*/

        width: 19px;
    height: 20px;
    padding: 4px 5px 0px 0px;
    margin: 2px 5px 5px 5px;
    border-radius: 50%;
}
.search-wrapper .input-holder .search-icon span {
    width:8px;
    height:20px;
    /*margin-top: -px;*/
    display: inline-block;
    vertical-align: middle;
    position:relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);

}
.search-wrapper.active .input-holder .search-icon span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span:before, .search-wrapper .input-holder .search-icon span:after {
    position: absolute;
    content:'';
}
.search-wrapper .input-holder .search-icon span:before {
    width: 4px;
    height: 11px;
    left: 7px;
    top: 14px;
    border-radius: 2px;
    background: #6c6c6c;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 10px;
    height: 10px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border: 4px solid #6c6c6c;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:0px;
    right:0px;
    width:15px;
    height:25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);

    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.search-wrapper .close:before, .search-wrapper .close:after {
    position:absolute;
    content:'';
    background: rgba(0,0,0,0.5);
    border-radius: 2px;
}
.search-wrapper .close:before {
    width: 5px;
    height: 20px;
    left: 10px;
    top: 3px;
}
.search-wrapper .close::after {
    width: 20px;
    height: 5px;
    left: 3px;
    top: 10px;
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top:80px;
    left:0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display:none;
    color:#B7B7B7;
}
@media screen and (max-width: 560px) {
    .search-wrapper.active .input-holder {width:200px;}
}
/*搜索按钮 */

/* box_right_top_sub01 Begin*/
.box_right_top  div{
    float: right;
    width: 19px;
    height: 19px;
}
.box_right_top .box_code{
    position: absolute;
    right: 7%;
    z-index: 1;
}
.box_right_top_sub01{
    float:left;
    top:20px;
    position:absolute;
    right:17%;
    }




.box_right_top .box_code .wecht1{position: absolute;top:19px; overflow: hidden; right:-46px;width: 120px; height: 120px;background: yellow; display: none;}
.box_right_top .box_span{
    position: absolute;
    right: 10%;
}

.box_right_top .box_span .share-demo{
    margin-top: 20px;
}

.box_right_top .box_small{
    position: absolute;
    right: 13%;
}
.box_right_top .box_button{
    position: absolute;
    right: 16%;
    /*background: green;*/
}
/* box_right_top_sub01 End*/



/*buBorder 底部下划线 Begin*/
.buBorder{
    width: 100%;
    position: relative;
    top: 4px;
    height: 34px;
    overflow: hidden;
}
.buBorder .buBorder_slid{
    float: right;
    right: 0;
    left: auto;
    z-index: 99999;
}
.buBorder .buBorder_slid p{
	padding-top:10px;
    font-size: 14px;
}
/*buBorder 底部下划线 End*/


/*完整样式*/
.share_layer_shade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hei.png) repeat;
    z-index: 99;
}

.share_layer_box {
    display: none;
    width: 300px;
    padding: 20px;
    background: #fff;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: -30% auto 0;
}

.share_layer_box h3 {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #cccccc;
}

.share_layer_box h3 .text {
    float: left;
    font-size: 16px;
    font-family: 'Microsoft JhengHei', 'Microsoft YaHei', Arial, sans-serif;
    font-weight: 600;
    color: #62d397;
    text-indent: 0.5em;
    display: block;
}

.share_layer_box h3 .close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) 0 0 no-repeat;
    float: right;
    cursor: pointer;
}

.share_layer_box h3 .close:hover {
    background-position: 0 -31px;
}

.share_layer_box .layer_content {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}



/*Share*/
#Share {
    text-align: justify;
}

#Share ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#Share ul li {
    float: left;
    display: block;
    width: 45px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

#Share ul li a {
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 11px;
    margin-top: 12px;
}

#Share ul li span {
    display: block;
    width: 40px;
    height: 10px;
    background: url(../images/share_shade.png) 0 0 no-repeat;
    position: absolute;
    left: 5px;
    bottom: 0;
    opacity: 1;
}

#Share ul li a.share-qq {
    background: url(../images/share-qzone.png) no-repeat left top;
    background-size: 100% 100%;
}

#Share ul li a.share-xl-weiBo {
    background: url(../images/share-weBo.jpg) no-repeat left top;
    background-size: 100% 100%;
}

#Share ul li a.share-people {
    background: url(../images/share-more-people.jpg) no-repeat left top;
    background-size: 100% 100%;
}

#Share ul li a.share-tx-weiBo {
    background: url(../images/share-qWeBo.jpg) no-repeat left top;
    background-size: 100% 100%;
}

#Share ul li a.share-tx-weChat{
    background: url(../images/share-wechat.jpg) no-repeat left top;
    background-size: 100% 100%;
}



/* 微信分享弹层样式 */
.towdimcodelayer {
    position: absolute;
    left: -55px;
    top: 40px;
    z-index: 10000;
    margin-top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.js-transition {
    transition: margin-top .15s ease, opacity .12s linear;
    -webkit-transition: margin-top .15s ease, opacity .12s linear;
    -moz-transition: margin-top .18s ease, opacity .15s linear;
    -ms-transition: margin-top .15s ease, opacity .12s linear;
    -o-transition: margin-top .15s ease, opacity .12s linear;
}

.towdimcodelayer .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    _display: none;
}

.towdimcodelayer .js-arrow-up {
    left: 72px;
    top: -15px;
    border-color: transparent transparent #62d397 transparent;
}

.towdimcodelayer .js-arrow-down {
    left: 72px;
    bottom: -15px;
    border-color: transparent transparent #62d397 transparent;
}

.towdimcodelayer .layerbd {
    width: 100px;
    height: 150px;
    padding: 30px 30px 0 30px;
    background: #62d397;
    box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    -moz-box-shadow: 0 1px 3px #000;
    -o-box-shadow: 0 1px 3px #000;
}

.towdimcodelayer .codebg {
    width: 75px;
    height: 75px;
    padding: 13px 12px 12px 13px;
    background: #fff;
}

.towdimcodelayer .codebg img {
    width: 75px;
    height: 75px;
}

.towdimcodelayer .codettl {
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    color: #191919;
    font-size: 12px;
}

.js-show-up {
    margin-top: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.js-show-down {
    margin-top: -15px;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*完整样式结束*/

/*右边大盒子 */
.box_right{
    width:85%;
    float:right;
}
/*右边大盒子 */


/*头部盒子*/

.box_right_top{
    width:100%;
    float:right;
    height:100px;
}
/*头部盒子*/

/*固定内容盒子*/
.container_box{
    width: 100%; 
}
/*固定内容盒子*/


.bottom_left{
    
    background:url(../images/bottom_left.png) no-repeat;
    left:0;
    bottom:0;
    position:fixed;
    z-index:0;
    width:305px;
    height:275px;
    
    }

/*视频部分*/
.box_right_bottom{
    position: relative;
    width: 100%; 
    height: 225px; 
}
.box_right_bottom .videoindex{
    width: 325px; 
    height: 225px; 
    position: absolute; 
    left: 28%;
}
.box_right_bottom .tablesindex{
    width: 491px;
    height: 235px;
    position: absolute;
    left: 57%; 
    background: #7777;
}
.videoBox{
    width: 325px; 
    position: absolute; 
    left: 28%; 
    padding-top: 15px;
}