
/************************************************************************************
smaller than 981
*************************************************************************************/

@media screen and (min-width: 981px) {
	#ps{
	float: left;
	display: inline-block;
	}
	.copyright{
   display: none;
	}
		.top {
	 display: none;
	}
	.design1_top{
	display: none;
	}
	}
	
/************************************************************************************
smaller than 980
*************************************************************************************/

@media screen and (max-width: 980px) {

#header {
width: 100%;
}

	.design1_top{
margin-top: 70px;
height: 40px;
font-size: 14px;
color: #999999;
	}
	#header-container{
	display: none;
	}
	#old_big_k{
	width: 100%;
	}
	/* pagewrap */
	#pagewrap {
	width: 94%;
	}
	#sidebara{
	font-size: 12px;
	margin-left: 22%;
	}
	#pe{
    cursor: pointer;
	height: auto;
	}
	#old_con {
	margin-right: 0px;
	}

	#top1{

	margin-top: 36px;
	}

	/* content */
	#content {
	width: 100%;
	}

	#pr {
	width: 100%;
	}

	#cd{
	display: none;
	}
  	#sidebara {
	display: none;
      
	}
    .design_top2{
    margin:40px 0 0 0 ;
	}
	#header-icons{
	display: none;
	}
	/* sidebar */
	#sidebar {
	 display: none;
	}
    
    
	#sidebar .widget {
	 display: none;
	}


	.copyright_w{
	display: none;
	}
	.icon{
	margin-left: 4px;
	margin-top: 6px;
	}
	.icon a{
	-webkit-background-size: cover;
	width: 144px;
	height: 20px;
	}

	#logo{
	margin: auto;
margin-top: 12px;
	}
	.container{
	width: 98%;
	}

	#ps p {
	height: 0px;
	float: left;
	padding-top: 7px;
	font-family: 微软雅黑;
	color: #A1A1A1;
	font-size: 0px;
	}
	#ps{
    margin-right: 0%;
	cursor: pointer;
	height: auto;
	}

	.design{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	
	}

	.copyright_certificate{
	width: 265px;
	}

	.container {
	float: left;
    width: 100%;
    }
	
	.copyright {
font-family: STHeitiSC-Light;
font-size: 10px;
line-height: 18px;
color: #AAAAAA;
background-color: #F9F9F9;
height: 62px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #E3E3E3;
padding-top: 10px;
margin-top: 15px;
float: left;
width: 100%;
}
.copyright a {
	text-decoration:none;
	color: #999999;
	font-size: 12px;
}
.copyright a:hover {
	text-decoration:none;
}





	
	
.top {
	height: 44px;
	background-color: #181818;
	width: 100%;
	top: 0px;
	position: fixed;
	opacity:0.95;
	z-index: 1000;
}
.logo {
	height: 44px;
	width: 44px;
	margin-right: auto;
	margin-left: auto;
}

.tongji {
	width: 100%;
	font-size: 12px;
	position: fixed;
	height: 20px;
	top: -30px;
	opacity:0;
}
.nav_icon {
	width: 44px;
	position: absolute;
	height: 44px;
	left: 0px;
	top: 0px;
}
.index_nav3 {
	height: 98px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.index_nav_icon {
	background-color: #181818;
	height: 65px;
	width: 32%;
	float: left;
	text-align: center;
	border-radius: 2px;
	margin-right: 2px;
	margin-left: 1px;
	margin-top: 10px;
}
.index_nav_icon a {
	text-decoration:none;
	display: block;
	height: 68px;
	padding-top: 25px;
	color: #ffffff;
}

.index_nav_more2 {
	height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	background-color: #FFFFFF;
	top: 3px;
	left: 58%;
	border-radius: 20px;
	z-index: 1000;
	padding-top: 3px;
}


/* GLOBALS */
.wrapper-dropdown-5 {
	/* Size & position */
	width: 44px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 44px;
	position: absolute;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
}

.wrapper-dropdown-5 .dropdown {
	/* Size & position */
    position: fixed;
	left: 0;
	right: 0;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* Hiding */
    max-height: 0;
	overflow: hidden;
	width: 100%;
	background-color: #DDD;
	border-bottom-width: 1px;
	border-bottom-color: #C1C1C1;
	height: 100%;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */


.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    max-height: 100%;
}
.iframe_d {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:10;
}
#mainframe {Safari OSX: no support}
.top {
	height: 44px;
	background-color: #181818;
	width: 100%;
	top: 0px;
	position: fixed;
	opacity:0.95;
	z-index: 1000;
}
.logo {
	height: 44px;
	width: 44px;
	margin-right: auto;
	margin-left: auto;
}

.tongji {
	width: 100%;
	font-size: 12px;
	position: fixed;
	height: 20px;
	top: -30px;
	opacity:0;
}
.nav_icon {
	width: 44px;
	position: absolute;
	height: 44px;
	left: 0px;
	top: 0px;
}
.index_nav3 {
	height: 98px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.index_nav_icon {
	background-color: #181818;
	height: 65px;
	width: 32%;
	float: left;
	text-align: center;
	border-radius: 2px;
	margin-right: 2px;
	margin-left: 1px;
	margin-top: 10px;
}
.index_nav_icon a {
	text-decoration:none;
	display: block;
	height: 68px;
	padding-top: 25px;
	color: #ffffff;
}

.index_nav_more2 {
	height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	background-color: #FFFFFF;
	top: 3px;
	left: 58%;
	border-radius: 20px;
	z-index: 1000;
	padding-top: 3px;
}


/* GLOBALS */
.wrapper-dropdown-5 {
	/* Size & position */
	width: 44px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 44px;
	position: absolute;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
}

.wrapper-dropdown-5 .dropdown {
	/* Size & position */
    position: fixed;
	left: 0;
	right: 0;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* Hiding */
    max-height: 0;
	overflow: hidden;
	width: 100%;
	background-color: #DDD;
	border-bottom-width: 1px;
	border-bottom-color: #C1C1C1;
	height: 100%;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */


.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    max-height: 100%;
}
.iframe_d {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:10;
}
#mainframe {Safari OSX: no support}
	
	
	
	









