html {
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
article,aside,footer,header,nav,section {
	display:block
}
h1 {
	font-size:2em;
	margin:.67em 0
}
figcaption,figure,main {
	display:block
}
figure {
	margin:1em 40px
}
hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
	overflow:visible
}
pre {
	font-family:monospace,monospace;
	font-size:1em
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted
}
b,strong {
	font-weight:inherit;
	font-weight:bolder
}
code,kbd,samp {
	font-family:monospace,monospace;
	font-size:1em
}
dfn {
	font-style:italic
}
mark {
	background-color:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
audio,video {
	display:inline-block
}
audio:not([controls]) {
	display:none;
	height:0
}
img {
	border-style:none
}
svg:not(:root) {
	overflow:hidden
}
button,input,optgroup,select,textarea {
	font-family:sans-serif;
	font-size:100%;
	line-height:1.15;
	margin:0
}
button,input {
	overflow:visible
}
button,select {
	text-transform:none
}
[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style:none;
	padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline:1px dotted ButtonText
}
fieldset {
	padding:.35em .75em .625em
}
legend {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}
progress {
	display:inline-block;
	vertical-align:baseline
}
textarea {
	overflow:auto
}
[type=checkbox],[type=radio] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height:auto
}
[type=search] {
	-webkit-appearance:textfield;
	outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance:none
}
::-webkit-file-upload-button {
	-webkit-appearance:button;
	font:inherit
}
details,menu {
	display:block
}
summary {
	display:list-item
}
canvas {
	display:inline-block
}
[hidden],template {
	display:none
}
html {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
*,:after,:before {
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
	-ms-touch-action:inherit;
	touch-action:inherit;
	-webkit-tap-highlight-color:transparent
}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
	padding:0;
	margin:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,th,var {
	font-weight:400;
	font-style:normal
}
ol,ul {
	list-style:none
}
a:active,a:focus,button:focus,input:focus,select:focus,textarea:focus {
	outline:none
}
a,a:focus,a:hover {
	cursor:pointer;
	color:inherit;
	text-decoration:none
}
button,input,textarea {
	border:none;
	outline:none;
	font-family:inherit
}
input::-webkit-input-placeholder {
	color:#d2d2d2
}
button {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
a {
	text-decoration:none
}
.img-circle {
	display:block;
	max-width:100%;
	border-radius:50%
}
ul.list-unstyled {
	list-style:none
}
.icon {
	vertical-align:-.15em
}
.icon path {
	fill:inherit
}
body {
	font-family:PingFangSC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Arial,Helvetica Neue,sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color:#333;
	font-size:14px;
	line-height:1.4
}
.image-zoom {
	overflow:visible!important
}
.image-zoom-target {
	position:relative;
	-webkit-transform-origin:center center;
	transform-origin:center center;
	-webkit-transition:-webkit-transform .3s cubic-bezier(.2,0,.2,1);
	transition:-webkit-transform .3s cubic-bezier(.2,0,.2,1);
	transition:transform .3s cubic-bezier(.2,0,.2,1);
	transition:transform .3s cubic-bezier(.2,0,.2,1),-webkit-transform .3s cubic-bezier(.2,0,.2,1);
	will-change:transform;
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:zoom-in
}
.image-zoom-overlay {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:-1;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
	opacity:0;
	visibility:hidden;
	-webkit-transition:opacity .3s linear,visibility 0s linear;
	transition:opacity .3s linear,visibility 0s linear
}
.image-zoom--open .image-zoom-overlay {
	visibility:visible;
	opacity:1;
	z-index:9999;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out
}
.image-zoom--open .image-zoom-target.open {
	z-index:10000;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out
}
.navbar {
	background-color:#fff;
	border-bottom:1px solid #e6e6e6
}
.navbar-inner {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:1088px;
	margin:0 auto;
	height:71px;
	background-color:#fff
}
.navbar-inner,.navbar-inner .left-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.navbar-inner .left-wrapper {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.navbar-inner .left-wrapper .tab {
	margin-right:40px;
	color:#666;
	font-size:16px
}
.navbar-inner .left-wrapper .tab.active {
	position:relative;
	font-weight:700;
	color:#222
}
.navbar-inner .left-wrapper .tab.active:after {
	content:"";
	display:block;
	width:100%;
	height:3px;
	background-color:#1677d9;
	position:absolute;
	bottom:-10px;
	left:0
}
.navbar-inner .right-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	font-size:16px;
	color:#222
}
.navbar-inner .right-wrapper .look-for {
	margin-right:30px
}
.navbar-inner .right-wrapper .look-for:hover {
	color:#0e4d8c
}
.navbar-inner .right-wrapper .search-wrapper {
	width:310px;
	height:40px;
	background-color:#f2f3f4;
	border-radius:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	margin-right:2px;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative
}
.navbar-inner .right-wrapper .search-wrapper .search-input {
	width:100%;
	height:100%;
	border-radius:20px;
	padding-left:20px;
	color:#666;
	background-color:#f2f3f4;
	border:1px solid #f2f3f4
}
.navbar-inner .right-wrapper .search-wrapper .search-input:focus {
	border-color:#1677d9;
	background-color:#fff
}
.navbar-inner .right-wrapper .search-wrapper svg {
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
	font-size:20px
}
.navbar-inner .right-wrapper .separate {
	width:1px;
	height:16px;
	background-color:#999
}
.navbar-inner .right-wrapper .login {
	padding:0 30px;
	cursor:pointer
}
.navbar-inner .right-wrapper .login:hover {
	color:#3d454d
}
.navbar-inner .right-wrapper .signup {
	cursor:pointer;
	height:100%;
	line-height:71px;
	padding:0 30px;
	background-color:#292e33;
	color:#fff
}
.navbar-inner .right-wrapper .signup:hover {
	background-color:#3d454d
}
.navbar-logo {
	margin-right:40px;
	display:block;
	width:170px;
	height:40px
}
.navbar-logo img {
	display:block;
	width:100%;
	height:100%
}
.nav-report-link {
	display:block;
	font-size:14px;
	padding:5px 10px;
	color:#333;
	border-radius:2px
}
.nav-auth-link {
	cursor:pointer
}
.nav-auth {
	margin-left:31px;
	margin-right:37px;
	padding-top:2px
}
.nav-me {
	display:inline-block;
	width:25px;
	height:25px;
	cursor:pointer;
	margin-left:30px
}
.nav-me img {
	display:block;
	width:100%;
	border-radius:50%
}
body.image-zoom--open .navbar-inner {
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%)
}
.form-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	margin-bottom:30px
}
.form-group.error .form-control {
	border-color:#ff5959
}
.form-control {
	border:1px solid #e3e8ee;
	padding:10px;
	border-radius:2px;
	width:100%;
	font-size:14px;
	line-height:18px
}
input.form-control::-webkit-input-placeholder {
	color:#e3e8ee
}
input.form-control::-moz-placeholder {
	color:#e3e8ee
}
input.form-control:-ms-input-placeholder {
	color:#e3e8ee
}
input.form-control:-moz-placeholder {
	color:#e3e8ee
}
input.form-control:focus {
	border-color:#76818f
}
.form-captcha-control {
	position:absolute;
	right:10px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.form-captcha-control .refresh-captcha {
	display:inline-block;
	width:14px;
	height:14px;
	position:relative;
	cursor:pointer
}
.form-captcha-control .refresh-captcha svg {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	fill:#4595e6
}
.form-group.captcha .form-control {
	padding-right:100px
}
.form-group.captcha img {
	display:block;
	height:30px;
	margin-right:10px
}
.btn {
	outline:none;
	border:none;
	border-radius:2px;
	font-size:16px;
	padding-top:11px;
	padding-bottom:11px;
	cursor:pointer
}
.btn:disabled {
	opacity:.6;
	cursor:not-allowed
}
.btn-primary {
	background-color:#2f3338;
	color:#fff
}
.btn-block {
	width:100%
}
.zone-code-list {
	top:46px;
	left:0;
	z-index:1200
}
.zone-code-list,.zone-code-list:before {
	position:absolute;
	background-color:#fff
}
.zone-code-list:before {
	display:block;
	content:" ";
	width:10px;
	height:10px;
	top:-5px;
	left:20px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	border-top:1px solid #e3e8ee;
	border-left:1px solid #e3e8ee;
	z-index:1100
}
.zone-code-list ul {
	height:155px;
	border-radius:2px;
	width:293px;
	overflow-y:auto;
	padding-bottom:10px;
	-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 4px 0 rgba(0,0,0,.1);
	border:1px solid #e3e8ee
}
.zone-code-link {
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	font-size:12px;
	color:#919499
}
.zone-code-link:hover {
	background-color:#f5f5f5
}
.inline-form-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:10px
}
.inline-form-group .form-control {
	width:260px;
	color:#505050
}
.inline-form-group .form-control.readonly {
	border-color:#fbfbfb;
	background-color:#fbfbfb
}
.inline-form-group label {
	-webkit-box-flex:1;
	-ms-flex:1 1;
	flex:1 1;
	display:block
}
.inline-form-group textarea.form-control {
	height:100px;
	resize:vertical
}
.form-ratio-group,.form-ratio-group .ratio-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.form-ratio-group .ratio-item {
	margin-right:12px;
	cursor:pointer
}
.form-ratio-group .ratio-item.active .ratio-icon {
	background-color:#1478f0;
	border-color:#1478f0
}
.form-ratio-group .ratio-icon {
	display:block;
	width:16px;
	height:16px;
	border-radius:50%;
	border:1px solid #e1e3ea;
	position:relative
}
.form-ratio-group .ratio-icon svg {
	width:8px;
	height:8px;
	fill:#fff;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.form-ratio-group .ratio-text {
	padding-left:10px;
	font-size:14px;
	color:#505050
}
.float-form-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-bottom:15px;
	position:relative;
	z-index:1000;
	height:45px
}
.float-form-group .float-text {
	position:absolute;
	top:0;
	left:0;
	z-index:1100;
	-webkit-box-flex:1;
	-ms-flex:1 1;
	flex:1 1;
	font-size:13px;
	color:#696969;
	-webkit-transition:all .45s cubic-bezier(.23,1,.32,1);
	transition:all .45s cubic-bezier(.23,1,.32,1);
	cursor:text;
	-webkit-transform:translateZ(0) scale(.75);
	transform:translateZ(0) scale(.75);
	-webkit-transform-origin:left top;
	transform-origin:left top;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.float-form-group .float-text.float {
	color:#2f2f2f;
	-webkit-transform:translate3d(0,10px,0) scale(1);
	transform:translate3d(0,10px,0) scale(1)
}
.float-form-group .float-form-control {
	width:100%;
	border-bottom:1px solid #e3e8ee;
	outline:none;
	position:absolute;
	left:0;
	bottom:0;
	padding-bottom:2px;
	z-index:1200
}
.toast {
	position:fixed;
	top:0;
	left:50%;
	width:360px;
	margin-left:-180px;
	-webkit-animation:slideInDown .3s linear;
	animation:slideInDown .3s linear
}
.toast.hide {
	-webkit-animation:slideOutUp .3s linear;
	animation:slideOutUp .3s linear
}
.toast-inner {
	height:46px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-size:14px;
	color:#a8b6cc;
	border-radius:4px;
	background-color:#fff;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04)
}
@-webkit-keyframes slideInDown {
	0% {
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}@keyframes slideInDown {
	0% {
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}@-webkit-keyframes slideOutUp {
	0% {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
}@keyframes slideOutUp {
	0% {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
}.modal-content {
	padding-top:30px
}
.must {
	color:#d0011b
}
.float-form-group.explanation .float-form-control {
	height:19px
}
.float-form-group.explanation.long {
	height:130px
}
.float-form-group.explanation.long .float-form-control {
	height:100px;
	line-height:22px;
	font-size:14px
}
.nums-wrapper {
	font-size:12px;
	color:#9b9b9b;
	text-align:right
}
.report-title {
	font-size:12px;
	color:#696969
}
.report-category {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative;
	min-height:45px;
	border:1px solid #e3e8ee;
	margin-top:5px;
	cursor:pointer
}
.report-category svg {
	width:8px;
	height:8px;
	fill:#aaa;
	position:relative;
	top:1px
}
.report-category-tip {
	font-size:14px;
	color:#2f2f2f;
	padding-right:5px
}
.form-groups {
	padding-top:30px;
	padding-bottom:30px
}
.report-item {
	position:relative;
	z-index:2000
}
.report-category-popover {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	z-index:2300;
	-webkit-transform:translateY(100%);
	transform:translateY(100%)
}
.report-category-popover-inner {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
	-webkit-box-shadow:0 1px 3px 0 #dee2ef;
	box-shadow:0 1px 3px 0 #dee2ef
}
.report-category-popover-inner a {
	display:block;
	padding:5px 20px
}
.report-category-popover-inner a:hover {
	background-color:#fbfbfb
}
.modal {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:3000
}
.modal.phoneBind .modal-body {
	padding:25px 16px 40px
}
.modal-overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:rgba(47,47,47,.3);
	z-index:11000
}
.modal-body {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:310px;
	background-color:#fff;
	z-index:12000;
	padding:25px 45px
}
.modal-header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative;
	font-size:16px;
	color:#2f2f2f;
	font-weight:600
}
.modal-header a {
	display:block;
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.modal-header a svg {
	width:14px;
	height:14px;
	fill:#2f3338
}
.fadeIn-enter {
	opacity:.3;
	visibility:hidden;
	-webkit-transition:all .3s ease;
	transition:all .3s ease
}
.fadeIn-enter-active {
	visibility:visible
}
.modal-content {
	padding-top:30px
}
.auth-notice {
	font-size:12px;
	color:#c7c7c7;
	text-align:center;
	margin-top:0;
	margin-bottom:15px
}
.main {
	background-color:#fff
}
.auth-form {
	margin-top:10px
}
.zone-code-popover {
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-left:10px;
	padding-right:7px;
	cursor:pointer;
	border-right:2px solid #e3e8ee;
	line-height:16px
}
.form-group.popover .form-control {
	padding-left:70px
}
.selected-zone-code {
	font-size:14px;
	color:#76818f
}
.selected-zone-code.active svg {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.selected-zone-code svg {
	width:8px;
	height:8px;
	margin-left:3px;
	fill:#76818f;
	position:relative;
	top:-2px;
	-webkit-transition:-webkit-transform .3s ease;
	transition:-webkit-transform .3s ease;
	transition:transform .3s ease;
	transition:transform .3s ease,-webkit-transform .3s ease
}
.quick-login {
	position:absolute;
	right:10px;
	top:50%;
	font-size:12px;
	color:#4595e6;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	cursor:pointer
}
.code .quick-login {
	display:inline-block;
	width:105px;
	text-align:right;
	white-space:nowrap
}
.code .form-control {
	padding-right:110px
}
.slideDown-enter {
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px)
}
.slideDown-enter-active {
	-webkit-transition:all .3s ease;
	transition:all .3s ease
}
.progress {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:2px;
	width:0;
	-webkit-transition:width .2s,opacity .4s;
	transition:width .2s,opacity .4s;
	opacity:1;
	background-color:#efc14e;
	z-index:999999
}
.pagination.pagination-block {
    display: block;
    margin: 0;
}

.pagination {
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 0;
}
.pagination > li {
    margin: 0 7px;
    display: inline;
}
.pagination > li,.pagination > li > a {
    color: #555c68;
        float: none;
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 2px 8px;
    position: relative;
        margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
}
.pagination > .active{
    background-color: #333;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
        z-index: 3;
        cursor: default;
        border-color: #337ab7;
}
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: transparent;
    color: #878e9a;
        cursor: not-allowed;
    border-color: #ddd;
}
.pagination > li > span {
    float: none;
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 2px 8px;
        position: relative;
        line-height: 1.42857143;
        text-decoration: none;
}

.fl {
    float: left;
}
.clear {
    zoom: 1;
}
.clear {
    clear: both;
}
.clear:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
	#footer{width:100%;height:auto;margin-top:50px;}
	.footone{width:100%;height:205px;background:#48525e;padding-top:1px;}
	.footcen{width:1170px;height:155px;overflow:hidden;margin:20px auto 30px;}

	.cenone,.centwo,.centhree{height:155px;overflow:hidden;}
	.cenone{width:422px;}
	.cenonelist{width:140px;height:155px;overflow:hidden;}
	.cenonelist span,.centwo span{width:auto;height:40px;line-height:40px;font-size:16px;color:#fff;display:block;}
	.cenonelist li{width:auto;height:24px;overflow:hidden;}
	.cenonelist li a{width:auto;line-height:24px;font-size:12px;color:#ccc;}
	.bor1{border-right:1px solid #5c6978;}
	.bor2{border-left:1px solid #3f4752;}

	.centwo{width:450px;padding:0 20px;}
	.centwolist{width:auto;height:auto;overflow:hidden;}
	.centwolist li{width:98px;height:auto;margin-top:3px;margin-right:3px;float:left;display: list-item;list-style: none;
text-align: match-parent;text-decoration: none;}
	.centwolist li a{width:98px;height:24px;line-height:22px;font-size:12px;color:#ccc;overflow:hidden;text-align:center;border:1px solid #5c6978;background:#3f4752;}
	.centwolist li:hover a{border:1px solid #1994e6;background:#2e94eb;}
	.centhree{width:250px;}
	.wxbox{width:140px;height:155px;margin:0 auto;}
	.erweima{width:110px;height:110px;margin:6px auto;}
	.erweima img{width:110px;height:110px;}
	.wxbox p{width:140px;height:36px;line-height:40px;font-size:12px;color:#ccc;text-align:center;}
	.foottwo{width:100%;height:48px;line-height:48px;background:#3f4752;font-size:12px;color:#ccc;text-align:center;}
	
.radius12 {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.a-reset {
    text-decoration: none;
    display: block;
    outline: none;
    color: #555;
}

.footer_xw{width:100%; min-width:1200px; height:220px; overflow:hidden; background:#48525e; margin-top:25px}
.footer_xw .footert{width:100%; min-width:1200px;height:170px; text-align:center; margin:0 auto}
.footer_xw .footert .footertw{width:1200px; height:auto; overflow:hidden; text-align:center; margin:0 auto; padding-top:25px;}
.footer_xw .footert .footertl{ float:left; width:900px; height:145px; overflow:hidden; padding-top:5px; text-align:left}
.footer_xw .footert .footertl .fabout{width:310px; height:115px; padding-left:35px; float:left; border-right:1px #575B5F solid}
.footer_xw .footert .footertl .fabout dt{background:url(../images/fico1.jpg) left center no-repeat; text-indent:25px; line-height:35px}
.footer_xw .footert .footertl .ftousu{width:310px; height:115px; padding-left:35px; float:left; border-right:1px #575B5F solid}
.footer_xw .footert .footertl .ftousu dt{background:url(../images/fico2.jpg) left center no-repeat; text-indent:25px; line-height:35px}
.footer_xw .footert .footertl .flianxi{width:260px; height:115px; padding-left:45px; float:left; border-right:1px #575B5F solid}
.footer_xw .footert .footertl .flianxi dt{background:url(../images/fico3.jpg) left center no-repeat; text-indent:25px; line-height:35px}
.footer_xw .footert .footertl dt{color:#fff; font-size:16px}
.footer_xw .footert .footertl dd{color:#ABA6A6; font-size:14px; line-height:28px}
.footer_xw .footert .footertl dd a{color:#ABA6A6; font-size:14px; padding:0 7px}
.footer_xw .footert .footertl dd a:hover{color:#fff}
.footer_xw .footert .footertr{float:left; width:300px; height:145px; overflow:hidden}
.footer_xw .footert .footertr li{float:left; text-align:right; width:150px; height:145px; overflow:hidden}

.footer_xw .footerb{width:100%; min-width:1200px; height:50px; text-align:center; margin:0 auto; background:#3f4752; line-height:50px; color:#BBBABA; font-size:14px}
.footer_xw .footerb .footerbtxt{width:1200px; text-align:center; margin:0 auto; background:url(../images/cmstop.jpg) right center no-repeat}
.footer_xw .footerb .footerbtxt .footerbtxts{ /*text-align:left*/}

.footer_xw dd,.footer_xw li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.backtop {
    display: none;
    position: fixed;
    bottom: 50px;
    margin-left: 1210px;
    width: 38px;
    height: 38px;
    background: url(../images/boactop.png) 0 0 no-repeat;
}