@charset "UTF-8";

/* menu */
.langwrap .langS{letter-spacing: 0px!important;}


/* CSS Document */
div.jw-icon-hd{display:none}
div.jw-icon-rewind{display:none}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'ProximaNova_Light';
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
img{
	vertical-align: middle;
}
a:link {
    text-decoration: none;
}
.c-b{
	color:#4e5569;
}

/*------------------------------Header-------------------------*/

#page{
	margin: 0 auto;
	max-width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
#headerwrap{
	width:100%;
	height:70px;
	position:fixed;
	background-color:#FFFFFF;
	z-index:30;
	z-index:1200;
}
header{
	position:relative;
	max-width:1200px;
	height:auto;
	min-height:70px;
	margin: 0 auto;
	font-family: ProximaNova_Regular;
	font-size: 15px;
	color: #4e5569;
	/*position:relative;*/
	/*background-color:#498A82;*/
}
header a.logo span{
	display:none;
}
.logo{
	position:relative;
	float:left;
	width:220px;
	/*height:115px;*/
	height:70px;
	/*height:auto;*/
	margin-left: 60px;
	z-index: 10;
	/*transition: height 0.25s ease-in;*/
}
.logo.aniHeight{
	height: 70px;	
}
.logoTop {
	position:relative;
	width:220px;
	height: 70px;
	overflow: hidden;
	z-index: 2;
	background:#FFFFFF;
}
.logoBot { display:block; width:220px; height:60px; position: absolute; top:70px; overflow:hidden; }
.logoB { position:relative; top:-70px;}
.headShadow{
	 position:absolute;
	 top:70px;
	 /*margin-top: -45px;*/
	 width:100%;
	 height: 80px;
	 background: url(../img/diviShd.png) no-repeat;
	 background-position: center top;
	 background-size: cover;
	 pointer-events: none;
	 /*display:none;*/
 }
.slash{
	float: right;
	background-image:url(../img/slash.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
	width:40px;
	height:70px;
}
.slash.eng { margin-right: -10px;}
.slash.eng2 { margin-right: -7px;}
.slash.hold{ display:none;}

.langwrap{
	width:70px;
	float:right;
	padding: 35px 0 0 0;
	font-size: inherit;
}
.langwrap.eng{ width:50px; margin-right:-3px; letter-spacing: 0px;}
.langE { letter-spacing: 5px; }
.search{
	width:30px;
	height: 70px;
	float:right;
	margin:0 15px 0 0;
	background:url(../img/icon_search.svg) no-repeat center;
	background-size:contain;
	cursor: pointer;
}
.tynS{
	float:right;
	width: 35px;
	height: 35px;
	margin: 24px 10px 0 0;
}
/*--------------------------End ofHeader------------------------*/

/*-----------------------------Menu Bar-------------------------*/
nav{
	float: right;
	top:0px; 
	right:0px;
	/*height:57px;*/
	height:auto;
	margin-right: 10px;
	font-size:14px;
}
nav.eng { font-size:13px; margin-right: -3px;}
nav::after {content:''; display:block; clear: both;}
nav ul{
	list-style:none;
	margin:0;
	padding:0px;
}
nav > ul > li {float:left;}
nav ul li:hover {/*background-color:#E7E7EF;*/}
nav ul li a{
	display: inline-block;
	color: #4e5569;
	width:150px;
	position:relative;
}
nav > ul > li > a { 
	width: 35px;
	padding: 35px 10px 21px 15px; 
	letter-spacing: 2px;
	/*background:#CDA3A4;*/
}
nav > ul > li > a.eng { width: auto; letter-spacing: 3px; padding: 35px 8px 21px 10px;  /*background:#E7DA93;*/}


/*--------------------------nav sub link------------------------*/
nav ul li a:visited { /*color:#DCC8C8;*/}
nav ul li a:hover { 
  background-color:#FFFFFF;
}

nav ul li ul li a{
	width: 100px;
	letter-spacing: 2px;
	background-color:#E7E7EF;
	border-bottom:thin #FFFFFF solid;
	padding:18px 12px 12px 20px;
	line-height: 22px;
}
nav ul li ul li a.eng { width: 110px; }
nav ul li ul li a.subLast{border:none;}
nav ul ul {
	position: absolute; 
	/*top: 100%;*/
	margin-left: -20px;
	display: none;
}
nav ul li:hover > ul{ 
  display:block;
  transition: opacity .25s ease-in-out;
}

/*nav ul ul ul { left:100%; top:0px; }*/
.radmainLink{
	display:none;
}
.mobile_menu {
	width: 50px; height: 70px; 
	background:url(../img/icon_menu.svg) no-repeat center;
	/*display:none;*/
}

/*-----------------------Search Function-----------------------*/
 #searchWrap {	
	display:none;
	/*position:absolute;*/
	position:relative;
	margin:35px auto;
	width:100%;
	height:500px;
	z-index:100;
	top:0;
	left:0;
}
#searchWrap a { color: #2e3e4a; }
.searchCon {
	position:relative;
	max-width: 1190px;
	height: auto;
	margin: 0 auto;
	padding: 8% 5% 5% 5%;
}
.searchBox{
	position:relative;
}
.searchInput {
	font-family: 'ProximaNova_Light';
	font-size: 80px;
	width:90%;
	height:150px;
	background: transparent;
	color: transparent;
	border: none;
	border-bottom:1px solid #ffffff;
	-webkit-transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
}
/*input.searchInput{
  animation: blink-empty 1s infinite;
  border-left: transparent solid 1px;
}
@keyframes blink-empty {
  50% {border-left: 1px solid #b83821;}
}*/

input[placeholder="搜尋..."] {
	letter-spacing: 15px;
	color: #2e3e4a;
}
.b-close {
	font-family: 'ProximaNova_Thin';
	font-size: 62px;
	text-align: center;
	color: #9EA3A4;
	position: fixed;
	top: 3%;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 1;
}
.searchInput:focus,
.searchSubmit:focus {
	outline: none;
}
#mainSearchList {
	width:100%;
	height:auto;
	margin: 50px auto;
}
.searchSubmit {
	position: absolute;
	right: 0;
	top: 30%;
	width: 80px;
	height: 80px;
	text-indent: 100px;
	overflow: hidden;
	background:url(../img/search_L.png) no-repeat;
	background-position: center;
	background-size: 100%;
	border: none;
	cursor:pointer;
}
.searchL{
	position:absolute;
	top:0;
	left:0;
}

/*---------------------------mighty Slider---------------------*/
#headSpace{ width:100%; height:70px; }

#radheadBanner { position:relative; width: 100%; height: 600px; }
#radheadBanner { position:relative; width: 100%; height: 600px; /*overflow: hidden;*/  /*margin-top:60px;*/}
#radheadBanner .mSButtons { height: 80%; }
#radheadBanner .hbframe { width: 100%; height: 100%; }
#radheadBanner .hbframe .slide_element { width:100%; height: 100%; /*overflow: hidden;*/ /*max-width: 100%*/}
#radheadBanner .hbframe .slide_element > div { float: left; height: 100%; overflow: hidden; }
#radheadBanner .hbframe .mSCover img { max-width: none; }

#headBanner { position:relative; width: 100%; height: 600px; /*overflow: hidden;*/  /*margin-top:60px;*/}
#headBanner .mSButtons { height: 80%; }
#headBanner .hbframe { width: 100%; height: 100%; }
#headBanner .hbframe .slide_element { width:100%; height: 100%; /*overflow: hidden;*/ /*max-width: 100%*/}
#headBanner .hbframe .slide_element > div { float: left; height: 100%; overflow: hidden; }
#headBanner .hbframe .mSCover img { max-width: none; }
#headBanner .credit {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 11px;
	line-height: normal;
	font-weight: 300;
	text-shadow: rgba(0,0,0,0.7) 0 1px 0px;
	color: #CCC;
	background: #000;
	background: rgba(0,0,0,0.6);
	padding: 0 4px;
	white-space: nowrap;
	z-index: 1002;
	text-transform: uppercase;
}
#headBanner .credit a {
  color: #FFF;
  font-weight: 400;
}

/*---------------------Main Landing Pages Dot Control--------------------*/
.hbControlWrap{ 
	max-width:1200px; 
	height: 50px;
	margin: 0 auto; 
	position:relative;  
	text-align:center; 
	background: url(../img/diviShd_Up.png) no-repeat;
	background-position: center;
	background-size: cover;	 
	z-index: 1;
	display: none;
}
.hbControlWrap.wNum { height: 60px; display:block;}
.btn.btn-default.hbCon{ cursor: pointer; background:none; border: none; padding: 0 0 0 0;/*pointer-events: auto;*/ }
.hbControlWrap .hbNavPrev{ /*display:inline-block;*/ display: none;}
.hbControlWrap .hbNavNext{ /*display:inline-block;*/ display: none;}
.pages_.hbDots { position:relative; list-style: outside none none; display:inline-block; top: 18px;}
.pages_.hbDots li.active { background: #98abb7 none repeat scroll 0 0;}
.pages_.hbDots li {
    background: #fff none repeat scroll 0 0;
	border: 2px solid #8897a3;
	/*border: 2px solid #b83821;*/
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -999px;
    width: 15px;
}
.pages_.hbDots.wNum li {
	width: 52px;
	height: 25px;
	padding-top: 3px;
	border: 2px solid #8897a3;
	/*border: 2px solid #b83821;*/
	border-radius: 3px;
	/*color: #2e3e4a;*/
	color: #97a6b1;
	/*color: #b83821;*/
	letter-spacing: 5px;
	text-indent: 0;
}
.pages_.hbDots.wNum li.active {
	/*background: #2e3e4a;*/
	background: #8897a3;
	/*background: #b83821;*/
	color: #FFFFFF;	
}
.pages_.hbDots.wNum li::before { content: "3";}
/*-------------------------HeadBanner Info---------------------*/
.mSCaption {
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.mSCaption.banInfoWrap{
	position: absolute;
	width:auto;
	left: 30%;
	top:32%;
	letter-spacing: 10px;
	color:#ffffff;
	/*text-shadow: 2px 2px 2px rgba(51, 57, 69, 1);*/
}

.banChnNum{
	font-family: 'ProximaNova_Thin';
	width: 50px;
	height: 50px;
	font-size: 36px;
	color: #F4F3F3;
	background: #b83821;
	-webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
	   -moz-border-radius: 50%;
            border-radius: 50%;
}
.banNum{ letter-spacing: 3px; position:relative; text-align:center; top:8px; }
.banTit { font-size:18px; margin: 5px 0; color:#ffffff; font-weight: 700; padding: 8px 0 5px 5px;
background: -moz-linear-gradient(left, rgba(12,15,33,0.89) 0%, rgba(62,66,73,0.85) 51%, rgba(157,159,162,0.83) 79%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(12,15,33,0.89) 0%,rgba(62,66,73,0.85) 51%,rgba(157,159,162,0.83) 79%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(12,15,33,0.89) 0%,rgba(62,66,73,0.85) 51%,rgba(157,159,162,0.83) 79%,rgba(229,229,229,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30c0f21', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-9 */ 
}
.banShow{ font-size:16px; margin: 7px auto; color:#ffffff; padding: 5px 0;

}
.banDate{ font-size:16px; margin: 9px 0; }

/*----------------Sharing Function Block-----------------*/

#shareBlock{
	 position:fixed;
	 top:55%;
	 left: 0;
	 width: 40px;
	 height:auto;
	 z-index: 1300;
 }
 #shadowBlock{ display: none; }
 .shareIcon{
	 float: left;
	 width:40px;
	 height:auto;
	 background:#c6cfd6;
	 text-align:center;
 }
 .shareIcon.dark{ background: #2e3e4a; }
 .version{ float: left; }
 /*------------------Social fanpage icon-------------------*/
/*.socialBar { width:100%; height:auto; text-align:center; letter-spacing: 5px; }*/

.socialBlock {
    right: 0;
    position: fixed;
    top: 55%;
    width: 40px;
	height:auto;
	font-size: 16px;
	text-align:center;
	color: #2e3e4a;
	line-height:22px;
	padding: 0 0 8px 0;
	background:  #C6CFD6 ;
    z-index: 10;
}
.socialBlock.en { /*height: 220px;*/}
.socialLink { width:40px; height: 40px; margin-bottom: 4px; background:url(../img/like_w.gif) no-repeat;/*display: inline-block;*/}
.socialShadow{ display:none;}
.socialEng {
	letter-spacing: 3px;
	white-space:nowrap;
	display:inline-block;
	background: #C6CFD6;
	padding: 10px 10px 8px 10px;
	
	-webkit-transform: rotate(90deg);	
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: 22px 18px;
}
@media screen and (max-width: 1600px) {
#radheadBanner { height:450px; }
#headBanner { height: 450px; }
}
@media screen and (max-width: 1000px) {
header { min-height: auto;}
#headerwrap{ height:50px;}
.headShadow{ top:50px; }
.logo{ width: 229px; height: 50px; margin-left: 0px;}
.logoTop { width: 229px; height: 50px; background: none; }
.logoBot { display: none;}
nav > ul > li > a { width: 35px; padding: 20px 5px 16px 10px;}
.slash{ height: 50px; width:29px;}
.search{ height: 50px; width:21px; margin-top: -2px; }
.langwrap { padding: 20px 5px 0 10px;}
#headSpace{ height:50px; }
/*-----------------------head banner--------------------*/
#radheadBanner { height:320px; }
#radheadBanner .mSButtons { display: none; }
#headBanner {height:320px;}
#headBanner .mSButtons { display: none; }
.hbControlWrap{ display: block;}
.tynS{ margin: 8px 10px 0 0; }
/*------------------------mobile menu------------------*/
.mobile_menu { display:block; width:36px; height:50px; position:absolute; top: -5px; right: 10px;}

.indicator{ padding-left: 10px;}
.radmainLink{display:block;}
nav ul li a.subLast{ border:none;}
.slash.hold{ display:block; margin:0 45px 0 0;}
.slash.last{ display: none;}
.slash.eng { margin-right: 0; }
.langwrap.eng { width: auto; }
.langE { letter-spacing: 5px; }

/*------------side slide menu----------------------------*/
html {
  right: 0%;
  position: relative;
  overflow-x: hidden;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  
  height: 100% !important;
  min-height: 100% !important;
}
.mobile-menu-open {
  /*right: 50%;*/
  right: 30%;
  overflow: hidden;
}
.top-menu-open {
  left:0;
}
nav{ margin:0; float:none;}
nav > ul > li > a{ width: auto; padding: 0;}
nav ul li ul li a { width:auto; margin:0; padding:15px 15px 15px 25px!important; background-color:#1C2128;}
nav ul li ul li a.eng {
	width: 100%;
}
nav ul ul {margin:0px; position:relative; height:auto; }

.xxnav {
  position: fixed;
  background:#272B3B;
  /*width: 50%;*/
  width: 30%;
  height:auto;
  right: -50%;
  /*right:20%;*/
  bottom: 0%;
  /*top: 44px;*/
  top: 50px;
  margin:0;
  z-index: 99999999999999999;
  zoom: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.mobile-menu-open .xxnav {
  z-index: 9999999999999;
  zoom: 1;
  right: 0%;
}
.menu-close{
  right: -50%;
}

.xxnav-wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.xxnav .ssf-menu {
  float: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ssf-menu li {
  float: none;
  margin: 0px!important;
  background: none!important;
}
.ssf-menu a,
.ssf-menu .first a {
  background-image: none!important;
  color: white!important;
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  font-size:16px;
  border-bottom: 1px solid #3f3b49;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
}
.ssf-menu a:hover {
  background-color: #3f3b49!important;
  padding-left: 20px;
}
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {border-radius: 4px;}
::-webkit-scrollbar-thumb {border-radius: 4px; background: rgba(0, 0, 0, 0.6);}
.xnav-wrapper::-webkit-scrollbar-thumb {border-radius: 4px; background: rgba(128, 128, 128, 0.7);}
::-webkit-scrollbar-thumb:window-inactive {background: rgba(32, 32, 32, 0.05);}

.pages_.hbDots.wNum li { width: 42px; height: 20px; font-size: 14px; padding-top: 1px; letter-spacing: 3px; }


}

@media screen and (max-width: 825px) {
#headerwrap{ height:44px; }
#headSpace{ height:45px; }
.headShadow{ /*margin-top: -1px;*/ top:45px; height: 30px;}
/*.logo{ width: 160px; height: 35px;}*/
.logo{ position: absolute; top:0; left:-2px; width: 200px; height: 44px;}
.logoTop { width: 200px; height: 44px; }
.tynS{ width:28px; height:28px; margin: 3px 5px 0 0; }
nav{ font-size: 12px; margin-top: 5px;}
nav > ul > li > a{ width: 32px; padding: 12px 5px 12px 8px;}
.slash{ height: 45px; width:20px;}
.search{ height: 50px; width:21px; margin:-5px 10px 0 0;}
.langwrap { font-size: 12px; width:auto; padding: 18px 5px 0 10px;}
#headSpace{ height:44px; }
/*-------------------------HeadBanner Info---------------------*/
.mSCaption.banInfoWrap{ left: 15%; top:20%; letter-spacing: 5px; }
.banChnNum{ width: 45px; height: 45px; font-size: 28px;}
.banNum{ top:9px;}
/*------------------------Search Function--------------*/
.searchInput { font-size: 60px; height:90px; }
.searchSubmit {-webkit-transform: translate3d(0,-30%,0) scale3d(0.68,0.68,1); transform: translate3d(0,-30%,0) scale3d(0.68,0.68,1);}
.b-close { font-size: 40px; top: 2%; right: 15px;}
/*----------------Sharing Function Block-----------------*/
 #shareBlock{ bottom:0; left:2%; top:auto; width: 96%; }
 #shadowBlock{
	 position:absolute;
	 top:-30px;
	 display: block;
	 width:100%; 
	 height: 30px; 
	 background: url(../img/diviShd_Up.png) no-repeat;
	 background-position: center top;
	 background-size: cover;
	 pointer-events: none;
 }
 .shareIcon{ width:25%; height: 40px; margin: 0; }
 .share{ width:auto; }
 .version{ float: none; width:auto; }
 /*------------------Social fanpage icon-------------------*/
.socialBlock {
	width:96%;
	height: 40px;
    bottom: 40px;
    left: 2%;
    top: auto;
	padding: 0;
	border-radius: 8px 8px 0 0;
	background: rgba(215,220,226,0.9);
}
.socialBlock p { display: inline; vertical-align: middle; padding: 0 5px;}
.socialLink {
	background:url(../img/like_d.png); 
	display: inline-table;
	vertical-align: middle;
    margin: 0 auto;
}
.socialShadow{ display: block; position: absolute; bottom:0;}
.socialEng {
	vertical-align: middle;
	background: none;
	padding: 10px 10px 8px 3px;
	
	-webkit-transform: rotate(0deg);	
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: 0 0;
}
}

@media screen and (max-width: 760px) {
/*.logo{ width: 160px; height: 35px;}*/
.search{ height: 50px; width:21px; margin:-5px 10px 0 0;}
.tynS{ margin: 7px 0px 0 0; }
/*--------------Head Banner---------------------------*/
#headSpace{ height:44px; }
#radheadBanner { height:300px; }
#headBanner { height:300px; }
.infoBlock { height: auto; max-height: 100%; }
.infoBlock h4 { font-size: 14px; line-height: 17px; }
.infoBlock p { font-size: 12px; }

.xxnav { top:44px;}
}
@media screen and (max-width: 670px) {

/*.mobile_menu { display:block; width:36px; height:50px; position:absolute; top: -5px; right: 10px;}*/
#radheadBanner { height:270px; }
#headBanner { height:270px; }

.search{ margin:-5px 0px 0 0;}
.tynS{ margin: 9px 0px 0 0; }
/*--------------------Ori menu css---------------------*/
/*nav{ position:absolute; top:35px; left:0px; width: 100%; background-color:#E7E7EF; height:0; overflow:hidden; }*/
/*nav > ul {height:auto; width:100%; background-color:#E85154;}*/
/*nav > ul > li {width: 100%;}*/
/*nav ul li a { display:block; width:auto;  margin:0 20px; font-size:18px; text-align:center; background-color:#E7E7EF; padding: 20px 0px; border-bottom:thin #FFFFFF solid;}*/
/*nav ul ul {display:block; position:relative; width:100%; height:0; }*/
/*nav ul li ul li {width:100%; }*/
/*nav ul li ul li a {width:100%; padding: 20px 0; background-color:#C6CFD6;}*/
/*.search{margin:-10px 10px 0 10px;}*/
/*.logo{ position: absolute; top:0; left:0; width: 160px; height: 35px;}*/

.indicator{ padding-left: 10px;}
.radmainLink{display:block;}
nav ul li a.subLast{ border:none;}
.slash.hold{ display:block; margin:0 45px 0 0;}
.slash.last{ display: none;}

/*------------side slide menu----------------------------*/
html {
  right: 0%;
  position: relative;
  overflow-x: hidden;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  
  height: 100% !important;
  min-height: 100% !important;
}
.mobile-menu-open {
  right: 50%;
  overflow: hidden;
}
.top-menu-open {
  left:0;
}
nav{ margin:0; float:none;}
nav > ul > li > a{ width: auto; padding: 0;}
nav ul li ul li a { width:auto; margin:0; padding:15px 15px 15px 25px!important; background-color:#1C2128;}

nav ul ul {margin:0px; position:relative; height:auto; }

.xxnav {
  position: fixed;
  background:#272B3B;
  width: 50%;
  height:auto;
  right: -50%;
  /*right:20%;*/
  bottom: 0%;
  top: 44px;
  margin:0;
  z-index: 99999999999999999;
  zoom: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.mobile-menu-open .xxnav {
  z-index: 9999999999999;
  zoom: 1;
  right: 0%;
}
.menu-close{
  right: -50%;
}

.xxnav-wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.xxnav .ssf-menu {
  float: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ssf-menu li {
  float: none;
  margin: 0px!important;
  background: none!important;
}
.ssf-menu a,
.ssf-menu .first a {
  background-image: none!important;
  color: white!important;
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  font-size:16px;
  border-bottom: 1px solid #3f3b49;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
}
.ssf-menu a:hover {
  background-color: #3f3b49!important;
  padding-left: 20px;
}
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {border-radius: 4px;}
::-webkit-scrollbar-thumb {border-radius: 4px; background: rgba(0, 0, 0, 0.6);}
.xnav-wrapper::-webkit-scrollbar-thumb {border-radius: 4px; background: rgba(128, 128, 128, 0.7);}
::-webkit-scrollbar-thumb:window-inactive {background: rgba(32, 32, 32, 0.05);}

.pages_.hbDots.wNum li { width: 42px; height: 20px; font-size: 14px; padding-top: 1px; letter-spacing: 3px; }


}
@media screen and (max-width: 625px) {
.pages_.hbDots li { width: 12px; height: 12px; background: none;}
}
@media screen and (max-width: 425px) {
.search{ margin:-5px -3px 0 0;}
.tynS{ margin: 9px 0px 0 0; }
/*-------------------Head Banner----------------------- */
#radheadBanner { height:260px; margin-top:0; }
#radheadBanner .mSButtons { display: none; }
#headBanner { height:190px; height:250px; margin-top:0;}
#headBanner .mSButtons { display: none; }
.hbControlWrap{ height: 40px; }
.hbControlWrap.dark{ background:#000000; }
.pages_.hbDots { top: 14px;}
.pages_.hbDots li { width: 12px; height: 12px; background: none;}

.hbControlWrap.wNum { height: 45px; }

/*-------------------Head Banner Info----------------------- */
.mSCaption.banInfoWrap{ left: 10%; top:20%; letter-spacing: 5px; }
.banTit { font-size:16px; }
.banShow{ font-size:14px; }
.banDate{ font-size:14px;}
.banChnNum{ width: 35px; height: 35px; font-size: 24px;}
.banNum{ top:6px;}

#headerwrap{ height:44px; }
.logo{ width: 140px; height: 45px; left:-1px;}
.logoTop {  width: 140px; height: 44px; left:-1px;}
/*.search { margin: -10px -5px 0 -5px;}*/
.slash.hold{ display:block; margin:0 38px 0 0;}
.langwrap { margin: 1px -5px 0 0;}
/*------------------------Search Function--------------*/
#searchWrap { margin: 10px auto; }
.searchInput { font-size: 45px; height:90px; }
.searchSubmit {-webkit-transform: translate3d(0,-25%,0) scale3d(0.5,0.5,1); transform: translate3d(0,-25%,0) scale3d(0.5,0.5,1);}
.b-close { font-size: 35px; top: 1%; right: 3px;}
/*----------------Sharing Function Block-----------------*/
#shareBlock{ bottom:0; left:4%; top:auto; width: 92%; }
.version { width: 95%; height: 90%; margin-top: 3px;}
/*------------------Social fanpage icon-------------------*/
.socialBlock { width:92%; left: 4%; } 
.socialBlock p { font-size: 14px; padding: 0 3px; }
}


@media screen and (max-width: 1000px) {
/* 	.logoTop img{opacity: 0;} */
/* 	.logoTop img[data-init-response]{opacity: 1;} */
}
