a.t {
	text-decoration: underline
}

a.t:hover {
	color: #f30;
	text-decoration: underline
}

.cf {
	zoom: 1
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden
}

.left {
	float: left
}

.right {
	float: right
}

.fnone {
	float: none
}

.middle {
	float: left
}

.tleft {
	text-align: left
}

.tright {
	text-align: right
}

.tcenter {
	text-align: center
}

.dis {
	display: block
}

.undis {
	display: none
}

.sanjiao {
	border-width: 20px;
	border-color: transparent transparent #ccc transparent;
	border-style: dashed dashed solid dashed;
	width: 0;
	height: 0;
	overflow: hidden
}

.clcikActive {
	color: #fff;
	background: #33b0c4;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px
}

.crumb {
	display: none
}

@media ( min-width :768px) {
	.crumb {
		display: block;
		zoom: 1;
		line-height: 50px
	}
	.crumb:after {
		content: " ";
		clear: both;
		display: table
	}
	.crumb p {
		color: #999
	}
	.crumb p a {
		padding: 0 10px
	}
	.crumb p span {
		padding-left: 10px
	}
}

.pos100img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.header {
	height: 50px
}

.header>dl {
	position: relative;
	z-index: 99;
	width: 100%;
	box-sizing: border-box;
	-webbox-sizing: border-box;
	max-width: 640px;
	height: 50px;
	background-color: #fff;
	padding: 0 10px;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center
}

.header>dl>dt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10em;
	height: 24px;
	line-height: 24px;
	margin-left: -5em;
	margin-top: -14px;
	text-align: center
}

.header>dl>dt span {
	display: inline-block;
	vertical-align: middle;
	max-width: 8em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: .2em;
	font-size: 16px;
	color: #666;
	line-height: inherit
}

.header>dl>dt cite {
	color: #ccc;
	line-height: inherit
}

.header>dl>dd:nth-of-type(1) .logoImg {
	height: 24px;
	margin-right: 12px
}

.header>dl>dd:nth-of-type(1) .downApp {
	background-color: #F0F9FF;
	color: #5FBC88;
	font-size: 12px;
	display: none;
	padding: .5em 1em;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em
}

.header>dl>dd:nth-of-type(1) .goBack {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px
}

.header>dl>dd:nth-of-type(1) .goBack>cite {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../images/common/back.png) center no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-ms-background-size: 100%
}

.header>dl>dd:nth-of-type(2) {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.header>dl>dd:nth-of-type(2) a {
	line-height: 40px;
	text-align: center
}

.header>dl>dd:nth-of-type(2) .searchLink {
	width: 40px;
	background: url(../images/common/search.png) center no-repeat;
	background-size: 20px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	-ms-background-size: 20px
}

.header>dl>dd:nth-of-type(2) .searchLink>img {
	width: 20px
}

.header>dl>dd:nth-of-type(2) .sign {
	width: 40px
}

.header>dl>dd:nth-of-type(2) .sign img {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%
}

.header>dl>dd:nth-of-type(2) .goIndex {
	width: 4em;
	color: #333
}

.footer {
	height: 60px
}

.footer>ul {
	position: fixed;
	z-index: 99;
	bottom: 0;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 60px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .18);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .18);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .18);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.footer>ul>li {
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-o-flex: 1;
	-ms-flex: 1;
	color: #333
}

.footer>ul>li>a {
	padding: 9px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	line-height: 1
}

.footer>ul>li>a>cite {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-ms-background-size: 100%
}

.footer>ul>li .footer_1_01 {
	background-image: url(../images/common/footer_01.png)
}

.footer>ul>li .footer_1_02 {
	background-image: url(../images/common/footer_02.png)
}

.footer>ul>li .footer_1_03 {
	background-image: url(../images/common/footer_03.png)
}

.footer>ul>li .footer_1_04 {
	background-image: url(../images/common/footer_04.png)
}

.footer>ul>li .footer_1_05 {
	background-image: url(../images/common/footer_05.png)
}

.footer>ul>li .footer_2_01 {
	background-image: url(../images/index/footer_11.png)
}

.footer>ul>li .footer_2_02 {
	background-image: url(../images/index/footer_12.png)
}

.footer>ul>li .footer_2_03 {
	background-image: url(../images/index/footer_13.png)
}

.footer>ul>li.on, .footer>ul>li:hover {
	color: #0193FF
}

.footer>ul>li.on .footer_1_01, .footer>ul>li:hover .footer_1_01 {
	background-image: url(../images/common/footer_01_b.png)
}

.footer>ul>li.on .footer_1_02, .footer>ul>li:hover .footer_1_02 {
	background-image: url(../images/common/footer_02_b.png)
}

.footer>ul>li.on .footer_1_03, .footer>ul>li:hover .footer_1_03 {
	background-image: url(../images/common/footer_03_b.png)
}

.footer>ul>li.on .footer_1_04, .footer>ul>li:hover .footer_1_04 {
	background-image: url(../images/common/footer_04_b.png)
}

.footer>ul>li.on .footer_1_05, .footer>ul>li:hover .footer_1_05 {
	background-image: url(../images/common/footer_05_b.png)
}

.fixNav {
	position: fixed;
	z-index: 50;
	bottom: 65px;
	right: 10px
}

.fixNav>ul>li {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	-ms-background-size: 20px
}

.fixNav>ul>li a {
	display: block;
	height: 100%
}

.fixNav>ul>li.chat {
	background-image: url(../images/common/fixNav_01.png)
}

.fixNav>ul>li.phone {
	background-image: url(../images/common/fixNav_02.png)
}

.fixNav>ul>li.toTop {
	background-image: url(../images/common/fixNav_03.png)
}

.fixNav>ul>li+li {
	margin-top: 5px
}

#preloader {
    position: fixed;
    z-index: 2500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 99999999;
}
#status {
    position: fixed;
    z-index: 99999999;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/andisk/m/ke01_img/status.gif);
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -125px 0 0 -125px;
}

#status p {
    top: 60%;
    position: relative;
    text-align: center;
    font-size: 13px;
}
