/*-----------------------------------------------------------------------------
 [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: #000;
	font-size: 14px;
	line-height:170%;
	background:#161f31;
}
div, h1, h2, h3, h4, hr, p, form, label, input, textarea, img, span, strong {
	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";
	-webkit-text-size-adjust: none;
}
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;
	outline:none;
}
img{
	max-width:100%;
}
br {
	font-family:Arial !important;
}
form,
fieldset{
	border:none;
	margin:0;
	padding:0;
}
form p input[type="text"], 
form p input[type="password"], 
form p textarea, 
form p select{
    background: rgba(255,255,255,0.6);
    border: 1px #858384 solid;
	outline:none;
}
form p input[type="text"]:focus ,
form p input[type="password"]:focus {
	border-color: #13a5e0;
	background:#13a5e0;
	color:#fff;
	outline:none;
}
input[type="text"], input[type="submit"], input[type="reset"], input[type="button"], button ,select{
	-webkit-appearance: none; 
}


/**
*
* =jumpDiv
*
**/
/* + 跳一  跳三
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 9999999999999999999999;
}
.imgStyle{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.pageh1{
	opacity:0;
	position:fixed;
	z-index:-99999;
}
.mobile-main-nav,
.phoneWrap,
.mo-cotrol{
	display:none;
}
.framework{
	width:1501px;
	margin:0 auto;
	overflow:hidden;
}
header{
	height: 84px;
    padding: 25px 0;
}
header .framework,
header ul{
	overflow:visible;
}
#cis{
	float:left;
	width:;
}
.headright{
	float:right;
}
#main-menu{
}
#main-menu li{
	display:inline-block;
	position:relative;
}
#main-menu li a{
	color: #fff;
    display: block;
    padding: 25px 27px 0;
	position:relative;
}
#main-menu >ul >li >a:after{
    content: '/';
    color: #fff;
    position: absolute;
    right: 0px;
    top: 25px;
}
#main-menu >ul >li >a:before{
	content:'';
	background:#c39354;
	position:absolute;
	top: calc(100% + 10px);
	left:0;
	width:0;
	height:1px;
	transition:all linear 0.3s;
}
#main-menu >ul >li:hover >a:before{
	width:100%;
}
#main-menu >ul >li:last-child >a:after{
	display:none
}
#main-menu >ul >li:hover >a{
	color:#c39354;
}
#main-menu .subnav,
#mobile-menu,
#main-menu .subOption{
	display:none;
}
#main-menu >ul >li:hover .subnav{
	display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 20px;
}
#main-menu .subnav >li{
    background: rgba(0, 0, 0, 0.85);
	display:block;
	text-align:center;
	position:relative;
}
#main-menu .subnav li a{
	padding: 5px 20px;
	color:#fff;
}
#main-menu .subnav >li p{
    text-align: center;
    color: #fff;
    padding: 5px 20px;
}
#main-menu .subnav >li:hover .subOption{
	display:block;
	position:absolute;
	left:100%;
	top:0;
	width: 100%;
}
#main-menu .subnav >li:hover .subOption li{
	background: #45423e;
	display:block;
}
#main-menu .subnav >li:hover,
#main-menu .subnav >li:hover .subOption li:hover{
	background:#74634d;
}
#top-search{
	overflow:hidden;
	text-align:right;
	font-size: 12pt;
}
#top-search form{
    display: inline-block;
    vertical-align: baseline;
	width: 149px;
	padding-right: 5px;
}
#top-search input{
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px 8px;
    line-height: 100%;
    background: none;
    color: #fff;
	font-size: 9pt;
	outline: none;
}
#top-search input:focus{
	background: #fff;
    color: #161f31;	
}
#top-search input::placeholder{
    color: #fff;
	line-height: 100%;
	-webkit-text-size-adjust: none;
}
#top-search a{
	display:inline-block;
	color:#fff;
	font-size: 12px;
}
footer{
	background:#fff;
	color:#6c6c6c;
	font-size: 9pt;
}
footer a{
	color:#6c6c6c;
}
footer a:hover{
	color:#cdab7f;
}
#bottom-copy{
	background:#223e5d;
	color:#fff;
	padding: 10px 0;
	font-size: 5pt;
}
#bottom-copy a{
	color:#fff;
}

footer .row{
	float:left;
	width: calc((100% - 736px) / 3);
}
footer .row.company{
	width:300px;
}
footer #fb-wrap{
	float:right;
	width:436px;
}
footer .row h2{
	color:#454545;
	font-size:14px;
	letter-spacing: 0.3em;
}
footer .row h2 span{
	display:block;
	width:30px;
	height:1px;
	background:#b0b0b0;
	margin:10px 0;
}
#footer-info{
	padding: 70px 0 20px;
}
#webSeo{
	margin-top:70px;
}
footer .row li{
	margin: 5px 0;
}
footer .row li p{
	display: inline-block;
}
footer .row li i{
	margin-right: 10px;
    display: inline-block;
    width: 15px;
}
#bottom-copy .copy-info{
	float:left;
}
#bottom-copy .copy-info2{
	float:right;
	overflow:hidden;
}
#bottom-copy .copy-info2 div,
#bottom-copy .copy-info2 p{
	display:inline-block;
}
#bottom-copy .copy-info2 b{
	font-size: 12pt;
    margin: 0 25px 0 5px;
}
#gotop{
	display: block;
    position: fixed;
    right: 10px;
    bottom: 5px;
    z-index: 5;
    color: #fff;
    background: #2f6aab;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12pt;
    border-radius: 5px;
    box-shadow: 0 0 1px #000 inset;
	border: 1px solid #0d1423;
}
@media screen and (max-width: 1680px) {
	.framework{
		width:90%;
	}
	footer #fb-wrap{
	    width: 356px;
	}
	#cis{
		width: 350px;
	}
	#main-menu li a{
		padding: 7px 20px 0;	
	}
	#main-menu >ul >li >a:after{
		top:7px;
	}
	header{
		height:64px;
	}
}
@media screen and (max-width: 1366px) {
	footer .row.company{
		width: calc((100% / 3) * 2);	
		margin-bottom: 50px;
		margin-right: -4px;
	}
	footer .row{
		width:33%;
		float: none;
		display: inline-block;
		vertical-align: text-top;
		margin-right:-4px;
	}
	footer #fb-wrap{
	    width: calc(100% / 3);	
	}
}
@media screen and (max-width: 1280px) {
	.mobile-main-nav{
		display:block;
	}
	.nav-funcB{
		display: block;
		position: absolute;
		color: #fff;
		font-size: 24pt;
		top: 38px;
		z-index: 99899;
	}
	.nav-funcB .fa-times{
		color:#333;
	}
	#cis{
		display:none;
	}
	header .framework, header ul{
		overflow:hidden;
	}
	header{
		height: 54px;
		position:relative;
		background: #171616;
	}
	#mobile-cis{
		margin: 0 auto;
		text-align: center;
		height: 55px;
	}
	#mobile-cis img{
		height:100%;
	}
	#mobile-menu{
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, 0.92);
		width: 100%;
		z-index: 9;
		height: 100vh;
	}
	#mobile-menu >ul{
		width: 50%;
		margin: 80px auto 60px;
		overflow: auto;
		max-height: calc(100vh - 140px);
	}
	#mobile-menu >ul >li{
	}
	#mobile-menu >ul >li .menu_head{
		overflow:hidden;
		padding: 15px 0;
		border-bottom: 1px solid #d4d4d4;
	}
	#mobile-menu >ul >li .menu_head.c0 b{
		display:none;
	}
	#mobile-menu >ul >li .menu_head p{
		float:left;
		font-size: 12pt;
	}
	#mobile-menu >ul >li .menu_head a{
		color: #565656;
	}
	#mobile-menu >ul >li .menu_head b{
		float:right;
		color: #9a9a9a;
		cursor:pointer;
	}
	#mobile-menu >ul >li .menu_body{
	}
	#mobile-menu >ul >li .menu_body li p{
		background: #e7e7e7;
		padding: 5px 15px;
		font-size: 14px;		
	}
	#mobile-menu >ul >li .menu_body li a{
		color: #404040;
		display: block;
		padding: 15px 25px;
		font-size: 12pt;
		border-bottom: 1px solid #d4d4d4;
	}
	#top-search{
		display:none;
		position: absolute;
		top: 70px;
		right: 5%;
		z-index: 5;
	}
	#top-search a{
		background: #3e3e3e;
		padding: 1px 8px;
		border-radius: 5px;		
	}
	.mo-cotrol{
		display: block;
		color: #fff;
		font-size: 18pt;
		position: absolute;
		top: 40px;
		right: 5%;
	}
	
}
@media screen and (max-width: 768px) {
	footer .row{
		margin-bottom: 50px;
	}
	footer .row.company{
	    width: 100%;	
	}
	footer #fb-wrap{
		max-width:500px;
		width:100%;
		margin:0 auto 50px;
		float: none;
	}
}
@media screen and (max-width: 640px) {
	#mobile-menu >ul{
		width:80%;
	}
	#mobile-cis{
		height: 40px;
		padding: 15px 0;
	}
	.nav-funcB{
		font-size: 20pt;
		top: 22px;	
	}
	.mo-cotrol{
		font-size: 17pt;
		top: 23px;	
	}
	header{
		height:auto;
		padding: 0;
	}
	#top-search input{
		background: #171616;	
	}
	#top-search{
	    top: 75px;	
	}
	#top-search a{
	    margin-left: 5px;	
	}
	#bottom-copy .copy-info,
	#bottom-copy .copy-info2{
		float:none;
		text-align:center;
	}
	.phoneWrap{
		display:block;
		position:fixed;
		bottom:5px;
		left:10px;
		width:calc(100% - 20px);
	}
	.phoneWrap li{
		display:inline-block;
	}
	.phoneWrap li a{
		display: block;
		color: #fff;
		background: rgba(18, 66, 119, 0.72);
		padding: 0 15px;
		text-align: center;
		line-height: 30px;
		font-size: 9pt;
		border-radius: 5px;
		box-shadow: 0 0 1px #000 inset;
		border: 1px solid #0d1423;
	}
	#bottom-copy{
		padding-bottom:40px;
	}
}
@media screen and (max-width: 480px) {
	footer .row{
		width:50%;
	}
	footer .row:nth-child(3){
		display:none;
		
	}
}
@media screen and (max-width: 370px) {
	#mobile-menu >ul{
		width:90%;
		margin: 70px auto 60px;
	}
	#mobile-menu >ul >li .menu_head p,
	#mobile-menu >ul >li .menu_body li a{
		font-size:10pt;
	}
	#mobile-menu >ul >li .menu_body li a{
	    padding: 10px 25px;	
	}
}