@media screen {
/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption{
	background-color: #000000;
	position:absolute;
	left:0px;
	bottom:0px;
	/* background:#000;  */
	color: #AFC3DB;
	opacity:0.7 !important; /* Overridden by captionOpacity setting */
	width:75%;
	z-index:8;
	font-size: 12px;
    font-weight: bold;
    height: 40px;
	line-height: 24px;
	padding-left: 0px;	
}
.nivo-caption p a{color: #AFC3DB; font-size: 12px; line-height: 24px; padding-left: 0px; height: 40px; font-weight: bold; text-decoration:none;}
.nivo-caption p a:hover{text-decoration:underline;}

.nivo-caption p {
	padding:5px;
	color: #AFC3DB;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
}
@media screen {
/*=== Reset Styles ===*/

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
#gallery a, #gallery a:visited {
	color:#2d3536;
	text-decoration:none;
	border-bottom:1px dotted #826a4d;
}
#gallery a:hover, #gallery a:active {
	color:#9e805c;
	text-decoration:none;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#gallery {
    width:960px;
    height:302px;
    margin:0px;
    padding:0px 0 20px 0;
	float:left;
}

#gallery #slider {
	position:relative;
    width:960px;
    height:302px;
	background:url('../RXCH/RXCH_MacauInternationalClubbingShow/images/home/slide/loading.gif?v=1272599142824625449') no-repeat 50% 50%;
}

#gallery #slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#gallery #slider a {
	border:0;
	display:block;
}

#gallery .nivo-controlNav {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:1000;
}

#gallery .nivo-controlNav a {
	display:inline-block !important;
	width:7px;
	height:7px;
	/*background:url('../RXCH/RXCH_MacauInternationalClubbingShow/images/home/slide/bullets12.png?v=1272599142824625449') no-repeat;*/
	background-color:#8b8c8d;
	border:0;
	margin-right:6px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:transparent;
	border-radius:100%;
}
#gallery .nivo-controlNav a.active {
	background-color:#318de9;
}

#gallery .nivo-directionNav a {
	display:block;
	width:25px;
	height:45px;
	/*background:url('../RXCH/RXCH_MacauInternationalClubbingShow/images/home/slide/arrows.png?v=1272599142824625449') no-repeat;*/
	text-indent:-9999px;
	border:0;
}
#gallery a.nivo-nextNav {
	/*background-position:-30px 0;*/
	background-image:url('../RXCH/RXCH_Nepcon_v2/Images/Home/rightButton.png?v=1272599142824625449');
	background-repeat:no-repeat;
	right:15px;
}
#gallery a.nivo-prevNav {
	left:15px;
	background-image:url('../RXCH/RXCH_Nepcon_v2/Images/Home/leftButton.png?v=1272599142824625449');
	background-repeat:no-repeat;
}

#gallery .nivo-caption {
	text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}

.zh-CN #gallery .nivo-caption{
	width:200px;
	height:340px;
	padding:40px 0px 0px 20px;
    text-shadow:none;
	visibility:visible !important;
    font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
}

.zh-CN #gallery .nivo-caption b{
	font-weight:normal;
	font-family:"微软雅黑";
	font-size:24px;
	display:block;
	line-height:normal;
}

#gallery .nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

#gallery .nivo-more{font-size:12px;}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
}
@media screen {
@charset "utf-8";
/* CSS Document */

body{
	background-position:center center;
	background:#E8E8E8
}
body.zh-CN{
	font-family:"微软雅黑";
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	font-family:inherit !important;
}
#wrapper{
	padding:0 10px;
}
#header{
	background:none;
}

#header .producedBy{
	display:none;
}
div#brand{
	padding:20px 0;
}


#content{
	border:none;
	border-radius:0;
	margin-top:0;
}

#header #search{
	top:83px;
}

#search input{
	background:url('../RXCH/RXCH_Nepcon_v2/Global/searchBox.png?v=1272599142824625449');
	background-repeat:no-repeat;
	width: 203px;
    height: 21px;
    padding-left: 10px;
    padding-right: 30px;
    float: left;
    margin-right: 0;
	border:none;
}
#search .button{
	float:left;
	width: 26px;
    height: 26px;
    padding: 0;
	margin-left: -27px;
    background: transparent;
    color: transparent;
	border:none;
}



div#topNavigation{
	width:100%;
	margin:0 !important;
	background:#f4f4f4;
	border-bottom:3px solid #005bac;
}

#topNavigation ul.level1{
	height:38px;
}
#topNavigation ul.level1 li{
	border:none;
}
#topNavigation ul li a{
	color:#005bac;
	font-size:14px;
	font-weight:normal;
	padding:10px 20px;
	text-decoration:none;
}

body.en #topNavigation ul li a{
	padding-left:12px;
	padding-right:12px;
}
#topNavigation ul li a:visited{
	color:#005bac
}
#topNavigation ul.level1 li.hover a, 
#topNavigation.no-js ul.level1 li:hover a, 
#topNavigation ul.level1 li.selected a{
	color:#ffffff;
	background-color:#005bac
}

#topNavigation ul.level1 li.selected ul.level2{
	display:none;
}

#topNavigation ul.level1 li ul.level2{
	width:auto !important;
	left:auto !important;
}
#topNavigation ul.level1 li ul.level2 li
{
	float:none;
}
#topNavigation ul.level1 li ul.level2 li a{
	border-left:none;
}









#footer {
	position:absolute;
	left:0;
	background:#333333;
	color:#ffffff;
	padding:30px 0;
	margin-top:30px;
}
#footer .extendedContainer{
	background-color:transparent;
	border:none;
	padding:0;
	margin:0 auto;
	width:960px;
	float:none;
}

#footer .footerLeft{
	float:left;
	color:#ffffff;
	width:300px;
	line-height:20px;
	border-right:1px dashed #666666;
	border-right-style:dotted;
}
#footer .footerRight{
	float:right;
	text-align:center;
	width:650px;
}
#footer .footerRight div.commonLink a{
	display:inline-block;
	+zoom:1;
	+display:inline;
	color:#ffffff;
}



}
@media screen {
@charset "utf-8";
/* CSS Document */
body.homePage #content{
	width:100%;
	margin-left:0;
	padding-top:0;

	
}
body.homePage #sidebarRight{
	display:none;
}

#titleBlock{
	
}

#titleBlock ul{
	    list-style: none;
    padding: 0;
    margin: 0;
}
#titleBlock ul:after{
	content:'';
	display:block;
	clear:both;
}
#titleBlock ul li{
	float:left;
    position: relative;
    margin-left: 13px;
}
#titleBlock ul li:first-child{
	margin-left:0;
}
#titleBlock ul li a{
	    position: absolute;
    bottom: 14px;
    color: #ffffff;
    right: 10px;
    text-align: right;
	    text-decoration: none;
    font-size: 14px;
	line-height:normal;
}
body.en #titleBlock ul li a{
	font-size:12px;
}
#titleBlock ul li a span{
	font-weight:bold;
	font-size:22px;
}

body.en #titleBlock ul li a span{
	font-size:18px;
}






/*展会信息*/
ul#infoBlock{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	padding-bottom:20px;
}
ul#infoBlock > li{
	height:420px;
}



ul#infoBlock li#value{
	float:left;
	width:350px;
	margin-right:30px;
	border-bottom:1px solid #dcdcdc;
}
ul#infoBlock li#value .valueTitle{
	font-size:18px;
	font-weight:bold;
	line-height:30px;
}
ul#infoBlock li#value .valueContent{
	text-align:justify;
	line-height:20px;
	color:#8c8c8c;
}

body.en ul#infoBlock li#value .valueContent{
		line-height:normal;
}

ul#infoBlock li#visitorTime{
	float:left;
	width:288px;
	border-bottom:1px solid #dcdcdc;
}

ul#infoBlock li#visitorTime .visitorTimeTime{
	background-color:#ff8080;
	background:url('../RXCH/RXCH_Nepcon_v2/Images/Home/time.png?v=1272599142824625449') no-repeat;
	height:144px;
}

ul#infoBlock li#visitorTime .visitorTimeTime h2{
	color:#ffffff;
	font-size:24px;
	margin:0;
	padding-top:8px;
	line-height:normal;
	font-weight:normal;
	text-align:center;
}

ul#infoBlock li#visitorTime .visitorTimeTime .HotDate{
	    font-size: 18px;
    /* font-weight: bold; */
    padding: 34px 0px 0 42px;
}
ul#infoBlock li#visitorTime .visitorTimeTime .HotDate #t_d{
	display:inline-block;
	background-image:url('../RXCH/RXCH_Nepcon_v2/Images/Home/hour.png?v=1272599142824625449');
	height: 35px;
    width: 124px;
    margin-top: -9px;
    color: #ffffff;
    float: l;
    font-size: 43px;
    vertical-align: middle;
    white-space: 87px;
    letter-spacing: 19px;
    padding-top: 15px;
    padding-left: 6px;
    font-weight: bold;
}


body.en ul#infoBlock li#visitorTime .visitorTimeTime .HotDate #t_d{
	width: 123px;
	padding-left:7px;
	letter-spacing: 22px;
}


ul#infoBlock li#visitorTime .visitorTimeMessage{
	margin-top:3px;
	height:144px;
	background:url('../RXCH/RXCH_Nepcon_v2/Images/Home/exhibitorTimeBg.png?v=1272599142824625449');
}

ul#infoBlock li#visitorTime .visitorTimeMessage > h2{
	color: #ffffff;
    font-size: 24px;
    margin: 0;
    padding-top: 8px;
    line-height: normal;
    font-weight: normal;
    text-align: center;
}
ul#infoBlock li#visitorTime .visitorTimeMessage > div{
	    margin: 10px 20px 0 20px;
    background-color: #ffffff;
}

ul#infoBlock li#visitorTime .visitorTimeMessage > div > p{
	    margin: 0;
    text-align: center;
    line-height: 22px;
}


ul#infoBlock li#visitorTime .visitorTimeCalendar{

}
ul#infoBlock li#visitorTime .visitorTimeCalendar section{
	    position: relative;
}

ul#infoBlock li#visitorTime .visitorTimeCalendar section span{
	position: absolute;
    top: -11px;
}
ul#infoBlock li#visitorTime .visitorTimeCalendar section a{
	    display: block;
    /* padding-left: 69px; */
    text-align: center;
    font-size: 16px;
    background: #ea5403;
    color: #ffffff;
    padding: 10px 0 10px 80px;
    text-decoration: none;
}


ul#infoBlock li#visitorTime .visitorTimeCalendar p{
	margin: 0;
    margin-top: 15px;
    color: #2271b7;
}




ul#infoBlock li#Countdown
{
	float:right;
	width:262px;
	background:#f4f4f4;
}

ul#infoBlock li#Countdown h2{
	    color: #ffffff;
    margin: 0;
    padding: 7px;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    background: #005bac;
}

ul#infoBlock li#Countdown section{
	padding-top:15px;
}
ul#infoBlock li#Countdown section div.up,
ul#infoBlock li#Countdown section div.down{
	text-align:center;
}

ul#infoBlock li#Countdown section div.up span,
ul#infoBlock li#Countdown section div.down span{
	cursor:pointer;
}

ul#infoBlock li#Countdown section div.up span img,
ul#infoBlock li#Countdown section div.down span img{
	display:block;
	margin:0 auto;
}

ul#infoBlock li#Countdown section .logoBox{
	height: 317px;
    overflow: hidden;
}
ul#infoBlock li#Countdown section .logoBox ol{
	margin: 0;
    padding: 0px 20px;
	position:relative;
	top:0;
}
ul#infoBlock li#Countdown section .logoBox ol li{
	    border: 2px solid #D8C1C1;
    padding: 5px;
    text-align: center;
    margin: 5px 0;
	background:#ffffff;
}
ul#infoBlock li#Countdown section .logoBox ol li a{
	display:inline-block;
	border-left:1px dotted #333333;
	padding-left:3px;
}
ul#infoBlock li#Countdown section .logoBox ol li a:first-child{
	border-left:0;
	padding-left:0;
}

/* 展会新闻 */
#newsBox{
	
}
#newsBox .newsBlock{
	width:49%;
}

#newsBox .newsBlock h2{
	 margin: 0;
    line-height: normal;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
	position:relative;
}
#newsBox .newsBlock h2 > a{
	font-weight: normal;
    font-size: 20px;
    color: #8c8c8c;
    text-decoration: none;
    padding: 0 20px;
    border-left: 1px dotted #8c8c8c;
}
#newsBox .newsBlock h2 > a.active{
	color:#000000;
}
#newsBox .newsBlock h2 > font{
	position:absolute;
	right:0px;
	top:5px;
}
#newsBox .newsBlock h2 > font a{
	font-size:12px;
	font-weight:normal;
}
#newsBox .newsBlock h2 a:first-child{
	border-left:none;
	padding-left:0;
}


#newsBox .newsBlock ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}

#newsBox .newsBlock ul li{
	    width: 44.666666%;
    margin-left: 10px;
    background: #fafafa;
    float: left;
    padding: 10px;
    height: 260px;
}
#newsBox .newsBlock ul li:first-child{
	margin-left:0
}
#newsBox .newsBlock ul li span{
	
}
#newsBox .newsBlock ul li span a{
	font-weight: bold;
    font-size: 13px;
}

#newsBox .newsBlock ul li p{
	margin:10px 0 0 0;
	color:#8c8c8c
}
/*下载中心*/

#downloadCenter{
	float:left;
	width:370px;
	margin-top:30px;
	margin-bottom:30px;
}
#downloadCenter h2{
	margin:0;
	line-height: normal;
  
  
	border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
 
}
#downloadCenter h2 a{
	font-weight: normal;
	font-size: 20px;
	color:#8c8c8c;
	text-decoration:none;
	padding:0 20px;
	border-left:1px dotted #8c8c8c;
}
#downloadCenter h2 a.active{
	color:#000000;
}

#downloadCenter h2 a.first{
	padding-left:0;
	border-left:none;
}

#downloadCenter ul{
	padding-left:0px;
	margin-right:0;
	list-style:none;
	margin:0;
}

#downloadCenter ul li{
	line-height:31px;
}
#downloadCenter ul li a{
	font-size:14px;
	color:#8c8c8c;
}

/* 媒体logo */
#mediaLogo{
	float:right;
	width:550px;
	margin-top:30px;
	margin-bottom:30px;
}

#mediaLogo header{
	border-bottom: 1px solid #dcdcdc;
	overflow:hidden;
}
#mediaLogo header:after{
	content:'';
	display:block;
	clear:both;
}
#mediaLogo header ul{
	padding: 0;
  margin: 0;
  display:inline-block;
	+display:inline;
	+zoom:1;
  list-style-type: none;
  float:left;
}
#mediaLogo header ul li{
	display:inline-block;
	+display:inline;
	+zoom:1;
	line-height:normal;
	margin-bottom:10px;
	padding:0 10px;
	border-left:1px dotted #8c8c8c;
	
}

#mediaLogo header ul li.first{
	padding-left:0;
	border-left:none;
}

#mediaLogo header ul li.active{
	
}

#mediaLogo header ul li a{
	display:inline-block;
	+display:inline;
	+zoom:1;
	text-decoration:none;
	font-size:16px;
	color:#8c8c8c;
	
}
#mediaLogo header ul li.first a{
	
}

#mediaLogo header ul li.active a{
	color:#000000;
}

#mediaLogo header span{
	float:right;
	padding:5px 0;
}
#mediaLogo section {
	padding-top:10px;
}
#mediaLogo section table{
	margin:0;
	width:100%;
	display:none;
}
#mediaLogo section table tr td{
	border:1px dotted #cccccc;
	text-align:center;
}
#mediaLogo section table tr td img{
	width:100px;
	height:46px;
}
}
@media screen {
#topNavigation ul li a {
    padding: 10px 15px !important;    
}
div.inputForm fieldset input {
     margin-left: 0px !important; 
}
div.inputForm fieldset label {
	width:536px !important;
}
body.en #topNavigation ul li a {
    padding: 10px 8px !important;    
}
body.en #content {   
    margin-left: -45px !important; 
}
}
@media screen {
body.en #content {
  margin-left: 0px !important;
}

#topNavigation ul.level1 {
    width: 960px;
    }
}
/*#backButton,#closeButton{display:block !important;}*/
body a{-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;transition:0.5s all;-ms-transition:0.5s all;text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:none;}
#wrapper{background:none;max-width:1200px;}
#header{background:none;}
.top-bar{background:none!important;}
.top-bar a.toolbar-link:hover{text-decoration:none;}
.toolbar-link span:hover{color:#ea5302;}
.toolbar-link>img{display:inline-block;}
.homePage div.contentLayoutBox{padding:0px;}
div.contentLayoutBox{background-color:#fff;padding:10px;}
.homePage div.contentLayoutBox{background:transparent;border:none;}
.topHeader{
	display: none;
}
body.en #topNavigation ul li a{
	padding: 0 !important;
}
/*sms*/
.toolbar-item .links i{height:20px;}
.user-portal-icon{background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../image/nav_rightButton.png?v=1272599142824625449') no-repeat;}
.toolbar-button-inbox .date{background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../inbox_f.png?v=1272599142824625449') no-repeat;}
.toolbar-button-inbox .message-unread .date,.toolbar-button-inbox .showMessage-unread .date{background-position:bottom right;}
/*language bar*/
.top-bar .toolbar-item-open,.top-bar .toolbar-button:hover{background:none;color:#fff;}
.uab-popup{background:none;border:0;left:50%!important;transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);}
.uab-popup:before{content:'';display:inline-block;position:absolute;height:0px;width:0px;border:6px solid transparent;border-bottom:6px solid #000;left:50%;margin-left:-6px;top:-6px;z-index:1;}
.uab-popup ul li:first-child{border:0;}
.uab-popup ul li:not(:first-child){border-top:1px solid #666;}
.top-bar .--open,.top-bar .toolbar-button:hover{background:none;}
.uab-popup .listitem{background:none;color:#fff;}
.uab-popup ul a.listitem:hover{background:#218fff;color:#fff;}
.uab-popup .datasource-data{padding-top:0px;margin-top:6px;background:rgb(0,0,0);}
.toolbar-item .uab-popup .noItems{background:rgba(0,0,0,0.6);color:#fff;}
.toolbar-button .uab-popup{background:rgba(0,0,0,0.6);}
.toolbar-button-inbox .uab-popup .showMessage-unread .listitem,.toolbar-button-inbox .uab-popup .showMessage-read .listitem{background-color:transparent;}
.toolbar-item .uab-popup h2{margin-bottom:10px;}
.toolbar-button-inbox .uab-popup .showMessage-unread .listitem span{color:#FFF;}
.toolbar-button-inbox .uab-popup ul a.listitem:hover span{color:#fff;}
.toolbar-button-inbox .uab-popup ul a.listitemspan{color:#d9ac00;}
.toolbar-item-profile.toolbar-item-open .toolbar-link{background-color:transparent;}
.toolbar-item .links a{color:#d9ac00;}
.toolbar-button-inbox .uab-popup .showMessage-unread{border-color:#666;}
/*our shiming*/
.simpleContent h2.h2_sm{padding-top:20px;}
#header{background:none;}
/*#brand{text-align:center;}
#brand .unmanagedContent img{max-width:100%;margin-top:50px;margin-bottom:3%;}
#brand .producedBy{display:none;}*/
.top-bar .toolbar-button-inbox{background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../inbox_f.png?v=1272599142824625449') no-repeat;height:100%;background-position:center;}
.top-bar .toolbar-button-favourite{background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../favourite_f.png?v=1272599142824625449') no-repeat;height:100%;background-position:center;}
.top-bar .toolbar-button-inbox:hover{background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../inbox_b.png?v=1272599142824625449') no-repeat;background-position:center;}
.top-bar .toolbar-button-favourite:hover{background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../favourite_b.png?v=1272599142824625449') no-repeat;background-position:center;}
/*menu-btn*/
.topHeader{position:relative;}
.topHeader #topMenuButton{position:absolute;right:6px;top:8px;}
.topHeader .topMenuButton>a.show-for-small-down{padding-right: 5px;}

/*search bar*/
#ctl00_searchControlHeader_ctlAutoComplete_txtSearch{border-radius:50px;background-color:rgba(255,255,255,0.3);position:relative;height:18px;width:200px;}
#ctl00_searchControlHeader_ctlAutoComplete_txtSearch:before{display:inline-block;content:'';position:absolute;right:0px;background-color:red;width:5px;height:5px;}
#ctl00_searchControlHeader_SearchFormPanel{position:relative;}
#ctl00_searchControlHeader_searchButton{position:absolute;width:20px!important;height:20px;background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../image/img/search_icon.png?v=1272599142824625449') no-repeat;padding:0;border:0;top:3px;right:10px;}
#ctl00_searchControlHeader_searchButton span,.button span{display:none;}
#header #search{display:block !important;top:-29px;margin-right: 440px;z-index: 100000;}
#search input{padding-left:10px;border:none;color:#000;}
#search input:focus{box-shadow:0 0 12px #fff;}
/*topNavigation*/
#topNavigation ul.level1 li a{height:100%;padding:0;line-height:40px;font-size:16px;font-family:'Microsoft Yahei';}
#topNavigation ul.level1 li a:hover,#topNavigation ul.level1 li a:visited{text-decoration:none;}
#topNavigation ul.level1{width:100% !important;}
#topNavigation{background:rgba(255,255,255,0.3);margin:0 auto;}
#topNavigation ul.level1{margin:0 auto;text-align:center;}
#topNavigation ul.level1 li{border:0;display:inline-block;float:left;width:10%;position:relative;}
#topNavigation ul.level1 li.hover a,#topNavigation.no-js ul.level1 li:hover a,#topNavigation ul.level1 li.selected a{position:relative;background:none;white-space:nowrap;}
#topNavigation ul.level1 li a:before,#topNavigation.no-js ul.level1 li a:before{content:'';display:inline-block;position:absolute;bottom:0;left:0;visibility:hidden;width:0%;height:0%;background-color:#d9ac00;transition:all 0.3s cubic-bezier(.8,0,.2,1);-webkit-transition:all 0.3s cubic-bezier(.8,0,.2,1);z-index:-1;transform:scale(0);-webkit-transform:scale(0);-webkit- transform-origin:center;transform-origin:center;}
#topNavigation ul.level1 li.hover a:before,#topNavigation.no-js ul.level1 li:hover a:before,#topNavigation ul.level1 li.selected a:before{transform:scale(1);-webkit-transform:scale(1);visibility:visible;width:100%;height:100%;}
#topNavigation .level2:before{content:'';position:absolute;left:50%;width:0px;height:0px;display:inline-block;top:-12px;margin-left:-6px;border:6px solid transparent;border-bottom:6px solid rgb(0,91,172);}
#topNavigation.no-js li:hover .level2,#topNavigation li.hover .level2,#topNavigation li.selected .level2{width:auto;}
#topNavigation ul.level2 li{display:block;background:#005abc;color:#FFF;width:100%;}
#topNavigation.no-js li:hover .level2,#topNavigation li.hover .level2,#topNavigation li.selected .level2{background:rgba(0,0,0,0.6) !important;}
#topNavigation ul.level1 li.hover ul.level2 a,#topNavigation.no-js ul.level1 li:hover ul.level2 a,#topNavigation ul.level1 li.selected ul.level2 a{color:#fff;transform:scale(1);-webkit-transform:scale(1);}
#topNavigation ul.level2 li a{border:0;padding:4px;}
#topNavigation ul.level2 li:hover{color:#fff;background: #003d74;}
/*#topNavigation .level2{transition:all 0.3s cubic-bezier(.8,0,.2,1);-webkit-transition:all 0.3s cubic-bezier(.8,0,.2,1);transform:translateY(-100%);}
*/
#topNavigation.no-js li:hover .level2,#topNavigation li.hover .level2,#topNavigation ul.level1 li ul.level2{min-width:100%;margin-top:6px;left:50% !important;transform:translateX(-50%) translateY(0);-webkit- transform:translateX(-50%) translateY(0);-o-transform:translateX(-50%) translateY(0);}
#topNavigation li.selected .level2{display:none;}
#topNavigation ul.level1 li a:before,#topNavigation.no-js ul.level1 li a:before{display:none;}
#content{margin:10px auto 15px auto;border:0;}
#topNavigation .level1 li.top-bar-btn{display:none;}
#topNavigation ul.level1 li#navTreeItem-19121{width: 8%;}
#topNavigation ul.level1 li#navTreeItem-19035{width: 8%;}
#topNavigation ul.level1 li#navTreeItem-19010{width: 8%;}
#topNavigation ul.level1 li#navTreeItem-41556{width: 8%;}
#topNavigation ul.level1 li#navTreeItem-64428{width: 8%;}
body.en #topNavigation ul.level1 li#navTreeItem-58890{width: 7%;}
body.en #topNavigation ul.level1 li#navTreeItem-19016{width: 7%;}
body.en #topNavigation ul.level1 li#navTreeItem-19017{width: 7%;}
body.en #topNavigation ul.level1 li#navTreeItem-19018{width: 7%;}
body.en #topNavigation ul.level1 li#navTreeItem-19036{width: 10%;}
body.en #topNavigation ul.level1 li#navTreeItem-19121{width: 15%;}
body.en #topNavigation ul.level1 li#navTreeItem-41556{width: 11%;}
body.en #topNavigation ul.level1 li#navTreeItem-66531{width: 8%;}
body.en #topNavigation ul.level1 li#navTreeItem-65566{width: 8%;}







@media (min-width:1200px){#sidebarLeft{width:20%;margin:20px 0 10px 50px;}
body.sidebars-right .contentLayoutBox #content{width:75%;}
.contentLayoutBox #sidebarRight{width:30% !important;}
body.sidebars-wide-right #content{width: 69% !important;}
body.sidebars-wide-right.homePage #content{width: 100% !important;}
/*.contentLayoutBox .unmanagedContent p{font-size:12px;}*/
#sidebarLeft{width:20%;}
body.sidebars-left-right .centered-page{width:48%;}
}
@media (max-width:1024px){}
@media (max-width:992px){p.p_sm{line-height:1.5em;}
.toolbar-item-languages .toolbar-item-menu-text{font-size:12px;font-family:'Microsoft yahei';padding-left: 0;}
.topbar{line-height:60px;}
.top-bar-wrapper{height:60px;}
#topNavigation{position:fixed;left:0;background:rgba(0,0,0,0.6) !important;z-index:1000;height:100%;overflow-y:hidden;overflow-x:hidden;visibility:hidden;top:-100%;-webkit-transition:top 0.5s;transition:top 0.5s;width:100%;}
#topNavigation.open{visibility:visible;top:60px;}
#topNavigation ul.level1 li.hover a,#topNavigation.no-js ul.level1 li:hover a,#topNavigation ul.level1 li.selected a{color:#fff;transform:scale(1);-webkit-transform:scale(1);}
.top-bar{line-height:80px;}
.topHeader{display:block;}
/*.top-bar .toolbar-item .toolbar-link>span{display:none;}
*/

#topNavigation ul.level1 li.first{margin-top:30px;}
#topNavigation ul li a{padding:0 30px !important;position:relative;}
#topNavigation .level1 #backButton,#topNavigation .level1 #closeButton{content:'';display:inline-block;width:30px;height:30px;z-index:110000;cursor:pointer;border-radius:5px;padding:0!important;}
#topNavigation .level1 #backButton:before,#topNavigation .level1 #closeButton:before{display:none;}
#topNavigation .level1 #backButton{background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../image/nav_rightButton.png?v=1272599142824625449') center center no-repeat;left:20px;transform:rotate(180deg);background-size:11px;}
#topNavigation .level1 #closeButton{background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../image/nav_closeButton.png?v=1272599142824625449') center center no-repeat;right:20px;background-size:12px;position:absolute;}
#topNavigation ul.level1{margin:0;width:100% !important;height:auto;padding-top:20px;}
#topNavigation ul.level1 > li{width:100% !important;float:none;position:static;}
#topNavigation ul.level1 li{text-align:left;line-height:60px;}
#topNavigation ul.level1 li a{color:#fff;font-size:1.6em;line-height:2.5em;text-decoration:none;font-weight:normal;}
#topNavigation ul li a .navTreeItem-HasChildren{position:absolute;right:0;top:0;height:100%;background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../image/nav_rightButton.png?v=1272599142824625449') center center no-repeat;width:70px;}
#topNavigation ul.level1.open{left:-100%;}
#topNavigation ul.level1 li ul.level2{z-index:9999999;width:100% !important;margin:0 !important;top:0;transform:translateX(-100%);padding-top:60px;height:95%;left:0 !important;background:#333 !important;}
#topNavigation ul.level1 li.current ul.level2{transform:translateX(0%);left:0 !important;}
#topNavigation ul.level1 .top-bar-btn{display:inline-block;margin-top:20px;width:40%;text-align:center;}
#topNavigation ul.level1 .top-bar-btn a{width:100%;height:100%;font-size:28px;border-radius:5px;border:1px solid #fff;padding-left:0!important;padding-right:0!important;line-height:3em;}
/*#topNavigation ul.level1 li.top-bar-btn:first-of-type{margin-right:10px;}
*/
#topNavigation ul.level2 li{background:#333;}
/*.toolbar-dock-right .toolbar-item a.toolbar-link>span{display:none;}
*/
.toolbar-item-profile.toolbar-item-open .toolbar-link{background-color:transparent;}
.toolbar-dock-right{margin-right:60px;}
/*#ctl00_searchControlHeader_searchButton{top: 1px;right: 8px;}
#ctl00_searchControlHeader_ctlAutoComplete_txtSearch{width: 150px;height: 12px;}*/
/*#ctl00_searchControlHeader_searchButton span,.button span{display:inline-block;position: absolute;top: 0;right: -5px;font-size: 12px;}*/
}
/*@media (max-width:768px){#header{padding-left:30px;padding-right:30px;}*/
#pageName{font-size:2em;}
body{background-size: 120%;}
}
@media (max-width:640px){body{background:url('../RXCH/RXCH_NepconSouthChina/css/2016/../newfront/bg.jpg?v=1272599142824625449') no-repeat top center;font-family:'Microsoft Yahei';background-size: cover;overflow-x:hidden;}}
@media (max-width:480px){.top-bar-wrapper{height:60px;}
.top-bar{line-height:60px;}
}
@media (max-width:320px){p.p_sm{font-size:14px;}
}
/*ms*/
::-ms-scrollbar{width:5px;}
::-ms-scrollbar-track{background-color:#dadada;}
::-ms-scrollbar-thumb{border-radius:10px;background-color:rgba(0,0,0,0.2);}
::-ms-scrollbar-corner{background-color:black;}
/*moz*/
::-moz-scrollbar{width:5px;}
::-moz-scrollbar-track{background-color:#dadada;}
::-moz-scrollbar-thumb{border-radius:10px;background-color:rgba(0,0,0,0.2);}
::-moz-scrollbar-corner{background-color:black;}
/*webkit*/
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background-color:#dadada;}
::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(0,0,0,0.2);}
::-webkit-scrollbar-corner{background-color:black;}
::scrollbar{width:5px;}
::scrollbar-track{background-color:#dadada;}
::scrollbar-thumb{border-radius:10px;background-color:rgba(0,0,0,0.2);}
::scrollbar-corner{background-color:black;}
#slideBanner .left-arr,#slideBanner .right-arr{
	filter:alpha(opacity=50);  
     -moz-opacity:0.5;  
     -khtml-opacity: 0.5;  
     opacity: 0.5;  
}
/*轮播*/
#slideBanner{
	position: relative;
    max-height: 480px;
    margin-bottom:30px;
	overflow:hidden;
}
#slideBanner .slideImage{
}
#slideBanner .slideImage ul{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
#slideBanner .slideImage ul li{
	position:absolute;;
	width:100%;
	left:100%;
	top:0;
}

#slideBanner .slideImage ul li:first-child{
	left:0;
}
#slideBanner .slideImage ul li img{
	width:100%;
}
#slideBanner .slideTitle{
	text-align:center;
/*	margin-top:460px;*/
}
#slideBanner .slideTitle .slidePre,
#slideBanner .slideTitle .slideDetial,
#slideBanner .slideTitle .slideNext{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
}
#slideBanner .slideTitle .slideDetial{
	position: absolute;
	bottom: 0;
}
#slideBanner .slideTitle .slidePre,
#slideBanner .slideTitle .slideNext{
	cursor:pointer;
	position: absolute;
    width: 38px;
    height: 80px;
    display: inline-block;
    top: 40%;
}
#slideBanner .slideTitle .slidePre{
	left:10px;
}
#slideBanner .slideTitle .slideNext{
	right: 10px;
}
#slideBanner .slideTitle .slidePre a,
#slideBanner .slideTitle .slideNext a{
	width:38px; 
	height:38px; 
	line-height:38px;
	display:inline-block;
}

#slideBanner .slideTitle .slidePre img,
#slideBanner .slideTitle .slideNext img{
	height:60px;
}

#slideBanner .slideTitle .slideDetial a{
	display:inline-block;
	width: 10px; /* 20px */
	height: 10px; /* 20px */
	margin: 5px 5px; /*10px 15px */
	background:rgb(214,214,214);
	border-radius:50% !important;
}
#slideBanner .slideTitle .slideDetial a.current{
	background-color: #3398ff;
}
/*轮播结束*/
#footer .extendedContainer{width: 100%;max-width: 1200px;}
#footer .extendedContainer a{color:#666;margin-left: 0;}
body{background-color:#fff; }
.centered-page{width: 100%;max-width: 1200px;}
.top-bar-wrapper{background-color:#005bac}
.toolbar-item-menu-anchor.toolbar-item-open:after{border-top-color: #fff;}
div#topNavigation{background:#005abc;border-bottom: none;}
#topNavigation ul.level1{height: 40px;}
#topNavigation ul li a{color: #fff;}
#topNavigation ul.level1 li.selected a {background: #ea5503;}
#topNavigation ul li a:visited{color:#fff;}
/*body.homePage #sidebarRight{display: block;}*/
body.homePage .contentLayoutBox #sidebarRight{width: 30% !important;}
#sidebarRight{float: right;}
body.sidebars-wide-right #quickLinks, body.sidebars-left-wide-right #quickLinks{width: 100%;}
.section2 .p1{background: url('../RXCH/RXCH_Nepcon_v2/image/zhydlogo.png?v=1272599142824625449') no-repeat 24%;}
.section2 .p2{background: url('../RXCH/RXCH_Nepcon_v2/image/gzydj.png?v=1272599142824625449') no-repeat 22%;}
body.en .section2 .p2{background: url('../RXCH/RXCH_Nepcon_v2/image/gzydj.png?v=1272599142824625449') no-repeat 12%;}
.section2 .p3{background: url('../RXCH/RXCH_Nepcon_v2/image/tygblogo.png?v=1272599142824625449') no-repeat 18%;}
.section2 .zwyd-1:hover{background: #f23728 !important;}
.section2 .gzydj-1:hover{background: #0090e3 !important;}
.section2 .tyjb-1:hover{background: #fc8503 !important;}
#pc-content{
	width: 67%;
    clear: both;
    overflow: hidden;
    float: left;
    margin-right: 3%;
}
.Exhl{float: left;width:100%;}
.Exhl .Exhl-p{
	background: #005bac url('../RXCH/RXCH_Nepcon_v2/image/zhldlogo.png?v=1272599142824625449') no-repeat 10px;
    font-size: 18px;
    padding: 10px 0px 10px 40px;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}
.Exhl div{float:left;width:49%;margin-bottom: 10px;position: relative;}
.Exhl div img:hover{
	box-shadow: 5px 5px 5px gray;
	-webkit-box-shadow:5px 5px 5px gray;
	-moz-box-shadow:5px 5px 5px gray;
	-o-box-shadow:5px 5px 5px gray;
	-webkit-transform:translate(-3px,-3px);
	-moz-transform:translate(-3px,-3px);
	-o-transform:translate(-3px,-3px);
	transform:translate(-3px,-3px);
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
}
.Exhl div span{position: absolute;left: 0;bottom: 4px;color: #fff;font-size: 16px;padding: 11px 46px;}
.Exhl div.pc-zhld4 span{padding: 11px 28px;}
.Exhl div.pc-zhld1 span{background: rgba(223,141,59,0.7);}
.Exhl div.pc-zhld2 span{background: rgba(181,42,37,0.7);}
.Exhl div.pc-zhld3 span{background: rgba(181,64,145,0.7);}
.Exhl div.pc-zhld4 span{background: rgba(129,192,111,0.7);}
.Exhl div.pc-zhld5 span{background: rgba(68,172,161,0.7);}
.Exhl div.pc-zhld6 span{background: rgba(97,130,201,0.7);}
.Exhl .pc-zhld1,.Exhl .pc-zhld3,.Exhl .pc-zhld5{margin-right: 2%;}
.nEws{float: left;width:100%;}
.nEws .nEws-1{
	position: relative;
	background: #005bac url('../RXCH/RXCH_Nepcon_v2/image/nEwslogo.png?v=1272599142824625449') no-repeat 10px;
    font-size: 18px;
    padding: 10px 0px 10px 40px;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}
.nEws .nEws-1 span{
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px 10px 20px;
	background: #ea5503;
}
.nEws div{float:left;width:49%;margin-bottom: 10px;}
.nEws div h3,.nEws div p{margin-left: 0;}
.recEx{float: left;width:100%;height: 180px;}
.recEx .recEx-p{
	background: #005bac url('../RXCH/RXCH_Nepcon_v2/image/tjzhlogo.png?v=1272599142824625449') no-repeat 10px;
    font-size: 18px;
    padding: 10px 0px 10px 40px;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}

.FixTitle A:link{COLOR:#0736aa;TEXT-DECORATION:none}
.FixTitle A:visited{COLOR:#0736aa;TEXT-DECORATION:none}
.FixTitle A:hover{TEXT-DECORATION:underline}
.FixTitle{OVERFLOW:hidden;LINE-HEIGHT:24px;HEIGHT:24px;background: #f1c203;padding-top: 20px;}
.FixTitle1{background: #fff;}
.FixTitle H3{margin:0;FONT-SIZE:18px;COLOR:#500b0e;padding-left: 9%;text-align: left;}
.FixTitle SPAN{PADDING-RIGHT:5px;FLOAT:right}
.FixTitle1 h3{color: #666;}
.RForm{padding:10px;}
.RForm DT{LINE-HEIGHT:23px}
.RformB{PADDING-LEFT:10px}
.blk_29{PADDING:0px;OVERFLOW:hidden;ZOOM:1;}
.blk_29 .LeftBotton{BACKGROUND:url('../RXCH/RXCH_Nepcon_v2/image/left_arr.png?v=1272599142824625449') no-repeat 0px 0px;LEFT:0px;FLOAT:left;WIDTH:20px;CURSOR:pointer;POSITION:absolute;TOP:58px;HEIGHT:50px;}
.blk_29 .LeftBotton:hover{BACKGROUND:url('../RXCH/RXCH_Nepcon_v2/image/left-1.png?v=1272599142824625449') no-repeat 0px 0px;}
.blk_29 .RightBotton{BACKGROUND:url('../RXCH/RXCH_Nepcon_v2/image/right_arr.png?v=1272599142824625449') no-repeat 0px 0px;RIGHT:0px;FLOAT:right;WIDTH:20px;CURSOR:pointer;POSITION:absolute;TOP:58px;HEIGHT:50px;}
.blk_29 .RightBotton:hover{BACKGROUND:url('../RXCH/RXCH_Nepcon_v2/image/right-2.png?v=1272599142824625449') no-repeat 0px 0px;}
.blk_29 .Cont{MARGIN:0px 15px;OVERFLOW:hidden;WIDTH:90% !important;PADDING-TOP:10px;padding-bottom: 10px;}
.blk_29 .box{FLOAT:left;WIDTH:216px;TEXT-ALIGN:center;margin:0 18px;}
.blk_29 .box IMG{display:block;background:#fff;width:100%;height:106px;padding:3px;margin:0 auto;}
.blk_29 .box A:hover IMG{}
.blk_29 .box P{MARGIN:6px auto 0px;WIDTH:97px;LINE-HEIGHT:20px}
.rollphotos{MARGIN-TOP:10px;WIDTH:100%;}
.blk_291{margin-bottom: 0;padding-bottom: 20;background: #fff;}
/*.blk_29 .Cont .box img{transition: all 0.5s ease-in-out;-webkit-filter:grayscale(1);-moz-filter:grayscale(1);filter:grayscale(1);}
.blk_29 .Cont .box img:hover{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);filter:grayscale(0);}*/
.rollphotos{position: relative;}
.blk_291 .LeftBotton,.blk_291 .RightButton{top:322px;}

.youbian{float:left;width:30%;}
.wjEx{height: 420px;margin-bottom: 25px;}
.youbian .wjEx p{
	color: #fff;
    margin: 0;
    padding: 7px;
    text-align: center;
    line-height: normal;
    font-size: 18px;
    background: #005bac;
}
.wjEx section div.up, .wjEx section div.down {
	background:#eee;
    text-align: center;
}
.wjEx div.up span, .wjEx section div.down span {
    cursor: pointer;
}
.wjEx section div.up span img, .wjEx section div.down span img{
	padding:10px 0;
	display: block;
	margin:0 auto;
}
.wjEx section div.up span img, .wjEx section div.down span img{transition: all 0.5s ease-in-out;-webkit-filter:grayscale(1);-moz-filter:grayscale(1);filter:grayscale(1);}
.wjEx section div.up span img:hover, .wjEx section div.down span img:hover{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);filter:grayscale(0);}
.wjEx section .logoBox {
    height: 317px;
    overflow: hidden;
}
.wjEx section .logoBox ol {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}
.wjEx section .logoBox ol li {
    border: 2px solid #D8C1C1;
    padding: 5px;
    text-align: center;
    margin: 5px 0;
    background: #ffffff;
}
.wjEx section .logoBox ol li a {
    display: inline-block;
    border-left: 1px dotted #333333;
    padding-left: 3px;
}
.wjEx section .logoBox ol li a:first-child {
    border-left: 0;
    padding-left: 0;
}
.youbian .RH-T{margin-top: 10px;}
.youbian .RH-T img{display: block;}
.youbian .RH-MM{position: relative;}
.youbian .RH-MM span{position: absolute;left: 20%;top: 50%;color:#fff;font-size: 20px;}
.footer-b p.p1 a{color: #636363;border-right: 1px solid #636363;padding-right:10px;}
.footer-b p.p1 a.last{border: none;}
.searchResults #content #searchResults #searchResultsList li{min-height: auto !important;}
@media(min-width: 1200px){
	body.searchResults.EX-17 #content h1#pageName{
		top:222px;
	}
	#topNavigation ul li a{
		padding: 0 !important;
	}
}
@media(max-width: 768px){
	#sidebarRight{display:none;}
	#brand{min-height: 70px;}
	#content{margin: 0 !important;}
	#footer{margin-top: 0 !important;}
	div#brand{padding: 0;}
	.pc-top{display: none;}
	.pad-top{display: block !important;}
	.section2{display: none;}
	.section2-wap{display: block !important;}
	.section2-wap .p1{background: url('../RXCH/RXCH_Nepcon_v2/image/zhydlogo.png?v=1272599142824625449') no-repeat 54%;margin-right: 30%;}
	.section2-wap .p2{background: url('../RXCH/RXCH_Nepcon_v2/image/gzydj.png?v=1272599142824625449') no-repeat 54%;margin-right: 30%;}
	body.en	.section2-wap .p2{background: url('../RXCH/RXCH_Nepcon_v2/image/gzydj.png?v=1272599142824625449') no-repeat 15%;margin-right: 30%;}
	#pc-content{display: none;}
	.youbian{display: none;}
	.wap-content{display: block !important;}
	.wap-zhld div,.wap-wycz div,.wap-wycg div,.wap-mtzx div{width:94%;margin: 10px 3%;position: relative;}
	.wap-content div span{position: absolute;left: 0;bottom: 4px;color: #fff;font-size: 16px;padding: 11px 46px;}
	.wap-content div.pc-zhld4 span{padding: 11px 28px;}
	.wap-content div.pc-zhld1 span{background: rgba(223,141,59,0.7);}
	.wap-content div.pc-zhld2 span{background: rgba(181,42,37,0.7);}
	.wap-content div.pc-zhld3 span{background: rgba(181,64,145,0.7);}
	.wap-content div.pc-zhld4 span{background: rgba(129,192,111,0.7);}
	.wap-content div.pc-zhld5 span{background: rgba(68,172,161,0.7);}
	.wap-content div.pc-zhld6 span{background: rgba(97,130,201,0.7);}
	.footer-ct{display: none;}
	.centered-page{width: 100% !important;}
	.wap-footer{display:block !important;}
	.wap-footer .div1{margin-left: 90px;}
	#header #search{
		display: none !important;
	}
	body.searchResults.EX-17 #content h1#pageName{
		top:188px;
	}
}
@media(max-width: 480px){
	#content .centered-page{width: 100%;}
	.centered-page{width: 100% !important;}
	.section2-wap .p1{background: url('../RXCH/RXCH_Nepcon_v2/image/zhydlogo.png?v=1272599142824625449') no-repeat 30%;margin-right: 20%;}
	.section2-wap .p2{background: url('../RXCH/RXCH_Nepcon_v2/image/gzydj.png?v=1272599142824625449') no-repeat 20%;margin-right: 20%;}
	body.en .section2-wap .p2{background: url('../RXCH/RXCH_Nepcon_v2/image/gzydj.png?v=1272599142824625449') no-repeat 10%;margin-right: 10%;}
	.wap-footer .div1{margin-left:0px;}
	.wap-footer .div2{width: 74%;}
	body.searchResults.EX-17 #content h1#pageName{
		top:142px;
	}
}
@media(max-width: 420px){
	.wap-footer .div2{width: 72%;}
	.centered-page{width: 100% !important;}
	#content div.inputForm fieldset label{
		width: 100% !important;
	}
	div.contentLayoutBox,div.inputForm{padding: 0;}
}
@media(max-width: 375px){
	.section2-wap .p1{background: url('../RXCH/RXCH_Nepcon_v2/image/zhydlogo.png?v=1272599142824625449') no-repeat 19%;margin-right: 15%;}
	.section2-wap .p2{background: url('../RXCH/RXCH_Nepcon_v2/image/gzydj.png?v=1272599142824625449') no-repeat 10%;margin-right: 15%;}
	body.en .section2-wap .p2{background: url('../RXCH/RXCH_Nepcon_v2/image/gzydj.png?v=1272599142824625449') no-repeat 4%;margin-right: 4%;}
	.wap-footer .div2{width: 69%;}
	body.searchResults.EX-17 #content h1#pageName{
		top:138px;
	}
}
@media(max-width: 360px){
	.wap-footer .div2{width: 68%;}
}
@media(max-width: 320px){
	.section2-wap .p1{background: url('../RXCH/RXCH_Nepcon_v2/image/zhydlogo.png?v=1272599142824625449') no-repeat 15%;margin-right: 8%;}
	.section2-wap .p2{background: url('../RXCH/RXCH_Nepcon_v2/image/gzydj.png?v=1272599142824625449') no-repeat 8%;margin-right: 8%;}
	body.en	.section2-wap .p2{background: url('../RXCH/RXCH_Nepcon_v2/image/gzydj.png?v=1272599142824625449') no-repeat 0%;margin-right: 0%;}
	.wap-footer .div2{width: 64%;}
	.centered-page{width: 100% !important;}
	body.searchResults.EX-17 #content h1#pageName{
		top:140px;
	}
}
@media screen {
#wrapper{
	padding: 0;
}
}
@media screen {
.standard #loginFields {
    float: right;
    width: 100%;
}
div.inputForm fieldset label {
    width: 98% !important;
}
#loginContainer div.inputForm input[type=text], #loginContainer div.inputForm input[type=password], #loginContainer div.inputForm textarea, #loginContainer div.inputForm select{
	width: 90%;
}
div.inputForm legend{
	padding: 0;
}
body.sidebars-none #content{
	margin: 0;
}
}
@charset "utf-8";
/* CSS Document */

#topNavigation ul.level1 li#navTreeItem-77331{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-19016{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-19017{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-19018{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-19036{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-19121{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-19035{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-81930{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-19010{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-41556{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-64428{
    width: 8%;
}
#topNavigation ul.level1 li#navTreeItem-66531{
    width: 8%;
}




body.en #topNavigation ul.level1 li#navTreeItem-19036 {
    width: 10%;
}
body.en #topNavigation ul.level1 li#navTreeItem-19121 {
    width: 15%;
}
body.en #topNavigation ul.level1 li#navTreeItem-41556 {
    width: 11%;
}

@media (max-width: 992px)
#topNavigation ul.level1 > li {
    width: 100% !important;
    float: none;
    position: static;
}

@media screen {

@charset "utf-8";
/* CSS Document */

.yq811{height:180px;}
.yq821 img{width:100%;vertical-align:middle;}
.yq821 td{
	vertical-align: top;
    border: solid 1px #999999!important;
	}
}
@media screen {
@charset "utf-8";
/* CSS Document */

*, body, button, input, select, textarea {
    font-family: "Microsoft Yahei"!important;
    font-size: 13px!important;
}
}
