body{
}
body,input{
font-family: 'Ubuntu', sans-serif;
/*font-family: 'Titillium Web', sans-serif;
font-family: 'Nunito Sans', sans-serif;*/
}
body,html{
}
body{
	width: calc(100vw - 400px);
    margin:0 auto;
	background-color:#fff;
}
body a, body a:active, body a:visited{
    text-decoration:none;
}

#nav_t1{
	margin:0 auto;
	/*background-color:rgba(44,15,156,.6);*/
}
#nav_t1 ul{
	margin:0;
	padding:0;
}
#nav_t1 ul li{
	list-style-type:none;
	margin-left:10px;
	display:inline-block;
	font-size:0.8em;
	color:#fff;
	padding:0;
	font-weight:bold;
	font-style:normal;
	letter-spacing:.1em;
	-webkit-font-smoothing: antialiased !important;
}
#nav_t1 ul li a{
	padding-top:13px;
	padding-left:10px;
	padding-bottom:25px;
	/*list-style-image:url(/iconss/carat-d-white.svg);*/
	display:list-item;
	list-style-position:inside;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	opacity:1;
}
#nav_t1 ul li a:hover{
	opacity:0.7;
}
#navem{
	width:0px;
	height:0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #555;
	/*
	background:url(/iconss/carat-d-white.svg);
	background-size:cover;
	background-position:center;
	
    transition-duration: 0.3s;
    transition-property: transform;*/
	cursor:pointer;
	margin-left:50px !important;
	transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	opacity:1;
}
#navem:hover{
	opacity:0.7;
}
.navemD{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
	cursor:pointer;
}
.navemU{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	cursor:pointer;
}

#flyTM{
	border-radius:0px 0px 5px 5px;
	padding-left:10px;
	width:250px;
	border:1px solid #aaa;
	
}
#flyTM a{
	/*background: url(/iconss/carat-r-white.svg) no-repeat left top;*/
	font-size:0.8em;
	margin-top:25px;
	margin-bottom:25px;
	padding: 3px 0px 3px 10px;
	display:block;
	line-height:8px;
	padding-left:30px;
	position:relative;
	transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	opacity: 1;
}
#flyTM a > img{
	border:none;
	width:40px;
	height:40px;
	object-fit:cover;
	margin-top:10px;
	border-radius:5px;
}


#flyTM a:before {
    content: '';
    position: absolute;
    left: 0; top: 0; right:0; bottom: 0;
    /*background: url(/iconss/carat-r-black.svg) no-repeat left top;*/
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
}
#flyTM a:hover:before {
    opacity: 0.7;
}

#flyTM a:hover{
	opacity: 0.7;
}
#flyTSM a{
	font-size:0.8em;
	transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	opacity: 1;
	
}
#flyTSM a:hover{
	opacity: 0.7;
}


#galMob_p{
	padding-left:23px;
	position:relative;
	overflow:hidden;

}
#galMob_p a{
	margin-top:0px;
}

#flyTM hr{
	width:50%;
	border:0px;
	border-top:solid 1px;
	border-color:#666;
}
#mobMwa{
	display:block;
	text-align:center;
}
#mobMwa p{
	margin:0 !important;
}
#mobMwa img{
	border:none;
	width:auto;
	height:auto;
	margin-top:0px;
	border-radius:5px;
	transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	opacity: 1;
}
#mobMwa img:hover{
	opacity:0.7;
	cursor:pointer;
}
#mobMwa #Mwa{
	padding:0;
	padding-top:20px;
	margin:0;
	text-align:center;
	padding-bottom:20px;
}


#mobMwa ul{
	padding:0;
	height:55px;
	width: 125px;
	position:relative;
}

#sliderMitra{
	padding:0;
	height:55px !important;
	width: 125px !important;
	position:relative;
	margin:0 auto;
}
.content-slider-mitra{
	padding:0;
	margin:0;
	padding:0;
	height:55px !important;
	width: 125px !important;
	position:relative;
	text-align:center;
}
.content-slider-mitra li{
	list-style-type:none;
	padding:0;
	margin:0;
	background-position:center;
	height:55px !important;
	width: 125px !important;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-repeat: no-repeat;
}
.content-slider-mitra li:hover{
	opacity:0.8 !important;
	cursor:pointer;
}


/*
#flyTM a{
	list-style: none;
	font-size:0.8em;
	margin-top:25px;
	margin-bottom:25px;
	list-style-image:url(/iconss/carat-r-white.svg);
	display:list-item;
	list-style-position:inside;
	color:#eee;
}
*/

/*logo top*/
#logoTop{
	list-style-type:none !important;
	padding:0;
	margin:0;
	vertical-align:middle;
}
#logoTop a {
	/*list-style-image:none !important;*/
	font-size:0.8em;
	font-weight:bolder;
	font-family:verdana;
	color:gold;
}
#logoTop a img{
	width:50px;
	height:20px;
	object-fit:contain;
	vertical-align:middle;
	margin-left:13px;
	border:0;
}


#hot1{
	margin:0 auto;
	margin-bottom:15px;
	
	
}
#hot1 p{
	margin:0;
	display:block;
	text-align:center;
}
#hot1 p:first-child{
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:20px;
	font-size:1.5em;
	letter-spacing:6px;
	font-weight:bolder;
	text-shadow:0px 3px 2px #555;
}
#hot1 #st1{
	
	text-shadow:none;
	display:block;
}
#hot1 #st2{
	text-shadow:none;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
#hot1 #st3{
	
	text-shadow:none;
	display:block;
}
#hot1 p:last-child{
	margin-top:20px;
	font-size:1em;
	line-height:22px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
	padding-top:5px;
}
/*
#nav_t1 ul li{
	margin-left:10px;
	list-style-type:none;
	display:inline-block;
	padding-top:25px;
	padding-left:25px;
	padding-bottom:25px;
	font-size:0.8em;
	color:#fff;
	background-repeat:no-repeat;
	background-position:0 24px;
	
}
#nav_t1 ul li:nth-child(1),#nav_t1 ul li:nth-child(2),#nav_t1 ul li:nth-child(3){
	padding-left:25px;
	background-color:transparent;
	background-image: url(/iconss/carat-d-white.svg);
}
#nav_t1 ul li:nth-child(6){
	list-style-image:url('/iconss/carat-d-white.svg');
	list-style-type:square !important;
	list-style-position: ;}
*/
#d_p{
    text-align:center;
}
#d_p a{
    display:block;    
    padding:10px;
    text-decoration:none;
    border-radius:5px 5px 5px 5px;
    margin:0 auto;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	opacity:1;
	position:relative;
}
#d_p a:hover{
	opacity:0.8;
}#arr{
	width:0;
	height:0;
	border-top:10px solid transparent;
	/*border-bottom:10px solid #800080;*/
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	position:absolute;
	top:-20px;
	-webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}


#b_dom{
    background-color:#dfd;
    position:relative;
}
#bd_l,#bd_r{
  position:relative;		
}
#bd_r span{
	position:absolute;
	font-size:1.2em;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	width:100%;
	z-index:100;
	text-align:center;
}

#bd_l ul, #bd_r ul{
	list-style: none outside none;
	padding: 0;
    margin: 0;
}
.content-slider3 #sb1b,.content-slider3 #sb2b,.content-slider3 #sb3b{
	 text-align: center;
	 width: 100%;
     background-repeat: no-repeat;
	 background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 -webkit-background-size: cover;
	 background-color:#fff;
	 background-position:center;
     overflow-y: hidden ! important;
     overflow-x: hidden ! important;
	 opacity:1;
}

#sb1b:hover,#sb2b:hover,#sb3b:hover{
	opacity:.8;
	cursor:pointer;
}

.content-slider2{
	position:relative;
}
.content-slider2 > #sb{
	text-align: center;
	width: 100%;
	background-position:center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.content-slider2 h3{
	display:block;
	margin:0;
	padding:10px;
	color:gold;
	list-style: none outside none;
    margin: 0;
}
/*slider galeri */
#pFR{
	position:relative;
	text-align:center;
	background-color:#dfd;
}

.content-sliderGal1{
	position:relative;
	list-style: none outside none;
	padding: 0;
    margin: 0;
}
.content-sliderGal1 > #igal{
	text-align: center;
	width: 100%;
	background-position:center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size: cover;
	background-repeat: no-repeat;
}
#c_dom{	clear:both;
    position:relative;	
	height:100%;
	overflow:hidden;
	padding-bottom:25px;
}
#cd_r, #cd_l{
	position:relative;	height:100%;
}
#cd_l{
    font-size:0.8em;  
}
#address{	
	padding:10px;
    margin:0;
    line-height:1.5em;
}#cd_l h3{
	padding-top:10px;
	padding-left:10px;
	margin:0;
	font-size:1.5em;
}
#cd_l #email_us,#cd_l #tel_us,#cd_l #hjkerja{
	list-style: none;
	display:list-item;
	list-style-position:inside;
	padding-left:0px;
	margin-top:20px;
	border-radius:3px;
}
#cd_l #email_us{
	/*list-style-image:url(/iconss/mail-white.svg);*/
}
#cd_l #tel_us{
	/*list-style-image:url(/iconss/phone-white.svg);*/
}
#cd_l #misi_us{
	font-size:1.2em;
	display:list-item;
	margin-top:30px;
}
#address a{
    text-decoration:none;
	transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
#address a:hover{
    /*color:#36c2dd;*/
	opacity:0.7;
}
#telAMT{
	color:#fff;
}
#cdl2{
	padding-left:10px;
	margin-top:30px;
}
#cdl2 a{
	width:25px;
	height:25px;
	margin-right:30px;
	margin-bottom:10px;
	border-radius:15px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	border:3px solid transparent;
	background-color:#aaa;
}
#cdl2 a:hover{
	background-color:#fff;
}
#cdl2 a img{
	border:none;
	width:25px;
	height:25px;
}

#cd_r{
	font-size:0.8em;
	padding-bottom:10px;
}
#cdr1 h3{
	padding:0;
	letter-spacing:.3em;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	margin:0;
	margin-top:20px;
	font-size:1.1em;
}
#cdr1 h3:first-child{
	margin-top:0px;
}
#cdr1 a{
    text-decoration:none;
    display:block;
    letter-spacing:.1em;
	transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	opacity:1;
	margin-top:10px;
	padding-left:10px;
	line-height:22px;
}
#cdr1 a:hover{
	opacity:0.7;
}
#cdr2 {
	position:absolute;
	right:10px;
	bottom:0;
}

#cdr2 img{
	display:block;
	opacity:1;
	-webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
#cdr2 img:hover{
	opacity:0.5;
	cursor:pointer;
}
#galsel{
	width:100%;
	padding:10px;
	padding-left:8px;
	padding-right:50px;
	border:0px solid;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline:none;
	margin-top:10px;
	
}
#galsel option{
	outline:none;
	box-sizing: content-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;

}

/*copy*/
#n_dom{
    font-size:0.7em;
	clear:both;
	position:relative;
	overflow:hidden;
}
#n1{
    float:left;
    padding:15px;
}
#n1 a{
    text-decoration:none;
}
#n2{
    float:right;
    padding:15px;
}
#n2 a{
	transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    text-decoration:none;
	opacity:1;
	margin-left:15px;
	cursor:pointer;
}#n2 a:hover{
    text-decoration:none;
	opacity:0.7;
}

/*banner top*/

.b_fix:after{
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}
.item ul{
		list-style: none outside none;
		padding-left: 0;
        margin: 0;
}
.pslider1 .item{
	margin-bottom: 20px;
	position:relative;
}
.content-slider li{
	text-align: center;
	/*height:500px;*/
	width: 100%;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
	
}
.content-slider h3 {
            font-size:0.8em;
            font-weight:lighter;
		    margin: 0;
		    position:absolute;
		    bottom:10px;
			padding:10px;
			border-radius:0px 15px 15px 0px;
			
}/*wijet left*/
#flyLeft{
	position:fixed;
	left:0;
	z-index:200;
}
#flyLeft div{
	position:relative;
	overflow:hidden;
	z-index:200 !important;
}
#flyLeft div img{
	border:solid 20px #eee;
	display:block;
	width:25px;
	height:25px;
	opacity:1;
	-webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;	
	border-radius:90px;
}
#flyLeft div img:hover{
	opacity:0.5;
	cursor:pointer;
}

#flyLeft p{
	margin:0;
	height:25px;
	position:absolute;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:20px;
	z-index:15 !important;
	width:20px;
	background-color:#678;
	border-radius:0px 15px 15px 0px;
	line-height:25px;
	overflow:hidden;
	opacity:.3;
}
#flyLeft p span:first-child{
	position:relative;
	white-space:nowrap;
	
}
#flyLeft p #arrleft{
	position:absolute;
	width:0;
	height:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	/*border-left:10px solid #6f3518;*/
	border-right:10px solid transparent;
	left:0;
	top:0;
}

/*lokasi*/
#lokasi{
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	text-align:center;
}
#lokasi iframe{
	background-image:url(/iconss/carat-r-black.svg);
}
#lokasi p{
	background-color:#d45;
	color:#fff;
	width:auto;
	display:inline-block;
	margin:0 auto;
	padding:10px;
	padding-left:30px;
	padding-right:30px;
}
#lokasi p:hover{
	background-color:#a45;
	cursor:pointer;
}

/*login ui*/
#puilog{
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.9);
}
#puilog2{
	padding:10px;
	background-color:#fff;
	border-radius:5px;
	position:relative;
	
}
#puilog2 span{
	width:100%;
	display:block;
	margin-bottom:10px;
	color:#555cea;
}
#puilog2 input[type="text"],#puilog2 input[type="password"]{
	width:250px;
	display:block;
	padding:5px;
	margin-bottom:20px;
}
#puilog2 input[type="button"]{
	padding:10px;
}
#puilog2 label{
	margin-left:10px;
}
#puilog2 div{
	display:none;
}
#puilog2 a{
	margin-top:20px;
	margin-bottom:10px;
	display:block;
	width:100%;
	text-align:right;
	font-size:0.7em;
	color:#779955;
	transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
#puilog2 a:hover{
	color:#000;
}
#puilog2 hr{
	margin-top:20px;
	border:0px;
	border-bottom:1px solid #ccc;
}
#puilog2 #tutup{
	position:absolute;
	right:10px;
	top:10px;
	padding:5px;
	color:red;
}
#puilog2 div #tp3{
	float:right;
}
#puilog2 div #rstp{
	float:right;
	clear:both;
}
/*fly wa wid*/
.daftarAksi:hover{
	opacity:0.8;
}
/*event*/
#event{
	position:fixed !important;
	z-index:250;
	background-color:#555;
}
#event div{
	position:relative;
	background-color:#555;
	padding:55px;
	border-radius:5px;
	box-shadow:0 0 4px 2px #eee;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
#event div p{
	margin:0;
}
#event div p:nth-child(1){
	color:#fff;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
#event div p:nth-child(2){
	color:#00f;
	display:block;
	text-align:center;
	margin-bottom:20px;
}
#event div p:nth-child(3){
	color:#00f;
	display:block;
	text-align:center;
	margin-bottom:25px;
}
/*
#event div input[type='button']{
	padding:15px;
	border:0px;
	border-radius:5px;
	opacity:1;
}
#event div input[type='button']:hover{
	opacity:0.7;
	cursor:pointer;
}
#event div #goevent{
	color:blue;
	margin:0 auto;
	display:block;
	padding-left:20px;
	padding-right:20px;
	
}
#event div #clevent{
	color:red;
	padding-left:20px;
	padding-right:20px;
	display:block;
	margin:auto 0 0 auto;
}
*/
#event div a{
	
	border:0px;
	border-radius:5px;
	opacity:1;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	
}
#event div a:hover{
	opacity:0.7;
	cursor:pointer;
}
#event div #goevent{
    background-color:#fff;
    padding:10px;
    display:block;
    text-align:center;
    
}
#event div #clevent{
    background-color:#fff;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
}
/*top ban*/
#Hslider{
background: rgb(19,68,76);
background: -moz-linear-gradient(45deg,  rgba(19,68,76,1) 0%, rgba(6,165,165,1) 100%);
background: -webkit-linear-gradient(45deg,  rgba(19,68,76,1) 0%,rgba(6,165,165,1) 100%);
background: linear-gradient(45deg,  rgba(19,68,76,1) 0%,rgba(6,165,165,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13444c', endColorstr='#06a5a5',GradientType=1 );


/*229,146,68;45deg;229,146,68,1;0%;96,37,17,1;100%;#e59244;#602511*/	
	
	background:#ccc;
	height:auto!important;
	display:block;
	overflow:hidden;
	padding-bottom:150px;	
}
#hhot1,#hhot2{
	margin-top:100px;
	width:100%;
}
#hhot1 ul,#hhot2 ul{
	position:relative;
	list-style-type:none;
	padding:0;
	margin:0;
}
#hhot1 ul{	
}
#hhot1 ul li,#hhot2 ul li{
	color:#fff;
	padding-left:40px;
	padding-right:40px;
	font-weight:thin;
}
#hhot1 ul li:nth-child(1){
	font-size:40px;
	color:#fff;
	/*-webkit-text-fill-color: #453;
	-webkit-text-stroke: 1px;*/
}
#hhot1 ul li:nth-child(2){
	font-size:20px;
}
#hhot1 ul li:nth-child(3){
	letter-spacing:0.1em;
	font-size:0.9em;
	color:#fff;
	margin-top:30px;
	width:500px;
	line-height:25px;
	
	
}
#hhot1 ul li:nth-child(4){
	letter-spacing:0.1em;
	font-size:0.9em;
	color:#fff;
	margin-top:10px;
	width:400px;
	line-height:25px;
}
#hhot1 ul li:nth-child(5){
	margin-top:40px;
	display:inline-block;
	
}
#hhot1 ul li:nth-child(5) a{
	padding:15px;
	background-color:#40ad22;
	color:#fff;
	display:inline-block;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-right:15px;
	margin-top:15px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
#hhot1 ul li:nth-child(5) a:hover{
	background-color:#40bd22;
	color:#fff;
	
}
#hhot1 ul li:nth-child(6){
	position:absolute;
	top:105px;
	right:25px;
}
#hhot1 ul li:nth-child(6) img{
	width:200px;
	border:none;
	box-shadow:0px 0px 50px #00000099;
}


#hhot2{
	margin-top:200px;
}
#hhot2 ul{
	
}
#hhot2 ul li:nth-child(1){
	font-size:40px;
	text-align:right;
	color:#fff;
}
#hhot2 ul li:nth-child(2){
	font-size:20px;
	text-align:right;
}
#hhot2 ul li:nth-child(3){
	letter-spacing:0.1em;
	font-size:0.9em;
	color:#fff;
	margin-top:30px;
	line-height:25px;
	float:right;
	width:500px;
	text-align:right;
}
#hhot2 ul li:nth-child(4){
	letter-spacing:0.1em;
	font-size:0.9em;
	color:#fff;
	margin-top:10px;
	line-height:25px;
	float:right;
	width:400px;
	clear:both;
	text-align:right;
}
#hhot2 ul li:nth-child(5){
	clear:both;
	text-align:right;
	display:block;
}
#hhot2 ul li:nth-child(5) a{
	padding:15px;
	background-color:#40ad22;
	color:#fff;
	display:inline-block;
	margin-top:30px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-left:15px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
#hhot2 ul li:nth-child(5) a:hover{
	background-color:#40bd22;
	color:#fff;
}
#hhot2 ul li:nth-child(6){
	position:absolute;
	top:100px;
	left:25px;
}
#hhot2 ul li:nth-child(6) img{
	width:200px;
	border:none;
	box-shadow:0px 0px 50px #00000099;
}


#ptan,#pbac{
	background-color:#ccd;
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
}
#ptan label,#pbac label{
	color:#fff;
	font-size:1.3em;
	text-align:center;
	width:100%;
	display:block;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:20px;
	margin-bottom:15px;

}
#ptj{
	
	width:80%;
	display:block;
	background-color:#ddd;
	margin:0 auto;
	border-radius:10px;
	padding:15px;
	margin-bottom:30px;
	overflow:hidden;
}
#ptl{
	display:block;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	cursor:pointer;
	
}
#ptl img{
	width:15px;
	height:15px;
	margin:0 auto auto 0;
	float:right;
	transform:rotate(90deg);
	-webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;	
	
}
#pjl{
	display:none;
	border-top:1px solid #eee;
	padding-top:10px;
	line-height:25px;
}
#pjl a{
	display:block;
	text-align:right;
	margin-top:15px;
	color:#00f;
	text-decoration:none;
}
#pbac #pjl img{
	width:100px;
	height:100px;
	display:inline-block;
	float:left;
}

/*$(e).css({'transform':'rotate(-30deg)'})*/