/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/
body {
	margin:0;
	border:0;
	width:100%;
	color: #274385;
	font-size: 14px;
	line-height:170%;
}
div, h1, h2, h3, h4, hr, p, form, label, input, textarea, img, span {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	word-break: normal;
	border-width:0;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
}
hr {
	noshade:noshade;
}
th {
	font-weight: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #FFE6AE;
	font-weight: normal;
	text-decoration: none;
}

ul li a:hover ,
a:hover {
	color: #7ba2fb;
	text-decoration: none;
}
/****************
*****************/

.wrapper ,
.wrapper .wraper,
.wrapper .wraper #content{
	width:100%;
}
.wrapper .wraper{
	position:relative;
}
.wrapper .wraper #content{
}
.wrapper .wraper #content .content-wrap{
}
.wrapper .wraper #content .content-wrap section{
	width: 1160px;
    margin: 0 auto;
	overflow:hidden;
}
/****************footer
*****************/
#mobile-funtion{
	display:none;
}
footer{
	background:#434343;
}
footer section{
	width:1160px;
	margin:0 auto;
	overflow:hidden;
	padding: 50px 0;
}
footer section .row{
	width:50%;
	float:left;
}
footer section .row .logoshare{
	overflow:hidden;
}
footer section .row .logoshare >div{
	float: left;
}
footer section .row .logoshare #footerLogo{
	margin-right: 60px;
}
footer section .row .logoshare .company-info{
}
footer section .row .logoshare .company-info #community{
}
footer section .row .logoshare .company-info #community ul{
}
footer section .row .logoshare .company-info #community ul li{
	margin-right: 30px;
}
footer section .row .logoshare .company-info #community ul li a{
	font-size: 24px;
    width: auto;
    height: auto;
	color: #fff;
}
footer section .row .logoshare .company-info #community ul li a i{
}
footer section .row nav{
	margin-top: 20px;
}
footer section .row nav li{
	display:inline-block;
	width:49%;
	margin: 5px 0;
}
footer section .row nav li a{
	color: #fff;
    font-size: 14px;
}
footer section .row nav li b{
	font-weight:normal;
	margin-left: 10px;
}

footer section .row #QRcode{
	width:20%;
	float: left;
}
footer section .row #QRcode p{
	margin-top: 5px;
}
footer section .row #QRcode a{
	color:#fff;
	display:block;
	width:100%;
}
footer section .row .company-data{
	width:80%;
	float: left;
}
footer section .row .company-data h2{
	color:rgb(253, 175, 10);
}
footer section .row .company-data p{
	color:#fff;
}
footer section .row .company-data p:nth-child(2){
	color:#FFE099;
}
footer section .row .company-data p:last-child{
	color:#8d8d8d;
	font-size:11px;
}
a.sidetop{
	position: fixed;
    right: 2%;
    bottom: 15px;
    display: block;
    width: 40px;
	z-index: 9999999;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(187, 205, 247, 0.66);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.53);
}
@media screen and (max-width: 1240px) {
	.wrapper .wraper #content .content-wrap section,
	footer section{
		width: 95%;
		margin: 0 2.5%;
	}
	footer section .row #QRcode a img{
		width:100%;
	}
	footer section .row #QRcode{
		width: 18%;
		margin-right: 2%;	
	}
}
@media screen and (max-width: 640px) {
	footer section .row{
		width: 100%;
		margin-bottom: 20px;
	}
	#mobile-funtion{
		display: block;
		position: fixed;
		bottom: 15px;
		width: 100%;
		z-index: 9;
	}
	#mobile-funtion ul{
	}
	#mobile-funtion ul li{
		display: inline-block;
		width: 28%;
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	#mobile-funtion ul li a{
		display: block;
		width: 100%;
		margin: 0 auto;
		background: #D02525;
		border-radius: 8px;
		color: #fff;
	}
	#mobile-funtion ul li:nth-child(2) a{
		background: #24BB21;
	}
	#mobile-funtion ul li:nth-child(3) a{
		background: #093D69;
	}
}
@media screen and (max-width: 420px) {
	footer section .row .logoshare >div{
		width: 100%;
		text-align: center;
	}
	footer section .row .logoshare #footerLogo{
		margin:0;
	}
	footer section .row .logoshare .company-info #community ul{
		width: 170px;
		margin: 0 auto;
	}
	footer section .row .logoshare .company-info #community ul li:last-child{
		margin-right:0;
	}
	footer section .row nav li{
		text-align: center;
	}
	footer section .row #QRcode{
		width: 23%;
		margin-right: 2%;
	}
	footer section .row .company-data{
		width: 75%;
	}
}
