﻿@charset "utf-8";
.selfScale{
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.selfScale img{
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}
.selfScale img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
button,input,select,textarea{
	border: 0;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul,li,dl,dt{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer{
	background-color: #141414;
}
.footer .main{
	padding: 50px 0;
	overflow: hidden;
}
.copyright{
	text-align: center;
	background-color: #202020;
	line-height: 20px;
	padding: 20px;
	color: #6a6a6a;
}
.copyright a{
	color: #6a6a6a;
}
.foot-link{
	text-align: center;
	padding-top: 20px;
}
.foot-link a{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 20px;
}
.wxbox{
	text-align: center;
	color: #6a6a6a;
}
@media (min-width: 1000px) {
	.foot-link{
		float: left;
		margin-right: 60px;
	}
	.wxbox{
		float: right;
	}
}
@media (min-width: 1200px) {
	.foot-link{
		margin-right: 90px;
	}
}
@media (min-width: 1200px) {
	.mobshow{
		display:none;
	}
}
@media (max-width: 999px) {
	.foot-link{
		width: 33.33%;
		float: left;
		height: 230px;
	}
	.art-sidebar{
		display: none;
	}
}
.wxbox p{
	padding-top: 10px;
	line-height: 2;
}
.foot-link dt{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 20px;
}
.foot-link dd{
	margin-bottom: 15px;
}
.foot-link dd a{
	color: #FFFFFF;
	opacity: .5;
	font-size: 13px;
}
.topbar{
	height: 60px;
	background-color: #0b0b0d;
}
.top-box{
	position: relative;
	float: right;
	height: 60px;
	background-color: #d91616;
	margin-left: 40px;
}
.top-box:before{
	width: 40px;
	height: 60px;
	position: absolute;
	left: -40px;
	top: 0;
	background-image: url("../images/sq.png");
	background-position: left center;
	background-repeat: no-repeat;
	content: '　';
}
.top-link{
	float: right;
	height: 60px;
	overflow: hidden;
}
.t-langue{
	padding:20px 10px;
	line-height: 20px;
	float: left;
	overflow: hidden;
}
.t-langue a{
	font-size: 16px;
	color: #6a6a6a;
}
.t-langue a:first-child{
	color: #d91616;
}
.t-langue span{
	padding: 0 10px;
	color: #6a6a6a;
}
.t-share{
	padding:18px 10px;
	line-height: 20px;
	float: left;
}
.t-item{
	display: inline-block;
	padding: 0 10px;
}
.t-item .iconfont{
	font-size: 26px;
	color: #FFFFFF;
}
.top-box .text{
	position: relative;
	float: left;
	padding: 15px 30px;
	line-height: 30px;
	font-size: 18px;
	color: #FFFFFF;
}
.t-search{
	position: relative;
	float: left;
	width: 130px;
	height: 36px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	border: 1px solid #ec8b8b;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.t-search .t-input{
	width: 100px;
	line-height: 36px;
	background-color: transparent;
	color: #FFFFFF;
	padding: 0 15px;
}
.t-button{
	position: absolute;
	right: 10px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-color: transparent;
	cursor: pointer;
	color: #FFFFFF;
}
.t-button .iconfont{
	font-size: 20px;
}
.top-box .text:after{
	width: 1px;
	height: 20px;
	background-color: #ec8b8b;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	content: '　';
}
.header{
	height: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo{
	position: absolute;
	left: 50px;
	top: 0;
}
@media (min-width: 1000px) {
	.navbar{
		height: 100px;
		background: rgba(0,0,0,.7);
		width: 100%;
		font-size: 0;
		border-bottom: 1px solid #FFFFFF;
	}
	.nav{
		float: right;
		height: 100px;
		padding: 0 25px;
	}
	.nav>li{
		position: relative;
		float: left;
	}
	.nav>li>a{
		position: relative;
		color: #fff;
		display: block;
		height: 61px;
		padding: 20px 30px;
		text-align: center;
	}
}
.nav>li>a .ch{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}
.nav>li>a .en{
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}

.nav>li.active,
.nav>li:hover{
	background: url("../images/sqbox.png") center bottom no-repeat;
}
.nav>li.active>a:before,
.nav>li:hover>a:before{
	height: 1px;
	width: 100%;
	background: #d91616;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '　';
}
.sub-nav{
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px 0;
	display: none;
}
.nav>li:hover .sub-nav{
	display: block;
}
.sub-nav li a{
	font-size: 16px;
	display: block;
	line-height: 30px;
	padding: 5px 0;
	color: #FFFFFF;
}
.sub-nav li a:hover,
.sub-nav li.active a{
	color: #d91616;
}
.in-banner{
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.in-text{
	background: url("../images/banner/pop.png") no-repeat;
	background-size: contain;
	width: 250px;
	height:126px;
	position: absolute;
	left:50%;
	bottom: 50px;
	margin-left: -125px;
	color: #FFFFFF;
	text-align: center;
}
.in-inner-txt{
	padding-top: 30px;
}
.in-inner-txt h3{
	font-size: 22px;
	margin-bottom: 10px;
}
.in-inner-txt p{
	font-size: 14px;
}
@media (min-width: 1200px) {
	.nav>li:after{
		width: 1px;
		height: 50px;
		background: #FFFFFF;
		opacity: .5;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -25px;
		content: '　';
	}
	.nav>li:last-child:after{
		display: none;
	}
	.in-banner{
		height: 600px
	}
	.in-inner-txt{
		padding-top: 60px;
	}
	.in-inner-txt h3{
		font-size: 42px;
		margin-bottom: 20px;
	}
	.in-inner-txt p{
		font-size: 24px;
	}
	.in-text{
		background: url("../images/banner/pop.png") no-repeat;
		width: 500px;
		height: 250px;
		position: absolute;
		left:50%;
		bottom: 90px;
		margin-left: -250px;
		color: #FFFFFF;
		text-align: center;
	}
}
.inwrap{
	padding: 30px 0;
}
.breadcrumb{
	line-height: 20px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 30px;
}
.breadcrumb a{
	color: #666666;
	font-size: 14px;
}
@media (max-width: 999px) {
	.breadcrumb{
		padding: 0 10px;
	}
}
.pages{
	padding: 40px 0;
	text-align: center;
	font-size: 0;
}
.pages a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #c6cacc;
	margin: 0 3px;
	border-radius: 4px;
	color: #a1acb2;
}
.pages a.curr,
.pages a:hover{
	border: 1px solid #d91616;
	background: #d91616;
	color: #fff;
}
.activity-list li:first-child{
	padding-top: 0;
}
.activity-list li{
	position: relative;
	padding: 30px 20px;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}
@media (min-width:1200px){
	.activity-list li{
		padding: 30px 0;
	}
}
@media (min-width:1200px){
.act-time{
	width: 230px;
	float: left;
	margin-right: 30px;
	text-align: center;
}
}
@media (max-width: 999px){
.act-time{
	text-align: center;
        margin-bottom: 30px;
}
}
.act-time img{
	width:100%;

}
.act-time .act-month{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	background: #d91616;
	color: #fff;
	font-size: 30px;
}
.act-time .act-ym{
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
	line-height: 1;
}
.act-intro{
	overflow: hidden;
}
.act-title a{
	font-size: 24px;
}
.act-line{
	width: 150px;
	height: 2px;
	margin: 40px 0;	
}

@media (min-width:1200px) {
.act-desc{
	line-height: 2;
	color: #999;
	width:70%;
}
}

@media (max-width: 999px){
.act-desc{
	line-height: 2;
	color: #999;
	width:100%;
}
}

.act-desc p{
	color: #999;
}
.activity-list li .act-more{
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #d91616;
	color: #d91616;
	font-size: 15px;
	margin-top: 30px;
	margin-left: 90px;
}
.activity-list li .act-more:hover{
	background: #d91616;
	color: #fff;
}
.in-bg{
	background: #f2f7fa;
}
.art-main{
	padding: 30px 15px;
	background: #fff;
}
@media (min-width:1200px){
	.activity-list li .act-more{
		display: block;
		width: 120px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border: 1px solid #d91616;
		color: #d91616;
		font-size: 15px;
		position: absolute;
		right: 0;
		bottom: 30px;
	}
	.art-main{
		padding: 30px 50px;
	}
}
.art-header{
	text-align: center;
	margin-bottom: 40px;
}
.art-title{
	font-size: 24px;
	padding: 15px 0;
}
.art-meta{
	color: #999;
}
.art-body p{
	margin-bottom: 20px;
	color: #666666;
	font-size: 15px;
	line-height: 2;
}
.art-body{
	color: #666666;
	font-size: 15px;
	line-height: 2;
}
.souce{
	color: #999;
}
.leg-section{
	padding: 20px;
}
.leg-content{
	position: relative;
	border: 1px solid #d91616;
	padding: 50px;
	padding-top: 80px;
}
.leg-content p{
	font-size: 15px;
	color: #888888;
	line-height: 2;
}
.leg-text{
	background: #d91616;
	width: 280px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -140px;
	border-radius: 40px;
	border: 2px solid #6b0505;
}
.leg-end-text{
	font-size: 15px;
	color: #888888;
	line-height: 2;
	padding: 0 50px;
}
.text-red{
	color: #d91616;
}
.legend-main{
	position: relative;
}
.leg-sidebar{
	display: none;
	width: 210px;
	background: #f2f7fa;
	z-index: 11;
}
@media(min-width:1200px){
	.leg-section{
		padding: 50px;
	}
	.leg-sidebar{
		width: 210px;
		background: #f2f7fa;
		z-index: 11;
		float: left;
		display: block;
	}
	.col-main{
		width: 990px;
		float: right;
	}
}
.leg-nav {
	padding: 20px 0;
}
.leg-nav li a{
	display: block;
	padding: 10px;
	line-height: 30px;
	color: #666666;
	font-size: 15px;
}
.leg-nav li.current{
	margin: 0 -10px;
}
.leg-nav li.current a{
	background: #d91616;
	color: #fff;
	padding: 10px 20px;
}
.leg-sidebar.sticky{
	position: fixed;
}
.zt-text{
	color:#999;
	line-height: 2;
	padding: 0 15px;
}

.rec-text{
	padding: 30px 15px
}
.rec-text h3{
	color: #d91616;
	font-size: 24px;
	margin-bottom: 10px;
}
.rec-text p{
	font-size: 15px;
	color: #888888;
	line-height: 2;
}
.zt-video{
	margin-bottom: 40px;
}
.zt-recommed{
	margin-top: 40px;
}
.zt-area{
	margin: 20px 0 20px 0;
}
.zt-abox{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
.zt-abox img{
	width: 100%;
}
.zt-pop{
	padding: 60px 30px;
/*	position: absolute;   */
/*	top: 0;   */
	bottom: 0;
/*	background: rgba(255,255,255,.8);  */
}
@media (min-width:1200px) {
	.zt-recbox {
		width: 490px;
	}
	.rec-text{
		padding: 30px 0;
	}
	.zt-text{
		padding: 0;
	}
	.zt-abox{
		position: relative;
		width: 580px;
		margin-bottom: 40px;
	}
	.zt-abox img{
		width: 580px;
		height: 450px;
	}
	.zt-pop{
		width: 190px;
		padding: 60px 30px;
		position: absolute;
		top: 0;
		bottom: 0;
		background: rgba(255,255,255,.8);
	}
}
.zt-pop h2{
	font-size: 24px;
	color: #d91616;
}
.zt-pop .zt-line{
	width: 20px;
	height: 3px;
	background: #d91616;
	margin: 14px 0;
}
.zt-pop p{
	line-height: 2;
	color: #666;
}
.zt-abox:nth-child(3) .zt-pop,
.zt-abox:nth-child(4) .zt-pop{
	right: 0;
	left: auto;
}

.zt-area-hd{
	color: #d91616;
	font-size:25px;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.zt-title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.media-wrap{
	padding-top: 100px;
	padding-bottom: 50px;
	background: #f2f7fa;
}
.bg-wrap{
	background: #f2f7fa;
}
.media-recommend{
	padding:20px;
	background: #fff;
}
@media (min-width: 1200px) {
	.media-recommend{
		padding: 0;
		position: relative;
		height: 450px;
		margin-bottom: 130px;
		background: transparent;
	}
	.m-rec-pic{
		position: relative;
		width: 700px;
		height: 450px;
	}
	.m-rec-box{
		background: #FFFFFF;
		border:1px solid #dddddd;
		width: 450px;
		height: 300px;
		position: absolute;
		right: 0;
		top: 90px;
		padding: 50px;
	}
}
.m-rec-box:before{
	background: url("../images/dot.png") no-repeat center;
	width: 48px;
	height: 48px;
	position: absolute;
	top: -13px;
	left: -20px;
	content: '　';
}
.m-rec-text h3{
	margin-bottom: 20px;
}
.m-rec-text h3 a{
	font-size: 24px;
}
.m-rec-text p{
	color: #999;
	font-size: 15px;
	line-height: 2;
}
.rec-date{
	position: relative;
	margin-bottom: 20px;
}
.rec-date .rec-day{
	font-size: 72px;
	line-height: 90px;
}
.rec-ykm{
	padding: 10px;
	background: #FFFFFF;
	color: #999999;
	position: absolute;
	bottom: 0;
	left: 30px;
}
.media-cells{
	overflow: hidden;
}
.media-list{
	overflow: hidden;
	margin: 0 -5px;
}
.media-list li{
	float: left;
	padding:15px;
}
.media-box{
	width: 100%;
	background: #FFFFFF;
}
.media-pic{
	display: block;
	width: 100%;
}
@media (min-width: 1200px) {
	.media-list{
		overflow: hidden;
		margin: 0 -15px;
	}
	.media-box{
		width: 380px;
		background: #FFFFFF;
	}
	.media-pic{
		display: block;
		width: 380px;
		height: 300px;
	}
}
.media-intro-cell{
	padding: 25px;
}
.media-tit{
	margin-bottom: 10px;
}
.media-tit a{
	display: block;
	font-size: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.media-desc{
	margin-bottom: 10px;
	color: #999999;
	line-height: 1.8;
}
.media-footer{
	overflow: hidden;
}
.media-footer .tt{
	float: left;
	line-height: 20px;
	color: #999999;
}
.link-collect{
	float: right;
	line-height: 20px;
	color: #999999;
	cursor: pointer;
}
.link-collect .iconfont{
	color: #d91616;
	margin-right: 5px;
}
.link-collect.active .icon-heart:before{
	content: "\e655";
}
.legend-wrap{
	background: url("../images/inbg.jpg") center no-repeat;
}

.article-main{
	background: #FFFFFF;
	padding: 25px;
	float: left;
}
@media (min-width: 1000px) {
	.article-main{
		width: 1200px;
	}
}
.art-sidebar{
	width: 224px;
	background: #ffffff;
	float: right;
}
.art-page{
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.art-page li{
	line-height: 2;
}
.art-page li a{
	color: #666666;
}
.art-body h3{
	font-size: 20px;
}
.article-header{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align:center;
}
.article-title{
	font-size: 30px;
	margin-bottom: 20px;
}
.article-meta{
	font-size: 15px;
	color: #999999;
}
.in-pics{
	position: relative;
	height: 360px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}
.in-pics .in-pic-item{
	display: block;
}
.in-pics .in-desc{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	text-indent: 30px;
}
@media (min-width: 1200px) {
	.in-pics .in-pic-item{
		display: block;
		width: 500px;
		height: 320px;
	}
	.in-pics{
		position: relative;
		height: 320px;
		border: 1px solid #cccccc;
		margin-bottom: 30px;
	}
	.in-pics .in-desc{
		padding-top: 90px;
		padding-left: 40px;
		padding-right: 40px;
		width: 320px;
		font-size: 16px;
		text-indent: 30px;
	}
}
.in-pic-odd .in-pic-item{
	float: left;
}
.in-pic-odd .in-desc{
	float: right;
}
.in-pic-even .in-pic-item{
	float: right;
}
.in-pic-even .in-desc{
	float: left;
}
.in-pics:after{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 15px;
	content: '　';
	position: absolute;
}
.in-pic-even:after{
	left: 15px;
	bottom: 15px;
	background-image: url("../images/sanjiao2.jpg");
}.in-pic-odd:after{
	 right: 15px;
	 bottom: 15px;
	 background-image: url("../images/sanjiao1.jpg");
 }
.art-side-body{
	padding:0 15px;
}
.side-list li{
	height: 60px;
	margin-bottom: 15px;
}
.side-list li .art-sm-pic{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
}
.side-list li .ar-sm-text{
	width: 125px;
	float: right;
	margin: 5px 0;
	height: 50px;
	line-height: 25px;
}
.side-list li .ar-sm-text a{
	color: #666666;
}
.art-side-hd{
	position: relative;
	padding: 15px 25px;
	line-height: 20px;
	font-weight: bold;
	font-size: 16px;
}
.art-side-hd:before{
	width: 3px;
	height: 16px;
	background: #d91616;
	content: '　';
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
}
.ab-section{
	padding: 60px 0;
}
.box-bg{
	background: #f2f7fa
}
.ab-hd{
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 40px;
	background: url(../images/line.png) center no-repeat;
}

.contact-cells{
	overflow: hidden;
	padding: 0 40px;
}

.ct-box{
	width: 280px;
	height: 280px;
	background: url(../images/boxbg.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	color: #666666
}

.ct-body{
	padding-top: 15px;
}
.ct-body h3{
	font-size: 20px;
	margin-bottom: 10px;
}
@media (min-width:1200px){
	.contact-cells li{
		width: 33.33%;
		float: left;
	}
	.ct-box{
		width: 330px;
		height: 330px;
		background: url(../images/boxbg.png) no-repeat;
		margin: 0 auto;
		text-align: center;
		padding-top: 25px;
		color: #666666
	}
	.ct-body{
		padding-top: 30px;
	}
	.ct-body h3{
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.ct-body p{
	font-size: 16px;
}
.job-tabs{
	overflow: hidden;
}
.job-tabs li{
	width: 20%;
	float: left;
	text-align: center;
}
.j-text{
	margin: 0 auto;
	width: 50px;
	height: 160px;
	padding: 20px 0;
	cursor: pointer;
}
.j-text p{
	padding: 0 10px;
	font-size: 18px;
}
.job-tabs li.active .j-text{
	background: #d91616;
}
.job-tabs li .j-text .iconfont{
	color: #999
}
.job-tabs li.active .j-text{
	color: #fff;
}
.job-tabs li.active .j-text .iconfont{
	color: #fff;
}
.job-cont{
	padding-top: 50px;
	margin-top: 40px;
	padding-left:30px;
	padding-right: 30px;
	background: url(../images/up.png) center top no-repeat;
}
.job-pane div{
	margin-bottom: 20px;
}
.job-pane p{
	color: #666666;
	font-size: 15px;
	line-height: 2;
}
.about-cells{
	position: relative;
	background: url(../images/bg.png) 400px 0 no-repeat;
}
.abs-pic{
	position: relative;
	display: block;
}
.abs-text{
	position: relative;
	background: #fff;
	margin-top:30px;
}
.abs-cont{
	padding:30px 30px;
}
.abs-cont p{
	font-size: 15px;
	color: #888888;
	line-height: 2;
	margin-bottom: 20px;
}
.abs-hd{
	padding: 30px 30px 0 30px;
}

@media (min-width:1200px) {
	.abs-text{
		margin-top: 70px;
	}
	.abs-hd{
		padding: 0;
	}
	.abs-cont{
		padding:50px 30px;
	}
	.abs-hd{
		position: absolute;
		top: -60px;
		left: 30px;
	}
	.abs-pic{
		position: relative;
		display: block;
		width: 400px;
		height: 310px;
		float: left;
	}
	.abs-text{
		position: relative;
		width: 775px;
		height: 310px;
		background: #fff;
		float: right;
		margin-top: 70px;
	}
	.job-tabs li{
		width: 6.6666666666667%;
		float: left;
		text-align: center;
	}
	.job-cont{
		padding-top: 50px;
		margin-top: 40px;
		padding-left: 60px;
		padding-right: 60px;
	}
}
.pic-row{
	overflow: hidden;
}
.pic-col-6{
	width: 50%;
	float: left;
}
.pic-col-3{
	width: 25%;
	float: left;
}
.pic-col-4{
	width: 33.33%;
	float: left;
}

.menu-cells .main{
	overflow: hidden;
	padding: 60px 0;
}
.menu-list{
	overflow: hidden;
	margin: 0 -40px;
}
.menu-list li{
	width: 20%;
	float: left;
	text-align: center;
}
.menu-box .m-icon{
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	border-radius: 120px;
	border: 1px solid #666666;
	text-align: center;
}
.menu-box .m-icon .iconfont{
	font-size: 50px;
	color: #666;
}
.m-text{
	padding-top: 20px;
}
.m-text .ch{
	font-size: 24px;
	margin-bottom: 5px;
}
.m-text .en{
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
}
.menu-box{
	cursor: pointer;
}
.menu-box:hover .m-icon .iconfont{
	color: #db1900;
}
.menu-box:hover .m-icon{
	border:1px solid #db1900;
}

.pic-xs,
.pic-ht,
.pic-maxlg,
.pic-md,
.pic-lg{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.pic-xs .pic,
.pic-ht .pic,
.pic-maxlg .pic,
.pic-md .pic,
.pic-lg .pic{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pic-xs{
	height: 400px;
}
.pic-ht{
	height: 800px;
}
.pic-lg{
	height: 800px;
}
.pic-maxlg{
	height: 600px;
}
.pic-md{
	height: 400px;
}
.pic-col-6 .pic-lg{
	float: left;
	width: 100%;
}
.pic-col-6 .pic-xs{
	float: left;
	width: 50%;
}
.pic-text{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 20px;
	background: rgba(0,0,0,.8);
	z-index: 11;
	transition: .4s all;
	-webkit-transition: .4s all;
}
.pic-text h3{
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
}
.pic-text h3 span{
	color: #d91616;
	font-size: 14px;
}
.pic-text p{
	color: #cccccc;
	line-height: 1.4;
	font-size: 12px;
}
.pic-popover{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(217,22,22,.4);
	z-index: 12;
	transition: .4s all;
	-webkit-transition: .4s all;
	visibility: hidden;
	opacity: 0;
}
.pic-popover:after{
	display: block;
	position: absolute;
	left:15px;
	bottom: 15px;
	right: 15px;
	top: 15px;
	border: 1px solid #fff;
	content: ' ';
	opacity: .6;
}
.inner{
	position: absolute;
	top: 50%;
	padding: 0 45px;
	color: #fff;
	transition: .6s all;
	-webkit-transition: .6s all;
	transform: translateY(-70%);
	-webkit-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	visibility: hidden;
	opacity: 0;
}
.inner-hd{
	text-align: center;
	margin-bottom: 20px;
}
.inner-hd h3{
	font-size: 48px;
	margin-bottom: 10px;
}
.inner-hd p{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.inner-hd .line{
	height: 2px;
	width: 30px;
	background: #db1900;
	margin: 0 auto;
}
.inner-cont{
	line-height: 2;
	font-size: 16px;
	margin-bottom: 120px;
}
.inner-more{
	width: 200px;
	height: 50px;
	border-radius: 3px;
	background: #cc1414;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
}
.hua{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	height: 70px;
}
.hua-top{
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 99;
	background-image: url(../images/sq_top.png);
}
.hua-btm{
	position: absolute;
	right: 25px;
	bottom: 25px;
	background-image: url(../images/sq_bottom.png);
}
.pic-xs .inner-cont,
.pic-md .inner-cont{
	font-size: 12px;
	margin-bottom: 30px;	
}
.pic-xs .inner-hd h3,
.pic-md .inner-hd h3{
	font-size: 32px;
}
.pic-xs .inner-more,
.pic-md .inner-more{
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.pic-cell:hover .pic-text{
	bottom: -100%;
}
.pic-cell:hover .inner{
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	visibility: visible;
	opacity: 1;
}
.pic-cell:hover .pic-popover{
	visibility: visible;
	opacity: 1;
}
.pic-xs .pic-bg{
	background-color: #d91516;
/*background-size: contain;*/
}
.m-header{
	height: 50px;
	background-color: #0b0b0d;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 199;
	color: #fff;
	padding:0 15px;
}
.m-logo{
	float: left;
	display: block;
	width: 60px;
}
.navmenu{
	float: right;
	line-height: 50px;
	cursor:pointer;
}
.m-header .text{
	float: left;
	padding: 15px;
	line-height: 20px;
}
.m-header .text a{
	color: #fff;
	font-size: 16px;
}
.show .icon-menu:before{
    content: "\e601";
}
.lg-vs{
	display: none;
}
.xs-vs{
	display: block;
}

.vjs-big-play-centered .vjs-big-play-button{
	margin-left: 0;
	margin-top: 0;
	transform: translate(-50%,-50%);
}
.in-section{
	padding: 60px 15px;
}
.stay-pic{
	position: relative;
	display: block;
}
.stay-indexs{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	line-height: 1;
	color: #FFFFFF;
}
.stay-indexs span,
.stay-indexs img{
	display: inline-block;
	vertical-align: middle;
}
.stay-intro{
	border: 1px solid #ddd;
	border-top: 0;
	padding: 15px;
}
.stay-tit{
	margin-bottom: 20px;
}
.stay-tit a{
	font-size: 18px;
	color: #333333;
}
.stay-meta{
	height: 40px;
}
.stay-meta .stay-more{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	background: #d91616;
}
.justify {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.stay-price{
	font-size: 18px;
	color: #d91616;
}
.stay-price span{
	color: #888;
	font-size: 16px;
}
.stay-hd .stay-tit{
	color: #999999;
	margin-bottom: 0;
}
.stay-hd .stay-tit .tit{
	font-size: 30px;
}
.stay-hd .stay-tit .sm-tit{
	font-size: 16px;
}
.stay-hd{
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.in-header{
	text-align: center;
	background: url(../images/line.png) center no-repeat;
	font-size: 30px;
	margin-bottom: 30px;
}
.v-list li{
	padding: 10px;
}
.v-box{
	position: relative;
	border-width: 2px;
	border-radius: 6px;
	background-color: #fff;
	border-style: solid;
	padding-bottom: 30px;
}
.v-body{
	padding: 20px;
}
.v-box h2{
	font-size: 24px;
	margin-bottom: 15px;
}
.v-box p{
	font-size: 15px;
	line-height: 2;
	color: #888888;
}
.v-list li:nth-child(1) .v-box{
	border-color: #cc5b23;
}
.v-list li:nth-child(2) .v-box{
	border-color: #9da9c0;
}
.v-list li:nth-child(3) .v-box{
	border-color: #ffac00;
}
.v-list li:nth-child(1) .v-box h2{
	color: #cc5b23;
}
.v-list li:nth-child(2) .v-box h2{
	color: #9da9c0;
}
.v-list li:nth-child(3) .v-box h2{
	color: #ffac00;
}
.v-icon{
	position: absolute;
	left: 20px;
	bottom: -40px;
}
.v-icon img{
	border-radius: 50px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	background: transparent;
	padding: 0;
	width: 32px;
	height: 32px;
	border: 1px solid #dddddd;
	color: #DDDDDD;
	line-height: 30px;
	font-size: 0;
	font-family:"iconfont" !important;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background: transparent;
	border: 1px solid #d91616;
	color: #d91616;
}
.owl-next:before{
	content: "\e602";
	font-size:16px;
}
.owl-prev:before{
	content: "\e74b";
	font-size:16px;
}
.ms-cont{
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	padding: 30px;
}
.ms-hd .tit{
	font-size: 30px;
	margin-right: 10px;
}
.ms-hd .desc{
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
}
.ms-sub-tit{
	font-size: 20px;
	padding: 20px 0;
}
.ms-sub-tit span{
	color: #d91616;
}
.ms-desc{
	line-height: 2;
	color: #888888;
	font-size: 15px;
}
.ms-carousel{
	margin-top: -1px;
}


@media (min-width: 1200px) {
	.lg-vs{
		display: block;
	}
	.xs-vs{
		display: none;
	}
	.m-header{
		display: none;
	}
	div.header{
		height: auto;
		overflow: visible;
	}
}
.ts-sm-tt{
	font-size: 16px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	background: url(../images/xs-line.png) 0 bottom no-repeat;
	color: #999;
}
.ts-tit{
	font-size: 30px;
}
.ts-en{
	font-size: 25px;
}
.ts-desc{
	color: #888888;
	font-size: 15px;
	line-height: 2;
}
.ts-desc .more{
	color: #d91616;
}
.ts-main{
	margin-top: 60px;
}
.ts-main .ts-pic{
	display: block;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}
.ts-lg-pic{
	height: 300px;
}
.ts-md-pic{
	height: 140px;
}
.ts-hor-pic{
	height: 140px;
}
.ts-col-auto{
	overflow: hidden;
	margin-bottom: 30px;
}
.ts-md-list .ts-md-box{
	margin-bottom: 30px;
}
.ts-pop{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-color: rgba(217,22,22,.6);
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: .5s all;
	-webkit-transition: .5s all;
	
}
.ts-main .ts-pic:hover .ts-pop{
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.ts-pop:before{
	display: block;
	content: ' ';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	border: 1px solid rgba(255,255,255,.6);
}
.ts-inner{
	padding: 30px;
}
.ts-inner .stay-indexs{
	position: static;
}
.ts-pop-tit{
	font-size: 24px;
}
.ts-more{
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #FFFFFF;
	color: #d91616;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.hol-hd{
	margin-bottom: 50px;
}
.hol-bd{
	line-height: 2;
	color: #999999;
	font-size: 15px;
}
.hol-bd a{
	color: #d91616;
}
.kf-box{
	position: relative;
	display: block;
	width: 280px;
	margin: 0 auto;
}
.recom-pic{
	position: relative;
	display: block;
}
.kefang-list li{
	padding: 0 15px;
}
.recom-cells{
	background: #FFFFFF;
	padding: 15px;
}
.recom-attr{
	padding: 20px 0;
}
.recom-attr .rec-tag{
	display: inline-block;
	font-size: 13px;
	color: #999999;
}
.recom-desc{
	color: #666666;
	line-height: 2;
}
.recom-desc a{
	color: #d91616;
}
.recom-cells .rec-button{
	width: 180px;
	height: 50px;
	line-height: 50px;
	background-color: #d91616;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 20px;
}
.recom-hd .lg-tt{
	font-size: 28px;
}
.recom-hd .sm-tt{
	font-size: 18px;
	color: #999999;
}
.kf-attr{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	color: #FFFFFF;
}
.show-lg{
	text-align: center;
}
.show-hd{
	padding: 36px 0;
	text-align: center;
}
.show-hd{
	padding: 36px 0;
	text-align: center;
}
.show-desc{
	line-height: 2;
	color: #999999;
	text-align: center;
}
.show-hd h3{
	font-size: 30px;
}
.show-hd p{
	font-size:18px;
	color: #d91616;
}
.show-list{
	overflow: hidden;
}
.show-list li{
	float: left;
	width: 50%;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
}
.show-in-box p{
	color: #666666;
	margin-top: 10px;
}
.show-main{
	overflow: hidden;
}
.js-cells{
	position: relative;
	background: #000000;
	color: #FFFFFF;
	padding: 20px;
}
.js-cells:before{
	display: block;
	content: ' ';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	border: 1px solid #d91616;
}
.js-cell{
	padding: 10px 20px;
}
.js-cell .text{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
	opacity: .67;
}
.input-box{
	position: relative;
}
.input-box .js-input{
	border: 1px solid #575757;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	outline: none;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	color: #fff;
	background:transparent;
}
.input-box .icon-rili{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 20px;
}
.input-box .ui-count{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 20px;
	color: #fff;
	width: 16px;
	height: 32px;
	line-height: 1;
}
.input-box .ui-count a{
	display:block;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
}
.js-cells{
	position: relative;
}
.js-cells .js-button{
	background: #D91616;
	color: #FFFFFF;text-align: center;
	display: block;
	text-align: center;
	padding: 20px;
}
.js-cells .js-button h4{
	font-size: 22px;
}
.mod-list{
	overflow: hidden;
}
.mod-list li{
	width: 50%;
	float: left;
}
.mod-pic{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	background-size: cover;
}
.mod-col-main{
	position: relative;
	background-color: #141414;
	background-position: bottom;
	padding: 60px 20px 100px 20px;
	color: #FFFFFF;
}
.mod-hd{
	font-size: 36px;
	margin-bottom: 20px;
}
.mod-hd span{
	color: #d91616;
}
.mod-desc{
	opacity: .6;
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 2;
}
.mod-item .iconfont{
	color: #d91616;
}
.mod-item p{
	line-height: 2;
	font-size: 16px;
}
.mod-section{
	overflow: hidden;
}

@media (min-width:1200px) {
	.mod-text{
		width: 420px;
	}
	.mod-pic{
		height: 300px;
	}
	.mod-list{
		width: 50%;
		height: 600px;
		float: left;
	}
	.mod-col-main{
		width: 50%;
		height: 600px;
		float: left;
		padding: 60px 40px;
		box-sizing: border-box;
		background-image: url(../images/boxbb.jpg);
		background-size: 100% 100%;
	}
	.mod-col-main:after{
		width: 60%;
	}
	.js-cell{
		width: 130px;
	}
	.js-date-cell{
		width: 260px;
	}
	.js-cells .js-button{
		position: absolute;
		right: 10px;
		top:10px;
		bottom: 10px;
		padding: 25px ;
	}
	.js-cell{
		float: left;
	}
	.show-row:nth-child(1){
		margin-bottom: 50px;
	}
	.show-row:nth-child(1) .show-lg{
		float: right;
		margin-left: 30px;
		margin-right: 0;
	}
	.show-in-box p{
		font-size: 17px;
	}
	.show-desc{
		padding: 0 70px;
		height:150px;
	}
	.show-list{
		margin: 0 -15px;
	}
	.show-list li{
		width: 33.33%;
	}
	.show-lg{
		width: 360px;
		height: 600px;
		float: left;
		margin-right: 30px;
	}
	.ts-desc{
		width: 600px;
	}
	.ts-lg-pic .ts-more{
		margin-top: 100px;
	}
	.ts-in-desc{
		line-height: 1.8;
		font-size: 15px;
	}
	.ts-md-box{
		width: 380px;
		margin-right: 30px;
		float: left;
	}
	.ts-md-box:last-child{
		margin-right: 0;
	}
	.ts-lgcol{
		float: left;
		width: 380px;
		margin-right: 30px;
	}
	.ms-carousel .owl-controls{
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -110px;
	}
	.ms-carousel:nth-child(2) .owl-controls{
		margin-left: 480px;
	}
	.ms-cont{
		padding:70px;
		height: 450px;
		width: 600px;
	}
	.ms-pic{
		width: 600px;
		height: 450px;
	}
	.v-list li{
		padding: 15px;
		float: left;
	}
	.v-body{
		padding: 30px;
	}
	.v-box{
		width: 364px;
	}
	.ts-lg-pic{
		height: 600px;
	}
	.ts-md-pic{
		height: 285px;
	}
	.ts-hor-pic{
		height: 285px;
	}
	.hol-text{
		width: 455px;
		padding: 20px 0;
	}
	.kefang-recommend{
		width: 585px;
		float: left;
		margin-right: 24px;
	}
	.kefang-list{
		overflow: hidden;
	}
	.kefang-list ul{
		overflow: hidden;
		margin: 0 -15px;
	}
	.kefang-list li{
		float: left;
		margin-bottom: 30px;
	}
	.recom-cells{
		padding:36px 25px;
	}
	.recom-cells .rec-button{
		margin-top: 40px;
	}
	.recom-attr{
		padding: 24px 0;
	}
	.recom-hd{
		border-bottom: 1px solid #d91616;
		padding-bottom: 10px;
	}
	.js-section{
		position: relative;
		z-index: 111;
		margin-top: -50px;
	}
}
@media (min-width: 1500px) {
	.mod-text{
		width: 520px;
	}
}

@media (max-width: 999px) {
	.kefang-recommend{
		margin-bottom: 30px;
	}
	.hol-main.justify{
		display: block;
	}
	.ms-carousel{
		margin-bottom: 20px;
	}
	.zt-banner{
		margin-top: 49px;
	}
	.pic-text h3{
		font-size: 16px;
	}
	.pic-text h3 span{
		font-size: 12px;
	}
	.pic-col-6{
		width: 100%;
	}
	.pic-col-3{
		width: 50%;
	}
	.swiper-index{
		padding-top: 50px;
	}
	.menu-cells .main{
		padding: 35px 0;
	}
	.menu-list{
		margin: 0;
		padding: 0 15px;
	}
	.menu-list li{
		width: 33.33%;
	}
	.menu-box .m-icon{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.m-text .ch {
		font-size: 18px;
	}
	.m-text .en{
		font-size: 12px;
	}
	.menu-box .m-icon .iconfont{
		font-size:25px;
	}
	.pic-col-4{
		width: 100%;
	}
	.pic-col-6 .pic-lg{
		height: 400px;
	}
	.pic-col-6 .pic-xs{
		height: 200px;
	}
	.pic-ht{
		height: 400px;
	}
	.pic-maxlg{
		height: 110px;
	}
	.pic-md{
		height: 200px;
	}
	.my-video-dimensions{
		width: 100%;
		height: 200px;
	}
	.navbar{
		box-sizing: border-box;
		position: fixed;
	    left: 0;
	    top: 0px;
	    width: 100%;
	    bottom: 0;
	    overflow-y: auto;
	    background: #0b0b0d;
	    z-index: 99;
	    padding: 0 45px;
	    padding-top: 80px;
	    transition: .4s all;
	    -webkit-transition: .4s all;
	    transform: translateX(-100%);
	    -webkit-transform: translateX(-100%);
	    visibility: hidden;
	    opacity: 0;
	}
	.navbar.show{
		transform: translateX(0);
	    -webkit-transform: translateX(0);
	    visibility: visible;
	    opacity: 1;
	}
	.navbar .nav li a{
		position: relative;
		display: block;
		color: #fff;
		font-size: 15px;
		padding: 10px 0;
		text-align: center;
	}
	.nav>li>a .ch{
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px
	}
	.nav>li>a .en{
		font-size: 14px;
		line-height: 22px;
		text-transform: uppercase;
	}
	.zt-recbox.pull-left{
		float: none;
	}
	.v-list li{
		margin-bottom: 50px;
	}
	.v-list li:last-child{
		margin-bottom: 0;
	}
	.item.justify{
		display: block;
	}
	.tese-text.justify{
		display: block;
	}
	.ts-lgcol{
		margin-bottom: 30px;
	}
	.ts-in-desc{
		height:150px;
		text-align: left;
		overflow: hidden;
	}
	.ts-md-box .ts-in-desc{
		display: none;
	}
	.ts-hor-pic .ts-in-desc{
		display: none;
	}
	.kefang-list li{
		margin-bottom: 20px;
	}
	.show-row:first-child{
		margin-bottom: 40px;
	}
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #eee;
}
.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
        z-index:9999;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition:      -o-transform .3s ease-out;
	transition:         transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: 1200px;
	margin:0px auto;
        margin-top:100px;
}


@media (max-width: 999px){
.modal-dialog {
	position: relative;
	width: 90%;
	margin:0px auto;
        margin-top:250px;
}
}

.modal-content {
	position: relative;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 6px;
	outline: 0;
	/*background: url(/wyganw/images/qrxd-notice.png) ;
        border:1px #FFFFFF solid;*/
	width：1200px;
	height:750px;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-header {
	position: absolute;
	top:-2.5%;
	right:2%;
	min-height: 16.42857143px;
}
.ggcontent{border-radius: 10px;background:#474747;text-align:center;padding:5px;}

