﻿@charset "utf-8";

body{
	font-family: "Microsoft JhengHei","儷黑 Pro","微软雅黑","SimHei" ,sans-serif;
	font-size: 14px;
	color: #333;
	min-width: 1000px;
	line-height: 1.4;
	word-wrap:break-all;
}
a{
	text-decoration: none;
}
a:hover{
	opacity: 0.5 ;
}
.black {color: black;}
.white {color: white;}
.pc-only {display: block;}
.sp-only {display: none;}
/*====================================================
					pc
=======================================================*/

.wrapper {overflow: hidden;}
.clear {clear: both;}
.hide {display: none;}

a, a:visited {color: black;}

.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

/* inner
--------------------------------------------------------------------------------------- */
.inner{
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px;
	overflow: hidden;
}
iframe{
	display: none;
}
/* header
--------------------------------------------------------------------------------------- */
header{
	float: left;
	width: 100%;
	background: white;
	position: fixed;
	z-index: 99;
}
header:after{
	content: '';
	clear: both;
}
.header-title{
	float: left;
	margin-left: 25px;
	margin-right: 30px;
	padding: 23px 0;
}
.header-title h1{
	overflow: hidden;
}
.header-title h1 a{
	display: inline-block;
	width: 176px;
	height: 30px;
	float: left;
}
.header-title h1 a img{
	width: 100%;
}
.header-menu{
	padding: 20px 0;
	float: left;
}
.header-menu ul{
	overflow: hidden;
}
.header-menu ul li{
	float: left;
	padding: 0 15px;
	text-align: center;
}
.header-menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333;
}
.header-menu ul li a:hover{
	opacity: 1;
	color: #ee4c58;
}
.header-menu ul li a span{
	height: 20px;
	display: block;
	line-height: 20px;
}
.header-menu ul li a span.zh{
	font-size: 12px;
}

.header-menu ul li a:hover,
.header-menu ul li.current a{

}
.header-contact{
	float: right;
	width: 90px;
	height: 80px;
}
.header-info{
	float: right;
	padding: 10px 0;
	margin-right: 24px;
	height: 60px;
}
.header-info .info1{
	margin-bottom: 1px;
}
.header-info .info1 .text1{
	color: #ee4c58;
	font-size: 22px;
	margin-right: 12px;
}
.header-info .info1 .text2{
	font-size: 10px;
	padding: 3px 5px;
	background: #ee4c58;
	color: white;
	vertical-align: text-top;
	margin-right: 5px;
}
.header-info .info1 .text3{
	font-size: 10px;
	vertical-align: text-top;
	margin-right: 5px;
}
.header-info .info2{
	position: relative;
}
.header-info .info2 .text1{
	font-size: 11px;
	padding: 3px 8px;
	background: #ee4c58;
	color: white;
	position: absolute;
    top: 10px;
}
.header-info .info2 .text2{
	font-size: 10px;
	position: absolute;
    top: 5px;
    left: 73px;
}
.header-info .info2 .text3{
	position: absolute;
    top: 20px;
    left: 73px;
    font-size: 10px;
}
/*.header-info .icon-facebook{
	cursor: pointer;
}
.header-info .icon-facebook:hover{
	opacity: 0.5;
}*/

/* footer
--------------------------------------------------------------------------------------- */
footer {
	width: 100%;
	background: #ededed;
}
footer .inner {
	width: 1000px;
	margin: 0 auto;
}
.footer-top{
	padding: 50px 0 80px;
	border-bottom: 1px solid #d2d2d2;
	float: left;
	width: 100%;
}
.footer-top:after{
	content: '';
	clear: both;
}
.footer-left{
	float: left;
}
.footer-left .logo{
	margin-bottom: 20px;
}
.footer-left p{
	font-size: 12px;
	margin-bottom: 10px;
}
.footer-left p:nth-child(4){
	margin-bottom: 15px;
}
.footer-contact{
	margin-bottom: 15px;
}
.footer-left ul li{
	font-size: 11px;
	line-height: 11px;
	float: left;
	width: 68px;
	border-right: 2px solid #a2a2a2;
}
.footer-left ul li:nth-child(2){
	text-align: center;
}
.footer-left ul li:nth-child(3){
	border-right: none;
	margin-left: 10px;
	width: 72px;
}
.footer-right{
	float: right;
}
.footer-right > ul > li{
	float: left;
	margin-left: 50px;
	width: 80px;
}
.footer-right > ul > li:first-child{
	margin-left: 0;
}
.footer-right dt{
	font-size: 13px;
	font-weight: 600;
	padding-bottom: 10px;
}
.footer-right dd ul li{
	font-size: 13px;
	padding-bottom: 8px;
}
.footer-right dd ul li:before{
	content: '';
	background: url('../img/pc/footer-arrow.png');
	width: 4px;
	height: 7px;
	display: inline-block;
}
.footer-right dd ul li a{
	color: black;
	padding-left: 7px;
}
.footer-bottom{
	padding: 22px 0;
	border-top: 1px solid white;
	float: left;
	width: 100%;
}
.footer-bottom p{
	font-size: 12px;
	text-align: center;
}

.footer-line-box{
	position: fixed;
	bottom: 80px;
	right: 0;
	background: #fff;
	text-align: center;
	z-index: 999999;
}
.footer-line-box .on{
	width: 100px;
	height: 25px;
	line-height: 25px;
	padding: 5px 0;
	cursor: pointer;
}
.footer-line-box .on .line{
    vertical-align: top;
}
.footer-line-box .off{
	width: 220px;
	display: none;
	padding-bottom: 20px;
}
.footer-line-box.active .off{
	display: block;
}
.footer-line-box.active .on{
	display: none;
}
.footer-line-box .off h3{
	text-align: left;
    background: #00c300;
    height: 35px;
    color: #fff;
    line-height: 35px;
}
.footer-line-box .off .line{
    vertical-align: top;
}
.line-qrcode{
	padding: 10px 0;
}
.footer-line-box .off p{
	font-size: 15px;
	line-height: 20px;
}
.footer-line-box .off p small{
	font-size: 13px;
}
.close-line{
	float: right;
	cursor: pointer;
}

/* maincontent
--------------------------------------------------------------------------------------- */
#maincontent{
	padding-top: 80px;
}

/*====================================================
					sp
=======================================================*/
@media screen and ( max-width:1370px ){
.header-title h1 a{
	width: 140px;
	height: 32px;
}
.header-title h1 a img{
	width: 100%;
}
.header-title{
	margin-right: 5px;
}
.header-menu ul li{
	padding: 0 5px;
}
}
@media screen and ( max-width:1247px ){
	#maincontent{
		padding-top: 182px;
	}
}
@media screen and ( max-width:1000px ){
body{
	min-width: 100%;
	width: 100%;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
img{
	width: 100%;
	vertical-align: bottom;
}
.inner{
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.pc-only{display: none;}
.sp-only{display: block;}

/* header
--------------------------------------------------------------------------------------- */
.header-title{
	margin-left: 25px;
	margin-right: 1px;
	padding: 15px 0 5px;
	width: 148px;
	display: inline-block;
}
.header-title img{
	width: 148px;
}
.header-menu-btn{
	width: 60px;
	height: 55px;
	float: right;
	cursor: pointer;
}
.header-contact{
	width: 60px;
	height: 55px;
}
.header-info{
	display: none;
}
.header-menu{
	display: none;
	float: none;
	position: absolute;
	right: 0;
	background: rgba(241,111,111,0.8);
	width: 85%;
	padding: 0;
}
.header-menu.opened{
	display: block;
}
.header-menu .close{
	width: 37px;
	position: absolute;
	right: 11px;
	top: 11px;
}
.header-menu ul{
	margin: 60px 20px;
}
.header-menu ul li{
	width: 100%;
	height: 42px;
	text-align: left;
	padding: 0;
	border-bottom: 1px solid white;
}
.header-menu ul li a{
	color: white;
}
.header-menu ul li.facebook a{
	display: inline-block;
	width: 25px;
}
.header-menu ul li a span.zh{
	font-size: 15px;
	line-height: 42px;
}
.header-menu ul li .en{
	display: none;
}
.header-menu ul li.facebook{
	border-bottom: none;
}
.header-menu .header-icon-facebook{
	width: 25px;
	margin-top: 16px;
}



/* footer
--------------------------------------------------------------------------------------- */
footer {
	background: #f4f4f4;
}
footer .inner{
	width: 100%;
	padding: 0;
}
.footer-top{
	padding: 0;
	float: none;
	width: auto;
}
.footer-top:after{
	content: '';
	clear: both;
}
.footer-menu{
	background: #e4e4e4;
}
.footer-menu ul li{
	border-bottom: 1px solid #FFF;
	letter-spacing: 1px;
	position: relative;
}
.footer-menu ul li:after{
	content: '>';
	float: right;
	font-family: '黑体';
	font-weight: bold;
	position: absolute;
	top: 15px;
	right: 10px;
}
.footer-menu ul li a{
	font-size: 15px;
	line-height: 15px;
	padding: 15px;
	display: block;
}
.contact-info{
	margin-top: 28px;
	padding: 0 15px;
}
.contact-info p, .contact-info a{
	font-size: 13px;
	line-height: 20px;
}
.contact-info p:nth-child(6){
	margin-bottom: 33px;
}
.contact-info p img {
	width: 12px;
}

.contact-info ul{
	margin: 0 auto 20px;
	width: 308px;
}
.contact-info ul li{
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	width: 100px;
	border-right: 2px solid #a2a2a2;
}
.contact-info ul li:nth-child(1){
	width: 80px;
}
.contact-info ul li:nth-child(2){
	text-align: center;
}
.contact-info ul li:nth-child(3){
	border-right: none;
	margin-left: 16px;
	width: 100px;
}

.footer-bottom{
	padding: 20px 0;
	border-top: 1px solid white;
	float: left;
	width: 100%;
}
.footer-bottom p{
	font-size: 13px;
	text-align: center;
}
.footer-line-box{
	bottom: 0px;
	right: 0;
	background: #d2d2d2;
	width: 100%;
	padding: 8px 0;
}
.footer-line-box img{
	width: auto;
	height: 32px;
	margin-right: 2px;
}
.footer-line-box a{
	display: block;
	float: left;
	width: 33.3333%;
	font-size: 14px;
	line-height: 32px;
}
.footer-bottom.sp-only{
	padding-bottom: 62px;
}



/* maincontent
--------------------------------------------------------------------------------------- */
#maincontent{
	padding-top: 55px;
}

}
@media screen and ( max-width:330px ){
	.header-title{
		padding: 10px 0 3px;
		margin-right: 0;
		margin-left: 15px;
	}
	.header-menu-btn {
	    width: 50px;
	    height: 45px;
	}
	.header-contact {
	    width: 50px;
	    height: 45px;
	}
	#maincontent{
		padding-top: 45px;
	}
}