/*-----------------------------------------------------------------------------
 [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;
        overflow:hidden;
}

a ,
a:hover{
	text-decoration: none;
}

img {
	max-width: 100%;
}

/* + 跳一  跳三
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 50;
}


/* + a.photo
*----------------------------------------------------------------------------*/
a.photo {
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
}

a.photo img {
	width: 100%;
	max-width: inherit;
}

.nav-func{
	display:none;
}

/***********/
.phoneWrap{
	display:none;	
}
section{
	width:1160px;
	margin:0 auto;
	overflow: hidden;
}
footer{
	background:#363636;
	padding: 22px 0 0;
}
footer .row{
	width:33%;
	float: left;
	overflow:hidden;
	color:#fff;
	margin: 15px 0;
}
footer .row ul{
	overflow:hidden;
}
footer .row ul li{
	display:inline-block;
}
footer .row ul li a{
	color:#fff;
}
footer .row:nth-child(2) ul li{
	width:49%;
}
footer .row:nth-child(2) ul li span{
	display: inline-block;
    margin-left: 10px;
}
footer .row:nth-child(3){
	font-size:13px;
}
footer .row:nth-child(3) p a{
	color:#fff;
}
footer .row:nth-child(3) .info a,
footer .row:nth-child(3) .copy{
	color:#8d8d8d;
	font-size:12px;
}
#webSeo{
	background-color:#438fb5;
	background-image:url(/images/24/bg-marguee.png);
	background-repeat:no-repeat;
	background-position:50% 0%;
	padding:10px 0;
	color:#fff;
	font-size:12px;
}
/*************gotop*************/
#gotop{
	position: fixed;
    right: 10px;
    bottom: 10%;
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(58, 58, 58, 0.78);
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.25);
	z-index: 999;
}
@media screen and (max-width: 1190px) {
	section{
		width:960px;
	}
}
@media screen and (max-width: 980px) {
	section{
		width:90%;
	}
	footer .row{
		width: 50%;
	}
	footer .row:first-child{
		margin:15px 0;
		width: 100%;
	}
	footer .row:first-child #footer-cis{
		text-align: center;
	}
	.nav-func{
		display:block;
		color: #19679E;
		padding: 10px 0;
		text-align: right;
	}
}
@media screen and (max-width: 640px) {
	footer .row:nth-child(2) ul li span{
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.phoneWrap{
		display:block;
		position:fixed;
		bottom:10px;
		width:100%;
		overflow:hidden;
		z-index: 99999;
	}
	.phoneWrap li{
		float:left;
		width:48%;
		margin:0 1%;
		text-align:center;
		background: rgba(0, 0, 0, 0.85);
		border-radius: 10px;
		padding: 6px 0;
	}
	.phoneWrap li a{
		display:block;
		width:100%;
		color:#fff;
	}
	#footer-cis{
		text-align:center;
	}
	#footer-cis img{
		width: 200px;
	}
}
@media screen and (max-width: 450px) {
	footer .row{
		width: 100%;
	}
	footer .row:nth-child(2) ul li,
	footer .row:nth-child(3) p,
	footer .row:nth-child(3) .info{
		text-align: center;
	}
}