@charset "utf-8";
/* CSS Document */


/* 1~1010 */
@media only screen and (min-width: 1px) and (max-width: 1010px) {

body {
	background-image: none;
}

#wrapper #banner {
	float: left;
	width: 100%;
	padding-top: 50px;
}

#wrapper #banner_mid {
	width: 100%;
	padding: 0px;
	background-image: none;
	margin-top: 0px;
}

#wrapper #banner img {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px; 
	height: auto;
}

#wrapper #content {
	float: left;
	width: 100%;
	margin: 0px;
	background-image: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#content #content_mid {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px; 
}

#footer  #footer_mid{
	width: 100%;
	padding: 0px;
	margin: 0px; 
	height: auto;
	background-image: none;
}

#footer #footer_mid #footerNav {
	width: 100%;
	padding: 0px;
	margin: 0px; 
}

/*line*/
#line #line_code {
	display: none;
}

#line  {
	position: fixed;
	height: 33px;
	width: 100px;
	right: 0px;
	bottom: 40px;
	float: left;
	z-index: 98;
	background-image: url(../images/mobile_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#line #line_close {
	display: none;
}

#line a {
	float: left;
	color: #000;
	height: 33px;
	width: 100px;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	display: block;
	text-indent: -9999px;
}

/*tab*/
#tabs-container #tabs_close {
	display: none;
}

#tabs-container {
	display: none;
}

#tabs_mobile {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#tabs_mobile li a {
	float: left;
	width: 100px;
	bottom: 40px;
	text-indent: -9999px;
}

#tabs_mobile li:nth-child(1) {
	background-image: url(../images/mobile_wechat.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: fixed;
	right: 0px;
	float: left;
	z-index: 98;
	height: 33px;
	width: 100px;
	bottom: 40px;
}

#tabs_mobile li:nth-child(2) {
	background-image: url(../images/mobile_qq.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: fixed;
	right: 0px;
	float: left;
	z-index: 98;
	height: 33px;
	width: 100px;
	bottom: 5px;
}

/*toolBox*/
#toolBox {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 100px;
	z-index: 1000;
	display: none;
}

#tool {
	float: left;
	height: auto;
	width: 100px;
}

#languageBox {
	float: left;
	height: 28px;
	width: 100px;
	display: block;
	cursor : pointer;
}

#languageBox img{
	float: left;
	height: 28px;
	width: 100px;
}

#language li {
	float: left;
	height: 32px;
	width: 100px;
	text-indent: -9999px;
	display: block;
	cursor : pointer;
}

#language {
	float: left;
	height: 97px;
	width: 100px;
	display: none;
	list-style-image: none;
	list-style-type: none;
}

#language .language_tw a  {
	float: left;
	height: 97px;
	width: 100px;
	background-image: url(../images/language_large_mobile.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 200px 97px;
}

#language .language_cn a   {
	float: left;
	height: 97px;
	width: 100px;
	background-image: url(../images/language_large_mobile.png);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	background-size: 200px 97px;
}

#language .language_en a   {
	float: left;
	height: 97px;
	width: 100px;
	background-image: url(../images/language_large_mobile.png);
	background-repeat: no-repeat;
	background-position: 0px -65px;
	background-size: 200px 97px;
}

#language .language_tw a:hover {
	background-position: -100px 0px;
}

#language .language_cn a:hover  {
	background-position: -100px -33px;
}

#language .language_en a:hover  {
	background-position: -100px -65px;
}

}





/*footer*/
@media only screen and (min-width: 501px) and (max-width: 1010px) {
	
#footer #footer_mid #footerNav {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px; 
	height: auto;
}

#footer #footer_mid #footerNav div {
	float: left;
	width: 14.2%;
	text-align: center;
	padding-top: 20px;
	height: auto;
}

#footer #footer_mid #footerNav span  {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px; 
	text-align: center;
	font-size: 13px; 
}

#footer #footer_mid #footerNav ul{
	float: left;
	width: 100%;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footer #footer_mid #footerNav ul li a{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 13px; 
	line-height: 20px;
}

#footer #footer_mid #company {
	float: left;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#footer #footer_mid #footerCopyright  {
	color: #fff;
	height: auto;
	background-color: #000;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer #footer_mid #footerCopyright a {
	color: #999;
}

}

@media only screen and (min-width: 1px) and (max-width: 500px) {

#footer #footer_mid #footerNav {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px; 
	height: auto;
}

#footer #footer_mid #footerNav div {
	display: none;
}

#footer #footer_mid #company {
	float: left;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#footer #footer_mid #footerCopyright  {
	color: #fff;
	height: auto;
	background-color: #000;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer #footer_mid #footerCopyright a {
	color: #999;
}

}

@media only screen and (min-width: 1px) and (max-width: 400px)  {
	
#footer #footer_mid #company {
	float:left;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
}

}

@media only screen and (min-width: 401px) and (max-width: 500px)  {

#footer #footer_mid #company {
	float:left;
	width: 100%;
	padding-right: 7%;
	padding-left: 7%;
}

}

@media only screen and (min-width: 501px) and (max-width: 600px)  {

#footer #footer_mid #company {
	float:left;
	width: 100%;
	padding-right: 15%;
	padding-left: 15%;
}

}

@media only screen and (min-width: 601px) and (max-width: 700px)  {

#footer #footer_mid #company {
	float:left;
	width: 100%;
	padding-right: 22%;
	padding-left: 22%;
}

}

@media only screen and (min-width: 701px) and (max-width: 800px)  {

#footer #footer_mid #company {
	float:left;
	width: 100%;
	padding-right: 24%;
	padding-left: 24%;
}

}

@media only screen and (min-width: 801px) and (max-width: 900px)  {

#footer #footer_mid #company {
	float:left;
	width: 100%;
	padding-right: 26%;
	padding-left: 26%;
}

}

@media only screen and (min-width: 901px) and (max-width: 1010px)  {

#footer #footer_mid #company {
	float:left;
	width: 100%;
	padding-right: 30%;
	padding-left: 30%;
}

}





/*banner*/
@media only screen and (min-width: 1px) and (max-width: 300px) {

#wrapper #banner {
	height: 130px;
	padding-top: 60px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 70px;
}

.slogan_01 {
	height: 30px;
}

.slogan_02 {
	height: 30px;
}

}

@media only screen and (min-width: 301px) and (max-width: 350px) {

#wrapper #banner {
	height: 140px;
	padding-top: 60px;
	margin-bottom: 10px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 80px;
	background-size: auto 140px;
	background-position: -240px -50px;
}

.slogan_01 {
	height: 30px;
}

.slogan_02 {
	height: 30px;
}

}

@media only screen and (min-width: 351px) and (max-width: 380px) {

#wrapper #banner {
	height: 150px;
	padding-top: 60px;
	margin-bottom: 10px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 90px;
	background-size: auto 130px;
	background-position: -180px -30px;
}

.slogan_01 {
	height: 30px;
}

.slogan_02 {
	height: 30px;
}

}

@media only screen and (min-width: 381px) and (max-width: 420px) {

#wrapper #banner {
	height: 160px;
	padding-top: 60px;
	margin-bottom: 10px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 100px;
	background-size: auto 150px;
	background-position: -220px -40px;
}

.slogan_01 {
	height: 30px;
}

.slogan_02 {
	height: 30px;
}

}

@media only screen and (min-width: 421px) and (max-width: 500px) {

#wrapper #banner {
	height: 160px;
	padding-top: 60px;
	margin-bottom: 10px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 100px;
	background-size: auto 150px;
	background-position: -150px -40px;
}

.slogan_01 {
	height: 30px;
}

.slogan_02 {
	height: 30px;
}

}

@media only screen and (min-width: 501px) and (max-width: 600px) {

#wrapper #banner {
	height: 170px;
	padding-top: 60px;
	margin-bottom: 10px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 110px;
	background-size: auto 200px;
	background-position: -250px -80px;
}

.slogan_01 {
	height: 30px;
}

.slogan_02 {
	height: 30px;
}

}

@media only screen and (min-width: 601px) and (max-width: 650px) {

#wrapper #banner {
	height: 180px;
	padding-top: 60px;
	margin-bottom: 10px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 120px;
	background-size: auto 230px;
	background-position: -340px -90px;
}

.slogan_01 {
	height: 30px;
}

.slogan_02 {
	height: 30px;
}

}

@media only screen and (min-width: 651px) and (max-width: 700px) {

#wrapper #banner {
	height: 190px;
	padding-top: 60px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 130px;
	background-size: auto 240px;
	background-position: -320px -100px;
}

}

@media only screen and (min-width: 701px) and (max-width: 800px) {

#wrapper #banner {
	height: 230px;
	padding-top: 60px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 170px;
	background-size: cover;
	background-position: center center;
}

}

@media only screen and (min-width: 801px) and (max-width: 900px) {

#wrapper #banner {
	height: 260px;
	padding-top: 60px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 200px;
	background-size: cover;
	background-position: center center;
}

}

@media only screen and (min-width: 901px) and (max-width: 1010px) {

#wrapper #banner {
	height: 280px;
}

#wrapper #banner_mid {
	height: auto;
}

#wrapper #banner_mid h2{
	height: 220px;
	background-size: cover;
	background-position: center center;
}

}

@media only screen and (min-width: 1011px) {

#wrapper #banner {
	height: 260px;
}

#wrapper #banner_mid {
	height: 260px;
}

}




