/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
/*-----------------------------------------------------------------------------
 [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";
	transition:all linear 0.5s;
	-moz-transition:all linear 0.5s;
	-ms-transition:all linear 0.5s;
	-o-transition:all linear 0.5s;
	-webkit-transition:all linear 0.5s;
}
hr {
	noshade:noshade;
}
th {
	font-weight: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
    overflow:hidden;
}
li{
	list-style: none;
}
a ,
a:hover{
	text-decoration: none;
	cursor: pointer;
}
img{
	max-width:100%;
}
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
section{
	width:1211px;
	margin:0 auto;
}
section.ssize{
	width:1160px;
}
section.bigsize{
	width:1279px;
}
.topcontact p{
	text-align:center;
    margin: 17px 0;	
}
.topcontact p a{
	color:#262626;
	font-size:16px;
	margin: 0 20px;
}
.topcontact p a img{
	margin-right:10px;
}
header{
	position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
	z-index: 999;
}
header #top-nav{
	margin:15px 0;
}
header #top-nav a{
	float: right;
    color: #fff;
    font-size: 14px;
    margin: 0 7px;
    border-left: 1px solid #fff;
    padding-left: 15px;
}
header #top-nav section{
	overflow:hidden;
}
header .mainhead{
	position: relative;
}
.nav-func{
	display:none;
}
header .mainhead #cis{
	position: absolute;
    z-index: 9;
    left: 44%;
    width: 240px;
    height: 60px;
    top: 15px;
}
header .mainhead #cis h1{
	width: 100%;
    height: 100%;
}
header .mainhead #cis h1 a{
	display:block;
	width: 100%;
    height: 100%;
}
header .mainhead .menu{
}
header .mainhead .menu >ul.pc{
	background-color: #262626;
	text-align: center;
	overflow: visible;
	position:relative;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
header .mainhead .menu ul.pc >li{
    display: inline-block;
    padding: 30px;
}
header .mainhead .menu >ul.pc >li:nth-child(2){
	margin-right: 300px;
}
header .mainhead .menu ul.pc >li a{
	color:#fff;
	font-size:20px;
}
header .mainhead .menu ul.pc .subnav,
header .mainhead .menu ul.pc .backgroundbox{
	display: none;
}
header .mainhead .menu ul.pc >li:hover .subnav{
	display: block;
    position: absolute;
    top: 100px;
    z-index: 99;
	background: none;
	overflow: hidden;
}
header .mainhead .menu ul.pc >li:nth-child(3n):hover .subnav{
	right:0;
}
header .mainhead .menu ul.pc >li:hover .subnav li{
	padding: 0 0 0 27px;
	background-image:url(/images/20/nav-list.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	float:left;
	margin-right: 20px;
}
header .mainhead .menu ul.pc >li:hover .subnav li a,
header .mainhead .menu ul.pc >li:hover .subnav li p a{
	color:#262626;
	font-size:16px;
}
header .mainhead .menu ul.pc >li:hover .subnav li p{
	float:left;
}
header .mainhead .menu ul.pc .subOption{
	float:left;
	margin-left: 20px;
	background:none;
}
header .mainhead .menu ul.pc >li:hover .backgroundbox{
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 85px;
    z-index: 9;
    background: rgba(255,255,255,0.85);
    height: 54px;
	box-shadow: 0 1px 5px #737373;
}
#banner{
	overflow:hidden;
}
#banner .bannerinfo{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	position:relative;
}
#banner .bannerinfo .bannerDesc{
	color: #fff;
    position: absolute;
    z-index: 9;
    bottom: 53px;
    width: 100%;
    left: 0;
}
#banner .bannerinfo .bannerDesc h2{
	font-size:55px;
	line-height: 110%;
	text-align:center;
	font-weight: normal;
}
#banner .bannerinfo .bannerDesc p{
	font-size: 32px;
    text-align: center;
    line-height: 110%;
    margin: 10px 0;
}
#banner .bannerinfo .bannerDesc span{
	font-size:14px;
	text-align:center;
	display: block;
}
#banner .bannerinfo .bannerDesc .more{
	margin-top: 50px;	
}
#banner .bannerinfo .bannerDesc .more a{
	color:#fff;
	font-size:20px;
	text-align:center;
	display:block;
	border:2px solid #cfcecd;
	background:rgba(25,25,25,0.8);
	width:141px;
	margin:0 auto;
    padding: 8px 0;
	transition:all ease-in-out 0.3s;
	font-family: 'Roboto Condensed', sans-serif;
}
#banner .bannerinfo .bannerDesc .more a:hover{
	background-color: #e97539;
    color: #fff;
	border-color:transparent;
}
footer .footer-top{
	background:#2d2d2d;
	padding: 23px 0;
}
footer .footer-bottom{
	background:#484847;
	padding: 15px 0;
}
footer section{
	overflow:hidden;
	color:#fff;
}
footer section a{
	color:#fff;
}
footer .left{
	float:left;
	overflow:hidden;
}
footer .right{
	float:right;
	overflow:hidden;
}
footer .footer-top .right{
	width:299px;
}
#footer-qrcode img{
	width:103px;
}
footer #footer-qrcode{
	margin-left:38px;
}
footer #footer-qrcode,
footer .fb,
footer .share{
	float:right;
}
footer .fb{
	margin-top:15px;
}
footer .share{
	text-align:center;
	margin-top:15px;
}
footer .share a{
    font-size: 20px;	
	display:inline-block;
	margin: 0 8px;
}
.footernav{
	margin-top:25px;
}
.footernav li{
	float: left;
    border-right: 1px solid #5a5a5a;
    margin-right: 15px;
    padding-right: 15px;
	line-height: 100%;
}
.footernav li:last-child{
    border-right: 0;
}
footer .footer-bottom,
footer .footer-bottom a,
footer .footer-bottom .copy{
	color:#8d8d8d;
}
footer .footer-bottom b{
	color:#fff;
	font-weight:normal;
}
.phoneWrap{
	display:none;
}
#gotop{
	position: fixed;
    right: 20px;
    bottom: 30px;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 10px #000;
	z-index: 9;
}
@media screen and (max-width: 1440px) {
	.topcontact p{
	    margin: 7px 0;	
	}
	.topcontact p a img{
	    width: 30px;	
	}
	header{
	    top: 44px;	
	}
	header #top-nav{
	    margin: 5px 0;	
	}
	header .mainhead .menu ul.pc >li{
	    padding: 20px 30px;	
	}
	header .mainhead #cis{
	    left: 43%;
		width: 200px;
		height: 50px;
		top: 5px;	
	}
	header .mainhead .menu >ul.pc{
		background-size: auto 50px;	
	}
	header .mainhead .menu ul.pc >li a{
	    font-size: 18px;	
	}
	header .mainhead .menu ul.pc >li:hover .backgroundbox{
	    top: 64px;	
	}
	header .mainhead .menu ul.pc >li:hover .subnav{
	    top: 80px;	
	}
	#banner .bannerinfo .bannerDesc h2{
	    font-size: 45px;	
	}
	#banner .bannerinfo .bannerDesc p{
		font-size:24px;
		margin-top: 40px;
	}
	#banner .bannerinfo .bannerDesc .more a{
	    font-size: 16px;	
		width: 121px;
	}
	section.bigsize{
		width: 1211px;	
	}

}
@media screen and (max-width: 1280px) {
	section,
	section.bigsize,
	section.ssize{
		width:94%;
	}
	header .mainhead .menu ul.pc >li:hover .subnav li a, header .mainhead .menu ul.pc >li:hover .subnav li p a{
		font-size:14px;
	}
	header .mainhead .menu ul.pc >li:hover .subnav li{
	    padding: 0 0 0 15px;	
	}
	header .mainhead .menu ul.pc >li:hover .subnav{
		left: 10%;	
	}
	header .mainhead .menu ul.pc >li:nth-child(3):hover .subnav,
	header .mainhead .menu ul.pc >li:nth-child(4):hover .subnav{
		right: 10%;	
		left:initial;
	}
	#banner .bannerinfo .bannerDesc h2{
		font-size:30px;
	}
	#banner .bannerinfo .bannerDesc p{
	    font-size: 18px;
		margin-top: 20px;	
	}
	#banner .bannerinfo .bannerDesc .more{
		margin-top:30px;	
	}
	#banner .bannerinfo .bannerDesc{
		bottom: 5%;	
	}
	.topcontact p a img{
		width:25px;
	}
}
@media screen and (max-width: 980px) {
	.nav-func{
		display: block;
		width: 100%;
		background-color: #262626;
		color: #fff;
		text-align: right;
		padding: 20px 0;
		font-size: 20px;
	}
	.nav-func i{
		margin-right:20px;
	}
	header .mainhead #cis{
		left: 20px;
		width: 200px;
		height: 43px;
		top: 10px;    
		background-image: url(/userfiles/images/20170123112951742.png);
		background-repeat:no-repeat;
		background-position:0 0;
		background-size:auto 100%;
	}
	header{
	    top: 40px;
		overflow:hidden;	
	}
	header #top-nav{
	    background-color: #333333;	
		padding: 10px 0;
		margin: 0;
	}
	header #top-nav a{
	    line-height: 100%;	
	}
	header .mainhead .menu >ul{
		background-image: none !important;
		background: #fff;
	}
	#main-menu >ul{
		margin-left:100%;
		transition:all ease-in-out 0.5s;
		overflow:hidden;
		width:100%;
	}
	#main-menu .block{
		margin-left:0%;
	}
	#main-menu >ul li{
		border-bottom: 2px solid #e7e7e7;
		padding: 15px 0;
	}
	#main-menu >ul >li{
		background-image:url(/images/20/block.png);
		background-repeat:no-repeat;
		background-position:90% 25px;
	}
	#main-menu >ul >li:hover{
		background-image:url(/images/20/smenu.png);
	}
	#main-menu >ul li a{
		color: #262626;
		font-size: 16px;
		padding: 0px 20px;
		font-weight: bold;
	}
	#main-menu >ul >li:hover {
		padding: 15px 0 0;
	}
	#main-menu ul.subnav li a{
	}
	#main-menu ul.subnav li a{
	}
	#main-menu >ul li .subnav{
		display:none;
	}
	#main-menu >ul li:hover .subnav{
		display:block;
		background: #e4e4e4;
		margin: 15px 0 0;
	}
	#main-menu >ul li:hover .subnav li{
		border-bottom: 2px solid #e7e7e7;
	}
	#main-menu >ul >li:last-child,
	#main-menu >ul li:hover .subnav li:last-child{
		border-bottom: 0;
	}
	#main-menu >ul li:hover .subnav li a{
		font-size: 14px;
	}
	#main-menu >ul li:hover .subnav li p{
		padding: 15px 0;
	}
	#main-menu >ul li:hover .subnav li p a{
	}
	#main-menu >ul li:hover .subnav li .subOption li a{
	}
	#main-menu >ul li:nth-child(3):hover .subnav >li.last{
		padding: 0 0 15px;
	}
	#banner{
	    margin-top: 104px;	
	}
	footer .left,
	footer .right,
	footer .footer-top .right{
		width:100%;
	}
	#footer-cis,
	.footernav ul,footer #footer-qrcode, footer .fb, footer .share,
	.copy,
	.right{
		text-align:center;
	}
	footer #footer-qrcode, footer .fb, footer .share{
		float:none;
		margin-left: 0;
	}
	.footernav li{
		display:inline-block;
		float: none;
	}
	.footernav{
	    margin: 15px 0;	
	}
}
@media screen and (max-width: 640px) {
	#banner .bannerinfo .bannerDesc h2{
	    font-size: 24px;	
	}
	#banner .bannerinfo .bannerDesc p{
	    font-size: 16px;
		margin: 10px 0;	
	}
	#banner .bannerinfo .bannerDesc span{
		display:none;
	}
	#banner .bannerinfo .bannerDesc .more a,
	header #top-nav a{
	    font-size: 12px;	
	}
	#banner .bannerinfo .bannerDesc .more{
		margin-top: 10px;	
	}
	#banner{
		margin-top: 95px;	
	}
	.topcontact{
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		background: rgb(255, 255, 255);
		width: 100%;
		box-shadow: 0 0px 5px #6c6c6c;
	}
	header{
		top: 0;
	}
	.topcontact p{
		margin: 5px 0;
		overflow: hidden;
	}
	.topcontact p a{
		color: #262626;
		font-size: 14px;
		margin: 0;
		display: block;
		width: 50%;
		float: left;
	}
	.topcontact p a img{
		width: 20px;
	}
	footer .footer-bottom{
		padding-bottom:50px;
	}
}
@media screen and (max-width: 480px) {
	.footernav li{
		display: block;
		float: none;
		border: none;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}
	#banner .bannerinfo .bannerDesc h2{
	    font-size: 18px;	
	}
	#banner .bannerinfo .bannerDesc p{
	    font-size: 14px;
		margin: 5px 0;	
	}
	#banner .bannerinfo .bannerDesc .more a{
		width:90px;
		width: 90px;
		border: 1px solid #cfcecd;
		padding: 5px 0;
	}
	
}