* {
    margin: 0;
    padding: 0;
}

body {
	margin:0;
	color: #121212;
	font-size: 14px;
}

div, h1, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, img, span, ul, li {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	word-wrap: normal;
	word-break: normal;
	border-width: 0;
	font-family: "å¾®è»Ÿæ­£é»‘é«”", "è˜‹æžœå„·ä¸­é»‘", "Lucida Grande", "Arial", "Arial Narrow";
}

hr {
	border-top:1px #000 solid;
	margin:0 0 10px 0;
}

th {
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

p.lineHeight {
	line-height:170%;
}
p.marginTop {
	margin:10px 0;
}
p.marginLeft {
	margin: 0 10px;
}

input,button,select,textarea {
	outline:none
}

img {
	max-width: 100%;
}

/**
*
* =anchor
*
**/

a:link, a:visited {
	color: #191919;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

a:hover {
	color: #900;
	text-decoration: none;
}

/**
*
* =clear,clearfix
*
**/

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
    display: inline-block;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */


/* +body
*----------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.wrapper section {
	overflow: hidden;
	margin: 0 auto;
}


/**
*
* =jumpDiv
*
**/
/* + è·³ä¸€  è·³ä¸‰
*----------------------------------------------------------------------------*/
#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: auto 100%;
	display: block;
	transition: all 0.4s ease-in-out 0s;
}

a.photo img {
	width: 100%;
}

#Sg-map ,
#Syoutube {
	margin: 10px 0;
}

#Sg-map iframe ,
#Syoutube iframe {
	width: 100%;
}


/* +header
*----------------------------------------------------------------------------*/
.wrapper header {
	width: 100%;
}

.wrapper header .topBar {
	margin: 29px 0;
	float: right;
}
.wrapper header .topBar a{
    background: #f39800;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    margin-left: 15px;
}
.wrapper header .topBar a:last-child{
    background: #1ebf8c;
}
.wrapper header section #cis {
	margin: 10px;
	width: 220px;
}

.wrapper header section nav {
	margin: 0 15px;
}

.wrapper header section nav ul.menu {
	display: none;
}

.wrapper header section nav ul.menu li ul.subnav {
	display: none;
	position: absolute;
	padding: 10px 0;
	background: #ebebeb;
	z-index: 9999;
	box-sizing: initial;
}

.wrapper header section nav ul.menu li ul.subnav li p {
	padding: 0 20px;
	height: 45px;
	display: block;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.wrapper header section nav ul.menu li ul.subnav li ul.subOption {
	padding: 10px 0;
	background: #B94FFF;
}

.wrapper header section nav ul.menu li ul.subnav li {
	float: none;
	border: 0;
	border-bottom: 1px solid rgb(69 68 69 / 20%);
}

.wrapper header section nav ul.menu li ul.subnav li:last-child {
	border-bottom: none;
}

#m-nav .nav a:hover {
	color: #d0d0d0;
}
#m-nav .nav .current a {
	background: url(../../images/05/main/menu.png) no-repeat 10px 10px;
	color: #fff;
	border-radius: 5px;
}


/* +gotop
*----------------------------------------------------------------------------*/
.wrapper #gotop {
	display: none;
	position: fixed;
	bottom: 2%;
	right: 20px;
	width: 43px;
	height: 43px;
	background: url(../../images/02/all/totop.png) no-repeat 0 0;
	text-indent: -100000px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	cursor: pointer;
	z-index: 200;
}

.wrapper #gotop:hover {
	background-position: -43px 0;
}


/* +line
*----------------------------------------------------------------------------*/
.wrapper .line ,.line2{
	position: fixed;
	right: 20px;
	top: 50%;
	display: block;
	z-index: 100000;
}
.wrapper .line2{
	top: 40%;
}

/* +footer
*----------------------------------------------------------------------------*/
.wrapper footer {
	overflow: hidden;
	padding: 30px 0;
	background: #e1e1e1;
}

.wrapper footer section .information {
	float: left;
	width: 60%;
}

.wrapper footer section .information h3 {
	margin: 10px 0;
	font-size: 20px;
	color: #625D5D;
}

.wrapper footer section .information ul {
	margin: 20px 0;
}

.wrapper footer section .information ul li {
	margin: 5px 0;
}

.wrapper footer section .information ul li a {
	color: #550088;
}

.wrapper footer section #fb-plugin {
	float: right;
	width: 35%;
}


/* + ad-list
*----------------------------------------------------------------------------*/
#ad-list .adImg {
	padding: 10px;
	border: 1px fff solid;
}

#ad-list .adImg a.photo {
	background-size: 100% auto;
}


/* +phoneWrap
*----------------------------------------------------------------------------*/
.phoneWrap {
	position: fixed;
	bottom: 20px;
	display: block;
	z-index: 999999999999999;
}

.phoneWrap ul {
	overflow: hidden;
}

.phoneWrap ul li {
	margin: 0 10px;
	float: left;
}

.phoneWrap ul li.line {
	position: inherit;
}

.phoneWrap ul li a {
	padding: 10px 35px;
	background: #009688;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
}

.phoneWrap ul li.line a {
	background: #ff9800;
}


/**********é©æ‡‰æ€§**********/
/************************/
@media only screen and (min-width: 320px) {
	.wrapper section {
		width: 90%;
	}
	#m-nav .nav {
		position: absolute;
		margin: 20px 0;
		width: 100%;
		min-height: 40px;
		z-index: 999;
	}	
	#m-nav .nav ul {
		width: 85%;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		background: #323232;
	}
	#m-nav .nav li {
		display: none;
		margin: 0;
	}
	#m-nav .nav .current {
		display: block;
	}
	#m-nav .nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		color: #fff;
		text-align: left;
	}
	#m-nav .nav .current a {
		color: #fff;
	}
	
	#m-nav .nav ul:hover li {
		display: block;
		padding: 5px 0;
		border-bottom: 1px solid #747474;
	}
	
	#m-nav .nav ul:hover li:hover {
		background: rgb(201 201 201 / 50%);
	}
	
	#m-nav .nav ul:hover li:hover a:hover {
		color: #fff;
	}

	.wrapper .banner {
		margin: 80px 0 0;
		background: #eee;
	}
	.wrapper footer section .information ,
	.wrapper footer section #fb-plugin {
		float: left;
		width: 100%;
	}
	.wrapper .line ,.line2{
		top: 80%;
	}
	.wrapper .line2{
		top: 68%;
	}
	.phoneWrap {
		left: 10%;
	}
}

@media only screen and (min-width: 480px) {
	.phoneWrap {
		left: 25%;
	}
}

@media only screen and (min-width: 640px) {
	.phoneWrap {
		left: 30%;
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.wrapper footer section .information ,
	.wrapper footer section #fb-plugin {
		float: left;
	}
}

@media only screen and (min-width: 960px) {
	.wrapper section {
		width: 1000px;
	}
	.wrapper header section nav {
		margin: 0;
	}
	
	.wrapper .banner {
		margin: 0;
	}
	
	.wrapper header section nav ul.menu {
		margin: 20px auto 0;
		width: 1030px;
		display: block;
		overflow: hidden;
		border-top: 1px solid #bfbfbf;
	}
	
	.wrapper header section nav ul.menu li {
		float: left;
	}
	
	.wrapper header section nav ul.menu li a {
		padding: 0 30px;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		color: #181818;
		font-weight: bold;
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		overflow: hidden;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	
	.wrapper header section nav ul.menu li ul.subnav li a {
		background: #ebebeb;
		width: 80px;
		box-sizing: initial;
	}
	
	.wrapper header section nav ul.menu li ul.subnav li ul.subOption li a {
		background: #B94FFF;
	}
	
	.wrapper header section nav ul.menu li a:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #ff9800;
		border-radius: 100%;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	
	.wrapper header section nav ul.menu li a:hover ,
	.wrapper header section nav ul.menu li a:focus ,
	.wrapper header section nav ul.menu li a:active {
		color: white;
	}
	.wrapper header section nav ul.menu li a:hover:before ,
	.wrapper header section nav ul.menu li a:focus:before ,
	.wrapper header section nav ul.menu li a:active:before {
		-webkit-transform: scale(2);
		transform: scale(2);
	}
	
	.wrapper header section nav #m-nav {
		display: none;
	}
	
	.wrapper footer section .information {
		float: left;
		width: 100%;
	}
	
	.wrapper footer section #fb-plugin {
		float: right;
		width: 35%;
	}
}

@media only screen and (max-width: 640px) {
	.wrapper header .topBar{display:none;}
	#m-nav .nav{width: 88%;}
	.wrapper footer{
    padding-bottom: 90px;
}
}

