@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-ms-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-o-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-khtml-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}.btn {
	display: inline-block;
*display:inline;
*zoom:1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
*line-height:20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#e6e6e6;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbbbbb;
*border:0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
*margin-left:.3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
ul{   list-style: none;
    margin: 0;
    padding: 0;}
#hxqr{text-align:center;padding-top:78px;padding-bottom:96px;}
#hxqr img{width:100%;}
.tips {
    border: 1px solid #3FA560;
    padding-left: 5px !important;
    padding-right:5px !important;
} 
.tips p{color:#032B10;}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
*background-color:#d9d9d9;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
*margin-left:0;
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
*background-color:#d9d9d9;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top: 2px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini {
	padding: 1px 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block+.btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #8d3d00;
	background-image: -moz-linear-gradient(top, #8d2a00, #8d5900);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8d2a00), to(#8d5900));
	background-image: -webkit-linear-gradient(top, #8d2a00, #8d5900);
	background-image: -o-linear-gradient(top, #8d2a00, #8d5900);
	background-image: linear-gradient(to bottom, #8d2a00, #8d5900);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d2a00', endColorstr='#ff8d5900', GradientType=0);
	border-color: #8d5900 #8d5900 #412900;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#8d5900;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #8d5900;
*background-color:#744900;
}
.btn-primary:active, .btn-primary.active {
	background-color: #5a3900 \9;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#f89406;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.broadcast{animation:mymove .5s linear 1s;-webkit-animation:mymove .5s linear 1s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}
.broadcast{height:78px}
.broadcast .img{padding-top:5px;height:64px}
.broadcast .img img{height:64px}
.broadcast .cont{line-height:33px}
@keyframes mymove{0%{height:0}100%{height:78px}}
@-webkit-keyframes mymove{0%{height:0}100%{height:78px}}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color: #ffffff;
	background-color: #f89406;
*background-color:#df8505;
}
.btn-warning:active, .btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#bd362f;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #bd362f;
*background-color:#a9302a;
}
.btn-danger:active, .btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#51a351;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color: #ffffff;
	background-color: #51a351;
*background-color:#499249;
}
.btn-success:active, .btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#2f96b4;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #ffffff;
	background-color: #2f96b4;
*background-color:#2a85a0;
}
.btn-info:active, .btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#222222;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #ffffff;
	background-color: #222222;
*background-color:#151515;
}
.btn-inverse:active, .btn-inverse.active {
	background-color: #080808 \9;
}
button.btn, input[type="submit"].btn {
*padding-top:3px;
*padding-bottom:3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
padding:0;
border:0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
*padding-top:7px;
*padding-bottom:7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
*padding-top:3px;
*padding-bottom:3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
*padding-top:1px;
*padding-bottom:1px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #8d2a00;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover {
	color: #742200;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover {
	color: #333333;
	text-decoration: none;
}
#build-menu-page {
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6), 0 0 1em #000000;
	-moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6), 0 0 1em #000000;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6), 0 0 1em #000000;
	left: 0;
	position: relative;
	background: url(../images/bg-page@2x.jpg);
	z-index: 999;
}
#build-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	display: none;
	padding: 0;
	position: static;
	z-index: 0;
	top: 0;
	width: 260px;
	height: 100%;
	overflow-y: auto;
	left: 0;
	background: #85725d;
}
.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}
.build-menu-animating.build-menu-close #build-menu-page, .build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
}
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
}
.build-menu-animating #build-menu {
	display: block;
}
.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
}
.build-menu-open #build-menu, .build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover, a:active {
	outline: 0;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img {
	max-width: none;
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button, input {
*overflow:visible;
	line-height: normal;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
body {
	color: #6d6e71;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
a {
	color: #8d2a00;
}
a:visited {
	color: #742200;
} 
p {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 78px;
	background: #00142b;/*background:url(../images/bg-page@2x.jpg);*/;
	padding: 0; 
}.header1 {	position: fixed;	z-index: 100;	top: 0;	left: 0;	width: 100%;	height: 78px;	background: url(../images/head_bg@2x.png) repeat-x center/*background:url(../images/bg-page@2x.jpg);*/;	padding: 0;}
.header-wrap {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 100%;
}
.header .btn-back, .header .btn-nav {
	position: absolute;
	top: 12px;
	left: 47px;
}
.header .btn-call, .header .btn-home {
	position: absolute;
	top: 12px;
	right: 47px;
}
.btn-back, .btn-call, .btn-nav, .btn-home {
	display: inline-block;
	width: 56px;
	height: 56px;
*margin-right:.3em;
	line-height: 98px;
	vertical-align: text-top;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 56px 56px;
	text-indent: -9999px;
}
.btn-back {
	background-image: url("../images/btn-back@2x.png");
}
.btn-nav {
	background-image: url("../images/btn-nav@2x.png");
}
.btn-home {
	background-image: url("../images/btn-home@2x.png");
}
.page-name {
	color: #ffffff;
	line-height: 98px;
	font-size: 41px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 0 1px 1px #000;
}
.logo {
	background: url(../images/logo@2x.png) no-repeat center;
	background-size: 480px 78px;
	height: 78px;
}
.logo .page-name {
	padding-top: 10px;
}
.footer {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 96px;
	background: url(../images/bg-page@2x.jpg);
	-webkit-box-shadow: inset 0 -6px 20px #635752;
	-moz-box-shadow: inset 0 -6px 20px #635752;
	box-shadow: inset 0 -6px 20px #635752;
	padding: 0;
}
.footer .links {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.footer .links li {
	list-style: none;
	float: left;
	text-align: center;
	width: 20%;
}
.footer .links li>a {
	display: block;
	text-align: center;
}
.footer .links li>a span {
	text-indent: -9999px;
}
.navbar {
	overflow: visible;
*position:relative;
*z-index:2;
}
.navbar-inner {
	min-height: 40px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
*zoom:1;
}
.navbar-inner:before, .navbar-inner:after {
	display: table;
	content: "";
	line-height: 0;
}
.navbar-inner:after {
	clear: both;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	text-decoration: none;
}
#wrapper {
	padding: 78px 0 96px 0;
	z-index: 1;
	width: 100%;
	overflow: auto;
}#wrapper1 {	padding: 0px 0 96px 0;	z-index: 1;	width: 100%;	overflow: auto;}
.no-header #wrapper {
	padding-top: 0;
}
.inner-wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 100%;
}
#msg {
	position: fixed;
	top: 98px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 20px;
	z-index: 100;
	width: 100%;
}
#msg>div {
	padding: 5px 20px;
	color: #fff;
	text-shadow: 0 0px 2px #000;
}
.text-box {
	padding: 30px;
	padding-top:5px;
	font-size: 1.05em;
	line-height: 1.5em;
}
.text-box .title {
	color: #221e1f;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
	font-size: 1.35em;
	margin-bottom: .5em;
	font-weight:bold;
}
.text-box .highlight {
	color: #221e1f;
	font-weight: bold;
	font-size: 1.15em;
	margin: .5em 0;
}
.text-box .question {
	font-weight: bold;
	margin: .5em 0 .1em;
}
.text-box .question:before {
	content: "Q : ";
}
.text-box .answer p:first-child:before {
	content: "A : ";
}
.slider-wrap {
	overflow: hidden;
	margin: 0 auto;
}
.slider {
	max-height:635px;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	zoom: 1;
}
.slider a:focus, .slider a:active {
	outline: none;
}
.slider.top {
	margin-top: 50px;
}
.slides {
*zoom:1;
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slides:before, .slides:after {
	display: table;
	content: "";
	line-height: 0;
}
.slides:after {
	clear: both;
}
.slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.slides img {
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 auto;
}
.slides .img-wrap {
	text-align: center;
	padding: 0 20px;
}
.slides .img-wrap img {
	margin: 0 6px 15px;
}
.control-nav {
	width: 100%;
	text-align: center;
	margin: 3px 0 5px 0;
	padding: 0;
	height: 11px;
	line-height: 11px;
	list-style: none;
}
.control-nav li {
	margin: 0 6px;
	display: inline-block;
*display:inline;
*zoom:1;
}
.control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.control-paging li a:hover {
	background: #333;
	background: rgba(255, 255, 255, 0.7);
}
.control-paging li a.active {
	background: #000;
	background: rgba(255, 255, 255, 0.9);
	cursor: default;
}
.slider.top .control-nav {
	position: absolute;
	top: -35px;
}
.slider.above-bottom .control-nav {
	position: relative;
	display: none;
	top: -68px;
	z-index: 10;
	background: url("../images/bg-slide-control@2x.png") no-repeat center;
	background-size: 327px 50px;
	height: 50px;
	line-height: 50px;
}
.thumbnails {
	margin: 0 auto;
	padding: 0;
*zoom:1;
}
.thumbnails li {
	list-style: none;
	float: left;
	text-align: center;
	width: 50%;
}
.thumbnails li>a {
	display: block;
	text-align: center;
}
.thumbnails li>a span {
	text-indent: -9999px;
}
.thumbnails:before, .thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}
.thumbnails:after {
	clear: both;
}
.thumbnail {
	display: block;
	padding: 4px 0;
}
.showcase-wrap {
	text-align: center;
	height: 100%;
}
.hanxiao .inx{text-decoration:none; line-height:30px;font-size:0.8em;}
.showcase-wrap .navbar .links {
	margin: 0 auto;
	padding: 0;	
}
.showcase-wrap .navbar .links li {
	list-style: none;
	float: left;
	text-align: center;
	width: 25%;
}
.showcase-wrap .navbar .links .navli1 { background:url(../images/zxwk@2x.png) no-repeat center center; height:90px;background-size: 124px 64px;}
.showcase-wrap .navbar .links .navli2 { background:url(../images/zs@2x.png) no-repeat center center;height:90px;background-size: 124px 64px;}
.showcase-wrap .navbar .links .navli3 { background:url(../images/pifu@2x.png) no-repeat center center;height:90px;background-size: 124px 64px;}
.showcase-wrap .navbar .links .navli4 { background:url(../images/kouqiang@2x.png) no-repeat center center;height:90px;background-size: 124px 64px;}
/*.showcase-wrap .navbar .links .navli5 { background:url(../images/anli.png) no-repeat center center;height:90px;background-size: 124px 64px;}*/
.showcase-wrap .navbar .links li>a {
	display: block;  
	text-align: center;
}
.showcase-wrap .navbar .links li>a span {
	text-indent: -9999px;
}
.showcase-wrap .navbar .links li {
	line-height: 90px;
}
.showcase-wrap .navbar .links .showcase-nav-link {
	text-decoration: none;
	-webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.75);
}
.showcase-wrap .navbar .links li:first-child .showcase-nav-link {
	border-left: none;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.showcase-wrap .navbar .links li:last-child .showcase-nav-link {
	border-right: none;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.showcase-wrap .navbar .links li.active a {
	color: #fff;
	background-color: #f3f3f3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.showcase-wrap .navbar-inner {
	background-color: #f3f3f3;	border: 1px solid #d2d1d7;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb99366', endColorstr='#ff845014', GradientType=0);
}
.showcase {
	display: block;
*zoom:1;
	margin: 0 auto;
	padding: 0;
	margin: 15px 0;
}
.showcase:before, .showcase:after {
	display: table;
	content: "";
	line-height: 0;
}
.showcase:after {
	clear: both;
}
.showcase li {
	list-style: none;
	float: left;
	text-align: center;
	width: 33%;
}
.showcase li>a {
	display: block;
	text-align: center;
}
.showcase li>a span {
	text-indent: -9999px;
}
.showcase li>a {
	display: inline-block;
	text-decoration: none;
}
.showcase .item-icon {
	margin: 10px 0;
}
.showcase .item-icon img {
	border: 2px solid #0a7b42;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.showcase .item-name {
	color: #fff;
	font-size: 1.2em;
	padding-top: 10px;
}
.showcase-slider {
	min-height: 280px;
}
.showcase-slider .viewport {
	min-height: 250px;
}
.lead-wrap {
	text-align: center;
	height: 68px;
	background-color: #644e37;
	border-top: 1px solid #a47e58;
	border-bottom: 1px solid #725130;
}
.lead-wrap .lead-title {
	line-height: 68px;
}
.lead-title {
	margin: 0;
	padding: 0;
	font-size: 30px;
}
.msg-box {
	position: absolute;
	bottom: -50px;
	z-index: 999;
	width: 100%;
	height: 154px;
	min-height: 154px;
	vertical-align: middle;
}
.msg-box .msg-box-wrapper {
	max-width: 600px;
	margin: 0 auto;
	color: #221e1f;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
	background-color: #e6ba7b;
	background-image: -moz-linear-gradient(top, #f7d099, #cc984d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7d099), to(#cc984d));
	background-image: -webkit-linear-gradient(top, #f7d099, #cc984d);
	background-image: -o-linear-gradient(top, #f7d099, #cc984d);
	background-image: linear-gradient(to bottom, #f7d099, #cc984d);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7d099', endColorstr='#ffcc984d', GradientType=0);
	border-color: #cc984d #cc984d #9f712e;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#cc984d;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: 0 1px 4px #7f6b52;
	-moz-box-shadow: 0 1px 4px #7f6b52;
	box-shadow: 0 1px 4px #7f6b52;
	text-align: center;
	font-weight: bold;
	color: #774A01;
}
.msg-box .msg-box-wrapper:hover, .msg-box .msg-box-wrapper:active, .msg-box .msg-box-wrapper.active, .msg-box .msg-box-wrapper.disabled, .msg-box .msg-box-wrapper[disabled] {
	color: #221e1f;
	background-color: #cc984d;
*background-color:#c68d39;
}
.msg-box .msg-box-wrapper:active, .msg-box .msg-box-wrapper.active {
	background-color: #b37f33 \9;
}
.msg-box .msg-succ, .msg-box .msg-fail {
	font-size: 25px;
	padding: 20px 0 10px;
}
.msg-box .msg-info, .msg-box .msg-back-link {
	font-size: 16px;
	color: #77500E;
	padding-bottom: 10px;
}
.msg-box .msg-back-link a {
	color: #0000FF;
}
.msg-box .re-submit {
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;
}
.msg-box, #succ, #fail {
	display: none;
}
.nav-list>li {
	list-style: none;
	padding: 0;
	position: relative;
}
.nav-list>li .icon-arrow-right {
	width: 16px;
	height: 23px;
	background: url(../images/icon-item-arrow@2x.png) no-repeat;
	background-size: 16px 23px;
}
.nav-list>li:first-child {
	border-top: 0;
}
.nav-list>li>a {
	color: #221e1f;
	display: block;
	position: relative;
	text-decoration: none;
}
.nav-list>li>a:hover {
	text-decoration: none;
}
.page-title-wrap {
	margin: 50px 30px 20px;
}
.page-title-wrap .paging {
	float: right;
}
.page-title-wrap .paging a {
	display: inline-block;
	text-decoration: none;
}
.page-title-wrap .paging a>span {
	display: inline-block;
	width: 40px;
	height: 48px;
	line-height: 48px;
	vertical-align: text-top;
	text-indent: -99999px;
}
.page-title-wrap .paging .paging-num {
	width: 120px;
	text-align: center; 
	font-size: 31px; 
	line-height: 48px; 
}
.page-title-wrap .lead-title {
	font-size: 44px;
	font-weight: bold;
	float: left;
	color: #221e1f;
}
.reserv .lead-wrap>div {
	padding: 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.doctor-page {
	min-height: 880px;
}
.doctor-page .name {
	color: #221e1f;
	margin: 1.5em 0 0;
}
.doctor-page .job {
	color: #6d6e71;
	margin: .5em 0;
}
.doctor-lists {
	margin: 30px auto;
}
.doctor-lists .thumbnails .image, .doctor .thumbnail .image {
	display: inline-block;
	width: 220px;
	height: 270px;
*margin-right:.3em;
	background: url(../images/bg-zhuan-jia@2x.png) no-repeat;
	background-size: 240px 270px;
	padding: 11px 10px 0;
}
.doctor-lists .thumbnails .name, .doctor .thumbnail .name {
	color: #221e1f;
	margin: 0 0 .25em;
	padding: 0;
}
.doctor-lists .thumbnails .job, .doctor .thumbnail .job {
	color: #6d6e71;
	margin: 0 0 1.5em;
	padding: 5px 0;
}
.doctor .detail {
	width: 240px;
	height: 270px;
}
.doctor .detail .action {
	margin: 1em auto 5px;
}
.doctor .text-box {
	padding: 10px 40px;
}
.category .nav-list>li {
	border-top: 1px solid #aca091;
	border-bottom: 1px solid #211d17;
}
.category-header {
	height: 98px;
	line-height: 98px;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	background: url(../images/bg-header@2x.jpg);
	background-size: 100px 98px;
	border-bottom: 1px solid #382723;
	margin-top: -1px;
}
.category-name {
	cursor: pointer;
}
.category-name .hot {
	margin: 10px 15px;
	width: 36px;
	height: 24px;
	background: url(../images/icon-hot@2x.png) no-repeat;
	background-size: 36px 24px;
}
.category-name>div, .category-name>table {
	margin-left: 25px;
}
.category-group {
	color: #61380a;
	text-align: left;
	height: 2.6em;
	background-color: #be996d;
	border-top: 1px solid #604a44;
	border-bottom: 1px solid #382723;
	line-height: 2.6em;
	font-size: 1.5em;
	text-indent: 1em;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.treatments .lead-title {
	font-weight: bold;
}
.treatment .nav-list {
	margin: 0;
	padding: 0;
}
.treatment .nav-list .text {
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	padding: 16px 0 16px 90px;
}
.treatment .nav-list li .icon-arrow-right {
	right: 30px;
	top: 27px;
}
.treatment .lead-title {
	font-size: 35px;
	font-weight: bold;
	float: left;
}
.category-wrap .lead-title {
	color: #d4b4b5;
	font-size: 26px;
}
.treatment .hot {
	position: relative;
	display: inline-block;
}
.treatment .spacing {
	width: 20px;
	height: 1px;
	display: inline-block;
}
.treatment .lead {
	color: #d96f02;
}
.treatment .img-wrap {
	text-align: center;
	padding: 0 20px;
}
.treatment .img-wrap img {
	margin: 0 6px 15px;
}
.intro .nav-list>li {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(218,212,135,0) 1%, rgba(218,212,135,.5) 50%, rgba(218,212,135,0) 100%) 10% 0% 100% 0/0 0 1px 0 stretch;
}
.intro .nav-list>li:after {
	content: "";
	width: 100%;
	position: relative;
	top: 100%;
	height: 0px;
	display: block;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(126,89,45,0) 1%, rgba(126,89,45,1) 50%, rgba(126,89,45,0) 100%) 50% 0% 100% 0/0 0 1px 0 stretch;
}
.intro .nav-list {
	margin: 0;
	padding: 0 0 6em 0;
}
.intro .nav-list .icon {
	float: left;
}
.intro .nav-list .text {
	font-size: 34px;
	font-weight: bold;
	color: #221e1f;
	line-height: 34px;
	float: left;
	padding: 49px 0;
}
.intro .nav-list li .icon-arrow-right {
	float: right;
	margin: 54.5px 30px 54.5px 0;
}
.intro-image {
	width: 612px;
	height: 302px;
	background: url(../images/bg-photo@2x.png) no-repeat;
	background-size: 612px 302px;
	margin: 50px auto 0;
}
.intro-image img {
	margin: 28px 0 0 28px;
}
.intro-imagea {
	width: 612px;
	height: 302px;
	background: url(../images/bg-photo@2x.png) no-repeat;
	background-size: 612px 302px;
	margin: 50px auto 0;
}
.intro-imagea img {
	margin: 8px 0 0 28px;
	width:556px;
	height:250px;
}
.intro-image .slider {
	margin-top: 8px;
}
.intro-image .slider img {
	margin: 0;
}
.intro-imagea .slider {
	margin-top: 8px;
}
.intro-imagea .slider img {
	margin: 0;
}
.intro-slogan {
	color: #ffd8a7;
	font-size: 1.65em;
	line-height: 70px;
	height: 70px;
	margin: 30px 0 0 0;
	text-align: center;
	background: #12814a;
	-webkit-box-shadow: inset 25px 0 30px -20px rgba(0, 0, 0, 0.6), inset -25px 0 30px -20px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 25px 0 30px -20px rgba(0, 0, 0, 0.6), inset -25px 0 30px -20px rgba(0, 0, 0, 0.6);
	box-shadow: inset 25px 0 30px -20px rgba(0, 0, 0, 0.6), inset -25px 0 30px -20px rgba(0, 0, 0, 0.6);
}
.intro-slogan:before, .intro-slogan:after {
	background: url(../images/lace@2x.png) no-repeat;
	background-size: 86px 14px;
	content: " ";
	display: inline-block;
	width: 43px;
	height: 14px;
	margin: 0 .5em;
	vertical-align: middle;
}
.intro-content .text-box {
	color: #6d6e71;
}
.news-page {
	min-height: 880px;
}
.news .lead-title {
	color: #221e1f;
	padding: 0 30px;
	font-size: 1.85em;
	line-height: 1.25em;
	font-weight: bold;
	margin-bottom: .5em;
}
.news .post-meta {
	color: #6d6e71;
	padding: 0 30px;
	margin-bottom: 1em;
	font-size: 1.15em;
}
.news .text-box p {
	font-size: 1.15em;
	line-height: 1.5em;
}
.news-list .nav-list .text {
	padding: 2.0em 3em .8em 2em;
	font-size: 18px;
	float: none;
}
.news-list .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.5em;
	font-weight: bold;
	color: #221e1f;
	line-height: 1.5em;
}
.news-list .post-date {
	color: #6d6e71;
}
.news-list .icon-arrow-right {
	position: absolute;
	top: 0;
	right: 0;
}
.back-top {
	text-align: center;
	position: relative;
	bottom: 0;
}
.section {
*zoom:1;
	padding-left: 42px;
	background: url(../images/bg-section@2x.png) 0 4px no-repeat;
	background-size: 36px 1925px;
}
.section:before, .section:after {
	display: table;
	content: "";
	line-height: 0;
}
.section:after {
	clear: both;
}
.support {
	color: #6f4b25;
	margin: 20px;
	text-align: center;
	font-size: .8em;
}
.icon-tel-link img {
	margin: 20px auto 30px;
}
.icon-prev-link, .icon-next-link {
	background: url(../images/btn-arrow@2x.png) no-repeat;
	background-size: 165px 48px;
	background-position: 0 0;
}
.icon-next-link {
	background-position: -125px 0;
}
.clear-both {
	clear: both;
}
.hide {
	display: none;
}
.icon-index-link-yhwzx, .icon-index-link-buzx, .icon-index-link-ybzx, .icon-index-link-ztzffx, .icon-index-link-mmqts, .icon-index-link-wmtd, .icon-index-link-prp, .icon-index-link-yhglx, .icon-index-link-hsmas {
	display: inline-block;
	width: 160px;
	height: 160px;
*margin-right:.3em;
	line-height: 160px;
	vertical-align: text-top;
	background-image: url("../images/zheng-xing-xiang-mu@2x.png");
	background-position: 0 0;
	background-size: 1440px 160px;
	background-repeat: no-repeat;
}
.icon-index-link-buzx {
	background-position: -160px 0;
}
.icon-index-link-ybzx {
	background-position: -320px 0;
}
.icon-index-link-ztzffx {
	background-position: -480px 0;
}
.icon-index-link-mmqts {
	background-position: -640px 0;
}
.icon-index-link-wmtd {
	background-position: -800px 0;
}
.icon-index-link-prp {
	background-position: -960px 0;
}
.icon-index-link-yhglx {
	background-position: -1120px 0;
}
.icon-index-link-hsmas {
	background-position: -1280px 0;
}
.icon-footer-wzsy, .icon-footer-zxxm, .icon-footer-zxyy, .icon-footer-hxzz, .icon-footer-xinwen, .icon-footer-jzdy {
	display: inline-block;
	width: 80px;
	height: 96px;
*margin-right:.3em;
	line-height: 96px;
	vertical-align: text-top;
	background-image: url("../images/icon-footer@2x.png");
	background-position: 0 0px;
	background-size: 480px 96px;
	background-repeat: no-repeat;
}
.icon-footer-wzsy {
	background-position: 0px 0px;
}
.icon-footer-zxxm {
	background-position: -80px 0px;
}
.icon-footer-zxyy {
	background-position: -160px 0px;
}
.icon-footer-hxzz {
	background-position: -240px 0px;
}
.icon-footer-xinwen {
	background-position: -320px 0px;
}
.icon-footer-jzdy {
	background-position: -400px 0px;
}
.icon-cat-1{
	width: 60px;
	height: 64px;
	background: url(../images/icon1@2x.png) no-repeat;
	background-position: 0 -2px;
	background-size: 600px 64px;
}
.icon-cat-2, .icon-cat-3, .icon-cat-4, .icon-cat-5, .icon-cat-6, .icon-cat-7, .icon-cat-8, .icon-cat-9, .icon-cat-10, .icon-cat-11 {
	width: 60px;
	height: 64px;
	background: url(../images/icon-zheng-xing-wai-ke@2x.png) no-repeat;
	background-position: 0 -2px;
	background-size: 600px 64px;
}
.icon-cat-3 {
	background-position: -60px -2px;
}
.icon-cat-4 {
	background-position: -120px -2px;
}
.icon-cat-5 {
	background-position: -180px -2px;
}
.icon-cat-6 {
	background-position: -240px -2px;
}
.icon-cat-7 {
	background-position: -300px -2px;
}
.icon-cat-8 {
	background-position: -360px -2px;
}
.icon-cat-9 {
	background-position: -420px -2px;
}
.icon-cat-10 {
	background-position: -480px -2px;
}
.icon-cat-11 {
	background-position: -540px -2px;
}
.icon-cat-12, .icon-cat-13, .icon-cat-14, .icon-cat-15, .icon-cat-16, .icon-cat-17{
	width: 60px;
	height: 64px;
	background: url(../images/icon-wei-zheng-xing@2x.png) no-repeat;
	background-position: 0 -2px;
	background-size: 780px 64px;
}
.icon-cat-12 {
	background-position: -60px -2px;
}
.icon-cat-13 {
	background-position: -120px -2px;
}
.icon-cat-14 {
	background-position: -180px -2px;
}
.icon-cat-15 {
	background-position: -240px -2px;
}
.icon-cat-16 {
	background-position: -300px -2px;
}
.icon-cat-17 {
	background-position: -360px -2px;
}
.icon-intro1-1, .icon-intro1-2, .icon-intro1-3, .icon-intro1-4, .icon-intro1-5 {
	width: 80px;
	height: 80px;
	float: left;
	overflow: hidden;
	line-height: 132px;
	background: url(../images/icon-yishujia-list@2x.png) no-repeat;
	background-position: 0 0;
	background-size: 400px 80px;
	margin: 26px 20px 26px 30px;
}
.icon-intro1-2 {
	background-position: -80px 0;
}
.icon-intro1-3 {
	background-position: -160px 0;
}
.icon-intro1-4 {
	background-position: -240px 0;
}
.icon-intro1-5 {
	background-position: -320px 0;
}
.icon-intro-1, .icon-intro-2, .icon-intro-3, .icon-intro-4, .icon-intro-5 {
	width: 80px;
	height: 80px;
	float: left;
	overflow: hidden;
	line-height: 132px;
	background: url(../images/icon-about-list@2x.png) no-repeat;
	background-position: 0 0;
	background-size: 400px 80px;
	margin: 26px 20px 26px 30px;
}
.icon-intro-2 {
	background-position: -80px 0;
}
.icon-intro-3 {
	background-position: -160px 0;
}
.icon-intro-4 {
	background-position: -240px 0;
}
.icon-intro-5 {
	background-position: -320px 0;
}
.icon-cat-18, .icon-cat-19, .icon-cat-20, .icon-cat-21, .icon-cat-22, .icon-cat-23, .icon-cat-24 {
	width: 60px;
	height: 64px;
	background: url(../images/icon-pi-fu-zhong-xin@2x.png) no-repeat;
	background-position: 0 -2px;
	background-size: 480px 64px;
}
.icon-cat-19 {
	background-position: -60px -2px;
}
.icon-cat-20 {
	background-position: -120px -2px;
}
.icon-cat-21 {
	background-position: -180px -2px;
}
.icon-cat-22 {
	background-position: -240px -2px;
}
.icon-cat-23 {
	background-position: -300px -2px;
}
.icon-cat-24 {
	background-position: -360px -2px;
}
.icon-cat-25, .icon-cat-26, .icon-cat-27, .icon-cat-28, .icon-cat-29, .icon-cat-30 {
	width: 60px;
	height: 64px;
	background: url(../images/icon-wu-tong-kou-qiang@2x.png) no-repeat;
	background-position: 0 -2px;
	background-size: 480px 64px;
}
.icon-cat-26 {
	background-position: -60px -2px;
}
.icon-cat-27 {
	background-position: -120px -2px;
}
.icon-cat-28 {
	background-position: -180px -2px;
}
.icon-cat-29 {
	background-position: -240px -2px;
}
.icon-cat-30 {
	background-position: -300px -2px;
} 
.alogo {
	background: url(../images/logo@2x.png) no-repeat center;
	background-size: 480px 78px;
	height: 78px;
}
.navbar >ol.control-nav{ margin-top:20px;}
.chuzhen{width:90%;margin:0 auto;}
.chuzhen p{font-size:20px;}
.intxt{font-size:15px;} 
#xiangmu{width:80%;height:120px;}.youhui12 p{margin:0;}.youhui12 img{width:100%;}
.gbcont{width:90%;margin:0 auto;}
.gbcontent p{color:#6d6e71; line-height: 1.5em;font-size:1.05em;}
.gbcontent h3{color:#221e1f;}
.gbcontent .gbtitle{font-size:1.55em;color:#221e1f;font-weight: bold;text-align:center;height:40px;line-height:40px;padding-top:20px;}
.gbcontent .pptitle{font-size:1.35em;color:#221e1f;font-weight: bold;height:40px;line-height:40px;width:90%;margin:0 auto;padding-top:10px;}
