/*-----------------------------------------------------------------------------
 [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: #262626;
	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%;
}
/**
*
* =jumpDiv
*
**/
/* + ÃƒÂ¨Ã‚Â·Ã‚Â³ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬  ÃƒÂ¨Ã‚Â·Ã‚Â³ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â°
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 50;
}
section{
	width:1160px;
	margin:0 auto;
	overflow: hidden;
}
header{
}
header section{
	margin: 10px auto;
}
header #cis{
	float: left;
}
header .topright{
	float: right;
	overflow: hidden;
}
header .topright #top-nav{
	text-align: right;
}
header .topright #top-nav a{
	font-size:12px;
	color:#4a4a4a;
	position:relative;
	display:inline-block;
	padding: 0 8px 0 5px;
}
header .topright .menu{
	margin-top: 10px;
}
header .topright .menu li{
	display: inline-block;
}
header .topright .menu li a{
	color:#414141;
	font-size:14px;
	display:block;
    padding: 0 10px 0 17px;
	position:relative;
}
header .topright .menu li:hover a{
	color:#d75183;
}
header .topright .menu li a:after,
header .topright #top-nav a:after{
	content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    background: #414141;
    right: 0;
    top: 19%;
}
header .topright #top-nav a:after{
    height: 10px;
	background: #4a4a4a;
	top: 25%;
}
header .topright .menu li:last-child a{
	padding: 0 0 0 17px;
}
header .topright .menu li:last-child a:after,
header .topright #top-nav a:last-child:after{
    display: none;
}
footer{
	padding: 60px 0;
	background:#252525;
}
footer .notiice {
    margin: 10px auto;
    margin-bottom: 50px;
}
footer .notiice p {
    font-size: 15px;
    line-height: 170%;
    color: #d4d4d4;
}
footer h2{
	color:#fff;
	font-size:18px;
	margin-bottom: 15px;
}
footer section >div{
	float:left;
	width: 29%;
}
footer .footershare{
    width: 22%;	
}
footer .footershare #footer-qrcode img{
	width:124px;
	height:124px;
}
footer .footershare .share{
    margin-top: 15px;	
}
footer .footershare .share a{
	color: #fff;
	background: #26a6d1;
	display: inline-block;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	font-size: 20px;
	margin-right: 5px;
}
footer .footershare .share a:nth-child(2){
    background: #3a5896;
}
footer .footershare .share a:nth-child(3){
    background: #dd4b39;
}
footer .footershare .share a:nth-child(4){
    background: #f4b459;
}
footer .footerinfo {
	width: 29%;	
	color:#fff;
}
footer .footerinfo h3{
	font-size:17px;
}
footer .footerinfo p,
footer .footernav li{
	margin: 5px 0;
	font-size:14px;
}
footer a{
	color:#fff;
}
footer .footerinfo p.copy{
	margin-top:15px;
}
footer .footernav{
    width: 20%;	
}
footer .footerFB{
	width: 29%;
	color: white;
}
footer #webSeo{
	margin-top:20px;
	clear: both;
    width: 100%;
    overflow: hidden;
}
footer #webSeo,
footer #webSeo div{
	transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	-webkit-transition:none;
}
footer #webSeo div{
	color:#7f7f7f;
	font-size:12px;
}
.phoneWrap,
.nav-func{
	display:none;
}
#gotop{
	display: block;
    position: fixed;
    right: 20px;
    bottom: 50px;
    background: rgba(58, 58, 58, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    box-shadow: 0 0 5px #fff;
}
.fblink{
	position:fixed;
	right:0;
	top:15%;
	z-index: 9;
}
@media screen and (max-width: 1180px) {
	section{
		width:960px;
	}
}
@media screen and (max-width: 980px) {
	section{
		width:768px;
	}
	header #cis img{
	    width: 230px;	
	}
	header .topright .menu{
		margin-top: 0;	
	}
	footer .footershare,
	footer .footerinfo,
	footer .footernav,
	footer .footerFB{
		width: 100%;
		margin-bottom: 30px;
		min-height: 214px;
	}
	#footer-qrcode, 
	footer .footershare .share, 
	footer h2, footer .footerinfo h3, 
	footer .footerinfo p, 
	footer .footernav li, 
	footer .footerFB, 
	.info,.footerFB p.copy
	{
		text-align:center;
	}
	.fblink img{
	    width: 80px;
	}
	footer .footerinfo p span{
		display:none;
	}
}
@media screen and (max-width: 780px) {
	section{
		width:640px;
	}
	.nav-func{
		display:block;
		position: fixed;
		right: 40px;
		top: 35px;
		background: #262626;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		color: #fff;
		border-radius: 10px;
		z-index: 999;
		font-size: 18px;
	}
	header .topright .menu{
		display:none;
		position: fixed;
		right: 40px;
		z-index: 99;
		top: 35px;
		background: #262626;
		box-shadow: 0 0 5px #fff;
		width: 150px;
		border-radius: 10px;
		padding: 20px 0;
	}
	header .topright .menu li{
		display:block;
		margin: 10px 0;
		text-align: center;
	}
	header .topright .menu li a{
		color:#fff;
	}
	header .topright .menu li:last-child a{
	    padding: 0 20px 0 17px;	
	}
}
@media screen and (max-width: 680px) {
	section{
		width:480px;
	}
	.phoneWrap{
		display:block;
		position:fixed;
		bottom:5px;
		left:0;
		width:100%;
	}
	.phoneWrap ul li{
		float: left;
		width: 30%;
		margin: 0 1%;
		text-align: center;
		background: rgba(0,0,0,0.8);
		border-radius: 8px;
		padding: 5px 0;
		border: 1px solid #4e4e4e;
	}
	.phoneWrap ul li a{
		color:#fff;
	}
	.fblink{
		display:none;
	}
}
@media screen and (max-width: 500px) {
	section{
		width:360px;
	}
	header #cis,
	header .topright{
		float: none;
	}
	header #cis h1,
	header .topright #top-nav{
		text-align: left;
	}
	.nav-func,
	header .topright .menu{
		right: 20px;
	}
}
@media screen and (max-width: 370px) {
	section{
		width:320px;
	}
}
@media screen and (max-width: 325px) {
	section{
		width:95%;
	}
}