/*-----------------------------------------------------------------------------
 [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: 17px;
	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;
	-webkit-text-size-adjust: none;
}
hr {
	noshade:noshade;
}
th {
	font-weight: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
    overflow:hidden;
}

a ,
a:hover{
	text-decoration: none;
	cursor: pointer;
	color: #4b4a4a;
}
img{
	max-width: 100%;
}

/***********跳一  跳三************/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 99999999;
}
/*********************/
section{
	width:1160px;
	margin:0 auto;
}
/***********header************/
header{
	background-color: #d3e7ff;
    border-top: 3px solid #346aa9;
	height: 135px;
}
header section:first-child{
	position:relative;
}
.toptop{
	position:absolute;
	top:-3px;
	right:0;
	background-image:url(/images/19/snav-bg.png);
	background-repeat:no-repeat;
	background-position: 0 -15px;
	overflow:hidden;
	padding: 5px 50px 15px;
	color:#545555;
	min-width: 550px;
}
.toptop p{
	float:left;
}
.toptop p b{
	display:block;
	color:#248cc4;
}
.toptop p.phone{
	color:#2c63a6;
	font-size:36px;
	font-weight: bold;
    margin-right: 10px;
	margin-top: 10px;
}
header section:nth-child(2){
    padding: 20px 0 10px;
}
#cis{
	float: left;
	width: 250px;
	margin-top: 0;
}
#cis img{
	max-width:250px;
	max-height:87px;
}
.menu{
	float: right;
	margin-top: 60px;
	width: calc(100% - 270px);
}
.menu ul{
	overflow: visible;
	text-align: right;
}
.menu li{
	display:inline-block;
	position:relative;	
}
.menu li a{
	font-size:16px;
	color:#363636;
	padding: 0 20px 5px;
	display:block;
}
.menu li a span{
	display: block;
    font-size: 12px;
	line-height: 110%;
}
.menu .subnav{
	display:none;
}
.menu li.c1:hover .subnav{
	display: block;
    position: absolute;
    z-index: 999;
    top: 46px;
    left: 0;	
}
.menu .subnav li{
	display:block;
	background: rgba(82, 112, 146, 0.87);
	width: 140px;
}
.menu .subnav li p{
	color:#fff;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
}
.menu .subnav li a{
	color:#fff;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
}
.menu .subnav .subOption{
	display:none;
}
.menu .subnav .subOption li{
	
}
.menu .subnav .subOption li a{
	background: none;
	color: #fff;
	text-align: center;
}
#tran{line-height: 130%;}
#tran a{display: inline-block;font-size: 14px;vertical-align: top;margin-right: 10px;}
#webSeo{
	background-color:#3f71ae;
	border-top:1px solid #fff;
}
#webSeo .seo{
	width:1160px;
	margin:0 auto;
	overflow: hidden;
	color:#fff;
	font-size: 7pt;
    padding: 5px 0;
}
footer{
	background-color: #3f71ae;
    color: #fff;
    border-bottom: 3px solid #2c5f9c;
    padding: 20px 0;
}
footer a{
	color:#fff;
}
footer section{
	overflow:hidden;
}
#footer-cis,
.row{
	float:left;
	width: 25%;
}
#footer-cis{
	width: 28%;
}
.phoneWrap{
	width: 20%;
    float: right;
}
.phoneWrap ul{
    text-align: right;	
}
.phoneWrap li{
	border: 1px solid #e7e5e0;
    width: 80px;
    overflow: hidden;
	background-image:url(/images/19/footer-phone.png);
	background-position: 10px 50%;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
	display: inline-block;
	text-align: left;
}
.phoneWrap li:last-child{
	background-image:url(/images/19/footer-line.png);
}
.phoneWrap li a{
	display: block;
    width: 50%;
    float: right;
    padding-left: 50%;
}
#community{
	text-align:right;
}
#community a{
	font-size:16px;
	border-right:1px solid #fff;
	padding: 0 10px;
	display:inline-block;
}
#community a:last-child{
	border-right:0;
}
.nav-func,
.mobile-main-nav,
#mobile-menu{
	display:none;
	transition:none;
}
#gotop{
	position:fixed;
	right:10px;
	bottom:10%;
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:50%;
	background: rgba(90, 149, 191, 0.72);
    color: #fff;
    box-shadow: 0px 0px 3px #fff;
}
#mobile-menu div,
#webSeo,
#webSeo .seo,
#webSeo .seo div{
	transition:none;
}
.freez{ position:fixed;}
@media screen and (max-width: 1190px) {
	section,
	#webSeo .seo{
		width:940px;
	}
	#cis img{
		width: 270px;
	}
	.menu{
	    margin-top: 45px;	
	}
	header{
	    height: 120px;	
	}
	#footer-cis,
	#footer-cis, .row,
	.phoneWrap{
	    width: 50%;	
		margin-bottom: 10px;
	}
	.phoneWrap{
		float:left;
	}
	.phoneWrap ul,
	#community{
		text-align:left;
	}
	.menu li a{
	    padding: 0 10px 5px;	
	}
}
@media screen and (min-width: 961px) {
	#main-menu{
		display:block !important;
	}
	.menu li:hover{
		background:#5a7a9f;
	}
	.menu li:hover a{
		color:#fff;
	}
	.menu .subnav li:hover .subOption{
		display: block;
		position: absolute;
		left: 100%;
		top: 0;
		width: 100%;
	}
	.menu .subnav li:hover{
		background: rgba(48, 72, 100, 0.87);
	}
	
}
@media screen and (max-width: 960px) {
	section,
	#webSeo .seo{
		width:748px;
	}
	.toptop{
		display:none;
	}
	#cis img{max-height: 74px;}
	.nav-funcB{
		display: block;
		position: absolute;
		right: 5%;
		top: 37px;
		z-index: 99999;
		color: #fff;
		font-size: 18px;
		background: #23518a;
		padding: 10px 15px;
		border-radius: 10px;
	}
	.nav-funcB:hover{
		color:#fff;
	}
	#main-menu{
		display:none;
	}
	.mobile-main-nav{
		display:block;
	}
	#mobile-menu{
		width: 250px;
		background: #fff;
		height: 100vh;
		overflow: auto;
		padding-bottom:30px;
		position: absolute;
		z-index: 9999;
		right: 0;
		top: 0;
		margin: 0;
	}
	#mobile-menu >ul{
    margin-top: 70px;
    max-height: calc(100vh - 70px);
    overflow: auto;
	}
	#mobile-menu >ul li{display:block;text-align: left;}
	#mobile-menu >ul >li .menu_head{
		overflow:hidden;
		padding: 10px 15px;
		border-bottom: 1px solid #efefef;
	}
	#mobile-menu >ul >li .menu_head.c0 b{
		display:none;
	}
	#mobile-menu >ul >li .menu_head p{
		float:left;
		font-size: 11pt;
	}
	#mobile-menu >ul >li .menu_head a{
		color: #191919;
		padding: 0;
	}
	#mobile-menu >ul >li .menu_head b{
		float:right;
		color: #9a9a9a;
		cursor:pointer;
	}
	#mobile-menu >ul >li .menu_body li p{
		background: #c1dafa;
		padding: 5px 15px;
		font-size: 14px;		
	}
	#mobile-menu >ul >li .menu_body li a{
		color: #404040;
		display: block;
		padding: 10px 35px;
		font-size: 11pt;
		border-bottom: 1px solid #ededed;
	}
	header{
		height:auto;
	}
	header section:nth-child(2){
		overflow:hidden;
		padding: 15px 0 10px;
	}
	
}
@media screen and (max-width: 768px) {
	section,
	#webSeo .seo{
		width:620px;
	}
}
@media screen and (max-width: 640px) {
	section,
	#webSeo .seo{
		width:460px;
	}
	#footer-cis, #footer-cis, .row, .phoneWrap{
		width:100%;
	}
	.phoneWrap ul{
		position: fixed;
		bottom: 0;
		left:0;
		width: 100%;
		background: rgba(9, 41, 80, 0.9);
		z-index: 999;
	}
	.phoneWrap ul li{
		border: 0;
		width: 50%;
		float:left;
		padding: 5px 0;
		background-size: 20px;
		text-align: center;
		background-position: 25% 50%;
	}
	.phoneWrap ul li a{
		width: 100%;
		float: none;
		padding-left: 10px;
	}
	.phoneWrap ul li a:hover{
		color:#fff;
	}
	footer{padding-bottom: 50px;}
}
@media screen and (max-width: 480px) {
	section,
	#webSeo .seo{
		width:90%;
	}
	#cis img{
		max-width: 80%;
		min-height: 50px;
	}
	.menu >ul{max-height: calc(100vh - 78px - 80px);}
	#webSeo .seo{
		font-size: 5pt;
		line-height:110%;
		padding: 5px 0;
	}
	#mobile-menu >ul{max-height: calc(100vh - 150px);}
	footer .row p{font-size: 15px;line-height: 130%;}
	footer .row .info{font-size: 12px;}
}