@charset "UTF-8";
/* CSS Document */
*{
	font-family: "微软雅黑" !important;
}
html {
    font-family: "微软雅黑" !important;
    -webkit-font-smoothing: antialiased;
}

body {
    background: url(../img/background_tile2.gif) repeat;
    font-family: "微软雅黑" !important;
    font-style: normal;
    font-weight: 300;
    color: #4c79a5;
}

.wrapper {
    background-color: #FFF;
    max-width: 1040px;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    margin: auto;
}

h1, h2, h3, h4, h5 {
    font-family: "微软雅黑";
    font-weight: 700;
    color: #900006;
}

/* Logo */

.logo {
	height: 140px;
    padding-top: 10px;
}

.logo img {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Slider */

.orbit-slide-number span, .orbit-slide-number {
    color: #1a4277 !important;
}

.orbit-container .orbit-timer .orbit-progress {
    background-color: rgba(26, 66, 119, 0.3);
}

.orbit-timer.paused span {
    border-color: transparent transparent transparent #1a4277 !important;
}

.orbit-timer span {
    border: solid 4px #1a4277;
}

.orbit-bullets li {
    cursor: pointer;
}

/* NAVIGATION */

.top-bar-section li:not(.has-form) a:not(.button) {

}

.top-bar {
    background: #bf0008; /* Old browsers */
	background:linear-gradient(to bottom, #d6ecff 0%,#bf0008 3%,#bf0008 100%);
    border-top: 1px solid #bf0008;
    border-right: 1px solid #bf0008;
    border-left: 1px solid #bf0008;
    height: 45px;
}

/* Display NAV Center 

nav.top-bar {
	text-align:center;
	text-shadow: 0px 0px 3px #000;
}

section.top-bar-section {
	display: inline-block;
}

*/

.darker {
    background-color: #333;
    height: 200px;
}

.example-orbit img {
    width: 100%;
    height: auto;
}

/* TOP BAR ANIMATIONS */

@-webkit-keyframes topbar-dropdown {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1.0;
    }
}

@-moz-keyframes topbar-dropdown {
    0% {
        -moz-transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1.0;
    }
}

@-ms-keyframes topbar-dropdown {
    0% {
        -ms-transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0);
        opacity: 1.0;
    }
}

@keyframes topbar-dropdown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1.0;
    }
}

.top-bar .title-area {
    position: relative;
    z-index: 1;
}

.top-bar-section > ul {
    z-index: 0;
}

.expanded .top-bar-section > ul {
    -webkit-animation: topbar-dropdown 0.2s ease-in-out;
    -moz-animation: topbar-dropdown 0.2s ease-in-out;
    -ms-animation: topbar-dropdown 0.2s ease-in-out;
    animation: topbar-dropdown 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
    .top-bar-section > ul {
        position: initial;
        z-index: initial;
    }

}

/* remove  Center for breakpoint */

@media only screen and (max-width: 58.75em) {

    nav.top-bar {
        text-align: left;
    }

    section.top-bar-section {
        display: inherit;
    }

}

.row {
    line-height: 23px;
}

/*
.sitecontent img {
	padding:10px;
	border:1px solid #999;}
*/
.sitecontent .row {
    padding: 10px 0 10px 0;
}

.sitecontent {
    color: #036;
}

.wh_1{
	padding-bottom: 40px;
}

.border {
    padding: 10px;
    border: 1px solid #999;
    background: #FFF;
}

.border_gallery {
    padding: 10px;
    /*border: 1px solid #999;*/
    background: #FFF;
    
    /*margin: 10px;*/
   width: 100%;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
        max-width: 100%;
    max-height: 100%;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.border_gallery:hover{
	transform: scale(1.1,1.1);
}
.clearing-thumbs li{
	overflow: hidden;
}


.border_gallery:hover {
    border: 1px solid #efa830;
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);

}

/* TABS  */
.tabs {
    margin-left: 20px;

}

.tabs dd {
    padding: 5px;
}

.tabs dd > a {
    background: none;
    color: #036;
    font-size: 1em;
    padding: 8px;

}

.tabs dd.active a {
    background: #bf0008;
    border-radius: 6px;
    color: #FFF;
}

.tabs dd.active a:hover {
    background: #036;
    border-radius: 6px;
    color: #FFF;
}

.tabs dd > a:hover {
    color: #069;
    background-color: #fff;
}

.tabs-content {
    padding: 0px 30px 0 30px;
    font-size: 16px;
}

.tabs-content h2 {
    font-size: 25px;
    color: #900006;
    font-weight: 700;
    
}

.negative {
    margin-top: -80px;
    display: none;
}

.blue {
    background-color: #036;
    height: 5px;
}

.gold {
    background: #fabe04; /* Old browsers */
    background: -moz-linear-gradient(top, #fabe04 0%, #d7861a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fabe04), color-stop(100%, #d7861a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fabe04 0%, #d7861a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fabe04 0%, #d7861a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fabe04 0%, #d7861a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fabe04 0%, #d7861a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabe04', endColorstr='#d7861a', GradientType=0); /* IE6-9 */
    border: 1px solid #000;
    color: #000;
    line-height: 45px;
    text-transform: uppercase;
}

.blueback {
    background: #b10000; /* Old browsers */
    background: -moz-linear-gradient(top, #b10000 0%, #ff5b5b 3%, #bf0008 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b10000), color-stop(3%, #ff5b5b), color-stop(100%, #bf0008)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b10000 0%, #ff5b5b 3%, #bf0008 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b10000 0%, #ff5b5b 3%, #bf0008 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b10000 0%, #ff5b5b 3%, #bf0008 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b10000 0%, #ff5b5b 3%, #bf0008 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10000', endColorstr='#bf0008', GradientType=0); /* IE6-9 */
    color: #FFF;
    line-height: 45px;
    text-transform: uppercase;
}

.l43logo {
    background: url(../img/leopards/leopard43_logo.gif) right no-repeat;
}

.l40logo {
    background: url(../img/leopards/leopard40_logo.gif) right no-repeat;
}

.l45logo {
    background: url(../img/leopards/leopard45-logo.gif) right no-repeat;
}

.l48logo {
    background: url(../img/leopards/leopard48_logo.gif) right no-repeat;
}

.l58logo {
    background: url(../img/leopards/leopard58_logo.gif) right no-repeat;
}

.l39pclogo {
    background: url(../img/leopards/leopard39pc_logo.gif) right no-repeat;
}

.l51pclogo {
    background: url(../img/leopards/leopard51pc_logo.gif) right no-repeat;
}

/* RESPONSIVE STYLES */
@media screen and (max-width: 934px) {
    .l51pclogo {
        background: none;
    }
}

@media screen and (max-width: 768px) {
    .l39logo, .l40logo, .l44logo, .l48logo, .l58logo, .l39pclogo, .l51pclogo, .l43logo, .l45logo {
        background: none;
    }

    .negative {
        margin-top: 0px;
    }

}

@media screen and (max-width: 625px) {

}

@media screen and (max-width: 400px) {
    .sitecontent img {
        margin: 20px 0 20px 0;
    }

    .gold {
        line-height: 20px;
        padding: 5px;
        background: #FFF;
        border: none;
    }

}

.calendar {
    margin: .25em 10px 10px 0;
    padding-top: 5px;
    float: left;
    width: 80px;
    background: #ededef;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc));
    background: -moz-linear-gradient(top, #ededef, #ccc);
    font: bold 30px/60px Arial Black, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    text-shadow: #fff 0 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -moz-box-shadow: 0 2px 2px #888;
    -webkit-box-shadow: 0 2px 2px #888;
    box-shadow: 0 2px 2px #888;
}

.calendar em {
    display: block;
    font: normal bold 11px/30px Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: #00365a 0 -1px 0;
    background: #04599a;
    background: -webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a));
    background: -moz-linear-gradient(top, #04599a, #00365a);
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #00365a;
}

.calendar:before, .calendar:after {
    content: '';
    float: left;
    position: absolute;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #111;
    z-index: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
}

.calendar:before {
    left: 11px;
}

.calendar:after {
    right: 11px;
}

.calendar em:before, .calendar em:after {
    content: '';
    float: left;
    position: absolute;
    top: -5px;
    width: 4px;
    height: 14px;
    background: #dadada;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
    background: -moz-linear-gradient(top, #f1f1f1, #aaa);
    z-index: 2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.calendar em:before {
    left: 13px;
}

.calendar em:after {
    right: 13px;
}

.myfooter {
	position: relative;
	margin-top: -80px !important;
    border-top: 0px;
    max-width: 1040px;
    margin: auto;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    color: #fff;
    font-size: 12px;
    background: #000000;
    background: -moz-linear-gradient(top, #8c5f5f 0%, #bf0008 3%, #960309 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c5f5f), color-stop(3%, #bf0008), color-stop(100%, #960309));
    background: -webkit-linear-gradient(top, #8c5f5f 0%, #bf0008 3%, #960309 100%);
    background: -o-linear-gradient(top, #8c5f5f 0%, #bf0008 3%, #960309 100%);
    background: -ms-linear-gradient(top, #8c5f5f 0%, #bf0008 3%, #960309 100%);
    background: linear-gradient(to bottom, #8c5f5f 0%, #bf0008 3%, #960309 100%);
    color: #FFC;
}

.myfooter h5 {
    color: #FFF;
    font-size: 15px;
}
/*.text-center{
    padding-bottom: 40px;}*/
.myfooter a:link, .myfooter a:visited {
    color: #FFC;
}

.myfooter a:hover {
    color: #FC6;
}

.smaller {
    font-size: 10px;
}

/* =========================================================== 

					Tables
					
=========================================================== */
.threeimg {
}

.threeimg a {
    display: inline-block;
    position: relative;
}

.threeimg a img {
    opacity: 1;
    border: 1px solid #bf0008;
}

.threeimg a img:hover {
    opacity: 0.8;
    border: 1px solid #bf0209;
}

.threeimg a h2 {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    height: 28px;
    position: absolute;
    z-index: 1;
    bottom: -8px;
    left: 0;
    right: 0;
    background: rgba(191,0,8, 0.7);
    font-weight: 100;
    letter-spacing: 3px;
}

.specs table {
    font-size: 14px;
    color: #215a8d;
}

.specs table tr td {
    color: blue;
}

.specs tr:hover {
    background-color: #d4e9f6;
}

.specs tr.theading {
    background: #8c5f5f; /* Old browsers */
    background: -moz-linear-gradient(top, #b10000 0%, #ff5b5b 3%, #bf0008 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b10000), color-stop(3%, #ff5b5b), color-stop(100%, #bf0008)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b10000 0%, #ff5b5b 3%, #bf0008 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b10000 0%, #ff5b5b 3%, #bf0008 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b10000 0%, #ff5b5b 3%, #bf0008 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b10000 0%, #ff5b5b 3%, #bf0008 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10000', endColorstr='#bf0008', GradientType=0); /* IE6-9 */
    color: #FFF;
    font-size: 15px;
}

.specs .theading:hover {
    background-color: #00356f;
    color: #FFF;
}

.specs .odd {
    background-color: #eff7fc;
    border-top: 1px dotted #bfd9e7;
    border-bottom: 1px dotted #bfd9e7;
}

.specs {
    border: 1px solid #00356f;
    color: #215a8d;
}

.specs td {
    border-bottom: 1px solid #bfd9e7;
}

table .theading strong {
    color: #fff;
}

.mid {
    border-left: 1px solid #bfd9e7;
    border-right: 1px solid #bfd9e7;
    color: #215a8d;
}

.single {
    border-left: 1px solid #bfd9e7;
    text-align: center;
}

.hometext {
    font-family: "微软雅黑";
    color: #bf0008;
    font-size: 20px;
    line-height: 28px;
    padding-top: 25px;
    font-weight: bold;
}
.hometext ul{    display: inline-block;    margin-bottom: 0;}
.hometext ul li{ float: left;white-space:nowrap; font-weight: bold; font-size: 18px; overflow:hidden; text-overflow:ellipsis; padding: 0 15px;}
.hometext ul li:nth-child(2){ float: right;}
.hometext h2 {
    color: #d6010a;
    font-size: 24px;
}

.hometext strong {
    color: #359;
    font-weight: 500;
}

.main {
    padding: 15px;
}

.newshover a:hover {
    color: #F90;
}

/*.borderleft {
    border-left: 1px solid #b4b4b4;
}*/

.missing {
    font-size: 5em;
    font-weight: 800;
}

.country a {
    color: #036;
    background-color: #FFF;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #CCC;
}

.country a:hover {
    color: #FFF;
    background-color: #003f74;
    border: #000;
}

.phone, .fax {
    margin-right: 10px;
}

.google-maps {
    position: relative;
    padding-bottom: 33%;
    height: 0;
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.highlight {
    background: #CCCB98;
    color: #0C1436;
    font-size: 24px;
    padding: 10px;
    margin: 0 0 30px 0;
    border-top: 1px solid #919176;
    border-bottom: 1px solid #FEFDD0;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper {
    height: min-content;
    max-height: 516px;
}

.swiper-pagination{
	position: static;
	margin-top: 10px;
}

.swiper-pagination span{
	margin-left: 5px;
}

.tabtree {
    display: inline-block;
    padding: 10%;
    border-radius: 50%;
    background: #d60008;
    text-align: center;
}

.scantab {
    text-align: center;
    padding-top: 25px;

}

.scantab p {
    margin: 0;
    padding-top: 15px;
    color: #000000;
    font-size: 18px;
}

.tabtree i {
    font-size: 42px;
    color: #fff;
}

.scantab_title {
    padding-top: 20px;
    text-align: center;
}

.scantab_title h2 {
    color: #000;
    font-size: 26px;
    display: inline-block;
    padding: 3px 15px;
    border-bottom: 3px solid #bf0008;
}
@media (min-width: 300px) and (max-width: 640px) {
    .tabtree {
        display: inline-block;
        padding: 20%;
        border-radius: 50%;
        background: #d60008;
        text-align: center;
    }
    .tabtree i {
        font-size: 22px;
        color: #fff;
    }
    .scantab_title h2{ font-size: 24px;}
}
