﻿@charset "UTF-8";/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
.bwarp{ width:1000px; padding:0px 0%; margin:0px auto;}

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-size:1em
}
a, a:hover {
	background-color:transparent; text-decoration:none;
	-webkit-text-decoration-skip:objects
}
a:active, a:hover {
	outline-width:0; color:#0f0a92;
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted
}
b, strong {
	font-weight:bolder
}
code, kbd, samp {
	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-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 {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
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
}
template {
	display:none
}
[hidden] {
display:none
}
table {
	border-collapse:collapse
}
td, th {
	padding:0
}
button, dd, dl, dt, h1, h2, h3, h4, h5, h6, input, li, ol, p, textarea, ul {
	margin:0;
	padding:0;
	font-weight:400
}
li {
	list-style:none
}
em, i {
	font-style:normal
}
.clearfix:after, .clearfix:before {
	content:"\20";
	display:block;
	height:0;
	overflow:hidden
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}
.top1{width:100%; display:inline-block; background: #FFF;}

.pages {
    width: 100%;
    height: 40px;
    text-align: center;
    overflow: hidden;
	padding-top: 20px;
}

.pages .page-num {
    width: auto;
    height: 40px;
    margin: 0 4px;
    display: inline-block;
}
.pages .page-num span.active {
    background: #100aaa;
    color: #fff;
}
.pages .page-num span.active a{
    color: #fff;
}
.pages .page-num span {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px #eee solid;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    margin: 0 4px;
    border-radius: 5px;
    font-size: 14px;
    color: #999;
}
.pages .page-num span a { 
    color: #999; display:block;
}


.lk-loading {
	position:fixed;
	left:0;
	top:0;
	background-color:#fff;
	display:block;
	height:100%;
	width:100%;
	z-index:9999;
	opacity:0;
-webkit-transition:all .3s linear 0s;
transition:all .3s linear 0s
}
.lk-loading.ajax {
	background:rgba(255, 255, 255, 0)
}
.lk-loading.active {
	opacity:1
}
.lk-loading .lk-loading-center {
	width:100%;
	height:100%;
	position:relative
}
.lk-loading .lk-loading-center-absolute {
	margin:-5px 0 0 -40px;
	position:absolute;
	left:50%;
	top:50%;
	height:10px;
	width:100px
}
.lk-loading .lk-loading-center-absolute .round {
	float:left;
	margin:0 9.16667px;
	background-color:#046ab6;
	border-radius:50%;
	height:10px;
	width:10px
}
.lk-loading .lk-loading-center-absolute .round-one {
	-webkit-animation:lk-loading-round 1.5s infinite;
	animation:lk-loading-round 1.5s infinite
}
.lk-loading .lk-loading-center-absolute .round-two {
	-webkit-animation:lk-loading-round 1.5s infinite;
	animation:lk-loading-round 1.5s infinite;
-webkit-animation-delay:.25s;
animation-delay:.25s
}
.lk-loading .lk-loading-center-absolute .round-three {
	-webkit-animation:lk-loading-round 1.5s infinite;
	animation:lk-loading-round 1.5s infinite;
-webkit-animation-delay:.5s;
animation-delay:.5s
}
@-webkit-keyframes lk-loading-round {
75% {
-webkit-transform:scale(0);
transform:scale(0)
}
}
@keyframes lk-loading-round {
75% {
-webkit-transform:scale(0);
transform:scale(0)
}
}
body, html {
	background:#f9f9f9; font-family: "Noto Sans SC"; font-weight: 400;
}
.error-msg, .login-error-msg {
	font-size:15px;
	color:#da361a;
	padding-left:33px;
	margin-bottom:10px;
	line-height:40px;
	width:0;
	height:0;
	visibility:hidden;
	opacity:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #da361a;
-webkit-transition:all .1s ease;
transition:all .1s ease
}
.error-msg.show, .login-error-msg.show {
-webkit-animation:shake .3s;
animation:shake .3s;
	height:40px;
	width:340px;
	opacity:1;
	visibility:visible
}
.error-msg.shake, .login-error-msg.shake {
-webkit-animation:shake .3s;
animation:shake .3s
}

.getmore{ background:#eee; color:#777; display:block; text-align:center; width:40%; height:40px; line-height:40px; margin:20px auto; margin-top:50px; }

.check-more-load {
	padding-right:15px;
	cursor:pointer;
	height:52px;
	color:#828282;
	font-size:14px;
	line-height:52px;
	text-align:center;
	border:1px #eee solid
}
.check-more-load:hover {
	color:#1482f0
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform:translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translateX(-6px)
}
20%, 40%, 60%, 80% {
-webkit-transform:translateX(6px)
}
}
@keyframes shake {
0%, 100% {
-webkit-transform:translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translateX(-6px)
}
20%, 40%, 60%, 80% {
-webkit-transform:translateX(6px)
}
}
select {
	border-radius:4px;
	border:1px solid #ccc;
	color:#333;
	height:38px;
	line-height:38px;
	padding:0 10px;
	outline:0;
	background-color:#fff
}
select:focus {
	border-color:#007eff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
	background:#fff
}
select option {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	padding:14px 10px 14px 10px;
	font-size:16px;
	display:block
}
select option::-ms-expand {
display:none
}
@font-face {
font-family:iconfont;
src:url(//at.alicdn.com/t/font_574327_h5vrs7rzn9t.eot);
src:url(//at.alicdn.com/t/font_574327_h5vrs7rzn9t.eot?#iefix) format("embedded-opentype"), url(//at.alicdn.com/t/font_574327_h5vrs7rzn9t.woff) format("woff"), url(//at.alicdn.com/t/font_574327_h5vrs7rzn9t.ttf) format("truetype"), url(//at.alicdn.com/t/font_574327_h5vrs7rzn9t.svg#iconfont) format("svg")
}

.menu_li{display:none;}

.iconfont {
	font-family:iconfont, serif!important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:.2px;
	-moz-osx-font-smoothing:grayscale
}
.iconfont-upload:before {
	content:'\e78a'
}
.iconfont-del:before {
	content:'\e659'
}
.iconfont-add:before {
	content:'\e68c'
}
.iconfont-look:before {
	content:'\e602'
}
.iconfont-file:before {
	content:'\e600'
}
.iconfont-close:before {
	content:'\e650'
}
.iconfont-left:before {
	content:'\e68a'
}
.iconfont-right:before {
	content:'\e78d'
}
.iconfont-circle:before {
	content:'\e603'
}
.iconfont-more-add:before {
	content:'\e6b0'
}
.iconfont-trend-up:before {
	content:'\e790'
}
.iconfont-trend-down:before {
	content:'\e791'
}
.icon-icondropdownarrow:before {
	content:'\e660'
}
.icon-xiangxiajiantou:before {
	content:'\e604'
}
.icon-xiangshangjiantou:before {
	content:'\e652'
}
.iconfont-open:before {
	content:"\e60d"
}
.icon-phone:before {
	content:'\e754'
}
.icon-msg:before {
	content:'\e60a'
}
.icon-weixin:before {
	content:"\e619"
}
.icon-guanbi:before {
	content:"\e61b"
}
.login-warp {
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:1001
}
.login-warp .mask {
	background:rgba(0, 0, 0, .8);
	height:100%;
	width:100%
}
.login-warp .login-body {
	width:440px;
	background:#fff;
	border-radius:8px;
	margin-left:-220px;
	padding:40px;
	position:fixed;
	left:50%;
	top:20%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.login-warp .login-body .login-contain {
	position:relative
}
.login-warp .login-body .login-contain .close {
	position:absolute;
	top:0;
	right:0
}
.login-warp .login-body .login-contain .close i {
	color:#999;
	font-size:26px
}
.login-warp .login-body .login-contain .login-top {
	margin-bottom:30px
}
.login-warp .login-body .login-contain .login-top h1 {
	float:left;
	font-size:24px;
	color:#222
}
.login-warp .login-body .login-contain .login-top .to-res {
	display:none;
	margin-left:30px;
	margin-top:6px;
	float:left;
	color:#666;
	font-size:0
}
.login-warp .login-body .login-contain .login-top .to-res i {
	font-size:14px;
	margin-left:5px
}
.login-warp .login-body .login-contain .login-top .to-res span {
	font-size:16px
}
.login-warp .login-body .login-contain .form-contain .form-item {
	position:relative
}
.login-warp .login-body .login-contain .form-contain .form-item.img-code {
	display:none
}
.login-warp .login-body .login-contain .form-contain .form-item.phone-code {
	display:none
}
.login-warp .login-body .login-contain .form-contain .form-item .form-item-cont {
	width:100%;
	height:50px;
	background:#f6f8fb;
	border-radius:4px 4px 4px 4px;
	position:relative;
	border:1px solid #dde2e9
}
.login-warp .login-body .login-contain .form-contain .form-item .form-item-cont input {
	width:90%;
	height:48px;
	line-height:48px;
	border:0;
	outline:0;
	background:0 0;
	padding-left:15px
}
.login-warp .login-body .login-contain .form-contain .form-item .form-item-cont .iconfont-close {
	display:none;
	position:absolute;
	right:15px;
	top:15px;
	font-size:14px;
	color:#999;
	cursor:pointer
}
.login-warp .login-body .login-contain .form-contain .form-item .to-forget {
	display:none;
	position:absolute;
	right:0;
	top:55px;
	font-size:14px;
	color:#999
}
.login-warp .login-body .login-contain .form-contain .form-item .form-item-left {
	float:left;
	width:230px
}
.login-warp .login-body .login-contain .form-contain .form-item .form-item-right {
	float:right;
	width:120px
}
.login-warp .login-body .login-contain .form-contain .form-item .img-code-box {
	color:#999;
	font-size:14px;
	cursor:pointer
}
.login-warp .login-body .login-contain .form-contain .form-item .img-code-box img {
	width:100%;
	display:block
}
.login-warp .login-body .login-contain .form-contain .form-item .code-btn {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#1a1760;
	border-radius:4px 4px 4px 4px;
	color:#fff;
	font-size:16px
}
.login-warp .login-body .login-contain .form-contain .form-item .code-btn.disabled {
	opacity:.6
}
.login-warp .login-body .login-contain .form-contain .form-item .code-btn:hover {
	opacity:.6
}
.login-warp .login-body .login-contain .form-contain .form-item .error {
	color:#ea5d5c;
	font-size:14px;
	height:24px;
	display:block;
	line-height:22px
}
.login-warp .login-body .login-contain .form-contain .form-item:after {
	content:'';
	clear:both;
	display:block;
	width:0;
	height:0
}
.login-warp .login-body .login-contain .form-contain .form-submit {
	width:100%;
	display:block;
	text-align:center;
	height:54px;
	line-height:54px;
	background:#1a1760;
	border-radius:4px 4px 4px 4px;
	color:#fff;
	font-size:20px;
	margin-top:25px
}
.login-warp .login-body .login-contain .form-contain .form-submit:hover {
	opacity:.6
}
.login-warp .login-body .login-contain .form-contain .res-tip {
	display:none;
	font-size:16px;
	color:#222;
	text-align:center;
	margin-top:20px
}
.login-warp .login-body .login-contain .weChat-contain {
	height:415px;
	display:none
}
.login-warp .login-body .login-contain .weChat-contain iframe {
	width:100%;
	height:100%
}
.login-warp .login-body .login-contain .weChat-contain .loginPanel .title {
	display:none
}
.login-warp .login-body .login-contain .other-login {
	margin-top:24px
}
.login-warp .login-body .login-contain .other-login h6 {
	color:#222;
	font-size:16px;
	text-align:center;
	margin-bottom:15px
}
.login-warp .login-body .login-contain .other-login .other-ways {
	margin-left:113px;
	overflow:hidden
}
.login-warp .login-body .login-contain .other-login .other-ways a {
	display:block;
	float:left;
	width:50px;
	margin-right:33px
}
.login-warp .login-body .login-contain .other-login .other-ways a i {
	display:block;
	color:#fff;
	width:100%;
	height:50px;
	border-radius:50%;
	text-align:center;
	line-height:50px;
	font-size:25px
}
.login-warp .login-body .login-contain .other-login .other-ways a span {
	display:block;
	text-align:center;
	font-size:14px;
	color:#999;
	margin-top:8px
}
.login-warp .login-body .login-contain .other-login .other-ways a.wechart {
	height:50px
}
.login-warp .login-body .login-contain .other-login .other-ways a.wechart img {
	width:100%;
	display:block
}
.login-warp .login-body .login-contain .other-login .other-ways a .icon-weixin {
	background-color:#50b674
}
.login-warp .login-body .login-contain .other-login .other-ways a .img-phone {
	background-color:#ff9561
}
.login-warp .login-body .login-contain .other-login .other-ways a .img-phone img {
	width:19px;
	height:28px;
	margin-top:11px
}
.login-warp .login-body .login-contain .other-login .other-ways a .img-message {
	background-color:#68a5e1
}
.login-warp .login-body .login-contain .other-login .other-ways a .img-message img {
	width:25px;
	height:24px;
	margin-top:13px
}
.header-nav-wrap {	
	background:#1b1464;
}
.header-nav,.top_1 {
	position:relative;
	height:100px; line-height:100px; /*overflow:hidden;*/
	font-size:20px;
}
.header-nav{height:60px; line-height:60px;}

.header-nav .logo-img ,.top_1 .logo-img {
	position:relative;
	top:0;
	z-index:100;
	display:inline-block;
	height:auto;
	width:30%;
	float:left
}

.header-nav .logo-img .logo,.top_1 .logo-img .logo {
	float:left;
	margin:15px 0 0 0;
	height:75px;
	z-index:100;
	vertical-align:middle
}

.header-nav .nav-content,.logo .nav-content{
	text-align:right;
	max-width:100%;
	float:left;
	display:inline-block;
}
.header-nav .nav-content .nav-item {
	display:inline-block;
	padding:0 30px;
	position:relative;
}
.header-nav .nav-content .nav-item a {
	position:relative;
	color:#FFF; font-size:16px;
}
.header-nav .nav-content .nav-item.active{
	background:url('/images/active.png') no-repeat bottom; background-size: 20px;
}
/*
.header-nav .nav-content .nav-item.active:hover{background-size: 20px;}
.header-nav .nav-content .nav-item:hover {
	background:url('/images/active.png') no-repeat bottom; background-size: 20px;
}
*/
.header-nav .nav-content .nav-item.active a {
	color:#FFF;
	font-weight:bold;
   
}
.header-nav .nav-content .nav-item img{width:10px; position:absolute; top:10px; right:-15px;}

.top{width:1000px; margin:0 auto; background: #fff;}
.top_1{ width:100%; display:block;}
.menu_li{width:110px; background:#1b1464; position: absolute;
    top: 60px;
    z-index: 99999; 
    text-align: center;
    left: 0px;
	padding:15px;
	padding-left: 5px; padding-top:10px;
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
	}
.menu_li .li{height:32px; line-height:32px; /*text-align:left;*/}
.menu_li .li a{ font-size:14px!important;}

.header-nav .search-content-div,.top_1 .search-content-div{ position:relative; float:right; margin-top:30px;
	width:200px;
	height:40px; border-radius:10px; background:#f9f9f9;
	overflow:hidden;
	-webkit-transition:all .5s ease-out 0s;
	transition:all .5s ease-out 0s
}
.header-nav .search-content-div .search-box-btn,.top_1 .search-content-div .search-box-btn{ position:absolute; right:10px; top:10px; border:none;
	width:20px;
	height:20px; outline:0;
}
.header-nav .search-content-div .search-content {}
.header-nav .search-content-div .search-content .search-input,.top_1 .search-content-div .search-content .search-input {
	position:absolute;
	right:0;
	width:175px;
	height:40px; line-height:40px; color:#777; font-size:14px; background:none;
	outline:0; 
	padding:0px 10px;
	z-index:50;
	border:none
}



.code-shade {
	width:100%;
	height:100%;
	position:fixed;
	z-index:1004;
	left:0;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, .7);
	display:none
}
.code-shade.show {
	display:block
}
.verification-img {
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-250px;
	background:#fff;
	border-radius:5px;
	width:340px;
	height:200px;
	padding:30px 80px;
	z-index:1005;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
	display:none
}
.verification-img .close-img {
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer
}
.verification-img .close-img img {
	width:22px;
	height:22px
}
.verification-img.show {
	display:block
}
.verification-img .refresh {
	position:absolute;
	right:50px;
	top:102px;
	cursor:pointer
}
.verification-img .refresh img {
	width:14px;
	height:16px
}
.verification-img.active {
	display:block
}
.verification-img h5 {
	font-size:30px;
	color:#222;
	text-align:center;
	line-height:30px;
	margin-bottom:30px
}
.verification-img span {
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer
}
.verification-img span img {
	width:22px;
	height:22px
}
.verification-img input {
	float:left
}
.verification-img input.code-text {
	width:205px;
	height:40px;
	padding:0 10px;
	border:1px #e5e5e5 solid
}
.verification-img button#codeBtn {
	width:100%;
	height:40px;
	background:#1979f4;
	color:#fff;
	font-size:24px;
	line-height:40px;
	text-align:center;
	border:none;
	margin-top:5px;
	cursor:pointer
}
.verification-img p {
	width:110px;
	height:40px;
	float:right;
	margin-bottom:40px
}
.verification-img p img {
	width:110px;
	height:40px
}
.weChat-iframe {
	position:fixed;
	left:50%;
	top:20%;
	margin-left:-290px;
	padding:70px;
	width:440px;
	height:440px;
	border-radius:5px;
	background:#fff;
	z-index:999;
	display:none
}
.weChat-iframe .login-close {
	position:absolute;
	right:50px;
	top:35px
}
.weChat-iframe #weChatPc {
	width:100%;
	height:100%
}
.search-shade {
	position:fixed;
	width:100%;
	height:100%;
	top:115px;
	background:rgba(0, 0, 0, .4);
	z-index:20;
	display:none
}
@-webkit-keyframes fadeIn {
from {
opacity:0;
height:0
}
to {
	opacity:1;
	height:60px
}
}
@keyframes fadeIn {
from {
opacity:0;
height:0
}
to {
	opacity:1;
	height:60px
}
}
.footer-partner { padding-top:20px; padding-bottom:20px; border-top:1px solid #dedede; background:#f9f9f9;}
.fmenulist{ width:63%; float:left;}
.fmenulist li{ width:16%; float:left;}
.fmenulist li a{ font-size:14px; color:#999; line-height:30px; display:block;}
.fmenulist li h3 a{ font-size:15px; font-weight:bold; color:#3b3b3b; line-height:50px;}

.gongzhong{ width:37%; float:right; display:flex; align-items:center;}
.gongzhong .gleft{ width:55%;}
.gongzhong .gleft h3{ font-size:18px; font-weight:bold; color:#3b3b3b; line-height:50px;}
.gongzhong .gright{ width:40%; float:right;}
.gongzhong .gright img{ width:100%; height:auto;}

.copyright{ background:#eee; line-height:50px; height:50px; color:#999; font-size:12px; }
.copyright a{ color:#999;}


.ad-list {
	width:100%;
	height:165px;
	padding:15px 0
}
.ad-list a {
	display:block;
	width:100%;
	height:100%;
	color:#222
}
.ad-list a:hover h6 {
	color:#0163c5
}
.ad-list a h6 {
	display:inline-block;
	font-size:14px;
	height:25px;
	vertical-align:top
}
.ad-list a p {
	position:relative
}
.ad-list a p img {
	width:800px;
	height:140px
}
.ad-list a p span {
	position:absolute;
	right:0;
	bottom:0
}
.ad-list a p span img {
	width:40px;
	height:20px
}
.index-news-list {
	position:relative;
	display:block;
	width:100%;
	height:140px;
	padding:20px 0;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	cursor:pointer
}
.index-news-list .shadow {
	position:absolute;
	width:105%;
	height:180px;
	background:#fff;
	z-index:4;
	left:-2.5%;
	top:0;
	opacity:0;
-webkit-transition:.3s;
transition:.3s;
	-webkit-box-shadow:#a9a9a9 0 0 20px;
	box-shadow:#a9a9a9 0 0 20px
}
.index-news-list:hover .shadow {
	opacity:1;
	-webkit-box-shadow:#ccc 0 0 20px;
	box-shadow:#ccc 0 0 20px;
-webkit-transition:.3s;
transition:.3s;
	border-radius:5px
}
/*.index-news-list:first-child {
	margin-top:20px
}*/
.index-news-list.not-cont {
	text-align:center;
	font-size:24px;
	color:#999;
	line-height:400px;
	min-height:400px
}
.index-news-list a {
	display:inline-block; width:100%; height:100%
}
.index-news-list a .list-left {
	position:relative;
	overflow:hidden;
	width:30%; 
	height:140px;
	float:left;
	z-index:5
}
.index-news-list a .list-left img {
	position:absolute;
	width:100%;
	height:auto; min-height:120px; max-height:140px; border-radius:8px;
	z-index:5;
-webkit-transition:-webkit-transform .15s ease;
transition:-webkit-transform .15s ease;
transition:transform .15s ease;
transition:transform .15s ease, -webkit-transform .15s ease
}
.index-news-list a .list-left img:hover {
	-webkit-transform:scale(1.04);
	-ms-transform:scale(1.04);
	transform:scale(1.04)
}
.index-news-list a .list-right {
	position:relative;
	width:66%;
	height:100%;
	float:right;
	z-index:5;
}
.index-news-list a .list-right .headline {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color:#3b3b3b;
	font-size:18px;
	font-weight:bold;
	line-height:28px; height: 28px;
}
.index-news-list a .list-right .details {
	height:60px;
	overflow:hidden;
	margin-top:10px;
	line-height:20px;
	color:#777;
	font-size:14px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3
}
.index-news-list a:hover .headline {
	color:#0f0a92
}
.index-news-list .list-bottom {
	position:absolute;
	width:66%;
	height:30px;
	bottom:22px;
	left:0px; 
	color:#828a92;
	font-size:14px;
	z-index:20
}
.index-news-list .list-bottom .name {
	position:relative;
	display:inline-block;
	height:30px;
	line-height:30px;
	vertical-align:bottom
}
.index-news-list .list-bottom p {
	position:relative;
	display:inline-block
}
.index-news-list .list-bottom p.portrait {
	float:left;
	margin-top:5px;
	padding-right:10px
}
.index-news-list .list-bottom p.portrait a {
	margin:0;
	padding:0
}
.index-news-list .list-bottom p.portrait img {
	display:block;
	width:20px;
	height:20px;
	cursor:pointer;
	border-radius:100%
}
.index-news-list .list-bottom p.label1, .index-news-list .list-bottom p.label2 {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	color:#1482f0;
	height:100%;
	line-height:28px;
	cursor:pointer
}
.index-news-list .list-bottom p.label1 span, .index-news-list .list-bottom p.label2 span {
	margin-top:5px;
	display:inline-block;
	padding:0 5px;
	border:1px solid #1482f0;
	margin-right:20px;
	font-size:12px;
	line-height:18px
}
.index-news-list .list-bottom p.label1 span a, .index-news-list .list-bottom p.label2 span a {
	color:#828a92
}
.index-news-list .list-bottom p.label2 {
	left:282px
}
.index-news-list .list-bottom p.time {
	height:30px;
	line-height:30px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	text-align:right
}
.index-news-list .list-bottom img{ margin-top:7px;}
.index-news-list .list-bottom p.lock-time {
	height:30px;
	line-height:30px;
	padding-left:6px;
	position:absolute;
	margin:auto;
	text-align:right
}
.index-news-list .list-bottom p.read-num {
	font-size:14px;
	float:right;
	line-height:30px
}
.index-news-list .list-bottom p.read-num a {
	color:#999; display:block; float:left; padding:0px 5px; width:auto !important; margin-left:5px; background:#eee; border-radius:3px;
}
.index-news-list .list-bottom p.read-num a:hover { background:#3b3b3b; color:#fff;}
.loading {
	height:160px;
	line-height:160px;
	width:100%;
	text-align:center;
	color:#b0b0b0;
	
}
.news-img {
	margin-bottom:15px;
	border-radius:3px;
	width:100%;
	overflow:hidden
}
.news-img a {
	position:relative;
	font-size:0;
	display:block;
	width:100%;
	height:100%;
	margin-bottom:15px
}
.news-img a:last-child {
	margin-bottom:0
}
.news-img a img {
	width:100%;
	height:100%
}
.news-img a span {
	position:absolute;
	right:0;
	bottom:0;
	width:40px;
	height:20px
}
.news-img a span.active {
	background:url(../images/ad/ad-c7df105beb.png) no-repeat
}
.ad-swiper {
	width:555px;
	height:150px
}
.ad-swiper .swiper-slide {
	width:555px;
	height:150px
}
.ad-swiper .swiper-slide img {
	width:555px;
	height:150px
}
.ad-swiper:hover .swiper-button-prev {
-webkit-transition:.3s;
transition:.3s;
	left:10px
}
.ad-swiper:hover .swiper-button-next {
-webkit-transition:.3s;
transition:.3s;
	right:10px
}
.ad-swiper .swiper-button-prev {
	width:39px;
	height:50px;
	background:url(../images/adSwiper/left-82389e90c1.png) no-repeat;
	left:-39px;
	z-index:9999
}
.ad-swiper .swiper-button-prev:hover {
	background:url(../images/adSwiper/left-h-faa1115639.png) no-repeat
}
.ad-swiper .swiper-button-next {
	width:39px;
	height:50px;
	background:url(../images/adSwiper/right-8487596b57.png) no-repeat;
	right:-39px
}
.ad-swiper .swiper-button-next:hover {
	background:url(../images/adSwiper/right-h-f733280eea.png) no-repeat
}
.ad-swiper .swiper-pagination {
	bottom:15%
}
.subject-box {
	padding-bottom:20px; margin-top:20px;
}
.subject-box .index-news-center {
	border:1px #eee solid;
	padding:10px 20px 0
}
.subject-box .index-news-center .subject-h5 {
	padding:10px 0 0
}
.subject-box .index-news-center .subject-h5 h3 {
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#222
}
.subject-box .index-news-center .subject-h5 a {
	float:right;
	font-size:12px;
	color:#b2b2b2
}
.subject-box .index-news-center .subject-h5 a.more {
	display:inline-block;
	border-right:3px solid;
	border-bottom:3px solid;
	width:10px;
	height:10px;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	color:#ccc
}
.subject-tab .subject-box {
	height:auto;
	border-bottom:1px #eee solid;
	margin:20px 0
}
.subject-tab .subject-box:last-child {
	border-bottom:none;
	margin-bottom:0
}
.subject-tab .subject-box .subject-first {
	position:relative;
	width:100%;
	height:65px
}
.subject-tab .subject-box .subject-first a {
	display:inline-block;
	width:100%;
	height:100%;
	color:#212121
}
.subject-tab .subject-box .subject-first a img {
	width:20%; height:auto;
	float:left
}
.subject-tab .subject-box .subject-first a h5 { width:75%; float:right;
	line-height:22px;
	font-weight:bold;
	font-size:16px
}
.subject-tab .subject-box .subject-first a h5:hover {
	color:#0163c5
}
.subject-tab .subject-box .subject-ul {
	width:328px;
	height:auto;
	background:#fff
}
.subject-tab .subject-box .subject-ul .subject-title {
	cursor:pointer;
	display:block;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	word-wrap:break-word;
	overflow-wrap:break-word;
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	color:#333;
	max-height:48px;
	overflow:hidden
}
.subject-tab .subject-box .subject-ul .subject-title:hover {
	color:#1482f0
}
.subject-tab .subject-box .subject-ul li {
	width:100%;
	font-size:14px;
	line-height:21px;
	margin:10px 0 0
}
.subject-tab .subject-box .subject-ul li span {
	display:inline-block;
	float:left;
	width:4px;
	height:4px;
	border-radius:100%;
	margin-top:8px;
	background:#828a92
}
.subject-tab .subject-box .subject-ul li a {
	display:block;
	float:right;
	width:315px;
	color:#828a92
}
.subject-tab .subject-box .subject-ul li a h3 {
	font-size:14px
}
.subject-tab .subject-box .subject-ul li a:hover {
	color:#555c62
}
.news-center-img {
	margin-top:0;
	width:100%;
	height:auto
}
.news-center-img a {
	margin-bottom:15px;
	border-radius:3px;
	display:block;
	height:120px;
	width:100%;
	overflow:hidden
}
.news-center-img a img {
	width:100%;
	height:100%
}
.index-news-left {
	width:100%;
	height:auto;
}
.index-news-left .block-style {
	min-height:500px;
	display:none
}
.index-news-left .block-style.not-cont {
	position:relative;
	font-size:24px;
	width:100%;
	color:#999;
	line-height:500px;
	text-align:center
}
.index-news-left .block-style.not-cont p {
	position:absolute;
	left:350px
}
.index-news-left ul {
	width:100%;
	height:50px; border-bottom:1px solid #dedede;
}
.index-news-left ul li {
	position:relative;
	margin:0 18px 0 0;
	height:49px;
	float:left;
	line-height:49px;
	color:#777;
	font-size:14px;
	text-align:center;
	cursor:pointer
}
.index-news-left ul li.active, .index-news-left ul li:hover {
	color:#100aaa;
	font-weight:bold
}
.index-news-left ul li.active {
	border-bottom:3px #100aaa solid;
}
.index-news-left ul li font {
	position:absolute;
	width:40px;
	height:2px;
	left:50%;
	margin-left:-20px;
	background:#1482f0;
	bottom:-1px;
	display:none
}
.index-news-left ul li font.active {
	display:block
}
.index-news-left .new-left-more {
	display:block;
	width:138px;
	height:38px;
	border:1px #b3e5fc solid;
	text-align:center;
	line-height:38px;
	float:right;
	margin:30px 0;
	color:#1482f0
}
.index-news {
	width:100%;
	height:auto;
	margin-top:30px
}
.index-news .index-right-contain {
	float:right
}
.index-news .index-right-contain .index-news-center {
	float:right
}
.index-news .index-right-contain .ad-contain .ad-box .ad-left {
	float:left;
	width:300px;
	margin-right:15px
}
.index-news .index-right-contain .ad-contain .ad-box .ad-right {
	float:right;
	width:240px
}
.inquire-img {
	width:1200px;
	margin:15px auto 10px
}
.two-sessions {
	width:1200px;
	height:100px;
	margin:0 auto
}
.news-right-img {
	width:100%;
	height:auto
}
.news-right-img .questionnaire-index, .news-right-img a {
	margin-bottom:15px;
	border-radius:3px;
	cursor:pointer;
	display:block;
	height:160px;
	width:100%;
	overflow:hidden
}
.news-right-img .questionnaire-index img, .news-right-img a img {
	width:100%;
	height:100%
}
.questionaire-popup {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:8889
}
.questionaire-popup .questionaire-mask {
	position:fixed;
	left:0;
	top:0;
	background:rgba(0, 0, 0, .8);
	height:100%;
	width:100%
}
.questionaire-popup .questionaire-con {
	margin:-300px 0 0 -450px;
	position:fixed;
	left:50%;
	top:50%;
	height:600px;
	width:900px
}
.questionaire-popup .questionaire-con .iframe-wrap {
	border-radius:3px;
	height:100%;
	width:100%;
	overflow:hidden
}
.questionaire-popup .questionaire-close {
	position:absolute;
	right:-40px;
	top:0;
	background:rgba(255, 255, 255, .8);
	height:30px;
	width:30px;
	color:rgba(0, 0, 0, .8);
	font-size:32px;
	line-height:26px;
	text-align:center;
	text-decoration:none
}


.hx-main-box { background:#f9f9f9; padding-top:30px; padding-bottom:50px; }
.hx-main-box .main-box-left {
	float:left;
	width:65%;
}
.hx-main-box .main-box-right {
	float:right;
	width:32%; 
}

.left-scroll{ }
#owl-demo{ width:100%; height:auto;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:100%;height:auto;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:95%; padding:0px 2.5%; font-size:21px; color:#fff; }

.owl-pagination{position:absolute;left:0;bottom:10px;width:95%;height:22px; padding:0px 2.5%; }
.owl-page{display:inline-block;width:45px;height:4px;margin:0 5px; background:#fff; border-radius:2px; *display:inline;*zoom:1;}
.owl-pagination .active{ background:#00ffff;}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(/images/bg17.png);}
.owl-next{right:0;background-image:url(/images/bg18.png);}
.owl-prev:hover{background-image:url(/images/bg19.png);}
.owl-next:hover{background-image:url(/images/bg20.png);}


.index-author {
	width:318px;
	border:1px #eee solid;
	padding:10px 20px
}
.index-author .author-title {
	padding:10px 0 15px
}
.index-author .author-title h3 {
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#222
}
.index-author .author-title a {
	float:right;
	font-size:12px;
	color:#b2b2b2
}
.index-author .author-title a.more {
	display:inline-block;
	border-right:3px solid;
	border-bottom:3px solid;
	width:10px;
	height:10px;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	color:#ccc
}
.index-author .swiper-container .swiper-wrapper {
	padding-bottom:10px
}



.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author {
	background:#fff;
	position:relative;
	width:100%;
	height:auto
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author:last-child {
	border-bottom:none
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img {
	width:100%;
	height:70px;
	margin-bottom:16px;
	position:relative;
	overflow:hidden
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img a {
	position:relative;
	display:inline-block;
	width:100%
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img a img {
	vertical-align:middle;
	width:56px;
	height:56px;
	border-radius:100%;
	cursor:pointer;
	float:left
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img a .v-compile, .index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img a .v-enterprise, .index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img a .v-personal {
	width:15px;
	height:15px;
	border-radius:50%;
	position:absolute;
	bottom:5px;
	left:42px
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img a .v-personal {
	background:url(../images/newsAuthor/personal-d556a52b0d.svg) no-repeat center;
	background-size:100%
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img a .v-enterprise {
	background:url(../images/newsAuthor/enterprise-8ef1862d7d.svg) no-repeat center;
	background-size:100%
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img a .v-compile {
	background:url(../images/newsAuthor/yellow-f6ef597793.svg) no-repeat center;
	background-size:100%
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img a h5 {
	display:block;
	float:left;
	font-size:16px;
	color:#222;
	margin-left:10px
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img a p {
	float:right;
	width:250px;
	height:36px;
	font-size:14px;
	color:#828a92;
	line-height:18px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top:10px
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img .name-follower {
	margin-left:10px;
	vertical-align:middle;
	height:56px;
	display:inline-block;
	line-height:20px
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img .name-follower .author-call {
	display:block;
	color:#333;
	font-size:14px;
	cursor:pointer;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img .name-follower .author-call h5 {
	font-size:14px
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img .name-follower .author-call:hover {
	color:#1482f0
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .portrait-img .name-follower .crowd {
	color:#999;
	font-size:12px
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .article-title {
	cursor:pointer;
	display:block;
	width:100%;
	font-size:16px;
	line-height:24px;
	margin-bottom:16px;
	color:#333;
	word-break:break-all
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .article-title h4 {
	font-size:16px
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .article-title:hover {
	color:#1482f0
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .attention, .index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .cancel-attention, .index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .owner {
	width:53px;
	height:23px;
	border-radius:4px;
	line-height:23px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	margin-top:15px
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .attention {
	background:#fff;
	color:#1482f0;
	border:1px #1482f0 solid;
	border-radius:16px;
	width:60px;
	height:26px;
	line-height:26px;
	position:relative
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .attention i {
	top:-1px;
	position:relative;
	margin-right:3px
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .attention:hover {
	background:#1482f0;
	color:#fff
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .cancel-attention {
	background:#e6e6e6;
	color:#5a5a5a
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .cancel-attention:hover {
	background:#1482f0;
	color:#fff
}
.index-author .swiper-container .swiper-wrapper .swiper-slide .list-author .owner {
	background:#e6e6e6;
	color:#5a5a5a
}
.index-author .swiper-container .author-page {
	bottom:0
}
.index-author .swiper-container .swiper-pagination-bullet {
	background:#eee;
	opacity:1
}
.index-author .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#ccc
}
.topMarket {
	padding:20px 0 11px;
	position:relative;
	width:100%;
	height:110px;
	background:#f5f7fa
}
.topMarket .topMarket-cont {
	position:relative;
	width:1200px;
	height:100%;
	margin:0 auto;
	z-index:5
}
.topMarket .topMarket-cont .market-active {
	position:absolute;
	width:162px;
	height:12px;
	z-index:10;
	bottom:0;
	display:none;
	background:url(../images/market-active-5164f1275e.png) no-repeat
}
.topMarket .topMarket-cont .market-active.active {
	display:block
}
.topMarket .topMarket-cont .swiper-container {
	width:100%;
	height:100%
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list {
	position:relative;
	width:142px;
	height:70px;
	float:left;
	padding:15px 10px;
	margin-right:11px;
	background:#fff;
	border-radius:4px;
	cursor:pointer;
	-webkit-box-shadow:#dde3ec 0 0 16px;
	box-shadow:#dde3ec 0 0 16px
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list:nth-child(7) {
margin:0
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list .icon-cont {
	position:relative;
	z-index:5;
	width:100%;
	font-size:12px;
	padding-bottom:22px
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list .icon-cont .icon-text {
	float:left
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list .icon-cont .icon-text img {
	width:18px;
	height:18px;
	vertical-align:top
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list .icon-cont .icon-text span {
	width:37px;
	height:20px;
	line-height:20px;
	color:#222;
	padding-left:5px;
	display:inline-block
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list .icon-cont h5 {
	padding-left:5px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	float:right
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list .exponent-big {
	position:relative;
	font-size:12px;
	color:#fff;
	z-index:5
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list .exponent-big .exponent {
	float:right;
	padding:3px
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list .exponent-big .exponent.rise {
	background:#69caf2;
	border-radius:3px
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list .exponent-big .exponent.fall {
	background:#ec7796;
	border-radius:3px
}
.topMarket .topMarket-cont .swiper-container .swiper-slide .market-list .exponent-curve {
	position:absolute;
	bottom:10px;
	left:10px;
	height:30px;
	width:142px;
	cursor:pointer
}
.topMarket .topMarket-cont .market-next, .topMarket .topMarket-cont .market-prev {
	position:absolute;
	width:20px;
	color:#fff;
	left:auto;
-webkit-transition:.6s;
transition:.6s
}
.topMarket .topMarket-cont .market-prev {
	background:url(../images/left-2c0963334b.svg) no-repeat;
	left:-35px;
	top:60px;
-webkit-transition:.6s;
transition:.6s
}
.topMarket .topMarket-cont .market-prev:hover {
	background:url(../images/left-h-744499fd41.svg) no-repeat;
-webkit-transition:.6s;
transition:.6s
}
.topMarket .topMarket-cont .market-next {
	right:-40px;
	top:60px;
	background:url(../images/right-34b750f9d8.svg) no-repeat;
-webkit-transition:.6s;
transition:.6s
}
.topMarket .topMarket-cont .market-next:hover {
	background:url(../images/right-h-c0ffc50d04.svg) no-repeat;
-webkit-transition:.6s;
transition:.6s
}
.topMarket .topMarket-cont .market-page {
	left:48%;
	bottom:-17px
}
.topMarket .topMarket-cont .market-page span {
	margin:0 3px
}
.topMarket .topMarket-cont .market-page span.swiper-pagination-bullet {
	background:#bccee9
}
.topMarket .bottom-Market {
	position:absolute;
	top:136px;
	width:100%;
	z-index:10;
	height:0;
	background:#fff;
	-webkit-box-shadow:#dadada 0 0 20px;
	box-shadow:#dadada 0 0 20px;
	overflow:hidden
}
.topMarket .bottom-Market.bounceInDown {
-webkit-animation:bounceInDown .3s both;
animation:bounceInDown .3s both
}
.topMarket .bottom-Market.bounceInUp {
-webkit-animation:bounceInUp .3s both;
animation:bounceInUp .3s both
}
.topMarket .bottom-Market .bottomMarket-cont {
	position:relative;
	width:1200px;
	height:340px;
	padding:10px 0;
	margin:0 auto
}
.topMarket .bottom-Market .bottomMarket-cont .closeBtn {
	position:absolute;
	width:30px;
	height:30px;
	right:-55px;
	top:50px;
	cursor:pointer;
	background:url(../images/close-8bc6f38d95.png) no-repeat
}
.topMarket .bottom-Market .bottomMarket-cont .closeBtn:hover {
	background:url(../images/close-h-fa1a6d2d8a.png) no-repeat
}
.topMarket .bottom-Market .bottomMarket-cont .market-left {
	width:320px;
	height:100%;
	float:left
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .currency {
	margin-top:45px
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .currency .icon {
	font-size:18px;
	color:#222
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .currency .icon img {
	display:inline-block;
	width:20px;
	height:20px;
	float:left
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .currency .icon span {
	float:left;
	margin-left:10px
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .currency .price {
	color:#222
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .currency .price h5 {
	float:left;
	font-size:28px;
	font-weight:bold;
	padding:15px 30px;
	line-height:30px
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .currency .price .increase {
	display:block;
	float:left;
	font-size:12px;
	margin-top:20px
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .currency .price .increase span {
	margin-right:5px;
	float:left;
	padding:3px;
	color:#fff
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .currency .price .increase span.rise {
	background:#69caf2;
	border-radius:3px
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .currency .price .increase span.fall {
	background:#ec7796;
	border-radius:3px
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .exchange {
	width:300px;
	margin-top:10px
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .exchange table {
	width:100%
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .exchange table thead td {
	color:#222;
	font-size:14px;
	line-height:50px
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .exchange table tbody td {
	color:#222;
	font-size:15px;
	line-height:40px;
	width:33.3%
}
.topMarket .bottom-Market .bottomMarket-cont .market-left .exchange table tbody td:first-child {
	display:block;
	width:95px;
	height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.topMarket .bottom-Market .bottomMarket-cont .market-right {
	float:right;
	width:875px;
	height:280px;
	margin-top:40px
}
@-webkit-keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -150px, 0);
transform:translate3d(0, -150px, 0);
height:0
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
height:380px
}
}
@keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -150px, 0);
transform:translate3d(0, -150px, 0);
height:0
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
height:380px
}
}
@-webkit-keyframes bounceInUp {
0% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
height:100%
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -137px, 0);
transform:translate3d(0, -137px, 0);
height:0
}
}
@keyframes bounceInUp {
0% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
height:100%
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -137px, 0);
transform:translate3d(0, -137px, 0);
height:0
}
}
.index-new-filsh {
	position:relative; 
	height:auto;
	background: #FFF;
    padding: 20px;
	border-radius:10px;
}
.index-new-filsh .d-new-cont {
	height:auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.index-new-filsh .d-new-cont .title {
	  height:24px; line-height:24px;   margin-bottom:10px; border-bottom:1px solid #9c99bc; padding-bottom: 10px;
}
.index-new-filsh .d-new-cont .title h3{
	font-weight:bold; font-size:18px; color:#201964; float:left;
}
.index-new-filsh .d-new-cont .title a { 
	float:right; font-size:14px; color:#777;
}

.index-new-filsh .d-new-cont .list-items-box {  padding:0px;}
.index-new-filsh .d-new-cont .list-items-box .item-box {
	width:100%;
	height:auto
}
.index-new-filsh .d-new-cont .list-items-box .item {
	position:relative;/* background:url(../images/yuan.png) left 5px no-repeat; padding-left:20px; */margin-bottom:0px;
}
.index-new-filsh .d-new-cont .list-items-box .item.fadeIn {
	-webkit-animation:fadeIn 1s both;
	animation:fadeIn 1s both
}
.index-new-filsh .d-new-cont .list-items-box .item a {
	display:inline-block;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	line-height:22px;
	border-bottom:1px solid #d5d5d5;
}
.index-new-filsh .d-new-cont .list-items-box .item a h3 {
	font-size:16px; color:#3b3b3b;
}
.index-new-filsh .d-new-cont .list-items-box .item .time-left {
	position:relative;
	width:100%
}
.index-new-filsh .d-new-cont .list-items-box .item .time-left span {
	display:block;
	font-size:13px;
	color:#999;
	line-height:20px
}
.index-new-filsh .d-new-cont .list-items-box .item.item-icons {
	color:#222
}
.index-new-filsh .d-new-cont .list-items-box .item.item-icons.import {
	color:#1a1760
}
.index-new-filsh .d-new-cont .list-items-box .item.item-icons.import a {
	color:#1a1760
}

.index-new-filsh .d-new-cont .filsh-more {
	display:block;
	width:100px;
	text-align:center;
	font-size:14px;
	color:#222;
	margin:0 auto
}
.index-new-filsh .ad-show {
	width:330px;
	height:auto;
	float:right
}
.index-new-filsh .ad-show .news-img a {
	display:block;
	width:100%;
	height:100%;
	margin-bottom:15px
}
.index-new-filsh .ad-show .news-img a img {
	width:100%;
	height:100%
}
.item_1{}


@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}

.products-box {
	padding:20px 0
}
.products-box .my-products {
	width:318px;
	border:1px #eee solid;
	padding:10px 20px 0
}
.products-box .my-products .products-title {
	font-size:16px;
	color:#222;
	font-weight:bold;
	padding:10px 0 0
}
.products-box .my-products .products-list {
	display:block;
	width:100%;
	height:40px;
	padding:20px 0;
	border-bottom:1px #eee solid
}
.products-box .my-products .products-list:last-child {
	border-bottom:none
}
.products-box .my-products .products-list .products-icon {
	float:left;
	width:40px;
	height:40px
}
.products-box .my-products .products-list .products-icon img {
	width:40px;
	height:40px
}
.products-box .my-products .products-list .products-text {
	float:right;
	width:274px;
	height:40px;
	line-height:20px
}
.products-box .my-products .products-list .products-text h5 {
	font-size:16px;
	color:#222
}
.products-box .my-products .products-list .products-text h5:hover {
	color:#0163c5
}
.products-box .my-products .products-list .products-text p {
	width:267px;
	height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px;
	color:#828a92
}
.products-box .my-products .products-list .products-text p:hover {
	color:#555c62
}
.video-box {
	padding-bottom:20px
}
.video-box .indev-video {
	border:1px #eee solid;
	padding:10px 20px
}
.video-box .indev-video .video-title {
	padding:10px 0
}
.video-box .indev-video .video-title h3 {
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#222
}
.video-box .indev-video .video-title a {
	float:right;
	font-size:12px;
	color:#b2b2b2
}
.video-box .indev-video .video-title a.more {
	display:inline-block;
	border-right:3px solid;
	border-bottom:3px solid;
	width:10px;
	height:10px;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	color:#ccc
}
.video-box .indev-video .hot-video {
	width:100%;
	height:auto;
	margin:0 auto
}
.video-box .indev-video .hot-video a {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	margin-bottom:20px;
	overflow:hidden
}
.video-box .indev-video .hot-video a:last-child {
	margin-bottom:10px
}
.video-box .indev-video .hot-video a img.video-img {
	width:100%;
	height:auto;
-webkit-transition:all .2s;
transition:all .2s
}
.video-box .indev-video .hot-video a:hover .video-img {
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
.video-box .indev-video .hot-video a span {
	position:absolute;
	display:block;
	top:40px;
	left:50%;
	margin-left:-44px
}
.video-box .indev-video .hot-video a span.video-btn {
	width:88px;
	height:88px
}
.video-box .indev-video .hot-video a h6 {
	position:absolute; width:95%; padding:15px 2.5%;
	font-size:14px;
	bottom:0;
	color:#fff;
	line-height:20px;
	background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(rgba(0, 0, 0, .4)), to(transparent));
	background:linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .4), transparent)
}
.activity-box {
	overflow:hidden;
	padding:20px; margin-bottom:20px;
	background:#FFF;
	border-radius:10px;
	padding-bottom: 10px;
}
.activity-box .indev-activity {
	width:100%;
}
.activity-box .indev-activity .activity-title {border-bottom: 1px solid #9c99bc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    height: 24px;
    line-height: 24px;
}
.activity-box .indev-activity .activity-title h3 {
	float:left;
	font-weight:bold;
	font-size:18px;
	color:#201964;
}
.activity-box .indev-activity .activity-title a {
	float:right;
	font-size:14px;
	color:#777777;
}
.activity-box .indev-activity .activity-cont {
	 border-radius:5px;
}
.activity-box .indev-activity .activity-cont .swiper-container {
	width:100%;
	height:100%
}
.activity-box .indev-activity .activity-cont .swiper-container .swiper-slide {
	width:100%;
	height:auto;
}
.activity-box .indev-activity .activity-cont .swiper-container .swiper-slide h6 {
	font-size:15px; font-weight:bold;
	color:#3b3b3b; line-height:30px; padding:10px 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.activity-box .indev-activity .activity-cont .swiper-container .swiper-slide img {
	width:100%;
	height:auto;
}
.activity-box .indev-activity .activity-cont .swiper-container .activity-page {
	bottom:0
}
.activity-box .indev-activity .activity-cont .swiper-container .swiper-pagination-bullet {
	background:#eee;
	opacity:1
}
.activity-box .indev-activity .activity-cont .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#ccc
}

.activity-cont li{    
    width: 50%;
    float: left;
    line-height: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.activity-cont li img{
	float: left;
    max-width: 100%;
    width: 40px;
    margin-right: 6px;
}
.activity-cont li .text{ width:50%; float:left; color: #333; font-size:16px; }

.activity-cont li:nth-child(2n){    
    width: 50%;
    float: right;
    line-height: 40px;
    height: 40px;
    margin-bottom: 15px;
	text-align:right;
}
.activity-cont li:nth-child(2n) img{
	float: left;     
	margin-left: 30px;
    margin-right: 0px;
}
.activity-cont li:nth-child(2n) .text{    
     
    float: right; 
	text-align:right;
}

.pinpai_1 li,.pinpai_1 li:nth-child(2n){ width:100%; border-bottom:1px solid #c9c9c9;}
.pinpai_1 li,.pinpai_1 li:nth-child(2n) img{ margin-left:0px; margin-right:0px; }
.pinpai_1 li:nth-child(2n){ text-align:left;}
.pinpai_1 li img{ margin-right: 5px!important; width:65px; float:left;}
.pinpai_1 li a{ display:block;}
.pinpai_1 li { position:relative; padding-bottom: 15px;}
.pinpai_1 li img{ }
.li_1{ position:absolute; top: 10px; left: 80px; line-height: 1; color: #111; font-size: 14px;}


.item-box img{width:27%; float:left; max-width:100%; height: 55px;}
.item_1{ width:70%; margin-left:3%; float:left;    color: #222;
    line-height: 20px;
    height: 40px;
    margin-top: 0px;
    overflow: hidden;
    font-size: 14px;}

.tubiao{width:240px; float:right; height: 90px; margin-top: 10px;  margin-left: 30px;}
.tubiao li{float:left;}
.tubiao li img{max-width:100%; width:40px; margin-left:30px;}
.tubiao li.bd img{ margin-left:25px;}

.wxma,.zhihu{display:none; position: absolute; top: 70px; z-index: 9;}
.baidu{ display:none; position: absolute; top: 70px; z-index: 9; right: -75px;}
.tubiao li .wxma img,.tubiao li .zhihu img,.tubiao li .baidu img{max-width:100%; width:150px; border-bottom: 1px solid #888;}
 

.f-pagination {
	font-size:12px
}
.f-pagination li a {
	color:#666
}
.f-pagination .pagination-dot {
	color:#ccc;
	font-size:10px;
	border-radius:6px;
	list-style:none;
	min-width:28px;
	height:28px;
	line-height:28px;
	float:left;
	text-align:center;
	letter-spacing:2px;
	margin-right:8px
}
.f-pagination .next, .f-pagination .prev {
	cursor:pointer;
	color:#ccc;
	font-size:10px;
	border-radius:6px;
	list-style:none;
	min-width:28px;
	height:28px;
	line-height:28px;
	float:left;
	text-align:center;
	border:1px solid #d9d9d9
}
.f-pagination .next .iconfont, .f-pagination .prev .iconfont {
	font-size:12px
}
.f-pagination .prev {
	margin-right:8px
}
.f-pagination .pagination-item {
	cursor:pointer;
	border-radius:6px;
	min-width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	list-style:none;
	float:left;
	border:1px solid #d9d9d9;
	background-color:#fff;
	margin-right:8px
}
.f-pagination .pagination-item:hover {
	background-color:#fff;
	border-color:#2db7f5
}
.f-pagination .pagination-item:hover a {
	color:#2db7f5
}
.f-pagination .pagination-item.curr {
	background-color:#2db7f5;
	border-color:#2db7f5
}
.f-pagination .pagination-item.curr a {
	color:#fff
}
.pagination {
	padding:50px 0;
	text-align:center
}
.pagination .f-pagination {
	display:inline-block
}
.market-column-box {
	width:1200px;
	height:auto;
	margin:20px auto;
	background:#fff;
	border-radius:3px
}
.market-column-box .pagination {
	text-align:center;
	padding:50px 0
}
.market-column-box .pagination ul {
	display:inline-block
}
.market-column-box .pagination ul li:focus {
	outline:0
}
.market-column-box .market-tab {
	width:100%;
	height:50px;
	line-height:50px
}
.market-column-box .market-tab ul li {
	float:left;
	width:155px;
	height:50px;
	text-align:center
}
.market-column-box .market-tab ul li:nth-of-type(1) {
width:85px
}
.market-column-box .market-tab ul li:nth-of-type(2) {
width:75px
}
.market-column-box .market-tab ul li:nth-child(3) {
width:155px
}
.market-column-box .market-tab ul li:nth-child(8) {
width:100px
}
.market-column-box .market-tab-list {
	margin:0 auto;
	padding-bottom:20px
}
.market-column-box .market-tab-list table {
	width:100%
}
.market-column-box .market-tab-list table tr {
	position:relative;
	cursor:pointer;
	width:100%;
	height:60px
}
.market-column-box .market-tab-list table tr:nth-child(2n) {
background:#fbf9f9
}
.market-column-box .market-tab-list table tr:hover {
	background:#f6f6f6
}
.market-column-box .market-tab-list table tr .blue {
	color:#1482f0
}
.market-column-box .market-tab-list table tr .green {
	color:#66bb6a
}
.market-column-box .market-tab-list table tr .red {
	color:#ee250a
}
.market-column-box .market-tab-list table tr td {
	width:161px;
	height:60px;
	line-height:60px;
	font-size:16px;
	text-align:center
}
.market-column-box .market-tab-list table tr td .attention {
	display:inline-block;
	width:50px;
	height:50px;
	vertical-align:middle;
	text-align:center;
	background:url(../images/attention-img-75ef700d5a.png) center no-repeat
}
.market-column-box .market-tab-list table tr td .attention.active {
	background:url(../images/attention-img2-17099045ca.png) center no-repeat
}
.market-column-box .market-tab-list table tr td.coins-name-column {
	width:130px;
	text-align:left;
	text-overflow:ellipsis!important;
	overflow:hidden!important;
	white-space:nowrap!important
}
.market-column-box .market-tab-list table tr td>img {
	vertical-align:middle
}
.market-column-box .market-tab-list table tr td:last-child img {
	width:80%;
	vertical-align:middle
}
.market-column-box .market-tab-list table tr td:nth-child(1) {
width:85px;
text-align:center
}
.market-column-box .market-tab-list table tr td:nth-child(2) {
width:100px!important;
text-align:center
}
.market-column-box .market-tab-list table tr td font {
	display:inline-block
}
.market-column-box .market-tab-list table tr td font img {
	width:21px;
	padding:5px;
	border:1px solid #eee;
	vertical-align:middle;
	margin-right:10px
}
.market-column-box .market-cut-tab {
	position:relative;
	width:100%;
	height:80px;
	padding-top:20px;
	border-bottom:1px #eee solid;
	font-size:18px;
	color:#757575
}
.market-column-box .market-cut-tab p {
	width:120px;
	height:60px;
	float:left;
	line-height:60px;
	text-align:center;
	cursor:pointer
}
.market-column-box .market-cut-tab p:hover {
	color:#1482f0
}
.market-column-box .market-cut-tab p.active {
	color:#1482f0
}
.market-column-box .market-cut-tab p span {
	display:inline-block;
	width:100%;
	height:40px
}
.market-column-box .market-cut-tab p.my-attention {
	padding:0
}
.market-column-box .market-cut-tab .currency-type, .market-column-box .market-cut-tab .mining, .market-column-box .market-cut-tab .sort {
	float:left;
	position:relative;
	margin-top:10px;
	line-height:38px;
	text-align:left;
	margin-right:25px
}
.market-column-box .market-cut-tab .currency-type .Select-value, .market-column-box .market-cut-tab .mining .Select-value, .market-column-box .market-cut-tab .sort .Select-value {
	line-height:38px
}
.market-column-box .market-cut-tab .currency-type .Select-option.is-selected, .market-column-box .market-cut-tab .mining .Select-option.is-selected, .market-column-box .market-cut-tab .sort .Select-option.is-selected {
	background-color:#1482f0;
	color:#fff
}
.market-column-box .market-cut-tab .currency-type .currency-select, .market-column-box .market-cut-tab .currency-type .mining-select, .market-column-box .market-cut-tab .mining .currency-select, .market-column-box .market-cut-tab .mining .mining-select, .market-column-box .market-cut-tab .sort .currency-select, .market-column-box .market-cut-tab .sort .mining-select {
	width:152px;
	height:38px
}
.market-column-box .market-cut-tab .currency-type .sort-select, .market-column-box .market-cut-tab .mining .sort-select, .market-column-box .market-cut-tab .sort .sort-select {
	margin-left:40px;
	width:215px;
	height:38px
}
.market-column-box .market-cut-tab .currency-type font, .market-column-box .market-cut-tab .mining font, .market-column-box .market-cut-tab .sort font {
	position:absolute;
	right:20px;
	z-index:2
}
.market-column-box .market-cut-tab .search-keyword {
	position:absolute;
	right:0;
	width:220px;
	height:40px
}
.market-column-box .market-cut-tab .search-keyword input {
	outline:0;
	width:170px;
	padding:0 5px;
	border:none;
	height:40px;
	border-bottom:1px #b3e5fc solid
}
.market-column-box .market-cut-tab .search-keyword a {
	display:block;
	float:right;
	width:40px;
	height:40px;
	vertical-align:bottom;
	margin-top:5px;
	font-size:14px
}
.market-column-box .loading {
	color:#e0e0e0;
	font-size:16px;
	text-align:center;
	padding:100px 0
}
.aside-market {
	width:100%
}
.aside-market .aside-market-top>div {
	float:left
}
.aside-market .aside-market-top>div h5 {
	color:#999;
	font-size:16px;
	float:left;
	cursor:pointer;
	height:30px;
	line-height:30px
}
.aside-market .aside-market-top>div h5:nth-of-type(1) {
margin-right:16px
}
.aside-market .aside-market-top>div h5.active {
	color:#424242;
	border-bottom:1px #424242 solid
}
.aside-market .aside-market-top .more {
	float:right;
	display:block;
	font-size:13px;
	color:#bdbdbd
}
.aside-market .aside-market-top .interval {
	width:155px;
	height:22px;
	line-height:22px;
	font-size:12px;
	border:1px solid #b8c2d1;
	border-radius:4px;
	float:right;
	margin-top:2px;
	color:#a1a1a1
}
.aside-market .aside-market-top .interval p {
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	float:left;
	width:51px;
	cursor:pointer;
	background:#fff
}
.aside-market .aside-market-top .interval p.active {
	color:#fbfbfb;
	background:#b8c2d1
}
.aside-market .aside-market-top .interval p:nth-of-type(2) {
border-left:1px solid #b8c2d1;
border-right:1px solid #b8c2d1
}
.aside-market .market-column-box {
	width:100%;
	margin-top:14px
}
.aside-market .market-column-box .market-box-list {
	font-size:13px;
	color:#bbb
}
.aside-market .market-column-box .market-box-list .market-tab {
	height:30px;
	line-height:30px
}
.aside-market .market-column-box .market-box-list .market-tab .table-title-ul li {
	height:30px;
	width:82px;
	font-size:14px
}
.aside-market .market-column-box .market-box-list .market-tab .table-title-ul li:nth-of-type(1) {
width:20%;
text-align:left
}
.aside-market .market-column-box .market-box-list .market-tab .table-title-ul li:nth-of-type(2) {
width:20%!important;
text-align:left
}
.aside-market .market-column-box .market-box-list .market-tab .table-title-ul li:nth-of-type(3) {
width:30%
}
.aside-market .market-column-box .market-box-list .market-tab .table-title-ul li:nth-of-type(4) {
width:25%;
text-align:right;
padding-right:5%
}
.aside-market .market-column-box .market-box-list table tr {
	background-color:#fff;
	height:42px
}
.aside-market .market-column-box .market-box-list table tr:hover {
	background-color:#f6f6f6
}
.aside-market .market-column-box .market-box-list table tr td {
	font-size:13px;
	height:42px;
	line-height:42px;
	white-space:nowrap
}
.aside-market .market-column-box .market-box-list table tr td.grey {
	color:#999
}
.aside-market .market-column-box .market-box-list table tr td:nth-of-type(1) {
width:17%;
color:#d4d4d4;
font-size:16px;
font-weight:bold;
text-align:left;
padding-left:3%
}
.aside-market .market-column-box .market-box-list table tr td:nth-of-type(2) {
width:20%!important;
text-align:left
}
.aside-market .market-column-box .market-box-list table tr td:nth-of-type(3) {
width:30%;
color:#424242
}
.aside-market .market-column-box .market-box-list table tr td:nth-of-type(4) {
width:27%;
text-align:right;
padding-right:3%
}
.aside-market .market-column-box .market-box-list table tr td .img-log img {
	width:16px;
	padding:0;
	border:0;
	vertical-align:middle;
	margin-right:6px
}
.aside-market .market-column-box .market-box-list table tr:nth-of-type(1) td:nth-of-type(1) {
color:#1a1760
}
.aside-market .market-column-box .market-box-list table tr:nth-of-type(2) td:nth-of-type(1) {
color:#5cbcff
}
.aside-market .market-column-box .market-box-list table tr:nth-of-type(3) td:nth-of-type(1) {
color:#95e7ff
}
.market-box {
	padding:20px 0
}
.market-box .index-market {
	float:right;
	width:318px;
	border:1px #eee solid;
	padding:10px 20px 0;
	min-height:465px
}
.market-box .index-market .market-tab-list {
	padding-bottom:0
}
.market-box .index-market .market-title {
	padding:10px 0 15px
}
.market-box .index-market .market-title h3 {
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#222
}
.market-box .index-market .market-title a {
	float:right;
	font-size:12px;
	color:#b2b2b2
}
.market-box .index-market .market-title a.more {
	display:inline-block;
	border-right:3px solid;
	border-bottom:3px solid;
	width:10px;
	height:10px;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	color:#ccc
}
.inquire-img {
	width:1200px;
	margin:15px auto 10px
}
.two-sessions {
	width:1200px;
	height:100px;
	margin:0 auto
}
.national-section {
	position:absolute;
	width:100%;
	min-width:1200px;
	height:821px
}
.national-section .national-bg {
	width:100%;
	height:821px;
	background:url(../images/national-bg-10661ed194.png) no-repeat top center
}
.national-section .national-btn {
	cursor:pointer;
	position:absolute;
	top:22px;
	width:50px;
	height:22px;
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
	left:50%;
	margin-left:613px;
	background:url(../images/close-bg-f687104da8.png) no-repeat top center
}
/*
@media (max-width: 1600px) {
.bwarp{ width:1000px; padding-left:0; padding-right:0; margin:0px auto;}
}
@media (max-width: 1400px) {
.bwarp{ width:1000px; padding-left:0%; padding-right:0%; margin:0px auto;}
 
}
@media (max-width: 1280px) {
.header-nav .logo-img{ width:25%; }
}
*/
.banner-1{ position: relative;    background: url(/images/list-banner.jpg) no-repeat center; background-size: 1920px 340px; height: 340px; margin-top: 0px;}
 
.banner-2{ position:absolute; top:10%; width:200px; left:50%; transform:translateX(-500px);}
.banner-3{ width: 100%; text-align: center; display: inline-block; margin-top:80px;}
.banner-3 img{ height:82px;}
.banner-4{ position: absolute; left:50%; top: 30%; margin-left:450px;}
.banner_1{ font-size: 20px; font-weight: 700;  text-align:center;  margin-top: 20px;  color: #FFF;}
.banner_2{ font-size: 15px; line-height:1.4; text-align:center; color: #FFF; width:92%; margin:0px auto; margin-top: 15px; max-width:900px;}

.menu_1{ width: 240px; background: #333333; height: 190px; padding: 25px;  margin-top: -10px; border-radius: 5px; display:none;}
.menu_1 li{ float:left; width: 50%; margin-bottom: 20px;}
.menu_1 li img{ width:32px; float: left; filter:grayscale(100%);}
.menu_1 li .text{  width: 50%; float: left; color: #FFF; font-size: 14px;  line-height: 32px;  margin-left: 5px;}
.banner_s{ display:none; position: absolute; top: -20px; right: 60px;}
.banner_s img{ width:100px;}

.list_bg{ width:100%; background:#f1f1f1; display:inline-block; margin:0px auto; padding: 30px 0px;}
.bg_1{ width:1000px; background:#FFF; margin:30px auto; border-radius: 5px;}
.bg_1_1{ padding:20px 20px 10px 30px; border-bottom:1px solid #100aaa; color:#100aaa; font-size: 18px;  font-weight: 600;}
.bg_1_2{ padding:20px 20px 30px 30px; line-height: 30px; font-size:15px;}
.bg_2_2{ margin:5% 5% 0; display: inline-block; width: 90%; text-align: center;}
.bg_2_2 li{ width:28%; float:left; margin-bottom:5%; margin-left: 5%;}
.bg_2_2 li img { width:25%; float:left;}
.bg_2_2 li .li_2{ width:70%; float:left; height:63px; display:flex; flex-direction: column; justify-content:center; text-align: left; margin-left: 4%;}
.bg_2_2 li .li_2 .li_2_1{ font-size: 16px; font-weight: 600; margin-bottom: 5px;}
.bg_2_2 li .li_2 .li_2_2{ font-size: 14px; color:#888;}
.li_2_1,.li_2_2{ color:#333;}
.simditor-body img { max-width:100%!important;}
.nav_1{ width: 100%; border-bottom: 1px solid #1b1464; line-height: 45px; height: 45px; float: left; margin-bottom:50px;}
.nav_1_1{  text-align: left; width: 1000px; margin: 0 auto; text-indent: 1.5em; font-size:14px; }
.nav_1_1 a{color:#333;}
.pinpai{ padding:50px 0; width: 100%; background: #FFF;}
.pinpai_list li{ width:9%; margin-right:4%; float:left;}
.pinpai_list li:nth-child(8n){ margin-right:0;}
.pinpai_list li img{ width:100%;}
.pinpai-title{font-size: 18px; border-bottom: 1px solid #201964;  margin-bottom: 20px;  padding-bottom: 15px; color:#201964;}


.index-news-list a .list-left {
	float: left;
}
.index-news-list a .list-right {
	float: right;
}
.index-news-list .list-bottom {
	right:0;
	left: unset;
}
.swiper-wrapper {
	display: initial;
}
.ceping {
	padding:50px 0;
	width: 100%;
	background: #F1F1F1;
}
.ceping_list li {
	width:24%;
	margin-right: 1.3%;
	margin-bottom: 2%;
	float: left;
	background: #FFF;
	height: 249px;
}
.ceping_list li:nth-child(4n) {
margin-right:0;
}
.ceping_list li img {
	width:100%;
	height: 150px;
}
.ceping-title {
	font-size: 16px;
	border-bottom: 1px solid #201964;
	margin-bottom: 20px;
	padding-bottom: 15px;
	color:#201964;
}
.ceping_list li p {
	margin:10px 20px;
	color:#333;
	line-height:1.5;
	overflow: hidden;
	font-size: 14px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;
}
.pro {
	width:100%;
	display: inline-block;
}
.pro h2 {
	width:50%;
	float:left;
	font-size: 18px
}
.pro .more {
	width:15%;
	float:right;
	text-align:right;
}
.pro .more a {
	font-size: 14px;
	color:#666;
}
#owl-demo b {
	border-bottom-left-radius:15;
	border-bottom-right-radius:15;
}

.header-nav-wrap{ box-shadow: 0 0 13px rgba(0, 0, 0, .1);}
.index-news-list .list-bottom { right: 0;  left: unset; }
/*! <=960 手机端 */
@media all and (max-width: 1024px) {
	.top{ width:92%;}
	.top_1{ height:80px;}
	.header-nav .logo-img .logo, .top_1 .logo-img .logo{ height:60px; margin-top:10px;}
	.header-nav .search-content-div, .top_1 .search-content-div{ margin-top:20px;}
	.tubiao{ height:80px; margin-top:0; margin-left:0;}
	.bwarp{ width:92%; padding:0 4%;}
	.header-nav{ height:50px; line-height:50px;}
	.menu_li{ top:50px;}
	.hx-main-box{ padding-top:20px; padding-bottom:40px;}
	
	.activity-cont li, .activity-cont li:nth-child(2n){ text-align:left; height:32px; line-height:32px; margin-bottom:10px;}
	.activity-cont li a{ display:flex; align-items:center; width:100%;}
	.activity-cont li img{ zoom:0.8;}
	.activity-cont li:nth-child(2n) img{ margin-left:0; margin-right:6px;}
	.activity-cont li .text{ width:auto; font-size:14px;}
	.index-news{ margin-top:20px;}
	.index-news-left ul li{ margin-right:10px; width:60px;}
	.index-news-left ul{ display:flex; flex-wrap:wrap; height:auto;}
	.index-news-left ul li:first-child, .index-news-left ul li:last-child{ display:none;}
	.ceping_list li{ height:auto;}
	.ceping_list li img{ height:auto;}
	.fmenulist{ width:75%;}
	.gongzhong{ width:25%; display:flex; flex-direction:column;}
	.gongzhong .gright img{ width:100px; height:100px;}
	.gongzhong .gleft{ height:auto; position:static !important; width:100% !important; float:none;}
	.gongzhong .gleft h3{ position:static !important; margin-top:0 !important; width:100% !important; font-size:15px; text-align:left; }
	
	.banner-1{ background-size:1280px 227px; height:227px; }
	.banner-3{ margin-top:60px;}
	.banner-3 img{ height:60px;}
	.banner-2{ left:4%; transform:translateX(0); zoom:0.8;}
	.banner_2{ margin-top:10px;}
	.banner-4{ left:auto; margin-left:0; right:4%; zoom:0.8;}
	.bg_1{ width:92%; margin:20px auto;}
	.bg_1_1{ padding:20px 20px 10px 20px;}
	.bg_1_2{ padding:20px 20px 30px 20px; line-height:1.75;}
	.bg_2_2 li{ width:32%; margin-left:0; margin-right:2%;}
	.bg_2_2 li:nth-child(3n){ margin-right:0;}
	.pinpai_list li{ width:12%; margin-right:2.28%;}
	.pinpai_list li:nth-child(8n){ margin-right:2.28%;}
	.pinpai_list li:nth-child(7n){ margin-right:0;}
	.nav_1{ margin-bottom:30px;}
	.nav_1_1{ width:92%; text-indent:0;}
	.news-detail-box .news-detail .news-detail-wrap .text-header h1{ font-size:24px !important; line-height:1.5 !important;}
	.news-detail-box .news-detail .details-synopsis h2{ font-size:14px !important; line-height:1.75;}
	.editor-style, .simditor .simditor-body{ font-size:14px;}
}
@media all and (max-width: 768px) {
	.header-nav .search-content-div, .top_1 .search-content-div{ display:none;}
	.header-nav .nav-content .nav-item{ padding:0 15px;}
	.header-nav .nav-content .nav-item:first-child{ display:none;}
	.hx-main-box .main-box-left{ width:100%; margin-bottom:20px;}
	.hx-main-box .main-box-right{ width:100%;}
	#owl-demo span{ font-size:18px;}
	.owl-prev, .owl-next{ zoom:0.8;}
	.getmore{ margin-top:20px;}
	.activity-cont li, .activity-cont li:nth-child(2n){ width:25%;}
	.pinpai_1 li img{ margin-top:0; zoom:1;}
	.pinpai_1 li .li_1{ display:none;}
	.pinpai_1 li, .pinpai_1 li:nth-child(2n){ height:auto; line-height:auto; border-bottom:none; padding-bottom:0; margin-bottom:10px; float:none;}
	.pinpai_1 .activity{ display:flex; flex-wrap:wrap; align-items:center;}
	.pinpai_1 li img{ max-width:80%; max-height:50px; margin-right:0 !important;}
	.ceping, .pinpai{ padding:30px 0;}
	.ceping_list li p{ margin:10px 15px;}
	.ceping_list li{ width:49%; margin-right:2%; margin-bottom:2%;}
	.ceping_list li:nth-child(2n){ margin-right:0;}
	.fmenulist{ width:100%;}
	.gongzhong{ display:none;}
	.news-con.news-box-con .news-list-wrap, .news-detail-box .news-detail{ width:100% !important; padding-bottom:30px !important;}
	.news-con.news-box-con .new-right, .news-detail-box .news-detail-right{ width:100% !important;}
	.list_bg{ padding:10px 0;}
	.bg_2_2 li{ margin-bottom:3%;}
	.bg_2_2 li .li_2 .li_2_2{ font-size:12px;}
	.news-detail-box .news-detail .news-detail-wrap .text-header h1{ font-size:20px !important;}
	.news-detail-box .news-detail .new-interest{ margin-bottom:0 !important;}
	.news-detail-box{ padding-bottom:30px;}
	.copyright{ height:auto; line-height:1.75; padding:15px 0; text-align:center;}
	.copyright a{ display:block;}
	.news-detail-box .news-detail .news-detail-wrap .detail-text-cont p, .editor-style, .simditor .simditor-body{ font-size:15px !important; line-height:1.75 !important; }
	.news-detail-box .news-detail .news-detail-wrap .detail-text-cont p{ padding:10px 0 !important; margin-bottom:0 !important;}
	.banner-3{ margin-top:50px;}
	.banner-2{ top:6%;}
	.banner_1{ margin-top:15px;}
	.banner_2{ font-size:13px;}
}
@media all and (max-width: 480px) {
	.top_1{ height:60px;}
	.header-nav .logo-img .logo, .top_1 .logo-img .logo{ height:44px; margin-top:8px;}
	.tubiao{ height:60px; zoom:0.8; width:auto; display:none;}
	.tubiao li img{ margin-left:15px;}
	.tubiao li.bd img{ margin-left:12px;}
	.header-nav{ height:42px; line-height:40px;}
	.header-nav .nav-content, .logo .nav-content{ width:100%; text-align:left;}
	.header-nav .nav-content .nav-item{ width:18.6%; text-align:center; padding:0;}
	.header-nav .nav-content .nav-item img{ top:8px; }
	.header-nav .nav-content .nav-item.active{ background:url('/images/active.png') no-repeat bottom; background-size: 12px;}
	.header-nav .nav-content .nav-item a{ font-size:14px;}
	
	.menu_li{ top:42px;}
	.header-nav .nav-content .nav-item:last-child .menu_li{ left:auto; right:-15px;}
	.index-news-left ul{ background:#fff; border-bottom:none;}
	.index-news-left ul li{ height:30px; line-height:30px; width:25%; margin-right:0;}
	.index-news-left ul li.active{ border-bottom:none;}
	.index-news-list, .index-news-list a .list-left{ height:120px;}
	.index-news-list a .list-right .headline{ font-size:16px; height:auto; line-height:1.2;}
	.index-news-list a .list-right .details{ font-size:12px; line-height:1.5; height:auto; margin-top:5px;}
	.index-news-list .list-bottom, .getmore{ zoom:0.8;}
	.index-news-list .shadow{ height:160px;}
	.index-news-list a .list-left img{ max-height:120px;}
	.activity-cont li, .activity-cont li:nth-child(2n){ width:50%;}
	.pinpai_1 li, .pinpai_1 li:nth-child(2n){ width:25%;}
	.pro .more{ width:20%; }
	.fmenulist li:nth-child(1){ display:none;}
	.fmenulist li{ width:20%;}
	.fmenulist li a{ font-size:12px; line-height:26px;}
	.news-detail-box .news-detail .news-detail-wrap .detail-text-cont p, .editor-style, .simditor .simditor-body{ font-size:14px !important; }
	.bg_2_2 li a{ display:flex; flex-direction:column; align-items:center;}
	.bg_2_2 li img{ width:40%; float:none;}
	.bg_2_2 li .li_2{ width:100%; float:none; height:auto; margin-left:0; text-align:center; margin-top:10px;}
	.bg_2_2 li .li_2 .li_2_2{ display:none;}
	#owl-demo span{ font-size:15px; line-height:1.5; bottom:25px; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2}
	.owl-pagination{ zoom:0.6; bottom:8px; height:15px; display:flex; justify-content:center;}
	.ceping_list li p{ font-size:13px;}
	.nav_1{ height:35px; line-height:35px; margin-bottom:20px;}
	.nav_1_1{ font-size:12px;}
	.news-detail-box .news-detail .news-detail-wrap .text-header h1{ font-size:18px !important;}
	.news-detail-box .news-detail .news-detail-wrap .text-header .issue-box{ height:20px !important; line-height:20px !important;}
	.news-detail-box .news-detail .news-detail-wrap .text-header .issue-box p{ font-size:12px !important; height:20px !important;}
	.news-detail-box .news-detail .details-synopsis h2{ zoom:0.9; line-height:1.7 !important;}
	.news-detail-box .news-detail .new-interest .interest-box a{ width:48% !important; margin-right:4% !important;}
	.news-detail-box .news-detail .new-interest .interest-box a:nth-child(2n){ margin-right:0 !important;}
	.interest-box a img{ height:auto !important;}
	.news-con.news-box-con .new-right{ display:none;}
	.bg_1_1{ padding:15px 15px 10px 15px; font-size:16px;}
	.bg_1_2{ padding:15px 15px 20px 15px; font-size:13px;}
	.bg_2_2 li .li_2 .li_2_1{ font-size:14px;}
}