html,body{
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    background:#ffffff;
    overflow-x:hidden;
    color: #000;
    width: 100%;
    height: 100%;
}
img{ border: none; }
.clear{ clear: both; }
#top{
    width:100%;
    background: #DDA708;
    height: 25px;
    overflow: hidden;
}
#top .mid{ width: 980px; margin: 0 auto; }
#top .mid img{ float: right; border-radius: 4px; margin-top: 3px; }
.logo-cont{
    width: 980px;
    height: 101px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    overflow: hidden;
text-align:center;
}
.menu-cont{
    width: 980px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}
#menu{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 50px;
    overflow: hidden;
    list-style: none;
}
#menu li{
    padding: 0;
    margin: 0;
    display: inline-block;
    width:135px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}
#menu li a{ transition: all 0.2s linear; color:#DDA708; text-decoration: none; }
@keyframes thumb {
    0% { transform: scale(1); }
    50% { transform: scale(0.9); }
    100% { transform: scale(1); }
}
#menu li a:hover, a:focus
{
    color: #000;
    animation-name: thumb;
    animation-duration: 200ms;
    transform-origin:50% 50%;
    animation-iteration-count: 2;
    animation-timing-function: linear;
}
.divide{
    width: 100%;
    background:#000;
    height: 5px;
    overflow: hidden;
}
/* 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/b06.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 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url(../img/a12.png) no-repeat;
    overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }
.box{
    width: 980px;
    min-height: 150px;
    margin: 0 auto;
    margin-top: 12px;
    padding: 0;
}
.box ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.box ul li{
    display: inline-block;
    padding: 0;
    background: transparent;
    width: 229px;
    height: 320px;
    margin: 6px;
    overflow: hidden;
}
.box ul h2{
    width: 100%;
    text-align: center;
    background: #DDA708;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 45px;
    font-size: 20px;
}
.imgcont img{ max-height: 185px; max-width: 226px; margin:0; }
.box ul li .imgcont{
    border:solid 2px #DDA708;
    background: #E7E7E7;
    margin: 0;
    padding:0;
    height: 185px;
    width: 228px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.box ul li p{
    padding: 3px;
    margin: 0;
    margin-top: -6px;
    width: 98%;
    background: #DDA708;
    height: 90px;
    overflow: hidden;
    font-size: 13px;
    color: #ffffff;
}
.box p a{ text-decoration: none; color: #ffffff; }
.box h2 a{
    transition: all 0.2s linear; color:#ffffff; text-decoration: none;
}
.box h2 a:hover, a:focus
{
    animation-name: thumb;
    animation-duration: 200ms;
    transform-origin:50% 50%;
    animation-iteration-count: 2;
    animation-timing-function: linear;
}
.aboutm{
    width: 968px;
    padding: 0;
    margin: 0 auto;
    margin-top: 10px;
    min-height: 180px;
    background: #E7E7E7;
}
.aboutm h2 {
    width: 97%;
    text-align: left;
    color: #DDA708;
    margin: 0 auto;
    padding: 0;
    line-height: 45px;
    font-size: 20px;
}
.aboutm p{
    width: 97%;
    padding: 5px;
    margin: 0 auto;
}
.aboutm p a{ text-decoration: none; color: #000; }
.aboutm  h2 a{
    transition: all 0.2s linear; color:#DDA708; text-decoration: none;
}
.aboutm h2 a:hover, a:focus
{
    animation-name: thumb;
    animation-duration: 200ms;
    transform-origin:50% 50%;
    animation-iteration-count: 2;
    animation-timing-function: linear;
}
.usenewsbox{
    width: 978px;
    min-height: 100px;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
}
.ubox{
    display: inline-block;
    width: 49%;
    height: 200px;
    overflow: hidden;
    background: transparent;
    margin-left: 5px;
    padding: 0;
}
.ubox h3 {
    width: 100%;
    text-align: center;
    background: #DDA708;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 35px;
    font-size: 18px;
}
.ubox h3 a{
    transition: all 0.2s linear; color:#ffffff; text-decoration: none;
}
.ubox h3 a:hover, a:focus
{
    animation-name: thumb;
    animation-duration: 200ms;
    transform-origin:50% 50%;
    animation-iteration-count: 2;
    animation-timing-function: linear;
}
.ubox ul{
    width: 100%;
    margin: 0;
    padding:0;
}
.ubox ul li{
    width: 100%;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.ubox ul li:before{ content:"\27BD"; color:#DDA708;  }
.ubox li a{
    color: #000;
    text-decoration: none;
}
#footer{
    width: 100%;
    background: #DDA708;
    min-height: 60px;
    margin: 0;
}
#footer .fcenter{
    width: 980px;
    margin: 0 auto;
}
#footer .fleft{
    float: left;
    width: 600px;
    margin: 0;
    padding: 5px;
    font-size: 12px;
    min-height: 50px;
    text-align: left;
    color: #ffffff;
}
#footer .fright{
    float: right;
    width: 300px;
    margin: 0;
    padding: 5px;
    min-height: 50px;
    text-align: right;
}
#footer .fright img{
    margin-top: 5px;
}
#content{
    width: 975px;
    padding: 5px;
    margin: 0 auto;
    min-height: 500px;
}
#content .sharebuttons{
    position: relative;
    margin-left: 740px;
    height: 30px;
    margin-top: 20px;
}
#content h1{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    color: #DDA708;
    font-size: 20px;

}
#content .pcontent{
    width: 100%;
    margin: 0 auto;
    min-height: 200px;
    margin-bottom: 40px;
    margin-top: 10px;
}
.pcontent img{
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
}
.gallery{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
}
.gallery img{
    display: inline-block;
    vertical-align: middle;
}
.gallery li{
    display: inline-block;
    background: #FFF;
    margin: 14px;
    padding: 3px;
    width: 200px;
    height: 200px;
    overflow: hidden !important;
    text-align: center;
}
.gallery .icont img{ max-height: 198px; max-width: 198px; margin:0 auto; }
.gallery .icont{
    border:solid 2px #DDA708;
    background: #E7E7E7;
    margin: 0;
    padding:0;
    height: 198px;
    width: 198px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 6px;
}
.gallery li a{
    text-decoration: none;
}
.cat-ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.cat-ul li{
    display: inline-block;
    padding: 0;
    background: transparent;
    width: 225px;
    height: 320px;
    margin: 6px;
    overflow: hidden;
}
.cat-ul h2{
    width: 100%;
    text-align: center;
    background: #DDA708;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 45px;
    font-size: 20px;
}
.cat-ul img{ max-height: 185px; max-width: 221px; margin:0; }
.cat-ul .imgcont{
    border:solid 2px #DDA708;
    background: #E7E7E7;
    margin: 0;
    padding:0;
    height: 185px;
    width: 223px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cat-ul li p{
    padding: 3px;
    margin: 0;
    margin-top: -6px;
    width: 98%;
    background: #DDA708;
    height: 90px;
    overflow: hidden;
    font-size: 13px;
    color: #ffffff;
}
.cat-ul p a{ text-decoration: none; color: #ffffff; }
.cat-ul h2 a{
    transition: all 0.2s linear; color:#ffffff; text-decoration: none;
}
.cat-ul h2 a:hover, a:focus
{
    animation-name: thumb;
    animation-duration: 200ms;
    transform-origin:50% 50%;
    animation-iteration-count: 2;
    animation-timing-function: linear;
}
.nav{
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    margin-top: -40px;
}
.nav li{
    display: inline-block;
    padding: 6px;
    padding-left: 0px;
    color:#DDA708;
}
.nav li a{
    text-decoration: none;
    color:#DDA708;
}
.contactleft{
    margin-left: 0px;
    float: left;
    width: 400px;
    min-height: 200px;
    font-size: 14px;
}
.contactright{
    margin-right: 50px;
    float: right;
    width: 400px;
    min-height: 200px;
}
.warn{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}
.label{
    float: left;
    width: 150px;
    min-height: 3px;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    padding: 3px;
}
.inpt{
    border:solid 1px #CCC;
    font-size: 13px;
    width: 200px;
    float: right;
    height: 18px;

}
.inpt2{
    border:solid 1px #CCC;
    font-size: 13px;
    width: 200px;
    float: right;
    height: 150px;

}
.sbmt{
    float: left;
    margin-left: 196px;
    font-weight: bold;
    border: 1px solid #CCC;
    background-color: #fefefe;
    height: 30px;
    width: 80px;
    color: #000;
}
.ll2{
    width: 100%;
    margin-top: 10px;
}
.gkod{
    float: right;
    margin-right: 122px;
}
.map{
    margin-top: 10px;
}
.liste-box{
    width: 950px;
    margin: 0 auto;
    padding: 10px;
    border:solid 1px #CCC;
    min-height: 100px;
    margin-top: 15px;
    margin-bottom: 5px;
    background: #fefefe;
}
.liste-box img{
    float: left;
    margin: 3px;
    margin-bottom: 1px;
    border-radius: 8px;
}
.liste-caption{
    text-align: right;
    color:#DDA708;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}
#pagination{
    width: 100%;
}
#pagination ul{
    width: 90%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    margin-top: 10px;
}
#pagination ul li{
    padding: 5px;
    margin: 5px;
    float: left;
    color: #000;
}
#pagination ul li a{
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.list-detay-link{
    text-decoration: none;
    color: #000;
}
.list-detay-link3{
    text-decoration: none;
    color:#DDA708;
}
.list-detay-link2{
    text-decoration: none;
    color:#DDA708;
    background: #fefefe;
    padding: 3px;
    font-size: 12px;
    border-radius: 6px;
}
.list-detay-link2:hover{
    color: #DDA708;
    background: #fefefe;
}
#ekstraweb{
    width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 30px;
}
.inf{
    width: 100px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    transition: all ease 1s;
    visibility: hidden;
    background: #000;
    border-radius: 8px;
    padding: 2px;
    text-align: center;
    color: #FFF;
    margin-left: 30px;
    background: rgba(0,0,0,0.8);
}
#ekstraweb:hover .inf{
    visibility: visible;
    margin-top: -26px;
}
#micon{
    display: none;
}
#picon{ display: none; }