
/*** Spinner Start ***/
/*** Spinner ***/

body {
	font: 14px 宋体, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(../images/bg-texture-1.jpg);
}



h1 {
text-align: center;
}

h1, h2, h3, h4, h5, h6, span, p, input {
	margin: 0;
	padding: 0;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

ul, li, ol {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color:#373737;
	text-decoration: none;
	-webkit-transition: color 0.20s ease-out;
	-o-transition: color 0.20s ease-out;
}

a:hover {
	color: #000;
	-webkit-transition: color 0.10s ease-in;
	-o-transition: color 0.10s ease-in;
}

a:focus {
	outline: 0;
}


/* #1 Layout Structure */

#top {
	width:748px;
	margin:0px auto;
	background:#52504b;
	height:32px;
}

.container {
	overflow: hidden;
	padding-bottom:3px;
}

.wrapper {
	padding-top:32px;
	width:1024px;
	margin:0px auto;
	display:block;
}

.left-side {
	display:block;
	padding-top:40px;
	float:left;
	width:239px;
}

.right-block {
	float:right;
	width:760px;
	margin-right:-1px;
	position:relative;
	min-height:630px;
	margin-top:10px;
    margin-bottom:100px;
}

.right {
	float:right;
}

.left-block {
	width:239px;
	background:#42403d;
	color:#d1d1d1;
	font-size:12px;
	line-height:16px;
	position:relative;
	margin-bottom:60px;
}


/* #2 Top news */

.newsticker_title {
	display:block;
	width:103px;
	height:32px;
	background:#42403d;
	color:#fff;
	font-weight:bold;
	font-family: '宋体', sans-serif;
	text-align:center;
}

.newsticker_title h4 {
	padding-top:7px;
}

.top-left-end {
	background:url(../images/top-left.png) no-repeat top left;
	display:block;
	float:left;
	height:32px;
	width:5px;
	margin-left:-5px;
}

.top-right-end {
	background:url(../images/top-right.png) no-repeat top left;
	display:block;
	float:right;
	height:32px;
	width:5px;
	margin-right:-5px;
}

.newsticker_wrapper div.newsticker {
	margin-top:7px;
}

.newsticker_wrapper div.newsticker a:hover {
	color:#fff;
}

.newsticker_wrapper div.newsticker a {
	color:#d7d7d7;
	font-size:12px;
}

.newsticker_wrapper div.newsticker a:hover {
	color:#fff;
}

.newsticker_wrapper div.newsticker img {
	padding:0px 10px 2px 5px;
}

.newsticker_controls li {
	background-color:#d2cec6;
	background-repeat:no-repeat;
	background-image:url(../images/top-controls.png);
	width:8px;
	height:11px;
	display:block;
	cursor:pointer;
	float:left;
	margin-left:5px;
	-webkit-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
}

.newsticker_controls li.previous {
	background-position:0px 0px;
}

.newsticker_controls li.pause {
	background-position:0px -11px;
}

.newsticker_controls li.play {
	background-position:0px -22px;
}

.newsticker_controls li.next {
	background-position:0px -33px;
}

.newsticker_controls li:hover {
	background-color:#fff;
	-webkit-transition: background-color 0.10s ease-in;
	-o-transition: background-color 0.10s ease-in;
}

.newsticker_controls {
	padding:10px 20px 0px 0px;
	float:right;
	z-index:200;
}


/* #3 Main menu */

.menu {
	list-style:none;
	z-index:10003;
}

.menu li {
	list-style:none;
}

.menu li a {
	display:block;
	background:#52504b;
	color:#fff;
	padding:8px 0px 8px 26px;
	font-family: '宋体', sans-serif;
	font-size:16px;
	z-index: 10003;
	position:relative;
	-webkit-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
}

.menu li a:hover {
	background:#ff6100;
	-webkit-transition: background 0.10s ease-in;
	-o-transition: background 0.10s ease-in;
}

.menu li a span {
	padding-right:16px;
	background:url(../images/menu-arrow.png) no-repeat center right;
	white-space: nowrap;
}

.menu li:hover > a {
	background:#ff6100;
}

.menu li {
	position:relative;
}

.menu .sub-menu li, .menu .sub-menu li a {
	border:0px;
	background: #ff6100;
	color:#fff;
}

.menu .sub-menu li:hover > a {
	border:0px;
	background: #ca4d00;
	color:#fff;
}

.menu li:hover > ul {
	display:block;
	left: 239px;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition: left 0.10s ease-in, opacity 0.10s ease-in;
	-o-transition: left 0.10s ease-in, opacity 0.10s ease-in;
}

.menu li ul {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 219px;
	float: left;
	display: block;
	z-index: 10002;
	border-top:0px;
	margin:0px;
	padding:0px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: left 0.5s ease-out, opacity 0.5s ease-out;
	-o-transition: left 0.5s ease-out, opacity 0.5s ease-out;
}

.menu ul li ul {
	z-index: 10001;
	display:none;
	margin-left:-20px;
}


/* #4 Homepage Layouts */

body.photobg {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


body.photobg .back-layer {
	background: url(../images/background.png);
}

.wrap-photos {
	width:240px;
	display:block;
}

.left-block-top {
	height:9px;
	width:239px;
	background:url(../images/left-block-top.png) no-repeat top left;
}

.left-block-bottom {
	margin-bottom:-9px;
	height:9px;
	width:239px;
	background:url(../images/left-block-bottom.png) no-repeat top left;
	position:absolute;
	z-index:10;
}

.left-block p {
	padding:20px;
}

.search {
	padding:20px 0px 0px 20px;
}

.search div {
	height:29px;
	width:196px;
	overflow:hidden;
	background:#52504b;
	position:relative;
}

.search input[type=text] {
	background:#52504b;
	border:0px;
	padding:7px 10px;
	outline:none;
	color:#d1d1d1;
	font-size:12px;
	font-family:宋体;
	width:140px;
	position:absolute;
	top:0px;
	left:0px;
}

.search input[type=submit] {
	background:#52504b url(../images/search-loupe.png) no-repeat center;
	border:0px;
	width:36px;
	height:29px;
	margin-left:-3px;
	cursor:pointer;
	-webkit-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	position:absolute;
	top:0px;
	right:0px;
}

.search input[type=submit]:hover {
	background:#ff6100 url(../images/search-loupe.png) no-repeat center;
	-webkit-transition: background-color 0.10s ease-in;
	-o-transition: background-color 0.10s ease-in;
}

.left-social-icons {
	padding:0px 15px;
	position:absolute;
	display:block;
	z-index:9;
}

body.photobg .left-social-icons a {
	background-image:url(../images/px.png);
}

.left-social-icons a {
	background-repeat:no-repeat;
	background-position:bottom center;
	background-image:url(../images/social-left-bottom.png);
	width:30px;
	display:block;
	margin-left:10px;
	float:left;
	-webkit-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
}

.left-social-icons a span {
	display:block;
	width:100%;
	height:42px;
	-webkit-transition: height 0.5s ease-out;
	-o-transition: height 0.5s ease-out;
}

.left-social-icons a:hover span {
	height:48px;
	-webkit-transition: height 0.10s ease-in;
	-o-transition: height 0.10s ease-in;
}

.social-facebook {
	background-color:#4667a4;
}

.social-facebook:hover {
	background-color:#324f8c;
}

.social-facebook span {
	background:url(../images/social-icon-facebook.png) no-repeat bottom center;
}

.social-twitter {
	background-color:#33b5cd;
}

.social-twitter:hover {
	background-color:#23a0bd;
}

.social-twitter span {
	background:url(../images/social-icon-twitter.png) no-repeat bottom center;
}

.social-digg {
	background-color:#467edb;
}

.social-digg:hover {
	background-color:#3264cf;
}

.social-digg span {
	background:url(../images/social-icon-digg.png) no-repeat bottom center;
}

.social-google {
	background-color:#d95445;
}

.social-google:hover {
	background-color:#cc3e31;
}

.social-google span {
	background:url(../images/social-icon-google.png) no-repeat bottom center;
}

.social-rss {
	background-color:#f39633;
}

.social-rss:hover {
	background-color:#ef7d23;
}


.social-rss span {
	background:url(../images/social-icon-rss.png) no-repeat bottom center;
}

.logo {
	padding:20px 0px;
	text-align:center;
}

.logo h1 {
	padding:10px 0px;
	color:#fff;
	font-family: '宋体', sans-serif;
	font-size:30px;
	font-weight:normal;
}

.panel-middle {
	width:520px;
	background:#fff;
	margin-bottom:12px;
	float:left;
}

.panel-middle div.article-box {
	padding:10px 24px 20px 24px;
}

.panel-middle div.rest-box {
	padding:20px 24px;
}

.panel-middle div.article-box > h2 a {
	color:#ff6100;
	-webkit-transition: color 0.10s linear;
	-o-transition: color 0.10s linear;
}

.panel-middle div.article-box > h2 a:hover {
	color:#424242;
	-webkit-transition: color 0.08s linear;
	-o-transition: color 0.08s linear;
}

.panel-middle div.article-box > h2 span {
	color:#ff6100;
	font-family: '宋体', sans-serif;
	font-weight:normal;
	font-size:21px;
}

.single-post .article-tags {
	font-size:13px;
	margin-top:20px;
}

.single-post p {
	margin-bottom:10px;
}

.article-box blockquote p {
	font-size:14px;
	color:#8e8e8e;
	font-weight:bold;
	font-style:italic;
	padding-top:0px;
}

.article-box blockquote {
	background:url(../images/quote-1.png) no-repeat 0px 4px;
	margin-top:30px;
	margin-bottom:30px;
	padding-top:0px;
	margin-left:10px;
	padding-left:40px;
}

ul.list-1 {
	list-style:url(../images/list-icon-1.png);
	padding:10px 10px 18px 30px;
	line-height:20px;
}

ul.list-1 li, ul.list-2 li {
	padding-left:10px;
	color:#373737;
	padding-bottom:5px;
}

ul.list-2 {
	list-style:url(../images/list-icon-2.png);
	padding:10px 10px 18px 30px;
	line-height:20px;
}

.panel-middle h1 {
	padding:6px 0px;
	color:#ff6100;
	font-size:21px;
	font-family:宋体;
	font-weight:bold;
	margin-bottom:5px;
}

.panel-middle h2 {
	padding:6px 0px;
	color:#ff6100;
	font-size:18px;
	font-family:宋体;
	font-weight:bold;
	margin-bottom:6px;
}

.panel-middle h3 {
	padding:5px 0px;
	color:#ff6100;
	font-size:16px;
	font-family:宋体;
	font-weight:bold;
	margin-bottom:7px;
}

.panel-middle h4 {
	padding:5px 0px;
	color:#ff6100;
	font-size:14px;
	font-family:宋体;
	font-weight:bold;
	margin-bottom:8px;
}

.panel-middle h5 {
	padding:4px 0px;
	color:#ff6100;
	font-size:12px;
	font-family:宋体;
	font-weight:bold;
	margin-bottom:9px;
}

.panel-middle h6 {
	padding:4px 0px;
	color:#ff6100;
	font-size:11px;
	font-family:宋体;
	font-weight:bold;
	margin-bottom:10px;
}

.article-box p {
	padding:10px 0px 0px 0px;
	color:#373737;
	font-size:14px;
	line-height:20px;
}

.image-hover {
	position:relative;
	display:block;
}

.image-hover:hover .article-image {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition: opacity 0.10s ease-in;
	-o-transition: opacity 0.10s ease-in;
}

.image-hover:hover .article-video {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition: opacity 0.10s ease-in;
	-o-transition: opacity 0.10s ease-in;
}

.image-hover.video-file {
	display:block;
	height:294px;
}

.video-thumbnail {
	width:520px;
	height:294px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.spacer1 {
	width:520px;
	height:1px;
	background:#e2e2e2;
	margin:20px 0px 20px -24px;
}

.spacer2 {
	width:520px;
	height:1px;
	background:#FF6100;
	margin:20px 0px 20px -24px;
}

.half-column-left {
	width: 223px;
	margin: 0 25px 25px 0;
	float: left;
}

.half-column-right {
	width: 223px;
	margin: 0 0 25px 0;
	float: left;
}

.one-third-column-1, .one-third-column-2 {
	width: 140px;
	margin: 0 25px 25px 0;
	float: left;
}

.one-third-column-3 {
	width: 140px;
	margin: 0 0 25px 0;
	float: left;
}

.big-icon-wrapper {
	padding:10px 50px;
}

.big-icon-wrapper span {
	margin-top:10px;
	padding:10px 0px 10px 40px;
	color:#9e9b92;
	display:block;
}

.big-icon-wrapper span.big-icon-phone {
	background:url(../images/big-contact-phone.png) no-repeat left center;
	font-size:16px;
}

.big-icon-wrapper span.big-icon-mail {
	background:url(../images/big-contact-mail.png) no-repeat left center;
	font-size:15px;
}

.big-icon-wrapper span.big-icon-map {
	background:url(../images/big-contact-map.png) no-repeat left center;
	font-size:14px;
}


/* #5 Sidebar */

.sidebar {
	width:226px;
	float:right;
	top:0px;
	display:inline-block;
}

.panel {
	width:224px;
	background:#fff;
	margin-bottom:12px;
}

.panel h3.panel-title {
	background:#52504b;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-family: '宋体', sans-serif;
	font-weight:normal;
	font-size:17px;
	border-bottom:3px solid #42403d;
}

.panel div.panel-title-triple {
	background:#74716a;
	display:block;
	color:#fff;
	font-family: '宋体', sans-serif;
	font-weight:normal;
	font-size:17px;
	border-bottom:3px solid #42403d;
	margin-top:4px;
	height:37px;
}

.panel div.panel-title-triple h3 a {
	background:#74716a;
	display:block;
	color:#bdbab6;
	font-family: '宋体', sans-serif;
	font-weight:normal;
	font-size:14px;
	border-bottom:3px solid #42403d;
	float:left;
	padding:10px 8px;
}

.panel div.panel-title-triple h3 a:hover {
	color:#fff;
}

.panel .panel-title-triple h3 a.active {
	background:#52504b;
	display:block;
	padding:10px 12px;
	color:#fff;
	font-family: '宋体', sans-serif;
	font-weight:normal;
	font-size:17px;
	border-bottom:3px solid #42403d;
	float:left;
	margin-top:-4px;
}

.panel ul {
	list-style:url(../images/list-icon-1.png);
	padding:7px 10px 10px 30px;
	line-height:20px;
}

.panel ul li {
	padding-left:5px;
	color:#373737;
	padding-bottom:5px;
}

.no-posts-found {
	font-family: '宋体', sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	display:block;
	padding:20px 10px;
}

.latest-articles.article-no-image li {
	padding-left:16px;
}

.latest-articles.article-no-image p {
	font-size:13px;
	padding:8px 0px;
	line-height:20px;
	color:#373737;
}

.latest-articles.article-no-image .article-icons {
	padding-bottom:5px;
}

.just-a-tab {
	display:none;
}

.tab-default {
	display:block;
}

.list-style-1 {
	list-style:url(../images/list-icon-1.png);
	padding:7px 10px 10px 30px;
	line-height:20px;
}

.list-style-1 li {
	padding-left:5px;
	color:#373737;
	padding-bottom:5px;
}

.image-hover .image-frame {
	opacity:1;
	filter:alpha(opacity=100);
	position:relative;
	z-index:0;
	-webkit-transition: opacity 0.20s ease-out;
	-o-transition: opacity 0.20s ease-out;
}

.image-hover:hover .image-frame {
	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transition: opacity 0.10s ease-in;
	-o-transition: opacity 0.10s ease-in;
}

.article-image {
	position:absolute;
	background:url(../images/article-loupe-image.png) no-repeat center center;
	width:100%;
	height:100%;
	z-index:1;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 0.20s ease-out;
	-o-transition: opacity 0.20s ease-out;
}

.article-video {
	position:absolute;
	background:url(../images/article-loupe-video.png) no-repeat center center;
	width:100%;
	height:100%;
	z-index:1;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 0.20s ease-out;
	-o-transition: opacity 0.20s ease-out;
}

.article-icons {
	margin:16px 0px 0px -3px;
}

.article-icons a {
	color:#949494;
	padding-left:20px;
	margin-right:14px;
	font-size:13px;
	-webkit-transition: color 0.20s ease-out, background 0.20s ease-out;
	-o-transition: color 0.20s ease-out, background 0.20s ease-out;
}

.article-icons span {
	color:#949494;
	padding-left:20px;
	margin-right:14px;
	font-size:13px;
}

.article-icons a:hover {
	color:#616161;
	-webkit-transition: color 0.10s ease-in, background 0.10s ease-in;
	-o-transition: color 0.10s ease-in, background 0.10s ease-in;
}

.icon-article-time {
	background:url(../images/icon-article-time.png) no-repeat 1px 3px;
}

a.icon-article-time:hover {
	background:url(../images/icon-article-time.png) no-repeat 1px -13px;
}

.icon-article-user {
	background:url(../images/icon-article-user.png) no-repeat 1px 3px;
}

.icon-article-user:hover {
	background:url(../images/icon-article-user.png) no-repeat 1px -13px;
}

.icon-article-comments {
	background:url(../images/icon-article-comments.png) no-repeat 1px 3px;
}

.icon-article-comments:hover {
	background:url(../images/icon-article-comments.png) no-repeat 1px -13px;
}

.icon-article-twitter {
	background:url(../images/icon-article-twitter.png) no-repeat 1px 3px;
}

a.icon-article-twitter:hover {
	background:url(../images/icon-article-twitter.png) no-repeat 1px -13px;
}

.article-tags {
	background:url(../images/icon-article-tags.png) no-repeat center left;
	color:#818181;
	text-shadow:0px 1px 0px #ffffff;
	font-size:11px;
	display:block;
	padding:3px 7px;
	padding-top:2px;
	padding-left:24px;
	width:350px;
	cursor:default;
	line-height:18px;
}

.article-tags a {
	padding-left:3px;
	color:#949494;
	-webkit-transition: color 0.20s ease-out;
	-o-transition: color 0.20s ease-out;
}

.article-tags a:hover {
	color:#6d6d6d;
	-webkit-transition: color 0.10s ease-in;
	-o-transition: color 0.10s ease-in;
}

.read-more {
	background-color:#dfdfdf;
	background-image:url(../images/read-more-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	color:#818181;
	text-shadow:0px 1px 0px #ffffff;
	font-size:10px;
	display:block;
	float:right;
	padding:3px 7px;
	padding-right:18px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background 0.20s ease-out;
	-o-transition: background 0.20s ease-out;
}

.read-more:hover {
	background-color:#fff;
	color:#818181;
	-webkit-transition: background 0.10s ease-in;
	-o-transition: background 0.10s ease-in;
}

.read-more:active {
	background-color:transparent;
	color:#818181;
	-webkit-transition: background 0.06s ease-in;
	-o-transition: background 0.06s ease-in;
}

.block-bottom {
	background:#f3f3f3;
	border-top:1px solid #e4e4e4;
	padding:10px 24px;
}


.clear-float {
	clear:both;
}

ul.latest-articles {
	padding:0px;
	margin:0px;
}

.latest-articles li {
	padding:15px;
	padding-bottom:10px;
	list-style:none;
	margin:0px;
	display:block;
	border-bottom:1px solid #edebe8;
	min-height:64px;
}

ul.latest-tweets {
	padding:0px;
	margin:0px;
}

ul.latest-tweets li {
	padding:15px;
	padding-bottom:10px;
	padding-left:16px;
	list-style:none;
	margin:0px;
	display:block;
	border-bottom:1px solid #edebe8;
	min-height:64px;
}

.latest-tweets p {
	font-size:13px;
	padding-bottom:8px;
	line-height:20px;
	color:#373737;
}

.latest-tweets p a {
	color:#52504b;
}

.latest-tweets p a:hover {
	color:#7b7b7b;
}

.latest-articles li img {
	padding:1px;
	border:1px solid #dfdfdf;
	margin-left:10px;
	margin-right:10px;
}

.latest-articles.article-no-image li h3 {
	margin-left:0px;
}

.latest-articles li h3 {
	color:#52504b;
	font-size:16px;
	font-weight:normal;
	font-family: '', sans-serif;
	margin-top:-2px;
	margin-left:74px;
}

.panel .article-icons {
	padding-top:4px;
}

.panel .article-icons a {
	font-size:11px;
	padding-top:2px;
}

.panel .article-icons span {
	font-size:11px;
	padding-top:2px;
}

.panel li.last{
	border-bottom:0px;
}

.big-space {
	display:block;
	height:20px;
}

.paging-box {
	width:520px;
	text-align:center;
	float:left;
}

.paging-numbers {
	margin:0px auto;
	display:inline-block;
	background:#fff;
	font-size:12px;
	font-weight:bold;
}

a.page-arrow-left {
	padding:4px 7px 5px 7px;
	display:inline-block;
	color:#ababab;
	background:#fff url(../images/pagin-arrow-left.png) no-repeat center;
	margin-right:6px;
	-webkit-transition: background 0.20s linear;
	-o-transition: background 0.20s linear;
}

a.page-arrow-right {
	padding:4px 7px 5px 7px;
	display:inline-block;
	color:#ababab;
	background:#fff url(../images/pagin-arrow-right.png) no-repeat center;
	margin-left:1px;
	-webkit-transition: background 0.20s linear;
	-o-transition: background 0.20s linear;
}

a.page-arrow-left:hover {
	background:#e8e8e8 url(../images/pagin-arrow-left.png) no-repeat center;
}

a.page-arrow-right:hover {
	background:#e8e8e8 url(../images/pagin-arrow-right.png) no-repeat center;
}

.paging-numbers a {
	padding:5px 7px;
	display:inline-block;
	color:#ababab;
	margin-left:-3px;
	background:#fff;
	-webkit-transition: background 0.20s linear;
	-o-transition: background 0.20s linear;
}

.paging-numbers a.current:hover, .paging-numbers a.current {
	padding:5px 7px;
	display:inline-block;
	color:#fff;
	margin-left:-3px;
	background:#ff6100;
}

.paging-numbers a:hover {
	color:#7d7d7d;
	background:#e8e8e8;
	-webkit-transition: background 0.10s linear;
	-o-transition: background 0.10s linear;
}



.panel-full {
	width:758px;
	background:#fff;
	margin-bottom:12px;
	float:left;
}

.panel-shadow {
	box-shadow: 0px 1px 5px -1px #6c6c6c;
	-moz-box-shadow: 0px 1px 5px -1px #6c6c6c;
	-webkit-box-shadow: 0px 1px 5px -1px #6c6c6c;
}

.breaking-line {
	width:100%;
	height:1px;
	background:#e2e2e2;
}

.centered-image {
	margin:25px auto;
	width:390px;
	height:260px;
	display:block;
	background:url(../images/frame-picture-shadow.png) no-repeat 0px 250px;
	text-align:right;
}

.centered-image img {
	width:390px;
	height:250px;
}

.centered-image .frame-border {
	width:390px;
	height:250px;
	background:url(../images/frame-picture.png) no-repeat top left;
	position:absolute;
}

.centered-image .caption-text {
	float:right;
	display:block;
	background:#52504b;
	color:#fff;
	font-size:11px;
	padding:4px 12px;
	margin-top:-3px;
	position:relative;
	margin-right:16px;
	line-height:16px;
}

h2.header-icon-author {
	background:url(../images/icon-header-author.png) no-repeat left center;
	padding-left:37px;
}

h2.header-icon-comments {
	background:url(../images/icon-header-comments.png) no-repeat left center;
	padding-left:37px;
}

.author-frame {
	position:absolute;
	background:url(../images/author-frame.png) no-repeat left center;
	width:100px;
	height:105px;
}

.author-avatar {
	width:100px;
	height:100px;
	display:inline-block;
}

.block-about-author {
	padding:20px 0px 10px 10px;
}

.about-author-text {
	float:right;
	width:340px;
}

.about-author-text h3 {
	padding:0px;
	margin:0px;
}

.about-author-text h3 a {
	color:#575757;
	font-size:18px;
	font-weight:bold;
}

.about-author-text h3 a:hover {
	color:#373737;
}

.about-author-text p {
	font-size:13px;
	line-height:21px;
	padding:7px 0px;
	color:#373737;
}

.about-author-text h4 a {
	color:#949494;
	font-size:12px;
	font-weight:normal;
}

.about-author-text h4 a:hover {
	color:#373737;
}


/* #6 Comments */

.block-comments {
	padding:20px 0px 10px 10px;
}

.comment-avatar {
	width:60px;
	height:60px;
	display:inline-block;
	float:left;
	margin-top:6px;
}

.comments-img-frame {
	position:absolute;
	background:url(../images/comment-img-frame.png) no-repeat left center;
	width:60px;
	height:65px;
	margin-top:6px;
}

.comments-text {
	float:left;
	padding-left:20px;
	display:block;
	width:360px;
}

.comments-text h3 a {
	color:#f17009;
	font-size:15px;
	font-weight:bold;
}

.comments-text h3 a:hover {
	color:#575757;
}

.comments-text h3 {
	margin-bottom:0px;
}

.comments-text .icon-article-time {
	margin-top:2px;
	color:#949494;
	float:right;
	font-size:12px;
	padding-top:1px;
	padding-left:24px;
}

.comments-text p {
	font-size:13px;
	line-height:21px;
	padding:5px 0px;
	color:#373737;
}

.comments-text .reply-button {
	margin-top:10px;
	font-size:11px;
	padding:0px 0px;
	color:#8a8a8a;
	background:url(../images/reply-button.png) no-repeat left top;
	text-shadow:0px 1px 0px #ffffff;
	display:inline-block;
	margin-bottom:20px;
}

.comments-text .reply-button span {
	background:url(../images/reply-button.png) no-repeat right bottom;
	padding:3px 11px;
	padding-left:25px;
	display:inline-block;
}

.block-comments ol li ul .reply-button {
	margin-bottom:0px;
}

.block-comments ol li ul li {
	padding-top:10px;
}

.block-comments li {
	list-style:none;
	display:block;
}

.block-comments ol li ul {
	padding-bottom:20px;
}

.block-comments .comments-text {
	padding-bottom:10px;
}

.block-comments .comments ul li {
	padding-left:36px;
	border-left:4px solid #e7e7e7;
}

.block-comments .comments ul li .comments-text {
	float:left;
	padding-left:20px;
	display:block;
	width:320px;
}

.comment-form {
	padding:10px 0px;
}

.comment-form .input-box span {
	background:url(../images/input-box.png) no-repeat right bottom;
	padding:3px 11px;
	padding-left:25px;
	display:inline-block;
}

.comment-form div.input-box input {
	background:url(../images/input-box.png) no-repeat top left;
	width:250px;
	border:0px;
	outline:none;
	padding:6px;
	padding-bottom:8px;
	color:#b1b1b1;
}

.comment-form div.input-box {
	padding-right:3px;
	height:30px;
	background:url(../images/input-box.png) no-repeat bottom right;
	float:left;
	margin-left:34px;
	margin-bottom:10px;
}

.fii {
	vertical-align:top;
}

.comment-form label {
	color:#9b9b9b;
	font-weight:bold;
	font-size:14px;
	width:140px;
	display:block;
	text-align:right;
	padding-bottom:10px;
}

.comment-form label span {
	display:block;
	font-size:9px;
}

.require-icon {
	display:block;
	width:7px;
	height:7px;
	margin:6px 0px 0px 9px;
	background:url(../images/input-required.png) no-repeat top left;
	position:absolute;
}


.comment-form .textarea-box span {
	background:url(../images/input-box.png) no-repeat right bottom;
	padding:3px 11px;
	padding-left:25px;
	display:inline-block;
}

.comment-form div.textarea-box textarea {
	background:url(../images/textarea-box.png) no-repeat top left;
	width:253px;
	height:100px;
	border:0px;
	outline:none;
	padding-bottom:8px;
	color:#b1b1b1;
	padding:6px;
	margin:0px;
	resize: vertical;
}

.comment-form div.textarea-box {
	padding-bottom:2px;
	background:url(../images/textarea-box.png) no-repeat bottom left;
	float:left;
	margin-left:34px;
}

.comment-form a.button {
	margin-left:34px;
	margin-top:10px;
	font-size:12px;
	padding:0px 0px;
	color:#fff;
	background:url(../images/button-normal.png) no-repeat left top;
	text-shadow:0px 1px 0px #c44a20;
	display:inline-block;
}

a.button {
	margin:12px 7px 18px 0px;
	font-size:12px;
	padding:0px 0px;
	color:#fff;
	background:url(../images/button-normal.png) no-repeat left top;
	text-shadow:0px 1px 0px #c44a20;
	display:inline-block;
}

a.button span {
	background:url(../images/button-normal.png) no-repeat right bottom;
	padding:6px 16px;
	padding-bottom:9px;
	display:inline-block;
}

a.button:hover {
	background:url(../images/button-hover.png) no-repeat left top;
}

a.button:hover span {
	background:url(../images/button-hover.png) no-repeat right bottom;
}

a.button:active {
	background:url(../images/button-active.png) no-repeat left top;
}

a.button:active span {
	background:url(../images/button-active.png) no-repeat right bottom;
}

a.button.button-style-2 {
	text-shadow:0px 1px 0px #186dbe;
	background:url(../images/button-normal-2.png) no-repeat left top;
}

a.button.button-style-2 span {
	background:url(../images/button-normal-2.png) no-repeat right bottom;
}

a.button.button-style-2:hover {
	background:url(../images/button-hover-2.png) no-repeat left top;
}

a.button.button-style-2:hover span {
	background:url(../images/button-hover-2.png) no-repeat right bottom;
}

a.button.button-style-2:active {
	background:url(../images/button-active-2.png) no-repeat left top;
}

a.button.button-style-2:active span {
	background:url(../images/button-active-2.png) no-repeat right bottom;
}

a.button.button-style-3 {
	color:#9e6a0c;
	text-shadow:0px 1px 0px #eddbbc;
	background:url(../images/button-normal-3.png) no-repeat left top;
}

a.button.button-style-3 span {
	background:url(../images/button-normal-3.png) no-repeat right bottom;
}

a.button.button-style-3:hover {
	background:url(../images/button-hover-3.png) no-repeat left top;
}

a.button.button-style-3:hover span {
	background:url(../images/button-hover-3.png) no-repeat right bottom;
}

a.button.button-style-3:active {
	background:url(../images/button-active-3.png) no-repeat left top;
}

a.button.button-style-3:active span {
	background:url(../images/button-active-3.png) no-repeat right bottom;
}

a.button.button-style-4 {
	color:#3c6b0c;
	text-shadow:0px 1px 0px #c8e9a5;
	background:url(../images/button-normal-4.png) no-repeat left top;
}

a.button.button-style-4 span {
	background:url(../images/button-normal-4.png) no-repeat right bottom;
}

a.button.button-style-4:hover {
	background:url(../images/button-hover-4.png) no-repeat left top;
}

a.button.button-style-4:hover span {
	background:url(../images/button-hover-4.png) no-repeat right bottom;
}

a.button.button-style-4:active {
	background:url(../images/button-active-4.png) no-repeat left top;
}

a.button.button-style-4:active span {
	background:url(../images/button-active-4.png) no-repeat right bottom;
}

.no-comments {
	margin:10px 0px 26px 84px;
	display:block;
	background:url(../images/no-comments.png) no-repeat center left;
	padding:5px 0px;
	padding-left:90px;
}

.no-comments h2 {
	color:#8e8e8e;
	font-size:19px;
	padding:0px;
	margin:0px;
}

.no-comments span {
	color:#b4b4b4;
	font-size:10px;
	padding:0px;
	margin:0px;
}

.full-page-padding {
	padding:20px;
	color:#373737;
	font-size:13px;
	line-height:22px;
}

h1.full-header {
	background:url(../images/full-header-line.png) repeat-x center left;
	color:#ff6100;
	font-family: '宋体', sans-serif;
	font-weight:normal;
	font-size:21px;
	margin:20px 0px 10px 0px;
	padding:0px 20px;
}

.full-header span {
	background:#fff;
	padding:0px 10px;
}

.archive-box {
	display:inline-block;
	width:230px;
	margin:10px 0px;
}

.archive-box h2 {
	padding-bottom:14px;
}

.archive-box h2 span {
	font-size:17px;
	color:#373737;
	margin-left:14px;
}

.archive-box h4 a {
	margin-left:16px;
	color:#949494;
	font-size:12px;
	font-weight:normal;
}

.archive-box h4 a:hover {
	color:#373737;
}


/* #7 Gallery */

.gallery-frame {
	position:absolute;
	width:140px;
	height:145px;
}

.gallery-photo {
	display:inline-block;
	margin:0px 7px;
	margin-bottom:10px;
	height:220px;
}

.gallery-photo p {
	width:140px;
	font-size:11px;
	color:#373737;
	line-height:16px;
	padding-top:10px;
	padding-bottom:0px;
}

.gallery-photo-view {
	padding: 20px 78px;
}

.gallery-photo-view p {
	padding: 20px 0px;
	color: #373737;
	font-size: 15px;
	line-height: 22px;
}

.gallery-photo-view h2 {
	padding:0px 0px 25px 0px;
	color: #373737;
	font-size: 15px;
	line-height: 22px;
	width:400px;
	display:inline-block;
}

.gallery-photo-view a span {
	padding-left:15px;
	background:url(../images/back-gallery-arrow.png) no-repeat left center;
}

.gallery-photo-view a {
	float:right;
	color: #949494;
	font-size: 15px;
}

.gallery-photo-view a:hover {
	color: #717171;
}

.gallery-navigation {
	padding:20px 0px 10px 0px;
}

.gallery-navigation span {
	padding-right:8px;
	font-size:18px;
	color:#42403d;
}

.gallery-navigation a {
	padding-right:8px;
	font-size:18px;
	color:#42403d;
	margin-left:16px;
}

.gallery-navigation a:hover {
	color:#232221;
}

.gallery-navigation a.arrow-left {
	padding-left:16px;
	background:url(../images/gallery-arrow-left.png) no-repeat left center;
}

.gallery-navigation a.arrow-right {
	padding-right:16px;
	background:url(../images/gallery-arrow-right.png) no-repeat right center;
}

.gallery-carousel {
	background:#f3f3f3;
	border-top:1px solid #e4e4e4;
}

.gallery-carousel a.slide-left {
	display:inline-block;
	width:58px;
	height:149px;
	float:left;
	background-color:#f3f3f3;
	background-image:url(../images/carousel-navi-left.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition: background-color 0.20s linear;
	-o-transition: background-color 0.20s linear;
}

.gallery-carousel a.slide-right {
	display:inline-block;
	width:57px;
	height:149px;
	float:left;
	background-color:#f3f3f3;
	background-image:url(../images/carousel-navi-right.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition: background-color 0.20s linear;
	-o-transition: background-color 0.20s linear;
}

.gallery-carousel a.slide-right:hover, .gallery-carousel a.slide-left:hover {
	background-color:#efefef;
	-webkit-transition: background-color 0.10s linear;
	-o-transition: background-color 0.10s linear;
}

.gallery-carousel .carousel-content {
	display:inline-block;
	width:643px;
	height:149px;
	background:url(../images/gallery-carousel-bg.jpg) no-repeat top left;
	float:left;
	overflow:hidden;
}

.carousel-photo .gallery-carousel-frame {
	position:absolute;
	width:108px;
	height:108px;
	margin:-4px 0px 0px -4px;
	background:url(../images/gallery-carousel-frame1.png) no-repeat top left;
}

.carousel-photo.current-photo .gallery-carousel-frame {
	background:url(../images/gallery-carousel-frame2.png) no-repeat top left;
}

.carousel-photo {
	display:inline-block;
	padding:24px 0px 0px 21px;
}

.gallery-image {
	display:inlin-block;
}

.gallery-image img {
	width:140px;
	height:140px;
}

.gallery-image img {
	width:140px;
	height:140px;
}

#carousel_ul {
	position:relative;
	left:0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:9999px;
}

#carousel_ul li{
	float: left;
	width:125px;
}

#fancyMusicPlayer {
	margin:20px auto;
}

.gallery-preview-box-wrapper {
	border:1px solid #d8d8d8;
	margin:20px 0px;
}

.gallery-preview-box {
	background:#f4f4f4;
	padding:20px;
	padding-bottom:10px;
	border:1px solid #fff;
}

.gallery-preview-box a {
	float:left;
	margin-right:7px;
}

.gallery-preview-box .show-all {
	display:inline-block;
	padding-top:15px;
	width:78px;
	height:63px;
	text-align:center;
	vertical-align:middle;
	margin-right:0px;
	border:1px solid #d8d8d8;
	font-size:12px;
	text-shadow:0px 1px 0px #fff;
	color:#878787;
	-webkit-transition: background 0.20s linear;
	-o-transition: background 0.20s linear;
}

.gallery-preview-box .show-all:hover {
	background:#e8e8e8;
	-webkit-transition: background 0.10s linear;
	-o-transition: background 0.10s linear;
}

.gallery-preview-box p {
	clear:both;
	display:block;
	font-size:13px;
	text-shadow:0px 1px 0px #fff;
	color:#878787;
	margin:0px;
}

.gallery-preview-box p span {
	display:block;
	padding-left:26px;
	background:url(../images/gallery-photo.png) no-repeat 0px 5px;
}


/* #8 Footer */

.footer {
	background:#42403d;
	border-top:4px solid #3a3836;
	border-bottom:4px solid #ff6100;
	color:#d1d1d1;
	line-height:17px;
	font-size:13px;
	clear: both;
}

.footer .footer-block {
	padding:22px 26px;
	float:left;
	height:184px;
}

.footer-block h2 {
	display:block;
	color:#fff;
	background:url(../images/footer-header.png) no-repeat center left;
	font-size:20px;
	font-weight:normal;
	padding:0px 0px 2px 18px;
	margin-bottom:20px;
}

.footer-block ul.list-archive {
	display:block;
	font-size:13px;
	font-weight:normal;
	padding:0px 0px 2px 16px;
	list-style:url(../images/list-icon-archive.png);
}

.footer-block ul.list-archive li a {
	display:block;
	color:#9b9993;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	padding-left:6px;
}

.footer-block ul.list-archive li a:hover {
	color:#d1d1d1;
}

.footer-block ul.list-photos {
	width:240px;
	display:block;
}

.footer-block p {
	width:224px;
	display:block;
	color:#d1d1d1;
	padding-bottom:20px;
}

.footer-block .footer-social-icon img {
	width:35px;
	height:35px;
	margin-right:4px;
	background-color:#52504b;
	background-image:url(../images/social-icon-bg.png);
	background-position:top left;
	-webkit-transition: background-color 0.20s linear;
	-o-transition: background-color 0.20s linear;
}

.footer-block .footer-social-icon:hover img {
	-webkit-transition: background-color 0.10s linear;
	-o-transition: background-color 0.10s linear;
}

.footer-block .footer-social-icon.foot-icon-facebook:hover img {
	background-color:#4667a4;
}

.footer-block .footer-social-icon.foot-icon-twitter:hover img {
	background-color:#33b5cd;
}

.footer-block .footer-social-icon.foot-icon-digg:hover img {
	background-color:#467edb;
}

.footer-block .footer-social-icon.foot-icon-google:hover img {
	background-color:#d95445;
}

.footer-block .footer-social-icon.foot-icon-rss:hover img {
	background-color:#f39633;
}

.footer-block ul.list-photos li {
	display:block;
	font-size:13px;
	font-weight:normal;
	padding:2px 4px;
	list-style:none;
	float:left
}

.footer-block ul.list-photos li a img {
	display:block;
	padding:1px 1px 2px 1px;
	background-color:#312f2c;
	background-image:url(../images/photo-border.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:50px;
	height:50px;
	-webkit-transition: background-color 0.20s linear;
	-o-transition: background-color 0.20s linear;
	margin-bottom:6px;
}

.footer-block ul.list-photos li a:hover img {
	background-color:#cbc0ae;
	-webkit-transition: background-color 0.10s linear;
	-o-transition: background-color 0.10s linear;
}

.footer-split {
	background:url(../images/footer-split.png) no-repeat center right;
}

a.view-more {
	display:block;
	font-size:10px;
	color:#908b89;
	float:right;
}

a.view-more:hover {
	color:#c4c0be;
}

.footer-shadow-left {
	background:url(../images/footer-shadow-left.png) no-repeat right top;
	width:6px;
	height:228px;
	display:block;
	position:relative;
	float:left;
	margin-top:5px;
	margin-left:-6px;
}

.footer-shadow-right {
	background:url(../images/footer-shadow-right.png) no-repeat left top;
	width:6px;
	height:228px;
	display:block;
	position:relative;
	float:right;
	margin-top:5px;
	margin-right:-6px;
}

.footer-contact-icon {
	font-size:15px;
	color:#d1d1d1;
	padding:5px 0px 5px 40px;
	margin-top:10px;
	display:block;
	width:170px;
}

.footer-contact-phone {
	margin-top:30px;
	background:url(../images/footer-contact-phone.png) no-repeat center left;
}

.footer-contact-mail {
	margin-top:16px;
	font-size:13px;
	background:url(../images/footer-contact-mail.png) no-repeat center left;
}

.footer-contact-map {
	font-size:13px;
	background:url(../images/footer-contact-map.png) no-repeat center left;
}


/* #9 Slider */

#control {
	position:relative;
	display:block;
	margin:0px auto;
	padding:14px 0px 16px 0px;
	text-align:center;
	width:400px;
	z-index:4;
}

.sexyslider-control {
	display:inline-block;
	color:transparent;
	overflow:hidden;
	width:11px;
	height:11px;
	border:1px solid #cccccc;
	margin-top:2px;
	margin-left:7px;
}

.sexyslider-control:hover {
	color:transparent;
	background:#cccccc;
}

.sexyslider-control.active {
	display:inline-block;
	color:transparent;
	overflow:hidden;
	width:13px;
	height:13px;
	border:1px solid #ff6100;
	margin-left:5px;
}

.sexyslider-control span {
	background:transparent;
}

.sexyslider-control.active span {
	display:inline-block;
	color:transparent;
	overflow:hidden;
	width:11px;
	height:11px;
	background:#ff6100;
	border:1px solid #fff;
}

#navigation {
	position:absolute;
	width:758px;
	z-index:3;
}

.sexyslider-prev {
	color:#c2c2c2;
	float:left;
	display:block;
	font-size:13px;
	padding:10px 0px 10px 15px;
	background:url(../images/slider-arrow-prev.png) no-repeat center left;
	margin:6px 20px;
}

.sexyslider-prev:hover {
	color:#9a9a9a;
}

.sexyslider-next {
	color:#c2c2c2;
	float:right;
	display:block;
	font-size:13px;
	padding:10px 15px 10px 0px;
	background:url(../images/slider-arrow-next.png) no-repeat center right;
	margin:6px 20px;
}

.sexyslider-next:hover {
	color:#9a9a9a;
}

.sexyslider-title a {
	color:#fff;
}

.sexyslider-title a:hover {
	color:#ccc;
}


.hhhcustom-p {
    font-size: 16px;
    color: #ffffff;
	text-align: center;
  }









#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: '宋体', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "宋体";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(21, 185, 217, .5);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(21, 185, 217, .5);
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark) !important;
}
/*** copyright end ***/