.myPopDiv{
	position: absolute;
	position:fixed;
    display: inline-block;    
    padding: 0;
    outline: 0;
    top: 0px;
    left: 0px;	
	right:0px;
	bottom:0px;
	
	-webkit-transition: opacity 0.4s ease 0s, z-index 0.5s;
	-moz-transition: opacity 0.4s ease 0s, z-index 0.5s;
	-o-transition: opacity 0.4s ease 0s, z-index 0.5s;
	transition: opacity 0.4s ease 0s, z-index 0.5s;
	
	opacity:0;
	filter: alpha(opacity=0);
	
	z-index:-1;
}

.myPopDiv.show{
	opacity:1;
	filter: alpha(opacity=100);
	z-index:8000;
}

.myPopDiv #myPopup{
    border-width: 1px;
    border-style: solid;
	background-color: #f9f2f2;
    border-color: #ddd;
    color: #333;/*
    text-shadow: 0 1px 0 #f3f3f3;*/
	text-shadow: none;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
    box-shadow: 0 0 12px rgba(0,0,0,.6);
	-webkit-background-clip: padding;
    background-clip: padding-box;
	-webkit-border-radius: .3125em;
    border-radius: .3125em;
    position: relative;
	z-index:20;
	
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    max-width: 90%;
    width: 800px;
}

.myPopDiv .myPopClose{
    text-decoration: none!important;
	-webkit-background-clip: padding;
    background-clip: padding-box;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
	background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
	right: -11px;
	position: absolute;
    top: -11px;
    margin: 0;
    z-index: 1101;
	-webkit-border-radius: 1em;
    border-radius: 1em;
	padding: 0;
    width: 1.75em;
    height: 1.75em;
    text-indent: -9999px;
    white-space: nowrap!important;
	font-size: 16px;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.myPopDiv .myPopClose:after{
	background-image:url("../images/icons-png/delete-white.png");
	background-color: #666;
    background-color: rgba(0,0,0,.3);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 1em;
    border-radius: 1em;
	content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
	top: 50%;
    margin-top: -11px;
	left: 50%;
    margin-left: -11px;
}

.myPopDiv img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	/*height:615px;*/
	margin:20px 40px;
	/*max-width:100%;*/
	width:500px;
}

.myPopDiv .myCloseWord
{
	position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background-color: #e2e2e2;
    color: #666;
    cursor: pointer;
}
.myPopDiv .myPopBg{
    z-index: 10;
    background-color: rgba(0,0,0,.85);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body .myBanner{
	padding: 5px;
    color: #3e3e3e;
    margin-top: 20px;
    border: 5px solid #73ff6a;
    background-color: #fff92f;
    cursor: pointer;
}
body .myBanner.banner2{	
	margin-top:0;
	background-color: #bde9ff;
    border: 5px solid #4cb2fb;
	color:#525252;
}
body .myBanner p{
	margin-bottom:0;
}
@media only screen and (max-width: 500px){
	img{
	    max-width: 100%;
	}
	
	#main {
		min-width: 320px;
		width: 320px;
	}
	
	body #main, body #main #header, body #main #footer
	{
		min-width:100% !important;
	}
	
	#header_top {
		display: none;
	}
	
	#header_middle {
		display: none;
	}
	
	#header_mobile {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		background-color: #283346;
	}

	.flex-direction-nav a {
		top: 0 !important;
	}

	.flex-direction-nav .flex-prev {
		left: 0 !important;
	}

	.flex-direction-nav .flex-next {
		right: 0 !important;
	}
	
	#mobile_btn {
		float: left;
		line-height: 40px;
		height: 40px;
		padding-top: 0px;
		padding-right: 5px;
		margin-left: 5px;
		border-right: 1px solid #FFFFFF;
	}
	
	#mobile_controller {
		/*float: left;*/
	}
	
	#mobile_controller .mobile_cont_right{
		float: right;
		border-left: none;
	}
	
	#mobile_controller > div:first-child, .mobile_cont_right > div {
		position: relative;
		border-left: 1px solid #FFFFFF;
		float: left;
		height: 40px;
		line-height: 40px;
		padding-left: 5px;
		padding-right: 5px;
		color: #FFFFFF;
	}
	
	#mobile_controller > div:first-child {
		border-left: none;
	}
	
	#mobile_controller > div > a > img:first-child {
		_padding-top: 5px;
	}
	
	#header_bottom {
		display: none;
		height: auto;
		position: absolute;
		top: 40px;
		z-index: 9000;
	}

	#input_m_search{
		width: 100%;/*80px;*/ 
		height: 30px; 
		line-height: 30px; 
		margin-top: 5px;
	}
	
	#top_menu {
		margin: 0px;
		float: none;
		width: 100%;
	}
	
	#top_menu > li {
		float: none;
		line-height: 50px;
		padding-left: 0px;
		padding-right: 0px;
		border-right: none;
		text-align: left;
		width: 100%;
		border-bottom: 1px solid #CED2D5;
	}

	#top_menu > li:first-child {
		border-left: none;
		width: 100%;
	}

	#top_menu > li:last-child {
		width: 100%;
		padding-left: 0px;
		padding-right: 5px;
	}

	#top_menu > li > a > div.menuImg {
		margin-left: 0%;
		padding-left: 50px;
	}
	
	#top_menu > li > a {
		margin-left: 20px;
	}

	#top_menu > li > a > div {
		text-align: left;
	}

	#top_menu > li > a > div.single {
		line-height: 20px;
	}

	#top_menu > li > a > div.double {
		line-height: 50px;
	}

	#top_menu > li > a > div.home {
		margin-top: 0px;
	}

	#top_menu > li > ul {
		position: relative !important;
		margin: 0px;
	}
	
	#top_menu > li > ul > li {
		line-height: 20px;
		padding-left: 20px;
		width: 100%;
	}
	
	#header_logo {
		display: none;
	}
	
	#content_left {
		float: none;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#content_left_past {
		float: none;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	#content_right {
		float: none;
		width: 100%;
	}
	
	#content_right_past {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#slider_control
	{
		margin: auto;
	}
	
	#content_left_past_copy
	{
		margin:10px auto;
	}
	
	#subMenu
	{
		width:100%;
	}
	
	#footer {
		float:none;
	}

	#footer_icon {
		display: none;
	}
	
	#footer_top {
		display: none;
	}
	
	#footer_bottom {
		padding-top: 10px;
		height: 60px;
		line-height: 20px;
	}
	
	#footer_left {
		margin-left: 20px;
	}
	
	#footer_middle {
		display: none;
	}
	
	#footer_right {
		display: none;
	}

	#index_info {
		margin-top: 0px;
		float:none;
		width:100%;
		height:auto;
	}

	#index_info > ul > li {
		float: none;
		width: 100%;
	}

	#index_info > ul > li {
		padding: 0px;
	}

	#index_info > ul > li:first-child {
		width: 100%;
		padding-left: 0px;
	}

	#index_info > ul > li > div > img {
		width: 90%;
		margin: auto;
		display: block;
		margin-top: 10px;
	}

	#index_info > ul > li:first-child > div > div {
		padding: 10px !important;
	}

	#index_info > ul > li:last-child {
		width: 100%;
		padding-left: 0px;
	}

	#index_info > ul > li:last-child > div {
		width: 100%;
		height: auto;
		background-size: 100% auto;
	}

	#index_info > ul > li > div {
		width: 100%;
	}
	
	#index_news {
		float:none;
		width:100%;
		height:auto;
	}
	
	#index_news > ul {
		margin-left: 10px;
	}
	
	#index_mobile {
		display: block;
		margin-bottom: 20px;
	}

	#index_mobile > div {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 221px;
		margin-top: 20px;
		overflow: hidden;
	}

	#index_mobile > div > ul {
		list-style: none;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0;
		padding: 0;
	}

	#index_mobile > div > ul > li {
		float: left;
		padding-left: 50px;
		padding-right: 50px;
	}

	#index_info > ul > li > ul > li > div {
		border: 0px;
	}

	#index_info > ul > li > ul > li > div > div.left {
		display: none;
	}

	#index_info > ul > li > ul > li > div > div.right {
		width: 100%;
		float: none;
	}
	
	.container {
		padding-right: 0px;
	}
	
	.wordBreak {
		word-break: break-all;
	}

	#mobile_controller > div > input {
		color: black;
	}

	#mobile_controller .mobile_cont_right > div:last-child {
		cursor: pointer;
		position: relative;
		padding-left:10px;
		padding-right:10px;
	}

	#mobile_controller .mobile_cont_right > div:last-child > ul {
		list-style: none;
		display: none;
		margin-left: -10px;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 120;
	}

	#mobile_controller .mobile_cont_right > div:last-child > ul > li {
		cursor: pointer;
		border-top: 1px solid white;
		background-color: #283346;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		padding-left: 5px;
		padding-right: 5px;
		color: #FFFFFF;
		text-align: center;
	}

	#page_title > img {
		max-width: 100%;
	}

	#slider_photo {
		margin-top: 0px;
	}

	#page_content {
		padding-bottom: 0px;
	}

	#index_content {
		height: auto;
		width: 100%;
	}

	#news_moreBtn {
		right: -5px;
	}

	#bottom_btn {
		padding-left: 20px;
		padding-right: 20px; 
	}
	
	.flashBanner
	{
		display:none;
	}
	
	#flexslider
	{
		display:block;
	}
	
	.desktopOnly{display:none;}
	.mobileDB{display:block;}
	.moblleDIB{display:inline-block;}
	
	#mobile_logo
	{
		height:70px;
	}
	
	.flowplayer.mylogo, .banner_area
	{
		display:none !important;
	}
	
	body #main #header #headerLoader, body #main #footer #footerLoader
	{
		width:100% !important;
	}
	
	body img.mfp-img
	{
		width:100% !important;
		height:100% !important;
	}
	
	#main #content, body #main #header #headerLoader, body #main #footer #footerLoader
	{
		width:100% !important;
	}
	
	body #content
	{
		background:none;
	}
	
	body .tnlist
	{
		width:100%;
	}
	
	body #content_right
	{
		width: 100% !important;
    	text-align: center;
		margin-top:10px !important;
	}
	
	body #content_right img
	{
		margin-top:10px !important;
	}
	
	.searchTool
	{
		width:40%;
	}
	
	#index_page_title, #page_title
	{
		font-size:2.2em;
	}
	
	body .nobr
	{
		white-space:inherit !important;
	}
	
	.faqFAQ
	{
	    max-width: 88%;
	}
	
	#header_bottom
	{
		margin-top:0 !important;
	}
	
	#listTable th {
		min-width: inherit !important;
	}
	body .myPopCont{
		 font-size: 1.1em;
		 padding: 15px;
		 max-width: 90%;
		 width:auto;
		 margin:auto;
		 max-height:90%;
		 height:400px;
		 overflow:auto;
	}
	body .index_banner_area.flex{		
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	body .index_banner_area.flex>*:nth-child(1){
		max-width: 100%;
	}
}