#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family:"Microsoft YaHei","微软雅黑"; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

article,aside,dialog,footer,header,section,nav,figure,menu,main{display:block}
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family:"Microsoft YaHei","微软雅黑";
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav { display: none; }

@media screen and (max-width: 991px) { .wap-hd-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #004490; }
  .wap-hd-nav-item { width: 25%; }
  .wap-hd-nav-item a { display: block; padding: 5px 0; line-height: 20px; font-size: 14px; color: white; text-align: center; background-color: #363636; }
  .wap-hd-nav-item a.active { color: white; background-color: #004490; } }

.m-mobilenav { display: none; }

@media screen and (max-width: 991px) { .m-mobilenav { position: absolute; z-index: 11; padding-top: 25px; top: 0; left: 0; display: block; -moz-box-sizing: border-box; box-sizing: border-box; }
  .m-mobilenav .mbnav-btn { position: absolute; z-index: 2; top: 35px; left: 27px; width: 26px; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
  .m-mobilenav .mbnav-btn .line { width: 100%; height: 2px; background-color: #004490; }
  .m-mobilenav .mbnav-btn .line2 { margin-top: 6px; margin-bottom: 6px; }
  .m-mobilenav .mbnav-btn.active { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .m-mobilenav .mbnav-bd { position: absolute; left: 0; top: 0; width: 300px; height: 100%; top: 0; visibility: hidden; z-index: 1; }
  .m-mobilenav .mbnav-bd.show { visibility: visible; }
  .m-mobilenav .mbnav-bd.show .mbnav-wp { height: 100%; opacity: 1; }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a { opacity: 1; -webkit-transform: scale(1) translate(0, 0); -moz-transform: scale(1) translate(0, 0); -ms-transform: scale(1) translate(0, 0); -o-transform: scale(1) translate(0, 0); transform: scale(1) translate(0, 0); }
  .m-mobilenav .mbnav-wp { position: absolute; left: 0; top: 0; width: 100%; height: 0; background-color: #333; top: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; opacity: 0; }
  .m-mobilenav .mbnav-fix { position: absolute; left: 0; top: 90px; height: -moz-calc(100% - 90px); height: calc(100% - 90px); width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; }
  .m-mobilenav .mbnav-item { position: relative; padding-left: 44px; padding-right: 14px; padding-top: 10px; padding-bottom: 10px; }
  .m-mobilenav .mbnav-item > a { display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #fff; -webkit-transform: scale(1.1) translate(60px, -35px); -moz-transform: scale(1.1) translate(60px, -35px); -ms-transform: scale(1.1) translate(60px, -35px); -o-transform: scale(1.1) translate(60px, -35px); transform: scale(1.1) translate(60px, -35px); opacity: 0; -webkit-transition: .5s .1s; -o-transition: .5s .1s; -moz-transition: .5s .1s; transition: .5s .1s; }
  .m-mobilenav .mbnav-item > a i { font-size: 20px; font-size: 2rem; }
  .m-mobilenav .mbnav-item > a.current:after { content: ""; margin-left: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
  .m-mobilenav .mbnav-item > a.active { color: #004490; }
  .m-mobilenav .mbnav-item > a.active:after { background-color: #004490; }
  .m-mobilenav .mbnav-item:nth-child(1) > a { -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; }
  .m-mobilenav .mbnav-item:nth-child(2) > a { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; }
  .m-mobilenav .mbnav-item:nth-child(3) > a { -webkit-transition-delay: 350ms; -moz-transition-delay: 350ms; -o-transition-delay: 350ms; transition-delay: 350ms; }
  .m-mobilenav .mbnav-item:nth-child(4) > a { -webkit-transition-delay: 400ms; -moz-transition-delay: 400ms; -o-transition-delay: 400ms; transition-delay: 400ms; }
  .m-mobilenav .mbnav-item:nth-child(5) > a { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; -o-transition-delay: 450ms; transition-delay: 450ms; }
  .m-mobilenav .mbnav-item:nth-child(6) > a { -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; }
  .m-mobilenav .mbnav-item:nth-child(7) > a { -webkit-transition-delay: 550ms; -moz-transition-delay: 550ms; -o-transition-delay: 550ms; transition-delay: 550ms; }
  .m-mobilenav .mbsbnav-list { padding: 10px 10px 10px 20px; display: none; }
  .m-mobilenav .mbsbnav-item a { display: block; padding: 5px 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #fff; }
  .m-mobilenav .mbsbnav-item a.active { color: #004490; } }

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	29/10/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;	
	display:none;
	white-space: nowrap;	
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;	
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;	
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;	
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;	
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
							

/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
	z-index: 0;
}


.rev_slider{
	position:relative;
	overflow:visible;
}

.tp-overflow-hidden { 	overflow:hidden !important;}
.group_ov_hidden 	{	overflow:hidden}

.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;  
	visibility:hidden; 
	white-space: nowrap;
	display: block;
}


.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;

}

.tp-svg-layer svg {	width:100%; height:100%;position: relative;vertical-align: top}

	
/* CAROUSEL FUNCTIONS */

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
	z-index:1
}

.tp_inner_padding {	
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	max-height:none !important;	
}


.tp-caption {	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
	position:absolute;
	-webkit-font-smoothing: antialiased !important;	
}

.tp-caption.tp-layer-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
	max-width: none !important
}

.tp-element-background 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
.rev_row_zone					{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; }

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_middle 			{	top:50%; -webit-transform:translateY(-50%);transform:translateY(-50%);}
.rev_row_zone_bottom 			{	bottom:0px;}

.rev_column .tp-parallax-wrap  { vertical-align: top }

.rev_slider .tp-caption.rev_row 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto !important;
}

.rev_column {	
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;	
}

.rev_column_inner {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
}

.rev_column_bg {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0px solid transparent;
}



.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap 			{	text-align: inherit; }
.rev_column_inner .tp-mask-wrap 			{	display: inline-block;}


.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns .tp-parallax-wrap.rev_column  { display:block !important; width:100% !important; }


/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper	{	width:100%;}

.fullscreen-container {	
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	
	position:absolute; z-index:101; top:0px;left:0px;
	/*pointer-events:none;*/

}


.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	-webkit-transition:opacity 300ms ease-out !important;
	-moz-transition:opacity 300ms ease-out !important;
	-o-transition:opacity 300ms ease-out !important;
	transition:opacity 300ms ease-out !important;				
}

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying  .tp-video-play-button			{	display:none}
.tp-caption:hover .tp-video-play-button 		{ 	display:block}

.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo audio 		{	object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo audio 		{	object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50)));	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; vertical-align: middle;}

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-background-video-layer video::-webkit-media-controls { display:none !important;}
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}

.tp-audio-html5 .tp-video-controls {	opacity: 1 !important; visibility: visible !important}

.disabled_lc .tp-video-play-button { display:none !important; }
.disabled_lc .tp-video-play-button { display:none !important; }

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}




/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;
    -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family:"Microsoft YaHei","微软雅黑"; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}

	
/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;  font-family:"Microsoft YaHei","微软雅黑";  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.rev-minround 							{ 	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }	


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
	0% { opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% { opacity: 0;top: 50%;}
	100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family:"Microsoft YaHei","微软雅黑";
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family:"Microsoft YaHei","微软雅黑";	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}


/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

 .tp-simpleresponsive img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}



/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  }

.tp-shape {	width:100%;height:100%;}



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}
.tp-caption .rs-starring .star-rating	{	float: none;}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
	display: inline-block;
    vertical-align: top;
}

.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;
	
	width: 5.4em;
	font-family:"Microsoft YaHei","微软雅黑";
}

.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {
	
	font-size: 1em !important;
	font-family:"Microsoft YaHei","微软雅黑";
}


/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	
	background-image:url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}

@keyframes tp-scaleout {
  0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 
  100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;}

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important}

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important}

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}

.tp-bannertimer					{	background:#000; background:rgba(0,0,0,0.15); height:5px;}


.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "iconfont"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e730'; }
.tparrows.tp-rightarrow:before	{	content: '\e731'; }



/***************************
	- KEN BURNS FIXES -
***************************/

body.rtl .tp-kbimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/** 
INSTAGRAM FILTERS BY UNA 
https://una.im/CSSgram/
**/
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited
{
	color:#0084B4!important;
}

.tp-caption.Twitter-Content a:hover
{
	color:#0084B4!important;
	text-decoration:underline!important;
}

.tp-caption.medium_grey,.medium_grey
{
	background-color:#888;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin:0;
	padding:2px 4px;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.small_text,.small_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:14px;
	font-weight:700;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.medium_text,.medium_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.large_text,.large_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:40px;
	font-weight:700;
	line-height:40px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.very_large_text,.very_large_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:60px;
	font-weight:700;
	letter-spacing:-2px;
	line-height:60px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.very_big_white,.very_big_white
{
	background-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:60px;
	font-weight:800;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.very_big_black,.very_big_black
{
	background-color:#fff;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:60px;
	font-weight:700;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_fat,.modern_medium_fat
{
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:24px;
	font-weight:800;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_fat_white,.modern_medium_fat_white
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:24px;
	font-weight:800;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_light,.modern_medium_light
{
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:24px;
	font-weight:300;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_big_bluebg,.modern_big_bluebg
{
	background-color:#4e5b6c;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-weight:800;
	letter-spacing:0;
	line-height:36px;
	margin:0;
	padding:3px 10px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.modern_big_redbg,.modern_big_redbg
{
	background-color:#de543e;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-weight:300;
	letter-spacing:0;
	line-height:36px;
	margin:0;
	padding:1px 10px 3px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.modern_small_text_dark,.modern_small_text_dark
{
	border-style:none;
	border-width:0;
	color:#555;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:14px;
	line-height:22px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.boxshadow,.boxshadow
{		
	box-shadow:0 0 20px rgba(0,0,0,0.5);
}

.tp-caption.black,.black
{
	color:#000;
	text-shadow:none;
}

.tp-caption.noshadow,.noshadow
{
	text-shadow:none;
}

.tp-caption.thinheadline_dark,.thinheadline_dark
{
	background-color:transparent;
	color:rgba(0,0,0,0.85);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-weight:300;
	line-height:30px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.thintext_dark,.thintext_dark
{
	background-color:transparent;
	color:rgba(0,0,0,0.85);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:16px;
	font-weight:300;
	line-height:26px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largeblackbg,.largeblackbg
{
	
	
	background-color:#000;
	border-radius:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largepinkbg,.largepinkbg
{
	
	
	background-color:#db4360;
	border-radius:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largewhitebg,.largewhitebg
{
	
	
	background-color:#fff;
	border-radius:0;
	color:#000;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largegreenbg,.largegreenbg
{
	
	
	background-color:#67ae73;
	border-radius:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.excerpt,.excerpt
{
	background-color:rgba(0,0,0,1);
	border-color:#fff;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:36px;
	font-weight:700;
	height:auto;
	letter-spacing:-1.5px;
	line-height:36px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
	white-space:normal!important;
	width:150px;
}

.tp-caption.large_bold_grey,.large_bold_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:60px;
	font-weight:800;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.medium_thin_grey,.medium_thin_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:34px;
	font-weight:300;
	line-height:30px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.small_thin_grey,.small_thin_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#757575;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:18px;
	font-weight:300;
	line-height:26px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.lightgrey_divider,.lightgrey_divider
{
	background-color:rgba(235,235,235,1);
	background-position:initial;
	background-repeat:initial;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:3px;
	text-decoration:none;
	width:370px;
}

.tp-caption.large_bold_darkblue,.large_bold_darkblue
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#34495e;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.medium_bg_darkblue,.medium_bg_darkblue
{
	background-color:#34495e;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_bold_red,.medium_bold_red
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#e33a0c;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:24px;
	font-weight:800;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.medium_light_red,.medium_light_red
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#e33a0c;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:21px;
	font-weight:300;
	line-height:26px;
	padding:0;
	text-decoration:none;
}

.tp-caption.medium_bg_red,.medium_bg_red
{
	background-color:#e33a0c;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_bold_orange,.medium_bold_orange
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#f39c12;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:24px;
	font-weight:800;
	line-height:30px;
	text-decoration:none;
}

.tp-caption.medium_bg_orange,.medium_bg_orange
{
	background-color:#f39c12;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.grassfloor,.grassfloor
{
	background-color:rgba(160,179,151,1);
	border-color:#222;
	border-style:none;
	border-width:0;
	height:150px;
	text-decoration:none;
	width:4000px;
}

.tp-caption.large_bold_white,.large_bold_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.medium_light_white,.medium_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-weight:300;
	line-height:36px;
	padding:0;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_white,.mediumlarge_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-align:center;
	text-decoration:none;
}

.tp-caption.medium_bg_asbestos,.medium_bg_asbestos
{
	background-color:#7f8c8d;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_light_black,.medium_light_black
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-weight:300;
	line-height:36px;
	padding:0;
	text-decoration:none;
}

.tp-caption.large_bold_black,.large_bold_black
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#34495e;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.small_light_white,.small_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-weight:300;
	line-height:28px;
	padding:0;
	text-decoration:none;
}

.tp-caption.roundedimage,.roundedimage
{
	border-color:#222;
	border-style:none;
	border-width:0;
}

.tp-caption.large_bg_black,.large_bg_black
{
	background-color:#000;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:40px;
	font-weight:800;
	line-height:40px;
	padding:10px 20px 15px;
	text-decoration:none;
}

.tp-caption.mediumwhitebg,.mediumwhitebg
{
	background-color:#fff;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-weight:300;
	line-height:30px;
	padding:5px 15px 10px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.maincaption,.maincaption
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#212a40;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:33px;
	font-weight:500;
	line-height:43px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_title_60px,.miami_title_60px
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:60px;
	font-weight:700;
	letter-spacing:1px;
	line-height:60px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_subtitle,.miami_subtitle
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.65);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-weight:400;
	letter-spacing:2px;
	line-height:24px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.divideline30px,.divideline30px
{
	background:#fff;
	background-color:#fff;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:2px;
	min-width:30px;
	text-decoration:none;
}

.tp-caption.Miami_nostyle,.Miami_nostyle
{
	border-color:#222;
	border-style:none;
	border-width:0;
}

.tp-caption.miami_content_light,.miami_content_light
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:22px;
	font-weight:400;
	letter-spacing:0;
	line-height:28px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_title_60px_dark,.miami_title_60px_dark
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#333;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:60px;
	font-weight:700;
	letter-spacing:1px;
	line-height:60px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_content_dark,.miami_content_dark
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:22px;
	font-weight:400;
	letter-spacing:0;
	line-height:28px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.divideline30px_dark,.divideline30px_dark
{
	background-color:#333;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:2px;
	min-width:30px;
	text-decoration:none;
}

.tp-caption.ellipse70px,.ellipse70px
{
	background-color:rgba(0,0,0,0.14902);
	border-color:#222;
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	cursor:pointer;
	line-height:1px;
	min-height:70px;
	min-width:70px;
	text-decoration:none;
}

.tp-caption.arrowicon,.arrowicon
{
	border-color:#222;
	border-style:none;
	border-width:0;
	line-height:1px;
}

.tp-caption.MarkerDisplay,.MarkerDisplay
{
	background-color:transparent;
	border-color:#000;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	font-family:"Microsoft YaHei","微软雅黑";
	font-style:normal;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Restaurant-Display,.Restaurant-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:120px;
	font-style:normal;
	font-weight:700;
	line-height:120px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Cursive,.Restaurant-Cursive
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:17px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Description,.Restaurant-Description
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Price,.Restaurant-Price
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem
{
	background-color:rgba(0,0,0,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:17px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Furniture-LogoText,.Furniture-LogoText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(230,207,163,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:160px;
	font-style:normal;
	font-weight:300;
	line-height:150px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Plus,.Furniture-Plus
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
	color:rgba(230,207,163,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:6px 7px 4px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Title,.Furniture-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:700;
	letter-spacing:3px;
	line-height:20px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Subtitle,.Furniture-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:300;
	line-height:20px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Gym-Display,.Gym-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:80px;
	font-style:normal;
	font-weight:900;
	line-height:70px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Gym-Subline,.Gym-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-style:normal;
	font-weight:100;
	letter-spacing:5px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Gym-SmallText,.Gym-SmallText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:300;
	line-height:22;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Fashion-SmallText,.Fashion-SmallText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:12px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:60px;
	font-style:normal;
	font-weight:900;
	letter-spacing:2px;
	line-height:60px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Fashion-TextBlock,.Fashion-TextBlock
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-Display,.Sports-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:130px;
	font-style:normal;
	font-weight:100;
	letter-spacing:13px;
	line-height:130px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-DisplayFat,.Sports-DisplayFat
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:130px;
	font-style:normal;
	font-weight:900;
	line-height:130px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-Subline,.Sports-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:32px;
	font-style:normal;
	font-weight:400;
	letter-spacing:4px;
	line-height:32px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Instagram-Caption,.Instagram-Caption
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:900;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Title,.News-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:70px;
	font-style:normal;
	font-weight:400;
	line-height:60px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Subtitle,.News-Subtitle
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:300;
	line-height:24px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Subtitle:hover,.News-Subtitle:hover
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,0.65);
	text-decoration:none;
}

.tp-caption.Photography-Display,.Photography-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:80px;
	font-style:normal;
	font-weight:100;
	letter-spacing:5px;
	line-height:70px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-Subline,.Photography-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(119,119,119,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover,.Photography-ImageHover
{
	background-color:transparent;
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:22;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Menuitem,.Photography-Menuitem
{
	background-color:rgba(0,0,0,0.65);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-decoration:none;
}

.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover
{
	background-color:rgba(0,255,222,0.65);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Textblock,.Photography-Textblock
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-Subline-2,.Photography-Subline-2
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.35);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover2,.Photography-ImageHover2
{
	background-color:transparent;
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:22;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Title,.WebProduct-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(51,51,51,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:90px;
	font-style:normal;
	font-weight:100;
	line-height:90px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-Content,.WebProduct-Content
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:16px;
	font-style:normal;
	font-weight:600;
	line-height:24px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem
{
	background-color:rgba(51,51,51,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:500;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:90px;
	font-style:normal;
	font-weight:100;
	line-height:90px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.35);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.65);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:16px;
	font-style:normal;
	font-weight:600;
	line-height:24px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.FatRounded,.FatRounded
{
	background-color:rgba(0,0,0,0.50);
	border-color:rgba(211,211,211,1.00);
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-style:normal;
	font-weight:900;
	line-height:30px;
	padding:20px 22px 20px 25px;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.FatRounded:hover,.FatRounded:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(211,211,211,1.00);
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-Title,.NotGeneric-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:70px;
	font-style:normal;
	font-weight:800;
	line-height:70px;
	padding:10px 0;
	text-decoration:none;
}

.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:13px;
	font-style:normal;
	font-weight:500;
	letter-spacing:4px;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-Icon,.NotGeneric-Icon
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-style:normal;
	font-weight:400;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.15);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:27px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.MarkerStyle,.MarkerStyle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:100;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Menuitem,.Gym-Menuitem
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(255,255,255,0);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(255,255,255,0.25);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Button,.Newspaper-Button
{
	background-color:rgba(255,255,255,0);
	border-color:rgba(255,255,255,0.25);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:13px;
	font-style:normal;
	font-weight:700;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(168,216,238,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:900;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Title,.Newspaper-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:50px;
	font-style:normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:50px;
	font-style:normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:center;
	text-decoration:none;
}

.tp-caption.Hero-Button,.Hero-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Hero-Button:hover,.Hero-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.tp-caption.Video-Title,.Video-Title
{
	background-color:rgba(0,0,0,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:30px;
	font-style:normal;
	font-weight:900;
	line-height:30px;
	padding:5px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Video-SubTitle,.Video-SubTitle
{
	background-color:rgba(0,0,0,0.35);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:12px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:12px;
	padding:5px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Button,.NotGeneric-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.15);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:27px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Button,.WebProduct-Button
{
	background-color:rgba(51,51,51,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:16px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:48px;
	padding:0 40px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:2px;
	color:rgba(51,51,51,1.00);
	text-decoration:none;
}

.tp-caption.Restaurant-Button,.Restaurant-Button
{
	background-color:rgba(10,10,10,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,224,129,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Gym-Button,.Gym-Button
{
	background-color:rgba(139,192,39,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:15px;
	padding:13px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Button:hover,.Gym-Button:hover
{
	background-color:rgba(114,168,0,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Gym-Button-Light,.Gym-Button-Light
{
	background-color:transparent;
	border-color:rgba(255,255,255,0.25);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:600;
	line-height:15px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover
{
	background-color:rgba(114,168,0,0);
	border-color:rgba(139,192,39,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Sports-Button-Light,.Sports-Button-Light
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Sports-Button-Red,.Sports-Button-Red
{
	background-color:rgba(219,28,34,1.00);
	border-color:rgba(219,28,34,0);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Button,.Photography-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.25);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:15px;
	padding:13px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Photography-Button:hover,.Photography-Button:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Button-2,.Newspaper-Button-2
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:900;
	line-height:15px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Tour,.Feature-Tour
{
	background-color:rgba(139,192,39,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:17px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Tour:hover,.Feature-Tour:hover
{
	background-color:rgba(114,168,0,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Examples,.Feature-Examples
{
	background-color:transparent;
	border-color:rgba(33,42,64,0.15);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(33,42,64,0.50);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:15px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Examples:hover,.Feature-Examples:hover
{
	background-color:transparent;
	border-color:rgba(139,192,39,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(139,192,39,1.00);
	text-decoration:none;
}

.tp-caption.subcaption,.subcaption
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(111,124,130,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:19px;
	font-style:normal;
	font-weight:400;
	line-height:24px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.menutab,.menutab
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,46,49,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:25px;
	font-style:normal;
	font-weight:300;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.menutab:hover,.menutab:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(213,0,0,1.00);
	text-decoration:none;
}

.tp-caption.maincontent,.maincontent
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,46,49,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:21px;
	font-style:normal;
	font-weight:300;
	line-height:26px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.minitext,.minitext
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(185,186,187,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Feature-Buy,.Feature-Buy
{
	background-color:rgba(0,154,238,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:17px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Buy:hover,.Feature-Buy:hover
{
	background-color:rgba(0,133,214,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Examples-Light,.Feature-Examples-Light
{
	background-color:transparent;
	border-color:rgba(255,255,255,0.15);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:15px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Facebook-Likes,.Facebook-Likes
{
	background-color:rgba(59,89,153,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:5px 15px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Favorites,.Twitter-Favorites
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(136,153,166,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Link,.Twitter-Link
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	color:rgba(135,153,165,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:15px;
	padding:11px 11px 9px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Link:hover,.Twitter-Link:hover
{
	background-color:rgba(0,132,180,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Twitter-Retweet,.Twitter-Retweet
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(136,153,166,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Content,.Twitter-Content
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,47,51,1.00);
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:20px;
	font-style:normal;
	font-weight:500;
	line-height:28px;
	padding:30px 30px 70px;
	text-align:left;
	text-decoration:none;
}

.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"]{ 	
	font-family:"Microsoft YaHei","微软雅黑";
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 0;
    width: 400px;
    margin-bottom: 0px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    
    
    border-radius: 0px;
}


.tp-caption.BigBold-Title,
.BigBold-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 110px;
    line-height: 100px;
    font-weight: 800;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 10px 0px 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.BigBold-Button,
.BigBold-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
    color: rgba(41, 46, 49, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 30px 30px 30px 30px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 15px 70px 15px 50px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.35);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 2px;
    text-align: left
}
.tp-caption.Video-Title,
.Video-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1.00);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px
}


.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0px 0px 0px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 20px 50px 20px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 3px
}
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    text-shadow: none
}




.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
    color: rgba(41, 46, 49, 1.00);
    font-size: 33px;
    line-height: 45px;
    font-weight: 600;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
    color: rgba(111, 124, 130, 1.00);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
    color: rgba(111, 124, 130, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
    color: rgba(41, 46, 49, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
    color: rgba(111, 124, 130, 1.00);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
    color: rgba(111, 124, 130, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
    color: rgba(168, 216, 238, 1.00);
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 2px;
    text-align: left
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.rtwhitemedium,
.rtwhitemedium {
    font-size: 22px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
    text-shadow: none
}

@media only screen and (max-width: 767px) {
	.revtp-searchform input[type="text"],
	.revtp-searchform input[type="email"],
	.revtp-form input[type="text"],
	.revtp-form input[type="email"] { width: 200px !important; }
}

.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {	
	font-family:"Microsoft YaHei","微软雅黑";
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    border: 0;
    background: #009aee;
    color: #fff;
    
    
    border-radius: 0px;
}

.tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    .tp-caption.Concept-Title,
    .Concept-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 5px
    }
    .tp-caption.Concept-SubTitle,
    .Concept-SubTitle {
        color: rgba(255, 255, 255, 0.65);
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        font-style: italic;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Content,
    .Concept-Content {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-MoreBtn,
    .Concept-MoreBtn {
        color: rgba(255, 255, 255, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left;
        cursor: default !important;
    }
    .tp-caption.Concept-MoreBtn:hover,
    .Concept-MoreBtn:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-LessBtn,
    .Concept-LessBtn {
        color: rgba(255, 255, 255, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-LessBtn:hover,
    .Concept-LessBtn:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-SubTitle-Dark,
    .Concept-SubTitle-Dark {
        color: rgba(0, 0, 0, 0.65);
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        font-style: italic;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Title-Dark,
    .Concept-Title-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 5px
    }
    .tp-caption.Concept-MoreBtn-Dark,
    .Concept-MoreBtn-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-MoreBtn-Dark:hover,
    .Concept-MoreBtn-Dark:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-Content-Dark,
    .Concept-Content-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Notice,
    .Concept-Notice {
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px;
        cursor: default !important;
    }
    .tp-caption.Concept-Content a,
    .tp-caption.Concept-Content a:visited {
        color: #fff !important;
        border-bottom: 1px solid #fff !important;
        font-weight: 700 !important;
    }
    .tp-caption.Concept-Content a:hover {
        border-bottom: 1px solid transparent !important;
    }
    .tp-caption.Concept-Content-Dark a,
    .tp-caption.Concept-Content-Dark a:visited {
        color: #000 !important;
        border-bottom: 1px solid #000 !important;
        font-weight: 700 !important;
    }
    .tp-caption.Concept-Content-Dark a:hover {
        border-bottom: 1px solid transparent !important;
    }

    .tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    .tp-caption.Creative-Title,
    .Creative-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Creative-SubTitle,
    .Creative-SubTitle {
        color: rgba(205, 176, 131, 1.00);
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Creative-Button,
    .Creative-Button {
        color: rgba(205, 176, 131, 1.00);
        font-size: 13px;
        line-height: 13px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 15px 50px 15px 50px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(205, 176, 131, 0.25);
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Creative-Button:hover,
    .Creative-Button:hover {
        color: rgba(205, 176, 131, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(205, 176, 131, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px
    }

.tp-caption.subcaption,
    .subcaption {
        color: rgba(111, 124, 130, 1.00);
        font-size: 19px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 0, 0, 1.00);
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-shadow: none;
        text-align: left
    }
    .tp-caption.RedDot,
    .RedDot {
        color: rgba(0, 0, 0, 1.00);        
        font-weight: 400;
        font-style: normal;        
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(213, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: solid;
        border-width: 5px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.RedDot:hover,
    .RedDot:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.75);
        border-color: rgba(213, 0, 0, 1.00);
        border-style: solid;
        border-width: 5px;
        border-radius: 50px 50px 50px 50px
    }

    .tp-caption.SlidingOverlays-Title,
    .SlidingOverlays-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.SlidingOverlays-Title,
    .SlidingOverlays-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }

     .tp-caption.Woo-TitleLarge,
    .Woo-TitleLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-Rating,
    .Woo-Rating {
        color: rgba(0, 0, 0, 1.00);
        font-size: 14px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: left;
        
    }
    .tp-caption.Woo-SubTitle,
    .Woo-SubTitle {
        color: rgba(0, 0, 0, 1.00);
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        letter-spacing: 2px;
        
    }
    .tp-caption.Woo-PriceLarge,
    .Woo-PriceLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-ProductInfo,
    .Woo-ProductInfo {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 12px 75px 12px 50px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-ProductInfo:hover,
    .Woo-ProductInfo:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-AddToCart,
    .Woo-AddToCart {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 12px 35px 12px 35px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-AddToCart:hover,
    .Woo-AddToCart:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-TitleLarge,
    .Woo-TitleLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-SubTitle,
    .Woo-SubTitle {
        color: rgba(0, 0, 0, 1.00);
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        letter-spacing: 2px;
        
    }
    .tp-caption.Woo-PriceLarge,
    .Woo-PriceLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-ProductInfo,
    .Woo-ProductInfo {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 12px 75px 12px 50px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-ProductInfo:hover,
    .Woo-ProductInfo:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-AddToCart,
    .Woo-AddToCart {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 12px 35px 12px 35px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-AddToCart:hover,
    .Woo-AddToCart:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }

    .tp-caption.FullScreen-Toggle,
    .FullScreen-Toggle {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 11px 8px 11px 12px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.50);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 3px;
        text-align: left
    }
    .tp-caption.FullScreen-Toggle:hover,
    .FullScreen-Toggle:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }

    .tp-caption.Agency-Title,
.Agency-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 71px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.Agency-SmallText,
.Agency-SmallText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 5px
}
.tp-caption.Agency-Social,
.Agency-Social {
    color: rgba(51, 51, 51, 1.00);
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(51, 51, 51, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px 30px 30px 30px;
    text-align: center
}
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(51, 51, 51, 1.00);
    border-color: rgba(51, 51, 51, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer
}
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}

.tp-caption.Dining-Title,
.Dining-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 17px 73px 17px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 2px
}
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.Dining-Social,
.Dining-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: center
}
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer
}
tp-caption.Team-Thumb,
.Team-Thumb {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Team-Name,
.Team-Name {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Position,
.Team-Position {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Description,
.Team-Description {
    color: rgba(255, 255, 255, 1.00);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Social,
.Team-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Team-Social:hover,
.Team-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}

.tp-caption.VideoControls-Play,
.VideoControls-Play {
    color: rgba(0, 0, 0, 1.00);
    font-size: 50px;
    line-height: 120px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0px 0px 0px 7px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
 }

.soundcloudwrapper iframe {
    width: 100% !important
}
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 5px
}
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
    color: rgba(0, 0, 0, 1.00);
        
    font-weight: 700;
    font-style: normal;    
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.10);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;    
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15)
}
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 2px
}
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
    color: rgba(0, 0, 0, 0.25);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
    background-color: #555555 !important;
}
.tp-fat {
    font-weight: 900 !important;
}

.tp-caption.PostSlider-Category,
.PostSlider-Category {
    color: rgba(0, 0, 0, 1.00);
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 3px;
    text-align: left
}
.tp-caption.PostSlider-Title,
.PostSlider-Title {
    color: rgba(0, 0, 0, 1.00);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.PostSlider-Content,
.PostSlider-Content {
    color: rgba(119, 119, 119, 1.00);
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.PostSlider-Button,
.PostSlider-Button {
    color: rgba(0, 0, 0, 1.00);
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 1px 56px 1px 32px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left
}
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(238, 238, 238, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}

/* media queries */

@media only screen and (max-width: 960px) {} @media only screen and (max-width: 768px) {} .tp-caption.LandingPage-Title,
.LandingPage-Title {
    color:rgba(255,
    255,
    255,
    1.00);
    font-size:70px;
    line-height:80px;
    font-weight:900;
    font-style:normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding:0 0 0 0px;
    text-decoration:none;
    background-color:transparent;
    border-color:transparent;
    border-style:none;
    border-width:0px;
    border-radius:0 0 0 0px;
    text-align:left;
    letter-spacing:10px
}
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.LandingPage-Button,
.LandingPage-Button {
    color: rgba(0, 0, 0, 1.00);
    font-size: 15px;
    line-height: 54px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0px 35px 0px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 3px
}
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
    color: #89124e !important;
    border-bottom: 1px solid transparent !important;
    font-weight: bold !important;
}
.tp-caption.App-Content a:hover {
    border-bottom: 1px solid #89124e !important;
}
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #fff !important;
    text-decoration: underline !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.soundcloudwrapper iframe {
    width: 100% !important
}

.tp-caption.Agency-LogoText,
.Agency-LogoText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 1px
}
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 20px 3px 20px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 154, 238, 1.00);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
    color: rgba(164, 157, 143, 1.00);
    font-size: 27px;
    line-height: 35px;
    font-weight: 600;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}

#mc_embed_signup input#mce-EMAIL {
    font-family:"Microsoft YaHei","微软雅黑";
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 1px solid #fff;
    width: 400px;
    margin-bottom: 0px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    
    
    border-radius: 0px;
}
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
    background-color: #fff;
    border: 1px solid #666;
    border-right: 0;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
    font-family:"Microsoft YaHei","微软雅黑";
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    padding: 0 20px;
    border: 1px solid #009aee;
    background: #009aee;
    color: #fff;
    
    
    border-radius: 0px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
    background: #0083d4;
}
@media only screen and (max-width: 767px) {
    #mc_embed_signup input#mce-EMAIL {
        width: 200px;
    }
}
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 6px
}
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
    color: rgba(248, 124, 9, 1.00);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0px 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #f87c09 !important
}
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Agency-NavButton,
.Agency-NavButton {
    color: rgba(51, 51, 51, 1.00);
    font-size: 17px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: center
}
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(51, 51, 51, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
    color: rgba(109, 177, 155, 1.00);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0px 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #6db19b !important
}
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
    color: rgba(153, 153, 153, 1.00);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0px 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #999 !important
}
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 1px
}
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
    color: rgba(51, 51, 51, 1.00);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
    color: rgba(51, 51, 51, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
    color: #0084B4 !important;
    text-decoration: underline !important
}
.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 60px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0px 50px 0px 50px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 104, 92, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 4px 4px 4px 4px;
    letter-spacing: 2px
}
.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer
}
.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 2px
}
.tp-flip-index {
    z-index: 1000 !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
    color: #0084B4 !important;
    text-decoration: underline !important
}
.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
    color: rgba(17, 17, 17, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 21px 30px 16px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.90);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 3px
}
.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 21px 30px 16px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(17, 17, 17, 0.90);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
    color: #0084B4 !important;
    text-decoration: underline !important
}
.tp-caption.TechJournal-Button,
.TechJournal-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 40px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 1px 30px 1px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(138, 0, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 3px
}
.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.TechJournal-Big,
.TechJournal-Big {
    color: rgba(255, 255, 255, 1.00);
    font-size: 120px;
    line-height: 120px;
    font-weight: 900;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 0px
}
.rev_slider {
    overflow: hidden;
}
.effect_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    #menu_forcefullwidth {
        z-index: 5000;
        position: fixed !important;
        top: 0px;
        left: 0px;
        width: 100%
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .rev_slider {
        overflow: hidden;
    }
    .effect_layer {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .gyges .tp-thumb {
        opacity: 1
    }
    .gyges .tp-thumb-img-wrap {
        padding: 3px;
        background-color: rgba(0, 0, 0, 0.25);
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        margin: 0px;
        box-sizing: border-box;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .gyges .tp-thumb-image {
        padding: 3px;
        display: block;
        box-sizing: border-box;
        position: relative;
        -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    }
    .gyges .tp-thumb:hover .tp-thumb-img-wrap,
    .gyges .tp-thumb.selected .tp-thumb-img-wrap {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-FooterLink,
    .FullSiteBlock-FooterLink {
        color: rgba(85, 85, 85, 1.00);
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: left
    }
    .tp-caption.FullSiteBlock-FooterLink:hover,
    .FullSiteBlock-FooterLink:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .fb-share-button.fb_iframe_widget iframe {
        width: 115px!important;
    }
    #tp-socialwrapper {
        opacity: 0;
    }

        .tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    #menu_forcefullwidth {
        z-index: 5000;
        position: fixed !important;
        top: 0px;
        left: 0px;
        width: 100%
    }
    #tp-menubg {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */
    }
    #mc_embed_signup input[type="email"] {
        font-family:"Microsoft YaHei","微软雅黑";
        font-size: 16px;
        font-weight: 400;
        background-color: #fff;
        color: #888 !important;
        line-height: 46px;
        padding: 0 20px;
        cursor: text;
        border: 0;
        width: 400px;
        margin-bottom: 0px;
        -webkit-transition: background-color 0.5s;
        -moz-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        -ms-transition: background-color 0.5s;
        transition: background-color 0.5s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #mc_embed_signup input[type="email"]::-webkit-input-placeholder {
        color: #888 !important;
    }
    #mc_embed_signup input[type="email"]::-moz-placeholder {
        color: #888 !important;
    }
    #mc_embed_signup input[type="email"]:-ms-input-placeholder {
        color: #888 !important;
    }
    #mc_embed_signup input[type="email"]:focus {
        background-color: #f5f5f5;
        color: #454545;
    }
    #mc_embed_signup input#mc-embedded-subscribe,
    #mc_embed_signup input#mc-embedded-subscribe:focus {
        font-family:"Microsoft YaHei","微软雅黑";
        line-height: 46px;
        font-size: 16px;
        font-weight: 700;
        padding: 0 30px;
        border: 0;
        background: #f04531;
        text-transform: none;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #mc_embed_signup input#mc-embedded-subscribe:hover {
        background: #e03727;
    }
    @media only screen and (max-width: 767px) {
        #mc_embed_signup input[type="email"] {
            width: 260px;
        }
    }
    @media only screen and (max-width: 480px) {
        #mc_embed_signup input[type="email"] {
            width: 160px;
        }
    }
    #rev_slider_167_6 .uranus.tparrows {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0);
    }
    #rev_slider_167_6 .uranus.tparrows:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 40px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    #rev_slider_167_6 .uranus.tparrows:hover:before {
        opacity: 0.75;
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.ParallaxWebsite-FooterItem,
    .ParallaxWebsite-FooterItem {
        color: rgba(255, 255, 255, 0.50);
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family:"Microsoft YaHei","微软雅黑";
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px
    }
    .tp-caption.ParallaxWebsite-FooterItem:hover,
    .ParallaxWebsite-FooterItem:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .fb-share-button.fb_iframe_widget iframe {
        width: 115px!important;
    }
    iframe.twitter-share-button {
        display: none;
    }
    .fb-share-button.fb_iframe_widget iframe {
        display: none;
    }

    .tp-caption.FullSiteBlock-Link, 
    .FullSiteBlock-Link {
    color: rgba(0,150,255,1.00);
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family:"Microsoft YaHei","微软雅黑";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
    cursor:pointer;
    background:#fff;
    min-width:60px;
      min-height:60px;
    position:absolute;
    display:block;
    z-index:100;
      border-radius:50%;
  }
  .ares.tparrows:hover {
  }
  .ares.tparrows:before {
    font-family: "iconfont";
    font-size:25px;
    color:#aaa;
    display:block;
    line-height: 60px;
    text-align: center;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s;
      z-index:2;
      position:relative;
  }
  .ares.tparrows.tp-leftarrow:before {
    content: "\e81f";
  }
  .ares.tparrows.tp-rightarrow:before {
    content: "\e81e";
  }
  .ares.tparrows:hover:before {
   color:#000;
        }
  .ares .tp-title-wrap { 
    position:absolute;
    z-index:1;
    display:inline-block;
    background:#fff;
    min-height:60px;
    line-height:60px;
    top:0px;
    margin-left:30px;
    border-radius:0px 30px 30px 0px;
    overflow:hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform:scaleX(0);  
    -webkit-transform:scaleX(0);  
    transform-origin:0% 50%; 
     -webkit-transform-origin:0% 50%;
  }
   .ares.tp-rightarrow .tp-title-wrap { 
     right:0px;
     margin-right:30px;margin-left:0px;
     -webkit-transform-origin:100% 50%;
  border-radius:30px 0px 0px 30px;
   }
  .ares.tparrows:hover .tp-title-wrap {
    transform:scaleX(1) scaleY(1);
      -webkit-transform:scaleX(1) scaleY(1);
  }
  .ares .tp-arr-titleholder {
    position:relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform:translateX(200px);  
    text-transform:uppercase;
    color:#000;
    font-weight:400;
    font-size:14px;
    line-height:60px;
    white-space:nowrap;
    padding:0px 20px;
    margin-left:10px;
    opacity:0;
  }
  
  .ares.tp-rightarrow .tp-arr-titleholder {
     transform:translateX(-200px); 
     margin-left:0px; margin-right:10px;
        }
  
  .ares.tparrows:hover .tp-arr-titleholder {
     transform:translateX(0px);
     -webkit-transform:translateX(0px);
    transition-delay: 0.1s;
    opacity:1;
  }
  
  /* BULLETS */
  .ares.tp-bullets {
  }
  .ares.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
  }
  .ares .tp-bullet {
      width:13px;
      height:13px;
      position:absolute;
      background:#e5e5e5;
      border-radius:50%;
      cursor: pointer;
      box-sizing:content-box;
  }
  .ares .tp-bullet:hover,
  .ares .tp-bullet.selected {
      background:#fff;
  }
  .ares .tp-bullet-title {
    position:absolute;
    color:#888;
    font-size:12px;
    padding:0px 10px;
    font-weight:600;
    right:27px;
    top:-4px;
    background:#fff;
    background:rgba(255,255,255,0.75);
    visibility:hidden;
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
    transition:transform 0.3s;
    -webkit-transition:transform 0.3s;
    line-height:20px;
    white-space:nowrap;
  }     
  
  .ares .tp-bullet-title:after {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent rgba(255,255,255,0.75);
      content:" ";
      position:absolute;
      right:-10px;
      top:0px;
  }
      
  .ares .tp-bullet:hover .tp-bullet-title{
    visibility:visible;
     transform:translateX(0px);
    -webkit-transform:translateX(0px);
  }
  
  .ares .tp-bullet.selected:hover .tp-bullet-title {
      background:#fff;
          }
  .ares .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color:transparent transparent transparent #fff;
  }
  .ares.tp-bullets:hover .tp-bullet-title {
          visibility:hidden;
  }
  .ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
      visibility:visible;
        }
  
  /* TABS */
  .ares .tp-tab { 
    opacity:1;      
    padding:10px;
    box-sizing:border-box;
    font-family:"Microsoft YaHei","微软雅黑";
    border-bottom: 1px solid #e5e5e5;
   }
  .ares .tp-tab-image 
  { 
    width:60px;
    height:60px; max-height:100%; max-width:100%;
    position:relative;
    display:inline-block;
    float:left;
  
  }
  .ares .tp-tab-content 
  {
      background:rgba(0,0,0,0); 
      position:relative;
      padding:15px 15px 15px 85px;
   left:0px;
   overflow:hidden;
   margin-top:-15px;
      box-sizing:border-box;
      color:#333;
      display: inline-block;
      width:100%;
      height:100%;
   position:absolute; }
  .ares .tp-tab-date
    {
    display:block;
    color: #aaa;
    font-weight:500;
    font-size:12px;
    margin-bottom:0px;
    }
  .ares .tp-tab-title 
  {
      display:block;	
      text-align:left;
      color:#333;
      font-size:14px;
      font-weight:500;
      text-transform:none;
      line-height:17px;
  }
  .ares .tp-tab:hover,
  .ares .tp-tab.selected {
      background:#eee; 
  }
  
  .ares .tp-tab-mask {
  }
  
  /* MEDIA QUERIES */
  @media only screen and (max-width: 960px) {
  
  }
  @media only screen and (max-width: 768px) {
  
  }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   CUSTOM SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .custom.tparrows {
      cursor:pointer;
      background:#000;
      background:rgba(0,0,0,0.5);
      width:40px;
      height:40px;
      position:absolute;
      display:block;
      z-index:10000;
  }
  .custom.tparrows:hover {
      background:#000;
  }
  .custom.tparrows:before {
      font-family: "iconfont";
      font-size:15px;
      color:#fff;
      display:block;
      line-height: 40px;
      text-align: center;
  }
  .custom.tparrows.tp-leftarrow:before {
      content: "\e730";
  }
  .custom.tparrows.tp-rightarrow:before {
      content: "\e731";
  }
  
  
  
  /* BULLETS */
  .custom.tp-bullets {
  }
  .custom.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
  }
  .custom .tp-bullet {
      width:12px;
      height:12px;
      position:absolute;
      background:#aaa;
      background:rgba(125,125,125,0.5);
      cursor: pointer;
      box-sizing:content-box;
  }
  .custom .tp-bullet:hover,
  .custom .tp-bullet.selected {
      background:rgb(125,125,125);
  }
  .custom .tp-bullet-image {
  }
  .custom .tp-bullet-title {
  }
  
  
  /* THUMBS */
  
  
  /* TABS */
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   DIONE SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .dione.tparrows {
    height:100%;
    width:100px;
    background:transparent;
    background:rgba(0,0,0,0);
    line-height:100%;
    transition:all 0.3s;
  -webkit-transition:all 0.3s;
  }
  
  .dione.tparrows:hover {
   background:rgba(0,0,0,0.45);
   }
  .dione .tp-arr-imgwrapper {
   width:100px;
   left:0px;
   position:absolute;
   height:100%;
   top:0px;
   overflow:hidden;
   }
  .dione.tp-rightarrow .tp-arr-imgwrapper {
  left:auto;
  right:0px;
  }
  
  .dione .tp-arr-imgholder {
  background-position:center center;
  background-size:cover;
  width:100px;
  height:100%;
  top:0px;
  visibility:hidden;
  transform:translateX(-50px);
  -webkit-transform:translateX(-50px);
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  opacity:0;
  left:0px;
  }
  
  .dione.tparrows.tp-rightarrow .tp-arr-imgholder {
    right:0px;
    left:auto;
    transform:translateX(50px);
   -webkit-transform:translateX(50px);
  }
  
  .dione.tparrows:before {
  position:absolute;
  line-height:30px;
  margin-left:-22px;
  top:50%;
  left:50%;
  font-size:30px;
  margin-top:-15px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  }
  
  .dione.tparrows.tp-rightarrow:before {
  margin-left:6px;
  }
  
  .dione.tparrows:hover:before {
    transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  opacity:0;
  }
  
  .dione.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
  -webkit-transform:translateX(20px);
  }
  
  .dione.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
  opacity:1;
  visibility:visible;
  }
  
  
  
  /* BULLETS */
  .dione .tp-bullet { 
      opacity:1;
      width:50px;
      height:50px;    
      padding:3px;
      background:#000;
      background-color:rgba(0,0,0,0.25);
      margin:0px;
      box-sizing:border-box;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
  
    }
  
  .dione .tp-bullet-image {
     display:block;
     box-sizing:border-box;
     position:relative;
      -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    width:44px;
    height:44px;
    background-size:cover;
    background-position:center center;
   }  
  .dione .tp-bullet-title { 
       position:absolute; 
     bottom:65px;
       display:inline-block;
       left:50%;
       background:#000;
       background:rgba(0,0,0,0.75);
       color:#fff;
       padding:10px 30px;
       border-radius:4px;
     -webkit-border-radius:4px;
       opacity:0;
        transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      transform-origin:50% 100%;
      -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      -webkit-transform-origin:50% 100%;
      opacity:0;
      white-space:nowrap;
   }
  
  .dione .tp-bullet:hover .tp-bullet-title {
       transform:rotateX(0deg) translateX(-50%);
      -webkit-transform:rotateX(0deg) translateX(-50%);
      opacity:1;
  }
  
  .dione .tp-bullet.selected,
  .dione .tp-bullet:hover  {
    
     background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
   
        }
  .dione .tp-bullet-title:after {
          content:" ";
          position:absolute;
          left:50%;
          margin-left:-8px;
          width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8px 0 8px;
      border-color: rgba(0,0,0,0.75) transparent transparent transparent;
          bottom:-8px;
     }
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   ERINYEN SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .erinyen.tparrows {
    cursor:pointer;
    background:#000;
    background:rgba(0,0,0,0.5);
    min-width:70px;
    min-height:70px;
    position:absolute;
    display:block;
    z-index:1000;
    border-radius:35px;   
  }
  
  .erinyen.tparrows:before {
    font-family: "iconfont";
    font-size:20px;
    color:#fff;
    display:block;
    line-height: 70px;
    text-align: center;    
    z-index:2;
    position:relative;
  }
  .erinyen.tparrows.tp-leftarrow:before {
    content: "\e730";
  }
  .erinyen.tparrows.tp-rightarrow:before {
    content: "\e731";
  }
  
  .erinyen .tp-title-wrap { 
    position:absolute;
    z-index:1;
    display:inline-block;
    background:#000;
    background:rgba(0,0,0,0.5);
    min-height:70px;
    line-height:70px;
    top:0px;
    margin-left:0px;
    border-radius:35px;
    overflow:hidden; 
    transition: opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    -moz-transition:opacity 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);  
    visibility:hidden;
    opacity:0;
  }
  
  .erinyen.tparrows:hover .tp-title-wrap{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity:1;
    visibility:visible;
  }
          
   .erinyen.tp-rightarrow .tp-title-wrap { 
     right:0px;
     margin-right:0px;margin-left:0px;
     -webkit-transform-origin:100% 50%;
    border-radius:35px;
    padding-right:20px;
    padding-left:10px;
   }
  
  
  .erinyen.tp-leftarrow .tp-title-wrap { 
     padding-left:20px;
    padding-right:10px;
  }
  
  .erinyen .tp-arr-titleholder {
    letter-spacing: 3px;
     position:relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform:translateX(200px);  
    text-transform:uppercase;
    color:#fff;
    font-weight:600;
    font-size:13px;
    line-height:70px;
    white-space:nowrap;
    padding:0px 20px;
    margin-left:11px;
    opacity:0;  
  }
  
  .erinyen .tp-arr-imgholder {
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background-position:center center;
    background-size:cover;
      }
   .erinyen .tp-arr-img-over {
     width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
     background:#000;
     background:rgba(0,0,0,0.5);
          }
  .erinyen.tp-rightarrow .tp-arr-titleholder {
     transform:translateX(-200px); 
     margin-left:0px; margin-right:11px;
        }
  
  .erinyen.tparrows:hover .tp-arr-titleholder {
     transform:translateX(0px);
     -webkit-transform:translateX(0px);
    transition-delay: 0.1s;
    opacity:1;
  }
  
  /* BULLETS */
  .erinyen.tp-bullets {
  }
  .erinyen.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background: #555555; /* old browsers */
      background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
      background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
      background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
      background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
      background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
      filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
      padding:10px 15px;
      margin-left:-15px;margin-top:-10px;
      box-sizing:content-box;
     border-radius:10px;
     box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
  }
  .erinyen .tp-bullet {
      width:13px;
      height:13px;
      position:absolute;
      background:#111;	
      border-radius:50%;
      cursor: pointer;
      box-sizing:content-box;
  }
  .erinyen .tp-bullet:hover,
  .erinyen .tp-bullet.selected {
      background: #e5e5e5; /* old browsers */
  background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
  background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
  background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
    border:1px solid #555;
    width:12px;height:12px;
  }
  .erinyen .tp-bullet-image {
  }
  .erinyen .tp-bullet-title {
  }
  
  
  /* THUMBS */
  .erinyen .tp-thumb {
  opacity:1
  }
  
  .erinyen .tp-thumb-over {
    background:#000;
    background:rgba(0,0,0,0.25);
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
  }
  
  .erinyen .tp-thumb-more:before {
    font-family: "iconfont";
    font-size:12px;
    color:#aaa;
    color:rgba(255,255,255,0.75);
    display:block;
    line-height: 12px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:20px;
    right:20px;
    z-index:2;
  }
  .erinyen .tp-thumb-more:before {
    content: "\e731";
  }
  
  .erinyen .tp-thumb-title {
    font-family:"Microsoft YaHei","微软雅黑";
    letter-spacing:1px;
    font-size:12px;
    color:#fff;
    display:block;
    line-height: 15px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
    padding:20px 35px 20px 20px;
    width:100%;
    height:100%;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    font-weight:500;
  }
  
  .erinyen .tp-thumb.selected .tp-thumb-more:before,
  .erinyen .tp-thumb:hover .tp-thumb-more:before {
   color:#aaa;
  
  }
  
  .erinyen .tp-thumb.selected .tp-thumb-over,
  .erinyen .tp-thumb:hover .tp-thumb-over {
   background:#fff;
  }
  .erinyen .tp-thumb.selected .tp-thumb-title,
  .erinyen .tp-thumb:hover .tp-thumb-title {
    color:#000;
  
  }
  
  
  /* TABS */
  .erinyen .tp-tab-title {
      color:#a8d8ee;
      font-size:13px;
      font-weight:700;
      text-transform:uppercase;
      font-family:"Microsoft YaHei","微软雅黑";
      margin-bottom:5px;
  }
  
  .erinyen .tp-tab-desc {
      font-size:18px;
      font-weight:400;
      color:#fff;
      line-height:25px;
      font-family:"Microsoft YaHei","微软雅黑";
  }
        
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   GYGES SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  
  
  /* BULLETS */
  .gyges.tp-bullets {
  }
  .gyges.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background: #777777; /* Old browsers */
      background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
      background: -webkit-gradient(linear, left top, left bottom, 
      color-stop(0%,#777777), color-stop(100%,#666666)); 
      background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
      background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
      background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
      background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
      endColorstr="#666666",GradientType=0 ); 
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
    border-radius:10px;
  }
  .gyges .tp-bullet {
      width:12px;
      height:12px;
      position:absolute;
      background:#333;
      border:3px solid #444;
      border-radius:50%;
      cursor: pointer;
      box-sizing:content-box;
  }
  .gyges .tp-bullet:hover,
  .gyges .tp-bullet.selected {
      background: #ffffff; /* Old browsers */
      background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, 
      color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
      endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */
  
  }
  .gyges .tp-bullet-image {
  }
  .gyges .tp-bullet-title {
  }
      
  
  /* THUMBS */
  .gyges .tp-thumb { 
        opacity:1
    }
  .gyges .tp-thumb-img-wrap {
    padding:3px;
      background:#000;
    background-color:rgba(0,0,0,0.25);
    display:inline-block;
  
    width:100%;
    height:100%;
    position:relative;
    margin:0px;
    box-sizing:border-box;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
  }
  .gyges .tp-thumb-image {
     padding:3px; 
     display:block;
     box-sizing:border-box;
     position:relative;
      -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
   }  
  .gyges .tp-thumb-title { 
       position:absolute; 
       bottom:100%; 
       display:inline-block;
       left:50%;
       background:rgba(255,255,255,0.8);
       padding:10px 30px;
       border-radius:4px;
       -webkit-border-radius:4px;
       margin-bottom:20px;
       opacity:0;
        transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      transform-origin:50% 100%;
      -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      -webkit-transform-origin:50% 100%;
      white-space:nowrap;
   }
  .gyges .tp-thumb:hover .tp-thumb-title {
         transform:rotateX(0deg) translateX(-50%);
      -webkit-transform:rotateX(0deg) translateX(-50%);
      opacity:1;
  }
  
  .gyges .tp-thumb:hover .tp-thumb-img-wrap,
   .gyges .tp-thumb.selected .tp-thumb-img-wrap {
  
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
   }
  .gyges .tp-thumb-title:after {
          content:" ";
          position:absolute;
          left:50%;
          margin-left:-8px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 8px 0 8px;
          border-color: rgba(255,255,255,0.8) transparent transparent transparent;
          bottom:-8px;
     }
  
  
  /* TABS */
  .gyges .tp-tab { 
    opacity:1;      
    padding:10px;
    box-sizing:border-box;
    font-family:"Microsoft YaHei","微软雅黑";
    border-bottom: 1px solid rgba(255,255,255,0.15);
   }
  .gyges .tp-tab-image 
  { 
    width:60px;
    height:60px; max-height:100%; max-width:100%;
    position:relative;
    display:inline-block;
    float:left;
  
  }
  .gyges .tp-tab-content 
  {
      background:rgba(0,0,0,0); 
      position:relative;
      padding:15px 15px 15px 85px;
   left:0px;
    overflow:hidden;
   margin-top:-15px;
      box-sizing:border-box;
      color:#333;
      display: inline-block;
      width:100%;
      height:100%;
   position:absolute; }
  .gyges .tp-tab-date
    {
    display:block;
    color: rgba(255,255,255,0.25);
    font-weight:500;
    font-size:12px;
    margin-bottom:0px;
    }
  .gyges .tp-tab-title 
  {
      display:block;  
      text-align:left;
      color:#fff;
      font-size:14px;
      font-weight:500;
      text-transform:none;
      line-height:17px;
  }
  .gyges .tp-tab:hover,
  .gyges .tp-tab.selected {
    background:rgba(0,0,0,0.5); 
  }
  
  .gyges .tp-tab-mask {
  }
  
  /* MEDIA QUERIES */
  @media only screen and (max-width: 960px) {
  
  }
  @media only screen and (max-width: 768px) {
  
  }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   HADES SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .hades.tparrows {
      cursor:pointer;
      background:#000;
      background:rgba(0,0,0,0.15);
      width:100px;
      height:100px;
      position:absolute;
      display:block;
      z-index:1000;
  }
  
  .hades.tparrows:before {
      font-family: "iconfont";
      font-size:30px;
      color:#fff;
      display:block;
      line-height: 100px;
      text-align: center;
    transition: background 0.3s, color 0.3s;
  }
  .hades.tparrows.tp-leftarrow:before {
      content: "\e730";
  }
  .hades.tparrows.tp-rightarrow:before {
      content: "\e731";
  }
  
  .hades.tparrows:hover:before {
     color:#aaa;
     background:#fff;
     background:rgba(255,255,255,1);
   }
  .hades .tp-arr-allwrapper {
    position:absolute;
    left:100%;
    top:0px;
    background:#888; 
    width:100px;height:100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .hades.tp-rightarrow .tp-arr-allwrapper {
     left:auto;
     right:100%;
     -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
     -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
  }
  
  .hades:hover .tp-arr-allwrapper {
     -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;  
      -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
  
   }
      
  .hades .tp-arr-iwrapper {
  }
  .hades .tp-arr-imgholder {
    background-size:cover;
    position:absolute;
    top:0px;left:0px;
    width:100%;height:100%;
  }
  .hades .tp-arr-titleholder {
  }
  .hades .tp-arr-subtitleholder {
  }
  
  
  /* BULLETS */
  .hades.tp-bullets {
  }
  .hades.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
  }
  .hades .tp-bullet {
      width:3px;
      height:3px;
      position:absolute;
      background:#888;	
      cursor: pointer;
      border:5px solid #fff;
      box-sizing:content-box;
      box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
      -webkit-perspective:400;
      perspective:400;
      -webkit-transform:translatez(0.01px);
      transform:translatez(0.01px);
  }
  .hades .tp-bullet:hover,
  .hades .tp-bullet.selected {
      background:#555;
    
  }
  
  .hades .tp-bullet-image {
    position:absolute;top:-80px; left:-60px;width:120px;height:60px;
    background-position:center center;
    background-size:cover;
    visibility:hidden;
    opacity:0;
    transition:all 0.3s;
    -webkit-transform-style:flat;
    transform-style:flat;
    perspective:600;
    -webkit-perspective:600;
    transform: rotatex(-90deg);
    -webkit-transform: rotatex(-90deg);
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    transform-origin:50% 100%;
    -webkit-transform-origin:50% 100%;
    
    
  }
  .hades .tp-bullet:hover .tp-bullet-image {
    display:block;
    opacity:1;
    transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    visibility:visible;
      }
  .hades .tp-bullet-title {
  }
  
  
  /* THUMBS */
  .hades .tp-thumb { 
        opacity:1
    }
  .hades .tp-thumb-img-wrap {
    border-radius:50%;
    padding:3px;
    display:inline-block;
  background:#000;
    background-color:rgba(0,0,0,0.25);
    width:100%;
    height:100%;
    position:relative;
    margin:0px;
    box-sizing:border-box;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
  }
  .hades .tp-thumb-image {
     padding:3px; 
     border-radius:50%;
     display:block;
     box-sizing:border-box;
     position:relative;
      -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
   }  
  
  
  .hades .tp-thumb:hover .tp-thumb-img-wrap,
  .hades .tp-thumb.selected .tp-thumb-img-wrap {
    
     background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
   
        }
  .hades .tp-thumb-title:after {
          content:" ";
          position:absolute;
          left:50%;
          margin-left:-8px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 8px 0 8px;
          border-color: rgba(0,0,0,0.75) transparent transparent transparent;
          bottom:-8px;
     }
  
  
  /* TABS */
  .hades .tp-tab {
    opacity:1;
   }
      
  .hades .tp-tab-title
   {
        display:block;
        color:#333;
        font-weight:600;
        font-size:18px;
        text-align:center;
        line-height:25px;      
      } 
  .hades .tp-tab-price
   {
      display:block;
      text-align:center;
      color:#999;
      font-size:16px;
      margin-top:10px;
     line-height:20px
  }
  
  .hades .tp-tab-button {
      display:inline-block;
      margin-top:15px;
      text-align:center;
      padding:5px 15px;
        color:#fff;
        font-size:14px;
        background:#219bd7;
         border-radius:4px;
     font-weight:400;
  }
  .hades .tp-tab-inner {
      text-align:center;
  }
  
                
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   HEBE SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .hebe.tparrows {
    cursor:pointer;
    background:#fff;
    min-width:70px;
      min-height:70px;
    position:absolute;
    display:block;
    z-index:1000;
  }
  .hebe.tparrows:hover {
  }
  .hebe.tparrows:before {
    font-family: "iconfont";
    font-size:30px;
    color:#aaa;
    display:block;
    line-height: 70px;
    text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
     background:#fff;
    min-width:70px;
      min-height:70px;
  }
  .hebe.tparrows.tp-leftarrow:before {
    content: "\e730";
  }
  .hebe.tparrows.tp-rightarrow:before {
    content: "\e731";
  }
  .hebe.tparrows:hover:before {
   color:#000;
        }
  .hebe .tp-title-wrap { 
    position:absolute;
    z-index:0;
    display:inline-block;
    background:#000;
    background:rgba(0,0,0,0.75);
    min-height:60px;
    line-height:60px;
    top:-10px;
    margin-left:0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform:scaleX(0);  
    -webkit-transform:scaleX(0);  
    transform-origin:0% 50%; 
     -webkit-transform-origin:0% 50%;
  }
   .hebe.tp-rightarrow .tp-title-wrap { 
     right:0px;
     -webkit-transform-origin:100% 50%;
   }
  .hebe.tparrows:hover .tp-title-wrap {
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
  }
  .hebe .tp-arr-titleholder {
    position:relative;
    text-transform:uppercase;
    color:#fff;
    font-weight:600;
    font-size:12px;
    line-height:90px;
    white-space:nowrap;
    padding:0px 20px 0px 90px;
  }
  
  .hebe.tp-rightarrow .tp-arr-titleholder {
     margin-left:0px; 
     padding:0px 90px 0px 20px;
   }
  
  .hebe.tparrows:hover .tp-arr-titleholder {
     transform:translateX(0px);
     -webkit-transform:translateX(0px);
    transition-delay: 0.1s;
    opacity:1;
  }
  
  .hebe .tp-arr-imgholder{
        width:90px;
        height:90px;
        position:absolute;
        left:100%;
        display:block;
        background-size:cover;
        background-position:center center;
         top:0px; right:-90px;
      }
  .hebe.tp-rightarrow .tp-arr-imgholder{
          right:auto;left:-90px;
        }
  
  /* BULLETS */
  .hebe.tp-bullets {
  }
  .hebe.tp-bullets:before {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px;margin-top:-10px;
    box-sizing:content-box;
  }
  
  .hebe .tp-bullet {
    width:3px;
    height:3px;
    position:absolute;
    background:#fff;  
    cursor: pointer;
    border:5px solid #222;
    border-radius:50%;
    box-sizing:content-box;
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translateZ(0.01px);
    transform:translateZ(0.01px);
     transition:all 0.3s;
  }
  .hebe .tp-bullet:hover,
  .hebe .tp-bullet.selected {
    background:#222;
    border-color:#fff;
  }
  
  .hebe .tp-bullet-image {
    position:absolute;
    top:-90px; left:-40px;
    width:70px;
    height:70px;
    background-position:center center;
    background-size:cover;
    visibility:hidden;
    opacity:0;
    transition:all 0.3s;
    -webkit-transform-style:flat;
    transform-style:flat;
    perspective:600;
    -webkit-perspective:600;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin:50% 100%;
    -webkit-transform-origin:50% 100%;
  border-radius:6px;
    
    
  }
  .hebe .tp-bullet:hover .tp-bullet-image {
    display:block;
    opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
    visibility:visible;
      }
  .hebe .tp-bullet-title {
  }
  
  
  /* TABS */
  .hebe .tp-tab-title {
      color:#a8d8ee;
      font-size:13px;
      font-weight:700;
      text-transform:uppercase;
      font-family:"Microsoft YaHei","微软雅黑";
      margin-bottom:5px;
  }
  
  .hebe .tp-tab-desc {
      font-size:18px;
      font-weight:400;
      color:#fff;
      line-height:25px;
      font-family:"Microsoft YaHei","微软雅黑";
  }
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   HEPHAISTOS SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .hephaistos.tparrows {
      cursor:pointer;
      background:#000;
      background:rgba(0,0,0,0.5);
      width:40px;
      height:40px;
      position:absolute;
      display:block;
      z-index:1000;
      border-radius:50%;
  }
  .hephaistos.tparrows:hover {
      background:#000;
  }
  .hephaistos.tparrows:before {
      font-family: "iconfont";
      font-size:18px;
      color:#fff;
      display:block;
      line-height: 40px;
      text-align: center;
  }
  .hephaistos.tparrows.tp-leftarrow:before {
      content: "\e82c";
    margin-left:-2px;
    
  }
  .hephaistos.tparrows.tp-rightarrow:before {
      content: "\e82d";
     margin-right:-2px;
  }
  
  
  
  /* BULLETS */
  .hephaistos.tp-bullets {
  }
  .hephaistos.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
  }
  .hephaistos .tp-bullet {
      width:12px;
      height:12px;
      position:absolute;
      background:#999;
      border:3px solid #f5f5f5;
      border-radius:50%;
      cursor: pointer;
      box-sizing:content-box;
    box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
  
  }
  .hephaistos .tp-bullet:hover,
  .hephaistos .tp-bullet.selected {
      background:#fff;
      border-color:#000;
  }
  .hephaistos .tp-bullet-image {
  }
  .hephaistos .tp-bullet-title {
  }
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   HERMES SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .hermes.tparrows {
      cursor:pointer;
      background:#000;
      background:rgba(0,0,0,0.5);
      width:30px;
      height:110px;
      position:absolute;
      display:block;
      z-index:1000;
  }
  
  .hermes.tparrows:before {
      font-family: "iconfont";
      font-size:15px;
      color:#fff;
      display:block;
      line-height: 110px;
      text-align: center;
      transform:translateX(0px);
      -webkit-transform:translateX(0px);
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
  }
  .hermes.tparrows.tp-leftarrow{
      transform: translate(0, 0) !important;
      left: 80px !important;
  }
  .hermes.tparrows.tp-leftarrow:before {
      content: "\e730";
  }
  .hermes.tparrows.tp-rightarrow{
      transform: translate(-100%, 0) !important;
      right: 80px !important;
      left: auto !important;
  }
  .hermes.tparrows.tp-rightarrow:before {
      content: "\e731";
  }
  .hermes.tparrows.tp-leftarrow:hover:before {
      transform:translateX(-20px);
      -webkit-transform:translateX(-20px);
       opacity:0;
  }
  .hermes.tparrows.tp-rightarrow:hover:before {
      transform:translateX(20px);
      -webkit-transform:translateX(20px);
       opacity:0;
  }
  
  .hermes .tp-arr-allwrapper {
      overflow:hidden;
      position:absolute;
      width:180px;
      height:140px;
      top:0px;
      left:0px;
      visibility:hidden;
        -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
      }
  .hermes.tp-rightarrow .tp-arr-allwrapper {
     right:0px;left:auto;
        }
  .hermes.tparrows:hover .tp-arr-allwrapper {
     visibility:visible;
            }
  .hermes .tp-arr-imgholder {
    width:180px;position:absolute;
    left:0px;top:0px;height:110px;
    transform:translateX(-180px);
    -webkit-transform:translateX(-180px);
    transition:all 0.3s;
    transition-delay:0.3s;
  }
  .hermes.tp-rightarrow .tp-arr-imgholder{
      transform:translateX(180px);
    -webkit-transform:translateX(180px);
        }
    
  .hermes.tparrows:hover .tp-arr-imgholder {
     transform:translateX(0px);
     -webkit-transform:translateX(0px);            
  }
  .hermes .tp-arr-titleholder {
    top:110px;
    width:180px;
    text-align:left; 
    display:block;
    padding:0px 10px;
    line-height:30px; background:#000;
    background:rgba(0,0,0,0.75);color:#fff;
    font-weight:600; position:absolute;
    font-size:12px;
    white-space:nowrap;
    letter-spacing:1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-sizing:border-box;
  
  }
  .hermes.tparrows:hover .tp-arr-titleholder {
      -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  
  
  /* BULLETS */
  .hermes.tp-bullets {
  }
  
  .hermes .tp-bullet {
      overflow:hidden;
      border-radius:50%;
      width:16px;
      height:16px;
      background-color: rgba(0, 0, 0, 0);
      box-shadow: inset 0 0 0 2px #FFF;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease;
      position:absolute;
  }
  
  .hermes .tp-bullet:hover {
        background-color: rgba(0, 0, 0, 0.2);
  }
  .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 1px #FFF;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .hermes .tp-bullet.selected:after {
    height:100%;
  }
  
  
  /* TABS */
  .hermes .tp-tab { 
    opacity:1;  
    padding-right:10px;
    box-sizing:border-box;
   }
  .hermes .tp-tab-image 
  { 
    width:100%;
    height:60%;
    position:relative;
  }
  .hermes .tp-tab-content 
  {
      background:rgb(54,54,54); 
      position:absolute;
      padding:20px 20px 20px 30px;
      box-sizing:border-box;
      color:#fff;
    display:block;
    width:100%;
    min-height:40%;
    bottom:0px;
    left:-10px;
    }
  .hermes .tp-tab-date
    {
    display:block;
    color:#888;
    font-weight:600;
    font-size:12px;
    margin-bottom:10px;
    }
  .hermes .tp-tab-title 
  {
      display:block;	
      color:#fff;
      font-size:16px;
      font-weight:800;
      text-transform:uppercase;
     line-height:19px;
  }
  
  .hermes .tp-tab.selected .tp-tab-title:after {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 30px 0 30px 10px;
      border-color: transparent transparent transparent rgb(54,54,54);
      content:" ";
      position:absolute;
      right:-9px;
      bottom:50%;
      margin-bottom:-30px;
  }
  .hermes .tp-tab-mask {
       padding-right:10px !important;
            }
  
  /* MEDIA QUERIES */
  @media only screen and (max-width: 960px) {
    .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
    .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
    .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
  }
  @media only screen and (max-width: 768px) {
    .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
    .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
    .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
  }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   HESPERIDEN SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .hesperiden.tparrows {
      cursor:pointer;
      background:#000;
      background:rgba(0,0,0,0.5);
      width:40px;
      height:40px;
      position:absolute;
      display:block;
      z-index:1000;
      border-radius: 50%;
  }
  .hesperiden.tparrows:hover {
      background:#000;
  }
  .hesperiden.tparrows:before {
      font-family: "iconfont";
      font-size:20px;
      color:#fff;
      display:block;
      line-height: 40px;
      text-align: center;
  }
  .hesperiden.tparrows.tp-leftarrow:before {
      content: "\e82c";
      margin-left:-3px;
  }
  .hesperiden.tparrows.tp-rightarrow:before {
      content: "\e82d";
      margin-right:-3px;
  }
  
  /* BULLETS */
  .hesperiden.tp-bullets {
  }
  .hesperiden.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
     border-radius:8px;
    
  }
  .hesperiden .tp-bullet {
      width:12px;
      height:12px;
      position:absolute;
      background: #999999; /* old browsers */
      background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
      color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
      background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
      background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
      background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
      background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
      filter: progid:dximagetransform.microsoft.gradient( 
      startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
      border:3px solid #e5e5e5;
      border-radius:50%;
      cursor: pointer;
      box-sizing:content-box;
  }
  .hesperiden .tp-bullet:hover,
  .hesperiden .tp-bullet.selected {
      background:#666;
  }
  .hesperiden .tp-bullet-image {
  }
  .hesperiden .tp-bullet-title {
  }
  
  
  /* THUMBS */
  .hesperiden .tp-thumb {
    opacity:1;
    -webkit-perspective: 600px;
    perspective: 600px;
  }
  .hesperiden .tp-thumb .tp-thumb-title {
      font-size:12px;
      position:absolute;
      margin-top:-10px;
      color:#fff;
      display:block;
      z-index:10000;
      background-color:#000;
      padding:5px 10px; 
      bottom:0px;
      left:0px;
      width:100%;
    box-sizing:border-box;
      text-align:center;
      overflow:hidden;
      white-space:nowrap;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transform:rotatex(90deg) translatez(0.001px);
      transform-origin:50% 100%;
      -webkit-transform:rotatex(90deg) translatez(0.001px);
      -webkit-transform-origin:50% 100%;
      opacity:0;
   }
  .hesperiden .tp-thumb:hover .tp-thumb-title {
         transform:rotatex(0deg);
      -webkit-transform:rotatex(0deg);
      opacity:1;
  }
  
  /* TABS */
  .hesperiden .tp-tab { 
    opacity:1;      
    padding:10px;
    box-sizing:border-box;
    font-family:"Microsoft YaHei","微软雅黑";
    border-bottom: 1px solid #e5e5e5;
   }
  .hesperiden .tp-tab-image 
  { 
    width:60px;
    height:60px; max-height:100%; max-width:100%;
    position:relative;
    display:inline-block;
    float:left;
  
  }
  .hesperiden .tp-tab-content 
  {
      background:rgba(0,0,0,0); 
      position:relative;
      padding:15px 15px 15px 85px;
   left:0px;
   overflow:hidden;
   margin-top:-15px;
      box-sizing:border-box;
      color:#333;
      display: inline-block;
      width:100%;
      height:100%;
   position:absolute; }
  .hesperiden .tp-tab-date
    {
    display:block;
    color: #aaa;
    font-weight:500;
    font-size:12px;
    margin-bottom:0px;
    }
  .hesperiden .tp-tab-title 
  {
      display:block;	
      text-align:left;
      color:#333;
      font-size:14px;
      font-weight:500;
      text-transform:none;
      line-height:17px;
  }
  .hesperiden .tp-tab:hover,
  .hesperiden .tp-tab.selected {
      background:#eee; 
  }
  
  .hesperiden .tp-tab-mask {
  }
  
  /* MEDIA QUERIES */
  @media only screen and (max-width: 960px) {
  
  }
  @media only screen and (max-width: 768px) {
  
  }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   METIS SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .metis.tparrows {
    background:#fff;
    padding:10px;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    width:60px;
    height:60px;
    box-sizing:border-box;
   }
   
   .metis.tparrows:hover {
     background:#fff;
     background:rgba(255,255,255,0.75);
   }
   
   .metis.tparrows:before {
    color:#000;  
     transition:all 0.3s;
    -webkit-transition:all 0.3s;
   }
   
   .metis.tparrows:hover:before {
     transform:scale(1.5);
    }
   
  
  /* BULLETS */
  .metis .tp-bullet { 
      opacity:1;
      width:50px;
      height:50px;    
      padding:3px;
      background:#000;
      background-color:rgba(0,0,0,0.25);
      margin:0px;
      box-sizing:border-box;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
      border-radius:50%;
    }
  
  .metis .tp-bullet-image {
  
     border-radius:50%;
     display:block;
     box-sizing:border-box;
     position:relative;
      -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    width:44px;
    height:44px;
    background-size:cover;
    background-position:center center;
   }  
  .metis .tp-bullet-title { 
       position:absolute; 
       bottom:65px;
       display:inline-block;
       left:50%;
       background:#000;
       background:rgba(0,0,0,0.75);
       color:#fff;
       padding:10px 30px;
       border-radius:4px;
       -webkit-border-radius:4px;
       opacity:0;
        transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      transform-origin:50% 100%;
      -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      -webkit-transform-origin:50% 100%;
      opacity:0;
      white-space:nowrap;
   }
  
  .metis .tp-bullet:hover .tp-bullet-title {
         transform:rotateX(0deg) translateX(-50%);
      -webkit-transform:rotateX(0deg) translateX(-50%);
      opacity:1;
  }
  
  .metis .tp-bullet.selected,
  .metis .tp-bullet:hover  {
    
     background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
   
        }
  .metis .tp-bullet-title:after {
          content:" ";
          position:absolute;
          left:50%;
          margin-left:-8px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 8px 0 8px;
          border-color: rgba(0,0,0,0.75) transparent transparent transparent;
          bottom:-8px;
     }
  
  .metis .tp-tab-number {
          color: #fff;
          font-size: 40px;
          line-height: 30px;
          font-weight: 400;
          font-family:"Microsoft YaHei","微软雅黑";
          width: 50px;
          margin-right: 17px;
          display: inline-block;
          float: left;
      }
      .metis .tp-tab-mask {
          padding-left: 20px;
          left: 0px;
          max-width: 90px !important;
          transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
      }
      .metis:hover .tp-tab-mask {
          padding-left: 0px;
          left: 50px;
          max-width: 500px !important;
      }
      .metis .tp-tab-divider {
          border-right: 1px solid transparent;
          height: 30px;
          width: 1px;
          margin-top: 5px;
          display: inline-block;
          float: left;
      }
      .metis .tp-tab-title {
          color: #fff;
          font-size: 20px;
          line-height: 20px;
          font-weight: 400;
          font-family:"Microsoft YaHei","微软雅黑";
          position: relative;
          padding-top: 10px;
          padding-left: 30px;
          display: inline-block;
          transform: translateX(-100%);
          transition: 0.4s all;
      }
      .metis .tp-tab-title-mask {
          position: absolute;
          overflow: hidden;
          left: 67px;
      }
      .metis:hover .tp-tab-title {
          transform: translateX(0);
      }
      .metis .tp-tab {
          opacity: 0.15;
          transition: 0.4s all;
      }
      .metis .tp-tab:hover,
      .metis .tp-tab.selected {
          opacity: 1;
      }
      .metis .tp-tab.selected .tp-tab-divider {
          border-right: 1px solid #cdb083;
      }
      .metis.tp-tabs {
          max-width: 118px !important;
          padding-left: 50px;
      }
      .metis.tp-tabs:before {
          content: " ";
          height: 100%;
          width: 88px;
          background: rgba(0, 0, 0, 0.15);
          border-right: 1px solid rgba(255, 255, 255, 0.10);
          left: 0px;
          top: 0px;
          position: absolute;
          transition: 0.4s all;
      }
      .metis.tp-tabs:hover:before {
          width: 118px;
      }
      @media (max-width: 499px) {
          .metis.tp-tabs:before {
              background: rgba(0, 0, 0, 0.75);
          }
      }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   PERSEPHONE SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .persephone.tparrows {
      cursor:pointer;
      background:#aaa;
      background:rgba(200,200,200,0.5);
      width:40px;
      height:40px;
      position:absolute;
      display:block;
      z-index:100;
    border:1px solid #f5f5f5;
  }
  .persephone.tparrows:hover {
      background:#333;
  }
  .persephone.tparrows:before {
      font-family: "iconfont";
      font-size:15px;
      color:#fff;
      display:block;
      line-height: 40px;
      text-align: center;
  }
  .persephone.tparrows.tp-leftarrow:before {
      content: "\e730";
  }
  .persephone.tparrows.tp-rightarrow:before {
      content: "\e731";
  }
  
  
  
  /* BULLETS */
  .persephone.tp-bullets {
  }
  .persephone.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
  }
  .persephone .tp-bullet {
      width:12px;
      height:12px;
      position:absolute;
      background:#aaa;
      border:1px solid #e5e5e5;	
      cursor: pointer;
      box-sizing:content-box;
  }
  .persephone .tp-bullet:hover,
  .persephone .tp-bullet.selected {
      background:#222;
  }
  .persephone .tp-bullet-image {
  }
  .persephone .tp-bullet-title {
  }
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   URANUS SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .uranus.tparrows {
    width:50px;
    height:50px;
    background:transparent;
   }
   .uranus.tparrows:before {
   width:50px;
   height:50px;
   line-height:50px;
   font-size:40px;
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
   }
   
    .uranus.tparrows:hover:before {
      opacity:0.75;
    }
  
  /* BULLETS */
  .uranus .tp-bullet{
      border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background:transparent;
  }
  .uranus .tp-bullet.selected,
  .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px #FFF;
    border:none;
    border-radius: 50%;
  
     background:transparent;
  }
  
  
  
  .uranus .tp-bullet-inner {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
  }
  
  .uranus .tp-bullet.selected .tp-bullet-inner,
  .uranus .tp-bullet:hover .tp-bullet-inner{
   transform: scale(0.4);
   -webkit-transform: scale(0.4);
   background-color:#fff;
  }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   ZEUS SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .zeus.tparrows {
    cursor:pointer;
    min-width:70px;
    min-height:70px;
    position:absolute;
    display:block;
    z-index:100;
    border-radius:35px;   
    overflow:hidden;
    background:rgba(0,0,0,0.10);
  }
  
  .zeus.tparrows:before {
    font-family: "iconfont";
    font-size:20px;
    color:#fff;
    display:block;
    line-height: 70px;
    text-align: center;    
    z-index:2;
    position:relative;
  }
  .zeus.tparrows.tp-leftarrow:before {
    content: "\e730";
  }
  .zeus.tparrows.tp-rightarrow:before {
    content: "\e731";
  }
  
  .zeus .tp-title-wrap {
    background:#000;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    position:absolute;
    opacity:0;
    transform:scale(0);
    -webkit-transform:scale(0);
     transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
     border-radius:50%;
   }
  .zeus .tp-arr-imgholder {
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background-position:center center;
    background-size:cover;
    border-radius:50%;
    transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
     transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
  
   }
  .zeus.tp-rightarrow .tp-arr-imgholder {
      transform:translateX(100%);
    -webkit-transform:translateX(100%);
        }
  .zeus.tparrows:hover .tp-arr-imgholder {
    transform:translateX(0);
    -webkit-transform:translateX(0);
    opacity:1;
  }
        
  .zeus.tparrows:hover .tp-title-wrap {
    transform:scale(1);
    -webkit-transform:scale(1);
    opacity:1;
  }
   
  
  /* BULLETS */
  .zeus .tp-bullet {
       box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        width:13px;height:13px;
        border:2px solid #fff;
   }
  .zeus .tp-bullet:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    background-color: #FFF;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .zeus .tp-bullet:hover:after,
  .zeus .tp-bullet.selected:after{
      -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
    
   .zeus .tp-bullet-image,
   .zeus .tp-bullet-imageoverlay{
          width:135px;
          height:60px;
          position:absolute;
          background:#000;
          background:rgba(0,0,0,0.5);
          bottom:25px;
          left:50%;
          margin-left:-65px;
          box-sizing:border-box;
          background-size:cover;
          background-position:center center;
          visibility:hidden;
          opacity:0;
           -webkit-backface-visibility: hidden; 
            backface-visibility: hidden;
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
          border-radius:4px;
  
  }
            
  
  .zeus .tp-bullet-title,
  .zeus .tp-bullet-imageoverlay {
          z-index:2;
          -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
  }     
  .zeus .tp-bullet-title { 
          color:#fff;
          text-align:center;
          line-height:15px;
          font-size:13px;
          font-weight:600;  
          z-index:3;
           visibility:hidden;
          opacity:0;
           -webkit-backface-visibility: hidden; 
            backface-visibility: hidden;
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
          position:absolute;
          bottom:45px;
          width:135px;
          vertical-align:middle;
          left:-57px;
  }
        
  .zeus .tp-bullet:hover .tp-bullet-title,
  .zeus .tp-bullet:hover .tp-bullet-image,
  .zeus .tp-bullet:hover .tp-bullet-imageoverlay{
        opacity:1;
        visibility:visible;
        -webkit-transform:translateY(0px);
        transform:translateY(0px);         
      }
  
  /* THUMBS */
  .zeus .tp-thumb {
  opacity:1
  }
  
  .zeus .tp-thumb-over {
    background:#000;
    background:rgba(0,0,0,0.25);
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
  }
  
  .zeus .tp-thumb-more:before {
    font-family: "iconfont";
    font-size:12px;
    color:#aaa;
    color:rgba(255,255,255,0.75);
    display:block;
    line-height: 12px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:20px;
    right:20px;
    z-index:2;
  }
  .zeus .tp-thumb-more:before {
    content: "\e731";
  }
  
  .zeus .tp-thumb-title {
    font-family:"Microsoft YaHei","微软雅黑";
    letter-spacing:1px;
    font-size:12px;
    color:#fff;
    display:block;
    line-height: 15px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
    padding:20px 35px 20px 20px;
    width:100%;
    height:100%;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    font-weight:500;
  }
  
  .zeus .tp-thumb.selected .tp-thumb-more:before,
  .zeus .tp-thumb:hover .tp-thumb-more:before {
   color:#aaa;
  
  }
  
  .zeus .tp-thumb.selected .tp-thumb-over,
  .zeus .tp-thumb:hover .tp-thumb-over {
   background:#000;
  }
  .zeus .tp-thumb.selected .tp-thumb-title,
  .zeus .tp-thumb:hover .tp-thumb-title {
    color:#fff;
  
  }
  
  
  /* TABS */
  .zeus .tp-tab { 
    opacity:1;      
    box-sizing:border-box;
  }
  
  .zeus .tp-tab-title { 
  display: block;
  text-align: center;
  background: rgba(0,0,0,0.25);
  font-family:"Microsoft YaHei","微软雅黑"; 
  font-weight: 700; 
  font-size: 13px; 
  line-height: 13px;
  color: #fff; 
  padding: 9px 10px; }
  
  .zeus .tp-tab:hover .tp-tab-title,
  .zeus .tp-tab.selected .tp-tab-title {
   color: #000;
    background:rgba(255,255,255,1); 
  }
  
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   ZEUS SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  
  
  .post-tabs .tp-thumb {
  opacity:1
  }
  
  .post-tabs .tp-thumb-over {
    background:#252525;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
  }
  
  .post-tabs .tp-thumb-more:before {
    font-family: "iconfont";
    font-size:12px;
    color:#aaa;
    color:rgba(255,255,255,0.75);
    display:block;
    line-height: 12px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:15px;
    right:15px;
    z-index:2;
  }
  .post-tabs .tp-thumb-more:before {
    content: "\e731";
  }
  
  .post-tabs .tp-thumb-title {
    font-family:"Microsoft YaHei","微软雅黑";
    letter-spacing:1px;
    font-size:12px;
    color:#fff;
    display:block;
    line-height: 15px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
    padding:15px 30px 15px 15px;
    width:100%;
    height:100%;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    font-weight:500;
  }
  
  .post-tabs .tp-thumb.selected .tp-thumb-more:before,
  .post-tabs .tp-thumb:hover .tp-thumb-more:before {
   color:#aaa;
  
  }
  
  .post-tabs .tp-thumb.selected .tp-thumb-over,
  .post-tabs .tp-thumb:hover .tp-thumb-over {
   background:#fff;
  }
  .post-tabs .tp-thumb.selected .tp-thumb-title,
  .post-tabs .tp-thumb:hover .tp-thumb-title {
    color:#000;
  
  }
  

  .slide .carouse{width:100%;overflow:hidden;position:relative; cursor: pointer;}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{
	width:100%;
	position:absolute;
}
.slide .console{
	height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}
.slide .dotList{
	    text-align: center;
    margin-top: 20px;
}
.slide .dotList ul li{
	display: inline-block;
    width: 10px;
    height: 10px;
    background-position:-12px 0px;
    margin-left: 10px;
    cursor:pointer;
}
.slide .dotList ul li.active{
	 background-position:0px 0px;
}
.slide .carousel-control{
	position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    z-index:999;
}
.slide .carousel-control.left{
	left:0;
	background-position:-38px 0px;
	cursor:pointer;
}
.slide .carousel-control.right{
	right:0;
	background-position:-85px 0px;
	cursor:pointer;
}
.slide .slidedetail{display:none;}


.imgtoVideo img{width:100%;}
.imgtoVideo>div{padding:1px;position:relative;cursor:pointer;width:49%;    display: inline-block;}
.imgtoVideo>div:hover .imgtoVideoDetail{display:block}
.imgtoVideo .imgtoVideoDetail{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:1px;
    display:none
}
.imgtoVideo .imgtoVideoDetail >div{
	 background: rgba(0, 98, 197,0.8);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
	 width: 100%;
     height: 100%;
     text-align:center;
}
.imgtoVideo .tovideo .imgtoVideoDetail{
	display:block;
}
.imgtoVideo .tovideo .imgtoVideoDetail >div{
	    background: #0C2D47;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 17%;
}
.imgtoVideo .imgtoVideoDetail .fa-search{
	color: #fff;
    font-size: 25px;
    margin-top: 21%;
}
.contentIV{
	position: fixed;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(20, 43, 73,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
    margin:0 auto;
    z-index:-999;
    max-width:1024px;
    display:none;
}

#picturetoVideo .carouse .slideItem{display:table;height:100%}
#picturetoVideo .carouse .slideItem>div{display:table-cell;vertical-align: middle;text-align: center;}
#picturetoVideo .carouse .slideItem .banner-img{max-width:100%;width:auto}
.closeContentIV{
	    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    cursor:pointer;
    z-index: 999;
}
::-moz-selection { color: #fff; background: #004498; }

::selection { color: #fff; background: #004498; }

* { margin: 0px; padding: 0px; }

html { font-size: 62.5%; height: 100%; }

body { margin: 0 auto; width: 100%; max-width: 1920px; overflow-x: hidden; font-family:"Microsoft YaHei","微软雅黑"; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 1.2; }

a { color: #333; text-decoration: none; outline: none; tap-highlight-color: transparent; focus-ring-color: transparent; -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -moz-tap-highlight-color: transparent; -moz-focus-ring-color: transparent; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

a:hover { color: #004498; }

ol, ul, li { list-style: none; }

img { max-width: 100%; border: 0px solid #ccc; }

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family:"Microsoft YaHei","微软雅黑"; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

button { border: none; background: none; cursor: pointer; }

em, i { font-style: normal; }

/* .c-xx start */
.c-fl { float: left; }

.c-fr { float: right; }

.c-cb { clear: both; }

.c-clearfix:after { content: ""; display: block; clear: both; }

.c-mg { margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; }

.c-oh { overflow: hidden; }

.c-wd { width: 1200px; }

.c-tsn { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.c-bbx { -moz-box-sizing: border-box; box-sizing: border-box; }

.c-pr { position: relative; }

.c-mt-5 { margin-top: 5px; }

.c-mt-10 { margin-top: 10px; }

.c-mt-15 { margin-top: 15px; }

.c-mt-20 { margin-top: 20px; }

.c-mt-25 { margin-top: 25px; }

.c-mt-30 { margin-top: 30px; }

.c-mt-35 { margin-top: 35px; }

.c-mt-40 { margin-top: 40px; }

.c-mt-45 { margin-top: 45px; }

.c-mt-50 { margin-top: 50px; }

.c-nomt { margin-top: 0 !important; }

.c-nomr { margin-right: 0 !important; }

.c-nomb { margin-bottom: 0 !important; }

.c-noml { margin-left: 0 !important; }

.c-nomg { margin: 0 !important; }

.c-nopt { padding-top: 0 !important; }

.c-nopr { padding-right: 0 !important; }

.c-nopb { padding-bottom: 0 !important; }

.c-nopl { padding-left: 0 !important; }

.c-nopd { padding: 0 !important; }

.c-nofont { line-height: 0; font-size: 0; }

.c-nobg { background: none !important; }

/* .c-xx end */
/* .f-xx start */
.f-czjz { position: relative; top: 50%; -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -50%); }

.f-box { margin: 0 auto; max-width: 1200px; overflow: visible; }

@media screen and (min-width: 992px) and (max-width: 1219px) { .f-box { width: 970px; } }

@media screen and (min-width: 768px) and (max-width: 991px) { .f-box { width: 750px; } }

@media screen and (max-width: 767px) { .f-box { padding-left: 15px; padding-right: 15px; -moz-box-sizing: border-box; box-sizing: border-box; } }

/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }
@-moz-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }
@keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy { position: relative; overflow: hidden; }

.an-hoverimg-xy:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 1; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-xy:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-xy:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-xy:hover:after { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforex { position: relative; overflow: hidden; }

.an-hoverimg-beforex:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforex img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforex:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforex:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforey { position: relative; overflow: hidden; }

.an-hoverimg-beforey:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforey img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforey:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforey:hover:before { visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforey { position: relative; }

.an-hoverbtn-beforey > * { position: relative; }

.an-hoverbtn-beforey:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); background-color: #004498; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforey:hover { color: #fff; }

.an-hoverbtn-beforey:hover:before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforex { position: relative; }

.an-hoverbtn-beforex > * { position: relative; }

.an-hoverbtn-beforex:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); background-color: #004498; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforex:hover { color: #fff; }

.an-hoverbtn-beforex:hover:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverbtn-beforer { position: relative; overflow: hidden; }

.an-hoverbtn-beforer > * { position: relative; }

.an-hoverbtn-beforer:before { content: ""; position: absolute; right: 100%; top: 0; width: 100%; height: 100%; background-color: #004498; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforer:hover { color: #fff; }

.an-hoverbtn-beforer:hover:before { right: 0; }

.an-boxsd:hover { -webkit-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); }

/* .an-xx end */
/* .m-xx start */
.m-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; text-indent: 2em; }

.m-desc a { color: #004498; }

.m-desc a:hover { text-decoration: underline; }

.m-desc p, .m-desc span, .m-desc b { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-desc p { min-height: 30px; }

.m-desc img { max-width: 100%; }

.m-desc iframe { display: block; max-width: 100%; margin: 0 auto; }

.m-desc table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; margin-left: auto; margin-right: auto; }

.m-desc table tr td { padding: 10px; border: 1px solid #ccc; background: #fff; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 991px) { .m-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-desc a { color: #004498; }
  .m-desc a:hover { text-decoration: underline; }
  .m-desc p, .m-desc span, .m-desc b { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-desc p { min-height: 24px; } }

.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 10px; height: 30px; border: 1px solid #ccc; }

@media screen and (max-width: 991px) { .table { width: 100%; overflow-x: scroll; }
  .table table { width: 991px !important; max-width: 991px; } }

@media screen and (max-width: 991px) { [class*="-item"] .item-title { font-size: 14px; font-size: 1.4rem; }
  [class*="-item"] .item-desc { font-size: 13px; font-size: 1.3rem; }
  [class*="-item"] .item-link { font-size: 13px; font-size: 1.3rem; }
  [class*="-item"] .item-modal { display: none; } }

/* .m-xx end */
/* .j-xx start */
.j-offset-top { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); opacity: 0; }

.j-offset-top.run { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }

.j-offset-left { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); opacity: 0; }

.j-offset-left.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

.j-offset-right { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; }

.j-offset-right.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

.j-fadein { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; opacity: 0; }

.j-fadein.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

.j-lazy { min-width: 20%; }

/* .j-xx end */
[class*="-item"] .item-pic { position: relative; display: block; line-height: 0; font-size: 0; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

[class*="-item"] .item-pic:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a:hover { color: #004498; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; }

[class*="-item"] .item-desc a:hover { color: #004498; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

#preloader { background-color: #333; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; z-index: 99; }

#loading-center { width: 100%; height: 100%; position: relative; }

#loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; text-align: center; }

.object { width: 20px; height: 20px; background-color: #FFF; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-right: 20px; margin-top: 65px; border-radius: 50% 50% 50% 50%; }

#object_one { -webkit-animation: object_one 1.5s infinite; -moz-animation: object_one 1.5s infinite; animation: object_one 1.5s infinite; }

#object_two { -webkit-animation: object_two 1.5s infinite; -moz-animation: object_two 1.5s infinite; animation: object_two 1.5s infinite; -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s; animation-delay: 0.25s; }

#object_three { margin-right: 0; -webkit-animation: object_three 1.5s infinite; -moz-animation: object_three 1.5s infinite; animation: object_three 1.5s infinite; -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }

@-webkit-keyframes object_one { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_one { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_one { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@-webkit-keyframes object_two { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_two { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_two { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@-webkit-keyframes object_three { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_three { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_three { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

.site-welcome { visibility: hidden; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 99; opacity: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-crm { margin-top: 34px; margin-bottom: 40px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-crm a { color: #666; }

.m-crm a:hover { color: #004498; }

.m-crm a.active { color: #004498; }

@media screen and (max-width: 991px) { .m-crm { margin-top: 30px; margin-bottom: 30px; } }

.m-oths { margin-top: 26px; }

.m-oths .oths-item { position: relative; padding-left: 36px; height: 27px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-repeat: no-repeat; background-position: left center; }

.m-oths .oths-item a { color: #666; }

.m-oths .oths-item a:hover { color: #004498; }

.m-oths .iconfont { position: absolute; left: 0; top: 0; width: 26px; height: 26px; line-height: 26px; font-size: 10px; font-size: 1rem; color: #fff; text-align: center; background-color: #004498; border-radius: 50%; }

.m-oths .iconfont:before { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }

.m-oths .oths-item-1 { margin-bottom: 14px; }

.m-page { margin-top: 60px; letter-spacing: 0; font-size: 0; text-align: center; }

.m-page a { margin-left: 4px; margin-right: 4px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 36px; padding: 0 3px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #333; text-align: center; border: 1px solid #e5e5e5; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-page span { margin-left: 4px; margin-right: 4px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 36px; padding: 0 3px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #333; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-page a.big { min-width: 61px; }

.m-page a:hover { color: white; border-color: #004498; background-color: #004498; }

.m-page a.active { color: white; border-color: #004498; background-color: #004498; }

.m-page2 { position: relative; }

.m-page2 .box-form { margin-left: 13px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding-right: 23px; background: url("../images/page1.png") no-repeat right top; }

.m-page2 .form-btn { min-width: 150px; height: 30px; padding: 0 10px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #004498; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .m-page { margin-top: 45px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 10px; } }

.m-kf { position: fixed; *position: absolute; z-index: 10; right: 0; top: 30%; background-color: #ebebeb; bottom: auto; }

.m-kf .list-item { position: relative; padding-top: 9px; padding-bottom: 13px; padding-left: 10px; padding-right: 10px; cursor: pointer; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-kf .list-item:first-child .item-line { display: none; }

.m-kf .list-item .img { position: absolute; top: 0; right: 100%; padding: 0 5px; width: 100px; height: 100px; display: none; background-color: #fff; }

.m-kf .item-pic { margin-left: auto; margin-right: auto; display: block; line-height: 0; font-size: 0; width: 49px; }

.m-kf .item-title { margin-top: 3px; font-size: 12px; font-size: 1.2rem; color: #333; text-align: center; }

.m-kf .item-title a { color: #333; }

.m-kf .item-line { position: absolute; left: 50%; top: 0; margin-left: -24px; display: block; width: 49px; height: 1px; background-color: #aaa; }

.m-kf .item-wx { position: absolute; right: 100%; top: 0; width: 100px; line-height: 0; font-size: 0; display: none; }

@media screen and (max-width: 991px) { body { padding-bottom: 63px; }
  .m-kf { top: auto; right: auto; left: 0; bottom: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: stretch; -webkit-align-items: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; }
  .m-kf .list-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-flow: column nowrap; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 0; }
  .m-kf .list-item .img { left: 0; top: auto; right: auto; bottom: 100%; }
  .m-kf .item-line { display: none; }
  .m-kf .item-wx { left: 0; right: auto; top: auto; bottom: 100%; } }

@media screen and (min-width: 768px) { .m-kf .list-item:hover .img { display: block; } }

.returntop { position: fixed; *position: absolute; z-index: 9; right: 6px; bottom: 150px; width: 50px; height: 58px; line-height: 54px; font-size: 20px; font-size: 2rem; color: #535353; text-align: center; border: 2px solid #535353; display: none; }

.returntop:hover { color: #fff; background-color: #004498; border-color: #004498; }

@media screen and (max-width: 991px) { .returntop { width: 30px; height: 38px; line-height: 34px; font-size: 16px; font-size: 1.6rem; } }

.banner { position: relative; line-height: 0; font-size: 0; overflow: hidden; z-index: 2; }

.banner .icon-line-circle-plus { display: inline-block; *display: inline; *zoom: 1; width: 46px; line-height: 44px; text-align: center; border-radius: 50%; border: 1px solid #fff; }

.banner .title3 { line-height: 40px; font-size: 30px; font-size: 3rem; color: #fff; text-transform: uppercase; font-weight: bold; cursor: default !important;}

@media screen and (max-width: 1024px) { .banner { display: none; } }

.nbanner img { position: relative; width: 1920px; max-width: 1920px; left: 50%; margin-left: -960px; }

.mbanner { position: relative; line-height: 0; font-size: 0; overflow: hidden; z-index: 2; display: none; }

@media screen and (max-width: 1024px) { .mbanner { display: block; }
  .mbanner .dotList { position: absolute; left: 0; right: 0; bottom: 15px; text-align: center; }
  .mbanner .dotList ul li { margin: 0 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 12px; height: 12px; background-color: #fff; border-radius: 50%; }
  .mbanner .dotList ul li.active { background-color: #004498; } }

.g-hd { position: absolute; left: 0; top: 0; right: 0; z-index: 10; }

.m-hdfix1 { padding-top: 16px; padding-bottom: 18px; min-height: 66px; text-align: right; }

.m-hdown { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 130px; line-height: 30px; padding: 0 5px; text-align: center; font-size: 14px; font-size: 1.4rem; font-weight: bold; color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #004498; visibility: hidden; }

.m-hdown i { margin-left: 5px; font-size: 16px; font-size: 1.6rem; }

.m-hdown:hover { color: #004498; background-color: #fff; }

.m-hdfix2 { position: relative; }

.m-hdfix2 .bg { position: absolute; width: 100%; height: 100%; overflow: hidden; }

.m-hdfix2 .bg:before { content: ""; position: absolute; left: 9.01042%; top: 0; width: 100%; height: 100%; background-color: #333; background-color: rgba(51, 51, 51, 0.9); }

.m-hdfix2 .box-wp { position: relative; z-index: 2; padding-left: 236px; }

.m-hdlogo { position: absolute; left: 0; top: -26px; display: block; line-height: 0; font-size: 0; }

.m-hdlogo:before { content: ""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-bottom: 26px solid #333; border-right: 26px solid transparent; border-bottom-color: rgba(51, 51, 51, 0.7); }

.m-hdlogo:after { content: ""; position: absolute; left: 100%; bottom: 0; width: 0; height: 0; border-top: 26px solid #333; border-right: 26px solid transparent; border-bottom-color: rgba(51, 51, 51, 0.7); }

.m-hdnav { float: left; max-width: 935px; }

.m-hdnav .nav-item { position: relative; float: left; margin-right: 15px; }

.m-hdnav .nav-item > a { position: relative; display: block; padding-top: 20px; padding-bottom: 20px; padding-left: 25px; padding-right: 25px; line-height: 30px; font-size: 16px; font-size: 1.6rem; font-family:"Microsoft YaHei","微软雅黑"; color: #fff; }

.m-hdnav .nav-item > a:before { content: ""; position: absolute; left: 0; top: -6px; width: 100%; height: 100%; padding: 6px 0; background-color: transparent; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdnav .nav-item > a span { position: relative; text-transform: uppercase; }

.m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active { color: #fff; }

.m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before { background-color: #004498; }

.m-hdnav .sbnav-list { position: absolute; display: none; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdnav .sbnav-wp { -moz-box-sizing: border-box; box-sizing: border-box; background-color: #004498; }

.m-hdnav .sbnav-list1 { top: 100%; left: 50%; margin-left: -90px; width: 176px; }
.m-hdnav .sbnav-list1 li {  position: relative;}
.m-hdnav .sbnav-list2 { top: 0; left: 100%; width: 240px;}
.m-hdnav .sbnav-list2 li {  position: relative;}
.m-hdnav .sbnav-list3 { top: 0; left: 100%; width: 176px; }

.m-hdnav .sbnav-item a { display: block; padding-top: 8px; padding-bottom: 8px; padding-left: 25px; padding-right: 10px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #fff; }

.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active { color: #004498; background-color: #fff; }

@media screen and (max-width: 1219px) { .m-hdnav { max-width: 700px; }
  .m-hdnav .nav-item { margin-right: 15px; }
  .m-hdnav .nav-item > a { padding-left: 10px; padding-right: 10px; font-size: 14px; font-size: 1.4rem; }
  .m-hdnav .sbnav-list { width: 160px; }
  .m-hdnav .sbnav-list2 { left: auto; right: 100%; }
  .m-hdnav .sbnav-list3 { left: auto; right: 100%; }
  .m-hdnav .sbnav-item > a { padding-top: 5px; padding-bottom: 5px; font-size: 14px; font-size: 1.4rem; } }

.m-hdsch { position: relative; float: right; z-index: 3; padding-top: 20px; padding-bottom: 20px; }

.m-hdsch .sch-btn { display: block; line-height: 30px; font-size: 24px; font-size: 2.4rem; color: #fff; }

.m-hdsch .sch-form { position: absolute; top: 100%; right: 15px; width: 256px; padding-right: 34px; border-radius: 15px; background-color: #f4f4f4; border: solid 1px #d7d7d7; overflow: hidden; visibility: hidden; opacity: 0; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdsch .sch-form .form-text { width: 100%; padding-left: 16px; padding-right: 10px; height: 30px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdsch .sch-form .form-text::-webkit-input-placeholder { color: #333; opacity: 1; }

.m-hdsch .sch-form .form-text:-moz-placeholder { color: #333; opacity: 1; }

.m-hdsch .sch-form .form-text::-moz-placeholder { color: #333; opacity: 1; }

.m-hdsch .sch-form .form-text:-ms-input-placeholder { color: #333; opacity: 1; }

.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont { position: absolute; right: 0; top: 0; line-height: 30px; height: 30px; width: 34px; text-align: left; font-size: 22px; font-size: 2.2rem; color: #004498; }

.m-hdsch .sch-form .form-btn { z-index: 2; }

.m-hdsch .sch-form.run { visibility: visible; right: 0; opacity: 1; }

@media screen and (max-width: 991px) { .g-hd { position: relative; }
  .m-hdfix1, .m-hdnav { display: none; }
  .m-hdfix2 { position: static; }
  .m-hdfix2 .bg { display: none; }
  .m-hdfix2 .box-wp { position: static; padding-left: 0; }
  .m-hdlogo { position: relative; top: 0; width: 100px; padding-top: 10px; padding-bottom: 10px; margin: 0 auto; }
  .m-hdlogo:before, .m-hdlogo:after { display: none; }
  .m-hdsch { position: absolute; right: 10px; top: 0; padding-top: 25px; padding-bottom: 10px; }
  .m-hdsch .sch-btn { color: #004498; } }

.g-habt { position: relative; padding-top: 127px; padding-bottom: 143px; overflow: hidden; }

@media screen and (max-width: 991px) { .g-habt { padding-top: 30px; padding-bottom: 30px; } }

.m-habt { position: relative; }

.m-habt .box-img { position: relative; z-index: 2; float: right; margin-left: 35px; width: 56.66667%; overflow: hidden; }

.m-habt .box-list { width: 1000%; overflow: hidden; }

.m-habt .list-item { float: left; width: 10%; }

.m-habt .box-page { position: absolute; right: 0; width: 100%; bottom: 18px; padding: 0 14px; text-align: right; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-habt .page-item { margin: 0 3px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 12px; height: 12px; background-color: #ffffff; border-radius: 50%; }

.m-habt .page-item.active { background-color: #004498; }

.m-habt .box-text { position: relative; }

.m-habt .box-text:before { content: ""; position: absolute; top: -54px; left: -52px; width: 62.5%; height: 566px; -moz-box-sizing: border-box; box-sizing: border-box; border: 3px solid #004498; }

.m-habt .box-title { line-height: 50px; font-size: 40px; font-size: 4rem; font-weight: bold; text-transform: uppercase; color: #000; }

.m-habt .box-title a { color: #000; }

.m-habt .box-title a:hover { color: #004498; }

.m-habt .box-info { margin-top: 6px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #004498; }

.m-habt .box-info a { color: #004498; }

.m-habt .box-info a:hover { color: #333; }

.m-habt .box-desc { margin-top: 55px; height: 210px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #000; overflow: hidden; }

.m-habt .box-desc a { color: #000; }

.m-habt .box-desc a:hover { color: #004498; }

.m-habt .box-desc p { min-height: 30px; text-indent: 2em; }

.m-habt .box-link { margin-top: 71px; }

.m-habt .box-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 140px; line-height: 30px; padding: 6px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; background-color: #333; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .m-habt .box-img { float: none; margin-left: 0; width: 100%; max-width: 670px; }
  .m-habt .box-text { padding-top: 30px; }
  .m-habt .box-text:before { display: none; }
  .m-habt .box-title { line-height: 1.2; font-size: 24px; font-size: 2.4rem; }
  .m-habt .box-info { margin-top: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-habt .box-desc { margin-top: 15px; height: auto; max-height: 144px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-habt .box-desc p { min-height: 0; }
  .m-habt .box-link { margin-top: 20px; } }

.m-hhd { margin-bottom: 43px; text-align: center; }

.m-hhd .hd-title { line-height: 50px; font-size: 40px; font-size: 4rem; font-family:"Microsoft YaHei","微软雅黑"; text-transform: uppercase; }

.m-hhd .hd-desc { margin-top: 14px; margin-left: auto; margin-right: auto; max-width: 915px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-hhd .hd-desc a { color: #666; }

.m-hhd .hd-desc a:hover { color: #004498; }

@media screen and (max-width: 991px) { .m-hhd { margin-bottom: 30px; }
  .m-hhd .hd-title { line-height: 1.2; font-size: 24px; font-size: 2.4rem; }
  .m-hhd .hd-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.g-hwys { padding-top: 51px; padding-bottom: 64px; background-color: #f2f5f8; }

@media screen and (max-width: 991px) { .g-hwys { padding-top: 30px; padding-bottom: 30px; } }

.m-hwys { margin-bottom: -30px; font-size: 0; letter-spacing: 0; text-align: center; }

.m-hwys .box-item { margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 25%; padding: 0 1%; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hwys .box-item:hover { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); }

.m-hwys .item-icon { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hwys .item-icon a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-hwys .item-title { margin-top: 29px; height: 30px; line-height: 30px; font-size: 16px; font-size: 1.6rem; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; }

.m-hwys .item-desc { margin-top: 22px; height: 78px; line-height: 26px; font-size: 16px; font-size: 1.6rem; overflow: hidden; color: #666; }

.m-hwys .item-desc a { color: #666; }

.m-hwys .item-desc a:hover { color: #004498; }

@media screen and (max-width: 991px) { .m-hwys .item-title { height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-hwys .item-desc { margin-top: 10px; height: 72px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-hwys .box-item { width: 50%; } }

@media screen and (max-width: 375px) { .m-hwys .box-item { width: 100%; } }

.g-hpro { padding-top: 60px; padding-bottom: 62px; background: url("../images/hbg1.jpg") no-repeat center; background-attachment: fixed; color: #fff; }

.g-hpro a, .g-hpro .hd-desc a, .g-hpro .item-desc a { color: #fff; }

 .g-hpro .hd-desc a:hover, .g-hpro .item-desc a:hover { color: #333; }
.g-hpro .heih{ color: #333; }
.g-hpro .heih:hover{ color: #fff; }
@media screen and (max-width: 991px) { .g-hpro { padding-top: 30px; padding-bottom: 30px; } }

.m-hpro { margin-bottom: -30px; }

.m-hpro .list-item { float: left; margin-right: 1.08333%; margin-bottom: 30px; width: 24.16667%; }

.m-hpro .item-title { margin-top: 16px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; font-weight: bold; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

.m-hpro .item-title:hover { color: #333; }

.m-hpro .item-title:hover a { color: #333; }

.m-hpro .item-desc { margin-top: 4px; text-indent: 2em; height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; text-align: center; overflow: hidden; }

@media screen and (max-width: 640px) { .m-hpro .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

@media screen and (max-width: 375px) { .m-hpro .list-item { margin-left: 0; margin-right: 0 !important; width: 100%; } }

.g-hproj { padding-top: 60px; padding-bottom: 93px; }

@media screen and (max-width: 991px) { .g-hproj { padding-top: 30px; padding-bottom: 30px; } }

.m-hproj { margin-bottom: -19px; }

.m-hproj .list-item { position: relative; float: left; margin-right: 1.5%; margin-bottom: 19px; overflow: hidden; }

.m-hproj .list-item:hover .item-title { -webkit-transform: translateY(46px); -moz-transform: translateY(46px); -ms-transform: translateY(46px); -o-transform: translateY(46px); transform: translateY(46px); }

.m-hproj .list-item:hover .item-modal { bottom: 0; }

.m-hproj .list-item1 { width: 32.25%; }

.m-hproj .list-item2 { width: 66.08333%; }

.m-hproj .item-title { position: absolute; left: 0; bottom: 0; width: 100%; height: 46px; line-height: 46px; padding: 0 10px; text-align: center; color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #004498; background-color: rgba(0, 68, 152, 0.7); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hproj .item-title a { color: #fff; }

.m-hproj .item-title:hover { color: #fff; background-color: #333; }

.m-hproj .item-title:hover a { color: #fff; }

.m-hproj .item-modal { position: absolute; left: 0; bottom: 100%; width: 100%; height: 100%; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; background-color: #004498; background-color: rgba(0, 68, 152, 0.7); color: #fff; }

.m-hproj .item-modal .item-mtitle, .m-hproj .item-modal .item-mdesc { color: #fff; }

.m-hproj .item-modal .item-mtitle a, .m-hproj .item-modal .item-mdesc a { color: #fff; }

.m-hproj .item-modal .item-mtitle:hover, .m-hproj .item-modal .item-mdesc:hover { color: #eee; }

.m-hproj .item-modal .item-mtitle:hover a, .m-hproj .item-modal .item-mdesc:hover a { color: #eee; }

.m-hproj .item-table { position: absolute; left: 0; top: 0; display: table; width: 100%; height: 100%; -moz-box-sizing: border-box; box-sizing: border-box; table-layout: fixed; }

.m-hproj .item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

.m-hproj .item-mtext { margin: 0 auto; width: 96%; max-width: 560px; text-align: center; }

.m-hproj .item-mtitle { height: 36px; line-height: 36px; font-size: 26px; font-size: 2.6rem; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-hproj .item-line { margin-top: 12px; margin-left: auto; margin-right: auto; width: 67px; height: 2px; background-color: #ffffff; }

.m-hproj .item-mdesc { margin-top: 37px; max-height: 90px; line-height: 30px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

@media screen and (max-width: 991px) { .m-hproj .item-title { height: 36px; line-height: 36px; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

@media screen and (max-width: 480px) { .m-hproj .list-item2 { margin-right: 0; width: 100%; }
  .m-hproj .list-item1 { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.g-hnews { padding-top: 72px; padding-bottom: 77px; background-color: #f2f5f8; }

.g-hnews .box-img { float: right; margin-left: 35px; width: 564px; }

.g-hnews .box-img a { position: relative; display: inline-block; *display: inline; *zoom: 1; }

.g-hnews .box-hd { margin-bottom: 52px; }

.g-hnews .hd-title { text-align: left; }

@media screen and (max-width: 991px) { .g-hnews { padding-top: 30px; padding-bottom: 30px; }
  .g-hnews .box-img { float: none; margin-left: 0; margin-bottom: 30px; width: 100%; }
  .g-hnews .box-hd { margin-bottom: 30px; } }

.m-hnews .list-item { padding-top: 25px; padding-bottom: 23px; border-bottom: 1px solid #e4e4e4; overflow: hidden; }

.m-hnews .list-item:first-child { padding-top: 0; }

.m-hnews .list-item:last-child { padding-bottom: 0; border-bottom: none; }

.m-hnews .item-time { float: left; margin-right: 22px; width: 124px; height: 121px; padding-top: 19px; text-align: center; font-size: 18px; font-size: 1.8rem; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }

.m-hnews .item-time .day { margin-bottom: 10px; font-weight: bold; font-size: 36px; font-size: 3.6rem; }

.m-hnews .item-text { padding-top: 13px; }

.m-hnews .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; text-overflow: ellipsis; white-space: nowrap; }

.m-hnews .item-desc { margin-top: 22px; text-indent: 2em; height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-hnews .item-desc a { color: #666; }

.m-hnews .item-desc a:hover { color: #004498; }

@media screen and (max-width: 991px) { .m-hnews .item-time { float: none; margin-right: 0; width: auto; height: auto; padding: 5px 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; display: inline-block; *display: inline; *zoom: 1; }
  .m-hnews .item-time .day { display: inline; font-size: 16px; font-size: 1.6rem; }
  .m-hnews .item-time p { display: inline; }
  .m-hnews .item-desc { margin-top: 10px; } }

.g-hpartner { padding-top: 69px; padding-bottom: 66px; }

@media screen and (max-width: 991px) { .g-hpartner { padding-top: 30px; padding-bottom: 30px; } }

.m-hpartner { position: relative; padding-left: 42px; padding-right: 42px; }

.m-hpartner .box-list { width: 10000%; overflow: hidden; }

.m-hpartner .list-item { float: left; margin-right: 0.05645%; width: 0.15233%; }

.m-hpartner .box-btn { position: absolute; top: 50%; margin-top: -13px; width: 26px; height: 26px; line-height: 26px; font-size: 12px; font-size: 1.2rem; color: #fff; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #004498; background-color: rgba(0, 68, 152, 0.6); border-radius: 50%; }

.m-hpartner .box-btn.prev { left: 0; }

.m-hpartner .box-btn.next { right: 0; }

.m-hpartner .box-btn:hover { background-color: #333; background-color: #004498; }

@media screen and (max-width: 640px) { .m-hpartner .list-item { margin-right: .02%; width: .323%; } }

@media screen and (max-width: 375px) { .m-hpartner .list-item { width: .49%; } }

.g-ft { background-color: #252525; line-height: 32px; font-size: 16px; font-size: 1.6rem; color: #fff; }

.g-ft a { color: #fff; }

.g-ft a:hover { color: #004498; }

.m-ftfix1 { background-color: #2e2e2e; }

.m-ftfix1 .box-wp { padding-top: 44px; padding-bottom: 41px; }

.m-ftb { float: left; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftb1 { padding-right: 20px; width: 29.16667%; }

.m-ftb2 { padding-right: 20px; width: 29.16667%; }

.m-ftb3 { float: none; overflow: hidden; }

.m-ftt { margin-bottom: 12px; font-size: 22px; font-size: 2.2rem; color: #fbfbfb; text-transform: uppercase; }

.m-ftt a { color: #fbfbfb; }

.m-ftt a:hover { color: #fff; }

.m-ftinfo .info-item { position: relative; padding-left: 25px; line-height: 36px; word-break: break-word; }

.m-ftinfo .info-item .iconfont { position: absolute; left: 0; top: 0; }

.m-ftshare { margin-top: 23px; margin-bottom: -10px; font-size: 0; letter-spacing: 0; line-height: 0; }

.m-ftshare .share-item { margin-bottom: 10px; margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 34px; }

.m-ftshare .share-item svg { width: 100%; }

.m-ftshare .share-item:last-child { margin-right: 0; }

.m-ftshare .share-item:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }

.m-ftform .form-bd { margin-bottom: -18px; overflow: hidden; }

.m-ftform .form-item { position: relative; margin-bottom: 18px; padding-left: 14px; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 0; font-size: 0; }

.m-ftform .form-item.important { background: url("../images/star1.png") no-repeat left 17px; }

.m-ftform .form-item1 { width: 47.18876%; }

.m-ftform .form-item2 { width: 100%; }

.m-ftform .form-item3 { margin-right: 4.01606%; width: 34.93976%; }

.m-ftform .form-item4 { width: 28.11245%; padding-left: 0; height: 46px; line-height: 44px; text-align: center; background-color: #f3fbfe; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d2d2d2; overflow: hidden; padding-left: 0; }

.m-ftform .form-item4 img { max-height: 44px; vertical-align: middle; }

.m-ftform .form-item5 { padding-left: 0; width: 28.91566%; background: none; }

.m-ftform .form-text { width: 100%; height: 46px; padding-left: 13px; padding-right: 13px; line-height: 44px; font-size: 14px; font-size: 1.4rem; color: #a6a6a6; color: #a6a6a6 \9; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #bfbfbf; box-sizing: border-box; }

.m-ftform .form-text::-webkit-input-placeholder { color: #a6a6a6; opacity: 1; }

.m-ftform .form-text:-moz-placeholder { color: #a6a6a6; opacity: 1; }

.m-ftform .form-text::-moz-placeholder { color: #a6a6a6; opacity: 1; }

.m-ftform .form-text:-ms-input-placeholder { color: #a6a6a6; opacity: 1; }

.m-ftform .form-text2 { line-height: 44px; height: 100px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftform .iconfont { position: absolute; top: 0; left: 20px; line-height: 44px; font-size: 18px; font-size: 1.8rem; color: #333; }

.m-ftform .form-btn { width: 100%; height: 46px; font-size: 20px; font-size: 2rem; color: #fff; text-transform: uppercase; background-color: #004498; }

.m-ftdown { margin-top: 30px; }

.m-ftdown a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 130px; line-height: 30px; padding: 0 10px; font-size: 14px; font-size: 1.4rem; font-weight: bold; color: #fff; text-align: center; background-color: #004498; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftdown a:hover { background-color: #fff; }

.m-ftwx { margin-top: 15px; line-height: 0; font-size: 0; }

.m-ftfix2 { padding-top: 14px; padding-bottom: 10px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #e5e5e5; }

.m-ftfix2 a { color: #e5e5e5; }

.m-ftfix2 a:hover { color: #004498; }

.m-ftlnk { margin-bottom: 5px; overflow: hidden; }

.m-ftlnk .list-item { float: left; margin-right: 30px; }

.m-ftext { line-height: 26px; overflow: hidden; }

/*.m-ftext img { vertical-align: middle; }*/

@media screen and (max-width: 991px) { .m-ftfix1 { background: none; }
  .m-ftfix1 .box-wp { padding-top: 30px; padding-bottom: 0; }
  .m-ftb3, .m-ftb2, .m-ftt, .m-ftlnk, .m-ftinfo, .m-ftnav, .m-ftlnk, .m-ftdown { display: none; }
  .m-ftfix2 { padding: 30px 0; }
  .m-ftshare { float: none; margin-left: 0; margin-top: 0; margin-bottom: 0; text-align: center; }
  .m-ftshare .share-item { width: 30px; }
  .m-ftb1 { float: none; width: 100%; padding-right: 0; text-align: center; }
  .m-ftext { text-align: center; } }

.g-wp { position: relative; padding-bottom: 119px; }

@media screen and (max-width: 991px) { .g-wp { padding-bottom: 30px; } }

.m-abtnav { position: -webkit-sticky; position: sticky; z-index: 9; top: 0; left: 0; margin-bottom: 87px; line-height: 0; font-size: 0; text-align: center; background-color: #fff; box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2); border: solid 1px #e6e6e6; }

.m-abtnav .box-wp { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -webkit-align-items: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.m-abtnav .nav-item { position: relative; margin-right: 10px; display: inline-block; *display: inline; *zoom: 1; padding-top: 12px; padding-left: 10px; padding-right: 10px; min-width: 198px; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-abtnav .nav-item:before { content: ""; position: absolute; left: 0; right: 0; top: 100%; margin: 0 auto; width: 0; display: none; height: 0; border-top: 12px solid #004498; border-left: 10px solid transparent; border-right: 10px solid transparent; }

.m-abtnav .nav-item.active { background-color: #004498; }

.m-abtnav .nav-item.active .item-icon1 { background-image: url("../images/abtnav1h.png"); }

.m-abtnav .nav-item.active .item-icon2 { background-image: url("../images/abtnav2h.png"); }

.m-abtnav .nav-item.active .item-icon3 { background-image: url("../images/abtnav3h.png"); }

.m-abtnav .nav-item.active .item-icon4 { background-image: url("../images/abtnav4h.png"); }

.m-abtnav .nav-item.active .item-title { color: #fff; }

.m-abtnav .nav-item.active:before { display: block; }

.m-abtnav .item-title { padding: 3px 0 9px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-weight: bold; color: #333; }

.m-abtnav .item-icon { margin: 0 auto; width: 55px; height: 46px; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }

.m-abtnav .item-icon1 { background-image: url("../images/abtnav1.png"); }

.m-abtnav .item-icon2 { background-image: url("../images/abtnav2.png"); }

.m-abtnav .item-icon3 { background-image: url("../images/abtnav3.png"); }

.m-abtnav .item-icon4 { background-image: url("../images/abtnav4.png"); }

@media screen and (max-width: 991px) { .m-abtnav { display: none; }
  .m-abtnav .nav-item { margin: 0 20px; }
  .m-abtnav .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-abtnav .nav-item { margin: 0; width: 100%; }
  .m-abtnav .nav-item:before { display: none !important; } }

.m-abtb1 .box-fix1 { position: relative; float: right; margin-left: 4.83333%; margin-right: 10px; width: 51%; }

.m-abtb1 .box-fix1:before { content: ""; position: absolute; right: -10px; bottom: -10px; width: 199px; height: 133px; background-color: #004498; }

.m-abtb1 .box-video { position: relative; padding-top: 410px; line-height: 0; font-size: 0; overflow: hidden; }

.m-abtb1 .box-video iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-abtb1 .box-title { line-height: 50px; font-size: 40px; font-size: 4rem; text-transform: uppercase; }

.m-abtb1 .box-info { margin-top: 9px; margin-bottom: 27px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #004498; }

.m-abtb1 .box-desc { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.m-abtb1 .box-desc p, .m-abtb1 .box-desc span, .m-abtb1 .box-desc b { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.m-abtb1 .box-desc p { min-height: 30px; text-indent: 2em; }

.m-abtb1 .box-item2 { margin-top: 92px; /*margin-bottom: 50px;*/ }

.m-abtb1 .box-img { float: left; margin-right: 47px; width: 49.16667%; }

.m-abtb1 .box-text2 { padding-top: 4.91667%; }

@media screen and (max-width: 991px) { .m-abtb1 .box-fix1 { float: none; margin-left: 0; margin-bottom: 30px; width: 81.6%; max-width: -moz-calc(100% - 10px); max-width: calc(100% - 10px); }
  .m-abtb1 .box-video { padding-top: 66.99346%; }
  .m-abtb1 .box-title { line-height: 1.2; font-size: 24px; font-size: 2.4rem; }
  .m-abtb1 .box-info { margin-bottom: 15px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb1 .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb1 .box-desc p, .m-abtb1 .box-desc span, .m-abtb1 .box-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb1 .box-desc p { min-height: 24px; }
  .m-abtb1 .box-item2 { margin-top: 20px; margin-bottom: 20px; }
  .m-abtb1 .box-img { float: none; margin-right: 0; width: auto; } }

.m-abtt { margin-bottom: 46px; line-height: 50px; font-size: 40px; font-size: 4rem; font-weight: bold; text-align: center; text-transform: uppercase; }

@media screen and (max-width: 991px) { .m-abtt { margin-bottom: 30px; line-height: 1.2; font-size: 24px; font-size: 2.4rem; } }

.m-abtb2 { padding-top: 38px; padding-bottom: 77px; }

.m-abtb2 .box-wp { position: relative; padding-left: 48px; padding-right: 48px; }

.m-abtb2 .box-list { width: 10000%; overflow: hidden; }

.m-abtb2 .list-item { float: left; margin-right: 0.01449%; width: 0.32337%; }

.m-abtb2 .list-item:hover .item-modal { top: 0; }

.m-abtb2 .list-item:hover .item-pic img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.m-abtb2 .item-top { position: relative; overflow: hidden; }

.m-abtb2 .item-modal, .m-abtb2 .item-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-abtb2 .item-modal { top: 100%; background-color: #004498; background-color: rgba(0, 68, 152, 0.7); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-abtb2 .item-modal .iconfont { position: absolute; left: 0; top: 50%; right: 0; margin-top: -20px; margin-left: auto; margin-right: auto; line-height: 40px; font-size: 26px; font-size: 2.6rem; color: #fff; text-align: center; }

.m-abtb2 .item-title { height: 52px; line-height: 52px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; background-color: #f2f2f2; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-abtb2 .box-btn { position: absolute; top: 50%; margin-top: -17px; width: 34px; line-height: 32px; font-size: 18px; font-size: 1.8rem; color: #004498; text-align: center; border: 1px solid #004498; border-radius: 50%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-abtb2 .box-btn:hover { background-color: #004498; color: #fff; }

.m-abtb2 .box-btn.prev { left: 0; }

.m-abtb2 .box-btn.next { right: 0; }

@media screen and (max-width: 991px) { .m-abtb2 { padding-top: 30px; padding-bottom: 30px; }
  .m-abtb2 .item-title { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-abtb2 .list-item { margin-right: .02%; width: .49%; } }

@media screen and (max-width: 375px) { .m-abtb2 .list-item { margin-right: .02%; width: 1%; } }

.m-abtb3 { padding-top: 46px; padding-bottom: 53px; background-color: #f2f5f8; }

.m-abtb3 .box-wp { position: relative; }

.m-abtb3 .box-btn { position: absolute; top: 50%; margin-top: -17px; width: 34px; line-height: 32px; font-size: 18px; font-size: 1.8rem; color: #004498; text-align: center; border: 1px solid #004498; border-radius: 50%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-abtb3 .box-btn:hover { background-color: #004498; color: #fff; }

.m-abtb3 .box-btn.prev { left: 0; }

.m-abtb3 .box-btn.next { right: 0; }

.m-abtb3 .box-lunbo { position: relative; padding-left: 60px; padding-right: 60px; }

.m-abtb3 .box-lunbo1 { display: none \9; }

.m-abtb3 .box-lunbo1 .box-list { position: relative; height: 354px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000px; perspective: 1000px; }

.m-abtb3 .box-lunbo1 .list-item { position: absolute; top: 0; width: 248px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-abtb3 .box-lunbo1 .list-item1 { z-index: 1; left: 0; -webkit-transform: rotateY(42deg) scale(0.9); -moz-transform: rotateY(42deg) scale(0.9); transform: rotateY(42deg) scale(0.9); }

.m-abtb3 .box-lunbo1 .list-item2 { z-index: 2; left: 205px; -webkit-transform: rotateY(42deg) scale(0.9); -moz-transform: rotateY(42deg) scale(0.9); transform: rotateY(42deg) scale(0.9); }

.m-abtb3 .box-lunbo1 .list-item3 { z-index: 3; left: 415px; margin: 0 auto; }

.m-abtb3 .box-lunbo1 .list-item4 { z-index: 2; left: 620px; -webkit-transform: rotateY(-42deg) scale(0.9); -moz-transform: rotateY(-42deg) scale(0.9); transform: rotateY(-42deg) scale(0.9); }

.m-abtb3 .box-lunbo1 .list-item5 { z-index: 1; left: 815px; -webkit-transform: rotateY(-42deg) scale(0.9); -moz-transform: rotateY(-42deg) scale(0.9); transform: rotateY(-42deg) scale(0.9); }

.m-abtb3 .box-lunbo1 .list-item6 { left: 100%; -webkit-transform: rotateY(-42deg) scale(0.9); -moz-transform: rotateY(-42deg) scale(0.9); transform: rotateY(-42deg) scale(0.9); }

.m-abtb3 .box-lunbo1 .list-item0 { left: -260px; }

.m-abtb3 .box-lunbo2 { display: none; display: block \9; }

.m-abtb3 .box-lunbo2 .box-list { width: 1000%; overflow: hidden; }

.m-abtb3 .box-lunbo2 .list-item { float: left; margin-right: .14%; width: 1.9%; }

@media screen and (max-width: 1219px) { .m-abtb3 .box-lunbo1 { display: none; }
  .m-abtb3 .box-lunbo2 { display: block; }
  .m-abtb3 .box-lunbo2 .list-item { width: 2.4%; } }

@media screen and (max-width: 991px) { .m-abtb3 { padding: 30px 0; }
  .m-abtb3 .box-lunbo { margin-top: 30px; padding: 0 40px; } }

@media screen and (max-width: 480px) { .m-abtb3 .box-lunbo2 .list-item { margin-right: .2%; width: 4.9%; } }

.m-abtb4 { margin-top: 62px; }

@media screen and (max-width: 991px) { .m-abtb4 { margin-top: 30px; } }

.g-mn { float: left; width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; }

.g-mn1 { padding-left: 28.66667%; }

.g-mn2 { padding-left: 300px; }

.g-mn3 { padding-right: 32.5%; }

@media screen and (max-width: 991px) { .g-mn { float: none; width: 100%; padding: 0; } }

.g-sd1 { float: left; width: 24.5%; margin-left: -100%; }

.g-sd2 { float: left; width: 240px; margin-left: -100%; }

.g-sd3 { float: left; width: 25.33333%; margin-left: -25.33333%; }

@media screen and (max-width: 991px) { .g-sd { float: none; width: 100%; margin-left: 0; margin-right: 0; margin-top: 30px; } }

.m-sdtt { margin-bottom: 8px; text-align: center; text-transform: uppercase; display: block; padding: 5px 10px; line-height: 34px; background-color: #004498; color: #fff; font-size: 24px; font-size: 2.4rem; font-weight: bold; text-align: center; text-transform: uppercase; }

@media screen and (max-width: 991px) { .m-sdtt { line-height: 26px; font-size: 20px; font-size: 2rem; } }

.m-sdnav { margin-top: 40px; overflow: hidden; }

.m-sdnav .nav-name { margin-bottom: 0; }

.m-sdnav .sdnav-btn { position: relative; margin-bottom: 20px; display: none; width: 100%; padding-top: 10px; padding-left: 15px; padding-right: 40px; padding-bottom: 10px; line-height: 25px; font-size: 18px; font-size: 1.8rem; color: white; text-transform: uppercase; background-color: #004498; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sdnav .sdnav-btn > p { position: absolute; bottom: 12px; right: 15px; }

.m-sdnav .sdnav-btn > p span { margin-bottom: 2px; display: block; width: 25px; height: 4px; background-color: white; }

.m-sdnav .nav-list { margin-top: 8px; }

.m-sdnav .nav-item { margin-top: 6px; background-color: #f3f3f3; border: solid 1px #e6e6e6; }

.m-sdnav .nav-item > a { position: relative; display: block; padding-left: 46px; padding-right: 0; padding-top: 5px; padding-bottom: 5px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333; background-color: #eee; border-bottom: 1px solid #e6e6e6; }

.m-sdnav .nav-item > a:after { content: ""; position: absolute; left: 38px; top: 0; width: 1px; height: 100%; background-color: #d2d2d2; }

.m-sdnav .nav-item > a:before { content: "+"; position: absolute; left: 12px; line-height: 30px; top: 5px; font-size: 26px; font-size: 2.6rem; color: #707070; }

.m-sdnav .nav-item > a:hover, .m-sdnav .nav-item > a.active, .m-sdnav .nav-item > a.current { color: #fff; background-color: #004498; }

.m-sdnav .nav-item > a:hover:before, .m-sdnav .nav-item > a.active:before, .m-sdnav .nav-item > a.current:before { color: #fff; }

.m-sdnav .sbnav-list { background-color: #fff; display: none; }

.m-sdnav .sbnav-list.show { display: block; }

.m-sdnav .sbnav-list1 { padding: 1px 0; }

.m-sdnav .sbnav-item > a { display: block; font-size: 16px; font-size: 1.6rem; padding-top: 5px; padding-bottom: 5px; color: #333; padding-left: 46px; padding-right: 10px; line-height: 30px; color: #666; }

.m-sdnav .sbnav-item > a:hover, .m-sdnav .sbnav-item > a.active, .m-sdnav .sbnav-item > a.current { color: #004498; }

.m-sdnav .sbnav-item > a:hover a, .m-sdnav .sbnav-item > a.active a, .m-sdnav .sbnav-item > a.current a { color: #004498; }

.m-sdnav .sbnav-item2 { padding-left: 26px; }

.m-sdnav .sbnav-item2 > a { padding-top: 5px; padding-bottom: 5px; line-height: 26px; font-size: 14px; font-size: 1.4rem; }

.m-sdnav:first-child { margin-top: 0; }

@media screen and (max-width: 991px) { .m-sdnav { margin-top: 30px; }
  .m-sdnav .nav-name { display: none; }
  .m-sdnav .sdnav-btn { margin-bottom: 0; display: block; }
  .m-sdnav .nav-list { display: none; } }

.m-sdtag { margin-top: 55px; }

.m-sdtag .box-list { padding-left: 10px; padding-right: 10px; padding-top: 9px; padding-bottom: 7px; border: solid 1px #d2d2d2; }

.m-sdtag .list-item { display: inline-block; *display: inline; *zoom: 1; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-sdtag .list-item a { color: #666; }

.m-sdtag .list-item a:hover { color: #004498; }

@media screen and (max-width: 991px) { .m-sdtag { margin-top: 30px; } }

.m-classtext { margin-bottom: 25px; }

.m-classtext .box-title { margin-bottom: 6px; line-height: 32px; font-size: 22px; font-size: 2.2rem; font-weight: bold; color: #004498; }

.m-classtext .box-desc { line-height: 30px; text-indent: 2em; font-size: 16px; font-size: 1.6rem; color: #666; }

@media screen and (max-width: 991px) { .m-classtext .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-prol { margin-bottom: -59px; overflow: hidden; }

.m-prol .list-item { float: left; margin-right: 4.32243%; margin-bottom: 59px; width: 30.37383%; }

.m-prol .item-title { margin-top: 9px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; font-weight: bold; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

.m-prol .item-desc { margin-top: 2px; height: 52px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; text-align: center; overflow: hidden; }

.m-prol .item-desc a { color: #666; }

.m-prol .item-desc a:hover { color: #004498; }

.m-prol .item-link { margin-top: 10px; text-align: center; font-size: 0; letter-spacing: 0; }

.m-prol .item-link input { margin-right: 18px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.m-prol .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; min-width: 130px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #004498; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #004498; }

.m-prol .item-link a:hover { color: #fff; background-color: #004498; }

@media screen and (max-width: 991px) { .m-prol { margin-bottom: -30px; }
  .m-prol .list-item { margin-bottom: 30px; }
  .m-prol .item-desc { height: 48px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prol .item-link a { min-width: 100px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-prol .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

@media screen and (max-width: 320px) { .m-prol .list-item { margin-left: 0; margin-right: 0 !important; width: 100%; } }

.m-prob1 { margin-bottom: 52px; }

.m-prob1 .prob-pic { position: relative; z-index: 3; margin-right: 6.25%; width: 615px; }

.m-prob1 .prob-pic-big { position: relative; float: right; width: 470px; border: 1px solid #e6e6e6; background-color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.m-prob1 .zoomWrapperImage img { max-width: 1200px; }

.m-prob1 .prob-pic-small { position: relative; float: left; width: 120px; padding-top: 30px; padding-bottom: 30px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; left: 0; right: 0; margin: 0 auto; display: block; line-height: 24px; font-size: 24px; font-size: 2.4rem; color: #a6a6a6; text-align: center; }

.m-prob1 .prob-pic-btn.prev { top: 0; }

.m-prob1 .prob-pic-btn.next { bottom: 0; }

.m-prob1 .prob-pic-btn:hover { color: #004498; }

.m-prob1 .prob-pic-list { height: 443px; overflow: hidden; }

.m-prob1 .prob-pic-list ul { height: 1000%; overflow: hidden; }

.m-prob1 .prob-pic-list ul li { margin-bottom: 29px; }

.m-prob1 .prob-pic-item .item-pic { border: 1px solid #e6e6e6; }

.m-prob1 .prob-pic-item .item-pic:hover { border-color: #004498; }

.m-prob1 .prob-pic-item .item-pic.active { border-color: #004498; }

.m-prob1 .prob-info { padding-top: 23px; overflow: hidden; }

.m-prob1 .prob-title { position: relative; padding-bottom: 21px; font-size: 22px; font-size: 2.2rem; line-height: 32px; border-bottom: 1px solid #d2d2d2; }

.m-prob1 .prob-link { margin-top: 42px; font-size: 0; letter-spacing: 0; overflow: hidden; }

.m-prob1 .prob-link a { margin-bottom: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 178px; padding-top: 9px; padding-bottom: 9px; padding-left: 8px; padding-right: 8px; line-height: 26px; font-size: 18px; font-size: 1.8rem; font-weight: bold; color: #fff; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #565353; }

.m-prob1 .prob-link a:hover { color: white; background-color: #004498; }

.m-prob1 .prob-link a:first-child { margin-right: 104px; }

.m-prob1 .prob-share { margin-top: 30px; }

.m-prob1 .prob-desc { margin-top: 29px; text-indent: 2em; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-prob1 .prob-desc p, .m-prob1 .prob-desc span, .m-prob1 .prob-desc b { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.m-proshare .share-font { float: left; margin-right: 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #999; }

.m-proshare .share-img { float: left; height: 26px; }

@media screen and (max-width: 991px) { .m-prob1 .prob-pic { float: none; margin: 0 auto; }
  .m-prob1 .prob-info { padding-top: 0; float: none; margin-top: 30px; width: 100%; height: auto; }
  .m-prob1 .prob-desc { margin-top: 25px; }
  .m-prob1 .prob-share { margin-top: 25px; }
  .m-prob1 .prob-link { margin-top: 30px; }
  .m-prob1 .prob-link a:first-child { margin-right: 10px; } }

@media screen and (max-width: 991px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; } }

@media screen and (max-width: 991px) { .m-prob1 { margin-bottom: 30px; }
  .m-prob1 .prob-pic { display: none; }
  .m-prob1 .prob-title { font-size: 18px; font-size: 1.8rem; }
  .m-prob1 .prob-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-desc strong { font-size: 16px; font-size: 1.6rem; }
  .m-prob1 .prob-share { margin-top: 20px; }
  .m-prob1 .prob-link { margin-top: 20px; }
  .m-prob1 .prob-link a { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-propic { display: none; }

@media screen and (max-width: 991px) { .m-propic { position: relative; padding-left: 35px; padding-right: 35px; display: block; overflow: hidden; }
  .m-propic .box-btn { position: absolute; top: 50%; margin-top: -15px; display: block; width: 30px; height: 30px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #004498; text-align: center; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }
  .m-propic .box-btn.prev { left: 0; }
  .m-propic .box-btn.next { right: 0; }
  .m-propic .box-bd { overflow: hidden; }
  .m-propic .box-list { width: 1000%; overflow: hidden; }
  .m-propic .list-item { float: left; margin-right: .2%; width: 3.2%; }
  .m-propic .item-pic { border: 1px solid #004498; } }

@media screen and (max-width: 480px) { .m-propic .list-item { width: 10%; } }

.m-prott { margin-bottom: 30px; border-bottom: 1px solid #004498; }

.m-prott p { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 30px; padding: 9px 25px; font-size: 20px; font-size: 2rem; font-weight: bold; color: #fff; text-align: center; background-color: #004498; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prott a { color: #fff; }

.m-prott a:hover { color: #fff; text-decoration: underline; }

@media screen and (max-width: 991px) { .m-prott { margin-bottom: 25px; }
  .m-prott p { min-width: 230px; padding: 5px; line-height: 24px; font-size: 16px; font-size: 1.6rem; } }

.m-prob2 .box-item { margin-top: 50px; }

.m-prob2 .box-item:first-child { margin-top: 0; }
.m-prob2 .table table tr td{ text-align: center; }
@media screen and (max-width: 991px) { .m-prob2 .box-item { margin-top: 30px; } }

.m-protag { margin-top: 30px; padding-top: 17px; border-top: 1px solid #e8e8e8; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-protag a { color: #666; }

.m-protag a:hover { color: #004498; }

.m-repro { margin-top: 51px; }

.m-repro .box-list { margin-bottom: -30px; }

.m-repro .list-item { float: left; margin-right: 2.08333%; margin-bottom: 30px; width: 18.33333%; }

.m-repro .item-title { margin-top: 8px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-repro { margin-top: 30px; }
  .m-repro .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-repro .list-item { margin-left: 1%; margin-right: 1% !important; width: 31.33%; } }

@media screen and (max-width: 480px) { .m-repro .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-nnav { margin-bottom: 43px; font-size: 0; letter-spacing: 0; background-color: #f8f8f8; box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09); }

.m-nnav .nav-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; 
/*min-width: 136px; padding: 9px 50px; */
width: 120px;
line-height: 48px;
/*line-height: 30px; */
font-size: 18px; font-size: 1.8rem; font-weight: bold; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }

.m-nnav .nav-item.active, .m-nnav .nav-item:hover { color: #fff; background-color: #004498; }

@media screen and (max-width: 991px) { .m-nnav { margin-bottom: 30px; }
  .m-nnav .nav-item { min-width: 25%; padding: 5px 20px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-nnav .nav-item { min-width: 50%; } }

.m-projl { margin-bottom: -58px; }

.m-projl .list-item { float: left; margin-right: 2.5%; margin-bottom: 58px; width: 31.66667%; }

.m-projl .list-item:hover .item-link { top: 0; }

.m-projl .item-top { position: relative; overflow: hidden; }

.m-projl .box-list { width: 1000%; overflow: hidden; }

.m-projl .list-wp { float: left; width: 10%; }

.m-projl .box-page { position: absolute; z-index: 2; right: 0; top: 14px; width: 100%; padding: 0 10px; font-size: 0; letter-spacing: 0; text-align: right; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-projl .page-item { margin-left: 3px; margin-right: 3px; margin-bottom: 3px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 12px; height: 12px; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #004498; border-radius: 50%; }

.m-projl .page-item.active { background-color: #004498; }

.m-projl .item-link { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; -moz-box-sizing: border-box; box-sizing: border-box; background: url("../images/projicon1.png") no-repeat center; background-color: #004498; background-color: rgba(0, 68, 152, 0.5); }

.m-projl .item-title { margin-top: 1px; }

.m-projl .item-title a { display: block; height: 46px; line-height: 46px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-color: #ebebeb; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-projl .item-title a:hover { color: #fff; background-color: #004498; }

@media screen and (max-width: 991px) { .m-projl { margin-bottom: -30px; }
  .m-projl .list-item { margin-bottom: 30px; }
  .m-projl .item-title a { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-projl .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

@media screen and (max-width: 375px) { .m-projl .list-item { margin-left: 0; margin-right: 0 !important; width: 100%; } }

.m-proj { padding-bottom: 30px; border-bottom: 1px solid #ccc; }

.m-proj .box-title { margin-bottom: 32px; line-height: 36px; font-size: 26px; font-size: 2.6rem; text-align: center; }

@media screen and (max-width: 991px) { .m-proj .box-title { line-height: 1.2; font-size: 24px; font-size: 2.4rem; } }

.m-sdnav2 .nav-title { padding-bottom: 8px; line-height: 36px; font-size: 26px; font-size: 2.6rem; font-weight: bold; color: #004498; border-bottom: 2px solid #004498; }

.m-sdnav2 .sdnav-btn { position: relative; margin-bottom: 20px; display: none; width: 100%; padding-top: 10px; padding-left: 15px; padding-right: 40px; padding-bottom: 10px; line-height: 25px; font-size: 18px; font-size: 1.8rem; color: white; text-transform: uppercase; background-color: #004498; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sdnav2 .sdnav-btn > p { position: absolute; bottom: 12px; right: 15px; }

.m-sdnav2 .sdnav-btn > p span { margin-bottom: 2px; display: block; width: 25px; height: 4px; background-color: white; }

.m-sdnav2 .nav-list { margin-top: 19px; background-color: #f7f7f7; }

.m-sdnav2 .nav-item > a { display: block; padding-left: 15px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; font-size: 16px; font-size: 1.6rem; border-top: 1px solid #e2e2e2; }

.m-sdnav2 .nav-item > a:hover, .m-sdnav2 .nav-item > a.active { color: #fff; background-color: #004498; border-color: #004498; }

.m-sdnav2 .nav-item:first-child > a { border-top: none; }

@media screen and (max-width: 991px) { .m-sdnav2 .nav-title { display: none; }
  .m-sdnav2 .sdnav-btn { display: block; }
  .m-sdnav2 .nav-list { display: none; } }

.m-processing .box-title { margin-bottom: 17px; line-height: 34px; font-size: 24px; font-size: 2.4rem; color: #004498; }

.m-processing .box-list { margin-top: 32px; margin-bottom: -20px; font-size: 0; letter-spacing: 0; }

.m-processing .list-item { margin-right: 4.22222%; margin-bottom: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 33.33333%; }

.m-ctusinfo { font-size: 0; letter-spacing: 0; margin-bottom: -30px; word-break: break-word; }

.m-ctusinfo .box-info { margin-right: 8.33333%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 27.25%; }

.m-ctusinfo .info-title { margin-bottom: 8px; min-height: 52px; line-height: 26px; font-size: 18px; font-size: 1.8rem; font-weight: bold; }

.m-ctusinfo .info-item { position: relative; padding-left: 24px; padding-top: 5px; padding-bottom: 5px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-ctusinfo .info-item .iconfont { position: absolute; left: 0; top: 5px; color: #004498; }

.m-ctusinfo .info-item1 { min-height: 88px; }

.m-ctusinfo .info-wx { padding-left: 18px; margin-top: 0px; }

@media screen and (max-width: 991px) { .m-ctusinfo .info-item { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-ctusinfo .box-info { margin-right: 0; width: 100%; }
  .m-ctusinfo .info-title { min-height: 0; }
  .m-ctusinfo .info-item1 { min-height: 0; } }

.m-ctusform { margin-top: 59px; }

.m-ctusform .box-title { margin-bottom: 14px; line-height: 46px; font-size: 36px; font-size: 3.6rem; text-align: center; }

.m-ctusform .box-info { line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #666; text-align: center; margin-bottom: 34px; }

.m-ctusform .box-info a { color: #666; }

.m-ctusform .box-info a:hover { color: #004498; }

.m-ctusform .box-form { margin-left: auto; margin-right: auto; margin-bottom: -18px; overflow: hidden; }

.m-ctusform .form-left { float: left; width: 41.5%; }

.m-ctusform .form-right { float: right; width: 55.25%; }

.m-ctusform .form-item { position: relative; margin-bottom: 18px; padding-left: 18px; line-height: 0; font-size: 0; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusform .form-item input, .m-ctusform .form-item textarea { width: 100%; height: 50px; line-height: 48px; padding-left: 43px; padding-right: 10px; font-size: 14px; font-size: 1.4rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #cfcfcf; background-color: #fff; }

.m-ctusform .form-item input::-webkit-input-placeholder, .m-ctusform .form-item textarea::-webkit-input-placeholder { color: #666; opacity: 1; }

.m-ctusform .form-item input:-moz-placeholder, .m-ctusform .form-item textarea:-moz-placeholder { color: #666; opacity: 1; }

.m-ctusform .form-item input::-moz-placeholder, .m-ctusform .form-item textarea::-moz-placeholder { color: #666; opacity: 1; }

.m-ctusform .form-item input:-ms-input-placeholder, .m-ctusform .form-item textarea:-ms-input-placeholder { color: #666; opacity: 1; }

.m-ctusform .form-item textarea { height: 188px; line-height: 48px; }

.m-ctusform .form-item label { position: absolute; top: 100%; left: 17px; font-size: 14px; font-size: 1.4rem; line-height: 18px; color: #ff0000; }

.m-ctusform .form-item .iconfont { position: absolute; left: 31px; top: 0; line-height: 48px; font-size: 20px; font-size: 2rem; color: #483332; }

.m-ctusform .form-item.important { background: url("../images/star1.png") no-repeat left 22px; }

.m-ctusform .form-item-2 { float: left; margin-right: 1.20664%; width: 39.21569%; }

.m-ctusform .form-item-2 input { padding-left: 12px; }

.m-ctusform .form-item-3 { float: left; padding-left: 0; width: 24.43439%; line-height: 48px; text-align: center; border: 1px solid #dadada; background-color: #f3fbfe; }

.m-ctusform .form-item-3 img { vertical-align: middle; max-width: 100%; max-height: 48px; }

.m-ctusform .form-item-4 { float: right; padding-left: 0; width: 30.30303%; }

.m-ctusform .form-item-4 input { padding: 0; font-size: 14px; font-size: 1.4rem; color: white; text-align: center; border-color: #004498; background-color: #004498; }

.m-ctusform .c-oh { overflow: inherit; }

@media screen and (max-width: 991px) { .m-ctusform { margin-top: 30px; }
  .m-ctusform .box-title { line-height: 1.2; font-size: 24px; font-size: 2.4rem; }
  .m-ctusform .box-info { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-ctusform .form-left, .m-ctusform .form-right { float: none; width: 100%; }
  .m-ctusform .form-item { margin-right: 0; width: 100%; }
  .m-ctusform .form-item-2 { float: left; margin-right: 0; width: -moz-calc(100% - 110px); width: calc(100% - 110px); }
  .m-ctusform .form-item-3 { float: right; width: 100px; } }

.m-ctusmap { margin-top: 58px; border: solid 1px #a0a0a0; line-height: 0; font-size: 0; }

@media screen and (max-width: 991px) { .m-ctusmap { margin-top: 30px; } }

.m-newsl { overflow: hidden; }

.m-newsl .list-item { padding-top: 56px; padding-bottom: 50px; overflow: hidden; border-bottom: 1px solid #e8edf1; }

.m-newsl .list-item:first-child { padding-top: 0; }

.m-newsl .item-time { position: relative; float: left; width: 105px; height: 102px; padding-top: 13px; line-height: 1.2; font-size: 18px; font-size: 1.8rem; color: #333; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f2f5f8; }

.m-newsl .item-time span { margin-bottom: 5px; display: block; font-size: 36px; font-size: 3.6rem; font-weight: bold; }

.m-newsl .item-line { margin-top: 6px; margin-bottom: 12px; margin-left: auto; margin-right: auto; max-width: 20px; height: 1px; background-color: #fff; }

.m-newsl .item-pic { float: left; margin-left: 27px; width: 320px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-newsl .item-font { padding-left: 35px; overflow: hidden; }

.m-newsl .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; text-overflow: ellipsis; white-space: nowrap; }

.m-newsl .item-desc { margin-top: 18px; }

.m-newsl .item-desc a { display: block; height: 90px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-newsl .item-desc a:hover { color: #004498; }

.m-newsl .item-link { margin-top: 31px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 140px; padding: 8px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #004498; text-align: center; border: 1px solid #004498; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-newsl .item-link:hover { color: #fff; background-color: #004498; }

@media screen and (max-width: 991px) { .m-newsl .list-item { position: relative; margin-top: 25px; padding-bottom: 25px; }
  .m-newsl .item-time { position: absolute; z-index: 2; left: 0; top: 0; height: auto; padding-top: 10px; padding-bottom: 10px; font-weight: normal; font-size: 14px; font-size: 1.4rem; }
  .m-newsl .item-time span { display: inline; margin: 0; font-size: 16px; font-size: 1.6rem; }
  .m-newsl .item-time br { display: none; }
  .m-newsl .item-time:before { display: none; }
  .m-newsl .item-title { margin-top: 10px; height: 24px; line-height: 24px; font-size: 16px; font-size: 1.6rem; }
  .m-newsl .item-pic { float: none; margin-left: 0; margin-top: 0; width: auto; display: inline-block; *display: inline; *zoom: 1; }
  .m-newsl .item-desc { margin-top: 10px; }
  .m-newsl .item-desc a { height: auto; line-height: 24px; max-height: 72px; font-size: 14px; font-size: 1.4rem; }
  .m-newsl .item-font { padding-left: 0; }
  .m-newsl .item-link { margin-top: 15px; } }

.m-sdbtn a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 237px; padding: 15px; line-height: 30px; font-size: 18px; font-size: 1.8rem; color: #fff; text-align: center; text-transform: uppercase; border-radius: 5px; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #004498; }

.m-sdbtn a:hover { background-color: #333; }

@media screen and (max-width: 991px) { .m-sdbtn { padding-left: 0; }
  .m-sdbtn a { min-width: 180px; padding: 5px 10px; line-height: 26px; font-size: 16px; font-size: 1.6rem; } }

.m-sdshare { margin-top: 36px; font-size: 0; letter-spacing: 0; }

.m-sdshare .share-title, .m-sdshare .share-img { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

.m-sdshare .share-title { margin-right: 5px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #999; }

@media screen and (max-width: 991px) { .m-sdshare { margin-top: 30px; padding-left: 0; } }

.m-sdltnews { margin-top: 37px; }

.m-sdltnews .box-title { margin-bottom: 17px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-weight: bold; text-transform: uppercase; }

.m-sdltnews .list-item { margin-top: 30px; }

.m-sdltnews .list-item:first-child { margin-top: 0; }

.m-sdltnews .item-title { margin-top: 11px; max-height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-sdltnews .item-desc { margin-top: 2px; max-height: 60px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-sdltnews .item-desc a { color: #666; }

.m-sdltnews .item-desc a:hover { color: #004498; }

@media screen and (max-width: 991px) { .m-sdltnews { margin-top: 30px; }
  .m-sdltnews .box-title { padding-left: 0; line-height: 1.2; font-size: 24px; font-size: 2.4rem; }
  .m-sdltnews .box-list { margin-bottom: -25px; }
  .m-sdltnews .list-item { float: left; margin-top: 0; margin-left: 1%; margin-right: 1%; margin-bottom: 25px; width: 48%; }
  .m-sdltnews .item-title, .m-sdltnews .item-desc { height: 48px; line-height: 24px; overflow: hidden; font-size: 14px; font-size: 1.4rem; } }

.m-news { padding-bottom: 30px; border-bottom: 1px solid #cccccc; }

.m-news .box-title { line-height: 32px; font-size: 22px; font-size: 2.2rem; }

.m-news .box-time { padding-top: 14px; padding-bottom: 20px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #999; border-bottom: 1px solid #efefef; }

.m-news .box-desc { margin-top: 12px; }

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1588818986647'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1588818986647#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABwcAAsAAAAAL8QAABvMAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCJFArHeLlAATYCJAOBQAtiAAQgBYRtB4NNG18nZYYYbBwAy2NfK7L//5igxhg+GAeQ2iaUqp7plw16nWPq2NTstluZGzBdwh1TqFTuMeMRDnNZ+9CPRWw9erz8Z7gPVSfijovwEB6EOQsX70bMdnoBpZdhhlISUcvWe/chE2IUHhQKISkflcMYrMLlIRgBBHG4b6+BXT6mBp5xgAEFWGB5w/Pb/D/3ngtYKBdQrJydT68K6sQozGYlurLBrvfEXr7NtSt1zjcX6drld5n6NxcFCRAgY0GeFRtPYP4K/e4CAJqLcb+pPhU0r85PyQ68J8VOcgWgYeO5GxmOIFDkLFJHaSXD53OADhgNayHNnc8P1/Rr87btkCiXjAhcQeiBEUSOKJcM1DgC5nX7TNZkNaT1b1LzrVt7k28V31RghVVODTk1+HUJ8N7tz9xb+jIxTKf4/uT62173AKEoEAw5/ff3y5zdpdULdJedYamPLhTCMRiLMP/vHbn99/+VTd/0TWh7R7k92t3Sq8xEIRkUg1C7af0Syh49parEAa4Ig2Y8g2xCmEgQUgOxSczTPQQRqFOpUUXH2CoHrgKT1cYGsy8+nkyBHq80weV0vUGGGKmvQLm9XXbIuLKII9IKeUDKaLWhhLQDEnnVgN4CPNEvX/7AFVCR1IA81XX25Ajxsvrm75pIRYmwFnTyU/HQGmo4hgaqa2ZFuQKa5JhSJasQK9ruH9FPTP1VfVl/2aTLUID8le1eD2Uk/2Ys/+Xaq/uvnrx69urD610/lf/ShLy/aLHngzucysyVIZWLtMxnxbqm9vZDkPpf8ICOHBExIQUpGSUVNQ0tHT0DIxMzCysbOwenAJegkDA3L4+IKB+/uJiEpJS0jCwJAUoLwLEDUF3iA2f4oqhAB19KbhbDQVED0wVFA5ghKCpg/qDoAgsARQvYbQDaiAXQQyyBPmIFDBBrYIjYACPEFhhDPIFxxAuYQAaBSWQImEJGgGnkX2AGGQNmkSlgDjkOzCPTwALyH7CIzAAbyElgCTkFbCKngS3kDLCNnAWWkXPAKnIeWEEuADvIRWAXuQSsIbPAOnIZ2EeuAHvIVeAAuQYcIveBI+QJcIw88xka9gEIyP7eBUATP5W7tiR6rrd0A4Bn0L8AjD4BYI/UvYR1EQEBnqy6kUAmYqDCBKqYBKkichTREgJ3RglJlCqa5hHhe3wpA7LsNpF4dX7UdHTeYpHxphGLqxOhbXUyuIKgwdQ6YeOsELqpAxrDM6yLs3ZuEq/MDtX4eqJGgkCQbDSaifn7XwcvqU287ufBUAEOovDKiJAveTuHhuEIoi5JZ8A4C4JpCpB1okT0CTSONM0YF7bqjvyPFf88+4X0Zz4VNEMoFM9lI2Oe0gOTulJzEfN17mvT04gjWiikvPsEbUtgoILlkqRJSKGjA/7zEyHvVcSH+at50gYOoRn0+6eWcj89TlqPup+cH4c95gLDLls80H1UY65UCr1scxioZuRf6mqdfagM0nJ8rwcI2wIAO8hAJoIY0lTn57elWCQn+Qu6h00WVJqalpehVvRLJxszA+ru1CPu8SfQJUEXqutTkDYveLzfn8cJzekRlgpAZewlKxsz+uzmanb49WL1/NL/T2TSJP/QD9dANqLGAThY5BUIX/NyDCFVJklgAAB5atxGzR1gkUFXQYgBeUxiXobYQHCWSzoAgdR8dOAQdn3sOGyW7i5Fx3JpEZTn0y2IVXRb/BmXoVXxo789ltM1OVgrsiHraYaiFIhBkN/q7qIUIFZKycRgirkc7nARIJirGmIQPhqQkVGKypWqOjWLIQAeWEWMQY3582u5J9973KIPJL0loLa2+2JMupIMMoRDx7QmbwnCchnq//9zyu7m9Hr2UX1LzLsnyARQRTfsc80DAPd1mYsQqHLDh7D/Kwd40+SIbhAaEZSEhiV9bCLg/lRZp6mrfq4xiMR/sBLkUfFc61wzGvlIMU/oKMPVaLuh4yEPtQTJm7yr+RP6ZntsNvRSZ2IUWiMtNMs/W+qWVgxKL3enesS6Bo5gxWTs5yeMWAn1zI5qy+u2nU6lV+m6rY7frvYaH4RnZTXOa35WPtW1pDPDxrVKc8kK1bd4zE6g6S6AxpTTXT6srcL8blQCXPeUQc/AABkkNoXZ45inKWCU+l4il4oHG9HMQGLouxavqph4FH5vIsP7xPU/2zTCGO2gQgyREI3jj6GOP4pACRZeiADuvh4Z6WATG3iD57i27zliqDiOHZoyDZmOPC/skL1Rd9hDehf5RIwtxWRVL/1i+UZdZuXFGsstNF3tkZrV87U9sFQKw9F5YV0Qr5O4CrndVoMPH6rOU8Y570E5sOj7iajs9GFP1F6R3rvTgsvotSIWGkt/XI3Fv3HNo/89zKV/s+3tJr3+QR427+xo3O9KYGxtFZTd6WWVRBTYZmfNPNtFIOePmdXsUGNWN81Qk+EYuvYtS4rpB3op1vmoPK1f3DRfkAaaSi2sEF/NVunzGWk7t+nxWF+quAllWWElCOfS0eNXE4ZX9wn//N0jSmEsjCLOOh2b9Gb+6PRVYvvmpo0tyTnXiVwx5ZAaYpNPBilTu8YNn6w5aHpcoZogwhrD7/Z3NYEQjP/52mLM7QIAsTEiuoARFOU4xiC4H1Dnk0EvhLhf1qObtOeZ4oLvbXBd2hTYvyIpoayO2YI/Th1m1l0PcsWwcvVhgRTeIaY08JIxEI4BYgEJ0FScdkJeKgNuasppeU9yWEZYXV1AfIjnMff2wrikJlrETGzC9IDs2cICFWLTen3NVeVcwgB9KMfDt+bonU8Hkd4wQ22rrVa2vkfC0myMeafutCJmp1Gs705H9LY9yhVrNedgj+RqiQsAGbdZoNa1mQv+JB7GC38sz+6YB2o18hFiTKrg5YnvXqjOA1il/pMqrjTtv+qVb6/I5Duy+u1/MnvPGB3OkDhN4OvFcSiH0/K8n5ATSeZVQeT024uTu7sDk+bPxOrePF8+2V/P9sPieBospL4j0X0fXVq8KZ0sT7mKmk6celcZREiBJFyCxLfyyb9gqOoXdhxocHS5h7TJHiWaUS6cmllhVJkJpyB9s1W9I0mw6mGRw44kFhE71HqXu5ZJNoQxEqxmlGiwXPCbyopFGZwWgaMrlzGpPy3LbirjON6J9WgplzZBR3JYJDY+mjroXh7P5k+mfTbbiAZUJVjGix7x1dEY9m2t3WDNqTAFIa7zhqITltfOMMLmKr7Dd9Ut/VtYhvk7Y5k7e/Gp5ODCjuwNeH4e2dLmkSBXyh/PJIilNeUGqj7z+AF4dJr0y0mPvTHEfPElp5Enn3xqPyBpt5e7xw3Mi7I4Howu0qY7hF24pRHXPQzImyPESqo26bcmyAe3rRVnYcF6wQ/fhCvKJGhaMByX3XCqIKzut0mnv5p2a13zd/Rk85GG++7A9GdB645/G/XjpiD/W2hGzCudGbWN9SKwXnsmQuW1ZOEja65R5xGZ6Gjc5HRLpytBiTxRrKx5+8eGw7quNLnfFvfpzMa3XX9PTTgOpJgve97CcdCA9J8kTNyea2R/+DXOvWzqa2uIbfgeRmwKkLFhflBABGFNh9oI3ym7LzyU6/zi0a7Bd8Znzy/Uge2o76puNgxkYNDE5mYb1n8y68amVPjJRj2rSrbAYgY89cAzQy/KaJSbrtrnIR8m7EDiv1yLlZVt1AJ5thMkaeQ2nUImzEKk3QZXxhWFKsuQpn/Bg+0R8cknTuMOxyCnckcSlyjhIvFxl1cjc8cmiXPuAt4mkwXHPxzH4WgAFor1Pc01NvTNSwPNl3exp0m4rBn+OcD17qp25TMd4Me8loH1aZleJtr/kbz44NnbMcFaR13T8zTi7Hb7P69pp1OX35MtLTyIc6PWm3LTTpy0kaGOwS7MU4NJk0ayhWoOrLHIdXwD13kInI/zTp8BvuFLwmj96UMhqHyZpt7ofD9/zcbqqV8jqCfGKLANgmaAv3RcceVuzAUuajBfKTdhA8ZBHoPjKQbWAelPbtyqJ6/PgUCVd3jPb+Zq72NPIEqF8tnZOKAV0fZEQron+L0RG5krpm2duqaaj8vjTf9pkPqmV1kimAIEWdfipMK7JF1d0t1AjTWvHUft2nYIW1zEkA8ZBi+2ehRGnxIKp/TFerPT2Kx+A51epD8llc7rifVnZdxOgUnh7TsU9r9rfHYOCurkB6XAgAw0OCcj1A+mJaMcJAfkjF8PIu0gvu/4NU+VwZecvI01Pw/SwGa5DaHsEI6OxdJJa9KZrNpv48fWJl5argxc9aTk1Jh/vnEjzozFzG0MMfoSFesa6orRs1Dc/qR/cMFk4YHERPL8JzDZXMdakwdsugo3pzpyLdYdYh0euD51feDIQG2BsHRFvAoowkGw+4b73Sbq0y62G/zdtN3NcyLDVhh3bkTKS9JBZdb+KBgmONDAfq2/WpW2r/A9jhARwEfJg+vJWIPnYR0GfjxD/goJ3a+Ka7S/A939ANmH1F44tRu7SZ57Cp6knhedzw1Nm9ZRs1b3ms7/1MjyUmn85BJx9RnX2ymknRCPLV8e/0r0OOv2Cue5VaClBe0Gn0Ge+8Uy3XKJGwSClqTh/8KlXjS2JW8g2xp3EEHaD+yv0BENOSXKbXs1e50b+0UTnup26svsjCyYDHfjLqMuN99HYhdx4arw/F/MYEo/OpBIk8Hk84ewjHSYuTdfHgZRBuDAgOSDDC6zuxmhMh6EC+HuuO+fdXba1x0zPOTn7WcRERPanN30DDlsSFujVcNuvV1Juab2cBjpOJFpa6xOd4Da9jIUFq05ODRhyTLN4nlicNCShdsie+MyFYXZnZcUVIDX0+O9d+DbQ6cCqIx6FULvk0uZkn8V5UFBSMoJkGcbt1vvKATcBEEg7d1rZYIf4ouUVFv6q1UGWG62jtaXs10D7lMV5vcBB7CRtnnzg3/4H7ZuW+p1jjiDUShYaWcp5DMYrcawsyDWY/CoWr2Svba9Uj0uA20DWudidQFxoylb4L372JbQ7t3bAm3lHjTQz/cvIPs3iuqZmqA4hqKAEZ2c/MBkdtl7RXl95T5TMaFPVXi47H/LLicn6hsyUOCVxk9oJVkUFka5jbpyxkb1S2YeGOW5TrpFAaDIEFrLC4Wc/KjRMfL9Rg+wk7vcOEAgSpgV/lVd7ecvIajR62F/AQN7kY9zCYHUe74KUClXKhC4yIAcd8QxBlmbh0QF6tIYJNruxK1lAJxY1DsRSrtghVYe3FOLKtIW0EqrC8E0kSKuKKLiVBXj4QQGn0Xg98hvUCV7B9W3McyNIzQSRz57q253/2ux8x+OTfgtio9havnIWGRA50SeMTBzF0eL09KOnT9nw3Gs9wm+ZlNrPlKAbGlVXJMsU1iJJKNp1TXpCMEjvEF4BEIg3uHh3gh2PABJ2LAxARFkqDYJOI55I+HhiE6ER3iDmM7SkeoaNA1JLqwE6HVT/dPCM8Ir539Fvd2A2HRMJRp04umGnI7l0Abq1hjv4DkAGQNUVBRWUSRYh1unlvv6kC4O9BWqiedHO+oHxLvD2b7CaFPlgtXFQu719fG8jwm86Ph30XEJ0R/jo2Pi3j1YlqP8UXkDuLfp3gZlifLG4IBLwN37Ajb+5cu4NIZ9/QLH4737dyE/f+5g90oIBI/GN65sXjZw6gzNuRJwoXh2to8oeHkWFQd9GWngXiJaXNwwObHlRCOIjSAJYJF7PTycqhAece3aDilQqRO4ou91Hz+gSqgPHlPnzrRkqgLt1SsZX1d7SbxEwngrb6qN04xkFiLpfpxR7dF6V0DnWVkpum07LEViE5q5Bs3m+58jfXKzzFk5uPPJ4x2wFG7fhpZG/PbtpRq5aFMTisy/luUifASDnMtw81HF+Gr8P70srmvY1hTZWca8HODHHY0kgFGye4G6GdrOU6Q4JzEsWGQCu0dzMRSy04xiDaNqqqMN4gzPJBp0HjCMMoo9xWg8MlXpk923XDWnY9iPL9gENt5ZxzD7Yxn31FsHb5lP9b68qVK7M8L71ui6IJD3qGAVKWMqLD3c3dNpeQSqlbBtbzbXFhncwvgIsC5o64uTfNDzBJvE0WcyDVHZOPYm4hKZRBfrY2SMrYdg+agtm0bygecI3zAOzjSK7rGlcNL59h62miwbIo/yZ0fp/mWK9BNWTy/ljtKLuEqTuy/sop1WbLwUOKnYQuli7i68zH+x99L08Axtl+3jYcwBBXScBh1E/XJF0bHzEHPQp9N8CQcCZkME58b1FMnYo3qMiunQv4M1IqgpkhyK1OM0FGvv9lGVdXC8WyxMvyOEpFfFk5/BHKAeCn0IH5hIsFGaHsmm1Yrp2n25w5uq2HDsGJ3ptlztPgrG2VGZ3J26bPknEUULBTa+RYz9EoWjCpL9jBGJ/FF5iaN3lX7V/8N6FcVUsWIvqaphv6OrgwvblXNu+/mh84A5FdR+RfWqXJDsVdUrMk1BcohrxobaHiTyZrWyICAb5xpZB21G14uQiyv3aKosRsWUaVlwcdsfGovX5QEeyFUxTRnPxXnKjdkp2Usy7TRHHBjo0B1pBvFnY48ud8J5iE4k15CP69CJso4L446M2F993HIlDl0H57ll+LJELJoIGLAqWOB9AZ5nM3+oKLWuLje1mDtrk4cr26Uoz/lzMpSYPAONma9XtoIOsi45eafJ1kiWYfPPhX3nI1LZgVXiW6mLMmogcF4of8A3ykfJieMXnJ5se8k1c12igB1vqK1BqLpRYlVIxpfsSxl4D7aytaB2bPjkNSRs3frnn3sRsVWK//9JSh5v3PlVkXe2Q8G2jvo5n90F5PRqwVY1Qo6qG8/OSxDwgKv3+Mgatb8v79PSXZ1ulaTET1SyTF9jrT28c8ahx4lFs19QZuJXC0OCK8zGqhmNNYxTlWahIXxygsTg7NP2HFzQb4KrE5yLPOUT9GfI7OZmP86LIOZTLofDU1fFkWeMEzzlSTahTmftFmTR6g72qZ9ykMhiKgKzAIfISGu+27JEgw5677yKAJOVOJzKnl3kbzUimJmoYpNOn06TIgrCxN+6kEWA6Oh1V43mEQZa0iprER1NSEbE8nLiEcafnLwYuOMB3vrYme+UY5jOzRm/dejAVqQkYMEOwc7+oExi6p2kQJbJerRvG1oSVrqwEKRnvsj+qV+gGtzombNa018zMFzHS0/Y6WqlE+ZBRKwh+PUaPagp5K7W8NcSQvTbv3lNHG5VscwAHMoKDC261g2iJueYNmMC32B8PDi3QLtQ95KxRvg6Y+ujkWdYLGYj0/pZ8aTFDz8gKNYCdmFH+npeYoEykXq5Vmcfk7McHHloqkmaxaqe/XTOmrN91K0LB7v0sosGg4oYXXO5tr1GRpa7wS1MUxO7FWnb/dBzcsbjTrNZ4C2SpgZ2K9A/J0AXlm1C78zBbZQ1M/7J3TURh+esVw/IlMNtt+hNV68FB1MV9mrX2sOCNbWkhPvz0O5utOS8C4PXtjCo+tAut016bwoGMkcASbldZAtHMFsdfrBPsDyT4kry0iVhmCuZ+WFZmDZCEOGc4vQopaj60wvnEOClrmYKVW3qSBQ9v1DcImcRobY6zb5FSQNT1/mUruZkHED7nGKmH9mJsSIZFufUreaNtG6MF83QtGbUHRoD08y4zG+GPlfDE0SihMA942YR3Z4rV3p2R5g13Q/0WwAFSBJ5iTCiJjp1jkAJkVQ0g86US0/LKoQVoopSGQsg11mNTeYH3xGF44FH3nNY5AQ7NvCMMRthjESbebFBvJ0Ki/P+orF3tbfoVTCFr8Zm23Big3IYlaTGvw9Xo1VoT2jkxgKoR6Iut+X4Ave9inmJmStjigITZ9Y6xxy7EumfFKIS5pJDOIbipGQfanmNww6bEhLluCTbLdZuDeFHUFe8PtSg+Dc6tKSARQFmxjr1MR8feuDKUPxD3/wO+lHSn/intBxMZmMzsI+wMdOqeL95MzqGfjwH+3mxbaEOZuVdfj0cRRtzXpEy2nF2ir125L75fSczczNG7ohkFoc5G3O8HgQ3TA/XoR3o4WF0g77Y5HAzqtP3JtdZI50flDchWKyVV6qkhW1nbT8NwEcncOII6wgB3IlG0voxOxJGxswBeT3s/LJynHaY9m3lHusQJCcLCUS4OfwQlPzsHKT6PDg7/UKla8rxnkqsinR2yJo3EUCKNBEq99LFdKGqI4WL3wIKutfqPRv+KvIs/AHMzjd41ktSqtIAnw/SxCCNvyK98zI6+zF9xZLF2hhftlINqBl1rFtPUcNV57ZLbVrVMLX3caFnkWxRCKSldzFtbeyuoMbYa9ukTZWVwik4/fMnyNAkpP34OQ3lascfUXEN/IT0HFfwNPcrAovdid6KX2JS4tqCJD9qWRnVz8o4NUlgT3lFsRew723AWl8oZrKZYnitP3JzExTbJPmdRaSkM1etirIRw4nxJDdImxKTXr/mprxKdPGbiR91AFouDXnt8BrK/3e7TMiKEOBPEz09EBai/lq9ggfMJuCp8afXaqmvqXXaT7XrUBK1cd23b9wusFvJWTmX75cPvKRkpoRBKsL+B0UgPIAnIFFYCeXciMkDwjCGwnChBW6G5cIjDIGmhZ1wKUr4Xv+EjJo/wD9QBgAA4C90ECb9WUNaBbVgCV9Dy4qaDDJgkRDDZsMEvxgLPVAK15FqoKU8fIezrgEAlKAfSMNQSFURRjB5mCRUQAkURhqhLiyihV9gRZUn/4i8xABkuiffK26B39FUof8877Q/6Hz4AjwKnfFyDMDaxFY4Acuk99JhXnxVzfuwQRgn/Zd+YhpQvSmTtUlVF7ibWAGlsJon2cHb8/8btQHLjmcLKUoeXyIX/5vH3pd7PYdU4ktVTFiHECkq+N8MhQQi7qH3DEzOPyjV/0qvCvALt9qLuhtDnpEibbfjKl4t8DebF+vcX0H0CnpyKf5R6aRvk4tnYKuF/NEDYkXGI9bkwnxjalpsUimLLXI9sSdl1nafyR1AgoYswKGHJAroPUUhrZcoovfmxVM/ooTVT5TSN6LSFmF0UiXajunwygiCTplJJUvVZ64cbsd/YRgzsDODpv8h97RX6eHkPfSJFZlHE/0RziJeeaaiPqSnw5xJNaYrWhmiSLscj56VwmCpzA6vjCDolJn0rZOl6quWg+/zf2EYM3DEBd+2/kPu6fGVHk4J+E9aE12wKon9Ec6CVK/U05mK+kAqZjlCqrFruqKVIWbQ2+WIbuST0qF4f5lzdPRdlHSBcLswLMKEcvlDtvby8Yvxh8SvG6ZlO67nB2EUJ2mWF2VVN23XD+M0L+smVs+EfRWp4Apdkp0Hi4botm+pCjJ22eVUb+wm6naiUUaDW3kmkV50Y1IIyKuMXtacQpTl2HQMiVDRCsrSvl+hz9g2b7JPtQsEhrKRsZjMO0fPmgnc/mav0xHYxpeAc4X3cV9jgZS3lqqAld0zgnRobenhf1PIpIzrFqniUjBvzDO0+m1quI+Xo5tPji6HLO0c0bhjKXr56Prc76v0uvYTbSpPPuo55aV+CLizkLE64P0trEeodUiMSVBnAAA=') format('woff2'),
  url('../fonts/iconfont.woff?t=1588818986647') format('woff'),
  url('../fonts/iconfont.ttf?t=1588818986647') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1588818986647#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-yes:before {
  content: "\e982";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.m-page a.no:hover {color: #333!important; border: 1px solid #e5e5e5!important; background: none!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; }
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;margin-bottom: 40px; text-align: center;}
.listcart a {
    display: inline-block;
    height: 32px;
    width: 180px;
    line-height: 30px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #004498;
    cursor: pointer;
    border: 1px solid #004498;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    }
    .xunpanc{margin-top: 20px;}
    .xunpanc .table table tr td a{ color: #333;}
    .xunpanc .table table tr td a:hover{ color: #004498;}
  @media screen and (max-width: 1920px){.m-kefu-chat.mobile-hide { right: 6px!important; } }

.m-abtb1 .box-video video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }


.m-zhezhao { display: none; position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); background-color: #000 \9; }

.m-modal1 { display: none; position: fixed; z-index: 11; left: 0; right: 0; top: 50%; margin-top: -200px; margin-left: auto; margin-right: auto; width: 90%; max-width: 522px; height: 400px; padding-top: 24px; padding-bottom: 34px; padding-left: 64px; padding-right: 64px; background-color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-modal1 .box-close { position: absolute; right: 20px; top: 20px; width: 18px; height: 18px; background: url("../images/close1.jpg") no-repeat center; background-size: 100% 100%; }

.m-modal1 .box-title { line-height: 1.2; font-size: 22px; font-size: 2.2rem;  color: #333; text-transform: uppercase; text-align: center; }

.m-modal1 .box-form { margin-top: 40px; margin-bottom: -10px; overflow: hidden; }

.m-modal1 .form-item { margin-bottom: 10px; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 8px; }

.m-modal1 .form-item.important { background: url("../images/star1.png") no-repeat left 12px; }

.m-modal1 .form-item1 { width: 100%; }

.m-modal1 .form-item2 { width: 100%; }

.m-modal1 .form-item3 { float: left; margin-right: 2.53807%; width: 35.02538%; }

.m-modal1 .form-item4 { float: left; padding-left: 0; width: 23.35025%; height: 38px; line-height: 38px; background-color: #fff; text-align: center; overflow: hidden; }

.m-modal1 .form-item4 img { max-height: 38px; vertical-align: middle; }

.m-modal1 .form-item5 { float: right; padding-left: 0; width: 32.99492%; border: none; }

.m-modal1 .form-btn { width: 100%; height: 38px; font-size: 14px; font-size: 1.4rem; text-transform: uppercase; color: white; background-color: #333; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-modal1 .form-text { display: block; width: 100%; height: 38px; padding-left: 11px; padding-right: 10px; line-height: 38px; font-size: 14px; font-size: 1.4rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f2f2f2; }

.m-modal1 .form-text2 { height: 126px; padding-top: 7px; line-height: 24px; }

@media screen and (max-width: 959px) { .m-modal1 { margin-top: -195px; padding: 20px 20px; height: auto; }
  .m-modal1 .box-close { top: 10px; width: 25px; height: 25px; }
  .m-modal1 .box-title { padding: 0 30px; font-size: 18px; font-size: 1.8rem; }
  .m-modal1 .box-form { margin-top: 20px; margin-bottom: -10px; }
  .m-modal1 .form-item { margin-bottom: 10px; margin-right: 0; width: 100%; }
  .m-modal1 .form-item.important { background-position-y: 8px; }
  .m-modal1 .form-text1 { height: 30px; line-height: 30px; font-size: 12px; font-size: 1.2rem; padding-left: 11px !important; background: #f2f2f2 !important; }
  .m-modal1 .form-text2 { padding-left: 11px !important; background: #f2f2f2 !important; }
  .m-modal1 .form-text2 { height: 60px; padding-top: 0; } }


.m-hdlang { position: relative; z-index: 4; padding-top: 20px; margin-right: 14px;  }

.m-hdlang .lang-btn { display: block; min-width: 130px; /*padding: 6px 3px;*/ line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; /*border-radius: 5px; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 6px; border: solid 1px #b7b7b7;*/ }

.m-hdlang .lang-btn i { margin-left: 5px; font-size: 12px; font-size: 1.2rem; }

.m-hdlang .lang-list { position: absolute; background: #f4f4f4; left: 0; top: 130%; width: 100%; padding: 13px 0; -moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; visibility: hidden; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdlang .lang-list.active { visibility: visible; top: 100%; opacity: 1; }

.m-hdlang .lang-item { display: block; padding: 5px 18px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #333; }

.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active { color: #fff; background-color: #004498; }

@media screen and (max-width: 1219px) { .m-hdlang .lang-btn { min-width: 100px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { 
  .m-hdlang { position: absolute; right: 34px; top: 0; padding-top: 25px; padding-bottom: 10px; }
  .m-hdlang .lang-btn { padding: 0; color: #004498; }
  .m-hdlang .lang-list { right: 0; left: auto;  }
  .m-hdlang .lang-item { line-height: 24px; font-size: 12px; font-size: 1.2rem; }
}
@media screen and (max-width: 429px) { 
	.m-hdlang { margin-right: auto; padding-top: 0; right: 0; }
	.m-hdlang .lang-btn{ font-size: 12px; font-size: 1.2rem; }
}
