/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    /*background: url('img/b05.png') no-repeat;*/
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('images/a22.png') center center no-repeat;
    overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }

#jssor_1{
	top:0px;
	border-bottom:solid 2px #efefef;
}
#tit_banner{
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-left:-400px;
	margin-top:-70px;
	width: 800px; 
	height: auto; 
	font-size: 30px; 
	color: #fff; 
	line-height: 80px; 
	text-align:center; 
	border-radius:8px 8px;
	/*background:rgba(0,74,121,0.8);*/
    background:rgba(0,0,0,0.5);
}
#tex_banner{
	position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left:-400px;
    width: 800px;
    height: auto;
    font-size: 22px;
    color: #fff;
    line-height: 20px;
    text-align:center;
    border-radius:8px 8px 0px 0px;
}

#tit_banner h3 p {
  font-size: 2rem;
}

@media (max-width: 767px) {
    #jssor_1{
        /*top:54px;*/
        border-bottom:solid 2px #efefef;
    }

    #tit_banner{
			position: absolute; 
			top: 25%; 
			left: 50%; 
			margin-left:-600px;
			margin-top:-70px;
			width: 1200px; 
			height: auto; 
			font-size: 30px; 
			color: #fff; 
			line-height: 80px; 
			text-align:center; 
			border-radius:8px 8px;
			background:rgba(0,0,0,0.75);
			padding: 20px;
		}

    #tit_banner h1 {
	    font-size: 8rem;
	  }
	  #tit_banner h3 p {
	    font-size: 5rem;
	  }
	  #tit_banner .btn {
	  	font-size: 4rem;
	  }
}